@charset "UTF-8";
/*  

Description: Theme Styles
Version: 1.0
Author: BeeSoft - Web & Mobile Solutions
Author URI: http://www.beesoft.it

*/
/*  

Description: Mixins
Version: 1.0
Author: BeeSoft - Web & Mobile Solutions
Author URI: http://www.beesoft.it

*/
/** MEDIA QUERIES **/
/** TRANSITIONS **/
/** TRANSFORM  **/
/*  

Description: Variables
Version: 1.0
Author: BeeSoft - Web & Mobile Solutions
Author URI: http://www.beesoft.it

*/
/** INCLUDE **/
@import url("https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css");
@import url("https://cdn.jsdelivr.net/gh/fancyapps/fancybox@3.5.6/dist/jquery.fancybox.min.css");
@import url("https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css");
@import url("https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick-theme.css");
@import url("../../libs/font-awesome/css/all.min.css");
@import url("../../libs/fullcalendar/fullcalendar.min.css");
@import url("../../libs/select2/css/select2.min.css");
@import url("../../libs/select2/css/select2-bootstrap4.css");
@import url("../../libs/daterangepicker/daterangepicker.css");
/** COLORS **/
/** FONTS **/
@import url("https://fonts.googleapis.com/css?family=Londrina+Solid|Open+Sans:400,400i,700");
/** VARS **/
/** ANIMATIONS **/
@-webkit-keyframes hit-down {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes hit-down {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes rotate-right {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotate-right {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate-left {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes rotate-left {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-180deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
/*  

Description: Base Styles
Version: 1.0
Author: BeeSoft - Web & Mobile Solutions
Author URI: http://www.beesoft.it

*/
* {
  outline: 0px !important;
}

html {
  font-size: 13px;
}
@media only screen and (min-width: 990px) and (max-width: 1199px) {
  html {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1200px) {
  html {
    font-size: 15px;
  }
}

body {
  font-family: "Open Sans", sans-serif;
  color: #6E6E6E;
  background: #F1F3F5;
  position: relative;
}
body:before {
  content: "";
  display: block;
  position: fixed;
  background: rgba(255, 255, 255, 0.8);
  z-index: -10000;
  opacity: 0;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  transition: 0.3s ease-in-out;
}
body:after {
  content: "";
  display: block;
  position: fixed;
  z-index: 1100;
  top: -100%;
  left: 50%;
  margin: -40px 0px 0px -40px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 3px solid rgba(218, 56, 114, 0.2);
  border-top: 3px solid #DA3872;
  -webkit-animation: rotate-right 1s linear infinite;
          animation: rotate-right 1s linear infinite;
}
body.init:before {
  z-index: 1000;
  opacity: 1;
}
body.init:after {
  top: 50%;
  opacity: 1;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Londrina Solid", serif;
  color: #212443;
}

img {
  max-width: 100%;
}

.double-line-title {
  font-weight: normal;
  font-family: "Open Sans", sans-serif !important;
}
.double-line-title strong {
  display: block;
  text-transform: uppercase;
  font-family: "Londrina Solid", serif !important;
  font-size: 1.1em;
}

.req {
  color: #FA1010;
}

.btn {
  font-family: "Londrina Solid", serif;
  letter-spacing: 1px;
  border: 0px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px 0px rgba(33, 36, 67, 0.1);
  transition: 0.2s ease-in-out;
}
.btn i {
  margin-right: 3px;
}
.btn.btn-action i {
  margin: 0px;
}
.btn.btn-link {
  text-decoration: none;
  box-shadow: none;
  color: #5965BF;
}
.btn.btn-primary {
  background: #DA3872 !important;
  color: #FFFFFF !important;
}
.btn.btn-secondary {
  background: #212443 !important;
  color: #FFFFFF !important;
}
.btn:active {
  transform: scale(1.05);
}

.btn-more {
  font-family: "Londrina Solid", serif;
  color: #212443;
}
.btn-more:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  font-size: 1.2em;
  font-weight: normal;
  font-family: "Font Awesome 5 Pro";
  margin-right: 0.5rem;
}
.btn-more:hover {
  color: inherit;
}

.breadcrumb {
  background: rgba(89, 101, 191, 0.1);
  border-radius: 0px;
  font-size: 0.8em;
}
.breadcrumb a {
  color: #5965BF;
}
.breadcrumb i {
  font-size: 1.2em;
  vertical-align: middle;
  margin-right: 3px;
}

.nav-pills .nav-link {
  border-radius: 0px;
}

.badge {
  text-transform: uppercase;
  border-radius: 500px;
  padding: 0.5em 0.6rem;
  font-family: "Open Sans", sans-serif;
  font-size: 9px;
}
.badge.badge-warning {
  color: rgba(33, 36, 67, 0.5);
}

.custom-control-input:checked ~ .custom-control-label::before {
  background-color: #DA3872;
  border-color: #DA3872;
  box-shadow: none;
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #212443;
}

.alert {
  border: 0px;
  border-radius: 0px;
  margin: 2.5rem 0px;
}

fieldset {
  padding: 1rem 1.5rem;
  margin-bottom: 1rem;
  border-top: 1px solid rgba(33, 36, 67, 0.2);
}
fieldset legend {
  padding: 0px 0.5rem;
  margin-left: -0.5rem;
  width: auto;
  font-size: 1rem;
  font-weight: bold;
  font-family: "Londrina Solid", serif;
  letter-spacing: 1px;
  color: #212443;
}

.steps {
  margin-bottom: 1rem;
  text-align: center;
}
.steps .step {
  vertical-align: middle;
  display: inline-block;
  margin: 0.5rem;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  border-radius: 50%;
  font-size: 1.2rem;
  font-family: "Londrina Solid", serif;
  background: rgba(33, 36, 67, 0.1);
  color: rgba(33, 36, 67, 0.5);
}
.steps .step.active {
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  font-size: 2rem;
  background: #DA3872;
  color: #212443;
}
.steps .step.done {
  background: #212443;
  color: #FFFFFF;
}

.form-question {
  border-top: 1px solid rgba(33, 36, 67, 0.2);
  padding-top: 1rem;
}
.form-question:first-child {
  padding-top: 0px;
  border: 0px;
}

.related-question {
  margin: 1rem 0px;
  display: none;
}

.form-repeater .btn i {
  margin: 0px;
}
.form-repeater .repeat {
  padding: 10px;
  margin-bottom: 10px;
}
.form-repeater .repeat .btn-add {
  display: none;
}
.form-repeater .repeat .btn-remove {
  display: block;
}
.form-repeater .repeat.model .btn-add {
  display: block;
}
.form-repeater .repeat.model .btn-remove {
  display: none;
}

.form-group label {
  margin-bottom: 3px;
  color: #6E6E6E;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.8em;
}
.form-group.form-foot {
  text-align: center;
  margin-top: 2rem;
  padding: 1rem 0px;
  border-top: 1px solid rgba(33, 36, 67, 0.2);
}
.form-group.form-foot .btn {
  margin: 0px 1rem;
}
.form-group.form-foot .btn .form-preloader {
  width: 1.5rem;
  height: 1.5rem;
  border-width: 0.2em;
  vertical-align: sub;
}

.form-check label {
  color: #212443;
}
.form-check.form-check-inline label {
  margin-bottom: 0px;
}

.form-control[type=file] {
  height: auto;
}

.form-gallery {
  margin: 1.5rem 0px;
}
.form-gallery .image {
  max-width: 30%;
  margin-bottom: 1rem;
  margin-right: 1rem;
  vertical-align: middle;
  display: inline-block;
  position: relative;
}
.form-gallery .btn-remove {
  position: absolute;
  z-index: 10;
  top: -3px;
  right: -5px;
}
.form-gallery .btn-remove i {
  margin: 0px;
}
@media only screen and (max-width: 767px) {
  .form-gallery .image {
    margin: 0.5rem;
    max-width: 45%;
  }
}

.pagination .page-item .page-link {
  background-color: #FFFFFF;
  color: #212443;
  margin: 0px 3px;
  border: 0px;
  border-radius: 0px;
  box-shadow: 0px 0px 10px 0px rgba(33, 36, 67, 0.1);
}
.pagination .page-item.active .page-link {
  background-color: #212443;
  color: #FFFFFF;
}

.circle-icon {
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  background: #5965BF;
  color: #F1F3F5;
  line-height: 2.5rem;
  text-align: center;
  font-size: 1.2rem;
  width: 2.5rem;
  height: 2.5rem;
  position: relative;
}
.circle-icon img {
  border: 2px solid #5965BF;
  border-radius: 50%;
  display: block;
  width: 100%;
  height: 100%;
}
.circle-icon .badge {
  position: absolute;
  padding: 4px;
  top: -3px;
  right: -3px;
}
.circle-icon .badge-dark {
  background: #DA3872;
}

.list-group .list-group-item {
  margin: 0px;
  border-radius: 0px;
  padding-left: 0px;
  padding-right: 0px;
  border: 0px;
  border-bottom: 1px solid rgba(33, 36, 67, 0.2);
}
.list-group .list-group-item label {
  display: block;
  font-size: 0.8em;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0px;
  opacity: 0.5;
}
.list-group .list-group-item .title {
  font-weight: bold;
  color: #212443;
}
.list-group .list-group-item .title .circle-icon {
  margin-right: 0.5rem;
}
.list-group .list-group-item .title label {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 6rem);
  line-height: 1.2;
}
.list-group .list-group-item .desc {
  padding-top: 0.5rem;
}
.list-group .list-group-item:before {
  display: none;
}
.list-group.small-content {
  margin-top: 1rem;
  font-size: 0.8em;
}
.list-group.small-content .list-group-item:first-child {
  border-top: 1px solid rgba(33, 36, 67, 0.2);
}

.block-info .block-title h1, .block-info .block-title h2, .block-info .block-title h3, .block-info .block-title h4, .block-info .block-title h5, .block-info .block-title h6 {
  display: inline-block;
  padding-bottom: 0.3rem;
  margin-bottom: 1rem;
  border-bottom: 2px solid #DA3872;
}

.container-fluid {
  width: 98%;
  max-width: 1500px;
}

.area-text h1, .area-text h2, .area-text h3, .area-text h4, .area-text h5 {
  border-bottom: 1px solid rgba(33, 36, 67, 0.2);
}
.area-text blockquote {
  border-left: 5px solid #DA3872;
  padding-left: 1rem;
  font-size: 1.25rem;
}
.area-text ul {
  padding: 0px;
}
.area-text ul li {
  list-style: none;
}
.area-text ul li:before {
  content: "";
  display: inline-block;
  font-weight: normal;
  font-family: "Font Awesome 5 Pro";
  margin-right: 0.5rem;
}
.area-text a {
  color: #5965BF;
  text-decoration: underline;
}
.area-text a:hover {
  text-decoration: none;
}

.heading-area {
  border-bottom: 10px solid #DA3872;
  margin-bottom: 5rem;
  margin-top: -2.5rem;
  position: relative;
  z-index: 1;
}
.heading-area .cover {
  background-color: #212443;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  height: 50vh;
}
.heading-area .cover[style*=background]:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(33, 36, 67, 0.3);
}
.heading-area .cover .cover-title {
  color: #FFFFFF;
  text-align: center;
  position: absolute;
  z-index: 10;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.heading-area .cover .cover-title .user strong {
  color: #FFFFFF;
}
.heading-area .cover .cover-icon {
  display: block;
  text-align: center;
  margin: 1rem 0px;
}
.heading-area .cover .cover-icon img {
  height: 100px;
}
.heading-area .videobg {
  position: relative;
  padding-bottom: 56.25%;
  height: 100%;
  transform: scale(1.2);
}
.heading-area .videobg iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 130% !important;
  height: 130% !important;
  transform: translate(-50%, -50%);
}
.mobile-device .heading-area .videobg {
  display: none;
}

.content-area {
  position: relative;
  z-index: 5;
  padding: 2.5rem 0px;
}
.content-area .area-title {
  margin-bottom: 1rem;
}
.content-area .area-callto {
  margin: 1rem 0px;
}
.content-area .area-callto .btn {
  padding: 1rem 2rem;
}
.content-area .area-image img {
  box-shadow: 0px 0px 20px 0px rgba(25, 27, 50, 0.2);
}
.content-area .area-image .slider {
  margin: 0px 25px;
}
.content-area .area-image .slider img {
  margin: 20px;
}
.content-area .area-image .slider .slick-next:before,
.content-area .area-image .slider .slick-prev:before {
  color: #212443;
}
.content-area .half-videobg {
  position: absolute;
  overflow: hidden;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 55%;
  background-position: center center;
  background-size: cover;
}
.content-area .half-videobg iframe {
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  width: 100% !important;
  height: 100% !important;
  transform: scale(1.6);
}
.content-area .half-videobg .btn-play {
  position: absolute;
  z-index: 10;
  font-size: 60px;
  line-height: 60px;
  width: 60px;
  height: 60px;
  color: #FFFFFF;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.content-area .half-videobg:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(33, 36, 67, 0.3);
}
@media only screen and (max-width: 989px) {
  .content-area .half-videobg {
    margin: 2.5rem 0px;
    margin-bottom: -5rem;
    position: relative;
    height: 40vh;
    left: 0px;
  }
}
.content-area.area-dark {
  background-color: #212443;
  color: #F1F3F5;
}
.content-area.area-hightlight {
  background-color: #5965BF;
  color: #F1F3F5;
}
.content-area.area-hightlight h1, .content-area.area-hightlight h2, .content-area.area-hightlight h3, .content-area.area-hightlight h4, .content-area.area-hightlight h5, .content-area.area-hightlight h6 {
  color: #F1F3F5;
}
.content-area.area-bg {
  background-position: center center;
  background-size: cover;
  position: relative;
}
.content-area.area-bg:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(33, 36, 67, 0.3);
}
.content-area.area-bg .container-fluid {
  position: relative;
  z-index: 10;
}
.content-area.area-fade {
  background: linear-gradient(to bottom, rgba(33, 36, 67, 0.2) 0%, rgba(33, 36, 67, 0) 100%);
  padding: 5rem 0px;
}
.mobile-device .content-area .half-videobg iframe {
  display: none;
}
@media only screen and (max-width: 989px) {
  .content-area .area-image {
    margin-bottom: 1rem;
  }
}

.content-block {
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 0px rgba(25, 27, 50, 0.1);
  padding: 1.5rem;
  margin-bottom: 30px;
}
.content-block p a {
  text-decoration: underline;
  color: #212443;
}
.content-block p a:hover {
  text-decoration: none;
}

.highlight-block {
  color: #FFFFFF;
  background-color: #5965BF;
  text-align: center;
  padding: 1.5rem 3rem;
}
.highlight-block .icon {
  margin: 1rem 0px;
  font-size: 6rem;
  color: #FFFFFF;
}
.highlight-block .area-title h1, .highlight-block .area-title h2, .highlight-block .area-title h3, .highlight-block .area-title h4, .highlight-block .area-title h5, .highlight-block .area-title h6 {
  color: #FFFFFF;
}
.highlight-block .area-text {
  opacity: 0.6;
}
.highlight-block .area-callto {
  margin-bottom: 1.5rem;
}
.highlight-block .list-items {
  margin-top: 2rem;
}

.form-callout {
  max-width: 800px;
  margin: 0px auto;
}
.form-callout .highlight-block {
  min-height: 100%;
}
.form-callout .content-block p {
  margin: 0.5rem 0px;
  font-size: 0.8em;
}
.form-callout.full-width {
  max-width: none;
}
@media only screen and (min-width: 990px) {
  .form-callout .highlight-block {
    margin-right: -60px;
    padding-right: calc(30px + 1.5rem);
  }
  .form-callout .content-block {
    margin-top: 30px;
  }
  .form-callout.no-overlap .highlight-block {
    padding-right: 3rem;
    margin-right: 0px;
  }
  .form-callout.sticky-callout .highlight-block {
    min-height: inherit;
    position: sticky;
    top: 100px;
  }
}

.box-calendar {
  background: #F1F3F5;
  margin-bottom: 3px;
  padding: 15px;
}
.box-calendar .box-title {
  text-align: center;
  font-size: 0.8em;
  margin-bottom: 1rem;
}
.box-calendar .box-legend {
  margin-top: 1rem;
  text-align: center;
  font-size: 0.8em;
}
.box-calendar .box-legend label {
  margin: 3px 5px;
}
.box-calendar .box-legend .available i {
  color: #17A322;
}
.box-calendar .box-legend .waiting i {
  color: #F5D940;
}
.box-calendar .box-legend .taken i {
  color: #FA1010;
}
.box-calendar .fc {
  background: #FFFFFF;
  font-size: 0.8em;
  padding: 0.5rem;
}
.box-calendar .fc h2 {
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
}
.box-calendar .fc .fc-day-grid-event {
  width: 10px;
  height: 12px;
  border-radius: 50%;
  margin: 0px auto;
}
.box-calendar .fc .fc-day-header {
  text-transform: uppercase;
}
form .box-calendar {
  margin-bottom: 20px;
}

.user {
  text-align: center;
}
.user a {
  text-decoration: none;
}
.user img {
  display: block;
  background: #DA3872;
  width: 60px;
  height: 60px;
  margin: 0px auto;
  overflow: hidden;
  border: 3px solid #5965BF;
  border-radius: 50%;
  box-shadow: 0px 0px 10px 0px rgba(25, 27, 50, 0.1);
}
.user i {
  display: block;
  background: #5965BF;
  color: #FFFFFF;
  width: 60px;
  height: 60px;
  line-height: 50px;
  font-size: 30px;
  margin: 0px auto;
  border: 3px solid #5965BF;
  border-radius: 50%;
  box-shadow: 0px 0px 10px 0px rgba(25, 27, 50, 0.1);
}
.user strong {
  color: #212443;
}

.user-list .user {
  margin: 1.6666666667rem;
}

.area-msg {
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 0px rgba(25, 27, 50, 0.1);
  padding: 1rem;
  text-align: center;
}
.area-msg .icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  font-size: 4rem;
  color: #DA3872;
}

.item {
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 0px rgba(25, 27, 50, 0.1);
  padding: 1rem;
}
.item .photo {
  background-position: center center;
  background-size: cover;
  display: block;
  height: 15vw;
  margin-bottom: 5px;
}
.item .info a {
  color: #5965BF;
}
.item .info .data {
  margin: 0.5rem 0px;
  font-size: 0.9em;
  color: #6E6E6E;
}
.item .info .data a {
  color: #6E6E6E;
}
.item .info .title {
  color: #212443;
}
.item .info .title a {
  color: #212443;
}
.item .info .type {
  text-transform: uppercase;
  font-family: "Londrina Solid", serif;
  color: #DA3872;
}
.item .info .type a {
  color: #DA3872;
}
.item .custom-switch {
  min-height: 2.25rem;
}
.item .custom-switch .custom-control-label {
  transform: scale(2) translate(1rem, -0.5rem);
}
.item form {
  background: #F1F3F5;
  padding: 15px;
}
.item form .form-control {
  box-shadow: 0px 0px 10px 0px rgba(25, 27, 50, 0.1);
}
@media only screen and (max-width: 767px) {
  .item .photo {
    height: 200px;
  }
  .item .info .icon {
    height: auto;
  }
  .item .info .icon .double-line-title {
    display: none;
  }
}

.list-items .item {
  padding: 0px;
  margin-bottom: 1rem;
  position: relative;
}
.list-items .item .photo {
  height: 100%;
}
.list-items .item .info {
  height: 100%;
  text-align: left;
  padding: 1rem 1.5rem;
  border-right: 1px solid rgba(33, 36, 67, 0.2);
}
.list-items .item .more-info {
  height: 100%;
  padding: 1rem 0.5rem;
  text-align: center;
  position: relative;
}
.list-items .item .more-info h1, .list-items .item .more-info h2, .list-items .item .more-info h3, .list-items .item .more-info h4, .list-items .item .more-info h5, .list-items .item .more-info h6 {
  margin: 0px;
  font-family: "Open Sans", sans-serif;
}
.list-items .item .more-info h3 {
  font-weight: 600;
  font-size: 1.333rem;
}
.list-items .item .more-info h3.item-show-cost {
  font-size: 1.83rem;
  line-height: 1;
}
.list-items .item .more-info .item-transfert-cost {
  font-size: 1.1rem;
  line-height: 1.2;
  margin: 0.5rem 0;
  font-weight: 600;
  letter-spacing: 1px;
}
.list-items .item .more-info .item-transfert-cost span {
  font-size: 0.93rem;
  letter-spacing: 0px;
  font-weight: 300;
  font-style: italic;
  display: block;
}
.list-items .item .more-info .btn {
  margin: 3px;
}
.list-items .item .more-info .btn-link {
  margin-top: 0.5rem;
}
.list-items .item .more-info.more-info-price {
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.list-items .item .more-info.more-info-price br {
  display: none;
}
.list-items .item .icon {
  height: 100%;
}
.list-items .item .btn-action {
  position: absolute;
  z-index: 10;
  top: -5px;
  right: -5px;
}
.list-items .item.item-not-available {
  opacity: 0.6;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  text-decoration: line-through;
}
.list-items .item.item-replacing {
  margin-top: -1.5rem;
}
.list-items .item.item-replacing:before {
  content: "";
  display: block;
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  z-index: 10;
  top: -0.5rem;
  right: 10%;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
  color: #17A322;
  transform: rotate(90deg);
}
.list-items.list-compact .item {
  box-shadow: none;
  margin-bottom: 0px;
  border-bottom: 1px solid rgba(33, 36, 67, 0.2);
}
.list-items.list-compact .item:last-child {
  border-bottom: 0px;
}
.user-staff .list-items .item.item-replacing:before {
  right: 1rem;
}
@media only screen and (max-width: 767px) {
  .list-items .item {
    padding-bottom: 1rem;
  }
  .list-items .item .photo {
    height: 200px;
  }
  .list-items .item .icon {
    width: 60px;
    height: 60px;
    position: absolute;
    z-index: 10;
    right: 10px;
  }
  .list-items .item .info {
    padding-bottom: 1.5rem;
    border-right: 0px;
    border-bottom: 1px solid rgba(33, 36, 67, 0.2);
  }
  .list-items.list-compact .item {
    margin-bottom: 20px;
    border: 1px solid rgba(33, 36, 67, 0.2) !important;
  }
}

.item-details {
  background: rgba(89, 101, 191, 0.1);
  padding: 1rem;
}
.item-details .status {
  text-align: right;
}
.item-details .list-group {
  margin-bottom: 1rem;
}
.item-details .list-group .list-group-item {
  padding: 0.5rem;
}
.item-details .list-group .desc {
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}

.side-nav {
  margin-right: -30px;
}
.side-nav .status {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  font-size: 1.5rem;
  color: rgba(33, 36, 67, 0.2);
}
.side-nav .status.done {
  color: #212443;
}
.side-nav .nav-item {
  margin-bottom: 1px;
}
.side-nav .nav-link {
  background-color: rgba(33, 36, 67, 0.05);
  color: #212443;
}
.side-nav .nav-link.active .status {
  color: rgba(255, 255, 255, 0.2);
}
.side-nav .nav-link.active .status.done {
  color: #212443;
}
.side-nav .nav-pills .nav-link.active,
.side-nav .nav-pills .show > .nav-link {
  background-color: #DA3872;
  color: #212443;
}
@media only screen and (max-width: 989px) {
  .side-nav {
    margin-right: 0px;
    overflow-x: scroll;
  }
  .side-nav .nav {
    white-space: nowrap;
    display: block;
  }
  .side-nav .nav-item {
    display: inline-block;
    vertical-align: middle;
  }
}

.table td,
.table th {
  border-color: rgba(33, 36, 67, 0.2);
}

.table-responsive .table {
  margin-bottom: 0px;
}
.table-responsive .table tr:first-child td,
.table-responsive .table tr:first-child th {
  border-top: 0px;
}

.table-actions {
  text-align: right;
}
.table-actions .btn {
  width: 30px;
}
.table-actions .btn i {
  margin: 0px;
}
@media only screen and (max-width: 989px) {
  .table-actions {
    text-align: center;
  }
}

.check-list .form-check {
  margin-bottom: 2.5rem;
  padding-left: 0px;
}
.check-list .form-check label {
  cursor: pointer;
}
.check-list .form-check a {
  color: #212443;
}
.check-list .form-check strong {
  padding-left: 1.25rem;
}
.check-list .form-check-input {
  margin-left: 0px;
}

#head .navbar {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #212443;
  transition: 0.2s ease-in-out;
}
#head .navbar-brand {
  padding: 0px;
  margin: 10px 5px;
  margin-right: auto;
}
#head .navbar-brand img {
  height: 70px;
  position: relative;
  z-index: 10000;
  transition: 0.2s ease-in-out;
}
#head .navbar-nav {
  text-align: center;
  text-transform: uppercase;
  font-family: "Londrina Solid", serif;
}
#head .navbar-nav .nav-item .nav-link {
  display: inline-block;
  color: #FFFFFF;
  margin: 0.5rem 1rem;
  padding-left: 0px;
  padding-right: 0px;
}
#head .navbar-nav .nav-item .nav-link:hover {
  color: #DA3872;
}
#head .navbar-nav .nav-item .nav-link.btn {
  padding-left: 1rem;
  padding-right: 1rem;
}
#head .navbar-nav .nav-item .nav-link.circle-icon {
  padding: 0px;
}
#head .navbar-nav .nav-item .nav-link.circle-icon:hover {
  color: #FFFFFF;
}
#head .navbar-nav .nav-item.current-menu-item .nav-link:not(.btn), #head .navbar-nav .nav-item.active .nav-link:not(.btn) {
  color: #DA3872;
  border-bottom: 2px solid #DA3872;
}
#head .navbar-toggler {
  color: #FFFFFF;
  border-color: #FFFFFF;
  font-size: 1.5rem;
  width: 40px;
  height: 40px;
}
#head .navbar-toggler[aria-expanded=true] {
  background: #FFFFFF;
  color: #212443;
}
#head .langs {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
}
#head .langs a {
  width: 22px;
  display: inline-flex;
  margin: 0 5px;
  padding-bottom: 3px;
  border-bottom: 3px solid transparent;
  opacity: 0.5;
  transition: 0.3s ease-in-out;
}
#head .langs a.active {
  border-bottom-color: #DA3872;
  opacity: 1;
}
#head .langs a:hover {
  opacity: 1;
}
.home #head .navbar {
  background: rgba(33, 36, 67, 0.4);
}
.scrolling #head .navbar, .menu-open #head .navbar {
  background: #212443;
  box-shadow: 0px 0px 20px 0px rgba(25, 27, 50, 0.5);
}
@media only screen and (min-width: 990px) {
  #head .navbar-nav {
    text-align: left;
  }
}
@media only screen and (max-width: 989px) {
  #head .navbar-collapse {
    border-top: 1px solid rgba(218, 56, 114, 0.2);
    padding: 1rem 0px;
    margin-top: 1rem;
  }
  #head .navbar-brand img {
    max-width: 130px;
  }
  #head .navbar-nav .nav-item .nav-link {
    margin: 0.5rem;
  }
  #head #menu {
    order: 3;
  }
  #head #menu-user {
    flex-direction: row;
  }
}
@media only screen and (max-width: 767px) {
  #head .langs a {
    width: 26px;
    margin: 0 1rem;
  }
}

