p {
  line-height: 1.8;
}
a:hover,
alink:hover,
a:focus,
alink:focus {
  color: #0cb4ce;
  text-decoration: none;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
}
a,
button {
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
}
a:hover,
button:hover,
a:focus,
button:focus {
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
}
.btn-link:hover,
.btn-link:hover,
.btn-link :focus,
.btn-link :focus {
  color: #0cb4ce;
}
/*
// Section
*/
section,
.section {
  padding-top: 60px;
  padding-bottom: 60px;
}
section .map-section,
.section .map-section {
  padding-top: 0;
  padding-bottom: 0;
}
/* Bg Colors */
.bg-color {
  background-color: #0cb4ce;
}
.bg-grey {
  background: #f5f5f5;
}
.bg-dark {
  background-color: #171717;
}
.bg-semi-dark {
  background-color: #303030;
}
.bg-light-grey {
  background: #f9f9f9 !important;
}
.bg-light-green {
  background-color: #54a499 !important;
}
.bg-yellow {
  background-color: #d39317 !important;
}
.bg-light-blue {
  background-color: #2bd4f1 !important;
}
.bg-pink {
  background-color: #f26798 !important;
}
.bg-fb {
  background-color: #3c599f !important;
}
.bg-twitter {
  background-color: #5eaade !important;
}
.bg-skype {
  background-color: #00AAF1 !important;
}
.bg-spotify {
  background-color: #1DD069 !important;
}
.bg-youtube {
  background-color: #ec282a !important;
}
.bg-dribbble {
  background-color: #f06eaa !important;
}
/*----------------------------------------------------------

#Blockquote

----------------------------------------------------------*/
blockquote .author-image {
  height: 80px;
  width: 80px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
blockquote.border-style {
  border: 1px solid #777;
  font-style: normal;
  padding: 30px;
  margin: 0;
}
blockquote.border-style > p {
  font-family: georgia;
  font-style: italic;
  line-height: 1.75;
}
blockquote.border-style footer {
  margin-top: 20px;
}
blockquote.transparent-style {
  border: medium none;
  font-style: normal;
  padding: 0;
  text-align: center;
}
blockquote.transparent-style .author-image {
  margin: 20px auto 0;
}
.owl-carousel .owl-item .author-image {
  width: 80px;
}
.owl-item blockquote.border-style {
  margin: 1px;
}
/*----------------------------------------------------------

#Section Title

----------------------------------------------------------*/
.section-title .title,
.page-title h1 {
  font-weight: 600;
  margin-bottom: 30px;
  margin-top: 0;
  padding: 0 0 23px;
  position: relative;
  color: #171717;
}
.section-title .title:after,
.page-title h1:after {
  width: 40px;
  position: absolute;
  bottom: 0;
  height: 1px;
  left: 0;
  background: #0cb4ce;
  content: '';
}
.typo-light .section-title .title,
.typo-light .page-title h1 {
  color: #ffffff;
}
.section-title.text-center h1:after,
.page-title.text-center .title:after {
  left: 0;
  right: 0;
  margin: 0 auto;
}
.section-title.text-right h1:after,
.page-title.text-right .title:after {
  left: auto;
  right: 0;
  margin: 0;
}
/* Static Overlay block */
.static-overlay {
  position: relative;
}
.static-overlay .child-of-static-overlay {
  position: relative;
  z-index: 1;
}
.static-overlay:after {
  background: #000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.static-overlay.overlay-sm:after {
  opacity: 0.2;
}
.static-overlay.overlay-lg:after {
  opacity: 0.9;
}
.content-box-title {
  font-weight: 600;
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative;
}
.content-box-title:after {
  width: 50px;
  position: absolute;
  bottom: 0;
  height: 3px;
  left: 0;
  background: #171717;
  content: '';
}
.content-box-title a {
  color: #171717;
}
/* .lookbook{
    &-banner, &-content{
        float: left;
        width: 50%;
    }
    &-banner{
        a{
            background: @color-theme-dark;
            display: block;
            margin: 0;
            padding: 7%;
            &:hover, &:focus{
                background: #f1f1f1;
            }
        }
    }
    &-content{
        padding: 4%;
    }
    &-title{
        h4{
            color: #171717;
            font-size: 27px;
            font-weight: 600;
            margin: 0 0 20px;
        }
        span{
            color: #777;
            display: inline-block;
            font-size: 18px;
            font-weight: 100;
            letter-spacing: 3px;
            margin-bottom: 10px;
            text-transform: uppercase;
        }
    }
    &-desc{
        color: #999;
        font-size: 16px;
        font-weight: 100;
        letter-spacing: 2px;
        line-height: 2;
    }
} */
.tile-content-wrap {
  background: #fff;
  margin: -63px 30px 0 30px;
  position: relative;
  padding: 26px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  -ms-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  -o-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
}
.overlay .tile-img-wrap {
  position: relative;
}
.tile-img-wrap img {
  margin: 0 auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.tile-content-wrap .title {
  margin-top: 0;
}
.tile-content-wrap .title a {
  color: #171717;
}
.tile-content-wrap p {
  margin-top: 15px;
  margin-bottom: 0;
  color: #777;
}
.tile-content-wrap .btn {
  margin-top: 15px;
}
.tile-box.tile-dark .tile-content-wrap {
  background-color: #252525;
}
.tile-box.tile-dark .tile-content-wrap .title a {
  color: #fff;
}
.tile-box.tile-dark .tile-content-wrap p {
  color: #777;
}
/* Feature Box */
.feature-box .feature-icon,
.feature-box:hover .feature-icon,
.feature-box.shadow-icon .feature-icon,
.feature-box.hover-shadow-icon .feature-icon,
.feature-box.hover-shadow-icon:hover .feature-icon {
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
}
.feature-box {
  position: relative;
  color: #777;
}
.feature-box .icon-circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.feature-box .heading {
  font-size: 16px;
  font-weight: 600;
  margin: 24px 0 0;
}
.feature-box .heading a {
  color: inherit;
}
.feature-box p {
  color: #777;
  font-size: 13px;
  margin-top: 15px;
  line-height: 1.8;
  margin-bottom: 0;
}
.feature-box .btn-link {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  display: block;
  margin-top: 18px;
  padding-top: 18px !important;
  font-weight: normal;
  color: #171717 !important;
}
.feature-box .btn-link:hover,
.feature-box .btn-link:focus {
  color: #0cb4ce !important;
}
.feature-box.icon-title-inline .feature-icon {
  position: absolute;
  left: 0;
}
.feature-box.icon-title-inline.feature-box-bg .feature-icon {
  left: 26px;
}
.feature-box.icon-title-inline .heading {
  margin-top: 0;
}
.feature-box.icon-title-inline .feature-content {
  margin-left: 70px;
}
.feature-box.icon-title-inline.icon-transparent .feature-content {
  margin-left: 50px;
}
.feature-box .feature-content p {
  margin-top: 15px;
}
.feature-box.icon-circle .feature-icon {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.feature-box.hover-shadow-icon:hover .feature-icon {
  -webkit-box-shadow: 0 0 12px #dddddd inset;
  -moz-box-shadow: 0 0 12px #dddddd inset;
  -ms-box-shadow: 0 0 12px #dddddd inset;
  -o-box-shadow: 0 0 12px #dddddd inset;
  box-shadow: 0 0 12px #dddddd inset;
}
.feature-icon {
  background: #171717 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 50px;
}
.feature-icon i {
  line-height: inherit;
}
/* White text Feature box */
.typo-light .feature-box {
  color: #fff;
}
.typo-light .feature-box .feature-icon {
  background: #fff;
  color: #171717;
}
.typo-light .feature-box.hover-shadow-icon:hover .feature-icon,
.typo-light .feature-box.hover-shadow-icon:focus .feature-icon,
.typo-light .feature-box.hover-shadow-icon.active .feature-icon {
  -webkit-box-shadow: 0 0 12px #ffffff inset;
  -moz-box-shadow: 0 0 12px #ffffff inset;
  -ms-box-shadow: 0 0 12px #ffffff inset;
  -o-box-shadow: 0 0 12px #ffffff inset;
  box-shadow: 0 0 12px #ffffff inset;
}
.typo-light .feature-box:hover .feature-icon {
  background: none;
  color: #fff;
}
.typo-light .feature-box p {
  color: #fff;
}
/* Feature box with background */
.feature-box.feature-box-bg {
  padding: 26px;
  background: #f1f1f1;
}
.feature-boxes-dark .feature-box.feature-box-bg {
  padding: 26px;
  background: #171717;
}
/* Feature Icon Transparent */
.feature-box.icon-transparent .heading {
  margin-top: 15px;
}
.feature-box.icon-transparent .feature-icon {
  background: transparent;
  color: inherit;
  height: auto;
  width: auto;
  font-size: 28px;
  line-height: 1;
}
.feature-box.icon-transparent:hover .feature-icon,
.feature-box.icon-transparent:focus .feature-icon {
  background: transparent;
}
.feature-box.icon-transparent.icon-title-inline .heading {
  margin-top: 0;
}
/* Feature Box Responsive */
/* 991px */
@media (max-width: 991px) {
  .col-md-3.col-sm-6 .feature-box {
    margin-bottom: 30px;
  }
  .col-space-none .col-md-3.col-sm-6 .feature-box {
    margin-bottom: 0;
  }
}
/* 767px */
@media (max-width: 767px) {
  .feature-box {
    margin-bottom: 30px;
  }
}
.shadow-box {
  -webkit-box-shadow: 2px 2px 22px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 2px 2px 22px rgba(0, 0, 0, 0.18);
  -ms-box-shadow: 2px 2px 22px rgba(0, 0, 0, 0.18);
  -o-box-shadow: 2px 2px 22px rgba(0, 0, 0, 0.18);
  box-shadow: 2px 2px 22px rgba(0, 0, 0, 0.18);
}
/*----------------------------------------------------------

#Tabs

----------------------------------------------------------*/
.std .nav-tabs {
  padding-left: 0;
}
.nav-tabs {
  border-bottom: 1px solid #e1e1e1;
  /* Tabs Center */
}
.nav-tabs .tabs {
  margin-top: 0;
  border-bottom: 1px solid #eaeaea;
}
.nav-tabs > li {
  margin-top: 0;
}
.nav-tabs > li a {
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0px 23px 18px 23px;
  border-width: 0 0 2px 0;
  border-style: solid;
  border-color: transparent;
  color: #171717;
}
.nav-tabs > li a:hover,
.nav-tabs > li a:focus {
  background: none;
  color: #777;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  border-width: 0 0 2px 0;
  border-color: #0cb4ce;
  color: #0cb4ce;
  background: none;
}
.nav-tabs.text-center {
  border-bottom: none;
}
.nav-tabs.text-center > li {
  float: none;
  display: inline-block;
}
.tab-content {
  padding: 27px 0px 0px 0px;
  margin: 0;
}
/* Multi deal tab Products */
.multideal-tab-products .tab-content {
  padding: 5px 0 0;
}
/* Countdown */
.colorDefinition {
  color: #0cb4ce;
}
.multi-deal-wrap .products-grid .product-item {
  background: #fff;
  width: 48%;
  margin-right: 10px;
}
.multi-deal-col-1 {
  padding-left: 7px;
  padding-right: 7px;
}
.multi-deal-col-1 .products-grid .product-item {
  width: 100%;
  margin-right: 0;
}
/*----------------------------------------------------------

#Blog Post

----------------------------------------------------------*/
.blog-list-item .post-title {
  margin-bottom: 15px;
}
.blog-list-item .post-title a {
  font-size: 26px;
  font-weight: 600;
}
.entry-title a:hover,
.post-title a:hover,
.entry-title a:focus,
.post-title a:focus {
  color: #0cb4ce;
}
/*----------------------------------------------------------

#Call to action

----------------------------------------------------------*/
.calltoaction-section {
  padding-top: 45px;
  padding-bottom: 45px;
  text-align: center;
  background: #303133;
}
.calltoaction-section.bg-color {
  background-color: #0cb4ce;
}
.calltoaction-title {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.11);
}
.calltoaction-btn {
  margin-left: 20px;
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.11);
  -ms-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.11);
  -o-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.11);
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.11);
}
/* Responsive Call to action */
@media screen and (max-width: 991px) {
  .calltoaction-title {
    display: block;
  }
  .calltoaction-btn {
    margin: 15px 0 0;
  }
}
/* Single Product Detail */
.fotorama .fotorama__arr {
  background: #0cb4ce;
}
.fotorama .fotorama__arr:hover,
.fotorama .fotorama__arr:focus {
  background: #171717;
}
.account-nav .nav > li > a {
  background: #f1f1f1;
  color: #171717;
  margin-bottom: 1px;
}
.account-nav .nav > li > a:hover,
.account-nav .nav > li > a:focus {
  background: #0cb4ce;
  color: #fff;
}
.account-nav .nav > li.item.current {
  display: block;
  padding: 10px 15px;
  margin-bottom: 1px;
  background: #0cb4ce;
  color: #fff;
  font-weight: normal;
}
.account-nav .nav > li.item.current strong,
.account-nav .nav > li.item.current a {
  display: block;
  background: transparent;
  padding: 0;
  color: inherit;
  font-weight: normal;
}
.account-nav .nav > li.item.current strong strong,
.account-nav .nav > li.item.current a strong {
  font-weight: normal;
}
.owl-carousel .owl-controls {
  margin-top: 0;
}
.modal-popup .modal-inner-wrap .modal-header {
  padding: 0;
}
.modal-popup .modal-inner-wrap .modal-content {
  padding: 20px;
}
.modal-popup .modal-inner-wrap .modal-footer {
  padding: 20px;
  text-align: center;
}
.modal-popup .modal-inner-wrap .modal-footer button {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  text-transform: capitalize;
  padding: 12px 30px;
  text-align: center;
  height: auto;
  min-width: 130px;
  border: 1px solid #e1e1e1;
  color: #777777;
  background: transparent;
  line-height: 1;
}
.modal-popup .modal-inner-wrap .modal-footer button:hover,
.modal-popup .modal-inner-wrap .modal-footer button:focus {
  background: #0cb4ce;
  color: #fff;
  border-color: #0cb4ce;
}
/* Footer 3 */
.gallery-set > li {
  float: left;
  width: 25%;
  line-height: 1;
}
.gallery-set > li a {
  display: inline-block;
  margin: 0 6px 6px 0;
  position: relative;
}
.gallery-set > li a:after {
  background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
}
.gallery-set > li a:hover:after {
  opacity: 1;
}
.gallery-set.size-md > li {
  float: left;
  width: 16%;
}
.gallery-set.size-sm > li {
  float: left;
  width: 11%;
}
.gallery-set.overlay-color-dark > li > a:after {
  background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
}
.link-set a {
  display: inline-block;
  font-size: 14px;
  padding-bottom: 10px;
}
/* Footer Light */
.footer.footer-light {
  background: #f1f1f1;
  color: #777;
}
.footer.footer-light a:hover,
.footer.footer-light a:focus,
.footer.footer-light a.active {
  color: #171717;
}
/* Copyright light */
.page .copyright.copyright-light {
  background: #f9f9f9;
  color: #777;
}
.page .copyright.copyright-light a:hover,
.page .copyright.copyright-light a:focus,
.page .copyright.copyright-light a.active {
  color: #171717;
}
.block.typo-dark .block-title strong {
  color: #171717;
}
/* Hero content */
.hero-content .title {
  color: #171717;
  font-size: 50px;
  font-weight: 900;
  margin: 0 0 20px;
}
.hero-content .desc {
  color: #999;
  font-size: 16px;
  font-weight: 100;
  letter-spacing: 2px;
  line-height: 2;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .hero-content {
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
    margin: 0 30px;
    padding: 20px;
  }
}
@media screen and (max-width: 640px) {
  .hero-content {
    margin: 0 15px;
    padding: 15px;
  }
  .hero-content .title {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .hero-content .desc {
    color: #999;
    font-size: 14px;
    margin-bottom: 15px;
    letter-spacing: 1px;
  }
}
/* Verticle middle Wrapper */
.vmidddle-block {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}
/* Verticle section Scroller */
#fp-nav {
  /* background: @color-white; 
    .box-shadow(0 0 14px 0 rgba(0, 0, 0, 0.13));*/
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  -o-border-radius: 22px;
  border-radius: 22px;
  padding: 20px 10px;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  background: #171717;
}
#fp-nav ul li .fp-tooltip,
.fp-slidesNav ul li .fp-tooltip {
  background: #0cb4ce;
  color: #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  font-size: 14px;
  padding: 6px 15px;
  text-transform: capitalize;
  font-family: inherit;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.18);
  -ms-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.18);
  -o-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.18);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.18);
  top: -9px;
  overflow: visible;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}
