@media only screen and (min-width: 1400px) {
  .container {
    max-width: 1260px;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes heartBeat {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0);
    -moz-transform: translate(-50%, -50%) scale(0);
    -webkit-transform: translate(-50%, -50%) scale(0);
    -o-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    visibility: visible;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.5);
    -moz-transform: translate(-50%, -50%) scale(1.5);
    -webkit-transform: translate(-50%, -50%) scale(1.5);
    -o-transform: translate(-50%, -50%) scale(1.5);
    -ms-transform: translate(-50%, -50%) scale(1.5);
    opacity: 1;
  }
  75% {
    transform: translate(-50%, -50%) scale(0.5);
    -moz-transform: translate(-50%, -50%) scale(0.5);
    -webkit-transform: translate(-50%, -50%) scale(0.5);
    -o-transform: translate(-50%, -50%) scale(0.5);
    -ms-transform: translate(-50%, -50%) scale(0.5);
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes heartBeat {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0);
    -moz-transform: translate(-50%, -50%) scale(0);
    -webkit-transform: translate(-50%, -50%) scale(0);
    -o-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.5);
    -moz-transform: translate(-50%, -50%) scale(1.5);
    -webkit-transform: translate(-50%, -50%) scale(1.5);
    -o-transform: translate(-50%, -50%) scale(1.5);
    -ms-transform: translate(-50%, -50%) scale(1.5);
    opacity: 1;
  }
  75% {
    transform: translate(-50%, -50%) scale(0.5);
    -moz-transform: translate(-50%, -50%) scale(0.5);
    -webkit-transform: translate(-50%, -50%) scale(0.5);
    -o-transform: translate(-50%, -50%) scale(0.5);
    -ms-transform: translate(-50%, -50%) scale(0.5);
  }
  100% {
    opacity: 0;
  }
}
body {
  font-size: 14px;
  line-height: 1.5;
  font-family: 'Montserrat', sans-serif;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a,
a:hover,
a:focus,
a:active,
a.active {
  color: inherit;
  outline: none;
  text-decoration: none;
}
a:hover,
a:hover:hover,
a:focus:hover,
a:active:hover,
a.active:hover {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  margin-bottom: 0;
}
section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 992px) {
  section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
section.radius {
  border-radius: 4px;
}
section.medium {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 992px) {
  section.medium {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
section.medium.boxed {
  padding-bottom: 50px;
}
@media only screen and (min-width: 992px) {
  section.medium.boxed {
    padding-bottom: 100px;
  }
}
section.store,
section.profile {
  padding-top: 40px;
  padding-bottom: 0;
}
@media only screen and (min-width: 992px) {
  section.store,
  section.profile {
    padding-bottom: 40px;
  }
}
section .section-header h1,
section .section-header h2,
section .section-header h3,
section .section-header h4,
section .section-header h5,
section .section-header h6 {
  text-transform: uppercase;
}
section .section-header h1:after,
section .section-header h2:after,
section .section-header h3:after,
section .section-header h4:after,
section .section-header h5:after,
section .section-header h6:after {
  content: '';
  display: block;
  width: 90px;
  margin-top: 5px;
  border-top: 1px solid #3c8ffc;
}
@media only screen and (min-width: 992px) {
  section .section-header h1:after,
  section .section-header h2:after,
  section .section-header h3:after,
  section .section-header h4:after,
  section .section-header h5:after,
  section .section-header h6:after {
    width: 90px;
    margin-top: 10px;
  }
}
section .section-header.text-center h1:after,
section .section-header.text-center h2:after,
section .section-header.text-center h3:after,
section .section-header.text-center h4:after,
section .section-header.text-center h5:after,
section .section-header.text-center h6:after {
  margin: 20px auto 0;
}
@media only screen and (min-width: 992px) {
  section .section-header.text-center h1:after,
  section .section-header.text-center h2:after,
  section .section-header.text-center h3:after,
  section .section-header.text-center h4:after,
  section .section-header.text-center h5:after,
  section .section-header.text-center h6:after {
    margin: 20px auto 0;
  }
}
section .section-header .caption-header {
  padding-top: 20px;
  display: inline-block;
}
section .section-header + h1,
section .section-header + h2,
section .section-header + h3,
section .section-header + h4,
section .section-header + h5,
section .section-header + h6,
section .section-header + p,
section .section-header + ul {
  padding-top: 30px;
}
@media only screen and (min-width: 992px) {
  section .section-header + h1,
  section .section-header + h2,
  section .section-header + h3,
  section .section-header + h4,
  section .section-header + h5,
  section .section-header + h6,
  section .section-header + p,
  section .section-header + ul {
    padding-top: 50px;
  }
}
.boxed-container {
  padding-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .boxed-container {
    border-radius: 4px;
  }
}
@media only screen and (min-width: 992px) {
  .boxed-container {
    background-color: #ffffff;
    padding-bottom: 100px;
    overflow: hidden;
  }
}
.boxed-container:before {
  content: "";
  display: none;
  height: 60px;
  background-color: #3c8ffc;
}
@media only screen and (min-width: 992px) {
  .boxed-container:before {
    display: block;
  }
}
.boxed-container .block {
  padding: 50px 0 0 0;
}
@media only screen and (min-width: 992px) {
  .boxed-container .block {
    padding: 100px 30px 0 30px;
  }
}
.boxed-container .block .section-header {
  padding-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .boxed-container .block .section-header {
    padding-bottom: 50px;
  }
}
.boxed-container .block .section-header h1,
.boxed-container .block .section-header h2,
.boxed-container .block .section-header h3,
.boxed-container .block .section-header h4,
.boxed-container .block .section-header h5,
.boxed-container .block .section-header h6 {
  padding-top: 0;
}
.boxed-container .block h1,
.boxed-container .block h2,
.boxed-container .block h3,
.boxed-container .block h4,
.boxed-container .block h5,
.boxed-container .block h6 {
  padding-top: 20px;
}
.boxed-container .block h1 + p,
.boxed-container .block h2 + p,
.boxed-container .block h3 + p,
.boxed-container .block h4 + p,
.boxed-container .block h5 + p,
.boxed-container .block h6 + p,
.boxed-container .block h1 + ul,
.boxed-container .block h2 + ul,
.boxed-container .block h3 + ul,
.boxed-container .block h4 + ul,
.boxed-container .block h5 + ul,
.boxed-container .block h6 + ul,
.boxed-container .block h1 + ol,
.boxed-container .block h2 + ol,
.boxed-container .block h3 + ol,
.boxed-container .block h4 + ol,
.boxed-container .block h5 + ol,
.boxed-container .block h6 + ol,
.boxed-container .block h1 + blockquote,
.boxed-container .block h2 + blockquote,
.boxed-container .block h3 + blockquote,
.boxed-container .block h4 + blockquote,
.boxed-container .block h5 + blockquote,
.boxed-container .block h6 + blockquote {
  padding-top: 20px;
}
@media only screen and (min-width: 992px) {
  .boxed-container .block h1 + p,
  .boxed-container .block h2 + p,
  .boxed-container .block h3 + p,
  .boxed-container .block h4 + p,
  .boxed-container .block h5 + p,
  .boxed-container .block h6 + p,
  .boxed-container .block h1 + ul,
  .boxed-container .block h2 + ul,
  .boxed-container .block h3 + ul,
  .boxed-container .block h4 + ul,
  .boxed-container .block h5 + ul,
  .boxed-container .block h6 + ul,
  .boxed-container .block h1 + ol,
  .boxed-container .block h2 + ol,
  .boxed-container .block h3 + ol,
  .boxed-container .block h4 + ol,
  .boxed-container .block h5 + ol,
  .boxed-container .block h6 + ol,
  .boxed-container .block h1 + blockquote,
  .boxed-container .block h2 + blockquote,
  .boxed-container .block h3 + blockquote,
  .boxed-container .block h4 + blockquote,
  .boxed-container .block h5 + blockquote,
  .boxed-container .block h6 + blockquote {
    padding-top: 30px;
  }
}
.boxed-container .block blockquote {
  padding-left: 20px;
  border-left: 1px solid #3c8ffc;
}
.no-padding {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.no-padding-top {
  padding-top: 0 !important;
}
.no-padding-bottom {
  padding-bottom: 0 !important;
}
.hide {
  display: none !important;
}
.bkg-light {
  background-color: #edf5ff;
}
.bkg-dark {
  background-color: #031222;
}
.bkg-dark .section-header {
  color: #ffffff;
}
.bkg-white {
  background-color: #ffffff;
}
.disabled {
  cursor: not-allowed;
}
.view-more {
  padding-top: 60px;
}
@media only screen and (min-width: 992px) {
  .view-more {
    padding-top: 115px;
  }
}
.view-more .btn {
  font-weight: 600;
  text-transform: uppercase;
}
@media only screen and (min-width: 1400px) {
  .grid-4 .row {
    margin-right: -25px;
    margin-left: -25px;
  }
}
@media only screen and (min-width: 1400px) {
  .grid-4 .row [class*="col-"] {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media only screen and (min-width: 1200px) {
  .grid-2 .row,
  .grid-3 .row {
    margin-right: -30px;
    margin-left: -30px;
  }
}
@media only screen and (min-width: 1400px) {
  .grid-2 .row,
  .grid-3 .row {
    margin-right: -35px;
    margin-left: -35px;
  }
}
@media only screen and (min-width: 1200px) {
  .grid-2 .row [class*="col-"],
  .grid-3 .row [class*="col-"] {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 1400px) {
  .grid-2 .row [class*="col-"],
  .grid-3 .row [class*="col-"] {
    padding-right: 35px;
    padding-left: 35px;
  }
}
.animation-a {
  width: 30px;
  height: 30px;
  background-color: #3c8ffc;
  display: block;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
}
.animation-a.adding {
  animation: heartBeat 1s infinite;
  -webkit-animation: heartBeat 1s infinite;
  -moz-animation: heartBeat 1s infinite;
  -o-animation: heartBeat 1s infinite;
}
header.header {
  width: 100%;
}
header.header .top-bar {
  position: relative;
  background-color: #031222;
  height: 35px;
  z-index: 1501;
}
@media (max-width: 991px) {
  header.header .top-bar > .container {
    max-width: 100%!important;
  }
}
header.header .top-bar ul {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  display: none;
}
@media only screen and (min-width: 768px) {
  header.header .top-bar ul {
    display: inline-block;
  }
}
header.header .top-bar ul li {
  position: relative;
  display: inline-block;
  font-size: 12px;
  color: #ffffff;
}
header.header .top-bar ul li + li {
  margin-left: 10px;
  padding-left: 10px;
}
header.header .top-bar ul li + li:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  height: 15px;
  width: 1px;
  background-color: #ffffff;
  display: block;
}
header.header .top-bar ul li a {
  color: #ffffff;
}
header.header .top-bar ul li span {
  display: inline-block;
}
header.header .top-bar ul li span + span {
  padding-left: 5px;
}
header.header .top-bar .btn-group .btn {
  font-size: 12px;
  line-height: 35px;
  height: 35px;
  color: #ffffff;
  font-weight: normal;
  background-color: transparent;
  outline: none!important;
  border: 0;
  padding: 0 10px;
}
header.header .top-bar .btn-group .btn:after {
  position: absolute;
  top: 12px;
  right: 0;
  content: "\f107";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 11px;
  line-height: 11px;
  display: inline-block;
  width: auto;
  height: auto;
  margin-left: 0;
  vertical-align: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
}
header.header .top-bar .btn-group .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 50px;
  padding: 0 0;
  margin: 0 0 0 0;
  font-size: 12px;
  color: #ffffff;
  text-align: left;
  list-style: none;
  background-color: #031222;
  background-clip: padding-box;
  border: 0;
  border-radius: 0;
}
header.header .top-bar .btn-group .dropdown-menu.show {
  display: block;
}
header.header .top-bar .btn-group .dropdown-menu a {
  display: block;
  padding: 3px 10px;
  white-space: nowrap;
}
header.header .top-bar .btn-group .dropdown-menu a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
header.header .top-bar .btn-group.location .btn {
  padding: 0 10px 0 25px;
}
@media only screen and (min-width: 768px) {
  header.header .top-bar .btn-group.location .btn {
    padding: 0 10px;
  }
}
header.header .top-bar .btn-group.location .btn:before {
  position: absolute;
  top: 10px;
  left: 5px;
  content: "\f57d";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 14px;
  line-height: 14px;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  header.header .top-bar .btn-group.location .btn:before {
    display: none;
  }
}
header.header .top-bar .btn-group.location .dropdown-menu {
  min-width: 115px;
}
header.header .top-bar .btn-group.location .dropdown-menu a {
  padding: 3px 20px 3px 25px;
}
@media only screen and (min-width: 768px) {
  header.header .top-bar .btn-group.location .dropdown-menu a {
    padding: 3px 10px;
  }
}
header.header .main-menu-wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1500;
  height: 80px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
}
header.header .main-menu-wrapper nav {
  top: 0;
  left: 0;
  z-index: 1500;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header.header .main-menu-wrapper .main-menu {
  position: relative;
  width: 100%;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  header.header .main-menu-wrapper .main-menu > .container {
    max-width: 100%!important;
  }
}
header.header .main-menu-wrapper .main-menu ul {
  list-style: none;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
header.header .main-menu-wrapper .main-menu .logo {
  position: relative;
  float: left;
  height: 100%;
  line-height: 80px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header.header .main-menu-wrapper .main-menu .logo img {
  max-height: 25px;
}
@media only screen and (min-width: 992px) {
  header.header .main-menu-wrapper .main-menu .logo img {
    max-height: 35px;
  }
}
header.header .main-menu-wrapper .main-menu .hamburger {
  position: relative;
  float: left;
  height: 100%;
  width: 50px;
  margin-right: 0;
  line-height: 80px;
  margin-left: -15px;
}
@media only screen and (min-width: 992px) {
  header.header .main-menu-wrapper .main-menu .hamburger {
    display: none;
  }
}
header.header .main-menu-wrapper .main-menu .hamburger a {
  position: relative;
  padding: 0;
  height: 80px;
  width: 50px;
  display: block;
  outline: none;
  float: left;
}
header.header .main-menu-wrapper .main-menu .hamburger a span {
  display: block;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translate(0, -30%);
  transform: translate(0, -30%);
  background: transparent;
  border: 0;
  padding: 0;
  outline: none;
  width: 20px;
  height: 14px;
}
header.header .main-menu-wrapper .main-menu .hamburger a span:before,
header.header .main-menu-wrapper .main-menu .hamburger a span:after,
header.header .main-menu-wrapper .main-menu .hamburger a span span {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-color: #000000;
}
header.header .main-menu-wrapper .main-menu .hamburger a span:before,
header.header .main-menu-wrapper .main-menu .hamburger a span:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
header.header .main-menu-wrapper .main-menu .hamburger a span:before {
  -webkit-transform: translate3d(0, -7px, 0);
  transform: translate3d(0, -7px, 0);
}
header.header .main-menu-wrapper .main-menu .hamburger a span:after {
  -webkit-transform: translate3d(0, 6px, 0);
  transform: translate3d(0, 6px, 0);
}
header.header .main-menu-wrapper .main-menu .hamburger a span > span {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  overflow: hidden;
  text-indent: 200%;
}
@media only screen and (min-width: 992px) {
  header.header .main-menu-wrapper .main-menu .main-nav {
    text-align: center;
  }
}
header.header .main-menu-wrapper .main-menu .main-nav:before,
header.header .main-menu-wrapper .main-menu .main-nav:after {
  display: table;
  content: " ";
}
header.header .main-menu-wrapper .main-menu .main-nav:after {
  clear: both;
}
header.header .main-menu-wrapper .main-menu .main-nav a {
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 992px) {
  header.header .main-menu-wrapper .main-menu .main-nav a {
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) {
  header.header .main-menu-wrapper .main-menu .main-nav > li {
    height: 100%;
    display: inline-block;
  }
}
header.header .main-menu-wrapper .main-menu .main-nav > li > a {
  position: relative;
}
@media only screen and (min-width: 992px) {
  header.header .main-menu-wrapper .main-menu .main-nav > li > a {
    line-height: 80px;
    padding-right: 17px;
    padding-left: 17px;
    display: inline-block;
  }
}
@media only screen and (min-width: 992px) {
  header.header .main-menu-wrapper .main-menu .main-nav > li > a:before {
    position: absolute;
    left: auto;
    right: 17px;
    bottom: 0;
    z-index: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    content: "";
    height: 1px;
    width: 0;
    background-color: #3c8ffc;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
}
header.header .main-menu-wrapper .main-menu .main-nav > li:hover > a {
  opacity: 1;
}
@media only screen and (min-width: 992px) {
  header.header .main-menu-wrapper .main-menu .main-nav > li:hover > a:before {
    left: 17px;
    right: auto;
    width: calc(100% - 34px);
  }
}
header.header .main-menu-wrapper .main-menu .main-nav > li.active > a {
  font-weight: 600;
}
@media only screen and (min-width: 992px) {
  header.header .main-menu-wrapper .main-menu .main-nav > li.active > a:before {
    width: calc(100% - 34px);
  }
}
@media only screen and (min-width: 992px) {
  header.header .main-menu-wrapper .main-menu .main-nav .sub-menu > a:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f107";
    margin-left: 3px;
  }
}
header.header .main-menu-wrapper .main-menu .main-nav .sub-menu ul {
  text-align: left;
}
@media only screen and (min-width: 992px) {
  header.header .main-menu-wrapper .main-menu .main-nav .sub-menu ul {
    display: none;
    position: absolute;
    top: 100%;
    min-width: 220px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #031222;
  }
}
header.header .main-menu-wrapper .main-menu .main-nav .sub-menu ul > li > a {
  text-transform: none;
  font-weight: 400 !important;
}
@media only screen and (min-width: 992px) {
  header.header .main-menu-wrapper .main-menu .main-nav .sub-menu ul > li > a {
    font-size: 14px;
    padding-left: 17px;
    padding-right: 17px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #ffffff;
    display: block;
    border-bottom: none !important;
  }
}
@media only screen and (min-width: 992px) {
  header.header .main-menu-wrapper .main-menu .main-nav .sub-menu ul > li > a:hover {
    color: #3c8ffc;
  }
}
@media only screen and (min-width: 992px) {
  header.header .main-menu-wrapper .main-menu .main-nav .sub-menu .sub-menu {
    position: relative;
  }
}
@media only screen and (min-width: 992px) {
  header.header .main-menu-wrapper .main-menu .main-nav .sub-menu .sub-menu > a {
    position: relative;
    padding-right: 25px;
  }
}
@media only screen and (min-width: 992px) {
  header.header .main-menu-wrapper .main-menu .main-nav .sub-menu .sub-menu > a:after {
    font-family: 'FontAwesome';
    content: "\f105";
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    height: 15px;
    width: 15px;
    line-height: 1;
    margin-top: auto;
    margin-bottom: auto;
  }
}
@media only screen and (min-width: 992px) {
  header.header .main-menu-wrapper .main-menu .main-nav .sub-menu .sub-menu > ul {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    min-width: 220px;
  }
}
@media only screen and (min-width: 992px) {
  header.header .main-menu-wrapper .main-menu .main-nav .sub-menu .sub-menu:hover > ul {
    display: block;
    -webkit-animation: fadeIn 0.7s;
    animation: fadeIn 0.7s;
  }
}
@media only screen and (min-width: 992px) {
  header.header .main-menu-wrapper .main-menu .main-nav .sub-menu:hover > ul {
    display: block;
    -webkit-animation: fadeIn 0.5s;
    animation: fadeIn 0.5s;
  }
}
header.header .main-menu-wrapper .main-menu .main-nav:not(.small-screen) {
  display: none;
}
@media only screen and (min-width: 992px) {
  header.header .main-menu-wrapper .main-menu .main-nav:not(.small-screen) {
    display: block;
  }
}
@media only screen and (min-width: 992px) {
  header.header .main-menu-wrapper .main-menu .main-nav:not(.small-screen) > li > a {
    line-height: 70px;
    padding-top: 10px;
  }
}
header.header .main-menu-wrapper .main-menu .main-nav.small-screen {
  position: absolute;
  top: 100%;
  width: 280px;
  left: -280px;
  overflow: auto;
  background-color: #031222;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media only screen and (min-width: 576px) {
  header.header .main-menu-wrapper .main-menu .main-nav.small-screen {
    left: -480px;
  }
}
@media only screen and (min-width: 992px) {
  header.header .main-menu-wrapper .main-menu .main-nav.small-screen {
    display: none;
  }
}
header.header .main-menu-wrapper .main-menu .main-nav.small-screen a {
  color: #ffffff;
  padding-top: 10px;
  padding-left: 20px;
  padding-bottom: 10px;
  padding-right: 20px;
  display: block;
}
header.header .main-menu-wrapper .main-menu .main-nav.small-screen li {
  display: block;
}
header.header .main-menu-wrapper .main-menu .main-nav.small-screen > li {
  border-bottom: 1px solid #000000;
}
header.header .main-menu-wrapper .main-menu .main-nav.small-screen > li.menu-dropdown > ul {
  background-color: #ffffff;
}
header.header .main-menu-wrapper .main-menu .main-nav.small-screen > li.menu-dropdown > ul:before {
  border-top-color: #031222;
}
header.header .main-menu-wrapper .main-menu .main-nav.small-screen > li.menu-dropdown > ul > li:not(:last-of-type) {
  border-bottom: 1px solid rgba(3, 18, 34, 0.1);
}
header.header .main-menu-wrapper .main-menu .main-nav.small-screen > li.menu-dropdown > ul > li > a {
  color: #000000;
}
header.header .main-menu-wrapper .main-menu .main-nav.small-screen > li.menu-dropdown > ul > li > a.menu-trigger {
  background-color: #031222;
}
header.header .main-menu-wrapper .main-menu .main-nav.small-screen > li.menu-dropdown > ul > li > a:not(.menu-trigger):hover {
  background-color: #3c8ffc;
}
header.header .main-menu-wrapper .main-menu .main-nav.small-screen > li.menu-dropdown > ul > li.menu-dropdown > ul {
  background-color: #3c8ffc;
}
header.header .main-menu-wrapper .main-menu .main-nav.small-screen > li.menu-dropdown > ul > li.menu-dropdown > ul:before {
  border-top-color: #031222;
}
header.header .main-menu-wrapper .main-menu .main-nav.small-screen > li.menu-dropdown > ul > li.menu-dropdown > ul li:not(:last-of-type) {
  border-bottom: 1px solid #031222;
}
header.header .main-menu-wrapper .main-menu .main-nav.small-screen .menu-dropdown > a {
  position: relative;
  padding-right: 25px;
}
header.header .main-menu-wrapper .main-menu .main-nav.small-screen .menu-dropdown > a:after {
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f105";
  top: 0;
  right: 10px;
  bottom: 0;
  height: 15px;
  width: 15px;
  font-size: 15px;
  line-height: 1;
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
header.header .main-menu-wrapper .main-menu .main-nav.small-screen .menu-dropdown > a.menu-trigger:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
header.header .main-menu-wrapper .main-menu .main-nav.small-screen .menu-dropdown > ul {
  position: relative;
}
header.header .main-menu-wrapper .main-menu .main-nav.small-screen .menu-dropdown > ul:before {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  z-index: 1;
  border-left: solid 6px transparent;
  border-right: solid 6px transparent;
  border-top: solid 6px;
  display: block;
}
header.header .main-menu-wrapper .main-menu.main-menu-opened {
  background-color: #ffffff;
}
header.header .main-menu-wrapper .main-menu.main-menu-opened .hamburger a span:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
header.header .main-menu-wrapper .main-menu.main-menu-opened .hamburger a span:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}
header.header .main-menu-wrapper .main-menu.main-menu-opened .hamburger a span > span {
  opacity: 0;
}
header.header .main-menu-wrapper .main-menu.main-menu-opened .main-nav.small-screen {
  left: 0;
}
header.header .main-menu-wrapper .main-menu .right-block {
  float: right;
  white-space: nowrap;
  line-height: 80px;
}
header.header .main-menu-wrapper .main-menu .right-block .btn {
  font-weight: 600;
}
header.header .main-menu-wrapper .main-menu .right-block .btn > .fa {
  margin-right: 0;
}
header.header .main-menu-wrapper .main-menu .right-block .btn > .fa + span {
  margin-left: 5px;
}
header.header .main-menu-wrapper .main-menu .right-block .btn span {
  display: none;
}
@media only screen and (min-width: 768px) {
  header.header .main-menu-wrapper .main-menu .right-block .btn span {
    display: inline-block;
  }
}
header.header .main-menu-wrapper .main-menu .right-block .btn + .btn {
  margin-left: 5px;
}
header.header .main-menu-wrapper.sticky-nav nav {
  position: fixed !important;
}
header.header .main-menu-wrapper.sticky-nav .main-menu {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.15);
}
header.header .main-menu-wrapper .btn-group {
  position: relative;
}
@media only screen and (min-width: 992px) {
  header.header .main-menu-wrapper .btn-group.d-lg-block {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
header.header .main-menu-wrapper .btn-group .btn:after {
  display: none;
}
header.header .main-menu-wrapper .btn-group .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 165px;
  padding: 10px 0;
  margin: 21px 0 0 0;
  font-size: 14px;
  color: #ffffff;
  text-align: left;
  list-style: none;
  background-color: #031222;
  background-clip: padding-box;
  border: 0;
  border-radius: 0;
}
header.header .main-menu-wrapper .btn-group .dropdown-menu.show {
  display: block;
}
header.header .main-menu-wrapper .btn-group .dropdown-menu a {
  display: block;
  padding: 5px 13px;
  white-space: nowrap;
  line-height: normal;
}
header.header .main-menu-wrapper .btn-group .dropdown-menu a:hover {
  color: #3c8ffc;
}
header.header .main-menu-wrapper .btn-group .dropdown-menu a > i {
  margin-right: 5px;
}
header.header.floating {
  position: absolute !important;
}
.overlay-nav {
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 1499;
  height: 100vh;
  width: 100vw;
  display: none;
  background-color: rgba(3, 18, 34, 0.5);
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
}
footer.footer {
  position: relative;
  color: #ffffff;
  background-color: #031222;
}
footer.footer .back-to-top {
  padding: 6px 0;
  height: 40px;
  width: 40px;
  font-size: 18px;
  text-align: center;
  position: absolute;
  top: -20px;
  right: 15px;
}
footer.footer .block-navigation {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (min-width: 992px) {
  footer.footer .block-navigation {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}
footer.footer .block-navigation .logo {
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  footer.footer .block-navigation .logo {
    margin-bottom: 40px;
    text-align: left;
  }
}
@media only screen and (min-width: 992px) {
  footer.footer .block-navigation .logo {
    margin-bottom: 10px;
    min-height: 75px;
  }
}
footer.footer .block-navigation .logo img {
  max-width: 175px;
  height: auto;
}
footer.footer .block-navigation .info {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  footer.footer .block-navigation .info {
    text-align: left;
  }
}
footer.footer .block-navigation .heading {
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 15px;
}
footer.footer .block-navigation .heading:after {
  content: '';
  display: block;
  width: 90px;
  margin: 20px auto 0;
  border-top: 1px solid #3c8ffc;
}
@media only screen and (min-width: 992px) {
  footer.footer .block-navigation .heading:after {
    width: 90px;
    margin: 10px auto 0;
  }
}
footer.footer .block-navigation ul {
  list-style: none;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  text-align: center;
}
footer.footer .block-navigation ul li a {
  color: #ffffff;
}
footer.footer .block-navigation ul li a:hover {
  color: #3c8ffc;
}
footer.footer .block-navigation ul.social {
  padding-top: 5px;
}
@media only screen and (min-width: 768px) {
  footer.footer .block-navigation ul.social {
    padding-top: 0;
    display: table;
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  footer.footer .block-navigation ul.social {
    display: block;
    width: auto;
    text-align: left;
    padding-top: 90px;
  }
}
footer.footer .block-navigation ul.social li {
  display: inline-block;
  padding: 0 10px 0 0;
}
@media only screen and (min-width: 768px) {
  footer.footer .block-navigation ul.social li {
    display: table-cell;
    padding: 23px 0 30px 0;
  }
}
@media only screen and (min-width: 992px) {
  footer.footer .block-navigation ul.social li {
    display: inline-block;
    text-align: left;
    padding: 0 10px 0 0;
  }
}
footer.footer .block-navigation ul.social li:last-child {
  padding: 0 0 0 0;
}
footer.footer .block-navigation ul.social li a {
  font-size: 40px;
  line-height: 30px;
  color: #3c8ffc;
}
footer.footer .block-navigation ul.social li a:hover {
  color: #ffffff;
}
footer.footer .block-navigation + .block-copyright {
  padding-top: 0;
}
footer.footer .block-copyright {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
footer.footer .block-copyright a {
  color: #3c8ffc;
}
footer.footer .block-copyright a:hover {
  color: #3c8ffc;
}
footer.footer .newsletter-banner {
  text-align: center;
  background-color: #3c8ffc;
  padding-top: 45px;
  padding-bottom: 45px;
}
@media only screen and (min-width: 992px) {
  footer.footer .newsletter-banner {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
footer.footer .newsletter-banner label {
  position: relative;
  font-size: 20px;
  padding-left: 40px;
  padding-bottom: 15px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  footer.footer .newsletter-banner label {
    font-size: 28px;
    padding-left: 50px;
    display: block;
  }
}
@media only screen and (min-width: 992px) {
  footer.footer .newsletter-banner label {
    font-size: 28px;
    padding-left: 95px;
    padding-bottom: 0;
  }
}
footer.footer .newsletter-banner label:before {
  position: absolute;
  top: 0;
  left: 0;
  color: #ffffff;
  height: 100%;
  content: '\f0a1';
  font-size: 30px;
  line-height: 30px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  -webkit-transform: rotate(-35deg);
  -ms-transform: rotate(-35deg);
  transform: rotate(-35deg);
}
@media only screen and (min-width: 768px) {
  footer.footer .newsletter-banner label:before {
    top: -5px;
    font-size: 35px;
    line-height: 50px;
    left: 35px;
  }
}
@media only screen and (min-width: 992px) {
  footer.footer .newsletter-banner label:before {
    top: 0;
    font-size: 35px;
    line-height: 40px;
  }
}
footer.footer .newsletter-banner input[type="text"],
footer.footer .newsletter-banner input[type="search"],
footer.footer .newsletter-banner input[type="password"],
footer.footer .newsletter-banner input[type="email"],
footer.footer .newsletter-banner input[type="tel"],
footer.footer .newsletter-banner input[type="number"],
footer.footer .newsletter-banner input.form-control {
  border-color: #ffffff;
}
footer.footer .newsletter-banner input[type="text"]:focus,
footer.footer .newsletter-banner input[type="search"]:focus,
footer.footer .newsletter-banner input[type="password"]:focus,
footer.footer .newsletter-banner input[type="email"]:focus,
footer.footer .newsletter-banner input[type="tel"]:focus,
footer.footer .newsletter-banner input[type="number"]:focus,
footer.footer .newsletter-banner input.form-control:focus,
footer.footer .newsletter-banner input[type="text"]:active,
footer.footer .newsletter-banner input[type="search"]:active,
footer.footer .newsletter-banner input[type="password"]:active,
footer.footer .newsletter-banner input[type="email"]:active,
footer.footer .newsletter-banner input[type="tel"]:active,
footer.footer .newsletter-banner input[type="number"]:active,
footer.footer .newsletter-banner input.form-control:active {
  border-color: #ffffff;
}
footer.footer .newsletter-banner .btn {
  font-size: 1.125rem;
  line-height: 1.125rem;
  padding: .25rem 1.75rem;
  text-transform: uppercase;
  font-weight: 600;
}
footer.footer .newsletter-banner .btn:hover {
  color: #ffffff;
  background-color: #031222;
  border-color: #031222;
}
footer.footer .newsletter-banner.custom-1 input[type="text"],
footer.footer .newsletter-banner.custom-1 input[type="search"],
footer.footer .newsletter-banner.custom-1 input[type="password"],
footer.footer .newsletter-banner.custom-1 input[type="email"],
footer.footer .newsletter-banner.custom-1 input[type="tel"],
footer.footer .newsletter-banner.custom-1 input[type="number"],
footer.footer .newsletter-banner.custom-1 input.form-control {
  -webkit-border-top-left-radius: 38px;
  -webkit-border-bottom-left-radius: 38px;
  -moz-border-radius-topleft: 38px;
  -moz-border-radius-bottomleft: 38px;
  border-top-left-radius: 38px;
  border-bottom-left-radius: 38px;
}
.btn {
  display: inline-block;
  font-weight: 300;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  color: inherit;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 4px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn:focus {
  outline: none;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.btn.full-width {
  min-width: 100%;
}
.btn.btn-circle {
  border-radius: 50%;
}
.btn.btn-circle,
.btn.btn-square {
  padding: 0 0 0 0;
  font-size: 15px;
  line-height: 30px;
  width: 30px;
  height: 30px;
}
.btn.btn-circle > .fa,
.btn.btn-square > .fa {
  margin-right: 0;
}
.btn.btn-default {
  color: #6c6c6c;
  background-color: #e1e1e1;
  border-color: #e1e1e1;
}
.btn.btn-default:hover {
  background-color: #ffffff;
}
.btn.btn-primary {
  color: #ffffff;
  background-color: #3c8ffc;
  border-color: #3c8ffc;
}
.btn.btn-primary:hover,
.btn.btn-primary:active {
  color: #3c8ffc !important;
  background-color: #ffffff !important;
  border-color: #3c8ffc !important;
}
.btn.btn-secondary {
  color: #ffffff;
  background-color: #ffc67c;
  border-color: #ffc67c;
}
.btn.btn-secondary:hover {
  color: #ffc67c;
  background-color: #ffffff;
  border-color: #ffc67c;
}
.btn.btn-transparent {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.btn.btn-transparent:hover {
  color: #3c8ffc;
  background-color: #ffffff;
  border-color: #3c8ffc;
}
.btn.btn-transparent-2 {
  color: #3c8ffc;
  background-color: #ffffff;
  border-color: #3c8ffc;
}
.btn.btn-transparent-2:hover {
  color: #ffffff;
  background-color: #3c8ffc;
  border-color: #3c8ffc;
}
.btn.btn-facebook {
  color: #ffffff;
  background-color: #3a5997;
  border-color: #3a5997;
}
.btn.btn-facebook:hover {
  border-color: rgba(58, 89, 151, 0.9);
  background-color: rgba(58, 89, 151, 0.9);
}
.btn.btn-twitter {
  color: #ffffff;
  background-color: #1ba1f2;
  border-color: #1ba1f2;
}
.btn.btn-twitter:hover {
  border-color: rgba(27, 161, 242, 0.9);
  background-color: rgba(27, 161, 242, 0.9);
}
.btn.btn-linkedin {
  color: #ffffff;
  background-color: #0277b5;
  border-color: #0277b5;
}
.btn.btn-linkedin:hover {
  border-color: rgba(2, 119, 181, 0.9);
  background-color: rgba(2, 119, 181, 0.9);
}
.btn.btn-google {
  color: #ffffff;
  background-color: #d34936;
  border-color: #d34936;
}
.btn.btn-google:hover {
  border-color: rgba(211, 73, 54, 0.9);
  background-color: rgba(211, 73, 54, 0.9);
}
.btn > .fa {
  margin-right: 5px;
}
button.btn {
  text-transform: uppercase;
  font-weight: 600;
}
.btn {
  border-radius: 38px;
}
.btn.btn-circle {
  border-radius: 50%;
}
.rating {
  unicode-bidi: bidi-override;
  display: inline-block;
}
.rating:not(.rated) {
  direction: rtl;
}
.rating:not(.rated) > span {
  cursor: pointer;
}
.rating:not(.rated) > span:hover:before {
  content: "\2605";
  position: absolute;
}
.rating:not(.rated) > span:hover ~ span:before {
  content: "\2605";
  position: absolute;
}
.rating > span {
  display: inline-block;
  position: relative;
  width: 16px;
  color: #3c8ffc;
}
.pagination {
  display: block;
  border-radius: 0;
  padding-top: 50px;
}
@media only screen and (min-width: 992px) {
  .pagination {
    padding-top: 100px;
  }
}
.pagination li {
  display: inline-block;
  margin: 0 0 0 0;
}
.pagination li.disabled a {
  cursor: default;
}
.pagination li.disabled.prev a.page-link,
.pagination li.disabled.next a.page-link {
  background-color: rgba(204, 204, 204, 0.8) !important;
}
.pagination li.disabled.prev a.page-link:hover,
.pagination li.disabled.next a.page-link:hover {
  background-color: rgba(204, 204, 204, 0.8) !important;
}
.pagination li.active a {
  font-weight: 600;
}
.pagination li.prev a.page-link,
.pagination li.next a.page-link {
  padding: 0 0!important;
  color: #ffffff !important;
  background-color: #3c8ffc !important;
  border-radius: 4px;
  width: 40px;
}
.pagination li.prev a.page-link:hover,
.pagination li.next a.page-link:hover {
  color: #ffffff !important;
  background-color: #ffc67c !important;
}
.pagination li.prev {
  padding-right: 15px;
}
@media only screen and (min-width: 992px) {
  .pagination li.prev {
    padding-right: 30px;
  }
}
.pagination li.next {
  padding-left: 15px;
}
@media only screen and (min-width: 992px) {
  .pagination li.next {
    padding-left: 30px;
  }
}
.pagination li.first {
  padding-right: 5px;
}
.pagination li.last {
  padding-left: 5px;
}
.pagination li a.page-link {
  text-transform: uppercase;
}
.pagination li a.page-link:not(.prev),
.pagination li a.page-link:not(.next) {
  position: relative;
  display: block;
  padding: 0 2px;
  margin-left: -1px;
  line-height: 40px;
  height: 40px;
  color: #000000;
  background-color: transparent;
  border: 0;
}
.pagination li a.page-link:not(.prev):hover,
.pagination li a.page-link:not(.next):hover {
  color: #ffc67c;
}
.table-sheet {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.table-sheet > li {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.table-sheet > li + li {
  padding-top: 40px;
}
.table-sheet ul {
  list-style: none;
  margin: 0 -10px 0 -10px;
  padding: 0 0 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 992px) {
  .table-sheet ul {
    margin: 0 -10px 0 -10px;
  }
}
.table-sheet ul li {
  padding-right: 10px;
  padding-left: 10px;
  -ms-flex: 1;
  flex: 1;
}
@media only screen and (min-width: 992px) {
  .table-sheet ul li {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.table-sheet ul li.actions {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
@media only screen and (min-width: 768px) {
  .table-sheet ul li.actions {
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
  }
}
@media only screen and (min-width: 992px) {
  .table-sheet ul li.actions {
    -ms-flex: 1;
    flex: 1;
  }
}
.table-sheet ul li.actions ul {
  margin: 0 -5px 0 -5px;
}
@media only screen and (min-width: 992px) {
  .table-sheet ul li.actions ul {
    margin: 0 -10px 0 -10px;
  }
}
.table-sheet ul li.actions ul > li {
  padding-right: 5px;
  padding-left: 5px;
}
@media only screen and (min-width: 992px) {
  .table-sheet ul li.actions ul > li {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: right;
    padding-right: 10px;
    padding-left: 10px;
  }
}
.table-sheet ul li.actions ul > li + li {
  padding-top: 0;
}
@media only screen and (min-width: 992px) {
  .table-sheet ul li.actions ul > li + li {
    padding-top: 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .table-sheet ul li.actions ul > li + li {
    padding-top: 20px;
  }
}
.table-sheet ul li.actions ul > li .btn {
  margin-top: 20px;
}
@media only screen and (min-width: 992px) {
  .table-sheet ul li.actions ul > li .btn {
    margin-top: 0;
  }
}
.table-sheet.empty > li:nth-child(1) {
  padding: 5px 15px;
  background-color: #f09e4d;
  border-radius: 4px;
  overflow: hidden;
  text-align: center;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
}
.table-sheet.empty > li:nth-child(2) {
  padding: 50px 15px;
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid #e1e1e1;
  overflow: hidden;
  text-align: center;
  color: #6c6c6c;
  text-transform: uppercase;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .table-sheet.empty > li:nth-child(2) {
    margin-top: 40px;
  }
}
.table-sheet .btn {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  width: 100%;
  max-width: 180px;
  text-align: center;
}
@media only screen and (min-width: 370px) {
  .table-sheet .btn {
    font-size: 14px;
  }
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  background-color: #000000;
  background-clip: padding-box;
  border: 1px solid #000000;
  border-radius: .3rem;
}
.popover.bs-popover-left .arrow:before {
  border-left-color: #000000;
}
.popover.bs-popover-left .arrow:after {
  right: 1px;
  border-left-color: #000000;
}
.popover .popover-header {
  padding: 30px 40px 0 40px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
  background-color: #000000;
  border-bottom: 1px solid #000000;
}
.popover .popover-header:after {
  content: '';
  display: block;
  width: 90px;
  margin: 15px auto 0 auto;
  border-top: 1px solid #3c8ffc;
}
.popover .popover-body {
  padding: 30px 40px 30px 40px;
  color: #ffffff;
  text-align: center;
}
html.loading,
body.loading {
  height: 100%;
  overflow: hidden;
}
.page-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10060;
  background-color: #ffffff;
  display: none;
}
.page-loader.loading {
  display: block;
}
.page-loader .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.page-loader .loader .fa,
.page-loader .loader .fas {
  font-size: 48px;
  color: #3c8ffc;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular-.eot#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal .modal-dialog {
  border-radius: 45px;
}
.modal .modal-dialog .modal-header {
  border-bottom: 0;
}
.modal .modal-dialog .modal-header h1,
.modal .modal-dialog .modal-header h2,
.modal .modal-dialog .modal-header h3,
.modal .modal-dialog .modal-header h4,
.modal .modal-dialog .modal-header h5,
.modal .modal-dialog .modal-header h6 {
  text-transform: uppercase;
  width: 100%;
}
.modal .modal-dialog .modal-header h1:after,
.modal .modal-dialog .modal-header h2:after,
.modal .modal-dialog .modal-header h3:after,
.modal .modal-dialog .modal-header h4:after,
.modal .modal-dialog .modal-header h5:after,
.modal .modal-dialog .modal-header h6:after {
  content: '';
  display: block;
  width: 90px;
  margin-top: 10px;
  border-top: 1px solid #3c8ffc;
}
.modal .modal-dialog .modal-header.text-center h1:after,
.modal .modal-dialog .modal-header.text-center h2:after,
.modal .modal-dialog .modal-header.text-center h3:after,
.modal .modal-dialog .modal-header.text-center h4:after,
.modal .modal-dialog .modal-header.text-center h5:after,
.modal .modal-dialog .modal-header.text-center h6:after {
  margin: 5px auto 0;
}
@media only screen and (min-width: 992px) {
  .modal .modal-dialog .modal-header.text-center h1:after,
  .modal .modal-dialog .modal-header.text-center h2:after,
  .modal .modal-dialog .modal-header.text-center h3:after,
  .modal .modal-dialog .modal-header.text-center h4:after,
  .modal .modal-dialog .modal-header.text-center h5:after,
  .modal .modal-dialog .modal-header.text-center h6:after {
    margin: 10px auto 0;
  }
}
.modal .modal-dialog .modal-header .caption-header {
  padding-top: 20px;
  display: inline-block;
}
.modal .modal-dialog .modal-header + h1,
.modal .modal-dialog .modal-header + h2,
.modal .modal-dialog .modal-header + h3,
.modal .modal-dialog .modal-header + h4,
.modal .modal-dialog .modal-header + h5,
.modal .modal-dialog .modal-header + h6,
.modal .modal-dialog .modal-header + p,
.modal .modal-dialog .modal-header + ul {
  padding-top: 30px;
}
@media only screen and (min-width: 992px) {
  .modal .modal-dialog .modal-header + h1,
  .modal .modal-dialog .modal-header + h2,
  .modal .modal-dialog .modal-header + h3,
  .modal .modal-dialog .modal-header + h4,
  .modal .modal-dialog .modal-header + h5,
  .modal .modal-dialog .modal-header + h6,
  .modal .modal-dialog .modal-header + p,
  .modal .modal-dialog .modal-header + ul {
    padding-top: 50px;
  }
}
.modal .modal-dialog .modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 0;
  border-radius: 5px!important;
  outline: 0;
}
.modal .modal-dialog .modal-content .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 15px;
}
.modal .modal-dialog .modal-footer {
  justify-content: inherit;
  border-top: 0;
}
.modal.quick-view .modal-dialog {
  max-width: 290px;
  margin: 0 auto;
}
@media only screen and (min-width: 370px) {
  .modal.quick-view .modal-dialog {
    max-width: 300px;
  }
}
@media only screen and (min-width: 576px) {
  .modal.quick-view .modal-dialog {
    margin: 1.75rem auto;
  }
}
@media only screen and (min-width: 768px) {
  .modal.quick-view .modal-dialog {
    max-width: 600px;
  }
}
@media only screen and (min-width: 992px) {
  .modal.quick-view .modal-dialog {
    max-width: 990px;
  }
}
@media only screen and (min-width: 1200px) {
  .modal.quick-view .modal-dialog {
    max-width: 1170px;
  }
}
@media only screen and (min-width: 1400px) {
  .modal.quick-view .modal-dialog {
    max-width: 1300px;
  }
}
.modal.quick-view .modal-dialog .modal-content {
  color: #ffffff;
  background-color: #000000;
}
.modal.quick-view .modal-dialog .modal-content .modal-body {
  padding: 0;
}
.modal.quick-view .x-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 100;
  font-size: 18px;
  color: #ffffff;
  width: 25px;
  height: 25px;
  line-height: 27px;
  text-align: center;
  border-radius: 50%;
  background-color: #000000;
  overflow: hidden;
}
.modal.quick-view .quick-view-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.modal.quick-view .quick-view-wrapper .image-wrapper {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  min-height: 200px;
}
@media only screen and (min-width: 370px) {
  .modal.quick-view .quick-view-wrapper .image-wrapper {
    min-height: 220px;
  }
}
@media only screen and (min-width: 768px) {
  .modal.quick-view .quick-view-wrapper .image-wrapper {
    min-height: 440px;
  }
}
@media only screen and (min-width: 992px) {
  .modal.quick-view .quick-view-wrapper .image-wrapper {
    -ms-flex: 0 0 550px;
    flex: 0 0 550px;
    max-width: 550px;
    min-height: 300px;
  }
}
@media only screen and (min-width: 1200px) {
  .modal.quick-view .quick-view-wrapper .image-wrapper {
    -ms-flex: 0 0 555px;
    flex: 0 0 555px;
    max-width: 555px;
  }
}
@media only screen and (min-width: 1400px) {
  .modal.quick-view .quick-view-wrapper .image-wrapper {
    -ms-flex: 0 0 650px;
    flex: 0 0 650px;
    max-width: 650px;
  }
}
.modal.quick-view .quick-view-wrapper .image-wrapper .image {
  min-height: 200px;
}
@media only screen and (min-width: 370px) {
  .modal.quick-view .quick-view-wrapper .image-wrapper .image {
    min-height: 220px;
  }
}
@media only screen and (min-width: 768px) {
  .modal.quick-view .quick-view-wrapper .image-wrapper .image {
    min-height: 440px;
  }
}
@media only screen and (min-width: 992px) {
  .modal.quick-view .quick-view-wrapper .image-wrapper .image {
    min-height: 300px;
  }
}
.modal.quick-view .quick-view-wrapper .image-wrapper img {
  width: 100%;
  height: auto;
}
.modal.quick-view .quick-view-wrapper .content-wrapper {
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  padding: 15px;
}
.modal.quick-view .quick-view-wrapper .content-wrapper .category {
  font-size: 18px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 370px) {
  .modal.quick-view .quick-view-wrapper .content-wrapper .category {
    font-size: 24px;
  }
}
.modal.quick-view .quick-view-wrapper .content-wrapper .category:after {
  content: '';
  display: block;
  width: 90px;
  margin: 5px auto 0;
  border-top: 1px solid #3c8ffc;
}
.modal.quick-view .quick-view-wrapper .content-wrapper .name {
  display: inline-block;
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 10px;
  text-overflow: ellipsis;
  max-height: 20px;
  max-width: 100%;
  line-height: 20px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: nowrap;
  overflow: hidden;
}
@media only screen and (min-width: 370px) {
  .modal.quick-view .quick-view-wrapper .content-wrapper .name {
    font-size: 24px;
  }
}
.modal.quick-view .quick-view-wrapper .content-wrapper .name:hover {
  color: #3c8ffc;
}
.modal.quick-view .quick-view-wrapper .content-wrapper .price {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px 0;
  display: block;
}
@media only screen and (min-width: 370px) {
  .modal.quick-view .quick-view-wrapper .content-wrapper .price {
    font-size: 24px;
    margin: 10px 0;
  }
}
.modal.quick-view .quick-view-wrapper .content-wrapper .excerpt {
  color: #ffffff;
  margin: 10px auto 15px auto;
  max-width: 450px;
  display: none;
}
@media only screen and (min-width: 370px) {
  .modal.quick-view .quick-view-wrapper .content-wrapper .excerpt {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
}
.modal.quick-view .quick-view-wrapper .content-wrapper .excerpt:after {
  content: '';
  display: block;
  width: 90px;
  margin: 10px auto 0;
  border-top: 1px solid #3c8ffc;
}
.modal.quick-view .quick-view-wrapper .content-wrapper .location,
.modal.quick-view .quick-view-wrapper .content-wrapper .posted {
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
  display: none;
}
@media only screen and (min-width: 370px) {
  .modal.quick-view .quick-view-wrapper .content-wrapper .location,
  .modal.quick-view .quick-view-wrapper .content-wrapper .posted {
    display: block;
  }
}
.modal.quick-view .quick-view-wrapper .content-wrapper a:not(.btn) {
  color: #ffffff;
}
.modal.quick-view .quick-view-wrapper .content-wrapper a:not(.btn):hover {
  color: #3c8ffc;
}
.modal.quick-view .quick-view-wrapper .content-wrapper a.btn {
  font-weight: 600!important;
  margin-top: 15px;
}
.modal.report-this .modal-dialog {
  max-width: 300px;
  margin: 0 auto;
}
@media only screen and (min-width: 370px) {
  .modal.report-this .modal-dialog {
    max-width: 340px;
    margin: 1.75rem auto;
  }
}
@media only screen and (min-width: 768px) {
  .modal.report-this .modal-dialog {
    max-width: 600px;
  }
}
.modal.report-this .modal-dialog .modal-content {
  color: #ffffff;
  background-color: #000000;
}
.modal.report-this .modal-dialog .modal-content .modal-body {
  padding: 15px;
}
.modal.report-this .modal-dialog .modal-content .field-contactform-recaptcha .g-recaptcha {
  transform: scale(0.88);
  -webkit-transform: scale(0.88);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}
@media only screen and (min-width: 370px) {
  .modal.report-this .modal-dialog .modal-content .field-contactform-recaptcha .g-recaptcha {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.modal.report-this .x-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 100;
  font-size: 18px;
  color: #ffffff;
  width: 25px;
  height: 25px;
  line-height: 27px;
  text-align: center;
  border-radius: 50%;
  background-color: #000000;
  overflow: hidden;
}
/* Vertically align  */
.modal-open .modal.show .modal-dialog {
  -webkit-transform: translate(0, calc(0vh));
  -ms-transform: translate(0, 50vh) translate(0, -50%);
  -o-transform: translate(0, calc(0vh));
  transform: translate(0, 50vh) translate(0, -50%);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10040;
  background-color: #cccccc;
}
.modal-backdrop.in {
  opacity: .8;
}
.form-group {
  margin-bottom: 15px;
}
.input-group .input-group-prepend .input-group-text {
  background-color: #ffffff;
  border-color: #e1e1e1;
}
.input-group .input-group-append .input-group-text {
  background-color: #ffffff;
  border-color: #e1e1e1;
}
label {
  display: inline-block;
  margin-bottom: 0;
}
input[type="text"],
input[type="search"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="number"],
input.form-control {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.5;
  font-family: 'Montserrat', sans-serif;
  color: #000000;
  font-weight: 300;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
input[type="text"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input.form-control:focus,
input[type="text"]:active,
input[type="search"]:active,
input[type="password"]:active,
input[type="email"]:active,
input[type="tel"]:active,
input[type="number"]:active,
input.form-control:active {
  color: #000000;
  background-color: #ffffff;
  border-color: #6c6c6c;
  outline: none;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
textarea.form-control {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.5;
  font-family: 'Montserrat', sans-serif;
  color: #000000;
  font-weight: 300;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  resize: none;
  min-height: 165px;
}
textarea.form-control:focus,
textarea.form-control:active {
  color: #000000;
  background-color: #ffffff;
  border-color: #6c6c6c;
  outline: none;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
input[type=checkbox] {
  position: absolute;
  left: -1000em;
}
input[type=checkbox] + label {
  position: relative;
  padding: 2px 0 8px 25px;
  margin: 0 0 10px 0;
}
@media only screen and (min-width: 768px) {
  input[type=checkbox] + label {
    margin: 10px 0 0 0;
  }
}
input[type=checkbox] + label:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  z-index: 1;
  display: block;
  font-family: 'Font Awesome 5 Free';
  color: #6c6c6c;
  font-size: 24px;
  line-height: 24px;
  margin: 0 0 0 0;
  width: 21px;
  height: 21px;
  border: 1px solid #e1e1e1;
  border-radius: 2px;
  cursor: pointer;
}
input[type=checkbox]:checked + label:before {
  content: "\f14a";
  font-weight: 900;
  color: #3c8ffc;
  width: auto;
  height: auto;
  border: 0;
  top: 0;
  border-radius: 0;
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 36px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single:focus {
  outline: none!important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: #ffffff;
  border: 1px solid #e1e1e1;
  border-radius: 0;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #ffffff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
/* *** */
.select2-container--default {
  /* *** */
}
.select2-container--default .select2-selection--single {
  background-color: #ffffff;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #6c6c6c;
  line-height: 36px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #e1e1e1;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 8px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #3c8ffc transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -4px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #e1e1e1;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #3c8ffc transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: #ffffff;
  border: 1px solid #e1e1e1;
  border-radius: 0;
  cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #e1e1e1;
  margin-top: 5px;
  float: left;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e1e1e1;
  border: 1px solid #e1e1e1;
  border-radius: 0;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #e1e1e1;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #3c8ffc;
}
.form-group.icon .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 32px!important;
}
/* ***************************************** */
.kv-plugin-loading {
  background: transparent!important;
}
.select2-container--krajee {
  display: block;
}
.select2-container--krajee:focus {
  outline: none!important;
}
.select2-container--krajee .select2-selection {
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  background-color: #ffffff;
  border: 1px solid #e1e1e1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #e1e1e1;
  font-size: 14px;
  outline: none!important;
}
.select2-container--krajee .select2-selection:focus {
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(102, 175, 233, 0);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.075), 0 0 0 rgba(102, 175, 233, 0);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border-color: #e1e1e1;
}
.select2-container--krajee .select2-selection--single {
  padding: 6px 0 6px 0;
}
.select2-container--krajee .select2-selection--single:focus {
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(102, 175, 233, 0.6);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border-color: #e1e1e1;
  outline: none!important;
}
.select2-container--krajee .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-top: 3px;
  padding-left: 10px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container--krajee .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
  color: #e1e1e1;
}
.select2-container--krajee .select2-selection--single .select2-selection__arrow {
  border-left: 0;
  border-top-right-radius: 0!important;
  border-bottom-right-radius: 0!important;
  position: absolute;
  height: 40px;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--krajee .select2-selection--single .select2-selection__arrow:focus {
  outline: none!important;
}
.select2-container--krajee .select2-selection--single .select2-selection__arrow b {
  border-color: #3c8ffc transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--krajee.select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(102, 175, 233, 0);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.075), 0 0 0 rgba(102, 175, 233, 0);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border-color: #e1e1e1;
}
.select2-container--krajee.select2-container--open .select2-dropdown {
  webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  border-color: #e1e1e1;
  overflow-x: hidden;
  margin-top: -1px;
}
.select2-container--krajee.select2-container--open .select2-dropdown.select2-dropdown--below .select2-search input {
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.075);
  background: #fff url("https://demo.codinbit.com/thepure/images/search.png") right 10px top 13px no-repeat;
  border: 1px solid #e1e1e1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #555555;
}
.select2-container--krajee.select2-container--open .select2-dropdown.select2-dropdown--below .select2-results .select2-results__options li.select2-results__option {
  font-family: 'Montserrat', sans-serif;
}
.select2-container--krajee.select2-container--open .select2-dropdown.select2-dropdown--below .select2-results .select2-results__options li.select2-results__option.select2-results__option--highlighted {
  background-color: #3c8ffc;
  color: #ffffff;
}
.select2-container--krajee.select2-container--open .select2-dropdown.select2-dropdown--below .select2-results .select2-results__options li.select2-results__option.select2-results__message {
  background-color: #ffffff;
  color: #ffc67c;
  font-size: 10px;
  font-style: italic;
}
/* ***************************************** */
.ck.ck-editor__main > .ck-editor__editable:not(.ck-focused) {
  border-color: #e1e1e1 !important;
}
.ck.ck-editor__main > .ck-editor__editable:focus,
.ck.ck-editor__main > .ck-editor__editable:active {
  color: #000000;
  background-color: #ffffff;
  border-color: #6c6c6c !important;
  outline: none!important;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}
.ck.ck-toolbar {
  border-color: #e1e1e1 !important;
}
.ck.ck-toolbar__separator {
  background: #e1e1e1 !important;
}
.cke {
  border-color: #e1e1e1 !important;
}
.cke .cke_top {
  border-color: #e1e1e1 !important;
}
.cke .cke_bottom {
  border-color: #e1e1e1 !important;
}
/* ERRORS */
.form-group.has-error .cke_chrome {
  border-color: #e44d4d;
}
.ck-editor__editable {
  min-height: 200px;
}
.file-loading {
  top: 0;
  right: 0;
  width: 25px;
  height: 25px;
  font-size: 999px;
  text-align: right;
  color: #ffffff;
  background: transparent url('https://demo.codinbit.com/thepure/images/loading.gif') top left no-repeat;
  border: none;
}
.file-object {
  margin: 0 0 -5px 0;
  padding: 0;
}
.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  text-align: right;
  opacity: 0;
  background: none repeat scroll 0 0 transparent;
  cursor: inherit;
  display: block;
}
.file-caption-name {
  display: inline-block;
  overflow: hidden;
  height: 35px;
  padding: 0 0;
  word-break: break-all;
}
.input-group-lg .file-caption-name {
  height: 25px;
}
.file-zoom-dialog {
  text-align: left;
}
.file-error-message {
  color: #a94442;
  background-color: #f2dede;
  margin: 5px;
  border: 1px solid #ebccd1;
  border-radius: 4px;
  padding: 15px;
}
.file-error-message pre,
.file-error-message ul {
  margin: 0;
  text-align: left;
}
.file-error-message pre {
  margin: 5px 0;
}
.file-caption-disabled {
  background-color: #EEEEEE;
  cursor: not-allowed;
  opacity: 1;
}
.file-preview {
  -webkit-border-radius: 4px!important;
  -moz-border-radius: 4px!important;
  border-radius: 4px!important;
  border: 1px solid #e1e1e1;
  padding: 5px;
  width: 100%;
  margin-bottom: 15px;
}
.file-preview-frame {
  position: relative;
  display: table;
  margin: 8px;
  height: auto;
  border: 1px solid #ddd;
  box-shadow: 0 0 0 0 #ffffff;
  padding: 6px;
  float: left;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .file-preview-frame {
    height: 160px;
  }
}
.file-preview-frame:not(.file-preview-error):hover {
  box-shadow: 0 0 0 0 #ffffff;
}
.file-preview-image {
  vertical-align: middle;
  image-orientation: from-image;
}
.file-preview-text {
  display: block;
  color: #428bca;
  border: 1px solid #ddd;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  outline: none;
  padding: 8px;
  resize: none;
}
.file-preview-html {
  border: 1px solid #ddd;
  padding: 8px;
  overflow: auto;
}
.file-zoom-dialog .file-preview-text {
  font-size: 1.2em;
}
.file-preview-other {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  vertical-align: middle;
  padding: 10px;
}
.file-preview-other:hover {
  opacity: 0.8;
}
.file-actions,
.file-other-error {
  text-align: center;
}
.file-other-icon {
  font-size: 4.8em;
}
/* noinspection CssOverwrittenProperties */
.file-zoom-dialog .file-other-icon {
  font-size: 8em;
  font-size: 55vmin;
}
.file-input-new .file-preview,
.file-input-new .close,
.file-input-new .glyphicon-file,
.file-input-new .fileinput-remove-button,
.file-input-new .fileinput-upload-button {
  display: none;
}
.file-input-ajax-new .fileinput-remove-button,
.file-input-ajax-new .fileinput-upload-button {
  display: none;
}
.file-caption-main {
  width: 100%;
}
.file-caption-main .form-control {
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.5;
  height: calc(2.25rem);
  font-family: 'Montserrat', sans-serif;
  color: #000000;
  font-weight: 300;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #e1e1e1;
  border-radius: 4px!important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin-right: 5px;
}
.file-caption-main .form-control:focus,
.file-caption-main .form-control:active {
  color: #000000;
  background-color: #ffffff;
  border-color: #6c6c6c;
  outline: none;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.file-caption-main .btn {
  text-transform: uppercase;
  font-weight: 600;
}
.file-input-ajax-new .no-browse .input-group-btn,
.file-input-new .no-browse .input-group-btn {
  display: none;
}
.file-input-ajax-new .no-browse .form-control,
.file-input-new .no-browse .form-control {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.file-thumb-loading {
  background: transparent url('https://demo.codinbit.com/thepure/images/loading.gif') no-repeat scroll center center content-box !important;
}
.file-actions {
  margin: 15px 10px 10px 10px;
}
.file-footer-buttons button {
  min-height: 20px;
}
.file-footer-buttons button.btn {
  border: 0 solid transparent;
}
.file-upload-indicator {
  display: inline;
  cursor: default;
  opacity: 0.8;
  width: 60%;
  background-color: #ffffff;
}
.file-upload-indicator:hover {
  font-weight: bold;
  opacity: 1;
}
.file-footer-caption {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 160px;
  text-align: center;
  padding-top: 4px;
  font-size: 11px;
  color: #777;
  margin: 5px auto;
}
.file-preview-error {
  opacity: 0.65;
  box-shadow: none;
}
.file-preview-frame:not(.file-preview-error) .file-footer-caption:hover {
  color: #000;
}
.file-drop-zone {
  border: 0 dashed #6c6c6c;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  margin: 12px 15px 12px 12px;
  padding: 5px;
}
.file-drop-zone-title {
  color: #6c6c6c;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.6em;
  padding: 85px 10px;
  cursor: default;
}
.file-preview .clickable,
.clickable .file-drop-zone-title {
  cursor: pointer;
}
.file-drop-zone.clickable:hover {
  border: 0;
}
.file-drop-zone.clickable:focus {
  border: 0;
  outline: none;
}
.file-drop-zone .file-preview-thumbnails {
  cursor: default;
}
.file-preview-thumbnails {
  display: block;
}
.file-preview-thumbnails .file-preview-frame .kv-file-content {
  width: 130px;
  height: 100px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .file-preview-thumbnails .file-preview-frame .kv-file-content {
    width: 213px;
    height: 160px;
  }
}
.file-preview-thumbnails .file-preview-frame .kv-file-content img {
  width: 100%;
  height: auto;
}
.file-preview-thumbnails .file-preview-frame .file-thumbnail-footer {
  height: 50px;
}
.file-preview-thumbnails .file-preview-frame .file-thumbnail-footer .file-upload-indicator {
  display: none;
}
.file-preview-thumbnails .file-preview-frame .file-thumbnail-footer .file-actions .file-footer-buttons {
  float: none;
  min-width: 50px;
  margin: 0 auto;
}
.file-preview-thumbnails .file-preview-frame .file-thumbnail-footer .file-thumb-progress {
  top: 5px;
}
.file-highlighted {
  border: 2px dashed #999 !important;
  background-color: #f0f0f0;
}
.file-uploading {
  background: url('https://demo.codinbit.com/thepure/images/loading-sm.gif') no-repeat center bottom 10px;
  opacity: 0.65;
}
.file-thumb-progress {
  height: 10px;
}
.file-thumb-progress .progress,
.file-thumb-progress .progress-bar {
  height: 10px;
  font-size: 9px;
  line-height: 10px;
}
.file-thumbnail-footer {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  padding: 0 6px;
}
.file-thumb-progress {
  position: absolute;
  top: 35px;
  left: 0;
  right: 0;
  margin: 0 ;
}
.file-zoom-fullscreen.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.file-zoom-fullscreen .modal-dialog {
  position: fixed;
  margin: 0;
  width: 100%;
  height: 100%;
  padding: 0;
}
.file-zoom-fullscreen .modal-content {
  border-radius: 0;
  box-shadow: none;
}
.file-zoom-fullscreen .modal-body {
  overflow-y: auto;
}
.file-zoom-dialog .modal-title {
  display: none;
}
.file-zoom-dialog .modal-body {
  position: relative !important;
}
.file-zoom-dialog .btn-navigate {
  position: absolute;
  padding: 0;
  margin: 0;
  background: transparent;
  text-decoration: none;
  outline: none;
  opacity: 0.7;
  top: 45%;
  font-size: 4em;
  color: #1c94c4;
}
.file-zoom-dialog .floating-buttons {
  position: absolute;
  top: 5px;
  right: 10px;
}
.floating-buttons {
  z-index: 3000;
}
.floating-buttons .btn {
  z-index: 3000;
}
.file-zoom-dialog .kv-zoom-actions .btn,
.floating-buttons .btn {
  margin-left: 3px;
}
.file-zoom-dialog .btn-navigate:not([disabled]):hover,
.file-zoom-dialog .btn-navigate:not([disabled]):focus {
  outline: none;
  box-shadow: none;
  opacity: 0.5;
}
.file-zoom-dialog .btn-navigate[disabled] {
  opacity: 0.3;
}
.file-zoom-dialog .btn-prev {
  left: 1px;
}
.file-zoom-dialog .btn-next {
  right: 1px;
}
.file-drag-handle {
  display: inline;
  margin-right: 2px;
  font-size: 16px;
  opacity: 0.6;
  cursor: not-allowed;
}
.file-sortable .file-drag-handle {
  cursor: move;
  cursor: -webkit-grabbing;
  opacity: 1;
}
.file-sortable .file-drag-handle:hover {
  opacity: 0.7;
}
.file-zoom-content {
  height: 480px;
  text-align: center;
}
.file-preview-initial.sortable-chosen {
  background-color: #d9edf7;
}
.file-preview-frame.sortable-ghost {
  background-color: #eee;
}
/* IE 10 fix */
.btn-file ::-ms-browse {
  width: 100%;
  height: 100%;
}
/* *** */
.has-error .file-input .file-preview {
  border: 1px solid #e44d4d;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url('../images/ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: '\f104';
}
[dir="rtl"] .slick-prev:before {
  content: '\f105';
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: '\f105';
}
[dir="rtl"] .slick-next:before {
  content: '\f104';
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: 'Font Awesome 5 Free';
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
.slider-single .slider-item {
  display: block!important;
}
.slider-single .slider-item .image {
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  max-height: 550px;
  overflow: hidden;
}
.slider-single .slider-item .image img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .slider-single .slider-item .image img {
    visibility: hidden;
  }
}
.slider-single .slick-prev,
.slider-single .slick-next {
  background-color: #3c8ffc;
  width: 32px;
  height: 32px;
  line-height: 32px;
  top: 50%;
  z-index: 5;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .slider-single .slick-prev,
  .slider-single .slick-next {
    opacity: 1;
  }
}
.slider-single .slick-prev:before,
.slider-single .slick-next:before {
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.slider-single .slick-prev {
  left: -15px;
}
@media only screen and (min-width: 768px) {
  .slider-single .slick-prev {
    left: 20px;
  }
}
.slider-single .slick-next {
  right: -15px;
}
@media only screen and (min-width: 768px) {
  .slider-single .slick-next {
    right: 20px;
  }
}
.slider-single .slick-dots {
  position: absolute;
  bottom: 5px;
  list-style: none;
  display: block;
  line-height: 12px;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .slider-single .slick-dots {
    bottom: 30px;
  }
}
.slider-single .slick-dots li {
  position: relative;
  display: inline-block;
  height: 8px;
  width: 8px;
  margin: 5px 2px;
  padding: 0;
  cursor: pointer;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .slider-single .slick-dots li {
    height: 12px;
    width: 12px;
  }
}
.slider-single .slick-dots li button {
  background: transparent;
  border: 0;
  height: 8px;
  width: 8px;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  line-height: 0;
  border-radius: 50%;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .slider-single .slick-dots li button {
    height: 12px;
    width: 12px;
  }
}
.slider-single .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 8px;
  height: 8px;
  font-size: 6px;
  line-height: 8px;
  text-align: center;
  color: black;
  opacity: 1;
  border: 2px solid #ffffff;
  background: #ffffff;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .slider-single .slick-dots li button:before {
    height: 12px;
    width: 12px;
    line-height: 12px;
  }
}
.slider-single .slick-dots li button:hover:before {
  border-color: #ffc67c;
  background: #ffc67c;
}
.slider-single .slick-dots li.slick-active button:before {
  border-color: #3c8ffc;
  background: #3c8ffc;
}
.slider-multiple.slick-slider {
  margin: 0 -15px;
}
.slider-multiple.slick-slider .slick-slide {
  margin-right: 15px;
  margin-left: 15px;
}
.slider-multiple .slick-prev,
.slider-multiple .slick-next {
  background-color: #3c8ffc;
  width: 32px;
  height: 32px;
  line-height: 32px;
  top: 50%;
  z-index: 5;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .slider-multiple .slick-prev,
  .slider-multiple .slick-next {
    opacity: 1;
  }
}
.slider-multiple .slick-prev:before,
.slider-multiple .slick-next:before {
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.slider-multiple .slick-prev {
  left: 0;
}
@media only screen and (min-width: 768px) {
  .slider-multiple .slick-prev {
    left: -5px;
  }
}
@media only screen and (min-width: 992px) {
  .slider-multiple .slick-prev {
    left: -30px;
  }
}
@media only screen and (min-width: 1200px) {
  .slider-multiple .slick-prev {
    left: -48px;
  }
}
.slider-multiple .slick-next {
  right: 0;
}
@media only screen and (min-width: 768px) {
  .slider-multiple .slick-next {
    right: -5px;
  }
}
@media only screen and (min-width: 992px) {
  .slider-multiple .slick-next {
    right: -30px;
  }
}
@media only screen and (min-width: 1200px) {
  .slider-multiple .slick-next {
    right: -48px;
  }
}
.home-slider {
  position: relative;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 0;
  padding-bottom: 0;
}
.home-slider .item {
  width: 100vw;
  height: 100vh;
  padding: 0 20px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.home-slider .item .content-wrapper {
  height: 100%;
  padding-top: 150px;
}
@media only screen and (min-width: 768px) {
  .home-slider .item .content-wrapper {
    padding-top: 230px;
  }
}
.home-slider .item .content-wrapper .info {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 5px;
  text-align: center;
  padding: 20px 15px;
  margin: 0 auto 0 auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(0, 100px);
  -ms-transform: translate(0, 100px);
  transform: translate(0, 100px);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .home-slider .item .content-wrapper .info {
    padding: 40px 40px;
    max-width: 600px;
  }
}
@media only screen and (min-width: 992px) {
  .home-slider .item .content-wrapper .info {
    min-height: 200px;
    max-width: 820px;
  }
}
.home-slider .item .content-wrapper .info .info-header h1,
.home-slider .item .content-wrapper .info .info-header h2,
.home-slider .item .content-wrapper .info .info-header h3,
.home-slider .item .content-wrapper .info .info-header h4,
.home-slider .item .content-wrapper .info .info-header h5,
.home-slider .item .content-wrapper .info .info-header h6,
.home-slider .item .content-wrapper .info .info-header .heading {
  text-transform: uppercase;
}
.home-slider .item .content-wrapper .info .info-header h1:after,
.home-slider .item .content-wrapper .info .info-header h2:after,
.home-slider .item .content-wrapper .info .info-header h3:after,
.home-slider .item .content-wrapper .info .info-header h4:after,
.home-slider .item .content-wrapper .info .info-header h5:after,
.home-slider .item .content-wrapper .info .info-header h6:after,
.home-slider .item .content-wrapper .info .info-header .heading:after {
  content: '';
  display: block;
  width: 90px;
  margin-top: 10px;
  border-top: 1px solid #3c8ffc;
}
.home-slider .item .content-wrapper .info .info-header.text-center h1:after,
.home-slider .item .content-wrapper .info .info-header.text-center h2:after,
.home-slider .item .content-wrapper .info .info-header.text-center h3:after,
.home-slider .item .content-wrapper .info .info-header.text-center h4:after,
.home-slider .item .content-wrapper .info .info-header.text-center h5:after,
.home-slider .item .content-wrapper .info .info-header.text-center h6:after {
  margin: 10px auto 0;
}
.home-slider .item .content-wrapper .info .info-header .caption-header {
  padding-top: 20px;
  display: inline-block;
}
.home-slider .item .content-wrapper .info .info-header .heading {
  font-size: 24px;
}
@media only screen and (min-width: 992px) {
  .home-slider .item .content-wrapper .info .info-header .heading {
    font-size: 36px;
  }
}
.home-slider .item .content-wrapper .info .info-header + h1,
.home-slider .item .content-wrapper .info .info-header + h2,
.home-slider .item .content-wrapper .info .info-header + h3,
.home-slider .item .content-wrapper .info .info-header + h4,
.home-slider .item .content-wrapper .info .info-header + h5,
.home-slider .item .content-wrapper .info .info-header + h6,
.home-slider .item .content-wrapper .info .info-header + p,
.home-slider .item .content-wrapper .info .info-header + ul {
  padding-top: 30px;
}
@media only screen and (min-width: 992px) {
  .home-slider .item .content-wrapper .info .info-header + h1,
  .home-slider .item .content-wrapper .info .info-header + h2,
  .home-slider .item .content-wrapper .info .info-header + h3,
  .home-slider .item .content-wrapper .info .info-header + h4,
  .home-slider .item .content-wrapper .info .info-header + h5,
  .home-slider .item .content-wrapper .info .info-header + h6,
  .home-slider .item .content-wrapper .info .info-header + p,
  .home-slider .item .content-wrapper .info .info-header + ul {
    padding-top: 50px;
  }
}
.home-slider .item .content-wrapper .info .btn {
  font-weight: 600;
}
.home-slider .slick-active .item .content-wrapper .info {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.home-slider .slick-dots {
  position: absolute;
  bottom: 0;
  -webkit-transform: translate(0, -80px);
  transform: translate(0, -80px);
  list-style: none;
  display: block;
  line-height: 12px;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
@media only screen and (min-width: 370px) {
  .home-slider .slick-dots {
    -webkit-transform: translate(0, -250px);
    transform: translate(0, -250px);
  }
}
@media only screen and (min-width: 992px) {
  .home-slider .slick-dots {
    right: 15px;
    top: 50%;
    bottom: auto;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 30px;
  }
}
.home-categories .categories_wrapper {
  border-radius: 4px;
  background-color: rgba(243, 248, 251, 0.9);
  min-height: 320px;
  margin-top: -70px;
}
@media only screen and (min-width: 370px) {
  .home-categories .categories_wrapper {
    margin-top: -250px;
  }
}
@media only screen and (min-width: 768px) {
  .home-categories .categories_wrapper {
    margin-top: -130px;
  }
}
@media only screen and (min-width: 992px) {
  .home-categories .categories_wrapper {
    margin-top: -160px;
  }
}
.home-categories .categories_wrapper.custom-1 {
  margin-top: 0;
  background-color: transparent;
}
@media only screen and (min-width: 768px) {
  .home-categories .categories_wrapper.custom-1 {
    margin-top: 0;
  }
}
@media only screen and (min-width: 992px) {
  .home-categories .categories_wrapper.custom-1 {
    margin-top: 0;
  }
}
.home-categories .categories_wrapper.custom-1 .category-list .item a {
  display: inline-block;
}
.home-categories .categories_wrapper.custom-1 .category-list .item a:hover .icon {
  background-color: #ffc67c;
  border-color: #ffc67c;
}
.home-categories .categories_wrapper .category-search {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .home-categories .categories_wrapper .category-search {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 1400px) {
  .home-categories .categories_wrapper .category-search {
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media only screen and (min-width: 992px) {
  .home-categories .categories_wrapper .category-search .row {
    margin-right: -20px;
    margin-left: -20px;
  }
}
@media only screen and (min-width: 1400px) {
  .home-categories .categories_wrapper .category-search .row {
    margin-right: -35px;
    margin-left: -35px;
  }
}
@media only screen and (min-width: 992px) {
  .home-categories .categories_wrapper .category-search .row [class*="col-"] {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media only screen and (min-width: 1400px) {
  .home-categories .categories_wrapper .category-search .row [class*="col-"] {
    padding-right: 35px;
    padding-left: 35px;
  }
}
.home-categories .categories_wrapper .category-search .input-group,
.home-categories .categories_wrapper .category-search .form-group {
  position: relative;
}
.home-categories .categories_wrapper .category-search .input-group .fa,
.home-categories .categories_wrapper .category-search .form-group .fa {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 4;
  font-size: 16px;
}
.home-categories .categories_wrapper .category-search .input-group input[type="text"],
.home-categories .categories_wrapper .category-search .form-group input[type="text"],
.home-categories .categories_wrapper .category-search .input-group input[type="search"],
.home-categories .categories_wrapper .category-search .form-group input[type="search"],
.home-categories .categories_wrapper .category-search .input-group input[type="password"],
.home-categories .categories_wrapper .category-search .form-group input[type="password"],
.home-categories .categories_wrapper .category-search .input-group input[type="email"],
.home-categories .categories_wrapper .category-search .form-group input[type="email"],
.home-categories .categories_wrapper .category-search .input-group input[type="tel"],
.home-categories .categories_wrapper .category-search .form-group input[type="tel"],
.home-categories .categories_wrapper .category-search .input-group input[type="number"],
.home-categories .categories_wrapper .category-search .form-group input[type="number"],
.home-categories .categories_wrapper .category-search .input-group input.form-control,
.home-categories .categories_wrapper .category-search .form-group input.form-control {
  border-radius: 4px;
  padding-left: 32px;
}
.home-categories .categories_wrapper .category-search .input-group .btn,
.home-categories .categories_wrapper .category-search .form-group .btn {
  text-transform: uppercase;
  font-weight: 600;
  min-width: 100%;
}
.home-categories .categories_wrapper .category-list {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 50px;
}
@media only screen and (min-width: 992px) {
  .home-categories .categories_wrapper .category-list {
    padding-bottom: 60px;
  }
}
.home-categories .categories_wrapper .category-list .item {
  padding-top: 30px;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .home-categories .categories_wrapper .category-list .item {
    padding-top: 40px;
  }
}
.home-categories .categories_wrapper .category-list .item a {
  display: inline-block;
}
.home-categories .categories_wrapper .category-list .item a:hover .icon {
  background-color: #000000;
  border-color: #000000;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.25);
}
.home-categories .categories_wrapper .category-list .item .icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin: 0 auto 15px auto;
  background-color: #3c8ffc;
  border: 3px solid #3c8ffc;
  color: #ffffff;
  border-radius: 50%;
  display: block;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.home-categories .categories_wrapper .category-list .item .icon .fa {
  font-size: 24px;
}
.home-categories .categories_wrapper .category-list .item .icon img {
  width: 100%;
  height: auto;
}
.home-categories .categories_wrapper .category-list .item h1,
.home-categories .categories_wrapper .category-list .item h2,
.home-categories .categories_wrapper .category-list .item h3,
.home-categories .categories_wrapper .category-list .item h4,
.home-categories .categories_wrapper .category-list .item h5,
.home-categories .categories_wrapper .category-list .item h6 {
  color: #000000;
}
@media only screen and (max-width: 767px) {
  .home-categories .categories_wrapper .category-list .item h1,
  .home-categories .categories_wrapper .category-list .item h2,
  .home-categories .categories_wrapper .category-list .item h3,
  .home-categories .categories_wrapper .category-list .item h4,
  .home-categories .categories_wrapper .category-list .item h5,
  .home-categories .categories_wrapper .category-list .item h6 {
    font-size: 12px;
  }
}
@media only screen and (max-width: 991px) {
}
.home-categories .categories_wrapper .category-list .item h1:after,
.home-categories .categories_wrapper .category-list .item h2:after,
.home-categories .categories_wrapper .category-list .item h3:after,
.home-categories .categories_wrapper .category-list .item h4:after,
.home-categories .categories_wrapper .category-list .item h5:after,
.home-categories .categories_wrapper .category-list .item h6:after {
  content: '';
  display: none;
  width: 90px;
  margin: 5px auto 0 auto;
  border-top: 1px solid #3c8ffc;
}
@media only screen and (min-width: 992px) {
  .home-categories .categories_wrapper .category-list .item h1:after,
  .home-categories .categories_wrapper .category-list .item h2:after,
  .home-categories .categories_wrapper .category-list .item h3:after,
  .home-categories .categories_wrapper .category-list .item h4:after,
  .home-categories .categories_wrapper .category-list .item h5:after,
  .home-categories .categories_wrapper .category-list .item h6:after {
    display: block;
    width: 90px;
    margin: 10px auto 0 auto;
  }
}
.home-categories .categories_wrapper .category-list .item .counter {
  display: none;
  padding-top: 15px;
}
@media only screen and (min-width: 992px) {
  .home-categories .categories_wrapper .category-list .item .counter {
    display: block;
  }
}
.home-categories .categories_wrapper .category-list .item.empty {
  opacity: .5;
}
.home-categories .categories_wrapper .category-list .item.empty h1:after,
.home-categories .categories_wrapper .category-list .item.empty h2:after,
.home-categories .categories_wrapper .category-list .item.empty h3:after,
.home-categories .categories_wrapper .category-list .item.empty h4:after,
.home-categories .categories_wrapper .category-list .item.empty h5:after,
.home-categories .categories_wrapper .category-list .item.empty h6:after {
  content: "";
  width: 35px;
  height: 10px;
  border-radius: 5px;
  background-color: #3c8ffc;
  display: block;
}
.category-search-home {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 20px;
  padding-bottom: 5px;
  width: 100%;
  background-color: #3c8ffc;
  margin-top: -230px;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .category-search-home {
    position: absolute;
    left: 50%;
    bottom: 50px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    border-radius: 10px;
    width: 700px;
    margin-top: 0;
  }
}
@media only screen and (min-width: 992px) {
  .category-search-home {
    width: 960px;
    bottom: 40px;
    padding-top: 60px;
    padding-bottom: 45px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 1400px) {
  .category-search-home {
    width: 1230px;
  }
}
@media only screen and (min-width: 992px) {
  .category-search-home .row {
    margin-right: -20px;
    margin-left: -20px;
  }
}
@media only screen and (min-width: 1400px) {
  .category-search-home .row {
    margin-right: -35px;
    margin-left: -35px;
  }
}
@media only screen and (min-width: 992px) {
  .category-search-home .row [class*="col-"] {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media only screen and (min-width: 1400px) {
  .category-search-home .row [class*="col-"] {
    padding-right: 35px;
    padding-left: 35px;
  }
}
.category-search-home .input-group,
.category-search-home .form-group {
  position: relative;
}
.category-search-home .input-group .fa,
.category-search-home .form-group .fa {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 4;
  font-size: 16px;
}
.category-search-home .input-group input[type="text"],
.category-search-home .form-group input[type="text"],
.category-search-home .input-group input[type="search"],
.category-search-home .form-group input[type="search"],
.category-search-home .input-group input[type="password"],
.category-search-home .form-group input[type="password"],
.category-search-home .input-group input[type="email"],
.category-search-home .form-group input[type="email"],
.category-search-home .input-group input[type="tel"],
.category-search-home .form-group input[type="tel"],
.category-search-home .input-group input[type="number"],
.category-search-home .form-group input[type="number"],
.category-search-home .input-group input.form-control,
.category-search-home .form-group input.form-control {
  border-radius: 38px;
  padding-left: 32px;
}
.category-search-home .input-group .btn,
.category-search-home .form-group .btn {
  text-transform: uppercase;
  font-weight: 600;
  min-width: 100%;
}
.category-search-home .input-group .select2-container--default .select2-selection--single,
.category-search-home .form-group .select2-container--default .select2-selection--single {
  border-radius: 18px;
}
.category-search-home .input-group .select2-container--open.select2-container--below .select2-selection--single,
.category-search-home .form-group .select2-container--open.select2-container--below .select2-selection--single {
  -moz-border-radius-topleft: 18px;
  -webkit-border-top-left-radius: 18px;
  border-top-left-radius: 18px;
  -moz-border-radius-topright: 18px;
  -webkit-border-top-right-radius: 18px;
  border-top-right-radius: 18px;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
}
.category-search-home .input-group .select2-container--open.select2-container--above .select2-selection--single,
.category-search-home .form-group .select2-container--open.select2-container--above .select2-selection--single {
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 18px;
  -webkit-border-bottom-right-radius: 18px;
  border-bottom-right-radius: 18px;
  -moz-border-radius-bottomleft: 18px;
  -webkit-border-bottom-left-radius: 18px;
  border-bottom-left-radius: 18px;
}
.featured-stores {
  margin-top: 60px!important;
}
@media only screen and (min-width: 768px) {
  .featured-stores {
    margin-top: 80px!important;
  }
}
@media only screen and (min-width: 992px) {
  .featured-stores {
    margin-top: 100px!important;
  }
}
.featured-stores .item .img-thumbnail {
  position: relative;
  width: 160px;
  height: 160px;
  margin: 0 auto;
  background-color: #ffffff;
  border: 3px solid #3c8ffc;
  border-radius: 50%;
  z-index: 1;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.featured-stores .item .img-thumbnail img {
  width: 180px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.featured-stores .item .info {
  padding: 100px 25px 20px 25px;
  color: #6c6c6c;
  background-color: #ffffff;
  border-radius: 4px;
  margin-top: -80px;
  min-height: 180px;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .featured-stores .item .info {
    padding: 100px 20px 20px 20px;
  }
}
.featured-stores .item .info h1,
.featured-stores .item .info h2,
.featured-stores .item .info h3,
.featured-stores .item .info h4,
.featured-stores .item .info h5,
.featured-stores .item .info h6 {
  color: #000000;
}
.featured-stores .item .info h1 > .fa,
.featured-stores .item .info h2 > .fa,
.featured-stores .item .info h3 > .fa,
.featured-stores .item .info h4 > .fa,
.featured-stores .item .info h5 > .fa,
.featured-stores .item .info h6 > .fa {
  margin-right: 10px;
}
.featured-stores .item .info h1 + .actions,
.featured-stores .item .info h2 + .actions,
.featured-stores .item .info h3 + .actions,
.featured-stores .item .info h4 + .actions,
.featured-stores .item .info h5 + .actions,
.featured-stores .item .info h6 + .actions {
  padding-top: 0;
}
.featured-stores .item .info h1 + .excerpt,
.featured-stores .item .info h2 + .excerpt,
.featured-stores .item .info h3 + .excerpt,
.featured-stores .item .info h4 + .excerpt,
.featured-stores .item .info h5 + .excerpt,
.featured-stores .item .info h6 + .excerpt {
  padding-top: 10px;
}
.featured-stores .item .info .excerpt {
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.featured-stores .item .info .excerpt + .btn {
  margin-top: 10px;
}
.featured-stores .item .info .btn {
  font-size: 12px;
  font-weight: 600;
  padding: 3px 12px;
}
.featured-stores .item .actions {
  margin-top: 10px;
}
.featured-stores .item .actions .rating {
  float: none;
  margin-right: 0;
}
.featured-stores .item .actions .rating + .reviews {
  font-size: 12px;
  display: inline-block;
  white-space: nowrap;
  margin-left: 10px;
}
.featured-stores .item .actions + .excerpt {
  margin-top: 10px;
}
.featured-stores .slick-prev,
.featured-stores .slick-next {
  top: calc(50% + 32px) !important;
}
.featured-clients {
  margin-top: 50px!important;
}
@media only screen and (min-width: 992px) {
  .featured-clients {
    margin-top: 100px!important;
  }
}
.featured-clients .item .img-thumbnail {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  background-color: #ffffff;
  border: 3px solid #3c8ffc;
  border-radius: 50%;
  z-index: 1;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.featured-clients .item .img-thumbnail img {
  width: 120px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.featured-clients .item .info {
  padding: 70px 25px 20px 25px;
  color: #6c6c6c;
  background-color: #ffffff;
  border-radius: 4px;
  margin-top: -50px;
  min-height: 180px;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .featured-clients .item .info {
    padding: 70px 20px 20px 20px;
  }
}
.featured-clients .item .info .excerpt {
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.featured-clients .item .author {
  padding-bottom: 10px;
}
.featured-clients .item .author .name {
  font-size: 14px;
  line-height: 18px;
  width: 100%;
  display: block;
  padding-bottom: 10px;
}
.featured-clients .item .author .name strong,
.featured-clients .item .author .name b {
  display: block;
}
.featured-clients .slick-prev,
.featured-clients .slick-next {
  top: calc(50% + 17px) !important;
}
.featured-articles .item {
  text-align: center;
  padding-top: 60px;
}
@media only screen and (min-width: 992px) {
  .featured-articles .item {
    padding-top: 115px;
  }
}
.featured-articles .item .image {
  position: relative;
  overflow: hidden;
  display: block;
  -webkit-box-shadow: 15px 15px 50px -2px rgba(3, 18, 34, 0.25);
  -moz-box-shadow: 15px 15px 50px -2px rgba(3, 18, 34, 0.25);
  box-shadow: 15px 15px 50px -2px rgba(3, 18, 34, 0.25);
}
.featured-articles .item .image:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.22);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.featured-articles .item .image:after {
  content: "\f06e";
  font-family: 'Font Awesome 5 Free';
  font-size: 36px;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.featured-articles .item .image img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.featured-articles .item:hover .image:before,
.featured-articles .item:hover .image:after {
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 992px) {
  .featured-articles .item:hover .image img {
    -webkit-transform: rotate(4deg) scale(1.1);
    -ms-transform: rotate(4deg) scale(1.1);
    transform: rotate(4deg) scale(1.1);
  }
}
.featured-articles .item .info {
  position: relative;
  padding-top: 20px;
}
@media only screen and (min-width: 992px) {
  .featured-articles .item .info {
    padding-top: 65px;
  }
}
.featured-articles .item .info .name {
  font-size: 16px;
  margin-bottom: 15px;
  display: inline-block;
}
.featured-articles .item .info .name:after {
  content: '';
  display: block;
  width: 90px;
  margin: 20px auto 0;
  border-top: 1px solid #3c8ffc;
}
@media only screen and (min-width: 992px) {
  .featured-articles .item .info .name:after {
    width: 90px;
    margin: 20px auto 0;
  }
}
.featured-articles .item .info .excerpt {
  color: #6c6c6c;
  margin-bottom: 15px;
  max-height: 45px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (min-width: 768px) {
  .featured-articles .item .info .excerpt {
    min-height: 45px;
  }
}
.featured-articles .item .info .location,
.featured-articles .item .info .posted {
  font-size: 12px;
  font-weight: 500;
  color: #000000;
  display: block;
}
.listing-products .item {
  text-align: center;
  padding-top: 60px;
}
@media only screen and (min-width: 768px) {
  .listing-products .item {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 992px) {
  .listing-products .item {
    padding-top: 115px;
  }
}
.listing-products .item .image {
  position: relative;
  overflow: hidden;
  display: block;
  -webkit-box-shadow: 15px 15px 50px -2px rgba(3, 18, 34, 0.25);
  -moz-box-shadow: 15px 15px 50px -2px rgba(3, 18, 34, 0.25);
  box-shadow: 15px 15px 50px -2px rgba(3, 18, 34, 0.25);
}
.listing-products .item .image:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.22);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.listing-products .item .image img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.listing-products .item .promoted {
  position: relative;
  height: 0;
  z-index: 2;
  text-align: center;
}
.listing-products .item .promoted span {
  display: inline-block;
  font-size: 11px;
  line-height: 20px;
  height: 20px;
  padding: 0 10px;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #a60404;
  -webkit-transform: translate(0, -10px);
  transform: translate(0, -10px);
  border-radius: 20px 20px 20px 20px;
  -moz-border-radius: 20px 20px 20px 20px;
  -webkit-border-radius: 20px 20px 20px 20px;
}
.listing-products .item .quick-actions {
  position: relative;
  height: 0;
  z-index: 2;
  text-align: center;
}
.listing-products .item .quick-actions .btn {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.listing-products .item .quick-actions .btn + .btn {
  margin-left: 8px;
}
.listing-products .item .info {
  position: relative;
  padding-top: 35px;
}
@media only screen and (min-width: 992px) {
  .listing-products .item .info {
    padding-top: 65px;
  }
}
.listing-products .item .info .category {
  font-size: 16px;
  margin-bottom: 15px;
}
.listing-products .item .info .category:after {
  content: '';
  display: block;
  width: 90px;
  margin: 20px auto 0;
  border-top: 1px solid #3c8ffc;
}
@media only screen and (min-width: 992px) {
  .listing-products .item .info .category:after {
    margin: 20px auto 0;
  }
}
.listing-products .item .info .name {
  display: inline-block;
  color: #000000;
  font-weight: bold;
  text-overflow: ellipsis;
  max-height: 20px;
  max-width: 100%;
  line-height: 20px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: nowrap;
  overflow: hidden;
}
.listing-products .item .info .name:hover {
  color: #3c8ffc;
}
.listing-products .item .info .price {
  font-weight: bold;
  margin-bottom: 15px;
  display: block;
  margin-top: -5px;
}
.listing-products .item .info .excerpt {
  color: #6c6c6c;
  margin-bottom: 15px;
  max-height: 45px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (min-width: 768px) {
  .listing-products .item .info .excerpt {
    min-height: 45px;
  }
}
.listing-products .item .info .location,
.listing-products .item .info .posted {
  font-size: 12px;
  font-weight: 500;
  color: #000000;
  display: block;
}
.listing-products .item .item-wrapper .image-wrapper {
  position: relative;
}
.listing-products .item .item-wrapper .image-wrapper:before {
  content: "\f004";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 36px;
  color: #3c8ffc;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
}
.listing-products .item .item-wrapper .image-wrapper.adding:before {
  animation: heartBeat 1s ;
  -webkit-animation: heartBeat 1s ;
  -moz-animation: heartBeat 1s ;
  -o-animation: heartBeat 1s ;
}
@media only screen and (min-width: 992px) {
  .listing-products .item:hover .image:before {
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (min-width: 992px) {
  .listing-products .item:hover .image img {
    -webkit-transform: rotate(4deg) scale(1.1);
    -ms-transform: rotate(4deg) scale(1.1);
    transform: rotate(4deg) scale(1.1);
  }
}
.listing-products.list .item {
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .listing-products.list .item .info {
    padding-top: 0;
  }
}
.listing-products.list .item .info .category:after {
  margin: 5px 0 0;
}
@media only screen and (min-width: 992px) {
  .listing-products.list .item .info .category:after {
    margin: 10px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .listing-products.list .item .info .price {
    position: absolute;
    top: 50px;
    right: 0;
    margin-bottom: 0;
    margin-top: 0;
  }
}
.listing-products.list .item .info .excerpt {
  margin-top: 10px;
  margin-bottom: 10px;
  min-height: 20px;
  max-width: 725px;
}
@media only screen and (min-width: 992px) {
  .listing-products.list .item .info .excerpt {
    margin-top: 30px;
    margin-bottom: 10px;
  }
}
.listing-products.list .item[class*="col-"] {
  -ms-flex: 0 0 100%!important;
  flex: 0 0 100%!important;
  max-width: 100%!important;
}
@media only screen and (min-width: 768px) {
  .listing-products.list .item .item-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) {
  .listing-products.list .item .item-wrapper .image-wrapper {
    -ms-flex: 0 0 250px;
    flex: 0 0 250px;
    max-width: 250px;
  }
}
@media only screen and (min-width: 992px) {
  .listing-products.list .item .item-wrapper .image-wrapper {
    -ms-flex: 0 0 365px;
    flex: 0 0 365px;
    max-width: 365px;
  }
}
@media only screen and (min-width: 768px) {
  .listing-products.list .item .item-wrapper .info-wrapper {
    -ms-flex: 1;
    flex: 1;
    padding-left: 40px;
  }
}
.listing-reviews .item {
  background-color: #edf5ff;
  border-radius: 4px;
  padding: 0 15px 40px 15px;
  margin-top: 90px;
}
@media only screen and (min-width: 992px) {
  .listing-reviews .item {
    padding: 40px 15px 40px 15px;
    margin-top: 115px;
  }
}
@media only screen and (min-width: 992px) {
  .listing-reviews .item + .item {
    margin-top: 40px;
  }
}
.listing-reviews .item .item-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.listing-reviews .item .item-wrapper .user-details {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-top: -50px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .listing-reviews .item .item-wrapper .user-details {
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
    max-width: 180px;
    margin-top: 0;
    padding-bottom: 0;
  }
}
.listing-reviews .item .item-wrapper .user-details .avatar {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  background-color: #ffffff;
  border: 3px solid #3c8ffc;
  border-radius: 50%;
  z-index: 1;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.listing-reviews .item .item-wrapper .user-details .avatar + .date,
.listing-reviews .item .item-wrapper .user-details .avatar + .name {
  margin-top: 15px;
}
.listing-reviews .item .item-wrapper .user-details .avatar .fa,
.listing-reviews .item .item-wrapper .user-details .avatar .far,
.listing-reviews .item .item-wrapper .user-details .avatar .fas {
  font-size: 48px;
  line-height: 96px;
}
.listing-reviews .item .item-wrapper .user-details .avatar img {
  width: 100%;
  height: auto;
}
.listing-reviews .item .item-wrapper .user-details .date,
.listing-reviews .item .item-wrapper .user-details .name {
  display: block;
}
@media only screen and (min-width: 992px) {
  .listing-reviews .item .item-wrapper .user-details .date + .rating,
  .listing-reviews .item .item-wrapper .user-details .name + .rating {
    margin-top: 10px;
  }
}
.listing-reviews .item .item-wrapper .user-details .name {
  font-weight: 600;
}
.listing-reviews .item .user-comment {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
@media only screen and (min-width: 992px) {
  .listing-reviews .item .user-comment {
    -ms-flex: 1;
    flex: 1;
  }
}
.search-block {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 20px;
  padding-bottom: 5px;
  border-radius: 5px;
}
@media only screen and (min-width: 992px) {
  .search-block {
    padding-top: 60px;
    padding-bottom: 45px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 1400px) {
  .search-block {
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media only screen and (min-width: 992px) {
  .search-block .row {
    margin-right: -20px;
    margin-left: -20px;
  }
}
@media only screen and (min-width: 1400px) {
  .search-block .row {
    margin-right: -35px;
    margin-left: -35px;
  }
}
@media only screen and (min-width: 992px) {
  .search-block .row [class*="col-"] {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media only screen and (min-width: 1400px) {
  .search-block .row [class*="col-"] {
    padding-right: 35px;
    padding-left: 35px;
  }
}
.search-block .input-group,
.search-block .form-group {
  position: relative;
}
.search-block .input-group .fa,
.search-block .form-group .fa {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 4;
  font-size: 16px;
}
.search-block .input-group input[type="text"],
.search-block .form-group input[type="text"],
.search-block .input-group input[type="search"],
.search-block .form-group input[type="search"],
.search-block .input-group input[type="password"],
.search-block .form-group input[type="password"],
.search-block .input-group input[type="email"],
.search-block .form-group input[type="email"],
.search-block .input-group input[type="tel"],
.search-block .form-group input[type="tel"],
.search-block .input-group input[type="number"],
.search-block .form-group input[type="number"],
.search-block .input-group input.form-control,
.search-block .form-group input.form-control {
  border-radius: 4px;
}
.search-block .input-group.icon .fa,
.search-block .form-group.icon .fa {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 4;
  font-size: 16px;
}
.search-block .input-group.icon input[type="text"],
.search-block .form-group.icon input[type="text"],
.search-block .input-group.icon input[type="search"],
.search-block .form-group.icon input[type="search"],
.search-block .input-group.icon input[type="password"],
.search-block .form-group.icon input[type="password"],
.search-block .input-group.icon input[type="email"],
.search-block .form-group.icon input[type="email"],
.search-block .input-group.icon input[type="tel"],
.search-block .form-group.icon input[type="tel"],
.search-block .input-group.icon input[type="number"],
.search-block .form-group.icon input[type="number"],
.search-block .input-group.icon input.form-control,
.search-block .form-group.icon input.form-control {
  padding-left: 32px;
}
.search-block .btn {
  text-transform: uppercase;
  font-weight: 600;
  min-width: 100%;
}
.search-block ul.display-opts {
  list-style: none;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  width: 100%;
}
.search-block ul.display-opts li {
  display: inline-block;
  padding: 0 8px;
  line-height: 38px;
}
@media only screen and (min-width: 992px) {
  .search-block ul.display-opts li {
    padding: 0 5px;
  }
}
.search-block ul.display-opts li a {
  font-size: 24px;
  color: #ffffff;
}
@media only screen and (min-width: 992px) {
  .search-block ul.display-opts li a {
    font-size: 28px;
    color: #3c8ffc;
  }
}
.search-block.side {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  padding-bottom: 100px;
  margin-top: 115px;
  background-color: #edf5ff;
  max-width: 375px;
}
@media only screen and (min-width: 992px) {
  .search-block.side .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media only screen and (min-width: 992px) {
  .search-block.side .row [class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.not-found {
  position: relative;
  text-align: center;
}
.not-found:before {
  content: "\f071";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #3c8ffc;
  opacity: .2;
  font-size: 200px;
  line-height: 200px;
}
.not-found .info {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  min-width: 290px;
}
.not-found .info span {
  display: block;
}
.thank-you-block {
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .thank-you-block {
    padding-top: 50px;
  }
}
.thank-you-block h1,
.thank-you-block h2,
.thank-you-block h3,
.thank-you-block h4,
.thank-you-block h5,
.thank-you-block h6 {
  padding-top: 0!important;
}
.thank-you-block h1 + p,
.thank-you-block h2 + p,
.thank-you-block h3 + p,
.thank-you-block h4 + p,
.thank-you-block h5 + p,
.thank-you-block h6 + p {
  padding-top: 15px!important;
}
.thank-you-block .btn {
  margin-top: 20px;
  font-weight: 600;
  text-transform: uppercase;
}
.post-listing .form-group {
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) {
  .post-listing .form-group {
    margin-bottom: 40px;
  }
}
.post-listing .form-group input + p {
  padding-top: 15px;
}
.post-listing .map {
  height: 200px!important;
}
@media only screen and (min-width: 992px) {
  .post-listing .map {
    height: 340px!important;
  }
}
.post-listing .map img {
  width: 100%;
  height: auto;
}
.view-listing {
  background-color: #ffffff;
  min-height: 500px;
  margin-top: -50px;
  margin-bottom: -50px;
  margin-left: -15px;
  margin-right: -15px;
}
@media only screen and (min-width: 768px) {
  .view-listing {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    border-radius: 4px;
  }
}
.view-listing .search-block {
  background-color: #3c8ffc;
  border-radius: 0 0 0 0;
}
@media only screen and (min-width: 768px) {
  .view-listing .search-block {
    border-radius: 5px 5px 0 0;
  }
}
.view-listing .title {
  text-align: center;
  color: #ffffff;
  background-color: #031222;
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .view-listing .title {
    text-align: left;
  }
}
@media only screen and (min-width: 992px) {
  .view-listing .title {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 1400px) {
  .view-listing .title {
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media only screen and (min-width: 992px) {
  .view-listing .title .row {
    margin-right: -20px;
    margin-left: -20px;
  }
}
@media only screen and (min-width: 1400px) {
  .view-listing .title .row {
    margin-right: -35px;
    margin-left: -35px;
  }
}
@media only screen and (min-width: 992px) {
  .view-listing .title .row [class*="col-"] {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media only screen and (min-width: 1400px) {
  .view-listing .title .row [class*="col-"] {
    padding-right: 35px;
    padding-left: 35px;
  }
}
.view-listing .title .price {
  font-weight: 600;
  font-size: 24px;
}
@media only screen and (min-width: 768px) {
  .view-listing .title .price {
    text-align: right;
    font-size: 30px;
  }
}
.view-listing .title .btn {
  text-transform: uppercase;
  font-weight: 600;
  min-width: 280px;
}
@media only screen and (min-width: 768px) {
  .view-listing .title .btn {
    min-width: 100%;
  }
}
.view-listing .infos {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .view-listing .infos {
    padding-left: 0;
    padding-right: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .view-listing .infos {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.view-listing .infos .gallery {
  position: relative;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .view-listing .infos .gallery {
    margin-bottom: 0;
  }
}
.view-listing .infos .gallery .promoted {
  position: relative;
  height: 0;
  z-index: 2;
  text-align: center;
}
.view-listing .infos .gallery .promoted span {
  display: inline-block;
  font-size: 11px;
  line-height: 20px;
  height: 20px;
  padding: 0 10px;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #a60404;
  -webkit-transform: translate(0, -10px);
  transform: translate(0, -10px);
  border-radius: 20px 20px 20px 20px;
  -moz-border-radius: 20px 20px 20px 20px;
  -webkit-border-radius: 20px 20px 20px 20px;
}
@media only screen and (min-width: 768px) {
  .view-listing .infos .gallery .slider-single .slick-prev {
    left: -16px;
  }
}
@media only screen and (min-width: 768px) {
  .view-listing .infos .gallery .slider-single .slick-next {
    right: -16px;
  }
}
.view-listing .infos .gallery .counter {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 20px 25px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 16px;
  text-align: center;
  background-color: #ffc67c;
  display: none;
}
@media only screen and (min-width: 992px) {
  .view-listing .infos .gallery .counter {
    display: block;
  }
}
.view-listing .infos .gallery .counter span {
  display: block;
}
.view-listing .infos .map {
  display: none;
  height: 200px!important;
  margin: 20px 0 0 0;
}
@media only screen and (min-width: 992px) {
  .view-listing .infos .map {
    display: block;
    height: 340px!important;
  }
}
.view-listing .infos .map img {
  width: 100%;
  height: auto;
}
.view-listing .infos .actions-block {
  background-color: #edf5ff;
  text-align: center;
  padding: 20px 0 20px 0;
  border-radius: 5px;
}
@media only screen and (min-width: 768px) {
  .view-listing .infos .actions-block {
    height: 100%;
    padding: 40px 0 40px 0;
  }
}
@media only screen and (min-width: 992px) {
  .view-listing .infos .actions-block {
    height: 100%;
    padding: 40px 40px 40px 40px;
  }
}
.view-listing .infos .actions-block .user-details-wrapper {
  display: inline-block;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .view-listing .infos .actions-block .user-details-wrapper {
    display: block;
  }
}
.view-listing .infos .actions-block .user-details-wrapper.full {
  display: block;
}
@media only screen and (min-width: 1200px) {
  .view-listing .infos .actions-block .user-details-wrapper.full {
    margin-top: 40px!important;
  }
}
.view-listing .infos .actions-block .user-details-wrapper + .user-details-wrapper {
  margin: 10px auto 0 auto;
}
@media only screen and (min-width: 768px) {
  .view-listing .infos .actions-block .user-details-wrapper + .user-details-wrapper {
    margin: 20px auto 0 auto;
  }
}
.view-listing .infos .actions-block .user-details {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .view-listing .infos .actions-block .user-details {
    display: block;
  }
}
.view-listing .infos .actions-block .user-details .user-img {
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  max-width: 60px;
}
@media only screen and (min-width: 768px) {
  .view-listing .infos .actions-block .user-details .user-img {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.view-listing .infos .actions-block .user-details .user-name {
  -ms-flex: 1;
  flex: 1;
  padding-left: 10px;
}
@media only screen and (min-width: 768px) {
  .view-listing .infos .actions-block .user-details .user-name {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
  }
}
.view-listing .infos .actions-block .user-details .avatar {
  position: relative;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  background-color: #ffffff;
  border: 3px solid #3c8ffc;
  border-radius: 50%;
  z-index: 1;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .view-listing .infos .actions-block .user-details .avatar {
    width: 100px;
    height: 100px;
  }
}
.view-listing .infos .actions-block .user-details .avatar .fa,
.view-listing .infos .actions-block .user-details .avatar .far,
.view-listing .infos .actions-block .user-details .avatar .fas {
  font-size: 32px;
  line-height: 56px;
}
@media only screen and (min-width: 768px) {
  .view-listing .infos .actions-block .user-details .avatar .fa,
  .view-listing .infos .actions-block .user-details .avatar .far,
  .view-listing .infos .actions-block .user-details .avatar .fas {
    font-size: 48px;
    line-height: 96px;
  }
}
.view-listing .infos .actions-block .user-details .avatar img {
  width: 100%;
  height: auto;
}
.view-listing .infos .actions-block .user-details .name {
  text-align: left;
  font-weight: 600;
  font-size: 24px;
}
@media only screen and (min-width: 768px) {
  .view-listing .infos .actions-block .user-details .name {
    text-align: center;
    padding-top: 30px;
  }
}
.view-listing .infos .actions-block .user-details .name .verified {
  display: block;
  font-size: 18px;
  color: #3c8ffc;
}
.view-listing .infos .actions-block .joined,
.view-listing .infos .actions-block .location,
.view-listing .infos .actions-block .views,
.view-listing .infos .actions-block .posted {
  display: block;
}
.view-listing .infos .actions-block .joined {
  padding-bottom: 10px;
}
.view-listing .infos .actions-block .map {
  display: block;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
  background-color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .view-listing .infos .actions-block .map {
    padding: 20px 0;
  }
}
@media only screen and (min-width: 992px) {
  .view-listing .infos .actions-block .map {
    display: none;
  }
}
.view-listing .infos .actions-block a.btn {
  font-weight: 600;
  text-transform: uppercase;
  width: 100%;
  max-width: 240px;
}
@media only screen and (min-width: 768px) {
  .view-listing .infos .actions-block a.btn {
    max-width: 400px;
  }
}
@media only screen and (min-width: 992px) {
  .view-listing .infos .actions-block a.btn {
    max-width: 240px;
  }
}
.view-listing .infos .actions-block a.btn + .btn {
  margin-top: 20px;
}
.view-listing .infos .actions-block a.view-profile {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
}
.view-listing .infos .actions-block a.view-profile:hover {
  color: #3c8ffc;
}
.view-listing .infos .actions-block a.btn-action {
  font-size: 16px;
  color: #000000;
  display: block;
  text-transform: uppercase;
}
.view-listing .infos .actions-block a.btn-action:hover {
  color: #3c8ffc;
}
.view-listing .infos .actions-block a.btn-action.active {
  font-weight: 600;
  color: #3c8ffc;
}
.view-listing .infos .actions-block ul {
  list-style: none;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.view-listing .infos .actions-block ul.stack,
.view-listing .infos .actions-block ul.columns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.view-listing .infos .actions-block ul.stack li,
.view-listing .infos .actions-block ul.columns li {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media only screen and (min-width: 992px) {
  .view-listing .infos .actions-block ul.stack li,
  .view-listing .infos .actions-block ul.columns li {
    display: block;
  }
}
.view-listing .infos .actions-block ul.stack li + li,
.view-listing .infos .actions-block ul.columns li + li {
  padding-top: 15px;
}
@media only screen and (min-width: 992px) {
  .view-listing .infos .actions-block ul.stack li + li,
  .view-listing .infos .actions-block ul.columns li + li {
    padding-top: 25px;
  }
}
@media only screen and (min-width: 1200px) {
  .view-listing .infos .actions-block ul.stack li + li,
  .view-listing .infos .actions-block ul.columns li + li {
    padding-top: 35px;
  }
}
.view-listing .infos .actions-block ul.stack li.map-device,
.view-listing .infos .actions-block ul.columns li.map-device {
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .view-listing .infos .actions-block ul.stack li.map-device,
  .view-listing .infos .actions-block ul.columns li.map-device {
    margin-top: 25px;
    margin-bottom: 25px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .view-listing .infos .actions-block ul.stack li.map-device,
  .view-listing .infos .actions-block ul.columns li.map-device {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .view-listing .infos .actions-block ul.stack li .user-img + .user-name,
  .view-listing .infos .actions-block ul.columns li .user-img + .user-name {
    display: block;
    padding-top: 35px;
  }
}
.view-listing .infos .actions-block ul.stack li ul,
.view-listing .infos .actions-block ul.columns li ul {
  list-style: none;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  text-align: center;
}
.view-listing .infos .actions-block ul.stack li ul.social li,
.view-listing .infos .actions-block ul.columns li ul.social li {
  display: inline-block;
  padding: 0 5px 0 5px;
}
.view-listing .infos .actions-block ul.stack li ul.social li:last-child,
.view-listing .infos .actions-block ul.columns li ul.social li:last-child {
  padding: 0 0 0 0;
}
.view-listing .infos .actions-block ul.stack li ul.social li a,
.view-listing .infos .actions-block ul.columns li ul.social li a {
  font-size: 24px;
  line-height: 20px;
  color: #000000;
}
@media only screen and (min-width: 1200px) {
  .view-listing .infos .actions-block ul.stack li ul.social li a,
  .view-listing .infos .actions-block ul.columns li ul.social li a {
    font-size: 28px;
    line-height: 22px;
  }
}
.view-listing .infos .actions-block ul.stack li ul.social li a:hover,
.view-listing .infos .actions-block ul.columns li ul.social li a:hover {
  color: #3c8ffc;
}
@media only screen and (min-width: 992px) {
  .view-listing .infos .actions-block ul.columns li {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
}
.view-listing .infos .actions-block ul.columns li + li {
  padding-top: 15px;
}
@media only screen and (min-width: 992px) {
  .view-listing .infos .actions-block ul.columns li + li {
    padding-top: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .view-listing .infos .actions-block ul.columns li + li {
    padding-top: 0;
  }
}
@media only screen and (min-width: 992px) {
  .view-listing .infos .actions-block ul.columns li:nth-child(1) .user-details .user-name {
    display: none;
  }
}
.view-listing .infos .actions-block ul.columns li:nth-child(2) .user-details-wrapper {
  display: none;
}
@media only screen and (min-width: 992px) {
  .view-listing .infos .actions-block ul.columns li:nth-child(2) .user-details-wrapper {
    display: inline-block;
  }
}
.view-listing .details {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .view-listing .details {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .view-listing .details {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 1400px) {
  .view-listing .details {
    padding-left: 70px;
    padding-right: 70px;
  }
}
.view-listing .details .listing-custom {
  position: relative;
  display: block;
}
.view-listing .details .listing-custom.labels {
  padding-bottom: 50px;
}
.view-listing .details .listing-custom + .listing-custom {
  padding-top: 50px;
}
@media only screen and (min-width: 992px) {
  .view-listing .details .listing-custom + .listing-custom {
    padding-top: 50px;
  }
}
.view-listing .details .listing-custom + .listing-custom:before {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  content: '';
  display: block;
  width: 90px;
  border-top: 1px solid #3c8ffc;
}
@media only screen and (min-width: 992px) {
  .view-listing .details .listing-custom + .listing-custom:before {
    width: 90px;
  }
}
.view-listing .details .listing-custom:before,
.view-listing .details .listing-custom:after {
  display: table;
  content: " ";
}
.view-listing .details .listing-custom:after {
  clear: both;
}
.view-listing .details .listing-custom .item {
  position: relative;
  display: block;
  padding: 0 0 5px 25px;
}
@media only screen and (min-width: 768px) {
  .view-listing .details .listing-custom .item {
    float: left;
    width: 50%;
    padding: 0 0 5px 20px;
  }
}
@media only screen and (min-width: 992px) {
  .view-listing .details .listing-custom .item {
    width: 33.33333333%;
  }
}
@media only screen and (min-width: 1200px) {
  .view-listing .details .listing-custom .item {
    width: 25%;
  }
}
.view-listing .details .listing-custom .item:before,
.view-listing .details .listing-custom .item:after {
  display: table;
  content: " ";
}
.view-listing .details .listing-custom .item:after {
  clear: both;
}
.view-listing .details .listing-custom .item:before {
  content: "\f058";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #3c8ffc;
  position: absolute;
  top: 0;
  left: 0;
}
.view-listing .details .listing-custom .item.labeled {
  padding: 0 0 5px 0;
}
.view-listing .details .listing-custom .item.labeled:before {
  display: none;
}
.view-listing .details .listing-custom .item.labeled span {
  float: left;
  font-weight: 600;
}
.view-listing .details .listing-custom .item.labeled span:after {
  content: ":";
  padding-right: 10px;
}
.view-listing .details .listing-custom .item.labeled span + span {
  font-weight: normal;
}
.view-listing .details .listing-custom .item.labeled span + span:after {
  display: none;
}
.view-listing .details .listing-custom .item.labeled.url {
  width: 100%;
}
.view-listing .details .listing-custom .item.labeled.url ul {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
.view-listing .details .listing-custom .item.labeled.url ul:before,
.view-listing .details .listing-custom .item.labeled.url ul:after {
  display: table;
  content: " ";
}
.view-listing .details .listing-custom .item.labeled.url ul:after {
  clear: both;
}
.view-listing .details .listing-custom .item.labeled.url ul li:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.view-listing .details .listing-custom .item.labeled.url ul li:first-child span {
  display: inline-block;
}
.view-listing .details .listing-custom .item.labeled.url ul li:last-child {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
}
.view-listing .details .listing-custom .item.labeled.url ul li:last-child span {
  max-width: 100%;
  height: 26px;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: nowrap;
  overflow: hidden;
  font-weight: normal;
}
.view-listing .details .listing-custom .item.labeled.url ul li:last-child span:after {
  display: none;
}
.view-listing .details .detail-wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #ffffff;
}
@media only screen and (min-width: 992px) {
  .view-listing .details .detail-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.view-listing .details .detail-wrapper:last-child {
  padding-bottom: 0;
}
.view-listing .details .detail-wrapper + .detail-wrapper {
  padding-top: 0;
}
@media only screen and (min-width: 992px) {
  .view-listing .details .detail-wrapper + .detail-wrapper {
    padding-bottom: 50px;
  }
}
.view-listing .details .detail-wrapper .detail-header h1,
.view-listing .details .detail-wrapper .detail-header h2,
.view-listing .details .detail-wrapper .detail-header h3,
.view-listing .details .detail-wrapper .detail-header h4,
.view-listing .details .detail-wrapper .detail-header h5,
.view-listing .details .detail-wrapper .detail-header h6 {
  text-transform: uppercase;
}
.view-listing .details .detail-wrapper .detail-header h1:after,
.view-listing .details .detail-wrapper .detail-header h2:after,
.view-listing .details .detail-wrapper .detail-header h3:after,
.view-listing .details .detail-wrapper .detail-header h4:after,
.view-listing .details .detail-wrapper .detail-header h5:after,
.view-listing .details .detail-wrapper .detail-header h6:after {
  content: '';
  display: block;
  width: 90px;
  margin-top: 5px;
  border-top: 1px solid #3c8ffc;
}
@media only screen and (min-width: 992px) {
  .view-listing .details .detail-wrapper .detail-header h1:after,
  .view-listing .details .detail-wrapper .detail-header h2:after,
  .view-listing .details .detail-wrapper .detail-header h3:after,
  .view-listing .details .detail-wrapper .detail-header h4:after,
  .view-listing .details .detail-wrapper .detail-header h5:after,
  .view-listing .details .detail-wrapper .detail-header h6:after {
    width: 90px;
    margin-top: 10px;
  }
}
.view-listing .details .detail-wrapper .detail-header.text-center h1:after,
.view-listing .details .detail-wrapper .detail-header.text-center h2:after,
.view-listing .details .detail-wrapper .detail-header.text-center h3:after,
.view-listing .details .detail-wrapper .detail-header.text-center h4:after,
.view-listing .details .detail-wrapper .detail-header.text-center h5:after,
.view-listing .details .detail-wrapper .detail-header.text-center h6:after {
  margin: 20px auto 0;
}
@media only screen and (min-width: 992px) {
  .view-listing .details .detail-wrapper .detail-header.text-center h1:after,
  .view-listing .details .detail-wrapper .detail-header.text-center h2:after,
  .view-listing .details .detail-wrapper .detail-header.text-center h3:after,
  .view-listing .details .detail-wrapper .detail-header.text-center h4:after,
  .view-listing .details .detail-wrapper .detail-header.text-center h5:after,
  .view-listing .details .detail-wrapper .detail-header.text-center h6:after {
    margin: 20px auto 0;
  }
}
.view-listing .details .detail-wrapper .detail-content {
  padding-top: 50px;
}
@media only screen and (min-width: 992px) {
  .view-listing .details .detail-wrapper .detail-content {
    padding-top: 100px;
  }
}
.view-listing .details .detail-wrapper .detail-content .g-recaptcha {
  display: inline-block;
  margin: 0 auto 10px 0!important;
}
@media only screen and (min-width: 768px) {
  .view-listing .details .detail-wrapper .detail-content .g-recaptcha {
    float: right!important;
    margin: 0 auto 0 0!important;
  }
}
.view-listing .details .detail-wrapper .detail-content button.btn {
  font-weight: 600;
  text-transform: uppercase;
  min-width: 100%;
}
@media only screen and (min-width: 370px) {
  .view-listing .details .detail-wrapper .detail-content button.btn {
    min-width: 305px;
  }
}
@media only screen and (min-width: 576px) {
  .view-listing .details .detail-wrapper .detail-content button.btn {
    min-width: 305px;
  }
}
@media only screen and (min-width: 768px) {
  .view-listing .details .detail-wrapper .detail-content button.btn {
    float: left;
    min-width: 130px;
  }
}
.view-listing-wrapper {
  background-color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .view-listing-wrapper {
    padding-top: 0;
  }
}
@media only screen and (min-width: 992px) {
  .view-listing-wrapper {
    padding-top: 40px;
    background-color: #edf5ff !important;
  }
}
.view-store {
  min-height: 500px;
}
@media only screen and (min-width: 768px) {
  .view-store {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    border-radius: 4px;
  }
}
@media only screen and (min-width: 992px) {
  .view-store {
    background-color: #ffffff;
    overflow: hidden;
  }
}
.view-store:before {
  content: "";
  display: none;
  height: 60px;
  background-color: #3c8ffc;
}
@media only screen and (min-width: 992px) {
  .view-store:before {
    display: block;
  }
}
@media only screen and (min-width: 992px) {
  .view-store .infos {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .view-store .infos {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .view-store .infos .gallery.custom-1 {
    margin-bottom: 30px;
  }
}
.view-store .infos .search-block {
  position: relative;
  background-color: #3c8ffc;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: -15px;
  margin-right: -15px;
  border-radius: 5px;
}
@media only screen and (min-width: 992px) {
  .view-store .infos .search-block {
    margin-left: 0;
    margin-right: 0;
    margin-top: 30px;
    background-color: #edf5ff;
    padding-top: 40px;
    padding-bottom: 25px;
  }
}
.view-store .infos .search-block:after {
  content: "";
  position: absolute;
  width: 1024px;
  height: 100%;
  background-color: #3c8ffc;
  display: block;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media only screen and (min-width: 992px) {
  .view-store .infos .search-block:after {
    display: none;
  }
}
.view-store .infos .search-block .row {
  position: relative;
  z-index: 1;
  margin-right: -10px;
  margin-left: -10px;
}
@media only screen and (min-width: 768px) {
  .view-store .infos .search-block .row {
    margin-right: -5px;
    margin-left: -5px;
  }
}
@media only screen and (min-width: 1200px) {
  .view-store .infos .search-block .row {
    margin-right: -10px;
    margin-left: -10px;
  }
}
.view-store .infos .search-block .row [class*="col-"] {
  padding-right: 10px;
  padding-left: 10px;
}
@media only screen and (min-width: 768px) {
  .view-store .infos .search-block .row [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media only screen and (min-width: 1200px) {
  .view-store .infos .search-block .row [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.view-store .infos .actions-block {
  background-color: #ffffff;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 20px 20px 20px 20px;
  border-radius: 5px;
  min-height: 100px;
}
@media only screen and (min-width: 768px) {
  .view-store .infos .actions-block {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .view-store .infos .actions-block {
    height: 100%;
    padding: 30px 30px 30px 30px;
    margin-top: 0;
    margin-bottom: 0;
    background-color: #edf5ff;
  }
}
@media only screen and (min-width: 1200px) {
  .view-store .infos .actions-block {
    height: 100%;
    padding: 40px 40px 40px 40px;
    margin-top: 0;
  }
}
.view-store .infos .actions-block .user-details-wrapper {
  display: inline-block;
  margin: 0 auto;
}
@media only screen and (min-width: 992px) {
  .view-store .infos .actions-block .user-details-wrapper {
    display: block;
  }
}
.view-store .infos .actions-block .user-details {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 992px) {
  .view-store .infos .actions-block .user-details {
    display: block;
  }
}
.view-store .infos .actions-block .user-details .user-img {
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  max-width: 60px;
}
@media only screen and (min-width: 992px) {
  .view-store .infos .actions-block .user-details .user-img {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.view-store .infos .actions-block .user-details .user-name {
  -ms-flex: 1;
  flex: 1;
  padding-left: 10px;
}
@media only screen and (min-width: 992px) {
  .view-store .infos .actions-block .user-details .user-name {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
  }
}
.view-store .infos .actions-block .user-details .avatar {
  position: relative;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  background-color: #ffffff;
  border: 3px solid #3c8ffc;
  border-radius: 50%;
  z-index: 1;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media only screen and (min-width: 992px) {
  .view-store .infos .actions-block .user-details .avatar {
    width: 100px;
    height: 100px;
  }
}
.view-store .infos .actions-block .user-details .avatar .fa,
.view-store .infos .actions-block .user-details .avatar .far,
.view-store .infos .actions-block .user-details .avatar .fas {
  font-size: 32px;
  line-height: 56px;
}
@media only screen and (min-width: 992px) {
  .view-store .infos .actions-block .user-details .avatar .fa,
  .view-store .infos .actions-block .user-details .avatar .far,
  .view-store .infos .actions-block .user-details .avatar .fas {
    font-size: 48px;
    line-height: 96px;
  }
}
.view-store .infos .actions-block .user-details .avatar img {
  width: 100%;
  height: auto;
}
.view-store .infos .actions-block .user-details .name {
  text-align: left;
  font-weight: 600;
  font-size: 24px;
}
@media only screen and (min-width: 992px) {
  .view-store .infos .actions-block .user-details .name {
    text-align: center;
    padding-top: 30px;
  }
}
.view-store .infos .actions-block .user-details .name .verified {
  display: block;
  font-size: 18px;
  color: #3c8ffc;
}
.view-store .infos .actions-block .joined,
.view-store .infos .actions-block .location,
.view-store .infos .actions-block .views,
.view-store .infos .actions-block .posted {
  display: block;
}
.view-store .infos .actions-block .joined + .rating,
.view-store .infos .actions-block .location + .rating,
.view-store .infos .actions-block .views + .rating,
.view-store .infos .actions-block .posted + .rating {
  margin-top: 10px;
}
.view-store .infos .actions-block ul {
  list-style: none;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  text-align: center;
}
.view-store .infos .actions-block ul li a {
  color: #000000;
}
.view-store .infos .actions-block ul li a:hover {
  color: #3c8ffc;
}
.view-store .infos .actions-block ul.nav.nav-tabs {
  border-bottom: 0;
}
.view-store .infos .actions-block ul.nav.nav-tabs li {
  display: block!important;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-bottom: 0;
}
.view-store .infos .actions-block ul.nav.nav-tabs li + li {
  padding-top: 0;
}
.view-store .infos .actions-block ul.nav.nav-tabs li .nav-link {
  display: block;
  padding: 0 0;
  border: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  font-size: 16px;
  text-transform: uppercase;
}
.view-store .infos .actions-block ul.nav.nav-tabs li .nav-link.active {
  color: #3c8ffc;
  font-weight: 600;
  background-color: transparent;
}
.view-store .infos .actions-block ul.links li {
  display: block!important;
  padding: 2px 0 2px 0!important;
  max-width: 100%;
}
@media only screen and (min-width: 992px) {
  .view-store .infos .actions-block ul.links li {
    max-width: 100%;
  }
}
.view-store .infos .actions-block ul.links li a {
  font-weight: 600;
}
.view-store .infos .actions-block ul.links + .social {
  padding-top: 15px;
}
@media only screen and (min-width: 992px) {
  .view-store .infos .actions-block ul.links + .social {
    padding-top: 35px;
  }
}
.view-store .infos .actions-block ul.social li {
  display: inline-block !important;
  padding: 0 5px 0 5px!important;
}
.view-store .infos .actions-block ul.social li:last-child {
  padding: 0 0 0 0;
}
.view-store .infos .actions-block ul.social li a {
  font-size: 24px;
  line-height: 20px;
}
@media only screen and (min-width: 1200px) {
  .view-store .infos .actions-block ul.social li a {
    font-size: 28px;
    line-height: 22px;
  }
}
.view-store .infos .actions-block a.btn {
  font-weight: 600;
  text-transform: uppercase;
  width: 100%;
  max-width: 240px;
}
.view-store .infos .actions-block a.btn + .btn {
  margin-top: 20px;
}
.view-store .infos .actions-block a.btn-action {
  font-size: 16px;
  color: #000000;
  display: block;
  text-transform: uppercase;
}
.view-store .infos .actions-block a.btn-action:hover {
  color: #3c8ffc;
}
.view-store .infos .actions-block a.btn-action.active {
  font-weight: 600;
  color: #3c8ffc;
}
.view-store .infos .actions-block ul.stack,
.view-store .infos .actions-block ul.columns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.view-store .infos .actions-block ul.stack li,
.view-store .infos .actions-block ul.columns li {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media only screen and (min-width: 992px) {
  .view-store .infos .actions-block ul.stack li,
  .view-store .infos .actions-block ul.columns li {
    display: block;
  }
}
.view-store .infos .actions-block ul.stack li + li,
.view-store .infos .actions-block ul.columns li + li {
  padding-top: 15px;
}
@media only screen and (min-width: 992px) {
  .view-store .infos .actions-block ul.stack li + li,
  .view-store .infos .actions-block ul.columns li + li {
    padding-top: 25px;
  }
}
@media only screen and (min-width: 1200px) {
  .view-store .infos .actions-block ul.stack li + li,
  .view-store .infos .actions-block ul.columns li + li {
    padding-top: 35px;
  }
}
@media only screen and (min-width: 992px) {
  .view-store .infos .actions-block ul.stack li .user-img + .user-name,
  .view-store .infos .actions-block ul.columns li .user-img + .user-name {
    display: block;
    padding-top: 35px;
  }
}
@media only screen and (min-width: 992px) {
  .view-store .infos .actions-block ul.columns li {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
}
.view-store .infos .actions-block ul.columns li + li {
  padding-top: 15px;
}
@media only screen and (min-width: 992px) {
  .view-store .infos .actions-block ul.columns li + li {
    padding-top: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .view-store .infos .actions-block ul.columns li + li {
    padding-top: 0;
  }
}
@media only screen and (min-width: 992px) {
  .view-store .infos .actions-block ul.columns li:nth-child(1) .user-details .user-name {
    display: none;
  }
}
.view-store .infos .actions-block ul.columns li:nth-child(2) .user-details-wrapper {
  display: none;
}
@media only screen and (min-width: 992px) {
  .view-store .infos .actions-block ul.columns li:nth-child(2) .user-details-wrapper {
    display: inline-block;
  }
}
.view-profile {
  min-height: 500px;
}
@media only screen and (min-width: 768px) {
  .view-profile {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    border-radius: 4px;
  }
}
@media only screen and (min-width: 992px) {
  .view-profile {
    background-color: #ffffff;
    overflow: hidden;
  }
}
.view-profile:before {
  content: "";
  display: none;
  height: 60px;
  background-color: #3c8ffc;
}
@media only screen and (min-width: 992px) {
  .view-profile:before {
    display: block;
  }
}
@media only screen and (min-width: 992px) {
  .view-profile .infos {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .view-profile .infos {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.view-profile .infos .map {
  margin-bottom: 20px;
  height: 200px!important;
}
@media only screen and (min-width: 992px) {
  .view-profile .infos .map {
    margin-bottom: 0;
    height: 450px!important;
  }
}
.view-profile .infos .map img {
  width: 100%;
  height: auto;
}
.view-profile .infos .search-block {
  position: relative;
  background-color: #3c8ffc;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: -15px;
  margin-right: -15px;
  border-radius: 5px;
}
@media only screen and (min-width: 992px) {
  .view-profile .infos .search-block {
    margin-left: 0;
    margin-right: 0;
    margin-top: 30px;
    background-color: #edf5ff;
    padding-top: 40px;
    padding-bottom: 25px;
  }
}
.view-profile .infos .search-block:after {
  content: "";
  position: absolute;
  width: 1024px;
  height: 100%;
  background-color: #3c8ffc;
  display: block;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media only screen and (min-width: 992px) {
  .view-profile .infos .search-block:after {
    display: none;
  }
}
.view-profile .infos .search-block .row {
  position: relative;
  z-index: 1;
  margin-right: -10px;
  margin-left: -10px;
}
@media only screen and (min-width: 768px) {
  .view-profile .infos .search-block .row {
    margin-right: -5px;
    margin-left: -5px;
  }
}
@media only screen and (min-width: 1200px) {
  .view-profile .infos .search-block .row {
    margin-right: -10px;
    margin-left: -10px;
  }
}
.view-profile .infos .search-block .row [class*="col-"] {
  padding-right: 10px;
  padding-left: 10px;
}
@media only screen and (min-width: 768px) {
  .view-profile .infos .search-block .row [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media only screen and (min-width: 1200px) {
  .view-profile .infos .search-block .row [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.view-profile .infos .actions-block {
  background-color: #ffffff;
  text-align: center;
  margin-bottom: 15px;
  padding: 20px 20px 20px 20px;
  min-height: 100px;
  border-radius: 5px;
}
@media only screen and (min-width: 992px) {
  .view-profile .infos .actions-block {
    height: 100%;
    padding: 30px 30px 30px 30px;
    margin-top: 0;
    margin-bottom: 0;
    background-color: #edf5ff;
  }
}
@media only screen and (min-width: 1200px) {
  .view-profile .infos .actions-block {
    height: 100%;
    padding: 40px 40px 40px 40px;
    margin-top: 0;
  }
}
.view-profile .infos .actions-block .user-details-wrapper {
  display: inline-block;
  margin: 0 auto;
}
@media only screen and (min-width: 992px) {
  .view-profile .infos .actions-block .user-details-wrapper {
    display: block;
  }
}
.view-profile .infos .actions-block .user-details-wrapper.full {
  display: block;
}
@media only screen and (min-width: 1200px) {
  .view-profile .infos .actions-block .user-details-wrapper.full {
    margin-top: 40px!important;
  }
}
.view-profile .infos .actions-block .user-details-wrapper + .user-details-wrapper {
  margin: 10px auto 0 auto;
}
@media only screen and (min-width: 768px) {
  .view-profile .infos .actions-block .user-details-wrapper + .user-details-wrapper {
    margin: 20px auto 0 auto;
  }
}
.view-profile .infos .actions-block .user-details {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 992px) {
  .view-profile .infos .actions-block .user-details {
    display: block;
  }
}
.view-profile .infos .actions-block .user-details .user-img {
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  max-width: 60px;
}
@media only screen and (min-width: 992px) {
  .view-profile .infos .actions-block .user-details .user-img {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.view-profile .infos .actions-block .user-details .user-name {
  -ms-flex: 1;
  flex: 1;
  padding-left: 10px;
}
@media only screen and (min-width: 992px) {
  .view-profile .infos .actions-block .user-details .user-name {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
  }
}
.view-profile .infos .actions-block .user-details .avatar {
  position: relative;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  background-color: #ffffff;
  border: 3px solid #3c8ffc;
  border-radius: 50%;
  z-index: 1;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media only screen and (min-width: 992px) {
  .view-profile .infos .actions-block .user-details .avatar {
    width: 100px;
    height: 100px;
  }
}
.view-profile .infos .actions-block .user-details .avatar .fa,
.view-profile .infos .actions-block .user-details .avatar .far,
.view-profile .infos .actions-block .user-details .avatar .fas {
  font-size: 32px;
  line-height: 56px;
}
@media only screen and (min-width: 768px) {
  .view-profile .infos .actions-block .user-details .avatar .fa,
  .view-profile .infos .actions-block .user-details .avatar .far,
  .view-profile .infos .actions-block .user-details .avatar .fas {
    font-size: 48px;
    line-height: 96px;
  }
}
.view-profile .infos .actions-block .user-details .avatar img {
  width: 100%;
  height: auto;
}
.view-profile .infos .actions-block .user-details .name {
  text-align: left;
  font-weight: 600;
  font-size: 24px;
}
@media only screen and (min-width: 768px) {
  .view-profile .infos .actions-block .user-details .name {
    text-align: center;
    padding-top: 30px;
  }
}
.view-profile .infos .actions-block .user-details .name .verified {
  display: block;
  font-size: 18px;
  color: #3c8ffc;
}
.view-profile .infos .actions-block .joined,
.view-profile .infos .actions-block .location,
.view-profile .infos .actions-block .views,
.view-profile .infos .actions-block .posted {
  display: block;
}
.view-profile .infos .actions-block .joined {
  padding-bottom: 10px;
}
.view-profile .infos .actions-block .map {
  display: block;
  margin-left: -20px;
  margin-right: -20px;
  padding: 20px;
  background-color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .view-profile .infos .actions-block .map {
    padding: 20px 0;
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media only screen and (min-width: 992px) {
  .view-profile .infos .actions-block .map {
    display: none;
  }
}
.view-profile .infos .actions-block a.btn {
  font-weight: 600;
  text-transform: uppercase;
  width: 100%;
  max-width: 240px;
}
@media only screen and (min-width: 768px) {
  .view-profile .infos .actions-block a.btn {
    max-width: 400px;
  }
}
@media only screen and (min-width: 992px) {
  .view-profile .infos .actions-block a.btn {
    max-width: 240px;
  }
}
.view-profile .infos .actions-block a.btn + .btn {
  margin-top: 20px;
}
.view-profile .infos .actions-block a.view-profile {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
}
.view-profile .infos .actions-block a.view-profile:hover {
  color: #3c8ffc;
}
.view-profile .infos .actions-block a.btn-action {
  font-size: 16px;
  color: #000000;
  display: block;
  text-transform: uppercase;
}
.view-profile .infos .actions-block a.btn-action:hover {
  color: #3c8ffc;
}
.view-profile .infos .actions-block a.btn-action.active {
  font-weight: 600;
  color: #3c8ffc;
}
.view-profile .infos .actions-block ul {
  list-style: none;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.view-profile .infos .actions-block ul.stack,
.view-profile .infos .actions-block ul.columns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.view-profile .infos .actions-block ul.stack li,
.view-profile .infos .actions-block ul.columns li {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media only screen and (min-width: 992px) {
  .view-profile .infos .actions-block ul.stack li,
  .view-profile .infos .actions-block ul.columns li {
    display: block;
  }
}
.view-profile .infos .actions-block ul.stack li + li,
.view-profile .infos .actions-block ul.columns li + li {
  padding-top: 15px;
}
@media only screen and (min-width: 992px) {
  .view-profile .infos .actions-block ul.stack li + li,
  .view-profile .infos .actions-block ul.columns li + li {
    padding-top: 25px;
  }
}
@media only screen and (min-width: 1200px) {
  .view-profile .infos .actions-block ul.stack li + li,
  .view-profile .infos .actions-block ul.columns li + li {
    padding-top: 35px;
  }
}
@media only screen and (min-width: 992px) {
  .view-profile .infos .actions-block ul.stack li .user-img + .user-name,
  .view-profile .infos .actions-block ul.columns li .user-img + .user-name {
    display: block;
    padding-top: 35px;
  }
}
.view-profile .infos .actions-block ul.stack li ul,
.view-profile .infos .actions-block ul.columns li ul {
  list-style: none;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  text-align: center;
}
.view-profile .infos .actions-block ul.stack li ul li a,
.view-profile .infos .actions-block ul.columns li ul li a {
  color: #000000;
}
.view-profile .infos .actions-block ul.stack li ul li a:hover,
.view-profile .infos .actions-block ul.columns li ul li a:hover {
  color: #3c8ffc;
}
.view-profile .infos .actions-block ul.stack li ul.nav.nav-tabs,
.view-profile .infos .actions-block ul.columns li ul.nav.nav-tabs {
  border-bottom: 0;
}
.view-profile .infos .actions-block ul.stack li ul.nav.nav-tabs li,
.view-profile .infos .actions-block ul.columns li ul.nav.nav-tabs li {
  display: block;
  margin-bottom: 0;
}
.view-profile .infos .actions-block ul.stack li ul.nav.nav-tabs li + li,
.view-profile .infos .actions-block ul.columns li ul.nav.nav-tabs li + li {
  padding-top: 0;
}
.view-profile .infos .actions-block ul.stack li ul.nav.nav-tabs li .nav-link,
.view-profile .infos .actions-block ul.columns li ul.nav.nav-tabs li .nav-link {
  display: block;
  padding: 0 0;
  border: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  font-size: 16px;
  text-transform: uppercase;
}
.view-profile .infos .actions-block ul.stack li ul.nav.nav-tabs li .nav-link.active,
.view-profile .infos .actions-block ul.columns li ul.nav.nav-tabs li .nav-link.active {
  color: #3c8ffc;
  font-weight: 600;
  background-color: transparent;
}
.view-profile .infos .actions-block ul.stack li ul.links li,
.view-profile .infos .actions-block ul.columns li ul.links li {
  display: block!important;
  padding: 2px 0 2px 0!important;
  max-width: 100%;
}
@media only screen and (min-width: 992px) {
  .view-profile .infos .actions-block ul.stack li ul.links li,
  .view-profile .infos .actions-block ul.columns li ul.links li {
    max-width: 100%;
  }
}
.view-profile .infos .actions-block ul.stack li ul.links li a,
.view-profile .infos .actions-block ul.columns li ul.links li a {
  font-weight: 600;
}
.view-profile .infos .actions-block ul.stack li ul.links + .social,
.view-profile .infos .actions-block ul.columns li ul.links + .social {
  padding-top: 15px;
}
@media only screen and (min-width: 992px) {
  .view-profile .infos .actions-block ul.stack li ul.links + .social,
  .view-profile .infos .actions-block ul.columns li ul.links + .social {
    padding-top: 35px;
  }
}
.view-profile .infos .actions-block ul.stack li ul.social li,
.view-profile .infos .actions-block ul.columns li ul.social li {
  display: inline-block;
  padding: 0 5px 0 5px;
}
.view-profile .infos .actions-block ul.stack li ul.social li:last-child,
.view-profile .infos .actions-block ul.columns li ul.social li:last-child {
  padding: 0 0 0 0;
}
.view-profile .infos .actions-block ul.stack li ul.social li a,
.view-profile .infos .actions-block ul.columns li ul.social li a {
  font-size: 24px;
  line-height: 20px;
  color: #000000;
}
@media only screen and (min-width: 1200px) {
  .view-profile .infos .actions-block ul.stack li ul.social li a,
  .view-profile .infos .actions-block ul.columns li ul.social li a {
    font-size: 28px;
    line-height: 22px;
  }
}
.view-profile .infos .actions-block ul.stack li ul.social li a:hover,
.view-profile .infos .actions-block ul.columns li ul.social li a:hover {
  color: #3c8ffc;
}
@media only screen and (min-width: 992px) {
  .view-profile .infos .actions-block ul.columns li {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
}
.view-profile .infos .actions-block ul.columns li + li {
  padding-top: 15px;
}
@media only screen and (min-width: 992px) {
  .view-profile .infos .actions-block ul.columns li + li {
    padding-top: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .view-profile .infos .actions-block ul.columns li + li {
    padding-top: 0;
  }
}
@media only screen and (min-width: 992px) {
  .view-profile .infos .actions-block ul.columns li:nth-child(1) .user-details .user-name {
    display: none;
  }
}
.view-profile .infos .actions-block ul.columns li:nth-child(2) .user-details-wrapper {
  display: none;
}
@media only screen and (min-width: 992px) {
  .view-profile .infos .actions-block ul.columns li:nth-child(2) .user-details-wrapper {
    display: inline-block;
  }
}
@media only screen and (min-width: 992px) {
  .my-account .account-nav {
    background-color: #edf5ff;
    margin: 20px 30px 0 30px;
    border-radius: 4px;
    min-height: 20px;
  }
}
.my-account .account-nav ul {
  list-style: none;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.my-account .account-nav ul.subnav {
  display: none;
}
@media only screen and (min-width: 992px) {
  .my-account .account-nav ul.subnav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.my-account .account-nav ul.subnav li {
  position: relative;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
  text-align: center;
}
.my-account .account-nav ul.subnav li:hover a:after {
  left: 0;
  right: auto;
  width: 100%;
}
.my-account .account-nav ul.subnav li.active a {
  font-weight: 600;
}
.my-account .account-nav ul.subnav li.active a:after {
  width: 100%;
}
.my-account .account-nav ul.subnav li a {
  position: relative;
  text-transform: uppercase;
  line-height: 90px;
  display: inline-block;
}
.my-account .account-nav ul.subnav li a:after {
  position: absolute;
  top: 100%;
  left: auto;
  right: 0;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  content: '';
  width: 0;
  margin: 0 auto;
  border-top: 1px solid #3c8ffc;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media only screen and (min-width: 992px) {
  .my-account .account-nav-mobile {
    display: none;
  }
}
.my-account .account-nav-mobile .menu-options ul {
  padding-top: 10px;
}
.my-account .account-nav-mobile > ul {
  position: relative;
}
.my-account .account-nav-mobile > ul:after {
  content: '';
  display: block;
  width: 90px;
  margin: 10px auto 0 auto;
  border-top: 1px solid #3c8ffc;
}
.my-account .account-nav-mobile > ul li {
  display: none;
}
.my-account .account-nav-mobile > ul li.active {
  display: block!important;
}
.my-account .account-nav-mobile > ul li a {
  display: inline-block;
  font-size: 30px;
}
.my-account .account-nav-mobile > ul li a:after {
  content: "\f107";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: inline-block;
  margin-left: 10px;
}
.my-account .account-nav-mobile ul {
  list-style: none;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.my-account .account-nav-mobile ul li {
  text-align: center;
}
.my-account .account-nav-mobile ul li.active {
  display: none;
}
.my-account .account-nav-mobile ul li a {
  text-transform: uppercase;
  color: #000000;
}
.my-account .account-nav-mobile + .account-block,
.my-account .account-nav-mobile + form {
  margin-top: -40px;
}
@media only screen and (min-width: 992px) {
  .my-account .account-nav-mobile + .account-block,
  .my-account .account-nav-mobile + form {
    margin-top: 0;
  }
}
.my-account .account-block {
  padding-top: 50px;
}
@media only screen and (min-width: 992px) {
  .my-account .account-block {
    padding-top: 100px;
  }
}
.my-account .account-block .section-header {
  padding-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .my-account .account-block .section-header {
    padding-bottom: 50px;
  }
}
.my-account .account-block .avatar {
  position: relative;
  width: 60px;
  height: 60px;
  margin: 0 auto 15px auto;
  background-color: #ffffff;
  border: 3px solid #3c8ffc;
  border-radius: 50%;
  z-index: 1;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media only screen and (min-width: 992px) {
  .my-account .account-block .avatar {
    width: 100px;
    height: 100px;
    margin-bottom: 30px;
  }
}
.my-account .account-block .avatar .fa,
.my-account .account-block .avatar .far,
.my-account .account-block .avatar .fas {
  font-size: 32px;
  line-height: 56px;
}
@media only screen and (min-width: 992px) {
  .my-account .account-block .avatar .fa,
  .my-account .account-block .avatar .far,
  .my-account .account-block .avatar .fas {
    font-size: 48px;
    line-height: 96px;
  }
}
.my-account .account-block .avatar img {
  width: 100%;
  height: auto;
}
.my-account .account-block .btn {
  text-transform: uppercase;
  font-weight: 600;
  min-width: 100%;
}
@media only screen and (min-width: 768px) {
  .my-account .account-block .form-group {
    margin-bottom: 30px;
  }
}
.my-account .account-block .input-group .input-group-prepend .input-group-text {
  background-color: #ffffff;
  border-color: #e1e1e1;
}
.my-account .account-block .input-group .input-group-prepend + .form-control {
  border-left: 0;
}
.my-account .account-block .input-group .input-group-prepend + .form-control:focus,
.my-account .account-block .input-group .input-group-prepend + .form-control:active {
  border-color: #e1e1e1;
}
.my-account .account-block .map {
  height: 200px!important;
}
@media only screen and (min-width: 992px) {
  .my-account .account-block .map {
    height: 340px!important;
  }
}
.my-account .account-block .map img {
  width: 100%;
  height: auto;
}
.my-account .account-block.delete-store {
  position: relative;
  margin-bottom: -100px;
}
@media only screen and (min-width: 768px) {
  .my-account .account-block.delete-store {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .my-account .account-block.delete-store {
    margin-bottom: 0;
  }
}
.my-account .account-block.delete-store:after {
  content: "";
  position: absolute;
  width: 1024px;
  height: 100%;
  background-color: #ffffff;
  display: block;
  top: 50px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media only screen and (min-width: 768px) {
  .my-account .account-block.delete-store:after {
    width: 690px;
  }
}
@media only screen and (min-width: 992px) {
  .my-account .account-block.delete-store:after {
    display: none;
  }
}
.my-account .account-block.delete-store .bkg-light {
  background-color: #ffffff;
}
@media only screen and (min-width: 992px) {
  .my-account .account-block.delete-store .bkg-light {
    background-color: #edf5ff;
    border-radius: 4px!important;
  }
}
.my-account .account-block.delete-store .row {
  position: relative;
  z-index: 1;
}
.my-account .account-listing {
  margin: 40px 0 0 0;
}
@media only screen and (min-width: 992px) {
  .my-account .account-listing {
    margin: 20px 30px 0 30px;
  }
}
.my-account .account-listing .list-my-listings .image-holder,
.my-account .account-listing .list-favorite .image-holder,
.my-account .account-listing .list-inbox .image-holder,
.my-account .account-listing .list-invoice .image-holder {
  position: relative;
  overflow: hidden;
  display: block;
  -webkit-box-shadow: 15px 15px 50px -2px rgba(3, 18, 34, 0.25);
  -moz-box-shadow: 15px 15px 50px -2px rgba(3, 18, 34, 0.25);
  box-shadow: 15px 15px 50px -2px rgba(3, 18, 34, 0.25);
}
.my-account .account-listing .list-my-listings .image-holder img,
.my-account .account-listing .list-favorite .image-holder img,
.my-account .account-listing .list-inbox .image-holder img,
.my-account .account-listing .list-invoice .image-holder img {
  width: 100%;
  height: auto;
}
.my-account .account-listing .list-my-listings .name-holder,
.my-account .account-listing .list-favorite .name-holder,
.my-account .account-listing .list-inbox .name-holder,
.my-account .account-listing .list-invoice .name-holder {
  display: block;
  font-weight: 600;
  margin: 20px 0 5px 0;
}
@media only screen and (min-width: 768px) {
  .my-account .account-listing .list-my-listings .name-holder,
  .my-account .account-listing .list-favorite .name-holder,
  .my-account .account-listing .list-inbox .name-holder,
  .my-account .account-listing .list-invoice .name-holder {
    margin: 0 0 0 0;
  }
}
.my-account .account-listing .list-my-listings .name-holder a,
.my-account .account-listing .list-favorite .name-holder a,
.my-account .account-listing .list-inbox .name-holder a,
.my-account .account-listing .list-invoice .name-holder a {
  color: #000000;
}
.my-account .account-listing .list-my-listings .name-holder a:hover,
.my-account .account-listing .list-favorite .name-holder a:hover,
.my-account .account-listing .list-inbox .name-holder a:hover,
.my-account .account-listing .list-invoice .name-holder a:hover {
  color: #3c8ffc;
}
.my-account .account-listing .list-my-listings .user-holder,
.my-account .account-listing .list-favorite .user-holder,
.my-account .account-listing .list-inbox .user-holder,
.my-account .account-listing .list-invoice .user-holder {
  display: block;
  font-weight: 500;
}
.my-account .account-listing .list-my-listings .user-holder a,
.my-account .account-listing .list-favorite .user-holder a,
.my-account .account-listing .list-inbox .user-holder a,
.my-account .account-listing .list-invoice .user-holder a {
  color: #000000;
}
.my-account .account-listing .list-my-listings .user-holder a:hover,
.my-account .account-listing .list-favorite .user-holder a:hover,
.my-account .account-listing .list-inbox .user-holder a:hover,
.my-account .account-listing .list-invoice .user-holder a:hover {
  color: #3c8ffc;
}
.my-account .account-listing .list-my-listings .data-holder,
.my-account .account-listing .list-favorite .data-holder,
.my-account .account-listing .list-inbox .data-holder,
.my-account .account-listing .list-invoice .data-holder {
  display: block;
}
.my-account .account-listing .list-my-listings .category-holder,
.my-account .account-listing .list-favorite .category-holder,
.my-account .account-listing .list-inbox .category-holder,
.my-account .account-listing .list-invoice .category-holder {
  display: block;
}
.my-account .account-listing .list-my-listings .category-holder a,
.my-account .account-listing .list-favorite .category-holder a,
.my-account .account-listing .list-inbox .category-holder a,
.my-account .account-listing .list-invoice .category-holder a {
  font-size: 16px;
  color: #000000;
}
.my-account .account-listing .list-my-listings .category-holder a:hover,
.my-account .account-listing .list-favorite .category-holder a:hover,
.my-account .account-listing .list-inbox .category-holder a:hover,
.my-account .account-listing .list-invoice .category-holder a:hover {
  color: #3c8ffc;
}
.my-account .account-listing .list-my-listings .status-holder,
.my-account .account-listing .list-favorite .status-holder,
.my-account .account-listing .list-inbox .status-holder,
.my-account .account-listing .list-invoice .status-holder {
  display: block;
}
.my-account .account-listing .list-my-listings .status-holder.active,
.my-account .account-listing .list-favorite .status-holder.active,
.my-account .account-listing .list-inbox .status-holder.active,
.my-account .account-listing .list-invoice .status-holder.active {
  color: #3c8ffc;
}
.my-account .account-listing .list-my-listings .status-holder.expired,
.my-account .account-listing .list-favorite .status-holder.expired,
.my-account .account-listing .list-inbox .status-holder.expired,
.my-account .account-listing .list-invoice .status-holder.expired {
  color: #e44d4d;
}
.my-account .account-listing .list-my-listings .total-holder,
.my-account .account-listing .list-favorite .total-holder,
.my-account .account-listing .list-inbox .total-holder,
.my-account .account-listing .list-invoice .total-holder {
  display: block;
  font-weight: 600;
}
.my-account .account-listing .list-my-listings .total-holder a,
.my-account .account-listing .list-favorite .total-holder a,
.my-account .account-listing .list-inbox .total-holder a,
.my-account .account-listing .list-invoice .total-holder a {
  color: #000000;
}
.my-account .account-listing .list-my-listings .total-holder a:hover,
.my-account .account-listing .list-favorite .total-holder a:hover,
.my-account .account-listing .list-inbox .total-holder a:hover,
.my-account .account-listing .list-invoice .total-holder a:hover {
  color: #3c8ffc;
}
.my-account .account-listing .list-my-listings > li:first-child,
.my-account .account-listing .list-favorite > li:first-child,
.my-account .account-listing .list-inbox > li:first-child,
.my-account .account-listing .list-invoice > li:first-child {
  font-weight: 600;
}
@media only screen and (min-width: 992px) {
  .my-account .account-listing .list-my-listings > li:first-child,
  .my-account .account-listing .list-favorite > li:first-child,
  .my-account .account-listing .list-inbox > li:first-child,
  .my-account .account-listing .list-invoice > li:first-child {
    border: 1px solid #e1e1e1;
    border-radius: 4px;
  }
}
.my-account .account-listing .list-my-listings > li:first-child ul li,
.my-account .account-listing .list-favorite > li:first-child ul li,
.my-account .account-listing .list-inbox > li:first-child ul li,
.my-account .account-listing .list-invoice > li:first-child ul li {
  text-transform: uppercase;
}
.my-account .account-listing .list-my-listings > li:first-child ul li:first-child a,
.my-account .account-listing .list-favorite > li:first-child ul li:first-child a,
.my-account .account-listing .list-inbox > li:first-child ul li:first-child a,
.my-account .account-listing .list-invoice > li:first-child ul li:first-child a {
  display: inline-block;
  margin-left: 15px;
}
.my-account .account-listing .list-my-listings > li:first-child ul li:not(.actions),
.my-account .account-listing .list-favorite > li:first-child ul li:not(.actions),
.my-account .account-listing .list-inbox > li:first-child ul li:not(.actions),
.my-account .account-listing .list-invoice > li:first-child ul li:not(.actions) {
  display: none;
}
@media only screen and (min-width: 992px) {
  .my-account .account-listing .list-my-listings > li:first-child ul li:not(.actions),
  .my-account .account-listing .list-favorite > li:first-child ul li:not(.actions),
  .my-account .account-listing .list-inbox > li:first-child ul li:not(.actions),
  .my-account .account-listing .list-invoice > li:first-child ul li:not(.actions) {
    display: flex;
  }
}
.my-account .account-listing .list-my-listings > li:first-child ul li.actions,
.my-account .account-listing .list-favorite > li:first-child ul li.actions,
.my-account .account-listing .list-inbox > li:first-child ul li.actions,
.my-account .account-listing .list-invoice > li:first-child ul li.actions {
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .my-account .account-listing .list-my-listings > li:first-child ul li.actions,
  .my-account .account-listing .list-favorite > li:first-child ul li.actions,
  .my-account .account-listing .list-inbox > li:first-child ul li.actions,
  .my-account .account-listing .list-invoice > li:first-child ul li.actions {
    text-align: right;
    padding: 0 15px 0 15px;
    line-height: 35px;
  }
}
.my-account .account-listing .list-my-listings > li:first-child ul li.actions a,
.my-account .account-listing .list-favorite > li:first-child ul li.actions a,
.my-account .account-listing .list-inbox > li:first-child ul li.actions a,
.my-account .account-listing .list-invoice > li:first-child ul li.actions a {
  color: #ffffff;
  background-color: #ffc67c;
  border-radius: 4px;
  line-height: 35px;
  min-width: 100%;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .my-account .account-listing .list-my-listings > li:first-child ul li.actions a,
  .my-account .account-listing .list-favorite > li:first-child ul li.actions a,
  .my-account .account-listing .list-inbox > li:first-child ul li.actions a,
  .my-account .account-listing .list-invoice > li:first-child ul li.actions a {
    min-width: 400px;
  }
}
@media only screen and (min-width: 992px) {
  .my-account .account-listing .list-my-listings > li:first-child ul li.actions a,
  .my-account .account-listing .list-favorite > li:first-child ul li.actions a,
  .my-account .account-listing .list-inbox > li:first-child ul li.actions a,
  .my-account .account-listing .list-invoice > li:first-child ul li.actions a {
    margin-top: 0;
    margin-right: 15px;
    min-width: 10px;
    color: #ffc67c;
    line-height: normal;
    background-color: transparent;
    white-space: nowrap;
  }
}
@media only screen and (min-width: 1400px) {
  .my-account .account-listing .list-my-listings > li:first-child ul li.actions a,
  .my-account .account-listing .list-favorite > li:first-child ul li.actions a,
  .my-account .account-listing .list-inbox > li:first-child ul li.actions a,
  .my-account .account-listing .list-invoice > li:first-child ul li.actions a {
    max-width: 100%;
  }
}
.my-account .account-listing .list-my-listings > li:first-child ul li a,
.my-account .account-listing .list-favorite > li:first-child ul li a,
.my-account .account-listing .list-inbox > li:first-child ul li a,
.my-account .account-listing .list-invoice > li:first-child ul li a {
  color: #000000;
  line-height: normal;
  white-space: nowrap;
}
.my-account .account-listing .list-my-listings ul li.image,
.my-account .account-listing .list-favorite ul li.image,
.my-account .account-listing .list-inbox ul li.image,
.my-account .account-listing .list-invoice ul li.image {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .my-account .account-listing .list-my-listings ul li.image,
  .my-account .account-listing .list-favorite ul li.image,
  .my-account .account-listing .list-inbox ul li.image,
  .my-account .account-listing .list-invoice ul li.image {
    -ms-flex: 0 0 325px;
    flex: 0 0 325px;
    max-width: 325px;
  }
}
@media only screen and (min-width: 992px) {
  .my-account .account-listing .list-my-listings ul li.image,
  .my-account .account-listing .list-favorite ul li.image,
  .my-account .account-listing .list-inbox ul li.image,
  .my-account .account-listing .list-invoice ul li.image {
    -ms-flex: 0 0 230px;
    flex: 0 0 230px;
    max-width: 230px;
  }
}
.my-account .account-listing .list-my-listings ul li.name,
.my-account .account-listing .list-favorite ul li.name,
.my-account .account-listing .list-inbox ul li.name,
.my-account .account-listing .list-invoice ul li.name {
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .my-account .account-listing .list-my-listings ul li.name,
  .my-account .account-listing .list-favorite ul li.name,
  .my-account .account-listing .list-inbox ul li.name,
  .my-account .account-listing .list-invoice ul li.name {
    text-align: left;
  }
}
.my-account .account-listing .list-my-listings ul li.name span + span,
.my-account .account-listing .list-favorite ul li.name span + span,
.my-account .account-listing .list-inbox ul li.name span + span,
.my-account .account-listing .list-invoice ul li.name span + span {
  margin-top: 5px;
}
.my-account .account-listing .list-my-listings ul li.data,
.my-account .account-listing .list-favorite ul li.data,
.my-account .account-listing .list-inbox ul li.data,
.my-account .account-listing .list-invoice ul li.data,
.my-account .account-listing .list-my-listings ul li.category,
.my-account .account-listing .list-favorite ul li.category,
.my-account .account-listing .list-inbox ul li.category,
.my-account .account-listing .list-invoice ul li.category,
.my-account .account-listing .list-my-listings ul li.status,
.my-account .account-listing .list-favorite ul li.status,
.my-account .account-listing .list-inbox ul li.status,
.my-account .account-listing .list-invoice ul li.status,
.my-account .account-listing .list-my-listings ul li.user,
.my-account .account-listing .list-favorite ul li.user,
.my-account .account-listing .list-inbox ul li.user,
.my-account .account-listing .list-invoice ul li.user {
  display: none;
}
@media only screen and (min-width: 992px) {
  .my-account .account-listing .list-my-listings ul li.data,
  .my-account .account-listing .list-favorite ul li.data,
  .my-account .account-listing .list-inbox ul li.data,
  .my-account .account-listing .list-invoice ul li.data,
  .my-account .account-listing .list-my-listings ul li.category,
  .my-account .account-listing .list-favorite ul li.category,
  .my-account .account-listing .list-inbox ul li.category,
  .my-account .account-listing .list-invoice ul li.category,
  .my-account .account-listing .list-my-listings ul li.status,
  .my-account .account-listing .list-favorite ul li.status,
  .my-account .account-listing .list-inbox ul li.status,
  .my-account .account-listing .list-invoice ul li.status,
  .my-account .account-listing .list-my-listings ul li.user,
  .my-account .account-listing .list-favorite ul li.user,
  .my-account .account-listing .list-inbox ul li.user,
  .my-account .account-listing .list-invoice ul li.user {
    display: flex;
  }
}
.my-account .account-listing .list-my-listings ul li.stats,
.my-account .account-listing .list-favorite ul li.stats,
.my-account .account-listing .list-inbox ul li.stats,
.my-account .account-listing .list-invoice ul li.stats {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.my-account .account-listing .list-my-listings ul li.stats .stats-block,
.my-account .account-listing .list-favorite ul li.stats .stats-block,
.my-account .account-listing .list-inbox ul li.stats .stats-block,
.my-account .account-listing .list-invoice ul li.stats .stats-block {
  position: relative;
  z-index: 1;
}
.my-account .account-listing .list-my-listings ul li.stats .stats-block ul,
.my-account .account-listing .list-favorite ul li.stats .stats-block ul,
.my-account .account-listing .list-inbox ul li.stats .stats-block ul,
.my-account .account-listing .list-invoice ul li.stats .stats-block ul {
  list-style: none;
  margin: 15px 0 0 0;
  padding: 0 0 10px 0;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background-color: #ffffff;
  border: 1px solid #e1e1e1;
}
@media only screen and (min-width: 768px) {
  .my-account .account-listing .list-my-listings ul li.stats .stats-block ul,
  .my-account .account-listing .list-favorite ul li.stats .stats-block ul,
  .my-account .account-listing .list-inbox ul li.stats .stats-block ul,
  .my-account .account-listing .list-invoice ul li.stats .stats-block ul {
    padding: 0 0 0 0;
  }
}
@media only screen and (min-width: 992px) {
  .my-account .account-listing .list-my-listings ul li.stats .stats-block ul,
  .my-account .account-listing .list-favorite ul li.stats .stats-block ul,
  .my-account .account-listing .list-inbox ul li.stats .stats-block ul,
  .my-account .account-listing .list-invoice ul li.stats .stats-block ul {
    background-color: #edf5ff;
    border: 0 solid transparent;
  }
}
.my-account .account-listing .list-my-listings ul li.stats .stats-block ul li,
.my-account .account-listing .list-favorite ul li.stats .stats-block ul li,
.my-account .account-listing .list-inbox ul li.stats .stats-block ul li,
.my-account .account-listing .list-invoice ul li.stats .stats-block ul li {
  padding: 10px 0 0 0;
  text-align: center;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  font-size: 12px;
}
@media only screen and (min-width: 768px) {
  .my-account .account-listing .list-my-listings ul li.stats .stats-block ul li,
  .my-account .account-listing .list-favorite ul li.stats .stats-block ul li,
  .my-account .account-listing .list-inbox ul li.stats .stats-block ul li,
  .my-account .account-listing .list-invoice ul li.stats .stats-block ul li {
    padding: 10px 5px 8px 5px;
    -ms-flex: 1;
    flex: 1;
  }
}
@media only screen and (min-width: 768px) {
  .my-account .account-listing .list-my-listings ul li.stats .stats-block ul li:first-child,
  .my-account .account-listing .list-favorite ul li.stats .stats-block ul li:first-child,
  .my-account .account-listing .list-inbox ul li.stats .stats-block ul li:first-child,
  .my-account .account-listing .list-invoice ul li.stats .stats-block ul li:first-child,
  .my-account .account-listing .list-my-listings ul li.stats .stats-block ul li:last-child,
  .my-account .account-listing .list-favorite ul li.stats .stats-block ul li:last-child,
  .my-account .account-listing .list-inbox ul li.stats .stats-block ul li:last-child,
  .my-account .account-listing .list-invoice ul li.stats .stats-block ul li:last-child {
    -ms-flex: 0 0 140px;
    flex: 0 0 140px;
  }
}
@media only screen and (min-width: 992px) {
  .my-account .account-listing .list-my-listings ul li.stats .stats-block ul li:first-child,
  .my-account .account-listing .list-favorite ul li.stats .stats-block ul li:first-child,
  .my-account .account-listing .list-inbox ul li.stats .stats-block ul li:first-child,
  .my-account .account-listing .list-invoice ul li.stats .stats-block ul li:first-child,
  .my-account .account-listing .list-my-listings ul li.stats .stats-block ul li:last-child,
  .my-account .account-listing .list-favorite ul li.stats .stats-block ul li:last-child,
  .my-account .account-listing .list-inbox ul li.stats .stats-block ul li:last-child,
  .my-account .account-listing .list-invoice ul li.stats .stats-block ul li:last-child {
    -ms-flex: 1;
    flex: 1;
  }
}
@media only screen and (min-width: 992px) {
  .my-account .account-listing .list-my-listings ul li.stats .stats-block ul li,
  .my-account .account-listing .list-favorite ul li.stats .stats-block ul li,
  .my-account .account-listing .list-inbox ul li.stats .stats-block ul li,
  .my-account .account-listing .list-invoice ul li.stats .stats-block ul li {
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) {
  .my-account .account-listing .list-my-listings > li:first-child ul li.actions a {
    max-width: 80px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-transform: translate(0, 5px);
    transform: translate(0, 5px);
  }
}
@media only screen and (min-width: 1400px) {
  .my-account .account-listing .list-my-listings > li:first-child ul li.actions a {
    max-width: 100%;
  }
}
.my-account .account-listing .list-favorite .name-holder {
  margin: 20px 0 5px 0;
}
@media only screen and (min-width: 768px) {
  .my-account .account-listing .list-favorite .name-holder {
    margin: 0 0 25px 0;
  }
}
@media only screen and (min-width: 992px) {
  .my-account .account-listing .list-favorite .name-holder {
    margin: 0 0 0 0;
  }
}
.my-account .account-listing .list-inbox .name-holder a {
  color: #000000;
}
.my-account .account-listing .list-inbox .name-holder a:hover {
  color: #3c8ffc;
}
@media only screen and (min-width: 768px) {
  .my-account .account-listing .list-inbox > li:first-child ul li.actions {
    -ms-flex: 1;
    flex: 1;
  }
}
@media only screen and (min-width: 992px) {
  .my-account .account-listing .list-inbox > li:first-child ul li.actions {
    -ms-flex: 0 0 325px;
    flex: 0 0 325px;
  }
}
@media only screen and (min-width: 768px) {
  .my-account .account-listing .list-inbox ul li.name {
    text-align: left;
  }
}
.my-account .account-listing .list-inbox ul li.data,
.my-account .account-listing .list-inbox ul li.user {
  display: none;
}
@media only screen and (min-width: 768px) {
  .my-account .account-listing .list-inbox ul li.data,
  .my-account .account-listing .list-inbox ul li.user {
    display: flex;
  }
}
@media only screen and (min-width: 768px) {
  .my-account .account-listing .list-inbox ul li.actions {
    -ms-flex: 0 0 290px;
    flex: 0 0 290px;
  }
}
@media only screen and (min-width: 992px) {
  .my-account .account-listing .list-inbox ul li.actions {
    -ms-flex: 0 0 325px;
    flex: 0 0 325px;
  }
}
.my-account .account-listing .list-inbox ul li.actions ul > li {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .my-account .account-listing .list-inbox ul li.actions ul > li {
    text-align: center;
  }
}
.my-account .account-listing .list-inbox ul li.actions ul > li + li {
  padding-top: 0;
}
@media only screen and (min-width: 992px) {
  .my-account .account-listing .list-inbox ul li.actions ul > li + li {
    padding-top: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .my-account .account-listing .list-inbox ul li.actions ul > li + li {
    padding-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .my-account .account-listing .list-inbox ul li.actions ul > li .btn {
    margin-top: 0;
  }
}
.my-account .account-listing .list-invoice .name-holder {
  font-weight: 400;
  margin: 0 0 5px 0;
}
@media only screen and (min-width: 768px) {
  .my-account .account-listing .list-invoice .name-holder {
    margin: 0 0 0 0;
  }
}
@media only screen and (min-width: 992px) {
  .my-account .account-listing .list-invoice > li:nth-child(1) ul {
    height: 35px;
  }
}
.my-account .account-listing .list-invoice > li:nth-child(2) {
  padding-top: 0;
}
@media only screen and (min-width: 992px) {
  .my-account .account-listing .list-invoice > li:nth-child(2) {
    padding-top: 40px;
  }
}
.my-account .account-listing .list-invoice ul li.name {
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .my-account .account-listing .list-invoice ul li.name {
    text-align: left;
  }
}
.my-account .account-listing .list-invoice ul li.data,
.my-account .account-listing .list-invoice ul li.total {
  display: none;
}
@media only screen and (min-width: 768px) {
  .my-account .account-listing .list-invoice ul li.data,
  .my-account .account-listing .list-invoice ul li.total {
    display: flex;
  }
}
@media only screen and (min-width: 768px) {
  .my-account .account-listing .list-invoice ul li.total {
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
  }
}
@media only screen and (min-width: 992px) {
  .my-account .account-listing .list-invoice ul li.total {
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
  }
}
@media only screen and (min-width: 768px) {
  .my-account .account-listing .list-invoice ul li.actions {
    -ms-flex: 0 0 320px;
    flex: 0 0 320px;
  }
}
@media only screen and (min-width: 992px) {
  .my-account .account-listing .list-invoice ul li.actions {
    -ms-flex: 0 0 290px;
    flex: 0 0 290px;
  }
}
.my-account .account-listing .list-invoice ul li.actions ul > li {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .my-account .account-listing .list-invoice ul li.actions ul > li {
    text-align: center;
  }
}
@media only screen and (min-width: 992px) {
  .my-account .account-listing .list-invoice ul li.actions ul > li:first-child {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
  }
}
@media only screen and (min-width: 992px) {
  .my-account .account-listing .list-invoice ul li.actions ul > li:last-child {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
  }
}
.my-account .account-listing .list-invoice ul li.actions ul > li + li {
  padding-top: 0;
}
@media only screen and (min-width: 992px) {
  .my-account .account-listing .list-invoice ul li.actions ul > li + li {
    padding-top: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .my-account .account-listing .list-invoice ul li.actions ul > li + li {
    padding-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .my-account .account-listing .list-invoice ul li.actions ul > li .btn {
    margin-top: 0;
  }
}
.my-account .account-listing .conversation .title {
  padding-bottom: 20px;
}
.my-account .account-listing .conversation .title .name {
  font-size: 16px;
  font-weight: 600;
  padding-top: 15px;
  text-align: center;
  display: block;
}
@media only screen and (min-width: 768px) {
  .my-account .account-listing .conversation .title .name {
    display: inline-block;
    padding-top: 0;
  }
}
.my-account .account-listing .conversation .title .btn {
  float: left;
  width: 48%;
  font-weight: 600;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .my-account .account-listing .conversation .title .btn {
    float: none;
    width: auto;
  }
}
.my-account .account-listing .conversation .title .btn:last-child {
  float: right;
}
@media only screen and (min-width: 768px) {
  .my-account .account-listing .conversation .title .btn:last-child {
    float: none;
  }
}
@media only screen and (min-width: 768px) {
  .my-account .account-listing .conversation .title .btn + .btn {
    margin-left: 15px;
  }
}
.my-account .account-listing .conversation .item + .item,
.my-account .account-listing .conversation .item + form {
  margin-top: 20px;
}
.my-account .account-listing .conversation .item.client .message {
  background-color: #d2e5fb;
}
@media only screen and (min-width: 992px) {
  .my-account .account-listing .conversation .item.client .message {
    background-color: #edf5ff;
  }
}
.my-account .account-listing .conversation .item.owner .message {
  background-color: #d0fcf3;
}
.my-account .account-listing .conversation .item.owner .infos {
  text-align: right;
}
.my-account .account-listing .conversation .item .message {
  padding: 25px 25px 25px 25px;
  border-radius: 5px;
}
.my-account .account-listing .conversation .item .infos {
  padding-top: 10px;
  font-size: 12px;
}
.my-account .account-listing .conversation .item .infos a {
  color: #ffc67c;
}
.my-account .account-listing .conversation .item .infos span {
  display: inline-block;
  margin-right: 15px;
}
.my-account .account-listing .conversation form button {
  min-width: 100%;
}
.authentication .form-group {
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) {
  .authentication .form-group {
    margin-bottom: 40px;
  }
}
.authentication .form-group input + p {
  padding-top: 15px;
}
.authentication .sign-in-with {
  margin-top: -15px;
}
@media only screen and (min-width: 992px) {
  .authentication .sign-in-with {
    margin-top: -40px;
  }
}
.authentication a:not(.btn) {
  color: #ffc67c;
}
.authentication a.btn-facebook,
.authentication a.btn-twitter,
.authentication a.btn-linkedin,
.authentication a.btn-google {
  text-transform: uppercase;
  min-width: 100%;
  margin-top: 15px;
}
@media only screen and (min-width: 992px) {
  .authentication a.btn-facebook,
  .authentication a.btn-twitter,
  .authentication a.btn-linkedin,
  .authentication a.btn-google {
    margin-top: 40px;
  }
}
.authentication .btn + p {
  padding-top: 15px;
}
@media only screen and (min-width: 992px) {
  .authentication .btn + p {
    padding-top: 40px;
  }
}
.authentication input[type=checkbox] + label {
  margin: 0 0 0 0;
  padding: 2px 0 8px 35px;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  .authentication input[type=checkbox] + label {
    margin: 0 0 0 0;
  }
}
.authentication .g-recaptcha {
  display: inline-block;
  margin: 0 auto 15px 0!important;
}
@media only screen and (min-width: 992px) {
  .authentication .g-recaptcha {
    margin-bottom: 40px!important;
  }
}
.contact .form-group {
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) {
  .contact .form-group {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .contact .form-group p {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .contact .form-group p {
    margin-bottom: inherit;
  }
}
.contact .form-group input + p {
  padding-top: 15px;
}
.contact .g-recaptcha {
  display: inline-block;
  margin: 0 auto 10px 0!important;
}
@media only screen and (min-width: 768px) {
  .contact .g-recaptcha {
    float: right!important;
    margin: 0 auto 40px 0!important;
  }
}
.contact button.btn {
  font-weight: 600;
  text-transform: uppercase;
  min-width: 100%;
}
@media only screen and (min-width: 370px) {
  .contact button.btn {
    min-width: 305px;
  }
}
@media only screen and (min-width: 576px) {
  .contact button.btn {
    min-width: 305px;
  }
}
@media only screen and (min-width: 768px) {
  .contact button.btn {
    float: left;
    min-width: 130px;
  }
}
.contact a:not(.btn) {
  color: #ffc67c;
}
.contact .map {
  height: 200px!important;
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) {
  .contact .map {
    height: 340px!important;
    margin-bottom: 40px;
  }
}
.contact .map img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .contact .side-map {
    height: calc(100% - 15px) !important;
  }
}
@media only screen and (min-width: 992px) {
  .contact .side-map {
    height: calc(100% - 40px) !important;
  }
}
.contact .side-map .map {
  height: 200px!important;
}
@media only screen and (min-width: 768px) {
  .contact .side-map .map {
    height: 100%!important;
  }
}
.blog .item {
  text-align: center;
  padding-top: 60px;
}
@media only screen and (min-width: 992px) {
  .blog .item {
    padding-top: 115px;
  }
}
.blog .item .image {
  position: relative;
  overflow: hidden;
  display: block;
  -webkit-box-shadow: 15px 15px 50px -2px rgba(3, 18, 34, 0.25);
  -moz-box-shadow: 15px 15px 50px -2px rgba(3, 18, 34, 0.25);
  box-shadow: 15px 15px 50px -2px rgba(3, 18, 34, 0.25);
}
.blog .item .image:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.blog .item .image:after {
  content: "\f06e";
  font-family: 'Font Awesome 5 Free';
  font-size: 36px;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.blog .item .image img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blog .item:hover .image:before,
.blog .item:hover .image:after {
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 992px) {
  .blog .item:hover .image img {
    -webkit-transform: rotate(4deg) scale(1.1);
    -ms-transform: rotate(4deg) scale(1.1);
    transform: rotate(4deg) scale(1.1);
  }
}
.blog .item .info {
  position: relative;
  padding-top: 20px;
}
@media only screen and (min-width: 992px) {
  .blog .item .info {
    padding-top: 65px;
  }
}
.blog .item .info .name {
  font-size: 16px;
  margin-bottom: 15px;
  display: inline-block;
}
.blog .item .info .name:after {
  content: '';
  display: block;
  width: 90px;
  margin: 20px auto 0;
  border-top: 1px solid #3c8ffc;
}
@media only screen and (min-width: 992px) {
  .blog .item .info .name:after {
    width: 90px;
    margin: 20px auto 0;
  }
}
.blog .item .info .excerpt {
  color: #6c6c6c;
  margin-bottom: 15px;
  max-height: 45px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (min-width: 768px) {
  .blog .item .info .excerpt {
    min-height: 45px;
  }
}
.blog .item .info .location,
.blog .item .info .posted {
  font-size: 12px;
  font-weight: 500;
  color: #000000;
  display: block;
}
.blog .article {
  padding-top: 50px;
}
@media only screen and (min-width: 992px) {
  .blog .article {
    padding-top: 100px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.blog .article .hero-image {
  padding-bottom: 50px;
}
@media only screen and (min-width: 992px) {
  .blog .article .hero-image {
    padding-bottom: 100px;
  }
}
.blog .article img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 992px) {
  .packages .listing-packages.slider-multiple {
    margin-top: 65px;
  }
}
.packages .listing-packages.slider-multiple .slick-prev,
.packages .listing-packages.slider-multiple .slick-next {
  top: 205px;
}
.packages .listing-packages.slider-multiple .slick-prev {
  left: 0;
}
@media only screen and (min-width: 768px) {
  .packages .listing-packages.slider-multiple .slick-prev {
    left: -5px;
  }
}
@media only screen and (min-width: 992px) {
  .packages .listing-packages.slider-multiple .slick-prev {
    left: -15px;
  }
}
@media only screen and (min-width: 1200px) {
  .packages .listing-packages.slider-multiple .slick-prev {
    left: -48px;
  }
}
.packages .listing-packages.slider-multiple .slick-next {
  right: 0;
}
@media only screen and (min-width: 768px) {
  .packages .listing-packages.slider-multiple .slick-next {
    right: -5px;
  }
}
@media only screen and (min-width: 992px) {
  .packages .listing-packages.slider-multiple .slick-next {
    right: -15px;
  }
}
@media only screen and (min-width: 1200px) {
  .packages .listing-packages.slider-multiple .slick-next {
    right: -48px;
  }
}
.packages .listing-packages .item .name {
  text-transform: uppercase;
  text-align: center;
  padding-top: 0;
}
.packages .listing-packages .item .name:after {
  content: '';
  display: block;
  width: 90px;
  margin: 10px auto 0 auto;
  border-top: 1px solid #3c8ffc;
}
.packages .listing-packages .item .features {
  list-style: none;
  padding: 0 0 0 0;
  margin: 20px 0 0 0;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  background-color: #ffffff;
}
.packages .listing-packages .item .features li {
  display: block;
  padding: 8px 30px;
}
@media only screen and (min-width: 768px) {
  .packages .listing-packages .item .features li {
    padding: 8px 15px;
  }
}
@media only screen and (min-width: 992px) {
  .packages .listing-packages .item .features li {
    padding: 8px 15px;
  }
}
.packages .listing-packages .item .features li:nth-child(2n) {
  background-color: #edf5ff;
}
.packages .listing-packages .item .features li:before,
.packages .listing-packages .item .features li:after {
  display: table;
  content: " ";
}
.packages .listing-packages .item .features li:after {
  clear: both;
}
.packages .listing-packages .item .features li > span {
  font-weight: 600;
}
.packages .listing-packages .item .features li .btn-hint {
  float: right;
  color: #3c8ffc;
}
.packages .listing-packages .item .features li .fa-times {
  color: #e44d4d;
}
.packages .listing-packages .item .features li .fa-check {
  color: #3c8ffc;
}
.packages .listing-packages .item .recommended {
  margin-top: 20px;
  display: block;
  padding: 6px 12px;
  line-height: 1.5;
  border-radius: 4px;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #a60404;
  visibility: hidden;
}
.packages .listing-packages .item .recommended.yes {
  visibility: visible;
}
.packages .listing-packages .item input[type=checkbox],
.packages .listing-packages .item input[type=radio] {
  position: absolute;
  left: -1000em;
}
.packages .listing-packages .item input[type=checkbox] + label,
.packages .listing-packages .item input[type=radio] + label {
  position: relative;
  width: 40px;
  height: 40px;
  margin: 20px auto 0 auto;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  display: block;
}
.packages .listing-packages .item input[type=checkbox] + label:before,
.packages .listing-packages .item input[type=radio] + label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  display: block;
  font-family: 'Font Awesome 5 Free';
  color: #6c6c6c;
  line-height: 24px;
  margin: 0 0 0 0;
  cursor: pointer;
}
.packages .listing-packages .item input[type=checkbox]:checked + label,
.packages .listing-packages .item input[type=radio]:checked + label {
  border-color: #3c8ffc;
  background-color: #3c8ffc;
}
.packages .listing-packages .item input[type=checkbox]:checked + label:before,
.packages .listing-packages .item input[type=radio]:checked + label:before {
  content: "\f00c";
  font-weight: 900;
  color: #ffffff;
}
.packages .listing-packages .item .price {
  margin-top: 30px;
  display: block;
  padding: 6px 12px;
  line-height: 1.5;
  border-radius: 4px;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
  background-color: #3c8ffc;
}
.packages .listing-packages .item .expires {
  margin-top: 30px;
  display: block;
  padding: 6px 12px;
  text-align: center;
}
.packages .summary-block {
  font-weight: 600;
}
.packages .summary-block .info,
.packages .summary-block .total {
  padding: 10px 10px;
  border: 1px solid #e1e1e1;
  background-color: #ffffff;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}
@media only screen and (min-width: 992px) {
  .packages .summary-block .info,
  .packages .summary-block .total {
    border-radius: 4px;
  }
}
.packages .summary-block .info + .total,
.packages .summary-block .total + .total {
  border-top: 0;
}
@media only screen and (min-width: 992px) {
  .packages .summary-block .info + .total,
  .packages .summary-block .total + .total {
    margin-top: 20px;
  }
}
.packages .summary-block .total {
  background-color: #edf5ff;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
@media only screen and (min-width: 992px) {
  .packages .summary-block .total {
    border-radius: 4px;
    border-color: #edf5ff;
    background-color: #edf5ff;
  }
}
.packages .payment-method .item {
  position: relative;
  background-color: #ffffff;
  margin: 0 0 15px 0;
}
.packages .payment-method .item input[type=checkbox],
.packages .payment-method .item input[type=radio] {
  position: absolute;
  left: -1000em;
}
.packages .payment-method .item input[type=checkbox] + label,
.packages .payment-method .item input[type=radio] + label {
  position: relative;
  display: block;
  padding: 0 15px 0 70px;
  min-height: 130px;
  border-radius: 4px;
  border: 1px solid #e1e1e1;
}
@media only screen and (min-width: 992px) {
  .packages .payment-method .item input[type=checkbox] + label,
  .packages .payment-method .item input[type=radio] + label {
    padding: 0 30px 0 90px;
  }
}
.packages .payment-method .item input[type=checkbox] + label:before,
.packages .payment-method .item input[type=radio] + label:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  width: 40px;
  height: 40px;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  display: block;
}
.packages .payment-method .item input[type=checkbox] + label span,
.packages .payment-method .item input[type=radio] + label span {
  position: relative;
  display: block;
  text-transform: uppercase;
  font-size: 18px;
  padding: 20px 30px 15px 0;
}
@media only screen and (min-width: 992px) {
  .packages .payment-method .item input[type=checkbox] + label span,
  .packages .payment-method .item input[type=radio] + label span {
    font-size: 24px;
  }
}
.packages .payment-method .item input[type=checkbox] + label span:before,
.packages .payment-method .item input[type=radio] + label span:before,
.packages .payment-method .item input[type=checkbox] + label span:after,
.packages .payment-method .item input[type=radio] + label span:after {
  display: table;
  content: " ";
}
.packages .payment-method .item input[type=checkbox] + label span:after,
.packages .payment-method .item input[type=radio] + label span:after {
  clear: both;
}
.packages .payment-method .item input[type=checkbox] + label span i,
.packages .payment-method .item input[type=radio] + label span i {
  position: absolute;
  top: 20px;
  right: 0;
  float: right;
  font-size: 24px;
}
@media only screen and (min-width: 992px) {
  .packages .payment-method .item input[type=checkbox] + label span i,
  .packages .payment-method .item input[type=radio] + label span i {
    font-size: 32px;
  }
}
.packages .payment-method .item input[type=checkbox] + label span + span,
.packages .payment-method .item input[type=radio] + label span + span {
  text-transform: none;
  font-size: 14px;
  padding: 15px 0;
  border-top: 1px solid #e1e1e1;
}
.packages .payment-method .item input[type=checkbox]:checked + label:before,
.packages .payment-method .item input[type=radio]:checked + label:before {
  border-color: #3c8ffc;
  background-color: #3c8ffc;
}
.packages .payment-method .item input[type=checkbox]:checked + label:after,
.packages .payment-method .item input[type=radio]:checked + label:after {
  position: absolute;
  top: 25px;
  left: 27px;
  content: "\f00c";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #ffffff;
}
@media only screen and (min-width: 992px) {
  .pricing .listing-pricing.slider-multiple {
    margin-top: 65px;
  }
}
.pricing .listing-pricing .item .name {
  text-transform: uppercase;
  text-align: center;
  padding-top: 0;
}
.pricing .listing-pricing .item .name:after {
  content: '';
  display: block;
  width: 90px;
  margin: 10px auto 0 auto;
  border-top: 1px solid #3c8ffc;
}
.pricing .listing-pricing .item .recommended {
  margin-top: 20px;
  padding: 6px 12px;
  line-height: 1.5;
  border-radius: 4px;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #a60404;
  visibility: hidden;
  display: block;
}
.pricing .listing-pricing .item .recommended.yes {
  visibility: visible;
}
.pricing .listing-pricing .item .infos {
  margin: 0 auto 0 auto;
}
.pricing .listing-pricing .item .infos .desc {
  margin-top: 20px;
  text-align: center;
  background-color: #ffffff;
}
.pricing .listing-pricing .item .infos .desc .excerpt {
  color: #393939;
}
.pricing .listing-pricing .item .infos .desc .number {
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 40px;
  color: #3c8ffc;
}
@media only screen and (min-width: 992px) {
  .pricing .listing-pricing .item .infos .desc .number {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1400px) {
  .pricing .listing-pricing .item .infos .desc .number {
    font-size: 40px;
  }
}
.pricing .listing-pricing .item .infos .desc .number span {
  font-size: 115px;
}
@media only screen and (min-width: 992px) {
  .pricing .listing-pricing .item .infos .desc .number span {
    font-size: 90px;
  }
}
@media only screen and (min-width: 1400px) {
  .pricing .listing-pricing .item .infos .desc .number span {
    font-size: 115px;
  }
}
.pricing .listing-pricing .item .infos .desc .price {
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 36px;
}
.pricing .listing-pricing .item .infos .desc .price span {
  display: block;
  color: #3c8ffc;
  font-size: 18px;
  line-height: normal;
  font-weight: normal;
}
.pricing .listing-pricing .item .infos .btn {
  display: block;
  font-weight: 600;
  text-transform: uppercase;
}
.pricing .listing-pricing .item .expires {
  margin-top: 30px;
  display: block;
  padding: 6px 12px;
  text-align: center;
}
.pricing .listing-pricing.custom-1 .item .infos .desc {
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  overflow: hidden;
}
.pricing .listing-pricing.custom-1 .item .infos .desc .excerpt {
  padding: 10px 15px;
}
.pricing .listing-pricing.custom-1 .item .infos .desc .number {
  background-color: #edf5ff;
}
@media only screen and (min-width: 992px) {
  .pricing .listing-pricing.custom-1 .item .infos .desc .number {
    background-color: #edf5ff;
  }
}
.pricing .listing-pricing.custom-1 .item .infos .desc .price {
  min-height: 100px;
}
.pricing .listing-pricing.custom-1 .item .infos .desc + .btn {
  margin-top: 40px;
}
.pricing .listing-pricing.custom-2 .item .infos {
  max-width: 240px;
}
@media only screen and (min-width: 992px) {
  .pricing .listing-pricing.custom-2 .item .infos {
    max-width: 180px;
  }
}
.pricing .listing-pricing.custom-2 .item .infos .desc {
  border: 1px solid #3c8ffc;
  background-color: #ffffff;
  border-radius: 4px;
}
@media only screen and (min-width: 992px) {
  .pricing .listing-pricing.custom-2 .item .infos .desc {
    border: 1px solid #edf5ff;
    background-color: #edf5ff;
  }
}
.pricing .listing-pricing.custom-2 .item .infos .desc .excerpt {
  padding: 10px 15px;
}
.pricing .listing-pricing.custom-2 .item .infos .desc .number {
  background-color: #ffffff;
  border: 2px solid #3c8ffc;
  border-radius: 50%;
  width: 280px;
  height: 280px;
  margin-left: -20px;
  font-size: 40px;
}
@media only screen and (min-width: 992px) {
  .pricing .listing-pricing.custom-2 .item .infos .desc .number {
    width: 220px;
    height: 220px;
    margin-left: -20px;
    font-size: 30px;
  }
}
@media only screen and (min-width: 1400px) {
  .pricing .listing-pricing.custom-2 .item .infos .desc .number {
    width: 240px;
    height: 240px;
    margin-left: -30px;
    font-size: 40px;
  }
}
.pricing .listing-pricing.custom-2 .item .infos .desc .number span {
  font-size: 100px;
}
@media only screen and (min-width: 992px) {
  .pricing .listing-pricing.custom-2 .item .infos .desc .number span {
    font-size: 80px;
  }
}
@media only screen and (min-width: 1400px) {
  .pricing .listing-pricing.custom-2 .item .infos .desc .number span {
    font-size: 100px;
  }
}
.pricing .listing-pricing.custom-2 .item .infos .desc .price {
  min-height: 90px;
  font-weight: 600;
}
.pricing .listing-pricing.custom-2 .item .infos .desc + .btn {
  margin-top: 20px;
}
.pricing .listing-pricing.custom-3 .item .infos .desc {
  background-color: transparent;
}
.pricing .listing-pricing.custom-3 .item .infos .desc .excerpt {
  padding: 10px 15px;
  border: 1px solid #e1e1e1;
  background-color: #ffffff;
  border-radius: 4px;
}
.pricing .listing-pricing.custom-3 .item .infos .desc .number {
  margin-top: 10px;
  padding: 10px 15px;
  background-color: #ffc67c;
  border: 1px solid #ffc67c;
  border-radius: 4px;
  color: #ffffff;
  font-size: 36px;
}
.pricing .listing-pricing.custom-3 .item .infos .desc .number span {
  font-size: 36px;
}
.pricing .listing-pricing.custom-3 .item .infos .desc .price {
  margin-top: 10px;
  padding: 10px 15px;
  background-color: #ffffff;
  border: 1px solid #e1e1e1;
  color: #3c8ffc;
  font-size: 72px;
  line-height: 72px;
  min-height: 230px;
}
@media only screen and (min-width: 992px) {
  .pricing .listing-pricing.custom-3 .item .infos .desc .price {
    background-color: #edf5ff;
    border: 1px solid #edf5ff;
  }
}
.pricing .listing-pricing.custom-3 .item .infos .desc .price span {
  font-size: 30px;
  line-height: normal;
}
.pricing .listing-pricing.custom-3 .item .infos .desc + .btn {
  margin-top: 20px;
}
.search-results {
  padding-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .search-results {
    padding-bottom: 20px;
  }
}
.search-results .search-block {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 20px;
  padding-bottom: 5px;
  border-radius: 5px;
}
@media only screen and (min-width: 992px) {
  .search-results .search-block {
    margin: 20px 30px 0 30px;
    padding: 40px 30px 25px 30px;
    background-color: #edf5ff;
  }
}
@media only screen and (min-width: 992px) {
  .search-results .search-block .row {
    margin-right: -10px;
    margin-left: -10px;
  }
}
@media only screen and (min-width: 992px) {
  .search-results .search-block .row [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.search-results .search-block .btn-advance-search {
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 25px;
}
.search-results .search-block .btn-advance-search[aria-expanded="false"] span:first-child {
  display: none;
}
.search-results .search-block .btn-advance-search[aria-expanded="true"] span:last-child {
  display: none;
}
.search-results .search-block.display-block {
  position: relative;
  background-color: #3c8ffc;
  margin-top: 40px;
  margin-bottom: -40px;
}
.search-results .search-block.display-block:after {
  content: "";
  position: absolute;
  width: 1024px;
  height: 100%;
  background-color: #3c8ffc;
  display: block;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media only screen and (min-width: 992px) {
  .search-results .search-block.display-block:after {
    display: none;
  }
}
.search-results .search-block.display-block .row {
  position: relative;
  z-index: 1;
}
.map-wrapper {
  position: relative;
}
.map-wrapper .categories {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .map-wrapper .categories {
    top: 30px;
    left: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .map-wrapper .categories {
    top: 30px;
  }
}
.map-wrapper .categories .dropdown > a.dropdown-toggle {
  display: inline-block;
  color: #ffffff;
  background-color: #3c8ffc;
  border-radius: 4px;
  padding: 5px 10px;
}
.map-wrapper .categories .dropdown > a.dropdown-toggle:after {
  display: none;
}
.map-wrapper .categories .dropdown > a.dropdown-toggle .fa,
.map-wrapper .categories .dropdown > a.dropdown-toggle .fas,
.map-wrapper .categories .dropdown > a.dropdown-toggle .far {
  margin-left: 5px;
}
.map-wrapper .categories .dropdown .dropdown-menu {
  min-width: 150px;
  padding: 3px 0 3px 0;
  margin: -5px 0 0 0;
  font-size: 14px;
  color: #ffffff;
  text-align: left;
  list-style: none;
  background-color: #3c8ffc;
  background-clip: padding-box;
  border: 0;
  border-radius: 4px;
}
.map-wrapper .categories .dropdown .dropdown-menu a {
  display: block;
  padding: 3px 10px;
  white-space: nowrap;
}
.map-wrapper .categories .dropdown .dropdown-menu a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.map-wrapper .map {
  height: 350px;
}
@media only screen and (min-width: 768px) {
  .map-wrapper .map {
    height: 450px!important;
  }
}
@media only screen and (min-width: 992px) {
  .map-wrapper .map {
    height: 600px!important;
  }
}
.map .gm-style-iw {
  margin-left: -40px;
  background-color: #000000;
  width: 270px!important;
  max-height: 110px;
}
@media only screen and (min-width: 370px) {
  .map .gm-style-iw {
    margin-left: -15px;
  }
}
@media only screen and (min-width: 410px) {
  .map .gm-style-iw {
    margin-left: 5px;
  }
}
@media only screen and (min-width: 768px) {
  .map .gm-style-iw {
    margin-left: 0;
    width: 400px!important;
    max-height: 145px!important;
  }
}
.map .gm-style-iw > div {
  overflow: inherit!important;
  width: 270px!important;
  max-width: 270px!important;
}
@media only screen and (min-width: 768px) {
  .map .gm-style-iw > div {
    width: 400px!important;
    max-width: 400px!important;
  }
}
.map .gm-style-iw > div > div {
  overflow: inherit!important;
}
.map .gm-style-iw .tooltip-list {
  display: block;
}
.map .gm-style-iw .tooltip-list .tool-list-title {
  display: block;
  padding-bottom: 10px;
}
.map .gm-style-iw .map-tooltip {
  width: 270px!important;
  margin: 0 0 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .map .gm-style-iw .map-tooltip {
    width: 400px!important;
  }
}
.map .gm-style-iw .map-tooltip:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 0, 0, 0);
  border-top-color: #000000;
  border-width: 20px;
  margin-left: -20px;
}
@media only screen and (min-width: 768px) {
  .map .gm-style-iw .map-tooltip:after {
    left: 300px;
  }
}
.map .gm-style-iw .map-tooltip .image {
  position: relative;
  overflow: hidden;
  -ms-flex: 0 0 110px;
  flex: 0 0 110px;
  max-width: 110px;
  height: 110px;
}
@media only screen and (min-width: 768px) {
  .map .gm-style-iw .map-tooltip .image {
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    max-width: 200px;
    height: 145px;
  }
}
.map .gm-style-iw .map-tooltip .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  max-width: 165px;
  max-height: 120px;
}
@media only screen and (min-width: 768px) {
  .map .gm-style-iw .map-tooltip .image img {
    max-width: 220px;
    max-height: 160px;
  }
}
.map .gm-style-iw .map-tooltip .copy {
  position: relative;
  -ms-flex: 0 0 160px;
  flex: 0 0 160px;
  max-width: 160px;
  padding: 5px 10px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .map .gm-style-iw .map-tooltip .copy {
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    max-width: 200px;
  }
}
.map .gm-style-iw .map-tooltip .copy .view-it {
  display: inline-block;
  padding: 3px 10px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  background-color: #3c8ffc;
  border-radius: 4px;
  margin-top: 5px;
}
.map .gm-style-iw .map-tooltip + .map-tooltip {
  margin-top: 15px;
}
.map .gm-style-iw h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  width: 100%;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  max-width: 100%;
  height: 20px;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
}
.map .gm-style-iw h3 {
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  padding: 0 0 5px 0;
  margin: 0 0 0 0;
}
.map .gm-style-iw .location {
  font-size: 12px;
  color: #3c8ffc;
  max-height: 20px;
  padding-top: 3px;
  overflow: hidden;
}
@media only screen and (min-width: 576px) {
  .map .gm-style-iw .location {
    display: block;
  }
}
.gm-style .gm-style-iw {
  overflow: inherit!important;
}