#content {
  padding-top: 7.5rem;
  min-height: 90vh;
  transition: 0.2s ease-in-out;
}
#content .main-title {
  margin: 2.5rem 0px;
  text-align: center;
}
#content .main-title h1, #content .main-title h2, #content .main-title h3, #content .main-title h4, #content .main-title h5 {
  margin: 0px;
  display: inline-block;
  font-size: 2rem;
}
#content .main-title h1:after, #content .main-title h2:after, #content .main-title h3:after, #content .main-title h4:after, #content .main-title h5:after {
  content: "";
  display: block;
  height: 5px;
  background: #DA3872;
}
.home #content {
  padding-top: 0px;
}
.init #content {
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  #content {
    padding-top: 5rem;
  }
}

#foot {
  font-size: 0.8em;
  padding: 2.5rem 0px;
  background: #212443;
  color: rgba(255, 255, 255, 0.6);
  transition: 0.2s ease-in-out;
}
#foot a {
  color: rgba(255, 255, 255, 0.6);
}
#foot a:hover {
  color: #FFFFFF;
}
#foot .block-info {
  margin-bottom: 2.5rem;
}
#foot .block-info .block-title h1, #foot .block-info .block-title h2, #foot .block-info .block-title h3, #foot .block-info .block-title h4, #foot .block-info .block-title h5, #foot .block-info .block-title h6 {
  color: #F1F3F5;
}
#foot .block-info .list-group-item {
  padding: 0.75rem 0px;
  background-color: transparent;
  border: 0px;
}
#foot .block-info .list-group-item i {
  margin-left: 5px;
  text-align: center;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  border-radius: 50%;
  background: rgba(241, 243, 245, 0.1);
  color: #F1F3F5;
}
#foot .block-info .list-group-item i.fab {
  background: #DA3872;
}
#foot .block-info .block-text {
  margin: 0px auto;
  max-width: 500px;
}
#foot .block-info .block-text a {
  color: #DA3872;
  text-decoration: underline;
}
#foot .block-info .block-text a:hover {
  text-decoration: none;
}
#foot .credits {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2.5rem;
  font-size: 0.8em;
}
#foot .lang a {
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  padding-bottom: 3px;
  border-bottom: 3px solid transparent;
  opacity: 0.5;
}
#foot .lang a:hover {
  opacity: 1;
}
#foot .lang a.active {
  border-color: #DA3872;
  opacity: 1;
}
#foot .lang img {
  width: 24px;
}
@media only screen and (max-width: 989px) {
  #foot {
    text-align: center;
  }
  #foot .text-right {
    text-align: center !important;
  }
}
.init #foot {
  opacity: 0;
}

