/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/*
*   Owl Carousel Owl Demo Theme 
* v1.3.3
*/
.owl-row {
  margin-left: -15px;
  margin-right: -15px; }

.owl-carousel .owl-item {
  padding: 0 15px;
  position: relative; }
  .owl-carousel .owl-item:hover {
    z-index: 99; }

/* Styling Next and Prev buttons */
.owl-theme .owl-buttons div {
  position: absolute;
  bottom: 50%;
  top: auto;
  width: 40px;
  height: 40px;
  color: transparent;
  text-align: center;
  background: #FFFFFF;
  border: none;
  border-radius: 50px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translate(0, 50%);
  -moz-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  -o-transform: translate(0, 50%);
  transform: translate(0, 50%);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); }
  .owl-theme .owl-buttons div:before {
    content: "\f105";
    font-family: "FontAwesome";
    color: #222222;
    font-size: 20px;
    display: block;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    line-height: 40px; }
    [dir="rtl"] .owl-theme .owl-buttons div:before {
      content: "\f104"; }
  .owl-theme .owl-buttons div.owl-prev {
    left: 20px; }
    .rtl .owl-theme .owl-buttons div.owl-prev {
      right: 20px;
      left: auto; }
    .owl-theme .owl-buttons div.owl-prev:before {
      content: "\f104";
      left: 12px; }
      .rtl .owl-theme .owl-buttons div.owl-prev:before {
        right: 12px;
        left: auto; }
      [dir="rtl"] .owl-theme .owl-buttons div.owl-prev:before {
        content: "\f105"; }
  .owl-theme .owl-buttons div.owl-next {
    right: 20px; }
    .rtl .owl-theme .owl-buttons div.owl-next {
      left: 20px;
      right: auto; }
  @media (min-width: 992px) {
    .owl-theme .owl-buttons div:hover {
      -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
      -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
      -o-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
      -ms-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); } }
.owl-theme:hover .owl-buttons div {
  opacity: 1;
  filter: alpha(opacity=100); }
  .owl-theme:hover .owl-buttons div.owl-prev {
    left: 0; }
    .rtl .owl-theme:hover .owl-buttons div.owl-prev {
      right: 0;
      left: auto; }
  .owl-theme:hover .owl-buttons div.owl-next {
    right: 0; }
    .rtl .owl-theme:hover .owl-buttons div.owl-next {
      left: 0;
      right: auto; }

/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  text-decoration: none; }

/* Styling Pagination*/
.owl-theme .owl-controls .owl-pagination {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 0; }
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */ }
.owl-theme .owl-controls span {
  position: relative;
  text-indent: -9999px;
  display: inline-block;
  cursor: pointer;
  margin: 0px 5px;
  border: 1px solid #909090;
  width: 13px;
  height: 13px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  background: transparent;
  box-sizing: content-box; }
  .owl-theme .owl-controls span:before {
    content: "";
    background: #222222;
    position: absolute;
    bottom: 2px;
    left: 2px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }
    .rtl .owl-theme .owl-controls span:before {
      right: 2px;
      left: auto; }

.owl-theme .owl-controls .owl-page.active span:before,
.owl-theme .owl-controls.clickable .owl-page:hover span:before {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 30px; }

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(../../../../assets/img/modules/appagebuilder/img/AjaxLoader.gif) no-repeat center center; }

/*# sourceMappingURL=owl.theme.css.map */
@charset "UTF-8";
/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/* Slider */
.slick-loading .slick-list {
  background: #fff url(../../../../assets/img/modules/appagebuilder/img/ajax-loader.gif) center center no-repeat; }

/* Arrows */
.slick-arrows .slick-arrow {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  z-index: 9;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  padding: 0;
  border: none;
  outline: none;
  color: black;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%); }
  .slick-arrows .slick-arrow:hover, .slick-arrows .slick-arrow:focus {
    outline: none; }
    .slick-arrows .slick-arrow:hover:before, .slick-arrows .slick-arrow:focus:before {
      opacity: 1;
      filter: alpha(opacity=100); }
  .slick-arrows .slick-arrow.slick-disabled:before {
    opacity: 0.25;
    filter: alpha(opacity=25); }
  .slick-arrows .slick-arrow:before {
    font-size: 14px;
    display: block;
    font-family: "FontAwesome";
    opacity: 0.75;
    filter: alpha(opacity=75); }
  .slick-arrows .slick-arrow.slick-prev {
    left: -25px; }
    .rtl .slick-arrows .slick-arrow.slick-prev {
      right: -25px;
      left: auto; }
    .slick-arrows .slick-arrow.slick-prev:before {
      content: ""; }
      [dir="rtl"] .slick-arrows .slick-arrow.slick-prev:before {
        content: ""; }
  .slick-arrows .slick-arrow.slick-next {
    right: -25px; }
    .rtl .slick-arrows .slick-arrow.slick-next {
      left: -25px;
      right: auto; }
    .slick-arrows .slick-arrow.slick-next:before {
      content: ""; }
      [dir="rtl"] .slick-arrows .slick-arrow.slick-next:before {
        content: ""; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1;
          filter: alpha(opacity=100); }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 20px;
        height: 20px;
        font-family: "FontAwesome";
        font-size: 10px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        filter: alpha(opacity=25); }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75;
      filter: alpha(opacity=75); }