#fp-nav ul li .fp-tooltip.right,
.fp-slidesNav ul li .fp-tooltip.right {
  right: 35px;
}
#fp-nav ul li .fp-tooltip.right:after,
.fp-slidesNav ul li .fp-tooltip.right:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  top: 50%;
  right: -5px;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #0cb4ce;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 200ms ease-in 0s;
  -moz-transition: all 200ms ease-in 0s;
  -ms-transition: all 200ms ease-in 0s;
  -o-transition: all 200ms ease-in 0s;
  transition: all 200ms ease-in 0s;
}
/* Sidebar */
@media screen and (max-width: 767px) {
  .columns .sidebar-additional {
    padding-right: 2%;
    flex-basis: inherit;
  }
}
/* Side Menu layout */
.side-header .page-main {
  padding-top: 15px;
}
.side-header.cms-index-index .page-main {
  padding-top: 0;
}
.side-header.cms-index-index .page-header.type8 {
  background: rgba(0, 0, 0, 0.5);
}
/* Header type 8 */
header.page-header.type8 .mobile-search .block-search {
  width: 100%;
  margin: 0;
}
header.page-header.type8 .panel.wrapper .header.panel > .header.links > li > a:hover,
header.page-header.type8 .panel.wrapper .header.panel > .header.links > li > a:focus {
  color: #0cb4ce;
}
@media only screen and (max-width: 767px) {
  header.page-header.type8 .zozo-megamenu.navigation.side-megamenu {
    display: block;
  }
}
/* Theme Elements */
.vertical-middle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}
.link-underline a {
  text-decoration: underline;
}
.link-underline-hvr a:hover,
.link-underline-hvr a:focus {
  text-decoration: underline;
}
.link-hvr-underline:hover,
.link-hvr-underline:focus {
  text-decoration: underline;
}
.text-shadow {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.slider-box-shadow {
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.btn.grey-btn {
  border-color: #777;
  color: #bbb;
}
.btn.grey-btn:hover,
.btn.grey-btn:focus {
  background: #0cb4ce;
  color: #fff;
  border-color: #0cb4ce;
}
.btn.dark-btn {
  border-color: #171717;
  color: #171717;
}
.btn.dark-btn:hover,
.btn.dark-btn:focus {
  background: #171717;
  color: #fff;
}
.form-style-2 input#footer_newsletter {
  background: transparent;
  border-width: 0 0 2px 0;
  text-align: center;
}
.form-style-2 .input-group-btn button.action.subscribe.primary {
  background: transparent;
  border-width: 0 0 2px 0;
  /* border-color: #e1e1e1; */
}
/* Footer contact */
.contact-content-style-2 .contact-content-inner {
  display: table;
}
.contact-content-style-2 .contact-content-inner .contact-content-meta {
  display: table-cell;
  vertical-align: middle;
}
.shape-round {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.footer-dark .form-style-2 .input-group input:focus {
  color: #fff;
}
.footer-dark .form-style-2 .input-group-btn button.action.primary {
  border-color: #515151;
}
.footer-dark .form-style-2 .input-group-btn button.action.primary:hover,
.footer-dark .form-style-2 .input-group-btn button.action.primary:focus {
  border-color: #0cb4ce;
}
/* Footer top */
.footer-top {
  padding-top: 60px;
  padding-bottom: 60px;
}
.footer-top p {
  font-size: 12px;
  color: #777;
}
.footer-top .typo-light p {
  color: #777;
}
.footer-top .typo-light .form-style-2 input {
  color: #fff;
  border-color: #444;
}
.footer-top .typo-light .form-style-2 input:focus {
  color: #fff;
  border-color: #0cb4ce;
}
.footer-top .typo-light .form-style-2 input::-webkit-input-placeholder {
  color: #ffffff;
}
.footer-top .typo-light .form-style-2 input:-moz-placeholder {
  color: #ffffff;
}
/* Footer dark
.typo-dark .footer-middle{
     a{
        color: @color-theme-dark;
        &:hover, &:focus{
            color: @theme-color;
        }
    }
} */
/* Intro Sliders */
.slider-section {
  padding-top: 0;
  padding-bottom: 0;
}
.full-screen-slider {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100vw;
  height: 100vh;
}
.side-header .slider-content {
  padding-left: 330px;
}
.slider-content {
  padding-left: 50px;
  padding-right: 50px;
}
.slider-content-inner {
  display: inline-block;
}
.slider-content h2 {
  font-size: 66px;
  margin: 0;
  line-height: 60px;
}
.slider-content .sm-text {
  font-size: 26px;
  font-weight: 900;
  display: inline-block;
}
.slider-content .sm-text .text-left {
  display: block;
}
.standared-slider .slider-content {
  padding-left: 0;
  padding-right: 0;
}
/* Slider */
/* Slider */
/* Slider */
@media screen and (max-width: 991px) {
  .full-screen-slider {
    position: relative;
  }
  .slider-content h2 {
    font-size: 34px !important;
    line-height: 34px !important;
  }
  .slider-content .sm-text {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: normal !important;
  }
  .slider-content .btn {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    font-size: 12px !important;
    padding: 8px 24px !important;
  }
}
/* Slider */
@media screen and (max-width: 767px) {
  header.page-header .mobile-search .form {
    padding: 20px 15px;
    float: left;
    width: 100%;
  }
  header.page-header .mobile-search .field.search {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
  }
  header.page-header .mobile-search .field.search .label {
    display: none !important;
  }
  header.page-header .mobile-search .block-search .control {
    margin: 0 -1px 0 0;
    padding: 0;
    position: relative;
    width: auto;
  }
  header.page-header .mobile-search .block-search .control input {
    left: auto;
    margin: 0;
    position: relative;
  }
  header.page-header .mobile-search .block-search .actions {
    display: table-cell;
    vertical-align: middle;
  }
  header.page-header .mobile-search .block-search .actions .action.search {
    padding: 0 24px;
    height: 48px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    border-color: #e1e1e1;
  }
  header.page-header .mobile-search .block-search .actions .action.search:hover,
  header.page-header .mobile-search .block-search .actions .action.search:focus {
    border-color: #0cb4ce;
  }
}
/* Slider */
@media screen and (max-width: 480px) {
  .slider-content h2 {
    font-size: 20px !important;
    line-height: 20px !important;
  }
  .slider-content .sm-text {
    border-bottom-width: 1px !important;
    display: inline-block;
    font-size: 16px !important;
    font-weight: 500;
    letter-spacing: normal !important;
    margin-bottom: 5px !important;
    padding-bottom: 4px !important;
  }
  .slider-content .btn {
    font-size: 11px !important;
    margin-top: 10px !important;
    padding: 4px 14px !important;
  }
}
.radius-4 {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
/* Place holder
.placeholder{
    
}*/
.fotorama-stretch,
.fotorama-focus-overlay:after,
.fotorama__stage__shaft,
.fotorama__stage__frame,
.fotorama__html,
.fotorama__video iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.fotorama-grab-cursor,
.fotorama__wrap .fotorama__grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.fotorama-grabbing-cursor,
.fotorama__grabbing * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.fotorama-gpu,
.fotorama--fullscreen,
.fotorama__caption,
.fotorama__wrap--css3 .fotorama__spinner,
.fotorama__wrap--css3 .fotorama__stage,
.fotorama__wrap--css3 .fotorama__nav,
.fotorama__wrap--css3 .fotorama__stage__frame,
.fotorama__wrap--css3 .fotorama__html,
.fotorama__stage:before,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__nav:after,
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  transform: translateZ(0);
}
.fotorama-focus,
.fotorama__nav__frame,
.fotorama__fullscreen-icon:focus,
.fotorama__zoom-out:focus,
.fotorama__zoom-in:focus {
  outline: 0;
}
.fotorama-focus-overlay:after {
  background-color: #006bb4;
  border-radius: inherit;
  content: '';
}
.fotorama-transform-disabled,
.fotorama__wrap--video .fotorama__stage__shaft,
.fotorama__wrap--video .fotorama__stage,
.fotorama__wrap--video .fotorama__stage__frame--video,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  transform: none !important;
}
.fotorama-transition-for-slide,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border {
  transition-duration: 0ms;
  transition-property: transform, width;
  transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
}
.fotorama-no-select,
.fotorama__wrap,
.fotorama__no-select,
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  user-select: none;
}
.fotorama-select,
.fotorama__select {
  user-select: text;
}
.fotorama-empty-bg {
  background: url(data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=);
}
.fotorama-auto-margin,
.fotorama__nav,
.fotorama__nav__frame {
  margin: auto;
  padding: 0;
}
.fotorama-inline-block,
.fotorama__nav__shaft,
.fotorama__nav__frame,
.fotorama__caption__wrap {
  *display: inline;
  *zoom: 1;
  -moz-box-orient: vertical;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
}
.fotorama-content-box,
.fotorama__nav__frame {
  box-sizing: content-box;
}
.fotorama-border-box,
.fotorama__thumb-border,
.fotorama__caption__wrap,
.fotorama__arr {
  box-sizing: border-box;
}
.fotorama-hidden,
.fotorama--hidden,
.fotorama__load {
  left: -99999px;
  position: absolute;
  top: -99999px;
  z-index: -1000;
}
.fotorama-visible {
  left: auto;
  opacity: 1;
  position: relative;
  top: auto;
  z-index: auto;
}
.fotorama-no-tap,
.fotorama__stage__shaft,
.fotorama__stage__frame,
.fotorama__nav,
.fotorama__nav__shaft,
.fotorama__nav__frame,
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.transitionDuration {
  transition-duration: 333ms;
}
.transitionDurationZero {
  transition-duration: 0ms;
}
.fotorama-sprite,
.fotorama__fullscreen .fotorama__zoom-out,
.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__arr .fotorama__arr__arr,
.fotorama__fullscreen-icon,
.fotorama__video-play,
.fotorama__thumb--icon,
.fotorama__video-close {
  background-image: url('gallery.png');
  background-repeat: no-repeat;
}
@media print {
  .fotorama-print-background,
  .fotorama-sprite,
  .fotorama__thumb-border,
  .fotorama__fullscreen .fotorama__zoom-out,
  .fotorama__fullscreen .fotorama__zoom-in,
  .fotorama__arr .fotorama__arr__arr,
  .fotorama__fullscreen-icon,
  .fotorama__video-play,
  .fotorama__thumb--icon,
  .fotorama__video-close {
    background: none !important;
  }
}
.fotorama__fullscreen-icon:focus,
.fotorama__zoom-out:focus,
.fotorama__zoom-in:focus,
.fotorama__arr:focus,
.fotorama__stage__shaft:focus,
.fotorama__nav__frame--thumb:focus .fotorama__thumb,
.fotorama__nav__frame--dot:focus .fotorama__dot {
  box-shadow: none;
}
.fotorama__fullscreen-icon:focus:after,
.fotorama__zoom-out:focus:after,
.fotorama__zoom-in:focus:after,
.fotorama__arr:focus:after,
.fotorama__stage__shaft:focus:after,
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
  border-radius: inherit;
  bottom: 3px;
  box-shadow: 0 0 3px 1px #68a8e0;
  content: '';
  left: 3px;
  position: absolute;
  right: 3px;
  top: 3px;
  z-index: 1000;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb:after,