#quick-nav {
  margin-top: 1rem;
  margin-bottom: 2.5rem;
  padding: 1rem;
  border-top: 3px solid #212443;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 0px rgba(25, 27, 50, 0.1);
}
#quick-nav .user i,
#quick-nav .user img {
  margin: -2rem auto 0.5rem auto;
}
#quick-nav .user .badge,
#quick-nav .user strong {
  vertical-align: middle;
}
#quick-nav .links {
  text-align: center;
}
#quick-nav .links .circle-icon {
  display: block;
  margin: 0px auto 0.5rem auto;
}
#quick-nav .links a {
  position: relative;
  text-decoration: none;
  margin: 0.5rem;
  color: rgba(33, 36, 67, 0.5);
  display: inline-block;
  font-family: "Londrina Solid", serif;
}
#quick-nav .links a.active {
  color: #212443;
}
#quick-nav .links a.active:after {
  content: "";
  display: block;
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  font-size: 2rem;
  bottom: -3rem;
  left: 50%;
  transform: translateX(-50%);
}
#quick-nav .links a:hover {
  color: #212443;
}
@media only screen and (max-width: 767px) {
  #quick-nav .links {
    border-top: 1px solid rgba(33, 36, 67, 0.2);
    margin-top: 10px;
    padding-top: 10px;
    font-size: 0.8em;
  }
}

