/* =====================================================
  variables
======================================================*/
/* ------------------- social colors ------------------------- */
/* ----------------- Sizes -------------------- */
/* -------------------- fonts ----------------------------*/
/* ****************************************************************
MIXINS
********************************************************************/
/* ****************************************************************
ANIMATIONS
********************************************************************/
/* ****************************************************************
BOX SIZING
********************************************************************/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*****************************************************************
utility-classes
********************************************************************/
.oh {
  overflow: hidden !important;
}
.relative {
  position: relative;
}
.section-overlay {
  position: relative;
}
.section-overlay:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.visibility-hidden {
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  height: 0;
  margin: 0;
  padding: 0;
}
.clickable {
  cursor: pointer;
}
.font_1 {
  font-family: 'Inter', sans-serif !important;
}
.font_2 {
  font-family: 'Inter Tight', sans-serif !important;
}
.ls0 {
  letter-spacing: 0;
}
strong,
.strong,
.bold {
  font-weight: 700 !important;
}
.sbold {
  font-weight: 600 !important;
}
.medium {
  font-weight: 500 !important;
}
.regular {
  font-weight: 400 !important;
}
.light {
  font-weight: 300 !important;
}
.thin {
  font-weight: 200 !important;
}
mark,
.mark {
  padding: 0;
}
.italic,
em {
  font-family: 'Inter Tight', sans-serif;
  font-style: italic !important;
  letter-spacing: 0.04em;
}
em {
  font-weight: 500;
}
.capitalize,
.cap {
  text-transform: capitalize !important;
}
.uppercase,
.uc {
  text-transform: uppercase !important;
}
.lowercase,
.lc {
  text-transform: uppercase !important;
}
.underline {
  text-decoration: underline !important;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px !important;
}
.underline.thick2x {
  text-decoration-thickness: 2px !important;
}
.underline.wavy,
.underline.wave {
  text-underline-offset: 6px;
  text-decoration-style: wavy !important;
}
.inline,
.align-inline {
  display: inline-block;
}
.align-left {
  text-align: left !important;
}
.align-center {
  text-align: center !important;
}
.align-right {
  text-align: right !important;
}
.d-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.d-flex.wrap {
  flex-wrap: wrap;
}
.d-flex.top {
  align-items: flex-start;
}
.d-flex.middle {
  align-items: center;
}
.d-flex.bottom {
  align-items: flex-end;
}
.d-flex.center {
  justify-content: center;
}
.d-flex.left {
  justify-content: flex-start;
}
.d-flex.right {
  justify-content: flex-end;
}
.d-flex.sb {
  justify-content: space-between;
}
.text-grad {
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  padding: 0 5px 0 0;
}
.text-grad.bold {
  font-weight: 800 !important;
}
.white-overlay {
  position: relative;
}
.white-overlay.f40:before {
  background: rgba(255, 255, 255, 0.4);
}
.white-overlay.f50:before {
  background: rgba(255, 255, 255, 0.5);
}
.white-overlay.f60:before {
  background: rgba(255, 255, 255, 0.6);
}
.white-overlay:before {
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
}
.white {
  color: #ffffff !important;
}
.primary {
  color: #3e85ee !important;
}
.secondary {
  color: #222222 !important;
}
.red {
  color: #d45d5d !important;
}
.black {
  color: #000000 !important;
}
.color1 {
  color: #3e85ee !important;
}
.color2 {
  color: #222222 !important;
}
.accent {
  color: #eeb668 !important;
}
.back1 {
  background-color: #3e85ee !important;
}
.back2 {
  background-color: #222222 !important;
}
.text_1 {
  color: #999999 !important;
}
.text_2 {
  color: #777777 !important;
}
.text_3 {
  color: #444444 !important;
}
.text_4 {
  color: #111111 !important;
}
.img-rounded {
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -o-box-shadow: 0 0 0 6px #ffffff, 0 0 50px 10px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 0 0 6px #ffffff, 0 0 50px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 0 6px #ffffff, 0 0 50px 10px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 0 6px #ffffff, 0 0 50px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0 6px #ffffff, 0 0 50px 10px rgba(0, 0, 0, 0.15);
}
.img-rounded iframe {
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.m0 {
  margin: 0 !important;
}
.mb0 {
  margin-bottom: 0px !important;
}
.mb1 {
  margin-bottom: 30px !important;
}
.mb1p5 {
  margin-bottom: 45px !important;
}
.mb2 {
  margin-bottom: 60px !important;
}
.mb3 {
  margin-bottom: 90px !important;
}
.mt0 {
  margin-top: 0px !important;
}
.mt1 {
  margin-top: 30px !important;
}
.mt2 {
  margin-top: 60px !important;
}
.mt3 {
  margin-top: 90px !important;
}
.mr0 {
  margin-right: 0px !important;
}
.mr1 {
  margin-right: 30px !important;
}
.mr2 {
  margin-right: 60px !important;
}
.mr3 {
  margin-right: 90px !important;
}
.ml1 {
  margin-left: 30px !important;
}
.ml0 {
  margin-left: 0px !important;
}
.ml2 {
  margin-left: 60px !important;
}
.ml3 {
  margin-left: 90px !important;
}
.pb0 {
  padding-bottom: 0px !important;
}
.pb1 {
  padding-bottom: 30px !important;
}
.pb2 {
  padding-bottom: 60px !important;
}
.pb3 {
  padding-bottom: 90px !important;
}
.pb4 {
  padding-bottom: 120px !important;
}
.pt0 {
  padding-top: 0px !important;
}
.pt1 {
  padding-top: 30px !important;
}
.pt2 {
  padding-top: 60px !important;
}
.pt3 {
  padding-top: 90px !important;
}
.pt4 {
  padding-top: 120px !important;
}
.pr0 {
  padding-right: 0px !important;
}
.pr1 {
  padding-right: 30px !important;
}
.pr2 {
  padding-right: 60px !important;
}
.pr3 {
  padding-right: 90px !important;
}
.pr4 {
  padding-right: 120px !important;
}
.pl0 {
  padding-left: 0px !important;
}
.pl1 {
  padding-left: 30px !important;
}
.pl2 {
  padding-left: 60px !important;
}
.pl3 {
  padding-left: 90px !important;
}
.pl4 {
  padding-left: 120px !important;
}
.back_light,
.back-light {
  background-color: #ebebeb !important;
}
.white a {
  -webkit-transition: all 0.15 ease;
  -moz-transition: all 0.15 ease;
  -o-transition: all 0.15 ease;
  -ms-transition: all 0.15 ease;
  transition: all 0.15 ease;
  text-underline-offset: 3px;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.white a:hover {
  color: #3e85ee;
  text-decoration: underline;
}
.white p,
.white h1,
.white h2,
.white h3,
.white h4,
.white small {
  color: #ffffff;
}
.white ul li::marker {
  color: #3e85ee;
}
.full-width {
  width: 100%;
}
.full-height {
  height: 100%;
}
.large,
.large p,
.large ul li {
  font-size: 1.25rem;
  line-height: 1.7;
}
@media (max-width: 1600px) {
  .mb0_md {
    margin-bottom: 0px !important;
  }
  .mb1_md {
    margin-bottom: 30px !important;
  }
  .mb2_md {
    margin-bottom: 60px !important;
  }
  .mb3_md {
    margin-bottom: 90px !important;
  }
  .mt0_md {
    margin-top: 0px !important;
  }
  .mt1_md {
    margin-top: 30px !important;
  }
  .mt2_md {
    margin-top: 60px !important;
  }
  .mt3_md {
    margin-top: 90px !important;
  }
  .mr0_md {
    margin-right: 0px !important;
  }
  .mr1_md {
    margin-right: 30px !important;
  }
  .mr2_md {
    margin-right: 60px !important;
  }
  .mr3_md {
    margin-right: 90px !important;
  }
  .ml0_md {
    margin-left: 0px !important;
  }
  .ml1_md {
    margin-left: 30px !important;
  }
  .ml2_md {
    margin-left: 60px !important;
  }
  .ml3_md {
    margin-left: 90px !important;
  }
  .pb0_md {
    padding-bottom: 0px !important;
  }
  .pb1_md {
    padding-bottom: 30px !important;
  }
  .pb2_md {
    padding-bottom: 60px !important;
  }
  .pb3_md {
    padding-bottom: 90px !important;
  }
  .pt0_md {
    padding-top: 0px !important;
  }
  .pt1_md {
    padding-top: 30px !important;
  }
  .pt2_md {
    padding-top: 60px !important;
  }
  .pt3_md {
    padding-top: 90px !important;
  }
  .pr0_md {
    padding-right: 0px !important;
  }
  .pr1_md {
    padding-right: 30px !important;
  }
  .pr2_md {
    padding-right: 60px !important;
  }
  .pr3_md {
    padding-right: 90px !important;
  }
  .pl0_md {
    padding-left: 0px !important;
  }
  .pl1_md {
    padding-left: 30px !important;
  }
  .pl2_md {
    padding-left: 60px !important;
  }
  .pl3_md {
    padding-left: 90px !important;
  }
}
@media (max-width: 1023px) {
  .row-reverse-sm {
    flex-direction: row-reverse;
  }
  .col-reverse-sm {
    flex-direction: column-reverse;
  }
  .mb0_sm {
    margin-bottom: 0px !important;
  }
  .mb1_sm {
    margin-bottom: 30px !important;
  }
  .mb2_sm {
    margin-bottom: 60px !important;
  }
  .mb3_sm {
    margin-bottom: 90px !important;
  }
  .mt0_sm {
    margin-top: 0px !important;
  }
  .mt1_sm {
    margin-top: 30px !important;
  }
  .mt2_sm {
    margin-top: 60px !important;
  }
  .mt3_sm {
    margin-top: 90px !important;
  }
  .mr0_sm {
    margin-right: 0px !important;
  }
  .mr1_sm {
    margin-right: 30px !important;
  }
  .mr2_sm {
    margin-right: 60px !important;
  }
  .mr3_sm {
    margin-right: 90px !important;
  }
  .ml0_sm {
    margin-left: 0px !important;
  }
  .ml1_sm {
    margin-left: 30px !important;
  }
  .ml2_sm {
    margin-left: 60px !important;
  }
  .ml3_sm {
    margin-left: 90px !important;
  }
  .pb0_sm {
    padding-bottom: 0px !important;
  }
  .pb1_sm {
    padding-bottom: 30px !important;
  }
  .pb2_sm {
    padding-bottom: 60px !important;
  }
  .pb3_sm {
    padding-bottom: 90px !important;
  }
  .pt0_sm {
    padding-top: 0px !important;
  }
  .pt1_sm {
    padding-top: 30px !important;
  }
  .pt2_sm {
    padding-top: 60px !important;
  }
  .pt3_sm {
    padding-top: 90px !important;
  }
  .pr0_sm {
    padding-right: 0px !important;
  }
  .pr1_sm {
    padding-right: 30px !important;
  }
  .pr2_sm {
    padding-right: 60px !important;
  }
  .pr3_sm {
    padding-right: 90px !important;
  }
  .pl0_sm {
    padding-left: 0px !important;
  }
  .pl1_sm {
    padding-left: 30px !important;
  }
  .pl2_sm {
    padding-left: 60px !important;
  }
  .pl3_sm {
    padding-left: 90px !important;
  }
}
@media (max-width: 767px) {
  .row-reverse-xs {
    flex-direction: row-reverse;
  }
  .col-reverse-xs {
    flex-direction: column-reverse;
  }
  .mb1 {
    margin-bottom: 24px !important;
  }
  .mb2 {
    margin-bottom: 48px !important;
  }
  .mb3 {
    margin-bottom: 72px !important;
  }
  .mt1 {
    margin-top: 24px !important;
  }
  .mt2 {
    margin-top: 48px !important;
  }
  .mt3 {
    margin-top: 72px !important;
  }
  .mr1 {
    margin-right: 24px !important;
  }
  .mr2 {
    margin-right: 48px !important;
  }
  .mr3 {
    margin-right: 72px !important;
  }
  .ml1 {
    margin-left: 24px !important;
  }
  .ml2 {
    margin-left: 48px !important;
  }
  .ml3 {
    margin-left: 72px !important;
  }
  .pb1 {
    padding-bottom: 24px !important;
  }
  .pb2 {
    padding-bottom: 48px !important;
  }
  .pb3 {
    padding-bottom: 72px !important;
  }
  .pt1 {
    padding-top: 24px !important;
  }
  .pt2 {
    padding-top: 48px !important;
  }
  .pt3 {
    padding-top: 72px !important;
  }
  .pr1 {
    padding-right: 24px !important;
  }
  .pr2 {
    padding-right: 48px !important;
  }
  .pr3 {
    padding-right: 72px !important;
  }
  .pl1 {
    padding-left: 24px !important;
  }
  .pl2 {
    padding-left: 48px !important;
  }
  .pl3 {
    padding-left: 72px !important;
  }
  .mb0_xs {
    margin-bottom: 0px !important;
  }
  .mb1_xs {
    margin-bottom: 24px !important;
  }
  .mb2_xs {
    margin-bottom: 48px !important;
  }
  .mb3_xs {
    margin-bottom: 72px !important;
  }
  .mt0_xs {
    margin-top: 0px !important;
  }
  .mt1_xs {
    margin-top: 24px !important;
  }
  .mt2_xs {
    margin-top: 48px !important;
  }
  .mt3_xs {
    margin-top: 72px !important;
  }
  .mr0_xs {
    margin-right: 0px !important;
  }
  .mr1_xs {
    margin-right: 24px !important;
  }
  .mr2_xs {
    margin-right: 48px !important;
  }
  .mr3_xs {
    margin-right: 72px !important;
  }
  .ml0_xs {
    margin-left: 0px !important;
  }
  .ml1_xs {
    margin-left: 24px !important;
  }
  .ml2_xs {
    margin-left: 48px !important;
  }
  .ml3_xs {
    margin-left: 72px !important;
  }
  .pb0_xs {
    padding-bottom: 0px !important;
  }
  .pb1_xs {
    padding-bottom: 24px !important;
  }
  .pb2_xs {
    padding-bottom: 48px !important;
  }
  .pb3_xs {
    padding-bottom: 72px !important;
  }
  .pt0_xs {
    padding-top: 0px !important;
  }
  .pt1_xs {
    padding-top: 24px !important;
  }
  .pt2_xs {
    padding-top: 48px !important;
  }
  .pt3_xs {
    padding-top: 72px !important;
  }
  .pr0_xs {
    padding-right: 0px !important;
  }
  .pr1_xs {
    padding-right: 24px !important;
  }
  .pr2_xs {
    padding-right: 48px !important;
  }
  .pr3_xs {
    padding-right: 72px !important;
  }
  .pl0_xs {
    padding-left: 0px !important;
  }
  .pl1_xs {
    padding-left: 24px !important;
  }
  .pl2_xs {
    padding-left: 48px !important;
  }
  .pl3_xs {
    padding-left: 72px !important;
  }
  .img-rounded {
    -o-box-shadow: 0 0 0 4px #ffffff, 0 0 50px 10px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 0 0 4px #ffffff, 0 0 50px 10px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 0 4px #ffffff, 0 0 50px 10px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 0 4px #ffffff, 0 0 50px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 0 4px #ffffff, 0 0 50px 10px rgba(0, 0, 0, 0.15);
  }
  .large,
  .large p,
  .large ul li {
    font-size: 1.15rem;
  }
}
/*****************************************************************
Genaral
********************************************************************/
[ng\:cloak],
[ng-cloak],
.ng-cloak {
  display: none !important;
}
html {
  font-size: 18px;
}
figure {
  margin: 0;
}
body {
  font-family: 'Inter', sans-serif;
  color: #444444;
  font-weight: 400;
  font-size: 100%;
  line-height: 30px;
}
.pace {
  display: none;
}
p {
  line-height: 30px;
}
p:empty {
  display: none;
}
p,
li {
  font-size: 1rem;
}
.site-content ul,
.site-content ol,
.site-content p {
  margin-top: 0;
  margin-bottom: 30px;
}
.site-content p {
  margin-bottom: 30px;
}
.site-content ul {
  padding-left: 0;
}
.site-content ul li::marker {
  color: rgba(0, 0, 0, 0.3);
}
.site-content ul li > ul {
  padding-top: 15px;
}
.site-content li {
  margin-bottom: 10px;
  line-height: 30px;
}
h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  margin-top: 60px;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.3;
  color: #111111;
  font-family: 'Inter', sans-serif;
}
h1.italic,
h2.italic,
h3.italic,
h4.italic,
h5.italic,
.h1.italic,
.h2.italic,
.h3.italic,
.h4.italic,
.h5.italic {
  font-family: 'Inter Tight', sans-serif;
  letter-spacing: 0;
}
h1,
.h1 {
  font-size: 3.375rem;
  line-height: 67.5px;
  letter-spacing: -0.135rem;
}
h1.big,
.h1.big {
  font-size: 5.2rem;
  letter-spacing: -0.2688rem;
  line-height: 85.5px;
  word-spacing: 3px;
  padding-bottom: 5px;
}
h1.mid,
.h1.mid {
  font-size: 4.42rem;
  letter-spacing: -0.1688rem;
  line-height: 75px;
  word-spacing: 0px;
}
h2,
.h2 {
  font-size: 2.25rem;
  line-height: 45px;
  letter-spacing: -0.06rem;
}
h3,
.h3 {
  font-size: 1.5rem;
  line-height: 33px;
  letter-spacing: -0.04rem;
}
h4,
.h4 {
  font-size: 1rem;
  line-height: 30px;
  letter-spacing: 0;
}
figcaption {
  color: #777777;
  font-size: 0.75rem;
}
small,
.text_small,
.small-font {
  font-size: 0.75rem !important;
}
.text_medium,
.medium-font {
  font-size: 0.85rem !important;
}
blockquote {
  padding: 0;
  padding-left: 30px;
  margin-bottom: 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  border-left: 5px solid #eeb668;
  color: #000000;
  font-size: 1rem;
  font-weight: 600;
  flex-direction: column;
  align-items: flex-start;
}
blockquote cite {
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
}
blockquote cite:before {
  content: '\2014';
}
[class^="col-"] {
  min-height: 0;
}
.vector-icon {
  max-width: 40px;
}
.vector-icon.v2 {
  max-width: 50px;
}
.vector-icon.v3 {
  max-width: 60px;
}
.vector-icon.v4 {
  max-width: 70px;
}
.vector-icon.v5 {
  max-width: 80px;
}
.vector-icon.v6 {
  max-width: 90px;
}
a {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  outline: none;
  color: #3e85ee;
}
a:hover {
  color: #999999;
}
a,
a:hover,
a:focus {
  outline: none;
  text-decoration: none;
}
button {
  outline: none;
}
button:focus {
  outline: none;
}
.screen-reader-text {
  display: none;
}
img.lazy.loading {
  filter: blur(0px);
}
.button {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  background: #3e85ee;
  color: #ffffff;
  align-items: center;
  justify-content: center;
  outline: none !important;
  border: none;
  padding: 13px 25px;
  cursor: pointer;
  line-height: 1;
  margin: 15px 0;
  font-weight: 600;
  margin-right: 30px;
  font-size: 1rem;
}
.button.icon-left {
  padding-left: 17px;
}
.button.icon-left svg {
  margin-right: 3px;
}
.button.icon-right {
  padding-right: 17px;
}
.button.icon-right svg {
  margin-left: 3px;
}
.button i {
  margin-left: 5px;
}
.button:focus,
.button:hover {
  color: #ffffff;
}
.button.with-shadow {
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
.button.round {
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.button.rounded {
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.button.text {
  background-color: transparent;
  color: #3e85ee;
  padding: 13px 0;
  font-weight: 600;
}
.button.underline {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px !important;
}
.button.bordered {
  background-color: transparent !important;
  border: 1px solid #3e85ee;
  color: #3e85ee !important;
}
.button.bordered:hover {
  background-color: #3e85ee !important;
  color: #ffffff !important;
}
.button.black {
  color: rgba(255, 255, 255, 0.8) !important;
  background-color: #111111 !important;
}
.button.black.text {
  background-color: transparent !important;
  color: #111111 !important;
}
.button.black.bordered {
  background-color: transparent !important;
  border-color: #111111 !important;
  color: #111111 !important;
}
.button.black.bordered:hover {
  border-color: #111111 !important;
  color: #ffffff !important;
  background-color: #111111 !important;
}
.button.text_3 {
  color: rgba(255, 255, 255, 0.8) !important;
  background-color: #444444 !important;
  font-weight: 500;
}
.button.text_3.text {
  background-color: transparent !important;
  color: #444444 !important;
  font-weight: 600;
}
.button.text_3.bordered {
  background-color: transparent !important;
  border-color: #444444 !important;
  color: #444444 !important;
  font-weight: 600;
}
.button.text_3.bordered:hover {
  border-color: #444444 !important;
  color: #ffffff !important;
  background-color: #444444 !important;
}
.button.accent-btn {
  color: #000000 !important;
  background-color: #eeb668 !important;
}
.button.accent-btn.text {
  color: #eeb668 !important;
  background-color: transparent !important;
}
.button.accent-btn.bordered {
  background-color: transparent !important;
  border-color: #eeb668 !important;
  color: #eeb668 !important;
}
.button.accent-btn.bordered:hover {
  border-color: #eeb668 !important;
  color: #000000 !important;
  background-color: #eeb668 !important;
}
.button.white {
  color: #3e85ee !important;
  background-color: #ffffff !important;
}
.button.white.text-black {
  color: #111111 !important;
}
.button.white.text {
  color: #ffffff !important;
  background-color: transparent !important;
}
.button.white.bordered {
  background-color: transparent !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
}
.button.white.bordered:hover {
  border-color: #ffffff !important;
  color: #3e85ee !important;
  background-color: #ffffff !important;
}
.button.success {
  background-color: #5cb85c !important;
}
.button.success.text {
  background-color: transparent !important;
}
.button.success.with-shadow {
  border-bottom: 2px solid #357b35;
}
.button.success.bordered {
  border-color: #5cb85c !important;
  background-color: transparent !important;
  color: #4cae4c !important;
}
.button.success.bordered:hover {
  border-color: #4cae4c;
  color: #ffffff !important;
  background-color: #4cae4c !important;
}
.button.red {
  background-color: #d45d5d !important;
  color: #ffffff !important;
}
.button.red.text {
  background-color: transparent !important;
}
.button.gray {
  background-color: #dedede;
  color: #777777;
}
.button.gray.text {
  color: #777777;
  background-color: transparent !important;
}
.button.gray.bordered {
  background-color: transparent !important;
  border-color: #555555 !important;
  color: #555555 !important;
}
.button.gray.bordered:hover {
  border-color: #555555 !important;
  color: #ffffff !important;
  background-color: #555555 !important;
}
@media (max-width: 1199px) {
  h1.big,
  .h1.big,
  h1.mid,
  .h1.mid {
    font-size: 3.375rem;
    letter-spacing: -0.1688rem;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  .h1,
  .h2,
  .h3,
  .h4,
  .h5 {
    margin-top: 48px;
    margin-bottom: 16px;
  }
  h1,
  .h1 {
    font-size: 2.369rem;
    line-height: 48px;
    letter-spacing: -0.0976rem;
  }
  h1.big,
  .h1.big,
  h1.mid,
  .h1.mid {
    font-size: 2.759rem;
    letter-spacing: -0.122rem;
    line-height: 48px;
  }
  h2,
  .h2 {
    font-size: 1.777rem;
    line-height: 34.8px;
    letter-spacing: -0.05rem;
  }
  h3,
  .h3 {
    font-size: 1.333rem;
    line-height: 30px;
    letter-spacing: -0.03rem;
  }
  h4,
  .h4 {
    line-height: 24px;
  }
  .site-content li {
    line-height: 24px;
  }
  p {
    line-height: 24px;
  }
  .text_medium,
  .medium-font {
    line-height: 22px;
  }
}
.theme_bg1 {
  background: #D3DEDC;
}
.theme_bg2 {
  background: #efe9e7;
}
.theme_bg3 {
  background: #F0EBE3;
}
.theme_bg4 {
  background: #c4d8d9;
}
.theme_color1 {
  color: #b6c8c5;
}
.theme_color2 {
  color: #708f8e;
}
.theme_color3 {
  color: #d3c5ab;
}
.theme_color4 {
  color: #a2c2c3;
}
.theme_color5 {
  color: #708e8f;
}
.bg_grad1 {
  background-color: #000000;
  background-image: linear-gradient(90deg, #000000 0%, #333333 45%, #333333 55%, #000000 100%);
}
.text_grad1 {
  background-color: #5c5c5c;
  background-image: linear-gradient(90deg, #5c5c5c 0%, #ffffff 50%, #5c5c5c 100%);
}
.theme_grad1 {
  background-color: #d57eeb;
  background-image: linear-gradient(135deg, #43cbff 10%, #9708cc 100%);
}
.theme_grad2 {
  background-color: #3e85ee;
  background-image: radial-gradient(circle farthest-corner at 10% 20%, #3e85ee 1.1%, #e389f0 43.7%, #f3c17c 89.7%);
}
.theme_grad3 {
  background-color: #e2d1c3;
  background-image: linear-gradient(135deg, #fdfcfb 0%, #e2d1c3 100%);
}
.fade10 {
  opacity: 0.1;
  filter: alpha(opacity=10);
}
.fade20 {
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.fade30 {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.fade40 {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.fade50 {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.fade60 {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.fade70 {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.fade80 {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.fade90 {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.gap10 {
  gap: 10px;
}
.gap20 {
  gap: 20px;
}
.gap30 {
  gap: 30px;
}
.gap40 {
  gap: 40px;
}
.gap50 {
  gap: 50px;
}
.gap60 {
  gap: 60px;
}
.gap70 {
  gap: 70px;
}
.gap80 {
  gap: 80px;
}
.gap90 {
  gap: 90px;
}
/*************************************************************
ADMIN VARIABLES
**************************************************************/
/*************************************************************
Dialog
**************************************************************/
.ui-dialog.ui-widget {
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -o-box-shadow: 0 0 100px 4px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 100px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 100px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 100px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 100px 4px rgba(0, 0, 0, 0.1);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  border-color: #dedede;
  padding: 0;
}
.ui-dialog.ui-widget .ui-dialog-titlebar {
  background: #ffffff;
  border-color: #ffffff;
  color: #444444;
  font-size: 17px;
  line-height: 1.6;
}
.ui-dialog.ui-widget .ui-dialog-titlebar .ui-button {
  background: #ffffff;
  color: #ffffff;
  border-width: 0;
  right: 10px;
}
.ui-dialog.ui-widget .ui-dialog-titlebar.ui-state-focus {
  outline: none;
}
.ui-dialog.ui-widget .ui-dialog-content {
  overflow-x: hidden;
}
.ui-dialog.ui-widget .ui-dialog-buttonpane {
  background: #f4f4f4;
  border-color: #dedede;
}
.ui-dialog.ui-widget .ui-dialog-buttonpane button {
  font-size: 0.875rem;
}
.ui-dialog.ui-widget .ui-button .ui-button-text {
  line-height: 1;
}
.ui-dialog.ui-widget .input-group {
  padding: 12px 15px;
  border-bottom: 1px solid #dedede;
  margin: 0 -20px;
}
.ui-dialog.ui-widget .input-group:last-child {
  border-width: 0;
}
.ui-dialog.ui-widget .input-group label {
  float: left;
  line-height: 26px;
  width: 30%;
}
.ui-dialog.ui-widget .input-group input {
  width: 70%;
  margin: 0;
  background-color: #ebebeb;
  border-color: #dedede;
}
.ui-dialog.ui-widget .input-group input:focus {
  -o-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #f4f4f4;
  outline: none;
}
.ui-widget-overlay {
  background: rgba(0, 0, 0, 0.5);
}
.ui-datepicker td.ui-datepicker-today {
  background: #f06292;
}
.ui-datepicker td.ui-datepicker-today a {
  background: #f06292;
  color: #ffffff;
  text-shadow: 0 1px #d81b60;
}
.ui-datepicker .ui-datepicker-header {
  background: #dedede;
}
.ui-datepicker .ui-state-default,
.ui-datepicker .ui-widget-content .ui-state-default {
  background: #f4f4f4;
  border-color: #dedede;
}
#option-form {
  min-height: 125px !important;
}
#removable-options {
  height: calc(100% - 30px);
  position: relative;
}
#removable-options li {
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #444444;
  background: #ebebeb;
  padding: 6px 10px;
  font-weight: 500;
  margin: 6px 0;
  position: relative;
}
#removable-options li .remove-element,
#removable-options li .move-element {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #ffffff;
  color: #d45d5d;
  height: 26px;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 2px;
  width: 28px;
  text-align: center;
  top: 2px;
  cursor: pointer;
}
#removable-options li .move-element {
  right: 32px;
  width: 31px;
  cursor: move;
  color: #444444;
}
/*************************************************************
Tooltip
**************************************************************/
.ui-tooltip,
.arrow:after {
  background: #111111;
  border: 2px solid #111111;
}
.ui-helper-hidden-accessible {
  display: none;
}
.ui-tooltip {
  font-size: 0.85rem;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: absolute !important;
  left: 0;
  max-width: 200px;
  padding: 4px 10px;
  color: white;
  line-height: 1.5;
}
.ui-tooltip .arrow {
  width: 40px;
  height: 10px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  bottom: -10px;
}
.ui-tooltip .arrow.top {
  top: -10px;
  bottom: auto;
}
.ui-tooltip .arrow.top:after {
  bottom: -10px;
  top: auto;
}
.ui-tooltip .arrow.left {
  left: 20%;
}
.ui-tooltip .arrow:after {
  -o-box-shadow: 6px 5px 9px -9px #111111;
  -ms-box-shadow: 6px 5px 9px -9px #111111;
  -moz-box-shadow: 6px 5px 9px -9px #111111;
  -webkit-box-shadow: 6px 5px 9px -9px #111111;
  box-shadow: 6px 5px 9px -9px #111111;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  position: absolute;
  left: 10px;
  top: -5px;
  width: 10px;
  height: 10px;
}
/*************************************************************
TABS
**************************************************************/
.bootrstap-tabs-wrapper {
  margin-top: 15px;
}
.bootrstap-tabs-wrapper .nav-tabs li.active a {
  color: #3e85ee;
}
.bootrstap-tabs-wrapper .nav-tabs li a {
  font-weight: 600;
  text-transform: uppercase;
}
.bootrstap-tabs-wrapper .nav-tabs.nav-pills {
  border-bottom: 0;
}
.bootrstap-tabs-wrapper .nav-tabs.nav-pills li.active a {
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #ffffff;
  background: #3e85ee;
}
.bootrstap-tabs-wrapper .nav-tabs.nav-pills li a {
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.bootrstap-tabs-wrapper .tab-content * {
  color: #444444;
}
.bootrstap-tabs-wrapper .tab-content .tab-pane {
  border: 1px solid #dedede;
  border-top-width: 0;
  padding: 15px;
  background: #ffffff;
}
.bootrstap-tabs-wrapper .tab-content .tab-pane h1,
.bootrstap-tabs-wrapper .tab-content .tab-pane h2,
.bootrstap-tabs-wrapper .tab-content .tab-pane h3,
.bootrstap-tabs-wrapper .tab-content .tab-pane h4,
.bootrstap-tabs-wrapper .tab-content .tab-pane h5,
.bootrstap-tabs-wrapper .tab-content .tab-pane h6 {
  color: #444444;
}
/*!
 * bootstrap-vertical-tabs - v1.2.1
 * https://dbtek.github.io/bootstrap-vertical-tabs
 * 2014-11-07
 * Copyright (c) 2014 İsmail Demirbilek
 * License: MIT
 */
.tabs-left,
.tabs-right {
  border-bottom: none;
  padding-top: 2px;
}
.tabs-left {
  border-right: 1px solid #ddd;
}
.tabs-right {
  border-left: 1px solid #ddd;
}
.tabs-left > li,
.tabs-right > li {
  float: none;
  margin-bottom: 2px;
}
.tabs-left > li {
  margin-right: -1px;
}
.tabs-right > li {
  margin-left: -1px;
}
.tabs-left > li.active > a,
.tabs-left > li.active > a:hover,
.tabs-left > li.active > a:focus {
  border-bottom-color: #ddd;
  border-right-color: transparent;
}
.tabs-right > li.active > a,
.tabs-right > li.active > a:hover,
.tabs-right > li.active > a:focus {
  border-bottom: 1px solid #ddd;
  border-left-color: transparent;
}
.tabs-left > li > a {
  border-radius: 4px 0 0 4px;
  margin-right: 0;
  display: block;
}
.tabs-right > li > a {
  border-radius: 0 4px 4px 0;
  margin-right: 0;
}
/*************************************************************
MODAL
**************************************************************/
.modal {
  background-color: rgba(0, 0, 0, 0.7);
}
.modal .modal-content {
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #3e85ee;
  position: relative;
  padding: 0;
  border-width: 0;
}
.modal .modal-content:before,
.modal .modal-content:after {
  content: none;
  height: 22.22%;
  width: 100%;
  background: #3e85ee;
  position: absolute;
  left: 0;
  top: 0;
  border-bottom: 2px solid #ffffff;
}
.modal .modal-content:after {
  top: 22.22%;
  height: 33%;
  background: #111111;
}
.modal .modal-content .modal-header {
  border-width: 0;
  padding: 15px 20px;
  position: relative;
  background: #ffffff;
}
.modal .modal-content .modal-header:before {
  position: absolute;
  top: calc(50% - 6px);
  border-color: transparent transparent transparent #3e85ee;
  border-width: 6px 0 6px 6px;
  content: none;
  border-style: solid;
  left: 0;
}
.modal .modal-content .modal-header h4 {
  color: #444444;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.modal .modal-content .modal-header .close {
  margin: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  color: #d45d5d;
  font-size: 15px;
  top: 4px;
  position: relative;
}
.modal .modal-content .modal-body {
  background: #ffffff;
  z-index: 1;
  position: relative;
  max-height: 400px;
  overflow-y: auto;
}
.modal .modal-content .modal-body p {
  font-size: 15px;
  font-weight: 400;
  color: #444444;
}
.modal .modal-content .modal-body .main-contact-form {
  padding: 15px 5px;
}
.modal .modal-content .modal-body .main-contact-form .form-control {
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  border-color: #ebebeb;
}
.modal .modal-content .modal-body .main-contact-form .form-control:focus {
  border-color: #dedede;
}
.modal-backdrop.in {
  opacity: 0.7;
  filter: alpha(opacity=70);
  display: none;
}
.modal-open .modal {
  background-color: rgba(0, 0, 0, 0.7);
}
@media (min-width: 768px) {
  .modal .modal-dialog {
    margin: 95px auto 50px;
  }
}
@media (max-width: 767px) {
  .modal .modal-dialog {
    margin: 56px 15px 0;
  }
}
/*************************************************************
Table
**************************************************************/
.table > thead > tr > th,
.table > thead > tr td {
  border-bottom: 2px solid #ebebeb;
}
.table > tbody > tr > th,
.table > tbody > tr td {
  border-top: 1px solid #ebebeb;
}
/*****************************************************************
Keyframes
********************************************************************/
@-webkit-keyframes shake-vertical {
  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  80% {
    -webkit-transform: translateY(6.4px);
    transform: translateY(6.4px);
  }
  90% {
    -webkit-transform: translateY(-6.4px);
    transform: translateY(-6.4px);
  }
}
@keyframes shake-vertical {
  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  5%,
  15%,
  25%,
  35% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  10%,
  20%,
  30% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  40% {
    -webkit-transform: translateY(3.2px);
    transform: translateY(3.2px);
  }
  45% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.shake-vertical {
  -webkit-animation: shake-vertical 2.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite both;
  animation: shake-vertical 2.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite both;
}
@keyframes shine {
  to {
    background-position: 200% center;
  }
}
.shine {
  background-size: 200% auto;
  animation: shine 2s linear infinite;
}
/*************************************************************
PACE SIMPLE
**************************************************************/
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: fixed;
  z-index: 100001;
  top: 0;
  height: 2px;
  width: 100%;
}
.pace .pace-progress {
  background: #3e85ee;
  position: relative;
  z-index: 100001;
  top: 0;
  right: 0;
  width: 100%;
  height: 2px;
}
.pace-inactive {
  display: none;
}
/*****************************************************************
Header
********************************************************************/
.logo {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  margin: 0;
  height: 60px;
}
.logo a {
  height: 47.46%;
}
.logo a img {
  max-width: 100%;
  max-height: 100%;
}
.dark .main-header .global-search .form-group .form-control {
  background-color: #333333;
  color: rgba(255, 255, 255, 0.8);
  border-width: 0;
}
.dark .main-header .search-form button i,
.dark .main-header .search-form button svg {
  color: rgba(255, 255, 255, 0.8);
}
.main-header .global-search {
  width: calc(100% - 100px);
  top: calc(50% - 26px);
  max-width: 1000px;
  right: 43px;
  z-index: 104;
  text-align: right;
  display: none;
  position: absolute;
  height: 52px;
}
.main-header .global-search .form-group {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  min-width: 250px;
  margin: 0;
  width: 100%;
  height: inherit;
}
.main-header .global-search .form-group .form-control {
  -o-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: #f4f4f4;
  border: 1px solid #ebebeb;
  height: 52px;
  line-height: 50px;
  padding: 0 15px;
  font-size: 1rem;
  font-weight: 600;
}
.main-header .global-search .form-group .input-group-addon {
  border: none;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.main-header .global-search.ng-hide {
  width: 250px;
  overflow: hidden;
}
.main-header .search-form {
  display: inline-block;
  max-width: 100%;
  width: 100%;
  height: inherit;
  overflow: hidden;
}
.main-header .search-form button {
  background: transparent;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -1px;
  top: -1px;
  padding: 0 12px;
  height: 54px;
  z-index: 101;
}
.main-header .search-form button:focus {
  outline: none;
}
.main-header .search-form button i {
  background: transparent;
  color: #777777;
}
.main-header .search-form .with-error.without-border + button {
  margin-top: -66px;
}
.main-header .search-form .form-group.with-success .has-passed {
  right: 49px;
  top: 10px;
}
header.site-header {
  background: #ffffff;
  padding: 0;
  max-height: 160px;
  z-index: 10;
  position: relative;
}
header.site-header:not(.dark) {
  -o-box-shadow: 0 2px 25px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 2px 25px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 25px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 25px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 25px rgba(0, 0, 0, 0.1);
}
header.site-header.dark {
  background-color: #222222;
}
header.site-header.dark .header-top {
  background-color: #ffffff;
  border-color: transparent;
}
header.site-header .header-top {
  background: #111111;
  padding: 0;
  position: relative;
  z-index: 103;
}
header.site-header .header-top p {
  margin: 0;
  color: #ffffff;
  font-size: 13px;
}
header.site-header .header-top p i {
  margin-right: 2px;
  padding: 5px 0;
  width: 20px;
  height: 20px;
  background: #ffffff;
  color: #222222;
  border-radius: 25px;
  text-align: center;
  font-size: 10px;
  top: -1px;
  position: relative;
}
header.site-header .header-top p.inline {
  padding: 4px 0 0;
  float: left;
}
header.site-header .header-top p.inline.mobile {
  margin-right: 15px;
}
header.site-header .header-top a.login-out {
  padding: 5px 8px;
  display: inline-block;
  font-size: 13px;
  background: transparent;
  font-weight: 400;
  color: #444444;
}
header .sitewide-notice {
  background: #3e85ee;
  padding: 10px 0;
  text-align: center;
}
header .sitewide-notice p {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 1rem;
}
header .sitewide-notice p a {
  color: inherit;
  text-underline-offset: 3px;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.5);
}
.dark .header-social-links li a {
  color: rgba(255, 255, 255, 0.7);
}
.header-social-links {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  height: 60px;
  padding: 0;
  clear: both;
  margin: 0;
}
.header-social-links li {
  list-style: none;
  padding: 0 3px;
}
.header-social-links li a {
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  color: #444444;
  font-size: 1rem;
  padding: 5px;
  display: block;
  text-align: center;
}
.header-social-links li a:hover {
  color: #3e85ee;
  list-style: none;
}
.header-social-links li:last-child {
  padding-right: 0;
}
/*************************************************************
FIXED HEADER
**************************************************************/
.fixed-header-wrapper {
  top: -150px;
  z-index: 10;
  position: fixed;
  left: 0;
  width: 100%;
}
.fixed-header-wrapper.dark {
  background-color: #111111;
}
.fixed-header-wrapper .global-search {
  display: none;
}
@media (max-width: 767px) {
  header.site-header .global-search,
  .fixed-header-wrapper .global-search {
    width: calc(100% - 30px);
    top: 4px;
    top: 65px;
    left: 15px;
    right: auto;
  }
}
/*****************************************************************
Main Navigation Dark
********************************************************************/
.main-navigation.dark .navbar-mainbar .navbar-nav > li:hover > a,
.main-navigation.dark .navbar-mainbar .navbar-nav > li.active-button > a {
  color: #ffffff !important;
}
.main-navigation.dark .navbar-mainbar .navbar-nav > li.current-menu-item:not(.active-button) > a,
.main-navigation.dark .navbar-mainbar .navbar-nav > li.current-menu-ancestor:not(.active-button) > a {
  color: rgba(255, 255, 255, 0.9) !important;
}
.main-navigation.dark .navbar-mainbar .navbar-nav > li > a {
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 767px) {
  .main-navigation.dark .navbar-mainbar ul li.menu-item-has-children > .sub-menu {
    background-color: #222222;
  }
  .main-navigation.dark .navbar-mainbar ul li.menu-item-has-children > .sub-menu:before {
    color: #222222;
  }
  .main-navigation.dark .navbar-mainbar ul li.menu-item-has-children > .sub-menu li:hover > a,
  .main-navigation.dark .navbar-mainbar ul li.menu-item-has-children > .sub-menu li.current-menu-item > a {
    background-color: rgba(0, 0, 0, 0.25);
    color: rgba(255, 255, 255, 0.8);
  }
  .main-navigation.dark .navbar-mainbar ul li.menu-item-has-children > .sub-menu li.overview > a:after {
    border-color: rgba(255, 255, 255, 0.1);
  }
  .main-navigation.dark .navbar-mainbar ul li.menu-item-has-children > .sub-menu li.overview > a > span {
    color: rgba(255, 255, 255, 0.5);
  }
  .main-navigation.dark .navbar-mainbar ul li.menu-item-has-children > .sub-menu li a {
    color: rgba(255, 255, 255, 0.7);
  }
}
@media (max-width: 767px) {
  .main-navigation.dark {
    background-color: #222222;
  }
  .main-navigation.dark .navbar-mainbar .navbar-header {
    border-color: #333333;
    border-width: 0;
  }
  .main-navigation.dark .navbar-mainbar .navbar-header .search {
    color: rgba(255, 255, 255, 0.6);
  }
  .main-navigation.dark .navbar-mainbar .navbar-toggle .icon-bar {
    background-color: rgba(255, 255, 255, 0.6);
  }
  .main-navigation.dark .navbar-mainbar .navbar-nav > li {
    background-color: #111111;
    border-color: rgba(255, 255, 255, 0.05);
  }
  .main-navigation.dark .navbar-mainbar .navbar-nav > li.active-button > a {
    color: #ffffff !important;
  }
  .main-navigation.dark .navbar-mainbar .navbar-nav > li.current-menu-item:not(.active-button) > a,
  .main-navigation.dark .navbar-mainbar .navbar-nav > li.current-menu-ancestor:not(.active-button) > a {
    color: rgba(255, 255, 255, 0.9) !important;
  }
  .main-navigation.dark .navbar-mainbar ul li.menu-item-has-children ul.sub-menu {
    border-color: rgba(255, 255, 255, 0.05);
    background-color: #111111;
  }
  .main-navigation.dark .navbar-mainbar ul li.menu-item-has-children ul.sub-menu:before {
    color: #111111;
  }
  .main-navigation.dark .navbar-mainbar ul li.menu-item-has-children ul.sub-menu li {
    border-top-color: rgba(255, 255, 255, 0.05);
  }
  .main-navigation.dark .navbar-mainbar ul li.menu-item-has-children ul.sub-menu li:hover > a,
  .main-navigation.dark .navbar-mainbar ul li.menu-item-has-children ul.sub-menu li.current-menu-item > a {
    background-color: transparent;
    color: rgba(255, 255, 255, 0.7);
  }
  .main-navigation.dark .navbar-mainbar ul li.menu-item-has-children i.menu-toggler {
    background: transparent;
    color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    display: block;
    width: 46px;
    height: 45px;
    text-align: center;
    padding: 5px;
    line-height: 33px;
  }
}
/*****************************************************************
Mega Menu
********************************************************************/
@media (max-width: 767px) {
  .main-navigation.dark .navbar-mainbar ul li.charm-mega-menu-enabled.menu-item-has-children .mega-menu-wrapper {
    background: #111111;
    border-color: #333333;
  }
  .main-navigation.dark .navbar-mainbar ul li.charm-mega-menu-enabled.menu-item-has-children .mega-menu-wrapper .sub-menu.first-level > li:hover > a {
    color: rgba(255, 255, 255, 0.9);
    border-color: rgba(255, 255, 255, 0.5);
  }
  .main-navigation.dark .navbar-mainbar ul li.charm-mega-menu-enabled.menu-item-has-children .mega-menu-wrapper .sub-menu.first-level > li > a {
    color: rgba(255, 255, 255, 0.6);
    border-color: rgba(255, 255, 255, 0.1);
  }
  .main-navigation.dark .navbar-mainbar ul li.charm-mega-menu-enabled.menu-item-has-children .mega-menu-wrapper .sub-menu.first-level li ul.inner li:hover > a {
    color: rgba(255, 255, 255, 0.8);
    background-color: rgba(255, 255, 255, 0.05);
  }
  .main-navigation.dark .navbar-mainbar ul li.charm-mega-menu-enabled.menu-item-has-children .mega-menu-wrapper .sub-menu.first-level li ul.inner li > a {
    color: rgba(255, 255, 255, 0.5);
    font-weight: 600;
  }
  .main-navigation.dark .navbar-mainbar ul li.charm-mega-menu-enabled.menu-item-has-children.has-overview .mega-menu-wrapper > li.overview:hover > a {
    background: rgba(0, 0, 0, 0.9);
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.1);
  }
  .main-navigation.dark .navbar-mainbar ul li.charm-mega-menu-enabled.menu-item-has-children.has-overview .mega-menu-wrapper > li.overview > a {
    background: #111111;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 600;
    border-color: rgba(255, 255, 255, 0.05);
  }
}
.main-navigation .navbar-mainbar ul li.charm-mega-menu-enabled {
  position: static;
}
.main-navigation .navbar-mainbar ul li.charm-mega-menu-enabled.menu-item-has-children.hover .mega-menu-wrapper {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  top: 60px;
}
.main-navigation .navbar-mainbar ul li.charm-mega-menu-enabled.menu-item-has-children.hover .mega-menu-wrapper .sub-menu {
  display: block;
  opacity: 1;
  filter: alpha(opacity=100);
}
.main-navigation .navbar-mainbar ul li.charm-mega-menu-enabled.menu-item-has-children.hover .mega-menu-wrapper .sub-menu.first-level > li > a {
  display: block;
}
.main-navigation .navbar-mainbar ul li.charm-mega-menu-enabled.menu-item-has-children.has-overview .mega-menu-wrapper {
  padding-top: 70px;
}
.main-navigation .navbar-mainbar ul li.charm-mega-menu-enabled.menu-item-has-children.has-overview .mega-menu-wrapper .sub-menu > li.overview > a {
  color: #444444;
  background-color: #ebebeb;
  border-bottom: 1px solid #dedede;
  font-size: 1.25rem;
  text-transform: none;
}
.main-navigation .navbar-mainbar ul li.charm-mega-menu-enabled.menu-item-has-children .mega-menu-wrapper {
  -o-box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background: #ffffff;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #dedede;
  width: 100%;
  max-width: 1000px;
  position: absolute;
  z-index: 1;
  padding: 15px 0 20px;
  top: calc(60px + 11px);
  visibility: hidden;
  overflow: hidden;
  right: 0;
}
.main-navigation .navbar-mainbar ul li.charm-mega-menu-enabled.menu-item-has-children .mega-menu-wrapper ul {
  background: #ffffff;
  padding: 0 0 0 15px;
}
.main-navigation .navbar-mainbar ul li.charm-mega-menu-enabled.menu-item-has-children .mega-menu-wrapper ul li {
  padding: 5px 15px;
}
.main-navigation .navbar-mainbar ul li.charm-mega-menu-enabled.menu-item-has-children .mega-menu-wrapper ul.sub-menu {
  position: relative;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 1;
  filter: alpha(opacity=100);
  margin-left: 0;
}
.main-navigation .navbar-mainbar ul li.charm-mega-menu-enabled.menu-item-has-children .mega-menu-wrapper ul.sub-menu li {
  background: transparent;
}
.main-navigation .navbar-mainbar ul li.charm-mega-menu-enabled.menu-item-has-children .mega-menu-wrapper ul.sub-menu.first-level {
  width: 100%;
  top: 0;
  border: none;
}
.main-navigation .navbar-mainbar ul li.charm-mega-menu-enabled.menu-item-has-children .mega-menu-wrapper ul.sub-menu.first-level > li {
  width: 25%;
  float: left;
  position: relative;
}
.main-navigation .navbar-mainbar ul li.charm-mega-menu-enabled.menu-item-has-children .mega-menu-wrapper ul.sub-menu.first-level > li.overview {
  position: absolute;
  top: -70px;
  width: 100% !important;
  border-right: none;
  box-shadow: none;
  left: 0;
  border-bottom: none;
  height: auto !important;
  padding: 0;
}
.main-navigation .navbar-mainbar ul li.charm-mega-menu-enabled.menu-item-has-children .mega-menu-wrapper ul.sub-menu.first-level > li.overview > a {
  font-family: 'Inter', sans-serif;
  padding: 17px 30px;
}
.main-navigation .navbar-mainbar ul li.charm-mega-menu-enabled.menu-item-has-children .mega-menu-wrapper ul.sub-menu.first-level > li.overview > a > span {
  text-decoration: underline;
  color: #999999;
  font-size: 13px;
  margin-left: 15px;
  text-underline-offset: 3px;
}
.main-navigation .navbar-mainbar ul li.charm-mega-menu-enabled.menu-item-has-children .mega-menu-wrapper ul.sub-menu.first-level > li.overview:hover > a {
  background-color: #ffffff;
  border-color: #dedede;
  color: #000000;
}
.main-navigation .navbar-mainbar ul li.charm-mega-menu-enabled.menu-item-has-children .mega-menu-wrapper ul.sub-menu.first-level > li.overview:hover > a > span {
  color: #3e85ee;
}
.main-navigation .navbar-mainbar ul li.charm-mega-menu-enabled.menu-item-has-children .mega-menu-wrapper ul.sub-menu.first-level > li.menu-item-has-children:before {
  content: "";
  margin: 0;
}
.main-navigation .navbar-mainbar ul li.charm-mega-menu-enabled.menu-item-has-children .mega-menu-wrapper ul.sub-menu.first-level > li.menu-item-has-children.icon-enabled i.fa {
  color: inherit;
  top: 0px;
  left: -6px;
  margin-right: 0px;
  font-weight: bold;
  font-size: 16px;
}
.main-navigation .navbar-mainbar ul li.charm-mega-menu-enabled.menu-item-has-children .mega-menu-wrapper ul.sub-menu.first-level > li.menu-item-has-children.icon-enabled i.fa.vector {
  width: 16px;
  height: 16px;
}
.main-navigation .navbar-mainbar ul li.charm-mega-menu-enabled.menu-item-has-children .mega-menu-wrapper ul.sub-menu.first-level > li.divider {
  height: 4px;
  width: 100% !important;
  border-bottom: 1px solid #ddd;
  clear: both;
  margin: 20px 0;
}
.main-navigation .navbar-mainbar ul li.charm-mega-menu-enabled.menu-item-has-children .mega-menu-wrapper ul.sub-menu.first-level > li.current-menu-item > a,
.main-navigation .navbar-mainbar ul li.charm-mega-menu-enabled.menu-item-has-children .mega-menu-wrapper ul.sub-menu.first-level > li.current-menu-ancestor > a {
  background-color: transparent;
  border-color: #111111;
}
.main-navigation .navbar-mainbar ul li.charm-mega-menu-enabled.menu-item-has-children .mega-menu-wrapper ul.sub-menu.first-level > li:hover > a {
  background-color: transparent;
}
.main-navigation .navbar-mainbar ul li.charm-mega-menu-enabled.menu-item-has-children .mega-menu-wrapper ul.sub-menu.first-level > li > a {
  padding: 10px 0;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 20px;
  color: #444444;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
}
.main-navigation .navbar-mainbar ul li.charm-mega-menu-enabled.menu-item-has-children .mega-menu-wrapper ul.sub-menu.first-level > li > a:hover {
  color: #111111;
  border-color: #111111;
}
.main-navigation .navbar-mainbar ul li.charm-mega-menu-enabled.menu-item-has-children .mega-menu-wrapper ul.sub-menu.first-level > li > a > span {
  text-transform: none;
  font-size: inherit;
  padding-left: 10px;
}
.main-navigation .navbar-mainbar ul li.charm-mega-menu-enabled.menu-item-has-children .mega-menu-wrapper ul.sub-menu.first-level li.menu-item-has-children:before {
  content: "";
}
.main-navigation .navbar-mainbar ul li.charm-mega-menu-enabled.menu-item-has-children .mega-menu-wrapper ul.sub-menu.first-level li ul {
  background: none;
  padding: 0 0 0 0px;
}
.main-navigation .navbar-mainbar ul li.charm-mega-menu-enabled.menu-item-has-children .mega-menu-wrapper ul.sub-menu.first-level li ul.inner {
  width: 100%;
  min-width: 100px;
}
.main-navigation .navbar-mainbar ul li.charm-mega-menu-enabled.menu-item-has-children .mega-menu-wrapper ul.sub-menu.first-level li ul.inner li {
  display: block;
  padding: 0;
  max-width: 100%;
}
.main-navigation .navbar-mainbar ul li.charm-mega-menu-enabled.menu-item-has-children .mega-menu-wrapper ul.sub-menu.first-level li ul.inner li:hover > a {
  background-color: #f4f4f4;
}
.main-navigation .navbar-mainbar ul li.charm-mega-menu-enabled.menu-item-has-children .mega-menu-wrapper ul.sub-menu.first-level li ul.inner li.icon-enabled:before {
  content: "";
  margin: 0;
}
.main-navigation .navbar-mainbar ul li.charm-mega-menu-enabled.menu-item-has-children .mega-menu-wrapper ul.sub-menu.first-level li ul.inner li.icon-enabled i.fa {
  position: relative;
  left: -1px;
  font-size: 13px;
  color: inherit;
  margin: 0 5px 0 0;
  float: none;
  top: -1px;
}
.main-navigation .navbar-mainbar ul li.charm-mega-menu-enabled.menu-item-has-children .mega-menu-wrapper ul.sub-menu.first-level li ul.inner li.icon-enabled i.fa.vector {
  width: 13px;
  height: 13px;
  display: inline-block;
  background-size: cover;
  top: 2px;
}
.main-navigation .navbar-mainbar ul li.charm-mega-menu-enabled.menu-item-has-children .mega-menu-wrapper ul.sub-menu.first-level li ul.inner li.icon-enabled a:before {
  content: "";
  margin: 0;
}
.main-navigation .navbar-mainbar ul li.charm-mega-menu-enabled.menu-item-has-children .mega-menu-wrapper ul.sub-menu.first-level li ul.inner li.current-menu-item a {
  font-weight: bold;
}
.main-navigation .navbar-mainbar ul li.charm-mega-menu-enabled.menu-item-has-children .mega-menu-wrapper ul.sub-menu.first-level li ul.inner li a {
  font-family: 'Inter', sans-serif;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #444444;
  padding: 5px 10px;
  border: none;
  font-size: 0.875rem;
  display: block;
  text-transform: capitalize;
  font-weight: 400;
}
.main-navigation .navbar-mainbar ul li.charm-mega-menu-enabled.menu-item-has-children .mega-menu-wrapper ul.sub-menu.first-level li ul.inner li a:before {
  content: "\f0da";
  content: none;
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 15px;
  color: #444444;
  padding: 1px;
  text-align: center;
  margin-right: 10px;
  right: auto;
}
.main-navigation .navbar-mainbar ul li.charm-mega-menu-enabled.menu-item-has-children .mega-menu-wrapper ul.sub-menu.first-level li ul.inner.second-level {
  padding: 0;
}
.main-navigation .navbar-mainbar ul li.charm-mega-menu-enabled.menu-item-has-children .mega-menu-wrapper ul.sub-menu.inner {
  position: static;
}
.main-navigation .navbar-mainbar ul li.charm-mega-menu-enabled.menu-item-has-children .mega-menu-wrapper.columns-5 ul.sub-menu.first-level > li {
  width: 20%;
}
.main-navigation .navbar-mainbar ul li.charm-mega-menu-enabled.menu-item-has-children .mega-menu-wrapper.columns-4 ul.sub-menu.first-level > li {
  width: 25%;
}
.main-navigation .navbar-mainbar ul li.charm-mega-menu-enabled.menu-item-has-children .mega-menu-wrapper.columns-3 ul.sub-menu.first-level > li {
  width: 33.33%;
}
.main-navigation .navbar-mainbar ul li.charm-mega-menu-enabled.menu-item-has-children .mega-menu-wrapper.columns-2 ul.sub-menu.first-level > li {
  width: 50%;
}
.main-navigation .navbar-mainbar ul li.charm-mega-menu-enabled.hover .mega-menu-wrapper {
  top: 0;
}
.main-navigation .navbar-mainbar ul li.charm-mega-menu-enabled.hover .mega-menu-wrapper .sub-menu.first-level {
  top: 0;
}
.main-navigation .navbar-mainbar ul li.charm-mega-menu-enabled.hover .mega-menu-wrapper .sub-menu.first-level > li {
  -o-box-shadow: 0 0px 0 0 #dedede;
  -ms-box-shadow: 0 0px 0 0 #dedede;
  -moz-box-shadow: 0 0px 0 0 #dedede;
  -webkit-box-shadow: 0 0px 0 0 #dedede;
  box-shadow: 0 0px 0 0 #dedede;
  height: 100%;
}
.main-navigation .navbar-mainbar ul li.charm-mega-menu-enabled.hover .mega-menu-wrapper .sub-menu.first-level > li:last-child {
  -o-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.main-navigation .navbar-mainbar ul li.charm-mega-menu-enabled.hover .mega-menu-wrapper .sub-menu.first-level > li:last-child.divider {
  display: none;
}
.main-navigation .navbar-mainbar ul li.charm-mega-menu-enabled.hover .mega-menu-wrapper .sub-menu.inner {
  top: 0;
}
@media (max-width: 767px) {
  .main-navigation.dark .navbar-mainbar ul li.menu-item-has-children.charm-mega-menu-enabled .mega-menu-wrapper ul.sub-menu {
    background-color: #111111;
  }
  .main-navigation.dark .navbar-mainbar ul li.menu-item-has-children.charm-mega-menu-enabled .mega-menu-wrapper ul.sub-menu.first-level > li ul.inner {
    border-color: rgba(255, 255, 255, 0.05);
    background: transparent;
  }
  .main-navigation .navbar-mainbar ul li.menu-item-has-children.charm-mega-menu-enabled {
    position: relative;
  }
  .main-navigation .navbar-mainbar ul li.menu-item-has-children.charm-mega-menu-enabled:before {
    content: "";
  }
  .main-navigation .navbar-mainbar ul li.menu-item-has-children.charm-mega-menu-enabled.has-overview .mega-menu-wrapper {
    padding-top: 0;
  }
  .main-navigation .navbar-mainbar ul li.menu-item-has-children.charm-mega-menu-enabled:hover .sub-menu {
    display: none;
  }
  .main-navigation .navbar-mainbar ul li.menu-item-has-children.charm-mega-menu-enabled .mega-menu-wrapper {
    -o-box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -o-transition: all 0s ease;
    -ms-transition: all 0s ease;
    transition: all 0s ease;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    position: static;
    display: none;
    visibility: visible;
    background: none;
    padding: 0;
    border-width: 0;
  }
  .main-navigation .navbar-mainbar ul li.menu-item-has-children.charm-mega-menu-enabled .mega-menu-wrapper > .sub-menu {
    display: block;
  }
  .main-navigation .navbar-mainbar ul li.menu-item-has-children.charm-mega-menu-enabled .mega-menu-wrapper ul.sub-menu {
    opacity: 1;
    filter: alpha(opacity=100);
    background: #ffffff;
    padding: 0 0 0 30px;
  }
  .main-navigation .navbar-mainbar ul li.menu-item-has-children.charm-mega-menu-enabled .mega-menu-wrapper ul.sub-menu.first-level {
    -webkit-transition: all 0s ease-in;
    -moz-transition: all 0s ease-in;
    -o-transition: all 0s ease-in;
    -ms-transition: all 0s ease-in;
    transition: all 0s ease-in;
  }
  .main-navigation .navbar-mainbar ul li.menu-item-has-children.charm-mega-menu-enabled .mega-menu-wrapper ul.sub-menu.first-level > li {
    -webkit-transition: all 0s ease-in;
    -moz-transition: all 0s ease-in;
    -o-transition: all 0s ease-in;
    -ms-transition: all 0s ease-in;
    transition: all 0s ease-in;
    width: 100% !important;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: auto !important;
    float: none;
  }
  .main-navigation .navbar-mainbar ul li.menu-item-has-children.charm-mega-menu-enabled .mega-menu-wrapper ul.sub-menu.first-level > li.overview {
    position: relative;
    top: 0;
  }
  .main-navigation .navbar-mainbar ul li.menu-item-has-children.charm-mega-menu-enabled .mega-menu-wrapper ul.sub-menu.first-level > li.overview > a {
    font-size: 1rem;
    padding: 17px 10px 17px 0;
  }
  .main-navigation .navbar-mainbar ul li.menu-item-has-children.charm-mega-menu-enabled .mega-menu-wrapper ul.sub-menu.first-level > li.menu-item-has-children.icon-enabled i.fa {
    top: 2px;
    left: 0px;
    margin: 0 7px 0 0;
  }
  .main-navigation .navbar-mainbar ul li.menu-item-has-children.charm-mega-menu-enabled .mega-menu-wrapper ul.sub-menu.first-level > li.menu-item-has-children.icon-enabled i.fa.menu-toggler {
    left: auto;
    color: #444444;
    right: 8px;
    top: 14px;
  }
  .main-navigation .navbar-mainbar ul li.menu-item-has-children.charm-mega-menu-enabled .mega-menu-wrapper ul.sub-menu.first-level > li ul.inner {
    -webkit-transition: all 0s ease-in;
    -moz-transition: all 0s ease-in;
    -o-transition: all 0s ease-in;
    -ms-transition: all 0s ease-in;
    transition: all 0s ease-in;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #ffffff;
    display: none;
    padding: 0 0 0 15px;
    float: none;
  }
  .main-navigation .navbar-mainbar ul li.menu-item-has-children.charm-mega-menu-enabled .mega-menu-wrapper ul.sub-menu.first-level > li ul.inner li:first-child {
    border-width: 0;
  }
  .main-navigation .navbar-mainbar ul li.menu-item-has-children.charm-mega-menu-enabled .mega-menu-wrapper ul.sub-menu.first-level > li ul.inner li:before {
    left: 10px;
  }
  .main-navigation .navbar-mainbar ul li.menu-item-has-children.charm-mega-menu-enabled .mega-menu-wrapper ul.sub-menu.first-level > li ul.inner li a {
    padding: 10px 0 10px 0;
    background: transparent;
  }
  .main-navigation .navbar-mainbar ul li.menu-item-has-children.charm-mega-menu-enabled .mega-menu-wrapper ul.sub-menu.first-level > li ul.inner li i.fa.menu-toggler {
    top: 10px;
  }
  .main-navigation .navbar-mainbar ul li.menu-item-has-children.charm-mega-menu-enabled .mega-menu-wrapper ul.sub-menu.first-level > li ul.inner li.icon-enabled i.fa {
    left: 0;
    top: 0;
  }
  .main-navigation .navbar-mainbar ul li.menu-item-has-children.charm-mega-menu-enabled .mega-menu-wrapper ul.sub-menu.first-level > li > a {
    padding: 15px 15px 15px 0;
    margin: 0;
    border: none;
    font-size: 13px;
  }
  .main-navigation .navbar-mainbar ul li.menu-item-has-children.charm-mega-menu-enabled .mega-menu-wrapper ul li {
    padding: 0;
  }
}
/*****************************************************************
Top Menu
********************************************************************/
.dark .top-navigation .navbar-nav li:hover > a,
.dark .top-navigation .navbar-nav li:focus > a,
.dark .top-navigation .navbar-nav li:active > a,
.dark .top-navigation .navbar-nav li.current-menu-item > a,
.dark .top-navigation .navbar-nav li.current-menu-ancestor > a {
  color: #000000;
}
.dark .top-navigation .navbar-nav li a {
  color: #444444;
}
.top-navigation {
  background: transparent;
  z-index: 10;
  position: relative;
  padding: 0;
  border-top: none;
  overflow: visible !important;
}
.top-navigation .navbar-nav {
  margin-right: 0;
}
.top-navigation .navbar-nav li:last-child {
  margin-right: 0;
}
.top-navigation .navbar-nav li:hover > a,
.top-navigation .navbar-nav li:focus > a,
.top-navigation .navbar-nav li:active > a,
.top-navigation .navbar-nav li.current-menu-item > a,
.top-navigation .navbar-nav li.current-menu-ancestor > a {
  color: #ffffff;
}
.top-navigation .navbar-nav li.current-menu-item > a,
.top-navigation .navbar-nav li.current-menu-ancestor > a {
  font-weight: 700;
}
.top-navigation .navbar-nav li a {
  color: rgba(255, 255, 255, 0.7);
  border: none;
  font-size: 0.8125rem;
  background: transparent;
  padding: 8px 20px;
  text-shadow: none;
  font-weight: 400;
  display: block;
}
.top-navigation .navbar-nav li a i {
  margin-right: 3px;
  font-size: 12px;
}
.top-navigation ul {
  padding: 0;
  margin: 0;
}
.top-navigation ul li {
  list-style: none;
  line-height: 22px;
  padding: 0;
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
  position: relative;
  overflow: hidden;
}
.top-navigation ul li:last-child {
  border-width: 0;
}
.top-navigation ul li:hover {
  overflow: visible;
}
.top-navigation ul li:hover ul.sub-menu {
  opacity: 1;
  filter: alpha(opacity=100);
  top: 29px;
}
.top-navigation ul li i {
  line-height: 1;
}
.top-navigation ul li ul.sub-menu {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -o-box-shadow: 0 21px 25px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 21px 25px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 21px 25px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 21px 25px rgba(0, 0, 0, 0.15);
  box-shadow: 0 21px 25px rgba(0, 0, 0, 0.15);
  -ms-border-radius: 0 0 8px 8px;
  -o-border-radius: 0 0 8px 8px;
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
  opacity: 0;
  filter: alpha(opacity=0);
  background: #ffffff;
  text-align: left;
  position: absolute;
  width: 250px;
  left: 0;
  z-index: 101;
  padding: 15px 0;
  top: 40px;
}
.top-navigation ul li ul.sub-menu li {
  color: #ffffff;
}
.top-navigation ul li ul.sub-menu li:hover > a {
  color: #444444;
  background-color: #ebebeb;
}
.top-navigation ul li ul.sub-menu li a {
  color: #444444;
  padding: 10px 20px;
}
.top-navigation ul li * {
  line-height: 1;
  font-size: inherit;
  font-weight: inherit;
}
/*****************************************************************
In Page Nav
********************************************************************/
#in-page-nav-overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10100;
}
#in-page-nav {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -o-box-shadow: 0 0 0 3px rgba(85, 85, 85, 0.75), 0 0 25px 0 rgba(0, 0, 0, 0.35);
  -ms-box-shadow: 0 0 0 3px rgba(85, 85, 85, 0.75), 0 0 25px 0 rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 0 3px rgba(85, 85, 85, 0.75), 0 0 25px 0 rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 0 0 3px rgba(85, 85, 85, 0.75), 0 0 25px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 0 3px rgba(85, 85, 85, 0.75), 0 0 25px 0 rgba(0, 0, 0, 0.35);
  opacity: 0.95;
  filter: alpha(opacity=95);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background: #444444;
  position: fixed;
  display: inline-block;
  left: 50%;
  bottom: 15px;
  z-index: 10101;
}
#in-page-nav.light {
  background: #dedede;
  -o-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.7), 0 0 25px 0 rgba(0, 0, 0, 0.35);
  -ms-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.7), 0 0 25px 0 rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.7), 0 0 25px 0 rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.7), 0 0 25px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.7), 0 0 25px 0 rgba(0, 0, 0, 0.35);
}
#in-page-nav.light header.active p {
  color: rgba(0, 0, 0, 0.8);
  font-weight: 500;
}
#in-page-nav.light header.active .charm-angle-up {
  color: rgba(0, 0, 0, 0.4);
}
#in-page-nav.light header > .charm-svg {
  color: rgba(255, 255, 255, 0.7);
}
#in-page-nav.light header p,
#in-page-nav.light header .charm-angle-up {
  color: #444444;
}
#in-page-nav.light ul {
  background: #dedede;
}
#in-page-nav.light ul li.active a {
  opacity: 1;
  filter: alpha(opacity=100);
}
#in-page-nav.light ul li a {
  color: #000000;
  font-weight: 500;
}
#in-page-nav.light ul li a:hover {
  background: rgba(0, 0, 0, 0.1);
}
#in-page-nav header {
  cursor: pointer;
  position: relative;
}
#in-page-nav header > .charm-svg {
  -webkit-transform: translate(-50%, 10px);
  -ms-transform: translate(-50%, 10px);
  transform: translate(-50%, 10px);
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
  color: rgba(85, 85, 85, 0.75);
  position: absolute;
  top: -10px;
  left: 50%;
  height: 7px;
}
#in-page-nav header .inner {
  padding: 6px 50px 6px 15px;
  position: relative;
}
#in-page-nav header p,
#in-page-nav header .charm-angle-up {
  color: rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  font-weight: 300;
}
#in-page-nav header .charm-angle-up {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  right: 15px;
  top: 50%;
}
#in-page-nav header.active > .charm-svg {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 1;
  filter: alpha(opacity=100);
}
#in-page-nav header.active p {
  color: rgba(255, 255, 255, 0.8);
  white-space: nowrap;
}
#in-page-nav header.active .charm-angle-up {
  color: rgba(255, 255, 255, 0.5);
}
#in-page-nav > .nav-wrap {
  height: 0;
}
#in-page-nav ul {
  background: #333333;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 15px 0;
  margin: 0;
}
#in-page-nav ul li {
  list-style: none;
  margin-bottom: 0;
}
#in-page-nav ul li.active a {
  opacity: 1;
  filter: alpha(opacity=100);
}
#in-page-nav ul li:hover a {
  opacity: 0.7;
  filter: alpha(opacity=70);
  background: rgba(0, 0, 0, 0.3);
}
#in-page-nav ul li a {
  color: #ffffff;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-weight: 300;
  display: block;
  padding: 5px 20px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  #in-page-nav {
    -o-box-shadow: 0 0 0 3px rgba(85, 85, 85, 0.75), 0 0 25px 0 rgba(0, 0, 0, 0.35);
    -ms-box-shadow: 0 0 0 3px rgba(85, 85, 85, 0.75), 0 0 25px 0 rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 0 0 3px rgba(85, 85, 85, 0.75), 0 0 25px 0 rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 0 0 3px rgba(85, 85, 85, 0.75), 0 0 25px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 0 3px rgba(85, 85, 85, 0.75), 0 0 25px 0 rgba(0, 0, 0, 0.35);
  }
  #in-page-nav.light {
    -o-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.7), 0 0 25px 0 rgba(0, 0, 0, 0.35);
    -ms-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.7), 0 0 25px 0 rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.7), 0 0 25px 0 rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.7), 0 0 25px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.7), 0 0 25px 0 rgba(0, 0, 0, 0.35);
  }
  #in-page-nav header p {
    font-size: 0.9rem;
  }
  #in-page-nav header > .charm-svg {
    top: -9px;
    height: 6px;
  }
  #in-page-nav header .charm-angle-up {
    height: 21px;
    width: 21px;
  }
  #in-page-nav ul {
    padding: 10px 0;
  }
  #in-page-nav ul li a {
    padding: 5px 15px;
    font-size: 0.9rem;
  }
}
/*****************************************************************
Main Navigation
********************************************************************/
.main-navigation {
  z-index: 101;
  position: relative;
  opacity: 1;
  filter: alpha(opacity=100);
}
.main-navigation .navbar-mainbar {
  -o-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  margin: 0;
  border: none;
  background: transparent;
}
.main-navigation .navbar-mainbar .navbar-brand {
  color: #222222;
  font-family: 'Inter Tight', sans-serif;
  display: none;
}
.main-navigation .navbar-mainbar .navbar-nav {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 100%;
  max-height: 100px;
  justify-content: flex-end;
}
.main-navigation .navbar-mainbar .navbar-nav > li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  z-index: 102;
  align-items: center;
  padding: 0 5px;
  float: none;
}
.main-navigation .navbar-mainbar .navbar-nav > li:last-child a {
  border: none;
  padding-right: 0;
}
.main-navigation .navbar-mainbar .navbar-nav > li:hover > a {
  color: #000000;
}
.main-navigation .navbar-mainbar .navbar-nav > li.current-menu-item:not(.active-button) > a,
.main-navigation .navbar-mainbar .navbar-nav > li.current-menu-ancestor:not(.active-button) > a {
  color: #000000;
  position: relative;
}
.main-navigation .navbar-mainbar .navbar-nav > li.current-menu-item.icon-enabled i.fa,
.main-navigation .navbar-mainbar .navbar-nav > li.current-menu-ancestor.icon-enabled i.fa {
  color: #3e85ee;
}
.main-navigation .navbar-mainbar .navbar-nav > li.menu-item-has-children > a:after {
  content: "\f107";
  font-family: 'FontAwesome';
  position: relative;
  display: inline-block;
  top: -1px;
  background: transparent;
  margin-left: 9px;
  font-size: 15px;
}
.main-navigation .navbar-mainbar .navbar-nav > li.search {
  overflow: visible !important;
  padding-right: 0;
  min-width: 25px;
}
.main-navigation .navbar-mainbar .navbar-nav > li.search .search-button {
  padding-left: 0;
}
.main-navigation .navbar-mainbar .navbar-nav > li.search .charm-close {
  display: none;
}
.main-navigation .navbar-mainbar .navbar-nav > li.search:hover a {
  -o-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.main-navigation .navbar-mainbar .navbar-nav > li.active-button > a {
  background: #3e85ee;
  color: #ffffff;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 6px 15px 7px;
  line-height: 1;
  height: auto;
  font-weight: 700;
}
.main-navigation .navbar-mainbar .navbar-nav > li > a {
  color: #333333;
  height: 60px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  font-size: 1rem;
  padding: 0 15px;
  font-weight: 400;
  position: relative;
  font-size: 16px;
  align-items: center;
}
.main-navigation .navbar-mainbar ul li {
  position: relative;
}
.main-navigation .navbar-mainbar ul li span.sub,
.main-navigation .navbar-mainbar ul li br {
  display: none;
}
.main-navigation .navbar-mainbar ul li.icon-enabled:before {
  content: "";
  margin: 0;
}
.main-navigation .navbar-mainbar ul li.icon-enabled i.fa {
  position: relative;
  left: -1px;
  line-height: 1;
  font-size: 13px;
  color: inherit;
  margin: 0 8px 0 0;
  top: 0px;
}
.main-navigation .navbar-mainbar ul li.icon-enabled i.fa[class*="fontell-icon-"] {
  margin-right: 4px !important;
  margin-left: -4px !important;
}
.main-navigation .navbar-mainbar ul li.current-menu-item:hover > a,
.main-navigation .navbar-mainbar ul li.current-menu-parent:hover > a {
  font-weight: 700;
}
.main-navigation .navbar-mainbar ul li.current-menu-item > a,
.main-navigation .navbar-mainbar ul li.current-menu-parent > a {
  color: #3e85ee;
  font-weight: 700;
}
.main-navigation .navbar-mainbar ul li.menu-item-has-children.hover > a:after {
  bottom: 0px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.main-navigation .navbar-mainbar ul li.menu-item-has-children.hover .mega-menu-wrapper,
.main-navigation .navbar-mainbar ul li.menu-item-has-children.hover .sub-menu {
  visibility: visible;
}
.main-navigation .navbar-mainbar ul li.menu-item-has-children.hover > .sub-menu {
  display: block;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  top: 60px;
}
.main-navigation .navbar-mainbar ul li.menu-item-has-children.hover > .sub-menu.inner {
  top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.main-navigation .navbar-mainbar ul li.menu-item-has-children > a {
  position: relative;
}
.main-navigation .navbar-mainbar ul li.menu-item-has-children > .sub-menu {
  background: #ffffff;
  z-index: 10002;
  padding: 15px 0;
  top: calc(60px + 11px);
  margin-left: 0;
  visibility: hidden;
}
.main-navigation .navbar-mainbar ul li.menu-item-has-children > .sub-menu:before {
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  vertical-align: middle;
  content: "";
  top: -6px;
  left: auto;
  right: 18px;
  color: #ffffff;
  border-bottom: .4em solid;
  border-right: .4em solid transparent;
  border-left: .4em solid transparent;
}
.main-navigation .navbar-mainbar ul li.menu-item-has-children > .sub-menu.inner {
  -ms-border-radius: 0 10px 10px 0;
  -o-border-radius: 0 10px 10px 0;
  -webkit-border-radius: 0 10px 10px 0;
  -moz-border-radius: 0 10px 10px 0;
  border-radius: 0 10px 10px 0;
  top: 20px;
  padding: 4px 0;
  overflow: hidden;
}
.main-navigation .navbar-mainbar ul li.menu-item-has-children > .sub-menu.inner:before {
  content: none;
}
.main-navigation .navbar-mainbar ul li.menu-item-has-children > .sub-menu li.overview {
  padding: 0;
}
.main-navigation .navbar-mainbar ul li.menu-item-has-children > .sub-menu li.overview:hover > a > span {
  color: #3e85ee;
}
.main-navigation .navbar-mainbar ul li.menu-item-has-children > .sub-menu li.overview > a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 10px;
  padding: 10px 20px;
}
.main-navigation .navbar-mainbar ul li.menu-item-has-children > .sub-menu li.overview > a:after {
  content: '';
  width: calc(100% - 40px);
  position: absolute;
  bottom: 0;
  left: 20px;
  height: 1px;
  border-bottom: 1px solid #dedede;
}
.main-navigation .navbar-mainbar ul li.menu-item-has-children > .sub-menu li.overview > a > span {
  color: #999999;
  font-size: 0.75rem;
  text-decoration: underline;
  font-weight: 400;
  margin-left: 15px;
  text-underline-offset: 3px;
}
.main-navigation .navbar-mainbar ul li.menu-item-has-children > .sub-menu li a {
  color: #111111;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 0.9rem;
  line-height: 1.5;
  border-width: 0;
  text-transform: none;
}
.main-navigation .navbar-mainbar ul li:hover > a {
  background: transparent;
}
.main-navigation .navbar-mainbar ul li a {
  display: block;
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
}
.main-navigation .navbar-mainbar ul li a:hover i {
  color: inherit;
}
.main-navigation .navbar-mainbar ul li i.menu-toggler {
  display: none;
}
.main-navigation .navbar-mainbar ul.sub-menu {
  -o-box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  border: 1px solid #ebebeb;
  width: 200px;
}
.main-navigation .navbar-mainbar ul.sub-menu li.current-menu-item > a,
.main-navigation .navbar-mainbar ul.sub-menu li:hover > a {
  background: #ebebeb;
}
.main-navigation .navbar-mainbar ul.sub-menu li a {
  padding: 10px 20px;
}
.main-navigation .navbar-mainbar ul.sub-menu li i.fa {
  top: 5px;
}
.main-navigation .navbar-mainbar ul.sub-menu.first-level {
  -o-box-shadow: 0 2px 40px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 2px 40px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 40px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 40px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 40px rgba(0, 0, 0, 0.2);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  top: 100px;
  z-index: 10001;
  min-width: 236px;
  position: absolute;
  display: block;
  padding: 0;
  right: 0;
  text-align: left;
}
.main-navigation .navbar-mainbar ul.sub-menu.first-level.cart {
  right: 0;
}
.main-navigation .navbar-mainbar ul.sub-menu.first-level li {
  list-style: none;
}
.main-navigation .navbar-mainbar ul.sub-menu.first-level li.cart {
  padding: 5px;
}
.main-navigation .navbar-mainbar ul.sub-menu.first-level li.menu-item-has-children:before {
  content: "\f0da";
  position: absolute;
  top: 9px;
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 15px;
  color: #999999;
  right: 8px;
  z-index: 1;
}
.main-navigation .navbar-mainbar ul.sub-menu.first-level li:hover {
  overflow: visible;
}
.main-navigation .navbar-mainbar ul.sub-menu.first-level li:hover > .sub-menu {
  opacity: 1;
  filter: alpha(opacity=100);
  top: -4px;
  display: block;
  visibility: visible;
}
.main-navigation .navbar-mainbar ul.sub-menu.first-level li:last-child a {
  border: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.main-navigation .navbar-mainbar ul.sub-menu.first-level li a {
  border-right: none;
  border-bottom: 1px solid #dedede;
  display: block;
  text-transform: capitalize;
  font-size: 13px;
}
.main-navigation .navbar-mainbar ul.sub-menu.inner {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: absolute;
  left: 234px;
  top: 0px;
  padding: 4px 0;
}
.nav-overlay,
.charm-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 9;
}
@media (max-width: 767px) {
  .main-navigation {
    background: #ffffff;
    overflow: visible !important;
    margin: 0 -15px;
    padding: 0 15px;
  }
  .main-navigation .navbar-mainbar {
    margin: 0 -15px !important;
  }
  .main-navigation .navbar-mainbar .navbar-header {
    border-bottom: 1px solid #ebebeb;
  }
  .main-navigation .navbar-mainbar .navbar-header .search {
    color: #111111;
    position: absolute;
    right: 45px;
    left: auto;
    cursor: pointer;
    padding: 0 15px;
    line-height: 60px;
    display: flex !important;
    align-items: center;
    height: 60px;
  }
  .main-navigation .navbar-mainbar .navbar-header .search .charm-close {
    line-height: 25px;
    display: none;
  }
  .main-navigation .navbar-mainbar .navbar-collapse {
    padding: 0;
    position: absolute;
    width: 100%;
    border-width: 0;
    top: 60px;
  }
  .main-navigation .navbar-mainbar .navbar-collapse.collapse {
    margin-top: 0;
  }
  .main-navigation .navbar-mainbar .navbar-brand {
    margin: 0;
    height: 60px;
    float: none;
    width: 60%;
    display: block;
    padding: 0;
  }
  .main-navigation .navbar-mainbar .navbar-brand .logo {
    line-height: 60px;
    margin: 0;
    height: 60px;
  }
  .main-navigation .navbar-mainbar .navbar-brand .logo img {
    margin-left: 15px;
    margin-top: 0;
    max-height: 58%;
    max-width: 100%;
  }
  .main-navigation .navbar-mainbar .navbar-toggle {
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    height: 60px;
    background: none;
    border: none;
    position: absolute;
    right: 5px;
    margin: 0;
    padding: 0 10px;
    top: 0;
    width: 50px;
  }
  .main-navigation .navbar-mainbar .navbar-toggle:hover,
  .main-navigation .navbar-mainbar .navbar-toggle:focus {
    background: none;
  }
  .main-navigation .navbar-mainbar .navbar-toggle .icon-bar {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
    background-color: #222222;
    position: absolute;
    left: 16px;
    margin: 0;
    height: 1px;
    top: calc((60px / 2) - 6px);
    width: 18px;
  }
  .main-navigation .navbar-mainbar .navbar-toggle .icon-bar.second {
    top: calc((60px / 2));
    width: 14px;
  }
  .main-navigation .navbar-mainbar .navbar-toggle .icon-bar.third {
    top: calc((60px / 2) + 6px);
  }
  .main-navigation .navbar-mainbar .navbar-toggle.times .icon-bar {
    left: 16px;
    width: 16px;
  }
  .main-navigation .navbar-mainbar .navbar-toggle.times .icon-bar.first {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .main-navigation .navbar-mainbar .navbar-toggle.times .icon-bar.third {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .main-navigation .navbar-mainbar .navbar-toggle.times .icon-bar.first,
  .main-navigation .navbar-mainbar .navbar-toggle.times .icon-bar.third {
    top: calc((60px / 2));
  }
  .main-navigation .navbar-mainbar .navbar-toggle.times .icon-bar.second {
    display: none;
  }
  .main-navigation .navbar-mainbar ul.navbar-nav {
    background-color: #f4f4f4;
    margin: 0;
    max-height: 1000px;
    flex-direction: column;
    text-align: left;
  }
  .main-navigation .navbar-mainbar ul.navbar-nav > li {
    border-bottom: 1px solid #ebebeb;
    padding: 0;
    display: block;
  }
  .main-navigation .navbar-mainbar ul.navbar-nav > li:last-child > a {
    border: none;
  }
  .main-navigation .navbar-mainbar ul.navbar-nav > li.active-button {
    padding: 11px 15px;
  }
  .main-navigation .navbar-mainbar ul.navbar-nav > li.active-button a {
    display: inline;
  }
  .main-navigation .navbar-mainbar ul.navbar-nav > li > a {
    border: none;
    padding: 15px;
    line-height: 1;
    height: auto;
  }
  .main-navigation .navbar-mainbar ul.navbar-nav li.menu-item-has-children .sub-menu li.overview > a {
    padding: 10px 15px 10px 0;
    margin: 0;
    justify-content: flex-start;
  }
  .main-navigation .navbar-mainbar ul.navbar-nav li.menu-item-has-children a:after {
    display: none;
  }
  .main-navigation .navbar-mainbar ul.navbar-nav li.menu-item-has-children:hover > a:after {
    content: none;
  }
  .main-navigation .navbar-mainbar ul.navbar-nav li.button {
    margin: 0;
  }
  .main-navigation .navbar-mainbar ul.navbar-nav li.button > a {
    margin: 0;
    padding: 0.55rem 15px;
  }
  .main-navigation .navbar-mainbar ul.sub-menu {
    clear: both;
  }
  .main-navigation .navbar-mainbar ul.sub-menu.first-level {
    margin-bottom: 10px;
  }
  .main-navigation .navbar-mainbar ul.sub-menu.first-level li.menu-item-has-children:before {
    content: "";
  }
  .main-navigation .navbar-mainbar ul.sub-menu.first-level li.menu-item-has-children ul.sub-menu {
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -o-transition: all 0s ease;
    -ms-transition: all 0s ease;
    transition: all 0s ease;
    top: 0;
    padding-left: 20px;
    left: auto;
  }
  .main-navigation .navbar-mainbar ul.sub-menu.first-level li a {
    border: none;
  }
  .main-navigation .navbar-mainbar ul li {
    border-bottom: 1px solid #ebebeb;
  }
  .main-navigation .navbar-mainbar ul li.menu-item-has-children i.menu-toggler {
    -o-box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    color: #111111;
    background: transparent;
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 13px;
    left: auto;
    margin: 0;
    cursor: pointer;
    display: block;
    width: 46px;
    height: 45px;
    text-align: center;
    padding: 5px;
    line-height: 35px;
  }
  .main-navigation .navbar-mainbar ul li.menu-item-has-children i.menu-toggler.up {
    line-height: 42px;
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }
  .main-navigation .navbar-mainbar ul li.menu-item-has-children ul.sub-menu {
    opacity: 1;
    filter: alpha(opacity=100);
    -o-box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #ebebeb;
    border: 1px solid #ebebeb;
    border-width: 1px 0 0;
    visibility: visible;
    position: relative;
    width: 100%;
    display: none;
    padding: 0 15px 0 30px;
    margin-bottom: 0;
    top: 0;
  }
  .main-navigation .navbar-mainbar ul li.menu-item-has-children ul.sub-menu:before {
    color: #ebebeb;
    right: 17px;
    top: -7px;
  }
  .main-navigation .navbar-mainbar ul li.menu-item-has-children ul.sub-menu.first-level {
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0s ease-in;
    -moz-transition: all 0s ease-in;
    -o-transition: all 0s ease-in;
    -ms-transition: all 0s ease-in;
    transition: all 0s ease-in;
    top: 0;
    padding-right: 0;
    display: none;
    margin: 0;
    right: 0;
  }
  .main-navigation .navbar-mainbar ul li.menu-item-has-children ul.sub-menu.first-level li {
    -webkit-transition: all 0s ease-in;
    -moz-transition: all 0s ease-in;
    -o-transition: all 0s ease-in;
    -ms-transition: all 0s ease-in;
    transition: all 0s ease-in;
  }
  .main-navigation .navbar-mainbar ul li.menu-item-has-children ul.sub-menu.first-level li.current-menu-item a {
    background: transparent;
  }
  .main-navigation .navbar-mainbar ul li.menu-item-has-children ul.sub-menu li {
    border: 1px solid #dedede;
    padding: 0;
    border-width: 1px 0 0;
  }
  .main-navigation .navbar-mainbar ul li.menu-item-has-children ul.sub-menu li:first-child {
    border-width: 0;
  }
  .main-navigation .navbar-mainbar ul li.menu-item-has-children ul.sub-menu li a {
    padding: 10px 0;
    font-size: 14px;
  }
  .main-navigation .navbar-mainbar ul li.menu-item-has-children ul.sub-menu li a i.fa {
    top: 3px;
  }
  .main-navigation .navbar-mainbar ul li.menu-item-has-children:hover .sub-menu {
    display: none;
  }
  .main-navigation .navbar-mainbar ul li.current-menu-item,
  .main-navigation .navbar-mainbar ul li.current-menu-parent,
  .main-navigation .navbar-mainbar ul li.current-menu-ancestor {
    -o-box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .main-navigation .navbar-mainbar ul li.current-menu-item > a,
  .main-navigation .navbar-mainbar ul li.current-menu-parent > a,
  .main-navigation .navbar-mainbar ul li.current-menu-ancestor > a {
    -o-box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .main-navigation .navbar-mainbar ul li:hover > a {
    -o-box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .main-navigation .navbar-mainbar ul li a {
    -o-box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 15px;
  }
}
/*****************************************************************
Breadcrumbs
********************************************************************/
.page-header-breadcrumbs {
  clear: both;
  height: 50px;
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 2;
}
ul.breadcrumbs {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  color: #999999;
  align-items: center;
  padding: 0;
  line-height: 50px;
  margin: 0;
  font-weight: 300;
  font-size: 0.85rem;
}
ul.breadcrumbs li {
  font-weight: 400;
  font-size: inherit;
  text-align: left;
  list-style: none;
  line-height: inherit;
  padding: 0;
}
ul.breadcrumbs li:last-child {
  margin-right: 10px;
}
ul.breadcrumbs li span {
  position: relative;
  display: inline-block;
  line-height: inherit;
}
ul.breadcrumbs li i {
  line-height: inherit;
  position: relative;
  padding: 0 8px;
  color: inherit;
}
ul.breadcrumbs li i.fa-home {
  padding: 0 5px 0 0;
}
ul.breadcrumbs li * {
  font-size: inherit;
  color: inherit;
}
ul.breadcrumbs li a {
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: inherit;
  font-weight: 600;
}
ul.breadcrumbs li:hover a {
  color: #000000;
  max-width: 100%;
}
ul.breadcrumbs li:hover a i {
  color: inherit;
}
@media (max-width: 767px) {
  ul.breadcrumbs {
    float: left;
  }
  ul.breadcrumbs li {
    font-size: 20px;
    position: relative;
    font-family: 'Inter', sans-serif;
  }
  ul.breadcrumbs li i {
    font-size: 20px;
    position: absolute;
    left: -17px;
    top: 0px;
  }
  ul.breadcrumbs li span {
    line-height: inherit;
    padding-left: 21px;
  }
  ul.breadcrumbs li span i {
    left: 3px;
  }
}
/*************************************************************
Banner
**************************************************************/
.back-light .page-banner.full {
  background-color: #dedede;
}
.page-banner {
  position: relative;
  margin-bottom: 40px;
  min-height: 231px;
}
.page-banner .container,
.page-banner .row,
.page-banner .col-md-12,
.page-banner .container-half {
  min-height: inherit;
  height: inherit;
}
.page-banner.multi-rows {
  margin-bottom: 40px;
}
.page-banner.full {
  background-color: #ebebeb;
}
.page-banner.full.has-image:before {
  background-color: rgba(0, 0, 0, 0.4);
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.page-banner.full.has-image h1,
.page-banner.full.has-image h2,
.page-banner.full.has-image p {
  color: #ffffff;
}
.page-banner.full .page-header {
  margin-top: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.page-banner.full .banner-content {
  align-items: center;
}
.page-banner .container-half {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.page-banner .banner-content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: inherit;
}
@media (max-width: 767px) {
  .page-banner.multi-rows {
    margin-bottom: 0;
  }
}
/*****************************************************************
Main Slider
********************************************************************/
#slider.carousel {
  position: relative;
}
#slider.carousel .item img {
  width: 100%;
}
#slider.carousel .carousel-indicators {
  -ms-border-radius: 15px 15px 0 0;
  -o-border-radius: 15px 15px 0 0;
  -webkit-border-radius: 15px 15px 0 0;
  -moz-border-radius: 15px 15px 0 0;
  border-radius: 15px 15px 0 0;
  background-color: #3e85ee;
  left: calc(50% - 75px);
  bottom: 0;
  width: 150px;
  margin: 0;
  padding: 17px;
}
#slider.carousel .carousel-indicators li {
  border: 3px solid #ffffff;
  width: 20px;
  height: 20px;
}
#slider.carousel .carousel-indicators li.active {
  background: #222222;
}
/*****************************************************************
Carousel
********************************************************************/
.carousel-wrapper {
  position: relative;
}
.carousel-wrapper h2 {
  color: #222222;
  font-family: 'Inter Tight', sans-serif;
  margin-top: 5px;
}
.carousel-wrapper .owl-carousel {
  width: 101%;
}
.carousel-wrapper .owl-carousel .item {
  padding: 0;
  margin-right: 10px;
}
.carousel-wrapper .owl-carousel .item .item-inner {
  background: #f4f4f4;
  padding: 5px;
  -o-box-shadow: 0 0 0 1px #dedede inset;
  -ms-box-shadow: 0 0 0 1px #dedede inset;
  -moz-box-shadow: 0 0 0 1px #dedede inset;
  -webkit-box-shadow: 0 0 0 1px #dedede inset;
  box-shadow: 0 0 0 1px #dedede inset;
}
.carousel-wrapper .owl-carousel .item img {
  width: 100%;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  padding: 0;
}
.carousel-wrapper .owl-carousel .owl-buttons {
  position: absolute;
  top: -45px;
  right: 0;
}
.carousel-wrapper .owl-carousel .owl-buttons div {
  width: 25px;
  height: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  padding: 5px;
}
.carousel-wrapper .owl-carousel .owl-buttons div:hover {
  background: #3e85ee;
  -webkit-transition: all 0.75s ease-out;
  -moz-transition: all 0.75s ease-out;
  -o-transition: all 0.75s ease-out;
  -ms-transition: all 0.75s ease-out;
  transition: all 0.75s ease-out;
}
.main-slider,
#slider,
.woo-product-gallery,
.tabs-content-wrapper,
.charm-shortcode-slider {
  margin-bottom: 0;
  width: 100%;
  border-top: 0px solid #dedede;
  border-bottom: 0 solid #dedede;
  z-index: 1;
}
.main-slider.owl-carousel.owl-theme .owl-controls,
#slider.owl-carousel.owl-theme .owl-controls,
.woo-product-gallery.owl-carousel.owl-theme .owl-controls,
.tabs-content-wrapper.owl-carousel.owl-theme .owl-controls,
.charm-shortcode-slider.owl-carousel.owl-theme .owl-controls {
  margin: 0;
}
.main-slider .owl-stage-outer,
#slider .owl-stage-outer,
.woo-product-gallery .owl-stage-outer,
.tabs-content-wrapper .owl-stage-outer,
.charm-shortcode-slider .owl-stage-outer {
  max-width: 100%;
  overflow: hidden;
}
.main-slider .owl-stage-outer .owl-item,
#slider .owl-stage-outer .owl-item,
.woo-product-gallery .owl-stage-outer .owl-item,
.tabs-content-wrapper .owl-stage-outer .owl-item,
.charm-shortcode-slider .owl-stage-outer .owl-item {
  overflow: hidden;
  float: left;
}
.main-slider .owl-stage-outer .owl-item img,
#slider .owl-stage-outer .owl-item img,
.woo-product-gallery .owl-stage-outer .owl-item img,
.tabs-content-wrapper .owl-stage-outer .owl-item img,
.charm-shortcode-slider .owl-stage-outer .owl-item img {
  width: 100%;
}
.main-slider img,
#slider img,
.woo-product-gallery img,
.tabs-content-wrapper img,
.charm-shortcode-slider img {
  width: 100%;
}
.main-slider .owl-dots,
#slider .owl-dots,
.woo-product-gallery .owl-dots,
.tabs-content-wrapper .owl-dots,
.charm-shortcode-slider .owl-dots {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  padding: 18px 0 0;
  position: absolute;
  bottom: -55px;
  width: auto;
  text-align: center;
  display: inline-block;
  left: 50%;
}
.main-slider .owl-dots .owl-dot,
#slider .owl-dots .owl-dot,
.woo-product-gallery .owl-dots .owl-dot,
.tabs-content-wrapper .owl-dots .owl-dot,
.charm-shortcode-slider .owl-dots .owl-dot {
  display: inline-block;
}
.main-slider .owl-dots .owl-dot span,
#slider .owl-dots .owl-dot span,
.woo-product-gallery .owl-dots .owl-dot span,
.tabs-content-wrapper .owl-dots .owl-dot span,
.charm-shortcode-slider .owl-dots .owl-dot span {
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  height: 10px;
  width: 10px;
  display: block;
  background: rgba(34, 34, 34, 0.2);
  margin: 5px;
  opacity: 1;
  filter: alpha(opacity=100);
  cursor: pointer;
}
.main-slider .owl-dots .owl-dot.active span,
#slider .owl-dots .owl-dot.active span,
.woo-product-gallery .owl-dots .owl-dot.active span,
.tabs-content-wrapper .owl-dots .owl-dot.active span,
.charm-shortcode-slider .owl-dots .owl-dot.active span {
  cursor: default;
  background: #222222;
}
.main-slider .owl-nav,
#slider .owl-nav,
.woo-product-gallery .owl-nav,
.tabs-content-wrapper .owl-nav,
.charm-shortcode-slider .owl-nav {
  width: 100%;
}
.main-slider .owl-nav.disabled,
#slider .owl-nav.disabled,
.woo-product-gallery .owl-nav.disabled,
.tabs-content-wrapper .owl-nav.disabled,
.charm-shortcode-slider .owl-nav.disabled {
  display: none;
}
.main-slider .owl-nav [class*='owl-'],
#slider .owl-nav [class*='owl-'],
.woo-product-gallery .owl-nav [class*='owl-'],
.tabs-content-wrapper .owl-nav [class*='owl-'],
.charm-shortcode-slider .owl-nav [class*='owl-'] {
  -webkit-transition: all 0.55s ease-in-out;
  -moz-transition: all 0.55s ease-in-out;
  -o-transition: all 0.55s ease-in-out;
  -ms-transition: all 0.55s ease-in-out;
  transition: all 0.55s ease-in-out;
  -webkit-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  transform: translate(0, 50%);
  width: 40px;
  height: 40px;
  background: #f4f4f4;
  text-align: center;
  bottom: 50%;
  line-height: 45px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  cursor: pointer;
  position: absolute;
}
.main-slider .owl-nav [class*='owl-'].owl-prev,
#slider .owl-nav [class*='owl-'].owl-prev,
.woo-product-gallery .owl-nav [class*='owl-'].owl-prev,
.tabs-content-wrapper .owl-nav [class*='owl-'].owl-prev,
.charm-shortcode-slider .owl-nav [class*='owl-'].owl-prev {
  left: -75px;
}
.main-slider .owl-nav [class*='owl-'].owl-next,
#slider .owl-nav [class*='owl-'].owl-next,
.woo-product-gallery .owl-nav [class*='owl-'].owl-next,
.tabs-content-wrapper .owl-nav [class*='owl-'].owl-next,
.charm-shortcode-slider .owl-nav [class*='owl-'].owl-next {
  right: -75px;
}
.main-slider .owl-nav [class*='owl-'] i,
#slider .owl-nav [class*='owl-'] i,
.woo-product-gallery .owl-nav [class*='owl-'] i,
.tabs-content-wrapper .owl-nav [class*='owl-'] i,
.charm-shortcode-slider .owl-nav [class*='owl-'] i {
  -webkit-transition: all 0.55s ease-in-out;
  -moz-transition: all 0.55s ease-in-out;
  -o-transition: all 0.55s ease-in-out;
  -ms-transition: all 0.55s ease-in-out;
  transition: all 0.55s ease-in-out;
  font-size: 25px;
  padding: 0;
  line-height: 25px;
  color: #777777;
}
.main-slider .owl-nav [class*='owl-']:hover,
#slider .owl-nav [class*='owl-']:hover,
.woo-product-gallery .owl-nav [class*='owl-']:hover,
.tabs-content-wrapper .owl-nav [class*='owl-']:hover,
.charm-shortcode-slider .owl-nav [class*='owl-']:hover {
  background: #222222 !important;
}
.main-slider .owl-nav [class*='owl-']:hover i,
#slider .owl-nav [class*='owl-']:hover i,
.woo-product-gallery .owl-nav [class*='owl-']:hover i,
.tabs-content-wrapper .owl-nav [class*='owl-']:hover i,
.charm-shortcode-slider .owl-nav [class*='owl-']:hover i {
  color: #ffffff;
}
.main-slider .owl-nav [class*='owl-'].disabled,
#slider .owl-nav [class*='owl-'].disabled,
.woo-product-gallery .owl-nav [class*='owl-'].disabled,
.tabs-content-wrapper .owl-nav [class*='owl-'].disabled,
.charm-shortcode-slider .owl-nav [class*='owl-'].disabled {
  opacity: 0.25;
  filter: alpha(opacity=25);
  cursor: inherit;
}
.main-slider .item-inner,
#slider .item-inner,
.woo-product-gallery .item-inner,
.tabs-content-wrapper .item-inner,
.charm-shortcode-slider .item-inner {
  min-height: 500px;
  overflow: hidden;
}
.main-slider .item-inner .container h1,
#slider .item-inner .container h1,
.woo-product-gallery .item-inner .container h1,
.tabs-content-wrapper .item-inner .container h1,
.charm-shortcode-slider .item-inner .container h1 {
  position: absolute;
  top: 95px;
  color: #ffffff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.55);
  margin: 0;
  line-height: 1;
  z-index: 1;
  font-size: 58px;
  background: rgba(96, 125, 139, 0.5);
  padding: 25px;
}
.main-slider .item-inner .container h1.primary,
#slider .item-inner .container h1.primary,
.woo-product-gallery .item-inner .container h1.primary,
.tabs-content-wrapper .item-inner .container h1.primary,
.charm-shortcode-slider .item-inner .container h1.primary,
.main-slider .item-inner .container h1.secondary,
#slider .item-inner .container h1.secondary,
.woo-product-gallery .item-inner .container h1.secondary,
.tabs-content-wrapper .item-inner .container h1.secondary,
.charm-shortcode-slider .item-inner .container h1.secondary,
.main-slider .item-inner .container h1.secondary-dark,
#slider .item-inner .container h1.secondary-dark,
.woo-product-gallery .item-inner .container h1.secondary-dark,
.tabs-content-wrapper .item-inner .container h1.secondary-dark,
.charm-shortcode-slider .item-inner .container h1.secondary-dark,
.main-slider .item-inner .container h1.dark-grey,
#slider .item-inner .container h1.dark-grey,
.woo-product-gallery .item-inner .container h1.dark-grey,
.tabs-content-wrapper .item-inner .container h1.dark-grey,
.charm-shortcode-slider .item-inner .container h1.dark-grey {
  background: rgba(255, 255, 255, 0.45);
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.4);
}
.main-slider .item-inner img,
#slider .item-inner img,
.woo-product-gallery .item-inner img,
.tabs-content-wrapper .item-inner img,
.charm-shortcode-slider .item-inner img {
  height: auto;
  width: 100%;
  position: relative;
  left: 0;
}
.woo-product-gallery {
  overflow: visible;
  padding-left: 0;
  position: relative;
}
.woo-product-gallery .owl-nav [class*='owl-'] {
  top: -61px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #222222;
}
.woo-product-gallery .owl-nav [class*='owl-'].owl-prev {
  left: auto;
  right: 27px;
}
.woo-product-gallery .owl-nav [class*='owl-'].owl-next {
  right: 0;
}
.woo-product-gallery .owl-nav [class*='owl-'] i {
  padding: 0;
  font-size: 13px;
}
.woo-product-gallery .owl-nav [class*='owl-']:hover {
  background: #3e85ee;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.woo-product-gallery .owl-nav [class*='owl-']:hover i {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.woo-product-gallery .owl-nav [class*='owl-'] {
  top: -30px;
  line-height: 22px;
  background: #3e85ee;
}
#slider {
  border: none;
}
@media (max-width: 1300px) {
  .main-slider .owl-nav [class*='owl-'].owl-prev,
  #slider .owl-nav [class*='owl-'].owl-prev,
  .woo-product-gallery .owl-nav [class*='owl-'].owl-prev,
  .tabs-content-wrapper .owl-nav [class*='owl-'].owl-prev,
  .charm-shortcode-slider .owl-nav [class*='owl-'].owl-prev {
    left: 15px;
  }
  .main-slider .owl-nav [class*='owl-'].owl-next,
  #slider .owl-nav [class*='owl-'].owl-next,
  .woo-product-gallery .owl-nav [class*='owl-'].owl-next,
  .tabs-content-wrapper .owl-nav [class*='owl-'].owl-next,
  .charm-shortcode-slider .owl-nav [class*='owl-'].owl-next {
    right: 15px;
  }
}
@media (max-width: 550px) {
  .main-slider .owl-nav [class*='owl-'],
  #slider .owl-nav [class*='owl-'],
  .woo-product-gallery .owl-nav [class*='owl-'],
  .tabs-content-wrapper .owl-nav [class*='owl-'],
  .charm-shortcode-slider .owl-nav [class*='owl-'] {
    background-color: transparent;
    bottom: -33px;
  }
  .main-slider .owl-nav [class*='owl-'].owl-prev,
  #slider .owl-nav [class*='owl-'].owl-prev,
  .woo-product-gallery .owl-nav [class*='owl-'].owl-prev,
  .tabs-content-wrapper .owl-nav [class*='owl-'].owl-prev,
  .charm-shortcode-slider .owl-nav [class*='owl-'].owl-prev {
    left: 0;
  }
  .main-slider .owl-nav [class*='owl-'].owl-next,
  #slider .owl-nav [class*='owl-'].owl-next,
  .woo-product-gallery .owl-nav [class*='owl-'].owl-next,
  .tabs-content-wrapper .owl-nav [class*='owl-'].owl-next,
  .charm-shortcode-slider .owl-nav [class*='owl-'].owl-next {
    right: 0;
  }
}
/*****************************************************************
Archive Header
********************************************************************/
.archive-header,
.category-header {
  color: #777777;
  margin: 0;
}
.archive-header span,
.category-header span {
  color: #444444;
}
.posts-available {
  margin: 25px 0;
}
/*****************************************************************
Monthly Archive Links
********************************************************************/
.month-archive-links-wrapper {
  text-align: center;
  padding: 15px 0;
}
.month-archive-links-wrapper .years,
.month-archive-links-wrapper h5,
.month-archive-links-wrapper select,
.month-archive-links-wrapper ul,
.month-archive-links-wrapper li,
.month-archive-links-wrapper .months {
  display: inline-block;
}
.month-archive-links-wrapper label {
  color: #999999;
  margin: 0;
  font-weight: 400;
  padding-right: 5px;
}
.month-archive-links-wrapper select {
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.1);
  border-width: 0;
  min-width: 150px;
}
.month-archive-links-wrapper .months {
  padding-left: 60px;
}
.month-archive-links-wrapper .months ul {
  padding-left: 0;
}
.month-archive-links-wrapper .months ul li {
  padding: 0 5px;
}
.month-archive-links-wrapper .months ul li a {
  font-weight: bold;
}
.cat-description {
  position: relative;
  background: #ffffff;
  -o-box-shadow: 0 1px 3px 0 #dedede;
  -ms-box-shadow: 0 1px 3px 0 #dedede;
  -moz-box-shadow: 0 1px 3px 0 #dedede;
  -webkit-box-shadow: 0 1px 3px 0 #dedede;
  box-shadow: 0 1px 3px 0 #dedede;
  padding: 45px 0 55px;
  margin-bottom: 10px;
}
.cat-description p {
  color: #444444;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
}
.cat-description .cat-icon {
  position: absolute;
  bottom: -93px;
  width: 100%;
  left: 0;
}
.cat-description .cat-icon i {
  width: 80px;
  height: 80px;
  color: #777777;
  background-color: #ffffff;
  -o-box-shadow: 0 2px 0 0 #dedede;
  -ms-box-shadow: 0 2px 0 0 #dedede;
  -moz-box-shadow: 0 2px 0 0 #dedede;
  -webkit-box-shadow: 0 2px 0 0 #dedede;
  box-shadow: 0 2px 0 0 #dedede;
}
.cat-description .cat-icon i.vector {
  padding: 10px;
}
.archive[class*="tax-"] #primary.content-area,
.archive.post-type-archive-testimonials #primary.content-area {
  padding-top: 0;
}
.blog #primary.content-area,
.archive #primary.content-area {
  padding-bottom: 60px;
  background-color: #f4f4f4;
}
/*****************************************************************
Article
********************************************************************/
article {
  position: relative;
}
article .article-inner {
  padding: 0;
  width: 100%;
  margin: 50px 0 35px 0;
}
article .article-inner h1,
article .article-inner h2 {
  clear: both;
}
article .article-inner h1 a,
article .article-inner h2 a {
  color: #111111;
  line-height: 1.3;
  display: block;
}
article .article-inner .post-meta {
  padding-bottom: 30px;
  margin-bottom: 30px;
  width: 100%;
  clear: both;
}
article .article-inner .post-meta p {
  padding-right: 30px;
  color: #aaaaaa;
  font-size: 0.85rem;
  display: inline-block;
  margin: 0;
  font-weight: 400;
}
article .article-inner .post-meta p:last-child {
  border: none;
}
article .article-inner .post-meta p a {
  font-weight: inherit;
  color: inherit;
  font-family: inherit;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-color: rgba(153, 153, 153, 0.3);
}
article .article-inner .post-meta p a:hover {
  color: #3e85ee;
  text-decoration-color: rgba(62, 133, 238, 0.3);
}
article .article-inner .post-meta p a i {
  color: #3e85ee;
}
article .article-inner .post-content p.read-more {
  font-size: 0.85rem;
  text-decoration: none;
  margin-bottom: 0;
}
article .article-inner .post-content p.read-more a {
  text-decoration: none;
}
article .article-inner .post-content a {
  text-decoration: underline;
  text-decoration-color: rgba(62, 133, 238, 0.5);
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}
article .article-inner .post-content a:hover,
article .article-inner .post-content a:focus {
  color: #999999;
  text-decoration-color: rgba(68, 68, 68, 0.5);
}
article.sticky-post .article-inner {
  border-left: 4px solid #3e85ee;
}
/*****************************************************************
Excerpt Mode
********************************************************************/
.excerpt-mode .page-banner {
  background-color: #ebebeb;
  margin-bottom: 45px;
}
.excerpt-mode article {
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  padding: 30px;
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  margin-bottom: 30px;
}
.excerpt-mode article .article-inner {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
}
.excerpt-mode article .article-inner h3 {
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.excerpt-mode article .article-inner h3 a {
  color: #111111;
}
.excerpt-mode article .article-inner h3 a:hover {
  color: #3e85ee;
}
.excerpt-mode article .article-inner img {
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.excerpt-mode article .article-inner p.posted-on {
  font-size: 0.85rem;
  margin-bottom: 5px;
}
.excerpt-mode article .article-inner p.posted-on a {
  color: #999999;
  text-transform: uppercase;
}
.excerpt-mode article .article-inner .post-content-wrapper {
  padding-right: 60px;
  min-width: 60%;
}
.excerpt-mode article .article-inner .post-meta-excerpt {
  margin-top: 5px;
  padding: 0 0 0 20px;
}
/*****************************************************************
Pagination
********************************************************************/
.pagination {
  display: inline-block;
  margin: 20px auto;
}
.pagination li > a,
.pagination li > span {
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #ffffff;
  padding: 9px 13px;
  margin-left: 6px;
  line-height: 1;
  text-decoration: none;
  font-size: 1rem;
}
.pagination li span {
  border-color: #3e85ee;
  color: #3e85ee;
}
.pagination li span.page-numbers.dots,
.pagination li span.page-numbers.dots:hover {
  border-color: #dedede;
  color: #444444;
}
.pagination li span.current,
.pagination li span.current:hover {
  background-color: #999999;
  border-color: #999999;
  color: #ffffff;
}
.pagination li span:hover {
  background-color: #ffffff;
}
.pagination li span:hover:not(.current) {
  color: #3e85ee;
  border-color: #3e85ee;
}
.pagination li a {
  color: #444444;
}
.pagination li a:empty {
  display: none;
}
.pagination li a:hover {
  border-color: #3e85ee;
  color: #3e85ee;
  background-color: #ffffff;
}
/*****************************************************************
Social Share
********************************************************************/
#social-share-wrapper {
  text-align: center;
  margin-top: 35px;
}
#social-share-wrapper .social-share-links {
  padding: 0;
}
#social-share-wrapper .social-share-links li {
  list-style: none;
  display: inline-block;
  padding: 0 3px;
}
#social-share-wrapper .social-share-links li a {
  background: #3e85ee;
  color: #ffffff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 40px;
  height: 40px;
}
#social-share-wrapper .social-share-links li a:hover {
  background: #111111 !important;
}
#social-share-wrapper .social-share-links.round li a {
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
#social-share-wrapper .social-share-links.rounded li a {
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
@media (max-width: 767px) {
  #social-share-wrapper .social-share-links.rounded li a {
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  #social-share-wrapper .social-share-links li a {
    width: 32px;
    height: 32px;
    font-size: 15px;
  }
}
/*****************************************************************
Comments
********************************************************************/
.comments-wrapper {
  border-top: 1px solid #ebebeb;
  background-color: #f4f4f4;
  margin-bottom: -50px;
  margin-left: -90px;
  margin-right: -210px;
}
.comments-wrapper .comment-notes {
  color: #999999;
}
.comments-wrapper .form-control {
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #ebebeb;
  border-color: #dedede;
}
.comments-wrapper .form-control:focus {
  border-color: #3e85ee;
}
.comments-wrapper label {
  font-weight: 600;
  color: #444444;
}
.comments-wrapper textarea {
  padding: 15px;
}
.comments-wrapper .wp-comment-cookies-consent {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.comment.list {
  padding-top: 30px;
}
.comment.list .comment {
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  position: relative;
  margin-top: 60px;
}
.comment.list .comment.depth-1 {
  background: #ffffff;
  padding: 30px;
  margin-bottom: 30px;
}
.comment.list .comment.depth-2 {
  padding: 0 0 0 30px;
  padding: 20px;
  background: #f4f4f4;
}
.comment.list .comment.depth-3 {
  padding: 0 0 0 60px;
  padding: 20px;
  background: #ffffff;
}
.comment.list .comment.depth-4 {
  padding: 0 0 0 90px;
  padding: 15px;
  background: #f4f4f4;
}
.comment.list .comment.depth-2 p,
.comment.list .comment.depth-4 p {
  border-color: #dedede;
}
.comment.list .comment a {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: rgba(153, 153, 153, 0.3);
  word-wrap: break-word;
}
.comment.list .comment a:hover {
  color: #3e85ee !important;
  text-decoration-color: rgba(62, 133, 238, 0.3);
}
.comment.list .comment .comment-author > img {
  float: left;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  margin: 0 10px 10px 0;
  width: 50px;
  height: 50px;
}
.comment.list .comment .comment-author cite {
  font-weight: 600;
}
.comment.list .comment .comment-author cite a {
  color: #111111;
  font-style: normal;
}
.comment.list .comment .comment-meta {
  font-size: 0.85rem;
  margin-bottom: 20px;
}
.comment.list .comment .comment-meta a {
  color: #999999;
  font-size: 0.75rem;
}
.comment.list .comment p {
  margin-left: 60px;
  border-left: 5px solid #ebebeb;
  color: #444444;
  clear: both;
  padding-left: 15px;
}
.comment.list .comment .reply {
  position: absolute;
  right: 15px;
  top: 15px;
}
.comment.list .comment .reply a {
  font-size: 0.85rem;
  text-decoration: none;
}
@media (max-width: 1024px) {
  .comments-wrapper {
    margin-bottom: -20px;
    margin-left: 0px;
    margin-right: 0px;
  }
  .comment.list .comment p {
    margin-left: 15px;
  }
}
/*****************************************************************
Others
********************************************************************/
.back-to-top {
  -o-box-shadow: 0 0 70px 2px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 70px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 70px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 70px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 70px 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.55s ease-in-out;
  -moz-transition: all 0.55s ease-in-out;
  -o-transition: all 0.55s ease-in-out;
  -ms-transition: all 0.55s ease-in-out;
  transition: all 0.55s ease-in-out;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid #ebebeb;
  color: #444444;
  padding: 12px 10px;
  position: fixed;
  right: 15px;
  bottom: 15px;
  line-height: 1;
}
.next-prev-post {
  color: #999999;
  padding: 15px 0 17px;
  border-top: 1px solid #ebebeb;
  margin: 50px 0;
  clear: both;
}
.next-prev-post .next-prev-post-inner p {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  line-height: 1.2;
  color: inherit;
}
.next-prev-post .next-prev-post-inner p.prev {
  margin-left: -15px;
}
.next-prev-post .next-prev-post-inner p.prev a {
  margin-left: 5px;
}
.next-prev-post .next-prev-post-inner p.next {
  justify-content: flex-end;
  margin-right: -15px;
}
.next-prev-post .next-prev-post-inner p.next a {
  margin-right: 5px;
}
.next-prev-post .next-prev-post-inner a {
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  color: inherit;
  font-size: 0.75rem;
  line-height: 1.6667;
}
.next-prev-post .next-prev-post-inner a:hover {
  color: #3e85ee;
}
.cookie-consent {
  position: fixed;
  left: 0;
  bottom: -300px;
  padding: 15px;
  text-align: left;
  z-index: 101010;
  width: 100%;
  display: none;
}
.cookie-consent p {
  margin-bottom: 0;
}
.cookie-consent .section {
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  background: #444444;
  position: relative;
  padding: 25px 10px;
}
.cookie-consent .section .container {
  display: block;
  padding: 0 30px;
}
.cookie-consent .close-me {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #ffffff;
  position: absolute !important;
  z-index: 101;
  top: 50%;
  right: 15px;
  line-height: 1;
  cursor: pointer;
  padding: 8px 25px 11px;
  margin: 0;
}
.cookie-consent p {
  color: #ffffff;
}
.cookie-consent p a {
  color: inherit;
  text-decoration: underline;
}
.aspect-ratio {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.cover-image {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.contain-image {
  background-color: #f4f4f4;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 90%;
}
@media (max-width: 767px) {
  .back-to-top {
    padding: 11px 10px;
    right: 9px;
  }
  .back-to-top .charm-svg {
    width: 20px;
    height: 20px;
  }
  .next-prev-post {
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0 0 50px;
  }
  .next-prev-post .no-prev {
    display: none;
  }
  .cookie-consent .close-me {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative !important;
    top: 0;
    right: auto;
    margin: 15px 0 0;
  }
}
/*****************************************************************
Shortcodes
********************************************************************/
/*****************************************************************
Boxed Row
********************************************************************/
.back-light .multi-rows.page-banner .stripe.light {
  background-color: #dedede;
}
.multi-rows {
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
}
.multi-rows.page-banner .container-half {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.multi-rows.page-banner .container-half h2,
.multi-rows.page-banner .container-half h1 {
  margin-top: 0;
  margin-bottom: 0;
}
.multi-rows.page-banner .container-half h2:after,
.multi-rows.page-banner .container-half h1:after {
  content: none;
}
.multi-rows .stripe:hover .container-half h2:after,
.multi-rows .stripe:hover .container-half h1:after {
  width: 100px;
  background-color: #ffffff;
}
.multi-rows .stripe.dark * {
  color: #ffffff;
}
.multi-rows .stripe.light {
  background: #f4f4f4;
}
.multi-rows .stripe.light:hover .container-half h2:after,
.multi-rows .stripe.light:hover .container-half h1:after {
  background-color: #3e85ee;
}
.multi-rows .stripe.light * {
  color: #444444;
}
.multi-rows .stripe.light .button {
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  color: #ffffff;
}
.multi-rows .stripe.light h1,
.multi-rows .stripe.light h2,
.multi-rows .stripe.light h3,
.multi-rows .stripe.light h4 {
  color: #111111;
}
.multi-rows .stripe p {
  font-size: 18px;
}
.multi-rows .stripe .images-box {
  height: inherit;
  min-height: inherit;
  position: relative;
  overflow: hidden;
}
.multi-rows .stripe .images-box > img,
.multi-rows .stripe .images-box .box-slider {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  left: 0;
  width: 100%;
  height: auto;
  top: 50%;
}
.multi-rows .stripe .images-box > img,
.multi-rows .stripe .images-box .item-inner {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.multi-rows .stripe .images-box .box-slider {
  height: 100%;
  min-height: inherit;
}
.multi-rows .stripe .images-box .box-slider .item,
.multi-rows .stripe .images-box .box-slider .item-inner,
.multi-rows .stripe .images-box .box-slider .owl-stage-outer,
.multi-rows .stripe .images-box .box-slider .owl-stage,
.multi-rows .stripe .images-box .box-slider .owl-item {
  height: inherit;
  min-height: inherit;
}
.multi-rows .stripe .images-box .box-slider .owl-item {
  float: left;
}
.multi-rows .stripe .images-box .box-slider .owl-nav {
  position: absolute;
  top: 45%;
  width: 100%;
  left: 0;
}
.multi-rows .stripe .images-box .box-slider .owl-nav > div {
  position: absolute;
}
.multi-rows .stripe .images-box .box-slider .owl-nav > div i {
  cursor: pointer;
  font-size: 40px;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
}
.multi-rows .stripe .images-box .box-slider .owl-nav > div.owl-prev {
  left: 20px;
}
.multi-rows .stripe .images-box .box-slider .owl-nav > div.owl-next {
  right: 20px;
}
.multi-rows .stripe .without-image {
  position: relative;
}
.multi-rows .stripe .without-image .back-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.multi-rows .stripe .without-image [class*="container"] {
  position: relative;
}
.multi-rows .aspect-ratio {
  background-size: cover;
  min-height: 300px;
  min-height: 20vw;
}
.multi-rows .container-half {
  padding: 25px 0;
}
.multi-rows .container-half.pull-left {
  padding-left: 30px;
}
.multi-rows .container-half.pull-right {
  padding-right: 30px;
}
.multi-rows .container-half h2,
.multi-rows .container-half h1 {
  margin-bottom: 25px;
  position: relative;
}
.multi-rows .container-half h2:after,
.multi-rows .container-half h1:after {
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  transition: all 0.45s ease;
  content: '';
  display: block;
  width: 0;
  height: 3px;
  background: transparent;
  position: absolute;
  left: 0;
  bottom: -5px;
}
.multi-rows .button {
  margin: 0;
}
.full-width-row.boxed-row {
  margin: 0 -15px !important;
  padding: 0 !important;
}
@media (max-width: 1023px) {
  .multi-rows .stripe .without-image {
    min-height: 80px !important;
  }
  .multi-rows .container-half.pull-right {
    float: none !important;
  }
}
@media (max-width: 767px) {
  .multi-rows .aspect-ratio {
    min-height: 160px;
  }
}
/*****************************************************************
Testimonials
********************************************************************/
.single-testimonial {
  position: relative;
  max-width: 918px;
  margin: auto;
}
.single-testimonial:before {
  position: absolute;
  -webkit-transform: skew(-17deg, 0);
  -ms-transform: skewX(-17deg) skewY(0);
  transform: skew(-17deg, 0);
  background-color: #f4f4f4;
  content: '';
  left: 100px;
  top: 0;
  width: calc(100% - 100px);
  height: 100%;
}
.single-testimonial .testimonial-inner {
  position: relative;
  z-index: 10;
  padding: 60px 40px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.single-testimonial .testimonial-inner > img {
  width: 184px;
  height: auto;
}
.single-testimonial .testimonial-inner .content-wrapper {
  padding-left: 40px;
}
.single-testimonial .testimonial-inner .content-wrapper blockquote {
  padding: 0;
  border-width: 0;
  margin-top: 25px;
  font-size: 16px;
}
.single-testimonial .testimonial-inner .content-wrapper h4 {
  color: #3e85ee;
  font-weight: 700;
  margin-top: 0;
}
/* ----------- Testimonials Carousel --------------- */
.testimonials {
  overflow: hidden;
  padding: 50px 0 30px;
}
.testimonials .testimonials-inner {
  max-width: 100%;
  overflow: hidden;
  max-height: 600px;
}
.testimonials .testimonials-inner .owl-stage-outer {
  max-width: 100%;
  overflow: hidden;
}
.testimonials ul {
  padding: 0;
}
.testimonials .owl-item {
  float: left;
}
.testimonials .owl-item .item {
  -o-box-shadow: 0 3px 0px #222222;
  -ms-box-shadow: 0 3px 0px #222222;
  -moz-box-shadow: 0 3px 0px #222222;
  -webkit-box-shadow: 0 3px 0px #222222;
  box-shadow: 0 3px 0px #222222;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background: rgba(255, 255, 255, 0.65);
  padding: 15px 15px 60px;
  margin-bottom: 3px;
  position: relative;
}
.testimonials .owl-item .item .thumb-outer {
  padding-left: calc((100% - 150px)/2);
}
.testimonials .owl-item .item .img-wrapper {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  border: 5px solid #dedede;
  width: 150px;
  height: 150px;
  display: table-cell;
  padding: 2px;
  vertical-align: middle;
  position: relative;
}
.testimonials .owl-item .item .img-wrapper img {
  margin: auto;
}
.testimonials .owl-item .item h3 {
  font-size: 18px;
  position: relative;
  margin-bottom: 15px;
  color: #444444;
}
.testimonials .owl-item .item h3:after {
  content: '';
  border: 2px solid #dedede;
  position: absolute;
  bottom: -8px;
  width: 25px;
  left: calc(50% - 12.5px);
}
.testimonials .owl-item .item p {
  color: #444444;
}
.testimonials .owl-item .item a {
  background: transparent;
  display: block;
  padding: 8px;
  border-top: 1px solid #ffffff;
  position: absolute;
  bottom: 3px;
  margin: 0;
  width: 100%;
  left: 0;
  color: #3e85ee;
}
.testimonials .owl-item .item:hover {
  background: #ffffff;
}
.testimonials .owl-item .item:hover h3 {
  color: #3e85ee;
}
.testimonials .owl-item .item:hover h3:after {
  border-color: #3e85ee;
}
.testimonials .owl-item .item:hover .img-wrapper {
  border-width: 8px;
}
.testimonials .owl-item .item:hover a {
  color: #999999;
  background: #ffffff;
}
.testimonials .owl-nav {
  margin: 0;
}
.testimonials .owl-nav [class*='owl-'] {
  top: 34%;
  position: absolute;
  width: 30px;
  height: 40px;
  background: rgba(0, 0, 0, 0.16);
  text-align: center;
  padding: 4px;
}
.testimonials .owl-nav [class*='owl-'].owl-prev {
  left: -30px;
}
.testimonials .owl-nav [class*='owl-'].owl-next {
  right: -30px;
}
.testimonials .owl-nav [class*='owl-'] i {
  color: #ffffff;
  font-size: 30px;
}
.testimonials .owl-nav [class*='owl-']:hover {
  background: #111111;
}
.testimonials li {
  list-style: none;
}
.testimonials .sales-carousel {
  margin-top: 50px;
}
.testimonials .stream {
  background: #f4f4f4;
  padding: 15px;
  margin-bottom: 30px;
  border-bottom: 4px solid #dedede;
}
@media (max-width: 767px) {
  .single-testimonial:before {
    -webkit-transform: skew(0, 0);
    -ms-transform: skewX(0) skewY(0);
    transform: skew(0, 0);
    left: 0;
    width: calc(100%);
    height: 100%;
  }
  .single-testimonial .testimonial-inner {
    padding: 40px;
    text-align: center;
    flex-wrap: wrap;
  }
  .single-testimonial .testimonial-inner .content-wrapper {
    padding-left: 0;
  }
  .single-testimonial .testimonial-inner > img {
    width: 225px;
    margin: 0 auto 25px;
  }
}
/*************************************************************
ACCORDION
**************************************************************/
.accordion > h3,
.accordions > h3,
.accordion .ui-accordion-header,
.accordions .ui-accordion-header {
  color: #444444;
  font-family: 'Inter', sans-serif;
  border-top: 2px solid #ebebeb;
  font-size: 1.25rem;
  font-weight: 600;
  position: relative;
  cursor: pointer;
  outline: none;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 60px;
  margin: 0;
}
.accordion > h3:first-child,
.accordions > h3:first-child,
.accordion .ui-accordion-header:first-child,
.accordions .ui-accordion-header:first-child {
  border-width: 0;
}
.accordion > h3.large,
.accordions > h3.large,
.accordion .ui-accordion-header.large,
.accordions .ui-accordion-header.large {
  font-size: 2rem;
}
.accordion > h3:before,
.accordions > h3:before,
.accordion .ui-accordion-header:before,
.accordions .ui-accordion-header:before {
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  transition: all 0.35s ease;
  color: #999999;
  content: "\e64b";
  display: inline-block;
  font-size: inherit !important;
  font-family: themify;
  top: 30px;
  position: relative;
  font-weight: normal;
  position: absolute;
  right: 0;
}
.accordion > h3.ui-accordion-header-active:before,
.accordions > h3.ui-accordion-header-active:before,
.accordion .ui-accordion-header.ui-accordion-header-active:before,
.accordions .ui-accordion-header.ui-accordion-header-active:before {
  content: "\e64b";
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  font-family: themify;
}
.accordion ul,
.accordions ul {
  padding-left: 0;
  margin-left: 18px;
  margin-bottom: 0;
}
.accordion ul li,
.accordions ul li {
  font-size: inherit;
  color: #444444;
}
.accordion ul.fancy-list > li > strong,
.accordions ul.fancy-list > li > strong {
  display: inline-block;
  margin-bottom: 2px;
}
.accordion > ul,
.accordions > ul {
  margin-top: 0;
}
.accordion .ui-accordion-content,
.accordions .ui-accordion-content {
  color: #444444;
  font-size: 1rem;
  padding: 0;
  padding-top: 0px;
  padding-bottom: 45px;
  padding-right: 60px;
}
.accordion .ui-accordion-content strong,
.accordions .ui-accordion-content strong {
  font-weight: 700;
}
.accordion .ui-accordion-content a,
.accordions .ui-accordion-content a {
  text-decoration: underline;
}
/*****************************************************************
Custom Menu
********************************************************************/
.navbar-custom {
  border: 1px solid #dedede;
  border-width: 0;
  background: #ffffff;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-custom .navbar-header {
  background-color: #ebebeb;
}
.navbar-custom .navbar-header .navbar-toggle {
  border-width: 0;
  margin-right: 6px;
}
.navbar-custom .navbar-header .navbar-toggle:hover,
.navbar-custom .navbar-header .navbar-toggle:focus {
  background-color: transparent;
}
.navbar-custom .navbar-header .navbar-toggle > span {
  background-color: #333333;
}
.navbar-custom .navbar-header .navbar-brand {
  color: #333333;
  text-shadow: none;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.85rem;
}
.navbar-custom .navbar-collapse {
  -o-box-shadow: 0 0 100px 1px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 100px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 100px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 100px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 100px 1px rgba(0, 0, 0, 0.1);
  border-color: #dedede;
  background-color: transparent;
  padding: 0;
}
.navbar-custom .navbar-nav {
  margin: 10px -15px 10px 0;
  float: none;
}
.navbar-custom .navbar-nav > li {
  float: none;
  margin: 0;
  border-bottom: 1px solid #dedede;
}
.navbar-custom .navbar-nav > li:last-child {
  border-width: 0;
}
.navbar-custom .navbar-nav > li > a {
  color: #444444;
  text-decoration: none;
  font-weight: 500;
  font-size: 1rem;
  text-shadow: none;
  padding: 15px 0;
}
.navbar-custom .navbar-nav > li > a:hover {
  color: #3e85ee;
}
@media (max-width: 767px) {
  .navbar-custom {
    border-width: 1px;
  }
  .navbar-custom .navbar-collapse {
    padding: 0 15px;
  }
}
/*****************************************************************
Pages Tabs Shortcode
********************************************************************/
.tabs-with-popup.popup-state-active {
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 101010101;
}
.tabs-with-popup.popup-state-active .tabbed-nav {
  text-align: center;
  padding-top: 5px;
  background: #3e85ee;
}
.tabs-with-popup.popup-state-active .tabbed-nav .close-panel {
  display: block;
}
.tabs-with-popup.popup-state-active .tabbed-nav ul li {
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  background: transparent;
  color: #ffffff;
  border: 3px solid transparent;
  margin: 0;
  font-size: 19px;
  padding: 10px 15px;
}
.tabs-with-popup.popup-state-active .tabbed-nav ul li.active {
  border-color: #ffffff;
  background: #ffffff;
  color: #3e85ee;
}
.tabs-with-popup.popup-state-active .tabbed-panel {
  overflow: auto;
  padding: 30px 30px;
  height: calc(100% - 75px);
  width: calc(100% + 14px);
}
.tabs-with-popup .tabbed-nav {
  position: relative;
  text-align: left;
  padding: 0;
}
.tabs-with-popup .tabbed-nav .close-panel {
  display: none;
  position: absolute;
  right: 21px;
  top: 18px;
  cursor: pointer;
}
.tabs-with-popup .tabbed-nav .close-panel .ti-close {
  font-size: 23px;
  color: #ffffff;
}
.tabs-with-popup .tabbed-nav ul {
  padding: 0;
}
.tabs-with-popup .tabbed-nav ul li {
  background: #222222;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-family: 'Inter', sans-serif;
  color: #ffffff;
  margin: 5px 2px;
  cursor: pointer;
  padding: 15px 15px;
  font-size: 15px;
  display: inline-block;
  border-bottom: 3px solid #f4f4f4;
}
.tabs-with-popup .tabbed-nav ul li.active {
  border-bottom-color: #3e85ee;
}
.tabs-with-popup .tabbed-panel .tabbed-content {
  position: relative;
  top: 50px;
  display: none;
}
.tabs-with-popup .tabbed-panel .tabbed-content > h3 {
  font-family: 'Inter Tight', sans-serif;
  color: #3e85ee;
}
@media (max-width: 767px) {
  .tabs-with-popup.popup-state-active .tabbed-nav {
    padding: 5px 35px 12px 17px;
    text-align: left;
  }
  .tabs-with-popup.popup-state-active .tabbed-nav .close-panel {
    right: 7px;
    top: 12px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
  }
  .tabs-with-popup.popup-state-active .tabbed-nav .close-panel .ti-close {
    font-size: 16px;
  }
  .tabs-with-popup.popup-state-active .tabbed-nav ul li {
    font-size: 0.85rem;
    display: block;
    padding: 0 15px;
    margin: 15px 0;
    border-width: 0 0 0 3px;
    line-height: 1;
  }
  .tabs-with-popup.popup-state-active .tabbed-nav ul li.active {
    -o-box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #ffffff;
    border-color: #ffffff;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: transparent;
  }
  .tabs-with-popup.popup-state-active .tabbed-panel {
    height: calc(100% - 89px);
    padding: 20px;
    width: 100%;
  }
}
/*****************************************************************
Event Shortcode
********************************************************************/
.charm-event {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  position: relative;
  padding: 9px 0;
}
.charm-event.no-title {
  position: relative;
}
.charm-event .date-box {
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #333333;
  left: 0;
  top: 9px;
  text-align: center;
  padding: 15px 0;
  width: 80px;
}
.charm-event .date-box span,
.charm-event .date-box small {
  display: block;
  color: #ffffff;
}
.charm-event .date-box span {
  line-height: 1;
  font-weight: 700;
  font-size: 2.25rem;
  padding: 10px 0;
}
.charm-event .date-box small {
  line-height: 1;
  font-size: 0.75rem;
}
.charm-event .details {
  padding: 0 0 0 30px;
}
.charm-event .details h4 {
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
}
.charm-event .details p {
  color: #000000;
  font-size: 15px;
  margin-bottom: 0;
}
.charm-event .details p b {
  font-weight: 600;
}
/*****************************************************************
Contact Info Shortcode
********************************************************************/
.charm-contact-info p,
.charm-contact-info address {
  padding: 7px 0 7px 32px;
  position: relative;
}
.charm-contact-info p i,
.charm-contact-info address i {
  position: absolute;
  color: #000000;
  font-size: 20px;
  top: 10px;
  line-height: 1;
  left: 0;
}
.charm-contact-info p i:before,
.charm-contact-info address i:before {
  margin: 0;
}
.charm-contact-info p a,
.charm-contact-info address a {
  border-bottom: 1px solid transparent;
}
.charm-contact-info p a:hover,
.charm-contact-info address a:hover {
  border-color: rgba(62, 133, 238, 0.4);
}
.charm-contact-info p a,
.charm-contact-info address a,
.charm-contact-info p span,
.charm-contact-info address span {
  font-weight: 400;
  display: inline-block;
  color: #444444;
}
/*****************************************************************
Card Shortcode
********************************************************************/
.charm-card {
  background: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.charm-card.readmore-as-overlay .desc {
  margin-bottom: 0;
}
.charm-card.readmore-as-overlay .learn-more.overlay-btn,
.charm-card.readmore-as-link-and-overlay .learn-more.overlay-btn {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  background: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  font-size: 1.25rem;
  font-weight: 600;
}
.charm-card.readmore-as-overlay .learn-more.overlay-btn span,
.charm-card.readmore-as-link-and-overlay .learn-more.overlay-btn span {
  -webkit-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  transform: translate(0, 20px);
}
.charm-card.readmore-as-overlay:hover .learn-more,
.charm-card.readmore-as-link-and-overlay:hover .learn-more {
  opacity: 1;
  filter: alpha(opacity=100);
}
.charm-card.readmore-as-overlay:hover .learn-more span,
.charm-card.readmore-as-link-and-overlay:hover .learn-more span {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.charm-card.readmore-as-button .learn-more span {
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #222222;
  color: #ffffff;
  padding: 6px 20px;
  display: inline-block;
}
.charm-card.readmore-as-button:hover .learn-more span {
  background: #3e85ee;
}
.charm-card:hover {
  -o-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.2);
  background: #ffffff;
}
.charm-card:hover .card-content {
  border-color: #ffffff;
}
.charm-card:hover .image-wrapper img {
  -webkit-transform: scale(1.02, 1.02);
  -moz-transform: scale(1.02, 1.02);
  -o-transform: scale(1.02, 1.02);
  -ms-transform: scale(1.02, 1.02);
  transform: scale(1.02, 1.02);
}
.charm-card:hover a {
  color: #3e85ee;
}
.charm-card h3 {
  margin-top: 0;
}
.charm-card .desc {
  color: #444444;
}
.charm-card .learn-more span {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.charm-card .card-content {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  -ms-border-radius: 0 0 12px 12px;
  -o-border-radius: 0 0 12px 12px;
  -webkit-border-radius: 0 0 12px 12px;
  -moz-border-radius: 0 0 12px 12px;
  border-radius: 0 0 12px 12px;
  border: 1px solid #ebebeb;
  border-top: none;
}
.charm-card .card-content p.date a {
  color: #999999;
  font-size: 0.85rem;
  text-transform: uppercase;
}
.charm-card .image-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.charm-card .image-wrapper img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  height: auto;
  max-width: 100%;
}
/*****************************************************************
Link Block Shortcode
********************************************************************/
.charm-link-block {
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  border: 1px solid #ebebeb;
  position: relative;
  margin-bottom: 30px;
}
.charm-link-block.no-link {
  padding: 1.25rem 2.5rem 1.25rem 1.25rem;
  background: #f4f4f4;
}
.charm-link-block h3 {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin: 0 !important;
}
.charm-link-block .icon {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: absolute;
  right: 15px;
  top: 50%;
  color: #999999;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.charm-link-block .icon i {
  font-size: 22px;
}
.charm-link-block a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  background: #f4f4f4;
  align-items: center;
  padding: 1.25rem 2.5rem 1.25rem 1.25rem;
  position: relative;
}
.charm-link-block a:hover,
.charm-link-block a:focus {
  background: #ffffff;
  -o-box-shadow: 0 0 18px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 18px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 18px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 18px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 18px 2px rgba(0, 0, 0, 0.1);
}
.charm-link-block a:hover h3,
.charm-link-block a:focus h3,
.charm-link-block a:hover .icon,
.charm-link-block a:focus .icon {
  color: #3e85ee;
}
/*****************************************************************
Icon Title Shortcode
********************************************************************/
.charm-icon-title {
  margin-bottom: 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.charm-icon-title .left {
  width: 80px;
}
.charm-icon-title .left img {
  width: 100%;
  height: auto;
}
.charm-icon-title .right {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding-left: 30px;
  align-items: center;
}
.charm-icon-title .right h3 {
  margin: 0;
}
/*****************************************************************
Video Popup Shortcode
********************************************************************/
.charm-video {
  margin: 0;
  margin-bottom: 30px;
  overflow: hidden;
  max-width: 400px;
  position: relative;
}
.charm-video.single .general-popup-wrapper .next-prev-nav {
  display: none;
}
.charm-video:hover .image-wrapper p.learn-more a {
  opacity: 1;
  filter: alpha(opacity=100);
}
.charm-video .open-popup {
  margin-bottom: 0;
}
.charm-video a.text-grad:hover {
  color: #3e85ee;
}
.charm-video .image-wrapper {
  margin-bottom: 30px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}
.charm-video .image-wrapper:before {
  background: rgba(0, 0, 0, 0.5);
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.charm-video .image-wrapper:after {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  border-width: 23px 0 23px 46px;
  border-color: transparent transparent transparent #ffffff;
  border-style: solid;
  z-index: 2;
}
.charm-video .image-wrapper p.learn-more {
  position: static;
}
.charm-video .image-wrapper p.learn-more .learn-more-link {
  background: rgba(62, 133, 238, 0.9);
  color: #ffffff !important;
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  -ms-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.2rem;
  z-index: 3;
}
.charm-video .card-content h3 {
  font-size: 1.25rem;
  cursor: pointer;
}
.general-popup-wrapper,
.charm-popup-wrapper {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10101;
  display: none;
}
.general-popup-wrapper .overlay,
.charm-popup-wrapper .overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  cursor: pointer;
  display: block;
  z-index: 1;
}
.general-popup-wrapper .next-prev-nav > span,
.charm-popup-wrapper .next-prev-nav > span {
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  align-items: center;
  justify-content: center;
  top: 50%;
  left: 30px;
  width: 50px;
  height: 50px;
  z-index: 10;
  cursor: pointer;
  z-index: 1010;
}
.general-popup-wrapper .next-prev-nav > span.disabled,
.charm-popup-wrapper .next-prev-nav > span.disabled {
  cursor: default;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.general-popup-wrapper .next-prev-nav > span.next,
.charm-popup-wrapper .next-prev-nav > span.next {
  left: auto;
  right: 30px;
}
.general-popup-wrapper .next-prev-nav > span svg,
.charm-popup-wrapper .next-prev-nav > span svg {
  color: #ffffff;
  width: 25px;
  height: 25px;
}
.general-popup-wrapper .next-prev-nav > span i,
.charm-popup-wrapper .next-prev-nav > span i {
  font-size: 25px;
  color: #ffffff;
}
.general-popup-wrapper .close,
.charm-popup-wrapper .close,
.general-popup-wrapper .full-screens,
.charm-popup-wrapper .full-screens {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.4);
  align-items: center;
  justify-content: center;
  background: transparent;
  text-shadow: none;
  cursor: pointer;
  position: absolute;
  top: -40px;
  right: -40px;
  width: 40px;
  height: 40px;
  z-index: 1010;
  padding-bottom: 1px;
}
.general-popup-wrapper .close i,
.charm-popup-wrapper .close i,
.general-popup-wrapper .full-screens i,
.charm-popup-wrapper .full-screens i {
  font-size: 14px;
}
.general-popup-wrapper .close .charm-svg,
.charm-popup-wrapper .close .charm-svg,
.general-popup-wrapper .full-screens .charm-svg,
.charm-popup-wrapper .full-screens .charm-svg {
  width: 25px;
  height: 25px;
}
.general-popup-wrapper .full-screen,
.charm-popup-wrapper .full-screen {
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  width: 45px;
  height: 45px;
}
.general-popup-wrapper .full-screen svg,
.charm-popup-wrapper .full-screen svg {
  width: 35px;
  height: 35px;
}
.general-popup-wrapper .general-popup-inner,
.charm-popup-wrapper .general-popup-inner {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-color: transparent;
  text-align: left;
  max-width: 1200px;
  margin: 35px auto;
  padding: 0;
  position: relative;
  top: 50%;
  z-index: 2;
}
.general-popup-wrapper iframe,
.charm-popup-wrapper iframe {
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
@media (max-width: 767px) {
  .general-popup-wrapper .next-prev-nav,
  .charm-popup-wrapper .next-prev-nav {
    top: 50%;
  }
  .general-popup-wrapper iframe,
  .charm-popup-wrapper iframe {
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
}
/*****************************************************************
Link Block Shortcode
********************************************************************/
.charm-counter-circle {
  position: relative;
  width: 140px;
  margin: auto;
  text-align: center;
  margin-bottom: 20px;
}
.charm-counter-circle strong {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  font-size: 2.25rem;
}
.charm-counter-circle strong i {
  font-style: normal;
}
/*****************************************************************
Tabs Slider Shortcode
********************************************************************/
.tab-slider-wrapper .tabs-wrapper {
  margin-bottom: 60px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  border-bottom: 7px solid #3e85ee;
  align-items: center;
}
.tab-slider-wrapper .tabs-wrapper h2 {
  margin: 0 20px 0 10px;
  font-style: italic;
}
.tab-slider-wrapper .tabs-wrapper ul {
  margin: 0;
}
.tab-slider-wrapper .tabs-wrapper ul li {
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin-left: 20px;
  height: 55px;
  max-width: 100%;
  text-indent: 0;
  background: none transparent;
}
.tab-slider-wrapper .tabs-wrapper ul li.active:before {
  background-color: #3e85ee;
}
.tab-slider-wrapper .tabs-wrapper ul li:before {
  -webkit-transform: skew(-25deg, 0);
  -ms-transform: skewX(-25deg) skewY(0);
  transform: skew(-25deg, 0);
  -o-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.5);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
}
.tab-slider-wrapper .tabs-wrapper ul li span {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  color: #444444;
  font-size: 16px;
  letter-spacing: -0.33px;
  text-align: center;
  line-height: 1.2;
  height: 100%;
  align-items: center;
  text-transform: uppercase;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
.tab-slider-wrapper .tabs-content-wrapper {
  padding: 0;
  overflow: hidden;
}
.tab-slider-wrapper .tabs-content-wrapper .owl-item {
  float: left;
  width: 100%;
}
.tab-slider-wrapper .tabs-content-wrapper .owl-dots {
  opacity: 0;
  filter: alpha(opacity=0);
}
.tab-slider-wrapper .tabs-content-wrapper .row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.tab-slider-wrapper .tabs-content-wrapper .row h3 {
  font-weight: 400;
  font-style: italic;
}
.tab-slider-wrapper .tabs-content-wrapper .row p {
  font-size: 14px;
}
.tab-slider-wrapper .tabs-content-wrapper .dots {
  margin-left: -2px;
}
.tab-slider-wrapper .tabs-content-wrapper .dots li {
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  width: 12px;
  height: 12px;
  border: 1px solid #222222;
  background-color: #222222;
  margin: 0 2px;
  cursor: pointer;
}
.tab-slider-wrapper .tabs-content-wrapper .dots li.active {
  background-color: transparent;
  cursor: default;
}
@media (max-width: 767px) {
  .tab-slider-wrapper .tabs-wrapper {
    justify-content: center;
    padding-bottom: 15px;
  }
  .tab-slider-wrapper .tabs-wrapper ul {
    display: none;
  }
}
/*****************************************************************
Blocks Components
********************************************************************/
/*****************************************************************
Testimonials
********************************************************************/
/*****************************************************************
Contacts Toggler
********************************************************************/
.contact-addresses {
  -ms-border-radius: 0 5px 5px 0;
  -o-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  background: #222222;
  width: 100%;
  max-width: 300px;
  position: fixed;
  top: 32px;
  left: -300px;
  padding: 15px;
  z-index: 100001;
}
.contact-addresses .triggerer {
  cursor: pointer;
}
.contact-addresses i {
  padding: 8px 0;
  color: white;
  border-radius: 25px;
  width: 25px;
  height: 25px;
  font-size: 13px;
  margin-right: 5px;
  text-align: center;
}
.contact-addresses p {
  color: #ffffff;
  padding: 5px 0;
  margin-bottom: 0;
}
.contact-addresses .triggerer i.fa {
  -ms-border-radius: 0 5px 5px 0;
  -o-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  background: #222222;
  top: calc((100% - 34px)/2);
  color: #ffffff;
  width: 22px;
  height: 35px;
  text-align: center;
  padding: 8px 0;
  position: absolute;
  right: -22px;
  margin: 0;
  font-size: 17px;
}
/*****************************************************************
Fancy List
********************************************************************/
ul.fancy-list {
  padding-left: 0;
}
ul.fancy-list > li {
  color: #444444;
  position: relative;
  list-style: none;
}
ul.fancy-list > li:before {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  line-height: 1;
  left: 0;
  font-family: FontAwesome;
  top: 50%;
  position: absolute;
}
ul.fancy-list.hand > li:before {
  content: "\f0a4";
}
ul.fancy-list.caret-icon > li {
  padding-left: 1rem;
}
ul.fancy-list.caret-icon > li:before {
  content: "\f0da";
}
ul.fancy-list.angle > li {
  padding-left: 1rem;
}
ul.fancy-list.angle > li:before {
  content: "\f105";
}
/*****************************************************************
Visual Composer - WP BAKERY
********************************************************************/
.wpb_single_image img {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.wpb_single_image.full-width img,
.wpb_single_image.full-width .vc_figure,
.wpb_single_image.full-width .vc_single_image-wrapper {
  width: 100%;
}
.wpb_single_image.with-shadow {
  -o-box-shadow: 15px 0 rgba(0, 0, 0, 0.15), -15px 0 rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 15px 0 rgba(0, 0, 0, 0.15), -15px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 15px 0 rgba(0, 0, 0, 0.15), -15px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 15px 0 rgba(0, 0, 0, 0.15), -15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 15px 0 rgba(0, 0, 0, 0.15), -15px 0 rgba(0, 0, 0, 0.15);
}
/*****************************************************************
Lightbox
********************************************************************/
.charm-lightbox {
  position: fixed;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 10102;
  padding: 0 100px;
}
.charm-lightbox.charm-popup-wrapper {
  background-color: #ffffff;
}
.charm-lightbox.charm-popup-wrapper.theme-dark {
  background-color: rgba(0, 0, 0, 0.8);
}
.charm-lightbox.charm-popup-wrapper.theme-dark .next-prev-nav > span {
  background-color: rgba(0, 0, 0, 0.5);
}
.charm-lightbox.charm-popup-wrapper.theme-dark .next-prev-nav > span:hover:not(.disabled) {
  background-color: rgba(0, 0, 0, 0.8);
}
.charm-lightbox.charm-popup-wrapper.theme-dark .next-prev-nav > span i {
  color: #ffffff;
}
.charm-lightbox.charm-popup-wrapper.theme-dark .next-prev-nav > span svg {
  fill: #ffffff;
}
.charm-lightbox.charm-popup-wrapper.theme-dark .close {
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
}
.charm-lightbox.charm-popup-wrapper.theme-dark .close:hover {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.8);
}
.charm-lightbox.charm-popup-wrapper.theme-dark .popup-sr {
  color: rgba(255, 255, 255, 0.7);
}
.charm-lightbox.charm-popup-wrapper.theme-dark .full-screen {
  background-color: transparent;
}
.charm-lightbox.charm-popup-wrapper.theme-dark .full-screen svg {
  color: #ffffff;
}
.charm-lightbox.charm-popup-wrapper .next-prev-nav > span {
  background-color: #ebebeb;
}
.charm-lightbox.charm-popup-wrapper .next-prev-nav > span:hover:not(.disabled) {
  background-color: #dedede;
}
.charm-lightbox.charm-popup-wrapper .next-prev-nav > span:hover:not(.disabled) i,
.charm-lightbox.charm-popup-wrapper .next-prev-nav > span:hover:not(.disabled) svg {
  color: #111111;
}
.charm-lightbox.charm-popup-wrapper .next-prev-nav > span i,
.charm-lightbox.charm-popup-wrapper .next-prev-nav > span svg {
  color: #777777;
}
.charm-lightbox.charm-popup-wrapper .close {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.charm-lightbox.charm-popup-wrapper .close:hover {
  background-color: #dedede;
  color: #111111;
}
.charm-lightbox.charm-popup-wrapper .close,
.charm-lightbox.charm-popup-wrapper .full-screens {
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  background-color: #ebebeb;
  color: #777777;
  right: 30px;
  top: 30px;
}
.charm-lightbox.charm-popup-wrapper .full-screens {
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  background-color: #ffffff;
  left: auto;
  right: 30px;
}
.charm-lightbox .charm-lightbox-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.charm-lightbox .lightbox-content {
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  height: calc(100% - 100px);
  width: 100%;
}
.charm-lightbox .lightbox-content .charm-fullscreen {
  position: absolute;
  left: calc(50% + 630px);
  cursor: pointer;
  color: #999999;
}
.charm-lightbox .popup-sr {
  position: absolute;
  bottom: 50px;
  right: 65px;
  color: #777777;
  font-size: 1rem;
  font-weight: 600;
}
.charm-lightbox .zoom-buttons {
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -o-box-shadow: 0 0 100px 4px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 100px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 100px 4px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 100px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 100px 4px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(0, 0, 0, 0.8);
  background-color: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  position: absolute;
  bottom: 30px;
  left: 50%;
}
.charm-lightbox .zoom-buttons > a {
  -webkit-transition: background 0.3s ease-out;
  -moz-transition: background 0.3s ease-out;
  -o-transition: background 0.3s ease-out;
  -ms-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
  color: #ffffff;
  cursor: pointer;
  padding: 8px;
}
.charm-lightbox .zoom-buttons > a.full-screen {
  padding: 0;
  overflow: hidden;
}
.charm-lightbox .zoom-buttons > a.full-screen > div {
  padding: 8px 3px;
}
.charm-lightbox .zoom-buttons > a.full-screen .charm-svg {
  width: 22px;
  height: 22px;
}
.charm-lightbox .zoom-buttons > a .charm-svg {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.charm-lightbox .zoom-buttons > a.disabled {
  opacity: 0.3;
  filter: alpha(opacity=30);
  cursor: auto;
}
.charm-lightbox .zoom-buttons > a:not(.disabled):hover {
  color: #eeb668;
}
.charm-lightbox .charm-lightbox-inner {
  overflow: hidden;
}
.charm-lightbox .charm-lightbox-inner .items .item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 100%;
  max-height: 100vh;
  height: 100vh;
}
.charm-lightbox .charm-lightbox-inner .items .item.type-content .lightbox-content,
.charm-lightbox .charm-lightbox-inner .items .item.type-video .lightbox-content {
  padding: 30px;
}
.charm-lightbox .charm-lightbox-inner .items .item.type-content .lightbox-content > div,
.charm-lightbox .charm-lightbox-inner .items .item.type-video .lightbox-content > div {
  max-width: 1200px;
}
.charm-lightbox .charm-lightbox-inner .items .item.type-content .lightbox-content > div > .slide-title,
.charm-lightbox .charm-lightbox-inner .items .item.type-video .lightbox-content > div > .slide-title {
  bottom: 30px;
  text-align: center;
  padding-right: 0;
}
.charm-lightbox .charm-lightbox-inner .items .item.type-video .lightbox-content > div {
  width: 100%;
  background-color: transparent;
}
.charm-lightbox .charm-lightbox-inner .items .item.type-video iframe {
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.charm-lightbox .charm-lightbox-inner .items .item .lightbox-content > div {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  height: calc(100% + 100px);
  flex-wrap: wrap;
}
.charm-lightbox .charm-lightbox-inner .items .item .lightbox-content > div > .slide-title {
  color: #111111;
  position: absolute;
  left: 0;
  bottom: -4px;
  margin: 0;
  width: 100%;
  text-align: right;
  z-index: 10101;
  padding-right: 50px;
}
.charm-lightbox .charm-lightbox-inner .items .item img,
.charm-lightbox .charm-lightbox-inner .items .item video {
  max-width: 100%;
  max-height: 100vh;
}
.charm-lightbox .charm-lightbox-inner .items .item img {
  height: auto;
}
.charm-lightbox .charm-lightbox-inner .items .item img.loading {
  filter: blur(5px);
}
@media (max-width: 991px) {
  .charm-lightbox {
    padding: 0;
  }
  .charm-lightbox .popup-sr {
    bottom: 86px;
    right: 30px;
  }
  .charm-lightbox .charm-lightbox-inner .items .item.type-video .lightbox-content {
    padding: 0;
  }
  .charm-lightbox .charm-lightbox-inner .items .item .lightbox-content > div {
    width: 100%;
    height: auto;
  }
  .charm-lightbox .charm-lightbox-inner .items .item .lightbox-content > div > img {
    width: 100%;
    height: auto;
  }
  .charm-lightbox .charm-lightbox-inner .items .item .lightbox-content > div > .slide-title {
    padding: 30px;
    bottom: 50px;
  }
}
@media (max-width: 450px) {
  .charm-lightbox .charm-lightbox-inner .items .item {
    overflow: auto;
    align-items: flex-end;
  }
  .charm-lightbox .charm-lightbox-inner .items .item.type-content .lightbox-content {
    padding: 15px;
  }
  .charm-lightbox .charm-lightbox-inner .items .item .lightbox-content > div > .slide-title {
    bottom: 55px;
    padding-right: 73px;
    text-align: left;
  }
  .charm-lightbox .lightbox-content {
    height: 100%;
  }
}
/***************************************************************** 
VECTOR ICONS AS PNG
********************************************************************/
.charm-svg {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 25px;
  width: 25px;
}
.charm-svg svg {
  width: inherit;
  height: inherit;
}
.charm-svg svg > title {
  display: none;
}
.vector {
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: auto auto;
  background-image: url("images/vectors/fallbacks/sprite/spritesheet.png");
  display: inline-block;
}
.vector {
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% auto;
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.vector.vector-icon {
  width: 100px;
  max-width: 100px;
  display: inline-block;
  height: 100px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100px auto;
}
.vector.addon-icon {
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 90% auto;
  width: 30px;
  max-width: 100%;
  display: inline-block;
  height: 30px;
}
.vector.agenda {
  background-position: -10px -10px;
}
.vector.ai {
  background-position: -90px -10px;
}
.vector.airplane {
  background-position: -170px -10px;
}
.vector.armchair {
  background-position: -250px -10px;
}
.vector.backpack {
  background-position: -330px -10px;
}
.vector.band-aid {
  background-position: -410px -10px;
}
.vector.bar-chart {
  background-position: -490px -10px;
}
.vector.basketball-jersey {
  background-position: -10px -90px;
}
.vector.bell {
  background-position: -90px -90px;
}
.vector.bird {
  background-position: -170px -90px;
}
.vector.bowling {
  background-position: -250px -90px;
}
.vector.box {
  background-position: -330px -90px;
}
.vector.briefcase {
  background-position: -410px -90px;
}
.vector.browser {
  background-position: -490px -90px;
}
.vector.browser-1 {
  background-position: -10px -170px;
}
.vector.calculator {
  background-position: -90px -170px;
}
.vector.calendar {
  background-position: -170px -170px;
}
.vector.camera {
  background-position: -250px -170px;
}
.vector.car {
  background-position: -330px -170px;
}
.vector.certificate {
  background-position: -410px -170px;
}
.vector.chat {
  background-position: -490px -170px;
}
.vector.checked {
  background-position: -10px -250px;
}
.vector.chemistry {
  background-position: -90px -250px;
}
.vector.clipboard {
  background-position: -170px -250px;
}
.vector.clock {
  background-position: -250px -250px;
}
.vector.compass {
  background-position: -330px -250px;
}
.vector.cone {
  background-position: -410px -250px;
}
.vector.contract {
  background-position: -490px -250px;
}
.vector.credit-card {
  background-position: -10px -330px;
}
.vector.cup {
  background-position: -90px -330px;
}
.vector.devices {
  background-position: -170px -330px;
}
.vector.diamond {
  background-position: -250px -330px;
}
.vector.doughnut {
  background-position: -330px -330px;
}
.vector.earth-globe {
  background-position: -410px -330px;
}
.vector.eraser {
  background-position: -490px -330px;
}
.vector.eye {
  background-position: -10px -410px;
}
.vector.film {
  background-position: -90px -410px;
}
.vector.folder {
  background-position: -170px -410px;
}
.vector.fried-egg {
  background-position: -250px -410px;
}
.vector.gamepad {
  background-position: -330px -410px;
}
.vector.gift {
  background-position: -410px -410px;
}
.vector.girl {
  background-position: -490px -410px;
}
.vector.headphones {
  background-position: -10px -490px;
}
.vector.heart {
  background-position: -90px -490px;
}
.vector.help {
  background-position: -170px -490px;
}
.vector.imac {
  background-position: -250px -490px;
}
.vector.invoice {
  background-position: -330px -490px;
}
.vector.ipad {
  background-position: -410px -490px;
}
.vector.iphone {
  background-position: -490px -490px;
}
/*****************************************************************
Footer Widgets || Shop Widgets || Sidebar Widgets
********************************************************************/
.footer-widgets,
.shop-widgets,
#sidebar {
  background: #111111;
}
.footer-widgets > .container,
.shop-widgets > .container,
#sidebar > .container {
  padding: 0 15px 0;
}
.footer-widgets .widget.widget_search .wp-block-search__inside-wrapper,
.shop-widgets .widget.widget_search .wp-block-search__inside-wrapper,
#sidebar .widget.widget_search .wp-block-search__inside-wrapper {
  background-color: #333333;
  border: 1px solid #222222;
  padding: 5px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.footer-widgets .widget.widget_search form label,
.shop-widgets .widget.widget_search form label,
#sidebar .widget.widget_search form label {
  display: none;
}
.footer-widgets .widget.widget_search form input,
.shop-widgets .widget.widget_search form input,
#sidebar .widget.widget_search form input {
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #ffffff;
  background: transparent;
  border-width: 0;
  padding: 0 15px;
  height: 50px;
}
.footer-widgets .widget.widget_search form input:focus,
.shop-widgets .widget.widget_search form input:focus,
#sidebar .widget.widget_search form input:focus {
  outline: none;
}
.footer-widgets .widget.widget_search form #searchsubmit,
.shop-widgets .widget.widget_search form #searchsubmit,
#sidebar .widget.widget_search form #searchsubmit,
.footer-widgets .widget.widget_search form .wp-block-search__button,
.shop-widgets .widget.widget_search form .wp-block-search__button,
#sidebar .widget.widget_search form .wp-block-search__button {
  background: transparent;
  color: rgba(255, 255, 255, 0.6);
  border-width: 0;
  padding: 0 15px;
  line-height: 1;
}
.footer-widgets .widget.widget_calendar table,
.shop-widgets .widget.widget_calendar table,
#sidebar .widget.widget_calendar table {
  width: 100%;
}
.footer-widgets .widget.widget_calendar table caption,
.shop-widgets .widget.widget_calendar table caption,
#sidebar .widget.widget_calendar table caption {
  padding: 0;
  margin: 0 0 15px;
  color: #222222;
}
.footer-widgets .widget.widget_calendar table thead th,
.shop-widgets .widget.widget_calendar table thead th,
#sidebar .widget.widget_calendar table thead th {
  line-height: 1.5;
  padding: 5px 0;
  text-align: center;
}
.footer-widgets .widget.widget_calendar table tbody td,
.shop-widgets .widget.widget_calendar table tbody td,
#sidebar .widget.widget_calendar table tbody td {
  padding: 5px 0;
}
.footer-widgets .widget.widget_newsletterwidget input[type="text"],
.shop-widgets .widget.widget_newsletterwidget input[type="text"],
#sidebar .widget.widget_newsletterwidget input[type="text"],
.footer-widgets .widget.widget_newsletterwidget input[type="email"],
.shop-widgets .widget.widget_newsletterwidget input[type="email"],
#sidebar .widget.widget_newsletterwidget input[type="email"] {
  width: 100%;
  background: #DBDBDB;
  border: none;
  color: #555;
  padding: 6px 15px;
}
.footer-widgets .widget.widget_newsletterwidget input[type="submit"],
.shop-widgets .widget.widget_newsletterwidget input[type="submit"],
#sidebar .widget.widget_newsletterwidget input[type="submit"] {
  background: #111111;
  -o-box-shadow: 0 0 6px 2px #0e0e0e inset;
  -ms-box-shadow: 0 0 6px 2px #0e0e0e inset;
  -moz-box-shadow: 0 0 6px 2px #0e0e0e inset;
  -webkit-box-shadow: 0 0 6px 2px #0e0e0e inset;
  box-shadow: 0 0 6px 2px #0e0e0e inset;
  border: 1px solid #0E0E0E;
  padding: 5px 15px;
}
.footer-widgets .widget.widget_social_media ul,
.shop-widgets .widget.widget_social_media ul,
#sidebar .widget.widget_social_media ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 0;
}
.footer-widgets .widget.widget_social_media ul li,
.shop-widgets .widget.widget_social_media ul li,
#sidebar .widget.widget_social_media ul li {
  padding: 15px 0 15px 0;
  margin: 0 30px 0 0;
}
.footer-widgets .widget.widget_social_media ul li:before,
.shop-widgets .widget.widget_social_media ul li:before,
#sidebar .widget.widget_social_media ul li:before {
  display: none;
}
.footer-widgets .widget.widget_social_media ul li a,
.shop-widgets .widget.widget_social_media ul li a,
#sidebar .widget.widget_social_media ul li a {
  color: #999999;
  font-size: 1.5rem;
}
.footer-widgets .widget.widget_social_media ul li a:hover,
.shop-widgets .widget.widget_social_media ul li a:hover,
#sidebar .widget.widget_social_media ul li a:hover {
  color: #3e85ee;
}
.footer-widgets .widget.widget_contact_info .contacts-wrapper,
.shop-widgets .widget.widget_contact_info .contacts-wrapper,
#sidebar .widget.widget_contact_info .contacts-wrapper,
.footer-widgets .widget.widget_contact_info .address-wrapper,
.shop-widgets .widget.widget_contact_info .address-wrapper,
#sidebar .widget.widget_contact_info .address-wrapper {
  margin-bottom: 15px;
  position: relative;
}
.footer-widgets .widget.widget_contact_info .contacts-wrapper p,
.shop-widgets .widget.widget_contact_info .contacts-wrapper p,
#sidebar .widget.widget_contact_info .contacts-wrapper p,
.footer-widgets .widget.widget_contact_info .address-wrapper p,
.shop-widgets .widget.widget_contact_info .address-wrapper p,
#sidebar .widget.widget_contact_info .address-wrapper p {
  margin: 0;
}
.footer-widgets .widget.widget_contact_info .contacts-wrapper h4,
.shop-widgets .widget.widget_contact_info .contacts-wrapper h4,
#sidebar .widget.widget_contact_info .contacts-wrapper h4,
.footer-widgets .widget.widget_contact_info .address-wrapper h4,
.shop-widgets .widget.widget_contact_info .address-wrapper h4,
#sidebar .widget.widget_contact_info .address-wrapper h4 {
  margin-top: 30px;
  color: #999999;
  text-transform: uppercase;
  font-weight: 400;
}
.footer-widgets .widget.tab_widget,
.shop-widgets .widget.tab_widget,
#sidebar .widget.tab_widget {
  margin-top: 0;
}
.footer-widgets .widget.tab_widget .tab-widget .tabs,
.shop-widgets .widget.tab_widget .tab-widget .tabs,
#sidebar .widget.tab_widget .tab-widget .tabs {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 100%;
}
.footer-widgets .widget.tab_widget .tab-widget .tabs .tab,
.shop-widgets .widget.tab_widget .tab-widget .tabs .tab,
#sidebar .widget.tab_widget .tab-widget .tabs .tab {
  background: #222222;
  text-align: center;
}
.footer-widgets .widget.tab_widget .tab-widget .tabs .tab a,
.shop-widgets .widget.tab_widget .tab-widget .tabs .tab a,
#sidebar .widget.tab_widget .tab-widget .tabs .tab a {
  border: 1px solid #222222;
  border-bottom: none;
  padding: 10px 5px;
  color: #ffffff;
  display: block;
  font-size: 0.75rem;
}
.footer-widgets .widget.tab_widget .tab-widget .tabs .tab a i,
.shop-widgets .widget.tab_widget .tab-widget .tabs .tab a i,
#sidebar .widget.tab_widget .tab-widget .tabs .tab a i {
  display: block;
  margin: auto;
}
.footer-widgets .widget.tab_widget .tab-widget .tabs .tab.active,
.shop-widgets .widget.tab_widget .tab-widget .tabs .tab.active,
#sidebar .widget.tab_widget .tab-widget .tabs .tab.active {
  background: none;
}
.footer-widgets .widget.tab_widget .tab-widget .tabs .tab.active a,
.shop-widgets .widget.tab_widget .tab-widget .tabs .tab.active a,
#sidebar .widget.tab_widget .tab-widget .tabs .tab.active a {
  background-color: #ffffff;
  color: #222222;
}
.footer-widgets .widget.tab_widget .tab-widget .tabs.total-1-tabs .tab,
.shop-widgets .widget.tab_widget .tab-widget .tabs.total-1-tabs .tab,
#sidebar .widget.tab_widget .tab-widget .tabs.total-1-tabs .tab {
  width: 100%;
}
.footer-widgets .widget.tab_widget .tab-widget .tabs.total-2-tabs .tab,
.shop-widgets .widget.tab_widget .tab-widget .tabs.total-2-tabs .tab,
#sidebar .widget.tab_widget .tab-widget .tabs.total-2-tabs .tab {
  width: 50%;
}
.footer-widgets .widget.tab_widget .tab-widget .tabs.total-3-tabs .tab,
.shop-widgets .widget.tab_widget .tab-widget .tabs.total-3-tabs .tab,
#sidebar .widget.tab_widget .tab-widget .tabs.total-3-tabs .tab {
  width: 33.33%;
}
.footer-widgets .widget.tab_widget .tab-widget .tabs.total-4-tabs .tab,
.shop-widgets .widget.tab_widget .tab-widget .tabs.total-4-tabs .tab,
#sidebar .widget.tab_widget .tab-widget .tabs.total-4-tabs .tab {
  width: 25%;
}
.footer-widgets .widget.tab_widget .tab-widget .tabs-content,
.shop-widgets .widget.tab_widget .tab-widget .tabs-content,
#sidebar .widget.tab_widget .tab-widget .tabs-content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 30px;
  background-color: #ffffff;
  border: 1px solid #222222;
  clear: both;
  border-top-width: 0;
  width: 100%;
}
.footer-widgets .widget.tab_widget .tab-widget .tabs-content .tab-content.tab-tags-content ul,
.shop-widgets .widget.tab_widget .tab-widget .tabs-content .tab-content.tab-tags-content ul,
#sidebar .widget.tab_widget .tab-widget .tabs-content .tab-content.tab-tags-content ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 15px 30px;
  flex-wrap: wrap;
}
.footer-widgets .widget.tab_widget .tab-widget .tabs-content .tab-content.tab-tags-content ul li,
.shop-widgets .widget.tab_widget .tab-widget .tabs-content .tab-content.tab-tags-content ul li,
#sidebar .widget.tab_widget .tab-widget .tabs-content .tab-content.tab-tags-content ul li {
  border-width: 0;
  padding: 0;
  width: auto;
}
.footer-widgets .widget.tab_widget .tab-widget .tabs-content ul,
.shop-widgets .widget.tab_widget .tab-widget .tabs-content ul,
#sidebar .widget.tab_widget .tab-widget .tabs-content ul {
  padding: 0;
  margin: 0;
  clear: both;
}
.footer-widgets .widget.tab_widget .tab-widget .tabs-content ul li,
.shop-widgets .widget.tab_widget .tab-widget .tabs-content ul li,
#sidebar .widget.tab_widget .tab-widget .tabs-content ul li {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0;
  border-bottom: 1px solid #dedede;
  clear: both;
  display: block;
  list-style: none;
  width: 100%;
  float: left;
}
.footer-widgets .widget.tab_widget .tab-widget .tabs-content ul li.tab-comment,
.shop-widgets .widget.tab_widget .tab-widget .tabs-content ul li.tab-comment,
#sidebar .widget.tab_widget .tab-widget .tabs-content ul li.tab-comment {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-start;
}
.footer-widgets .widget.tab_widget .tab-widget .tabs-content ul li.tab-comment a,
.shop-widgets .widget.tab_widget .tab-widget .tabs-content ul li.tab-comment a,
#sidebar .widget.tab_widget .tab-widget .tabs-content ul li.tab-comment a {
  color: #aaaaaa;
}
.footer-widgets .widget.tab_widget .tab-widget .tabs-content ul li.tab-comment a:hover,
.shop-widgets .widget.tab_widget .tab-widget .tabs-content ul li.tab-comment a:hover,
#sidebar .widget.tab_widget .tab-widget .tabs-content ul li.tab-comment a:hover {
  color: #3e85ee;
  text-decoration-color: rgba(62, 133, 238, 0.5);
}
.footer-widgets .widget.tab_widget .tab-widget .tabs-content ul li:last-child,
.shop-widgets .widget.tab_widget .tab-widget .tabs-content ul li:last-child,
#sidebar .widget.tab_widget .tab-widget .tabs-content ul li:last-child {
  border: none;
}
.footer-widgets .widget.tab_widget .tab-widget .tabs-content ul li:before,
.shop-widgets .widget.tab_widget .tab-widget .tabs-content ul li:before,
#sidebar .widget.tab_widget .tab-widget .tabs-content ul li:before {
  content: "";
  margin: 0;
}
.footer-widgets .widget.tab_widget .tab-widget .tabs-content ul li a,
.shop-widgets .widget.tab_widget .tab-widget .tabs-content ul li a,
#sidebar .widget.tab_widget .tab-widget .tabs-content ul li a {
  margin-bottom: 3px;
}
.footer-widgets .widget.tab_widget .tab-widget .tabs-content ul li img,
.shop-widgets .widget.tab_widget .tab-widget .tabs-content ul li img,
#sidebar .widget.tab_widget .tab-widget .tabs-content ul li img {
  margin-right: 15px;
  float: left;
  width: 90px;
  height: auto;
}
.footer-widgets .widget.tab_widget .tab-widget .tabs-content ul li span.publish-date,
.shop-widgets .widget.tab_widget .tab-widget .tabs-content ul li span.publish-date,
#sidebar .widget.tab_widget .tab-widget .tabs-content ul li span.publish-date {
  color: #999999;
  margin-right: 30px;
  font-size: 0.75rem;
  font-weight: 300;
  display: block;
  text-transform: uppercase;
}
.footer-widgets .widget.tab_widget .tab-widget .tabs-content ul li span.publish-date i,
.shop-widgets .widget.tab_widget .tab-widget .tabs-content ul li span.publish-date i,
#sidebar .widget.tab_widget .tab-widget .tabs-content ul li span.publish-date i {
  margin: 0 5px 0 0;
}
.footer-widgets .widget.tab_widget .tab-widget .tabs-content ul li span.views,
.shop-widgets .widget.tab_widget .tab-widget .tabs-content ul li span.views,
#sidebar .widget.tab_widget .tab-widget .tabs-content ul li span.views {
  color: #999999;
  font-size: 0.75rem;
  font-weight: 300;
  display: block;
  text-transform: uppercase;
}
.footer-widgets .widget ul,
.shop-widgets .widget ul,
#sidebar .widget ul {
  padding: 0;
  margin-bottom: 0;
}
.footer-widgets .widget ul.cat-links,
.shop-widgets .widget ul.cat-links,
#sidebar .widget ul.cat-links {
  overflow: hidden;
}
.footer-widgets .widget ul.cat-links li,
.shop-widgets .widget ul.cat-links li,
#sidebar .widget ul.cat-links li {
  position: relative;
  padding: 0;
  margin: 0;
}
.footer-widgets .widget ul.cat-links li a:hover,
.shop-widgets .widget ul.cat-links li a:hover,
#sidebar .widget ul.cat-links li a:hover {
  color: #3e85ee;
}
.footer-widgets .widget ul.cat-links li.current-cat,
.shop-widgets .widget ul.cat-links li.current-cat,
#sidebar .widget ul.cat-links li.current-cat {
  color: #111111;
  padding: 0;
}
.footer-widgets .widget ul.cat-links li.current-cat > a,
.shop-widgets .widget ul.cat-links li.current-cat > a,
#sidebar .widget ul.cat-links li.current-cat > a {
  font-weight: 700;
}
.footer-widgets .widget ul.cat-links li ul.children li a,
.shop-widgets .widget ul.cat-links li ul.children li a,
#sidebar .widget ul.cat-links li ul.children li a {
  padding-left: 20px;
}
.footer-widgets .widget ul.cat-links li ul.children li ul.children li a,
.shop-widgets .widget ul.cat-links li ul.children li ul.children li a,
#sidebar .widget ul.cat-links li ul.children li ul.children li a {
  padding-left: 30px;
}
.footer-widgets .widget ul.cat-links li ul.children li ul.children li ul.children li a,
.shop-widgets .widget ul.cat-links li ul.children li ul.children li ul.children li a,
#sidebar .widget ul.cat-links li ul.children li ul.children li ul.children li a {
  padding-left: 40px;
}
.footer-widgets .widget ul.cat-links li.current-cat-parents > ul.children,
.shop-widgets .widget ul.cat-links li.current-cat-parents > ul.children,
#sidebar .widget ul.cat-links li.current-cat-parents > ul.children {
  display: block;
}
.footer-widgets .widget ul li,
.shop-widgets .widget ul li,
#sidebar .widget ul li {
  list-style: none;
}
.footer-widgets .widget ul li a,
.shop-widgets .widget ul li a,
#sidebar .widget ul li a {
  display: block;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: rgba(0, 0, 0, 0.1);
  text-decoration-thickness: 1px;
}
.footer-widgets .widget ul li a:hover,
.shop-widgets .widget ul li a:hover,
#sidebar .widget ul li a:hover {
  color: #3e85ee;
  text-decoration-color: #3e85ee;
}
.footer-widgets .widget ul li time,
.shop-widgets .widget ul li time,
#sidebar .widget ul li time {
  color: #999999;
  font-size: 0.75rem;
  text-transform: uppercase;
}
.footer-widgets {
  clear: both;
  padding: 65px 0 30px;
}
.footer-widgets .widget {
  width: 25%;
  padding-right: 30px;
}
/*****************************************************************
Sidebar
********************************************************************/
#sidebar {
  margin-top: 30px;
  background: transparent;
  padding: 0;
  width: 100%;
  text-align: center;
  max-width: 400px;
}
#sidebar .widget {
  margin-top: 45px;
  margin-bottom: 30px;
  width: 100%;
  text-align: left;
  padding: 0;
}
#sidebar .widget > h3 {
  margin-top: 0px;
}
#sidebar .widget > h3.wp-block-heading {
  margin-bottom: 0px;
}
#sidebar .widget:first-child {
  border-width: 0;
}
#sidebar .widget a {
  color: #444444;
}
#sidebar .widget ul li {
  list-style: none;
  position: relative;
  margin-bottom: 30px;
}
#sidebar .widget ul li:last-child a {
  border-width: 0;
}
#sidebar .widget.widget_recent_entries {
  margin-top: 0;
}
#sidebar .widget.widget_recent_entries ul li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dedede;
  float: left;
  width: 100%;
}
#sidebar .widget.widget_recent_entries ul li a {
  margin-bottom: 3px;
}
#sidebar .widget.widget_recent_entries ul li:last-child {
  border-bottom: none;
}
#sidebar .widget.widget_recent_entries .wp-block-latest-posts__post-author,
#sidebar .widget.widget_recent_entries .wp-block-latest-posts__post-date {
  font-size: 0.75rem;
}
#sidebar .widget.widget_recent_entries .wp-block-latest-posts__featured-image {
  float: left;
  margin-right: 20px;
}
#sidebar .widget.widget_recent_entries .wp-block-latest-posts__featured-image img {
  width: 90px;
  height: auto;
}
#sidebar .widget.widget_calendar table {
  background: #f4f4f4;
  text-align: center;
}
#sidebar .widget.widget_calendar table caption {
  text-align: center;
  background: #222222;
  color: #ffffff;
  padding: 5px 0;
  margin: 0;
}
#sidebar .widget.widget_calendar table thead th {
  background: #ffffff;
}
#sidebar .widget.widget_calendar table tbody td {
  padding: 5px 0;
}
#sidebar .widget.widget_calendar table tbody td#today {
  background: #222222;
  color: #ffffff;
}
#sidebar .widget.widget_calendar table tfoot td {
  padding: 5px 10px;
}
#sidebar .widget.widget_calendar table tfoot td#prev {
  text-align: left;
}
#sidebar .widget.widget_calendar table tfoot td#next {
  text-align: right;
}
.js #sidebar .widget.tab_widget .tab-widget .tabs-content .tab-content,
.js .footer-widgets .widget.tab_widget .tab-widget .tabs-content .tab-content {
  display: none;
}
.js #sidebar .widget.tab_widget .tab-widget .tabs-content .tab-content:first-child,
.js .footer-widgets .widget.tab_widget .tab-widget .tabs-content .tab-content:first-child {
  display: block;
}
/*****************************************************************
Copyright
********************************************************************/
.copyright {
  background: #111111;
  padding: 10px 0;
}
.copyright p {
  color: rgba(255, 255, 255, 0.5);
}
.copyright p a {
  text-transform: none;
  color: rgba(255, 255, 255, 0.8);
}
.developed-by {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  left: inherit;
  right: 90px;
  top: 50%;
}
.developed-by a,
.developed-by span {
  font-size: 0.85rem;
}
@media (max-width: 1023px) {
  .developed-by {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative;
    right: auto;
    top: 0;
    text-align: center;
  }
}
/*****************************************************************
Forms
********************************************************************/
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -o-box-shadow: 0 0 0px 1000px #ffffff inset;
  -ms-box-shadow: 0 0 0px 1000px #ffffff inset;
  -moz-box-shadow: 0 0 0px 1000px #ffffff inset;
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
  box-shadow: 0 0 0px 1000px #ffffff inset;
}
input:focus:-webkit-autofill,
textarea:focus:-webkit-autofill,
select:focus:-webkit-autofill {
  -o-box-shadow: 0 0 0px 1000px #ffffff inset;
  -ms-box-shadow: 0 0 0px 1000px #ffffff inset;
  -moz-box-shadow: 0 0 0px 1000px #ffffff inset;
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
  box-shadow: 0 0 0px 1000px #ffffff inset;
}
/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked,
[type="radio"]:not(:checked),
[type="radio"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label,
[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}
/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before,
[type="radio"]:not(:checked) + label:before,
[type="radio"]:checked + label:before {
  content: '';
  font: normal normal normal 18px/1 FontAwesome;
  position: absolute;
  left: 0;
  color: #444444;
  line-height: 1;
  top: 6px;
  width: 15px;
  height: 15px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
[type="checkbox"]:checked + label:before,
[type="radio"]:checked + label:before {
  content: '\f096';
}
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '\f096';
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
[type="radio"]:not(:checked) + label:before,
[type="radio"]:checked + label:before {
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  content: '\f10c';
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after,
[type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:after {
  font: normal normal normal 18px/1 FontAwesome;
  content: "\f14a";
  position: absolute;
  top: 6px;
  left: 0px;
  line-height: 1;
  display: inline-block;
  width: 15px;
  height: 15px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
[type="radio"]:checked + label:after {
  content: "\f192";
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after,
[type="radio"]:not(:checked) + label:after {
  opacity: 0;
}
[type="checkbox"]:checked + label:before,
[type="radio"]:checked + label:before {
  opacity: 0;
}
[type="checkbox"]:checked + label:after,
[type="radio"]:checked + label:after {
  opacity: 1;
}
[type="checkbox"]:checked + label:after {
  content: "\f14a";
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before,
[type="radio"]:disabled:not(:checked) + label:before,
[type="radio"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after,
[type="radio"]:disabled:checked + label:after {
  color: #999;
}
[type="checkbox"]:disabled + label,
[type="radio"]:disabled + label {
  color: #aaa;
}
/************  SEARCH FORM  ***********/
.search-form {
  position: relative;
}
.search-form button {
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  background-color: #f4f4f4;
  height: 50px;
  width: 50px;
  padding: 0;
  outline: none;
}
.search-form button i {
  background-color: #f4f4f4;
}
.search-form .large-font .form-control {
  font-size: 1.25rem;
}
.inline-radios {
  margin-bottom: 20px;
}
.inline-radios.active ul {
  background: rgba(62, 133, 238, 0.15);
}
.inline-radios.active ul.fancy-list li label:before,
.inline-radios.active ul.fancy-list li label:after {
  top: 4px;
}
.inline-radios h3 {
  color: #444444;
  font-size: 1.25rem;
  margin-top: 0;
  margin-bottom: 1px;
  font-weight: 600;
}
.inline-radios h3 .required-mark {
  color: #d45d5d;
}
.inline-radios ul {
  padding: 12px 12px 12px 0;
  height: 50px;
}
.inline-radios ul.fancy-list li {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  margin-right: 20px;
}
.inline-radios ul.fancy-list li label {
  color: #444444;
  font-size: 0.875rem;
  font-weight: 400;
  margin-bottom: 0;
  padding-left: 22px;
}
.inline-radios ul.fancy-list li label:before,
.inline-radios ul.fancy-list li label:after {
  top: 1px;
}
.radio-input-wrapper,
.input-wrapper {
  padding: 5px 12px 5px 0;
}
.radio-input-wrapper label,
.input-wrapper label {
  margin: 0;
}
.all-radio-inputs-wrapper,
.all-checkbox-inputs-wrapper {
  border: 1px solid #ebebeb;
  -o-box-shadow: 0 0 0 1px #ffffff inset;
  -ms-box-shadow: 0 0 0 1px #ffffff inset;
  -moz-box-shadow: 0 0 0 1px #ffffff inset;
  -webkit-box-shadow: 0 0 0 1px #ffffff inset;
  box-shadow: 0 0 0 1px #ffffff inset;
  margin: 15px 0 15px 0;
  padding: 10px;
}
.all-radio-inputs-wrapper h4,
.all-checkbox-inputs-wrapper h4 {
  background: #f4f4f4;
  border-bottom: 1px solid #ebebeb;
  padding: 8px;
  margin: -10px -10px 10px;
  font-size: 16px;
}
.number-input-wrapper {
  padding: 4px 0 37px 0;
  margin-right: 15px;
}
.number-input-wrapper label {
  float: left;
  padding: 0;
  margin: 3px 15px 0 0;
}
.number-input-wrapper .number-input-inner-wrapper {
  -o-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  float: left;
  padding: 1px;
  background: #ffffff;
  height: 30px;
}
.number-input-wrapper .number-input-inner-wrapper .qtyminus,
.number-input-wrapper .number-input-inner-wrapper .qtyplus {
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -o-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1) inset;
  -ms-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1) inset;
  background: #3e85ee !important;
  color: #ffffff !important;
  padding: 0 8px;
  outline: none;
  width: 30px;
  font-size: 22px;
  height: 28px;
  min-height: 28px;
  line-height: 1;
  font-family: arial;
  float: left !important;
  position: relative;
  border: none;
  margin: 0;
}
.number-input-wrapper .number-input-inner-wrapper .qtyminus:focus,
.number-input-wrapper .number-input-inner-wrapper .qtyplus:focus {
  border: none !important;
}
.number-input-wrapper .number-input-inner-wrapper .qtyplus {
  background: #222222 !important;
  color: #ffffff !important;
}
.number-input-wrapper .number-input-inner-wrapper input[type="text"] {
  -o-box-shadow: 0 1px 10px rgba(0,0,0,0.05) inset, 0 -1px 10px rgba(0,0,0,0.05) inset;
  -ms-box-shadow: 0 1px 10px rgba(0,0,0,0.05) inset, 0 -1px 10px rgba(0,0,0,0.05) inset;
  -moz-box-shadow: 0 1px 10px rgba(0,0,0,0.05) inset, 0 -1px 10px rgba(0,0,0,0.05) inset;
  -webkit-box-shadow: 0 1px 10px rgba(0,0,0,0.05) inset, 0 -1px 10px rgba(0,0,0,0.05) inset;
  box-shadow: 0 1px 10px rgba(0,0,0,0.05) inset, 0 -1px 10px rgba(0,0,0,0.05) inset;
  background: #ffffff;
  border: none;
  min-height: 28px;
  text-align: center;
  max-width: 50px;
  outline: none;
  padding: 0;
  height: 27px;
  line-height: 1;
  position: relative;
  top: 0px;
  float: left;
}
.toggle-checkbox,
.toggle-radio {
  margin-right: 7px;
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.toggle-checkbox i.fa,
.toggle-radio i.fa {
  color: #444444;
  font-size: 23px;
  position: absolute;
  top: 0px;
  left: 1px;
}
.cart_item .number-input-wrapper {
  margin-top: 17px;
}
.bs-searchbox .form-control {
  height: 20px !important;
}
.form-group {
  clear: both;
  position: relative;
  float: left;
  width: 100%;
}
.form-group .help-block {
  font-size: 15px;
  margin-bottom: 0;
}
.form-group label {
  color: #444444;
  font-weight: 600;
  font-size: 0.875rem;
  min-height: 16px;
}
.form-group label .required-mark {
  color: #d45d5d;
}
.form-group .group-label {
  font-weight: 700;
  font-size: 15px;
}
.form-group ul li label {
  font-size: 0.875rem;
  font-weight: 500;
}
.form-group .input-group {
  position: static;
  display: block;
}
.form-group .input-group .form-control {
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.form-group .input-group.after .input-group-addon,
.form-group .input-group.before .input-group-addon {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: transparent;
  border: none;
  position: absolute;
  height: 48px;
  right: 0;
  bottom: 1px;
  z-index: 101;
  width: 43px;
  padding: 0;
  justify-content: center;
  align-items: center;
}
.form-group .input-group.after .input-group-addon.before,
.form-group .input-group.before .input-group-addon.before {
  right: auto;
  left: 1px;
}
.form-group .input-group.after .input-group-addon.before ~ .form-control,
.form-group .input-group.before .input-group-addon.before ~ .form-control {
  padding-left: 45px;
}
.form-group.with-success .has-passed {
  position: absolute;
  color: #5cb85c;
  right: 15px;
  font-size: 22px;
  top: 8px;
  z-index: 101;
  display: none;
}
.form-group.with-success.checkbox .has-passed {
  top: auto;
  bottom: 15px;
}
.form-group.with-success .input-group.after + .has-passed,
.form-group.with-success select.form-control + .has-passed {
  right: 55px;
}
.form-group.with-success select + .form-control + .has-passed {
  right: 55px;
}
.form-group.with-success.captcha .has-passed {
  display: none;
}
.form-group.with-error .required-mark {
  color: #d45d5d !important;
}
.form-group.with-error .form-control {
  border-color: rgba(212, 93, 93, 0.5);
}
.form-group.with-error .form-control:focus {
  -o-box-shadow: 0 0 0 5px rgba(212, 93, 93, 0.15);
  -ms-box-shadow: 0 0 0 5px rgba(212, 93, 93, 0.15);
  -moz-box-shadow: 0 0 0 5px rgba(212, 93, 93, 0.15);
  -webkit-box-shadow: 0 0 0 5px rgba(212, 93, 93, 0.15);
  box-shadow: 0 0 0 5px rgba(212, 93, 93, 0.15);
}
.form-group.checkbox {
  position: static;
}
.form-group .input-group-addon {
  background-color: #ffffff;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.form-group .input-group-addon i {
  color: #444444;
}
.form-group.select:after {
  color: #444444;
  font-family: "fontello-all";
  content: none;
  line-height: 1em;
  width: 1em;
  bottom: 17px;
  position: absolute;
  right: 5px;
  font-size: 16px;
  background: inherit;
}
.form-group.select:focus:after {
  background: #ffffff;
}
.form-group.select.selectpicker:after {
  display: none;
}
.form-progress {
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  -ms-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  background: #5cb85c;
  height: 5px;
}
.form-progress .marker {
  background: #444444;
  color: #ffffff;
  position: absolute;
  bottom: 6px;
  right: 0;
  padding: 2px 4px;
}
textarea.form-control {
  min-height: 100px;
  padding: 15px;
}
.form-control {
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  background: #f4f4f4;
  border: 1px solid #ebebeb;
  color: #444444;
  display: block;
  height: 50px;
  padding: 6px 12px;
  font-size: 1rem;
}
.form-control:focus {
  background-color: #ffffff;
  -o-box-shadow: 0 0 0 5px rgba(62, 133, 238, 0.15);
  -ms-box-shadow: 0 0 0 5px rgba(62, 133, 238, 0.15);
  -moz-box-shadow: 0 0 0 5px rgba(62, 133, 238, 0.15);
  -webkit-box-shadow: 0 0 0 5px rgba(62, 133, 238, 0.15);
  box-shadow: 0 0 0 5px rgba(62, 133, 238, 0.15);
  border: 1px solid rgba(62, 133, 238, 0.4);
}
.form-control.bootstrap-select {
  height: 49px;
  padding: 0 !important;
}
.form-control.bootstrap-select.btn-group .dropdown-menu {
  -o-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #dedede;
  padding: 0;
  margin: -1px 0 0;
}
.form-control.bootstrap-select.btn-group .dropdown-menu ul {
  border-width: 0;
}
.form-control.bootstrap-select.btn-group .dropdown-menu li {
  margin: 0;
}
.form-control.bootstrap-select.btn-group .dropdown-menu li a {
  font-size: 16px;
  padding: 5px 10px;
}
.form-control.bootstrap-select.btn-group .dropdown-menu li a:hover,
.form-control.bootstrap-select.btn-group .dropdown-menu li a:focus {
  background: #ebebeb;
  color: #444444;
  outline: none !important;
}
.form-control.bootstrap-select.btn-group.open .dropdown-toggle {
  -o-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control.bootstrap-select .dropdown-toggle {
  -o-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #f4f4f4;
  border: 1px solid #dedede;
  line-height: 1;
  height: 47px;
  width: 100%;
  padding: 13px 10px;
  outline: none !important;
}
.form-control.bootstrap-select .dropdown-toggle:focus,
.form-control.bootstrap-select .dropdown-toggle:hover {
  -o-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #dedede;
  background: #f4f4f4;
}
.form-control.bootstrap-select .dropdown-toggle span {
  color: #444444;
  font-size: 16px;
  text-shadow: none;
  text-transform: capitalize;
}
.form-control.bootstrap-select .dropdown-toggle span.caret {
  border-left: 1px solid #dedede;
  background: #f4f4f4;
  width: 38px;
  height: 45px;
  background-position: 0 17px;
  background-repeat: no-repeat;
  top: 2px;
  border: none;
  color: transparent;
  padding: 15px;
  right: 0;
}
.form-control.bootstrap-select .dropdown-toggle span.caret:before {
  color: #444444;
  font-family: "fontello-arrows";
  content: '\e805';
  line-height: 1em;
  width: 1em;
  top: 13px;
  position: absolute;
  right: 11px;
  font-size: 16px;
}
.variations {
  width: 100%;
  position: relative;
}
.variations .reset_variations {
  position: absolute;
  bottom: -29px;
  right: 0;
}
.variations tr {
  background: #ffffff;
}
.variations tr td {
  -o-box-shadow: 0 1px 0 #dedede;
  -ms-box-shadow: 0 1px 0 #dedede;
  -moz-box-shadow: 0 1px 0 #dedede;
  -webkit-box-shadow: 0 1px 0 #dedede;
  box-shadow: 0 1px 0 #dedede;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  width: 100%;
  padding: 10px;
  line-height: 1;
}
.variations tr td.label {
  color: #3e85ee;
  font-size: 16px;
  display: inline-block;
  text-align: left;
  padding: 15px 10px 0;
  text-transform: uppercase;
}
.variations tr td.label label {
  padding: 8px 10px 0 10px;
}
.variations tr td.value .form-control.bootstrap-select .dropdown-toggle {
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #f4f4f4;
  background: #f4f4f4;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.variations tr td.value .form-control.bootstrap-select .dropdown-toggle:focus {
  border-color: #222222;
}
.variations tr td.value .form-control.bootstrap-select.btn-group {
  margin-bottom: 0;
}
.char-limit {
  margin-bottom: 0 !important;
}
.custom-alert {
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -o-box-shadow: 0 4px 15px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 4px 15px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 4px 15px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 4px 15px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 15px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  color: #ffffff;
  font-size: 0.75rem;
  border: 1px solid #d45d5d;
  background: #d45d5d;
  text-align: left;
  padding: 0 10px;
  position: absolute;
  bottom: -30px;
  z-index: 10;
}
.custom-alert .small-square {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #d45d5d;
  -o-box-shadow: 1px 1px 0 0 #d45d5d;
  -ms-box-shadow: 1px 1px 0 0 #d45d5d;
  -moz-box-shadow: 1px 1px 0 0 #d45d5d;
  -webkit-box-shadow: 1px 1px 0 0 #d45d5d;
  box-shadow: 1px 1px 0 0 #d45d5d;
  position: absolute;
  width: 10px;
  height: 10px;
  top: -5px;
  z-index: 101;
}
.custom-alert span {
  font-size: inherit;
}
.login-form {
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  padding-top: 50px;
}
.login-form input[type="submit"],
.login-form button[type="submit"] {
  margin: 0;
  float: right;
}
.login-form p.forgot-password {
  padding: 10px 0;
  text-align: left;
}
.login-form p.forgot-password a {
  color: #3e85ee;
}
.login-form-content,
.register-form-content {
  background: #f4f4f4;
  padding: 70px 30px 30px;
  margin: 80px auto 75px;
  position: relative;
  width: 90%;
  max-width: 700px;
}
.login-form-content p,
.register-form-content p {
  margin: 0;
  font-size: 0.85rem;
}
.login-form-content p.not-a-member,
.register-form-content p.not-a-member,
.login-form-content p.alert,
.register-form-content p.alert {
  margin: 15px 0;
  display: block;
}
.login-form-content p.alert,
.register-form-content p.alert {
  background: #dedede;
  color: #3e85ee;
}
.login-form-content .button.mandatory,
.register-form-content .button.mandatory {
  float: right;
}
.login-form-content .button .badge i,
.register-form-content .button .badge i {
  color: #d45d5d;
}
.login-form-content h4,
.register-form-content h4 {
  border-bottom: 1px solid #dedede;
  -o-box-shadow: 0 1px 0 0 #ffffff;
  -ms-box-shadow: 0 1px 0 0 #ffffff;
  -moz-box-shadow: 0 1px 0 0 #ffffff;
  -webkit-box-shadow: 0 1px 0 0 #ffffff;
  box-shadow: 0 1px 0 0 #ffffff;
  color: #444444;
  text-align: left;
  margin: 0 0 15px;
  padding: 5px 0;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
}
.login-form-content h4 i,
.register-form-content h4 i {
  color: #999999;
  float: right;
  position: relative;
  top: 7px;
}
.login-form-content .login-icon,
.register-form-content .login-icon {
  -ms-border-radius: 61px;
  -o-border-radius: 61px;
  -webkit-border-radius: 61px;
  -moz-border-radius: 61px;
  border-radius: 61px;
  border: 10px solid #f4f4f4;
  -o-box-shadow: 0 0 0 10px #ffffff;
  -ms-box-shadow: 0 0 0 10px #ffffff;
  -moz-box-shadow: 0 0 0 10px #ffffff;
  -webkit-box-shadow: 0 0 0 10px #ffffff;
  box-shadow: 0 0 0 10px #ffffff;
  background: #222222;
  left: calc(50% - 53px);
  position: absolute;
  top: -60.5px;
  padding: 25px;
  width: 121px;
  height: 121px;
  z-index: 11;
}
.login-form-content .login-icon i,
.register-form-content .login-icon i,
.login-form-content .login-icon img,
.register-form-content .login-icon img {
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  -o-box-shadow: 0 0 0 1px #ffffff;
  -ms-box-shadow: 0 0 0 1px #ffffff;
  -moz-box-shadow: 0 0 0 1px #ffffff;
  -webkit-box-shadow: 0 0 0 1px #ffffff;
  box-shadow: 0 0 0 1px #ffffff;
  text-shadow: 0 1px 0 #ffffff, 0 2px 4px #dedede;
  color: #3e85ee;
  background: #ffffff;
  position: absolute;
  font-size: 45px;
  width: 70px;
  height: 70px;
  left: 16px;
  top: 15.5px;
  z-index: 11;
  padding: 10px;
}
.login-form-content .login-icon img,
.register-form-content .login-icon img {
  padding: 0;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
}
.login-form-content .login-icon span,
.register-form-content .login-icon span {
  -ms-border-radius: 0 0 60px 60px;
  -o-border-radius: 0 0 60px 60px;
  -webkit-border-radius: 0 0 60px 60px;
  -moz-border-radius: 0 0 60px 60px;
  border-radius: 0 0 60px 60px;
  background: #3e85ee;
  width: 101px;
  height: 50.5px;
  bottom: 0px;
  left: 0px;
  position: absolute;
  z-index: 10;
}
.register-form-content .form-control,
.edit-profile-form-content .form-control {
  -ms-border-radius: 7px !important;
  -o-border-radius: 7px !important;
  -webkit-border-radius: 7px !important;
  -moz-border-radius: 7px !important;
  border-radius: 7px !important;
  background: #ffffff;
}
.register-form-content .input-group-addon,
.edit-profile-form-content .input-group-addon {
  background: #f4f4f4;
}
.register-form-content .input-group-addon i,
.edit-profile-form-content .input-group-addon i {
  color: #444444;
}
.register-form-content .input-group-addon i.fa-asterisk,
.edit-profile-form-content .input-group-addon i.fa-asterisk {
  color: #d45d5d;
}
.register-form-content label,
.edit-profile-form-content label {
  color: #3e85ee;
  text-shadow: 1px 1px 0 #ffffff;
}
.register-form-content .edit-profile-form .form-group,
.edit-profile-form-content .edit-profile-form .form-group {
  margin: 20px 0;
}
.register-form-content .edit-profile-form .form-group .form-control,
.edit-profile-form-content .edit-profile-form .form-group .form-control {
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  width: 50%;
  height: 40px;
}
.register-form-content .edit-profile-form .register-form-submit-btn,
.edit-profile-form-content .edit-profile-form .register-form-submit-btn {
  margin: 35px 0 0;
}
.post-password-form {
  padding: 20px 0 34px;
}
.post-password-form p {
  text-align: center;
}
.post-password-form p input {
  background: #f4f4f4;
  border: 1px solid #ebebeb;
  height: 40px;
  margin-left: 9px;
  padding: 0 15px;
}
.post-password-form p input:focus {
  background: #ffffff;
  border-color: #ebebeb;
  outline: none;
}
.post-password-form p input[type="submit"] {
  background: #000000;
  color: #ffffff;
  padding: 0 20px;
  font-size: 15px;
  position: relative;
  top: 0px;
  left: -7px;
  height: 42px;
  margin: 0;
}
.progress-bar-wrapper {
  margin: 30px 0 20px;
}
.progress-bar-wrapper .progress-bar {
  background: #ebebeb;
  border-width: 0;
  height: 14px;
  width: 100%;
  margin-bottom: 10px;
}
.progress-bar-wrapper .progress-bar .filled {
  height: inherit;
  background-color: #4caf50;
}
.form-control::-webkit-input-placeholder {
  color: #bbbbbb;
}
.form-control::-moz-placeholder {
  color: #bbbbbb;
}
/* firefox 19+ */
.form-control:-ms-input-placeholder {
  color: #bbbbbb;
}
/* ie */
.form-control:-moz-placeholder {
  color: #bbbbbb;
}
@media (max-width: 767px) {
  input,
  select,
  textarea {
    font-size: 16px !important;
  }
}
/*****************************************************************
Date Picker
********************************************************************/
.datepicker.datepicker-dropdown {
  text-align: center;
  z-index: 10001 !important;
}
.datepicker.datepicker-dropdown.datepicker-orient-left.datepicker-orient-bottom {
  margin-top: 31px;
}
.datepicker.datepicker-dropdown .table-condensed > thead > tr > th {
  text-align: center;
  padding-top: 15px;
  cursor: pointer;
  color: #444444;
}
.datepicker.datepicker-dropdown .table-condensed > thead > tr > th.datepicker-switch,
.datepicker.datepicker-dropdown .table-condensed > thead > tr > th.prev,
.datepicker.datepicker-dropdown .table-condensed > thead > tr > th.next {
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #ebebeb;
  color: #444444;
  text-transform: uppercase;
  font-size: 18px;
  padding-top: 5px;
}
.datepicker.datepicker-dropdown .table-condensed > tbody > tr > td {
  cursor: pointer;
  text-align: center;
  padding: 5px 15px;
}
.datepicker.datepicker-dropdown .table-condensed > tbody > tr > td span.active,
.datepicker.datepicker-dropdown .table-condensed > tbody > tr > td span.focused {
  background: #3e85ee;
  color: #ffffff;
}
.datepicker.datepicker-dropdown .table-condensed > tbody > tr > td.today,
.datepicker.datepicker-dropdown .table-condensed > tbody > tr > td.active {
  background: #111111;
  color: #ffffff;
}
.datepicker.datepicker-dropdown .table-condensed > tbody > tr > td.active {
  background: #3e85ee;
}
.datepicker.datepicker-dropdown .table-condensed > tbody > tr > td:hover {
  background: transparent;
  color: #3e85ee;
}
.datepicker > div {
  display: block;
}
/***************************************************************** 
404 PAGE
********************************************************************/
body.error404 {
  overflow: hidden;
}
.error-page-content {
  background: #111111;
  position: fixed;
  top: 0;
  padding: 25px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100001;
}
.error-page-content.dark {
  background: #fafafa;
}
.error-page-content.dark .left-part {
  background: #222222;
}
.error-page-content.dark .left-part h1,
.error-page-content.dark .left-part h3 {
  color: #ffffff;
}
.error-page-content.dark .right-part .search-form input {
  background: #ebebeb;
}
.error-page-content.dark .right-part .search-form input:focus {
  -o-box-shadow: 0 0 0 2px #ffffff;
  -ms-box-shadow: 0 0 0 2px #ffffff;
  -moz-box-shadow: 0 0 0 2px #ffffff;
  -webkit-box-shadow: 0 0 0 2px #ffffff;
  box-shadow: 0 0 0 2px #ffffff;
  background: #dedede;
  border: none;
}
.error-page-content.dark .right-part h2,
.error-page-content.dark .right-part h3 {
  color: #444444;
}
.error-page-content.dark .right-part .fancy-list li:before {
  color: #444444;
}
.error-page-content.dark .right-part .fancy-list li a {
  color: #444444 !important;
}
.error-page-content .button {
  padding-top: 8px;
  padding-bottom: 8px;
}
.error-page-content .left-part {
  position: fixed;
  top: 0px;
  background: #ffffff;
  left: 0px;
  width: calc(50% - 30px);
  height: 100%;
}
.error-page-content .left-part .logo {
  max-width: 100%;
  margin-bottom: 100px;
  text-align: center;
  height: 50px;
}
.error-page-content .left-part .logo a {
  float: none;
}
.error-page-content .left-part .logo a img {
  background: transparent;
  padding: 10px;
  max-width: 250px;
  max-height: 50px;
}
.error-page-content .left-part .inner-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 45%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.error-page-content .left-part h1 {
  margin: 0 0 10px 0;
  color: #444444;
}
.error-page-content .right-part {
  position: fixed;
  left: calc(50% + 15px);
  top: 15px;
  padding: 15px;
  height: calc(100% - 30px);
  width: calc(50% - 30px);
  padding-top: 200px;
}
.error-page-content .right-part h2,
.error-page-content .right-part h3 {
  color: rgba(255, 255, 255, 0.5);
}
.error-page-content .right-part .search-form {
  display: inline-block;
  min-width: 100%;
}
.error-page-content .right-part .search-form input {
  border: none;
}
.error-page-content .right-part .search-form input:focus {
  border: none;
}
.error-page-content .right-part .search-form button {
  background: transparent;
}
.error-page-content .right-part .search-form button i {
  background-color: transparent;
}
.error-page-content .right-part .fancy-list li {
  margin-bottom: 15px;
}
.error-page-content .right-part .fancy-list li:before {
  color: #ffffff;
}
@media (max-width: 767px) {
  .error-page-content {
    padding: 0;
  }
  .error-page-content .left-part,
  .error-page-content .right-part {
    width: 100%;
  }
  .error-page-content .left-part {
    position: relative;
    height: 50vh;
  }
  .error-page-content .left-part .logo {
    justify-content: center;
    margin-bottom: 50px;
  }
  .error-page-content .left-part .inner-content {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative;
    padding-top: 10px;
    top: 0;
  }
  .error-page-content .right-part {
    position: relative;
    left: 0;
    padding: 20px;
  }
  .error-page-content .fancy-list {
    margin-bottom: 0;
  }
}
/*****************************************************************
Single Post
********************************************************************/
.single .site-content {
  background-color: #fafafa;
  padding: 30px 0;
  padding-right: 60px;
  padding-left: 60px;
}
.single article {
  padding-right: 30px;
}
@media (min-width: 1500px) {
  .single .site-content {
    padding-right: 210px;
    padding-left: 90px;
  }
  .single article {
    padding-right: 90px;
  }
  .single article .article-inner .post-content {
    padding-left: 60px;
  }
}
@media (max-width: 1199px) {
  .single .site-content {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .single .site-content {
    padding: 20px 0;
    padding-right: 0px;
    padding-left: 0px;
  }
  .single article {
    padding-right: 0px;
  }
  .single article .article-inner .post-content {
    padding-left: 0;
  }
}
/*****************************************************************
Single Page
********************************************************************/
.search-page {
  background: #f4f4f4;
}
.search-page .multi-rows .stripe.light {
  background: #ebebeb;
}
.page-article {
  padding-bottom: 60px;
}
.page-article .esm-my-account a,
.page-article .esm-plans a,
.page-article .esm-checkout a,
.page-article .esm-my-account a:hover,
.page-article .esm-plans a:hover,
.page-article .esm-checkout a:hover,
.page-article .esm-my-account a:focus,
.page-article .esm-plans a:focus,
.page-article .esm-checkout a:focus {
  text-decoration: none;
}
.page-article a {
  text-decoration: underline;
  text-decoration-color: rgba(62, 133, 238, 0.7);
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}
.page-article a:hover,
.page-article a:focus {
  color: #777777;
  text-decoration: underline;
  text-decoration-color: #777777;
}
/*************************************************************
HOME PAGE
**************************************************************/
.featured-articles {
  background-color: transparent;
  background-repeat: repeat;
  background-position: center center;
  background-size: auto;
  background-image: url('images/sos.png');
  padding-bottom: 40px;
}
.featured-articles .article .article-inner {
  background: #ffffff;
  position: relative;
  display: block;
  padding-bottom: 50px;
  border: 1px solid #ebebeb;
  border-bottom-width: 3px;
  border-bottom-color: #dedede;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.featured-articles .article .article-inner:after,
.featured-articles .article .article-inner a.read-more::before {
  content: '';
  position: absolute;
  left: 0px;
  bottom: -3px;
  width: 100%;
  border-bottom: 3px solid #222222;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
}
.featured-articles .article .article-inner h3 {
  margin-top: 10px;
  font-family: 'Inter Tight', sans-serif;
}
.featured-articles .article .article-inner h3 a {
  color: #444444;
}
.featured-articles .article .article-inner h3 a:hover {
  color: #222222;
}
.featured-articles .article .article-inner:hover:after,
.featured-articles .article .article-inner:hover a.read-more::before {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.featured-articles .article .article-inner:hover h3 a {
  color: #222222;
}
.featured-articles .article .article-inner:hover a.read-more {
  color: #444444;
}
.featured-articles .article .article-inner img {
  width: 100%;
  -o-box-shadow: 0 2px 0 #f4f4f4;
  -ms-box-shadow: 0 2px 0 #f4f4f4;
  -moz-box-shadow: 0 2px 0 #f4f4f4;
  -webkit-box-shadow: 0 2px 0 #f4f4f4;
  box-shadow: 0 2px 0 #f4f4f4;
  height: auto;
}
.featured-articles .article .article-inner .article-content {
  padding: 0 25px 25px;
}
.featured-articles .article .article-inner .article-content .posted-on {
  text-align: left;
  position: relative;
  margin: 0px 0px 0px;
  top: -13px;
  color: #ffffff;
}
.featured-articles .article .article-inner .article-content .posted-on a {
  display: inline-block;
  font-weight: 500;
  line-height: 20px;
  font-size: 12px;
  background: #222222;
  color: #ffffff;
  padding: 3px 10px;
}
.featured-articles .article .article-inner .article-content .post-author-info {
  color: #444444;
  font-family: 'Inter Tight', sans-serif;
}
.featured-articles .article .article-inner .article-content .post-author-info a {
  color: #444444;
}
.featured-articles .article .article-inner .article-content .post-author-info a:hover {
  color: #3e85ee;
}
.featured-articles .article .article-inner a.read-more {
  position: absolute;
  display: block;
  padding: 15px 25px;
  border-top: 2px solid #ebebeb;
  color: #3e85ee;
  font-family: 'Inter', sans-serif;
  margin: 0 -25px 0;
  bottom: 0;
  width: 100%;
}
.featured-articles .article .article-inner a.read-more:before {
  bottom: auto;
  border-bottom: 2px solid #222222;
  top: -2px !important;
}
/*****************************************************************
Contact Page
********************************************************************/
.contact-form-wrapper .google-captcha-response:empty {
  display: none;
}
/*****************************************************************
Team
********************************************************************/
.socials a {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  color: #ffffff;
  background: #999999;
  display: inline-block;
  line-height: 20px;
  width: 20px;
  font-size: 12px;
  text-align: center;
  margin-right: 5px;
}
.socials a:hover {
  text-decoration: underline;
  background: #3e85ee;
}
.team-wrapper {
  padding: 15px 0;
}
.team-wrapper .row {
  text-align: left;
  margin: 0 -15px;
}
.team-wrapper .member {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  margin-bottom: 30px;
  border: 1px solid #ebebeb;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
  padding: 30px;
}
.team-wrapper .member img {
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -o-box-shadow: 0 0 42px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 42px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 42px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 42px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 42px 2px rgba(0, 0, 0, 0.1);
  border: 7px solid #ffffff;
  max-width: 150px;
}
.team-wrapper .member .edit-link {
  opacity: 0.4;
  filter: alpha(opacity=40);
  color: #ffffff;
  background: #000000;
  text-align: center;
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 101;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
}
.team-wrapper .member .member-right {
  padding: 30px 30px 30px 10px;
}
.team-wrapper .member .member-right p {
  margin: 0;
}
.team-wrapper .member .member-right .member-content p {
  margin-bottom: 30px;
}
.team-wrapper .member .detail {
  background: transparent;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  min-height: 40px;
  padding: 0 0 15px;
  padding-bottom: 30px;
  position: relative;
}
.team-wrapper .member .detail h3,
.team-wrapper .member .detail h4 {
  margin: 0;
  left: 0;
}
.team-wrapper .member .detail h3 {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
}
.team-wrapper .member .detail h4 {
  font-weight: 600;
  position: relative;
}
.team-wrapper .member .socials {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  top: -3px;
  position: relative;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .team-wrapper {
    padding: 0;
  }
  .team-wrapper .member {
    margin-bottom: 24px;
  }
  .team-wrapper .member .member-right {
    padding: 20px 0;
  }
}
/*****************************************************************
Team Single
********************************************************************/
.single-bec_team .page-header-breadcrumbs {
  position: absolute;
  width: 100%;
}
#primary.content-area.team-single {
  padding-top: 0;
}
#primary.content-area.team-single .member-banner {
  background: #ebebeb;
  padding: 20px 0 70px;
}
#primary.content-area.team-single .member-banner .profile-photo {
  background-color: #ffffff;
}
#primary.content-area.team-single .member-banner .profile-photo .socials a {
  width: 25px;
  line-height: 25px;
  font-size: 13px;
}
#primary.content-area.team-single .member-banner .profile-photo .table {
  margin-bottom: 0;
}
#primary.content-area.team-single .member-banner .profile-photo .table tr td {
  text-transform: lowercase;
}
#primary.content-area.team-single .member-banner .profile-photo .table tr td,
#primary.content-area.team-single .member-banner .profile-photo .table tr th {
  padding: 12px;
}
#primary.content-area.team-single .member-banner h1,
#primary.content-area.team-single .member-banner h4 {
  line-height: 1;
  padding-left: 35px;
}
#primary.content-area.team-single .article .article-inner {
  -o-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: 0;
  background-color: transparent;
}
#primary.content-area.team-single .article .article-inner:after {
  content: none;
}
@media (min-width: 768px) {
  #primary.content-area.team-single {
    position: relative;
    padding-top: 0;
  }
  #primary.content-area.team-single .member-banner .profile-photo {
    z-index: 101;
    position: absolute;
    width: 28%;
    right: 0;
    top: -20px;
  }
  #primary.content-area.team-single .member-banner h1 {
    font-size: 45px;
  }
  #primary.content-area.team-single .article .article-inner {
    min-height: 500px;
    border-width: 0;
    padding-left: 35px;
  }
}
@media (max-width: 767px) {
  #primary.content-area.team-single .member-banner {
    padding: 0 0 23px;
  }
  #primary.content-area.team-single .member-banner > .container-fluid {
    padding: 0;
  }
  .team-wrapper .col-sm-4 .member .detail {
    bottom: 0;
    position: relative;
  }
  .team-wrapper .col-sm-4 .member:hover .detail {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
/*************************************************************
 STORE LOCATOR
**************************************************************/
.store-locator #primary.content-area {
  padding: 0;
}
.store_locator_plus #sl_div {
  position: relative;
}
.store_locator_plus .slp_search_form {
  position: absolute;
  right: 0;
  background: #f4f4f4;
  padding: 10px 10px 8px;
  margin: 0 0 15px;
  border-bottom: 1px solid #dedede;
  width: 30%;
}
.store_locator_plus .slp_search_form label {
  line-height: 40px;
  margin: 0 !important;
  background: #e0e0e0;
  text-align: center !important;
}
.store_locator_plus .slp_search_form input {
  padding: 0 10px;
  height: 40px;
  width: 100%;
  border: 1px solid #dedede;
}
.store_locator_plus .slp_search_form select {
  padding: 0 10px;
  width: 100%;
  border: 1px solid #dedede;
}
.store_locator_plus .slp_search_form #addy_in_radius,
.store_locator_plus .slp_search_form #radius_in_submit,
.store_locator_plus .slp_search_form #addy_in_address {
  padding: 0;
}
.store_locator_plus .slp_search_form #addy_in_address {
  padding: 0;
}
.store_locator_plus .slp_search_form #radius_in_submit {
  display: block;
}
.store_locator_plus .slp_search_form #radius_in_submit .slp_ui_button {
  margin: 0;
  background: #3e85ee;
  padding: 0 15px;
  color: white;
  border: none;
  display: inline-block;
}
.store_locator_plus #map.slp_map {
  float: left;
  width: 70%;
  border: 10px solid #e0e0e0;
}
.store_locator_plus div#slp_tagline {
  display: none;
}
.store_locator_plus #map_sidebar {
  float: left;
  width: 30%;
  overflow-y: auto;
  max-height: 800px;
}
.store_locator_plus .slp_results_container {
  padding-top: 105px;
}
.store_locator_plus .slp_results_container .results_wrapper {
  margin: 0;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  -ms-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-width: 0;
  border-bottom: 1px solid #dedede;
  background: #f4f4f4;
}
.store_locator_plus .slp_results_container .results_wrapper:hover {
  background: #ffffff;
  border-width: 0;
  border-bottom: 1px solid #dedede;
}
.store_locator_plus .slp_results_container .results_wrapper .results_row_left_column .location_name {
  color: #444444;
  font-weight: bold;
}
@media (max-width: 767px) {
  .store_locator_plus {
    margin: 0 !important;
  }
  .store_locator_plus #map.slp_map {
    display: none;
  }
  .store_locator_plus #map_sidebar {
    width: 100%;
    min-height: 400px;
    padding: 0;
  }
  .store_locator_plus .slp_search_form {
    width: calc(100% + 30px);
    position: relative;
    display: block;
    margin: 0 -15px 15px -15px;
  }
  .store_locator_plus .slp_search_form .search_box .search_item {
    display: block;
  }
  .store_locator_plus .slp_search_form .search_box #addy_in_radius {
    padding-left: 0;
  }
  .store_locator_plus .slp_search_form .search_box #addy_in_address {
    display: flex;
  }
}
/*****************************************************************
Woocommerce
********************************************************************/
.shop-widgets {
  margin: 0;
  background: #f4f4f4;
}
.shop-widgets .container {
  border: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.shop-widgets .widget-title {
  color: #222222;
}
.shop-widgets a {
  color: #3e85ee;
  font-weight: 600;
}
/*************************************************************
SHOP | PRODUCT ARCHIVES
**************************************************************/
.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
  font-size: 13px;
  color: #444444;
}
.woocommerce ul.products,
.woocommerce-page ul.products {
  padding: 0;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  position: relative;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -o-box-shadow: 0 -70px 0 0 #f4f4f4 inset, 0 -74px 0 0 #222222 inset;
  -ms-box-shadow: 0 -70px 0 0 #f4f4f4 inset, 0 -74px 0 0 #222222 inset;
  -moz-box-shadow: 0 -70px 0 0 #f4f4f4 inset, 0 -74px 0 0 #222222 inset;
  -webkit-box-shadow: 0 -70px 0 0 #f4f4f4 inset, 0 -74px 0 0 #222222 inset;
  box-shadow: 0 -70px 0 0 #f4f4f4 inset, 0 -74px 0 0 #222222 inset;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  text-align: center;
  margin: 0 3.9% -30px 0;
  clear: none;
  overflow: hidden;
  background: #ffffff;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
  font-size: 16px;
  font-weight: 600;
}
.woocommerce ul.products li.product.product-category,
.woocommerce-page ul.products li.product.product-category {
  margin-bottom: 0;
}
.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover {
  z-index: 2;
  position: relative;
  -o-box-shadow: 0 0 0 1px rgba(0,0,0,0.15) inset, 0 0 0px 10px #fff, 0 0 8px 15px rgba(0,0,0,0.12);
  -ms-box-shadow: 0 0 0 1px rgba(0,0,0,0.15) inset, 0 0 0px 10px #fff, 0 0 8px 15px rgba(0,0,0,0.12);
  -moz-box-shadow: 0 0 0 1px rgba(0,0,0,0.15) inset, 0 0 0px 10px #fff, 0 0 8px 15px rgba(0,0,0,0.12);
  -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,0.15) inset, 0 0 0px 10px #fff, 0 0 8px 15px rgba(0,0,0,0.12);
  box-shadow: 0 0 0 1px rgba(0,0,0,0.15) inset, 0 0 0px 10px #fff, 0 0 8px 15px rgba(0,0,0,0.12);
}
.woocommerce ul.products li.product:hover .add_to_cart_button,
.woocommerce-page ul.products li.product:hover .add_to_cart_button,
.woocommerce ul.products li.product:hover .added_to_cart,
.woocommerce-page ul.products li.product:hover .added_to_cart,
.woocommerce ul.products li.product:hover .view_product,
.woocommerce-page ul.products li.product:hover .view_product {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.woocommerce ul.products li.product:hover .add-cart-divider,
.woocommerce-page ul.products li.product:hover .add-cart-divider {
  background: #dedede;
}
.woocommerce ul.products li.product:hover .onsale,
.woocommerce-page ul.products li.product:hover .onsale {
  right: 6px;
}
.woocommerce ul.products li.product:hover a .woo-thumbnail,
.woocommerce-page ul.products li.product:hover a .woo-thumbnail {
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img {
  border: none;
}
.woocommerce ul.products li.product .divider,
.woocommerce-page ul.products li.product .divider {
  max-width: 40px;
  height: 3px;
  background: #ccc;
  margin: 10px auto 0;
}
.woocommerce ul.products li.product .add-cart-divider,
.woocommerce-page ul.products li.product .add-cart-divider {
  height: 1px;
  background: #ffffff;
  display: block;
  position: relative;
  top: 16px;
  z-index: -1;
  -webkit-transition: all 0.75s ease-out;
  -moz-transition: all 0.75s ease-out;
  -o-transition: all 0.75s ease-out;
  -ms-transition: all 0.75s ease-out;
  transition: all 0.75s ease-out;
  -moz-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  -ms-transition-delay: 0.25s;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.woocommerce ul.products li.product .star-rating,
.woocommerce-page ul.products li.product .star-rating {
  margin: 0 auto 5px;
}
.woocommerce ul.products li.product .star-rating span,
.woocommerce-page ul.products li.product .star-rating span {
  float: none;
}
.woocommerce ul.products li.product .add_to_cart_button,
.woocommerce-page ul.products li.product .add_to_cart_button,
.woocommerce ul.products li.product .added_to_cart,
.woocommerce-page ul.products li.product .added_to_cart,
.woocommerce ul.products li.product .view_product,
.woocommerce-page ul.products li.product .view_product {
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  display: block;
  border: none;
  color: #ffffff !important;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 auto 10px;
  background: #3e85ee;
  width: 80%;
  font-size: 13px;
  -webkit-transform: translate(0, 15px);
  -ms-transform: translate(0, 15px);
  transform: translate(0, 15px);
}
.woocommerce ul.products li.product .added_to_cart,
.woocommerce-page ul.products li.product .added_to_cart {
  background: #ffffff;
  padding: 5px 0;
  text-transform: uppercase;
  font-weight: 600;
  color: #222222 !important;
  border: 2px solid #222222;
  position: absolute;
  top: 40%;
  left: 10%;
}
.woocommerce ul.products li.product .view_product,
.woocommerce-page ul.products li.product .view_product {
  background: #111111 !important;
}
.woocommerce ul.products li.product.last.product,
.woocommerce-page ul.products li.product.last.product {
  margin: 0 0 -35px 0;
}
.woocommerce ul.products li.product .onsale,
.woocommerce-page ul.products li.product .onsale {
  background: #3e85ee;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 6px 9px;
  line-height: 1;
  min-height: 1px;
  top: 6px;
  right: -37px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.woocommerce ul.products li.product .onsale i,
.woocommerce-page ul.products li.product .onsale i {
  margin: 0 8px 0 0;
}
.woocommerce ul.products li.product.product-category h3,
.woocommerce-page ul.products li.product.product-category h3 {
  opacity: 0;
  filter: alpha(opacity=0);
  background: #f4f4f4;
  -webkit-transition: all 0.75s ease-in-out;
  -moz-transition: all 0.75s ease-in-out;
  -o-transition: all 0.75s ease-in-out;
  -ms-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
}
.woocommerce ul.products li.product.product-category h3 mark.count,
.woocommerce-page ul.products li.product.product-category h3 mark.count {
  background: none;
}
.woocommerce ul.products li.product.product-category:hover h3,
.woocommerce-page ul.products li.product.product-category:hover h3 {
  opacity: 1;
  filter: alpha(opacity=100);
}
.woocommerce ul.products li.product.last,
.woocommerce-page ul.products li.product.last {
  margin-right: 0;
}
.woocommerce ul.products li.product.columns-2,
.woocommerce-page ul.products li.product.columns-2 {
  width: 48%;
  margin-right: 4%;
}
.woocommerce ul.products li.product.columns-3,
.woocommerce-page ul.products li.product.columns-3 {
  width: 30%;
  margin-right: 5%;
}
.woocommerce ul.products li.product .price > del,
.woocommerce-page ul.products li.product .price > del,
.woocommerce ul.products li.product .price > ins,
.woocommerce-page ul.products li.product .price > ins {
  display: inline-block;
  color: #444444;
  font-size: 16px;
}
.woocommerce ul.products li.product .price > del,
.woocommerce-page ul.products li.product .price > del {
  color: #222222;
  opacity: 1;
  filter: alpha(opacity=100);
  font-size: 13px;
}
.woocommerce .woo-pagination .pagination,
.woocommerce-page .woo-pagination .pagination {
  margin: 51px auto 0;
}
@media (max-width: 767px) {
  .woocommerce .woocommerce-result-count,
  .woocommerce-page .woocommerce-result-count {
    width: 100%;
    text-align: center;
  }
  .woocommerce .woocommerce-ordering,
  .woocommerce-page .woocommerce-ordering {
    float: none;
    margin: 0 auto 8px;
    display: block;
    clear: both;
    text-align: center;
  }
}
/*************************************************************
  SHOP SLIDER
  **************************************************************/
.woocommerce .product-main-body,
.woocommerce-page .product-main-body {
  background: #f4f4f4;
  padding: 10px 0 30px;
  border-bottom: 7px solid #dedede;
}
.woocommerce .product-main-body #slider .owl-buttons,
.woocommerce-page .product-main-body #slider .owl-buttons {
  position: absolute;
  top: 35%;
  width: 100%;
}
.woocommerce .product-main-body #slider .owl-buttons div,
.woocommerce-page .product-main-body #slider .owl-buttons div {
  position: absolute;
  background: none;
  color: #444444;
  font-size: 36px;
}
.woocommerce .product-main-body #slider .owl-buttons div.owl-prev,
.woocommerce-page .product-main-body #slider .owl-buttons div.owl-prev {
  left: 0;
}
.woocommerce .product-main-body #slider .owl-buttons div.owl-next,
.woocommerce-page .product-main-body #slider .owl-buttons div.owl-next {
  right: 0;
}
.woocommerce .product-main-body #slider .owl-controls,
.woocommerce-page .product-main-body #slider .owl-controls {
  margin-top: 50px;
}
.woocommerce .product-main-body #slider .owl-controls .owl-pagination .owl-page span,
.woocommerce-page .product-main-body #slider .owl-controls .owl-pagination .owl-page span {
  background: #dedede;
  -o-box-shadow: 0 0 0 2px #fff, 0 0 0 3px #bbbbbb;
  -ms-box-shadow: 0 0 0 2px #fff, 0 0 0 3px #bbbbbb;
  -moz-box-shadow: 0 0 0 2px #fff, 0 0 0 3px #bbbbbb;
  -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 3px #bbbbbb;
  box-shadow: 0 0 0 2px #fff, 0 0 0 3px #bbbbbb;
}
.woocommerce .product-main-body #slider .owl-controls .owl-pagination .owl-page.active span,
.woocommerce-page .product-main-body #slider .owl-controls .owl-pagination .owl-page.active span {
  background: #111111;
  -o-box-shadow: 0 0 0 2px #fff, 0 0 0 3px #3f3f3f;
  -ms-box-shadow: 0 0 0 2px #fff, 0 0 0 3px #3f3f3f;
  -moz-box-shadow: 0 0 0 2px #fff, 0 0 0 3px #3f3f3f;
  -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 3px #3f3f3f;
  box-shadow: 0 0 0 2px #fff, 0 0 0 3px #3f3f3f;
}
.woocommerce .product-main-body #slider .product-picture img,
.woocommerce-page .product-main-body #slider .product-picture img {
  width: 100%;
}
.woocommerce .product-main-body #slider .product-content h3,
.woocommerce-page .product-main-body #slider .product-content h3 {
  margin: 0 0 15px;
}
.woocommerce .product-main-body #slider .product-content span.price del,
.woocommerce-page .product-main-body #slider .product-content span.price del {
  color: #222222;
}
.woocommerce .product-main-body #slider .product-content .add_to_cart_button,
.woocommerce-page .product-main-body #slider .product-content .add_to_cart_button {
  background: #3e85ee;
  color: #ffffff;
  border: none;
  text-transform: uppercase;
  padding: 10px 15px;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  display: inline-block;
  margin-top: 0px;
}
.woocommerce .product-main-body #slider .product-content .variations,
.woocommerce-page .product-main-body #slider .product-content .variations {
  margin-bottom: 15px;
}
.woocommerce .product-main-body #slider .product-content .variations tr td.label,
.woocommerce-page .product-main-body #slider .product-content .variations tr td.label {
  padding: 18px 10px;
}
.woocommerce .product-main-body #slider .product-content .single_variation_wrap .single_add_to_cart_button,
.woocommerce-page .product-main-body #slider .product-content .single_variation_wrap .single_add_to_cart_button {
  float: left !important;
}
.woocommerce .product-main-body #slider .product-content .single_variation_wrap .woocommerce-variation-price,
.woocommerce-page .product-main-body #slider .product-content .single_variation_wrap .woocommerce-variation-price {
  margin: 15px 0 0;
}
/*************************************************************
SINGLE PRODUCT
**************************************************************/
.woocommerce div.product .woocommerce-review-link,
.woocommerce-page div.product .woocommerce-review-link {
  color: #444444;
}
.woocommerce div.product form.cart .variations,
.woocommerce-page div.product form.cart .variations {
  border: 1px solid #f4f4f4;
}
.woocommerce div.product form.cart .variations select,
.woocommerce-page div.product form.cart .variations select {
  min-width: 100%;
}
.woocommerce div.product form.cart .single_add_to_cart_button,
.woocommerce-page div.product form.cart .single_add_to_cart_button,
.woocommerce div.product form.cart .checkout-button,
.woocommerce-page div.product form.cart .checkout-button {
  margin: 0 10px;
}
.woocommerce div.product div.images,
.woocommerce-page div.product div.images {
  width: 40%;
}
.woocommerce div.product div.images div.thumbnails,
.woocommerce-page div.product div.images div.thumbnails {
  margin-top: 10px;
  padding: 0;
  position: relative;
  text-align: center;
}
.woocommerce div.product div.images div.thumbnails img,
.woocommerce-page div.product div.images div.thumbnails img {
  margin: auto;
}
.woocommerce div.product div.images div.thumbnails .owl-buttons,
.woocommerce-page div.product div.images div.thumbnails .owl-buttons {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 100%;
}
.woocommerce div.product div.images div.thumbnails .owl-buttons div,
.woocommerce-page div.product div.images div.thumbnails .owl-buttons div {
  bottom: 100%;
  position: absolute;
  font-size: 20px;
  height: 100%;
  background: #dedede;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  opacity: 0.95;
  filter: alpha(opacity=95);
  margin: 0;
}
.woocommerce div.product div.images div.thumbnails .owl-buttons div span,
.woocommerce-page div.product div.images div.thumbnails .owl-buttons div span {
  top: calc(50% - 10px);
  color: #444444;
}
.woocommerce div.product div.images div.thumbnails .owl-buttons div:hover,
.woocommerce-page div.product div.images div.thumbnails .owl-buttons div:hover {
  background: #3e85ee;
}
.woocommerce div.product div.images div.thumbnails .owl-buttons div:hover span,
.woocommerce-page div.product div.images div.thumbnails .owl-buttons div:hover span {
  color: #ffffff;
}
.woocommerce div.product div.images div.thumbnails .owl-buttons div.owl-prev,
.woocommerce-page div.product div.images div.thumbnails .owl-buttons div.owl-prev {
  left: 0;
}
.woocommerce div.product div.images div.thumbnails .owl-buttons div.owl-next,
.woocommerce-page div.product div.images div.thumbnails .owl-buttons div.owl-next {
  right: 0;
}
.woocommerce div.product div.images div.thumbnails .owl-wrapper-outer,
.woocommerce-page div.product div.images div.thumbnails .owl-wrapper-outer {
  width: calc(100%);
  overflow: hidden;
}
.woocommerce div.product div.images div.thumbnails .owl-wrapper-outer .owl-item,
.woocommerce-page div.product div.images div.thumbnails .owl-wrapper-outer .owl-item {
  padding: 0 2px;
}
.woocommerce div.product div.images div.thumbnails .owl-wrapper-outer .owl-item a,
.woocommerce-page div.product div.images div.thumbnails .owl-wrapper-outer .owl-item a {
  width: 100%;
  margin: 0;
}
.woocommerce div.product div.images div.thumbnails .owl-controls,
.woocommerce-page div.product div.images div.thumbnails .owl-controls {
  margin-top: 0;
}
.woocommerce div.product div.summary,
.woocommerce-page div.product div.summary {
  width: 56%;
}
.woocommerce div.product #social-share-wrapper,
.woocommerce-page div.product #social-share-wrapper {
  text-align: left;
  margin: 25px 0;
  float: left;
  width: 100%;
}
.woocommerce div.product #social-share-wrapper .social-share-links li,
.woocommerce-page div.product #social-share-wrapper .social-share-links li {
  padding: 0 5px 0 0;
  width: 33.33%;
  float: left;
  font-size: 15px;
}
.woocommerce div.product #social-share-wrapper .social-share-links li a,
.woocommerce-page div.product #social-share-wrapper .social-share-links li a {
  float: left;
  margin-right: 5px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  padding: 11px;
  font-size: 18px;
  background: #ffffff !important;
  color: #444444;
  border: 2px solid #444444;
}
.woocommerce div.product #social-share-wrapper .social-share-links li a:hover,
.woocommerce-page div.product #social-share-wrapper .social-share-links li a:hover {
  border: 2px solid #3e85ee;
  color: #3e85ee;
}
.woocommerce div.product #social-share-wrapper .social-share-links li span,
.woocommerce-page div.product #social-share-wrapper .social-share-links li span {
  margin-top: 9px;
  display: block;
  text-transform: uppercase;
  font-size: 13px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs,