/*# sourceMappingURL=slick-theme.css.map */
/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  padding: 0;
  margin-left: -15px;
  margin-right: -15px; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  outline: 0;
  float: left;
  height: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  display: none; }
  .rtl .slick-slide {
    float: right; }
  .slick-slide .slick-slide {
    padding-left: 0;
    padding-right: 0; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-row.hide-loading .timeline-wrapper {
  display: none; }

.slick-loading {
  display: none; }

.slick-loaded {
  display: block; }

/*# sourceMappingURL=slick.css.map */
/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
.litetooltip-wrapper {
  position: absolute;
  font: normal 90% Verdana;
  z-index: 10000;
  display: block;
  visibility: visible;
  min-width: 100px; }
  .litetooltip-wrapper.incontainer {
    position: relative; }
    .litetooltip-wrapper.incontainer .tooltip-content {
      position: relative; }
  .litetooltip-wrapper.top, .litetooltip-wrapper.top-left, .litetooltip-wrapper.top-right {
    margin-top: -3px;
    padding: 5px 0px 10px 0px; }
  .litetooltip-wrapper.right, .litetooltip-wrapper.right-top, .litetooltip-wrapper.right-bottom {
    margin-left: 3px;
    padding: 0px 5px 0px 10px; }
  .litetooltip-wrapper.bottom, .litetooltip-wrapper.bottom-left, .litetooltip-wrapper.bottom-right {
    margin-top: 3px;
    padding: 10px 0px 5px 0px; }
  .litetooltip-wrapper.left, .litetooltip-wrapper.left-top, .litetooltip-wrapper.left-bottom {
    margin-left: auto;
    padding: 0 10px 0 0; }
  .litetooltip-wrapper .tooltip-arrow {
    border-color: transparent;
    border-style: solid;
    width: 0px;
    height: 0px;
    padding: 0px; }
    .litetooltip-wrapper .tooltip-arrow.top {
      margin-left: -8px;
      position: absolute;
      left: 50%;
      bottom: 0px;
      border-width: 10px 10px 0px 10px; }
    .litetooltip-wrapper .tooltip-arrow.top-left {
      margin-left: 8px;
      left: 0px;
      bottom: 0px;
      position: absolute;
      border-width: 10px 10px 0px 10px; }
    .litetooltip-wrapper .tooltip-arrow.top-right {
      margin-right: 8px;
      right: 0px;
      bottom: 0px;
      position: absolute;
      border-width: 10px 10px 0px 10px; }
    .litetooltip-wrapper .tooltip-arrow.right {
      margin-top: -8px;
      position: absolute;
      top: 50%;
      left: 0px;
      border-width: 10px 10px 10px 0; }
    .litetooltip-wrapper .tooltip-arrow.right-top {
      margin-bottom: 8px;
      position: absolute;
      bottom: 0px;
      left: 0px;
      border-width: 8px 10px 8px 0; }
    .litetooltip-wrapper .tooltip-arrow.right-bottom {
      margin-top: 8px;
      position: absolute;
      top: 0px;
      left: 0px;
      border-width: 8px 10px 8px 0; }
    .litetooltip-wrapper .tooltip-arrow.bottom {
      margin-left: -8px;
      position: absolute;
      left: 50%;
      top: 0px;
      border-width: 0px 8px 10px 8px; }
    .litetooltip-wrapper .tooltip-arrow.bottom-left {
      margin-left: 8px;
      position: absolute;
      left: 0px;
      top: 0px;
      border-width: 0px 8px 10px 8px; }
    .litetooltip-wrapper .tooltip-arrow.bottom-right {
      margin-right: 8px;
      position: absolute;
      right: 0px;
      top: 0px;
      border-width: 0px 8px 10px 8px; }
    .litetooltip-wrapper .tooltip-arrow.left {
      margin-top: -8px;
      position: absolute;
      top: 50%;
      right: 0px;
      border-width: 8px 0px 8px 10px; }
    .litetooltip-wrapper .tooltip-arrow.left-top {
      margin-bottom: 8px;
      position: absolute;
      bottom: 0px;
      right: 0px;
      border-width: 8px 0px 8px 10px; }
    .litetooltip-wrapper .tooltip-arrow.left-bottom {
      margin-top: 8px;
      position: absolute;
      top: 0px;
      right: 0px;
      border-width: 8px 0px 8px 10px; }
  .litetooltip-wrapper .tooltip-content {
    padding: 15px;
    background: #FFFFFF;
    border-radius: 4px;
    min-width: 90px; }
    .litetooltip-wrapper .tooltip-content .clear {
      clear: both; }
    .litetooltip-wrapper .tooltip-content > p {
      padding-left: 3px; }
  .litetooltip-wrapper .tooltip-menu {
    padding: 0px;
    margin: 0px;
    float: left; }
    .litetooltip-wrapper .tooltip-menu ul, .litetooltip-wrapper .tooltip-menu ol {
      margin: 0px;
      padding: 0px;
      width: 100%;
      float: left;
      clear: both; }
    .litetooltip-wrapper .tooltip-menu li {
      padding: 0px;
      margin: 0px;
      list-style: none;
      float: left;
      border: solid 1px;
      clear: both;
      width: 100%;
      overflow: hidden; }
    .litetooltip-wrapper .tooltip-menu a {
      display: block;
      text-decoration: none;
      padding: 5px;
      margin: 0px;
      clear: both;
      min-width: 100%;
      width: 100%;
      float: left; }
    .litetooltip-wrapper .tooltip-menu.AlizarinCrimson {
      background: #df3030; }
      .litetooltip-wrapper .tooltip-menu.AlizarinCrimson li {
        border-color: #df3030;
        border-bottom: solid 1px #d12b2b; }
      .litetooltip-wrapper .tooltip-menu.AlizarinCrimson a {
        color: #fff; }
        .litetooltip-wrapper .tooltip-menu.AlizarinCrimson a:hover {
          color: #000;
          background: #f79992; }
    .litetooltip-wrapper .tooltip-menu.Geradline {
      background: #f79992; }
      .litetooltip-wrapper .tooltip-menu.Geradline li {
        border-color: #f79992;
        border-bottom: solid 1px #ea8880; }
      .litetooltip-wrapper .tooltip-menu.Geradline a {
        color: #000; }
        .litetooltip-wrapper .tooltip-menu.Geradline a:hover {
          color: #fff;
          background: #ee6a60; }
    .litetooltip-wrapper .tooltip-menu.Conifer {
      background: #a2d959; }
      .litetooltip-wrapper .tooltip-menu.Conifer li {
        border-color: #a2d959;
        border-bottom: solid 1px #94c652; }
      .litetooltip-wrapper .tooltip-menu.Conifer a {
        color: #000; }
        .litetooltip-wrapper .tooltip-menu.Conifer a:hover {
          color: #fff;
          background: #7fba00; }
    .litetooltip-wrapper .tooltip-menu.Spindle {
      background: #bfd9f0; }
      .litetooltip-wrapper .tooltip-menu.Spindle li {
        border-color: #bfd9f0;
        border-bottom: solid 1px #d2e0ec; }
      .litetooltip-wrapper .tooltip-menu.Spindle a {
        color: #000; }
        .litetooltip-wrapper .tooltip-menu.Spindle a:hover {
          color: #fff;
          background: #6699cc; }
    .litetooltip-wrapper .tooltip-menu.BostonBlue {
      background: #6699cc; }
      .litetooltip-wrapper .tooltip-menu.BostonBlue li {
        border-color: #6699cc;
        border-bottom: solid 1px #4f83b7; }
      .litetooltip-wrapper .tooltip-menu.BostonBlue a {
        color: #fff; }
        .litetooltip-wrapper .tooltip-menu.BostonBlue a:hover {
          color: #000;
          background: #bfd9f0; }
    .litetooltip-wrapper .tooltip-menu.CarrotOrange {
      background: #ed9122; }
      .litetooltip-wrapper .tooltip-menu.CarrotOrange li {
        border-color: #ed9122;
        border-bottom: solid 1px #d47f19; }
      .litetooltip-wrapper .tooltip-menu.CarrotOrange a {
        color: #fff; }
        .litetooltip-wrapper .tooltip-menu.CarrotOrange a:hover {
          color: #000;
          background: #fecf3d; }
    .litetooltip-wrapper .tooltip-menu.Affair {
      background: #7c4d94; }
      .litetooltip-wrapper .tooltip-menu.Affair li {
        border-color: #7c4d94;
        border-bottom: solid 1px #8d60a4; }
      .litetooltip-wrapper .tooltip-menu.Affair a {
        color: #000; }
        .litetooltip-wrapper .tooltip-menu.Affair a:hover {
          color: #fff;
          background: #a778bf; }
    .litetooltip-wrapper .tooltip-menu.PaleConifer {
      background: #bad87a; }
      .litetooltip-wrapper .tooltip-menu.PaleConifer li {
        border-color: #bad87a;
        border-bottom: solid 1px #9db963; }
      .litetooltip-wrapper .tooltip-menu.PaleConifer a {
        color: #000; }
        .litetooltip-wrapper .tooltip-menu.PaleConifer a:hover {
          background: #f5ffbe; }
    .litetooltip-wrapper .tooltip-menu.BrightSun {
      background: #fec000; }
      .litetooltip-wrapper .tooltip-menu.BrightSun li {
        border-color: #fec000;
        border-bottom: solid 1px #ebb203; }
      .litetooltip-wrapper .tooltip-menu.BrightSun a {
        color: #000; }
        .litetooltip-wrapper .tooltip-menu.BrightSun a:hover {
          background: #fecf3d; }
    .litetooltip-wrapper .tooltip-menu.AmazonLemon {
      background: #7fba00; }
      .litetooltip-wrapper .tooltip-menu.AmazonLemon li {
        border-color: #7fba00;
        border-bottom: solid 1px #8ac903; }
      .litetooltip-wrapper .tooltip-menu.AmazonLemon a {
        color: #000; }
        .litetooltip-wrapper .tooltip-menu.AmazonLemon a:hover {
          background: #fde910; }
    .litetooltip-wrapper .tooltip-menu.CoffeeConfetti {
      background: #593737; }
      .litetooltip-wrapper .tooltip-menu.CoffeeConfetti li {
        border-color: #593737;
        border-bottom: solid 1px #734f4f; }
      .litetooltip-wrapper .tooltip-menu.CoffeeConfetti a {
        color: #fff; }
        .litetooltip-wrapper .tooltip-menu.CoffeeConfetti a:hover {
          color: #000;
          background: #e9d75a; }
    .litetooltip-wrapper .tooltip-menu.OysterPrim {
      background: #988d77; }
      .litetooltip-wrapper .tooltip-menu.OysterPrim li {
        border-color: #988d77;
        border-bottom: solid 1px #786e59; }
      .litetooltip-wrapper .tooltip-menu.OysterPrim a {
        color: #000; }
        .litetooltip-wrapper .tooltip-menu.OysterPrim a:hover {
          background: #fdfeb8; }
    .litetooltip-wrapper .tooltip-menu li.last-child {
      border-bottom: 0px; }
  .litetooltip-wrapper .image-right {
    float: right;
    margin: 0 0 10px 5px; }
    .rtl .litetooltip-wrapper .image-right {
      margin: 0 5px 10px 0; }
  .litetooltip-wrapper .image-left {
    float: left;
    margin: 0 5px 10px 0; }
    .rtl .litetooltip-wrapper .image-left {
      margin: 0 0 10px 5px; }
  .litetooltip-wrapper .video-wrapper {
    padding-bottom: 56.26%;
    position: relative;
    width: 500px; }
    .litetooltip-wrapper .video-wrapper iframe {
      display: block;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0px;
      position: absolute; }
  .litetooltip-wrapper .template {
    float: left; }
    .litetooltip-wrapper .template h4 {
      margin: 0px;
      padding: 2px 4px 4px 4px;
      color: #fff;
      font-size: 12px;
      display: block; }
    .litetooltip-wrapper .template p {
      margin: 0px;
      display: block;
      float: left; }
    .litetooltip-wrapper .template .temp_description {
      color: #e97e3d;
      font-weight: 600;
      line-height: 20px;
      font-size: 14px;
      font-family: "Harmonia Sans Pro Cyr"; }
      .litetooltip-wrapper .template .temp_description .title {
        color: #222222;
        margin-bottom: 5px;
        display: inline-block; }
        .litetooltip-wrapper .template .temp_description .title:hover {
          color: #e97e3d; }
    .litetooltip-wrapper .template ul, .litetooltip-wrapper .template ol {
      margin: 0px;
      padding: 5px 5px 5px 5px;
      list-style-position: inside; }
    .litetooltip-wrapper .template li {
      padding: 2px 0px; }
    .litetooltip-wrapper .template p, .litetooltip-wrapper .template ul, .litetooltip-wrapper .template ol {
      background: #fff;
      color: #333; }
    .litetooltip-wrapper .template.AlizarinCrimson {
      background: #df3030; }
      .litetooltip-wrapper .template.AlizarinCrimson h4 {
        background: #df3030; }
    .litetooltip-wrapper .template.RadicalRed {
      background: #ff1e53; }
      .litetooltip-wrapper .template.RadicalRed h4 {
        background: #ff1e53; }
    .litetooltip-wrapper .template.Geradline {
      background: #f79992;
      color: #333333; }
      .litetooltip-wrapper .template.Geradline h4 {
        background: #f79992;
        color: #333333; }
    .litetooltip-wrapper .template.Conifer {
      background: #a2d959; }
      .litetooltip-wrapper .template.Conifer h4 {
        background: #a2d959; }
    .litetooltip-wrapper .template.Limeade {
      background: #7fba00; }
      .litetooltip-wrapper .template.Limeade h4 {
        background: #7fba00; }
    .litetooltip-wrapper .template.AppleGreen {
      background: #4cc744; }
      .litetooltip-wrapper .template.AppleGreen h4 {
        background: #4cc744; }
    .litetooltip-wrapper .template.Spindle {
      background: #bfd9f0;
      color: #333333; }
      .litetooltip-wrapper .template.Spindle h4 {
        background: #bfd9f0;
        color: #333333; }
    .litetooltip-wrapper .template.Danube {
      background: #6699cc; }
      .litetooltip-wrapper .template.Danube h4 {
        background: #6699cc; }
    .litetooltip-wrapper .template.BostonBlue {
      background: #4182c2; }
      .litetooltip-wrapper .template.BostonBlue h4 {
        background: #4182c2; }
    .litetooltip-wrapper .template.CarrotOrange {
      background: #ed9122; }
      .litetooltip-wrapper .template.CarrotOrange h4 {
        background: #ed9122; }
    .litetooltip-wrapper .template.BrightSun {
      background: #fecf3d;
      color: #333333; }
      .litetooltip-wrapper .template.BrightSun h4 {
        background: #fecf3d;
        color: #333333; }
    .litetooltip-wrapper .template.Affair {
      background: #7c4d94; }
      .litetooltip-wrapper .template.Affair h4 {
        background: #7c4d94; }
    .litetooltip-wrapper .template.HotRed {
      background: #df3030; }
      .litetooltip-wrapper .template.HotRed h4 {
        background: #df3030; }
      .litetooltip-wrapper .template.HotRed p, .litetooltip-wrapper .template.HotRed ul, .litetooltip-wrapper .template.HotRed ol {
        background: #f79992;
        color: #000; }
    .litetooltip-wrapper .template.HuskyBlue {
      background: #4182c2; }
      .litetooltip-wrapper .template.HuskyBlue h4 {
        background: #4182c2; }
      .litetooltip-wrapper .template.HuskyBlue p, .litetooltip-wrapper .template.HuskyBlue ul, .litetooltip-wrapper .template.HuskyBlue ol {
        background: #bfd9f0;
        color: #000; }
    .litetooltip-wrapper .template.MoonAffair {
      background: #7c4d94; }
      .litetooltip-wrapper .template.MoonAffair h4 {
        background: #7c4d94; }
      .litetooltip-wrapper .template.MoonAffair p, .litetooltip-wrapper .template.MoonAffair ul, .litetooltip-wrapper .template.MoonAffair ol {
        background: #e8cbf7;
        color: #000; }
    .litetooltip-wrapper .template.PaleMint {
      background: #7fba00; }
      .litetooltip-wrapper .template.PaleMint h4 {
        background: #7fba00; }
      .litetooltip-wrapper .template.PaleMint p, .litetooltip-wrapper .template.PaleMint ul, .litetooltip-wrapper .template.PaleMint ol {
        background: #f5ffbe;
        color: #000; }
    .litetooltip-wrapper .template.BlueRomance {
      background: #0066ff; }
      .litetooltip-wrapper .template.BlueRomance h4 {
        background: #0066ff; }
      .litetooltip-wrapper .template.BlueRomance p, .litetooltip-wrapper .template.BlueRomance ul, .litetooltip-wrapper .template.BlueRomance ol {
        background: #d2f6de;
        color: #000; }
    .litetooltip-wrapper .template.AmazonLemon {
      background: #7fba00; }
      .litetooltip-wrapper .template.AmazonLemon h4 {
        background: #7fba00; }
      .litetooltip-wrapper .template.AmazonLemon p, .litetooltip-wrapper .template.AmazonLemon ul, .litetooltip-wrapper .template.AmazonLemon ol {
        background: #fde910;
        color: #000; }
    .litetooltip-wrapper .template.LimeConfier {
      background: #7fba00; }
      .litetooltip-wrapper .template.LimeConfier h4 {
        background: #7fba00; }
      .litetooltip-wrapper .template.LimeConfier p, .litetooltip-wrapper .template.LimeConfier ul, .litetooltip-wrapper .template.LimeConfier ol {
        background: #a2d959;
        color: #000; }
    .litetooltip-wrapper .template.MustardSun {
      background: #ed9122; }
      .litetooltip-wrapper .template.MustardSun h4 {
        background: #ed9122; }
      .litetooltip-wrapper .template.MustardSun p, .litetooltip-wrapper .template.MustardSun ul, .litetooltip-wrapper .template.MustardSun ol {
        background: #fecf3d;
        color: #000; }
    .litetooltip-wrapper .template.AtollSea {
      background: #0a6f75; }
      .litetooltip-wrapper .template.AtollSea h4 {
        background: #0a6f75; }
      .litetooltip-wrapper .template.AtollSea p, .litetooltip-wrapper .template.AtollSea ul, .litetooltip-wrapper .template.AtollSea ol {
        background: #fecf3d;
        color: #000; }
    .litetooltip-wrapper .template.BlazeOrange {
      background: #ff6600; }
      .litetooltip-wrapper .template.BlazeOrange h4 {
        background: #ff6600; }
      .litetooltip-wrapper .template.BlazeOrange p, .litetooltip-wrapper .template.BlazeOrange ul, .litetooltip-wrapper .template.BlazeOrange ol {
        background: #0a6f75;
        color: #fff; }
    .litetooltip-wrapper .template.CoffeeConfetti {
      background: #593737; }
      .litetooltip-wrapper .template.CoffeeConfetti h4 {
        background: #593737; }
      .litetooltip-wrapper .template.CoffeeConfetti p, .litetooltip-wrapper .template.CoffeeConfetti ul, .litetooltip-wrapper .template.CoffeeConfetti ol {
        background: #e9d75a;
        color: #000; }
    .litetooltip-wrapper .template.OysterPrim {
      background: #988d77; }
      .litetooltip-wrapper .template.OysterPrim h4 {
        background: #988d77; }
      .litetooltip-wrapper .template.OysterPrim p, .litetooltip-wrapper .template.OysterPrim ul, .litetooltip-wrapper .template.OysterPrim ol {
        background: #fdfeb8;
        color: #000; }

/******************************************/
/*************** templates ****************/
.litetooltip-hotspot-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1; }

.litetooltip-hotspot-container {
  position: relative;
  height: 0px; }
  .litetooltip-hotspot-container img {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2; }
  .litetooltip-hotspot-container .hotspot {
    position: absolute;
    z-index: 3;
    cursor: pointer; }
    .litetooltip-hotspot-container .hotspot .data-container {
      display: none; }

/** redhotspot **/
.redhotspot {
  position: relative;
  display: block;
  width: 51px;
  height: 51px;
  line-height: 51px;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  /*&:before{
    -webkit-animation: lookbookBorder1 2s infinite;
    -o-animation: lookbookBorder1 2s infinite;
    animation: lookbookBorder1 2s infinite;
  }*/ }
  @media (max-width: 1199px) {
    .redhotspot {
      width: 40px;
      height: 40px;
      line-height: 40px; } }
  .redhotspot span {
    position: relative;
    color: #ff1313;
    font-size: 0; }
    .redhotspot span:before {
      content: "\e9b1";
      font-family: "nova-icons";
      font-size: 20px; }
      @media (max-width: 1199px) {
        .redhotspot span:before {
          font-size: 16px; } }
  .redhotspot:before, .redhotspot:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    background-color: #FFFFFF;
    overflow: hidden;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease; }
    @media (max-width: 1199px) {
      .redhotspot:before, .redhotspot:after {
        width: 25px;
        height: 25px; } }
  .redhotspot:after {
    z-index: -1;
    background-color: rgba(255, 255, 255, 0.3);
    -webkit-animation: lookbookBorder 2s infinite;
    -o-animation: lookbookBorder 2s infinite;
    animation: lookbookBorder 2s infinite; }
  .redhotspot:hover:before {
    background: #ff1313; }
  .redhotspot:hover span {
    color: #FFFFFF; }

/*** NEW ***/
@-webkit-keyframes lookbookBorder {
  0% {
    width: 16px;
    height: 16px; }
  50% {
    width: 51px;
    height: 51px;
    @media (max-width: 1199px) {
      width: 40px;
      height: 40px; } }
  100% {
    width: 16px;
    height: 16px; } }
@-moz-keyframes lookbookBorder {
  0% {
    width: 16px;
    height: 16px; }
  50% {
    width: 51px;
    height: 51px;
    @media (max-width: 1199px) {
      width: 40px;
      height: 40px; } }
  100% {
    width: 16px;
    height: 16px; } }
@-ms-keyframes lookbookBorder {
  0% {
    width: 16px;
    height: 16px; }
  50% {
    width: 51px;
    height: 51px;
    @media (max-width: 1199px) {
      width: 40px;
      height: 40px; } }
  100% {
    width: 16px;
    height: 16px; } }
@keyframes lookbookBorder {
  0% {
    width: 16px;
    height: 16px; }
  50% {
    width: 51px;
    height: 51px;
    @media (max-width: 1199px) {
      width: 40px;
      height: 40px; } }
  100% {
    width: 16px;
    height: 16px; } }
/*** NEW ***/
@-webkit-keyframes lookbookBorder1 {
  0% {
    width: 35px;
    height: 35px; }
  50% {
    width: 25px;
    height: 25px; }
  100% {
    width: 35px;
    height: 35px; } }
@-moz-keyframes lookbookBorder1 {
  0% {
    width: 35px;
    height: 35px; }
  50% {
    width: 25px;
    height: 25px; }
  100% {
    width: 35px;
    height: 35px; } }
@-ms-keyframes lookbookBorder1 {
  0% {
    width: 35px;
    height: 35px; }
  50% {
    width: 25px;
    height: 25px; }
  100% {
    width: 35px;
    height: 35px; } }
@keyframes lookbookBorder1 {
  0% {
    width: 35px;
    height: 35px; }
  50% {
    width: 25px;
    height: 25px; }
  100% {
    width: 35px;
    height: 35px; } }
.velaBoxLookbook {
  position: relative; }

@media (max-width: 991px) {
  .velaBoxLookbook {
    display: inline-block; } }
@media (max-width: 767px) {
  .velaBoxLookbook.active .lookbItem {
    position: static;
    margin: 0; }

  .velaBoxLookbook.active .lookbItemButton {
    display: none; }

  .velaBoxLookbook.active .lookbItemContent {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100); } }
.lookbItem {
  position: absolute;
  margin-top: -20px;
  margin-left: -20px; }

@media (min-width: 768px) {
  .lookbItem:hover .lookbItemContent {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100); } }
.lookbItemButton {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 0;
  overflow: hidden;
  cursor: pointer; }

.lookbItemButton:before,
.lookbItemButton:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #fe5252;
  overflow: hidden;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease; }

.lookbItemButton:after {
  background-color: rgba(254, 82, 82, 0.2);
  -webkit-animation: lookbookBorder 3s infinite;
  -o-animation: lookbookBorder 3s infinite;
  animation: lookbookBorder 3s infinite; }

/*# sourceMappingURL=ApImageHotspot.css.map */