#form-nav .nav-link {
  padding: 5px 0px;
}
#form-nav .nav-link.active {
  border-top: 3px solid #212443;
  background: rgba(33, 36, 67, 0.05);
}
#form-nav .num {
  display: block;
  margin: 0.5rem auto;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  border-radius: 50%;
  font-size: 1.2rem;
  font-family: "Londrina Solid", serif;
  background: rgba(33, 36, 67, 0.1);
  color: rgba(33, 36, 67, 0.5);
}
#form-nav .num.done {
  background: #DA3872;
  color: #212443;
}

#mobile-callto {
  position: fixed;
  z-index: 10000;
  right: 0px;
  bottom: -100px;
  padding: 10px;
  text-align: center;
  transition: 0.2s ease-in-out;
}
#mobile-callto .btn {
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  box-shadow: 0px 0px 20px 0px rgba(25, 27, 50, 0.5);
  border: 3px solid #DA3872;
  color: #DA3872;
}
#mobile-callto .btn i {
  font-size: 40px;
  margin: 0px;
}
@media only screen and (min-width: 768px) {
  #mobile-callto {
    display: none;
  }
}
.scrolling #mobile-callto {
  bottom: 0px;
}

#page {
  padding-bottom: 5rem;
  position: relative;
  z-index: 10;
}
#page .area-text {
  margin-bottom: 2.5rem;
  font-size: 0.9em;
}
#page .area-gallery {
  overflow: hidden;
  background: black;
}
#page .area-gallery a {
  overflow: hidden;
  position: relative;
  display: block;
  width: 25%;
  height: 15vh;
  float: left;
}
#page .area-gallery a img {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#page .area-gallery a.vid:after {
  content: "";
  display: block;
  position: absolute;
  color: #FFFFFF;
  font-family: "Font Awesome 5 Pro";
  font-size: 3rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#page .area-gallery a:first-child {
  width: 100%;
  height: 50vh;
  float: none;
}
#page .area-gallery a:nth-child(5):before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background: rgba(33, 36, 67, 0.8);
  z-index: 1;
}
#page .area-gallery a:nth-child(5):after {
  content: "+";
  display: block;
  position: absolute;
  color: #FFFFFF;
  font-size: 3rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