.woocommerce-page div.product .woocommerce-tabs ul.tabs {
  padding: 0;
  margin: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li {
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  border-width: 1px 0px 1px 1px;
  float: left;
  background: #ebebeb;
  width: 33.33%;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:after {
  -o-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active {
  background: #3e85ee;
  border-top: 1px solid #3e85ee;
  border-bottom: 1px solid #3e85ee;
  color: #ffffff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active:after {
  -o-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li a {
  text-transform: uppercase;
  padding: 1em 0;
  width: 100%;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:first-child,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:first-child {
  border-left-width: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs:before,
.woocommerce div.product .woocommerce-tabs ul.tabs:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs:after {
  display: none;
}
.woocommerce div.product .woocommerce-tabs .panel,
.woocommerce-page div.product .woocommerce-tabs .panel {
  padding: 20px;
}
.woocommerce div.product .woocommerce-tabs .panel h2,
.woocommerce-page div.product .woocommerce-tabs .panel h2 {
  margin-top: 0;
}
.woocommerce div.product .woocommerce-tabs .panel #reviews #comments h2,
.woocommerce-page div.product .woocommerce-tabs .panel #reviews #comments h2 {
  color: #444444;
  font-size: 16px;
  text-transform: uppercase;
}
.woocommerce div.product .woocommerce-tabs .panel #reviews #comments ol.commentlist,
.woocommerce-page div.product .woocommerce-tabs .panel #reviews #comments ol.commentlist {
  padding-left: 0;
}
.woocommerce div.product .woocommerce-tabs .panel #reviews #comments ol.commentlist li .comment-text,
.woocommerce-page div.product .woocommerce-tabs .panel #reviews #comments ol.commentlist li .comment-text {
  background: #f4f4f4;
}
.woocommerce div.product .woocommerce-tabs .panel #reviews h3,
.woocommerce-page div.product .woocommerce-tabs .panel #reviews h3 {
  padding: 15px;
  font-weight: normal;
  background: #3e85ee;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 10px;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  padding: 10px 25px;
}
.woocommerce div.product .woocommerce-tabs .panel #reviews form .input-group-addon,
.woocommerce-page div.product .woocommerce-tabs .panel #reviews form .input-group-addon {
  font-weight: bold;
}
.woocommerce div.product .woocommerce-tabs .panel #reviews form .input-group-addon i.fa-asterisk,
.woocommerce-page div.product .woocommerce-tabs .panel #reviews form .input-group-addon i.fa-asterisk {
  color: #d45d5d;
}
.woocommerce div.product .woocommerce-tabs .panel #reviews form span.required,
.woocommerce-page div.product .woocommerce-tabs .panel #reviews form span.required {
  color: #d45d5d;
}
.woocommerce div.product .woocommerce-tabs .panel #reviews form #submit,
.woocommerce-page div.product .woocommerce-tabs .panel #reviews form #submit {
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #111111;
  color: #ffffff;
}
.woocommerce div.product .product_title,
.woocommerce-page div.product .product_title {
  color: #3e85ee;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 0;
}
.woocommerce div.product .woocommerce-product-rating,
.woocommerce-page div.product .woocommerce-product-rating {
  margin-bottom: 5px;
}
.woocommerce div.product .price span,
.woocommerce-page div.product .price span {
  color: #3e85ee;
  font-size: 15px;
}
.woocommerce div.product .price ins,
.woocommerce-page div.product .price ins {
  display: inline-block;
  padding: 5px;
  color: #444444;
}
.woocommerce div.product .price ins span,
.woocommerce-page div.product .price ins span {
  font-size: 16px;
  padding: 0 3px;
  color: #444444;
}
.woocommerce div.product .price del,
.woocommerce-page div.product .price del {
  background: #ffffff;
  opacity: 0.75 !important;
  filter: alpha(opacity=75) !important;
  padding: 5px;
}
.woocommerce div.product .star-rating,
.woocommerce-page div.product .star-rating {
  color: #3e85ee;
}
.woocommerce div.product .star-rating span,
.woocommerce-page div.product .star-rating span {
  color: #222222;
}
.woocommerce div.product p.stars a:after,
.woocommerce-page div.product p.stars a:after {
  color: #444444;
}
.woocommerce div.product .related.products,
.woocommerce-page div.product .related.products {
  margin-top: 35px;
  clear: both;
}
.woocommerce div.product .related h2,
.woocommerce-page div.product .related h2 {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.woocommerce div.product .onsale,
.woocommerce-page div.product .onsale {
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  min-height: 10px;
  line-height: 1.5;
  left: 0;
  top: 0;
  background: #3e85ee;
  padding: 5px 15px;
}
.woocommerce .back-to-shop-link,
.woocommerce-page .back-to-shop-link {
  margin-bottom: 15px;
  display: block;
  font-size: 14px;
}
@media (max-width: 767px) {
  .woocommerce div.product div.images,
  .woocommerce-page div.product div.images {
    width: 100%;
  }
  .woocommerce div.product div.summary,
  .woocommerce-page div.product div.summary {
    width: 100%;
    clear: both;
    margin-top: 15px;
    float: left;
  }
}
@media (max-width: 400px) {
  .woocommerce div.product form.cart .single_add_to_cart_button,
  .woocommerce-page div.product form.cart .single_add_to_cart_button,
  .woocommerce div.product form.cart .checkout-button,
  .woocommerce-page div.product form.cart .checkout-button {
    margin: 0 0 10px;
    width: 100%;
  }
}
/*************************************************************
WOO CHECKOUT
**************************************************************/
.woocommerce form.login,
.woocommerce-page form.login,
.woocommerce form.checkout_coupon,
.woocommerce-page form.checkout_coupon {
  background: #ffffff;
}
.woocommerce form.login .form-row,
.woocommerce-page form.login .form-row,
.woocommerce form.checkout_coupon .form-row,
.woocommerce-page form.checkout_coupon .form-row {
  width: 49.5%;
  padding: 5px 0 0;
}
.woocommerce form.login .form-row.form-row-last,
.woocommerce-page form.login .form-row.form-row-last,
.woocommerce form.checkout_coupon .form-row.form-row-last,
.woocommerce-page form.checkout_coupon .form-row.form-row-last {
  float: left;
  margin-left: 10px;
}
.woocommerce form.login .form-row .button,
.woocommerce-page form.login .form-row .button,
.woocommerce form.checkout_coupon .form-row .button,
.woocommerce-page form.checkout_coupon .form-row .button {
  margin-right: 10px;
}
.woocommerce .woocommerce-checkout .select2-container--default .select2-selection--single,
.woocommerce-page .woocommerce-checkout .select2-container--default .select2-selection--single {
  border: 1px solid #dedede;
  height: 40px;
  padding: 5px;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.woocommerce .woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow,
.woocommerce-page .woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px;
  right: 9px;
}
.woocommerce .woocommerce-checkout .woocommerce-shipping-fields h3 label,
.woocommerce-page .woocommerce-checkout .woocommerce-shipping-fields h3 label {
  margin: 0;
  font-weight: normal;
  line-height: 1;
}
.woocommerce .woocommerce-checkout .woocommerce-shipping-fields h3 label:before,
.woocommerce-page .woocommerce-checkout .woocommerce-shipping-fields h3 label:before,
.woocommerce .woocommerce-checkout .woocommerce-shipping-fields h3 label:after,
.woocommerce-page .woocommerce-checkout .woocommerce-shipping-fields h3 label:after {
  font-size: 19px;
  margin-top: 3px;
}
.woocommerce .woocommerce-checkout #payment ul.payment_methods,
.woocommerce-page .woocommerce-checkout #payment ul.payment_methods {
  background: #ffffff;
}
.woocommerce .woocommerce-checkout #payment div.payment_box,
.woocommerce-page .woocommerce-checkout #payment div.payment_box {
  background: #f4f4f4;
}
.woocommerce .woocommerce-checkout #payment div.payment_box:before,
.woocommerce-page .woocommerce-checkout #payment div.payment_box:before {
  border-color: transparent transparent #f4f4f4 transparent;
}
.woocommerce .woocommerce-checkout #payment div.form-row,
.woocommerce-page .woocommerce-checkout #payment div.form-row {
  background: #ffffff;
}
.woocommerce .woocommerce-checkout .select2-container .select2-choice,
.woocommerce-page .woocommerce-checkout .select2-container .select2-choice {
  height: 45px;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.woocommerce .woocommerce-checkout .select2-container .select2-choice span,
.woocommerce-page .woocommerce-checkout .select2-container .select2-choice span {
  margin-top: 5px;
}
.woocommerce .woocommerce-checkout .select2-container .select2-choice span.select2-arrow,
.woocommerce-page .woocommerce-checkout .select2-container .select2-choice span.select2-arrow {
  margin: 0;
}
.woocommerce .woocommerce-checkout #order_review table,
.woocommerce-page .woocommerce-checkout #order_review table {
  background: #ffffff;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.woocommerce .woocommerce-checkout #order_review table thead th,
.woocommerce-page .woocommerce-checkout #order_review table thead th {
  background: #f4f4f4;
}
.woocommerce.woocommerce-checkout .site-content,
.woocommerce-page.woocommerce-checkout .site-content {
  background: #ffffff;
}
.woocommerce .back-to-shop,
.woocommerce-page .back-to-shop {
  padding: 30px 0;
}
.woocommerce .back-to-shop .button,
.woocommerce-page .back-to-shop .button {
  color: #3e85ee !important;
  border: 2px solid #3e85ee;
  background: transparent !important;
  border-radius: 20px;
  padding: 10px 25px;
}
/*************************************************************
WOO CHECKOUT
**************************************************************/
.woocommerce .cart_totals a.button.checkout-button,
.woocommerce-page .cart_totals a.button.checkout-button {
  background: #111111 !important;
  margin-left: 0;
  padding: 11px;
  font-size: 17px;
}
.woocommerce.woocommerce-cart .site-content,
.woocommerce-page.woocommerce-cart .site-content {
  background: #f4f4f4;
  padding-bottom: 50px;
}
.woocommerce.woocommerce-cart ul#shipping_method li label,
.woocommerce-page.woocommerce-cart ul#shipping_method li label {
  padding-left: 0;
}
.woocommerce.woocommerce-cart table.cart img,
.woocommerce-page.woocommerce-cart table.cart img {
  width: 80px;
}
/*************************************************************
ORDER RECEIVED
**************************************************************/
.woocommerce .woocommerce-order,
.woocommerce-page .woocommerce-order {
  padding-top: 25px;
}
.woocommerce h2,
.woocommerce-page h2 {
  font-weight: 500;
  text-transform: uppercase;
  color: #3e85ee;
  font-size: 25px;
}
.woocommerce .woocommerce-thankyou-order-received,
.woocommerce-page .woocommerce-thankyou-order-received {
  font-size: 21px;
  color: #4cae4c;
  font-weight: 700;
}
.woocommerce ul.order_details,
.woocommerce-page ul.order_details {
  border: 1px solid #dedede;
}
.woocommerce ul.order_details li,
.woocommerce-page ul.order_details li {
  padding: 15px;
}
/*************************************************************
WOO Addons Popup
**************************************************************/
.woo-addons-popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100001;
  background: rgba(0, 0, 0, 0.5);
  padding: 50px;
}
.woo-addons-popup .close-popup {
  position: absolute;
  right: 70px;
  top: 70px;
  border: none;
  color: #d45d5d;
  font-size: 20px;
  background: #ffffff;
}
.woo-addons-popup > .products {
  background: #ffffff;
  padding: 20px;
  height: 100%;
}
.shop-banner-wrapper {
  position: relative;
}
.shop-banner-wrapper .shop-banner {
  width: 100%;
}
.shop-banner-wrapper i {
  position: absolute;
  padding: 25px;
  background: #3e85ee;
  color: #ffffff;
  left: calc(50% - 48px);
  font-size: 40px;
  border: 6px solid #222222;
  -o-box-shadow: 0 -6px 0 0 #ffffff;
  -ms-box-shadow: 0 -6px 0 0 #ffffff;
  -moz-box-shadow: 0 -6px 0 0 #ffffff;
  -webkit-box-shadow: 0 -6px 0 0 #ffffff;
  box-shadow: 0 -6px 0 0 #ffffff;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  bottom: -55px;
  width: 100px;
  height: 100px;
  text-align: center;
}
.shop-banner-wrapper h1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-size: 27px;
  border: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: 20px;
}
.woocommerce #primary.content-area,
.woocommerce-page #primary.content-area {
  padding-top: 0;
}
.woocommerce .variations,
.woocommerce-page .variations {
  width: 100%;
  position: relative;
  -o-box-shadow: 0 1px 0 #dedede;
  -ms-box-shadow: 0 1px 0 #dedede;
  -moz-box-shadow: 0 1px 0 #dedede;
  -webkit-box-shadow: 0 1px 0 #dedede;
  box-shadow: 0 1px 0 #dedede;
}
.woocommerce .variations .reset_variations,
.woocommerce-page .variations .reset_variations {
  position: absolute;
  bottom: -29px;
  right: 0;
  z-index: 101;
}
.woocommerce .variations tr,
.woocommerce-page .variations tr {
  background: #ffffff;
}
.woocommerce .variations tr td,
.woocommerce-page .variations tr td {
  -o-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
  padding: 10px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  line-height: 1;
}
.woocommerce .variations tr td.label,
.woocommerce-page .variations tr td.label {
  color: #3e85ee;
  font-size: 16px;
  display: inline-block;
  text-align: left;
  padding: 15px 10px 0;
  text-transform: uppercase;
}
.woocommerce .variations tr td.label label,
.woocommerce-page .variations tr td.label label {
  padding: 8px 10px 0 10px;
}
.woocommerce .variations tr td.value .form-control.bootstrap-select .dropdown-toggle,
.woocommerce-page .variations tr td.value .form-control.bootstrap-select .dropdown-toggle {
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #f4f4f4;
  background: #f4f4f4;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.woocommerce .variations tr td.value .form-control.bootstrap-select .dropdown-toggle:focus,
.woocommerce-page .variations tr td.value .form-control.bootstrap-select .dropdown-toggle:focus {
  border-color: #222222;
}
.woocommerce .variations tr td.value .form-control.bootstrap-select.btn-group,
.woocommerce-page .variations tr td.value .form-control.bootstrap-select.btn-group {
  margin-bottom: 0;
}
.woocommerce #woocommerce-main-content,
.woocommerce-page #woocommerce-main-content {
  padding: 35px 0;
  background: #f4f4f4;
}
.woocommerce #woocommerce-main-content.without-slider,
.woocommerce-page #woocommerce-main-content.without-slider {
  padding: 10px 0 35px;
}
.woocommerce a.button,
.woocommerce-page a.button,
.woocommerce button.button,
.woocommerce-page button.button,
.woocommerce input.button,
.woocommerce-page input.button {
  background: #3e85ee !important;
  color: #ffffff !important;
  padding: 10px 20px;
  display: inline-block;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.woocommerce a.button.button-secondary,
.woocommerce-page a.button.button-secondary,
.woocommerce button.button.button-secondary,
.woocommerce-page button.button.button-secondary,
.woocommerce input.button.button-secondary,
.woocommerce-page input.button.button-secondary {
  background: #222222 !important;
}
.woocommerce a.button.checkout-button,
.woocommerce-page a.button.checkout-button,
.woocommerce button.button.checkout-button,
.woocommerce-page button.button.checkout-button,
.woocommerce input.button.checkout-button,
.woocommerce-page input.button.checkout-button {
  background: #111111 !important;
  margin-left: 10px;
}
.woocommerce form input,
.woocommerce-page form input,
.woocommerce form select,
.woocommerce-page form select,
.woocommerce form textarea,
.woocommerce-page form textarea {
  min-height: 40px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #dedede;
  padding: 10px 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.woocommerce form input:focus,
.woocommerce-page form input:focus,
.woocommerce form select:focus,
.woocommerce-page form select:focus,
.woocommerce form textarea:focus,
.woocommerce-page form textarea:focus {
  border: 1px solid #3e85ee;
  -o-box-shadow: 0 0 0 1px #ffffff inset;
  -ms-box-shadow: 0 0 0 1px #ffffff inset;
  -moz-box-shadow: 0 0 0 1px #ffffff inset;
  -webkit-box-shadow: 0 0 0 1px #ffffff inset;
  box-shadow: 0 0 0 1px #ffffff inset;
}
.woocommerce form input[type="radio"],
.woocommerce-page form input[type="radio"],
.woocommerce form input[type="checkbox"],
.woocommerce-page form input[type="checkbox"] {
  min-height: 1px;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.woocommerce form input#coupon_code,
.woocommerce-page form input#coupon_code {
  min-width: 200px;
}
.woocommerce form .form-row,
.woocommerce-page form .form-row {
  padding: 5px 0;
}
.woocommerce form .form-row label input[type="checkbox"],
.woocommerce-page form .form-row label input[type="checkbox"] {
  left: 0;
  float: left;
  top: 11px;
  position: relative;
}
.woocommerce .page-title,
.woocommerce-page .page-title {
  color: #222222;
  text-transform: uppercase;
  margin: 0 0 15px;
}
.woocommerce div.product form.cart .variations td,
.woocommerce-page div.product form.cart .variations td {
  width: 100%;
}
.woocommerce div.product form.cart .variations td.label,
.woocommerce-page div.product form.cart .variations td.label {
  padding: 10px 0;
}
.woocommerce .order_details,
.woocommerce-page .order_details {
  padding: 0;
}
.woocommerce .woocommerce header,
.woocommerce-page .woocommerce header {
  padding: 15px;
}
.woocommerce .header-cart-wrapper,
.woocommerce-page .header-cart-wrapper {
  position: absolute;
  right: -50px;
  top: 24px;
  padding: 10px 0 10px 0px;
}
.woocommerce .header-cart-wrapper .car-items-list,
.woocommerce-page .header-cart-wrapper .car-items-list {
  border: 1px solid #dedede;
  float: left;
  padding: 8px;
  position: absolute;
  top: 35px;
  background: #ffffff;
  z-index: 101;
  width: 300px;
  right: 0;
}
.woocommerce .header-cart-wrapper .car-items-list li,
.woocommerce-page .header-cart-wrapper .car-items-list li {
  border-bottom: 1px solid #dedede;
  margin: 0 0 1px;
  float: left;
  width: 100%;
  list-style: none;
  text-align: left;
  background: #f4f4f4;
  padding: 10px;
}
.woocommerce .header-cart-wrapper .car-items-list li.go-to-cart,
.woocommerce-page .header-cart-wrapper .car-items-list li.go-to-cart {
  padding: 0;
}
.woocommerce .header-cart-wrapper .car-items-list li.go-to-cart a,
.woocommerce-page .header-cart-wrapper .car-items-list li.go-to-cart a {
  text-transform: uppercase;
}
.woocommerce .header-cart-wrapper .car-items-list li:last-child,
.woocommerce-page .header-cart-wrapper .car-items-list li:last-child {
  border: none;
  margin: 0;
}
.woocommerce .header-cart-wrapper .car-items-list li a,
.woocommerce-page .header-cart-wrapper .car-items-list li a {
  display: block;
}
.woocommerce .header-cart-wrapper .car-items-list li a.item-image,
.woocommerce-page .header-cart-wrapper .car-items-list li a.item-image {
  float: left;
}
.woocommerce .header-cart-wrapper .car-items-list li a img,
.woocommerce-page .header-cart-wrapper .car-items-list li a img {
  max-width: 40px;
  margin: 0 10px 0 0;
  float: left;
}
.woocommerce .header-cart-wrapper .car-items-list li a.remove,
.woocommerce-page .header-cart-wrapper .car-items-list li a.remove {
  font-size: 17px;
  position: relative;
  top: 3px;
  margin-right: 10px;
  padding: 5px;
  width: 29px;
  height: auto;
  float: left;
}
.woocommerce .header-cart-wrapper .car-items-list li a.item-title,
.woocommerce-page .header-cart-wrapper .car-items-list li a.item-title {
  line-height: 1;
}
.woocommerce .header-cart-wrapper .car-items-list li span.quantity,
.woocommerce-page .header-cart-wrapper .car-items-list li span.quantity {
  font-size: 12px;
  position: relative;
  top: -3px;
}
.woocommerce .header-cart-wrapper .cart-icon-wrapper,
.woocommerce-page .header-cart-wrapper .cart-icon-wrapper {
  line-height: 1;
}
.woocommerce .header-cart-wrapper .cart-icon-wrapper a.cart-contents,
.woocommerce-page .header-cart-wrapper .cart-icon-wrapper a.cart-contents {
  padding-top: 10px;
}
.woocommerce .header-cart-wrapper .cart-icon-wrapper a.cart-contents sup,
.woocommerce-page .header-cart-wrapper .cart-icon-wrapper a.cart-contents sup {
  background: #5cb85c;
  color: #ffffff;
  padding: 2px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: 17px;
  height: 17px;
  display: inline-block;
  position: relative;
  top: -13px;
  text-align: center;
  left: -6px;
  padding-top: 8px;
}
.woocommerce.single-product .cart .form-group,
.woocommerce-page.single-product .cart .form-group {
  float: none;
}
.woocommerce .notices-wrapper,
.woocommerce-page .notices-wrapper {
  padding: 10px 0;
  background: #f4f4f4;
}
.woocommerce .notices-wrapper .woocommerce-message,
.woocommerce-page .notices-wrapper .woocommerce-message {
  background: #ffffff;
  margin: 0;
}
.woocommerce .woocommerce-message,
.woocommerce-page .woocommerce-message,
.woocommerce .woocommerce-info,
.woocommerce-page .woocommerce-info,
.woocommerce .woocommerce-error,
.woocommerce-page .woocommerce-error {
  background: #ffffff;
  margin: 15px 0 0;
}
.woocommerce .woocommerce-info,
.woocommerce-page .woocommerce-info {
  border-top-color: #3e85ee;
}
.woocommerce .woocommerce-ordering select,
.woocommerce-page .woocommerce-ordering select {
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.woocommerce h2.shop-title,
.woocommerce-page h2.shop-title {
  margin: 0 0 20px;
  font-size: 23px;
  top: -56px;
  position: relative;
  margin: auto;
}
.woocommerce.woocommerce-cart .woocommerce-message,
.woocommerce-page.woocommerce-cart .woocommerce-message {
  margin: 0 0 15px;
}
.woocommerce.woocommerce-cart table.shop_table,
.woocommerce-page.woocommerce-cart table.shop_table {
  background: #ffffff;
}
.woocommerce.woocommerce-cart .cart-collaterals .cart_totals table.shop_table,
.woocommerce-page.woocommerce-cart .cart-collaterals .cart_totals table.shop_table {
  background: transparent;
  border: 1px solid #dedede;
}
.woocommerce.woocommerce-cart .cart-collaterals .cart_totals table.shop_table td,
.woocommerce-page.woocommerce-cart .cart-collaterals .cart_totals table.shop_table td,
.woocommerce.woocommerce-cart .cart-collaterals .cart_totals table.shop_table th,
.woocommerce-page.woocommerce-cart .cart-collaterals .cart_totals table.shop_table th {
  font-family: 'Inter Tight', sans-serif;
  padding: 8px;
}
.woocommerce.woocommerce-cart .cart-collaterals .cart_totals table.shop_table th,
.woocommerce-page.woocommerce-cart .cart-collaterals .cart_totals table.shop_table th {
  color: #444444;
}
.woocommerce .woo-product-gallery,
.woocommerce-page .woo-product-gallery {
  margin: 5px 0;
}
.woocommerce .woo-product-gallery .woo-gallery-image img,
.woocommerce-page .woo-product-gallery .woo-gallery-image img {
  border: 1px solid #dedede;
  padding: 5px;
  background: #ffffff;
}
@media (max-width: 767px) {
  .woocommerce ul.products,
  .woocommerce-page ul.products {
    margin: 0 -15px;
  }
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    width: 50% !important;
    margin: 0 !important;
    margin-bottom: 30px !important;
    padding: 0 15px;
    -o-box-shadow: 0 2px 0 #222222;
    -ms-box-shadow: 0 2px 0 #222222;
    -moz-box-shadow: 0 2px 0 #222222;
    -webkit-box-shadow: 0 2px 0 #222222;
    box-shadow: 0 2px 0 #222222;
  }
  .woocommerce ul.products li.product:nth-child(3n),
  .woocommerce-page ul.products li.product:nth-child(3n) {
    clear: both;
  }
  .woocommerce ul.products li.product .add_to_cart_button,
  .woocommerce-page ul.products li.product .add_to_cart_button,
  .woocommerce ul.products li.product .added_to_cart,
  .woocommerce-page ul.products li.product .added_to_cart,
  .woocommerce ul.products li.product .view_product,
  .woocommerce-page ul.products li.product .view_product {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .woocommerce ul.products li.product .onsale,
  .woocommerce-page ul.products li.product .onsale {
    right: 21px;
  }
  .woocommerce h2.shop-title,
  .woocommerce-page h2.shop-title {
    top: 0 !important;
    margin-bottom: 15px;
  }
}
@media (max-width: 450px) {
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    width: 100% !important;
    max-width: 400px;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
    margin-bottom: 20px !important;
  }
}
.js .car-items-list {
  display: none;
}
.js .menu-item .car-items-list {
  display: block;
}
/*****************************************************************
Max Width --- 767
********************************************************************/
@media (max-width: 767px) {
  header.site-header {
    max-height: 700px;
  }
  header.site-header .logo {
    margin: 1px 0 0 10px;
  }
  header.site-header .logo img {
    max-height: 40px;
    margin-top: 3px;
  }
  header.site-header .header-social-links {
    text-align: center;
    margin: 0;
    padding: 8px 0;
  }
  header.site-header .header-top {
    max-height: 300px;
  }
  header.site-header .header-top p.mobile {
    margin-bottom: 5px;
  }
  .top-navigation {
    float: none;
    margin: 0 -15px 0 -15px;
    padding: 0 15px;
    text-align: left;
  }
  .top-navigation .navbar-nav {
    height: auto;
    text-align: left;
    margin: 0;
  }
  .top-navigation .navbar-nav li {
    display: inline-flex;
    float: none;
  }
  .top-navigation .navbar-nav li:first-child > a {
    padding-left: 0;
  }
  .top-navigation .navbar-nav li a {
    padding: 7px 8px;
  }
  #main-slider .item-inner .container h1 {
    font-size: 30px;
    top: 56px;
  }
  #main-slider .item-inner img {
    width: 100%;
    height: auto;
    left: 0;
  }
  #main-slider .owl-nav {
    display: none;
  }
  /************  Gallery  ***********/
  .gallery .gallery-item {
    width: 33.33% !important;
  }
  /************  Article  ***********/
  .article .article-inner .post-meta {
    padding: 3px 0 5px;
  }
  .article .article-inner .post-meta .post-meta-inner p {
    font-size: 13px;
    line-height: 1;
    display: block;
    padding: 5px 0;
    border-right: 0;
    width: 100% !important;
  }
  /************ Excerpt Mode Atricle  ***********/
  .excerpt-mode .article .article-inner {
    padding-right: 0;
    text-align: left;
  }
  .excerpt-mode .article .article-inner .thumbnail {
    display: inline-block;
    float: none;
  }
  .excerpt-mode .article .article-inner .posted-on,
  .excerpt-mode .article .article-inner h1,
  .excerpt-mode .article .article-inner .post-meta-excerpt {
    padding: 0 10px;
  }
  .excerpt-mode .article .article-inner .post-content p {
    padding: 0 10px 0;
  }
  .excerpt-mode .article .article-inner .content > a {
    height: auto;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .excerpt-mode .article .article-inner .content > a img {
    width: 100%;
  }
  .excerpt-mode .article .article-inner p {
    clear: both;
    text-align: left;
  }
  .excerpt-mode .article .article-inner p[class*="terms"],
  .excerpt-mode .article .article-inner p[class*="inline"] {
    clear: none;
  }
  .excerpt-mode .article .article-inner p[class*="terms"] * {
    display: none;
  }
  .excerpt-mode .article .article-inner p[class*="terms"] a {
    display: block;
  }
  .excerpt-mode .article.course .article-inner {
    background: transparent;
  }
  .excerpt-mode .article.course .article-inner .thumb img {
    border: none;
  }
  /************   Related Posts   ***********/
  #related-posts .related-post .post-meta p {
    border: none;
    display: inline-block;
    width: 34%;
    padding: 0 2% 0 2%;
  }
  #related-posts .related-post .post-meta p:first-child {
    padding: 0 2% 0 2%;
  }
  .testimonials .owl-nav > div {
    top: 101%;
  }
  .testimonials .owl-nav > div.owl-prev {
    left: calc(50% - 31px);
  }
  .testimonials .owl-nav > div.owl-next {
    right: calc(50% - 31px);
  }
  .footer-widgets .widget,
  .shop-widgets .widget {
    width: 50%;
    margin-top: 25px;
  }
  .footer-widgets .widget:first-child,
  .shop-widgets .widget:first-child {
    width: 100% !important;
  }
  .footer-widgets .widget:nth-of-type(even),
  .shop-widgets .widget:nth-of-type(even) {
    clear: both;
  }
  ul.partners-carousel li img {
    padding: 0 10px;
  }
  .fixed-header-wrapper {
    padding: 0 0 2px 0;
    background: #f4f4f4;
  }
  .banner-course img {
    height: auto;
    position: relative;
    margin: 0 auto;
    max-width: 100%;
  }
  /************ ERROR PAGE   ***********/
  .error-page-content {
    overflow-y: scroll;
  }
  .woocommerce .header-cart-wrapper,
  .woocommerce-page .header-cart-wrapper {
    right: 4px;
    top: 10px;
  }
}
/*****************************************************************
Max Width --- 480
********************************************************************/
@media (max-width: 480px) {
  /************ Gallery   ***********/
  .gallery .gallery-item {
    width: 50% !important;
  }
  /************ Related Posts  ***********/
  #related-posts .related-post {
    text-align: center;
  }
  #related-posts .related-post .thumbnail {
    margin-bottom: 15px;
    float: none;
    display: inline-block;
  }
  #related-posts .related-post h4 {
    clear: both;
  }
  #related-posts .related-post p,
  #related-posts .related-post .post-meta,
  #related-posts .related-post h4 {
    text-align: left;
  }
  .col-xx-12 {
    width: 100%;
  }
  .article.course h1 {
    font-size: 25px;
  }
  .our-products .product-outer {
    max-width: 350px;
  }
  .our-products .product-outer .product {
    max-width: 300px;
  }
  .our-products .product-outer .product .img-wrapper {
    margin: auto;
    width: 290px;
    height: 290px;
    padding: 45px 0;
  }
}
@media (max-width: 350px) {
  .our-products .product-outer {
    max-width: 300px;
  }
  .our-products .product-outer .product {
    max-width: 290px;
  }
  .our-products .product-outer .product .img-wrapper {
    width: 280px;
    height: 280px;
    padding: 40px 0;
  }
}
/*************************************************************
MEDIA GENERAL CLASSES
**************************************************************/
body .no-margin {
  margin: 0 !important;
}
body .no-padding {
  padding: 0 !important;
}
body .no-margin-top {
  margin-top: 0 !important;
}
body .no-margin-bottom {
  margin-bottom: 0 !important;
}
body .no-margin-left {
  margin-left: 0 !important;
}
body .no-margin-right {
  margin-right: 0 !important;
}
body .no-padding-top {
  padding-top: 0 !important;
}
body .no-padding-bottom {
  padding-bottom: 0 !important;
}
body .no-padding-left {
  padding-left: 0 !important;
}
body .no-padding-right {
  padding-right: 0 !important;
}
/************ XTRA SMALL DEVICES  ***********/
@media (max-width: 767px) {
  body {
    /************ Padding ***********/
    /************ Margin ***********/
  }
  body .row-xs {
    margin: 0 -15px !important;
  }
  body .col-xs {
    padding: 0 30px !important;
  }
  body .pull-left-xs {
    float: left !important;
  }
  body .pull-right-xs {
    float: right !important;
  }
  body .no-padding-left-xs {
    padding-left: 0 !important;
  }
  body .no-padding-right-xs {
    padding-right: 0 !important;
  }
  body .no-padding-top-xs {
    padding-top: 0 !important;
  }
  body .no-padding-bottom-xs {
    padding-bottom: 0 !important;
  }
  body .no-padding-xs {
    padding: 0 !important;
  }
  body .no-margin-left-xs {
    margin-left: 0 !important;
  }
  body .no-margin-right-xs {
    margin-right: 0 !important;
  }
  body .no-margin-top-xs {
    margin-top: 0 !important;
  }
  body .no-margin-bottom-xs {
    margin-bottom: 0 !important;
  }
  body .no-margin-xs {
    margin: 0 !important;
  }
  body .align-right-xs {
    text-align: right !important;
  }
  body .align-left-xs {
    text-align: left !important;
  }
  body .align-center-xs {
    text-align: center !important;
  }
  body .padding-top-xs-1x {
    padding-top: 15px !important;
  }
  body .padding-top-xs-2x {
    padding-top: 30px !important;
  }
  body .padding-top-xs-3x {
    padding-top: 45px !important;
  }
  body .padding-top-xs-4x {
    padding-top: 60px !important;
  }
  body .padding-left-xs-1x {
    padding-left: 15px !important;
  }
  body .padding-left-xs-2x {
    padding-left: 30px !important;
  }
  body .padding-left-xs-3x {
    padding-left: 45px !important;
  }
  body .padding-left-xs-4x {
    padding-left: 60px !important;
  }
  body .padding-bottom-xs-1x {
    padding-bottom: 15px !important;
  }
  body .padding-bottom-xs-2x {
    padding-bottom: 30px !important;
  }
  body .padding-bottom-xs-3x {
    padding-bottom: 45px !important;
  }
  body .padding-bottom-xs-4x {
    padding-bottom: 60px !important;
  }
}
/************ SMALL DEVICES  ***********/
@media (min-width: 768px) and (max-width: 991px) {
  body {
    /************ Padding ***********/
    /************ Margin ***********/
  }
  body .pull-left-sm {
    float: left !important;
  }
  body .pull-right-sm {
    float: right !important;
  }
  body .no-padding-left-sm {
    padding-left: 0 !important;
  }
  body .no-padding-right-sm {
    padding-right: 0 !important;
  }
  body .no-padding-top-sm {
    padding-top: 0 !important;
  }
  body .no-padding-bottom-sm {
    padding-bottom: 0 !important;
  }
  body .no-padding-sm {
    padding: 0 !important;
  }
  body .no-margin-left-sm {
    margin-left: 0 !important;
  }
  body .no-margin-right-sm {
    margin-right: 0 !important;
  }
  body .no-margin-top-sm {
    margin-top: 0 !important;
  }
  body .no-margin-bottom-sm {
    margin-bottom: 0 !important;
  }
  body .no-margin-sm {
    margin: 0 !important;
  }
  body .align-right-sm {
    text-align: right !important;
  }
  body .align-left-sm {
    text-align: left !important;
  }
  body .align-center-sm {
    text-align: center !important;
  }
}
/************ MEDIUM DEVICES  ***********/
@media (min-width: 992px) and (max-width: 1199px) {
  body {
    /************ Padding ***********/
    /************ Margin ***********/
  }
  body .pull-left-md {
    float: left !important;
  }
  body .pull-right-md {
    float: right !important;
  }
  body .no-padding-left-md {
    padding-left: 0 !important;
  }
  body .no-padding-right-md {
    padding-right: 0 !important;
  }
  body .no-padding-top-md {
    padding-top: 0 !important;
  }
  body .no-padding-bottom-md {
    padding-bottom: 0 !important;
  }
  body .no-padding-md {
    padding: 0 !important;
  }
  body .no-margin-left-md {
    margin-left: 0 !important;
  }
  body .no-margin-right-md {
    margin-right: 0 !important;
  }
  body .no-margin-top-md {
    margin-top: 0 !important;
  }
  body .no-margin-bottom-md {
    margin-bottom: 0 !important;
  }
  body .no-margin-md {
    margin: 0 !important;
  }
  body .align-right-md {
    text-align: right !important;
  }
  body .align-left-md {
    text-align: left !important;
  }
  body .align-center-md {
    text-align: center !important;
  }
}
/************ LARGE DEVICES and ABOVE  ***********/
@media (min-width: 1200px) {
  body {
    /************ Padding ***********/
    /************ Margin ***********/
  }
  body .pull-left-lg {
    float: left !important;
  }
  body .pull-right-lg {
    float: right !important;
  }
  body .no-padding-left-lg {
    padding-left: 0 !important;
  }
  body .no-padding-right-lg {
    padding-right: 0 !important;
  }
  body .no-padding-top-lg {
    padding-top: 0 !important;
  }
  body .no-padding-bottom-lg {
    padding-bottom: 0 !important;
  }
  body .no-padding-lg {
    padding: 0 !important;
  }
  body .no-margin-left-lg {
    margin-left: 0 !important;
  }
  body .no-margin-right-lg {
    margin-right: 0 !important;
  }
  body .no-margin-top-lg {
    margin-top: 0 !important;
  }
  body .no-margin-bottom-lg {
    margin-bottom: 0 !important;
  }
  body .no-margin-lg {
    margin: 0 !important;
  }
  body .align-right-lg {
    text-align: right !important;
  }
  body .align-left-lg {
    text-align: left !important;
  }
  body .align-center-lg {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .container-half {
    width: 375px;
  }
}
@media (min-width: 992px) {
  .container-half {
    width: 485px;
  }
}
@media (min-width: 1200px) {
  .container-half {
    width: 585px;
  }
}
@media (min-width: 1300px) {
  .container-half {
    width: 560px;
  }
}
