/*
Theme Name:       ClassiXER - Classified Ads Website Template
Author:           UIdeck
Author URI:       http://uideck.com
Text Domain:      UIdeck
Domain Path:      /languages/
*/
/*TABLE OF CONTENT */
/* CORE: */
/* ____Bootstrap */
/* ____Color */
/* ____Form */
/* ____Logo */
/* ____Icon */
/* ____Button */
/* ____Background */
/* ____Typography */
/* ____Nav */
/* ____Header */
/* ____Footer */
/* MODULES: */
/* ____Service */
/* ____Counter */
/* ____Google-maps */
/* ____Pagination */
/* ____Pricing-table */
/* ____Blog */
/* ____Single Blog */
/* ____Search */
/* ____Testimonial */
/* Google Fonts */
@import url("https://fonts.googleapis.com/css?family=Montserrat:500,700|Open+Sans");
/* line 36, static/scss/_global.scss */
html {
  overflow-x: hidden; }

/* line 39, static/scss/_global.scss */
body {
  color: #cccccc;
  background: linear-gradient(90deg, #09090f 0%, #252531 50%, #11111f 100%);
  font-size: 14px;
  font-weight: 500;
  font-family: 'Open Sans', sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  line-height: 25px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow-x: hidden; }

/* line 56, static/scss/_global.scss */
h1, h2, h3, h4 {
  font-size: 36px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif; }

/* line 61, static/scss/_global.scss */
a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  /* line 66, static/scss/_global.scss */
  a:hover {
    text-decoration: none; }
  /* line 67, static/scss/_global.scss */
  a a:focus {
    outline: none; }

/* line 71, static/scss/_global.scss */
p {
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  margin: 0px;
  font-size: 14px; }

/* line 77, static/scss/_global.scss */
ul, ol {
  list-style: outside none none;
  margin: 0;
  padding: 0; }
  /* line 81, static/scss/_global.scss */
  ul li, ol li {
    list-style: none; }

/* line 85, static/scss/_global.scss */
.hero-heading {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
  line-height: 70px;
  letter-spacing: 0.1rem; }

/* line 93, static/scss/_global.scss */
.hero-sub-heading {
  font-size: 20px;
  font-weight: 400;
  color: #e6e6e6;
  line-height: 45px;
  letter-spacing: 0.1rem; }

/* line 100, static/scss/_global.scss */
.section-titile-bg {
  display: inline;
  font-size: 115px;
  font-weight: 700;
  height: 100%;
  left: -173px;
  opacity: 0.1;
  position: absolute;
  top: -14px;
  width: 100%;
  text-align: center; }

/* line 113, static/scss/_global.scss */
.section-title-header p {
  text: center;
  font-weight: 400;
  line-height: 26px;
  padding-bottom: 36px; }

/* line 120, static/scss/_global.scss */
.section-title {
  font-size: 30px;
  color: #bbb;
  line-height: 52px;
  font-weight: 700;
  padding-bottom: 15px;
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
  position: relative; }
  /* line 130, static/scss/_global.scss */
  .section-title:before {
    position: absolute;
    content: '';
    height: 1px;
    width: 45px;
    left: 50%;
    bottom: 10px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #ff208c; }

/* line 142, static/scss/_global.scss */
.section-subcontent {
  font-size: 16px;
  text: center;
  font-weight: 400;
  line-height: 26px;
  padding-bottom: 36px; }

/* line 149, static/scss/_global.scss */
.section-sub {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 52px;
  padding-bottom: 15px;
  margin-bottom: 30px;
  position: relative; }
  /* line 156, static/scss/_global.scss */
  .section-sub:before {
    position: absolute;
    content: '';
    height: 1px;
    width: 45px;
    left: 50%;
    bottom: 10px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #ff208c; }

/* line 168, static/scss/_global.scss */
.subtitle {
  font-size: 15px;
  margin-top: 20px;
  font-weight: 500;
  margin-bottom: 10px; }

/* line 174, static/scss/_global.scss */
.inner-title {
  font-size: 24px;
  font-weight: 700;
  text-tranform: capitalize; }

/* line 179, static/scss/_global.scss */
.page-tagline {
  font-size: 24px;
  font-weight: 400;
  color: #ddd; }

/* line 184, static/scss/_global.scss */
.page-title {
  font-size: 62px;
  font-weight: 700;
  color: #fff; }

/* line 215, static/scss/_global.scss */
.btn {
  font-size: 14px;
  padding: 7px 20px;
  cursor: pointer;
  font-weight: 400;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: inline-block; }

/* line 226, static/scss/_global.scss */
.btn:focus,
.btn:active {
  box-shadow: none;
  outline: none;
  color: #fff; }

/* line 232, static/scss/_global.scss */
.btn-common {
  background-color: #ff208c;
  position: relative;
  color: #fff;
  z-index: 1;
  border-radius: 50px;
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out; }
  /* line 241, static/scss/_global.scss */
  .btn-common:hover {
    color: #fff;
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.1); }

/* line 246, static/scss/_global.scss */
.btn-border {
  color: #484848;
  background-color: transparent;
  border: 2px solid #484848;
  border-radius: 4px;
  padding: 7px 20px; }
  /* line 252, static/scss/_global.scss */
  .btn-border:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.2); }

/* line 257, static/scss/_global.scss */
.btn-lg {
  padding: 14px 33px;
  text-transform: uppercase;
  font-size: 16px; }

/* line 262, static/scss/_global.scss */
.btn-rm {
  padding: 8px 16px;
  text-transform: capitalize; }

/* line 266, static/scss/_global.scss */
button:focus {
  outline: none !important; }

/* line 269, static/scss/_global.scss */
.icon-close, .icon-check {
  color: #ff208c; }

/* line 272, static/scss/_global.scss */
.bg-drack {
  background: #fafafa; }

/* line 275, static/scss/_global.scss */
.bg-white {
  background: #fff; }

/* line 278, static/scss/_global.scss */
.mb-30 {
  margin-bottom: 30px; }

/* line 281, static/scss/_global.scss */
.mt-30 {
  margin-top: 30px; }

/* ScrollToTop */
/* line 285, static/scss/_global.scss */
a.back-to-top {
  display: none;
  position: fixed;
  bottom: 18px;
  right: 15px;
  text-decoration: none; }
  /* line 291, static/scss/_global.scss */
  a.back-to-top i {
    display: block;
    font-size: 22px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #ff208c;
    border-radius: 50px;
    text-align: center;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28); }
  /* line 307, static/scss/_global.scss */
  a.back-to-top:hover, a.back-to-top:focus {
    text-decoration: none; }

/* line 313, static/scss/_global.scss */
.owl-carousel .item {
  margin: 5px; }

/* line 316, static/scss/_global.scss */
.owl-carousel.item img {
  display: block;
  width: 50%;
  height: auto; }

/* line 321, static/scss/_global.scss */
.owl-carousel .owl-controls .owl-page {
  display: inline-block; }

/* line 324, static/scss/_global.scss */
.owl-carousel .owl-controls .owl-page span {
  background: none repeat scroll 0 0 #fff;
  border-radius: 2px;
  display: block;
  height: 12px;
  margin: 5px 7px;
  opacity: 0.5;
  width: 12px; }

/* Preloader */
/* line 335, static/scss/_global.scss */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999999; }

/* line 344, static/scss/_global.scss */
.loader {
  top: 50%;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  position: relative;
  margin: 0 auto; }

/* line 352, static/scss/_global.scss */
#loader-1:before, #loader-1:after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 7px solid transparent;
  border-top-color: #ff208c; }

/* line 364, static/scss/_global.scss */
#loader-1:before {
  z-index: 100;
  animation: spin 2s infinite; }

/* line 369, static/scss/_global.scss */
#loader-1:after {
  border: 7px solid #fafafa; }

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

/* line 390, static/scss/_global.scss */
.section-padding {
  padding: 60px 0; }

/* line 395, static/scss/_global.scss */
.page-header {
  padding: 95px 0px 10px;
  position: relative; }
  /* line 398, static/scss/_global.scss */
  .page-header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(#09090f 0%, #252531 50%, #11111f 100%); }
  /* line 408, static/scss/_global.scss */
  .page-header .breadcrumb-wrapper {
    text-align: center; }
    /* line 410, static/scss/_global.scss */
    .page-header .breadcrumb-wrapper .product-title {
      font-size: 30px;
      line-height: 38px;
      font-weight: 700;
      letter-spacing: 1px;
      color: #fff; }
    /* line 417, static/scss/_global.scss */
    .page-header .breadcrumb-wrapper .breadcrumb {
      font-size: 14px;
      color: #ff208c;
      border-radius: 0px;
      background: transparent;
      padding: 0px 0 0 0;
      margin: 0;
      z-index: 1; }
      /* line 425, static/scss/_global.scss */
      .page-header .breadcrumb-wrapper .breadcrumb li {
        display: inline-block; }
        /* line 427, static/scss/_global.scss */
        .page-header .breadcrumb-wrapper .breadcrumb li a {
          color: #fff;
          padding-right: 5px; }

/* line 435, static/scss/_global.scss */
#color-style-switcher .bottom a.settings {
  color: #ff208c; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* line 460, static/scss/_global.scss */
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

/* line 465, static/scss/_global.scss */
.background-gloozi {
  background: #09090f;
  background: linear-gradient(90deg, #09090f 0%, #252531 50%, #11111f 100%); }

/* line 1, static/scss/_navbar.scss */
#roof {
  background: #ddd;
  padding: 15px 0; }
  /* line 4, static/scss/_navbar.scss */
  #roof .info-bar-address {
    font-size: 14px; }
  /* line 7, static/scss/_navbar.scss */
  #roof .quick-contacts span {
    margin-right: 10px; }
    /* line 9, static/scss/_navbar.scss */
    #roof .quick-contacts span a {
      color: #333; }
      /* line 11, static/scss/_navbar.scss */
      #roof .quick-contacts span a:hover {
        color: #E91E63; }
    /* line 15, static/scss/_navbar.scss */
    #roof .quick-contacts span i {
      margin-right: 5px;
      vertical-align: middle;
      font-size: 15px; }

/* line 22, static/scss/_navbar.scss */
.scrolling-navbar {
  background: #09090f;
  background: linear-gradient(90deg, #09090f 0%, #252531 50%, #11111f 100%); }

/* line 26, static/scss/_navbar.scss */
.menu-bg {
  background: #fff;
  box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06); }
  /* line 29, static/scss/_navbar.scss */
  .menu-bg .navbar-nav .nav-link {
    color: #333 !important; }

/* line 33, static/scss/_navbar.scss */
.bg-black {
  background: #111011; }

/* line 36, static/scss/_navbar.scss */
.navbar-brand {
  position: relative;
  padding: 0px; }
  /* line 39, static/scss/_navbar.scss */
  .navbar-brand img {
    width: 200px; }

/* line 41, static/scss/_navbar.scss */
.top-nav-collapse {
  background: #09090f;
  background: linear-gradient(90deg, #09090f 0%, #252531 50%, #11111f 100%);
  z-index: 999999;
  top: 0px !important;
  min-height: 58px;
  box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
  -webkit-animation-duration: 0s;
  animation-duration: 0s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }
  /* line 54, static/scss/_navbar.scss */
  .top-nav-collapse .navbar-brand {
    top: 0px; }
  /* line 57, static/scss/_navbar.scss */
  .top-nav-collapse .navbar-nav .nav-link {
    color: #333 !important; }
    /* line 59, static/scss/_navbar.scss */
    .top-nav-collapse .navbar-nav .nav-link:hover {
      color: #ff208c !important; }

/* line 64, static/scss/_navbar.scss */
.top-nav-collapse .navbar-nav li.active a.nav-link {
  color: #fff !important; }

/* line 67, static/scss/_navbar.scss */
.indigo {
  background: transparent; }

/* line 70, static/scss/_navbar.scss */
.navbar-expand-lg .navbar-nav .nav-link {
  font-size: 14px;
  color: #fff;
  padding: 0 20px;
  letter-spacing: 0.5px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 30px;
  line-height: 37px;
  text-transform: uppercase;
  background: transparent;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

/* line 86, static/scss/_navbar.scss */
.navbar-expand-lg .navbar-nav li a:hover,
.navbar-expand-lg .navbar-nav li .active > a,
.navbar-expand-lg .navbar-nav li a:focus {
  color: #ff208c;
  outline: none; }

/* line 92, static/scss/_navbar.scss */
.navbar {
  padding: 0; }
  /* line 94, static/scss/_navbar.scss */
  .navbar li.active a.nav-link {
    color: #fff !important;
    background: #ff208c;
    border-radius: 30px; }

/* line 100, static/scss/_navbar.scss */
.dropdown-toggle::after {
  display: none; }

/* line 103, static/scss/_navbar.scss */
.dropdown-menu {
  margin: 0;
  padding: 10px;
  display: none;
  position: absolute;
  z-index: 99;
  min-width: 190px;
  border: none;
  background-color: #fff;
  white-space: nowrap;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
  animation: fadeIn 0.4s;
  -webkit-animation: fadeIn 0.4s;
  -moz-animation: fadeIn 0.4s;
  -o-animation: fadeIn 0.4s;
  -ms-animation: fadeIn 0.4s; }
  /* line 122, static/scss/_navbar.scss */
  .dropdown-menu:before {
    position: absolute;
    top: -8px;
    left: 22px;
    display: block;
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0px 9px 8px;
    border-color: transparent transparent #fff;
    box-sizing: border-box; }

/* line 136, static/scss/_navbar.scss */
.dropdown:hover .dropdown-menu {
  display: block;
  position: absolute;
  text-align: left;
  top: 100%;
  animation: fadeIn 0.4s;
  -webkit-animation: fadeIn 0.4s;
  -moz-animation: fadeIn 0.4s;
  -o-animation: fadeIn 0.4s;
  -ms-animation: fadeIn 0.4s;
  background: #ffffff; }

/* line 148, static/scss/_navbar.scss */
.dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  padding: 6px 12px;
  margin-bottom: 2px;
  border-radius: 4px;
  font-size: 14px;
  color: #666;
  text-decoration: none;
  display: inline-block;
  float: left;
  letter-spacing: 0.5px;
  clear: both;
  position: relative;
  outline: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out; }

/* line 168, static/scss/_navbar.scss */
.dropdown .dropdown-item:focus,
.dropdown .dropdown-item:hover,
.dropdown .dropdown-item.active {
  background: #ff208c;
  color: #fff !important; }

/* line 174, static/scss/_navbar.scss */
.dropdown-item.active, .dropdown-item:active {
  background: transparent; }

/* line 177, static/scss/_navbar.scss */
.tg-btn {
  color: #ffffff;
  font-size: 14px;
  padding: 3px 15px 3px;
  margin-left: 10px;
  position: relative;
  background: #ff208c;
  text-align: center;
  border-radius: 30px;
  display: inline-block;
  text-transform: capitalize; }
  /* line 188, static/scss/_navbar.scss */
  .tg-btn:hover {
    color: #fff !important;
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.1); }
  /* line 192, static/scss/_navbar.scss */
  .tg-btn i {
    margin-right: 3px; }

/* line 196, static/scss/_navbar.scss */
.sign-in {
  display: inline-table; }
  /* line 198, static/scss/_navbar.scss */
  .sign-in li {
    display: inline-block;
    margin-right: 5px; }
    /* line 201, static/scss/_navbar.scss */
    .sign-in li .nav-link {
      color: #ff208c;
      font-weight: 400;
      font-size: 14px;
      display: inline-block;
      padding: 3px 14px 3px;
      background: #fff;
      border-radius: 30px;
      margin-top: 20px;
      margin-bottom: 20px; }
      /* line 211, static/scss/_navbar.scss */
      .sign-in li .nav-link:hover {
        color: #02ab55 !important; }
      /* line 214, static/scss/_navbar.scss */
      .sign-in li .nav-link i {
        margin-right: 5px; }
  /* line 220, static/scss/_navbar.scss */
  .sign-in .dropdown .dropdown-menu .dropdown-item i {
    margin-right: 5px; }

/* line 225, static/scss/_navbar.scss */
.fadeInUpMenu {
  -webkit-animation-name: fadeInUpMenu;
  animation-name: fadeInUpMenu; }

/* line 229, static/scss/_navbar.scss */
.slicknav_btn {
  border-color: #ff208c; }

/* line 232, static/scss/_navbar.scss */
.slicknav_menu .slicknav_icon-bar {
  background: #ff208c; }

/* only small tablets */
@media (min-width: 768px) and (max-width: 991px) {
  /* line 237, static/scss/_navbar.scss */
  #nav-main li a.nav-link {
    padding-top: 18px; } }

/* line 241, static/scss/_navbar.scss */
.navbar-toggler {
  display: none; }

/* line 245, static/scss/_navbar.scss */
.mobile-menu {
  display: none; }

/* line 248, static/scss/_navbar.scss */
.slicknav_menu {
  display: none; }

@media screen and (max-width: 991px) {
  /* line 253, static/scss/_navbar.scss */
  .navbar-header {
    width: 100%; }
  /* line 256, static/scss/_navbar.scss */
  .navbar-brand {
    position: absolute;
    padding: 0px 15px;
    top: 0; }
    /* line 260, static/scss/_navbar.scss */
    .navbar-brand img {
      width: 75%; }
  /* line 264, static/scss/_navbar.scss */
  .slicknav_menu {
    display: block; } }

@media screen and (max-width: 768px) {
  /* line 270, static/scss/_navbar.scss */
  .navbar-header {
    width: 100%; }
  /* line 273, static/scss/_navbar.scss */
  .navbar-brand {
    position: absolute;
    padding: 0px 15px;
    top: 0; }
    /* line 277, static/scss/_navbar.scss */
    .navbar-brand img {
      width: 75%; }
  /* line 281, static/scss/_navbar.scss */
  #mobile-menu {
    display: none; }
  /* line 285, static/scss/_navbar.scss */
  .slicknav_menu {
    display: block; }
  /* line 288, static/scss/_navbar.scss */
  .slicknav_nav .active a {
    background: #E91E63;
    color: #fff; }
  /* line 292, static/scss/_navbar.scss */
  .slicknav_nav .dropdown li a.active {
    background: #f5f5f5;
    color: #E91E63; } }

@media screen and (min-width: 992px) {
  /* line 302, static/scss/_navbar.scss */
  .header-logo {
    margin-top: 20px; } }

/* ==========================================================================
3. Hero Area
========================================================================== */
/* line 4, static/scss/_hero-area.scss */
#hero-area {
  background: #09090f;
  background: linear-gradient(90deg, #09090f 0%, #252531 50%, #11111f 100%);
  color: #fff;
  overflow: hidden;
  position: relative; }
  /* line 12, static/scss/_hero-area.scss */
  #hero-area .overlay {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  /* line 21, static/scss/_hero-area.scss */
  #hero-area .contents {
    padding: 160px 0 210px; }
    /* line 23, static/scss/_hero-area.scss */
    #hero-area .contents .head-title {
      color: #fff;
      font-size: 50px;
      font-weight: 700;
      text-transform: uppercase;
      margin-bottom: 15px; }
    /* line 30, static/scss/_hero-area.scss */
    #hero-area .contents span.year {
      color: #ff208c; }
    /* line 33, static/scss/_hero-area.scss */
    #hero-area .contents p {
      font-size: 16px;
      color: #fff;
      font-weight: 400;
      line-height: 26px; }

/* line 41, static/scss/_hero-area.scss */
.search-bar {
  margin-top: 40px; }
  /* line 43, static/scss/_hero-area.scss */
  .search-bar .search-form {
    width: 100%;
    float: left; }
  /* line 47, static/scss/_hero-area.scss */
  .search-bar .search-inner {
    background: #fff;
    overflow: hidden;
    border-radius: 50px; }
  /* line 52, static/scss/_hero-area.scss */
  .search-bar .search-inner {
    margin: 0;
    border: 0;
    padding: 10px;
    width: 100%;
    float: left;
    position: relative;
    background: rgba(128, 128, 128, 0.5); }
  /* line 61, static/scss/_hero-area.scss */
  .search-bar .form-group:first-child {
    border: 0; }
  /* line 64, static/scss/_hero-area.scss */
  .search-bar .form-group {
    margin: 5px;
    float: left;
    width: 27.33%;
    padding: 0 0 0 52px;
    background: #fff;
    border-radius: 50px; }
    /* line 71, static/scss/_hero-area.scss */
    .search-bar .form-group .form-control {
      position: relative;
      z-index: 1;
      border: 0;
      height: 50px;
      border-radius: 4px;
      font-size: 15px;
      line-height: 30px;
      padding: 15px 15px 15px 0; }
    /* line 81, static/scss/_hero-area.scss */
    .search-bar .form-group .form-control, .search-bar .form-group .select select {
      border: 0;
      height: 50px;
      border-radius: 50px;
      font-size: 15px;
      line-height: 30px;
      padding: 10px 15px 15px 0;
      background: #ffffff; }
    /* line 90, static/scss/_hero-area.scss */
    .search-bar .form-group .form-control, .search-bar .form-group .select select:focus {
      outline: none;
      box-shadow: none; }
  /* line 95, static/scss/_hero-area.scss */
  .search-bar .select {
    color: #666;
    float: left;
    width: 100%;
    position: relative;
    text-transform: uppercase; }
  /* line 102, static/scss/_hero-area.scss */
  .search-bar .select:after {
    top: 7px;
    right: 15px;
    z-index: 2;
    color: #666;
    display: block;
    content: '\e93a';
    position: absolute;
    text-align: center;
    font-size: inherit;
    line-height: 40px;
    font-family: 'LineIcons'; }
  /* line 115, static/scss/_hero-area.scss */
  .search-bar .select select {
    z-index: 1;
    width: 100%;
    position: relative;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none; }
  /* line 123, static/scss/_hero-area.scss */
  .search-bar .select select option {
    color: #666; }
  /* line 124, static/scss/_hero-area.scss */
  .search-bar .inputwithicon {
    position: relative; }
  /* line 127, static/scss/_hero-area.scss */
  .search-bar .inputwithicon i {
    top: 0;
    left: 0;
    z-index: 2;
    color: #ff208c;
    position: absolute;
    left: 20px;
    font-size: 20px;
    line-height: 50px; }
  /* line 137, static/scss/_hero-area.scss */
  .search-bar .btn-common {
    top: 15px;
    right: 15px;
    padding: 0;
    z-index: 2;
    width: 157px;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    position: absolute;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out; }
    /* line 156, static/scss/_hero-area.scss */
    .search-bar .btn-common i {
      font-size: 20px;
      vertical-align: middle; }

/* line 162, static/scss/_hero-area.scss */
.search-button {
  background: #484848;
  padding-bottom: 40px; }

/* line 168, static/scss/_hero-area.scss */
#hero-area-two {
  background: url(/static/img/hero-area.jpg) no-repeat;
  background-size: cover;
  color: #fff;
  overflow: hidden;
  position: relative; }
  /* line 174, static/scss/_hero-area.scss */
  #hero-area-two .overlay {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(54, 59, 77, 0.88); }
  /* line 183, static/scss/_hero-area.scss */
  #hero-area-two .contents {
    padding: 160px 0 170px; }
    /* line 185, static/scss/_hero-area.scss */
    #hero-area-two .contents .head-title {
      color: #fff;
      font-size: 42px;
      font-weight: 500;
      line-height: 52px;
      margin-bottom: 20px; }
    /* line 192, static/scss/_hero-area.scss */
    #hero-area-two .contents p {
      font-size: 15px;
      color: #fff;
      font-weight: 400;
      line-height: 26px;
      margin: 0px 0px 50px 0px; }

/* line 201, static/scss/_hero-area.scss */
.search-two {
  margin-bottom: 30px; }
  /* line 203, static/scss/_hero-area.scss */
  .search-two .search-inner {
    padding: 5px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    background: #fff; }
    /* line 211, static/scss/_hero-area.scss */
    .search-two .search-inner > .row {
      margin: 0; }
    /* line 214, static/scss/_hero-area.scss */
    .search-two .search-inner > .row > div {
      padding: 0; }
    /* line 217, static/scss/_hero-area.scss */
    .search-two .search-inner .form-group {
      position: relative;
      margin-bottom: 0; }
    /* line 221, static/scss/_hero-area.scss */
    .search-two .search-inner .search-query input[type="text"].form-control {
      border-right: 1px solid #d7d7d7; }
    /* line 224, static/scss/_hero-area.scss */
    .search-two .search-inner input[type="text"].form-control {
      border: 0;
      height: unset;
      padding: 3px 20px;
      border-radius: 0;
      margin: 10px 0; }
    /* line 232, static/scss/_hero-area.scss */
    .search-two .search-inner .search-location i {
      position: absolute;
      right: 12px;
      top: 9px;
      color: #999; }
    /* line 239, static/scss/_hero-area.scss */
    .search-two .search-inner button {
      border-radius: 3px;
      box-shadow: none;
      width: 100%;
      height: 100%;
      line-height: 100%;
      font-size: 16px; }
    /* line 247, static/scss/_hero-area.scss */
    .search-two .search-inner .search-suggestion {
      display: none;
      text-align: inherit;
      position: absolute;
      left: -5px;
      top: calc(100% + 13px);
      background: #fff;
      width: 100%;
      max-height: 200px;
      overflow-y: scroll;
      z-index: 999; }
      /* line 258, static/scss/_hero-area.scss */
      .search-two .search-inner .search-suggestion .search-suggestion-items {
        text-align: left; }
        /* line 260, static/scss/_hero-area.scss */
        .search-two .search-inner .search-suggestion .search-suggestion-items ul {
          margin: 0;
          bottom: 0; }
          /* line 263, static/scss/_hero-area.scss */
          .search-two .search-inner .search-suggestion .search-suggestion-items ul li {
            display: block;
            margin: 0 0 5px;
            padding: 0 20px; }
            /* line 267, static/scss/_hero-area.scss */
            .search-two .search-inner .search-suggestion .search-suggestion-items ul li a {
              color: #333;
              padding: 5px 0;
              display: inline-block;
              border: 0; }
              /* line 272, static/scss/_hero-area.scss */
              .search-two .search-inner .search-suggestion .search-suggestion-items ul li a:hover {
                color: #ff208c; }
              /* line 275, static/scss/_hero-area.scss */
              .search-two .search-inner .search-suggestion .search-suggestion-items ul li a i {
                color: #ffffff;
                width: 40px;
                height: 40px;
                border-radius: 50%;
                line-height: 40px;
                text-align: center;
                margin-right: 10px;
                vertical-align: middle;
                background: #ff208c;
                display: inline-block;
                font-size: 18px; }
    /* line 293, static/scss/_hero-area.scss */
    .search-two .search-inner .form-group.search-query.query-focus .search-suggestion {
      display: block;
      animation: fadeIn 0.4s;
      -webkit-animation: fadeIn 0.4s;
      -moz-animation: fadeIn 0.4s;
      -o-animation: fadeIn 0.4s;
      -ms-animation: fadeIn 0.4s; }

/* line 303, static/scss/_hero-area.scss */
.adverts-search-suggestion {
  text-align: center; }
  /* line 305, static/scss/_hero-area.scss */
  .adverts-search-suggestion .search-suggestion-title {
    font-size: 16px;
    margin: 0 10px; }
  /* line 309, static/scss/_hero-area.scss */
  .adverts-search-suggestion .adverts-search-suggestion-items {
    display: inline-block; }
    /* line 311, static/scss/_hero-area.scss */
    .adverts-search-suggestion .adverts-search-suggestion-items ul {
      margin: 0;
      padding: 0; }
      /* line 314, static/scss/_hero-area.scss */
      .adverts-search-suggestion .adverts-search-suggestion-items ul li {
        list-style: none;
        display: inline-block;
        margin: 0 5px; }
        /* line 318, static/scss/_hero-area.scss */
        .adverts-search-suggestion .adverts-search-suggestion-items ul li a {
          border: 1px solid #999;
          border-radius: 50px;
          padding: 5px 10px;
          font-size: 13px;
          color: rgba(255, 255, 255, 0.8);
          border-color: rgba(255, 255, 255, 0.8); }
        /* line 326, static/scss/_hero-area.scss */
        .adverts-search-suggestion .adverts-search-suggestion-items ul li a:hover,
        .adverts-search-suggestion .adverts-search-suggestion-items ul li a:focus {
          color: #ffffff;
          border-color: #ffffff; }

/* line 336, static/scss/_hero-area.scss */
.contents-hero-two {
  padding: 180px 0 120px; }

/* line 340, static/scss/_hero-area.scss */
.contents-text .dsc {
  font-size: 18px;
  color: #fff;
  font-weight: 100;
  margin-bottom: 20px; }

/* line 346, static/scss/_hero-area.scss */
.contents-text .heading-title {
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 30px; }

/* line 354, static/scss/_hero-area.scss */
.category-icon-item .icon-box {
  text-align: center;
  padding: 15px 10px;
  background: rgba(128, 128, 128, 0.5);
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  /* line 363, static/scss/_hero-area.scss */
  .category-icon-item .icon-box .icon {
    margin-bottom: 10px; }
    /* line 365, static/scss/_hero-area.scss */
    .category-icon-item .icon-box .icon i {
      color: #fff;
      font-size: 42px;
      line-height: normal;
      width: auto;
      height: auto; }
  /* line 373, static/scss/_hero-area.scss */
  .category-icon-item .icon-box h4 {
    font-size: 14px;
    color: #ffffff;
    line-height: 15px;
    font-weight: 500;
    overflow: hidden;
    margin-bottom: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }

/* line 386, static/scss/_hero-area.scss */
.category-icon-item .icon-box:hover {
  background: #ff208c; }

/* line 392, static/scss/_hero-area.scss */
.classiser-search-bar {
  margin: 0; }
  /* line 394, static/scss/_hero-area.scss */
  .classiser-search-bar .search-inner {
    border-radius: 3px;
    margin: 0;
    border: 0;
    padding: 20px;
    position: relative;
    background: rgba(128, 128, 128, 0.5); }
    /* line 401, static/scss/_hero-area.scss */
    .classiser-search-bar .search-inner h4 {
      color: #fff;
      margin-top: 0;
      font-size: 22px;
      margin-bottom: 20px; }
  /* line 408, static/scss/_hero-area.scss */
  .classiser-search-bar .form-group {
    width: 100%;
    float: left;
    padding: 0 0 0 52px;
    background: #fff;
    border-radius: 50px;
    margin-bottom: 20px; }
  /* line 416, static/scss/_hero-area.scss */
  .classiser-search-bar .inputwithicon {
    position: relative; }
    /* line 418, static/scss/_hero-area.scss */
    .classiser-search-bar .inputwithicon i {
      top: 0;
      left: 20px;
      z-index: 2;
      position: absolute;
      font-size: 20px;
      line-height: 50px; }
  /* line 427, static/scss/_hero-area.scss */
  .classiser-search-bar .btn-common {
    padding: 0;
    z-index: 2;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out; }

/* line 442, static/scss/_hero-area.scss */
.classiser-search-bar .inputwithicon i {
  top: 0;
  left: 0;
  z-index: 2;
  color: #00BCD4;
  position: absolute;
  left: 20px;
  font-size: 20px;
  line-height: 50px; }

/* line 452, static/scss/_hero-area.scss */
.classiser-search-bar .select {
  color: #666;
  float: left;
  width: 100%;
  position: relative;
  text-transform: uppercase; }
  /* line 458, static/scss/_hero-area.scss */
  .classiser-search-bar .select select {
    border: 0;
    height: 50px;
    border-radius: 50px;
    font-size: 15px;
    line-height: 30px;
    padding: 10px 15px 15px 0;
    background: #ffffff;
    z-index: 1;
    width: 100%;
    position: relative;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none; }

/* line 474, static/scss/_hero-area.scss */
.classiser-search-bar .form-group .form-control,
.classiser-search-bar .form-group .select select:focus {
  outline: none;
  box-shadow: none; }

/* line 479, static/scss/_hero-area.scss */
.classiser-search-bar .select:after {
  top: 7px;
  right: 15px;
  z-index: 2;
  color: #666;
  display: block;
  content: '\e93a';
  position: absolute;
  text-align: center;
  font-size: inherit;
  line-height: 40px;
  font-family: 'LineIcons'; }

/* line 492, static/scss/_hero-area.scss */
.classiser-search-bar .form-group .form-control,
.classiser-search-bar .form-group select {
  border: 0;
  height: 50px;
  width: 100%;
  border-radius: 50px;
  font-size: 15px;
  line-height: 30px;
  padding: 10px 15px 15px 5px;
  background: #ffffff; }

/* Featured Product */
/* line 2, static/scss/_featured.scss */
.premium-box {
  font-weight: bold;
  background: #222222; }

/* line 7, static/scss/_featured.scss */
.featured-box {
  width: 100%;
  box-shadow: 0px 2px 18px 0px rgba(198, 198, 198, 0.3);
  margin-bottom: 15px;
  margin-top: 15px; }
  /* line 13, static/scss/_featured.scss */
  .featured-box figure {
    margin: 0;
    width: 100%;
    float: left;
    position: relative; }
    /* line 19, static/scss/_featured.scss */
    .featured-box figure .icon i {
      top: 10px;
      right: 10px;
      z-index: 2;
      color: #fff;
      font-size: 17px;
      font-weight: 500;
      text-align: center;
      position: absolute;
      background: #ff208c;
      padding: 10px;
      display: inline-block;
      border-radius: 50%; }
  /* line 36, static/scss/_featured.scss */
  .featured-box .feature-content {
    display: inline-block;
    padding: 0px 20px 10px; }
    /* line 39, static/scss/_featured.scss */
    .featured-box .feature-content h4 {
      color: #ff208c;
      font-size: 1rem; }
    /* line 43, static/scss/_featured.scss */
    .featured-box .feature-content .product {
      width: 100%;
      float: left;
      font-size: 13px;
      line-height: 18px;
      list-style: none;
      margin: 0 0 12px;
      padding: 15px 0 10px;
      border-bottom: 1px solid #eee; }
      /* line 52, static/scss/_featured.scss */
      .featured-box .feature-content .product a {
        color: #999; }
        /* line 54, static/scss/_featured.scss */
        .featured-box .feature-content .product a i {
          margin-right: 5px; }
    /* line 59, static/scss/_featured.scss */
    .featured-box .feature-content h4 {
      font-size: 16px;
      line-height: 20px;
      text-transform: uppercase; }
      /* line 63, static/scss/_featured.scss */
      .featured-box .feature-content h4 a {
        color: #999; }
        /* line 65, static/scss/_featured.scss */
        .featured-box .feature-content h4 a:hover {
          color: #ff208c; }
    /* line 70, static/scss/_featured.scss */
    .featured-box .feature-content span {
      margin-bottom: 10px;
      display: block;
      font-size: 13px;
      color: #999; }
    /* line 76, static/scss/_featured.scss */
    .featured-box .feature-content ul.address {
      margin-bottom: 10px;
      display: inline-block; }
      /* line 79, static/scss/_featured.scss */
      .featured-box .feature-content ul.address li {
        float: left;
        width: 100%;
        line-height: 30px;
        color: #999; }
        /* line 84, static/scss/_featured.scss */
        .featured-box .feature-content ul.address li i {
          margin-right: 5px; }
        /* line 87, static/scss/_featured.scss */
        .featured-box .feature-content ul.address li a {
          color: #999; }
          /* line 89, static/scss/_featured.scss */
          .featured-box .feature-content ul.address li a:hover {
            color: #ff208c; }
    /* line 95, static/scss/_featured.scss */
    .featured-box .feature-content .listing-bottom {
      padding-top: 15px;
      border-top: 1px solid #eee;
      display: inline-block;
      width: 100%; }
      /* line 100, static/scss/_featured.scss */
      .featured-box .feature-content .listing-bottom .price {
        font-size: 18px;
        color: #ff208c;
        margin: 0;
        line-height: 30px; }
      /* line 106, static/scss/_featured.scss */
      .featured-box .feature-content .listing-bottom .btn-verified {
        color: #999;
        line-height: 18px;
        font-size: 13px;
        border: 1px solid #eee;
        padding: 4px 10px;
        border-radius: 50px;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear; }
        /* line 117, static/scss/_featured.scss */
        .featured-box .feature-content .listing-bottom .btn-verified i {
          margin-right: 3px;
          color: #ff208c;
          -webkit-transition: all 0.2s linear;
          -moz-transition: all 0.2s linear;
          -o-transition: all 0.2s linear;
          transition: all 0.2s linear; }
        /* line 125, static/scss/_featured.scss */
        .featured-box .feature-content .listing-bottom .btn-verified:hover {
          background: #ff208c;
          border-color: #ff208c;
          color: #fff; }
      /* line 131, static/scss/_featured.scss */
      .featured-box .feature-content .listing-bottom .btn-verified:hover i {
        color: #fff; }

/* ==========================================================================
   Featured Listings Styles
   ========================================================================== */
/* line 141, static/scss/_featured.scss */
.featured-lis {
  background: #fafafa; }

/* line 144, static/scss/_featured.scss */
.product-item {
  background: #ffffff; }
  /* line 146, static/scss/_featured.scss */
  .product-item .carousel-thumb {
    display: block;
    position: relative;
    z-index: 99;
    overflow: hidden;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease; }
    /* line 156, static/scss/_featured.scss */
    .product-item .carousel-thumb .overlay {
      position: absolute;
      background-color: rgba(255, 255, 255, 0.4);
      text-align: center;
      top: 0;
      left: 0;
      z-index: 999;
      bottom: -1px;
      right: 0;
      opacity: 0;
      -webkit-transition: all .4s ease;
      -moz-transition: all .4s ease;
      -ms-transition: all .4s ease;
      -o-transition: all .4s ease;
      transition: all .4s ease; }
    /* line 173, static/scss/_featured.scss */
    .product-item .carousel-thumb .btn-product a {
      padding: 5px 18px;
      border-radius: 20px;
      left: 14px;
      font-weight: 700;
      position: absolute;
      top: 12px;
      z-index: 999; }
  /* line 184, static/scss/_featured.scss */
  .product-item .carousel-thumb:hover {
    border-color: #ff208c; }
  /* line 187, static/scss/_featured.scss */
  .product-item .carousel-thumb:hover .overlay {
    opacity: 1;
    visibility: visible; }
  /* line 191, static/scss/_featured.scss */
  .product-item .carousel-thumb:hover i {
    opacity: 1;
    visibility: visible; }
  /* line 195, static/scss/_featured.scss */
  .product-item .product-content {
    padding: 15px 15px 0;
    position: relative; }
    /* line 198, static/scss/_featured.scss */
    .product-item .product-content a {
      color: #999;
      font-size: 14px;
      font-weight: 400;
      margin-right: 5px; }
      /* line 203, static/scss/_featured.scss */
      .product-item .product-content a i {
        margin-right: 5px; }
  /* line 208, static/scss/_featured.scss */
  .product-item .product-title {
    margin: 0;
    overflow: hidden;
    font-size: 14px;
    padding: 10px 0;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap; }
    /* line 216, static/scss/_featured.scss */
    .product-item .product-title a {
      color: #484848;
      font-weight: 700;
      font-size: 14px; }
      /* line 220, static/scss/_featured.scss */
      .product-item .product-title a:hover {
        color: #ff208c; }
  /* line 225, static/scss/_featured.scss */
  .product-item p {
    margin-bottom: 10px; }
  /* line 228, static/scss/_featured.scss */
  .product-item .price {
    position: absolute;
    top: 30px;
    right: 20px;
    color: #ff208c;
    display: block;
    font-size: 18px;
    font-weight: 700; }
  /* line 237, static/scss/_featured.scss */
  .product-item .icon-wrap {
    margin-right: 5px;
    color: #ff208c; }
  /* line 241, static/scss/_featured.scss */
  .product-item .card-text {
    width: 100%;
    display: inline-block;
    margin-top: 15px;
    padding: 15px 0;
    border-top: 1px solid #f1f1f1; }
    /* line 247, static/scss/_featured.scss */
    .product-item .card-text .icon {
      color: #ff208c;
      font-size: 15px;
      margin-right: 5px; }

/* line 255, static/scss/_featured.scss */
.bg-red a {
  background: #ff6670;
  color: #fff !important; }

/* line 261, static/scss/_featured.scss */
.bg-yellow a {
  background: #FFC107;
  color: #fff !important; }

/* line 266, static/scss/_featured.scss */
#new-products .owl-controls .owl-buttons {
  position: relative;
  top: -215px;
  left: 0; }

/* line 271, static/scss/_featured.scss */
#new-products .owl-controls .owl-buttons div.owl-prev {
  float: left;
  margin-left: -45px; }

/* line 275, static/scss/_featured.scss */
#new-products .owl-controls .owl-buttons div.owl-next {
  float: right !important;
  margin-right: -45px; }

/* line 279, static/scss/_featured.scss */
.owl-theme .owl-controls .owl-buttons div {
  width: 40px;
  height: 40px;
  display: block !important;
  background: #ff208c !important;
  text-align: center;
  display: inline-block;
  opacity: 1 !important;
  border-radius: 50px !important;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.18), 0 2px 5px 0 rgba(0, 0, 0, 0.15);
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out; }
  /* line 293, static/scss/_featured.scss */
  .owl-theme .owl-controls .owl-buttons div:hover {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    opacity: 0.8 !important; }
  /* line 297, static/scss/_featured.scss */
  .owl-theme .owl-controls .owl-buttons div i {
    color: #fff;
    font-size: 16px;
    line-height: 40px; }

/* line 304, static/scss/_featured.scss */
#featured {
  background-color: #fafafa; }
  /* line 306, static/scss/_featured.scss */
  #featured .featured-box {
    margin-top: 0; }

/* line 310, static/scss/_featured.scss */
.futere-ad-widget {
  position: relative;
  overflow: hidden;
  color: #ffffff; }
  /* line 314, static/scss/_featured.scss */
  .futere-ad-widget img {
    height: auto;
    max-width: 100%;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  /* line 323, static/scss/_featured.scss */
  .futere-ad-widget .ctl-content-wrapper {
    background: none;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 30px;
    background: -moz-linear-gradient(top, rgba(1, 1, 25, 0.65) 0, rgba(1, 1, 25, 0.3) 100%);
    background: -webkit-linear-gradient(top, rgba(1, 1, 25, 0.65) 0, rgba(1, 1, 25, 0.3) 100%);
    background: linear-gradient(to bottom, rgba(1, 1, 25, 0.65) 0, rgba(1, 1, 25, 0.3) 100%);
    box-shadow: 0 0 black; }
    /* line 336, static/scss/_featured.scss */
    .futere-ad-widget .ctl-content-wrapper .icon {
      margin-bottom: 20px; }
      /* line 338, static/scss/_featured.scss */
      .futere-ad-widget .ctl-content-wrapper .icon i {
        font-size: 40px; }
    /* line 343, static/scss/_featured.scss */
    .futere-ad-widget .ctl-content-wrapper .ctl-content h3 {
      font-size: 26px;
      font-weight: 600;
      line-height: normal; }
    /* line 348, static/scss/_featured.scss */
    .futere-ad-widget .ctl-content-wrapper .ctl-content p {
      display: block;
      margin-bottom: 30px; }
    /* line 353, static/scss/_featured.scss */
    .futere-ad-widget .ctl-content-wrapper .ctl-button {
      position: absolute;
      bottom: 30px; }

/* line 359, static/scss/_featured.scss */
.categories-list-ad {
  margin-top: 30px; }
  /* line 361, static/scss/_featured.scss */
  .categories-list-ad .widget-title {
    font-size: 20px; }
  /* line 364, static/scss/_featured.scss */
  .categories-list-ad .categories-list {
    padding: 10px 20px 20px 20px;
    margin-top: 30px;
    background-color: #ffffff;
    box-shadow: 0px 2px 18px 0px rgba(198, 198, 198, 0.3); }
    /* line 369, static/scss/_featured.scss */
    .categories-list-ad .categories-list li {
      clear: both;
      overflow: hidden;
      padding: 8px 0;
      border-bottom: 1px solid #eee; }
      /* line 374, static/scss/_featured.scss */
      .categories-list-ad .categories-list li a {
        color: #2d2d2d; }
        /* line 376, static/scss/_featured.scss */
        .categories-list-ad .categories-list li a i {
          margin-right: 5px; }
        /* line 379, static/scss/_featured.scss */
        .categories-list-ad .categories-list li a:hover {
          color: #ff208c; }
    /* line 384, static/scss/_featured.scss */
    .categories-list-ad .categories-list li:last-child {
      border-bottom: none; }

/* Trending Categories Section Start */
/* line 2, static/scss/_categories.scss */
.trending-cat {
  background: #fafafa; }

/* line 5, static/scss/_categories.scss */
.contents-ctg {
  padding: 110px 0 160px; }

/* line 8, static/scss/_categories.scss */
.box {
  background: #fff;
  color: #666;
  float: left;
  margin: 0 0 30px;
  padding: 30px 0;
  text-align: center;
  width: 100%;
  webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }
  /* line 21, static/scss/_categories.scss */
  .box .icon {
    margin: 0 auto 20px; }
    /* line 23, static/scss/_categories.scss */
    .box .icon img {
      height: 60px;
      max-width: 60px;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      webkit-transition: all 0.5s ease-out;
      -moz-transition: all 0.5s ease-out;
      -ms-transition: all 0.5s ease-out;
      -o-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
    /* line 37, static/scss/_categories.scss */
    .box .icon i {
      font-size: 40px;
      webkit-transition: all 0.5s ease-out;
      -moz-transition: all 0.5s ease-out;
      -ms-transition: all 0.5s ease-out;
      -o-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
  /* line 46, static/scss/_categories.scss */
  .box h4 {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    color: #484848;
    webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }
  /* line 57, static/scss/_categories.scss */
  .box strong {
    display: block;
    font-weight: 400;
    font-size: 14px;
    padding: 0 0 10px;
    color: #999;
    webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }

/* line 70, static/scss/_categories.scss */
.box:hover {
  background: #ff208c;
  -webkit-box-shadow: 0px 16px 20px 0px rgba(216, 216, 216, 0.75);
  -moz-box-shadow: 0px 16px 20px 0px rgba(216, 216, 216, 0.75);
  box-shadow: 0px 16px 20px 0px rgba(216, 216, 216, 0.75); }

/* line 76, static/scss/_categories.scss */
.box:hover .icon img {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9); }

/* line 83, static/scss/_categories.scss */
.box-hover i,
.box:hover h4,
.box:hover strong {
  color: #fff; }

/* ==========================================================================
 Categories Homepage
 ========================================================================== */
/* line 92, static/scss/_categories.scss */
.category-box {
  background-color: #fff;
  margin: 30px 0;
  min-height: 277px;
  box-shadow: 0px 2px 18px 0px rgba(198, 198, 198, 0.3);
  border-radius: 0;
  position: relative;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear; }
  /* line 104, static/scss/_categories.scss */
  .category-box .icon {
    text-align: center;
    position: absolute;
    top: -25px;
    margin: 0 auto;
    width: 100%; }
    /* line 110, static/scss/_categories.scss */
    .category-box .icon i {
      display: inline-block;
      font-size: 22px;
      background: #ff208c;
      width: 52px;
      height: 52px;
      color: #fff;
      line-height: 48px;
      box-shadow: 3px 6px 6px rgba(0, 0, 0, 0.25); }
  /* line 121, static/scss/_categories.scss */
  .category-box .category-header {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 40px 15px 20px;
    border-bottom: 1px solid #eee;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear; }
    /* line 132, static/scss/_categories.scss */
    .category-box .category-header h4 {
      font-size: 14px;
      font-weight: 500;
      margin-top: 5px;
      margin-bottom: 0;
      color: #333; }
      /* line 138, static/scss/_categories.scss */
      .category-box .category-header h4:hover {
        color: #ff208c; }
  /* line 143, static/scss/_categories.scss */
  .category-box .category-content {
    margin: 0;
    padding: 15px; }
    /* line 146, static/scss/_categories.scss */
    .category-box .category-content li {
      list-style: none;
      margin-bottom: 2px;
      font-weight: 400;
      font-size: 13px; }
      /* line 151, static/scss/_categories.scss */
      .category-box .category-content li a {
        display: flex;
        align-items: center;
        color: #888; }
        /* line 155, static/scss/_categories.scss */
        .category-box .category-content li a:hover {
          color: #ff208c; }
      /* line 159, static/scss/_categories.scss */
      .category-box .category-content li a span:first-child {
        flex-grow: 1; }
  /* line 164, static/scss/_categories.scss */
  .category-box .category-counter {
    margin-right: 15px; }

/* line 168, static/scss/_categories.scss */
.category-counter {
  font-size: 12px;
  color: #888;
  float: right; }

/* line 176, static/scss/_categories.scss */
#list-view .featured-box {
  display: inline-block; }
  /* line 178, static/scss/_categories.scss */
  #list-view .featured-box figure {
    float: left;
    width: 49%; }
  /* line 182, static/scss/_categories.scss */
  #list-view .featured-box .feature-content {
    float: left;
    text-align: left;
    padding: 0px 15px 10px 30px;
    width: 49.667%; }

/* line 190, static/scss/_categories.scss */
#list-view .list-box figure {
  float: left;
  width: 38%; }
  /* line 193, static/scss/_categories.scss */
  #list-view .list-box figure img {
    height: 218px;
    width: 100%; }

/* line 198, static/scss/_categories.scss */
#list-view .list-box .feature-content {
  float: left;
  text-align: left;
  padding: 0px 0px 0px 0px;
  width: 58%;
  margin-left: 20px; }
  /* line 204, static/scss/_categories.scss */
  #list-view .list-box .feature-content a {
    color: red; }

/* line 211, static/scss/_categories.scss */
.product-filter {
  margin-bottom: 10px;
  background: #fafafa;
  display: inline-block;
  width: 100%;
  padding: 10px 15px;
  line-height: 20px; }
  /* line 218, static/scss/_categories.scss */
  .product-filter .nav-tabs {
    float: right;
    margin-right: 10px;
    border: none; }
    /* line 222, static/scss/_categories.scss */
    .product-filter .nav-tabs .nav-link {
      font-size: 22px;
      border: none;
      padding: 2px 10px;
      border-radius: 4px;
      color: #999;
      background: transparent; }
    /* line 230, static/scss/_categories.scss */
    .product-filter .nav-tabs .nav-item.show .nav-link,
    .product-filter .nav-tabs .nav-link.active {
      border: none;
      color: #fff;
      color: #ff208c; }
  /* line 237, static/scss/_categories.scss */
  .product-filter .short-name {
    display: inline-block;
    color: #999; }
    /* line 240, static/scss/_categories.scss */
    .product-filter .short-name span {
      float: left;
      margin-right: 5px; }
    /* line 244, static/scss/_categories.scss */
    .product-filter .short-name .name-ordering {
      float: left; }
  /* line 248, static/scss/_categories.scss */
  .product-filter .Show-item {
    float: right;
    line-height: 26px; }
    /* line 251, static/scss/_categories.scss */
    .product-filter .Show-item span {
      color: #999;
      display: inline-block;
      margin-right: 5px; }
    /* line 256, static/scss/_categories.scss */
    .product-filter .Show-item .woocommerce-ordering {
      float: right; }
      /* line 258, static/scss/_categories.scss */
      .product-filter .Show-item .woocommerce-ordering label {
        margin: 0; }
  /* line 263, static/scss/_categories.scss */
  .product-filter .button, .product-filter select {
    font-size: 14px;
    font-weight: 400;
    color: #333; }

/* line 272, static/scss/_categories.scss */
.categories-icon .icon-box {
  text-align: center;
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  /* line 281, static/scss/_categories.scss */
  .categories-icon .icon-box .icon {
    margin-bottom: 15px; }
    /* line 283, static/scss/_categories.scss */
    .categories-icon .icon-box .icon i {
      width: 80px;
      height: 60px;
      line-height: 60px;
      display: inline-block;
      color: #999;
      font-size: 48px;
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
  /* line 296, static/scss/_categories.scss */
  .categories-icon .icon-box h4 {
    font-size: 16px;
    color: #484848;
    font-weight: 500;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }

/* line 307, static/scss/_categories.scss */
.categories-icon .icon-box:hover {
  background: #ff208c;
  box-shadow: 0px 16px 20px 0px rgba(216, 216, 216, 0.75); }

/* line 311, static/scss/_categories.scss */
.categories-icon .icon-box:hover .icon i {
  font-size: 42px;
  color: #fff; }

/* line 315, static/scss/_categories.scss */
.categories-icon .icon-box:hover h4 {
  color: #fff; }

/* line 320, static/scss/_categories.scss */
.ad-categories-inner {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  -webkit-transition: background .3s,border .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
  transition: background .3s,border .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
  -o-transition: background .3s,border .3s, border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s, border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s, border-radius .3s,box-shadow .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s; }
  /* line 338, static/scss/_categories.scss */
  .ad-categories-inner:before {
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 50%;
    background-image: -webkit-linear-gradient(top, #323031 0%, transparent 100%);
    background-image: -o-linear-gradient(top, #323031 0%, transparent 100%);
    background-image: linear-gradient(to bottom, #323031 0%, transparent 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF323031',endColorstr='#00000000',GradientType=0);
    position: absolute;
    -webkit-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
    opacity: 1;
    filter: alpha(opacity=100); }
  /* line 356, static/scss/_categories.scss */
  .ad-categories-inner:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: #323031;
    -webkit-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0); }
  /* line 370, static/scss/_categories.scss */
  .ad-categories-inner .ad-content-inner {
    position: absolute;
    top: 30px;
    left: 40px;
    z-index: 2; }
    /* line 375, static/scss/_categories.scss */
    .ad-categories-inner .ad-content-inner .info-title {
      font-size: 20px;
      margin: 0 0 5px;
      color: #fff;
      font-weight: 500; }
    /* line 381, static/scss/_categories.scss */
    .ad-categories-inner .ad-content-inner .ad-number {
      color: #fff;
      font-size: 14px; }
  /* line 386, static/scss/_categories.scss */
  .ad-categories-inner .icon {
    position: absolute;
    background: #ff208c;
    bottom: 30px;
    right: 30px;
    z-index: 2;
    color: #fff;
    width: 52px;
    height: 52px;
    text-align: center;
    border-radius: 50%;
    line-height: 52px;
    font-size: 22px; }

/* line 401, static/scss/_categories.scss */
.ad-categories-inner:active:after, .ad-categories-inner:hover:after {
  opacity: .6;
  filter: alpha(opacity=60); }

/* line 407, static/scss/_categories.scss */
.page-sidebar .widget {
  background-color: #fafafa;
  margin-bottom: 30px; }
  /* line 410, static/scss/_categories.scss */
  .page-sidebar .widget .widget-title {
    padding: 17px 25px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 500;
    border-bottom: 1px solid #f1f1f1; }

/* line 419, static/scss/_categories.scss */
.page-sidebar .categories-list {
  padding: 20px; }
  /* line 421, static/scss/_categories.scss */
  .page-sidebar .categories-list li {
    padding: 7px 0; }
    /* line 423, static/scss/_categories.scss */
    .page-sidebar .categories-list li a {
      text-decoration: none;
      color: #888;
      width: 100%;
      display: inline-block;
      transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out; }
      /* line 432, static/scss/_categories.scss */
      .page-sidebar .categories-list li a:hover {
        color: #ff208c; }
      /* line 435, static/scss/_categories.scss */
      .page-sidebar .categories-list li a i {
        margin-right: 5px; }
    /* line 439, static/scss/_categories.scss */
    .page-sidebar .categories-list li .category-counter {
      font-size: 12px; }

/* line 444, static/scss/_categories.scss */
.page-sidebar .add-box {
  padding: 20px; }

/* line 448, static/scss/_categories.scss */
.widget_search {
  margin-bottom: 30px; }

/* line 452, static/scss/_categories.scss */
.widget-categories {
  background-color: unset !important; }

/* Services Item */
/* line 2, static/scss/_service.scss */
.services-item {
  padding: 30px 15px;
  background: #fafafa;
  text-align: center;
  margin-bottom: 30px;
  border-radius: 4px;
  border-bottom: 3px solid #f1f1f1;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s; }
  /* line 14, static/scss/_service.scss */
  .services-item .icon i {
    background: #ff208c;
    width: 60px;
    height: 60px;
    display: inline-block;
    line-height: 60px;
    font-size: 30px;
    border-radius: 50px;
    color: #fff;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s; }
  /* line 36, static/scss/_service.scss */
  .services-item .services-content h3 {
    margin-bottom: 5px; }
    /* line 38, static/scss/_service.scss */
    .services-item .services-content h3 a {
      font-size: 16px;
      text-transform: uppercase;
      color: #484848; }
      /* line 42, static/scss/_service.scss */
      .services-item .services-content h3 a:hover {
        color: #ff208c; }
  /* line 48, static/scss/_service.scss */
  .services-item:hover {
    border-color: #ff208c; }

/* line 52, static/scss/_service.scss */
.services-item:hover .icon i {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(0.9); }

/* line 61, static/scss/_service.scss */
.services-tow-area {
  background: #fff;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.05);
  border-radius: 3px; }
  /* line 65, static/scss/_service.scss */
  .services-tow-area .service-two-item-wrapper {
    padding: 0;
    border-right: 1px solid #ededed; }
    /* line 68, static/scss/_service.scss */
    .services-tow-area .service-two-item-wrapper:last-child {
      border-right: none; }
    /* line 71, static/scss/_service.scss */
    .services-tow-area .service-two-item-wrapper .icon {
      margin-bottom: 15px;
      -webkit-transition: all .2s ease-in-out 0s;
      -o-transition: all .2s ease-in-out 0s;
      transition: all .2s ease-in-out 0s; }
      /* line 76, static/scss/_service.scss */
      .services-tow-area .service-two-item-wrapper .icon i {
        font-size: 60px;
        color: #ff208c;
        display: inline-block; }
    /* line 82, static/scss/_service.scss */
    .services-tow-area .service-two-item-wrapper .services-item-two {
      padding: 40px 30px;
      overflow: hidden; }
      /* line 85, static/scss/_service.scss */
      .services-tow-area .service-two-item-wrapper .services-item-two .services-content {
        -webkit-transition: transform .5s;
        -o-transition: transform .5s;
        transition: transform .5s; }
        /* line 89, static/scss/_service.scss */
        .services-tow-area .service-two-item-wrapper .services-item-two .services-content h3 {
          margin-bottom: 10px; }
          /* line 91, static/scss/_service.scss */
          .services-tow-area .service-two-item-wrapper .services-item-two .services-content h3 a {
            font-size: 16px;
            color: #484848; }
            /* line 94, static/scss/_service.scss */
            .services-tow-area .service-two-item-wrapper .services-item-two .services-content h3 a:hover {
              color: #ff208c; }
        /* line 99, static/scss/_service.scss */
        .services-tow-area .service-two-item-wrapper .services-item-two .services-content p {
          margin-bottom: 0;
          opacity: 0.7; }
        /* line 103, static/scss/_service.scss */
        .services-tow-area .service-two-item-wrapper .services-item-two .services-content .service-two-btn {
          color: #ff208c; }
      /* line 107, static/scss/_service.scss */
      .services-tow-area .service-two-item-wrapper .services-item-two .service-two-btn {
        display: inline-block;
        opacity: 0;
        filter: alpha(opacity=0);
        visibility: hidden; }

/* line 116, static/scss/_service.scss */
.services-tow-area > .row {
  margin: 0; }

/* line 119, static/scss/_service.scss */
.services-item-two:hover > .services-content {
  -webkit-transform: translateY(-25%);
  -moz-transform: translateY(-25%);
  -ms-transform: translateY(-25%);
  -o-transform: translateY(-25%);
  transform: translateY(-25%); }

/* line 126, static/scss/_service.scss */
.services-item-two:hover .services-content .service-two-btn {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transform: translateY(225%);
  -moz-transform: translateY(225%);
  -ms-transform: translateY(225%);
  -o-transform: translateY(225%);
  transform: translateY(225%); }

/* line 136, static/scss/_service.scss */
.services-item-two:hover > .services-content {
  -webkit-transform: translateY(-25%);
  -moz-transform: translateY(-25%);
  -ms-transform: translateY(-25%);
  -o-transform: translateY(-25%);
  transform: translateY(-25%); }

/* line 143, static/scss/_service.scss */
.services-item-two .service-two-btn,
.services-item-two .icon {
  -webkit-transition: all .2s ease-in-out 0s;
  -o-transition: all .2s ease-in-out 0s;
  transition: all .2s ease-in-out 0s; }

/* line 149, static/scss/_service.scss */
.services-item-two:hover .icon {
  opacity: 0;
  filter: alpha(opacity=0); }

/* line 154, static/scss/_service.scss */
.ads-description {
  font-size: 20px; }

/* line 2, static/scss/_detail.scss */
.details-box {
  color: #cccccc; }
  /* line 4, static/scss/_detail.scss */
  .details-box .product-img {
    position: relative; }
  /* line 7, static/scss/_detail.scss */
  .details-box .price {
    position: absolute;
    top: 20px;
    right: 5px;
    background: #ff208c;
    padding: 10px 25px;
    font-size: 20px;
    color: #fff;
    font-weight: 500; }

/* line 21, static/scss/_detail.scss */
.details-box .ads-details-info h2 {
  font-size: 26px;
  font-weight: 700;
  line-height: 36px; }

/* line 27, static/scss/_detail.scss */
.details-box .ads-details-info .details-meta span {
  display: inline-block;
  margin: 11px 0 16px; }
  /* line 30, static/scss/_detail.scss */
  .details-box .ads-details-info .details-meta span a {
    color: #999;
    margin-right: 10px; }
    /* line 33, static/scss/_detail.scss */
    .details-box .ads-details-info .details-meta span a:hover {
      color: #ff208c; }
    /* line 36, static/scss/_detail.scss */
    .details-box .ads-details-info .details-meta span a i {
      margin-right: 5px; }

/* line 43, static/scss/_detail.scss */
.details-box .ads-details-info .title-small {
  font-size: 18px;
  font-weight: 500; }

/* line 47, static/scss/_detail.scss */
.details-box .ads-details-info .list-specification {
  width: 100%;
  display: inline-block; }
  /* line 50, static/scss/_detail.scss */
  .details-box .ads-details-info .list-specification li {
    font-size: 13px;
    width: 48%;
    box-sizing: border-box;
    float: left;
    padding: 2px;
    position: relative;
    margin-bottom: 7px;
    margin-right: 5px; }
    /* line 59, static/scss/_detail.scss */
    .details-box .ads-details-info .list-specification li i {
      margin-right: 2px; }

/* line 66, static/scss/_detail.scss */
.details-box .advertisement li {
  margin-right: 10px; }
  /* line 68, static/scss/_detail.scss */
  .details-box .advertisement li i {
    margin-right: 5px; }
  /* line 71, static/scss/_detail.scss */
  .details-box .advertisement li a {
    color: #484848; }

/* line 77, static/scss/_detail.scss */
.details-box .ads-btn a {
  margin-right: 5px; }
  /* line 79, static/scss/_detail.scss */
  .details-box .ads-btn a i {
    margin-right: 5px; }

/* line 83, static/scss/_detail.scss */
.details-box .ads-btn .btn-reply {
  background: #0d79bf; }

/* line 88, static/scss/_detail.scss */
.details-box .share span {
  float: left;
  margin-right: 12px;
  line-height: 30px;
  font-size: 16px;
  font-weight: 700; }

/* line 97, static/scss/_detail.scss */
.details-box .social-link a {
  display: inline-block;
  color: #fff;
  margin-right: 5px;
  border-radius: 4px;
  background: #fafafa;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center; }

/* line 108, static/scss/_detail.scss */
.details-box .social-link .twitter {
  background: #55acee; }

/* line 111, static/scss/_detail.scss */
.details-box .social-link .facebook {
  background: #3b5998; }

/* line 114, static/scss/_detail.scss */
.details-box .social-link .google {
  background: #dd4b39; }

/* line 117, static/scss/_detail.scss */
.details-box .social-link .linkedin {
  background: #007bb5; }

/* line 121, static/scss/_detail.scss */
.details-box .owl-pagination {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -65px; }

/* line 127, static/scss/_detail.scss */
.details-box .owl-theme .owl-controls {
  display: inline-block;
  width: 100%;
  text-align: center; }

/* line 133, static/scss/_detail.scss */
.owl-theme .owl-controls .active .item-link {
  border-bottom: 4px solid #ff208c; }

/* line 138, static/scss/_detail.scss */
.description-info {
  margin-top: 50px;
  background: #ffffff; }
  /* line 141, static/scss/_detail.scss */
  .description-info .description {
    background: #fafafa;
    padding: 30px; }
    /* line 144, static/scss/_detail.scss */
    .description-info .description h4 {
      font-size: 18px;
      font-weight: 700; }
  /* line 149, static/scss/_detail.scss */
  .description-info .short-info {
    background: #fafafa;
    padding: 30px; }
    /* line 152, static/scss/_detail.scss */
    .description-info .short-info h4 {
      font-size: 18px;
      margin-bottom: 20px; }
    /* line 157, static/scss/_detail.scss */
    .description-info .short-info ul li {
      margin-bottom: 20px; }
      /* line 159, static/scss/_detail.scss */
      .description-info .short-info ul li i {
        font-size: 18px;
        margin-right: 10px; }
      /* line 163, static/scss/_detail.scss */
      .description-info .short-info ul li a {
        color: #484848;
        font-size: 16px; }
        /* line 166, static/scss/_detail.scss */
        .description-info .short-info ul li a span {
          color: #ff208c; }
        /* line 169, static/scss/_detail.scss */
        .description-info .short-info ul li a:hover {
          color: #ff208c; }

/* line 2, static/scss/_dashboard.scss */
.sidebar-box {
  border-radius: 20px;
  background: #fafafa;
  width: 100%;
  display: inline-block;
  margin-bottom: 30px; }
  /* line 8, static/scss/_dashboard.scss */
  .sidebar-box .user {
    font-size: 0.2rem;
    border-radius: 20px 20px 0 0;
    float: left;
    width: 100%;
    padding: 30px 10px;
    position: relative;
    margin-bottom: 30px;
    background: #ff208c;
    border-top-color: red; }
    /* line 18, static/scss/_dashboard.scss */
    .sidebar-box .user figure {
      margin: 0;
      float: left;
      position: relative; }
      /* line 22, static/scss/_dashboard.scss */
      .sidebar-box .user figure img {
        border-radius: 50%; }
    /* line 27, static/scss/_dashboard.scss */
    .sidebar-box .user .usercontent {
      overflow: hidden;
      padding: 12px 0 12px 15px; }
      /* line 30, static/scss/_dashboard.scss */
      .sidebar-box .user .usercontent h3 {
        color: #fff;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 700;
        line-height: 16px;
        margin-bottom: 6px; }
      /* line 38, static/scss/_dashboard.scss */
      .sidebar-box .user .usercontent h4 {
        color: #fff;
        font-size: 14px;
        font-weight: 500;
        line-height: 14px; }
  /* line 46, static/scss/_dashboard.scss */
  .sidebar-box .navdashboard {
    border-top: 1px solid #495067;
    border-radius: 4px; }
    /* line 49, static/scss/_dashboard.scss */
    .sidebar-box .navdashboard ul {
      width: 100%; }
      /* line 51, static/scss/_dashboard.scss */
      .sidebar-box .navdashboard ul li {
        margin: 0;
        width: 100%;
        float: left;
        position: relative;
        line-height: 48px; }
        /* line 57, static/scss/_dashboard.scss */
        .sidebar-box .navdashboard ul li a {
          color: #484848;
          width: 100%;
          float: left;
          line-height: inherit;
          margin-bottom: 3px;
          border-left: 3px solid transparent;
          -webkit-transition: all .4s ease-in-out;
          -moz-transition: all .4s ease-in-out;
          transition: all .4s ease-in-out; }
          /* line 67, static/scss/_dashboard.scss */
          .sidebar-box .navdashboard ul li a span {
            text-align: left; }
          /* line 70, static/scss/_dashboard.scss */
          .sidebar-box .navdashboard ul li a i {
            width: 58px;
            display: inline-block;
            font-size: 20px;
            text-align: center;
            vertical-align: middle;
            -webkit-transition: all .4s ease-in-out;
            -moz-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out; }
  /* line 84, static/scss/_dashboard.scss */
  .sidebar-box .navdashboard ul li a:focus,
  .sidebar-box .navdashboard ul li a:hover,
  .sidebar-box .navdashboard ul li a.active {
    border-color: #ff208c; }
  /* line 89, static/scss/_dashboard.scss */
  .sidebar-box .navdashboard ul li a:focus i,
  .sidebar-box .navdashboard ul li a:hover i,
  .sidebar-box .navdashboard ul li a.active i {
    color: #ff208c; }

/*==============================================
Dashboard Global Elements			
==============================================*/
/* line 99, static/scss/_dashboard.scss */
.dashboard-sections {
  padding: 20px 0; }
  /* line 101, static/scss/_dashboard.scss */
  .dashboard-sections .dashboardbox {
    width: 100%;
    float: left;
    overflow: hidden;
    background: #fff;
    position: relative;
    border-radius: 4px;
    padding: 10px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out; }
  /* line 113, static/scss/_dashboard.scss */
  .dashboard-sections .icon {
    float: left; }
    /* line 115, static/scss/_dashboard.scss */
    .dashboard-sections .icon i {
      font-size: 22px;
      text-align: center;
      line-height: 42px;
      width: 42px;
      border-radius: 50%;
      color: #fff;
      height: 42px;
      display: inline-block;
      background: #ff208c; }
  /* line 127, static/scss/_dashboard.scss */
  .dashboard-sections .contentbox {
    float: left;
    margin-left: 10px; }
    /* line 130, static/scss/_dashboard.scss */
    .dashboard-sections .contentbox h2 {
      font-size: 16px;
      font-weight: 500;
      margin-bottom: 8px; }
      /* line 134, static/scss/_dashboard.scss */
      .dashboard-sections .contentbox h2 a {
        color: #484848;
        bottom: 10px;
        padding: 0 14px 0 0; }
        /* line 138, static/scss/_dashboard.scss */
        .dashboard-sections .contentbox h2 a:hover {
          color: #ff208c; }
    /* line 143, static/scss/_dashboard.scss */
    .dashboard-sections .contentbox h3 {
      font-size: 15px;
      color: #999;
      font-weight: 400;
      margin: 0; }

/* line 153, static/scss/_dashboard.scss */
.dashboardbox:hover {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2); }

/* line 158, static/scss/_dashboard.scss */
.inner-box {
  border-radius: 15px;
  background: #fafafa;
  opacity: 0.9;
  color: #222; }

/* line 164, static/scss/_dashboard.scss */
.dashboard-box {
  width: 100%;
  display: inline-block;
  padding: 10px;
  border-bottom: 1px solid #eaedef; }
  /* line 169, static/scss/_dashboard.scss */
  .dashboard-box .dashbord-title {
    margin: 0;
    float: left;
    color: #363b4d;
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    padding: 8px 0 8px 10px; }

/* line 179, static/scss/_dashboard.scss */
.dashboard-wrapper {
  padding: 10px 15px; }
  /* line 181, static/scss/_dashboard.scss */
  .dashboard-wrapper .select select {
    border: 0;
    width: 100%;
    border-radius: 0;
    background: transparent;
    font-size: 16px;
    outline: none;
    line-height: 30px;
    padding: 15px 15px 15px 0; }

/* line 192, static/scss/_dashboard.scss */
#editor {
  position: relative; }
  /* line 194, static/scss/_dashboard.scss */
  #editor .panel-default .panel-heading {
    padding: 0;
    border-radius: 4px;
    background: transparent;
    border: none; }
  /* line 200, static/scss/_dashboard.scss */
  #editor .note-editor.note-frame {
    border: 1px solid #ddd; }
  /* line 203, static/scss/_dashboard.scss */
  #editor .popover {
    display: none; }

/* line 207, static/scss/_dashboard.scss */
.note-Top {
  display: none; }

/* line 210, static/scss/_dashboard.scss */
.tg-fileuploadlabel {
  width: 100%;
  padding: 30px;
  color: #363b4d;
  font-size: 14px;
  line-height: 17px;
  margin: 0 0 10px;
  cursor: pointer;
  border-radius: 5px;
  border: 3px dashed #eaedef;
  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;
  -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;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center; }
  /* line 240, static/scss/_dashboard.scss */
  .tg-fileuploadlabel span {
    display: block;
    margin-bottom: 15px; }
  /* line 244, static/scss/_dashboard.scss */
  .tg-fileuploadlabel span:first-child {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px; }
  /* line 249, static/scss/_dashboard.scss */
  .tg-fileuploadlabel span:first-child(2) {
    padding: 15px 0; }
  /* line 252, static/scss/_dashboard.scss */
  .tg-fileuploadlabel span:first-child(4) {
    color: #363b4d;
    font-size: 13px;
    line-height: 16px;
    margin: 30px 0 0; }
  /* line 258, static/scss/_dashboard.scss */
  .tg-fileuploadlabel input[type=file].fileinput {
    display: none; }
  /* line 261, static/scss/_dashboard.scss */
  .tg-fileuploadlabel .btn {
    color: #fff;
    padding: 10px 50px;
    position: relative;
    text-align: center;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 23px;
    display: inline-block;
    vertical-align: middle;
    text-transform: capitalize; }

/* line 274, static/scss/_dashboard.scss */
#tg-photogallery {
  display: none; }

/* line 277, static/scss/_dashboard.scss */
.checkbox {
  font-size: 12px; }
  /* line 279, static/scss/_dashboard.scss */
  .checkbox a {
    font-size: 12px;
    color: #999; }
    /* line 282, static/scss/_dashboard.scss */
    .checkbox a:hover {
      color: #ff208c; }

/* line 287, static/scss/_dashboard.scss */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #ff208c; }

/* line 290, static/scss/_dashboard.scss */
label {
  display: inline; }

/* line 293, static/scss/_dashboard.scss */
.tg-checkbox {
  margin-bottom: 10px; }
  /* line 295, static/scss/_dashboard.scss */
  .tg-checkbox a {
    font-size: 13px;
    color: #333; }

/* line 301, static/scss/_dashboard.scss */
.tg-inputwithicon .tg-select {
  color: #666;
  width: 100%;
  position: relative;
  text-transform: uppercase; }
  /* line 306, static/scss/_dashboard.scss */
  .tg-inputwithicon .tg-select:after {
    top: 10px;
    right: 15px;
    z-index: 2;
    color: #666;
    display: block;
    content: '\e93a';
    position: absolute;
    text-align: center;
    font-size: inherit;
    line-height: 40px;
    font-family: 'LineIcons'; }

/* line 320, static/scss/_dashboard.scss */
.tg-inputwithicon .tg-select select {
  border: 0;
  border-radius: 0;
  font-size: 16px;
  width: 100%;
  line-height: 30px;
  background: #ffffff;
  z-index: 1;
  width: 100%;
  position: relative;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none; }

/* line 337, static/scss/_dashboard.scss */
.dashboard-wrapper .tg-inputwithicon .tg-select:after {
  top: 2px; }

/* line 338, static/scss/_dashboard.scss */
.dashboard-wrapper .tg-select select:focus {
  outline: none; }

/*==============================================
Dashboard My Ads					
==============================================*/
/* line 344, static/scss/_dashboard.scss */
.nav-table {
  width: 100%;
  display: inline-block;
  margin: 10px 0 20px; }
  /* line 349, static/scss/_dashboard.scss */
  .nav-table ul li {
    float: left;
    margin-right: 15px;
    position: relative; }
    /* line 353, static/scss/_dashboard.scss */
    .nav-table ul li a {
      color: #ff208c;
      padding: 7px 16px;
      display: inline-block;
      border: 1px solid #eaedef;
      border-radius: 4px; }

/* line 363, static/scss/_dashboard.scss */
.nav-table ul li a:hover,
.nav-table ul li.active a {
  background: #ff208c;
  color: #fff; }

/* line 368, static/scss/_dashboard.scss */
.dashboardtable tbody tr {
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out; }

/* line 373, static/scss/_dashboard.scss */
.dashboardtable thead tr th {
  color: #484848;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-align: left;
  padding: 15px 10px;
  background: transparent;
  vertical-align: middle;
  border-bottom: none; }

/* line 384, static/scss/_dashboard.scss */
.dashboardtable thead tr th .checkbox,
.dashboardtable tbody tr td .checkbox {
  width: 20px;
  height: 20px; }

/* line 389, static/scss/_dashboard.scss */
.dashboardtable tbody tr td,
.dashboardtable tbody tr td h3 {
  color: #484848;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  vertical-align: middle;
  margin: 0; }

/* line 398, static/scss/_dashboard.scss */
.dashboardtable tbody tr td h3 + span {
  color: #666;
  display: block;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px; }

/* line 405, static/scss/_dashboard.scss */
.photo {
  width: 110px;
  display: block; }

/* line 409, static/scss/_dashboard.scss */
.adcategories {
  min-width: 110px;
  display: block; }

/* line 413, static/scss/_dashboard.scss */
.adstatus {
  width: 80px;
  color: #fff;
  display: block;
  font-size: 13px;
  font-weight: 500;
  line-height: 30px;
  border-radius: 30px;
  text-align: center;
  text-transform: uppercase; }

/* line 424, static/scss/_dashboard.scss */
.adstatusinactive {
  color: #363b4d;
  background: #f7f7f7; }

/* line 428, static/scss/_dashboard.scss */
.adstatusactive {
  background: #ff208c; }

/* line 429, static/scss/_dashboard.scss */
.adstatusexpired {
  background: #fc9209; }

/* line 430, static/scss/_dashboard.scss */
.adstatusdeleted {
  background: #f91942; }

/* line 431, static/scss/_dashboard.scss */
.adstatussold {
  background: #363b4d; }

/* line 432, static/scss/_dashboard.scss */
.btns-actions {
  min-width: 150px;
  width: 100%;
  float: left;
  margin: -5px 0; }
  /* line 437, static/scss/_dashboard.scss */
  .btns-actions .btn-action {
    margin: 5px;
    width: 40px;
    height: 40px;
    float: left;
    color: #363b4d;
    line-height: 40px;
    border-radius: 50px;
    background: #f7f7f7;
    text-align: center;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out; }
    /* line 450, static/scss/_dashboard.scss */
    .btns-actions .btn-action i {
      display: block;
      line-height: 40px; }

/* line 456, static/scss/_dashboard.scss */
.dashboardtable tbody tr:hover .btn-delete {
  background: #f91942;
  color: #fff; }

/* line 457, static/scss/_dashboard.scss */
.dashboardtable tbody tr:hover .btn-edit {
  background: #363b4d;
  color: #fff; }

/* line 458, static/scss/_dashboard.scss */
.dashboardtable tbody tr:hover .btn-view {
  background: #00cc67;
  color: #fff; }

/* line 459, static/scss/_dashboard.scss */
.dashboardtable tbody tr:hover {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2); }

/* line 465, static/scss/_dashboard.scss */
.form-dashboard {
  padding: 0px 5px 15px; }
  /* line 468, static/scss/_dashboard.scss */
  .form-dashboard .privacy-box .dashboardholder {
    border: 1px solid #ddd;
    padding: 15px; }
    /* line 471, static/scss/_dashboard.scss */
    .form-dashboard .privacy-box .dashboardholder ul {
      margin-bottom: 20px; }
      /* line 473, static/scss/_dashboard.scss */
      .form-dashboard .privacy-box .dashboardholder ul li {
        margin-bottom: 15px; }
        /* line 476, static/scss/_dashboard.scss */
        .form-dashboard .privacy-box .dashboardholder ul li .checkbox span {
          font-size: 14px;
          margin-left: 8px; }

/* line 487, static/scss/_dashboard.scss */
.dashboardboxtitle h2 {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 500; }

/* line 495, static/scss/_dashboard.scss */
.offers-messages {
  border: 1px solid #ddd;
  padding: 0px 0 15px; }
  /* line 498, static/scss/_dashboard.scss */
  .offers-messages .offers-box {
    padding: 15px 0;
    display: inline-block;
    border-right: 1px solid #ddd; }

/* line 505, static/scss/_dashboard.scss */
.offers-user-online .offerer {
  width: 100%;
  float: left;
  cursor: pointer;
  position: relative;
  margin: 0px;
  padding: 10px; }
  /* line 512, static/scss/_dashboard.scss */
  .offers-user-online .offerer figure {
    float: left;
    margin: 0px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 20px;
    box-shadow: 0px 2px 12px 0px rgba(198, 198, 198, 0.3);
    border: 2px solid #fff;
    position: relative; }
    /* line 521, static/scss/_dashboard.scss */
    .offers-user-online .offerer figure img {
      height: auto;
      max-width: 100%; }
  /* line 526, static/scss/_dashboard.scss */
  .offers-user-online .offerer .bolticon {
    width: 8px;
    height: 8px;
    background: #ff208c;
    border-radius: 50%;
    position: absolute;
    top: 18px;
    left: 15px; }
  /* line 535, static/scss/_dashboard.scss */
  .offers-user-online .offerer .user-name {
    padding: 10px 0; }
    /* line 537, static/scss/_dashboard.scss */
    .offers-user-online .offerer .user-name h3 {
      color: #484848;
      font-size: 15px;
      font-weight: 500;
      line-height: 20px;
      overflow: hidden; }
    /* line 544, static/scss/_dashboard.scss */
    .offers-user-online .offerer .user-name h4 {
      font-size: 14px; }
      /* line 546, static/scss/_dashboard.scss */
      .offers-user-online .offerer .user-name h4 a {
        color: #ff208c; }

/* line 554, static/scss/_dashboard.scss */
.chat-message-box {
  padding: 15px 0;
  display: inline-block; }
  /* line 557, static/scss/_dashboard.scss */
  .chat-message-box .offerermessage {
    width: 100%;
    float: left;
    position: relative; }
    /* line 561, static/scss/_dashboard.scss */
    .chat-message-box .offerermessage figure {
      float: left;
      margin: 0px;
      overflow: hidden;
      border-radius: 50%;
      margin-right: 20px;
      box-shadow: 0px 2px 12px 0px rgba(198, 198, 198, 0.3);
      border: 2px solid #fff;
      position: relative; }
      /* line 570, static/scss/_dashboard.scss */
      .chat-message-box .offerermessage figure img {
        height: auto;
        max-width: 100%; }
    /* line 575, static/scss/_dashboard.scss */
    .chat-message-box .offerermessage .description {
      margin-left: 80px; }
      /* line 577, static/scss/_dashboard.scss */
      .chat-message-box .offerermessage .description .info {
        width: auto;
        padding: 10px;
        margin: 0px 0px 5px;
        background: #fff; }
        /* line 582, static/scss/_dashboard.scss */
        .chat-message-box .offerermessage .description .info h3 {
          font-size: 16px;
          font-weight: 500; }
        /* line 586, static/scss/_dashboard.scss */
        .chat-message-box .offerermessage .description .info p {
          font-size: 13px;
          line-height: 20px; }
      /* line 591, static/scss/_dashboard.scss */
      .chat-message-box .offerermessage .description .date {
        color: #999;
        font-style: italic; }
  /* line 597, static/scss/_dashboard.scss */
  .chat-message-box .memessage {
    width: 100%;
    float: left;
    position: relative;
    margin: 8px 0px;
    padding: 0px 40px; }
    /* line 603, static/scss/_dashboard.scss */
    .chat-message-box .memessage figure {
      float: right;
      overflow: hidden;
      border-radius: 50%;
      margin-right: 20px;
      box-shadow: 0px 2px 12px 0px rgba(198, 198, 198, 0.3);
      border: 2px solid #fff;
      bottom: 21px;
      width: 30px;
      height: 30px;
      position: absolute;
      margin: 0px;
      right: 0; }
      /* line 616, static/scss/_dashboard.scss */
      .chat-message-box .memessage figure img {
        height: auto;
        max-width: 100%; }
    /* line 621, static/scss/_dashboard.scss */
    .chat-message-box .memessage .description {
      margin-left: 80px; }
      /* line 623, static/scss/_dashboard.scss */
      .chat-message-box .memessage .description .info {
        width: auto;
        padding: 10px;
        margin: 0px 0px 5px;
        background: #fff; }
        /* line 628, static/scss/_dashboard.scss */
        .chat-message-box .memessage .description .info h3 {
          font-size: 16px;
          font-weight: 500; }
        /* line 632, static/scss/_dashboard.scss */
        .chat-message-box .memessage .description .info p {
          font-size: 13px;
          line-height: 20px; }
      /* line 637, static/scss/_dashboard.scss */
      .chat-message-box .memessage .description a {
        color: #999; }
        /* line 639, static/scss/_dashboard.scss */
        .chat-message-box .memessage .description a:hover {
          color: #ff208c; }
      /* line 643, static/scss/_dashboard.scss */
      .chat-message-box .memessage .description .date {
        color: #999;
        font-style: italic; }

/* line 650, static/scss/_dashboard.scss */
.replay-box {
  float: left;
  width: 100%;
  border-width: 1px;
  border-style: solid;
  border-color: #ddd; }
  /* line 656, static/scss/_dashboard.scss */
  .replay-box .form-control {
    width: 100%;
    height: 100px;
    font-size: 13px;
    line-height: 16px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    padding: 8px;
    border-radius: 0px; }
  /* line 668, static/scss/_dashboard.scss */
  .replay-box .icon-box {
    width: 100%;
    float: left;
    height: 39px;
    text-align: right;
    padding: 8px;
    border-top: 1px solid #ddd; }
    /* line 675, static/scss/_dashboard.scss */
    .replay-box .icon-box i {
      cursor: pointer;
      font-size: 16px;
      line-height: 22px;
      display: inline-block;
      vertical-align: middle;
      margin: 0px 0px 0px 6px; }

/* line 687, static/scss/_dashboard.scss */
.card {
  background: #fafafa;
  padding: 25px 30px 30px 30px;
  margin-bottom: 10px; }
  /* line 691, static/scss/_dashboard.scss */
  .card .table-total-checkout {
    width: 100%;
    text-transform: uppercase;
    margin-bottom: 20px; }
    /* line 695, static/scss/_dashboard.scss */
    .card .table-total-checkout tbody tr td {
      text-align: right;
      font-size: 30px; }

/* ==========================================================================
   Pricing Table Style
   ========================================================================== */
/* line 4, static/scss/_pricing.scss */
.mainHeading {
  text-align: center;
  margin-bottom: 20px; }
  /* line 7, static/scss/_pricing.scss */
  .mainHeading .section-title {
    padding: 20px 0px; }

/* line 11, static/scss/_pricing.scss */
#pricing-table {
  text-align: center; }
  /* line 13, static/scss/_pricing.scss */
  #pricing-table .title {
    padding-top: 25px;
    padding-bottom: 25px; }
    /* line 16, static/scss/_pricing.scss */
    #pricing-table .title h3 {
      text-transform: uppercase;
      font-size: 24px;
      margin-bottom: 0px; }
  /* line 22, static/scss/_pricing.scss */
  #pricing-table .table {
    padding-bottom: 30px;
    border-radius: 4px;
    background: #ffffff;
    box-shadow: 0px 2px 18px 0px rgba(198, 198, 198, 0.3);
    border-bottom: 3px solid #ddd;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear; }
    /* line 33, static/scss/_pricing.scss */
    #pricing-table .table .icon {
      padding-top: 30px; }
      /* line 35, static/scss/_pricing.scss */
      #pricing-table .table .icon i {
        color: #ff208c;
        font-size: 42px; }
    /* line 40, static/scss/_pricing.scss */
    #pricing-table .table .pricing-header {
      position: relative;
      padding-bottom: 20px;
      text-align: center; }
      /* line 44, static/scss/_pricing.scss */
      #pricing-table .table .pricing-header .price-value {
        font-size: 46px;
        color: #ff208c;
        position: relative;
        text-align: center;
        font-weight: 700;
        line-height: 62px; }
        /* line 51, static/scss/_pricing.scss */
        #pricing-table .table .pricing-header .price-value sup {
          font-size: 18px;
          font-weight: 500;
          top: -18px; }
        /* line 56, static/scss/_pricing.scss */
        #pricing-table .table .pricing-header .price-value span {
          font-size: 14px;
          font-weight: 500; }
    /* line 62, static/scss/_pricing.scss */
    #pricing-table .table .description {
      text-align: center;
      padding: 0px 50px;
      margin-bottom: 20px; }
      /* line 66, static/scss/_pricing.scss */
      #pricing-table .table .description li {
        font-size: 14px;
        font-weight: 500;
        color: #7a7d80;
        padding-bottom: 15px; }
  /* line 74, static/scss/_pricing.scss */
  #pricing-table .table:hover {
    border-color: #ff208c; }
  /* line 77, static/scss/_pricing.scss */
  #pricing-table #active-tb {
    border-color: #ff208c; }

/* line 2, static/scss/_testimonial.scss */
.testimonial {
  background: #fafafa; }

/* line 5, static/scss/_testimonial.scss */
.testimonial-item {
  padding: 15px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.06); }
  /* line 10, static/scss/_testimonial.scss */
  .testimonial-item .img-thumb {
    float: left;
    overflow: hidden;
    position: relative;
    margin: 15px 15px 15px 0; }
    /* line 15, static/scss/_testimonial.scss */
    .testimonial-item .img-thumb img {
      border: 3px solid #ff208c;
      border-radius: 50%; }
  /* line 20, static/scss/_testimonial.scss */
  .testimonial-item .content {
    overflow: hidden; }
    /* line 22, static/scss/_testimonial.scss */
    .testimonial-item .content h2 {
      font-size: 18px;
      font-weight: 500;
      text-transform: uppercase;
      line-height: 30px; }
      /* line 27, static/scss/_testimonial.scss */
      .testimonial-item .content h2 a {
        color: #484848; }
    /* line 31, static/scss/_testimonial.scss */
    .testimonial-item .content .description {
      width: 100%; }
    /* line 34, static/scss/_testimonial.scss */
    .testimonial-item .content h3 {
      margin: 0;
      clear: both;
      font-size: 14px;
      font-weight: 500;
      line-height: 26px; }
      /* line 40, static/scss/_testimonial.scss */
      .testimonial-item .content h3 a {
        color: #ff208c; }

/* line 46, static/scss/_testimonial.scss */
.owl-pagination {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -40px; }

/* line 52, static/scss/_testimonial.scss */
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline; }

/* line 57, static/scss/_testimonial.scss */
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 2px 4px;
  filter: alpha(opacity=50);
  opacity: 1;
  border-radius: 30px;
  background: #fff;
  border: 2px solid #fff;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out; }

/* line 73, static/scss/_testimonial.scss */
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #ff208c; }

/* Blog Area */
/* line 2, static/scss/_blog.scss */
#blog {
  background: #f2f2f2; }

/* line 5, static/scss/_blog.scss */
.blog-post {
  background-color: #fafafa;
  border-bottom: 5px solid #ff208c;
  margin-bottom: 60px; }
  /* line 9, static/scss/_blog.scss */
  .blog-post .post-content {
    padding: 60px 40px; }
    /* line 11, static/scss/_blog.scss */
    .blog-post .post-content .post-title {
      margin-top: 0;
      font-size: 30px;
      font-weight: 500;
      margin-bottom: 10px; }
      /* line 16, static/scss/_blog.scss */
      .blog-post .post-content .post-title a {
        color: #484848; }
        /* line 18, static/scss/_blog.scss */
        .blog-post .post-content .post-title a:hover {
          color: #ff208c; }
  /* line 24, static/scss/_blog.scss */
  .blog-post .cat-meta {
    margin-bottom: 20px; }
    /* line 27, static/scss/_blog.scss */
    .blog-post .cat-meta li a {
      background: #EBEBEB;
      color: #6f6f6f;
      padding: 5px 10px; }
  /* line 34, static/scss/_blog.scss */
  .blog-post .meta {
    margin-top: 0;
    margin-bottom: 10px; }
    /* line 37, static/scss/_blog.scss */
    .blog-post .meta .meta-part {
      display: inline-block;
      margin-right: 10px; }
      /* line 40, static/scss/_blog.scss */
      .blog-post .meta .meta-part a {
        color: #999;
        text-transform: capitalize; }
  /* line 46, static/scss/_blog.scss */
  .blog-post .entry-summary {
    margin: 15px 0 60px;
    line-height: 26px; }

/* line 52, static/scss/_blog.scss */
.quote-post .quote-wrap {
  text-align: center;
  padding: 50px 0;
  font-size: 25px;
  font-style: italic;
  font-weight: 400;
  background: #F7F7F7; }

/* line 61, static/scss/_blog.scss */
blockquote {
  border-left: none;
  padding: 15px;
  line-height: 36px; }

/* line 68, static/scss/_blog.scss */
.pagination-bar {
  margin-top: 35px; }

/* line 71, static/scss/_blog.scss */
.page-item .page-link {
  margin-right: 10px;
  padding: 10px 15px;
  border-radius: 60px;
  color: #ff208c; }

/* line 77, static/scss/_blog.scss */
.page-link:focus, .page-link:hover, .page-link.active {
  background-color: #ff208c;
  color: #fff;
  box-shadow: none; }

/* line 82, static/scss/_blog.scss */
.page-item:last-child .page-link, .page-item:first-child .page-link {
  border-radius: 60px; }

/* line 86, static/scss/_blog.scss */
.post-content-block {
  margin-bottom: 40px; }

/* line 89, static/scss/_blog.scss */
.post-thumb {
  position: relative; }
  /* line 91, static/scss/_blog.scss */
  .post-thumb .date {
    position: absolute;
    font-size: 13px;
    text-transform: uppercase;
    top: 10px;
    left: 10px;
    padding: 7px 17px;
    background-color: white; }
    /* line 99, static/scss/_blog.scss */
    .post-thumb .date .day {
      color: #ff208c;
      display: block;
      font-size: 24px;
      font-weight: 700; }

/* line 107, static/scss/_blog.scss */
.post-meta {
  padding-bottom: 10px; }
  /* line 109, static/scss/_blog.scss */
  .post-meta a {
    color: #888; }
    /* line 111, static/scss/_blog.scss */
    .post-meta a:hover {
      color: #ff208c; }
  /* line 115, static/scss/_blog.scss */
  .post-meta span {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #ddd;
    line-height: 12px;
    color: #888;
    display: inline-block; }
    /* line 122, static/scss/_blog.scss */
    .post-meta span i {
      color: #888;
      margin-right: 5px; }
  /* line 127, static/scss/_blog.scss */
  .post-meta .post-comment {
    border-right: 0; }

/* line 131, static/scss/_blog.scss */
.tags-area {
  margin: 20px 0; }
  /* line 133, static/scss/_blog.scss */
  .tags-area .post-tags a {
    border: 1px solid #eee;
    color: #7c7c7c;
    display: inline-block;
    font-size: 12px;
    padding: 3px 10px;
    margin-left: 3px;
    border-radius: 3px; }
    /* line 141, static/scss/_blog.scss */
    .tags-area .post-tags a:hover {
      background: #ff208c;
      color: #fff; }

/* line 149, static/scss/_blog.scss */
.share-items .list-inline li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px; }
  /* line 154, static/scss/_blog.scss */
  .share-items .list-inline li a i {
    margin-left: 5px;
    font-size: 14px;
    line-height: 60px;
    color: #ff208c;
    text-align: center; }

/* line 164, static/scss/_blog.scss */
.share-items .post-social-icons a i.fa-facebook {
  background: #677fb5; }

/* line 167, static/scss/_blog.scss */
.share-items .post-social-icons a i.fa-twitter {
  background: #70c2e9; }

/* line 170, static/scss/_blog.scss */
.share-items .post-social-icons a i.fa-google-plus {
  background: #c53942; }

/* line 173, static/scss/_blog.scss */
.share-items .post-social-icons a i.fa-linkedin {
  background: #3daccf; }

/* line 179, static/scss/_blog.scss */
.blog-post-item {
  position: relative; }
  /* line 181, static/scss/_blog.scss */
  .blog-post-item .post-thumb {
    overflow: hidden;
    position: relative; }
    /* line 184, static/scss/_blog.scss */
    .blog-post-item .post-thumb figure {
      margin: 0; }
    /* line 187, static/scss/_blog.scss */
    .blog-post-item .post-thumb .post-categories {
      font-weight: 600;
      position: absolute;
      z-index: 2;
      top: 0;
      left: 30px;
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transition: all .2s ease-in-out 0s;
      -o-transition: all .2s ease-in-out 0s;
      transition: all .2s ease-in-out 0s; }
      /* line 198, static/scss/_blog.scss */
      .blog-post-item .post-thumb .post-categories a {
        color: #fff;
        font-size: 13px;
        display: inline-block;
        background: #ff208c;
        border-radius: 50px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px;
        padding: 5px 15px;
        margin-top: 30px; }
  /* line 213, static/scss/_blog.scss */
  .blog-post-item .post-item-content {
    padding: 80px 30px 25px;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #fff;
    background-image: -webkit-linear-gradient(top, transparent 0%, #323031 100%);
    background-image: -o-linear-gradient(top, transparent 0%, #323031 100%);
    background-image: linear-gradient(to bottom, transparent 0%, #323031 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#FF323031',GradientType=0); }
    /* line 226, static/scss/_blog.scss */
    .blog-post-item .post-item-content .post-date {
      font-size: 13px;
      margin: 0 0 5px; }
    /* line 230, static/scss/_blog.scss */
    .blog-post-item .post-item-content .post-title {
      font-size: 16px;
      line-height: 22px;
      margin: 0; }
      /* line 234, static/scss/_blog.scss */
      .blog-post-item .post-item-content .post-title a {
        color: #fff; }

/* line 240, static/scss/_blog.scss */
.blog-post-item:hover .post-categories {
  opacity: 1;
  filter: alpha(opacity=100); }

/* line 247, static/scss/_blog.scss */
#comments .comment-box {
  padding: 15px;
  background: #fafafa; }

/* line 251, static/scss/_blog.scss */
#comments h3 {
  font-size: 24px;
  padding: 15px 0;
  font-weight: 700; }

/* line 257, static/scss/_blog.scss */
.respond-title {
  font-size: 24px;
  margin-bottom: 60px;
  color: #999;
  text-transform: capitalize; }

/* line 263, static/scss/_blog.scss */
#comments .comments-list {
  padding: 0;
  margin: 0 0 15px 0;
  border-bottom: 1px solid #fafafa; }
  /* line 267, static/scss/_blog.scss */
  #comments .comments-list .media {
    padding-bottom: 60px; }
    /* line 269, static/scss/_blog.scss */
    #comments .comments-list .media .thumb-left {
      float: left;
      position: relative;
      width: 200px;
      height: auto; }
      /* line 274, static/scss/_blog.scss */
      #comments .comments-list .media .thumb-left img {
        border: 2px solid #fff;
        box-shadow: 0px 2px 18px 0px rgba(198, 198, 198, 0.3); }
    /* line 279, static/scss/_blog.scss */
    #comments .comments-list .media .info-body {
      margin-left: 20px;
      box-shadow: 0 1px 1px rgba(37, 37, 37, 0.08);
      padding: 15px;
      background: #fff; }
      /* line 284, static/scss/_blog.scss */
      #comments .comments-list .media .info-body .media-heading {
        margin-bottom: 15px; }
        /* line 286, static/scss/_blog.scss */
        #comments .comments-list .media .info-body .media-heading .name {
          font-weight: 500;
          font-size: 18px; }
        /* line 290, static/scss/_blog.scss */
        #comments .comments-list .media .info-body .media-heading .comment-date {
          color: #999;
          margin-bottom: 5px;
          font-size: 14px; }

/* line 300, static/scss/_blog.scss */
#comments {
  margin-top: 15px; }
  /* line 302, static/scss/_blog.scss */
  #comments .comments-list li ul {
    padding-left: 100px; }

/* line 306, static/scss/_blog.scss */
.reply-link {
  color: #ff208c;
  font-size: 14px;
  margin-left: 5px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  /* line 314, static/scss/_blog.scss */
  .reply-link:hover {
    color: #ff208c; }

/* line 320, static/scss/_blog.scss */
.right-sidebar {
  padding-left: 20px; }

/* line 324, static/scss/_blog.scss */
.widget-search #search-form {
  position: relative; }

/* line 328, static/scss/_blog.scss */
.search-btn {
  position: absolute;
  top: 0;
  right: 20px;
  height: 42px;
  background-color: transparent;
  border: none; }
  /* line 335, static/scss/_blog.scss */
  .search-btn i {
    color: #999; }

/* line 340, static/scss/_blog.scss */
#sidebar {
  margin-bottom: 60px; }
  /* line 342, static/scss/_blog.scss */
  #sidebar .widget_search {
    margin-bottom: 60px; }
  /* line 345, static/scss/_blog.scss */
  #sidebar .widget {
    background-color: #fafafa;
    margin-bottom: 60px; }
    /* line 348, static/scss/_blog.scss */
    #sidebar .widget .widget-title {
      padding: 17px 25px;
      margin-top: 0;
      margin-bottom: 0;
      font-size: 20px;
      font-weight: 500;
      border-bottom: 1px solid #f1f1f1; }
  /* line 357, static/scss/_blog.scss */
  #sidebar .categories-list {
    padding: 20px; }
    /* line 359, static/scss/_blog.scss */
    #sidebar .categories-list li {
      padding: 7px 0; }
      /* line 361, static/scss/_blog.scss */
      #sidebar .categories-list li a {
        text-decoration: none;
        color: #888;
        width: 100%;
        display: inline-block;
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out; }
        /* line 370, static/scss/_blog.scss */
        #sidebar .categories-list li a:hover {
          color: #ff208c; }
        /* line 373, static/scss/_blog.scss */
        #sidebar .categories-list li a i {
          margin-right: 5px; }
      /* line 377, static/scss/_blog.scss */
      #sidebar .categories-list li .category-counter {
        font-size: 12px; }
  /* line 383, static/scss/_blog.scss */
  #sidebar .posts-list {
    padding: 20px; }
    /* line 385, static/scss/_blog.scss */
    #sidebar .posts-list li {
      padding-bottom: 12px; }
    /* line 388, static/scss/_blog.scss */
    #sidebar .posts-list .widget-thumb {
      float: left; }
      /* line 390, static/scss/_blog.scss */
      #sidebar .posts-list .widget-thumb a {
        display: block; }
        /* line 392, static/scss/_blog.scss */
        #sidebar .posts-list .widget-thumb a img {
          opacity: 1;
          max-width: 90px;
          margin: 5px 15px 0 0;
          transition: all 0.2s ease-in-out;
          -moz-transition: all 0.2s ease-in-out;
          -webkit-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out; }
    /* line 404, static/scss/_blog.scss */
    #sidebar .posts-list .widget-thumb:hover img {
      opacity: 0.7; }
    /* line 409, static/scss/_blog.scss */
    #sidebar .posts-list .widget-content a {
      font-weight: 500;
      color: #484848;
      font-size: 14px; }
      /* line 413, static/scss/_blog.scss */
      #sidebar .posts-list .widget-content a:hover {
        color: #ff208c; }
    /* line 417, static/scss/_blog.scss */
    #sidebar .posts-list .widget-content span {
      color: #999;
      font-size: 13px;
      display: block;
      margin: 2px 0; }
      /* line 422, static/scss/_blog.scss */
      #sidebar .posts-list .widget-content span i {
        padding-right: 5px; }
  /* line 429, static/scss/_blog.scss */
  #sidebar .tagcloud {
    padding: 20px; }
    /* line 431, static/scss/_blog.scss */
    #sidebar .tagcloud a {
      display: inline-block;
      padding: 5px 10px;
      border-radius: 4px;
      margin-bottom: 5px;
      color: #6f6f6f;
      transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -webkit-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out; }
      /* line 441, static/scss/_blog.scss */
      #sidebar .tagcloud a:hover {
        color: #ff208c; }
  /* line 446, static/scss/_blog.scss */
  #sidebar .add-box {
    padding: 20px; }
    /* line 448, static/scss/_blog.scss */
    #sidebar .add-box img {
      width: 100%; }

/* Contact Forme */
/* line 3, static/scss/_contact.scss */
#conatiner-map {
  width: 100%;
  height: 480px; }

/* line 7, static/scss/_contact.scss */
#google-map-area {
  padding-top: 60px;
  position: relative; }
  /* line 10, static/scss/_contact.scss */
  #google-map-area .container-fluid {
    padding-left: 0;
    padding-right: 0; }

/* line 15, static/scss/_contact.scss */
#content {
  position: relative; }
  /* line 17, static/scss/_contact.scss */
  #content .contact-form,
  #content .information {
    margin-top: 40px; }
  /* line 21, static/scss/_contact.scss */
  #content .contact-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 30px;
    padding-bottom: 25px;
    position: relative; }
    /* line 27, static/scss/_contact.scss */
    #content .contact-title:before {
      content: "";
      height: 3px;
      width: 40px;
      background: #ff208c;
      position: absolute;
      left: 0;
      bottom: 0;
      z-index: 1; }
  /* line 38, static/scss/_contact.scss */
  #content .contact-datails {
    color: #cccccc;
    margin-top: 15px;
    position: relative; }
    /* line 42, static/scss/_contact.scss */
    #content .contact-datails .icon {
      position: absolute; }
      /* line 44, static/scss/_contact.scss */
      #content .contact-datails .icon i {
        font-size: 18px;
        color: #ff208c; }
    /* line 49, static/scss/_contact.scss */
    #content .contact-datails .info {
      padding-left: 28px; }
      /* line 51, static/scss/_contact.scss */
      #content .contact-datails .info h3 {
        font-size: 15px;
        display: block; }
      /* line 55, static/scss/_contact.scss */
      #content .contact-datails .info .datail {
        display: block;
        color: #888; }

/* line 63, static/scss/_contact.scss */
.form-group {
  margin-bottom: 30px; }

/* line 66, static/scss/_contact.scss */
.form-control {
  display: block;
  width: 100%;
  line-height: 26px;
  font-size: 14px;
  box-shadow: none;
  color: #848484;
  background: #ffffff;
  padding: 7px 19px;
  border: 1px solid #e5e5e5;
  border-radius: 50px;
  font-weight: 400;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease; }

/* line 83, static/scss/_contact.scss */
textarea {
  border-radius: 4px !important; }

/* line 86, static/scss/_contact.scss */
.form-control:focus {
  border-color: #ff208c;
  outline: 0;
  box-shadow: none; }

/* line 93, static/scss/_contact.scss */
.login-area {
  width: 100%;
  background: #fafafa;
  color: #222;
  border-radius: 15px;
  border: 1px solid #eaedef; }
  /* line 99, static/scss/_contact.scss */
  .login-area h3 {
    margin: 0;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 48px;
    background: #f7f7f7;
    text-align: center;
    border-bottom: 1px solid #eaedef; }
  /* line 109, static/scss/_contact.scss */
  .login-area .login-form {
    padding: 30px 15px; }
    /* line 111, static/scss/_contact.scss */
    .login-area .login-form .input-icon {
      position: relative; }
      /* line 113, static/scss/_contact.scss */
      .login-area .login-form .input-icon i {
        font-size: 15px;
        left: 16px;
        color: #999;
        line-height: 22px;
        margin-top: -11px;
        position: absolute;
        top: 50%; }
      /* line 122, static/scss/_contact.scss */
      .login-area .login-form .input-icon input {
        padding-left: 40px; }
  /* line 127, static/scss/_contact.scss */
  .login-area .checkbox {
    display: inline-block; }
    /* line 129, static/scss/_contact.scss */
    .login-area .checkbox label {
      font-size: 13px;
      margin-left: 5px; }
  /* line 134, static/scss/_contact.scss */
  .login-area .forgetpassword {
    float: right;
    font-size: 14px;
    line-height: 20px;
    color: #999; }
    /* line 139, static/scss/_contact.scss */
    .login-area .forgetpassword:hover {
      color: #ff208c; }
  /* line 144, static/scss/_contact.scss */
  .login-area .form-links a {
    color: #999; }
    /* line 146, static/scss/_contact.scss */
    .login-area .form-links a:hover {
      color: #ff208c; }

/* line 152, static/scss/_contact.scss */
.close-account {
  padding: 15px;
  text-align: center; }
  /* line 155, static/scss/_contact.scss */
  .close-account p {
    margin-bottom: 10px; }
  /* line 158, static/scss/_contact.scss */
  .close-account .radio-inline {
    margin: 0px 5px 15px; }

/* line 163, static/scss/_contact.scss */
.wrapper-sub {
  padding: 50px 20px;
  background: #fafafa; }

/* line 168, static/scss/_contact.scss */
.subscribes p {
  font-size: 18px;
  color: #484848;
  line-height: 30px;
  font-weight: 500; }

/* line 175, static/scss/_contact.scss */
.subscribe {
  margin-top: 5px;
  width: 100%; }
  /* line 178, static/scss/_contact.scss */
  .subscribe .form-control {
    float: left;
    width: 100%;
    border-radius: 50px;
    position: relative;
    height: 52px; }
  /* line 185, static/scss/_contact.scss */
  .subscribe .btn {
    padding: 14px 26px;
    border-top-left-radius: 0;
    position: absolute;
    top: 5px;
    right: 15px;
    border-bottom-left-radius: 0; }

/* ==========================================================================
   Footer Style
   ========================================================================== */
/* line 4, static/scss/_footer.scss */
.block-title {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 20px;
  padding-bottom: 25px;
  position: relative; }
  /* line 11, static/scss/_footer.scss */
  .block-title:before {
    content: "";
    height: 3px;
    width: 40px;
    background: #ff208c;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1; }

/* line 23, static/scss/_footer.scss */
footer .footer-Content {
  background: #09090f;
  background: linear-gradient(90deg, #09090f 0%, #252531 50%, #11111f 100%); }
  /* line 29, static/scss/_footer.scss */
  footer .footer-Content .footer-logo img {
    width: 80%; }

/* line 35, static/scss/_footer.scss */
.textwidget {
  font-size: 14px;
  font-weight: 300;
  line-height: 24px; }
  /* line 39, static/scss/_footer.scss */
  .textwidget p {
    color: #b7c3c8;
    font-size: 15px; }

/* line 44, static/scss/_footer.scss */
footer .menu {
  padding-left: 0; }
  /* line 46, static/scss/_footer.scss */
  footer .menu li {
    padding-bottom: 10px; }
    /* line 48, static/scss/_footer.scss */
    footer .menu li a {
      color: #b7c3c8;
      font-size: 15px; }
      /* line 51, static/scss/_footer.scss */
      footer .menu li a:hover {
        color: #ff208c; }

/* line 58, static/scss/_footer.scss */
.media-content-list li {
  margin-bottom: 30px; }

/* line 61, static/scss/_footer.scss */
.media-content-list li:hover .overlay {
  opacity: 1; }

/* line 64, static/scss/_footer.scss */
.media-content-list .media-left {
  float: left;
  width: 92px;
  height: 70px;
  margin-right: 10px;
  position: relative;
  overflow: hidden; }
  /* line 71, static/scss/_footer.scss */
  .media-content-list .media-left .overlay {
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.3s ease-in-out; }
    /* line 81, static/scss/_footer.scss */
    .media-content-list .media-left .overlay .price {
      color: #fff;
      font-weight: bold;
      font-size: 14px;
      text-align: center;
      position: absolute;
      top: 30%;
      left: 33px; }

/* line 92, static/scss/_footer.scss */
.media-content-list .media-body {
  margin-left: 85px;
  margin-bottom: 0; }
  /* line 95, static/scss/_footer.scss */
  .media-content-list .media-body h4 {
    margin-bottom: 5px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400; }
    /* line 100, static/scss/_footer.scss */
    .media-content-list .media-body h4 a {
      color: #b7c3c8; }
      /* line 102, static/scss/_footer.scss */
      .media-content-list .media-body h4 a:hover {
        color: #ff208c; }

/* line 109, static/scss/_footer.scss */
.contact-footer {
  margin: 0;
  padding: 0;
  display: inline-block; }
  /* line 113, static/scss/_footer.scss */
  .contact-footer li {
    padding: 3px 0; }
    /* line 115, static/scss/_footer.scss */
    .contact-footer li strong {
      float: left; }
    /* line 118, static/scss/_footer.scss */
    .contact-footer li span {
      margin-left: 66px;
      display: block; }
      /* line 121, static/scss/_footer.scss */
      .contact-footer li span a {
        color: #b7c3c8; }
        /* line 123, static/scss/_footer.scss */
        .contact-footer li span a:hover {
          color: #ff208c; }

/* line 130, static/scss/_footer.scss */
.text-sub {
  margin-bottom: 10px; }

/* line 134, static/scss/_footer.scss */
#subscribe-form .form-group {
  position: relative; }
  /* line 136, static/scss/_footer.scss */
  #subscribe-form .form-group .btn-common {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 22px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 42px; }

/* line 148, static/scss/_footer.scss */
.bottom-card li {
  display: inline-block; }
  /* line 150, static/scss/_footer.scss */
  .bottom-card li img {
    max-width: 100%;
    height: auto; }

/* line 156, static/scss/_footer.scss */
#copyright {
  background-color: #111212;
  padding: 20px 0 10px;
  color: #fff; }
  /* line 160, static/scss/_footer.scss */
  #copyright p {
    line-height: 34px; }
    /* line 162, static/scss/_footer.scss */
    #copyright p a {
      color: #fff; }
      /* line 164, static/scss/_footer.scss */
      #copyright p a:hover {
        color: #ff208c; }

/* line 172, static/scss/_footer.scss */
.social-icon .facebook:hover {
  background-color: #3b5998; }

/* line 175, static/scss/_footer.scss */
.social-icon .twitter:hover {
  background-color: #55acee; }

/* line 178, static/scss/_footer.scss */
.social-icon .dribble:hover {
  background-color: #D34836; }

/* line 181, static/scss/_footer.scss */
.social-icon .flickr:hover {
  background-color: #ff0084; }

/* line 184, static/scss/_footer.scss */
.social-icon .youtube:hover {
  background-color: #CC181E; }

/* line 187, static/scss/_footer.scss */
.social-icon .google-plus:hover {
  background-color: #dd4b39; }

/* line 190, static/scss/_footer.scss */
.social-icon .linkedin:hover {
  background-color: #007bb5; }

/* line 3, static/scss/_about-page.scss */
#about .about-wrapper {
  padding: 40px 0; }

/* line 6, static/scss/_about-page.scss */
#about .intro-title {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 20px; }

/* line 11, static/scss/_about-page.scss */
#about .intro-desc {
  margin-bottom: 15px; }

/* line 16, static/scss/_about-page.scss */
.special-product {
  position: relative;
  margin: 0;
  overflow: hidden; }
  /* line 20, static/scss/_about-page.scss */
  .special-product:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out; }
  /* line 33, static/scss/_about-page.scss */
  .special-product .product-text {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    /* background: #555; */
    /* -webkit-transition: all .3s ease-in-out; */
    /* transition: all .3s ease-in-out; */
    /* -webkit-transform: translate3d(0, 100%, 0); */
    /* transform: translate3d(0, 100%, 0); */
    padding: 30px;
    z-index: 2; }
    /* line 46, static/scss/_about-page.scss */
    .special-product .product-text h3 {
      font-size: 30px;
      color: #fff; }
    /* line 50, static/scss/_about-page.scss */
    .special-product .product-text .offer-details {
      margin-top: 30px;
      color: #fff; }
      /* line 53, static/scss/_about-page.scss */
      .special-product .product-text .offer-details h4 {
        font-size: 18px; }
      /* line 56, static/scss/_about-page.scss */
      .special-product .product-text .offer-details p {
        font-size: 16px; }
    /* line 60, static/scss/_about-page.scss */
    .special-product .product-text .price {
      font-weight: 700;
      color: #fff;
      font-size: 26px;
      color: #03cd67;
      margin-bottom: 15px; }
    /* line 67, static/scss/_about-page.scss */
    .special-product .product-text .icon-footer {
      position: absolute;
      right: 30px;
      bottom: 20px; }
      /* line 71, static/scss/_about-page.scss */
      .special-product .product-text .icon-footer a {
        font-size: 30px;
        color: #fff; }
        /* line 74, static/scss/_about-page.scss */
        .special-product .product-text .icon-footer a:hover {
          color: #ff208c; }
    /* line 79, static/scss/_about-page.scss */
    .special-product .product-text .text {
      font-size: 15px;
      color: #fff;
      font-weight: 500; }

/* line 88, static/scss/_about-page.scss */
.cta {
  background: #fafafa; }

/* line 91, static/scss/_about-page.scss */
.single-cta {
  background: #fff;
  text-align: center;
  padding: 30px; }
  /* line 95, static/scss/_about-page.scss */
  .single-cta .cta-icon {
    padding-bottom: 15px; }
    /* line 97, static/scss/_about-page.scss */
    .single-cta .cta-icon i {
      font-size: 40px;
      color: #ff208c; }
  /* line 102, static/scss/_about-page.scss */
  .single-cta h4 {
    font-size: 18px;
    margin-bottom: 10px; }

/* line 107, static/scss/_about-page.scss */
.mb-30 {
  margin-bottom: 30px; }

/* line 2, static/scss/_tabs.scss */
.head-faq {
  margin-bottom: 20px; }

/* line 5, static/scss/_tabs.scss */
.panel-group .panel {
  margin-bottom: 24px; }

/* line 8, static/scss/_tabs.scss */
.panel-default {
  border-radius: 0px;
  border: none; }
  /* line 11, static/scss/_tabs.scss */
  .panel-default .panel-heading {
    padding: 0px 30px;
    outline: none;
    border-radius: 4px;
    background: #ffffff;
    border: 1px solid #f1f1f1;
    width: 100%;
    box-shadow: 0px 2px 18px 0px rgba(198, 198, 198, 0.3); }
    /* line 19, static/scss/_tabs.scss */
    .panel-default .panel-heading .panel-title {
      margin-top: 0px;
      margin-bottom: 0px;
      font-weight: 500;
      font-size: 14px;
      color: inherit; }
    /* line 26, static/scss/_tabs.scss */
    .panel-default .panel-heading a {
      font-size: 14px;
      font-weight: 400;
      padding: 15px 35px 15px 30px;
      display: inline-block;
      width: 100%;
      color: #484848;
      position: relative; }
    /* line 36, static/scss/_tabs.scss */
    .panel-default .panel-heading a:after {
      font-family: "LineIcons";
      content: "\e9d6";
      position: absolute;
      left: 0px;
      color: #ff208c;
      top: 50%;
      line-height: 1;
      padding: 0px 5px;
      margin-top: -7px; }
    /* line 47, static/scss/_tabs.scss */
    .panel-default .panel-heading .collapsed:after {
      content: "\e9bc"; }
  /* line 52, static/scss/_tabs.scss */
  .panel-default .panel-collapse .panel-body {
    padding: 15px 30px;
    background-color: #fff;
    border: 1px solid #ccc; }

/* line 2, static/scss/_counter.scss */
.counter-section {
  background: url(/static/img/background/counter-back1.jpg);
  overflow: hidden;
  position: relative; }
  /* line 6, static/scss/_counter.scss */
  .counter-section:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); }
  /* line 15, static/scss/_counter.scss */
  .counter-section .counter {
    padding: 30px 0; }
    /* line 17, static/scss/_counter.scss */
    .counter-section .counter .icon {
      margin-bottom: 30px; }
      /* line 19, static/scss/_counter.scss */
      .counter-section .counter .icon i {
        font-size: 60px;
        color: #ff208c; }
    /* line 24, static/scss/_counter.scss */
    .counter-section .counter .counterUp {
      color: #fff;
      font-size: 42px;
      font-weight: 700;
      margin-bottom: 10px; }
    /* line 30, static/scss/_counter.scss */
    .counter-section .counter p {
      font-size: 18px;
      color: #fff;
      font-weight: 400; }

/* line 38, static/scss/_counter.scss */
.img-box {
  display: inline-block;
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 90;
  margin: 10px 0;
  border-radius: 3px; }
  /* line 46, static/scss/_counter.scss */
  .img-box .img-box-content {
    position: absolute;
    z-index: 101;
    bottom: 0;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    transition: 0.3s ease-out;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    transform: translate(0, -50.5%); }
    /* line 57, static/scss/_counter.scss */
    .img-box .img-box-content h4 {
      font-size: 22px;
      line-height: 36px;
      color: #fff;
      margin: 0; }
    /* line 63, static/scss/_counter.scss */
    .img-box .img-box-content span {
      font-size: 16px;
      color: #fff; }
  /* line 68, static/scss/_counter.scss */
  .img-box .img-box-background {
    background-size: cover;
    transition: all 0.55s;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    transition: 0.3s ease-out;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out; }

/* line 81, static/scss/_counter.scss */
.img-box:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background-color: #222;
  opacity: 0.3;
  z-index: 99;
  transition: 0.3s ease-out;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out; }

/* line 96, static/scss/_counter.scss */
.img-box:hover:before {
  background-color: #ff208c;
  opacity: 0.7; }

/* line 100, static/scss/_counter.scss */
.img-box:hover .img-box-background {
  transform: scale(1.06); }

/* line 103, static/scss/_counter.scss */
.img-box:hover .img-box-content {
  bottom: 60px; }

/* line 1, static/scss/_error.scss */
.error-content {
  width: 100%;
  padding: 50px 0px; }
  /* line 4, static/scss/_error.scss */
  .error-content .error-message {
    padding: 0px 0px 45px;
    text-align: center; }
    /* line 7, static/scss/_error.scss */
    .error-content .error-message h2 {
      color: #ff208c;
      font-size: 200px;
      position: relative;
      margin: 0px;
      padding: 0px 10px 8px; }
    /* line 14, static/scss/_error.scss */
    .error-content .error-message h3 {
      color: #484848;
      font-size: 28px;
      font-weight: 500;
      line-height: 56px;
      margin: 0px; }
  /* line 22, static/scss/_error.scss */
  .error-content .form-error-search {
    width: 100%;
    float: left;
    margin: 0px 0px 30px;
    border-radius: 50px;
    border-width: 7px;
    border-style: solid;
    border-color: #ebebed;
    border-image: initial;
    position: relative; }
    /* line 32, static/scss/_error.scss */
    .error-content .form-error-search .form-control {
      width: 100%;
      float: left;
      height: 60px;
      font-size: 16px;
      line-height: 30px;
      border-width: 0px; }
    /* line 40, static/scss/_error.scss */
    .error-content .form-error-search .btn-search {
      top: 0px;
      right: 0px;
      z-index: 2;
      width: 190px;
      height: 60px;
      line-height: 60px;
      text-align: center;
      position: absolute;
      padding: 0px;
      border-radius: 0px 30px 30px 0px; }
  /* line 53, static/scss/_error.scss */
  .error-content .description {
    text-align: center;
    color: #999; }
    /* line 56, static/scss/_error.scss */
    .error-content .description a {
      color: #55acee; }
      /* line 58, static/scss/_error.scss */
      .error-content .description a:hover {
        color: #ff208c; }