#page .area-gallery a:nth-child(n+6) {
  display: none;
}
.main-title ~ #page {
  padding-top: 0px;
}
@media only screen and (max-width: 767px) {
  #page .item .title {
    font-size: 1.6rem;
  }
  #page .area-gallery a {
    height: 10vh;
  }
  #page .area-gallery a img {
    width: 100%;
    min-height: 100%;
    position: relative;
    top: 0;
    transform: translateY(0);
  }
  #page .area-gallery a:first-child {
    width: 100%;
    height: 35vh;
  }
}

#single {
  margin-bottom: 2rem;
}
#single .item {
  box-shadow: none;
  padding: 0px;
}
#single .item .title {
  font-size: 2rem;
}
#single .item .icon {
  display: block;
  margin-top: -1.5rem;
}
#single .item form label {
  font-size: 0.8em;
  color: #6E6E6E;
}

#side {
  position: sticky;
  z-index: 50;
  top: 7.5rem;
}
#side .item {
  padding: 0px;
  box-shadow: none;
}

.area-features {
  background: #212443;
  text-align: center;
}
.area-features .spot {
  padding: 1rem;
  color: #FFFFFF;
}
.area-features .spot i {
  display: block;
  font-size: 5vw;
  margin: 0px auto;
  margin-bottom: 1rem;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  height: 10vw;
  width: 10vw;
  line-height: 10vw;
}
.area-features .spot p {
  font-size: 1.2rem;
  margin: 0px auto;
  max-width: 200px;
}
@media only screen and (max-width: 767px) {
  .area-features .spot {
    padding: 5px;
  }
  .area-features .spot i {
    font-size: 5vh;
    height: 10vh;
    width: 10vh;
    line-height: 10vh;
  }
  .area-features .spot p {
    font-size: 0.8em;
  }
}