.fotorama__nav__frame--thumb:focus .fotorama__dot:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb.fotorama_vertical_ratio:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  left: 2px;
  right: 2px;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb,
.fotorama__nav__frame--dot:focus .fotorama__thumb {
  overflow: inherit;
}
.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb:after {
  left: 1px;
}
.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb.fotorama_vertical_ratio:after {
  top: 1px;
}
.fotorama__nav__frame:last-child:focus .fotorama__thumb:after {
  right: 1px;
}
.fotorama__nav__frame:last-child:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  bottom: 1px;
}
.fotorama__thumb__arr {
  box-shadow: none;
}
.fotorama--fullscreen {
  background: #ffffff;
  bottom: 0 !important;
  float: none !important;
  left: 0 !important;
  margin: 0 !important;
  position: fixed !important;
  right: 0 !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 1000 !important;
}
.fotorama--fullscreen .fotorama__wrap {
  max-width: 100% !important;
}
.fotorama__fullscreen {
  overflow: hidden;
  position: relative;
}
.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__fullscreen .fotorama__zoom-out {
  cursor: pointer;
  display: block;
  height: 80px;
  overflow: hidden;
  position: absolute;
  width: 80px;
}
.fotorama__fullscreen .fotorama__zoom-out {
  background-position: 0 -80px !important;
  top: 80px;
}
.fotorama__fullscreen .fotorama__zoom-out.fotorama__zoom-out--disabled {
  display: none;
}
.fotorama__fullscreen .fotorama__zoom-in {
  background-position: 0 0 !important;
  top: 0;
}
.fotorama__fullscreen .fotorama__zoom-in.fotorama__zoom-in--disabled {
  display: none;
}
.fotorama__fullscreen .fotorama__video-close {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
  display: block;
}
.fotorama__zoom-in,
.fotorama__zoom-out {
  display: none;
}
.fotorama {
  min-width: 1px;
  overflow: hidden;
}
.fotorama__wrap {
  -webkit-text-size-adjust: 100%;
  direction: ltr;
  position: relative;
  z-index: 0;
}
.fotorama__wrap--rtl .fotorama__stage__frame {
  direction: rtl;
}
.fotorama__stage,
.fotorama__nav {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.fotorama__wrap--pan-y {
  -ms-touch-action: pan-y;
}
.fotorama__stage__shaft {
  position: relative;
}
.fotorama__wrap .fotorama__pointer {
  cursor: pointer;
}
.fotorama__wrap--slide .fotorama__stage__frame {
  opacity: 1 !important;
}
.fotorama__stage__frame {
  overflow: hidden;
}
.fotorama__stage__frame.fotorama__active {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__stage__frame {
  display: none;
}
.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active,
.fotorama__wrap--fade .fotorama__fade-front,
.fotorama__wrap--fade .fotorama__fade-rear {
  display: block;
  left: 0;
  top: 0;
}
.fotorama__wrap--fade .fotorama__fade-front {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__fade-rear {
  z-index: 7;
}
.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
  z-index: 9;
}
.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
  display: none;
}
.fotorama__img {
  border: none !important;
  max-width: inherit;
  opacity: 0;
}
.fotorama__loaded .fotorama__img,
.fotorama__error .fotorama__img {
  opacity: 1;
}
.fotorama__img--full {
  display: none;
}
.fotorama__nav {
  display: none;
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
  z-index: 5;
}
.fotorama__nav__shaft {
  left: 0;
  position: relative;
  text-align: left;
  top: 0;
}
.fotorama__nav__frame {
  position: relative;
}
.fotorama__nav--dots {
  display: block;
  text-align: center;
}
.fotorama__nav--dots .fotorama__nav__frame {
  height: 30px;
  width: 18px;
}
.fotorama__nav--dots .fotorama__nav__frame--thumb,
.fotorama__nav--dots .fotorama__thumb-border {
  display: none;
}
.fotorama__nav--thumbs {
  display: block;
}
.fotorama__nav--thumbs .fotorama__nav__frame {
  padding-left: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
  padding-right: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame--dot {
  display: none;
}
.fotorama__active .fotorama__dot {
  background-color: #ff5501;
  border-color: #ff5501;
}
.fotorama__nav__frame.fotorama__active .fotorama__nav__frame {
  border-width: 3px;
  height: 0;
  width: 0;
}
.fotorama__nav__frame.fotorama__active .fotorama__nav__frame:after {
  left: -3px;
  padding: 3px;
  top: -3px;
}
.fotorama__nav__frame:focus  {
  box-shadow: none;
}
.fotorama__nav__frame:focus :after {
  left: -1px;
  padding: 1px;
  top: -1px;
}
.fotorama__dot {
  border-radius: 6px;
  border: 1px solid #858585;
  display: block;
  height: 4px;
  left: 6px;
  position: relative;
  top: 12px;
  width: 4px;
}
.fotorama__thumb {
  background-color: #ebebeb;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.fotorama__nav__frame:focus .fotorama__thumb {
  z-index: 2;
}
.fotorama__thumb-border {
  backface-visibility: hidden;
  background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1));
  border: 1px solid #ff5501;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 9;
}
.fotorama__caption {
  bottom: 0;
  color: #000000;
  font-size: 14px;
  left: 0;
  line-height: 1.5;
  position: absolute;
  right: 0;
  z-index: 12;
}
.fotorama__caption a {
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.005);
  color: #000000;
  text-decoration: none;
}
.fotorama__caption a:hover {
  border-color: rgba(0, 0, 0, 0.005);
  color: #000000;
}
.fotorama__wrap--rtl .fotorama__caption {
  left: auto;
  right: 0;
}
.fotorama__wrap--video .fotorama__caption,
.fotorama__wrap--no-captions .fotorama__caption {
  display: none;
}
.fotorama__caption__wrap {
  background-color: #ffffff;
  padding: 5px 10px;
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fotorama__spinner {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
}
.fotorama__wrap--css3 .fotorama__spinner {
  animation: spinner 24s infinite linear;
}
.fotorama__wrap--css3 .fotorama__html {
  transition-duration: 0.3s;
  transition-property: opacity;
  transition-timing-function: linear;
}
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  opacity: 0;
}
.fotorama__select {
  cursor: auto;
}
.fotorama__video {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 32px;
  z-index: 10;
}
@-moz-document url-prefix() {
  .fotorama__active {
    box-shadow: 0 0 0 transparent;
  }
}
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  cursor: pointer;
  position: absolute;
}
.fotorama__arr {
  z-index: 900;
}
.fotorama__fullscreen-icon,
.fotorama__zoom-out,
.fotorama__zoom-in,
.fotorama__video-close {
  z-index: 1000;
}
.fotorama__arr {
  bottom: 0;
  position: absolute;
  top: 0;
  width: 80px;
}
._block-content-loading .fotorama__arr {
  opacity: 0;
}
.fotorama__arr .fotorama__arr__arr {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  height: 80px;
  width: 80px;
}
.fotorama__arr--prev {
  left: 0;
}
.fotorama__arr--prev .fotorama__arr__arr {
  background-position: -80px -80px;
}
.fotorama__arr--next {
  right: 0;
}
.fotorama__arr--next .fotorama__arr__arr {
  background-position: -160px -80px;
}
.fotorama__arr--disabled {
  cursor: default;
  opacity: 0;
  pointer-events: none;
}
.fotorama__fullscreen-icon {
  background-position: 0 0;
  display: none;
  height: 80px;
  right: 0;
  top: 0;
  width: 80px;
  z-index: 1000;
}
.fotorama--fullscreen-icons .fotorama__fullscreen-icon {
  display: none;
}
.fotorama--fullscreen .fotorama__fullscreen-icon {
  background-position: -80px 0;
  display: inline-block;
}
.fotorama__video-play {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  background-position: -80px -160px;
  height: 160px;
  width: 160px;
}
.fotorama__wrap--css2 .fotorama__video-play,
.fotorama__wrap--video .fotorama__stage .fotorama__video-play {
  display: none;
}
.fotorama__loaded .fotorama__video-play,
.fotorama__error .fotorama__video-play,
.fotorama__nav__frame .fotorama__video-play {
  display: block;
  opacity: 1;
}
.fotorama__nav__frame .fotorama__video-play {
  background-position: 0 -240px;
  height: 80px;
  width: 80px;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  opacity: 0;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  opacity: 1;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--video .fotorama__fullscreen-icon {
  opacity: 0 !important;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  display: none;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  display: block;
}
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
  display: none !important;
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
  -webkit-transform: translate3d(80px, -80px, 0);
  -ms-transform: translate3d(80px, -80px, 0);
  -o-transform: translate3d(80px, -80px, 0);
  transform: translate3d(80px, -80px, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
  -webkit-transform: translate3d(-120px, 0, 0);
  -ms-transform: translate3d(-120px, 0, 0);
  -o-transform: translate3d(-120px, 0, 0);
  transform: translate3d(-120px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
  -webkit-transform: translate3d(120px, 0, 0);
  -ms-transform: translate3d(120px, 0, 0);
  -o-transform: translate3d(120px, 0, 0);
  transform: translate3d(120px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
  -webkit-transform: translate3d(80px, -80px, 0) !important;
  -ms-transform: translate3d(80px, -80px, 0) !important;
  -o-transform: translate3d(80px, -80px, 0) !important;
  transform: translate3d(80px, -80px, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
  -webkit-transform: translate3d(-120px, 0, 0) !important;
  -ms-transform: translate3d(-120px, 0, 0) !important;
  -o-transform: translate3d(-120px, 0, 0) !important;
  transform: translate3d(-120px, 0, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
  -webkit-transform: translate3d(120px, 0, 0) !important;
  -ms-transform: translate3d(120px, 0, 0) !important;
  -o-transform: translate3d(120px, 0, 0) !important;
  transform: translate3d(120px, 0, 0) !important;
}
.fotorama__wrap--css3 .fotorama__arr:not(:focus),
.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),
.fotorama__wrap--css3 .fotorama__video-play:not(:focus),
.fotorama__wrap--css3 .fotorama__video-close:not(:focus) {
  transition-duration: 0.3s;
  transition-property: transform, opacity, background-color;
}
.fotorama__stage:before,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__nav:after {
  background-repeat: no-repeat;
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  text-decoration: none;
  z-index: 10;
}
.fotorama__stage:before,
.fotorama__nav:before {
  left: -10px;
  top: -10px;
}
.fotorama__stage:after,
.fotorama__nav:after {
  right: -10px;
  bottom: -10px;
}
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before,
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
  background-size: 1px 100%, 5px 100%;
  bottom: 0;
  height: auto;
  top: 0;
  width: 10px;
}
.fotorama__stage.fotorama__shadows--top:before,
.fotorama__nav.fotorama__shadows--top:before,
.fotorama__stage.fotorama__shadows--bottom:after,
.fotorama__nav.fotorama__shadows--bottom:after {
  background-size: 100% 1px, 100% 5px ;
  height: 10px;
  left: 0;
  right: 0;
  width: auto;
}
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  left: 0;
}
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 100% 0, 100% 0;
  right: 0;
}
.fotorama__stage.fotorama__shadows--top:before,
.fotorama__nav.fotorama__shadows--top:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  top: 0;
}
.fotorama__stage.fotorama__shadows--bottom:after,
.fotorama__nav.fotorama__shadows--bottom:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 100%, 0 100%;
  bottom: 0;
}
.fotorama--fullscreen .fotorama__stage:before,
.fotorama--fullscreen .fotorama__nav:before,
.fotorama__wrap--no-shadows .fotorama__stage:before,
.fotorama__wrap--no-shadows .fotorama__nav:before,
.fotorama__wrap--fade .fotorama__stage:before,
.fotorama--fullscreen .fotorama__stage:after,
.fotorama--fullscreen .fotorama__nav:after,
.fotorama__wrap--no-shadows .fotorama__stage:after,
.fotorama__wrap--no-shadows .fotorama__nav:after,
.fotorama__wrap--fade .fotorama__stage:after {
  display: none;
}
.fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: auto;
  position: absolute;
  top: 50%;
  width: 100%;
}
.fotorama__nav-wrap .fotorama_horizontal_ratio .fotorama__img {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translateY(-50%, -50%);
  -o-transform: translateY(-50%, -50%);
  transform: translateY(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  width: auto;
}
.magnifier-thumb-wrapper {
  display: block;
  left: 0;
  position: relative;
  top: 0;
}
.magnifier-lens {
  border: solid 1px #bbbbbb;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 800;
}
.magnify-lens {
  background: rgba(255, 255, 255, 0.5);
  border: solid 1px #bbbbbb;
  color: #ffffff;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 1000;
  overflow: hidden;
}
.magnify-lens .magnifier-large {
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  border: none;
  position: absolute;
  z-index: 100;
}
.magnifier-loader-text {
  margin-top: 10px;
}
.magnifier-preview {
  bottom: 0;
  left: 58%;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 2;
  top: 215px;
}
.magnifier-preview:not(.hidden) {
  background-color: #ffffff;
}
.magnifier-preview img {
  left: 0;
  max-width: inherit;
  max-height: inherit;
  position: absolute;
  top: 0;
  object-fit: scale-down;
}
.fotorama__stage__frame {
  text-align: center;
}
.fotorama__stage__frame .fotorama__img {
  height: auto;
  left: 50%;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  transition-duration: 0.3s;
  transition-property: width, height, top, left;
  vertical-align: middle;
  width: auto;
}
.magnify-opaque {
  opacity: .5;
}
.magnify-hidden {
  display: none;
}
.fotorama__nav-wrap--vertical.fotorama__nav-wrap {
  display: inline-block;
  left: 0;
  position: absolute;
  top: 0;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft {
  background-color: white;
  width: 100%;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft .fotorama__nav__frame--thumb {
  display: block;
  padding-bottom: inherit !important;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img {
  display: none;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img,
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: inherit;
  max-width: inherit;
  position: absolute;
  right: 0;
  top: 0;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  cursor: default;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  top: 0;
  transition: 0.3s linear;
  vertical-align: middle;
  width: auto;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--zoommable {
  cursor: pointer;
  max-height: none;
  max-width: none;
  transition-property: width, height, bottom, right, top, left;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--draggable {
  cursor: move;
  transition-property: none;
}
.fotorama--fullscreen .fotorama__stage__frame iframe {
  left: 80px;
  width: calc(100% - 80px * 2);
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  bottom: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 30px;
  z-index: 1000;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left {
  left: 0;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  right: 0;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  cursor: pointer;
  height: 30px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1000;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right .fotorama__thumb--icon {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin: auto;
  width: 30px;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left {
  top: 0;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  bottom: 0;
}
.fotorama__wrap--only-active .fotorama__stage,
.fotorama__wrap--only-active .fotorama__nav {
  max-width: 99999px !important;
}
.fotorama__wrap--only-active .fotorama__stage__frame {
  visibility: hidden;
}
.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
  visibility: visible;
}
.fotorama__thumb--icon {
  font-size: 0.001px;
  padding-bottom: 30px;
}
.fotorama__thumb__arr--left .fotorama__thumb--icon {
  background-position: -25px -265px;
}
.fotorama__thumb__arr--right .fotorama__thumb--icon {
  background-position: -25px -350px;
}
.magnify-fullimage {
  display: none;
}
.fotorama__arr,
.fotorama__thumb__arr {
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out;
}
.fotorama__arr:hover,
.fotorama__thumb__arr:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.fotorama__arr:active,
.fotorama__thumb__arr:active {
  background-color: rgba(213, 213, 213, 0.5);
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in {
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out;
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:hover,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:hover,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:active,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:active,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:active {
  background-color: rgba(213, 213, 213, 0.5);
}
.fotorama__video-close {
  background-position: -80px 0;
  height: 80px;
  opacity: 0;
  right: 0;
  top: 0;
  transform: translate3d(80px, -80px, 0);
  transition: opacity 0.3s ease-in-out;
  width: 80px;
}
@media all and (max-width: 768px) {
  .fotorama__video-close {
    background-position: -100px -20px;
    top: 10px;
    height: 40px;
    width: 40px;
  }
}
.fotorama__video-close.fotorama-show-control {
  opacity: 1;
  transform: translate3d(0, -10px, 0);
}
.gallery-placeholder__image {
  display: block;
  margin: auto;
}
.fotorama__spinner {
  background-image: url('../../images/loader-1.gif');
  bottom: 0;
  display: none;
  height: 64px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 64px;
  z-index: 100;
}
.fotorama__spinner.fotorama__spinner--show {
  display: block;
}
.fotorama__product-video--loaded .fotorama__img,
.fotorama__product-video--loaded .fotorama__img--full {
  display: none !important;
}
.fotorama__stage .fotorama__arr--shown {
  display: block !important;
}
.fotorama__stage .fotorama__arr--hidden {
  display: none !important;
}
