

/*  Sliders */
/* ----------------------------------------------------------------
    SLIDER
-----------------------------------------------------------------*/
.inspiro-slider { width: 100%; height: 72vh; overflow: hidden; -webkit-transition: opacity .3s ease; transition: opacity .3s ease; min-height: 100%; width: 100%; }

.inspiro-slider.slider-halfscreen { height: 72vh; }

.inspiro-slider.slider-fullscreen { height: 100vh; }

.inspiro-slider.is-fade .slide { opacity: 0 !important; -webkit-transition: opacity 0.5s ease !important; transition: opacity 0.5s ease !important; }

.inspiro-slider.is-fade .slide.is-selected { opacity: 1 !important; }

.inspiro-slider .slide { overflow: hidden; width: 100%; height: 100%; background-repeat: no-repeat; background-size: cover; background-position: 50% 20%; width: 100%;  }

.inspiro-slider .slide .container, .inspiro-slider .slide .container-wide { padding-top: 0px; padding-bottom: 0px; -webkit-align-self: center !important; -ms-flex-item-align: center !important; align-self: center !important; }

.inspiro-slider .slide .slide-captions { position: relative; height: 100%; text-align: center; }


.inspiro-slider .slide .slide-captions h1 { font-size: 80px; font-weight: 700; line-height: 80px; margin-bottom: 0px; color: #fff; }


.inspiro-slider .slide .slide-captions h2 { font-size: 60px; font-weight: 700; line-height: 68px; margin-bottom: 30px; color: #fff; }

.inspiro-slider .slide .slide-captions h3, .inspiro-slider .slide .slide-captions h4, .inspiro-slider .slide .slide-captions h5, .inspiro-slider .slide .slide-captions h6 { color: #fff; }

.inspiro-slider .slide .slide-captions .strong { color: #fff; display: block; font-size: 14px !important; font-weight: 600; letter-spacing: 2px; line-height: 18px; margin-bottom: 20px; position: relative; text-transform: uppercase; }

.inspiro-slider .slide .slide-captions .strong::after { border-top: 3px solid #fff; content: ""; display: block; margin-bottom: 0; margin-top: 8px; width: 26px; }

.inspiro-slider .slide .slide-captions > p { color: #fff; font-size: 20px; font-weight: 400; margin-bottom: 40px; }

.inspiro-slider .slide .slide-captions .text-dark.strong::after, .inspiro-slider .slide .slide-captions.text-dark .strong::after { border-top-color: #111; }

.inspiro-slider .slide .slide-captions.text-left .strong::after { margin-left: 0; margin-right: auto; }

.inspiro-slider .slide .slide-captions.text-center .strong::after { margin-left: auto; margin-right: auto; }

.inspiro-slider .slide .slide-captions.text-right .strong::after { margin-left: auto; margin-right: 0; }

.inspiro-slider .slide .slide-captions .slide-caption-hide { opacity: 0; visibility: hidden; }

.inspiro-slider .slide .slide-captions img { width: inherit !important; }

.inspiro-slider .slide.is-selected { z-index: 2; }

.inspiro-slider.slider-loaded, .inspiro-slider.flickity-enabled { opacity: 1; }

.inspiro-slider .slide-link { width: 100%; height: 100%; top: 0; left: 0; position: absolute; z-index: 1; }

.inspiro-slider .flickity-button { width: 78px; height: 78px; line-height: 78px; background: transparent; color: #fff; box-shadow: none; padding: 0; }

.inspiro-slider .flickity-button::before { line-height: 78px; font-size: 28px; color: #fff; }

.inspiro-slider .flickity-page-dots { bottom: 30px; }

.inspiro-slider .flickity-page-dots .dot { box-shadow: inset 0 0 0 2px #fff; }

.inspiro-slider .flickity-page-dots .dot:after { background-color: #fff; box-shadow: 0 0 1px #fff; }

.inspiro-slider .slide-captions > * { opacity: 0; }

#slider { position: relative; width: 100%; overflow: hidden; padding: 0px; background-color: #fff; }

#home { width: 100%; height: 100%; color: #FFF; }

#slider .slide_title {
  position: absolute;
  bottom: 80px;
  z-index: 100;
  width: 100%;
  text-align: center;
}
@media (max-width:767px) {
  #slider .slide_title {
    position: absolute;
    bottom: auto;
    top: 40%;
  }
}
#slider .slide_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 90;
}
#slider .slide_bg .slidebg_lt {
  width: 66%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#slider .slide_bg .slidebg_rt {
  width: 40%;
  height: auto;
  position: absolute;
  top: 0;
  right: 0 !important;
  z-index: 0;
}
#slider .slide_bg .slidebg_lb {
  width: 60%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
#slider .slide_bg .slidebg_rb {
  width: 30%;
  height: auto;
  position: absolute;
  bottom: 0;
  right: 0 !important;
  z-index: 0;
}
#slider .slide_bg .slidebg_lt img,
#slider .slide_bg .slidebg_rt img,
#slider .slide_bg .slidebg_lb img,
#slider .slide_bg .slidebg_rb img {
  width: 100% !important;
}
#slider .slide_title img {
  max-width: 80vw;
}
/* ----------------------------------------------------------------
    BOXED SLIDER
-----------------------------------------------------------------*/
.boxed-slider { height: 600px; width: 100%; }

.boxed-slider .polo-carousel-item { height: 600px; }

.boxed-slider .owl-bg-img { height: 100%; background-repeat: no-repeat; background-size: cover; }

.polo-carousel-item img { height: 100%; }

/* ----------------------------------------------------------------
    Inspiro Slider - Responsive Classes
-----------------------------------------------------------------*/
@media (max-width: 991.98px) { .inspiro-slider .flickity-button:hover { background-color: transparent; }
  .inspiro-slider .flickity-button.next, .inspiro-slider .flickity-button.next:hover { right: -5px !important; opacity: 1; }
  .inspiro-slider .flickity-button.previous, .inspiro-slider .flickity-button.previous:hover { left: -5px !important; opacity: 1; }
  .inspiro-slider .container { padding-left: 40px; padding-right: 40px; }
  .inspiro-slider .slide .slide-captions { text-align: center; }
  .inspiro-slider .slide .slide-captions .strong::after { margin-left: auto; margin-right: auto; }
  .inspiro-slider .slide .slide-captions h1, .inspiro-slider .slide .slide-captions h2 { font-size: 40px; line-height: 40px; margin-bottom: 14px; }
  .inspiro-slider .slide .slide-captions > p { font-size: 16px; font-weight: 400; line-height: 24px; margin-bottom: 16px; }
  .inspiro-slider .slide .slide-captions h3, .inspiro-slider .slide .slide-captions h4, .inspiro-slider .slide .slide-captions h5, .inspiro-slider .slide .slide-captions h6 { color: #fff; } }

.fullscreen { width: 100%; height: 100%; overflow: hidden; -webkit-box-align: center !important; -ms-flex-align: center !important; -webkit-align-items: center !important; align-items: center !important; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; -webkit-flex-wrap: wrap; flex-wrap: wrap; min-height: 100vh; }

.fullscreen .container, .fullscreen .container-wide { -ms-flex-preferred-size: 0; -webkit-flex-basis: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; -webkit-flex-grow: 1; flex-grow: 1; margin-top: 80px; margin-bottom: 40px; }

.fullscreen .container-fullscreen { width: 100%; }

.halfscreen { width: 100%; height: 72%; overflow: hidden; -webkit-box-align: center !important; -ms-flex-align: center !important; -webkit-align-items: center !important; align-items: center !important; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; -webkit-flex-wrap: wrap; flex-wrap: wrap; min-height: 72vh; }

.halfscreen .container, .halfscreen .container-wide { margin-top: 2%; -ms-flex-preferred-size: 0; -webkit-flex-basis: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; -webkit-flex-grow: 1; flex-grow: 1; }

.halfscreen .container-fullscreen { width: 100%; }

@media (max-width: 991.98px) { #header[data-transparent="true"] + main { top: -120px; margin-bottom: -124px; position: relative; }
  #header[data-transparent="true"] + main > #page-title { padding: 220px 0 160px 0; }
  #header[data-transparent="true"] + .fullscreen { top: -80px; margin-bottom: -80px; } }

/*  Portfolio */
/* ----------------------------------------------------------------
Portfolio
-----------------------------------------------------------------*/
.portfolio-item, .grid-item { width: 100%; float: left; height: auto; padding: 0 0 20px 0; cursor: pointer; /*hover state*/ /*Portfolio Effects*/ /*Styles*/ }

.portfolio-item a:not(.btn), .grid-item a:not(.btn) { color: #3c4043; }

.portfolio-item .portfolio-item-wrap, .portfolio-item .grid-item-wrap, .grid-item .portfolio-item-wrap, .grid-item .grid-item-wrap { position: relative; overflow: hidden; }

.portfolio-item .portfolio-item-wrap > a, .portfolio-item .grid-item-wrap > a, .grid-item .portfolio-item-wrap > a, .grid-item .grid-item-wrap > a { z-index: 6; width: 100%; height: 100%; position: absolute; }

.portfolio-item .portfolio-image, .portfolio-item .portfolio-video, .portfolio-item .grid-image, .portfolio-item .grid-video, .portfolio-item .flickity-viewport, .grid-item .portfolio-image, .grid-item .portfolio-video, .grid-item .grid-image, .grid-item .grid-video, .grid-item .flickity-viewport { position: relative; overflow: hidden; }

.portfolio-item .portfolio-image:after, .portfolio-item .portfolio-video:after, .portfolio-item .grid-image:after, .portfolio-item .grid-video:after, .portfolio-item .flickity-viewport:after, .grid-item .portfolio-image:after, .grid-item .portfolio-video:after, .grid-item .grid-image:after, .grid-item .grid-video:after, .grid-item .flickity-viewport:after { position: absolute; top: 0; left: 0; height: 100%; width: 100%; background-color: #000000; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; opacity: 0; content: ' '; z-index: 2; }

.portfolio-item .portfolio-image img, .portfolio-item .portfolio-video img, .portfolio-item .grid-image img, .portfolio-item .grid-video img, .portfolio-item .flickity-viewport img, .grid-item .portfolio-image img, .grid-item .portfolio-video img, .grid-item .grid-image img, .grid-item .grid-video img, .grid-item .flickity-viewport img { position: relative; -webkit-transition: all 0.5s ease-out; transition: all 0.5s ease-out; width: 100%; z-index: 1; display: block; height: auto; }

.portfolio-item .portfolio-slider .flickity-page-dots, .portfolio-item .grid-slider .flickity-page-dots, .grid-item .portfolio-slider .flickity-page-dots, .grid-item .grid-slider .flickity-page-dots { bottom: 30px; margin-bottom: 0 !important; margin-top: 0 !important; }

.portfolio-item .portfolio-video, .portfolio-item .grid-video, .grid-item .portfolio-video, .grid-item .grid-video { margin-bottom: -7px; }

.portfolio-item .portfolio-video video, .portfolio-item .portfolio-video iframe, .portfolio-item .grid-video video, .portfolio-item .grid-video iframe, .grid-item .portfolio-video video, .grid-item .portfolio-video iframe, .grid-item .grid-video video, .grid-item .grid-video iframe { width: 100%; background-color: #000000; }

.portfolio-item .portfolio-description, .portfolio-item .grid-description, .portfolio-item .portfolio-links, .grid-item .portfolio-description, .grid-item .grid-description, .grid-item .portfolio-links { left: 0; margin: 0 auto; padding: 20px; opacity: 0; position: absolute; right: 0; text-align: center; top: 48%; -webkit-transform: translate3d(0px, -38%, 0px); transform: translate3d(0px, -38%, 0px); -webkit-transition: all 250ms ease-in-out 0s; transition: all 250ms ease-in-out 0s; visibility: hidden; width: 70%; z-index: 3; }

.portfolio-item .portfolio-description h3, .portfolio-item .grid-description h3, .portfolio-item .portfolio-links h3, .grid-item .portfolio-description h3, .grid-item .grid-description h3, .grid-item .portfolio-links h3 { font-size: 16px; font-style: normal; font-weight: 700; letter-spacing: 1px; line-height: 18px; text-transform: uppercase; margin-bottom: 4px; }

.portfolio-item .portfolio-description h3, .portfolio-item .portfolio-description p, .portfolio-item .portfolio-description span, .portfolio-item .grid-description h3, .portfolio-item .grid-description p, .portfolio-item .grid-description span, .portfolio-item .portfolio-links h3, .portfolio-item .portfolio-links p, .portfolio-item .portfolio-links span, .grid-item .portfolio-description h3, .grid-item .portfolio-description p, .grid-item .portfolio-description span, .grid-item .grid-description h3, .grid-item .grid-description p, .grid-item .grid-description span, .grid-item .portfolio-links h3, .grid-item .portfolio-links p, .grid-item .portfolio-links span { color: #fff; }

.portfolio-item .portfolio-description a, .portfolio-item .grid-description a, .portfolio-item .portfolio-links a, .grid-item .portfolio-description a, .grid-item .grid-description a, .grid-item .portfolio-links a { margin: 3px; }

.portfolio-item .portfolio-description a.btn, .portfolio-item .grid-description a.btn, .portfolio-item .portfolio-links a.btn, .grid-item .portfolio-description a.btn, .grid-item .grid-description a.btn, .grid-item .portfolio-links a.btn { margin-top: 10px; }

.portfolio-item .portfolio-description a i, .portfolio-item .grid-description a i, .portfolio-item .portfolio-links a i, .grid-item .portfolio-description a i, .grid-item .grid-description a i, .grid-item .portfolio-links a i { background-color: #fff; color: #3c4043; border-radius: 50%; color: #444; font-size: 18px; height: 40px; line-height: 40px !important; width: 40px; -webkit-transition: all 250ms ease-in-out 0s; transition: all 250ms ease-in-out 0s; border: 1px solid #ededed; }

.portfolio-item .portfolio-description a:hover i, .portfolio-item .grid-description a:hover i, .portfolio-item .portfolio-links a:hover i, .grid-item .portfolio-description a:hover i, .grid-item .grid-description a:hover i, .grid-item .portfolio-links a:hover i { background-color: #006c3c; color: #fff; border: 1px solid #006c3c; }

.portfolio-item .portfolio-description span, .portfolio-item .portfolio-description p, .portfolio-item .grid-description span, .portfolio-item .grid-description p, .portfolio-item .portfolio-links span, .portfolio-item .portfolio-links p, .grid-item .portfolio-description span, .grid-item .portfolio-description p, .grid-item .grid-description span, .grid-item .grid-description p, .grid-item .portfolio-links span, .grid-item .portfolio-links p { opacity: 0; -webkit-transition: all 0.8s ease; transition: all 0.8s ease; -webkit-transition-delay: 0.1s; transition-delay: 0.1s; margin-bottom: 0; padding-bottom: 0; }

.portfolio-item .portfolio-description a > i, .portfolio-item .grid-description a > i, .portfolio-item .portfolio-links a > i, .grid-item .portfolio-description a > i, .grid-item .grid-description a > i, .grid-item .portfolio-links a > i { font-size: 14px !important; }

.portfolio-item .portfolio-meta, .portfolio-item .grid-meta, .grid-item .portfolio-meta, .grid-item .grid-meta { padding-top: 20px; }

.portfolio-item:not(.no-overlay):hover .portfolio-slider .flickity-viewport:after, .portfolio-item:not(.no-overlay):hover .portfolio-image:after, .portfolio-item:not(.no-overlay):hover .portfolio-video:after, .portfolio-item:not(.no-overlay):hover .grid-slider .flickity-viewport:after, .portfolio-item:not(.no-overlay):hover .grid-image:after, .portfolio-item:not(.no-overlay):hover .grid-video:after, .grid-item:not(.no-overlay):hover .portfolio-slider .flickity-viewport:after, .grid-item:not(.no-overlay):hover .portfolio-image:after, .grid-item:not(.no-overlay):hover .portfolio-video:after, .grid-item:not(.no-overlay):hover .grid-slider .flickity-viewport:after, .grid-item:not(.no-overlay):hover .grid-image:after, .grid-item:not(.no-overlay):hover .grid-video:after { opacity: 0.5; }

.portfolio-item:not(.no-overlay):hover .portfolio-description, .portfolio-item:not(.no-overlay):hover .grid-description, .portfolio-item:not(.no-overlay):hover .portfolio-links, .grid-item:not(.no-overlay):hover .portfolio-description, .grid-item:not(.no-overlay):hover .grid-description, .grid-item:not(.no-overlay):hover .portfolio-links { -webkit-transform: translate3d(0, -50%, 0); transform: translate3d(0, -50%, 0); opacity: 1; visibility: visible; }

.portfolio-item:not(.no-overlay):hover .portfolio-description h3, .portfolio-item:not(.no-overlay):hover .grid-description h3, .portfolio-item:not(.no-overlay):hover .portfolio-links h3, .grid-item:not(.no-overlay):hover .portfolio-description h3, .grid-item:not(.no-overlay):hover .grid-description h3, .grid-item:not(.no-overlay):hover .portfolio-links h3 { -webkit-transform: translateY(0px); -ms-transform: translateY(0px); transform: translateY(0px); }

.portfolio-item:not(.no-overlay):hover .portfolio-description span, .portfolio-item:not(.no-overlay):hover .portfolio-description p, .portfolio-item:not(.no-overlay):hover .grid-description span, .portfolio-item:not(.no-overlay):hover .grid-description p, .portfolio-item:not(.no-overlay):hover .portfolio-links span, .portfolio-item:not(.no-overlay):hover .portfolio-links p, .grid-item:not(.no-overlay):hover .portfolio-description span, .grid-item:not(.no-overlay):hover .portfolio-description p, .grid-item:not(.no-overlay):hover .grid-description span, .grid-item:not(.no-overlay):hover .grid-description p, .grid-item:not(.no-overlay):hover .portfolio-links span, .grid-item:not(.no-overlay):hover .portfolio-links p { opacity: 1; }

.portfolio-item.classic-style .portfolio-item-wrap, .portfolio-item.classic-style .grid-item-wrap, .grid-item.classic-style .portfolio-item-wrap, .grid-item.classic-style .grid-item-wrap { position: relative; overflow: initial !important; }

.portfolio-item.classic-style .portfolio-image, .portfolio-item.classic-style .portfolio-video, .portfolio-item.classic-style .grid-image, .portfolio-item.classic-style .grid-video, .portfolio-item.classic-style .flickity-viewport, .grid-item.classic-style .portfolio-image, .grid-item.classic-style .portfolio-video, .grid-item.classic-style .grid-image, .grid-item.classic-style .grid-video, .grid-item.classic-style .flickity-viewport { box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); border-radius: 0.42rem; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; position: relative; /* 	img { }  */ }

.portfolio-item.classic-style .portfolio-image:after, .portfolio-item.classic-style .portfolio-video:after, .portfolio-item.classic-style .grid-image:after, .portfolio-item.classic-style .grid-video:after, .portfolio-item.classic-style .flickity-viewport:after, .grid-item.classic-style .portfolio-image:after, .grid-item.classic-style .portfolio-video:after, .grid-item.classic-style .grid-image:after, .grid-item.classic-style .grid-video:after, .grid-item.classic-style .flickity-viewport:after { display: none; }

.portfolio-item.classic-style:hover .portfolio-image, .portfolio-item.classic-style:hover .portfolio-video, .portfolio-item.classic-style:hover .grid-image, .portfolio-item.classic-style:hover .grid-video, .portfolio-item.classic-style:hover .flickity-viewport, .grid-item.classic-style:hover .portfolio-image, .grid-item.classic-style:hover .portfolio-video, .grid-item.classic-style:hover .grid-image, .grid-item.classic-style:hover .grid-video, .grid-item.classic-style:hover .flickity-viewport { box-shadow: 0 32px 58px rgba(0, 0, 0, 0.19); -webkit-transform: translateY(-6px); -ms-transform: translateY(-6px); transform: translateY(-6px); }

.portfolio-item.classic-style:hover .portfolio-description, .portfolio-item.classic-style:hover .grid-description, .grid-item.classic-style:hover .portfolio-description, .grid-item.classic-style:hover .grid-description { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1; visibility: visible; }

.portfolio-item.text-bottom .portfolio-description, .portfolio-item.text-bottom .grid-description, .grid-item.text-bottom .portfolio-description, .grid-item.text-bottom .grid-description { bottom: 0; left: 0; top: auto; text-align: left; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); width: 100%; }

.portfolio-item.text-bottom:hover .portfolio-description, .portfolio-item.text-bottom:hover .grid-description, .grid-item.text-bottom:hover .portfolio-description, .grid-item.text-bottom:hover .grid-description { -webkit-transform: translate3d(0, -4%, 0); transform: translate3d(0, -4%, 0); opacity: 1; visibility: visible; }

.portfolio-item.img-zoom-out .portfolio-image img, .portfolio-item.img-zoom-out .grid-image img, .grid-item.img-zoom-out .portfolio-image img, .grid-item.img-zoom-out .grid-image img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }

.portfolio-item.img-zoom-out:hover .portfolio-image img, .portfolio-item.img-zoom-out:hover .grid-image img, .grid-item.img-zoom-out:hover .portfolio-image img, .grid-item.img-zoom-out:hover .grid-image img { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }

.portfolio-item.reveal-effect .portfolio-item-wrap, .portfolio-item.reveal-effect .grid-item-wrap, .grid-item.reveal-effect .portfolio-item-wrap, .grid-item.reveal-effect .grid-item-wrap { position: relative; }

.portfolio-item.reveal-effect .portfolio-item-wrap .portfolio-image, .portfolio-item.reveal-effect .portfolio-item-wrap .portfolio-video, .portfolio-item.reveal-effect .portfolio-item-wrap .grid-image, .portfolio-item.reveal-effect .portfolio-item-wrap .grid-video, .portfolio-item.reveal-effect .grid-item-wrap .portfolio-image, .portfolio-item.reveal-effect .grid-item-wrap .portfolio-video, .portfolio-item.reveal-effect .grid-item-wrap .grid-image, .portfolio-item.reveal-effect .grid-item-wrap .grid-video, .grid-item.reveal-effect .portfolio-item-wrap .portfolio-image, .grid-item.reveal-effect .portfolio-item-wrap .portfolio-video, .grid-item.reveal-effect .portfolio-item-wrap .grid-image, .grid-item.reveal-effect .portfolio-item-wrap .grid-video, .grid-item.reveal-effect .grid-item-wrap .portfolio-image, .grid-item.reveal-effect .grid-item-wrap .portfolio-video, .grid-item.reveal-effect .grid-item-wrap .grid-image, .grid-item.reveal-effect .grid-item-wrap .grid-video { width: 100%; max-width: 100%; display: block; z-index: 1; position: relative; }

.portfolio-item.reveal-effect .portfolio-item-wrap .portfolio-image:after, .portfolio-item.reveal-effect .portfolio-item-wrap .portfolio-video:after, .portfolio-item.reveal-effect .portfolio-item-wrap .grid-image:after, .portfolio-item.reveal-effect .portfolio-item-wrap .grid-video:after, .portfolio-item.reveal-effect .grid-item-wrap .portfolio-image:after, .portfolio-item.reveal-effect .grid-item-wrap .portfolio-video:after, .portfolio-item.reveal-effect .grid-item-wrap .grid-image:after, .portfolio-item.reveal-effect .grid-item-wrap .grid-video:after, .grid-item.reveal-effect .portfolio-item-wrap .portfolio-image:after, .grid-item.reveal-effect .portfolio-item-wrap .portfolio-video:after, .grid-item.reveal-effect .portfolio-item-wrap .grid-image:after, .grid-item.reveal-effect .portfolio-item-wrap .grid-video:after, .grid-item.reveal-effect .grid-item-wrap .portfolio-image:after, .grid-item.reveal-effect .grid-item-wrap .portfolio-video:after, .grid-item.reveal-effect .grid-item-wrap .grid-image:after, .grid-item.reveal-effect .grid-item-wrap .grid-video:after { opacity: 0.3; }

.portfolio-item.reveal-effect .portfolio-item-wrap .portfolio-description, .portfolio-item.reveal-effect .portfolio-item-wrap .grid-description, .portfolio-item.reveal-effect .grid-item-wrap .portfolio-description, .portfolio-item.reveal-effect .grid-item-wrap .grid-description, .grid-item.reveal-effect .portfolio-item-wrap .portfolio-description, .grid-item.reveal-effect .portfolio-item-wrap .grid-description, .grid-item.reveal-effect .grid-item-wrap .portfolio-description, .grid-item.reveal-effect .grid-item-wrap .grid-description { pointer-events: none; }

.portfolio-item.reveal-effect:hover .portfolio-slider .flickity-viewport:after, .portfolio-item.reveal-effect:hover .portfolio-image:after, .portfolio-item.reveal-effect:hover .portfolio-video:after, .portfolio-item.reveal-effect:hover .grid-slider .flickity-viewport:after, .portfolio-item.reveal-effect:hover .grid-image:after, .portfolio-item.reveal-effect:hover .grid-video:after, .grid-item.reveal-effect:hover .portfolio-slider .flickity-viewport:after, .grid-item.reveal-effect:hover .portfolio-image:after, .grid-item.reveal-effect:hover .portfolio-video:after, .grid-item.reveal-effect:hover .grid-slider .flickity-viewport:after, .grid-item.reveal-effect:hover .grid-image:after, .grid-item.reveal-effect:hover .grid-video:after { opacity: 0.2; z-index: 8; }

.portfolio-item.reveal-effect:hover .portfolio-description, .portfolio-item.reveal-effect:hover .grid-description, .grid-item.reveal-effect:hover .portfolio-description, .grid-item.reveal-effect:hover .grid-description { opacity: 1; -webkit-transform: translate3d(0, -33%, 0); transform: translate3d(0, -33%, 0); }

.portfolio-item.img-rotate .portfolio-image img, .portfolio-item.img-rotate .grid-image img, .grid-item.img-rotate .portfolio-image img, .grid-item.img-rotate .grid-image img { -webkit-transform: rotate(0deg) scale(1); -ms-transform: rotate(0deg) scale(1); transform: rotate(0deg) scale(1); -webkit-transition: -webkit-transform 0.7s ease 0s; transition: -webkit-transform 0.7s ease 0s; transition: transform 0.7s ease 0s; transition: transform 0.7s ease 0s, -webkit-transform 0.7s ease 0s; }

.portfolio-item.img-rotate:hover .portfolio-image img, .portfolio-item.img-rotate:hover .grid-image img, .grid-item.img-rotate:hover .portfolio-image img, .grid-item.img-rotate:hover .grid-image img { -webkit-transform: rotate(-9deg) scale(1.2); -ms-transform: rotate(-9deg) scale(1.2); transform: rotate(-9deg) scale(1.2); }

.portfolio-item.img-zoom .portfolio-image img, .portfolio-item.img-zoom .grid-image img, .grid-item.img-zoom .portfolio-image img, .grid-item.img-zoom .grid-image img { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }

.portfolio-item.img-zoom:hover .portfolio-image img, .portfolio-item.img-zoom:hover .grid-image img, .grid-item.img-zoom:hover .portfolio-image img, .grid-item.img-zoom:hover .grid-image img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }

.portfolio-item.overlay-light .portfolio-image:after, .portfolio-item.overlay-light .portfolio-slider .flickity-viewport:after, .portfolio-item.overlay-light .grid-image:after, .portfolio-item.overlay-light .grid-slider .flickity-viewport:after, .grid-item.overlay-light .portfolio-image:after, .grid-item.overlay-light .portfolio-slider .flickity-viewport:after, .grid-item.overlay-light .grid-image:after, .grid-item.overlay-light .grid-slider .flickity-viewport:after { background-color: #fff; }

.portfolio-item.overlay-light .portfolio-description h3, .portfolio-item.overlay-light .grid-description h3, .grid-item.overlay-light .portfolio-description h3, .grid-item.overlay-light .grid-description h3 { color: #000000; }

.portfolio-item.overlay-light .portfolio-description p, .portfolio-item.overlay-light .portfolio-description span, .portfolio-item.overlay-light .grid-description p, .portfolio-item.overlay-light .grid-description span, .grid-item.overlay-light .portfolio-description p, .grid-item.overlay-light .portfolio-description span, .grid-item.overlay-light .grid-description p, .grid-item.overlay-light .grid-description span { color: #434343; }

.portfolio-item.overlay-light:hover .portfolio-image:after, .portfolio-item.overlay-light:hover .portfolio-slider .flickity-viewport:after, .portfolio-item.overlay-light:hover .grid-image:after, .portfolio-item.overlay-light:hover .grid-slider .flickity-viewport:after, .grid-item.overlay-light:hover .portfolio-image:after, .grid-item.overlay-light:hover .portfolio-slider .flickity-viewport:after, .grid-item.overlay-light:hover .grid-image:after, .grid-item.overlay-light:hover .grid-slider .flickity-viewport:after { opacity: 0.9; }

.portfolio-item.overlay-grey .portfolio-image:after, .portfolio-item.overlay-grey .portfolio-slider .flickity-viewport:after, .portfolio-item.overlay-grey .grid-image:after, .portfolio-item.overlay-grey .grid-slider .flickity-viewport:after, .grid-item.overlay-grey .portfolio-image:after, .grid-item.overlay-grey .portfolio-slider .flickity-viewport:after, .grid-item.overlay-grey .grid-image:after, .grid-item.overlay-grey .grid-slider .flickity-viewport:after { background-color: #e4e6ef; }

.portfolio-item.overlay-grey .portfolio-description h3, .portfolio-item.overlay-grey .grid-description h3, .grid-item.overlay-grey .portfolio-description h3, .grid-item.overlay-grey .grid-description h3 { color: #3c4043; }

.portfolio-item.overlay-grey .portfolio-description p, .portfolio-item.overlay-grey .portfolio-description span, .portfolio-item.overlay-grey .grid-description p, .portfolio-item.overlay-grey .grid-description span, .grid-item.overlay-grey .portfolio-description p, .grid-item.overlay-grey .portfolio-description span, .grid-item.overlay-grey .grid-description p, .grid-item.overlay-grey .grid-description span { color: #a8a8a8; }

.portfolio-item.overlay-grey:hover .portfolio-image:after, .portfolio-item.overlay-grey:hover .portfolio-slider .flickity-viewport:after, .portfolio-item.overlay-grey:hover .grid-image:after, .portfolio-item.overlay-grey:hover .grid-slider .flickity-viewport:after, .grid-item.overlay-grey:hover .portfolio-image:after, .grid-item.overlay-grey:hover .portfolio-slider .flickity-viewport:after, .grid-item.overlay-grey:hover .grid-image:after, .grid-item.overlay-grey:hover .grid-slider .flickity-viewport:after { opacity: 1; }

.portfolio-item.overlay-white .portfolio-image:after, .portfolio-item.overlay-white .portfolio-slider .flickity-viewport:after, .portfolio-item.overlay-white .grid-image:after, .portfolio-item.overlay-white .grid-slider .flickity-viewport:after, .grid-item.overlay-white .portfolio-image:after, .grid-item.overlay-white .portfolio-slider .flickity-viewport:after, .grid-item.overlay-white .grid-image:after, .grid-item.overlay-white .grid-slider .flickity-viewport:after { background-color: #fff; }

.portfolio-item.overlay-white .portfolio-description h3, .portfolio-item.overlay-white .grid-description h3, .grid-item.overlay-white .portfolio-description h3, .grid-item.overlay-white .grid-description h3 { color: #3c4043; }

.portfolio-item.overlay-white .portfolio-description p, .portfolio-item.overlay-white .portfolio-description span, .portfolio-item.overlay-white .grid-description p, .portfolio-item.overlay-white .grid-description span, .grid-item.overlay-white .portfolio-description p, .grid-item.overlay-white .portfolio-description span, .grid-item.overlay-white .grid-description p, .grid-item.overlay-white .grid-description span { color: #a8a8a8; }

.portfolio-item.overlay-white:hover .portfolio-image:after, .portfolio-item.overlay-white:hover .portfolio-slider .flickity-viewport:after, .portfolio-item.overlay-white:hover .grid-image:after, .portfolio-item.overlay-white:hover .grid-slider .flickity-viewport:after, .grid-item.overlay-white:hover .portfolio-image:after, .grid-item.overlay-white:hover .portfolio-slider .flickity-viewport:after, .grid-item.overlay-white:hover .grid-image:after, .grid-item.overlay-white:hover .grid-slider .flickity-viewport:after { opacity: 1; }

.portfolio-item.overlay-dark .portfolio-image:after, .portfolio-item.overlay-dark .portfolio-slider .flickity-viewport:after, .portfolio-item.overlay-dark .grid-image:after, .portfolio-item.overlay-dark .grid-slider .flickity-viewport:after, .grid-item.overlay-dark .portfolio-image:after, .grid-item.overlay-dark .portfolio-slider .flickity-viewport:after, .grid-item.overlay-dark .grid-image:after, .grid-item.overlay-dark .grid-slider .flickity-viewport:after { background-color: #000000; }

.portfolio-item.overlay-dark .portfolio-description h3, .portfolio-item.overlay-dark .grid-description h3, .grid-item.overlay-dark .portfolio-description h3, .grid-item.overlay-dark .grid-description h3 { color: #fff; }

.portfolio-item.overlay-dark .portfolio-description p, .portfolio-item.overlay-dark .portfolio-description span, .portfolio-item.overlay-dark .grid-description p, .portfolio-item.overlay-dark .grid-description span, .grid-item.overlay-dark .portfolio-description p, .grid-item.overlay-dark .portfolio-description span, .grid-item.overlay-dark .grid-description p, .grid-item.overlay-dark .grid-description span { color: #a8a8a8; }

.portfolio-item.overlay-dark:hover .portfolio-image:after, .portfolio-item.overlay-dark:hover .portfolio-slider .flickity-viewport:after, .portfolio-item.overlay-dark:hover .grid-image:after, .portfolio-item.overlay-dark:hover .grid-slider .flickity-viewport:after, .grid-item.overlay-dark:hover .portfolio-image:after, .grid-item.overlay-dark:hover .portfolio-slider .flickity-viewport:after, .grid-item.overlay-dark:hover .grid-image:after, .grid-item.overlay-dark:hover .grid-slider .flickity-viewport:after { opacity: 1; }

.portfolio-item.overlay-padding .portfolio-image:after, .portfolio-item.overlay-padding .grid-image:after, .grid-item.overlay-padding .portfolio-image:after, .grid-item.overlay-padding .grid-image:after { bottom: 15px; height: auto; left: 15px; right: 15px; top: 15px; width: auto; }

.portfolio-item.overlay-border .portfolio-image:after, .portfolio-item.overlay-border .grid-image:after, .grid-item.overlay-border .portfolio-image:after, .grid-item.overlay-border .grid-image:after { opacity: 1; background-color: transparent; position: absolute; }

.portfolio-item.overlay-border .portfolio-description, .grid-item.overlay-border .portfolio-description { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; position: absolute; left: 30px; right: 30px; top: 30px; bottom: 30px; border: 0 solid #00BCD4; -webkit-transition: border .4s ease; transition: border .4s ease; }

.portfolio-item.overlay-border:hover .portfolio-description, .grid-item.overlay-border:hover .portfolio-description { border-width: 10px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4); }

.portfolio-item.open-cursor .portfolio-wrap > a, .portfolio-item.open-cursor .grid-wrap > a, .grid-item.open-cursor .portfolio-wrap > a, .grid-item.open-cursor .grid-wrap > a { cursor: crosshair; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 5; }

.portfolio-item.no-overlay .portfolio-slider .flickity-viewport:after, .portfolio-item.no-overlay .grid-slider .flickity-viewport:after, .grid-item.no-overlay .portfolio-slider .flickity-viewport:after, .grid-item.no-overlay .grid-slider .flickity-viewport:after { display: none; }

.portfolio-item.no-overlay .portfolio-image, .portfolio-item.no-overlay .grid-image, .grid-item.no-overlay .portfolio-image, .grid-item.no-overlay .grid-image { position: relative; overflow: hidden; }

.portfolio-item.no-overlay .portfolio-image:after, .portfolio-item.no-overlay .grid-image:after, .grid-item.no-overlay .portfolio-image:after, .grid-item.no-overlay .grid-image:after { display: none; }

.portfolio-item.no-overlay .portfolio-description, .portfolio-item.no-overlay .grid-description, .grid-item.no-overlay .portfolio-description, .grid-item.no-overlay .grid-description { opacity: 1; padding: 6px; position: relative; -webkit-transform: translateY(-10px); -ms-transform: translateY(-10px); transform: translateY(-10px); visibility: inherit; width: 100%; }

.portfolio-item.no-overlay .portfolio-description h3, .portfolio-item.no-overlay .grid-description h3, .grid-item.no-overlay .portfolio-description h3, .grid-item.no-overlay .grid-description h3 { color: #3c4043; font-size: 16px; font-style: normal; font-weight: 700; letter-spacing: 1px; line-height: 18px; margin-bottom: 4px; text-transform: uppercase; }

.portfolio-item.no-overlay .portfolio-description span, .portfolio-item.no-overlay .grid-description span, .grid-item.no-overlay .portfolio-description span, .grid-item.no-overlay .grid-description span { color: #3c4043; font-size: 13px; font-style: normal; font-weight: 400; letter-spacing: 0; line-height: 15px; text-transform: capitalize; opacity: 1; }

.portfolio-item.no-overlay .portfolio-description p, .portfolio-item.no-overlay .grid-description p, .grid-item.no-overlay .portfolio-description p, .grid-item.no-overlay .grid-description p { color: #3c4043; font-weight: 500; font-size: 14px; opacity: 1; }

.portfolio-item.no-overlay:hover .portfolio-description, .portfolio-item.no-overlay:hover .grid-description, .grid-item.no-overlay:hover .portfolio-description, .grid-item.no-overlay:hover .grid-description { -webkit-transform: translate3d(0, -10px, 0); transform: translate3d(0, -10px, 0); opacity: 1; visibility: visible; }

.portfolio-item.no-overlay:hover .portfolio-description h3, .portfolio-item.no-overlay:hover .grid-description h3, .grid-item.no-overlay:hover .portfolio-description h3, .grid-item.no-overlay:hover .grid-description h3 { -webkit-transform: translateY(0px); -ms-transform: translateY(0px); transform: translateY(0px); }

.portfolio-item.no-overlay:hover .portfolio-description span, .portfolio-item.no-overlay:hover .portfolio-description p, .portfolio-item.no-overlay:hover .grid-description span, .portfolio-item.no-overlay:hover .grid-description p, .grid-item.no-overlay:hover .portfolio-description span, .grid-item.no-overlay:hover .portfolio-description p, .grid-item.no-overlay:hover .grid-description span, .grid-item.no-overlay:hover .grid-description p { opacity: 1; }

.portfolio-item.overlay-links:hover .portfolio-description, .portfolio-item.overlay-links:hover .grid-description, .grid-item.overlay-links:hover .portfolio-description, .grid-item.overlay-links:hover .grid-description { -webkit-transform: none; -ms-transform: none; transform: none; opacity: 1; visibility: visible; }

.portfolio-item.overlay-links:hover .portfolio-description h3, .portfolio-item.overlay-links:hover .grid-description h3, .grid-item.overlay-links:hover .portfolio-description h3, .grid-item.overlay-links:hover .grid-description h3 { -webkit-transform: none; -ms-transform: none; transform: none; }

.portfolio-item.overlay-links:hover .portfolio-description span, .portfolio-item.overlay-links:hover .portfolio-description p, .portfolio-item.overlay-links:hover .grid-description span, .portfolio-item.overlay-links:hover .grid-description p, .grid-item.overlay-links:hover .portfolio-description span, .grid-item.overlay-links:hover .portfolio-description p, .grid-item.overlay-links:hover .grid-description span, .grid-item.overlay-links:hover .grid-description p { opacity: 1; }

.portfolio-item.overlay-links .portfolio-description, .portfolio-item.overlay-links .grid-description, .grid-item.overlay-links .portfolio-description, .grid-item.overlay-links .grid-description { opacity: 1; padding: 20px; position: relative; -webkit-transform: none; -ms-transform: none; transform: none; visibility: inherit; width: 100%; }

.portfolio-item.overlay-links .portfolio-description a, .portfolio-item.overlay-links .grid-description a, .grid-item.overlay-links .portfolio-description a, .grid-item.overlay-links .grid-description a { margin: 0px; }

.portfolio-item.overlay-links .portfolio-description h3, .portfolio-item.overlay-links .grid-description h3, .grid-item.overlay-links .portfolio-description h3, .grid-item.overlay-links .grid-description h3 { color: #3c4043; }

.portfolio-item.overlay-links .portfolio-description span, .portfolio-item.overlay-links .grid-description span, .grid-item.overlay-links .portfolio-description span, .grid-item.overlay-links .grid-description span { color: #3c4043; opacity: 1; }

.portfolio-item.overlay-links .portfolio-description p, .portfolio-item.overlay-links .grid-description p, .grid-item.overlay-links .portfolio-description p, .grid-item.overlay-links .grid-description p { color: #3c4043; opacity: 1; }

.portfolio-item.revert .portfolio-slider .flickity-viewport:after, .portfolio-item.revert .portfolio-image:after, .portfolio-item.revert .portfolio-video:after, .portfolio-item.revert .grid-slider .flickity-viewport:after, .portfolio-item.revert .grid-image:after, .portfolio-item.revert .grid-video:after, .grid-item.revert .portfolio-slider .flickity-viewport:after, .grid-item.revert .portfolio-image:after, .grid-item.revert .portfolio-video:after, .grid-item.revert .grid-slider .flickity-viewport:after, .grid-item.revert .grid-image:after, .grid-item.revert .grid-video:after { opacity: 0.5; }

.portfolio-item.revert .portfolio-description, .portfolio-item.revert .grid-description, .portfolio-item.revert .portfolio-links, .grid-item.revert .portfolio-description, .grid-item.revert .grid-description, .grid-item.revert .portfolio-links { -webkit-transform: translate3d(0, -50%, 0); transform: translate3d(0, -50%, 0); opacity: 1; visibility: visible; }

.portfolio-item.revert .portfolio-description h3, .portfolio-item.revert .grid-description h3, .portfolio-item.revert .portfolio-links h3, .grid-item.revert .portfolio-description h3, .grid-item.revert .grid-description h3, .grid-item.revert .portfolio-links h3 { -webkit-transform: translateY(0px); -ms-transform: translateY(0px); transform: translateY(0px); }

.portfolio-item.revert .portfolio-description span, .portfolio-item.revert .portfolio-description p, .portfolio-item.revert .grid-description span, .portfolio-item.revert .grid-description p, .portfolio-item.revert .portfolio-links span, .portfolio-item.revert .portfolio-links p, .grid-item.revert .portfolio-description span, .grid-item.revert .portfolio-description p, .grid-item.revert .grid-description span, .grid-item.revert .grid-description p, .grid-item.revert .portfolio-links span, .grid-item.revert .portfolio-links p { opacity: 1; }

.portfolio-item.revert:hover .portfolio-slider .flickity-viewport:after, .portfolio-item.revert:hover .portfolio-image:after, .portfolio-item.revert:hover .portfolio-video:after, .portfolio-item.revert:hover .grid-slider .flickity-viewport:after, .portfolio-item.revert:hover .grid-image:after, .portfolio-item.revert:hover .grid-video:after, .grid-item.revert:hover .portfolio-slider .flickity-viewport:after, .grid-item.revert:hover .portfolio-image:after, .grid-item.revert:hover .portfolio-video:after, .grid-item.revert:hover .grid-slider .flickity-viewport:after, .grid-item.revert:hover .grid-image:after, .grid-item.revert:hover .grid-video:after { opacity: 0; }

.portfolio-item.revert:hover .portfolio-description, .portfolio-item.revert:hover .grid-description, .portfolio-item.revert:hover .portfolio-links, .grid-item.revert:hover .portfolio-description, .grid-item.revert:hover .grid-description, .grid-item.revert:hover .portfolio-links { -webkit-transform: translate3d(0, -50%, 0); transform: translate3d(0, -50%, 0); opacity: 0; }

.portfolio-item.revert:hover .portfolio-description h3, .portfolio-item.revert:hover .grid-description h3, .portfolio-item.revert:hover .portfolio-links h3, .grid-item.revert:hover .portfolio-description h3, .grid-item.revert:hover .grid-description h3, .grid-item.revert:hover .portfolio-links h3 { -webkit-transform: translateY(0px); -ms-transform: translateY(0px); transform: translateY(0px); }

.portfolio-item.revert:hover .portfolio-description span, .portfolio-item.revert:hover .portfolio-description p, .portfolio-item.revert:hover .grid-description span, .portfolio-item.revert:hover .grid-description p, .portfolio-item.revert:hover .portfolio-links span, .portfolio-item.revert:hover .portfolio-links p, .grid-item.revert:hover .portfolio-description span, .grid-item.revert:hover .portfolio-description p, .grid-item.revert:hover .grid-description span, .grid-item.revert:hover .grid-description p, .grid-item.revert:hover .portfolio-links span, .grid-item.revert:hover .portfolio-links p { opacity: 0; }

.portfolio-item.shadow, .grid-item.shadow { box-shadow: none !important; }

.portfolio-item.shadow .portfolio-item-wrap, .portfolio-item.shadow .grid-item-wrap, .grid-item.shadow .portfolio-item-wrap, .grid-item.shadow .grid-item-wrap { box-shadow: 0 7px 20px -10px rgba(171, 171, 171, 0.6); }

.portfolio-item.outline .portfolio-item-wrap, .portfolio-item.outline .grid-item-wrap, .grid-item.outline .portfolio-item-wrap, .grid-item.outline .grid-item-wrap { border: 1px solid #ebebeb; padding: 1px; }

.portfolio-item.light-bg .portfolio-item-wrap, .portfolio-item.light-bg .grid-item-wrap, .grid-item.light-bg .portfolio-item-wrap, .grid-item.light-bg .grid-item-wrap { background-color: #fff; border: 1px solid #f3f3f3; }

.portfolio-item.light-bg .portfolio-item-wrap .portfoio-description, .portfolio-item.light-bg .grid-item-wrap .portfoio-description, .grid-item.light-bg .portfolio-item-wrap .portfoio-description, .grid-item.light-bg .grid-item-wrap .portfoio-description { margin-bottom: 20px; }

.portfolio-item.grey-bg .portfolio-item-wrap, .portfolio-item.grey-bg .grid-item-wrap, .grid-item.grey-bg .portfolio-item-wrap, .grid-item.grey-bg .grid-item-wrap { background-color: #f3f3f3; }

.portfolio-item.grey-bg .portfolio-item-wrap .portfoio-description, .portfolio-item.grey-bg .grid-item-wrap .portfoio-description, .grid-item.grey-bg .portfolio-item-wrap .portfoio-description, .grid-item.grey-bg .grid-item-wrap .portfoio-description { margin-bottom: 20px; }

.alterneting-size .portfolio-item:nth-child(2n) .portfolio-item-wrap, .alterneting-size .grid-item:nth-child(2n) .grid-item-wrap { -webkit-transform: scale(0.75); -ms-transform: scale(0.75); transform: scale(0.75); }

.portfolio-slider, .grid-slider { width: 100%; }

.portfolio-slider.shadow, .grid-slider.shadow { box-shadow: 10px 10px 10px rgba(235, 235, 235, 0.5); }

.portfolio-slider.outline, .grid-slider.outline { border: 3px solid #fff; }

/*Sidebar version*/
.content.col-lg-9 .portfolio-item .portfolio-description h3, .content.col-lg-9 .portfolio-item .grid-description h3, .content.col-lg-9 .grid-item .portfolio-description h3, .content.col-lg-9 .grid-item .grid-description h3 { font-size: 13px; line-height: 14px; }

.container-fluid .content.col-lg-9 .portfolio-item .portfolio-description h3, .container-fluid .content.col-lg-9 .portfolio-item .grid-description h3, .container-fluid .content.col-lg-9 .grid-item .portfolio-description h3, .container-fluid .content.col-lg-9 .grid-item .grid-description h3 { font-size: 16px; line-height: 22px; }

.sidebar-both .portfolio-item .portfolio-description h3, .sidebar-both .portfolio-item .grid-description h3, .sidebar-both .grid-item .portfolio-description h3, .sidebar-both .grid-item .grid-description h3 { font-size: 13px; line-height: 14px; }

.sidebar-both .portfolio-item .portfolio-description p, .sidebar-both .portfolio-item .portfolio-description span, .sidebar-both .portfolio-item .grid-description p, .sidebar-both .portfolio-item .grid-description span, .sidebar-both .grid-item .portfolio-description p, .sidebar-both .grid-item .portfolio-description span, .sidebar-both .grid-item .grid-description p, .sidebar-both .grid-item .grid-description span { font-size: 12px; }

/*Portfolio page*/
.portfolio-content { position: relative; }

.portfolio-content img { width: 100%; }

.portfolio-attributes { color: #3c4043; font-size: 12px; overflow: hidden; text-transform: uppercase; margin-bottom: 20px; }

.portfolio-attributes a:not(.btn) { color: #3c4043; }

.portfolio-attributes .attribute { float: left; margin-bottom: 20px; padding-right: 20px; text-align: left; width: auto; }

.portfolio-attributes .attribute strong { opacity: 0.6; border-bottom: 1px solid rgba(31, 31, 31, 0.05); display: block; width: auto; margin-bottom: 10px; font-size: 11px; }

.portfolio-attributes.style1 .attribute { display: -webkit-inline-box; display: -webkit-inline-flex; display: -ms-inline-flexbox; display: inline-flex; float: none; margin-bottom: 6px; }

.portfolio-attributes.style1 .attribute strong { border: 0; margin-right: 8px; width: auto; }

.portfolio-attributes.style2 .attribute { float: none; width: 100%; }

.portfolio-attributes.style2 .attribute strong { border: 0; width: 100%; }

.project-description { margin-bottom: 40px; }

.project-description h2 { font-size: 32px; font-weight: 600; margin-bottom: 20px; }

.project-description h3 { font-size: 18px; font-weight: 400; margin-bottom: 20px; }

/*Portfolio Ajax  Page*/
.portfolio-ajax-page [class*="col-"] { padding: 0; }

.portfolio-ajax-page .project-description { padding: 24px 40px; margin-bottom: 0; }

.portfolio-ajax-page .project-description > p { padding-bottom: 6px; }

.portfolio-ajax-page .project-description .portfolio-attributes { margin-top: 20px; }

.portfolio-ajax-page .project-description .portfolio-attributes .attribute { margin-bottom: 0; width: 100%; }

.portfolio-ajax-page .project-description .portfolio-attributes .attribute > strong { min-width: 68px; }

/*  Blog & comments */
/* ----------------------------------------------------------------
	Blog
-----------------------------------------------------------------*/
.post-item { float: left; width: 100%; height: auto; padding: 0 0 20px 0; /*Styles*/ /*Types*/ }

.post-item .post-item-wrap { background-color: #fff; position: relative; }

.post-item img { width: 100%; height: auto; }

.post-item .post-image, .post-item .post-slider, .post-item .post-video, .post-item .post-audio, .post-item .post-quote-img { margin: 0; position: relative; padding: 0; }

.post-item .post-image .post-meta-category, .post-item .post-slider .post-meta-category, .post-item .post-video .post-meta-category, .post-item .post-audio .post-meta-category, .post-item .post-quote-img .post-meta-category { background-color: #006c3c; color: #fff; font-size: 13px; padding: 2px 16px; border-radius: 50px; position: absolute; right: 10px; top: 11px; z-index: 3; margin-right: 0; }

.post-item .post-image .post-meta-category i, .post-item .post-slider .post-meta-category i, .post-item .post-video .post-meta-category i, .post-item .post-audio .post-meta-category i, .post-item .post-quote-img .post-meta-category i { margin-right: 4px; }

.post-item .post-image .post-meta-category a, .post-item .post-slider .post-meta-category a, .post-item .post-video .post-meta-category a, .post-item .post-audio .post-meta-category a, .post-item .post-quote-img .post-meta-category a { color: #fff; }

.post-item .post-quote-img .post-meta-category { background-color: #fff; color: #006c3c; }

.post-item .post-quote-img .post-meta-category a { color: #006c3c; }

.post-item .post-video video, .post-item .post-video iframe { width: 100%; background-color: #000000; }

.post-item .post-audio > a > img { margin-bottom: -28px; }

.post-item .post-audio audio, .post-item .post-audio iframe { width: 100%; }

.post-item .post-audio audio { margin-bottom: -6px; }

.post-item .post-item-description { padding: 24px; line-height: 28px; color: #676767; }

.post-item .post-item-description > h2, .post-item .post-item-description > h2 > a { font-size: 18px; letter-spacing: -0.1px; line-height: 23px; margin-bottom: 16px; color: #444; font-weight: 600; }

.post-item .post-item-description .post-meta-date, .post-item .post-item-description .post-meta-comments, .post-item .post-item-description .post-meta-category { color: #C2C2C2; position: relative; top: -4px; font-size: 12px; margin-right: 8px; }

.post-item .post-item-description .post-meta-date i, .post-item .post-item-description .post-meta-comments i, .post-item .post-item-description .post-meta-category i { margin-right: 4px !important; }

.post-item .post-item-description .post-meta-date a, .post-item .post-item-description .post-meta-comments a, .post-item .post-item-description .post-meta-category a { color: #C2C2C2; }

.post-item .post-item-description .post-post-likes { float: right; font-size: 14px; color: #aaa; }

.post-item .post-item-description .post-post-likes i { margin-right: 8px; color: #aaa; }

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

.post-item.shadow .post-item-wrap { box-shadow: 0 1px 10px #efefef !important; }

.post-item.grey-bg .post-item-wrap { background-color: #f7f7f7; }

.post-item.border { border: none !important; }

.post-item.border .post-item-wrap { border: 1px solid #f2f2f2; }

.post-item.border > .post-item-wrap > .post-item-description { padding: 24px !important; width: 100% !important; }

.post-item.quote .post-item-wrap { background-color: #006c3c; border-radius: 4px; border-width: 0; }

.post-item.quote .post-quote-img img { width: auto; margin-left: 40px; margin-top: 40px; }

.post-item.quote .post-item-description { padding: 40px; }

.post-item.quote .post-item-description .post-meta-date, .post-item.quote .post-item-description .post-meta-comments, .post-item.quote .post-item-description .post-meta-category { color: #fff; opacity: 0.8; }

.post-item.quote .post-item-description .post-meta-date a, .post-item.quote .post-item-description .post-meta-date p, .post-item.quote .post-item-description .post-meta-comments a, .post-item.quote .post-item-description .post-meta-comments p, .post-item.quote .post-item-description .post-meta-category a, .post-item.quote .post-item-description .post-meta-category p { color: #fff; }

.post-item.quote .post-item-description > h3, .post-item.quote .post-item-description > h3 > a, .post-item.quote .post-item-description a, .post-item.quote .post-item-description p, .post-item.quote .post-item-description .item-link { color: #fff; }

.post-item.quote .post-item-description .post-author { font-size: 14px; height: 40px; }

.post-item.quote .post-item-description .post-author > img { height: 28px; margin-right: 8px; width: 28px; }

.post-items-transparent .post-item .post-item-wrap { border: 0; background-color: transparent; }

.post-items-transparent .post-item .post-item-wrap .post-item-description > p, .post-items-transparent .post-item .post-item-wrap .post-item-description .post-meta-date, .post-items-transparent .post-item .post-item-wrap .post-item-description .post-meta-comments, .post-items-transparent .post-item .post-item-wrap .post-item-description .post-meta-category { opacity: .7; }

/*Single Post*/
.single-post .post-item { /*padding: 0 0 20px 0;*/ }

.single-post .post-item img { width: 100%; height: auto; }

.single-post .post-item .post-item-description { padding: 22px 0; line-height: 28px; color: #676767; }

.single-post .post-item .post-item-description p { font-size: 16px; }

.single-post .post-item .post-item-description > h2, .single-post .post-item .post-item-description > h2 > a { font-size: 34px; letter-spacing: 0; line-height: 38px; margin-bottom: 12px; margin-top: 8px; color: #1e2022; }

.single-post .post-item .post-item-description .post-meta-date, .single-post .post-item .post-item-description .post-meta-comments, .single-post .post-item .post-item-description .post-meta-category { color: #777; font-size: 13px; margin-right: 16px; }

.single-post .post-item .post-item-description .post-meta-date a, .single-post .post-item .post-item-description .post-meta-comments a, .single-post .post-item .post-item-description .post-meta-category a { color: #777; }

.single-post .post-item .post-item-description .post-meta-share { float: right; }

.single-post .post-item .post-item-description .post-meta-share .btn { display: inline-block; margin-right: 0; }

.single-post .post-item .post-item-description .post-meta { border-bottom: 1px solid #f3f3f3; clear: both; display: block; margin-bottom: 26px; padding: 12px 0; position: relative; width: 100%; }

.single-post .post-item .post-tags { display: block; margin-bottom: 40px; position: relative; width: 100%; }

.single-post .post-item .post-tags a { font-weight: 400; color: #3c4043; border: 1px solid #e4e6ef; border-radius: 4px; font-size: 12px; margin-bottom: 10px; padding: 3px 10px; background-color: #fbfbfb; }

/*Thumbnail Version*/
.post-thumbnails a { color: #3c4043; }

.post-thumbnails .post-item { width: 100%; padding: 0 0 20px 0; }

.post-thumbnails .post-item .post-image, .post-thumbnails .post-item .post-slider, .post-thumbnails .post-item .post-video, .post-thumbnails .post-item .post-audio { float: left; width: 46%; }

.post-thumbnails .post-item:not(.quote) .post-item-description { float: left; padding-top: 0; width: 54% !important; }

#blog .blog .post-item { width: 25%; padding: 0 20px 20px 0; }

/*Single Page*/
.post-post-title h1 { font-size: 48px; letter-spacing: -.03em; line-height: 1; font-weight: 700; }

.post-image { margin-bottom: 20px; }

.post-image img { width: 100%; }

.post-metaa { margin-bottom: 20px; min-height: 60px; }

.post-metaa div { border-right: 1px solid #f6f6f6; float: left; margin-right: 18px; padding: 8px 18px 8px 0; }

.post-metaa :last-child { border-right: 0; }

.post-metaa .social-icons { margin-top: 8px; }

.post-metaa .post-comments i, .post-metaa .post-shares i { margin-right: 4px; font-size: 20px; float: left; }

.post-metaa .post-comments .post-shares-number, .post-metaa .post-comments .post-comments-number, .post-metaa .post-shares .post-shares-number, .post-metaa .post-shares .post-comments-number { color: #000; font-size: 18px; font-weight: 700; display: block; }

.post-metaa .post-comments .post-shares-label, .post-metaa .post-comments .post-comments-label, .post-metaa .post-shares .post-shares-label, .post-metaa .post-shares .post-comments-label { color: #aaa; font-size: 12px; text-transform: uppercase; display: block; }

.post-author { border-top: 1px solid #eee; font-size: 14px; height: 40px; margin-top: 15px; padding-bottom: 0; padding-top: 16px; }

.post-author a { color: #3c4043; }

.post-author p { position: relative; }

.post-author > img { border-radius: 50%; height: 28px; float: left; margin-right: 8px; width: 28px; }

.post-content { clear: both; display: block; padding: 0 40px 0 0; }

.sidebar > h3:nth-of-type(2) { margin-top: 17px; }

/* ----------------------------------------------------------------------
   GRID ARTICLE BOXES
-------------------------------------------------------------------------*/
.grid-articles { position: relative; }

.grid-articles .post-entry { float: left; width: 25%; position: relative; }

.grid-articles .post-entry:first-child { width: 50%; }

.grid-articles.carousel .post-entry:first-child { width: 100%; }

.grid-articles.grid-articles-v2 .post-entry:nth-child(1), .grid-articles.grid-articles-v2 .post-entry:nth-child(2) { width: 50%; }

.grid-articles .post-entry-overlay { height: 100%; left: 0; position: absolute; top: 0; width: 100%; }

.grid-articles .post-entry .post-entry-meta { height: auto; bottom: 0; left: 0; padding: 0 30px 30px; position: absolute; width: 100%; z-index: 2; }

.grid-articles .post-entry:before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.9) 100%); background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.9) 100%); opacity: 0.4; -webkit-transition: opacity 0.4s ease; transition: opacity 0.4s ease; z-index: 1; }

.grid-articles .post-entry:before { content: ""; height: auto; bottom: 0; left: 0; position: absolute; width: 100%; z-index: 1; }

.grid-articles .post-entry:hover:before { opacity: 1; z-index: 1; }

.grid-articles .post-entry .post-entry-meta .post-entry-meta-category { margin-bottom: 10px; }

.grid-articles .post-entry .post-entry-meta .post-entry-meta-title h2, .grid-articles .post-entry .post-entry-meta .post-entry-meta-title h2 a { color: #fff; font-size: 16px; font-weight: 600; line-height: 1.2; margin: 0; }

.grid-articles .post-entry:first-child .post-entry-meta .post-entry-meta-title h2, .grid-articles .post-entry:first-child .post-entry-meta .post-entry-meta-title h2 a, .grid-articles.grid-articles-v2 .post-entry:nth-child(2) .post-entry-meta .post-entry-meta-title h2 a { font-size: 22px; }

/*with space*/
.grid-articles.grid-articles-space .post-entry .post-entry-overlay { border-color: #fff; border-style: solid; border-width: 4px; }

.grid-articles.grid-articles-space .post-entry:first-child .post-entry-overlay { border-width: 4px 4px 4px 0px; }

.grid-articles.grid-articles-space .post-entry:nth-child(3) .post-entry-overlay, .grid-articles.grid-articles-space .post-entry:nth-child(5) .post-entry-overlay { border-width: 4px 0 4px 4px; }

.grid-articles .post-date { color: #fff; opacity: 0.6; }

.grid-articles .post-entry-meta .product-description, .post-entry-meta .product-description a { color: #fff !important; }

@media (max-width: 991.98px) { /*	Grid post*/
  .grid-articles:not(.post-carousel) .post-entry { width: 50%; }
  .grid-articles:not(.post-carousel) .post-entry:first-child { width: 100%; }
  .grid-articles:not(.post-carousel) .post-entry:first-child .post-entry-meta .post-entry-meta-title h2 { font-size: 20px; }
  .grid-articles:not(.post-carousel) .post-entry .post-entry-meta .post-entry-meta-title h2 { font-size: 13px; }
  .grid-articles:not(.post-carousel) .post-entry .post-entry-overlay { border-width: 0 !important; }
  .post-thumbnails .post-item:not(.quote) .post-item-description { width: 100% !important; } }

/*--------------------------------------------------- POST NEWS THUMBNAIL BOXES -------------------------------------------------*/
.post-thumbnail .post-thumbnail-entry > img { margin-bottom: 14px; max-height: 240px; width: 100%; }

.post-thumbnail .post-thumbnail-entry .post-thumbnail-content p { margin-bottom: 6px; }

.post-thumbnail ~ .post-thumbnail-list { border-top: 1px solid #e4e6ef; }

.post-thumbnail ~ .post-thumbnail-list .post-thumbnail-entry .post-thumbnail-content a { font-weight: 400; opacity: 0.7; line-height: 20px; }

.post-thumbnail ~ .post-thumbnail-list .post-thumbnail-entry .post-thumbnail-content a:hover { opacity: 1; }

/*Post thumbnail list*/
.post-thumbnail-list { position: relative; }

.post-thumbnail-list .post-thumbnail-entry img + .post-thumbnail-content { padding-left: 90px; }

.post-thumbnail-list .post-thumbnail-entry > img { float: left; display: block; height: 60px; width: 80px; margin-right: 16px; border-radius: 2px; }

.post-thumbnail-list .post-thumbnail-entry .post-thumbnail-content a { font-size: 14px; font-weight: 500; margin: -4px 0 0; }

.post-thumbnail-entry { border-bottom: 1px solid #e4e6ef; float: left; margin-bottom: 16px; padding-bottom: 10px; position: relative; clear: both; }

.post-thumbnail-entry a { color: #3c4043; }

.post-thumbnail-entry:last-child { border-bottom: 0; }

.post-thumbnail-entry .post-thumbnail-content > a { display: block; }

.post-thumbnail-entry .post-thumbnail-content .post-date, .post-thumbnail-entry .post-thumbnail-content .post-category { color: #aaa; font-size: 13px; }

.post-thumbnail-entry .post-thumbnail-content .post-date i, .post-thumbnail-entry .post-thumbnail-content .post-category i { margin-right: 2px; }

.post-thumbnail-entry .post-thumbnail-content .post-date ~ .post-category { margin-left: 6px; }

.post-thumbnail-entry .post-thumbnail-content .post-thumbnail-list .post-thumbnail-entry .post-thumbnail-content a { font-size: 14px; font-weight: 600; margin: 0; line-height: 12px !important; }

/*Responsive*/
@media (max-width: 767px) { .post-thumbnails .post-item { width: 100%; }
  .post-thumbnails .post-item .post-image, .post-thumbnails .post-item .post-slider, .post-thumbnails .post-item .post-video, .post-thumbnails .post-item .post-audio { float: none; width: 100%; }
  .post-thumbnails .post-item:not(.quote) .post-item-description { padding-top: 24px; float: none; width: 100%; } }

/*------------------------------------------------------
     Comments
------------------------------------------------------*/
.comments { margin: 0; }

.comments .comment_number { font-size: 18px; margin: 0 0 30px; }

.comments .comment_number span { color: #006c3c; }

.comments .comment { padding: 10px 0; background-color: #fff; }

.comments .comment .image { border-radius: 65px; display: block; float: left; height: 65px; overflow: hidden; width: 65px; }

.comments .comment .text { padding: 0 0 0 86px; min-height: 80px; position: relative; }

.comments .comment .text .name { display: block; color: #303030; font-size: 16px; font-weight: 700; margin-bottom: -4px; }

.comments .comment .comment_date { color: #888; font-size: 12px; }

.comments .comment .text .comment-reply-link { color: #006c3c; font-size: 9px; text-transform: uppercase; font-weight: 700; padding: 0 0 0 5px; opacity: .7; }

.comments .comment .text .comment-reply-link:hover { opacity: 1; }

.comments .comment .text .text_holder { display: block; margin: 3px 0 0 0; }

.comments .comment .comment { margin-left: 90px; }

.post-item .comments { padding: 40px 0; border-top: 1px solid #eee; }

.respond-form { padding-top: 40px; }

.respond-comment { font-size: 18px; margin: 0 0 30px; }

.respond-comment span { color: #006c3c; }

@media (max-width: 991.98px) { .comments { padding: 22px 0 30px; margin: 0; }
  .comments .comment .image { border-radius: 48px; height: 48px; width: 48px; margin-right: 14px; }
  .comments .comment .text { padding: 0; }
  .comments .comment .comment { margin-left: 30px; } }

/*  Shop */
.shop { position: relative; }

.product { margin-bottom: 40px; position: relative; display: block; }

.product a:not(.btn) { color: #3c4043; }

.product .product-image { position: relative; width: 100%; height: auto; overflow: hidden; }

.product .product-image > a, .product .product-image img { display: block; width: 100%; height: 100%; }

.product .product-image > a, .product .product-wishlist a { -webkit-transition: all .4s ease; transition: all .4s ease; }

.product .product-image > a:nth-of-type(2) { top: 0; left: 0; opacity: 0; z-index: -1; position: absolute; }

.product .product-image:hover > a:nth-of-type(2) { opacity: 1; z-index: 2; }

.product .product-wishlist a { border: 2px solid #333; border-radius: 50%; height: 30px; left: 12px; line-height: 28px; position: absolute; text-align: center; top: 12px; width: 30px; z-index: -1; opacity: 0; }

.product:hover .product-wishlist, .product:hover .product-wishlist a { z-index: 3; opacity: 1; }

.product .product-description { padding: 8px 0 10px; }

.product .product-title { max-width: 80%; }

.product .product-title h3, .product .product-title h3 a { font-size: 18px; margin-bottom: 0; }

.product .product-category { display: block; opacity: 0.5; }

.product .product-price { width: 26%; float: right; margin-bottom: 0; margin-top: -26px; text-align: right; }

.product .product-price ins { color: #444; font-size: 18px; font-weight: 600; margin-bottom: 4px; text-decoration: none; }

.product .product-price del { display: block; font-size: 12px; font-weight: 400; margin: -20px 0 -4px; opacity: 0.6; }

.product .product-rate { height: 23px; float: left; color: #FFC300; }

.product .product-reviews, .product .product-reviews a { color: #73848e; float: right; font-size: 13px; }

.product .product-sale, .product .product-new, .product .product-hot, .product .product-out-stock { border-radius: 50%; color: #ffffff; font-size: 11px; font-weight: 600; height: 42px; right: 10px; line-height: 42px; position: absolute; text-align: center; text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.14); top: 10px; width: 42px; z-index: 5; }

.product .product-sale, .product .product-sale-off { background: #ffc300; }

.product .product-new { background: #00c0e9; }

.product .product-hot { background: #d6284b; }

.product .product-out-stock { background: #a5a5a5 none repeat scroll 0 0; border-radius: 4px; padding: 0 18px; width: auto; }

.product .product-sale-off { border-radius: 12px 0 0; bottom: 0px; color: #ffffff; font-size: 16px; font-weight: 600; height: 42px; line-height: 42px; position: absolute; right: 0px; text-align: center; text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.14); width: 88px; z-index: 5; }

.product .product-overlay { position: absolute; width: 100%; height: 44px; line-height: 44px; top: auto; bottom: -44px; left: 0; z-index: 6; -webkit-transition: bottom .3s ease; transition: bottom .3s ease; }

.product .product-overlay a { -webkit-transition: bottom .3s ease; transition: bottom .3s ease; color: #fff; display: block; font-size: 13px; background-color: rgba(0, 0, 0, 0.7); text-align: center; }

.product .product-overlay a:hover { background-color: #111; color: #fff; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); }

.product:hover .product-overlay { bottom: 0px; }

/*Grid Columns*/
.grid-5-columns .product .product-title h3, .grid-5-columns .product .product-title h3 a, .grid-5-columns .product .product-price ins, .grid-6-columns .product .product-title h3, .grid-6-columns .product .product-title h3 a, .grid-6-columns .product .product-price ins { font-size: 14px; }

.grid-5-columns .product .product-reviews, .grid-5-columns .product .product-reviews a, .grid-6-columns .product .product-reviews, .grid-6-columns .product .product-reviews a { font-size: 11px; float: left; }

.grid-5-columns .product .product-reviews, .grid-5-columns .product .product-reviews a { float: right; }

.shop-category { position: relative; }

.shop-category-box { position: relative; margin-bottom: 20px; }

.shop-category-box img { width: 100%; }

.shop-category-box .shop-category-box-title { background-color: rgba(255, 255, 255, 0.9); bottom: 10px; padding: 4px 0; position: absolute; text-align: center; width: 100%; }

.shop-category-box-title h6 { margin-bottom: 0; }

.shop-cart th, .shop-cart .table td { vertical-align: middle; }

.shop-cart .cart-product-remove { text-align: center; }

.shop-cart .cart-product-thumbnail > a { color: #3c4043; float: left; margin-right: 12px; }

.shop-cart .cart-product-thumbnail img { max-width: 52px; }

.shop-cart .cart-product-thumbnail .cart-product-thumbnail-name { padding: 24px; }

.cart-product-description { max-width: 200px; font-size: 12px; }

.cart-product-description span { display: block; }

.cart-product-quantity .minus, .cart-product-quantity .plus { background-color: #fff; border: 1px solid #eee; margin: 0 -4px; padding: 5px 12px; }

.cart-product-quantity .qty { border: 1px solid #eee; max-width: 40px; padding: 5px; text-align: center; }

.payment-method td { padding: 12px 20px !important; }

.product-page:not(.widget-shop) .product-title h3 { font-size: 28px; margin-bottom: 0; }

.product-size { display: block; list-style: outside none none; margin: 0 20px 15px 0; overflow: hidden; padding-left: 0; }

.product-size li { float: left; margin: 0 -1px 0 0; }

.product-size li label span { cursor: pointer; display: block; font-size: 1.2em; font-weight: 400; height: 40px; line-height: 37px; margin: 0; text-align: center; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; width: 40px; }

.product-size li label input { left: -9000px; position: absolute; }

.product-size li label span { border: 1px solid #eee; color: #909090; }

.product-size li label span:hover { background-color: #eee; }

.product-size li label input:checked + span { background-color: #eee; border-color: #eee; }

.product .comment .product-rate { float: right; }

.ajax-quick-view .product { margin-bottom: 0px; margin-top: 20px; }

.widget-shop { position: relative; }

.widget-shop .product { position: relative; border-bottom: 1px solid #eee; float: left; margin-bottom: 12px; min-height: 96px; padding-bottom: 12px; }

.widget-shop .product:last-child { border-bottom: 0; margin-bottom: -4px; padding-bottom: 0; }

.widget-shop .product .product-description { padding-top: 0px; }

.widget-shop .product .product-image { float: left; padding-right: 10px; width: 26%; }

.widget-shop .product .product-description { display: table-cell; padding-bottom: 0; vertical-align: top; width: 74%; }

.widget-shop .product .product-title, .widget-shop .product .product-category { font-size: 12px; margin-bottom: 5px; margin-top: -8px; }

.widget-shop .product .product-title h3, .widget-shop .product .product-title h3 a, .widget-shop .product .product-category h3, .widget-shop .product .product-category h3 a { font-size: 15px; line-height: 18px; }

.widget-shop .product .product-category { margin-top: -6px; }

.widget-shop .product .product-price { clear: both; float: none; margin-bottom: 0; margin-top: 0; text-align: left; }

.widget-shop .product .product-price ins { font-size: 14px; margin-bottom: 4px; }

.widget-shop .product .product-price del { display: unset; font-size: 12px; margin: -8px 5px -8px 0; }

.widget-tweeter .list-tweets { padding-left: 0; }

.widget-categories .list { padding: 0; }

#footer .widget-categories a { color: #888; }

.shop-promo-box { min-height: 360px; background-repeat: no-repeat; padding: 50px; border: 8px solid #eee; }

.shop-promo-box > h2 { font-weight: 800; margin-bottom: 0; }

/*  Forum */
/* ----------------------------------------------------------------
    Forum
-----------------------------------------------------------------*/
.forum { border-radius: 4px; padding: 20px 26px; background-color: #fff; }

.forum .fa { width: 1em; text-align: center; }

.forum table th { width: 6em; width: 14em; }

.forum thead tr > th { background-color: #006c3c; color: #fff; border-bottom: 0; }

.forum thead tr:first-child th:first-child { border-top-left-radius: 4px; }

.forum thead tr:last-child th:last-child { border-top-right-radius: 4px; }

.forum thead tr h3 { color: #fff; margin-bottom: 0px; font-size: 22px; }

.forum h4 > small { display: block; }

/*  Footer */
/* ----------------------------------------------------------------
    FOOTER
-----------------------------------------------------------------*/
#footer { display: block; position: relative; background-color: #f9f9fa; font-size: 14px; line-height: 32px; font-weight: 400; font-family: inherit; }

#footer a:not(.btn):not(:hover) { color: #3c4043; }

#footer p { font-family: inherit; }

#footer a:not(.btn) { font-weight: 400; }

#footer .footer-content { padding: 60px 0 0px 0; }

#footer .widget .widget-title, #footer .widget h4 { font-size: 15px; letter-spacing: 1px; font-weight: 600; /* ul { li { a { font-family: $headings-font-family; font-size: 15px; line-height: 32px; color: #999; } } } */ }

#footer .widget ul { padding-left: 0; }

#footer .copyright-content { min-height: 50px; padding: 10px 0; background-color: #f1f1f3; font-size: 13px; }

#footer .logo { margin-bottom: 54px; margin-top: 12px; max-width: 80px; }

#footer .footer-logo { border-right: 1px solid #333; margin-bottom: 20px; margin-right: 18px; padding-right: 16px; }

.dark #footer, #footer.inverted, #footer.dark { background-color: #181818; }

.dark #footer p, #footer.inverted p, #footer.dark p { color: #999; }

.dark #footer a:not(.btn), #footer.inverted a:not(.btn), #footer.dark a:not(.btn) { font-weight: 400; }

.dark #footer a:not(.btn):not(:hover), #footer.inverted a:not(.btn):not(:hover), #footer.dark a:not(.btn):not(:hover) { color: #999; }

.dark #footer h1, .dark #footer h2, .dark #footer h3, .dark #footer h4, .dark #footer h5, .dark #footer h6, #footer.inverted h1, #footer.inverted h2, #footer.inverted h3, #footer.inverted h4, #footer.inverted h5, #footer.inverted h6, #footer.dark h1, #footer.dark h2, #footer.dark h3, #footer.dark h4, #footer.dark h5, #footer.dark h6 { color: #fff; }

.dark #footer .widget .widget-title, .dark #footer .widget h4, #footer.inverted .widget .widget-title, #footer.inverted .widget h4, #footer.dark .widget .widget-title, #footer.dark .widget h4 { color: #fff; }

.dark #footer .copyright-content, #footer.inverted .copyright-content, #footer.dark .copyright-content { background-color: #1E1E1E; }

/*  Widgets */
/* ----------------------------------------------------------------
	Widgets
-----------------------------------------------------------------*/
.widget { margin-bottom: 30px; position: relative; }

.widget .widget-title, .widget > h4 { font-size: 15px; font-style: normal; font-weight: 600; text-transform: uppercase; line-height: 24px; letter-spacing: 1px; margin-bottom: 20px; }

.widget:after, .widget:before { clear: both; content: " "; display: table; }

.widget .flickity-page-dots { margin-bottom: 20px; }

.widget a { color: #3c4043; }

.widget p { margin-bottom: 20px; }

.sidebar .widget { border-bottom: 1px solid #eee; margin-bottom: 30px; padding-bottom: 30px; }

.sidebar .widget:last-child { border-bottom: 0; margin-bottom: 0; padding-bottom: 0; }

.sidebar .widget #testimonials .testimonial-item > img { border-radius: 50%; display: block; float: none; height: 50px !important; margin: 0 auto 20px; width: 50px !important; }

.tags a { border: 2px solid #e4e6ef; border-radius: 50px; font-size: 13px; font-weight: 400; letter-spacing: 1px; outline: none; padding: 5px 14px; margin: 0 2px 5px 0; background-color: transparent; color: #3c4043; display: inline-block; -webkit-transition: all 0.3s; transition: all 0.3s; }

.tags a:hover, .tags a:focus, .tags a:active, .tags a.active { background-color: #006c3c; border-color: #006c3c; color: #fff !important; }

.widget-archive ul { padding-left: 0; }

.flickr-widget, .widget-instagram { opacity: 0; min-height: 225px; -webkit-transition: opacity .3s ease; transition: opacity .3s ease; margin-bottom: 20px; }

.flickr-widget.widget-instagram-loaded, .flickr-widget.flickr-widget-loaded, .widget-instagram.widget-instagram-loaded, .widget-instagram.flickr-widget-loaded { opacity: 1; }

.flickr-widget a img, .widget-instagram a img { width: 25%; height: auto; padding: 3px; border-radius: 6px; }

.flickr-widget .col-lg-3 > a img, .widget-instagram .col-lg-3 > a img { padding: 2px; width: 25%; }

.flickr-widget .col-lg-4 > a > img, .widget-instagram .col-lg-4 > a > img { width: 25%; }

body.breakpoint-sm .col-3 .flickr-widget img .widget-instagram img { width: 16.666%; }

.widget .footer-widget .social-icon { background-color: rgba(0, 0, 0, 0.2); }

.widget.widget-newsletter button { margin-left: -1px; }

.widget.widget-newsletter button { border-bottom-left-radius: 0; border-top-left-radius: 0; }

.widget.widget-newsletter .btn { text-transform: none; }

.widget.widget-newsletter .form-control { height: 40px; }

.widget.widget-newsletter .btn { font-size: 12px; font-weight: 600; height: 40px; padding: 8px 16px; }

.widget.widget-newsletter label.error { color: #e42c3e; display: none !important; font-weight: 400; margin-top: 5px; }

.background-dark .widget.widget-newsletter .input-group-prepend { background-color: #fff; color: #fff; }

.background-dark .widget.widget-newsletter .form-transparent-fields .form-control { border-left: 0; padding-left: 0; }

.form-control.error, .sm-form-control.error { border-color: #e42c3e; }

.widget-newsletter small { display: block; }

.widget.widget-search button { margin-left: -1px; }

.widget.widget-search button { border-bottom-left-radius: 0; border-top-left-radius: 0; }

.widget.widget-search .btn { text-transform: none; }

.widget.widget-search .btn { font-size: 12px; font-weight: 600; height: 40px; padding: 8px 16px; }

.background-dark .widget.widget-search .input-group-prepend { background-color: rgba(0, 0, 0, 0.35); border-color: rgba(0, 0, 0, 0.25); color: #999; }

#widget-contact-form { clear: left; }

.widget .form-inline .form-select, .widget .form-inline .input-group { width: 100%; }

.widget-tweeter, .widget-twitter { min-height: 248px; }

#twitter-cnt { position: relative; }

.widget-tweeter:not([data-avatar="true"]) li { font-style: normal; font-variant: normal; text-rendering: auto; -webkit-font-smoothing: antialiased; }

.widget-tweeter:not([data-avatar="true"]) li:before, .widget-twitter:not([data-avatar="true"]) li:before { margin-left: -22px; position: absolute; font-family: "Font Awesome 5 Brands"; content: "\f099"; }

.widget-tweeter[data-avatar="true"] li img, .widget-twitter[data-avatar="true"] li img { border-radius: 50%; left: -4px; position: absolute; width: 26px; z-index: 3; }

.widget-tweeter[data-avatar="true"] li, .widget-twitter[data-avatar="true"] li { padding-left: 10px; }

.widget-tweeter li, .widget-twitter li { line-height: 1.66; margin-bottom: 20px; }

.widget-tweeter li:last-child, .widget-twitter li:last-child { margin-bottom: 0px; }

.widget-tweeter ul, .widget-twitter ul { list-style: none; padding-left: 22px; margin-bottom: 0; }

.widget-tweeter small, .widget-twitter small { display: block; color: #1e2022 !important; width: 100%; margin-top: 10px; }

.widget-newsletter .input-group-prepend i { color: #555 !important; }

/*Widget: Contact us*/
.widget-gallery a > img { float: left; height: auto; width: 33.3333333%; padding: 3px; }

.p-dropdown-content .widget-myaccount { min-width: 220px; }

.widget-myaccount { min-width: 220px; text-align: center; }

.widget-myaccount ul > li, .widget-myaccount > li { display: block; }

.widget-myaccount ul > li:first-child label, .widget-myaccount > li:first-child label { margin-top: 0; }

.widget-myaccount ul > li label, .widget-myaccount > li label { color: #e4e6ef; font-size: 11px; text-transform: uppercase; margin-top: 14px; margin-bottom: 0; }

.widget-myaccount ul > li a, .widget-myaccount > li a { line-height: 26px; white-space: nowrap; display: block; padding: 2px 8px; }

.widget-myaccount ul > li a i, .widget-myaccount > li a i { margin-right: 6px; }

.bootstrap-datetimepicker-widget .datepicker { width: 100%; }

.p-dropdown-content .widget-mycart { min-width: 246px; }

.widget-mycart { width: 100%; position: relative; }

.widget-mycart .cart-item { margin-top: 8px; display: inline-table; width: 100%; }

.widget-mycart .cart-item .cart-image { width: 50px; height: 50px; float: left; overflow: hidden; border-radius: 4px; }

.widget-mycart .cart-item .cart-image img { width: 100%; }

.widget-mycart .cart-item .cart-product-meta { float: left; padding-left: 20px; }

.widget-mycart .cart-item .cart-product-meta > a { font-weight: 500; display: block; }

.widget-mycart .cart-item .cart-product-meta span { opacity: .7; }

.widget-mycart .cart-item .cart-item-remove { width: 20px; float: right; font-size: 12px; }

.widget-mycart .cart-item .cart-item-remove i { color: #3c4043 !important; }

.widget-mycart .cart-total { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; padding-top: 4px; margin: 10px 0; }

.widget-mycart .cart-total .cart-total-labels { text-align: left; }

.widget-mycart .cart-total .cart-total-labels span { margin-bottom: 2px; display: block; font-weight: 500; }

.widget-mycart .cart-total .cart-total-labels span strong { font-size: 16px; font-weight: 600; }

.widget-mycart .cart-total .cart-total-prices { text-align: right; }

.widget-mycart .cart-total .cart-total-prices span { margin-bottom: 2px; display: block; font-weight: 500; }

.widget-mycart .cart-total .cart-total-prices span strong { font-weight: 600; font-size: 16px; }

.widget-mycart .cart-buttons .btn { margin-bottom: 0; }

.p-dropdown-content .widget-notification { min-width: 246px; }

.widget-notification { width: 100%; position: relative; }

.widget-notification .notification-item { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; margin-top: 12px; width: 100%; position: relative; }

.widget-notification .notification-item.notification-new::before { content: " "; background-color: #dc3545; width: 10px; height: 10px; position: absolute; border-radius: 50%; right: 0; top: 5px; }

.widget-notification .notification-item .notification-image { width: 36px; height: 36px; border-radius: 100%; overflow: hidden; }

.widget-notification .notification-item .notification-image img { width: 100%; }

.widget-notification .notification-item .notification-meta { -webkit-box-flex: 1px; -webkit-flex: 1px; -ms-flex: 1px; flex: 1px; padding-left: 12px; }

.widget-notification .notification-item .notification-meta > a { font-weight: 500; display: block; }

.widget-notification .notification-item .notification-meta span { opacity: .6; font-size: 11px; }

/*Widget Tabs*/
.widget .tabs-content { margin-bottom: 0; padding-bottom: 0; }

.sidebar .widget .tabs li > a { /*font-size: 11px;*/ padding: 10px; }

.sidebar .widget .tabs .tabs-navigation li { float: left; display: inherit; }

.widget .post-thumbnail-content a { font-size: 13px; line-height: 20px; display: block; }

.sidebar .widget .post-thumbnail-list .post-thumbnail-entry > img { height: 48px; margin-right: 10px; width: 64px; }

.sidebar .widget .post-thumbnail-list .post-thumbnail-entry img + .post-thumbnail-content { padding-left: 72px; }

.sidebar .widget .post-thumbnail-entry .post-thumbnail-content .post-date, .post-thumbnail-entry .post-thumbnail-content .post-category { font-size: 11px; }

.sidebar .widget .post-thumbnail-entry:last-child { margin-bottom: 0; padding-bottom: 0; }

/*Dark*/
.dark .widget .widget-title, .dark .widget > h4 { color: #fff; }

@media (max-width: 991.98px) { .widget { float: left; width: 100%; } }

/*  Extras */
/*------------------------------------------------------
     Extras
------------------------------------------------------*/
.lazy { opacity: 0; -webkit-transition: opacity 3s ease-in; transition: opacity 3s ease-in; }

.lazy.img-loaded { opacity: 1; }

.item-link { color: #3c4043; font-size: 12px; letter-spacing: 1px; text-transform: uppercase !important; }

.item-link i { position: relative; right: 0; -webkit-transition: right 0.3s ease 0s; transition: right 0.3s ease 0s; }

.item-link:hover { color: #006c3c; }

.item-link:hover i { right: -6px; }

.background-image { background-position: center center; background-repeat: no-repeat; background-size: cover; }

.background-fixed { background-attachment: fixed; background-position: center top; background-size: cover; }

.no-parallax { background-size: cover !important; background-attachment: scroll !important; background-position: center center !important; }

.background-colored { background-color: #006c3c; }

#particles-dots { position: absolute; width: 100%; height: 100%; top: 0; left: 0; background-color: transparent; z-index: -1; }

.particles canvas { position: absolute; top: 0; left: 0; }

.particles ~ .bg-overlay { z-index: -2; }

/* ----------------------------------------------------------------
    MULTISCROLL
-----------------------------------------------------------------*/
#multiscroll .ms-left .ms-section { background-position: 100% center !important; }

#multiscroll .ms-right .ms-section { background-position: 0 center !important; }

/* ----------------------------------------------------------------
Scroll top
-----------------------------------------------------------------*/
#scrollTop { z-index: -1; opacity: 0; position: fixed; text-align: center; line-height: 12px !important; right: 26px; bottom: 0; color: #fff; cursor: pointer; border-radius: 100px; height: 40px; width: 40px; background-color: rgba(0, 0, 0, 0.25); background-repeat: no-repeat; background-position: center; -webkit-transition: opacity 0.3s, bottom 0.5s, box-shadow 0.3s cubic-bezier(0.55, 0, 0.1, 1), background-color 0.1s linear; transition: opacity 0.3s, bottom 0.5s, box-shadow 0.3s cubic-bezier(0.55, 0, 0.1, 1), background-color 0.1s linear; background-color: rgba(0, 0, 0, 0.25) !important; overflow: hidden; }

#scrollTop i { line-height: 39px !important; width: 39px !important; height: 39px !important; font-size: 16px !important; top: 0px !important; left: 0px !important; text-align: center !important; position: relative; z-index: 10; background-color: transparent !important; -webkit-transform: translate(0, 0px); -ms-transform: translate(0, 0px); transform: translate(0, 0px); -webkit-transition: -webkit-transform 0.2s ease; transition: -webkit-transform 0.2s ease; transition: transform 0.2s ease; transition: transform 0.2s ease, -webkit-transform 0.2s ease; }

#scrollTop:hover { -webkit-transition: box-shadow 0.3s cubic-bezier(0.55, 0, 0.1, 1), background-color 0.05s linear 0.25s; transition: box-shadow 0.3s cubic-bezier(0.55, 0, 0.1, 1), background-color 0.05s linear 0.25s; background-color: transparent !important; }

#scrollTop:hover i { -webkit-transform: translate(0, -39px) !important; -ms-transform: translate(0, -39px) !important; transform: translate(0, -39px) !important; }

#scrollTop:after, #scrollTop:before { display: block; content: ' '; height: 100%; width: 100%; position: absolute; top: 0; left: 0; z-index: 1; background-color: #006c3c; -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1); transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1); border-radius: 100px; }

#scrollTop:before { background-color: rgba(255, 255, 255, 0.25); -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); opacity: 0; z-index: 2; }

#scrollTop:hover:after { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }

#scrollTop:active:before { opacity: 1; }

/* ----------------------------------------------------------------
Misc
-----------------------------------------------------------------*/
.show-grid[class*="col-lg-"] .show-grid-block { background-color: #eeeeee; border: 1px solid #ffffff; display: block; line-height: 40px; min-height: 40px; text-align: center; }

.fontawesome-icon-list i { font-size: 18px; display: inline-block; font-size: 1.3em; margin-right: 5px; position: relative; text-align: center; top: 2px; width: 30px; padding: 16px 0px; }

[class^="icon"] { display: inline-block; }

/* ----------------------------------------------------------------------
Images
-------------------------------------------------------------------------*/
.img-thumbnail { border: 1px solid #eee; padding: 1px; }

/* ----------------------------------------------------------------------
NEWS MARKETING BOX
-------------------------------------------------------------------------*/
.marketing-box { background-color: #f1f1f1; border: 1px solid #eee; clear: both; color: #999; height: 100px; line-height: 100px; text-align: center; width: 100%; margin-bottom: 20px; }

/* ----------------------------------------------------------------------
NEWS MARKETING BOX
-------------------------------------------------------------------------*/
.news-ticker { border-bottom: 1px solid #eee; position: relative; }

.news-ticker-title { background-color: #f5f5f5; float: left; margin-right: 12px; height: 100%; }

.news-ticker-title h4 { font-size: 14px; font-weight: 700; line-height: 14px; padding: 20px 30px 17px; }

.news-ticker-content { margin-bottom: 0; padding: 14px; width: 100%; }

.news-ticker-content .polo-carousel-item { margin-right: 40px; }

.news-ticker-content .polo-carousel-item a { white-space: nowrap; padding-right: 40px !important; }

.news-ticker-content .polo-carousel-item:before { color: #d82731; content: "\e9be"; font-family: inspiro-icons !important; font-size: 10px; margin-left: -32px; position: absolute; }

@media (max-width: 991.98px) { .news-ticker { display: none; } }

/* ----------------------------------------------------------------------
DEMO GRID
-------------------------------------------------------------------------*/
.grid-system-demo [class*="col-"] .grid-col-demo { background-color: #eee; display: block; line-height: 54px; min-height: 54px; text-align: center; }

.grid-system-demo .row { padding-bottom: 42px; }

.grid-system-demo-live .row { padding-bottom: 42px; }

/* ----------------------------------------------------------------------
BOXED GRID
-------------------------------------------------------------------------*/
.boxed-grid .row { margin-right: -10px; margin-left: -10px; }

.boxed-grid [class*="col-"] { padding-left: 10px; padding-right: 10px; }

.boxed-grid [class*="col-"] a { margin-bottom: 20px; }

.boxed-grid a { overflow: hidden; display: block; position: relative; }

.boxed-grid a img { width: 100%; height: auto; -webkit-transition: all 0.6s ease; transition: all 0.6s ease; }

.boxed-grid a:hover img { -webkit-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); }

.boxed-grid a .title { position: absolute; top: 40%; left: 30px; font-size: 28px; font-weight: 800; text-transform: uppercase; color: #fff; }

/* ----------------------------------------------------------------------
PAGE 404
-------------------------------------------------------------------------*/
.page-error-404 { color: #eee; display: block; font-size: 300px; font-weight: 800; line-height: 0.7; }

body.breakpoint-sm .page-error-404 { font-size: 200px; line-height: 0.8; margin-bottom: 20px; }

body.breakpoint-xs .page-error-404 { font-size: 140px; line-height: 0.8; margin-bottom: 20px; }

/*animated background*/
.animated-background { -webkit-animation: 120s linear 0s normal none infinite running animatedBackground; animation: 120s linear 0s normal none infinite running animatedBackground; background-repeat: repeat-x; background-size: cover; }

@-webkit-keyframes animatedBackground { 0% { background-position: 0 0; }
  100% { background-position: -3000px 0; } }

@keyframes animatedBackground { 0% { background-position: 0 0; }
  100% { background-position: -3000px 0; } }

@keyframes animatedBackground { 0% { background-position: 0 0; }
  100% { background-position: -3000px 0; } }

/* ----------------------------------------------------------------
Image Block
-----------------------------------------------------------------*/
.image-block { background-color: #f4f4f4; }

.image-block .col-lg-6 { padding: 60px; }

.image-block-content { margin-bottom: 30px; padding: 0 50px; }

.image-block-content .feature-icon { border-radius: 100%; color: #fff; display: inline-block; height: 60px; line-height: 60px; text-align: center; width: 60px; background-color: #eee; }

.image-block-content .feature-icon i { font-size: 28px; margin-top: 16px; }

.image-block-content .feature-content { padding-left: 85px; }

.image-block-content .feature-content h3 { margin-bottom: 0; }

.image-absolute { position: absolute; top: 0px; left: 0px; width: 426px; height: 556px; }

/*hero headings*/
.heading-fancy-border { border: 15px solid #111; margin: 0 10%; padding: 60px 0px; }

.text-light .heading-fancy-border { border-color: #fff !important; }

/*hero heading 2*/
.hero-heading-2 { padding: 20px; background-color: #111; border-radius: 8px; }

.hero-heading-2 > i { font-size: 160px; opacity: 0.1; position: absolute; right: 23px; top: 2px; }

/*hero heading 3*/
.hero-heading-3 { background-color: #fff; border: 36px solid #fff; box-shadow: 0 0 0 1px #111 inset; color: #111; opacity: 0.7; padding: 72px; width: auto; margin: 40px; text-align: center; }

.hero-heading-3 h2, .hero-heading-3 h3 { text-transform: uppercase; font-size: 92px; text-align: center; margin: 0; line-height: 72px; }

@media (max-width: 991.98px) { .hero-heading-3 { background-color: #fff; border: 30px solid #fff; padding: 30px; width: 100%; margin: 0; }
  .hero-heading-3 h2, .hero-heading-3 h3 { font-size: 40px !important; line-height: 40px !important; } }

/*working-hours list*/
.working-hours ul { padding: 0; }

.working-hours li { border-bottom: 1px solid rgba(0, 0, 0, 0.1); display: inline-block; padding: 10px 0; width: 100%; }

.working-hours li:before { content: "\f017"; font-family: "Font Awesome 5 Free"; margin-right: 15px; }

.working-hours li span { float: right; }

.working-hours p { font-size: 13px; color: #111; }

/*price menu list*/
.price-menu-list { padding: 0; list-style: none; }

.price-menu-list li { margin-bottom: 40px; }

.price-menu-list li > h2 { margin-bottom: 0; }

.price-menu-list li > p { margin-bottom: 8px; opacity: 0.6; }

.price-menu-list li > img { border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; width: 100px; height: 100px; float: left; }

/* ----------------------------------------------------------------------
Responsive utilities
-------------------------------------------------------------------------*/
.responsive-utilities th small { color: #999; display: block; font-weight: 400; }

.responsive-utilities td.is-visible { background-color: #dff0d8 !important; color: #468847; }

/* ----------------------------------------------------------------
Bootstrap row colums fixes
-----------------------------------------------------------------*/
.col-lg-2-5 { width: 20%; float: left; padding-left: 15px; padding-right: 15px; }

/* ----------------------------------------------------------------
Creative Profile Page
-----------------------------------------------------------------*/
.profile-content { width: 100%; padding: 0; position: relative; }

.profile-content .profile-image { background-position: 50% 20%; background-repeat: repeat-y; background-size: cover; height: 100%; left: 0; position: fixed; top: 0; width: 67.6666%; z-index: 2; display: table; }

.profile-content .profile-image .profile-name { padding: 15px; position: absolute; width: 100%; bottom: 0; }

.profile-content .profile-image .profile-name h3 { color: #fff; font-size: 120px; opacity: 0.7; line-height: 1; text-shadow: 0 22px 25px rgba(0, 0, 0, 0.13); }

.profile-content .profile-bio { float: right; height: auto; margin: 50px; overflow: hidden; padding: 0 0 0 100px; position: relative; right: 0; top: 0; width: 33.3333%; z-index: 1; }

.profile-content .profile-bio .profile-bio-footer { padding: 20px 0 0; width: 100%; }

@media (max-width: 991.98px) { .profile-content .profile-image { height: 300px; position: relative; width: 100%; display: table; }
  .profile-content .profile-image .profile-name h3 { font-size: 40px; text-align: center; }
  .profile-content .profile-bio { display: block; float: none; height: auto; margin: 15px auto; padding: 15px; width: 750px; } }

/* ----------------------------------------------------------------
Text-Rotator
-----------------------------------------------------------------*/
.morphext > .animated { display: inline-block; opacity: 1; }

.ohidden { position: relative; overflow: hidden !important; }

/* ----------------------------------------------------------------
Play Button
-----------------------------------------------------------------*/
.play-button { position: relative; width: 90px; height: 90px; display: inline-block; border-width: 7px; border-style: solid; border-color: #fff; border-radius: 50%; -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s; transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s; }

.play-button > i { font-size: 22px; color: #fff; display: block; position: absolute; top: 50%; left: 50%; margin-left: 2px; -webkit-transform: translateY(-50%) translateX(-50%); -ms-transform: translateY(-50%) translateX(-50%); transform: translateY(-50%) translateX(-50%); }

.play-button.dark { border-color: #1e2022; }

.play-button.dark > i { color: #1e2022; }

.play-button:hover { -webkit-transform: scale(1.15); -ms-transform: scale(1.15); transform: scale(1.15); -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s; transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s; }

.lines-button { -webkit-appearance: none; -moz-appearance: none; appearance: none; border: none; cursor: pointer; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; height: 100%; -webkit-transition: 0.3s; transition: 0.3s; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; width: 16px; background: transparent; outline: none; }

.lines-button > * { display: block; }

.lines-button:hover, .lines-button:focus { outline: none; }

.lines-button::-moz-focus-inner { border: 0; }

.lines { display: inline-block; height: 2px; width: 20px; border-radius: 4px; -webkit-transition: 0.3s; transition: 0.3s; position: relative; top: -4px; }

.lines::before, .lines::after { display: inline-block; height: 2px; width: 20px; border-radius: 4px; -webkit-transition: 0.3s; transition: 0.3s; content: ''; position: absolute; left: 0; -webkit-transform-origin: 2.85714px center; -ms-transform-origin: 2.85714px center; transform-origin: 2.85714px center; width: 100%; }

.lines::before { top: 6px; }

.lines::after { top: -6px; }

.lines, .lines:before, .lines:after { background-color: #111; }

.toggle-active .lines { -webkit-transform: scale3d(0.8, 0.8, 0.8); transform: scale3d(0.8, 0.8, 0.8); }

.x { width: auto; }

.x.toggle-active .lines { background: transparent !important; }

.x.toggle-active .lines::before, .x.toggle-active .lines::after { -webkit-transform-origin: 50% 50%; -ms-transform-origin: 50% 50%; transform-origin: 50% 50%; top: 0; width: 26px; }

.x.toggle-active .lines::before { -webkit-transform: rotate3d(0, 0, 1, 45deg); transform: rotate3d(0, 0, 1, 45deg); }

.x.toggle-active .lines::after { -webkit-transform: rotate3d(0, 0, 1, -45deg); transform: rotate3d(0, 0, 1, -45deg); }

.toggle-item i { position: relative; }

.toggle-item i:nth-of-type(2) { visibility: hidden; position: absolute; }

.toggle-item.toggle-active i:nth-of-type(2) { visibility: visible; position: relative; }

.toggle-item.toggle-active i:nth-of-type(1) { visibility: hidden; position: absolute; }

.image-hover-zoom { position: relative; overflow: hidden; cursor: url("../images/expand.png"), default; /*hover state*/ }

.image-hover-zoom img { -webkit-transition: all .4s ease; transition: all .4s ease; opacity: 1; }

.image-hover-zoom:hover img { opacity: .3; }

/* ----------------------------------------------------------------
    VM PLAYER (VIMEO PLAYER)
-----------------------------------------------------------------*/
.vimeo_player_wrapper { z-index: -1 !important; }

.vimeo_player_wrapper ~ iframe { display: none; }

iframe { width: 100%; }

/* ----------------------------------------------------------------
    Others
-----------------------------------------------------------------*/
.block-shadow { box-shadow: 0 25px 75px 0 rgba(0, 0, 0, 0.2); margin-left: -100px; }

.portfolio-item .new-badge { background-image: url("../preview/images/new-badge.png"); background-position: 0 0; background-repeat: no-repeat; height: 61px; position: absolute; right: 12px; top: 3px; width: 55px; z-index: 100; }

/* ----------------------------------------------------------------
    Bar Rating
-----------------------------------------------------------------*/
.bar-rating { height: 23px; float: left; color: #FFC300; }

/* ----------------------------------------------------------------
    Bar Rating
-----------------------------------------------------------------*/
.image-left-offset { margin-left: -15px; }

.image-left-offset img { width: 100%; max-width: none; z-index: 1; position: relative; display: block; }

.image-right-offset { margin-right: -15px; }

.image-right-offset img { width: 100%; max-width: none; z-index: 1; position: relative; display: block; }

/* ----------------------------------------------------------------------
	Full Calendar
-------------------------------------------------------------------------*/
#external-events .fc-event { margin-bottom: 10px; cursor: -webkit-grab; cursor: grab; }

.fc-view, .fc-view > table { z-index: 0 !important; }

.fc-toolbar .fc-button { font-size: 12px !important; padding: 4px 14px; height: 34px; font-family: inherit; background-color: #ffffff !important; border-color: #ebebeb !important; color: #4c5667 !important; text-shadow: none !important; background-image: unset !important; box-shadow: unset !important; }

.fc-toolbar .fc-button:hover, .fc-toolbar .fc-button:focus, .fc-toolbar .fc-button:active, .fc-toolbar .fc-button.active { border-color: #ebedf2 !important; background-color: #f4f5f8 !important; color: #4c5667 !important; }

.fc-day-header { padding-top: 10px !important; padding-bottom: 10px !important; }

.fc-day-header span { font-weight: 600; }

.fc-list-heading td { font-weight: 600; }

td.fc-today { border-style: none; }

.fc-event { padding: 4px 10px; }

.fc-event, .fc-event:hover, .fc-title, .fc-more { color: #3c4043; }

.fc-popover .fc-header { padding: 6px 9px; }

.fc-event { background-color: #fff; border-width: 1px; border-color: #e4e6ef; box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08); border-left-width: 1px !important; padding: 5px 12px !important; border-radius: 4px !important; margin: 5px; }

.fc-event-dot { background-color: #1e2022; }

.fc-divider, .fc-list-heading td, .fc-popover .fc-header { background-color: #e4e6ef !important; }

.fc-toolbar h2 { font-size: 1.2em; }

.fc-event-primary.fc-event { background-color: #006c3c; border-color: #006c3c; color: #fff; }

.fc-event-primary.fc-event span { color: #fff; }

.fc-event-primary .fc-event-dot { background-color: #006c3c; }

.fc-event-secondary.fc-event { background-color: #c1c3ce; border-color: #c1c3ce; color: #fff; }

.fc-event-secondary.fc-event span { color: #fff; }

.fc-event-secondary .fc-event-dot { background-color: #006c3c; }

.fc-event-warning.fc-event { background-color: #ffc107; border-color: #ffc107; color: #fff; }

.fc-event-warning.fc-event span { color: #fff; }

.fc-event-warning .fc-event-dot { background-color: #ffc107; }

.fc-event-danger.fc-event { background-color: #dc3545; border-color: #dc3545; color: #fff; }

.fc-event-danger.fc-event span { color: #fff; }

.fc-event-danger .fc-event-dot { background-color: #dc3545; }

.fc-event-info.fc-event { background-color: #17a2b8; border-color: #17a2b8; color: #fff; }

.fc-event-info.fc-event span { color: #fff; }

.fc-event-info .fc-event-dot { background-color: #17a2b8; }

.fc-event-success.fc-event { background-color: #28a745; border-color: #28a745; color: #fff; }

.fc-event-success.fc-event span { color: #fff; }

.fc-event-success .fc-event-dot { background-color: #28a745; }

.simple-dropdown .title { line-height: inherit !important; letter-spacing: 1px; padding: 0; color: #1e2022; }

.simple-dropdown .dropdown-list { right: -10px; margin-top: -20px; left: auto; box-shadow: 0px -6px 16px rgba(0, 0, 0, 0.1); margin-top: -16px; }

.simple-dropdown .dropdown-list:before { content: " "; width: 0; height: 0; border-left: 9px solid transparent; border-right: 9px solid transparent; border-bottom: 9px solid #fff; top: -9px; right: 14px; position: absolute; }

.p-dropdown { float: left; font-size: 13px; font-weight: 400; position: relative; }

.p-dropdown a:not(.btn) { color: #3c4043; }

.p-dropdown .btn, .p-dropdown .title { padding-bottom: 10px; cursor: pointer; overflow: unset !important; }

.p-dropdown .btn:before { top: 30px; right: 5px; }

.p-dropdown .btn ~ .dropdown-content { top: 42px; }

.p-dropdown .p-dropdown-content, .p-dropdown ul.p-dropdown-content { line-height: normal; position: absolute; z-index: 5; text-align: left; opacity: 0; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; visibility: hidden; -webkit-transform: translateY(8px); -ms-transform: translateY(8px); transform: translateY(8px); padding: 14px 20px; width: -webkit-min-content; width: -moz-min-content; width: min-content; top: auto; right: 0; margin: 0; border-radius: 4px; background-color: #fff; border: 1px solid #e4e6ef; min-width: 100px; box-shadow: 0 14px 20px rgba(0, 0, 0, 0.1); }

.p-dropdown .p-dropdown-content hr, .p-dropdown ul.p-dropdown-content hr { margin-left: -20px; margin-right: -20px; }

.p-dropdown .p-dropdown-content ul, .p-dropdown ul.p-dropdown-content ul { padding: 0; }

.p-dropdown .p-dropdown-content ul > li, .p-dropdown .p-dropdown-content > li, .p-dropdown ul.p-dropdown-content ul > li, .p-dropdown ul.p-dropdown-content > li { display: block; }

.p-dropdown .p-dropdown-content ul > li:first-child label, .p-dropdown .p-dropdown-content > li:first-child label, .p-dropdown ul.p-dropdown-content ul > li:first-child label, .p-dropdown ul.p-dropdown-content > li:first-child label { margin-top: 0; }

.p-dropdown .p-dropdown-content ul > li label, .p-dropdown .p-dropdown-content > li label, .p-dropdown ul.p-dropdown-content ul > li label, .p-dropdown ul.p-dropdown-content > li label { color: #e4e6ef; font-size: 11px; text-transform: uppercase; margin-top: 14px; margin-bottom: 0; }

.p-dropdown .p-dropdown-content ul > li a, .p-dropdown .p-dropdown-content > li a, .p-dropdown ul.p-dropdown-content ul > li a, .p-dropdown ul.p-dropdown-content > li a { line-height: 26px; white-space: nowrap; display: block; padding: 2px 8px; }

.p-dropdown .p-dropdown-content ul > li a i, .p-dropdown .p-dropdown-content > li a i, .p-dropdown ul.p-dropdown-content ul > li a i, .p-dropdown ul.p-dropdown-content > li a i { margin-right: 6px; }

.p-dropdown.p-dropdown-invert .p-dropdown-content, .p-dropdown.p-dropdown-invert ul.p-dropdown-content { left: 0; right: auto; }

.p-dropdown.p-dropdown-invert .p-dropdown-content:before, .p-dropdown.p-dropdown-invert ul.p-dropdown-content:before { content: " "; right: auto; left: 22px; }

.p-dropdown:hover .title:before, .p-dropdown.dropdown-active .title:before { opacity: 1; visibility: visible; }

.p-dropdown:hover .p-dropdown-content, .p-dropdown.dropdown-active .p-dropdown-content { opacity: 1; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); visibility: visible; }

.header-extras .p-dropdown .p-dropdown-content, .header-extras .p-dropdown ul.p-dropdown-content { right: -26px; margin-top: -8px; }

.header-extras .p-dropdown .p-dropdown-content:before, .header-extras .p-dropdown ul.p-dropdown-content:before { display: none; }

.widget-form { min-width: 200px; }

table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td { border-bottom-width: 0; }

table.table-bordered.dataTable th, table.table-bordered.dataTable td { border-left-width: 0; }

.table-bordered th, .table-bordered td { border: 1px solid #e4e6ef; border-bottom-width: 1px; border-left-width: 1px; }

table.dataTable thead th, table.dataTable thead td { padding: 10px 18px; border-bottom: 1px solid #e4e6ef; border-top: 0; background-color: #e4e6ef; }

table.dataTable tfoot th, table.dataTable tfoot td { border-top: 2px solid #e4e6ef; background-color: #e4e6ef; }

.table-bordered { border: 1px solid #e4e6ef; }

.dataTables_paginate, .paging_simple_numbers .dataTables_info, #datatable_paginate { margin-top: 20px; }

div.dataTables_wrapper div.dataTables_length select { min-width: 60px; }

.dataTables_wrapper .dataTable .group th, .dataTables_wrapper .dataTable .group td { background-color: #fbfbfb; }

.dataTable input { width: 100%; }

.table th { font-weight: 500; }

/* Countdown */
.p-countdown .p-countdown-show { display: none; }

/* Box */
.p-cb { position: relative; margin: 12px 0; background-color: #fff; box-shadow: 0 6px 12px rgba(140, 152, 164, 0.075); border-radius: 0.42rem; padding: 20px; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; border: 1px solid #e4e6ef; cursor: pointer; }

.p-cb a { color: #3c4043; }

.p-cb .cb-icon { float: left; }

.p-cb .cb-icon i { font-size: 34px; }

.p-cb .cb-icon ~ .cb-title, .p-cb .cb-icon ~ .cb-content { padding-left: 50px; }

.p-cb.cb-text .cb-title { font-size: 20px; margin-bottom: 10px; font-weight: 600; }

.p-cb.cb-text .cb-content { font-size: 12px; }

.p-cb.cb-text .cb-content p { color: #3c4043; margin-bottom: 0; }

.p-cb.cb-text:hover { box-shadow: 0 6px 12px rgba(140, 152, 164, 0.075); }

.p-cb.cb-text:hover a:not(.link) { color: inherit; }

.icon-set-container { display: block; width: calc(100% + 30px); left: -15px; position: relative; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-align-content: center; -ms-flex-line-pack: center; align-content: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }

.icon-set-container .icon-preview .icon-holder { vertical-align: middle; top: -4px; height: 40px; width: 40px; background: rgba(0, 0, 0, 0.04); display: inline-block; line-height: 44px; text-align: center; border-radius: 4px; font-size: 24px; -webkit-transition: .3s; transition: .3s; position: relative; position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }

.icon-set-container .icon-preview .icon-class { max-width: 100%; display: inline-block; overflow: hidden; font-size: 13px; line-height: 20px; top: 0; vertical-align: middle; padding-left: 50px; font-weight: 500; }

.icon-set-container .row > [class^="col-"] { position: relative; font-size: 20px; margin: 12px 12px; background-color: #fff; box-shadow: 0 6px 12px rgba(140, 152, 164, 0.075); border-radius: 0.42rem; -webkit-box-flex: 1; -webkit-flex: 1 1 calc(25% - 30px); -ms-flex: 1 1 calc(25% - 30px); flex: 1 1 calc(25% - 30px); -webkit-align-content: center; -ms-flex-line-pack: center; align-content: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; padding: 26px 18px; -webkit-transition: .3s; transition: .3s; color: #3c4043; }

.icon-set-container .row > [class^="col-"]:hover { -webkit-transform: translateY(-5px); -ms-transform: translateY(-5px); transform: translateY(-5px); background-color: #006c3c; color: #fff; box-shadow: 0 6px 12px rgba(140, 152, 164, 0.075); }

.icon-set-container .row > [class^="col-"]:hover .icon-holder { background-color: #fff; color: #006c3c; }

.kenburns-bg { background-position: 50% 20%; background-repeat: repeat-y; background-size: cover; height: 100%; position: absolute; top: 0; vertical-align: middle; width: 100%; z-index: -1; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); -webkit-transition: 14s -webkit-transform ease; transition: 14s -webkit-transform ease; transition: 14s transform ease; transition: 14s transform ease, 14s -webkit-transform ease; }

.kenburns-bg.kenburns-bg-animate { -webkit-transform: translate3d(0, 0, 0) scale(1.2); transform: translate3d(0, 0, 0) scale(1.2); }

.zoom-out { -webkit-animation-name: zoom-out; animation-name: zoom-out; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); opacity: 1; }

@-webkit-keyframes zoom-out { 0% { opacity: 0.1; }
  100% { opacity: 1; } }

@keyframes zoom-out { 0% { -webkit-transform: scale(1.5); transform: scale(1.5);
    opacity: 0.1; }
  100% { -webkit-transform: scale(1); transform: scale(1);
    opacity: 1; } }

.fullscreen .container-fullscreen { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; width: 100%; height: 100%; }

.fullscreen .container-fullscreen .text-middle { -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; margin: auto; }

/*  Helpers */
/* ----------------------------------------------------------------
Helpers
-----------------------------------------------------------------*/
.background-theme { background-color: #006c3c !important; }

.align-items-bottom { -webkit-box-align: end !important; -webkit-align-items: flex-end !important; -ms-flex-align: end !important; align-items: flex-end !important; height: 100%; }

.rounded { overflow: hidden; }

.hidden { display: none; }

.visible { opacity: 1; }

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

.text-left.nav-tabs .nav-item { text-align: left !important; }

.text-right.nav-tabs .nav-item { text-align: right !important; }

.left { float: left !important; }

.right { float: right !important; }

.center { float: none !important; margin: 0 auto; }

.block { display: block; }

.align-center { display: -webkit-inline-box; display: -webkit-inline-flex; display: -ms-inline-flexbox; display: inline-flex; text-align: center; }

.vcenter { display: inline-block; vertical-align: middle; float: none; }

.vertical-align { position: relative; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }

.text-bottom { display: table-cell; vertical-align: bottom; margin: auto; z-index: 3; position: relative; }

.bg-light { background-color: #fbfbfb; }

.text-background-light { background-color: #fff; padding: 0 4px; }

.text-background-dark { background-color: #444; padding: 0 4px; }

.text-shadow-light { text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.53); }

.text-shadow-dark { text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.53); }

.background-primary { background-color: #006c3c !important; }

.background-secondary { background-color: #c1c3ce !important; }

.background-success { background-color: #28a745 !important; }

.background-info { background-color: #17a2b8 !important; }

.background-warning { background-color: #ffc107 !important; }

.background-danger { background-color: #dc3545 !important; }

.background-white { background-color: #fff !important; }

.background-light { background-color: #fbfbfb !important; }

.background-grey { background-color: #f9f9fa !important; }

.background-dark { background-color: #1e2022 !important; }

.background-black { background-color: #000000 !important; }

.background-pattern { background-image: url(/images/overlay-pattern/gplay.png); }

.background-pattern-1 { background-image: url(/images/overlay-pattern/3px-tile.png); }

.background-pattern-2 { background-image: url(/images/overlay-pattern/asfalt-dark.png); }

.background-pattern-3 { background-image: url(/images/overlay-pattern/axiom-pattern.png); }

.shadow { box-shadow: 0 4px 16px #e2e2e2; }

.post-shadow { box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); }

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

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

.shadow-inside-top { box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.08); }

.shadow-inside-bottom { box-shadow: inset 0 -1px 2px rgba(0, 0, 0, 0.08); }

.text-xs, .text-xs span { font-size: 30px; line-height: 30px; }

.text-medium-light { font-size: 50px !important; font-weight: 100; line-height: 1.1; }

.text-medium { font-size: 50px !important; font-weight: 800; line-height: 1.1; margin-bottom: 20px; }

.text-md, .text-md span, .text-md span span { font-size: 74px !important; line-height: 86px !important; }

.text-lg-light, .text-lg-light span, .text-lg-light span span { font-size: 90px !important; line-height: 100px !important; font-weight: 120 !important; }

.text-lg, .text-lg span, .text-lg span span { font-size: 90px; line-height: 100px; letter-spacing: -.02em; font-weight: 700; }

.text-lg-x2, .text-lg-x2 span { color: #ffffff; font-size: 120px; line-height: 140px; margin-bottom: 10px; }

.text-lg-x3, .text-lg-x3 span { color: #ffffff; font-size: 200px; line-height: 220px; }

.text-xl, .text-xl span { font-size: 100px; line-height: 110px; }

.text-small { font-size: 16px; font-weight: 800; line-height: 1.1; }

.text-light, .text-light h1, .text-light h2, .text-light h3, .text-light h4, .text-light h5, .text-light h6, .text-light .lead, .text-light p, .text-light a:not(.btn), .text-light a:not(.btn):hover:not(.btn-light), .text-light i, .text-light li, .text-light label, .text-light div:not(.alert), .text-light span:not(.btn-label) { color: #fff !important; }

.text-dark, .text-dark h1, .text-dark h2, .text-dark h3, .text-dark h4, .text-dark h5, .text-dark h6, .text-dark p, .text-dark .lead, .text-dark a:not(.btn), .text-dark a:not(.btn-danger), .text-dark a:not(.btn):hover:not(.btn-light), .text-dark i, .text-dark li, .text-dark label, .text-dark div:not(.alert), .text-dark span:not(.btn-label) { color: #111 !important; }

.text-grey, .text-grey h1, .text-grey h2, .text-grey h3, .text-grey h4, .text-grey h5, .text-grey h6, .text-grey .lead, .text-grey p, .text-grey a:not(.button), .text-grey a:not(.btn-light):hover, .text-grey i, .text-grey li, .text-grey label, .text-grey div:not(.alert), .text-grey span:not(.btn-label) { color: #ccc; }

.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6, .text-white p, .text-white a, .text-white i { color: #fff !important; }

.with-errors li { color: #981a1a !important; }

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

.text-azure { color: #0095C8 !important; }

.text-orange { color: #FF6600 !important; }

.text-theme { color: #006c3c !important; }

.text-blue { color: #5F8295 !important; }

.text-pink { color: #DD5A82 !important; }

.text-purple { color: #DD5A82 !important; }

.text-bricky { color: #894550 !important; }

.text-yellow { color: #FFB848 !important; }

.text-red { color: #CA0027 !important; }

/*font weight*/
.font-weight-100 { font-weight: 100 !important; }

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

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

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

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

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

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

.border-box { border: 1px solid #eee; border-radius: 2px; padding: 30px; }

.border-left { border-left: 1px solid #eee; }

.border-top { border-top: 1px solid #eee; }

.border-right { border-width: 0 1px 0 0; border-color: #eee; border-style: solid; }

.border-bottom { border-bottom: 1px solid #eee; }

.border-dotted { border-style: dotted; }

.slider-size-half { max-height: 560px; }

.no-margin { margin: 0px !important; }

.m-b-0 { margin-bottom: 0px !important; }

.m-b-5 { margin-bottom: 5px !important; }

.m-b-10 { margin-bottom: 10px !important; }

.m-b-15 { margin-bottom: 15px !important; }

.m-b-20 { margin-bottom: 20px !important; }

.m-b-25 { margin-bottom: 25px !important; }

.m-b-30 { margin-bottom: 30px !important; }

.m-b-35 { margin-bottom: 35px !important; }

.m-b-40 { margin-bottom: 40px !important; }

.m-b-50 { margin-bottom: 50px !important; }

.m-b-60 { margin-bottom: 60px !important; }

.m-b-70 { margin-bottom: 70px !important; }

.m-b-80 { margin-bottom: 80px !important; }

.m-b-90 { margin-bottom: 90px !important; }

.m-b-100 { margin-bottom: 100px !important; }

.m-b-150 { margin-bottom: 150px !important; }

.m-b-200 { margin-bottom: 200px !important; }

.m-t-0 { margin-top: 0px !important; }

.m-t-5 { margin-top: 5px !important; }

.m-t-10 { margin-top: 10px !important; }

.m-t-15 { margin-top: 15px !important; }

.m-t-20 { margin-top: 20px !important; }

.m-t-25 { margin-top: 25px !important; }

.m-t-30 { margin-top: 30px !important; }

.m-t-35 { margin-top: 35px !important; }

.m-t-40 { margin-top: 40px !important; }

.m-t-50 { margin-top: 50px !important; }

.m-t-60 { margin-top: 60px !important; }

.m-t-70 { margin-top: 70px !important; }

.m-t-80 { margin-top: 80px !important; }

.m-t-90 { margin-top: 90px !important; }

.m-t-100 { margin-top: 100px !important; }

.m-l-0 { margin-left: 0px !important; }

.m-l-5 { margin-left: 5px !important; }

.m-l-10 { margin-left: 10px !important; }

.m-l-15 { margin-left: 15px !important; }

.m-l-20 { margin-left: 20px !important; }

.m-l-25 { margin-left: 25px !important; }

.m-l-30 { margin-left: 30px !important; }

.m-l-35 { margin-left: 35px !important; }

.m-l-40 { margin-left: 40px !important; }

.m-l-50 { margin-left: 50px !important; }

.m-l-60 { margin-left: 60px !important; }

.m-l-70 { margin-left: 70px !important; }

.m-l-80 { margin-left: 80px !important; }

.m-l-90 { margin-left: 90px !important; }

.m-l-100 { margin-left: 100px !important; }

.m-r-0 { margin-right: 0px !important; }

.m-r-5 { margin-right: 5px !important; }

.m-r-10 { margin-right: 10px !important; }

.m-r-15 { margin-right: 15px !important; }

.m-r-20 { margin-right: 20px !important; }

.m-r-25 { margin-right: 25px !important; }

.m-r-30 { margin-right: 30px !important; }

.m-r-35 { margin-right: 35px !important; }

.m-r-40 { margin-right: 40px !important; }

.m-r-50 { margin-right: 50px !important; }

.m-r-60 { margin-right: 60px !important; }

.m-r-70 { margin-right: 70px !important; }

.m-r-80 { margin-right: 80px !important; }

.m-r-90 { margin-right: 90px !important; }

.m-r-100 { margin-right: 100px !important; }

.m-0 { margin: 0px !important; }

.m-5 { margin: 5px !important; }

.m-10 { margin: 10px !important; }

.m-15 { margin: 15px !important; }

.m-20 { margin: 20px !important; }

.m-25 { margin: 25px !important; }

.m-30 { margin: 30px !important; }

.m-35 { margin: 35px !important; }

.m-40 { margin: 40px !important; }

.m-50 { margin: 50px !important; }

.m-60 { margin: 60px !important; }

.m-70 { margin: 70px !important; }

.m-80 { margin: 80px !important; }

.m-90 { margin: 90px !important; }

.m-100 { margin: 100px !important; }

/*Margins*/
.col-no-margin { padding: 0 !important; }

.col-no-margin [class^="col-"] { margin: 0 !important; padding: 0 !important; }

.row.col-no-margin { margin: 0 !important; padding: 0 !important; }

.row.col-mdall-margins [class^="col-"] { margin: 0 0 20px 0 !important; }

.no-padding-top { padding-top: 0 !important; }

.no-padding-bottom { padding-bottom: 0 !important; }

.no-padding { padding: 0 !important; }

.p-0 { padding: 0px !important; }

.p-5 { padding: 5px !important; }

.p-10 { padding: 10px !important; }

.p-15 { padding: 15px !important; }

.p-20 { padding: 20px !important; }

.p-25 { padding: 25px !important; }

.p-30 { padding: 30px !important; }

.p-35 { padding: 35px !important; }

.p-40 { padding: 40px !important; }

.p-50 { padding: 50px !important; }

.p-60 { padding: 60px !important; }

.p-70 { padding: 70px !important; }

.p-80 { padding: 80px !important; }

.p-90 { padding: 90px !important; }

.p-100 { padding: 100px !important; }

.p-150 { padding: 150px !important; }

.p-200 { padding: 200px !important; }

.p-b-0 { padding-bottom: 0px !important; }

.p-b-5 { padding-bottom: 5px !important; }

.p-b-10 { padding-bottom: 10px !important; }

.p-b-15 { padding-bottom: 15px !important; }

.p-b-20 { padding-bottom: 20px !important; }

.p-b-25 { padding-bottom: 25px !important; }

.p-b-30 { padding-bottom: 30px !important; }

.p-b-35 { padding-bottom: 35px !important; }

.p-b-40 { padding-bottom: 40px !important; }

.p-b-50 { padding-bottom: 50px !important; }

.p-b-60 { padding-bottom: 60px !important; }

.p-b-70 { padding-bottom: 70px !important; }

.p-b-80 { padding-bottom: 80px !important; }

.p-b-90 { padding-bottom: 90px !important; }

.p-b-100 { padding-bottom: 100px !important; }

.p-b-110 { padding-bottom: 110px !important; }

.p-b-120 { padding-bottom: 120px !important; }

.p-b-130 { padding-bottom: 130px !important; }

.p-b-140 { padding-bottom: 140px !important; }

.p-b-150 { padding-bottom: 150px !important; }

.p-b-200 { padding-bottom: 200px !important; }

.p-t-0 { padding-top: 0px !important; }

.p-t-5 { padding-top: 5px !important; }

.p-t-10 { padding-top: 10px !important; }

.p-t-15 { padding-top: 15px !important; }

.p-t-20 { padding-top: 20px !important; }

.p-t-25 { padding-top: 25px !important; }

.p-t-30 { padding-top: 30px !important; }

.p-t-35 { padding-top: 35px !important; }

.p-t-40 { padding-top: 40px !important; }

.p-t-50 { padding-top: 50px !important; }

.p-t-60 { padding-top: 60px !important; }

.p-t-70 { padding-top: 70px !important; }

.p-t-80 { padding-top: 80px !important; }

.p-t-90 { padding-top: 90px !important; }

.p-t-100 { padding-top: 100px !important; }

.p-t-110 { padding-top: 110px !important; }

.p-t-120 { padding-top: 120px !important; }

.p-t-130 { padding-top: 130px !important; }

.p-t-140 { padding-top: 140px !important; }

.p-t-150 { padding-top: 150px !important; }

.p-t-200 { padding-top: 200px !important; }

.p-r-0 { padding-right: 0px !important; }

.p-r-5 { padding-right: 5px !important; }

.p-r-10 { padding-right: 10px !important; }

.p-r-15 { padding-right: 15px !important; }

.p-r-20 { padding-right: 20px !important; }

.p-r-25 { padding-right: 25px !important; }

.p-r-30 { padding-right: 30px !important; }

.p-r-35 { padding-right: 35px !important; }

.p-r-40 { padding-right: 40px !important; }

.p-r-50 { padding-right: 50px !important; }

.p-r-60 { padding-right: 60px !important; }

.p-r-70 { padding-right: 70px !important; }

.p-r-80 { padding-right: 80px !important; }

.p-r-90 { padding-right: 90px !important; }

.p-r-100 { padding-right: 100px !important; }

.p-l-0 { padding-left: 0px !important; }

.p-l-5 { padding-left: 5px !important; }

.p-l-10 { padding-left: 10px !important; }

.p-l-15 { padding-left: 15px !important; }

.p-l-20 { padding-left: 20px !important; }

.p-l-25 { padding-left: 25px !important; }

.p-l-30 { padding-left: 30px !important; }

.p-l-35 { padding-left: 35px !important; }

.p-l-40 { padding-left: 40px !important; }

.p-l-50 { padding-left: 50px !important; }

.p-l-60 { padding-left: 60px !important; }

.p-l-70 { padding-left: 70px !important; }

.p-l-80 { padding-left: 80px !important; }

.p-l-90 { padding-left: 90px !important; }

.p-l-100 { padding-left: 100px !important; }

.b-r-2 { border-radius: 2px !important; }

.b-r-3 { border-radius: 3px !important; }

.b-r-4 { border-radius: 4px !important; }

.b-r-5 { border-radius: 5px !important; }

.b-r-6 { border-radius: 6px !important; }

.b-r-7 { border-radius: 7px !important; }

.b-r-8 { border-radius: 8px !important; }

.b-r-9 { border-radius: 9px !important; }

.b-r-10 { border-radius: 10px !important; }

.b-radius { border-radius: 50% !important; }

.float-right { float: right !important; }

.float-left { float: left !important; }

.float-none { float: none !important; }

.fullwidth { width: 100% !important; }

/*Line height*/
.lh80 { line-height: 80px !important; }

.line { clear: both; position: relative; width: 100%; margin: 50px 0; border-top: 1px solid #e3e3e3; }

/*Resposnive settings*/
@media (max-width: 991.98px) { .text-lg, .text-lg span { font-size: 80px !important; line-height: 60px !important; }
  .text-lg-x2, .text-lg-x2 span, .text-lg-x3, .text-lg-x3 span { font-size: 70px !important; line-height: 70px !important; }
  .p-t-200 { padding-top: 80px !important; }
  .p-b-200 { padding-bottom: 80px !important; }
  .text-sm-center { text-align: center !important; }
  /*helper classes*/
  .sm-text-center { text-align: center !important; }
  .sm-text-left { text-align: left !important; }
  .sm-text-right { text-align: right !important; }
  .sm-left { float: left !important; }
  .sm-right { float: right !important; }
  .sm-center { float: none !important; margin: 0 auto; }
  .row.vertical-align { display: block; }
  .sm-m-b-0 { margin-bottom: 0px !important; }
  .sm-m-b-5 { margin-bottom: 5px !important; }
  .sm-m-b-10 { margin-bottom: 10px !important; }
  .sm-m-b-15 { margin-bottom: 15px !important; }
  .sm-m-b-20 { margin-bottom: 20px !important; }
  .sm-m-b-25 { margin-bottom: 25px !important; }
  .sm-m-b-30 { margin-bottom: 30px !important; }
  .sm-m-b-35 { margin-bottom: 35px !important; }
  .sm-m-b-40 { margin-bottom: 40px !important; }
  .sm-m-b-50 { margin-bottom: 50px !important; }
  .sm-m-b-60 { margin-bottom: 60px !important; }
  .sm-m-b-70 { margin-bottom: 70px !important; }
  .sm-m-b-80 { margin-bottom: 80px !important; }
  .sm-m-b-90 { margin-bottom: 90px !important; }
  .sm-m-b-100 { margin-bottom: 100px !important; }
  .sm-m-b-150 { margin-bottom: 150px !important; }
  .sm-m-b-200 { margin-bottom: 200px !important; }
  .sm-m-t-0 { margin-top: 0px !important; }
  .sm-m-t-5 { margin-top: 5px !important; }
  .sm-m-t-10 { margin-top: 10px !important; }
  .sm-m-t-15 { margin-top: 15px !important; }
  .sm-m-t-20 { margin-top: 20px !important; }
  .sm-m-t-25 { margin-top: 25px !important; }
  .sm-m-t-30 { margin-top: 30px !important; }
  .sm-m-t-35 { margin-top: 35px !important; }
  .sm-m-t-40 { margin-top: 40px !important; }
  .sm-m-t-50 { margin-top: 50px !important; }
  .sm-m-t-60 { margin-top: 60px !important; }
  .sm-m-t-70 { margin-top: 70px !important; }
  .sm-m-t-80 { margin-top: 80px !important; }
  .sm-m-t-90 { margin-top: 90px !important; }
  .sm-m-t-100 { margin-top: 100px !important; }
  .sm-m-l-0 { margin-left: 0px !important; }
  .sm-m-l-5 { margin-left: 5px !important; }
  .sm-m-l-10 { margin-left: 10px !important; }
  .sm-m-l-15 { margin-left: 15px !important; }
  .sm-m-l-20 { margin-left: 20px !important; }
  .sm-m-l-25 { margin-left: 25px !important; }
  .sm-m-l-30 { margin-left: 30px !important; }
  .sm-m-l-35 { margin-left: 35px !important; }
  .sm-m-l-40 { margin-left: 40px !important; }
  .sm-m-l-50 { margin-left: 50px !important; }
  .sm-m-l-60 { margin-left: 60px !important; }
  .sm-m-l-70 { margin-left: 70px !important; }
  .sm-m-l-80 { margin-left: 80px !important; }
  .sm-m-l-90 { margin-left: 90px !important; }
  .sm-m-l-100 { margin-left: 100px !important; }
  .sm-m-r-0 { margin-right: 0px !important; }
  .sm-m-r-5 { margin-right: 5px !important; }
  .sm-m-r-10 { margin-right: 10px !important; }
  .sm-m-r-15 { margin-right: 15px !important; }
  .sm-m-r-20 { margin-right: 20px !important; }
  .sm-m-r-25 { margin-right: 25px !important; }
  .sm-m-r-30 { margin-right: 30px !important; }
  .sm-m-r-35 { margin-right: 35px !important; }
  .sm-m-r-40 { margin-right: 40px !important; }
  .sm-m-r-50 { margin-right: 50px !important; }
  .sm-m-r-60 { margin-right: 60px !important; }
  .sm-m-r-70 { margin-right: 70px !important; }
  .sm-m-r-80 { margin-right: 80px !important; }
  .sm-m-r-90 { margin-right: 90px !important; }
  .sm-m-r-100 { margin-right: 100px !important; }
  .sm-m-0 { margin: 0px !important; }
  .sm-m-5 { margin: 5px !important; }
  .sm-m-10 { margin: 10px !important; }
  .sm-m-15 { margin: 15px !important; }
  .sm-m-20 { margin: 20px !important; }
  .sm-m-25 { margin: 25px !important; }
  .sm-m-30 { margin: 30px !important; }
  .sm-m-35 { margin: 35px !important; }
  .sm-m-40 { margin: 40px !important; }
  .sm-m-50 { margin: 50px !important; }
  .sm-m-60 { margin: 60px !important; }
  .sm-m-70 { margin: 70px !important; }
  .sm-m-80 { margin: 80px !important; }
  .sm-m-90 { margin: 90px !important; }
  .sm-m-100 { margin: 100px !important; } }

@media (max-width: 767.98px) { .text-lg, .text-lg span { font-size: 40px !important; line-height: 40px !important; }
  .text-lg-x2, .text-lg-x2 span, .text-lg-x3, .text-lg-x3 span { font-size: 30px !important; line-height: 30px !important; }
  .text-medium, .text-medium-light { font-size: 40px !important; }
  .text-medium, .text-medium-light { font-size: 30px !important; }
  /*helper classes*/
  .xs-text-center { text-align: center !important; }
  .xs-text-left { text-align: left !important; }
  .xs-text-right { text-align: right !important; }
  /*paddings*/
  .p-xs-20 { padding: 20px !important; } }

.space { width: 100%; display: block; clear: both; height: 60px; position: relative; }

@media (max-width: 767.98px) { .text-md, .text-md span, .text-md span span { font-size: 46px !important; line-height: 58px !important; } }

@media (max-width: 575.98px) { .text-md, .text-md span, .text-md span span { font-size: 32px !important; line-height: 40px !important; } }

/* ----------------------------------------------------------------
    Bootstrap Notify
-----------------------------------------------------------------*/
.alert [data-notify="progressbar"] { height: 6px !important; margin-top: 8px; }

.progress .progress-bar { height: 4px; background-color: #34ce57; }

.bootstrap-notify { box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); z-index: 1500; }

.bootstrap-notify.alert .close { padding: 4px; }

.bootstrap-notify a, .bootstrap-notify a:hover, .bootstrap-notify a:visited { color: #fff !important; text-decoration: underline; }

.element-container { box-shadow: none; display: block !important; margin: unset !important; position: relative !important; top: unset !important; right: unset !important; width: auto !important; }

/* ----------------------------------------------------------------
	Date picker
-----------------------------------------------------------------*/
.input-daterange .input-group-addon { min-width: 44px; }

.datepicker { width: 260px; padding: 10px !important; }

.datepicker table { width: 100%; }

.datepicker.datepicker-dropdown { box-shadow: 0px 0px 15px 1px rgba(94, 94, 94, 0.15); }

.datepicker thead th, .datepicker td, .datepicker th { border-top: none; border-bottom: none; }

.datepicker td, .datepicker th { width: 34px !important; height: 32px !important; border-radius: 3px !important; }

.datepicker tbody tr > td.day:hover { background: #ebedf2; }

.datepicker tbody tr > td.day.old { color: #9c9c9c; }

.datepicker tbody tr > td.day.new { color: #9c9c9c; }

.datepicker tbody tr > td.day.today.active, .datepicker tbody tr > td.day.active, .datepicker tbody tr > td.day.selected { background: #006c3c !important; color: #fff; }

.datepicker tbody tr > td.day.today.active:hover, .datepicker tbody tr > td.day.active:hover, .datepicker tbody tr > td.day.selected:hover { background: #006c3c; color: #fff; }

.datepicker tbody tr > td.day.today { opacity: .8; }

.datepicker tbody tr > td.day.range { background: #f4f5f8; }

.datepicker tbody tr > td.day.range.today { background: #006c3c; opacity: .4; }

.datepicker tbody tr > td span.month { color: #575962; }

.datepicker tbody tr > td span.month.focused, .datepicker tbody tr > td span.month:hover { background: #ebedf2; }

.datepicker tbody tr > td span.month.active { background: #006c3c; color: #fff; }

.datepicker tbody tr > td span.month.active:hover { background: #006c3c; color: #fff; }

.datepicker tfoot tr > th.clear:hover, .datepicker tfoot tr > th.today:hover { background: #ebedf2; }

.datepicker.datepicker-inline { border: 1px solid #f4f5f8; }

.timepicker-picker a.btn { background: transparent !important; border: none !important; }

.timepicker-picker a.btn span::before { color: #000; }

.timepicker-picker a.btn:hover { background: #ebedf2; }

.timepicker-picker .separator:before, .timepicker-picker .separator:after { border: none !important; }

.bootstrap-datetimepicker-widget.dropdown-menu { width: auto; padding: 0px; box-shadow: 0px 0px 15px 1px rgba(94, 94, 94, 0.15); z-index: 1110 !important; }

.timepicker, .datetimepicker { width: 260px; padding: 10px; }

.datetimepicker.datetimepicker-orient-top { margin-top: 8px; }

.datetimepicker table { width: 100%; }

.datetimepicker td, .datetimepicker th { width: 34px !important; height: 32px !important; border-radius: 3px !important; }

.datetimepicker thead th.next > span, .datetimepicker thead th.prev > span { display: inline-block; font-family: inspiro-icons !important; font-size: 16px; text-decoration: inherit; text-rendering: optimizeLegibility; text-transform: none; }

.datetimepicker thead th.next > span:before { content: "\e930"; }

.datetimepicker thead th.prev > span:before { content: "\e92f"; }

.datetimepicker tbody tr > td.day.today { position: relative; }

.datetimepicker tbody tr > td.day.today:before { content: ''; display: inline-block; border: solid transparent; border-width: 0 0 7px 7px; border-bottom-color: #fff; border-top-color: rgba(0, 0, 0, 0.2); position: absolute; bottom: 4px; right: 4px; }

.datetimepicker tfoot tr > th.clear, .datetimepicker tfoot tr > th.today { border-radius: 3px; font-weight: 500; }

.input-daterange .input-group-addon { min-width: 44px; }

.datetimepicker tbody tr > td.day.today, .datetimepicker table tr td.active:active, .datetimepicker table tr td.active:hover:active, .datetimepicker table tr td.active.disabled:active, .datetimepicker table tr td.active.disabled:hover:active, .datetimepicker table tr td.active.active, .datetimepicker table tr td.active:hover.active, .datetimepicker table tr td.active.disabled.active, .datetimepicker table tr td.active.disabled:hover.active, .datetimepicker table tr td span.active:active, .datetimepicker table tr td span.active:hover:active, .datetimepicker table tr td span.active.disabled:active, .datetimepicker table tr td span.active.disabled:hover:active, .datetimepicker table tr td span.active.active, .datetimepicker table tr td span.active:hover.active, .datetimepicker table tr td span.active.disabled.active, .datetimepicker table tr td span.active.disabled:hover.active { background: #006c3c !important; color: #fff; }

.datetimepicker table tr > td.today:hover, .datetimepicker table tr > td.today:hover:hover, .datetimepicker table tr > td.today.disabled:hover, .datetimepicker table tr > td.today.disabled:hover:hover, .datetimepicker table tr > td.today:active, .datetimepicker table tr > td.today:hover:active, .datetimepicker table tr > td.today.disabled:active, .datetimepicker table tr > td.today.disabled:hover:active, .datetimepicker table tr > td.today.active, .datetimepicker table tr > td.today:hover.active, .datetimepicker table tr > td.today.disabled.active, .datetimepicker table tr > td.today.disabled:hover.active, .datetimepicker table tr > td.today.disabled, .datetimepicker table tr > td.today:hover.disabled, .datetimepicker table tr > td.today.disabled.disabled, .datetimepicker table tr > td.today.disabled:hover.disabled, .datetimepicker table tr > td.today[disabled], .datetimepicker table tr > td.today:hover[disabled], .datetimepicker table tr > td.today.disabled[disabled], .datetimepicker table tr > td.today.disabled:hover[disabled] { background: #006c3c !important; color: #fff; opacity: .7; }

.datetimepicker-dropdown-bottom-right:before { top: -7px; left: 6px; }

.daterangepicker { padding: 10px; margin-top: 5px; }

.daterangepicker .daterangepicker_input .input-mini { height: auto; padding: .65rem 1rem; padding-left: 2.2rem; line-height: 1.25; }

.daterangepicker td, .daterangepicker th { width: 35px; height: 35px; border-radius: 3px; border: 0; vertical-align: middle; line-height: 0; }

.daterangepicker thead .fa.fa-chevron-left, .daterangepicker thead .fa.fa-chevron-right { display: inline-block; font: normal normal normal 16px/1 LineAwesome; font-size: inherit; text-decoration: inherit; text-rendering: optimizeLegibility; text-transform: none; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; }

.daterangepicker thead .fa.fa-chevron-left:before { content: ""; }

.daterangepicker thead .fa.fa-chevron-right:before { content: ""; }

.daterangepicker thead th { font-weight: 500; }

.daterangepicker thead th.next, .daterangepicker thead th.prev { font-size: 1.3rem; }

.daterangepicker tbody td.in-range.start-date.today { -moz-border-top-left-radius: 0; border-top-left-radius: 0; -moz-border-bottom-left-radius: 0; border-bottom-left-radius: 0; }

.daterangepicker tbody td.in-range.end-date.today { -moz-border-top-right-radius: 0; border-top-right-radius: 0; -moz-border-bottom-right-radius: 0; border-bottom-right-radius: 0; }

.daterangepicker tbody td.today { border-radius: 3px; position: relative; }

.daterangepicker tbody td.today.in-range { border-radius: 3px; position: relative; }

.daterangepicker tbody td.today.in-range:before { content: ''; display: inline-block; border: solid transparent; border-width: 0 0 7px 7px; border-bottom-color: #fff; border-top-color: rgba(0, 0, 0, 0.2); position: absolute; bottom: 4px; right: 4px; }

.daterangepicker tbody td.today:before { content: ''; display: inline-block; border: solid transparent; border-width: 0 0 7px 7px; border-bottom-color: #fff; border-top-color: rgba(0, 0, 0, 0.2); position: absolute; bottom: 4px; right: 4px; }

.daterangepicker select.ampmselect, .daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.monthselect, .daterangepicker select.yearselect { border-radius: 3px; padding: .35rem .75rem; outline: 0 !important; }

.daterangepicker .calendar-time { margin: 15px 0 5px 0; }

.daterangepicker .calendar-time select.ampmselect, .daterangepicker .calendar-time select.hourselect, .daterangepicker .calendar-time select.minuteselect { width: 70px; }

.daterangepicker .calendar-time i { left: 3px; top: 5px; display: inline-block; font: normal normal normal 16px/1 LineAwesome; font-size: 1.4rem; text-decoration: inherit; text-rendering: optimizeLegibility; text-transform: none; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; }

.daterangepicker .calendar-time i:before { content: ""; }

.daterangepicker .ranges { padding: 10px; margin: 5px 5px 5px 10px; }

.daterangepicker .ranges ul { width: 210px; }

.daterangepicker .ranges ul li { border-radius: 3px; background: 0 0; padding: 8px 12px; margin-bottom: 10px; font-weight: 400; border-color: transparent; }

.daterangepicker .ranges .range_inputs { margin-top: 15px; }

.daterangepicker .ranges .range_inputs .btn { padding: .6rem 1.6rem; border-radius: 40px; margin-right: 6px; }

.daterangepicker .daterangepicker_input .input-mini { height: auto; border: 1px solid #ebedf2; }

.daterangepicker .daterangepicker_input .input-mini.active, .daterangepicker .daterangepicker_input .input-mini:focus { border: 1px solid #006c3c; }

.daterangepicker .daterangepicker_input i { color: #b2b1c5; }

.daterangepicker thead th.next:hover, .daterangepicker thead th.prev:hover { background: #ebedf2; }

.daterangepicker tbody td.available:hover, .daterangepicker tbody td:hover { background: #ebedf2; }

.daterangepicker tbody td.off { color: #7b7e8a; }

.daterangepicker tbody td.available { color: #575962; }

.daterangepicker tbody td.today { background: #006c3c; color: #fff; }

.daterangepicker tbody td.today:before { border-bottom-color: #fff; border-top-color: rgba(0, 0, 0, 0.2); }

.daterangepicker tbody td.today.in-range { border-radius: 0; }

.daterangepicker tbody td.active, .daterangepicker tbody td.in-range, .daterangepicker tbody td.active:hover, .daterangepicker tbody td.in-range:hover { background: #006c3c; color: #fff; }

.daterangepicker select.ampmselect, .daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.monthselect, .daterangepicker select.yearselect { border: 1px solid #ebedf2; }

.daterangepicker select.ampmselect.active, .daterangepicker select.ampmselect:focus { border: 1px solid #006c3c; }

.daterangepicker select.hourselect.active, .daterangepicker select.hourselect:focus { border: 1px solid #006c3c; }

.daterangepicker select.minuteselect.active, .daterangepicker select.minuteselect:focus { border: 1px solid #006c3c; }

.daterangepicker select.monthselect.active, .daterangepicker select.monthselect:focus { border: 1px solid #006c3c; }

.daterangepicker select.yearselect.active, .daterangepicker select.yearselect:focus { border: 1px solid #006c3c; }

.daterangepicker .calendar-time i { color: #b2b1c5; }

.daterangepicker .ranges li { border: 1px solid #ebedf2; color: #7b7e8a; }

.daterangepicker .ranges li:hover { background: 0 0; color: #7b7e8a; background: #f9f9fd; }

.daterangepicker .ranges li.active { background: #006c3c; color: #fff; border: 1px solid #006c3c; }

/* ----------------------------------------------------------------
	Date range picker
-----------------------------------------------------------------*/
.daterangepicker .ranges { padding: 0; margin: 0; }

.daterangepicker .ranges ul > li:last-child { margin-bottom: 0 !important; }

.daterangepicker select.monthselect, .daterangepicker select.yearselect { padding: 5px 8px !important; border: 0px; margin-bottom: 4px; }

.daterangepicker td.in-range { background: #f4f5f8 !important; color: #212529 !important; }

.daterangepicker td.active:not(.off), .daterangepicker td.active:hover, .daterangepicker .active.end-date.in-range { background: #006c3c !important; color: #fff !important; }

.daterangepicker .drp-buttons .btn { padding: 10px 10px; line-height: 10px; }

input.daterange:after, input.dates:after { font-family: inspiro-icons !important; font-style: normal; font-weight: 400; font-variant: normal; text-transform: none; line-height: 1; content: "\e951"; position: absolute; right: 4px; background: blue; }

.daterangepicker .calendar-time select.ampmselect, .daterangepicker .calendar-time select.hourselect, .daterangepicker .calendar-time select.minuteselect { min-height: 20px; background-color: #fff !important; }

/*! Polo components */
input:not([type="checkbox"]):not([type="radio"]), select, .input-group-text { min-height: 40px; }

.form-group { margin-bottom: 1rem; }

.input-group { -webkit-box-align: start; -webkit-align-items: start; -ms-flex-align: start; align-items: start; }

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

.form-file-upload { cursor: pointer; height: 100%; width: 100%; position: absolute; left: 0; top: 0; }

.form-check-label, .form-file { width: 100%; }

form label { text-transform: none; margin-bottom: 0.5rem; font-size: 0.875rem; font-weight: 500; color: #2e2e2e; display: block; }

form label .btn, form label button { z-index: 2; }

.input-group input ~ .btn i { margin-right: 0; }

.is-invalid, .is-invalid ~ label { color: #dc3545; }

.is-invalid ~ label { margin-bottom: 0; }

.is-invalid:not(.form-control):not([type="checkbox"]) { display: block; clear: both; width: 100%; font-size: 0.875rem; }

.form-no-border .form-control, .form-no-border .input-group-text { border: none !important; box-shadow: none !important; }

.form-no-border .form-control:focus, .form-no-border .input-group-text:focus { border: none !important; box-shadow: none !important; }

th .form-check, td .form-check { padding-left: 0; text-align: center; }

th .form-check .form-check-input, td .form-check .form-check-input { float: none; margin: 0; vertical-align: middle; }

.form-check.image-checkbox .form-check-input { position: relative; opacity: 0; }

.form-check.image-checkbox .form-check-input:checked { opacity: 1; }

.form-check.image-checkbox .form-check-input { left: 2rem; }

.input-group-text[data-clipboard] { cursor: pointer; }

.dropdown { display: inline-block; }

.nav-link:after, .dropdown-toggle:after { border: 0; margin: 0; display: none; }

.dropdown-submenu > .dropdown-item:not(.no-icon):not(.rounded-circle), .dropdown-toggle:not(.no-icon):not(.rounded-circle) { position: relative; padding: 0.5rem 1.5rem; }

.dropdown-submenu > .dropdown-item:not(.no-icon):not(.rounded-circle):after, .dropdown-toggle:not(.no-icon):not(.rounded-circle):after { border: 0; }

.dropdown-submenu > .dropdown-item:not(.no-icon):not(.rounded-circle):after, .dropdown-toggle:not(.no-icon):not(.rounded-circle):after { content: ""; position: absolute; width: 0.375rem; height: 0.375rem; border-top: 0.0625rem solid #9aa0a6; border-right: 0.0625rem solid #9aa0a6; -webkit-transform: translateY(-50%) rotate(45deg); -ms-transform: translateY(-50%) rotate(45deg); transform: translateY(-50%) rotate(45deg); top: 50%; right: 1.5rem; }

.dropdown > .btn:not(.no-icon):not(.rounded-circle) { padding-right: 1.65rem; }

.dropdown-menu { font-size: 0.875rem; box-shadow: 0 0.625rem 2.5rem 0.625rem rgba(140, 152, 164, 0.175); padding: 1rem 0; }

.dropdown-item { padding: 0.5rem 1.5rem; color: #1e2022; font-size: 0.875rem; font-weight: 400; }

.dropdown-item .badge { margin: 0 0.5rem; }

.dropdown-color-item { width: 15px; height: 15px; border-radius: 50%; float: left; margin-right: 5px; margin-top: 2px; box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15); }

.dropdown-header { padding: 0.5rem 1.5rem; font-size: 0.875rem; font-weight: 500; text-transform: uppercase; letter-spacing: .3px; }

.nav-link { color: #006c3c; font-size: 1rem; }

.nav-link:hover { color: #3c4043; }

.nav-link.active { color: #3c4043; }

.nav-item .btn { font-size: 1rem; }

.nav-item .rounded-circle { color: #006c3c; }

.nav-x-0 .nav-link { padding-right: 0; padding-left: 0; }

.card { position: relative; margin-bottom: 2rem; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: stretch !important; -webkit-align-items: stretch !important; -ms-flex-align: stretch !important; align-items: stretch !important; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; box-shadow: 0 0 1.25rem rgba(31, 45, 61, 0.05); }

.card .card-title { font-weight: 500; margin: 0; margin-left: 0; }

.card .card-subtitle { color: #9aa0a6; font-size: 0.875rem; font-weight: 400; display: block; }

.card .card-header { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; background-color: transparent; }

.card .card-header h3, .card .card-header h4, .card .card-header h5 { font-size: 1.275rem; margin-bottom: 0 !important; font-weight: 600; }

.card.card-stretch { height: 100%; }

.card-toolbar { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; margin: 0; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.grid-layout .card { margin-bottom: 0; }

.card.card-post-shop img { width: 100%; height: auto; }

.card.card-post-shop .badge-pill { border-radius: 50%; height: 40px; width: 40px; text-align: center; line-height: 40px; padding: 0; text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.14); color: #fff; }

.card .post-video video, .card .post-video iframe { width: 100%; }

.card .post-audio audio, .card .post-audio iframe { width: 100%; }

.badge { text-transform: none; }

.badge i:not(:last-child) { margin-right: .5rem; }

.badge.badge-secondary, .badge.bg-light, .badge.badge-soft-secondary, .badge.badge-soft-light { color: #2e2e2e; }

.badge.badge-floating { position: absolute; top: -.25rem; right: -.25rem; }

.badge.badge-xs { font-size: 60% !important; padding: .2rem .3rem !important; }

.jumbotron { padding: 60px 0; }

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

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

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

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

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

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

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

/* ----------------------------------------------------------------
	Accordion
-----------------------------------------------------------------*/
.accordion .ac-item { margin-bottom: 10px; padding: 12px 20px; border-radius: 5px; border: 1px solid #e4e6ef; }

.accordion .ac-item .ac-title { font-weight: 500; position: relative; padding-right: 10px; margin: 0; font-size: 1em; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.accordion .ac-item .ac-title:before { font-size: 18px; content: "\e9be"; font-family: "inspiro-icons"; right: 0; position: absolute; }

.accordion .ac-item .ac-title > i { margin-right: 8px; }

.accordion .ac-item .ac-content { padding-top: 12px; }

.accordion .ac-item .ac-content > p:last-child { margin-bottom: 6px; }

.accordion .ac-item.ac-active .ac-title:before { content: "\e9a1"; }

.accordion.accordion-shadow .ac-item { box-shadow: 0 6px 12px rgba(140, 152, 164, 0.075); }

.accordion.accordion-simple .ac-item { padding: 14px 0; margin-bottom: 0; border-radius: 0; border: 0; border-bottom: 1px solid #e4e6ef; }

.accordion.accordion-simple .ac-item:last-child { border: 0; }

.accordion.accordion-flat .ac-item { padding: 10px 0; margin-bottom: 0; border-radius: 0; border: 0; }

.accordion.accordion-theme .ac-item { background-color: #006c3c; border: 0; }

.accordion.accordion-theme .ac-item .ac-title { color: #fff; }

.accordion.accordion-theme .ac-item .ac-content, .accordion.accordion-theme .ac-item .ac-content p { color: #fff; }

.accordion.dark .ac-item { background-color: #1e2022; border: 0; }

.accordion.dark .ac-item .ac-title { color: #fff; }

.accordion.dark .ac-item .ac-content, .accordion.dark .ac-item .ac-content p { color: #fff; }

/* ----------------------------------------------------------------
	Alert
-----------------------------------------------------------------*/
.alert { color: #fff; padding: 0.85rem 1.5rem; z-index: 9999; }

.alert span[data-notify~="title"] { display: block; font-weight: bold; }

.alert span.fas { font-size: 1rem; float: left; padding-top: 10px; min-width: 40px; min-height: 40px; }

.alert .close { color: #fff; font-weight: 300; padding: 12px 18px; }

.alert > .alert-icon { float: left; }

.alert > .alert-icon i { font-size: 34px; }

.alert > p { padding-left: 54px; }

.alert.alert-primary { background-color: #006c3c; border-color: #093cfc; }

.alert.alert-secondary { background-color: #c1c3ce; border-color: #b3b5c3; }

.alert.alert-success { background-color: #28a745; border-color: #23923d; }

.alert.alert-info { background-color: #17a2b8; border-color: #148ea1; }

.alert.alert-danger { background-color: #dc3545; border-color: #d32535; }

.alert.alert-warning { background-color: #ffc107; border-color: #edb100; }

.alert.alert-light { color: #1e2022; background-color: #fbfbfb; border-color: #e4e6ef; }

.alert.alert-light .alert-link, .alert.alert-light h1, .alert.alert-light h2, .alert.alert-light h3, .alert.alert-light h4, .alert.alert-light h5, .alert.alert-light h6 { color: #1e2022; }

.alert.alert-dark { background-color: #1e2022; border-color: #121314; }

.alert h1, .alert h2, .alert h3, .alert h4, .alert h5, .alert h6, .alert .alert-link { color: #fff; }

.alert [data-notify="progressbar"] { height: 2px !important; margin-top: 8px; }

.avatar { -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; width: 1.8rem; height: 1.8rem; border-radius: 50%; }

.avatar .avatar-lg { width: 2rem; height: 2rem; }

.avatar .avatar-sm { width: 1rem; height: 1rem; }

.avatar-xl { width: 6rem; height: 6rem; }

.avatar-lg { width: 2rem; height: 2rem; }

.avatar-sm { width: 1rem; height: 1rem; }

ul.avatars { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; padding: 0; list-style: none; }

ul.avatars > li:not(:last-child) { margin-right: -0.25rem; }

@media (min-width: 768px) { .avatar.avatar-lg { width: 3rem; height: 3rem; } }

/* ----------------------------------------------------------------------
	Buttons
-------------------------------------------------------------------------*/
a:not([href]):not([tabindex]):not(.btn) { color: none; }

button.btn, .btn:not(.close):not(.mfp-close), a.btn:not([href]):not([tabindex]) { display: inline-block; font-family: inherit; border-radius: 0.42rem 0.42rem 0.42rem 0.42rem; font-size: 12px; font-weight: 600; letter-spacing: .5px; text-decoration: none; outline: none; padding: 12px 18px; position: relative; text-transform: uppercase; background-color: #006c3c; border-color: #006c3c; border-width: 1px; border-style: solid; color: #fff; -webkit-transition: all 0.3s; transition: all 0.3s; margin-bottom: 6px; outline: none; line-height: 14px; cursor: pointer; }

button.btn:after, .btn:not(.close):not(.mfp-close):after, a.btn:not([href]):not([tabindex]):after { content: ''; position: absolute; z-index: -1; -webkit-transition: all 0.3s; transition: all 0.3s; }

button.btn i, .btn:not(.close):not(.mfp-close) i, a.btn:not([href]):not([tabindex]) i { text-shadow: none; }

button.btn.btn-xs, .btn:not(.close):not(.mfp-close).btn-xs, a.btn:not([href]):not([tabindex]).btn-xs { font-size: 10px; height: 24px; line-height: 22px; padding: 0 10px; }

button.btn.btn-sm, .btn:not(.close):not(.mfp-close).btn-sm, a.btn:not([href]):not([tabindex]).btn-sm { font-size: 11px; height: 30px; line-height: 28px; padding: 0 14px; }

button.btn.btn-lg, .btn:not(.close):not(.mfp-close).btn-lg, a.btn:not([href]):not([tabindex]).btn-lg { font-size: 16px; letter-spacing: 2px; line-height: 28px; padding: 14px 40px; }

button.btn:hover, button.btn:focus, button.btn:not(:disabled):not(.disabled):active, button.btn:not(:disabled):not(.disabled).active, .btn:not(.close):not(.mfp-close):hover, .btn:not(.close):not(.mfp-close):focus, .btn:not(.close):not(.mfp-close):not(:disabled):not(.disabled):active, .btn:not(.close):not(.mfp-close):not(:disabled):not(.disabled).active, a.btn:not([href]):not([tabindex]):hover, a.btn:not([href]):not([tabindex]):focus, a.btn:not([href]):not([tabindex]):not(:disabled):not(.disabled):active, a.btn:not([href]):not([tabindex]):not(:disabled):not(.disabled).active { background-color: #0333e8; border-color: #0333e8; color: #fff; text-decoration: none; }

button.btn.btn-outline, .btn:not(.close):not(.mfp-close).btn-outline, a.btn:not([href]):not([tabindex]).btn-outline { background-color: transparent; border-width: 2px; border-style: solid; border-color: #006c3c; color: #006c3c; }

button.btn.btn-outline:hover, button.btn.btn-outline:focus, button.btn.btn-outline:active, button.btn.btn-outline.active, .btn:not(.close):not(.mfp-close).btn-outline:hover, .btn:not(.close):not(.mfp-close).btn-outline:focus, .btn:not(.close):not(.mfp-close).btn-outline:active, .btn:not(.close):not(.mfp-close).btn-outline.active, a.btn:not([href]):not([tabindex]).btn-outline:hover, a.btn:not([href]):not([tabindex]).btn-outline:focus, a.btn:not([href]):not([tabindex]).btn-outline:active, a.btn:not([href]):not([tabindex]).btn-outline.active { background-color: #006c3c; border-width: 2px; border-style: solid; border-color: #006c3c; color: #fff; }

button.btn.btn-rounded, .btn:not(.close):not(.mfp-close).btn-rounded, a.btn:not([href]):not([tabindex]).btn-rounded { border-radius: 2em !important; }

button.btn.btn-block, .btn:not(.close):not(.mfp-close).btn-block, a.btn:not([href]):not([tabindex]).btn-block { width: 100%; display: block; }

button.btn.btn-white, button.btn.btn-light, .btn:not(.close):not(.mfp-close).btn-white, .btn:not(.close):not(.mfp-close).btn-light, a.btn:not([href]):not([tabindex]).btn-white, a.btn:not([href]):not([tabindex]).btn-light { background-color: #fff; border-color: #e4e6ef; color: #4c5667; }

button.btn.btn-white:hover, button.btn.btn-white:focus, button.btn.btn-white:active, button.btn.btn-white.active, button.btn.btn-light:hover, button.btn.btn-light:focus, button.btn.btn-light:active, button.btn.btn-light.active, .btn:not(.close):not(.mfp-close).btn-white:hover, .btn:not(.close):not(.mfp-close).btn-white:focus, .btn:not(.close):not(.mfp-close).btn-white:active, .btn:not(.close):not(.mfp-close).btn-white.active, .btn:not(.close):not(.mfp-close).btn-light:hover, .btn:not(.close):not(.mfp-close).btn-light:focus, .btn:not(.close):not(.mfp-close).btn-light:active, .btn:not(.close):not(.mfp-close).btn-light.active, a.btn:not([href]):not([tabindex]).btn-white:hover, a.btn:not([href]):not([tabindex]).btn-white:focus, a.btn:not([href]):not([tabindex]).btn-white:active, a.btn:not([href]):not([tabindex]).btn-white.active, a.btn:not([href]):not([tabindex]).btn-light:hover, a.btn:not([href]):not([tabindex]).btn-light:focus, a.btn:not([href]):not([tabindex]).btn-light:active, a.btn:not([href]):not([tabindex]).btn-light.active { border-color: #e4e6ef; background-color: #f4f5f8; color: #4c5667; }

button.btn.btn-white.btn-outline, button.btn.btn-light.btn-outline, .btn:not(.close):not(.mfp-close).btn-white.btn-outline, .btn:not(.close):not(.mfp-close).btn-light.btn-outline, a.btn:not([href]):not([tabindex]).btn-white.btn-outline, a.btn:not([href]):not([tabindex]).btn-light.btn-outline { border-color: #ffffff; background-color: transparent; color: #ffffff; }

button.btn.btn-white.btn-outline:hover, button.btn.btn-white.btn-outline:focus, button.btn.btn-white.btn-outline:active, button.btn.btn-white.btn-outline.active, button.btn.btn-light.btn-outline:hover, button.btn.btn-light.btn-outline:focus, button.btn.btn-light.btn-outline:active, button.btn.btn-light.btn-outline.active, .btn:not(.close):not(.mfp-close).btn-white.btn-outline:hover, .btn:not(.close):not(.mfp-close).btn-white.btn-outline:focus, .btn:not(.close):not(.mfp-close).btn-white.btn-outline:active, .btn:not(.close):not(.mfp-close).btn-white.btn-outline.active, .btn:not(.close):not(.mfp-close).btn-light.btn-outline:hover, .btn:not(.close):not(.mfp-close).btn-light.btn-outline:focus, .btn:not(.close):not(.mfp-close).btn-light.btn-outline:active, .btn:not(.close):not(.mfp-close).btn-light.btn-outline.active, a.btn:not([href]):not([tabindex]).btn-white.btn-outline:hover, a.btn:not([href]):not([tabindex]).btn-white.btn-outline:focus, a.btn:not([href]):not([tabindex]).btn-white.btn-outline:active, a.btn:not([href]):not([tabindex]).btn-white.btn-outline.active, a.btn:not([href]):not([tabindex]).btn-light.btn-outline:hover, a.btn:not([href]):not([tabindex]).btn-light.btn-outline:focus, a.btn:not([href]):not([tabindex]).btn-light.btn-outline:active, a.btn:not([href]):not([tabindex]).btn-light.btn-outline.active { background-color: #ffffff; border-color: #ffffff; color: #4c5667; }

button.btn.btn-white.btn-white-hover:hover, button.btn.btn-white.btn-white-hover:focus, button.btn.btn-white.btn-white-hover:active, button.btn.btn-white.btn-white-hover.active, button.btn.btn-white.btn-light-hover:hover, button.btn.btn-white.btn-light-hover:focus, button.btn.btn-white.btn-light-hover:active, button.btn.btn-white.btn-light-hover.active, button.btn.btn-light.btn-white-hover:hover, button.btn.btn-light.btn-white-hover:focus, button.btn.btn-light.btn-white-hover:active, button.btn.btn-light.btn-white-hover.active, button.btn.btn-light.btn-light-hover:hover, button.btn.btn-light.btn-light-hover:focus, button.btn.btn-light.btn-light-hover:active, button.btn.btn-light.btn-light-hover.active, .btn:not(.close):not(.mfp-close).btn-white.btn-white-hover:hover, .btn:not(.close):not(.mfp-close).btn-white.btn-white-hover:focus, .btn:not(.close):not(.mfp-close).btn-white.btn-white-hover:active, .btn:not(.close):not(.mfp-close).btn-white.btn-white-hover.active, .btn:not(.close):not(.mfp-close).btn-white.btn-light-hover:hover, .btn:not(.close):not(.mfp-close).btn-white.btn-light-hover:focus, .btn:not(.close):not(.mfp-close).btn-white.btn-light-hover:active, .btn:not(.close):not(.mfp-close).btn-white.btn-light-hover.active, .btn:not(.close):not(.mfp-close).btn-light.btn-white-hover:hover, .btn:not(.close):not(.mfp-close).btn-light.btn-white-hover:focus, .btn:not(.close):not(.mfp-close).btn-light.btn-white-hover:active, .btn:not(.close):not(.mfp-close).btn-light.btn-white-hover.active, .btn:not(.close):not(.mfp-close).btn-light.btn-light-hover:hover, .btn:not(.close):not(.mfp-close).btn-light.btn-light-hover:focus, .btn:not(.close):not(.mfp-close).btn-light.btn-light-hover:active, .btn:not(.close):not(.mfp-close).btn-light.btn-light-hover.active, a.btn:not([href]):not([tabindex]).btn-white.btn-white-hover:hover, a.btn:not([href]):not([tabindex]).btn-white.btn-white-hover:focus, a.btn:not([href]):not([tabindex]).btn-white.btn-white-hover:active, a.btn:not([href]):not([tabindex]).btn-white.btn-white-hover.active, a.btn:not([href]):not([tabindex]).btn-white.btn-light-hover:hover, a.btn:not([href]):not([tabindex]).btn-white.btn-light-hover:focus, a.btn:not([href]):not([tabindex]).btn-white.btn-light-hover:active, a.btn:not([href]):not([tabindex]).btn-white.btn-light-hover.active, a.btn:not([href]):not([tabindex]).btn-light.btn-white-hover:hover, a.btn:not([href]):not([tabindex]).btn-light.btn-white-hover:focus, a.btn:not([href]):not([tabindex]).btn-light.btn-white-hover:active, a.btn:not([href]):not([tabindex]).btn-light.btn-white-hover.active, a.btn:not([href]):not([tabindex]).btn-light.btn-light-hover:hover, a.btn:not([href]):not([tabindex]).btn-light.btn-light-hover:focus, a.btn:not([href]):not([tabindex]).btn-light.btn-light-hover:active, a.btn:not([href]):not([tabindex]).btn-light.btn-light-hover.active { background-color: #ffffff; border-color: #ebebeb; color: #4c5667; }

button.btn:not(.btn-shadow):focus, button.btn:not(.btn-shadow):focus:active, .btn:not(.close):not(.mfp-close):not(.btn-shadow):focus, .btn:not(.close):not(.mfp-close):not(.btn-shadow):focus:active, a.btn:not([href]):not([tabindex]):not(.btn-shadow):focus, a.btn:not([href]):not([tabindex]):not(.btn-shadow):focus:active { box-shadow: none !important; }

button.btn.btn-transparent, .btn:not(.close):not(.mfp-close).btn-transparent, a.btn:not([href]):not([tabindex]).btn-transparent { background-color: transparent; border: 0; color: #3c4043; }

button.btn.btn-transparent.btn-inverted, .btn:not(.close):not(.mfp-close).btn-transparent.btn-inverted, a.btn:not([href]):not([tabindex]).btn-transparent.btn-inverted { color: #fff; }

button.btn.btn-primary, .btn:not(.close):not(.mfp-close).btn-primary, a.btn:not([href]):not([tabindex]).btn-primary { background-color: #006c3c; border-color: #006c3c; }

button.btn.btn-primary:hover, button.btn.btn-primary:focus, button.btn.btn-primary:not(:disabled):not(.disabled):active, button.btn.btn-primary:not(:disabled):not(.disabled).active, .btn:not(.close):not(.mfp-close).btn-primary:hover, .btn:not(.close):not(.mfp-close).btn-primary:focus, .btn:not(.close):not(.mfp-close).btn-primary:not(:disabled):not(.disabled):active, .btn:not(.close):not(.mfp-close).btn-primary:not(:disabled):not(.disabled).active, a.btn:not([href]):not([tabindex]).btn-primary:hover, a.btn:not([href]):not([tabindex]).btn-primary:focus, a.btn:not([href]):not([tabindex]).btn-primary:not(:disabled):not(.disabled):active, a.btn:not([href]):not([tabindex]).btn-primary:not(:disabled):not(.disabled).active { background-color: #0333e8; border-color: #0333e8; color: #fff; }

button.btn.btn-secondary, .btn:not(.close):not(.mfp-close).btn-secondary, a.btn:not([href]):not([tabindex]).btn-secondary { background-color: #c1c3ce; border-color: #c1c3ce; }

button.btn.btn-secondary:hover, button.btn.btn-secondary:focus, button.btn.btn-secondary:not(:disabled):not(.disabled):active, button.btn.btn-secondary:not(:disabled):not(.disabled).active, .btn:not(.close):not(.mfp-close).btn-secondary:hover, .btn:not(.close):not(.mfp-close).btn-secondary:focus, .btn:not(.close):not(.mfp-close).btn-secondary:not(:disabled):not(.disabled):active, .btn:not(.close):not(.mfp-close).btn-secondary:not(:disabled):not(.disabled).active, a.btn:not([href]):not([tabindex]).btn-secondary:hover, a.btn:not([href]):not([tabindex]).btn-secondary:focus, a.btn:not([href]):not([tabindex]).btn-secondary:not(:disabled):not(.disabled):active, a.btn:not([href]):not([tabindex]).btn-secondary:not(:disabled):not(.disabled).active { background-color: #a5a7b7; border-color: #a5a7b7; color: #fff; }

button.btn.btn-success, .btn:not(.close):not(.mfp-close).btn-success, a.btn:not([href]):not([tabindex]).btn-success { background-color: #28a745; border-color: #28a745; }

button.btn.btn-success:hover, button.btn.btn-success:focus, button.btn.btn-success:not(:disabled):not(.disabled):active, button.btn.btn-success:not(:disabled):not(.disabled).active, .btn:not(.close):not(.mfp-close).btn-success:hover, .btn:not(.close):not(.mfp-close).btn-success:focus, .btn:not(.close):not(.mfp-close).btn-success:not(:disabled):not(.disabled):active, .btn:not(.close):not(.mfp-close).btn-success:not(:disabled):not(.disabled).active, a.btn:not([href]):not([tabindex]).btn-success:hover, a.btn:not([href]):not([tabindex]).btn-success:focus, a.btn:not([href]):not([tabindex]).btn-success:not(:disabled):not(.disabled):active, a.btn:not([href]):not([tabindex]).btn-success:not(:disabled):not(.disabled).active { background-color: #1e7e34; border-color: #1e7e34; color: #fff; }

button.btn.btn-info, .btn:not(.close):not(.mfp-close).btn-info, a.btn:not([href]):not([tabindex]).btn-info { background-color: #17a2b8; border-color: #17a2b8; }

button.btn.btn-info:hover, button.btn.btn-info:focus, button.btn.btn-info:not(:disabled):not(.disabled):active, button.btn.btn-info:not(:disabled):not(.disabled).active, .btn:not(.close):not(.mfp-close).btn-info:hover, .btn:not(.close):not(.mfp-close).btn-info:focus, .btn:not(.close):not(.mfp-close).btn-info:not(:disabled):not(.disabled):active, .btn:not(.close):not(.mfp-close).btn-info:not(:disabled):not(.disabled).active, a.btn:not([href]):not([tabindex]).btn-info:hover, a.btn:not([href]):not([tabindex]).btn-info:focus, a.btn:not([href]):not([tabindex]).btn-info:not(:disabled):not(.disabled):active, a.btn:not([href]):not([tabindex]).btn-info:not(:disabled):not(.disabled).active { background-color: #117a8b; border-color: #117a8b; color: #fff; }

button.btn.btn-warning, .btn:not(.close):not(.mfp-close).btn-warning, a.btn:not([href]):not([tabindex]).btn-warning { background-color: #ffc107; border-color: #ffc107; }

button.btn.btn-warning:hover, button.btn.btn-warning:focus, button.btn.btn-warning:not(:disabled):not(.disabled):active, button.btn.btn-warning:not(:disabled):not(.disabled).active, .btn:not(.close):not(.mfp-close).btn-warning:hover, .btn:not(.close):not(.mfp-close).btn-warning:focus, .btn:not(.close):not(.mfp-close).btn-warning:not(:disabled):not(.disabled):active, .btn:not(.close):not(.mfp-close).btn-warning:not(:disabled):not(.disabled).active, a.btn:not([href]):not([tabindex]).btn-warning:hover, a.btn:not([href]):not([tabindex]).btn-warning:focus, a.btn:not([href]):not([tabindex]).btn-warning:not(:disabled):not(.disabled):active, a.btn:not([href]):not([tabindex]).btn-warning:not(:disabled):not(.disabled).active { background-color: #d39e00; border-color: #d39e00; color: #fff; }

button.btn.btn-danger, .btn:not(.close):not(.mfp-close).btn-danger, a.btn:not([href]):not([tabindex]).btn-danger { background-color: #dc3545; border-color: #dc3545; }

button.btn.btn-danger:hover, button.btn.btn-danger:focus, button.btn.btn-danger:not(:disabled):not(.disabled):active, button.btn.btn-danger:not(:disabled):not(.disabled).active, .btn:not(.close):not(.mfp-close).btn-danger:hover, .btn:not(.close):not(.mfp-close).btn-danger:focus, .btn:not(.close):not(.mfp-close).btn-danger:not(:disabled):not(.disabled):active, .btn:not(.close):not(.mfp-close).btn-danger:not(:disabled):not(.disabled).active, a.btn:not([href]):not([tabindex]).btn-danger:hover, a.btn:not([href]):not([tabindex]).btn-danger:focus, a.btn:not([href]):not([tabindex]).btn-danger:not(:disabled):not(.disabled):active, a.btn:not([href]):not([tabindex]).btn-danger:not(:disabled):not(.disabled).active { background-color: #bd2130; border-color: #bd2130; color: #fff; }

button.btn.btn-dark, .btn:not(.close):not(.mfp-close).btn-dark, a.btn:not([href]):not([tabindex]).btn-dark { background-color: #000000; border-color: #000000; }

button.btn.btn-dark:hover, button.btn.btn-dark:focus, button.btn.btn-dark:active, button.btn.btn-dark.active, .btn:not(.close):not(.mfp-close).btn-dark:hover, .btn:not(.close):not(.mfp-close).btn-dark:focus, .btn:not(.close):not(.mfp-close).btn-dark:active, .btn:not(.close):not(.mfp-close).btn-dark.active, a.btn:not([href]):not([tabindex]).btn-dark:hover, a.btn:not([href]):not([tabindex]).btn-dark:focus, a.btn:not([href]):not([tabindex]).btn-dark:active, a.btn:not([href]):not([tabindex]).btn-dark.active { background-color: #333333; border-color: #333333; color: #fff; }

button.btn.btn-dark.btn-outline, .btn:not(.close):not(.mfp-close).btn-dark.btn-outline, a.btn:not([href]):not([tabindex]).btn-dark.btn-outline { background-color: transparent; color: #000000; border-color: #000000; }

button.btn.btn-dark.btn-outline:hover, button.btn.btn-dark.btn-outline:focus, button.btn.btn-dark.btn-outline:active, button.btn.btn-dark.btn-outline.active, .btn:not(.close):not(.mfp-close).btn-dark.btn-outline:hover, .btn:not(.close):not(.mfp-close).btn-dark.btn-outline:focus, .btn:not(.close):not(.mfp-close).btn-dark.btn-outline:active, .btn:not(.close):not(.mfp-close).btn-dark.btn-outline.active, a.btn:not([href]):not([tabindex]).btn-dark.btn-outline:hover, a.btn:not([href]):not([tabindex]).btn-dark.btn-outline:focus, a.btn:not([href]):not([tabindex]).btn-dark.btn-outline:active, a.btn:not([href]):not([tabindex]).btn-dark.btn-outline.active { background-color: #000000; border-color: #000000; color: #fff; }

button.btn.btn-red, .btn:not(.close):not(.mfp-close).btn-red, a.btn:not([href]):not([tabindex]).btn-red { background-color: #CA0027; border-color: #CA0027; }

button.btn.btn-red:hover, button.btn.btn-red:focus, button.btn.btn-red:not(:disabled):not(.disabled):active, button.btn.btn-red:not(:disabled):not(.disabled).active, .btn:not(.close):not(.mfp-close).btn-red:hover, .btn:not(.close):not(.mfp-close).btn-red:focus, .btn:not(.close):not(.mfp-close).btn-red:not(:disabled):not(.disabled):active, .btn:not(.close):not(.mfp-close).btn-red:not(:disabled):not(.disabled).active, a.btn:not([href]):not([tabindex]).btn-red:hover, a.btn:not([href]):not([tabindex]).btn-red:focus, a.btn:not([href]):not([tabindex]).btn-red:not(:disabled):not(.disabled):active, a.btn:not([href]):not([tabindex]).btn-red:not(:disabled):not(.disabled).active { background-color: #97001d; border-color: #97001d; color: #fff; }

button.btn.btn-round, .btn:not(.close):not(.mfp-close).btn-round, a.btn:not([href]):not([tabindex]).btn-round { border-radius: 50%; padding: 0 10px !important; height: 36px !important; line-height: 36px !important; }

button.btn.btn-round > i, .btn:not(.close):not(.mfp-close).btn-round > i, a.btn:not([href]):not([tabindex]).btn-round > i { font-size: 14px; }

button.btn.btn-slide, .btn:not(.close):not(.mfp-close).btn-slide, a.btn:not([href]):not([tabindex]).btn-slide { border-radius: 50px; display: table-cell; opacity: 1; overflow: hidden; padding: 22px; position: relative; -webkit-transition: width 0.4s ease 0s, background 0.4s ease 0s; transition: width 0.4s ease 0s, background 0.4s ease 0s; width: 46px; line-height: 18px; }

button.btn.btn-slide > i, .btn:not(.close):not(.mfp-close).btn-slide > i, a.btn:not([href]):not([tabindex]).btn-slide > i { float: left; left: 17px; position: absolute; top: 17px; -webkit-transition: all 0.8s ease 0s; transition: all 0.8s ease 0s; }

button.btn.btn-slide > span, .btn:not(.close):not(.mfp-close).btn-slide > span, a.btn:not([href]):not([tabindex]).btn-slide > span { left: 40px; position: absolute; text-align: left; top: 13px; -webkit-transition: left 0.5s ease 0s, opacity 0.5s ease 0s; transition: left 0.5s ease 0s, opacity 0.5s ease 0s; white-space: nowrap; opacity: 0; }

button.btn.btn-slide:hover, .btn:not(.close):not(.mfp-close).btn-slide:hover, a.btn:not([href]):not([tabindex]).btn-slide:hover { width: 140px; text-align: left; }

button.btn.btn-slide:hover > i, .btn:not(.close):not(.mfp-close).btn-slide:hover > i, a.btn:not([href]):not([tabindex]).btn-slide:hover > i { -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg); }

button.btn.btn-slide:hover > span, .btn:not(.close):not(.mfp-close).btn-slide:hover > span, a.btn:not([href]):not([tabindex]).btn-slide:hover > span { opacity: 1; }

button.btn.btn-slide.btn-xs, .btn:not(.close):not(.mfp-close).btn-slide.btn-xs, a.btn:not([href]):not([tabindex]).btn-slide.btn-xs { padding: 14px; width: 30px; line-height: 26px; }

button.btn.btn-slide.btn-xs > i, .btn:not(.close):not(.mfp-close).btn-slide.btn-xs > i, a.btn:not([href]):not([tabindex]).btn-slide.btn-xs > i { left: 9px; top: 8px; }

button.btn.btn-slide.btn-xs > span, .btn:not(.close):not(.mfp-close).btn-slide.btn-xs > span, a.btn:not([href]):not([tabindex]).btn-slide.btn-xs > span { left: 28px; top: 0px; }

button.btn.btn-slide.btn-xs:hover, .btn:not(.close):not(.mfp-close).btn-slide.btn-xs:hover, a.btn:not([href]):not([tabindex]).btn-slide.btn-xs:hover { width: 110px; }

button.btn.btn-slide.btn-sm, .btn:not(.close):not(.mfp-close).btn-slide.btn-sm, a.btn:not([href]):not([tabindex]).btn-slide.btn-sm { padding: 18px; width: 36px; line-height: 36px; }

button.btn.btn-slide.btn-sm > i, .btn:not(.close):not(.mfp-close).btn-slide.btn-sm > i, a.btn:not([href]):not([tabindex]).btn-slide.btn-sm > i { left: 13px; top: 13px; }

button.btn.btn-slide.btn-sm > span, .btn:not(.close):not(.mfp-close).btn-slide.btn-sm > span, a.btn:not([href]):not([tabindex]).btn-slide.btn-sm > span { left: 36px; top: 0px; }

button.btn.btn-slide.btn-sm:hover, .btn:not(.close):not(.mfp-close).btn-slide.btn-sm:hover, a.btn:not([href]):not([tabindex]).btn-slide.btn-sm:hover { width: 110px; }

button.btn.btn-slide.btn-lg, .btn:not(.close):not(.mfp-close).btn-slide.btn-lg, a.btn:not([href]):not([tabindex]).btn-slide.btn-lg { padding: 30px; line-height: 52px; }

button.btn.btn-slide.btn-lg > i, .btn:not(.close):not(.mfp-close).btn-slide.btn-lg > i, a.btn:not([href]):not([tabindex]).btn-slide.btn-lg > i { left: 23px; top: 23px; }

button.btn.btn-slide.btn-lg > span, .btn:not(.close):not(.mfp-close).btn-slide.btn-lg > span, a.btn:not([href]):not([tabindex]).btn-slide.btn-lg > span { left: 54px; top: 3px; }

button.btn.btn-slide.btn-lg:hover, .btn:not(.close):not(.mfp-close).btn-slide.btn-lg:hover, a.btn:not([href]):not([tabindex]).btn-slide.btn-lg:hover { width: 200px; }

button.btn.btn-reveal, .btn:not(.close):not(.mfp-close).btn-reveal, a.btn:not([href]):not([tabindex]).btn-reveal { padding: 12px 34px; }

button.btn.btn-reveal span, .btn:not(.close):not(.mfp-close).btn-reveal span, a.btn:not([href]):not([tabindex]).btn-reveal span { left: 0; position: relative; -webkit-transition: opacity 0.2s ease-out 0s, left 0.2s ease-out 0s; transition: opacity 0.2s ease-out 0s, left 0.2s ease-out 0s; }

button.btn.btn-reveal i, .btn:not(.close):not(.mfp-close).btn-reveal i, a.btn:not([href]):not([tabindex]).btn-reveal i { line-height: 18px; margin-top: -6px; opacity: 0; position: absolute; right: 28px; top: 50%; -webkit-transition: all 0.2s ease-out 0s; transition: all 0.2s ease-out 0s; width: 18px; }

button.btn.btn-reveal:hover span, .btn:not(.close):not(.mfp-close).btn-reveal:hover span, a.btn:not([href]):not([tabindex]).btn-reveal:hover span { left: -10px; }

button.btn.btn-reveal:hover i, .btn:not(.close):not(.mfp-close).btn-reveal:hover i, a.btn:not([href]):not([tabindex]).btn-reveal:hover i { opacity: 1 !important; right: 18px; }

button.btn.btn-reveal.btn-xs, .btn:not(.close):not(.mfp-close).btn-reveal.btn-xs, a.btn:not([href]):not([tabindex]).btn-reveal.btn-xs { line-height: 0px; }

button.btn.btn-reveal.btn-sm, .btn:not(.close):not(.mfp-close).btn-reveal.btn-sm, a.btn:not([href]):not([tabindex]).btn-reveal.btn-sm { line-height: 0px; }

button.btn.btn-reveal.btn-lg, .btn:not(.close):not(.mfp-close).btn-reveal.btn-lg, a.btn:not([href]):not([tabindex]).btn-reveal.btn-lg { line-height: 28px; padding: 14px 50px; }

button.btn.btn-reveal.btn-lg i, .btn:not(.close):not(.mfp-close).btn-reveal.btn-lg i, a.btn:not([href]):not([tabindex]).btn-reveal.btn-lg i { margin-top: -8px; }

button.btn.btn-reveal.btn-reveal-left span, .btn:not(.close):not(.mfp-close).btn-reveal.btn-reveal-left span, a.btn:not([href]):not([tabindex]).btn-reveal.btn-reveal-left span { right: 0; left: auto; -webkit-transition: opacity 0.2s ease-out 0s, right 0.2s ease-out 0s; transition: opacity 0.2s ease-out 0s, right 0.2s ease-out 0s; }

button.btn.btn-reveal.btn-reveal-left i, .btn:not(.close):not(.mfp-close).btn-reveal.btn-reveal-left i, a.btn:not([href]):not([tabindex]).btn-reveal.btn-reveal-left i { left: 28px; right: auto; }

button.btn.btn-reveal.btn-reveal-left:hover span, .btn:not(.close):not(.mfp-close).btn-reveal.btn-reveal-left:hover span, a.btn:not([href]):not([tabindex]).btn-reveal.btn-reveal-left:hover span { right: -10px; left: auto; }

button.btn.btn-reveal.btn-reveal-left:hover i, .btn:not(.close):not(.mfp-close).btn-reveal.btn-reveal-left:hover i, a.btn:not([href]):not([tabindex]).btn-reveal.btn-reveal-left:hover i { left: 18px; right: auto; }

button.btn.btn-shadow, .btn:not(.close):not(.mfp-close).btn-shadow, a.btn:not([href]):not([tabindex]).btn-shadow { box-shadow: 0 4px 16px #efefef; }

button.btn.btn-shadow:hover, button.btn.btn-shadow:focus, button.btn.btn-shadow:not(:disabled):not(.disabled):active, button.btn.btn-shadow:not(:disabled):not(.disabled).active, .btn:not(.close):not(.mfp-close).btn-shadow:hover, .btn:not(.close):not(.mfp-close).btn-shadow:focus, .btn:not(.close):not(.mfp-close).btn-shadow:not(:disabled):not(.disabled):active, .btn:not(.close):not(.mfp-close).btn-shadow:not(:disabled):not(.disabled).active, a.btn:not([href]):not([tabindex]).btn-shadow:hover, a.btn:not([href]):not([tabindex]).btn-shadow:focus, a.btn:not([href]):not([tabindex]).btn-shadow:not(:disabled):not(.disabled):active, a.btn:not([href]):not([tabindex]).btn-shadow:not(:disabled):not(.disabled).active { box-shadow: 4px 8px 16px #dedede; }

button.btn.rounded-circle-holder, .btn:not(.close):not(.mfp-close).rounded-circle-holder, a.btn:not([href]):not([tabindex]).rounded-circle-holder { padding-right: 16px; }

button.btn.rounded-circle-holder:before, .btn:not(.close):not(.mfp-close).rounded-circle-holder:before, a.btn:not([href]):not([tabindex]).rounded-circle-holder:before { border-left: 1px solid rgba(255, 255, 255, 0.2); content: ""; height: 100%; position: absolute; right: 42px; top: 0; }

button.btn.rounded-circle-holder.btn-outline:before, .btn:not(.close):not(.mfp-close).rounded-circle-holder.btn-outline:before, a.btn:not([href]):not([tabindex]).rounded-circle-holder.btn-outline:before { border-left: 2px solid #006c3c; }

button.btn.rounded-circle-holder.btn-outline.btn-dark:before, .btn:not(.close):not(.mfp-close).rounded-circle-holder.btn-outline.btn-dark:before, a.btn:not([href]):not([tabindex]).rounded-circle-holder.btn-outline.btn-dark:before { border-left: 2px solid #111; }

button.btn.rounded-circle-holder.btn-light:before, .btn:not(.close):not(.mfp-close).rounded-circle-holder.btn-light:before, a.btn:not([href]):not([tabindex]).rounded-circle-holder.btn-light:before { border-left: 1px solid #f3f3f3; }

button.btn.rounded-circle-holder.btn-light.btn-light-hover:before, button.btn.rounded-circle-holder.btn-light.btn-light-hover:hover, .btn:not(.close):not(.mfp-close).rounded-circle-holder.btn-light.btn-light-hover:before, .btn:not(.close):not(.mfp-close).rounded-circle-holder.btn-light.btn-light-hover:hover, a.btn:not([href]):not([tabindex]).rounded-circle-holder.btn-light.btn-light-hover:before, a.btn:not([href]):not([tabindex]).rounded-circle-holder.btn-light.btn-light-hover:hover { border-left: 1px solid #f3f3f3; }

button.btn.rounded-circle-holder i, .btn:not(.close):not(.mfp-close).rounded-circle-holder i, a.btn:not([href]):not([tabindex]).rounded-circle-holder i { margin-left: 30px; margin-right: -2px; }

button.btn.rounded-circle-holder.btn-xs, .btn:not(.close):not(.mfp-close).rounded-circle-holder.btn-xs, a.btn:not([href]):not([tabindex]).rounded-circle-holder.btn-xs { padding-right: 10px; }

button.btn.rounded-circle-holder.btn-xs:before, .btn:not(.close):not(.mfp-close).rounded-circle-holder.btn-xs:before, a.btn:not([href]):not([tabindex]).rounded-circle-holder.btn-xs:before { right: 30px; }

button.btn.rounded-circle-holder.btn-xs i, .btn:not(.close):not(.mfp-close).rounded-circle-holder.btn-xs i, a.btn:not([href]):not([tabindex]).rounded-circle-holder.btn-xs i { margin-left: 20px; margin-right: 2px; }

button.btn.rounded-circle-holder.btn-sm, .btn:not(.close):not(.mfp-close).rounded-circle-holder.btn-sm, a.btn:not([href]):not([tabindex]).rounded-circle-holder.btn-sm { padding-right: 16px; }

button.btn.rounded-circle-holder.btn-sm:before, .btn:not(.close):not(.mfp-close).rounded-circle-holder.btn-sm:before, a.btn:not([href]):not([tabindex]).rounded-circle-holder.btn-sm:before { right: 36px; }

button.btn.rounded-circle-holder.btn-sm i, .btn:not(.close):not(.mfp-close).rounded-circle-holder.btn-sm i, a.btn:not([href]):not([tabindex]).rounded-circle-holder.btn-sm i { margin-left: 24px; margin-right: 0; }

button.btn.rounded-circle-holder.btn-lg, .btn:not(.close):not(.mfp-close).rounded-circle-holder.btn-lg, a.btn:not([href]):not([tabindex]).rounded-circle-holder.btn-lg { padding-right: 28px; }

button.btn.rounded-circle-holder.btn-lg:before, .btn:not(.close):not(.mfp-close).rounded-circle-holder.btn-lg:before, a.btn:not([href]):not([tabindex]).rounded-circle-holder.btn-lg:before { right: 50px; }

button.btn.rounded-circle-holder.btn-lg i, .btn:not(.close):not(.mfp-close).rounded-circle-holder.btn-lg i, a.btn:not([href]):not([tabindex]).rounded-circle-holder.btn-lg i { margin-left: 34px; margin-right: -8px; }

button.btn.btn-creative, .btn:not(.close):not(.mfp-close).btn-creative, a.btn:not([href]):not([tabindex]).btn-creative { padding: 24px 40px; font-size: 15px; font-weight: 600; }

button.btn.btn-creative:before, .btn:not(.close):not(.mfp-close).btn-creative:before, a.btn:not([href]):not([tabindex]).btn-creative:before { right: 58px; }

button.btn.btn-creative i, .btn:not(.close):not(.mfp-close).btn-creative i, a.btn:not([href]):not([tabindex]).btn-creative i { margin-left: 54px; margin-right: -16px; }

button.btn.btn-facebook, .btn:not(.close):not(.mfp-close).btn-facebook, a.btn:not([href]):not([tabindex]).btn-facebook { background-color: #3b5998 !important; color: #ffffff !important; border-width: 0; }

button.btn.btn-twitter, .btn:not(.close):not(.mfp-close).btn-twitter, a.btn:not([href]):not([tabindex]).btn-twitter { background-color: #00aced !important; color: #ffffff !important; border-width: 0; }

button.btn.btn-linkedin, .btn:not(.close):not(.mfp-close).btn-linkedin, a.btn:not([href]):not([tabindex]).btn-linkedin { background-color: #007bb6 !important; color: #ffffff !important; border-width: 0; }

button.btn.btn-dribbble, .btn:not(.close):not(.mfp-close).btn-dribbble, a.btn:not([href]):not([tabindex]).btn-dribbble { background-color: #ea4c89 !important; color: #ffffff !important; border-width: 0; }

button.btn.btn-googleplus, .btn:not(.close):not(.mfp-close).btn-googleplus, a.btn:not([href]):not([tabindex]).btn-googleplus { background-color: #dd4b39 !important; color: #ffffff !important; border-width: 0; }

button.btn.btn-instagram, .btn:not(.close):not(.mfp-close).btn-instagram, a.btn:not([href]):not([tabindex]).btn-instagram { background-color: #517fa4 !important; color: #ffffff !important; border-width: 0; }

button.btn.btn-pinterest, .btn:not(.close):not(.mfp-close).btn-pinterest, a.btn:not([href]):not([tabindex]).btn-pinterest { background-color: #cb2027 !important; color: #ffffff !important; border-width: 0; }

button.btn.btn-dropbox, .btn:not(.close):not(.mfp-close).btn-dropbox, a.btn:not([href]):not([tabindex]).btn-dropbox { background-color: #007ee5 !important; color: #ffffff !important; border-width: 0; }

button.btn.btn-flickr, .btn:not(.close):not(.mfp-close).btn-flickr, a.btn:not([href]):not([tabindex]).btn-flickr { background-color: #ff0084 !important; color: #ffffff !important; border-width: 0; }

button.btn.btn-tumblr, .btn:not(.close):not(.mfp-close).btn-tumblr, a.btn:not([href]):not([tabindex]).btn-tumblr { background-color: #32506d !important; color: #ffffff !important; border-width: 0; }

button.btn.btn-skype, .btn:not(.close):not(.mfp-close).btn-skype, a.btn:not([href]):not([tabindex]).btn-skype { background-color: #00aff0 !important; color: #ffffff !important; border-width: 0; }

button.btn.btn-youtube, .btn:not(.close):not(.mfp-close).btn-youtube, a.btn:not([href]):not([tabindex]).btn-youtube { background-color: #bb0000 !important; color: #ffffff !important; border-width: 0; }

button.btn.btn-github, .btn:not(.close):not(.mfp-close).btn-github, a.btn:not([href]):not([tabindex]).btn-github { background-color: #171515 !important; color: #ffffff !important; border-width: 0; }

button.btn + .btn, .btn:not(.close):not(.mfp-close) + .btn, a.btn:not([href]):not([tabindex]) + .btn { margin-left: 4px; }

button.btn.disabled, .btn:not(.close):not(.mfp-close).disabled, a.btn:not([href]):not([tabindex]).disabled { cursor: not-allowed; pointer-events: none; opacity: .6; }

.disabled .btn { opacity: .3; }

@media (max-width: 991.98px) { button.btn:not(.btn-creative):not(.btn-slide), .btn:not(.close):not(.mfp-close):not(.btn-creative):not(.btn-slide), a.btn:not([href]):not([tabindex]):not(.btn-creative):not(.btn-slide) { font-size: 12px; height: 32px; line-height: 30px; padding: 0 14px; }
  button.btn:not(.btn-creative):not(.btn-slide).btn-reveal:hover span, .btn:not(.close):not(.mfp-close):not(.btn-creative):not(.btn-slide).btn-reveal:hover span, a.btn:not([href]):not([tabindex]):not(.btn-creative):not(.btn-slide).btn-reveal:hover span { left: auto; right: auto; }
  button.btn:not(.btn-creative):not(.btn-slide).btn-reveal:hover i, .btn:not(.close):not(.mfp-close):not(.btn-creative):not(.btn-slide).btn-reveal:hover i, a.btn:not([href]):not([tabindex]):not(.btn-creative):not(.btn-slide).btn-reveal:hover i { display: none; }
  button.btn:not(.btn-creative):not(.btn-slide).btn-lg, .btn:not(.close):not(.mfp-close):not(.btn-creative):not(.btn-slide).btn-lg, a.btn:not([href]):not([tabindex]):not(.btn-creative):not(.btn-slide).btn-lg { font-size: 13px; height: 38px; line-height: 36px; padding: 0 24px; }
  button.btn:not(.btn-creative):not(.btn-slide).btn-sm, .btn:not(.close):not(.mfp-close):not(.btn-creative):not(.btn-slide).btn-sm, a.btn:not([href]):not([tabindex]):not(.btn-creative):not(.btn-slide).btn-sm { font-size: 11px; height: 28px; line-height: 28px; padding: 0 12px; }
  button.btn:not(.btn-creative):not(.btn-slide).btn-xs, .btn:not(.close):not(.mfp-close):not(.btn-creative):not(.btn-slide).btn-xs, a.btn:not([href]):not([tabindex]):not(.btn-creative):not(.btn-slide).btn-xs { font-size: 10px; height: 26px; line-height: 26px; padding: 0 10px; } }

.dark:not(.submenu-light) a.btn:not([href]):not([tabindex]).btn-shadow, .dark:not(.submenu-light) .btn.btn-shadow { box-shadow: 0 4px 16px #292929; }

.dark:not(.submenu-light) a.btn:not([href]):not([tabindex]).btn-shadow:hover, .dark:not(.submenu-light) a.btn:not([href]):not([tabindex]).btn-shadow:focus, .dark:not(.submenu-light) a.btn:not([href]):not([tabindex]).btn-shadow:not(:disabled):not(.disabled):active, .dark:not(.submenu-light) a.btn:not([href]):not([tabindex]).btn-shadow:not(:disabled):not(.disabled).active, .dark:not(.submenu-light) .btn.btn-shadow:hover, .dark:not(.submenu-light) .btn.btn-shadow:focus, .dark:not(.submenu-light) .btn.btn-shadow:not(:disabled):not(.disabled):active, .dark:not(.submenu-light) .btn.btn-shadow:not(:disabled):not(.disabled).active { box-shadow: 4px 8px 16px #1d1d1d; }


button.btn.btn-icon-holder,
.btn:not(.close):not(.mfp-close).btn-icon-holder,
a.btn:not([href]):not([tabindex]).btn-icon-holder {
  padding-right: 16px;
}
button.btn.btn-icon-holder:before,
.btn:not(.close):not(.mfp-close).btn-icon-holder:before,
a.btn:not([href]):not([tabindex]).btn-icon-holder:before {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  content: "";
  height: 100%;
  position: absolute;
  right: 42px;
  top: 0;
}
button.btn.btn-icon-holder.btn-outline:before,
.btn:not(.close):not(.mfp-close).btn-icon-holder.btn-outline:before,
a.btn:not([href]):not([tabindex]).btn-icon-holder.btn-outline:before {
  border-left: 2px solid #006c3c;
}
button.btn.btn-icon-holder.btn-outline.btn-dark:before,
.btn:not(.close):not(.mfp-close).btn-icon-holder.btn-outline.btn-dark:before,
a.btn:not([href]):not([tabindex]).btn-icon-holder.btn-outline.btn-dark:before {
  border-left: 2px solid #111;
}
button.btn.btn-icon-holder.btn-light:before,
.btn:not(.close):not(.mfp-close).btn-icon-holder.btn-light:before,
a.btn:not([href]):not([tabindex]).btn-icon-holder.btn-light:before {
  border-left: 1px solid #f3f3f3;
}
button.btn.btn-icon-holder.btn-light.btn-light-hover:before, button.btn.btn-icon-holder.btn-light.btn-light-hover:hover,
.btn:not(.close):not(.mfp-close).btn-icon-holder.btn-light.btn-light-hover:before,
.btn:not(.close):not(.mfp-close).btn-icon-holder.btn-light.btn-light-hover:hover,
a.btn:not([href]):not([tabindex]).btn-icon-holder.btn-light.btn-light-hover:before,
a.btn:not([href]):not([tabindex]).btn-icon-holder.btn-light.btn-light-hover:hover {
  border-left: 1px solid #f3f3f3;
}
button.btn.btn-icon-holder i,
.btn:not(.close):not(.mfp-close).btn-icon-holder i,
a.btn:not([href]):not([tabindex]).btn-icon-holder i {
  margin-left: 30px;
  margin-right: -2px;
}
button.btn.btn-icon-holder.btn-xs,
.btn:not(.close):not(.mfp-close).btn-icon-holder.btn-xs,
a.btn:not([href]):not([tabindex]).btn-icon-holder.btn-xs {
  padding-right: 10px;
}
button.btn.btn-icon-holder.btn-xs:before,
.btn:not(.close):not(.mfp-close).btn-icon-holder.btn-xs:before,
a.btn:not([href]):not([tabindex]).btn-icon-holder.btn-xs:before {
  right: 30px;
}
button.btn.btn-icon-holder.btn-xs i,
.btn:not(.close):not(.mfp-close).btn-icon-holder.btn-xs i,
a.btn:not([href]):not([tabindex]).btn-icon-holder.btn-xs i {
  margin-left: 20px;
  margin-right: 2px;
}
button.btn.btn-icon-holder.btn-sm,
.btn:not(.close):not(.mfp-close).btn-icon-holder.btn-sm,
a.btn:not([href]):not([tabindex]).btn-icon-holder.btn-sm {
  padding-right: 16px;
}
button.btn.btn-icon-holder.btn-sm:before,
.btn:not(.close):not(.mfp-close).btn-icon-holder.btn-sm:before,
a.btn:not([href]):not([tabindex]).btn-icon-holder.btn-sm:before {
  right: 36px;
}
button.btn.btn-icon-holder.btn-sm i,
.btn:not(.close):not(.mfp-close).btn-icon-holder.btn-sm i,
a.btn:not([href]):not([tabindex]).btn-icon-holder.btn-sm i {
  margin-left: 24px;
  margin-right: 0;
}
button.btn.btn-icon-holder.btn-lg,
.btn:not(.close):not(.mfp-close).btn-icon-holder.btn-lg,
a.btn:not([href]):not([tabindex]).btn-icon-holder.btn-lg {
  padding-right: 28px;
}
button.btn.btn-icon-holder.btn-lg:before,
.btn:not(.close):not(.mfp-close).btn-icon-holder.btn-lg:before,
a.btn:not([href]):not([tabindex]).btn-icon-holder.btn-lg:before {
  right: 50px;
}
button.btn.btn-icon-holder.btn-lg i,
.btn:not(.close):not(.mfp-close).btn-icon-holder.btn-lg i,
a.btn:not([href]):not([tabindex]).btn-icon-holder.btn-lg i {
  margin-left: 34px;
  margin-right: -8px;
}
/* ----------------------------------------------------------------------
	Headings
-------------------------------------------------------------------------*/
.heading { margin-bottom: 100px; text-align: center; }

.heading > h1, .heading > h2 { font-size: 40px; text-transform: capitalize; line-height: 46px; font-weight: 300; }

.heading > h1, .heading > h2, .heading > h4, .heading > p { margin-bottom: default-bottom-margin; }

.heading-text { margin-bottom: 30px; }

.heading-text h1, .heading-text h2, .heading-text h3, .heading-text h4, .heading-text h5, .heading-text h6 { position: relative; margin-bottom: 30px; }

.heading-text h1 { font-size: 70px; font-weight: 600; }

.heading-text h2 { font-size: 60px; margin-bottom: 30px; letter-spacing: -.7px; line-height: 66px; }

.heading-text h3 { font-size: 60px; margin-bottom: 30px; letter-spacing: -.7px; line-height: 66px; }

.heading-text h4 { font-size: 34px; margin-bottom: 30px; letter-spacing: -.7px; line-height: 40px; }

.heading-text p { font-size: 18px; margin-bottom: 30px; }

.heading-text.heading-gradient h2 > * { -webkit-text-fill-color: transparent !important; -webkit-background-clip: text !important; background: -webkit-radial-gradient(left top, circle, #4b72ff 9%, #006c3c 48%, #6442ff 91%); background: radial-gradient(circle at left top, #4b72ff 9%, #006c3c 48%, #6442ff 91%); }

.heading-text.heading-section h2 { position: relative; font-size: 48px; line-height: 56px; margin-bottom: 60px; }

.heading-text.heading-section h2:before { content: ""; position: absolute; height: 2px; width: 100px; background-color: #006c3c; bottom: -30px; left: 0; right: 0; }

.heading-text.heading-section.text-center h1:before, .heading-text.heading-section.text-center h2:before, .heading-text.heading-section.text-center h3:before, .heading-text.heading-section.text-center h4:before, .heading-text.heading-section.text-center h5:before, .heading-text.heading-section.text-center h6:before { margin: 0 auto; }

.heading-text.heading-section.text-right h1:before, .heading-text.heading-section.text-right h2:before, .heading-text.heading-section.text-right h3:before, .heading-text.heading-section.text-right h4:before, .heading-text.heading-section.text-right h5:before, .heading-text.heading-section.text-right h6:before { right: 0; left: auto; }

.heading-text.heading-section p { font-size: 18px; font-weight: 300; }

.heading-text.heading-section p span { font-weight: 600; }

.heading-text.heading-plain h2 { font-size: 56px; line-height: 56px; font-family: initial; }

.heading-text.heading-plain p { font-size: 20px; font-weight: 300; }

.heading-text.heading-plain p span { font-weight: 600; }

.heading-text.heading-light h2 { font-size: 59px; font-weight: 100; letter-spacing: -1px; line-height: 70px; }

.heading-text.heading-light p { font-size: 17px; font-weight: 300; margin-bottom: 20px; }

.heading-text.heading-light p span { font-weight: 600; }

.heading-text.heading-vintage h2 { border: 2px solid #fff; display: inline-block; padding: 8px 21px; margin-bottom: 30px; }

.heading-text.heading-vintage p { font-size: 17px; font-weight: 300; margin-bottom: 20px; }

.heading-text.heading-vintage p span { font-weight: 600; }

.heading-text.heading-line h1:before, .heading-text.heading-line h2:before, .heading-text.heading-line h3:before, .heading-text.heading-line h4:before, .heading-text.heading-line h5:before, .heading-text.heading-line h6:before { content: ''; position: absolute; width: 30px; height: 2px; left: 0; bottom: -8px; right: 0; background-color: #ddd; }

.heading-text.heading-line.text-center h1:before, .heading-text.heading-line.text-center h2:before, .heading-text.heading-line.text-center h3:before, .heading-text.heading-line.text-center h4:before, .heading-text.heading-line.text-center h5:before, .heading-text.heading-line.text-center h6:before { margin: 0 auto; }

.heading-text.heading-line.text-right h1:before, .heading-text.heading-line.text-right h2:before, .heading-text.heading-line.text-right h3:before, .heading-text.heading-line.text-right h4:before, .heading-text.heading-line.text-right h5:before, .heading-text.heading-line.text-right h6:before { right: 0; left: auto; }

.heading-text.heading-small h2, .heading-text.heading-small h3 { margin-bottom: 10px; }

.heading-text.heading-small p { font-size: 16px; font-weight: 300; margin-bottom: 20px; }

@media (max-width: 991.98px) { .heading-text { margin-bottom: 16px; }
  .heading-text h1, .heading-text h2, .heading-text h3, .heading-text h4, .heading-text h5, .heading-text h6 { margin-bottom: 16px; }
  .heading-text h1 { font-size: 50px; }
  .heading-text h2 { font-size: 40px; line-height: 44px; }
  .heading-text h3 { font-size: 30px; margin-bottom: 10px; line-height: 36px; }
  .heading-text h4 { font-size: 24px; margin-bottom: 10px; line-height: 26px; }
  .heading-text p { font-size: 16px; margin-bottom: 16px; }
  .heading-text.heading-plain h2, .heading-text.heading-light h2, .heading-text.heading-section h2 { font-size: 40px; line-height: 44px; margin-bottom: 16px; }
  .heading-text.heading-plain h2:before, .heading-text.heading-light h2:before, .heading-text.heading-section h2:before { display: none; }
  .heading-text.heading-plain p, .heading-text.heading-light p, .heading-text.heading-section p { font-size: 16px; margin-bottom: 16px; } }

/*Creative fade heading*/
.heading-creative { font-size: 62px; font-weight: 100; position: relative; text-align: left; width: 100%; }

.heading-creative strong { color: #006c3c; }

/*Fixes*/
#header:not([data-transparent="true"]).dark .heading-creative { color: #fbfbfb; }

/*--------------------------------------------------------
     Tabs
---------------------------------------------------------*/
ul.nav li.dropdown:hover > ul.dropdown-menu { display: block; }

.tabs .nav-tabs { border-bottom: 2px solid #e4e6ef; margin-bottom: 30px; }

.tabs .nav-tabs .nav-item { margin-bottom: -2px; }

.tabs .nav-tabs .nav-link { color: #3c4043; padding: 14px 24px; color: rgba(60, 64, 67, 0.8); -webkit-transition: 0.3s ease; transition: 0.3s ease; font-weight: 500; border: 0; /*border: $nav-tabs-border-width solid transparent;*/ border-top-left-radius: 0.42rem; border-top-right-radius: 0.42rem; border-bottom: 2px solid #e4e6ef; }

.tabs .nav-tabs .nav-link i { margin-right: 6px; }

.tabs .nav-tabs .nav-link.disabled { color: rgba(60, 64, 67, 0.5); }

.tabs .nav-tabs .nav-link.active { color: #006c3c; background-color: transparent; border-bottom: 2px solid #006c3c; }

.tabs .nav-tabs .dropdown-menu { border-radius: 0.42rem; border: 0; box-shadow: 0 6px 12px rgba(140, 152, 164, 0.075); }

.tabs.tabs-clean .nav-tabs { border-bottom: 0; }

.tabs.tabs-clean .nav-tabs .nav-link { border: 1px solid transparent; border-bottom-left-radius: 0.42rem; border-bottom-right-radius: 0.42rem; }

.tabs.tabs-clean .nav-tabs .nav-link.active { border-color: #e4e6ef; }

.tabs.tabs-vertical .nav-tabs { border: 0; margin-bottom: 0; }

.tabs.tabs-vertical .nav-tabs .nav-link { border-radius: 0; border-bottom: 0; border-right: 2px solid #e4e6ef; }

.tabs.tabs-vertical .nav-tabs .nav-link.active { color: #006c3c; background-color: transparent; border-right: 2px solid #006c3c; }

.tabs.tabs-folder .nav-tabs { margin-bottom: 0; border-bottom: 0; }

.tabs.tabs-folder .nav-tabs .nav-item { margin-bottom: 0; }

.tabs.tabs-folder .nav-tabs .nav-link { border: 1px solid transparent; border-bottom-left-radius: 0; border-bottom-right-radius: 0; }

.tabs.tabs-folder .nav-tabs .nav-link.active { border-color: #e4e6ef; border-bottom-color: #fff; }

.tabs.tabs-folder .tab-content { margin-top: -1px; border: 1px solid #e4e6ef; bottom: 10px; padding: 30px; border-radius: 0 6px 6px 6px; }

/* ----------------------------------------------------------------------
	Social Icons
-------------------------------------------------------------------------*/
.social-icons { line-height: 0; }

.social-icons ul { padding: 0; margin: 0; }

.text-center.social-icons ul { display: inline-block; }

.social-icons li { float: left; list-style: none; }

.social-icons li a { float: left; height: 32px; width: 32px; line-height: 32px; font-size: 16px; text-align: center; margin: 0 4px 4px 0; border-radius: 4px; border: 0; background: transparent; color: #333; overflow: hidden; -webkit-transition: all .3s ease; transition: all .3s ease; }

.dark .social-icons li a { color: #fff; }

.social-icons.social-icons-colored a, .social-icons.social-icons-colored-hover a:hover { color: #fff !important; border: 0; }

.social-icons.social-icons-colored .social-rss a, .social-icons.social-icons-colored-hover .social-rss a:hover, .social-icons.social-icons-colored .social-snapchat a, .social-icons.social-icons-colored-hover .social-snapchat a:hover { background-color: #faa33d; }

.social-icons.social-icons-colored .social-facebook a, .social-icons.social-icons-colored-hover .social-facebook a:hover { background-color: #5d82d1; }

.social-icons.social-icons-colored .social-twitter a, .social-icons.social-icons-colored-hover .social-twitter a:hover { background-color: #40bff5; }

.social-icons.social-icons-colored .social-vimeo a, .social-icons.social-icons-colored-hover .social-vimeo a:hover { background-color: #35c6ea; }

.social-icons.social-icons-colored .social-myspace a, .social-icons.social-icons-colored-hover .social-myspace a:hover { background-color: #008dde; }

.social-icons.social-icons-colored .social-youtube a, .social-icons.social-icons-colored-hover .social-youtube a:hover { background-color: #ef4e41; }

.social-icons.social-icons-colored .social-instagram a, .social-icons.social-icons-colored-hover .social-instagram a:hover { background-color: #e53d00; }

.social-icons.social-icons-colored .social-gplus a, .social-icons.social-icons-colored-hover .social-gplus a:hover { background-color: #d68400; }

.social-icons.social-icons-colored .social-stumbleupon a, .social-icons.social-icons-colored-hover .social-stumbleupon a:hover { background-color: #ff5c30; }

.social-icons.social-icons-colored .social-lastfm a, .social-icons.social-icons-colored-hover .social-lastfm a:hover { background-color: #f34320; }

.social-icons.social-icons-colored .social-pinterest a, .social-icons.social-icons-colored-hover .social-pinterest a:hover { background-color: #e13138; }

.social-icons.social-icons-colored .social-google a, .social-icons.social-icons-colored-hover .social-google a:hover { background-color: #eb5e4c; }

.social-icons.social-icons-colored .social-evernote a, .social-icons.social-icons-colored-hover .social-evernote a:hover { background-color: #9acf4f; }

.social-icons.social-icons-colored .social-dribbble a, .social-icons.social-icons-colored-hover .social-dribbble a:hover { background-color: #f7659c; }

.social-icons.social-icons-colored .social-skype a, .social-icons.social-icons-colored-hover .social-skype a:hover { background-color: #13c1f3; }

.social-icons.social-icons-colored .social-forrst a, .social-icons.social-icons-colored-hover .social-forrst a:hover { background-color: #45ad76; }

.social-icons.social-icons-colored .social-linkedin a, .social-icons.social-icons-colored-hover .social-linkedin a:hover { background-color: #238cc8; }

.social-icons.social-icons-colored .social-wordpress a, .social-icons.social-icons-colored-hover .social-wordpress a:hover { background-color: #2592c3; }

.social-icons.social-icons-colored .social-grooveshark a, .social-icons.social-icons-colored-hover .social-grooveshark a:hover { background-color: #ffb21d; }

.social-icons.social-icons-colored .social-delicious a, .social-icons.social-icons-colored-hover .social-delicious a:hover { background-color: #377bda; }

.social-icons.social-icons-colored .social-behance a, .social-icons.social-icons-colored-hover .social-behance a:hover { background-color: #1879fd; }

.social-icons.social-icons-colored .social-dropbox a, .social-icons.social-icons-colored-hover .social-dropbox a:hover { background-color: #17a3eb; }

.social-icons.social-icons-colored .social-soundcloud a, .social-icons.social-icons-colored-hover .social-soundcloud a:hover { background-color: #ff7e30; }

.social-icons.social-icons-colored .social-deviantart a, .social-icons.social-icons-colored-hover .social-deviantart a:hover { background-color: #6a8a7b; }

.social-icons.social-icons-colored .social-yahoo a, .social-icons.social-icons-colored-hover .social-yahoo a:hover { background-color: #ab47ac; }

.social-icons.social-icons-colored .social-flickr a, .social-icons.social-icons-colored-hover .social-flickr a:hover { background-color: #ff48a3; }

.social-icons.social-icons-colored .social-digg a, .social-icons.social-icons-colored-hover .social-digg a:hover { background-color: #75788d; }

.social-icons.social-icons-colored .social-blogger a, .social-icons.social-icons-colored-hover .social-blogger a:hover { background-color: #ff9233; }

.social-icons.social-icons-colored .social-tumblr a, .social-icons.social-icons-colored-hover .social-tumblr a:hover { background-color: #426d9b; }

.social-icons.social-icons-colored .social-quora a, .social-icons.social-icons-colored-hover .social-quora a:hover { background-color: #ea3d23; }

.social-icons.social-icons-colored .social-github a, .social-icons.social-icons-colored-hover .social-github a:hover { background-color: #3f91cb; }

.social-icons.social-icons-colored .social-amazon a, .social-icons.social-icons-colored-hover .social-amazon a:hover { background-color: #ff8e2e; }

.social-icons.social-icons-colored .social-xing a, .social-icons.social-icons-colored-hover .social-xing a:hover { background-color: #1a8e8c; }

.social-icons.social-icons-colored .social-wikipedia a, .social-icons.social-icons-colored-hover .social-wikipedia a:hover { background-color: #b3b5b8; }

.social-icons.social-icons-border li a { border: 1px solid #d7d7d7; background: transparent; color: #333; }

.dark .social-icons.social-icons-border li a { border: 1px solid #333 !important; }

.dark .social-icons li a .social-icons.social-icons-dark li a { background: #888; color: #fff; }

.social-icons.social-icons-light li a { background: #fff; color: #333; border: 1px solid #eee; }

.social-icons.social-icons-rounded li a { border-radius: 50%; }

.social-icons.social-icons-medium li a { height: 42px; width: 42px; line-height: 42px; font-size: 18px; }

.social-icons.social-icons-large li a { height: 48px; width: 48px; line-height: 48px; font-size: 18px; }

.social-icons:not(.social-icons-colored):not(.social-icons-colored-hover) li a:hover { background-color: #eee; }

.dark .social-icons:not(.social-icons-colored):not(.social-icons-colored-hover) li a:hover { background-color: #1e2022; }

.social-icons li:hover i { -webkit-animation: toTopFromBottom 0.3s forwards; animation: toTopFromBottom 0.3s forwards; }

@-webkit-keyframes toTopFromBottom { 49% { -webkit-transform: translateY(-100%); }
  50% { opacity: 0;
    -webkit-transform: translateY(100%); }
  51% { opacity: 1; } }

@keyframes toTopFromBottom { 49% { -webkit-transform: translateY(-100%); transform: translateY(-100%); }
  50% { opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  51% { opacity: 1; } }

@font-face { font-family: 'inspiro-icons'; src: url("../webfonts/inspiro-icons.ttf?ijzgpf") format("truetype"), url("../webfonts/inspiro-icons.woff?ijzgpf") format("woff"); font-weight: normal; font-style: normal; font-display: block; }

i:not(.fa):not(.fab):not(.far):not(.fas) { font-family: inspiro-icons !important; speak: none; font-style: normal; font-weight: 400; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.icon-activity:before { content: "\e900"; }

.icon-airplay:before { content: "\e901"; }

.icon-alert-circle:before { content: "\e902"; }

.icon-alert-octagon:before { content: "\e903"; }

.icon-alert-triangle:before { content: "\e904"; }

.icon-align-center:before { content: "\e905"; }

.icon-align-justify:before { content: "\e906"; }

.icon-align-left:before { content: "\e907"; }

.icon-align-right:before { content: "\e908"; }

.icon-anchor:before { content: "\e909"; }

.icon-aperture:before { content: "\e90a"; }

.icon-archive:before { content: "\e90b"; }

.icon-arrow-down-circle:before { content: "\e90c"; }

.icon-arrow-down-left:before { content: "\e90d"; }

.icon-arrow-down-right:before { content: "\e90e"; }

.icon-arrow-down:before { content: "\e90f"; }

.icon-arrow-left-circle:before { content: "\e910"; }

.icon-arrow-left:before { content: "\e911"; }

.icon-arrow-right-circle:before { content: "\e912"; }

.icon-arrow-right:before { content: "\e913"; }

.icon-arrow-up-circle:before { content: "\e914"; }

.icon-arrow-up-left:before { content: "\e915"; }

.icon-arrow-up-right:before { content: "\e916"; }

.icon-arrow-up:before { content: "\e917"; }

.icon-at-sign:before { content: "\e918"; }

.icon-award:before { content: "\e919"; }

.icon-bar-chart-2:before { content: "\e91a"; }

.icon-bar-chart:before { content: "\e91b"; }

.icon-battery-charging:before { content: "\e91c"; }

.icon-battery:before { content: "\e91d"; }

.icon-bell-off:before { content: "\e91e"; }

.icon-bell:before { content: "\e91f"; }

.icon-bluetooth:before { content: "\e920"; }

.icon-bold:before { content: "\e921"; }

.icon-book-open:before { content: "\e922"; }

.icon-book:before { content: "\e923"; }

.icon-bookmark:before { content: "\e924"; }

.icon-box:before { content: "\e925"; }

.icon-briefcase:before { content: "\e926"; }

.icon-calendar:before { content: "\e927"; }

.icon-camera-off:before { content: "\e928"; }

.icon-camera:before { content: "\e929"; }

.icon-cast:before { content: "\e92a"; }

.icon-check-circle:before { content: "\e92b"; }

.icon-check-square:before { content: "\e92c"; }

.icon-check:before { content: "\e92d"; }

.icon-chevron-down:before { content: "\e92e"; }

.icon-chevron-left:before { content: "\e92f"; }

.icon-chevron-right:before { content: "\e930"; }

.icon-chevron-up:before { content: "\e931"; }

.icon-chevrons-down:before { content: "\e932"; }

.icon-chevrons-left:before { content: "\e933"; }

.icon-chevrons-right:before { content: "\e934"; }

.icon-chevrons-up:before { content: "\e935"; }

.icon-chrome:before { content: "\e936"; }

.icon-circle:before { content: "\e937"; }

.icon-clipboard:before { content: "\e938"; }

.icon-clock:before { content: "\e939"; }

.icon-cloud-drizzle:before { content: "\e93a"; }

.icon-cloud-lightning:before { content: "\e93b"; }

.icon-cloud-off:before { content: "\e93c"; }

.icon-cloud-rain:before { content: "\e93d"; }

.icon-cloud-snow:before { content: "\e93e"; }

.icon-cloud:before { content: "\e93f"; }

.icon-code:before { content: "\e940"; }

.icon-codepen:before { content: "\e941"; }

.icon-codesandbox:before { content: "\e942"; }

.icon-coffee:before { content: "\e943"; }

.icon-columns:before { content: "\e944"; }

.icon-command:before { content: "\e945"; }

.icon-compass:before { content: "\e946"; }

.icon-copy:before { content: "\e947"; }

.icon-corner-down-left:before { content: "\e948"; }

.icon-corner-down-right:before { content: "\e949"; }

.icon-corner-left-down:before { content: "\e94a"; }

.icon-corner-left-up:before { content: "\e94b"; }

.icon-corner-right-down:before { content: "\e94c"; }

.icon-corner-right-up:before { content: "\e94d"; }

.icon-corner-up-left:before { content: "\e94e"; }

.icon-corner-up-right:before { content: "\e94f"; }

.icon-cpu:before { content: "\e950"; }

.icon-credit-card:before { content: "\e951"; }

.icon-crop:before { content: "\e952"; }

.icon-crosshair:before { content: "\e953"; }

.icon-database:before { content: "\e954"; }

.icon-delete:before { content: "\e955"; }

.icon-disc:before { content: "\e956"; }

.icon-dollar-sign:before { content: "\e957"; }

.icon-download-cloud:before { content: "\e92e"; }

.icon-download:before { content: "\e92f"; }

.icon-droplet:before { content: "\e95a"; }

.icon-edit-2:before { content: "\e95b"; }

.icon-edit-3:before { content: "\e95c"; }

.icon-edit:before { content: "\e95d"; }

.icon-external-link:before { content: "\e95e"; }

.icon-eye-off:before { content: "\e95f"; }

.icon-eye:before { content: "\e960"; }

.icon-facebook:before { content: "\e961"; }

.icon-fast-forward:before { content: "\e962"; }

.icon-feather:before { content: "\e963"; }

.icon-figma:before { content: "\e964"; }

.icon-file-minus:before { content: "\e965"; }

.icon-file-plus:before { content: "\e966"; }

.icon-file-text:before { content: "\e967"; }

.icon-file:before { content: "\e968"; }

.icon-film:before { content: "\e969"; }

.icon-filter:before { content: "\e96a"; }

.icon-flag:before { content: "\e96b"; }

.icon-folder-minus:before { content: "\e96c"; }

.icon-folder-plus:before { content: "\e96d"; }

.icon-folder:before { content: "\e96e"; }

.icon-framer:before { content: "\e96f"; }

.icon-frown:before { content: "\e970"; }

.icon-gift:before { content: "\e971"; }

.icon-git-branch:before { content: "\e972"; }

.icon-git-commit:before { content: "\e973"; }

.icon-git-merge:before { content: "\e974"; }

.icon-git-pull-request:before { content: "\e975"; }

.icon-github:before { content: "\e976"; }

.icon-gitlab:before { content: "\e977"; }

.icon-globe:before { content: "\e978"; }

.icon-grid:before { content: "\e979"; }

.icon-hard-drive:before { content: "\e97a"; }

.icon-hash:before { content: "\e97b"; }

.icon-headphones:before { content: "\e97c"; }

.icon-heart:before { content: "\e97d"; }

.icon-help-circle:before { content: "\e97e"; }

.icon-hexagon:before { content: "\e97f"; }

.icon-home:before { content: "\e980"; }

.icon-image:before { content: "\e981"; }

.icon-inbox:before { content: "\e982"; }

.icon-info:before { content: "\e983"; }

.icon-instagram:before { content: "\e984"; }

.icon-italic:before { content: "\e985"; }

.icon-key:before { content: "\e986"; }

.icon-layers:before { content: "\e987"; }

.icon-layout:before { content: "\e988"; }

.icon-life-buoy:before { content: "\e989"; }

.icon-link-2:before { content: "\e98a"; }

.icon-link:before { content: "\e98b"; }

.icon-linkedin:before { content: "\e98c"; }

.icon-list:before { content: "\e98d"; }

.icon-loader:before { content: "\e98e"; }

.icon-lock:before { content: "\e98f"; }

.icon-log-in:before { content: "\e990"; }

.icon-log-out:before { content: "\e991"; }

.icon-mail:before { content: "\e992"; }

.icon-map-pin:before { content: "\e993"; }

.icon-map:before { content: "\e994"; }

.icon-maximize-2:before { content: "\e995"; }

.icon-maximize:before { content: "\e996"; }

.icon-meh:before { content: "\e997"; }

.icon-menu:before { content: "\e998"; }

.icon-message-circle:before { content: "\e999"; }

.icon-message-square:before { content: "\e99a"; }

.icon-mic-off:before { content: "\e99b"; }

.icon-mic:before { content: "\e99c"; }

.icon-minimize-2:before { content: "\e99d"; }

.icon-minimize:before { content: "\e99e"; }

.icon-minus-circle:before { content: "\e99f"; }

.icon-minus-square:before { content: "\e9a0"; }

.icon-minus:before { content: "\e9a1"; }

.icon-monitor:before { content: "\e9a2"; }

.icon-moon:before { content: "\e9a3"; }

.icon-more-horizontal:before { content: "\e9a4"; }

.icon-more-vertical:before { content: "\e9a5"; }

.icon-mouse-pointer:before { content: "\e9a6"; }

.icon-move:before { content: "\e9a7"; }

.icon-music:before { content: "\e9a8"; }

.icon-navigation-2:before { content: "\e9a9"; }

.icon-navigation:before { content: "\e9aa"; }

.icon-octagon:before { content: "\e9ab"; }

.icon-package:before { content: "\e9ac"; }

.icon-paperclip:before { content: "\e9ad"; }

.icon-pause-circle:before { content: "\e9ae"; }

.icon-pause:before { content: "\e9af"; }

.icon-pen-tool:before { content: "\e9b0"; }

.icon-percent:before { content: "\e9b1"; }

.icon-phone-call:before { content: "\e9b2"; }

.icon-phone-forwarded:before { content: "\e9b3"; }

.icon-phone-incoming:before { content: "\e9b4"; }

.icon-phone-missed:before { content: "\e9b5"; }

.icon-phone-off:before { content: "\e9b6"; }

.icon-phone-outgoing:before { content: "\e9b7"; }

.icon-phone:before { content: "\e9b8"; }

.icon-pie-chart:before { content: "\e9b9"; }

.icon-play-circle:before { content: "\e9ba"; }

.icon-play:before { content: "\e9bb"; }

.icon-plus-circle:before { content: "\e9bc"; }

.icon-plus-square:before { content: "\e9bd"; }

.icon-plus:before { content: "\e9be"; }

.icon-pocket:before { content: "\e9bf"; }

.icon-power:before { content: "\e9a1"; }

.icon-printer:before { content: "\e9c1"; }

.icon-radio:before { content: "\e9c2"; }

.icon-refresh-ccw:before { content: "\e9c3"; }

.icon-refresh-cw:before { content: "\e9c4"; }

.icon-repeat:before { content: "\e9c5"; }

.icon-rewind:before { content: "\e9c6"; }

.icon-rotate-ccw:before { content: "\e9c7"; }

.icon-rotate-cw:before { content: "\e9c8"; }

.icon-rss:before { content: "\e9c9"; }

.icon-save:before { content: "\e9ca"; }

.icon-scissors:before { content: "\e9cb"; }

.icon-search:before { content: "\e9cc"; }

.icon-send:before { content: "\e9cd"; }

.icon-server:before { content: "\e9ce"; }

.icon-settings:before { content: "\e9cf"; }

.icon-share-2:before { content: "\e9d0"; }

.icon-share:before { content: "\e9d1"; }

.icon-shield-off:before { content: "\e9d2"; }

.icon-shield:before { content: "\e9d3"; }

.icon-shopping-bag:before { content: "\e9d4"; }

.icon-shopping-cart:before { content: "\e9d5"; }

.icon-shuffle:before { content: "\e9d6"; }

.icon-sidebar:before { content: "\e9d7"; }

.icon-skip-back:before { content: "\e9d8"; }

.icon-skip-forward:before { content: "\e9d9"; }

.icon-slack:before { content: "\e9da"; }

.icon-slash:before { content: "\e9db"; }

.icon-sliders:before { content: "\e9dc"; }

.icon-smartphone:before { content: "\e9dd"; }

.icon-smile:before { content: "\e9de"; }

.icon-speaker:before { content: "\e9df"; }

.icon-square:before { content: "\e9e0"; }

.icon-star:before { content: "\e9e1"; }

.icon-stop-circle:before { content: "\e9e2"; }

.icon-sun:before { content: "\e9e3"; }

.icon-sunrise:before { content: "\e9e4"; }

.icon-sunset:before { content: "\e9e5"; }

.icon-tablet:before { content: "\e9e6"; }

.icon-tag:before { content: "\e9e7"; }

.icon-target:before { content: "\e9e8"; }

.icon-terminal:before { content: "\e9e9"; }

.icon-thermometer:before { content: "\e9ea"; }

.icon-thumbs-down:before { content: "\e9eb"; }

.icon-thumbs-up:before { content: "\e9ec"; }

.icon-toggle-left:before { content: "\e9ed"; }

.icon-toggle-right:before { content: "\e9ee"; }

.icon-trash-2:before { content: "\e9ef"; }

.icon-trash:before { content: "\e9f0"; }

.icon-trello:before { content: "\e9f1"; }

.icon-trending-down:before { content: "\e9f2"; }

.icon-trending-up:before { content: "\e9f3"; }

.icon-triangle:before { content: "\e9f4"; }

.icon-truck:before { content: "\e9f5"; }

.icon-tv:before { content: "\e9f6"; }

.icon-twitter:before { content: "\e9f7"; }

.icon-type:before { content: "\e9f8"; }

.icon-umbrella:before { content: "\e9f9"; }

.icon-underline:before { content: "\e9fa"; }

.icon-unlock:before { content: "\e9fb"; }

.icon-upload-cloud:before { content: "\e9fc"; }

.icon-upload:before { content: "\e9fd"; }

.icon-user-check:before { content: "\e9fe"; }

.icon-user-minus:before { content: "\e9ff"; }

.icon-user-plus:before { content: "\ea00"; }

.icon-user-x:before { content: "\ea01"; }

.icon-user:before { content: "\ea02"; }

.icon-users:before { content: "\ea03"; }

.icon-video-off:before { content: "\ea04"; }

.icon-video:before { content: "\ea05"; }

.icon-voicemail:before { content: "\ea06"; }

.icon-volume-1:before { content: "\ea07"; }

.icon-volume-2:before { content: "\ea08"; }

.icon-volume-x:before { content: "\ea09"; }

.icon-volume:before { content: "\ea0a"; }

.icon-watch:before { content: "\ea0b"; }

.icon-wifi-off:before { content: "\ea0c"; }

.icon-wifi:before { content: "\ea0d"; }

.icon-wind:before { content: "\ea0e"; }

.icon-x-circle:before { content: "\ea0f"; }

.icon-x-octagon:before { content: "\ea10"; }

.icon-x-square:before { content: "\ea11"; }

.icon-x:before { content: "\ea12"; }

.icon-youtube:before { content: "\ea13"; }

.icon-zap-off:before { content: "\ea14"; }

.icon-zap:before { content: "\ea15"; }

.icon-zoom-in:before { content: "\ea16"; }

.icon-zoom-out:before { content: "\ea17"; }

div.icon-box:before { display: none !important; }

/* ----------------------------------------------------------------------
	Icon Box
-------------------------------------------------------------------------*/
.icon { margin-bottom: 16px; }

div.icon-box:before { display: none !important; }

.icon-box { margin-bottom: 50px; position: relative; }

.icon-box .icon { height: 64px; position: absolute; width: 64px; }

.icon-box .icon i { font-size: 28px; text-align: center; line-height: 66px; border-radius: 50%; }

.icon-box .icon a, .icon-box .icon i { width: 100%; height: 100%; color: #333; }

.icon-box h3, .icon-box h5 { margin: 0 12px 10px 83px; letter-spacing: 0px; font-size: 16px; line-height: 25px; font-weight: 700; }

.icon-box p { margin: 0 0 20px 83px; font-size: 16px; line-height: 28px; font-weight: 400; }

.icon-box-description > p { margin-bottom: 20px; }

.icon-box.effect .icon i { z-index: 1; }

.icon-box.effect .icon i:after { pointer-events: none; position: absolute; width: 100%; height: 100%; border-radius: 50%; content: ''; box-sizing: content-box; }

.icon-box .icon i { -webkit-transition: background-color 0.2s, color 0.2s; transition: background-color 0.2s, color 0.2s; }

.icon-box .icon i:after { top: -4px; left: -4px; padding: 4px; box-shadow: 0 0 0 3px #333; -webkit-transition: -webkit-transform 0.2s, opacity 0.2s; -webkit-transform: scale(0.8); -moz-transition: -moz-transform 0.2s, opacity 0.2s; -moz-transform: scale(0.8); -ms-transform: scale(0.8); -webkit-transition: -webkit-transform 0.2s, opacity 0.2s; -webkit-transition: opacity 0.2s, -webkit-transform 0.2s; transition: opacity 0.2s, -webkit-transform 0.2s; transition: transform 0.2s, opacity 0.2s; transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s; -webkit-transform: scale(0.8); -ms-transform: scale(0.8); transform: scale(0.8); opacity: 0; }

.icon-box.effect.dark .icon i:after { box-shadow: 0 0 0 3px #006c3c; }

.icon-box.effect.dark .icon i:hover, .icon-box.effect.dark:hover .icon i { background-color: #006c3c; }

.icon-box.effect .icon i:hover:after, .icon-box.effect:hover .icon i:after { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); opacity: 1; }

.image-box .image-box-content p i.fa.fa-play { padding-left: 3px; }

.icon-box.small .icon { height: 46px; width: 46px; }

.icon-box.small .icon i { font-size: 20px; line-height: 47px; }

.icon-box.small > h3, .icon-box.small > h5 { font-size: 18px; margin: 0 12px 4px 60px; }

.icon-box.small > p { margin: 0 0 20px 60px; line-height: 1.6; font-size: 14px; }

.icon-box.medium > h3, .icon-box.medium > h4, .icon-box.medium > h5 { margin: 0 12px 10px 84px; }

.icon-box.medium > p { margin: 0 0 20px 84px; }

.icon-box.large .icon { height: 86px; width: 86px; }

.icon-box.large .icon i { font-size: 38px; line-height: 87px; }

.icon-box.large > h3, .icon-box.large > h5 { margin: 0 12px 10px 110px; font-size: 24px; }

.icon-box.large p { margin: 0 0 20px 110px; }

.icon-box.icon-box-right { padding: 0; text-align: right; }

.icon-box.icon-box-right > h3, .icon-box.icon-box-right > h5 { margin: 0px 84px 0px 10px; }

.icon-box.icon-box-right.medium > p { margin: 20px 84px 0px 10px; }

.icon-box.icon-box-right .icon { right: 0; }

.icon-box.icon-box-right p { font-size: 14px; margin-top: 15px; }

.icon-box.text-center, .icon-box.center { padding: 0; text-align: center; }

.icon-box.text-center h3, .icon-box.text-center h5, .icon-box.center h3, .icon-box.center h5 { margin: 0 12px 10px 0px; }

.icon-box.text-center p, .icon-box.center p { margin: 0 0 20px 0px; }

.icon-box.text-center .icon, .icon-box.center .icon { margin: 0 auto 22px; position: relative; }

.icon-box.text-center p, .icon-box.center p { font-size: 16px; margin-top: 15px; }

.icon-box.text-center.small .icon, .icon-box.center.small .icon { clear: both !important; position: relative !important; }

.icon-box.border { border: 0 !important; }

.icon-box.border .icon { border: 3px solid #333; text-align: center; border-radius: 50%; background-color: transparent; }

.icon-box.border .icon i { line-height: 56px; }

.icon-box.border:hover > .icon i { line-height: 62px; }

.icon-box.border:hover > .icon { border: 0px; }

.icon-box.border .icon i { background-color: transparent !important; color: #333; }

.icon-box.border.small .icon { height: 46px; position: absolute; top: 5px; width: 46px; }

.icon-box.border.small .icon i { font-size: 20px; line-height: 42px; }

.icon-box.border.small:hover > .icon i { line-height: 49px; }

.icon-box.border.large .icon i { line-height: 81px; }

.icon-box.border.large:hover > .icon i { line-height: 86px; }

.icon-box.square.large:hover > .icon i { line-height: 86px; }

.icon-box.square .icon, .icon-box.square.effect .icon i:after, .icon-box.square .icon i { border-radius: 0; }

.icon-box.square:hover > .icon i { line-height: 66px; }

.icon-box.square.border .icon i { line-height: 59px; }

.icon-box.square.border:hover > .icon i { line-height: 64px; }

.icon-box.square.border.small .icon i { line-height: 41px; }

.icon-box.square.border.small:hover > .icon i { line-height: 47px; }

.icon-box.square.border.large .icon i { line-height: 78px; }

.icon-box.square.border:large:hover > .icon i { line-height: 84px; }

.icon-box.square.small:hover > .icon i { line-height: 48px; }

.icon-box.light .icon i:after { box-shadow: 0 0 0 3px #e5e5e5; }

.icon-box.light .icon i { background-color: #e5e5e5; }

.icon-box.light .icon i { color: #808080; }

.icon-box.light.border .icon { border: 3px solid #e5e5e5; }

.icon-box.light.border.large .icon i { line-height: 87px; }

.icon-box.light.border.large:hover > .icon i { line-height: 88px; }

.icon-box.fancy .icon i { background-color: transparent; color: #222; font-size: 110px; opacity: 0.09; -webkit-transition: all ease 0.5s; transition: all ease 0.5s; border-radius: 0px; }

.icon-box.fancy.small > .icon i { font-size: 68px; }

.icon-box.fancy.large .icon i { font-size: 120px; }

.icon-box.fancy.text-center .icon, .icon-box.fancy.center .icon { width: auto; margin-bottom: 30px; }

.icon-box.effect.fancy .icon i:after { box-shadow: 0 0 0 0px transparent; }

.icon-box.effect.fancy:hover > .icon i { font-size: 110px; }

.icon-box.effect.fancy.small:hover > .icon i { font-size: 76px; }

.icon-box.clean .icon i { background-color: none; color: #333; font-size: 50px; }

.icon-box.clean.small .icon i { font-size: 36px; }

.icon-box.effect.clean .icon i:after { box-shadow: 0 0 0 0px transparent; }

.icon-box.process { border: 1px solid #888; margin-top: 45px; padding: 0 30px 10px; border-radius: 4px; }

.icon-box.process.effect .icon i:hover:after, .icon-box.process.effect:hover .icon i::after { opacity: 0; border: 0px; }

.icon-box.process .icon { margin-top: 10px; }

.icon-box.process.small .icon { margin-top: 10px; }

.icon-box.box-type { background: #fafafa; border: 1px solid #ececec; border-radius: 4px; padding: 20px; }

.icon-box.box-type .icon { margin-top: 20px; }

/*Text Box*/
.text-box { padding: 40px; text-align: center; -webkit-transition: background 0.4s ease 0s; transition: background 0.4s ease 0s; cursor: pointer; }

.text-box i { font-size: 42px; margin: 30px 0 20px; }

.text-box i { color: #fff; -webkit-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; }

.text-box h3, .text-box h5, .text-box p { color: #fff; -webkit-transition: all 0.4s ease 0s; transition: all 0.4s ease 0s; }

.text-box:hover { background: #fbfbfb; }

.text-box:hover i, .text-box:hover h3, .text-box:hover h5, .text-box:hover p { color: #333; }

.text-box.text-box-light { border: 1px solid #d9d9d9; background: #fff; }

.text-box.text-box-light i, .text-box.text-box-light h3, .text-box.text-box-light h5, .text-box.text-box-light p { color: #1e2022; }

.text-box.text-box-light:hover { background: #006c3c; }

.text-box.text-box-light:hover i, .text-box.text-box-light:hover h3, .text-box.text-box-light:hover h5, .text-box.text-box-light:hover p { color: #fff; }

.text-box.hover-effect { padding: 30px 30px 10px 30px; }

.text-box.hover-effect i { margin: 90px 0 20px; }

.text-box.hover-effect p { opacity: 0; }

.text-box.hover-effect:hover i { margin: 70px 0 6px 0; }

.text-box.hover-effect:hover p { opacity: 1; }

/* ----------------------------------------------------------------
    Featured Boxes
-----------------------------------------------------------------*/
.feature-box { background-color: #fff; margin-bottom: 0px; padding: 44px; border-radius: 4px; background-clip: padding-box; box-shadow: 0 7px 20px -10px rgba(171, 171, 171, 0.7); -webkit-transition: all 0.55s ease; transition: all 0.55s ease; text-align: center; min-height: 250px; }

.feature-box.feature-box-transparent { background-color: transparent; box-shadow: none; }

.feature-box.feature-box-transparent:hover { background-color: #fff; }

.feature-box > i { font-size: 46px; margin-bottom: 20px; }

.feature-box:hover { -webkit-transform: translateY(-10px); -ms-transform: translateY(-10px); transform: translateY(-10px); box-shadow: 0 10px 50px -12px rgba(171, 171, 171, 0.9); }

.feature-box:hover h2, .feature-box:hover h3, .feature-box:hover h4 { color: #006c3c; }

.feature-box h2, .feature-box h3, .feature-box h4 { font-size: 14px; text-transform: uppercase; -webkit-transition: all 0.33s; transition: all 0.33s; margin-top: 0px; margin-bottom: 10px; }

.feature-box p { font-size: 14px; margin-bottom: 0; }

.col-lg-2 .feature-box p { font-size: 12px; margin-bottom: 0; line-height: 18px; opacity: 0.8; }

.icon-boxes { box-shadow: 0 6px 12px rgba(140, 152, 164, 0.075); }

.icon-boxx { display: -webkit-inline-box; display: -webkit-inline-flex; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; padding: 60px 40px; border-left: 1px solid #e4e6ef; border-bottom: 1px solid #e4e6ef; min-height: 240px; }

.icon-boxx i { font-size: 36px; font-weight: 100; margin-top: 10px; }

.icon-boxx .icon-box-content { padding-left: 30px; }

.icon-boxx .icon-box-content h3 { font-size: 20px; color: #1e2022; font-weight: 400; }

.icon-boxx .icon-box-content p { font-size: 1rem; margin-bottom: 0; color: #1e2022; }

/* ----------------------------------------------------------------
Carousels
-----------------------------------------------------------------*/
.flickity-viewport { overflow: hidden !important; }

.flickity-slider > div > img, .carousel .polo-carousel-item img { width: 100%; }

.carousel[data-auto-width="true"] .flickity-slider > div > img, .carousel[data-auto-width="true"] .carousel .polo-carousel-item img, .carousel.custom-height .flickity-slider > div > img, .carousel.custom-height .carousel .polo-carousel-item img { height: 100%; width: auto; }

.flickity-enabled { position: relative; }

.flickity-enabled:focus { outline: none; }

.flickity-viewport { overflow: hidden; position: relative; height: 100%; }

.flickity-slider { position: absolute; width: 100%; height: 100%; }

/* draggable */
.flickity-enabled.is-draggable { -webkit-tap-highlight-color: transparent; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport { cursor: move; cursor: -webkit-grab; cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down { cursor: -webkit-grabbing; cursor: grabbing; }

/* flickity-fade */
.flickity-enabled.is-fade .flickity-slider > * { pointer-events: none; z-index: 0; }

.flickity-enabled.is-fade .flickity-slider > .is-selected { pointer-events: auto; z-index: 1; }

/* ---- flickity-button ---- */
.flickity-button { background: #fff; width: 40px; height: 40px; line-height: 40px; margin: -23px 0 0; display: block; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-align: center; -webkit-transition: all .2s ease 0s; transition: all .2s ease 0s; color: #1e2022; text-align: center; z-index: 200; border: 0; box-sizing: initial; opacity: 0; border-radius: 50%; box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1); }

.flickity-button:before { color: #1e2022; }

.flickity-button:hover { background-color: #006c3c; }

.flickity-button:hover:before { color: #fff; }

.flickity-button.next:before, .flickity-button.previous:before { font-size: 25px; font-family: inspiro-icons !important; }

.flickity-button.next { right: 0px; }

.flickity-button.next:before { margin-left: 4px; content: "\e930"; }

.flickity-button.next.disabled { opacity: 0; }

.flickity-button.previous { left: 0px; }

.flickity-button.previous:before { content: "\e92f"; margin-right: 2px; }

.flickity-button.previous.disabled { opacity: 0; }

.flickity-button svg { display: none !important; }

.inspiro-slider:hover .flickity-button.next, .carousel:hover .flickity-button.next { left: auto; right: 10px; opacity: 1; }

.inspiro-slider:hover .flickity-button.next.disabled, .carousel:hover .flickity-button.next.disabled { opacity: 0; }

.inspiro-slider:hover .flickity-button.previous, .carousel:hover .flickity-button.previous { right: auto; left: 10px; opacity: 1; }

.inspiro-slider:hover .flickity-button.previous.disabled, .carousel:hover .flickity-button.previous.disabled { opacity: 0; }

.inspiro-slider.arrows-dark .flickity-button, .carousel.arrows-dark .flickity-button { color: #1e2022; }

.inspiro-slider.arrows-dark .flickity-button:hover, .carousel.arrows-dark .flickity-button:hover { background-color: #006c3c; }

.inspiro-slider.arrows-dark .flickity-button:hover:before, .carousel.arrows-dark .flickity-button:hover:before { color: #fff; }

.inspiro-slider.arrows-grey .flickity-button, .carousel.arrows-grey .flickity-button { color: #c1c3ce; }

.inspiro-slider.arrows-grey .flickity-button:hover, .carousel.arrows-grey .flickity-button:hover { background-color: #006c3c; }

.inspiro-slider.arrows-grey .flickity-button:hover:before, .carousel.arrows-grey .flickity-button:hover:before { color: #fff; }

.inspiro-slider.arrows-only .flickity-button, .carousel.arrows-only .flickity-button { background-color: transparent; color: #fff; box-shadow: none; }

.inspiro-slider.arrows-only .flickity-button:hover, .carousel.arrows-only .flickity-button:hover { background-color: transparent; }

.inspiro-slider.arrows-only .flickity-button:hover:before, .carousel.arrows-only .flickity-button:hover:before { color: #fff; }

.inspiro-slider.arrows-visibile .flickity-button.next, .carousel.arrows-visibile .flickity-button.next { left: auto; right: 10px; opacity: 1; }

.inspiro-slider.arrows-visibile .flickity-button.previous, .carousel.arrows-visibile .flickity-button.previous { right: auto; left: 10px; opacity: 1; }

.inspiro-slider .portfolio-item, .carousel .portfolio-item { padding-bottom: 0; }

.polo-carousel-item.is-selected { z-index: 2; }

.flickity-button-icon { fill: currentColor; }

/* ----------------------------------------------------------------
Carousel: Dots
-----------------------------------------------------------------*/
.flickity-page-dots { position: absolute; width: 100%; bottom: -25px; padding: 0; margin: 0; list-style: none; text-align: center; line-height: 1; z-index: 3; height: 10px; }

.flickity-page-dots .dot { display: inline-block; position: relative; margin: 0 4px; width: 10px; height: 10px; cursor: pointer; border-radius: 50%; overflow: hidden; background-color: transparent; box-shadow: inset 0 0 0 2px #c1c3ce; -webkit-transition: background 0.8s ease; transition: background 0.8s ease; }

.flickity-page-dots .dot:after { outline: medium none; text-indent: -999em; border-radius: 50%; overflow: hidden; content: ''; position: absolute; bottom: 0; height: 0; left: 0; width: 100%; background-color: #c1c3ce; box-shadow: 0 0 1px #c1c3ce; -webkit-transition: height 0.3s ease; transition: height 0.3s ease; }

.flickity-page-dots .dot.is-selected:after { height: 100%; }

.inspiro-slider, .carousel { /* dots inside */ /* dots top */ /* dots light */ /* dots dark */ /* dots grey */ }

.inspiro-slider.dots-inside .flickity-page-dots, .carousel.dots-inside .flickity-page-dots { bottom: 20px; position: absolute; }

.inspiro-slider.dots-inside-top .flickity-page-dots, .carousel.dots-inside-top .flickity-page-dots { top: 20px; }

.inspiro-slider.dots-outside-top .flickity-page-dots, .carousel.dots-outside-top .flickity-page-dots { top: -46px; }

.inspiro-slider.dots-light .flickity-page-dots .dot, .carousel.dots-light .flickity-page-dots .dot { box-shadow: inset 0 0 0 2px #fff; }

.inspiro-slider.dots-light .flickity-page-dots .dot:after, .carousel.dots-light .flickity-page-dots .dot:after { background-color: #fff; box-shadow: 0 0 1px #fff; }

.inspiro-slider.dots-dark .flickity-page-dots .dot, .carousel.dots-dark .flickity-page-dots .dot { box-shadow: inset 0 0 0 2px #1e2022; }

.inspiro-slider.dots-dark .flickity-page-dots .dot:after, .carousel.dots-dark .flickity-page-dots .dot:after { background-color: #1e2022; }

.inspiro-slider.dots-grey .flickity-page-dots .dot, .carousel.dots-grey .flickity-page-dots .dot { box-shadow: inset 0 0 0 2px #c1c3ce; }

.inspiro-slider.dots-grey .flickity-page-dots .dot:after, .carousel.dots-grey .flickity-page-dots .dot:after { background-color: #c1c3ce; }

.inspiro-slider.dots-creative .flickity-page-dots .dot, .carousel.dots-creative .flickity-page-dots .dot { opacity: 0.5; box-shadow: none; border-radius: 0; background-color: #fff; height: 4px; width: 30px; }

.inspiro-slider.dots-creative .flickity-page-dots .dot:after, .carousel.dots-creative .flickity-page-dots .dot:after { background-color: #fff; box-shadow: none; }

.inspiro-slider.dots-creative .flickity-page-dots .dot:hover, .carousel.dots-creative .flickity-page-dots .dot:hover { opacity: 0.6; }

.inspiro-slider.dots-creative .flickity-page-dots .dot.is-selected, .carousel.dots-creative .flickity-page-dots .dot.is-selected { opacity: 1; }

.inspiro-slider.dots-creative.dots-dark .flickity-page-dots .dot, .carousel.dots-creative.dots-dark .flickity-page-dots .dot { background-color: #1e2022; }

.inspiro-slider.dots-creative.dots-dark .flickity-page-dots .dot:after, .carousel.dots-creative.dots-dark .flickity-page-dots .dot:after { background-color: #1e2022; }

.flickity-rtl .flickity-page-dots { direction: rtl; }

.carousel-promotion .owl-stage-outer { overflow: unset !important; }

.carousel-promotion .owl-stage-outer .polo-carousel-item { opacity: .3; -webkit-transition: opacity 400ms ease; transition: opacity 400ms ease; }

.carousel-promotion .owl-stage-outer .polo-carousel-item.active { opacity: 1; }

/* Owl Carousel - Settings
-----------------------------------------------------------------*/
.carousel { opacity: 0; visibility: hidden; -webkit-transition: opacity .3s ease; transition: opacity .3s ease; }

.carousel.carousel-loaded { opacity: 1; visibility: visible; }

.item-video { position: relative; width: 100%; height: 400px; }

.item-video iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2; }

/* ----------------------------------------------------------------
    Responsive Classes
-----------------------------------------------------------------*/
@media (max-width: 991.98px) { .carousel .flickity-button { width: 40px; }
  .carousel .flickity-button.next, .carousel .flickity-button.next:hover { right: 10px !important; opacity: 1; }
  .carousel .flickity-button.previous, .carousel .flickity-button.previous:hover { left: 10px !important; opacity: 1; } }

/* Zoom-out effect*/
.mfp-zoom-out { /* start state */ /* animate in */ /* animate out */ }

.mfp-zoom-out .mfp-content { opacity: 0; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; -webkit-transform: scale(1.3); -ms-transform: scale(1.3); transform: scale(1.3); }

.mfp-zoom-out.mfp-bg { opacity: 0; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; }

.mfp-zoom-out.mfp-ready .mfp-content { opacity: 1; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }

.mfp-zoom-out.mfp-ready.mfp-bg { opacity: 0.8; }

.mfp-zoom-out.mfp-removing .mfp-content { -webkit-transform: scale(1.3); -ms-transform: scale(1.3); transform: scale(1.3); opacity: 0; }

.mfp-zoom-out.mfp-removing.mfp-bg { opacity: 0; }

.mfp-ready .modal { background: #fff; border-radius: 4px; display: block; margin: 0 auto; max-width: 580px; padding: 40px; position: relative; z-index: 1050; }

.modal .video-wrap video, .modal .iframe-wrap iframe, .modal .audio-wrap audio { width: 100%; }

.modal iframe { margin-bottom: -10px; }

.dark .mfp-bg { background-color: #1e2022; }

.dark .mfp-ready .modal { background-color: #1e2022; }

.dark .modal-content { background-color: #1e2022; }

.dark .modal-header { border-bottom-color: #444444; }

.dark .modal-footer { border-top-color: #444444; }