.data-table .data-status {
  text-align: center;
  width: 10%;
}
.data-table .small-stat {
  font-size: 0.8em;
}
.data-table .small-stat i {
  color: #6E6E6E;
}

.data-filters {
  padding: 10px;
  margin-bottom: 1.5rem;
  background: rgba(33, 36, 67, 0.1);
}
.data-filters .form-group {
  margin-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  .data-filters .form-group {
    margin-bottom: 5px;
  }
}

.quote-icon {
  font-size: 100px;
  position: absolute;
  left: 5%;
  top: 50%;
  opacity: 0.2;
  transform: translateY(-50%);
}

.nav-tabs {
  border: 0px;
}
.nav-tabs .nav-item {
  margin-bottom: -2px;
}
.nav-tabs .nav-item .nav-link {
  text-transform: uppercase;
  border: 0px;
  border-top: 3px solid transparent;
  border-radius: 0px;
  color: #212443;
  font-family: "Londrina Solid", serif;
  padding: 5px 20px;
  font-size: 1.2rem;
}
.nav-tabs .nav-item .nav-link.active {
  border-color: #212443;
}

.modal.modal-panel .modal-dialog {
  position: absolute;
  width: 50%;
  top: 0px;
  right: -100%;
  bottom: 0px;
  margin: 0px;
  transition: 0.5s ease-in-out;
}
.modal.modal-panel .modal-content {
  border: 0px;
  border-radius: 0px;
  height: 100%;
}
.modal.modal-panel .modal-body {
  background: #F1F3F5;
  overflow-y: scroll;
  padding: 2rem;
}
.modal.modal-panel.show .modal-dialog {
  right: 0px;
}
@media only screen and (max-width: 989px) {
  .modal.modal-panel .modal-dialog {
    width: 100%;
    max-width: none;
  }
}
.modal .modal-footer .modal-preloader {
  width: 16px !important;
  height: 16px !important;
  vertical-align: middle !important;
}

#panel-edit-quote select.form-control,
#panel-edit-quote .input-group {
  width: 80%;
  margin: auto;
}
#panel-edit-quote select.form-control {
  margin-bottom: 5px;
}
#panel-edit-quote .quote-total {
  border-bottom: 1px solid rgba(33, 36, 67, 0.2);
  padding: 1rem;
  text-align: right;
}
#panel-edit-quote .quote-total h2, #panel-edit-quote .quote-total h3 {
  margin: 0px;
}

.panel-replace-show .custom-control {
  overflow: hidden;
  padding-left: 0px;
}
.panel-replace-show .custom-control .custom-control-label {
  text-indent: -90000px;
  width: 30px;
  height: 30px;
}
.panel-replace-show .custom-control .custom-control-label:before, .panel-replace-show .custom-control .custom-control-label:after {
  top: 0px;
  left: 0px;
  width: 30px;
  height: 30px;
}
.panel-replace-show .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='far' data-icon='check' class='svg-inline--fa fa-check fa-w-16' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23ffffff' d='M435.848 83.466L172.804 346.51l-96.652-96.652c-4.686-4.686-12.284-4.686-16.971 0l-28.284 28.284c-4.686 4.686-4.686 12.284 0 16.971l133.421 133.421c4.686 4.686 12.284 4.686 16.971 0l299.813-299.813c4.686-4.686 4.686-12.284 0-16.971l-28.284-28.284c-4.686-4.686-12.284-4.686-16.97 0z'%3E%3C/path%3E%3C/svg%3E");
  background-size: 60%;
}
@media only screen and (max-width: 767px) {
  .panel-replace-show .custom-control {
    margin-top: 10px;
  }
}

.modal {
  background: rgba(0, 0, 0, 0.5);
}

.acf-actions .acf-button {
  background: #5965bf;
  color: #fff;
  font-size: 11px;
  font-style: italic;
  padding: 0.25rem 0.5rem;
  border-radius: 5px;
  transition: 0.3s ease-in-out;
}
.acf-actions .acf-button:hover {
  background: #212443;
  text-decoration: none;
}

.acf-settings-forms {
  margin-bottom: 2rem;
}
.acf-settings-forms .acf-form-submit {
  padding: 0 15px;
}
.acf-settings-forms .acf-form-submit .acf-button {
  background: #DA3872;
  color: #FFFFFF;
  font-size: 1rem;
  line-height: 1.5;
  font-family: "Londrina Solid", serif;
  font-weight: 400;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  border: none;
  transition: 0.3s ease-in-out;
}
.acf-settings-forms .acf-form-submit .acf-button:hover {
  background: #5965bf;
  text-decoration: none;
}

.text-line-trough {
  text-decoration: line-through;
}

/*  

Description: Home Styles
Version: 1.0
Author: BeeSoft - Web & Mobile Solutions
Author URI: http://www.beesoft.it

*/
#area-intro {
  margin-bottom: 0px;
}
#area-intro .cover {
  min-height: 60vh;
  height: 80vh;
}

#area-page-content {
  padding: 3rem 0;
}

#area-highlight {
  text-align: center;
}
#area-highlight .spot {
  padding: 1rem;
}
#area-highlight .spot i {
  display: block;
  font-size: 5vw;
  margin: 0px auto;
  margin-bottom: 1rem;
  border-radius: 50%;
  border: 1px solid #DA3872;
  height: 10vw;
  width: 10vw;
  line-height: 10vw;
  color: #DA3872;
}
#area-highlight .spot p {
  font-size: 1.2rem;
  margin: 0px auto;
  max-width: 200px;
}
#area-highlight .area-callto {
  position: relative;
}
#area-highlight .area-callto:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0px;
  right: 0px;
  top: 50%;
  height: 1px;
  background: rgba(241, 243, 245, 0.1);
}
#area-highlight .area-callto .btn {
  position: relative;
  z-index: 5;
}
@media only screen and (max-width: 767px) {
  #area-highlight .spot {
    padding: 5px;
  }
  #area-highlight .spot i {
    font-size: 5vh;
    height: 10vh;
    width: 10vh;
    line-height: 10vh;
  }
  #area-highlight .spot p {
    font-size: 0.8em;
  }
}

#area-latest .area-title,
#area-latest .area-callto {
  text-align: center;
}
#area-latest .area-callto {
  margin-bottom: 2.5rem;
}
#area-latest .item {
  margin-bottom: 2rem;
}
#area-latest .latest {
  padding-bottom: 2.5rem;
}
#area-latest .latest .slick-dots {
  bottom: 0px;
}
#area-latest .latest .slick-dots li button:before {
  font-size: 12px;
  opacity: 0.5;
  color: #212443;
}
#area-latest .latest .slick-dots li.slick-active button:before {
  opacity: 1;
}
@media only screen and (min-width: 990px) {
  #area-latest .latest .slick-dots {
    display: none;
  }
}
#area-latest .latest .item {
  margin: 10px;
}
@media only screen and (max-width: 767px) {
  #area-latest .latest .item {
    margin: 15px 0px;
  }
}

#area-register {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #area-register div[class*=col-]:first-child {
    border-right: 1px solid rgba(33, 36, 67, 0.2);
  }
}
@media only screen and (max-width: 767px) {
  #area-register div[class*=col-]:first-child {
    border-bottom: 1px solid rgba(33, 36, 67, 0.2);
    padding-bottom: 2.5rem;
    margin-bottom: 2.5rem;
  }
}

.nav-tabs li + li {
  margin-left: -1px;
}
.nav-tabs li a {
  border: solid 1px #ccc;
  border-bottom-color: transparent;
}
.nav-tabs li a:not(.active) {
  background-color: #f1f1f1;
}
.nav-tabs li a:not(.active) img {
  filter: grayscale(100%);
}

button.remove-repeater-item {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  margin: 0;
  padding: 0;
  background-color: red;
  line-height: 1;
  width: 22px;
  height: 22px;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}

.e-tabs {
  padding: 1.25rem;
  background-color: #f5f5f5;
  border: solid 1px #ccc;
  margin-bottom: 1rem;
}

/*  

Description: Listing Styles
Version: 1.0
Author: BeeSoft - Web & Mobile Solutions
Author URI: http://www.beesoft.it

*/
#area-listing .area-title {
  text-align: center;
}
#area-listing .area-search {
  background: #DA3872;
  padding: 0.5rem 1rem;
  margin-bottom: 3rem;
}
#area-listing .area-search .btn-link {
  text-decoration: none;
  box-shadow: none;
  font-size: 2rem;
  color: #212443;
}
#area-listing .area-search .form-group {
  margin: 0.5rem 0px;
}
#area-listing .item {
  margin-bottom: 3rem;
}
@media only screen and (min-width: 990px) {
  #area-listing .area-search .btn-link {
    cursor: default;
    font-size: 4rem;
    opacity: 0.3;
  }
}
@media only screen and (max-width: 989px) {
  #area-listing .area-search .row {
    text-align: center;
    display: block;
  }
  #area-listing .area-search .col {
    display: inline-block;
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  #area-listing .area-search .col {
    width: 100%;
  }
}/*# sourceMappingURL=theme.css.map */