.jux-row {
  margin-left: -15px;
  margin-right: -15px;
}
.jux-xs-1,
.jux-sm-1,
.jux-md-1,
.jux-lg-1,
.jux-xs-2,
.jux-sm-2,
.jux-md-2,
.jux-lg-2,
.jux-xs-3,
.jux-sm-3,
.jux-md-3,
.jux-lg-3,
.jux-xs-4,
.jux-sm-4,
.jux-md-4,
.jux-lg-4,
.jux-xs-5,
.jux-sm-5,
.jux-md-5,
.jux-lg-5,
.jux-xs-6,
.jux-sm-6,
.jux-md-6,
.jux-lg-6,
.jux-xs-7,
.jux-sm-7,
.jux-md-7,
.jux-lg-7,
.jux-xs-8,
.jux-sm-8,
.jux-md-8,
.jux-lg-8,
.jux-xs-9,
.jux-sm-9,
.jux-md-9,
.jux-lg-9,
.jux-xs-10,
.jux-sm-10,
.jux-md-10,
.jux-lg-10,
.jux-xs-11,
.jux-sm-11,
.jux-md-11,
.jux-lg-11,
.jux-xs-12,
.jux-sm-12,
.jux-md-12,
.jux-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.jux-xs-1,
.jux-xs-2,
.jux-xs-3,
.jux-xs-4,
.jux-xs-5,
.jux-xs-6,
.jux-xs-7,
.jux-xs-8,
.jux-xs-9,
.jux-xs-10,
.jux-xs-11,
.jux-xs-12 {
  float: left;
}
.jux-xs-12 {
  width: 100%;
}
.jux-xs-11 {
  width: 91.66666667%;
}
.jux-xs-10 {
  width: 83.33333333%;
}
.jux-xs-9 {
  width: 75%;
}
.jux-xs-8 {
  width: 66.66666667%;
}
.jux-xs-7 {
  width: 58.33333333%;
}
.jux-xs-6 {
  width: 50%;
}
.jux-xs-5 {
  width: 41.66666667%;
}
.jux-xs-4 {
  width: 33.33333333%;
}
.jux-xs-3 {
  width: 25%;
}
.jux-xs-2 {
  width: 16.66666667%;
}
.jux-xs-1 {
  width: 8.33333333%;
}
.jux-xs-pull-12 {
  right: 100%;
}
.jux-xs-pull-11 {
  right: 91.66666667%;
}
.jux-xs-pull-10 {
  right: 83.33333333%;
}
.jux-xs-pull-9 {
  right: 75%;
}
.jux-xs-pull-8 {
  right: 66.66666667%;
}
.jux-xs-pull-7 {
  right: 58.33333333%;
}
.jux-xs-pull-6 {
  right: 50%;
}
.jux-xs-pull-5 {
  right: 41.66666667%;
}
.jux-xs-pull-4 {
  right: 33.33333333%;
}
.jux-xs-pull-3 {
  right: 25%;
}
.jux-xs-pull-2 {
  right: 16.66666667%;
}
.jux-xs-pull-1 {
  right: 8.33333333%;
}
.jux-xs-pull-0 {
  right: auto;
}
.jux-xs-push-12 {
  left: 100%;
}
.jux-xs-push-11 {
  left: 91.66666667%;
}
.jux-xs-push-10 {
  left: 83.33333333%;
}
.jux-xs-push-9 {
  left: 75%;
}
.jux-xs-push-8 {
  left: 66.66666667%;
}
.jux-xs-push-7 {
  left: 58.33333333%;
}
.jux-xs-push-6 {
  left: 50%;
}
.jux-xs-push-5 {
  left: 41.66666667%;
}
.jux-xs-push-4 {
  left: 33.33333333%;
}
.jux-xs-push-3 {
  left: 25%;
}
.jux-xs-push-2 {
  left: 16.66666667%;
}
.jux-xs-push-1 {
  left: 8.33333333%;
}
.jux-xs-push-0 {
  left: auto;
}
.jux-xs-offset-12 {
  margin-left: 100%;
}
.jux-xs-offset-11 {
  margin-left: 91.66666667%;
}
.jux-xs-offset-10 {
  margin-left: 83.33333333%;
}
.jux-xs-offset-9 {
  margin-left: 75%;
}
.jux-xs-offset-8 {
  margin-left: 66.66666667%;
}
.jux-xs-offset-7 {
  margin-left: 58.33333333%;
}
.jux-xs-offset-6 {
  margin-left: 50%;
}
.jux-xs-offset-5 {
  margin-left: 41.66666667%;
}
.jux-xs-offset-4 {
  margin-left: 33.33333333%;
}
.jux-xs-offset-3 {
  margin-left: 25%;
}
.jux-xs-offset-2 {
  margin-left: 16.66666667%;
}
.jux-xs-offset-1 {
  margin-left: 8.33333333%;
}
.jux-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .jux-sm-1,
  .jux-sm-2,
  .jux-sm-3,
  .jux-sm-4,
  .jux-sm-5,
  .jux-sm-6,
  .jux-sm-7,
  .jux-sm-8,
  .jux-sm-9,
  .jux-sm-10,
  .jux-sm-11,
  .jux-sm-12 {
    float: left;
  }
  .jux-sm-12 {
    width: 100%;
  }
  .jux-sm-11 {
    width: 91.66666667%;
  }
  .jux-sm-10 {
    width: 83.33333333%;
  }
  .jux-sm-9 {
    width: 75%;
  }
  .jux-sm-8 {
    width: 66.66666667%;
  }
  .jux-sm-7 {
    width: 58.33333333%;
  }
  .jux-sm-6 {
    width: 50%;
  }
  .jux-sm-5 {
    width: 41.66666667%;
  }
  .jux-sm-4 {
    width: 33.33333333%;
  }
  .jux-sm-3 {
    width: 25%;
  }
  .jux-sm-2 {
    width: 16.66666667%;
  }
  .jux-sm-1 {
    width: 8.33333333%;
  }
  .jux-sm-pull-12 {
    right: 100%;
  }
  .jux-sm-pull-11 {
    right: 91.66666667%;
  }
  .jux-sm-pull-10 {
    right: 83.33333333%;
  }
  .jux-sm-pull-9 {
    right: 75%;
  }
  .jux-sm-pull-8 {
    right: 66.66666667%;
  }
  .jux-sm-pull-7 {
    right: 58.33333333%;
  }
  .jux-sm-pull-6 {
    right: 50%;
  }
  .jux-sm-pull-5 {
    right: 41.66666667%;
  }
  .jux-sm-pull-4 {
    right: 33.33333333%;
  }
  .jux-sm-pull-3 {
    right: 25%;
  }
  .jux-sm-pull-2 {
    right: 16.66666667%;
  }
  .jux-sm-pull-1 {
    right: 8.33333333%;
  }
  .jux-sm-pull-0 {
    right: auto;
  }
  .jux-sm-push-12 {
    left: 100%;
  }
  .jux-sm-push-11 {
    left: 91.66666667%;
  }
  .jux-sm-push-10 {
    left: 83.33333333%;
  }
  .jux-sm-push-9 {
    left: 75%;
  }
  .jux-sm-push-8 {
    left: 66.66666667%;
  }
  .jux-sm-push-7 {
    left: 58.33333333%;
  }
  .jux-sm-push-6 {
    left: 50%;
  }
  .jux-sm-push-5 {
    left: 41.66666667%;
  }
  .jux-sm-push-4 {
    left: 33.33333333%;
  }
  .jux-sm-push-3 {
    left: 25%;
  }
  .jux-sm-push-2 {
    left: 16.66666667%;
  }
  .jux-sm-push-1 {
    left: 8.33333333%;
  }
  .jux-sm-push-0 {
    left: auto;
  }
  .jux-sm-offset-12 {
    margin-left: 100%;
  }
  .jux-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .jux-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .jux-sm-offset-9 {
    margin-left: 75%;
  }
  .jux-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .jux-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .jux-sm-offset-6 {
    margin-left: 50%;
  }
  .jux-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .jux-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .jux-sm-offset-3 {
    margin-left: 25%;
  }
  .jux-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .jux-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .jux-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .jux-md-1,
  .jux-md-2,
  .jux-md-3,
  .jux-md-4,
  .jux-md-5,
  .jux-md-6,
  .jux-md-7,
  .jux-md-8,
  .jux-md-9,
  .jux-md-10,
  .jux-md-11,
  .jux-md-12 {
    float: left;
  }
  .jux-md-12 {
    width: 100%;
  }
  .jux-md-11 {
    width: 91.66666667%;
  }
  .jux-md-10 {
    width: 83.33333333%;
  }
  .jux-md-9 {
    width: 75%;
  }
  .jux-md-8 {
    width: 66.66666667%;
  }
  .jux-md-7 {
    width: 58.33333333%;
  }
  .jux-md-6 {
    width: 50%;
  }
  .jux-md-5 {
    width: 41.66666667%;
  }
  .jux-md-4 {
    width: 33.33333333%;
  }
  .jux-md-3 {
    width: 25%;
  }
  .jux-md-2 {
    width: 16.66666667%;
  }
  .jux-md-1 {
    width: 8.33333333%;
  }
  .jux-md-pull-12 {
    right: 100%;
  }
  .jux-md-pull-11 {
    right: 91.66666667%;
  }
  .jux-md-pull-10 {
    right: 83.33333333%;
  }
  .jux-md-pull-9 {
    right: 75%;
  }
  .jux-md-pull-8 {
    right: 66.66666667%;
  }
  .jux-md-pull-7 {
    right: 58.33333333%;
  }
  .jux-md-pull-6 {
    right: 50%;
  }
  .jux-md-pull-5 {
    right: 41.66666667%;
  }
  .jux-md-pull-4 {
    right: 33.33333333%;
  }
  .jux-md-pull-3 {
    right: 25%;
  }
  .jux-md-pull-2 {
    right: 16.66666667%;
  }
  .jux-md-pull-1 {
    right: 8.33333333%;
  }
  .jux-md-pull-0 {
    right: auto;
  }
  .jux-md-push-12 {
    left: 100%;
  }
  .jux-md-push-11 {
    left: 91.66666667%;
  }
  .jux-md-push-10 {
    left: 83.33333333%;
  }
  .jux-md-push-9 {
    left: 75%;
  }
  .jux-md-push-8 {
    left: 66.66666667%;
  }
  .jux-md-push-7 {
    left: 58.33333333%;
  }
  .jux-md-push-6 {
    left: 50%;
  }
  .jux-md-push-5 {
    left: 41.66666667%;
  }
  .jux-md-push-4 {
    left: 33.33333333%;
  }
  .jux-md-push-3 {
    left: 25%;
  }
  .jux-md-push-2 {
    left: 16.66666667%;
  }
  .jux-md-push-1 {
    left: 8.33333333%;
  }
  .jux-md-push-0 {
    left: auto;
  }
  .jux-md-offset-12 {
    margin-left: 100%;
  }
  .jux-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .jux-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .jux-md-offset-9 {
    margin-left: 75%;
  }
  .jux-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .jux-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .jux-md-offset-6 {
    margin-left: 50%;
  }
  .jux-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .jux-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .jux-md-offset-3 {
    margin-left: 25%;
  }
  .jux-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .jux-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .jux-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .jux-lg-1,
  .jux-lg-2,
  .jux-lg-3,
  .jux-lg-4,
  .jux-lg-5,
  .jux-lg-6,
  .jux-lg-7,
  .jux-lg-8,
  .jux-lg-9,
  .jux-lg-10,
  .jux-lg-11,
  .jux-lg-12 {
    float: left;
  }
  .jux-lg-12 {
    width: 100%;
  }
  .jux-lg-11 {
    width: 91.66666667%;
  }
  .jux-lg-10 {
    width: 83.33333333%;
  }
  .jux-lg-9 {
    width: 75%;
  }
  .jux-lg-8 {
    width: 66.66666667%;
  }
  .jux-lg-7 {
    width: 58.33333333%;
  }
  .jux-lg-6 {
    width: 50%;
  }
  .jux-lg-5 {
    width: 41.66666667%;
  }
  .jux-lg-4 {
    width: 33.33333333%;
  }
  .jux-lg-3 {
    width: 25%;
  }
  .jux-lg-2 {
    width: 16.66666667%;
  }
  .jux-lg-1 {
    width: 8.33333333%;
  }
  .jux-lg-pull-12 {
    right: 100%;
  }
  .jux-lg-pull-11 {
    right: 91.66666667%;
  }
  .jux-lg-pull-10 {
    right: 83.33333333%;
  }
  .jux-lg-pull-9 {
    right: 75%;
  }
  .jux-lg-pull-8 {
    right: 66.66666667%;
  }
  .jux-lg-pull-7 {
    right: 58.33333333%;
  }
  .jux-lg-pull-6 {
    right: 50%;
  }
  .jux-lg-pull-5 {
    right: 41.66666667%;
  }
  .jux-lg-pull-4 {
    right: 33.33333333%;
  }
  .jux-lg-pull-3 {
    right: 25%;
  }
  .jux-lg-pull-2 {
    right: 16.66666667%;
  }
  .jux-lg-pull-1 {
    right: 8.33333333%;
  }
  .jux-lg-pull-0 {
    right: auto;
  }
  .jux-lg-push-12 {
    left: 100%;
  }
  .jux-lg-push-11 {
    left: 91.66666667%;
  }
  .jux-lg-push-10 {
    left: 83.33333333%;
  }
  .jux-lg-push-9 {
    left: 75%;
  }
  .jux-lg-push-8 {
    left: 66.66666667%;
  }
  .jux-lg-push-7 {
    left: 58.33333333%;
  }
  .jux-lg-push-6 {
    left: 50%;
  }
  .jux-lg-push-5 {
    left: 41.66666667%;
  }
  .jux-lg-push-4 {
    left: 33.33333333%;
  }
  .jux-lg-push-3 {
    left: 25%;
  }
  .jux-lg-push-2 {
    left: 16.66666667%;
  }
  .jux-lg-push-1 {
    left: 8.33333333%;
  }
  .jux-lg-push-0 {
    left: auto;
  }
  .jux-lg-offset-12 {
    margin-left: 100%;
  }
  .jux-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .jux-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .jux-lg-offset-9 {
    margin-left: 75%;
  }
  .jux-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .jux-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .jux-lg-offset-6 {
    margin-left: 50%;
  }
  .jux-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .jux-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .jux-lg-offset-3 {
    margin-left: 25%;
  }
  .jux-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .jux-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .jux-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.jux-container:before,
.jux-container:after,
.jux-container-fluid:before,
.jux-container-fluid:after,
.jux-row:before,
.jux-row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.jux-container:after,
.jux-container-fluid:after,
.jux-row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.pagination-wrap {
  padding: 0;
  margin: 20px 0;
}
.pagination {
  display: block;
  overflow: hidden;
  padding-left: 0;
  margin: 0;
  line-height: 2.2;
  padding-bottom: 0;
  text-align: center;
}
.pagination .page-item {
  color: #696969;
  font-size: 16px;
  display: inline-block;
  margin: 5px 3px;
  background: #eee;
  text-align: center;
  width: 40px;
  height: 40px;
  border: 1px solid #eee;
  border-radius: 4px;
}
.pagination .page-item .page-link {
  padding: 0;
}
.pagination .page-item.current {
  color: #fff;
  background: #e182a8;
  border-color: #e182a8;
}
.pagination .page-item a {
  text-decoration: none;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.pagination .page-item a:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.pagination .page-item a:hover {
  color: #fff;
  background: #e182a8;
  border-color: #e182a8;
}
#pagination {
  display: block;
  text-align: center;
}
#pagination .prev,
#pagination .next {
  display: inline-block;
  margin: 15px;
}
.loadmore-action,
#infscr-loading,
.loadmore-loading {
  display: block;
  width: 100%;
  text-align: center;
  margin: 10px auto;
  line-height: 3;
  font-size: 16px;
}
@media screen and (max-width: 991px) {
  .loadmore-action,
  #infscr-loading,
  .loadmore-loading {
    margin: 10px auto 60px;
  }
}
.loadmore-loading {
  position: relative;
  height: 25px;
  width: 50px;
  margin-left: auto;
  margin-right: auto;
}
.loadmore-loading.finished {
  width: auto;
}
.loadmore-loading span {
  display: block;
  bottom: 0;
  width: 9px;
  height: 5px;
  background: #696969;
  position: absolute;
  -webkit-animation: preload_audio_wave 1.5s infinite ease-in-out;
  animation: preload_audio_wave 1.5s infinite ease-in-out;
}
.loadmore-loading span:nth-child(2) {
  left: 11px;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.loadmore-loading span:nth-child(3) {
  left: 22px;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.loadmore-loading span:nth-child(4) {
  left: 33px;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.loadmore-loading span:nth-child(5) {
  left: 44px;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
@keyframes preload_audio_wave {
  0% {
    height: 5px;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    background: #e182a8;
  }
  25% {
    height: 30px;
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
    background: #e182a8;
  }
  50% {
    height: 5px;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    background: #e182a8;
  }
  100% {
    height: 5px;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    background: #e182a8;
  }
}
@-webkit-keyframes preload_audio_wave {
  0% {
    height: 5px;
    -webkit-transform: translateY(0px);
    background: #e182a8;
  }
  25% {
    height: 30px;
    -webkit-transform: translateY(15px);
    background: #e182a8;
  }
  50% {
    height: 5px;
    -webkit-transform: translateY(0px);
    background: #e182a8;
  }
  100% {
    height: 5px;
    -webkit-transform: translateY(0px);
    background: #e182a8;
  }
}
@keyframes preload_audio_wave {
  0% {
    height: 5px;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    background: #e182a8;
  }
  25% {
    height: 30px;
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
    background: #e182a8;
  }
  50% {
    height: 5px;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    background: #e182a8;
  }
  100% {
    height: 5px;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    background: #e182a8;
  }
}
[data-paginate=loadmore] .pagination,
[data-paginate=infinite] .pagination {
  display: none;
}
.jux_event_info .jux-event-info-wrap {
  margin: -25px 0 0;
}
.jux_event_info .jux-event-info-item {
  border-bottom: 1px solid #e2e2e2;
  padding: 5px 0 8px;
}
.jux_event_info .jux-event-info-item:last-child {
  border-bottom: none;
}
.jux_event_info .jux-event-info-item label {
  color: #333;
  display: table;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
.jux_event_info .jux-event-info-item span {
  color: #696969;
  font-size: 14px;
}
.jux_event_info .jux-event-info-item:first-child {
  padding-top: 25px;
}
.jux_event_info .register_button {
  background: #e182a8;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  padding: 9px 35px;
  text-decoration: none;
  margin-top: 10px;
  border-radius: 4px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.jux_event_info .register_button:hover,
.jux_event_info .register_button:focus {
  background: #d2447d;
}
.jux_event_box_author .jux-box-author-head:after {
  clear: both;
  content: '';
  display: table;
}
.jux_event_box_author .jux-thumbnail-author {
  border: 3px solid #eeeff0;
  height: 80px;
  float: left;
  overflow: hidden;
  width: 80px;
  border-radius: 50%;
}
.jux_event_box_author .jux-thumbnail-author img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.jux_event_box_author .jux-name-author {
  color: #333;
  font-size: 18px;
  margin: 0;
  padding: 13px 0 0 90px;
}
.jux_event_box_author .jux-position-author {
  color: #696969;
  font-size: 15px;
  padding: 5px 0 0 90px;
}
.jux_event_box_author .jux-box-author-body {
  padding: 20px 0 0;
}
.jux_event_box_author .jux-box-author-item i {
  color: #e182a8;
  display: inline-block;
  font-size: 16px;
  line-height: 32px;
  width: 15px;
}
.jux_event_box_author .jux-box-author-item span {
  color: #696969;
  font-size: 14px;
  line-height: 32px;
  padding: 0 10px;
}
.jux_event_box_author .jux-box-author-item span.phone {
  color: #333;
  font-weight: 400;
}
.jux_event_box_map {
  position: relative;
}
.jux_event_box_map .jux-maps {
  height: 395px;
}
.jux_event_box_map address {
  color: #696969;
  font-size: 15px;
  line-height: 24px;
  padding: 0 20px;
  width: 100%;
}
.jux_event_box_map address i {
  color: #e182a8;
  font-size: 16px;
  padding-right: 5px;
}
.jux_event_slider .jux-event-slider-wrap {
  position: relative;
}
.jux_event_slider .jux-event-slider-item {
  cursor: ew-resize;
}
.jux_event_slider .item-thumb {
  height: 320px;
  background: #eee;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.jux_event_slider .jux-event-slider-body {
  background: #fafafa;
  padding: 28px 20px;
}
.jux_event_slider .jux-event-slider-body h4 {
  margin: 0;
  padding: 0 0 5px;
}
.jux_event_slider .jux-event-slider-body h4 a {
  color: #5f41a5;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.jux_event_slider .jux-event-slider-body h4 a:hover,
.jux_event_slider .jux-event-slider-body h4 a:focus {
  color: #e182a8;
  text-decoration: none;
}
.jux_event_slider .jux-event-slider-body span {
  color: #696969;
  font-size: 15px;
  line-height: 24px;
}
.jux_event_slider .jux-event-slider-body span i {
  color: #e182a8;
  font-size: 16px;
  padding-right: 5px;
}
.jux_event_slider .owl-theme .owl-controls {
  position: absolute;
  top: 280px;
  left: 10px;
}
.jux_event_slider .owl-theme .owl-controls .owl-page span {
  background: #fff;
  height: 9px;
  margin: 5px;
  width: 9px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.jux_event_slider .owl-theme .owl-controls .owl-page span:hover,
.jux_event_slider .owl-theme .owl-controls .owl-page span:focus {
  background: #d2447d;
}
.jux_event_slider .owl-theme .owl-controls .owl-page.active span {
  background: #e182a8;
}
.jux-event-filter-wrap div {
  margin-bottom: 20px;
}
.jux-event-filter-wrap .jux-event-filter-search,
.jux-event-filter-wrap .jux-event-filter-address {
  padding-top: 10px;
  position: relative;
}
.jux-event-filter-wrap .jux-event-filter-search:after,
.jux-event-filter-wrap .jux-event-filter-address:after {
  font-family: ionicons;
  position: absolute;
  right: 15px;
  top: 15px;
}
.jux-event-filter-wrap .jux-event-filter-search:after {
  content: '\f4a5';
}
.jux-event-filter-wrap .jux-event-filter-address:after {
  content: '\f1ff';
}
.jux-event-filter-wrap .filter-category {
  background: #fff;
  border: 1px solid #e2e2e2;
  color: #888;
  font-size: 14px;
  line-height: 24px;
  text-indent: 15px;
}
.post_list_widget li {
  padding: 0 0 15px;
}
.post_list_widget li:first-child {
  padding-top: 10px;
}
.post_list_widget li:last-child {
  padding-bottom: 20px;
}
.post_list_widget li a {
  display: block;
  position: relative;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.post_list_widget li a:after {
  clear: both;
  content: '';
  display: table;
}
.post_list_widget li a img {
  float: left;
  margin-left: 0;
  width: 90px;
  margin-right: 20px;
  margin-bottom: 10px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  opacity: 1;
  filter: alpha(opacity=100);
}
.post_list_widget li a .post-title {
  color: #333;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin: 10px 0 5px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.post_list_widget li a .post-title:hover {
  color: #e182a8;
  text-decoration: none;
}
.post_list_widget li a .post-date {
  color: #ababab;
  font-weight: 400;
  font-family: 'droid serif', serif;
  font-style: italic;
  font-size: 14px;
  line-height: 24px;
  padding-top: 5px;
}
.post_list_widget li a:before {
  content: "\f29e";
  color: #333;
  font-family: ionicons;
  position: absolute;
  top: 35px;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.4s ease 0.1s;
  transition: all 0.4s ease 0.1s;
  opacity: 0;
  filter: alpha(opacity=0);
}
.post_list_widget li a:hover {
  text-decoration: none;
}
.post_list_widget li a:hover .post-title {
  color: #e182a8;
}
.post_list_widget li a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.post_list_widget li a:hover:before {
  left: 40px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.wrap-footer .textwidget dl {
  width: 100%;
}
.wrap-footer .textwidget dt {
  float: left;
  font-weight: 400;
  width: 67%;
  overflow: hidden;
  white-space: nowrap;
}
.wrap-footer .textwidget dt span:after {
  color: #dfdfdf;
  content: " .......................................................................................................................................";
}
.wrap-footer .textwidget dd {
  float: right;
  width: 30%;
  overflow: hidden;
}
.wrap-footer .widget-title {
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
}
.mc_footer {
  position: relative;
}
.mc_footer input[type=email] {
  border: 1px solid #eee;
  color: #888;
  font-size: 15px;
  line-height: 24px;
  padding: 7px 20px;
}
.mc_footer input[type=email]::-moz-placeholder {
  color: #888;
  opacity: 1;
}
.mc_footer input[type=email]:-ms-input-placeholder {
  color: #888;
}
.mc_footer input[type=email]::-webkit-input-placeholder {
  color: #888;
}
.mc_footer input[type=submit] {
  background: 0 0;
  border: none;
  display: inline-block;
  line-height: 48px;
  text-indent: -200px;
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  z-index: 9;
}
.mc_footer input[type=submit]:before {
  content: "\f2c3";
  font-family: ionicons;
}
.mc_footer i {
  color: #aaa;
  font-size: 24px;
  line-height: 38px;
  letter-spacing: 0.5px;
  position: absolute;
  top: 1px;
  right: 16px;
}
.mc_footer .mc4wp-alert {
  color: #fff;
  font-size: 13px;
  line-height: 21px;
  padding: 10px 0;
  font-style: italic;
  font-weight: 300;
}
.jux-instagram {
  padding-top: 18px;
}
.jux-instagram ul {
  list-style: none;
  padding: 0;
  margin: -5px;
}
.jux-instagram ul:after {
  clear: both;
  content: '';
  display: table;
}
.jux-instagram ul li {
  float: left;
  width: 25%;
  padding: 5px;
}
.jux-instagram ul li a {
  display: block;
  position: relative;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.jux-instagram ul li a img {
  width: 100px;
}
.jux-instagram ul li a:hover:before {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}
.jux-instagram ul li a:hover:after {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.4s ease 0.2s;
  transition: all 0.4s ease 0.2s;
}
.jux-instagram ul li a:before {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: '';
  position: absolute;
  background: rgba(95, 65, 165, 0.7);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.jux-instagram ul li a:after {
  content: "\f29f";
  color: #fff;
  font-size: 16px;
  font-family: ionicons;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.jux-sidebar .widget_categories ul li {
  border-top: 1px solid #eeeff0;
  text-align: right;
  padding: 10px 0;
}
.jux-sidebar .widget_categories ul li a {
  float: left;
}
.jux-sidebar .widget_categories ul li:before,
.jux-sidebar .widget_categories ul li:after {
  content: " ";
  display: table;
}
.jux-sidebar .widget_categories ul li:after {
  clear: both;
}
.jux-sidebar .widget_categories ul li:before,
.jux-sidebar .widget_categories ul li:after {
  content: " ";
  display: table;
}
.jux-sidebar .widget_categories ul li:after {
  clear: both;
}
.jux-sidebar .widget_categories ul li:first-child {
  border: none;
  padding: 0 0 10px;
}
.widget_archive select,
.widget_categories select,
.widget_text select {
  padding: 0 15px;
}
.widget_nav_menu ul li ul {
  margin: -5px 0 5px 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrap-footer .textwidget dt {
    width: auto;
  }
  .wrap-footer .textwidget dt span:after {
    content: none;
  }
  .wrap-footer .textwidget dd {
    width: auto;
  }
}
@media (max-width: 767px) {
  .widget_jux_infomation .jux-custom-menu a {
    display: block;
    padding: 5px;
  }
  .widget_jux_infomation .jux-custom-menu a:before {
    content: none;
  }
  .wrap-footer {
    padding: 10px 0 0;
  }
  .wigetized {
    margin-bottom: 50px;
  }
}
.posts-loop-title {
  background-color: #f5f5f5;
  position: relative;
  margin-bottom: 60px;
}
.posts-loop-title .title-have {
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  margin: 0;
  line-height: 70px;
  padding-left: 30px;
}
.posts-loop-title .loop-view-mode {
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.posts-loop-title .loop-view-mode a {
  display: inline-block;
  text-align: center;
  line-height: 35px;
  width: 35px;
  border-radius: 4px;
  margin-left: 10px;
  color: #ccc;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.posts-loop-title .loop-view-mode a:hover {
  background: #fff;
  color: #696969;
}
.posts-loop-title .loop-view-mode a.active {
  background: #fff;
  color: #e182a8;
}
@media screen and (max-width: 480px) {
  .posts-loop-title h3 {
    line-height: 20px;
    padding: 15px;
  }
  .posts-loop-title .loop-view-mode {
    position: static;
  }
  .posts-loop-title .loop-view-mode a {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}
.posts-loop-content .hentry {
  border: none;
  margin: 0 0 60px;
}
@media screen and (max-width: 767px) {
  .posts-loop-content .hentry {
    margin: 0 0 40px;
  }
}
.posts-loop-content .loop-item-wrap {
  background-color: #fafafa;
  border: 1px solid #eee;
}
@media screen and (min-width: 600px) {
  .posts-loop-content .loop-item-wrap {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    min-height: 250px;
  }
  .posts-loop-content .loop-item-content {
    -webkit-box-flex: 53%;
        -ms-flex: 53%;
            flex: 53%;
  }
  .posts-loop-content .loop-item-featured {
    -webkit-box-flex: 47%;
        -ms-flex: 47%;
            flex: 47%;
  }
}
.posts-loop-content a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.posts-loop-content a:focus,
.posts-loop-content a:hover {
  text-decoration: none;
}
.posts-loop-content .loop-item-featured {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  display: block;
  min-height: 250px;
}
.posts-loop-content .loop-item-content {
  padding: 30px 30px 20px 70px;
  position: relative;
}
.posts-loop-content .loop-item-content .loop-item-title {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 400;
  margin: 10px 0;
  padding: 0;
}
.posts-loop-content .loop-item-content .loop-item-title a {
  color: #5f41a5;
}
.posts-loop-content .loop-item-content .loop-item-title a:hover {
  color: #e182a8;
}
.posts-loop-content .loop-item-content .loop-item-category {
  color: #e182a8;
}
.posts-loop-content .loop-item-content .loop-item-category a {
  color: #e182a8;
}
.posts-loop-content .loop-item-content .loop-item-category a:hover {
  color: #d2447d;
}
.posts-loop-content .loop-item-content .loop-item-excerpt {
  font-weight: 400;
  line-height: 1.6;
  margin-top: 12px;
}
.posts-loop-content .loop-item-content .content-meta {
  font-size: 15px;
}
.posts-loop-content .loop-item-content .content-meta span {
  margin: 0 11px;
}
@media (min-width: 600px) and (max-width: 991px) {
  .posts-loop-content .loop-item-content .content-meta span {
    display: block;
  }
}
@media screen and (max-width: 420px) {
  .posts-loop-content .loop-item-content .content-meta span {
    display: block;
  }
}
.posts-loop-content .loop-item-content .content-meta i {
  font-size: 16px;
  color: #e182a8;
  margin-right: 5px;
}
.posts-loop-content .loop-item-content .loop-item-action {
  margin: 34px 0 20px;
}
.posts-loop-content .loop-item-content .loop-item-action .btn {
  background-color: #e182a8;
  border-radius: 5px;
  color: #fff;
  line-height: 22px;
  font-weight: 400;
  padding: 8px 30px;
}
.posts-loop-content .loop-item-content .loop-item-action .btn:hover {
  background-color: #d2447d;
}
.posts-loop-content .loop-item-content .loop-item-trainer {
  position: absolute;
  height: 90px;
  width: 90px;
  background-color: #ccc;
  top: 50%;
  left: -45px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border: 6px solid #fff;
  border-radius: 50%;
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 0;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.posts-loop-content .loop-item-content .loop-item-trainer.first {
  margin-left: -18px;
  z-index: 2;
}
@media screen and (max-width: 599px) {
  .posts-loop-content .loop-item-content {
    padding: 30px;
  }
  .posts-loop-content .loop-item-content .loop-item-action {
    margin: 22px 0 0;
  }
  .posts-loop-content .loop-item-content .loop-item-trainer {
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.posts-loop-content .btn-loadmore {
  background-color: #e182a8;
  color: #fff;
  padding: 6px 32px;
}
.posts-loop-content .btn-loadmore:focus,
.posts-loop-content .btn-loadmore:hover {
  background-color: #d2447d;
}
.posts-loop-content .loop-item-wrap:hover .loop-item-trainer.first {
  margin-left: -46px;
}
.posts-loop-content .loop-item-wrap:hover .loop-item-trainer.second {
  margin-left: 26px;
}
.list .posts-loop-content .hentry {
  width: 100%;
}
.grid .posts-loop-content .hentry {
  margin: 0 0 60px;
  padding: 0 25px;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .grid .posts-loop-content .hentry {
    width: 100%;
    margin: 0 0 40px;
    padding: 0;
  }
}
.grid .posts-loop-content .hentry:nth-child(even) .loop-item-content:before {
  -webkit-transform: rotate(-3.5deg) scale(1.2);
  transform: rotate(-3.5deg) scale(1.2);
}
.grid .posts-loop-content .loop-item-wrap {
  display: block;
  min-height: auto;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.grid .posts-loop-content .loop-item-content {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding: 50px 30px;
  text-align: center;
}
.grid .posts-loop-content .loop-item-content .loop-item-trainer {
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -60%);
  transform: translate(-50%, -60%);
}
.grid .posts-loop-content .loop-item-content .loop-item-action {
  margin: 28px 0 0;
}
.grid .posts-loop-content .loop-item-content:before {
  content: '';
  background-color: #fff;
  height: 40px;
  width: 100%;
  position: absolute;
  top: -12px;
  left: 0;
  -webkit-transform: rotate(3.5deg) scale(1.2);
  transform: rotate(3.5deg) scale(1.2);
}
.grid .posts-loop-content .loop-item-featured {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  min-height: 300px;
}
.grid .masonry-container {
  margin: 0 -25px;
}
@media screen and (max-width: 767px) {
  .grid .masonry-container {
    margin: 0;
  }
}
.grid .masonry-container:after {
  content: '';
  clear: both;
  display: table;
}
.all-social-share a {
  height: 32px;
  width: 32px;
  line-height: 30px;
  border: 1px solid #ccc;
  display: inline-block;
  border-radius: 50%;
  color: #ccc;
  margin: 0 3px 10px;
  font-size: 14px;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  text-align: center;
}
.all-social-share a:hover {
  color: #fff !important;
  -webkit-transform: translate(0, -10%);
  transform: translate(0, -10%);
}
.all-social-share a.fa-facebook:hover {
  background-color: #4b6ea8;
  border-color: #4b6ea8;
}
.all-social-share a.fa-google-plus:hover {
  background-color: #dd553b;
  border-color: #dd553b;
}
.all-social-share a.fa-twitter:hover {
  background-color: #29aae2;
  border-color: #29aae2;
}
.all-social-share a.fa-youtube:hover {
  background-color: #d84939;
  border-color: #d84939;
}
.all-social-share a.fa-skype:hover {
  background-color: #00bbf0;
  border-color: #00bbf0;
}
.all-social-share a.fa-linkedin:hover {
  background-color: #038ac4;
  border-color: #038ac4;
}
.all-social-share a.fa-dribbble:hover {
  background-color: #f2689c;
  border-color: #f2689c;
}
.all-social-share a.fa-pinterest:hover {
  background-color: #d83633;
  border-color: #d83633;
}
.all-social-share a.fa-flickr:hover {
  background-color: #3a88d0;
  border-color: #3a88d0;
}
.all-social-share a.fa-instagram:hover {
  background-color: #3f729b;
  border-color: #3f729b;
}
.single-jux_class a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.single-jux_class a:focus,
.single-jux_class a:hover {
  text-decoration: none;
}
.single-jux_class .hentry .content-header .content-title {
  font-size: 24px;
  color: #5f41a5;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0 0 15px;
}
.single-jux_class .hentry .content-header .content-meta {
  margin-bottom: 22px;
}
.single-jux_class .hentry .content-header .content-meta span:not(.wrap-anchor) {
  margin-right: 25px;
}
@media screen and (max-width: 480px) {
  .single-jux_class .hentry .content-header .content-meta span:not(.wrap-anchor) {
    display: block;
  }
}
.single-jux_class .hentry .content-header .content-meta span:not(.wrap-anchor).level-info i {
  font-size: 18px;
}
.single-jux_class .hentry .content-header .content-meta i {
  color: #e182a8;
  margin-right: 5px;
}
.single-jux_class .hentry .content-featured img {
  width: 100%;
  margin-bottom: 20px;
}
.single-jux_class .hentry .content-wrap iframe {
  width: 100%;
}
.single-jux_class .hentry .content-wrap blockquote {
  font-family: 'droid serif', serif;
  font-size: 24px;
  font-style: italic;
  color: #5f41a5;
  line-height: 36px;
  border: none;
  position: relative;
  padding: 12px 34px;
  margin: 22px 0 26px 66px;
}
@media screen and (max-width: 767px) {
  .single-jux_class .hentry .content-wrap blockquote {
    margin: 30px;
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .single-jux_class .hentry .content-wrap blockquote {
    margin: 0;
    font-size: 18px;
  }
}
.single-jux_class .hentry .content-wrap blockquote:before {
  font-family: ionicons;
  content: "\f347";
  color: #e182a8;
  position: absolute;
  top: 0;
  left: 0;
  font-style: normal;
}
.single-jux_class .hentry .content-wrap h1,
.single-jux_class .hentry .content-wrap h2,
.single-jux_class .hentry .content-wrap h3,
.single-jux_class .hentry .content-wrap h4,
.single-jux_class .hentry .content-wrap h5,
.single-jux_class .hentry .content-wrap h6 {
  color: #333;
  line-height: 28px;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.single-jux_class .hentry .content-wrap p {
  margin: 0 0 4px;
}
.single-jux_class .hentry .content-share {
  border-bottom: 1px solid #eee;
  padding: 20px 0 28px;
  text-align: right;
}
.single-jux_class .timetable_week {
  padding-top: 20px;
}
.single-jux_class .timetable_week table {
  width: 100%;
  border: none;
}
@media screen and (max-width: 991px) {
  .single-jux_class .timetable_week table {
    display: none;
  }
}
.single-jux_class .timetable_week table th,
.single-jux_class .timetable_week table td {
  vertical-align: top;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
  border: none;
}
.single-jux_class .timetable_week table tr.day_wrap.day-even {
  background: #f5f5f5;
}
.single-jux_class .timetable_week .day {
  border-radius: 12px;
  color: #e182a8;
  padding: 4px 8px;
  text-transform: capitalize;
}
.single-jux_class .timetable_week h4 {
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
  color: #e182a8;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}
.single-jux_class .timetable_week h4:before {
  background: #e182a8;
  bottom: -15px;
  content: '';
  left: 0;
  height: 2px;
  position: absolute;
  width: 30px;
}
.single-jux_class .timetable_week h4 .first-word {
  color: #5f41a5;
}
@media screen and (min-width: 992px) {
  .single-jux_class .timetable_week .res-sche-content {
    display: none;
  }
}
.single-jux_class .timetable_week .res-sche-content .item-weekday {
  background-color: #f5f5f5;
  padding: 5px 10px;
  color: #e182a8;
  margin: 5px 0;
}
.single-jux_class .timetable_week .res-sche-content .item-weekday.today {
  background: #fcf8e3;
}
.single-jux_class .timetable_week .res-sche-content .item-day {
  position: relative;
  padding: 10px 0 10px 10px;
  font-size: 15px;
}
.single-jux_class .timetable_week .res-sche-content .item-day .time {
  color: #333;
}
.single-jux_class .timetable_week .res-sche-content .item-day i {
  margin-left: 10px;
  font-weight: 300;
}
.single-jux_class .timetable_week .res-sche-content .item-day .address {
  margin-left: 10px;
}
@media screen and (max-width: 479px) {
  .single-jux_class .timetable_week .res-sche-content .item-day .address {
    display: none;
  }
}
.widget-search-classes h4.widget-title {
  margin-bottom: 45px;
}
.widget-search-classes .widget-class-filter {
  position: relative;
  margin-bottom: 20px;
}
.widget-search-classes .widget-class-filter:not(.search-class-weekday):before {
  content: '<>';
  font: 15px consolas, monospace;
  color: #aaa;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 10px;
  top: 10px;
  padding: 0 0 2px;
  position: absolute;
  pointer-events: none;
}
.widget-search-classes .widget-class-filter select {
  color: #888;
  font-size: 14px;
  padding: 7px 1.07142857em;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  outline: none;
}
.widget-search-classes .widget-class-filter select:focus,
.widget-search-classes .widget-class-filter select:active {
  outline: none;
}
.widget-search-classes .widget-class-filter select::-ms-expand {
  display: none;
}
.widget-search-classes .widget-class-filter.search-class-weekday {
  display: block;
  overflow: hidden;
  clear: both;
  position: relative;
}
.widget-search-classes .widget-class-filter.search-class-weekday span {
  color: #333;
  font-weight: 600;
  display: block;
  padding-top: 2px;
  margin-bottom: 15px;
}
.widget-search-classes .widget-class-filter.search-class-weekday label {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 400;
}
.widget-search-classes .widget-class-filter.search-class-weekday label input[type=checkbox] {
  border: 0;
  background: #f8f8f8;
  clear: none;
  cursor: pointer;
  display: inline-block;
  line-height: 0;
  height: 20px;
  margin: -2px 8px 0 0;
  outline: 0;
  padding: 0 !important;
  text-align: center;
  vertical-align: middle;
  width: 20px;
  -webkit-appearance: none;
  -webkit-transition: 0.05s border-color ease-in-out;
  transition: 0.05s border-color ease-in-out;
  position: relative;
  border: 1px solid #eee;
}
.widget-search-classes .widget-class-filter.search-class-weekday label input[type=checkbox]:checked:before {
  content: "\f00c";
  color: #e182a8;
  position: absolute;
  float: left;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  font-family: fontawesome;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  left: 1px;
  top: 9px;
  font-size: 12px;
}
.widget-single-class-sidebar .button {
  color: #fff;
  background-color: #e182a8;
  width: 100%;
  margin-top: 22px;
  text-transform: uppercase;
  font-size: 14px;
  padding: 10px 12px;
  opacity: 0.7;
  filter: alpha(opacity=70);
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.75;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.widget-single-class-sidebar .button:hover {
  background-color: #d2447d;
}
.widget-single-class-sidebar .class-info-sidebar .clearfix,
.widget-single-class-sidebar .class-info-sidebar .dl-horizontal dd,
.widget-single-class-sidebar .class-info-sidebar .jux-container,
.widget-single-class-sidebar .class-info-sidebar .jux-container-fluid,
.widget-single-class-sidebar .class-info-sidebar .jux-row,
.widget-single-class-sidebar .class-info-sidebar .form-horizontal .form-group,
.widget-single-class-sidebar .class-info-sidebar .btn-toolbar,
.widget-single-class-sidebar .class-info-sidebar .btn-group-vertical > .btn-group {
  border-bottom: 1px solid #eeeff0;
  padding: 8px 0;
}
.widget-single-class-sidebar .class-info-sidebar .clearfix:last-child,
.widget-single-class-sidebar .class-info-sidebar .dl-horizontal dd:last-child,
.widget-single-class-sidebar .class-info-sidebar .jux-container:last-child,
.widget-single-class-sidebar .class-info-sidebar .jux-container-fluid:last-child,
.widget-single-class-sidebar .class-info-sidebar .jux-row:last-child,
.widget-single-class-sidebar .class-info-sidebar .form-horizontal .form-group:last-child,
.widget-single-class-sidebar .class-info-sidebar .btn-toolbar:last-child,
.widget-single-class-sidebar .class-info-sidebar .btn-group-vertical > .btn-group:last-child {
  border: none;
}
.widget-single-class-sidebar .class-info-sidebar .clearfix span,
.widget-single-class-sidebar .class-info-sidebar .dl-horizontal dd span,
.widget-single-class-sidebar .class-info-sidebar .jux-container span,
.widget-single-class-sidebar .class-info-sidebar .jux-container-fluid span,
.widget-single-class-sidebar .class-info-sidebar .jux-row span,
.widget-single-class-sidebar .class-info-sidebar .form-horizontal .form-group span,
.widget-single-class-sidebar .class-info-sidebar .btn-toolbar span,
.widget-single-class-sidebar .class-info-sidebar .btn-group-vertical > .btn-group span {
  float: right;
  color: #e182a8;
  padding: 0 8px;
  border-radius: 100px;
  background: #fafafa;
  margin-left: 5px;
  font-size: 14px;
  margin-top: 2px;
}
.widget-single-class-sidebar .class-info-sidebar .clearfix.tag-days .wrap-days,
.widget-single-class-sidebar .class-info-sidebar .dl-horizontal dd.tag-days .wrap-days,
.widget-single-class-sidebar .class-info-sidebar .jux-container.tag-days .wrap-days,
.widget-single-class-sidebar .class-info-sidebar .jux-container-fluid.tag-days .wrap-days,
.widget-single-class-sidebar .class-info-sidebar .jux-row.tag-days .wrap-days,
.widget-single-class-sidebar .class-info-sidebar .form-horizontal .form-group.tag-days .wrap-days,
.widget-single-class-sidebar .class-info-sidebar .btn-toolbar.tag-days .wrap-days,
.widget-single-class-sidebar .class-info-sidebar .btn-group-vertical > .btn-group.tag-days .wrap-days {
  float: right;
}
.widget-single-class-sidebar .class-info-sidebar .clearfix.tag-days .wrap-days span,
.widget-single-class-sidebar .class-info-sidebar .dl-horizontal dd.tag-days .wrap-days span,
.widget-single-class-sidebar .class-info-sidebar .jux-container.tag-days .wrap-days span,
.widget-single-class-sidebar .class-info-sidebar .jux-container-fluid.tag-days .wrap-days span,
.widget-single-class-sidebar .class-info-sidebar .jux-row.tag-days .wrap-days span,
.widget-single-class-sidebar .class-info-sidebar .form-horizontal .form-group.tag-days .wrap-days span,
.widget-single-class-sidebar .class-info-sidebar .btn-toolbar.tag-days .wrap-days span,
.widget-single-class-sidebar .class-info-sidebar .btn-group-vertical > .btn-group.tag-days .wrap-days span {
  float: left;
}
.widget-single-class-sidebar .class-info-sidebar i {
  color: #e182a8;
  margin-right: 10px;
}
.widget-single-class-sidebar .class-info-sidebar i.ion-document {
  font-size: 18px;
}
.widget-single-class-sidebar .class-info-sidebar i.ion-android-arrow-forward {
  margin-left: 10px;
  margin-right: 0;
}
.widget-popular-class a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.widget-popular-class a:focus,
.widget-popular-class a:hover {
  text-decoration: none;
}
.widget-popular-class h4.widget-title {
  margin-bottom: 45px;
}
.widget-popular-class .jux-slider {
  position: relative;
  margin-top: 0;
}
.widget-popular-class .jux-slider .slider-item {
  background-color: #fafafa;
  cursor: ew-resize;
}
.widget-popular-class .jux-slider .slider-item h5 {
  margin: 6px 0 5px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 400;
}
.widget-popular-class .jux-slider .slider-item h5 a {
  color: #5f41a5;
}
.widget-popular-class .jux-slider .slider-item h5 a:hover {
  color: #e182a8;
}
.widget-popular-class .jux-slider .slider-item .item-thumb {
  height: 320px;
  background: #eee;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.widget-popular-class .jux-slider .slider-item .item-info {
  padding: 20px;
}
.widget-popular-class .jux-slider .slider-item .item-info .trainer-info {
  font-size: 15px;
  position: relative;
}
.widget-popular-class .jux-slider .slider-item .item-info .trainer-info i {
  color: #e182a8;
  font-size: 16px;
  position: absolute;
  top: 0;
  left: 0;
}
.widget-popular-class .jux-slider .slider-item .item-info .trainer-info .wrap-anchor {
  padding-left: 22px;
  display: block;
  margin-top: 6px;
}
.widget-popular-class .jux-slider .owl-controls {
  position: absolute;
  margin: 0;
  top: 285px;
  left: 16px;
}
.widget-popular-class .jux-slider .owl-controls .owl-page span {
  width: 8px;
  height: 8px;
  background-color: #fff;
  margin: 0 4px;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.widget-popular-class .jux-slider .owl-controls .owl-page span:hover {
  background-color: #e182a8;
}
.widget-popular-class .jux-slider .owl-controls .owl-page.active span {
  background-color: #e182a8;
}
.jux-trainer-shortcode .slider .trainer-tag-wrap a {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.jux-trainer-shortcode .slider .trainer-tag-wrap a:focus,
.jux-trainer-shortcode .slider .trainer-tag-wrap a:hover {
  text-decoration: none;
}
.jux-trainer-shortcode .slider .trainer-tag-wrap .masonry-container {
  z-index: 1;
}
.jux-trainer-shortcode .slider .trainer-tag-wrap .trainer-bio {
  margin-bottom: 30px;
  text-align: center;
  border-radius: 4px;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  background-color: #fff;
}
.jux-trainer-shortcode .slider .trainer-tag-wrap .trainer-bio .trainer-avatar {
  display: block;
  position: relative;
  overflow: hidden;
}
.jux-trainer-shortcode .slider .trainer-tag-wrap .trainer-bio .trainer-avatar:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 87%;
  content: '';
  border-width: 3px 3px 0;
  border-color: #f4eede;
  border-style: solid;
}
.jux-trainer-shortcode .slider .trainer-tag-wrap .trainer-bio .trainer-avatar span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 87%;
  display: block;
}
.jux-trainer-shortcode .slider .trainer-tag-wrap .trainer-bio .trainer-avatar span.first:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 3px;
  content: '';
  background: #e182a8;
  display: block;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.jux-trainer-shortcode .slider .trainer-tag-wrap .trainer-bio .trainer-avatar span.first:after {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 3px;
  content: '';
  background: #5f41a5;
  display: block;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.jux-trainer-shortcode .slider .trainer-tag-wrap .trainer-bio .trainer-avatar span.second:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 50%;
  content: '';
  background: #e182a8;
  display: block;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.jux-trainer-shortcode .slider .trainer-tag-wrap .trainer-bio .trainer-avatar span.second:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 3px;
  height: 50%;
  content: '';
  background: #5f41a5;
  display: block;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.jux-trainer-shortcode .slider .trainer-tag-wrap .trainer-bio .trainer-avatar span.third:before {
  position: absolute;
  right: 0;
  top: 0;
  width: 3px;
  height: 100%;
  content: '';
  background: #5f41a5;
  display: block;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.jux-trainer-shortcode .slider .trainer-tag-wrap .trainer-bio .trainer-avatar img {
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.jux-trainer-shortcode .slider .trainer-tag-wrap .trainer-bio:hover .trainer-avatar span:before {
  background: #e182a8;
}
.jux-trainer-shortcode .slider .trainer-tag-wrap .trainer-bio:hover .trainer-avatar span:after {
  background: #e182a8;
}
.jux-trainer-shortcode .slider .trainer-tag-wrap .trainer-bio:hover .trainer-avatar img {
  -webkit-transform: translate(15px, 0);
  transform: translate(15px, 0);
}
.jux-trainer-shortcode .slider .trainer-tag-wrap .trainer-bio .trainer-info {
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  background-color: #2a2924;
}
.jux-trainer-shortcode .slider .trainer-tag-wrap .trainer-bio .trainer-info h4 {
  font-size: 18px;
  font-weight: 600;
  padding: 35px 0 15px;
  margin: 0;
}
.jux-trainer-shortcode .slider .trainer-tag-wrap .trainer-bio .trainer-info h4 a {
  color: #fff;
}
.jux-trainer-shortcode .slider .trainer-tag-wrap .trainer-bio .trainer-info h4 a:hover {
  color: #fff;
}
.jux-trainer-shortcode .slider .trainer-tag-wrap .trainer-bio .trainer-info .trainer-category {
  font-size: 15px;
  margin-bottom: 20px;
  color: #e182a8;
}
.jux-trainer-shortcode .slider .trainer-tag-wrap .trainer-bio .trainer-info .trainer-category a {
  color: #fff;
}
.jux-trainer-shortcode .slider .trainer-tag-wrap .trainer-bio .trainer-info .trainer-category a:hover {
  color: #d2447d;
}
.jux-trainer-shortcode .slider .trainer-tag-wrap .trainer-bio .trainer-info .trainer-social {
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.jux-trainer-shortcode .slider .trainer-tag-wrap .trainer-bio .trainer-info .trainer-social a {
  border: none;
}
.jux-trainer-shortcode .slider .trainer-tag-wrap .trainer-bio .trainer-info .trainer-excerpt {
  display: none;
}
.jux-trainer-shortcode .slider .trainer-tag-wrap .trainer-bio .trainer-info .view-profile {
  color: #fff;
  background-color: #e182a8;
  padding: 4.5px 12px;
  width: 100%;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  -webkit-transform: scale(1.008);
  transform: scale(1.008);
}
.jux-trainer-shortcode .slider .trainer-tag-wrap .trainer-bio .trainer-info .view-profile:hover {
  background-color: #d2447d;
}
.jux-trainer-shortcode .slider .trainer-tag-wrap .trainer-item.jux-md-3 .trainer-bio .trainer-avatar img {
  max-width: 130px;
  margin: 0 auto;
}
.jux-trainer-shortcode .slider .trainer-tag-wrap.list .trainer-bio {
  text-align: left;
}
.jux-trainer-shortcode .slider .trainer-tag-wrap.list .trainer-bio .trainer-avatar img {
  max-width: 100%;
  width: 100%;
  border-radius: 0;
  margin-top: 0;
}
.jux-trainer-shortcode .slider .trainer-tag-wrap.list .trainer-bio .trainer-info {
  padding: 20px;
}
.jux-trainer-shortcode .slider .trainer-tag-wrap.list .trainer-bio .trainer-info .trainer-excerpt {
  display: block;
}
.jux-trainer-shortcode .slider .trainer-tag-wrap .owl-nav {
  position: absolute;
  top: 40%;
  width: 100%;
}
@media screen and (min-width: 480px) {
  .jux-trainer-shortcode .slider .trainer-tag-wrap .owl-nav {
    top: 0;
  }
}
@media screen and (min-width: 567px) {
  .jux-trainer-shortcode .slider .trainer-tag-wrap .owl-nav {
    top: -5%;
  }
}
@media screen and (min-width: 767px) {
  .jux-trainer-shortcode .slider .trainer-tag-wrap .owl-nav {
    top: 40%;
  }
}
.jux-trainer-shortcode .slider .trainer-tag-wrap .owl-nav .owl-prev {
  float: left;
  position: absolute;
  left: -50px;
  line-height: 35px;
  width: 40px;
  height: 40px;
  border-radius: 0%;
  border: 1px solid #e3e3e3;
  background: 0 0;
  color: #000;
  opacity: 1;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.jux-trainer-shortcode .slider .trainer-tag-wrap .owl-nav .owl-prev span {
  font-size: 32px;
}
.jux-trainer-shortcode .slider .trainer-tag-wrap .owl-nav .owl-prev:focus {
  outline: none;
}
@media screen and (min-width: 480px) {
  .jux-trainer-shortcode .slider .trainer-tag-wrap .owl-nav .owl-prev {
    left: 15px;
  }
}
@media screen and (min-width: 768px) {
  .jux-trainer-shortcode .slider .trainer-tag-wrap .owl-nav .owl-prev {
    left: -50px;
  }
}
.jux-trainer-shortcode .slider .trainer-tag-wrap .owl-nav .owl-next {
  float: right;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  position: absolute;
  right: -50px;
  line-height: 35px;
  width: 40px;
  height: 40px;
  border-radius: 0%;
  border: 1px solid #e3e3e3;
  background: 0 0;
  color: #000;
  opacity: 1;
}
.jux-trainer-shortcode .slider .trainer-tag-wrap .owl-nav .owl-next span {
  font-size: 32px;
}
.jux-trainer-shortcode .slider .trainer-tag-wrap .owl-nav .owl-next:focus {
  outline: none;
}
@media screen and (min-width: 480px) {
  .jux-trainer-shortcode .slider .trainer-tag-wrap .owl-nav .owl-next {
    right: 15px;
  }
}
@media screen and (min-width: 768px) {
  .jux-trainer-shortcode .slider .trainer-tag-wrap .owl-nav .owl-next {
    right: -50px;
  }
}
.jux-trainer-shortcode .slider .trainer-tag-wrap .owl-dots {
  text-align: center;
  margin-bottom: 100px;
}
.jux-trainer-shortcode .slider .trainer-tag-wrap .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  background: #000;
  margin: 0 10px;
  border-radius: 100px;
}
.jux-trainer-shortcode .slider .trainer-tag-wrap .owl-dots .owl-dot:focus {
  outline: none;
}
.jux-trainer-shortcode .slider .trainer-item {
  width: 100%;
}
.jux-trainer-shortcode .slider .trainer-item.jux-md-6:nth-child(2n+1) {
  clear: both;
}
@media screen and (min-width: 992px) {
  .jux-trainer-shortcode .slider .trainer-item.jux-md-4:nth-child(3n+1) {
    clear: both;
  }
}
@media screen and (max-width: 991px) {
  .jux-trainer-shortcode .slider .trainer-item.jux-md-4:nth-child(2n+1) {
    clear: both;
  }
}
@media screen and (min-width: 992px) {
  .jux-trainer-shortcode .slider .trainer-item.jux-md-3:nth-child(4n+1) {
    clear: both;
  }
}
@media screen and (max-width: 991px) {
  .jux-trainer-shortcode .slider .trainer-item.jux-md-3:nth-child(2n+1) {
    clear: both;
  }
}
.jux-trainer-shortcode .masonry .trainer-tag-wrap a {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.jux-trainer-shortcode .masonry .trainer-tag-wrap a:focus,
.jux-trainer-shortcode .masonry .trainer-tag-wrap a:hover {
  text-decoration: none;
}
.jux-trainer-shortcode .masonry .trainer-tag-wrap .masonry-container {
  z-index: 1;
}
.jux-trainer-shortcode .masonry .trainer-tag-wrap .trainer-bio {
  border: 1px solid #e9f3f7;
  margin-bottom: 30px;
  text-align: center;
  border-radius: 4px;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  background-color: #fff;
}
.jux-trainer-shortcode .masonry .trainer-tag-wrap .trainer-bio .trainer-avatar {
  display: block;
}
.jux-trainer-shortcode .masonry .trainer-tag-wrap .trainer-bio .trainer-avatar img {
  border-radius: 50%;
  max-width: 210px;
  margin-top: 30px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .jux-trainer-shortcode .masonry .trainer-tag-wrap .trainer-bio .trainer-avatar img {
    max-width: 150px;
  }
}
.jux-trainer-shortcode .masonry .trainer-tag-wrap .trainer-bio .trainer-info h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 28px 0 6px;
}
.jux-trainer-shortcode .masonry .trainer-tag-wrap .trainer-bio .trainer-info h4 a {
  color: #333;
}
.jux-trainer-shortcode .masonry .trainer-tag-wrap .trainer-bio .trainer-info h4 a:hover {
  color: #e182a8;
}
.jux-trainer-shortcode .masonry .trainer-tag-wrap .trainer-bio .trainer-info .trainer-category {
  font-size: 15px;
  margin-bottom: 20px;
  color: #e182a8;
}
.jux-trainer-shortcode .masonry .trainer-tag-wrap .trainer-bio .trainer-info .trainer-category a {
  color: #e182a8;
}
.jux-trainer-shortcode .masonry .trainer-tag-wrap .trainer-bio .trainer-info .trainer-category a:hover {
  color: #d2447d;
}
.jux-trainer-shortcode .masonry .trainer-tag-wrap .trainer-bio .trainer-info .trainer-social {
  margin-bottom: 22px;
}
.jux-trainer-shortcode .masonry .trainer-tag-wrap .trainer-bio .trainer-info .trainer-excerpt {
  display: none;
}
.jux-trainer-shortcode .masonry .trainer-tag-wrap .trainer-bio .trainer-info .view-profile {
  color: #fff;
  background-color: #e182a8;
  padding: 4.5px 12px;
  width: 100%;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  -webkit-transform: scale(1.008);
  transform: scale(1.008);
}
.jux-trainer-shortcode .masonry .trainer-tag-wrap .trainer-bio .trainer-info .view-profile:hover {
  background-color: #d2447d;
}
.jux-trainer-shortcode .masonry .trainer-tag-wrap .trainer-bio:hover {
  -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.16);
  border: 1px solid #eee;
}
.jux-trainer-shortcode .masonry .trainer-tag-wrap .trainer-item.jux-md-3 .trainer-bio .trainer-avatar img {
  max-width: 130px;
}
.jux-trainer-shortcode .masonry .trainer-tag-wrap.list .trainer-bio {
  text-align: left;
}
.jux-trainer-shortcode .masonry .trainer-tag-wrap.list .trainer-bio .trainer-avatar img {
  max-width: 100%;
  width: 100%;
  border-radius: 0;
  margin-top: 0;
}
.jux-trainer-shortcode .masonry .trainer-tag-wrap.list .trainer-bio .trainer-info {
  padding: 20px;
}
.jux-trainer-shortcode .masonry .trainer-tag-wrap.list .trainer-bio .trainer-info .trainer-excerpt {
  display: block;
}
.jux-trainer-shortcode .masonry .trainer-item.jux-md-6:nth-child(2n+1) {
  clear: both;
}
@media screen and (min-width: 992px) {
  .jux-trainer-shortcode .masonry .trainer-item.jux-md-4:nth-child(3n+1) {
    clear: both;
  }
}
@media screen and (max-width: 991px) {
  .jux-trainer-shortcode .masonry .trainer-item.jux-md-4:nth-child(2n+1) {
    clear: both;
  }
}
@media screen and (min-width: 992px) {
  .jux-trainer-shortcode .masonry .trainer-item.jux-md-3:nth-child(4n+1) {
    clear: both;
  }
}
@media screen and (max-width: 991px) {
  .jux-trainer-shortcode .masonry .trainer-item.jux-md-3:nth-child(2n+1) {
    clear: both;
  }
}
@media (min-width: 435px) and (max-width: 580px) {
  .jux-trainer-shortcode .masonry .trainer-item .trainer-bio .trainer-avatar img {
    max-width: 150px;
  }
}
.masonry .trainer-tag-wrap a {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.masonry .trainer-tag-wrap a:focus,
.masonry .trainer-tag-wrap a:hover {
  text-decoration: none;
}
.masonry .trainer-tag-wrap .masonry-container {
  z-index: 1;
}
.masonry .trainer-tag-wrap .trainer-bio {
  border: 1px solid #e9f3f7;
  margin-bottom: 30px;
  text-align: center;
  border-radius: 4px;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  background-color: #fff;
}
.masonry .trainer-tag-wrap .trainer-bio .trainer-avatar {
  display: block;
}
.masonry .trainer-tag-wrap .trainer-bio .trainer-avatar img {
  border-radius: 50%;
  max-width: 210px;
  margin-top: 30px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .masonry .trainer-tag-wrap .trainer-bio .trainer-avatar img {
    max-width: 150px;
  }
}
.masonry .trainer-tag-wrap .trainer-bio .trainer-info h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 28px 0 6px;
}
.masonry .trainer-tag-wrap .trainer-bio .trainer-info h4 a {
  color: #333;
}
.masonry .trainer-tag-wrap .trainer-bio .trainer-info h4 a:hover {
  color: #e182a8;
}
.masonry .trainer-tag-wrap .trainer-bio .trainer-info .trainer-category {
  font-size: 15px;
  margin-bottom: 20px;
  color: #e182a8;
  opacity: 0.7;
}
.masonry .trainer-tag-wrap .trainer-bio .trainer-info .trainer-category a {
  color: #e182a8;
}
.masonry .trainer-tag-wrap .trainer-bio .trainer-info .trainer-category a:hover {
  color: #d2447d;
  opacity: 1;
}
.masonry .trainer-tag-wrap .trainer-bio .trainer-info .trainer-social {
  margin-bottom: 22px;
}
.masonry .trainer-tag-wrap .trainer-bio .trainer-info .trainer-excerpt {
  display: none;
}
.masonry .trainer-tag-wrap .trainer-bio .trainer-info .view-profile {
  color: #fff;
  background-color: #e182a8;
  padding: 4.5px 12px;
  width: 100%;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  -webkit-transform: scale(1.008);
  transform: scale(1.008);
  opacity: 0.7;
}
.masonry .trainer-tag-wrap .trainer-bio .trainer-info .view-profile:hover {
  background-color: #d2447d;
  opacity: 1;
}
.masonry .trainer-tag-wrap .trainer-bio:hover {
  -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.16);
  border: 1px solid #eee;
}
.masonry .trainer-tag-wrap .trainer-item.jux-md-3 .trainer-bio .trainer-avatar img {
  max-width: 130px;
}
.masonry .trainer-tag-wrap.list .trainer-bio {
  text-align: left;
}
.masonry .trainer-tag-wrap.list .trainer-bio .trainer-avatar img {
  max-width: 100%;
  width: 100%;
  border-radius: 0;
  margin-top: 0;
}
.masonry .trainer-tag-wrap.list .trainer-bio .trainer-info {
  padding: 20px;
}
.masonry .trainer-tag-wrap.list .trainer-bio .trainer-info .trainer-excerpt {
  display: block;
}
.masonry .trainer-item.jux-md-6:nth-child(2n+1) {
  clear: both;
}
@media screen and (min-width: 992px) {
  .masonry .trainer-item.jux-md-4:nth-child(3n+1) {
    clear: both;
  }
}
@media screen and (max-width: 991px) {
  .masonry .trainer-item.jux-md-4:nth-child(2n+1) {
    clear: both;
  }
}
@media screen and (min-width: 992px) {
  .masonry .trainer-item.jux-md-3:nth-child(4n+1) {
    clear: both;
  }
}
@media screen and (max-width: 991px) {
  .masonry .trainer-item.jux-md-3:nth-child(2n+1) {
    clear: both;
  }
}
@media (min-width: 435px) and (max-width: 580px) {
  .masonry .trainer-item .trainer-bio .trainer-avatar img {
    max-width: 150px;
  }
}
.jux-sidebar-wrap .trainer-tag-wrap .trainer-bio {
  border: 1px solid #e9f3f7;
  margin-bottom: 30px;
  text-align: center;
  border-radius: 4px;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  background-color: #fff;
}
.jux-sidebar-wrap .trainer-tag-wrap .trainer-bio .trainer-avatar {
  display: block;
}
.jux-sidebar-wrap .trainer-tag-wrap .trainer-bio .trainer-avatar img {
  border: 1px solid #e9f3f7;
  margin-top: 30px;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
.jux-sidebar-wrap .trainer-tag-wrap .trainer-bio:hover {
  -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.16);
}
.jux-sidebar-wrap .trainer-tag-wrap .trainer-bio .trainer-info .view-profile {
  color: #fff;
  background-color: #e182a8;
  padding: 4.5px 12px;
  width: 100%;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  -webkit-transform: scale(1.008);
  transform: scale(1.008);
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.jux-sidebar-wrap .trainer-tag-wrap .trainer-bio .trainer-info .view-profile:hover {
  opacity: 1;
}
.jux-sidebar-wrap .trainer-tag-wrap .trainer-bio .trainer-info .trainer-category {
  margin-bottom: 15px;
}
.jux-sidebar-wrap .trainer-tag-wrap .trainer-bio .trainer-info .trainer-social {
  margin-bottom: 22px;
}
.jux-sidebar-wrap .trainer-tag-wrap .trainer-bio .trainer-info .trainer-social a {
  height: 32px;
  width: 32px;
  line-height: 30px;
  border: 1px solid #ccc;
  display: inline-block;
  border-radius: 50%;
  color: #ccc;
  margin: 0 3px 10px;
  font-size: 14px;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  text-align: center;
}
.widget-single-class-trainer h4.widget-title {
  margin-bottom: 45px;
}
.trainer-filters {
  margin: 20px 0 56px;
}
.jux-filters {
  text-align: center;
}
.jux-filters a {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.jux-filters a:focus,
.jux-filters a:hover {
  text-decoration: none;
}
.jux-filters ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.jux-filters ul:after {
  content: '';
  clear: both;
  display: table;
}
.jux-filters ul li {
  float: left;
  margin-bottom: 16px;
  height: 50px;
}
.jux-filters ul li a {
  padding: 0 20px 24px;
  position: relative;
}
.jux-filters ul li a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #eee;
  z-index: 2;
}
.jux-filters ul li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 45%);
  transform: translate(-50%, 45%);
  height: 15px;
  width: 15px;
  background-color: #eee;
  border-radius: 50%;
  border: 4px solid #fff;
  z-index: 1;
}
.jux-filters ul li a.selected:after {
  background-color: #e182a8;
  height: 15px;
  width: 15px;
  border: 4px solid #f5d4e1;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  z-index: 3;
}
.jux-filters ul li:first-child a:before {
  width: 50%;
  left: auto;
  right: 0;
}
.jux-filters ul li:last-child a:before {
  width: 50%;
}
.single-jux_trainer a {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.single-jux_trainer a:focus,
.single-jux_trainer a:hover {
  text-decoration: none;
}
.single-jux_trainer .welcome-text {
  font-size: 30px;
  font-family: 'droid serif', serif;
  text-align: center;
  font-style: italic;
  color: #333;
  margin-bottom: 90px;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: pre-wrap;
  word-wrap: break-word;
  line-height: 48px;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 991px) {
  .single-jux_trainer .welcome-text {
    font-size: 24px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 480px) {
  .single-jux_trainer .welcome-text {
    display: none;
  }
}
.single-jux_trainer .hentry {
  -webkit-box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #eee;
  padding: 50px 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .single-jux_trainer .hentry {
    padding: 30px 0;
  }
}
@media screen and (max-width: 480px) {
  .single-jux_trainer .hentry {
    margin-top: 0;
  }
}
.single-jux_trainer .hentry .view-class {
  margin-left: 30px;
  margin-top: 10px;
  display: inline-block;
}
@media screen and (min-width: 992px) {
  .single-jux_trainer .hentry .view-class {
    position: absolute;
    top: 40px;
    right: 30px;
    margin-top: 0;
  }
}
.single-jux_trainer .hentry .view-class i {
  margin-right: 5px;
}
.single-jux_trainer .hentry .trainer-info,
.single-jux_trainer .hentry .content-header {
  padding: 0 20px;
}
@media screen and (max-width: 991px) {
  .single-jux_trainer .hentry .trainer-info,
  .single-jux_trainer .hentry .content-header {
    padding: 0;
  }
}
.single-jux_trainer .hentry .content-featured {
  margin-bottom: 30px;
}
.single-jux_trainer .hentry .content-featured img {
  border: 1px solid #eee;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .single-jux_trainer .hentry .content-featured {
    text-align: center;
  }
  .single-jux_trainer .hentry .content-featured img {
    width: 60%;
    border-radius: 50%;
  }
}
.single-jux_trainer .hentry .all-social-share {
  text-align: center;
}
@media screen and (max-width: 991px) {
  .single-jux_trainer .hentry .all-social-share {
    margin-bottom: 30px;
  }
}
.single-jux_trainer .hentry .all-social-share a {
  width: 38px;
  height: 38px;
  line-height: 38px;
  margin: 0 2px;
}
.single-jux_trainer .hentry .trainer-info .content-title {
  font-size: 34px;
  font-weight: 400;
  color: #5f41a5;
  margin: -7px 0 8px;
}
@media screen and (max-width: 479px) {
  .single-jux_trainer .hentry .trainer-info .content-title {
    font-size: 24px;
  }
}
.single-jux_trainer .hentry .trainer-info .trainer-category {
  font-size: 15px;
  margin-bottom: 20px;
  color: #e182a8;
}
.single-jux_trainer .hentry .trainer-info .trainer-category a {
  color: #e182a8;
}
.single-jux_trainer .hentry .trainer-info .trainer-category a:hover {
  color: #d2447d;
}
.single-jux_trainer .hentry .trainer-info .trainer-description {
  margin-top: 38px;
}
.single-jux_trainer .hentry .trainer-info .trainer-description > div {
  margin-bottom: 10px;
}
.single-jux_trainer .hentry .trainer-info .trainer-description > div.trainer-skill {
  margin-top: 20px;
}
.single-jux_trainer .hentry .trainer-info .trainer-description > div span.trainer-title {
  color: #333;
  font-weight: 600;
  display: inline-block;
  width: 24.5%;
}
.single-jux_trainer .hentry .trainer-info .trainer-description .text-bio {
  float: right;
  width: 75.5%;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.single-jux_trainer .hentry .trainer-info .trainer-description .trainer-biography:after {
  clear: both;
  display: table;
  content: '';
}
.single-jux_trainer .hentry .trainer-info .trainer-description .jux-progress-bar {
  float: right;
  width: 75.5%;
  margin-bottom: 20px;
}
@media screen and (max-width: 479px) {
  .single-jux_trainer .hentry .trainer-info .trainer-description {
    margin-top: 10px;
  }
  .single-jux_trainer .hentry .trainer-info .trainer-description > div span.trainer-title {
    width: 100%;
  }
  .single-jux_trainer .hentry .trainer-info .trainer-description .jux-progress-bar,
  .single-jux_trainer .hentry .trainer-info .trainer-description .text-bio {
    width: 100%;
  }
}
.single-jux_trainer .trainer-content {
  background-color: rgba(233, 243, 247, 0.5);
  padding: 264px 0 80px;
  margin-top: -304px;
}
.single-jux_trainer .trainer-content .content {
  padding: 0 9.5%;
}
@media screen and (max-width: 991px) {
  .single-jux_trainer .trainer-content .content {
    padding: 0;
  }
}
.single-jux_trainer .trainer-content .content iframe {
  width: 100%;
  max-height: 280px;
}
.single-jux_trainer .trainer-content .content blockquote {
  font-family: 'droid serif', serif;
  font-size: 22px;
  font-style: italic;
  color: #5f41a5;
  line-height: 36px;
  border: none;
  position: relative;
  padding: 12px 34px;
  margin: 22px 0 26px 66px;
}
@media screen and (max-width: 767px) {
  .single-jux_trainer .trainer-content .content blockquote {
    margin: 0;
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .single-jux_trainer .trainer-content .content blockquote {
    margin: 0;
    font-size: 18px;
  }
}
.single-jux_trainer .trainer-content .content blockquote:before {
  font-family: ionicons;
  content: "\f347";
  color: #e182a8;
  position: absolute;
  top: 0;
  left: 0;
  font-style: normal;
}
.single-jux_trainer .trainer-content .content h1,
.single-jux_trainer .trainer-content .content h2,
.single-jux_trainer .trainer-content .content h3,
.single-jux_trainer .trainer-content .content h4,
.single-jux_trainer .trainer-content .content h5,
.single-jux_trainer .trainer-content .content h6 {
  color: #5f41a5;
  font-weight: 400;
}
.single-jux_trainer .trainer-content .content ul {
  list-style: none;
  padding: 0;
}
.single-jux_trainer .trainer-content .content ul li:before {
  content: "\f375";
  position: relative;
  display: inline-block;
  font-family: ionicons;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  padding-right: 12px;
  color: #e182a8;
}
@media screen and (max-width: 991px) {
  .single-jux_trainer .jux-column-2 {
    width: 100% !important;
    padding: 0 0 20px !important;
  }
}
.single-jux_trainer .jux-progress-bar .jux-single-bar {
  background-color: #eeeff0;
  margin-top: 34px;
  margin-bottom: 46px;
  position: relative;
  height: 8px;
  width: 78%;
  border-radius: 8px;
}
.single-jux_trainer .jux-progress-bar .jux-single-bar:last-child {
  margin-bottom: 0;
}
.single-jux_trainer .jux-progress-bar .jux-single-bar .label-bar {
  padding: 0;
}
.single-jux_trainer .jux-progress-bar .jux-single-bar .label-bar .jux-progress-label {
  -webkit-transform: translate(0, -30px);
  transform: translate(0, -30px);
  display: block;
  font-style: italic;
  font-size: 14px;
  font-family: 'droid serif', serif;
}
.single-jux_trainer .jux-progress-bar .jux-single-bar .label-bar .jux-label-units {
  position: absolute;
  right: -74px;
  top: -8px;
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  color: #e182a8;
  padding: 0;
  line-height: 20px;
}
.single-jux_trainer .jux-progress-bar .jux-single-bar .jux-bar {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #886dc5;
  top: 0;
  left: 0;
  -webkit-transition: width 1s linear;
  transition: width 1s linear;
  border-radius: 8px;
}
@media screen and (max-width: 480px) {
  .single-jux_trainer .jux-progress-bar .jux-single-bar {
    width: 100%;
  }
  .single-jux_trainer .jux-progress-bar .jux-single-bar .label-bar .jux-label-units {
    right: 0;
    top: -28px;
  }
}
.loadSkill {
  -webkit-animation-name: loadSkill;
  animation-name: loadSkill;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes loadSkill {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes loadSkill {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.jux-theme-wraptext .wrap-title .jux-theme-title-bg {
  display: block !important;
}
.jux-theme-wraptext {
  text-align: center;
  margin: 10px 0 50px;
}
.jux-theme-wraptext .wrap-title {
  display: inline-block;
  position: relative;
}
.jux-theme-wraptext .wrap-title .jux-theme-title-bg {
  background-image: url(../images/theme-icon.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 81px;
  width: 149px;
  position: absolute;
  top: -13px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.jux-theme-wraptext .wrap-title .jux-theme-title {
  color: #e182a8;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  position: relative;
  font-size: 42px;
}
@media screen and (max-width: 767px) {
  .jux-theme-wraptext .wrap-title .jux-theme-title {
    font-size: 34px;
  }
}
@media screen and (max-width: 479px) {
  .jux-theme-wraptext .wrap-title .jux-theme-title {
    font-size: 26px;
  }
}
.jux-theme-wraptext .wrap-title .jux-theme-title .first-word {
  color: #5f41a5;
}
.jux-theme-wraptext .wrap-title .jux-theme-sub-title {
  color: #696969;
  font-family: 'droid serif', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
}
@media screen and (max-width: 767px) {
  .jux-theme-wraptext .wrap-title .jux-theme-sub-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 479px) {
  .jux-theme-wraptext .wrap-title .jux-theme-sub-title {
    font-size: 16px;
  }
}
.jux-theme-wraptext.center.style-1 {
  text-align: center;
  margin: 10px 0 50px;
}
.jux-theme-wraptext.center.style-1 .wrap-title {
  display: inline-block;
  position: relative;
}
.jux-theme-wraptext.center.style-1 .wrap-title .jux-theme-title-bg {
  background-image: url(../images/theme-icon.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 81px;
  width: 149px;
  position: absolute;
  top: -13px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.jux-theme-wraptext.center.style-1 .wrap-title .jux-theme-title {
  color: #e182a8;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  position: relative;
  font-size: 42px;
}
@media screen and (max-width: 767px) {
  .jux-theme-wraptext.center.style-1 .wrap-title .jux-theme-title {
    font-size: 34px;
  }
}
@media screen and (max-width: 479px) {
  .jux-theme-wraptext.center.style-1 .wrap-title .jux-theme-title {
    font-size: 26px;
  }
}
.jux-theme-wraptext.center.style-1 .wrap-title .jux-theme-title .first-word {
  color: #5f41a5;
}
.jux-theme-wraptext.center.style-1 .wrap-title .jux-theme-sub-title {
  color: #696969;
  font-family: 'droid serif', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
}
@media screen and (max-width: 767px) {
  .jux-theme-wraptext.center.style-1 .wrap-title .jux-theme-sub-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 479px) {
  .jux-theme-wraptext.center.style-1 .wrap-title .jux-theme-sub-title {
    font-size: 16px;
  }
}
.jux-theme-wraptext.right.style-1 {
  text-align: right;
}
.jux-theme-wraptext.right.style-1 .wrap-title .jux-theme-title-bg {
  right: 0;
  left: auto;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.jux-theme-wraptext.left.style-1 {
  text-align: left;
}
.jux-theme-wraptext.left.style-1 .wrap-title .jux-theme-title-bg {
  left: 0;
  right: auto;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.jux-theme-wraptext.center.style-2,
.jux-theme-wraptext.left.style-2,
.jux-theme-wraptext.right.style-2 {
  margin-bottom: 45px;
}
.jux-theme-wraptext.center.style-2 .wrap-title,
.jux-theme-wraptext.left.style-2 .wrap-title,
.jux-theme-wraptext.right.style-2 .wrap-title {
  display: inline-block;
  position: relative;
}
.jux-theme-wraptext.center.style-2 .wrap-title .jux-theme-title,
.jux-theme-wraptext.left.style-2 .wrap-title .jux-theme-title,
.jux-theme-wraptext.right.style-2 .wrap-title .jux-theme-title {
  font-weight: 400;
  letter-spacing: 0.5px;
  position: relative;
  font-size: 36px;
  font-weight: 700;
  text-transform: none;
}
@media screen and (max-width: 767px) {
  .jux-theme-wraptext.center.style-2 .wrap-title .jux-theme-title,
  .jux-theme-wraptext.left.style-2 .wrap-title .jux-theme-title,
  .jux-theme-wraptext.right.style-2 .wrap-title .jux-theme-title {
    font-size: 32px;
  }
}
@media screen and (max-width: 479px) {
  .jux-theme-wraptext.center.style-2 .wrap-title .jux-theme-title,
  .jux-theme-wraptext.left.style-2 .wrap-title .jux-theme-title,
  .jux-theme-wraptext.right.style-2 .wrap-title .jux-theme-title {
    font-size: 24px;
  }
}
.jux-theme-wraptext.center.style-2 .wrap-title .jux-theme-sub-title,
.jux-theme-wraptext.left.style-2 .wrap-title .jux-theme-sub-title,
.jux-theme-wraptext.right.style-2 .wrap-title .jux-theme-sub-title {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  font-style: normal;
  font-family: lato, serif;
}
@media screen and (max-width: 767px) {
  .jux-theme-wraptext.center.style-2 .wrap-title .jux-theme-sub-title,
  .jux-theme-wraptext.left.style-2 .wrap-title .jux-theme-sub-title,
  .jux-theme-wraptext.right.style-2 .wrap-title .jux-theme-sub-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 479px) {
  .jux-theme-wraptext.center.style-2 .wrap-title .jux-theme-sub-title,
  .jux-theme-wraptext.left.style-2 .wrap-title .jux-theme-sub-title,
  .jux-theme-wraptext.right.style-2 .wrap-title .jux-theme-sub-title {
    font-size: 14px;
  }
}
.jux-theme-wraptext.center.style-2 {
  text-align: center;
}
.jux-theme-wraptext.center.style-2 .wrap-title .jux-theme-title-bg {
  background-image: none;
}
.jux-theme-wraptext.center.style-2 .wrap-title .jux-theme-title {
  color: #e182a8;
}
.jux-theme-wraptext.center.style-2 .wrap-title .jux-theme-sub-title {
  color: #696969;
}
.jux-theme-wraptext.right.style-2 {
  text-align: right;
}
.jux-theme-wraptext.right.style-2 .wrap-title .jux-theme-title-bg {
  right: 0;
  left: auto;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.jux-theme-wraptext.left.style-2 {
  text-align: left;
}
.jux-theme-wraptext.left.style-2 .wrap-title .jux-theme-title-bg {
  left: 0;
  right: auto;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.class-featured {
  position: relative;
  overflow: hidden;
}
.class-featured .is_featured {
  background: #5f41a5;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  padding: 5px 40px;
  position: absolute;
  top: 23px;
  right: -32px;
  z-index: 9;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.jux-class-grid-shortcode {
  max-width: 1570px;
  margin: 0 auto;
}
.jux-class-grid-shortcode.style1 .jux-theme-wraptext {
  text-align: center !important;
}
.jux-class-grid-shortcode.style1 .grid .posts-loop-content .masonry-container {
  margin: 0;
}
.jux-class-grid-shortcode.style1 .grid .posts-loop-content .hentry {
  padding: 0 15px;
}
.jux-class-grid-shortcode.style1 .grid .posts-loop-content .loop-item-wrap {
  -webkit-box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.1);
}
.jux-class-grid-shortcode.style2 .grid .posts-loop-content .masonry-container {
  margin: 0;
}
.jux-class-grid-shortcode.style2 .grid .posts-loop-content .hentry {
  padding: 0 15px;
  margin-bottom: 30px;
}
.jux-class-slider-shortcode.style1 .grid .posts-loop-content {
  position: relative;
}
.jux-class-slider-shortcode.style1 .grid .posts-loop-content .masonry-container {
  margin: 0;
  margin-top: -15px;
}
.jux-class-slider-shortcode.style1 .grid .posts-loop-content .hentry {
  padding: 15px 15px 0;
  margin-bottom: 52px;
}
.jux-class-slider-shortcode.style1 .grid .posts-loop-content .loop-item-wrap {
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}
.jux-class-slider-shortcode.style1 .grid .posts-loop-content .loop-item-wrap:hover {
  -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.16);
}
.jux-class-slider-shortcode.style1 .grid .posts-loop-content .loop-item-featured {
  min-height: 310px;
  border-radius: 50%;
  width: 310px;
  margin: 30px auto 10px;
}
@media screen and (max-width: 359px) {
  .jux-class-slider-shortcode.style1 .grid .posts-loop-content .loop-item-featured {
    max-width: 250px;
    min-height: 250px;
  }
}
.jux-class-slider-shortcode.style1 .grid .posts-loop-content .loop-item-content {
  padding: 20px 0 0;
}
.jux-class-slider-shortcode.style1 .grid .posts-loop-content .loop-item-content:before {
  display: none;
}
.jux-class-slider-shortcode.style1 .grid .posts-loop-content .loop-item-content:after {
  content: '';
  display: table;
  clear: both;
}
.jux-class-slider-shortcode.style1 .grid .posts-loop-content .loop-item-content .loop-item-content-summary {
  padding: 0 30px 12px;
  border-bottom: 1px solid #ddeef5;
}
.jux-class-slider-shortcode.style1 .grid .posts-loop-content .loop-item-content .loop-item-title {
  font-size: 24px;
}
@media screen and (max-width: 479px) {
  .jux-class-slider-shortcode.style1 .grid .posts-loop-content .loop-item-content .loop-item-title {
    font-size: 20px;
  }
}
.jux-class-slider-shortcode.style1 .grid .posts-loop-content .loop-item-content .loop-item-action {
  float: right;
  margin: 30px 20px 18px 0;
}
.jux-class-slider-shortcode.style1 .grid .posts-loop-content .loop-item-content .loop-item-action .btn {
  font-size: 14px;
  padding: 4px 18px;
}
.jux-class-slider-shortcode.style1 .grid .posts-loop-content .loop-item-content .loop-item-trainer {
  position: static;
  top: auto;
  left: auto;
  right: auto;
  margin: 0;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  margin: 16px 0 18px 20px;
  float: left;
  width: 60px;
  height: 60px;
  border: 4px solid #eee;
}
.jux-class-slider-shortcode.style1 .grid .posts-loop-content .loop-item-content .loop-item-trainer-name {
  color: #333;
  font-weight: 600;
  float: left;
  margin-top: 30px;
  margin-left: 16px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .jux-class-slider-shortcode.style1 .grid .posts-loop-content .loop-item-content .loop-item-trainer-name {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .jux-class-slider-shortcode.style1 .grid .posts-loop-content .loop-item-content .loop-item-trainer-name {
    display: none;
  }
}
.jux-class-slider-shortcode.style2 .grid .posts-loop-content {
  position: relative;
}
.jux-class-slider-shortcode.style2 .grid .posts-loop-content .masonry-container {
  margin: 0;
  margin-top: -15px;
}
.jux-class-slider-shortcode.style2 .grid .posts-loop-content .hentry {
  padding: 15px 15px 0;
  margin-bottom: 52px;
}
@media screen and (min-width: 480px) {
  .jux-class-slider-shortcode.style2 .grid .posts-loop-content .hentry {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .jux-class-slider-shortcode.style2 .grid .posts-loop-content .hentry {
    margin-bottom: 52px;
  }
}
.jux-class-slider-shortcode.style2 .grid .posts-loop-content .loop-item-wrap {
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}
.jux-class-slider-shortcode.style2 .grid .posts-loop-content .loop-item-wrap .loop-item-featured {
  position: relative;
  overflow: hidden;
}
.jux-class-slider-shortcode.style2 .grid .posts-loop-content .loop-item-wrap .loop-item-featured:before,
.jux-class-slider-shortcode.style2 .grid .posts-loop-content .loop-item-wrap .loop-item-featured:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  transition: ease all 0.5s;
  -webkit-transition: ease all 0.5s;
  -moz-transition: ease all 0.5s;
  -o-transition: ease all 0.5s;
}
.jux-class-slider-shortcode.style2 .grid .posts-loop-content .loop-item-wrap .loop-item-featured:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.jux-class-slider-shortcode.style2 .grid .posts-loop-content .loop-item-wrap .loop-item-featured:after {
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}
.jux-class-slider-shortcode.style2 .grid .posts-loop-content .loop-item-wrap:hover {
  -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.16);
}
.jux-class-slider-shortcode.style2 .grid .posts-loop-content .loop-item-wrap:hover .loop-item-featured:before,
.jux-class-slider-shortcode.style2 .grid .posts-loop-content .loop-item-wrap:hover .loop-item-featured:after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
@media screen and (max-width: 359px) {
  .jux-class-slider-shortcode.style2 .grid .posts-loop-content .loop-item-featured {
    max-width: 250px;
    min-height: 250px;
  }
}
.jux-class-slider-shortcode.style2 .grid .posts-loop-content .loop-item-content {
  padding: 20px 0 0;
  text-align: left;
}
.jux-class-slider-shortcode.style2 .grid .posts-loop-content .loop-item-content .content-meta .meta-date {
  margin: 0 20px 0 0;
}
.jux-class-slider-shortcode.style2 .grid .posts-loop-content .loop-item-content:before {
  display: none;
}
.jux-class-slider-shortcode.style2 .grid .posts-loop-content .loop-item-content:after {
  content: '';
  display: table;
  clear: both;
}
.jux-class-slider-shortcode.style2 .grid .posts-loop-content .loop-item-content .loop-item-content-summary {
  padding: 0 30px 25px;
  border-bottom: 1px solid #ddeef5;
}
.jux-class-slider-shortcode.style2 .grid .posts-loop-content .loop-item-content .loop-item-title {
  font-size: 20px;
  text-transform: none;
  font-weight: 600;
}
@media screen and (max-width: 479px) {
  .jux-class-slider-shortcode.style2 .grid .posts-loop-content .loop-item-content .loop-item-title {
    font-size: 18px;
  }
}
.jux-class-slider-shortcode.style2 .grid .posts-loop-content .loop-item-content .loop-item-action {
  float: right;
  margin: 30px 20px 18px 0;
}
.jux-class-slider-shortcode.style2 .grid .posts-loop-content .loop-item-content .loop-item-action .btn {
  font-size: 14px;
  padding: 4px 18px;
}
.jux-class-slider-shortcode.style2 .grid .posts-loop-content .loop-item-content .loop-item-trainer {
  position: absolute;
  top: -10%;
  left: auto;
  right: 10%;
  margin: 0;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  float: left;
  width: 60px;
  height: 60px;
  border: 4px solid #eee;
}
.jux-class-slider-shortcode.style2 .grid .posts-loop-content .loop-item-content .loop-item-trainer-name {
  color: #333;
  font-weight: 600;
  float: left;
  margin-top: 30px;
  margin-left: 16px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .jux-class-slider-shortcode.style2 .grid .posts-loop-content .loop-item-content .loop-item-trainer-name {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .jux-class-slider-shortcode.style2 .grid .posts-loop-content .loop-item-content .loop-item-trainer-name {
    display: none;
  }
}
.jux-class-slider-shortcode .style_title-2.jux-theme-wraptext {
  margin: 100px 0 0;
}
.jux-class-slider-shortcode .style_title-2.jux-theme-wraptext .wrap-title {
  text-align: left;
  display: block;
}
.jux-class-slider-shortcode .style_title-2.jux-theme-wraptext .wrap-title .jux-theme-title {
  font-size: 36px;
  color: #fff;
  text-transform: none;
  letter-spacing: 0.5px;
  position: relative;
}
.jux-class-slider-shortcode .style_title-2.jux-theme-wraptext .wrap-title .jux-theme-sub-title {
  color: #fff;
  font-size: 18px;
  margin-bottom: 30px;
  font-weight: 400;
  font-style: normal;
  font-family: lato, serif;
}
.jux-class-slider-shortcode .style_title-2.jux-theme-wraptext .wrap-title .jux-theme-title-bg {
  background-image: url(../images/theme-icon.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 81px;
  width: 149px;
  position: absolute;
  top: -13px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.jux-class-slider-shortcode.style1 .jux-theme-wraptext {
  text-align: center !important;
  margin: 10px 0 50px;
}
.jux-class-slider-shortcode.style1 .jux-theme-wraptext .wrap-title {
  display: inline-block;
  position: relative;
}
.jux-class-slider-shortcode.style1 .jux-theme-wraptext .wrap-title .jux-theme-title-bg {
  background-image: url(../images/theme-icon.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 81px;
  width: 149px;
  position: absolute;
  top: -13px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.jux-class-slider-shortcode.style1 .jux-theme-wraptext .wrap-title .jux-theme-title {
  color: #e182a8;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  position: relative;
  font-size: 42px;
}
@media screen and (max-width: 767px) {
  .jux-class-slider-shortcode.style1 .jux-theme-wraptext .wrap-title .jux-theme-title {
    font-size: 34px;
  }
}
@media screen and (max-width: 479px) {
  .jux-class-slider-shortcode.style1 .jux-theme-wraptext .wrap-title .jux-theme-title {
    font-size: 26px;
  }
}
.jux-class-slider-shortcode.style1 .jux-theme-wraptext .wrap-title .jux-theme-title .first-word {
  color: #5f41a5;
}
.jux-class-slider-shortcode.style1 .jux-theme-wraptext .wrap-title .jux-theme-sub-title {
  color: #696969;
  font-family: 'droid serif', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
}
@media screen and (max-width: 767px) {
  .jux-class-slider-shortcode.style1 .jux-theme-wraptext .wrap-title .jux-theme-sub-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 479px) {
  .jux-class-slider-shortcode.style1 .jux-theme-wraptext .wrap-title .jux-theme-sub-title {
    font-size: 16px;
  }
}
.jux-class-slider-shortcode.style1 .grid .posts-loop-content .owl-next,
.jux-class-slider-shortcode.style1 .grid .posts-loop-content .owl-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border-radius: 50%;
  border: 1px solid #5f41a5;
  color: #5f41a5;
  width: 48px;
  height: 48px;
  background: 0 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-top: -52px;
}
.jux-class-slider-shortcode.style1 .grid .posts-loop-content .owl-next:before,
.jux-class-slider-shortcode.style1 .grid .posts-loop-content .owl-prev:before {
  font-family: ionicons;
  font-size: 34px;
  line-height: 42px;
}
.jux-class-slider-shortcode.style1 .grid .posts-loop-content .owl-next:hover,
.jux-class-slider-shortcode.style1 .grid .posts-loop-content .owl-prev:hover {
  background: #5f41a5;
  color: #fff;
}
.jux-class-slider-shortcode.style1 .grid .posts-loop-content .owl-next span,
.jux-class-slider-shortcode.style1 .grid .posts-loop-content .owl-prev span {
  display: none;
}
.jux-class-slider-shortcode.style1 .grid .posts-loop-content .owl-next {
  right: -98px;
}
.jux-class-slider-shortcode.style1 .grid .posts-loop-content .owl-next:before {
  content: '\f3d6';
}
.jux-class-slider-shortcode.style1 .grid .posts-loop-content .owl-prev {
  left: -98px;
}
.jux-class-slider-shortcode.style1 .grid .posts-loop-content .owl-prev:before {
  content: '\f3d5';
}
.jux-class-slider-shortcode.style1 .grid .posts-loop-content .owl-nav.disabled {
  display: block !important;
}
.jux-class-slider-shortcode.style1 .grid .posts-loop-content .owl-dots {
  text-align: center;
  margin-bottom: 100px;
}
.jux-class-slider-shortcode.style1 .grid .posts-loop-content .owl-dots.disabled {
  display: block !important;
}
.jux-class-slider-shortcode.style1 .grid .posts-loop-content .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  background: #fff;
  margin: 0 10px;
  border-radius: 100px;
}
.jux-class-slider-shortcode.style1 .grid .posts-loop-content .owl-dots .owl-dot:focus {
  outline: none;
}
@media screen and (max-width: 1399px) {
  .jux-class-slider-shortcode.style1 .grid .posts-loop-content .owl-next,
  .jux-class-slider-shortcode.style1 .grid .posts-loop-content .owl-prev {
    top: 0;
  }
  .jux-class-slider-shortcode.style1 .grid .posts-loop-content .owl-next {
    right: 0;
  }
  .jux-class-slider-shortcode.style1 .grid .posts-loop-content .owl-prev {
    left: 0;
  }
}
@media screen and (max-width: 479px) {
  .jux-class-slider-shortcode.style1 .grid .posts-loop-content .owl-next,
  .jux-class-slider-shortcode.style1 .grid .posts-loop-content .owl-prev {
    width: 40px;
    height: 40px;
    top: 20px;
  }
  .jux-class-slider-shortcode.style1 .grid .posts-loop-content .owl-next:before,
  .jux-class-slider-shortcode.style1 .grid .posts-loop-content .owl-prev:before {
    font-size: 24px;
    line-height: 34px;
  }
}
.jux-class-slider-shortcode.style1 .grid .posts-loop-content .owl-theme .owl-controls {
  margin: 10px 0 40px;
}
.jux-class-slider-shortcode.style1 .grid .posts-loop-content .owl-theme .owl-controls .owl-page span {
  width: 17px;
  height: 17px;
  background-color: transparent;
  position: relative;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  margin: 0 5px;
}
.jux-class-slider-shortcode.style1 .grid .posts-loop-content .owl-theme .owl-controls .owl-page span:before {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  background-color: #d0d0d0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  border-radius: 50%;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
}
.jux-class-slider-shortcode.style1 .grid .posts-loop-content .owl-theme .owl-controls .owl-page span:hover:before {
  background-color: #e182a8;
}
.jux-class-slider-shortcode.style1 .grid .posts-loop-content .owl-theme .owl-controls .owl-page.active span {
  background-color: #f5d4e1;
}
.jux-class-slider-shortcode.style1 .grid .posts-loop-content .owl-theme .owl-controls .owl-page.active span:before {
  background-color: #e182a8;
}
.jux-class-slider-shortcode.style2 .jux-theme-wraptext {
  margin: 100px 0 0;
}
.jux-class-slider-shortcode.style2 .jux-theme-wraptext .wrap-title {
  text-align: left;
  display: block;
}
.jux-class-slider-shortcode.style2 .jux-theme-wraptext .wrap-title .jux-theme-title {
  font-size: 36px;
  color: #fff;
  text-transform: none;
  letter-spacing: 0.5px;
  position: relative;
  font-weight: 700;
}
.jux-class-slider-shortcode.style2 .jux-theme-wraptext .wrap-title .jux-theme-sub-title {
  color: #fff;
  font-size: 18px;
  margin-bottom: 30px;
  font-weight: 400;
  font-style: normal;
  font-family: lato, serif;
}
.jux-class-slider-shortcode.style2 .jux-theme-wraptext .wrap-title .jux-theme-title-bg {
  background-image: none;
}
.jux-class-slider-shortcode.style2 .grid .posts-loop-content .owl-next,
.jux-class-slider-shortcode.style2 .grid .posts-loop-content .owl-prev {
  position: absolute;
  top: 0%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border-radius: 0%;
  color: #5f41a5;
  width: 40px;
  height: 40px;
  background: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-top: -70px;
}
.jux-class-slider-shortcode.style2 .grid .posts-loop-content .owl-next:before,
.jux-class-slider-shortcode.style2 .grid .posts-loop-content .owl-prev:before {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 34px;
  line-height: 42px;
}
.jux-class-slider-shortcode.style2 .grid .posts-loop-content .owl-next:hover,
.jux-class-slider-shortcode.style2 .grid .posts-loop-content .owl-prev:hover {
  background-color: #fff;
}
.jux-class-slider-shortcode.style2 .grid .posts-loop-content .owl-next span,
.jux-class-slider-shortcode.style2 .grid .posts-loop-content .owl-prev span {
  display: none;
}
.jux-class-slider-shortcode.style2 .grid .posts-loop-content .owl-next {
  right: 0;
}
@media screen and (min-width: 480px) {
  .jux-class-slider-shortcode.style2 .grid .posts-loop-content .owl-next {
    right: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .jux-class-slider-shortcode.style2 .grid .posts-loop-content .owl-next {
    right: 15px;
  }
}
.jux-class-slider-shortcode.style2 .grid .posts-loop-content .owl-next:before {
  content: '\f105';
  font-size: 24px;
  line-height: 35px;
}
.jux-class-slider-shortcode.style2 .grid .posts-loop-content .owl-prev {
  right: 70px;
}
.jux-class-slider-shortcode.style2 .grid .posts-loop-content .owl-prev:before {
  content: '\f104';
  font-size: 24px;
  line-height: 35px;
}
.jux-class-slider-shortcode.style2 .grid .posts-loop-content .owl-nav.disabled {
  display: block !important;
}
.jux-class-slider-shortcode.style2 .grid .posts-loop-content .owl-dots {
  text-align: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .jux-class-slider-shortcode.style2 .grid .posts-loop-content .owl-dots {
    margin-bottom: 50px;
  }
}
.jux-class-slider-shortcode.style2 .grid .posts-loop-content .owl-dots.disabled {
  display: block !important;
}
.jux-class-slider-shortcode.style2 .grid .posts-loop-content .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  background: #fff;
  margin: 0 10px;
  border-radius: 100px;
}
.jux-class-slider-shortcode.style2 .grid .posts-loop-content .owl-dots .owl-dot:focus {
  outline: none;
}
@media screen and (max-width: 480px) {
  .jux-class-slider-shortcode.style2 .grid .posts-loop-content .owl-next,
  .jux-class-slider-shortcode.style2 .grid .posts-loop-content .owl-prev {
    top: -50px;
  }
  .jux-class-slider-shortcode.style2 .grid .posts-loop-content .owl-next {
    right: 0;
  }
  .jux-class-slider-shortcode.style2 .grid .posts-loop-content .owl-prev {
    left: 0;
  }
}
@media screen and (min-width: 479px) {
  .jux-class-slider-shortcode.style2 .grid .posts-loop-content .owl-next,
  .jux-class-slider-shortcode.style2 .grid .posts-loop-content .owl-prev {
    width: 40px;
    height: 40px;
    top: 20px;
  }
  .jux-class-slider-shortcode.style2 .grid .posts-loop-content .owl-next:before,
  .jux-class-slider-shortcode.style2 .grid .posts-loop-content .owl-prev:before {
    font-size: 24px;
    line-height: 34px;
  }
}
.jux-class-slider-shortcode.style2 .grid .posts-loop-content .owl-theme .owl-controls {
  margin: 10px 0 100px;
}
.jux-class-slider-shortcode.style2 .grid .posts-loop-content .owl-theme .owl-controls .owl-page span {
  width: 17px;
  height: 17px;
  background-color: transparent;
  position: relative;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  margin: 0 5px;
}
.jux-class-slider-shortcode.style2 .grid .posts-loop-content .owl-theme .owl-controls .owl-page span:before {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  background-color: #d0d0d0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  border-radius: 50%;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
}
.jux-class-slider-shortcode.style2 .grid .posts-loop-content .owl-theme .owl-controls .owl-page span:hover:before {
  background-color: #e182a8;
}
.jux-class-slider-shortcode.style2 .grid .posts-loop-content .owl-theme .owl-controls .owl-page.active span {
  background-color: #f5d4e1;
}
.jux-class-slider-shortcode.style2 .grid .posts-loop-content .owl-theme .owl-controls .owl-page.active span:before {
  background-color: #e182a8;
}
.jux-class-slider-shortcode.style1 .grid .posts-loop-content .owl-item .loop-item-wrap {
  background-repeat: no-repeat;
}
.jux-class-slider-shortcode.style1 .grid .posts-loop-content .owl-item:nth-child(1n+1) .loop-item-wrap {
  background-image: url(../images/vector-class-slider-2.png);
  background-position: 137% 44%;
}
.jux-class-slider-shortcode.style1 .grid .posts-loop-content .owl-item:nth-child(2n+1) .loop-item-wrap {
  background-image: url(../images/vector-class-slider-3.png);
  background-position: 135% 40%;
}
.jux-class-slider-shortcode.style1 .grid .posts-loop-content .owl-item:nth-child(3n+1) .loop-item-wrap {
  background-image: url(../images/vector-class-slider-1.png);
  background-position: 128% 42%;
}
.jux-class-slider-shortcode.style2 .grid .posts-loop-content .owl-item .loop-item-wrap {
  background-repeat: no-repeat;
}
.jux-class-slider-shortcode.style2 .grid .posts-loop-content .owl-item:nth-child(1n+1) .loop-item-wrap {
  background-image: url(../images/vector-class-slider-2.png);
  background-position: 137% 44%;
}
.jux-class-slider-shortcode.style2 .grid .posts-loop-content .owl-item:nth-child(2n+1) .loop-item-wrap {
  background-image: url(../images/vector-class-slider-3.png);
  background-position: 135% 40%;
}
.jux-class-slider-shortcode.style2 .grid .posts-loop-content .owl-item:nth-child(3n+1) .loop-item-wrap {
  background-image: url(../images/vector-class-slider-1.png);
  background-position: 128% 42%;
}
.jux-trainer-shortcode .style_title-2.jux-theme-wraptext {
  margin: 100px 0 0;
  position: relative;
  text-align: left;
}
.jux-trainer-shortcode .style_title-2.jux-theme-wraptext .wrap-title .jux-theme-title {
  font-size: 36px;
  text-transform: none;
  letter-spacing: 0.5px;
  position: relative;
  font-weight: 700;
  color: #000;
}
.jux-trainer-shortcode .style_title-2.jux-theme-wraptext .wrap-title .jux-theme-sub-title {
  font-size: 18px;
  margin-bottom: 60px;
  font-weight: 400;
  font-style: normal;
  font-family: lato, serif;
}
.jux-trainer-shortcode .style_title-2.jux-theme-wraptext .wrap-title .jux-theme-title-bg {
  background-image: none;
}
.banner_hover .vc_single_image-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
}
.banner_hover .vc_single_image-wrapper:before {
  top: 0;
  left: 0;
}
.banner_hover .vc_single_image-wrapper:after {
  top: 0;
  right: 0;
}
.banner_hover .vc_single_image-wrapper:before,
.banner_hover .vc_single_image-wrapper:after {
  position: absolute;
  content: "";
  margin: auto;
  background-color: rgba(255, 255, 255, 0.3);
  width: 0;
  height: 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  z-index: 3;
}
.banner_hover .vc_single_image-wrapper:hover:before,
.banner_hover .vc_single_image-wrapper:hover:after {
  width: 100%;
  height: 100%;
}
.banner_hover .vc_single_image-wrapper:hover img {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.banner_hover .vc_single_image-wrapper img {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.jux-class-schedule-shortcode {
  max-width: 1500px;
  margin: 0 auto 50px;
}
.jux-class-schedule-shortcode:after {
  content: '';
  display: table;
  clear: both;
}
.jux-class-schedule-shortcode .vc_column_container > .vc_column-inner {
  padding-right: 0;
  padding-left: 0;
}
.jux-class-schedule-shortcode .jux-theme-wraptext {
  margin: 10px 0 22px;
}
.jux-class-schedule-shortcode .class-schedule {
  margin-top: 30px;
}
.jux-class-schedule-shortcode .fc-toolbar {
  margin-bottom: 40px;
}
.jux-class-schedule-shortcode .fc-toolbar .fc-button {
  border-radius: 50%;
  border: 1px solid #5f41a5;
  color: #5f41a5;
  width: 40px;
  height: 40px;
  background: 0 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.jux-class-schedule-shortcode .fc-toolbar .fc-button:focus,
.jux-class-schedule-shortcode .fc-toolbar .fc-button:hover {
  outline: none;
  background: #5f41a5;
  color: #fff;
}
.jux-class-schedule-shortcode .fc-toolbar .fc-button .fc-icon {
  font-family: ionicons;
  margin: 0;
  font-size: 18px;
}
.jux-class-schedule-shortcode .fc-toolbar .fc-button .fc-icon:after {
  font-size: 18px;
}
.jux-class-schedule-shortcode .fc-toolbar .fc-button .fc-icon-left-single-arrow:after {
  content: '\f3cf';
  left: 0;
}
.jux-class-schedule-shortcode .fc-toolbar .fc-button .fc-icon-right-single-arrow:after {
  content: '\f3d3';
  left: 1px;
}
.jux-class-schedule-shortcode .fc-toolbar .fc-center h2 {
  color: #454545;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 5px;
}
.jux-class-schedule-shortcode .fc-toolbar .fc-center h2.eff {
  -webkit-animation: LeftToRight 0.3s linear 0s 1 alternate;
  animation: LeftToRight 0.3s linear 0s 1 alternate;
}
.jux-class-schedule-shortcode .fc-view {
  color: #333;
  -webkit-box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.1);
}
.jux-class-schedule-shortcode .fc-view .fc-axis {
  padding: 28px 45px;
}
.jux-class-schedule-shortcode .fc-view table {
  margin-bottom: 0;
}
.jux-class-schedule-shortcode .fc-view table td {
  border-color: #ededed;
}
.jux-class-schedule-shortcode .fc-view .fc-head td {
  border-color: #5f41a5;
}
.jux-class-schedule-shortcode .fc-view .fc-head table {
  margin: 0;
}
.jux-class-schedule-shortcode .fc-view .fc-head table .fc-widget-header {
  border-color: rgba(42, 29, 74, 0.25);
  padding: 23px 0.25em;
  background: #5f41a5;
}
.jux-class-schedule-shortcode .fc-view .fc-head table .fc-axis,
.jux-class-schedule-shortcode .fc-view .fc-head table .fc-day-header {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}
.jux-class-schedule-shortcode .fc-view .fc-head table .fc-axis span,
.jux-class-schedule-shortcode .fc-view .fc-head table .fc-day-header span {
  font-size: 15px;
  font-weight: 300;
}
.jux-class-schedule-shortcode .fc-view .fc-head table .fc-axis {
  padding: 23px 45px;
  text-align: center;
}
.jux-class-schedule-shortcode .fc-view .fc-body {
  background-color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.jux-class-schedule-shortcode .fc-view .fc-body.overlay-loading-tripped {
  background-color: #eee;
}
.jux-class-schedule-shortcode .fc-view .fc-body.overlay-loading-tripped .fc-time-grid .fc-event .fc-bg {
  opacity: 0.5;
  filter: alpha(opacity=50);
  background-color: #ccc;
}
.jux-class-schedule-shortcode .fc-view .fc-body.overlay-loading-tripped .fc-today {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.jux-class-schedule-shortcode .fc-view .fc-body .fc-time-grid .fc-event-container {
  margin: 0 -1px;
}
.jux-class-schedule-shortcode .fc-view .fc-body .fc-time-grid .fc-event {
  border-radius: 0;
  color: #333;
  border-color: #ededed;
  background-color: #fff;
  -webkit-box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  overflow: hidden;
  -webkit-animation: BottomToTop 0.25s linear 0s 1 alternate;
  animation: BottomToTop 0.25s linear 0s 1 alternate;
}
.jux-class-schedule-shortcode .fc-view .fc-body .fc-time-grid .fc-event:hover,
.jux-class-schedule-shortcode .fc-view .fc-body .fc-time-grid .fc-event:focus {
  outline: none;
  text-decoration: none;
  left: 0 !important;
  right: 0 !important;
  margin: 0 -2% !important;
  z-index: 10 !important;
}
.jux-class-schedule-shortcode .fc-view .fc-body .fc-time-grid .fc-event .fc-bg {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.jux-class-schedule-shortcode .fc-view .fc-body .fc-time-grid .fc-event .fc-ribbon {
  position: absolute;
  bottom: 0;
  right: -20px;
  border: 7px solid green;
  border-left-color: transparent !important;
  border-top-color: transparent !important;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.jux-class-schedule-shortcode .fc-view .fc-body .fc-time-grid .fc-event .fc-content {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 80%;
  white-space: nowrap;
}
.jux-class-schedule-shortcode .fc-view .fc-body .fc-time-grid .fc-event .fc-content .fc-time {
  font-size: 16px;
  margin-bottom: 12px;
}
.jux-class-schedule-shortcode .fc-view .fc-body .fc-time-grid .fc-event .fc-content .fc-title {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 6px;
}
.jux-class-schedule-shortcode .fc-view .fc-body .fc-time-grid .fc-event .fc-content .fc-trainer {
  font-size: 16px;
  color: #696969;
  font-style: italic;
  font-weight: 300;
  margin-bottom: 8px;
}
.jux-class-schedule-shortcode .fc-view .fc-body .fc-time-grid .fc-event .fc-content .fc-category {
  color: #fff;
  display: inline-block;
  background-color: #5f41a5;
  font-size: 13px;
  padding: 4px 22px;
  border-radius: 22px;
  font-weight: 300;
  line-height: 17px;
  margin-top: 8px;
}
.jux-class-schedule-shortcode .fc-view .fc-body .fc-time-grid .fc-event.time-short-1 .fc-content .fc-time,
.jux-class-schedule-shortcode .fc-view .fc-body .fc-time-grid .fc-event.time-short-1 .fc-content .fc-category,
.jux-class-schedule-shortcode .fc-view .fc-body .fc-time-grid .fc-event.time-short-1 .fc-content .fc-trainer {
  display: none;
}
.jux-class-schedule-shortcode .fc-view .fc-body .fc-time-grid .fc-event.time-short-1 .fc-content .fc-title {
  margin-bottom: -5px;
  white-space: normal;
}
.jux-class-schedule-shortcode .fc-view .fc-body .fc-time-grid .fc-event.time-short-1 .fc-ribbon {
  right: 0;
}
.jux-class-schedule-shortcode .fc-view .fc-body .fc-time-grid .fc-event.time-short-1:hover {
  margin: -50px -2% -90px !important;
}
.jux-class-schedule-shortcode .fc-view .fc-body .fc-time-grid .fc-event.time-short-1:hover .fc-content .fc-time,
.jux-class-schedule-shortcode .fc-view .fc-body .fc-time-grid .fc-event.time-short-1:hover .fc-content .fc-trainer {
  display: block;
}
.jux-class-schedule-shortcode .fc-view .fc-body .fc-time-grid .fc-event.time-short-1:hover .fc-content .fc-category {
  display: inline-block;
}
.jux-class-schedule-shortcode .fc-view .fc-body .fc-time-grid .fc-event.time-short-1:hover .fc-content .fc-title {
  margin-bottom: 6px;
  white-space: nowrap;
}
.jux-class-schedule-shortcode .fc-view .fc-body .fc-time-grid .fc-event.time-short-1:hover .fc-ribbon {
  right: -20px;
}
.jux-class-schedule-shortcode .fc-view .fc-body .fc-time-grid .fc-event.time-short-2 .fc-content .fc-category,
.jux-class-schedule-shortcode .fc-view .fc-body .fc-time-grid .fc-event.time-short-2 .fc-content .fc-trainer {
  display: none;
}
.jux-class-schedule-shortcode .fc-view .fc-body .fc-time-grid .fc-event.time-short-2 .fc-content .fc-title {
  white-space: normal;
}
.jux-class-schedule-shortcode .fc-view .fc-body .fc-time-grid .fc-event.time-short-2 .fc-ribbon {
  right: 0;
}
.jux-class-schedule-shortcode .fc-view .fc-body .fc-time-grid .fc-event.time-short-2:hover {
  margin: -30px -2% -60px !important;
}
.jux-class-schedule-shortcode .fc-view .fc-body .fc-time-grid .fc-event.time-short-2:hover .fc-content .fc-trainer {
  display: block;
}
.jux-class-schedule-shortcode .fc-view .fc-body .fc-time-grid .fc-event.time-short-2:hover .fc-content .fc-category {
  display: inline-block;
}
.jux-class-schedule-shortcode .fc-view .fc-body .fc-time-grid .fc-event.time-short-2:hover .fc-content .fc-title {
  white-space: nowrap;
}
.jux-class-schedule-shortcode .fc-view .fc-body .fc-time-grid .fc-event.time-short-2:hover .fc-ribbon {
  right: -20px;
}
.jux-class-schedule-shortcode .fc-month-view .fc-day-number {
  text-align: left;
  padding: 10px;
}
.jux-class-schedule-shortcode .fc-month-view .fc-day-number span {
  font-family: 'droid serif', serif;
  font-size: 16px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  color: #ababab;
  display: inline-block;
  text-align: center;
  line-height: 30px;
}
.jux-class-schedule-shortcode .fc-month-view .fc-today {
  background-color: transparent;
}
.jux-class-schedule-shortcode .fc-month-view .fc-today.fc-day-number span {
  background-color: #5f41a5;
  color: #fff;
}
.jux-class-schedule-shortcode .fc-month-view .fc-head table .fc-day-header {
  font-size: 16px;
}
.jux-class-schedule-shortcode .fc-month-view .fc-head table .fc-widget-header {
  padding: 20px 0.25em;
}
.jux-class-schedule-shortcode .fc-month-view .fc-body.overlay-loading-tripped .fc-content-skeleton .fc-event {
  background-color: transparent;
}
.jux-class-schedule-shortcode .fc-month-view .fc-body .fc-popover .fc-header {
  background-color: #5f41a5;
  color: #fff;
}
.jux-class-schedule-shortcode .fc-month-view .fc-body .fc-popover .fc-header .fc-close {
  margin: 7px 4px 6px 6px;
  color: #fff;
}
.jux-class-schedule-shortcode .fc-month-view .fc-body .fc-popover .fc-more,
.jux-class-schedule-shortcode .fc-month-view .fc-body .fc-content-skeleton .fc-more {
  color: #e182a8;
  margin-left: 8px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.jux-class-schedule-shortcode .fc-month-view .fc-body .fc-popover .fc-more:hover,
.jux-class-schedule-shortcode .fc-month-view .fc-body .fc-content-skeleton .fc-more:hover {
  text-decoration: none;
  color: #d2447d;
}
.jux-class-schedule-shortcode .fc-month-view .fc-body .fc-popover .fc-event-container,
.jux-class-schedule-shortcode .fc-month-view .fc-body .fc-content-skeleton .fc-event-container {
  margin: 0 -1px;
}
.jux-class-schedule-shortcode .fc-month-view .fc-body .fc-popover .fc-event,
.jux-class-schedule-shortcode .fc-month-view .fc-body .fc-content-skeleton .fc-event {
  border-radius: 0;
  color: #333;
  border-color: transparent;
  background-color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  overflow: hidden;
  -webkit-animation: BottomToTop 0.25s linear 0s 1 alternate;
  animation: BottomToTop 0.25s linear 0s 1 alternate;
  margin: -1px;
  padding: 3px 8px;
}
.jux-class-schedule-shortcode .fc-month-view .fc-body .fc-popover .fc-event:hover,
.jux-class-schedule-shortcode .fc-month-view .fc-body .fc-content-skeleton .fc-event:hover,
.jux-class-schedule-shortcode .fc-month-view .fc-body .fc-popover .fc-event:focus,
.jux-class-schedule-shortcode .fc-month-view .fc-body .fc-content-skeleton .fc-event:focus {
  outline: none;
  text-decoration: none;
  color: #000;
}
.jux-class-schedule-shortcode .fc-month-view .fc-body .fc-popover .fc-event .fc-time,
.jux-class-schedule-shortcode .fc-month-view .fc-body .fc-content-skeleton .fc-event .fc-time {
  padding-right: 3px;
}
.jux-class-schedule-shortcode .fc-month-view .fc-body .fc-popover .fc-event .fc-ribbon,
.jux-class-schedule-shortcode .fc-month-view .fc-body .fc-content-skeleton .fc-event .fc-ribbon {
  position: absolute;
  top: 0;
  left: -1px;
  width: 4px;
  height: 80%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.jux-class-schedule-shortcode.style_title-1 .jux-theme-wraptext {
  text-align: center !important;
  margin: 10px 0 50px;
}
.jux-class-schedule-shortcode.style_title-1 .jux-theme-wraptext .wrap-title {
  display: inline-block;
  position: relative;
}
.jux-class-schedule-shortcode.style_title-1 .jux-theme-wraptext .wrap-title .jux-theme-title-bg {
  background-image: url(../images/theme-icon.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 81px;
  width: 149px;
  position: absolute;
  top: -13px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.jux-class-schedule-shortcode.style_title-1 .jux-theme-wraptext .wrap-title .jux-theme-title {
  color: #e182a8;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  position: relative;
  font-size: 42px;
}
@media screen and (max-width: 767px) {
  .jux-class-schedule-shortcode.style_title-1 .jux-theme-wraptext .wrap-title .jux-theme-title {
    font-size: 34px;
  }
}
@media screen and (max-width: 479px) {
  .jux-class-schedule-shortcode.style_title-1 .jux-theme-wraptext .wrap-title .jux-theme-title {
    font-size: 26px;
  }
}
.jux-class-schedule-shortcode.style_title-1 .jux-theme-wraptext .wrap-title .jux-theme-title .first-word {
  color: #5f41a5;
}
.jux-class-schedule-shortcode.style_title-1 .jux-theme-wraptext .wrap-title .jux-theme-sub-title {
  color: #696969;
  font-family: 'droid serif', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
}
@media screen and (max-width: 767px) {
  .jux-class-schedule-shortcode.style_title-1 .jux-theme-wraptext .wrap-title .jux-theme-sub-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 479px) {
  .jux-class-schedule-shortcode.style_title-1 .jux-theme-wraptext .wrap-title .jux-theme-sub-title {
    font-size: 16px;
  }
}
.jux-class-schedule-shortcode.style_title-2 .jux-theme-wraptext {
  margin: 100px 0 0;
}
.jux-class-schedule-shortcode.style_title-2 .jux-theme-wraptext .wrap-title .jux-theme-title {
  font-size: 36px;
  color: #fff;
  text-transform: none;
  letter-spacing: 0.5px;
  position: relative;
}
.jux-class-schedule-shortcode.style_title-2 .jux-theme-wraptext .wrap-title .jux-theme-sub-title {
  font-size: 18px;
  margin-bottom: 30px;
  font-weight: 400;
  font-style: normal;
  font-family: lato, serif;
}
.jux-class-schedule-shortcode.style_title-2 .jux-theme-wraptext .wrap-title .jux-theme-title-bg {
  background: 0 0;
}
.jux-container .jux-row .jux-class-schedule-shortcode .vc_column_container > .vc_column-inner {
  padding-right: 15px;
  padding-left: 15px;
}
.jux-container .jux-row .jux-class-schedule-shortcode .fc-agendaWeek-view .fc-body .fc-time-grid .fc-event:hover {
  margin: 0 -12% !important;
}
.jux-container .jux-row .jux-class-schedule-shortcode .fc-agendaWeek-view .fc-body .fc-time-grid .fc-event.time-short-1:hover {
  margin: -50px -12% -90px !important;
}
.jux-container .jux-row .jux-class-schedule-shortcode .fc-agendaWeek-view .fc-body .fc-time-grid .fc-event.time-short-2:hover {
  margin: -30px -12% -60px !important;
}
.jux-class-schedule-shortcode.hide-time-column .fc-agendaWeek-view .fc-head .fc-axis.fc-widget-header {
  display: none;
}
.jux-class-schedule-shortcode.hide-time-column .fc-agendaWeek-view .fc-body .fc-time-grid .fc-slats td {
  padding: 30px 0;
}
.jux-class-schedule-shortcode.hide-time-column .fc-agendaWeek-view .fc-body .fc-bg .fc-axis.fc-widget-content {
  display: none;
}
.jux-class-schedule-shortcode.hide-time-column .fc-agendaWeek-view .fc-body .fc-slats .fc-axis.fc-widget-content {
  display: none;
}
.jux-class-schedule-shortcode.hide-time-column .fc-agendaWeek-view .fc-body .fc-content-skeleton .fc-axis {
  display: none;
}
.export-timetable {
  text-align: right;
  margin: 20px 0;
}
.export-timetable a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.export-timetable a:focus,
.export-timetable a:hover {
  text-decoration: none;
}
.export-timetable a i {
  margin: 3px 5px 0 0;
}
.overlay-loading-tripped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  -webkit-animation: progress-bar-stripes 0.4s linear infinite;
  animation: progress-bar-stripes 0.4s linear infinite;
}
@-webkit-keyframes LeftToRight {
  from {
    -webkit-transform: translate(-10%, 0);
    transform: translate(-10%, 0);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@keyframes LeftToRight {
  from {
    -webkit-transform: translate(-10%, 0);
    transform: translate(-10%, 0);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-webkit-keyframes BottomToTop {
  from {
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@keyframes BottomToTop {
  from {
    -webkit-transform: translate(0, 10%);
    transform: translate(0, 10%);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.jux-responsive-schedule-wrap .res-sche-navigation:last-child .next,
.jux-responsive-schedule-wrap .res-sche-navigation:last-child .prev {
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .jux-class-schedule {
    display: none;
  }
}
.jux-responsive-schedule-wrap {
  padding: 0 15px;
}
@media screen and (min-width: 992px) {
  .jux-responsive-schedule-wrap {
    display: none;
  }
}
.jux-responsive-schedule-wrap a {
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.jux-responsive-schedule-wrap a:focus,
.jux-responsive-schedule-wrap a:hover {
  outline: none;
  text-decoration: none;
}
.jux-responsive-schedule-wrap .res-sche-content.overlay-loading-tripped {
  background-color: #eee;
}
.jux-responsive-schedule-wrap .res-sche-navigation {
  position: relative;
  height: 20px;
  margin: 20px 0;
}
.jux-responsive-schedule-wrap .res-sche-navigation h3 {
  color: #454545;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 5px;
  position: absolute;
  top: 0;
  left: 50%;
  white-space: nowrap;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media screen and (max-width: 321px) {
  .jux-responsive-schedule-wrap .res-sche-navigation h3 {
    white-space: normal;
    font-size: 14px;
  }
}
.jux-responsive-schedule-wrap .res-sche-navigation .prev,
.jux-responsive-schedule-wrap .res-sche-navigation .next {
  position: absolute;
  top: 0;
  border-radius: 50%;
  border: 1px solid #5f41a5;
  color: #5f41a5;
  width: 30px;
  height: 30px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-align: center;
}
.jux-responsive-schedule-wrap .res-sche-navigation .prev:focus,
.jux-responsive-schedule-wrap .res-sche-navigation .next:focus,
.jux-responsive-schedule-wrap .res-sche-navigation .prev:hover,
.jux-responsive-schedule-wrap .res-sche-navigation .next:hover {
  background-color: #5f41a5;
  color: #fff;
}
.jux-responsive-schedule-wrap .res-sche-navigation .prev i,
.jux-responsive-schedule-wrap .res-sche-navigation .next i {
  font-size: 16px;
  font-weight: 700;
  display: inline;
  vertical-align: baseline;
  line-height: 28px;
  margin: 0;
}
.jux-responsive-schedule-wrap .res-sche-navigation .prev {
  left: 0;
}
.jux-responsive-schedule-wrap .res-sche-navigation .next {
  right: 0;
}
.jux-responsive-schedule-wrap .item-weekday {
  background-color: #f7f7f7;
  border: 1px solid #eee;
  border-left-width: 3px;
  border-right-width: 0;
  padding: 5px 10px;
  color: #333;
  margin: 5px 0;
  border-left-color: #b9b7b7;
}
.jux-responsive-schedule-wrap .item-weekday.today {
  background: #fcf8e3;
}
.jux-responsive-schedule-wrap .item-day {
  position: relative;
  padding: 3px 0 3px 20px;
  font-size: 15px;
}
.jux-responsive-schedule-wrap .item-day span {
  font-weight: 600;
  color: #333;
}
.jux-responsive-schedule-wrap .item-day i {
  font-weight: 300;
}
@media screen and (max-width: 479px) {
  .jux-responsive-schedule-wrap .item-day i {
    display: none;
  }
}
.jux-responsive-schedule-wrap .item-day a {
  margin-left: 10px;
}
.jux-responsive-schedule-wrap .item-day .item-ribbon {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 3px;
  border: 1px solid #fff;
  border-left-width: 0;
  border-right-width: 0;
}
.sc-jux-product-wrap {
  text-align: center;
  margin: 0 -15px;
}
.sc-jux-product-wrap .style-1.jux-theme-wraptext .wrap-title .jux-theme-title {
  color: #000;
}
.sc-jux-product-wrap .style-1.jux-theme-wraptext .wrap-title .jux-theme-sub-title {
  color: #696969;
}
.sc-jux-product-wrap .style-1.jux-theme-wraptext .wrap-title .jux-theme-title-bg {
  background-image: url(../images/theme-icon.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 81px;
  width: 149px;
  position: absolute;
  top: -13px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media screen and (min-width: 320px) {
  .sc-jux-product-wrap .style-2.jux-theme-wraptext {
    margin: 30px 0 0;
  }
}
@media screen and (min-width: 480px) {
  .sc-jux-product-wrap .style-2.jux-theme-wraptext {
    margin: 80px 0 0;
  }
}
.sc-jux-product-wrap .style-2.jux-theme-wraptext .wrap-title .jux-theme-title {
  font-size: 36px;
  color: #fff;
  text-transform: none;
  letter-spacing: 0.5px;
  position: relative;
  display: inline-block;
}
.sc-jux-product-wrap .style-2.jux-theme-wraptext .wrap-title .jux-theme-title:before {
  content: '';
  position: absolute;
  background-image: url(../images/icon-header.png);
  width: 149px;
  height: 60px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-30%, 0);
          transform: translate(-30%, 0);
  background-repeat: no-repeat;
}
.sc-jux-product-wrap .style-2.jux-theme-wraptext .wrap-title .jux-theme-sub-title {
  color: #696969;
  font-size: 18px;
  margin: 0;
  font-weight: 400;
  font-style: normal;
  font-family: lato, serif;
}
.sc-jux-product-wrap .style-2.jux-theme-wraptext .wrap-title .jux-theme-title-bg {
  background: 0 0;
}
.sc-jux-product-wrap .jux-theme-wraptext.grid {
  margin: 10px 0 30px;
}
.sc-jux-product-wrap .jux-theme-wraptext.grid .jux-theme-title {
  font-size: 36px;
  text-transform: none;
  position: relative;
  display: inline-block;
}
.sc-jux-product-wrap .jux-theme-wraptext.grid .jux-theme-title:before {
  content: '';
  position: absolute;
  background-image: url(../images/theme-icon.png);
  width: 149px;
  height: 81px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.sc-jux-product-wrap .jux-theme-wraptext.grid .jux-theme-sub-title {
  font-family: lato, serif;
  font-style: normal;
  font-size: 18px;
}
.sc-jux-product-wrap .jux-product-wrap-item:before,
.sc-jux-product-wrap .jux-product-wrap-item:after {
  content: " ";
  display: table;
}
.sc-jux-product-wrap .jux-product-wrap-item:after {
  clear: both;
}
.sc-jux-product-wrap .jux-product-wrap-item:before,
.sc-jux-product-wrap .jux-product-wrap-item:after {
  content: " ";
  display: table;
}
.sc-jux-product-wrap .jux-product-wrap-item:after {
  clear: both;
}
.sc-jux-product-wrap .jux-product-wrap-item .product {
  float: left;
}
.sc-jux-product-wrap .jux-product-wrap-item .owl-item .product {
  float: none;
  width: auto;
}
.sc-jux-product-wrap > .jux-product-head {
  padding: 0 0 53px;
}
.sc-jux-product-wrap > .jux-product-head .jux-product-title {
  color: #e182a8;
  font-size: 42px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.sc-jux-product-wrap > .jux-product-head .jux-product-title .first-word {
  color: #5f41a5;
}
.sc-jux-product-wrap > .jux-product-head .jux-product-sub-title {
  color: #696969;
  font-size: 20px;
  font-family: 'droid serif', serif;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
}
.sc-jux-product-wrap .jux-product-wrap-item {
  cursor: ew-resize;
}
.sc-jux-product-wrap .jux-product-wrap-item .product {
  padding: 0 15px;
}
.sc-jux-product-wrap .onsale {
  left: 45px !important;
}
.sc-jux-product-wrap .jux-product-button {
  background: #e182a8;
  color: #fff;
  display: inline-block;
  margin: 20px 0 30px;
  font-size: 18px;
  line-height: 22px;
  padding: 10px 48px;
  text-align: center;
  border-radius: 4px;
}
.sc-jux-product-wrap .jux-product-button:hover,
.sc-jux-product-wrap .jux-product-button:focus {
  background: #d2447d;
  text-decoration: none;
}
.sc-jux-product-wrap .slider-mansory .jux-product-wraper .owl-dots {
  text-align: center;
  display: block;
}
@media screen and (min-width: 320px) {
  .sc-jux-product-wrap .slider-mansory .jux-product-wraper .owl-dots {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 480px) {
  .sc-jux-product-wrap .slider-mansory .jux-product-wraper .owl-dots {
    margin-bottom: 60px;
  }
}
.sc-jux-product-wrap .slider-mansory .jux-product-wraper .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  background: #d0d0d0;
  margin: 0 10px;
  border-radius: 100px;
}
.sc-jux-product-wrap .slider-mansory .jux-product-wraper .owl-dots .owl-dot:focus {
  outline: none;
}
.sc-jux-product-wrap .jux-filters ul li {
  margin: 0;
  height: auto;
}
@media screen and (min-width: 320px) {
  .sc-jux-product-wrap .jux-filters ul li {
    margin: 0 0 15px;
  }
}
@media screen and (min-width: 768px) {
  .sc-jux-product-wrap .jux-filters ul li {
    margin: 0;
  }
}
.sc-jux-product-wrap .jux-filters ul li a {
  padding: 0 20px;
}
.sc-jux-product-wrap .jux-filters ul li a:before,
.sc-jux-product-wrap .jux-filters ul li a:after {
  display: none;
}
@media screen and (min-width: 320px) {
  .sc-jux-product-wrap .grid-mansory .jux-product-wraper {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 480px) {
  .sc-jux-product-wrap .grid-mansory .jux-product-wraper {
    margin-bottom: 110px;
  }
}
.sc-jux-product-wrap .grid-mansory .jux-product-wraper .jux-product-wrap-item.columns-1 .product {
  width: 100%;
}
@media screen and (min-width: 320px) {
  .sc-jux-product-wrap .grid-mansory .jux-product-wraper .jux-product-wrap-item.columns-2 .product {
    width: 100%;
  }
}
@media screen and (min-width: 480px) {
  .sc-jux-product-wrap .grid-mansory .jux-product-wraper .jux-product-wrap-item.columns-2 .product {
    width: 50%;
  }
}
@media screen and (min-width: 320px) {
  .sc-jux-product-wrap .grid-mansory .jux-product-wraper .jux-product-wrap-item.columns-3 .product {
    width: 100%;
  }
}
@media screen and (min-width: 480px) {
  .sc-jux-product-wrap .grid-mansory .jux-product-wraper .jux-product-wrap-item.columns-3 .product {
    width: 50%;
  }
}
@media screen and (min-width: 567px) {
  .sc-jux-product-wrap .grid-mansory .jux-product-wraper .jux-product-wrap-item.columns-3 .product {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .sc-jux-product-wrap .grid-mansory .jux-product-wraper .jux-product-wrap-item.columns-3 .product {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .sc-jux-product-wrap .grid-mansory .jux-product-wraper .jux-product-wrap-item.columns-3 .product {
    width: 33.33%;
  }
}
@media screen and (min-width: 1000px) {
  .sc-jux-product-wrap .grid-mansory .jux-product-wraper .jux-product-wrap-item.columns-3 .product {
    width: 33.33%;
  }
}
@media screen and (min-width: 320px) {
  .sc-jux-product-wrap .grid-mansory .jux-product-wraper .jux-product-wrap-item.columns-4 .product {
    width: 100%;
  }
}
@media screen and (min-width: 480px) {
  .sc-jux-product-wrap .grid-mansory .jux-product-wraper .jux-product-wrap-item.columns-4 .product {
    width: 50%;
  }
}
@media screen and (min-width: 567px) {
  .sc-jux-product-wrap .grid-mansory .jux-product-wraper .jux-product-wrap-item.columns-4 .product {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .sc-jux-product-wrap .grid-mansory .jux-product-wraper .jux-product-wrap-item.columns-4 .product {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .sc-jux-product-wrap .grid-mansory .jux-product-wraper .jux-product-wrap-item.columns-4 .product {
    width: 33.33%;
  }
}
@media screen and (min-width: 1000px) {
  .sc-jux-product-wrap .grid-mansory .jux-product-wraper .jux-product-wrap-item.columns-4 .product {
    width: 25%;
  }
}
.sc-jux-product-wrap .grid-mansory .jux-product-wraper .jux-product-wrap-item.columns-5 .product {
  width: 20%;
}
@media screen and (min-width: 480px) {
  .sc-jux-product-wrap .grid-mansory .jux-product-wraper .jux-product-wrap-item.columns-5 .product {
    width: 100%;
  }
}
.sc-jux-product-wrap .grid-mansory .jux-product-wraper .jux-product-button {
  margin-bottom: 0;
  border-radius: 100px;
}
@media screen and (min-width: 320px) {
  .sc-jux-product-wrap .grid-mansory .jux-product-wraper .jux-product-button {
    margin-top: 0;
  }
}
@media screen and (min-width: 480px) {
  .sc-jux-product-wrap .grid-mansory .jux-product-wraper .jux-product-button {
    margin-top: 20px;
  }
}
.sc-jux-product-wrap .grid-mansory .jux-product-wraper .jux-product-column-wrap .jux-product-wrap {
  text-align: left;
}
.sc-jux-product-wrap .grid-mansory .jux-product-wraper .jux-product-column-wrap .jux-product-wrap .jux-title-shop a {
  font-size: 18px;
  text-transform: none;
  font-weight: 400;
}
.sc-jux-product-wrap .grid-mansory .jux-product-wraper .jux-product-column-wrap .jux-product-wrap .price span {
  font-size: 16px;
}
.sc-jux-product-wrap .slider-mansory .jux-product-wrap-item.products.style_1 .owl-stage-outer {
  margin-bottom: 40px;
}
.sc-jux-product-wrap .slider-mansory .jux-product-wrap-item.products.style_2 {
  top: -70px;
}
@media screen and (min-width: 320px) {
  .sc-jux-product-wrap .slider-mansory .jux-product-wrap-item.products.style_2 {
    top: -25px;
  }
}
@media screen and (min-width: 768px) {
  .sc-jux-product-wrap .slider-mansory .jux-product-wrap-item.products.style_2 {
    top: -70px;
  }
}
.sc-jux-product-wrap .slider-mansory .jux-product-wrap-item.products .product {
  margin: 0;
}
.sc-jux-product-wrap .slider-mansory .jux-product-wrap-item.products .product .jux-product-thumbnail {
  margin: 0 auto;
}
.sc-jux-product-wrap .slider-mansory .style_2 {
  position: relative;
  display: block;
  background-color: #f6f7f9;
}
.sc-jux-product-wrap .slider-mansory .style_2 .jux-product-column-wrap {
  position: relative;
  display: block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sc-jux-product-wrap .slider-mansory .style_2 .jux-product-column-wrap .jux-product-head .jux-product-thumbnail {
  width: 60%;
}
.sc-jux-product-wrap .slider-mansory .style_2 .jux-product-column-wrap .jux-product-head .jux-product-thumbnail img {
  margin: 0 auto;
  text-align: center;
}
.sc-jux-product-wrap .slider-mansory .style_2 .jux-product-column-wrap .jux-product-wrap {
  position: absolute;
  bottom: 15%;
  left: 50%;
  -webkit-transform: translate(-50%, -30%);
          transform: translate(-50%, -30%);
}
.sc-jux-product-wrap .slider-mansory .style_2 .jux-product-column-wrap .jux-product-wrap .jux-title-shop a {
  font-size: 24px;
  text-transform: none;
  font-weight: 400;
}
.sc-jux-product-wrap .slider-mansory .style_2 .jux-product-column-wrap .jux-product-wrap .jux-title-shop a .jux-thumbnail-product-second {
  position: absolute;
  top: 0;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(-50%, 20px);
          transform: translate(-50%, 20px);
  -webkit-transition-duration: 0.7s;
          transition-duration: 0.7s;
}
.sc-jux-product-wrap .slider-mansory .style_2 .jux-product-column-wrap:hover .jux-thumbnail-product-second {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.sc-jux-product-wrap .slider-mansory .style_2 .owl-dots {
  bottom: 10%;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  margin: 0;
}
.sc-jux-event-slider-wrap {
  text-align: center;
}
.sc-jux-event-slider-wrap .jux-theme-wraptext {
  margin-bottom: 40px;
}
.sc-jux-event-slider-wrap > .jux-event-slider-head {
  padding: 0 0 53px;
}
.sc-jux-event-slider-wrap > .jux-event-slider-head .jux-event-slider-title {
  color: #e182a8;
  font-size: 42px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.sc-jux-event-slider-wrap > .jux-event-slider-head .jux-event-slider-title .first-word {
  color: #5f41a5;
}
.sc-jux-event-slider-wrap > .jux-event-slider-head .jux-event-slider-sub-title {
  color: #696969;
  font-size: 20px;
  font-family: lato, serif;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
}
.sc-jux-event-slider-wrap .jux-event-slider-button {
  background: #e182a8;
  color: #fff;
  display: inline-block;
  margin: 0 0 30px;
  font-size: 16px;
  line-height: 22px;
  padding: 13px 40px;
  text-align: center;
  border-radius: 4px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.sc-jux-event-slider-wrap .jux-event-slider-button:hover,
.sc-jux-event-slider-wrap .jux-event-slider-button:focus {
  background: #d2447d;
  text-decoration: none;
}
.sc-jux-event-slider-wrap .item-thumb {
  height: 250px;
  background: #eee;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.sc-jux-event-slider-wrap .swiper-slide {
  overflow: hidden;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  opacity: 0.2;
  filter: alpha(opacity=20);
  border-radius: 4px;
  -webkit-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
}
.sc-jux-event-slider-wrap .swiper-slide .item-body {
  background: #5f41a5;
  padding: 10px;
  text-align: initial;
  position: relative;
}
.sc-jux-event-slider-wrap .swiper-slide .item-body .jux-title {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 13px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 80%;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.sc-jux-event-slider-wrap .swiper-slide .item-body .jux-title a {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 21px;
}
.sc-jux-event-slider-wrap .swiper-slide .item-body .jux-title a:hover,
.sc-jux-event-slider-wrap .swiper-slide .item-body .jux-title a:focus {
  color: #e182a8;
  text-decoration: none;
}
.sc-jux-event-slider-wrap .swiper-slide .item-body .jux-event-meta {
  color: #fff;
  line-height: 21px;
  float: left;
  padding: 0;
  width: 70%;
}
.sc-jux-event-slider-wrap .swiper-slide .item-body .jux-event-meta span {
  display: inline-block;
  font-size: 10px;
  padding-right: 5px;
}
.sc-jux-event-slider-wrap .swiper-slide .item-body .jux-event-meta span i {
  color: #e182a8;
  padding-right: 2px;
}
.sc-jux-event-slider-wrap .swiper-slide .item-body .learn-more {
  border: 1px solid #fff;
  bottom: 20px;
  color: #fff;
  display: block;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.2px;
  padding: 0 10px;
  position: absolute;
  right: 10px;
  border-radius: 4px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.sc-jux-event-slider-wrap .swiper-slide .item-body .learn-more:hover,
.sc-jux-event-slider-wrap .swiper-slide .item-body .learn-more:focus {
  background: #e182a8;
  border: 1px solid #e182a8;
  text-decoration: none;
}
@media (max-width: 767px) {
  .sc-jux-event-slider-wrap .swiper-slide .item-body a.learn-more {
    position: relative;
    left: auto;
    right: auto;
    margin-top: 45px;
    display: inline-block;
  }
}
.sc-jux-event-slider-wrap .swiper-slide .item-body:after {
  clear: both;
  content: '';
  display: table;
}
.sc-jux-event-slider-wrap .swiper-slide-active {
  overflow: visible;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  z-index: 2 !important;
  opacity: 1;
  filter: alpha(opacity=100);
}
.sc-jux-event-slider-wrap .swiper-slide-active .item-thumb {
  height: 505px;
}
.sc-jux-event-slider-wrap .swiper-slide-active .wrap {
  -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.16);
  position: absolute;
  width: 770px;
  left: 50%;
  top: 0;
  margin: -40% 0 0 -385px;
}
.sc-jux-event-slider-wrap .swiper-slide-active .item-body {
  background: #5f41a5;
  padding: 30px 30px 26px;
  text-align: initial;
  position: relative;
}
.sc-jux-event-slider-wrap .swiper-slide-active .item-body .jux-title {
  margin: 0;
  padding: 0;
}
.sc-jux-event-slider-wrap .swiper-slide-active .item-body .jux-title a {
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 24px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.sc-jux-event-slider-wrap .swiper-slide-active .item-body .jux-title a:hover,
.sc-jux-event-slider-wrap .swiper-slide-active .item-body .jux-title a:focus {
  color: #e182a8;
  text-decoration: none;
}
.sc-jux-event-slider-wrap .swiper-slide-active .item-body .jux-event-meta {
  color: #fff;
  line-height: 24px;
  float: left;
  padding: 15px 0 0;
  width: 84%;
}
.sc-jux-event-slider-wrap .swiper-slide-active .item-body .jux-event-meta span {
  display: inline-block;
  font-size: 15px;
  padding-right: 20px;
}
.sc-jux-event-slider-wrap .swiper-slide-active .item-body .jux-event-meta span i {
  color: #e182a8;
  padding-right: 5px;
  font-size: 18px;
}
.sc-jux-event-slider-wrap .swiper-slide-active .item-body .learn-more {
  border: 1px solid #fff;
  bottom: 20px;
  color: #fff;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.2px;
  padding: 4px 15px;
  position: absolute;
  right: 30px;
  border-radius: 4px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.sc-jux-event-slider-wrap .swiper-slide-active .item-body .learn-more:hover,
.sc-jux-event-slider-wrap .swiper-slide-active .item-body .learn-more:focus {
  background: #e182a8;
  border: 1px solid #e182a8;
  text-decoration: none;
}
.sc-jux-event-slider-wrap .swiper-slide-active .item-body:after {
  clear: both;
  content: '';
  display: table;
}
.sc-jux-event-slider-wrap .swiper-paging {
  max-width: 770px;
  width: 100%;
  position: relative;
  height: 10px;
  margin: auto;
}
.sc-jux-event-slider-wrap .swiper-button-next,
.sc-jux-event-slider-wrap .swiper-button-prev {
  z-index: 11;
}
.sc-jux-event-slider-wrap .swiper-button-next,
.sc-jux-event-slider-wrap .swiper-container-rtl .swiper-button-prev,
.sc-jux-event-slider-wrap .swiper-button-prev,
.sc-jux-event-slider-wrap .swiper-container-rtl .swiper-button-next {
  background: 0 0;
  border: 1px solid #5f41a5;
  height: 45px;
  width: 45px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  opacity: 0.5;
  filter: alpha(opacity=50);
  border-radius: 50%;
}
.sc-jux-event-slider-wrap .swiper-button-next:hover,
.sc-jux-event-slider-wrap .swiper-container-rtl .swiper-button-prev:hover,
.sc-jux-event-slider-wrap .swiper-button-prev:hover,
.sc-jux-event-slider-wrap .swiper-container-rtl .swiper-button-next:hover,
.sc-jux-event-slider-wrap .swiper-button-next:focus,
.sc-jux-event-slider-wrap .swiper-container-rtl .swiper-button-prev:focus,
.sc-jux-event-slider-wrap .swiper-button-prev:focus,
.sc-jux-event-slider-wrap .swiper-container-rtl .swiper-button-next:focus {
  background: #5f41a5;
  opacity: 1;
  filter: alpha(opacity=100);
}
.sc-jux-event-slider-wrap .swiper-button-next:hover:before,
.sc-jux-event-slider-wrap .swiper-container-rtl .swiper-button-prev:hover:before,
.sc-jux-event-slider-wrap .swiper-button-prev:hover:before,
.sc-jux-event-slider-wrap .swiper-container-rtl .swiper-button-next:hover:before,
.sc-jux-event-slider-wrap .swiper-button-next:focus:before,
.sc-jux-event-slider-wrap .swiper-container-rtl .swiper-button-prev:focus:before,
.sc-jux-event-slider-wrap .swiper-button-prev:focus:before,
.sc-jux-event-slider-wrap .swiper-container-rtl .swiper-button-next:focus:before {
  color: #fff;
}
.sc-jux-event-slider-wrap .swiper-button-next:before,
.sc-jux-event-slider-wrap .swiper-container-rtl .swiper-button-prev:before,
.sc-jux-event-slider-wrap .swiper-button-prev:before,
.sc-jux-event-slider-wrap .swiper-container-rtl .swiper-button-next:before {
  font-size: 34px;
  line-height: 45.44px;
  color: #5f41a5;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.sc-jux-event-slider-wrap .swiper-button-next,
.sc-jux-event-slider-wrap .swiper-container-rtl .swiper-button-prev {
  top: 75px;
  right: -120px;
}
.sc-jux-event-slider-wrap .swiper-button-next:before,
.sc-jux-event-slider-wrap .swiper-container-rtl .swiper-button-prev:before {
  content: "\f3d6";
  font-family: ionicons;
}
.sc-jux-event-slider-wrap .swiper-button-prev,
.sc-jux-event-slider-wrap .swiper-container-rtl .swiper-button-next {
  top: 75px;
  left: -90px;
}
.sc-jux-event-slider-wrap .swiper-button-prev:before,
.sc-jux-event-slider-wrap .swiper-container-rtl .swiper-button-next:before {
  content: "\f3d5";
  font-family: ionicons;
}
.sc-jux-event-slider-wrap .swiper-container {
  padding: 170px 0;
}
.sc-jux-event-slider-wrap:before,
.sc-jux-event-slider-wrap:after {
  content: " ";
  display: table;
}
.sc-jux-event-slider-wrap:after {
  clear: both;
}
.sc-jux-event-slider-wrap:before,
.sc-jux-event-slider-wrap:after {
  content: " ";
  display: table;
}
.sc-jux-event-slider-wrap:after {
  clear: both;
}
@media (max-width: 1300px) {
  .sc-jux-event-slider-wrap .swiper-slide-active .wrap {
    margin-top: -50%;
  }
  div.jux-responsive-event {
    padding-top: 100px !important;
  }
}
@media (max-width: 1024px) {
  .sc-jux-event-slider-wrap .swiper-container {
    padding: 40px 0;
    overflow: hidden;
  }
  .sc-jux-event-slider-wrap .swiper-slide-active .wrap {
    position: initial;
    width: auto;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    margin: 0;
  }
  .sc-jux-event-slider-wrap .swiper-paging {
    position: absolute;
    top: 50%;
    z-index: 9;
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
    max-width: 100%;
  }
  .sc-jux-event-slider-wrap .item-thumb {
    height: 505px;
  }
  .sc-jux-event-slider-wrap .swiper-button-prev,
  .sc-jux-event-slider-wrap .swiper-container-rtl .swiper-button-next {
    background: #5f41a5;
    left: 5px;
    top: 50%;
    z-index: 9;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .sc-jux-event-slider-wrap .swiper-button-prev:before,
  .sc-jux-event-slider-wrap .swiper-container-rtl .swiper-button-next:before {
    color: #fff !important;
  }
  .sc-jux-event-slider-wrap .swiper-button-prev:hover,
  .sc-jux-event-slider-wrap .swiper-container-rtl .swiper-button-next:hover,
  .sc-jux-event-slider-wrap .swiper-button-prev:focus,
  .sc-jux-event-slider-wrap .swiper-container-rtl .swiper-button-next:focus {
    background: #3f2b6e;
  }
  .sc-jux-event-slider-wrap .swiper-button-next,
  .sc-jux-event-slider-wrap .swiper-container-rtl .swiper-button-prev {
    background: #5f41a5;
    right: 5px;
    top: 50%;
    z-index: 9;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .sc-jux-event-slider-wrap .swiper-button-next:before,
  .sc-jux-event-slider-wrap .swiper-container-rtl .swiper-button-prev:before {
    color: #fff !important;
  }
  .sc-jux-event-slider-wrap .swiper-button-next:hover,
  .sc-jux-event-slider-wrap .swiper-container-rtl .swiper-button-prev:hover,
  .sc-jux-event-slider-wrap .swiper-button-next:focus,
  .sc-jux-event-slider-wrap .swiper-container-rtl .swiper-button-prev:focus {
    background: #3f2b6e;
  }
}
.jux-event-calendar-wrap .fc-popover .fc-header {
  background-color: #5f41a5;
  color: #fff;
  padding: 10px 20px;
}
.jux-event-calendar-wrap .fc-popover .fc-header .fc-close {
  margin: 7px 4px 6px 6px;
  color: #fff;
}
.jux-event-calendar-wrap .fc-toolbar {
  padding: 30px 0 25px;
}
.jux-event-calendar-wrap .fc-toolbar .fc-center h2 {
  color: #333;
  font-weight: 400;
  font-size: 24px;
  text-transform: uppercase;
  -webkit-animation: LeftToRight 0.3s linear 0s 1 alternate;
  animation: LeftToRight 0.3s linear 0s 1 alternate;
}
.jux-event-calendar-wrap .fc-toolbar button {
  background: #fff;
  border: 1px solid #5f41a5;
  height: 40px;
  width: 40px;
  border-radius: 50% !important;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.jux-event-calendar-wrap .fc-toolbar button .fc-icon {
  color: #5f41a5;
  font-size: 18px;
}
.jux-event-calendar-wrap .fc-toolbar button:hover,
.jux-event-calendar-wrap .fc-toolbar button:focus {
  background: #5f41a5;
  outline: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
.jux-event-calendar-wrap .fc-toolbar button:hover .fc-icon,
.jux-event-calendar-wrap .fc-toolbar button:focus .fc-icon {
  color: #fff;
}
.jux-event-calendar-wrap .fc-toolbar button.fc-next-button {
  text-indent: -1px;
}
.jux-event-calendar-wrap .fc-toolbar button.fc-prev-button {
  text-indent: -2px;
}
.jux-event-calendar-wrap button .fc-icon {
  top: -2px;
  margin: 2px;
}
.jux-event-calendar-wrap .fc-icon-right-single-arrow:after {
  content: "\f3d3";
  font-family: ionicons;
  font-weight: 400;
  font-size: 18px;
  top: auto;
  left: auto;
}
.jux-event-calendar-wrap .fc-icon-left-single-arrow:after {
  content: "\f3d2";
  font-family: ionicons;
  font-weight: 400;
  font-size: 18px;
  top: auto;
  left: auto;
}
.jux-event-calendar-wrap th,
.jux-event-calendar-wrap td {
  border-color: #ededed;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.jux-event-calendar-wrap th {
  padding: 20px;
}
.jux-event-calendar-wrap th.fc-widget-header {
  border-color: rgba(42, 29, 74, 0.25) !important;
  font-size: 16px;
  font-weight: 400;
  padding: 6px 0;
  line-height: 50px;
  text-transform: uppercase;
}
.jux-event-calendar-wrap th.fc-widget-header .fc-title {
  padding: 5px 15px;
  margin: 4px 2px;
}
.jux-event-calendar-wrap th.fc-widget-header .fc-close {
  padding: 10px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.jux-event-calendar-wrap th.fc-widget-header .fc-close:hover,
.jux-event-calendar-wrap th.fc-widget-header .fc-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.jux-event-calendar-wrap .fc-view table {
  margin: 0;
}
.jux-event-calendar-wrap .fc-view table .fc-head {
  background: #5f41a5;
  color: #fff;
}
.jux-event-calendar-wrap .fc-today {
  background: 0 0;
}
.jux-event-calendar-wrap .fc-basic-view .fc-day-number {
  color: #ababab;
  font-family: 'droid serif', serif;
  font-weight: 400;
  font-size: 16px;
  padding: 4px 20px 6px;
  line-height: 48px;
  text-align: left;
}
.jux-event-calendar-wrap .fc-today.fc-state-highlight {
  background: #5f41a5;
  color: #fff;
  display: inline-block;
  height: 30px;
  padding: 0;
  margin: 10px;
  line-height: 30px;
  text-indent: 7px;
  width: 30px;
  border-radius: 50%;
}
.jux-event-calendar-wrap .fc-event {
  background: 0 0;
  border: none;
  color: #333;
  font-size: 16px;
  line-height: 24px;
  padding: 0 20px;
  margin: 0;
  max-height: 55px;
  overflow: hidden;
}
.jux-event-calendar-wrap .fc-event:hover,
.jux-event-calendar-wrap .fc-event:focus {
  color: #5f41a5;
}
.jux-event-calendar-wrap .fc-trainer,
.jux-event-calendar-wrap .fc-time {
  display: none;
}
.jux-event-calendar-wrap .fc-title {
  font-weight: 400;
  white-space: normal;
  overflow: visible;
}
.jux-event-calendar-wrap .fc-day-grid-container .fc-day:hover,
.jux-event-calendar-wrap .fc-row .fc-day:hover,
.jux-event-calendar-wrap .fc-day-grid-container .fc-day:focus,
.jux-event-calendar-wrap .fc-row .fc-day:focus {
  background: #fff;
  -webkit-box-shadow: 0 0 8px 8px rgba(227, 227, 227, 0.3);
  box-shadow: 0 0 8px 8px rgba(227, 227, 227, 0.3);
}
.jux-event-calendar-wrap a.fc-more {
  margin: 20px;
}
.jux-event-calendar-wrap a.fc-more:hover,
.jux-event-calendar-wrap a.fc-more:focus {
  color: #5f41a5;
}
.jux-event-calendar-wrap .fc-popover .fc-event {
  padding: 10px !important;
  border-top: 1px solid #eaeaea;
  font-size: 14px !important;
  line-height: 21px !important;
}
.jux-event-calendar-wrap .fc-popover .fc-event:first-child {
  border: none;
}
.jux-event-calendar-wrap .fc-h-event.fc-not-start,
.jux-event-calendar-wrap .fc-h-event.fc-not-end {
  padding: 0 20px;
}
.export-timetable a {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
@media screen and (max-width: 991px) {
  .jux-event-calendar-wrap,
  .export-timetable {
    display: none;
  }
}
.jux-responsive-calendar-wrap {
  padding: 0 15px;
}
@media screen and (min-width: 992px) {
  .jux-responsive-calendar-wrap {
    display: none;
  }
}
.jux-responsive-calendar-wrap a {
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.jux-responsive-calendar-wrap a:focus,
.jux-responsive-calendar-wrap a:hover {
  outline: none;
  text-decoration: none;
}
.jux-responsive-calendar-wrap .res-calendar-navigation {
  position: relative;
  height: 20px;
  margin: 20px 0;
}
.jux-responsive-calendar-wrap .res-calendar-navigation h3 {
  color: #454545;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 5px;
  position: absolute;
  top: 0;
  left: 50%;
  white-space: nowrap;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media screen and (max-width: 321px) {
  .jux-responsive-calendar-wrap .res-calendar-navigation h3 {
    white-space: normal;
    font-size: 14px;
  }
}
.jux-responsive-calendar-wrap .res-calendar-navigation .prev,
.jux-responsive-calendar-wrap .res-calendar-navigation .next {
  position: absolute;
  top: 0;
  border-radius: 50%;
  border: 1px solid #5f41a5;
  color: #5f41a5;
  width: 30px;
  height: 30px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-align: center;
}
.jux-responsive-calendar-wrap .res-calendar-navigation .prev:focus,
.jux-responsive-calendar-wrap .res-calendar-navigation .next:focus,
.jux-responsive-calendar-wrap .res-calendar-navigation .prev:hover,
.jux-responsive-calendar-wrap .res-calendar-navigation .next:hover {
  background-color: #5f41a5;
  color: #fff;
}
.jux-responsive-calendar-wrap .res-calendar-navigation .prev i,
.jux-responsive-calendar-wrap .res-calendar-navigation .next i {
  font-size: 16px;
  font-weight: 700;
  display: inline;
  vertical-align: baseline;
  line-height: 28px;
  margin: 0;
}
.jux-responsive-calendar-wrap .res-calendar-navigation .prev {
  left: 0;
}
.jux-responsive-calendar-wrap .res-calendar-navigation .next {
  right: 0;
}
.jux-responsive-calendar-wrap .item-weekday {
  background-color: #f7f7f7;
  border: 1px solid #eee;
  border-left-width: 3px;
  border-right-width: 0;
  padding: 5px 10px;
  color: #333;
  margin: 5px 0;
  border-left-color: #b9b7b7;
}
.jux-responsive-calendar-wrap .item-weekday.today {
  background: #fcf8e3;
}
.jux-responsive-calendar-wrap .item-day {
  position: relative;
  padding: 3px 0 3px 4px;
  font-size: 15px;
}
.jux-responsive-calendar-wrap .item-day span {
  font-weight: 600;
  color: #333;
}
.jux-responsive-calendar-wrap .item-day i {
  font-weight: 300;
}
@media screen and (max-width: 479px) {
  .jux-responsive-calendar-wrap .item-day i {
    display: none;
  }
}
.jux-responsive-calendar-wrap .item-day a {
  margin-left: 10px;
}
.jux-responsive-calendar-wrap .item-day .item-ribbon {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 3px;
  border: 1px solid #fff;
  border-left-width: 0;
  border-right-width: 0;
}
@media (max-width: 768px) {
  .jux-event-calendar-wrap .fc-day-number {
    line-height: 21px !important;
    padding: 5px !important;
    font-size: 13px !important;
    font-weight: 400 !important;
  }
  .jux-event-calendar-wrap .fc-day-number.fc-today {
    height: 20px !important;
    margin: 4px !important;
    text-indent: 7px !important;
    width: 20px !important;
  }
  .jux-event-calendar-wrap .fc-widget-header {
    font-size: 14px;
    padding: 5px 0;
  }
  .jux-event-calendar-wrap .fc-title {
    font-size: 13px;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .fc-view {
    width: 768px !important;
    margin: 0 auto;
  }
}
.jux_counter_background {
  background-color: #e182a8;
}
.jux-counter-wrap {
  padding: 40px 0;
  display: -webkit-box;
  display: flex;
  -webkit-display: flex;
  -ms-display: flex;
  -moz-display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
}
.jux-counter-wrap:before,
.jux-counter-wrap:after {
  content: " ";
  display: table;
}
.jux-counter-wrap:after {
  clear: both;
}
.jux-counter-wrap:before,
.jux-counter-wrap:after {
  content: " ";
  display: table;
}
.jux-counter-wrap:after {
  clear: both;
}
.jux-counter-wrap img {
  float: left;
}
.jux-counter-wrap .jux-counter-content {
  float: left;
  position: relative;
  color: #fff;
  padding-left: 30px;
  margin-left: 38px;
}
.jux-counter-wrap .jux-counter-content:before {
  width: 2px;
  height: 45px;
  top: 50%;
  left: 0;
  background: #fff;
  content: '';
  position: absolute;
  -webkit-transform: rotate(28deg);
  transform: rotate(28deg);
  margin-top: -22.5px;
}
.jux-counter-wrap .jux-counter-content h4 {
  font-size: 42px;
  display: block;
  font-weight: 700;
  font-style: italic;
  line-height: 1;
  margin: 0 0 2px;
  font-family: 'droid serif', serif;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.jux-counter-wrap .jux-counter-content span {
  font-size: 18px;
  line-height: 30.03px;
  display: block;
  font-weight: 300;
}
@media (max-width: 1500px) {
  div.reponsive-counter .vc_column-inner {
    padding-left: 15px !important;
  }
}
.jux-short-intro {
  position: relative;
  text-align: right;
  padding: 153px 90px 100px 15px;
}
@media (max-width: 1300px) {
  .jux-short-intro {
    padding: 153px 30px 100px 15px;
  }
}
@media (max-width: 1199px) {
  .jux-short-intro {
    padding: 153px 15px 100px;
  }
}
@media (max-width: 320px) {
  .jux-short-intro {
    padding: 70px 15px;
  }
  .jux-short-intro p {
    font-size: 18px;
  }
}
.jux-short-intro img {
  position: absolute;
  left: -160px;
  top: -75px;
}
@media (max-width: 1700px) {
  .jux-short-intro img {
    display: none;
  }
}
.jux-short-intro h3 {
  font-size: 48px;
  line-height: 1;
  color: #5f41a5;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0 0 6px;
  padding: 0;
  position: relative;
}
.jux-short-intro h3 span {
  color: #e182a8;
}
@media (max-width: 767px) {
  .jux-short-intro h3 {
    font-size: 34px;
    line-height: 36px;
  }
}
@media (max-width: 479px) {
  .jux-short-intro h3 {
    font-size: 26px;
  }
}
.jux-short-intro p {
  font-size: 20px;
  font-family: 'droid serif', serif;
  font-style: italic;
  position: relative;
}
.jux-short-intro .custom_link {
  background-color: #e182a8;
  border-radius: 5px;
  color: #fff;
  line-height: 22px;
  font-weight: 400;
  padding: 10px 35px;
  text-decoration: none;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  margin-top: 15px;
  display: inline-block;
  position: relative;
}
.jux-short-intro .custom_link:hover {
  background: #d2447d;
}
.jux-custom-html {
  position: relative;
  width: 100%;
  padding: 66px 0 76px;
}
.jux-custom-html span {
  color: #fff;
  font-size: 24px;
  font-style: italic;
  font-weight: 300;
}
.jux-custom-html h3 {
  font-size: 32px;
  color: #fff;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  max-width: 450px;
  line-height: 42px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .jux-custom-html h3 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 479px) {
  .jux-custom-html h3 {
    font-size: 22px;
  }
}
.jux-custom-html img {
  position: absolute;
  right: -20%;
  top: -20%;
}
@media (max-width: 1700px) {
  .jux-custom-html img {
    right: -50px;
    top: -42px;
  }
}
@media (max-width: 1119px) {
  .jux-custom-html img {
    display: none;
  }
}
.jux-custom-html a {
  border: 1px solid #fff;
  border-radius: 5px;
  color: #fff;
  line-height: 22px;
  font-weight: 400;
  padding: 9px 26px;
  text-decoration: none;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  margin-top: 32px;
  display: inline-block;
}
.jux-custom-html a i {
  padding-right: 10px;
}
.jux-custom-html a:hover {
  background: #fff;
  color: #333;
}
.ui-datepicker-calendar {
  width: 350px;
}
.ui-timepicker-table td {
  width: 35px;
  text-align: center;
}
.ui-datepicker .ui-datepicker-header {
  background: #e182a8;
  color: #fff;
}
.ui-datepicker-calendar tr td {
  text-align: center;
  cursor: pointer;
}
.ui-datepicker-calendar tr td:hover {
  background: #e182a8;
}
.ui-datepicker-calendar tr td:hover a {
  color: #fff;
}
.ui-timepicker-table td a {
  padding: 5px;
  width: auto;
}
@media screen and (min-width: 767px) {
  .contact-form-wrapper {
    width: 100% !important;
  }
}
@media screen and (min-width: 1200px) {
  .contact-form-wrapper {
    width: 50% !important;
  }
}
@media screen and (min-width: 768px) {
  .block-contact-form .vc_col-sm-6 {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .block-contact-form .vc_col-sm-6 {
    width: 50%;
  }
}
.jux-contact-form-7.style-default .jux-theme-title {
  font-size: 42px;
  line-height: 44px;
  color: #e182a8;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0 0 3px;
  padding: 0;
}
.jux-contact-form-7.style-default .jux-theme-title span {
  color: #5f41a5;
  display: block;
}
@media (max-width: 767px) {
  .jux-contact-form-7.style-default .jux-theme-title {
    font-size: 34px;
    line-height: 36px;
  }
}
@media (max-width: 479px) {
  .jux-contact-form-7.style-default .jux-theme-title {
    font-size: 26px;
  }
}
.jux-contact-form-7.style-default p.desc {
  font-size: 20px;
  font-style: italic;
}
.jux-contact-form-7.style-default .wpcf7-form {
  margin-top: 48px;
}
.jux-contact-form-7.style-default .wpcf7-form input:not([type=submit]) {
  border: 1px solid #e2e2e2;
  height: 45px;
  width: 100%;
  color: #888;
  font-size: 15px;
  padding: 0 20px;
  margin: 12.5px 0;
}
.jux-contact-form-7.style-default .wpcf7-form input:not([type=submit])::-moz-placeholder {
  color: #888;
  opacity: 1;
}
.jux-contact-form-7.style-default .wpcf7-form input:not([type=submit]):-ms-input-placeholder {
  color: #888;
}
.jux-contact-form-7.style-default .wpcf7-form input:not([type=submit])::-webkit-input-placeholder {
  color: #888;
}
.jux-contact-form-7.style-default .wpcf7-form select:not([multiple]) {
  margin: 12.5px 0;
  height: 45px;
  color: #888;
  font-size: 15px;
  width: 100%;
  border-radius: 0;
  padding: 0 20px;
  border: 1px solid #e2e2e2;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -khtml-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: url(../images/arrow.png) no-repeat right center #fff;
  cursor: pointer;
}
.jux-contact-form-7.style-default .wpcf7-form select:not([multiple]):focus {
  outline-color: transparent;
  outline: none;
}
.jux-contact-form-7.style-default .wpcf7-form select::-ms-expand {
  display: none;
}
.jux-contact-form-7.style-default .wpcf7-form textarea {
  color: #888;
  font-size: 15px;
  width: 100%;
  border: 1px solid #e2e2e2;
  padding: 20px;
  margin-top: 12.5px;
  height: 120px;
}
.jux-contact-form-7.style-default .wpcf7-form input[type=submit] {
  background-color: #e182a8;
  border-radius: 5px;
  color: #fff;
  line-height: 22px;
  font-weight: 400;
  padding: 10px 35px;
  text-decoration: none;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  margin-top: 42px;
  display: inline-block;
  border: 0;
}
.jux-contact-form-7.style-default .wpcf7-form input[type=submit]:hover {
  background: #d2447d;
}
@media (max-width: 320px) {
  .jux-contact-form-7.style-default .jux-theme-title {
    font-size: 32px;
    line-height: 36px;
  }
  .jux-contact-form-7.style-default p.desc {
    font-size: 18px;
  }
}
.jux-contact-form-7.style-2 {
  margin: 100px 0;
  display: inline-block;
}
.jux-contact-form-7.style-2 .jux-theme-title {
  font-size: 42px;
  font-weight: 400;
}
.jux-contact-form-7.style-2 .jux-theme-title i {
  font-style: normal;
  color: #fff;
}
.jux-contact-form-7.style-2 p.desc {
  font-size: 20px;
  color: #fff;
}
.jux-contact-form-7.style-2 .wpcf7-form {
  margin-top: 20px;
}
.jux-contact-form-7.style-2 .wpcf7-form input:not([type=submit]) {
  height: 45px;
  width: 100%;
  color: #fff;
  font-size: 15px;
  margin: 20px 0 0;
  background: 0 0;
  border: none;
}
.jux-contact-form-7.style-2 .wpcf7-form input:not([type=submit])::-moz-placeholder {
  color: #888;
  opacity: 1;
}
.jux-contact-form-7.style-2 .wpcf7-form input:not([type=submit]):-ms-input-placeholder {
  color: #888;
}
.jux-contact-form-7.style-2 .wpcf7-form input:not([type=submit])::-webkit-input-placeholder {
  color: #888;
}
.jux-contact-form-7.style-2 .wpcf7-form input[type=text],
.jux-contact-form-7.style-2 .wpcf7-form input[type=number],
.jux-contact-form-7.style-2 .wpcf7-form input[type=email] {
  color: #fff;
}
.jux-contact-form-7.style-2 .wpcf7-form input[type=text]:focus,
.jux-contact-form-7.style-2 .wpcf7-form input[type=number]:focus,
.jux-contact-form-7.style-2 .wpcf7-form input[type=email]:focus {
  outline: none;
}
.jux-contact-form-7.style-2 .wpcf7-form .hermosa-date-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.jux-contact-form-7.style-2 .wpcf7-form .hermosa-date-block .fa-calendar-o {
  color: #fff;
  position: absolute;
  right: 15px;
  bottom: 20%;
}
.jux-contact-form-7.style-2 .wpcf7-form .wpcf7-form-control-wrap {
  width: 100%;
}
.jux-contact-form-7.style-2 .wpcf7-form .wpcf7-form-control-wrap ::-webkit-input-placeholder {
  color: #fff !important;
}
.jux-contact-form-7.style-2 .wpcf7-form .wpcf7-form-control-wrap ::-moz-placeholder {
  color: #fff !important;
}
.jux-contact-form-7.style-2 .wpcf7-form .wpcf7-form-control-wrap ::-moz-placeholder {
  color: #fff !important;
}
.jux-contact-form-7.style-2 .wpcf7-form .wpcf7-form-control-wrap ::-ms-input-placeholder {
  color: #fff !important;
}
.jux-contact-form-7.style-2 .wpcf7-form .wpcf7-form-control-wrap.repair .wpcf7-validates-as-required option {
  background: #888;
}
.jux-contact-form-7.style-2 .wpcf7-form select:not([multiple]) {
  margin: 20px 0 0;
  height: 45px;
  color: #fff;
  font-size: 15px;
  width: 100%;
  border-radius: 0;
  border: 1px solid #e2e2e2;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -khtml-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: url(../images/arrow.png) no-repeat right center;
  cursor: pointer;
  background-position: 105% 0;
  border: none;
}
.jux-contact-form-7.style-2 .wpcf7-form select:not([multiple]):focus {
  outline-color: transparent;
  outline: none;
}
.jux-contact-form-7.style-2 .wpcf7-form select::-ms-expand {
  display: none;
}
.jux-contact-form-7.style-2 .wpcf7-form textarea {
  color: #fff;
  font-size: 15px;
  width: 100%;
  border: 1px solid #e2e2e2;
  padding: 20px;
  margin-top: 12.5px;
  height: 120px;
}
.jux-contact-form-7.style-2 .wpcf7-form textarea::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.jux-contact-form-7.style-2 .wpcf7-form textarea:-ms-input-placeholder {
  color: #fff;
}
.jux-contact-form-7.style-2 .wpcf7-form textarea::-webkit-input-placeholder {
  color: #fff;
}
.jux-contact-form-7.style-2 .wpcf7-form input[type=submit] {
  background-color: #e182a8;
  border-radius: 5px;
  color: #fff;
  line-height: 22px;
  font-weight: 400;
  padding: 10px 35px;
  text-decoration: none;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  margin-top: 60px;
  display: inline-block;
  border: 0;
}
.jux-contact-form-7.style-2 .wpcf7-form input[type=submit]:hover {
  background: #d2447d;
}
@media (max-width: 320px) {
  .jux-contact-form-7.style-2 .jux-theme-title {
    font-size: 32px;
    line-height: 36px;
  }
  .jux-contact-form-7.style-2 p.desc {
    font-size: 18px;
  }
}
@media (max-width: 1500px) {
  div.reponsive-form .vc_column-inner {
    padding: 50px !important;
  }
}
@media (max-width: 991px) {
  div.reponsive-form .vc_column-inner {
    padding: 30px 15px !important;
  }
}
.jux-contact-form {
  max-width: 633px;
  text-align: center;
}
.jux-contact-form .jux-title {
  padding: 0 0 40px;
}
.jux-contact-form input[type=text],
.jux-contact-form input[type=email],
.jux-contact-form textarea {
  background: #fff;
  border: 1px solid #eee;
  color: #888;
  font-size: 15px;
  line-height: 24px;
  margin: 0 0 25px;
  padding: 8px 15px;
  width: 100%;
}
.jux-contact-form input[type=text]::-moz-placeholder,
.jux-contact-form input[type=email]::-moz-placeholder,
.jux-contact-form textarea::-moz-placeholder {
  color: #888;
  opacity: 1;
}
.jux-contact-form input[type=text]:-ms-input-placeholder,
.jux-contact-form input[type=email]:-ms-input-placeholder,
.jux-contact-form textarea:-ms-input-placeholder {
  color: #888;
}
.jux-contact-form input[type=text]::-webkit-input-placeholder,
.jux-contact-form input[type=email]::-webkit-input-placeholder,
.jux-contact-form textarea::-webkit-input-placeholder {
  color: #888;
}
.jux-contact-form input[type=submit] {
  background: #e182a8;
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin: 10px 0 0;
  padding: 10px 40px;
  border-radius: 4px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.jux-contact-form input[type=submit]:hover {
  background: #d2447d;
}
.jux-contact-form span.wpcf7-not-valid-tip {
  text-align: left;
  margin-bottom: 25px;
}
.contact-form .jux-contact-form-7 {
  padding: 0 15%;
}
.jux-video h3 {
  font-size: 42px;
  line-height: 45px;
  color: #e182a8;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0 0 6px;
  padding: 0;
}
.jux-video h3 span {
  color: #5f41a5;
  display: block;
}
@media (max-width: 767px) {
  .jux-video h3 {
    font-size: 34px;
    line-height: 36px;
  }
}
@media (max-width: 479px) {
  .jux-video h3 {
    font-size: 26px;
  }
}
.jux-video p {
  font-size: 20px;
  font-family: 'droid serif', serif;
  font-style: italic;
}
.jux-video .thumb_image {
  position: relative;
  max-width: 660px;
  -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.22);
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.22);
  margin-top: 60px;
}
.jux-video .thumb_image img {
  width: 100%;
}
.jux-video .jux-control-video {
  width: 80px;
  height: 80px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  background-color: #5f41a5;
  border-radius: 50%;
  color: #fff;
  line-height: 75px;
  font-size: 25px;
  -webkit-box-shadow: 0 0 0 8px rgba(95, 65, 165, 0.2);
  box-shadow: 0 0 0 8px rgba(95, 65, 165, 0.2);
  text-align: center;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  overflow: hidden;
  cursor: pointer;
}
.jux-video .jux-control-video i {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.jux-video .jux-control-video i:last-child {
  left: -100%;
}
.jux-video .jux-control-video:hover {
  -webkit-box-shadow: 0 0 0 3px rgba(95, 65, 165, 0.2);
  box-shadow: 0 0 0 3px rgba(95, 65, 165, 0.2);
}
.jux-video .jux-control-video:hover i {
  left: 150%;
}
.jux-video .jux-control-video:hover i:last-child {
  left: 50%;
}
.jux-video.style-2 h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
}
.jux-video.style-2 p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-family: 'droid serif', serif;
  font-style: italic;
  line-height: 24px;
}
.jux-video.style-2 .thumb_image {
  margin-top: 50px;
  overflow: hidden;
}
.jux-video.style-2 .jux-video-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 35px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.jux-video.style-2 .jux-video-action .jux-control-video {
  font-size: 16px;
  float: left;
  left: auto;
  top: auto;
  height: 40px;
  margin-right: 28px;
  position: inherit;
  width: 40px;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.jux-video.style-2 .jux-video-action .video-info {
  margin-top: -5px;
}
.jux-video.style-2 .jux-video-action:after {
  clear: both;
  content: '';
  display: table;
}
.jux-video.style-3 .thumb_image .jux-control-video {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
}
.jux-video.style-3 .thumb_image .jux-control-video:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.jux-lightbox-video {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.jux-lightbox-video iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.jux-lightbox-video .jux-iframe-video {
  width: 600px;
  height: 450px;
  margin: auto;
}
@media (max-width: 1500px) {
  div.jux-reponsive-video .vc_column-inner {
    padding: 50px !important;
  }
}
@media (max-width: 991px) {
  div.jux-reponsive-video .vc_column-inner {
    padding: 30px 15px !important;
  }
}
@media (max-width: 767px) {
  div.responsive-15 .vc_column-inner {
    padding-left: 15px !important;
  }
}
.jux-gallery-wraper {
  list-style: none;
  padding: 0;
  margin: 0;
}
.jux-gallery-wraper:before,
.jux-gallery-wraper:after {
  content: " ";
  display: table;
}
.jux-gallery-wraper:after {
  clear: both;
}
.jux-gallery-wraper:before,
.jux-gallery-wraper:after {
  content: " ";
  display: table;
}
.jux-gallery-wraper:after {
  clear: both;
}
.jux-gallery-item {
  padding-top: 15px;
  padding-bottom: 15px;
}
.jux-gallery-inner.style-1 {
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  position: relative;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #eee;
  -webkit-box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.1);
}
.jux-gallery-inner.style-1 .jux-gallery-inner-content {
  overflow: hidden;
  position: relative;
}
.jux-gallery-inner.style-1 img {
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
.jux-gallery-inner.style-1:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.jux-gallery-inner.style-1:hover .jux-gallery-content {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.jux-gallery-inner.style-1:hover .jux-gallery-content .jux-gallery-center h3,
.jux-gallery-inner.style-1:hover .jux-gallery-content .jux-gallery-center span {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.jux-gallery-inner.style-1 .jux-gallery-content {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  text-align: center;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: flex;
  -moz-display: flex;
  -webkit-display: flex;
  -ms-display: flex;
  background-color: rgba(95, 65, 165, 0.8);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  cursor: pointer;
}
.jux-gallery-inner.style-1 .jux-gallery-content .jux-gallery-center {
  width: 100%;
  padding: 15px;
}
.jux-gallery-inner.style-1 .jux-gallery-content .jux-gallery-center h3 {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(0, -45px);
  transform: translate(0, -45px);
  font-size: 18px;
  text-transform: uppercase;
  margin: 0 0 10px;
  padding: 0;
  color: #fff;
  font-weight: 400;
}
.jux-gallery-inner.style-1 .jux-gallery-content .jux-gallery-center span {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  display: block;
  -webkit-transform: translate(0, 45px);
  transform: translate(0, 45px);
  opacity: 0;
  filter: alpha(opacity=0);
  color: #fff;
}
.jux-gallery-inner.style-2 {
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  position: relative;
  background-color: #fff;
}
.jux-gallery-inner.style-2 .jux-gallery-inner-content {
  overflow: hidden;
  position: relative;
}
.jux-gallery-inner.style-2 img {
  width: 100%;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
.jux-gallery-inner.style-2:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.jux-gallery-inner.style-2:hover .jux-gallery-content {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.jux-gallery-inner.style-2:hover .jux-gallery-content .jux-gallery-center h3,
.jux-gallery-inner.style-2:hover .jux-gallery-content .jux-gallery-center span {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.jux-gallery-inner.style-2 .jux-gallery-content {
  border: 1px solid #eee;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  text-align: center;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: flex;
  -moz-display: flex;
  -webkit-display: flex;
  -ms-display: flex;
  background-color: rgba(0, 0, 0, 0.32);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  cursor: pointer;
}
.jux-gallery-inner.style-2 .jux-gallery-content .jux-gallery-center {
  width: 100%;
  padding: 15px;
}
.jux-gallery-inner.style-2 .jux-gallery-content .jux-gallery-center h3 {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(0, -45px);
  transform: translate(0, -45px);
  font-size: 18px;
  text-transform: uppercase;
  margin: 0 0 10px;
  padding: 0;
  color: #fff;
  font-weight: 400;
}
.jux-gallery-inner.style-2 .jux-gallery-content .jux-gallery-center span {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  display: block;
  -webkit-transform: translate(0, 45px);
  transform: translate(0, 45px);
  opacity: 0;
  filter: alpha(opacity=0);
  color: #fff;
}
/*.slideshow{
    position:fixed;
    background:rgba(0,0,0,.9);
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index:500;
    opacity:0;
    visibility:hidden;
    overflow:hidden;
    -webkit-perspective:1000px;
    perspective:1000px;
    -webkit-transition:opacity .5s,visibility 0s .5s;
    transition:opacity .5s,visibility 0s .5s
}*/
.slideshow-open .slideshow {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.slideshow ul {
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translate3d(0, 0, 150px);
  transform: translate3d(0, 0, 150px);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.slideshow ul.animatable li {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.slideshow-open .slideshow ul {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slideshow li {
  width: 800px;
  height: 660px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -330px 0 0 -400px;
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  opacity: 0;
  filter: alpha(opacity=0);
}
.slideshow li.current {
  opacity: 1;
  filter: alpha(opacity=100);
}
.slideshow li.show {
  visibility: visible;
}
.slideshow li:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.slideshow li.current:after {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s, visibility 0s 0.3s;
  transition: opacity 0.3s, visibility 0s 0.3s;
}
.slideshow figure {
  overflow: hidden;
}
.slideshow figure img {
  width: 100%;
}
.slideshow figcaption {
  padding-bottom: 20px;
}
.slideshow figcaption h3 {
  text-align: center;
  margin: 0;
  padding: 0;
}
.slideshow nav span {
  position: fixed;
  z-index: 1000;
  color: #59656c;
  text-align: center;
  padding: 3%;
  cursor: pointer;
  font-size: 2.2em;
}
.slideshow nav span.nav-prev,
.slideshow nav span.nav-next {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slideshow nav span.nav-next {
  right: 0;
}
.slideshow nav span.nav-close {
  top: 30px;
  right: 30px;
  padding: 0;
}
.grid-wrap {
  margin: 0 -15px;
}
span.nav-prev {
  width: 50px;
  height: 100px;
  background-image: url(../images/prev-icon.png);
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
}
span.nav-next {
  width: 50px;
  height: 100px;
  background-image: url(../images/next-icon.png);
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
}
span.nav-close {
  width: 60px;
  height: 60px;
  background-image: url(../images/remove2.png);
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 60em) {
  .slideshow li {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
    padding: 15px;
  }
  .slideshow li figure img {
    width: auto;
    margin: 0 auto;
    max-width: 100%;
  }
  .slideshow nav span,
  .slideshow nav span.nav-close {
    font-size: 1.8em;
    padding: 0.3em;
  }
  .info-keys {
    display: none;
  }
  span.nav-prev {
    margin-left: 20px;
    background-size: 17px 40px;
    background-color: rgba(0, 0, 0, 0.6);
    width: 40px;
    height: 70px;
  }
  span.nav-next {
    margin-right: 20px;
    background-size: 17px 40px;
    background-color: rgba(0, 0, 0, 0.6);
    width: 40px;
    height: 70px;
  }
}
.shortcode-title-gallery .style_title-1.jux-theme-wraptext {
  text-align: center !important;
  margin: 10px 0 50px;
}
.shortcode-title-gallery .style_title-1.jux-theme-wraptext .wrap-title {
  display: inline-block;
  position: relative;
}
.shortcode-title-gallery .style_title-1.jux-theme-wraptext .wrap-title .jux-theme-title-bg {
  background-image: url(../images/theme-icon.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 81px;
  width: 149px;
  position: absolute;
  top: -13px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.shortcode-title-gallery .style_title-1.jux-theme-wraptext .wrap-title .jux-theme-title {
  color: #e182a8;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  position: relative;
  font-size: 42px;
}
@media screen and (max-width: 767px) {
  .shortcode-title-gallery .style_title-1.jux-theme-wraptext .wrap-title .jux-theme-title {
    font-size: 34px;
  }
}
@media screen and (max-width: 479px) {
  .shortcode-title-gallery .style_title-1.jux-theme-wraptext .wrap-title .jux-theme-title {
    font-size: 26px;
  }
}
.shortcode-title-gallery .style_title-1.jux-theme-wraptext .wrap-title .jux-theme-title .first-word {
  color: #5f41a5;
}
.shortcode-title-gallery .style_title-1.jux-theme-wraptext .wrap-title .jux-theme-sub-title {
  color: #696969;
  font-family: 'droid serif', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
}
@media screen and (max-width: 767px) {
  .shortcode-title-gallery .style_title-1.jux-theme-wraptext .wrap-title .jux-theme-sub-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 479px) {
  .shortcode-title-gallery .style_title-1.jux-theme-wraptext .wrap-title .jux-theme-sub-title {
    font-size: 16px;
  }
}
.shortcode-title-gallery .style_title-2.jux-theme-wraptext {
  margin: 100px 0 0;
}
.shortcode-title-gallery .style_title-2.jux-theme-wraptext .wrap-title .jux-theme-title {
  font-size: 36px;
  color: #fff;
  text-transform: none;
  letter-spacing: 0.5px;
  position: relative;
}
.shortcode-title-gallery .style_title-2.jux-theme-wraptext .wrap-title .jux-theme-sub-title {
  font-size: 18px;
  margin-bottom: 30px;
  font-weight: 400;
  font-style: normal;
  font-family: lato, serif;
}
.shortcode-title-gallery .style_title-2.jux-theme-wraptext .wrap-title .jux-theme-title-bg {
  background-image: none;
}
.shortcode-title-gallery .style_title-3.jux-theme-wraptext {
  margin: 80px 0 0;
}
.shortcode-title-gallery .style_title-3.jux-theme-wraptext .wrap-title .jux-theme-title {
  font-size: 36px;
  color: #fff;
  text-transform: none;
  letter-spacing: 0.5px;
  position: relative;
  display: inline-block;
}
.shortcode-title-gallery .style_title-3.jux-theme-wraptext .wrap-title .jux-theme-title:before {
  content: '';
  position: absolute;
  background-image: url(../images/icon-header.png);
  width: 94px;
  height: 56px;
  top: -65%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.shortcode-title-gallery .style_title-3.jux-theme-wraptext .wrap-title .jux-theme-sub-title {
  font-size: 18px;
  margin-bottom: 30px;
  font-weight: 500;
  font-style: normal;
  font-family: lato, serif;
}
.shortcode-title-gallery .style_title-3.jux-theme-wraptext .wrap-title .jux-theme-title-bg {
  background: 0 0;
}
.jux_partner {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.jux_partner li {
  padding: 30px 0;
}
.jux_partner li img {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.jux_partner li img:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.jux_partner-wrap .owl-carousel .owl-item img {
  width: auto;
}
.jux-mailchimp {
  padding: 70px 0;
}
.jux-mailchimp .jux-mailchimp-left {
  float: left;
  width: 50%;
}
.jux-mailchimp .jux-mailchimp-left .jux-title {
  color: #fff;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 0.2px;
  padding: 0 0 10px;
  margin: 0;
  text-transform: uppercase;
}
.jux-mailchimp .jux-mailchimp-left .jux-sub-title {
  color: #fff;
  font-family: 'droid serif', serif;
  font-size: 20px;
  font-style: italic;
  line-height: 24px;
}
.jux-mailchimp .jux-mailchimp-right {
  float: right;
  width: 50%;
  margin: 15px 0 0;
}
.jux-mailchimp .jux-mailchimp-right .mc_footer input[type=email] {
  border: 1px solid #aa9dce;
  background: #8d7abd;
  color: #fff;
  font-size: 15px;
  line-height: 24px;
  padding: 12px 20px;
  width: 100%;
}
.jux-mailchimp .jux-mailchimp-right .mc_footer input[type=email]::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.jux-mailchimp .jux-mailchimp-right .mc_footer input[type=email]:-ms-input-placeholder {
  color: #fff;
}
.jux-mailchimp .jux-mailchimp-right .mc_footer input[type=email]::-webkit-input-placeholder {
  color: #fff;
}
.jux-mailchimp .jux-mailchimp-right .mc_footer input[type=submit] {
  text-indent: -125px;
}
.jux-mailchimp .jux-mailchimp-right .mc_footer i {
  color: #fff;
  top: 6px;
}
.jux-mailchimp .jux-mailchimp-right .mc4wp-alert {
  color: #fff;
  font-size: 13px;
  line-height: 21px;
  padding: 10px 0;
  font-style: italic;
  font-weight: 300;
}
.jux-mailchimp:after {
  clear: both;
  content: '';
  display: table;
}
@media (max-width: 991px) {
  .jux-mailchimp {
    text-align: center;
  }
  .jux-mailchimp .jux-mailchimp-left,
  .jux-mailchimp .jux-mailchimp-right {
    width: 100%;
  }
  .jux-mailchimp .jux-mailchimp-left .jux-title {
    font-size: 25px;
  }
  .jux-mailchimp .jux-mailchimp-left .jux-sub-title {
    font-size: 15px;
  }
  .jux-mailchimp .jux-mailchimp-right {
    margin: 30px 0 0;
  }
  .jux-mailchimp .jux-mailchimp-right .mc_footer input[type=email] {
    padding: 8px 15px;
  }
  .jux-mailchimp .jux-mailchimp-right .mc_footer i {
    top: 1px;
  }
}
.jux_sh_blog_wraper {
  margin: 0 -15px;
}
.masonry-item {
  margin-bottom: 60px;
}
.yes_shadow .our-blog-item {
  -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.16);
}
.our-blog-item {
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.our-blog-item a {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.our-blog-item .blog-item-header {
  overflow: hidden;
}
.our-blog-item .blog-item-header iframe {
  width: 100%;
  min-height: 225px;
  border: 0;
}
.our-blog-item .jux-blog-meta {
  padding: 22px 30px 7px;
}
.our-blog-item .jux-blog-meta:before,
.our-blog-item .jux-blog-meta:after {
  content: " ";
  display: table;
}
.our-blog-item .jux-blog-meta:after {
  clear: both;
}
.our-blog-item .jux-blog-meta:before,
.our-blog-item .jux-blog-meta:after {
  content: " ";
  display: table;
}
.our-blog-item .jux-blog-meta:after {
  clear: both;
}
.our-blog-item .jux-blog-meta .cats-links {
  display: block;
  float: left;
  font-size: 12px;
  text-transform: uppercase;
  padding-top: 3px;
}
.our-blog-item .jux-blog-meta .cats-links a {
  color: #5f41a5;
}
.our-blog-item .jux-blog-meta .comment-meta {
  display: block;
  float: right;
  font-size: 15px;
}
.our-blog-item .jux-blog-meta .comment-meta i {
  color: #e182a8;
  padding-right: 8px;
  font-size: 16px;
}
.our-blog-item .jux-blog-meta .comment-meta span:first-child {
  padding-right: 20px;
}
.our-blog-item .jux-blog-entry {
  padding: 0 30px 15px;
}
.our-blog-item .jux-blog-entry h3 {
  margin: 0 0 10px;
  padding: 0;
  font-weight: 400;
  line-height: 34px;
}
.our-blog-item .jux-blog-entry h3 a {
  color: #333;
  text-decoration: none;
}
.our-blog-item .jux-blog-entry h3 a:hover {
  color: #e182a8;
}
.our-blog-item .jux-blog-footer {
  border-top: 1px solid rgba(221, 238, 245, 0.7);
  padding: 20px 30px;
}
.our-blog-item .jux-blog-footer:before,
.our-blog-item .jux-blog-footer:after {
  content: " ";
  display: table;
}
.our-blog-item .jux-blog-footer:after {
  clear: both;
}
.our-blog-item .jux-blog-footer:before,
.our-blog-item .jux-blog-footer:after {
  content: " ";
  display: table;
}
.our-blog-item .jux-blog-footer:after {
  clear: both;
}
.our-blog-item .jux-blog-footer span {
  float: left;
  color: #ababab;
  font-size: 14px;
  font-style: italic;
  font-family: 'droid serif', serif;
  padding-top: 9px;
}
.our-blog-item .jux-blog-footer a {
  float: right;
  background-color: #e182a8;
  border-radius: 5px;
  color: #fff;
  line-height: 22px;
  font-weight: 400;
  padding: 7px 20px;
  font-size: 14px;
  text-decoration: none;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  display: inline-block;
  border: 0;
}
.our-blog-item .jux-blog-footer a:hover {
  background: #d2447d;
}
.style_1 .our-blog-item:hover {
  -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.16);
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}
.style_2 .blog-item-header img {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.style_2 .our-blog-item {
  border-radius: 0;
}
.style_2 .our-blog-item:hover .blog-item-header img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.style_2 .our-blog-item .jux-blog-entry {
  margin-left: 50px;
  background: #fff;
  margin-top: -80px;
  position: relative;
  padding-top: 33px;
  padding-right: 0;
  padding-bottom: 0;
}
.style_2 .our-blog-item .jux-blog-entry h3 {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 15px;
}
.style_2 .our-blog-item .jux-blog-entry h3 a {
  color: #5f41a5;
}
.style_2 .our-blog-item .jux-blog-footer {
  margin-left: 50px;
  background: #fff;
  border-top: 0;
  padding-right: 0;
  padding-top: 0;
}
.style_2 .our-blog-item .jux-blog-footer .jux-readmore {
  float: left;
  background: 0 0;
  color: #696969;
  padding: 4px 0;
}
.style_2 .our-blog-item .jux-blog-footer .jux-readmore:before {
  content: "\f362";
  font-family: ionicons;
  color: #e182a8;
  padding-right: 10px;
}
.style_2 .our-blog-item .jux-blog-footer .jux-readmore:hover {
  color: #e182a8;
}
.style_2 .our-blog-item .jux-blog-footer .comment-meta {
  display: block;
  float: right;
  font-size: 15px;
  padding-top: 0;
}
.style_2 .our-blog-item .jux-blog-footer .comment-meta i {
  color: #e182a8;
  padding-right: 8px;
  font-size: 16px;
}
.style_2 .our-blog-item .jux-blog-footer .comment-meta span {
  padding-top: 0;
}
.style_2 .our-blog-item .jux-blog-footer .comment-meta span:first-child {
  padding-right: 20px;
}
@media (max-width: 479px) {
  .style_2 .our-blog-item .jux-blog-footer,
  .style_2 .our-blog-item .jux-blog-entry {
    margin-left: 15px;
  }
}
.blog-pagination {
  text-align: center;
}
.blog-pagination .custom_link {
  background-color: #e182a8;
  border-radius: 5px;
  color: #fff;
  line-height: 22px;
  font-weight: 400;
  padding: 12px 38px;
  text-decoration: none;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  display: inline-block;
  border: 0;
  font-size: 18px;
}
.blog-pagination .custom_link:hover {
  background: #d2447d;
}
.jux_sh_blog_wraper .pagination {
  display: none;
}
.jux-testimonial {
  padding: 95px 25px;
  position: relative;
  text-align: center;
}
.jux-testimonial .jux-testimonial-wrap {
  cursor: ew-resize;
}
.jux-testimonial.style-1 .jux-testimonial-image {
  position: relative;
  z-index: 1;
}
.jux-testimonial.style-1 .jux-testimonial-item .jux-testimonial-content {
  color: #fff;
  font-family: 'droid serif', serif;
  font-size: 18px;
  font-style: italic;
  line-height: 36px;
  letter-spacing: 1px;
  padding: 60px 0 40px;
  margin: auto;
  width: 70%;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.jux-testimonial.style-1 .jux-testimonial-item .box-user {
  display: inline-block;
}
.jux-testimonial.style-1 .jux-testimonial-item .box-user .box-avatar {
  background: #fff;
  float: left;
  padding: 5px;
  border-radius: 50%;
}
.jux-testimonial.style-1 .jux-testimonial-item .box-user .box-avatar img {
  height: 75px;
  width: 75px;
  border-radius: 50%;
}
.jux-testimonial.style-1 .jux-testimonial-item .box-user .box-info {
  padding: 0 30px;
  float: right;
  text-align: left;
}
.jux-testimonial.style-1 .jux-testimonial-item .box-user .box-info .jux-testimonial-name {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin: 10px 0 0;
}
.jux-testimonial.style-1 .jux-testimonial-item .box-user .box-info .jux-testimonial-position {
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  line-height: 24px;
}
.jux-testimonial.style-1 .jux-testimonial-item .box-user:after {
  clear: both;
  content: '';
  display: table;
}
.jux-testimonial.style-1 .owl-nav {
  position: absolute;
  width: 100%;
  top: 50%;
}
.jux-testimonial.style-1 .owl-nav .owl-prev {
  float: left;
}
.jux-testimonial.style-1 .owl-nav .owl-prev:before {
  content: '\f104';
  font: normal normal normal 64px/1 FontAwesome;
  line-height: 0;
  color: #fff;
}
.jux-testimonial.style-1 .owl-nav .owl-prev span {
  display: none;
}
.jux-testimonial.style-1 .owl-nav .owl-prev:focus {
  outline: none;
}
.jux-testimonial.style-1 .owl-nav .owl-next {
  float: right;
}
.jux-testimonial.style-1 .owl-nav .owl-next:before {
  content: '\f105';
  font: normal normal normal 64px/1 FontAwesome;
  line-height: 0;
  color: #fff;
}
.jux-testimonial.style-1 .owl-nav .owl-next span {
  display: none;
}
.jux-testimonial.style-1 .owl-nav .owl-next:focus {
  outline: none;
}
.jux-testimonial.style-1 .owl-dots {
  padding-top: 30px;
}
.jux-testimonial.style-1 .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  background: #fff;
  margin: 0 10px;
  border-radius: 100px;
}
.jux-testimonial.style-1 .owl-dots .owl-dot:focus {
  outline: none;
}
.jux-testimonial.style-2 {
  padding: 50px 25px;
  text-align: initial;
}
.jux-testimonial.style-2 .jux-testimonial-wrap {
  position: relative;
}
.jux-testimonial.style-2 .jux-testimonial-item .jux-testimonial-content {
  border: 1px solid #fff;
  border-bottom: none;
  color: #fff;
  font-family: 'droid serif', serif;
  padding: 45px 35px 25px;
  position: relative;
  font-size: 18px;
  font-style: italic;
  line-height: 36px;
  letter-spacing: 1px;
  margin: auto;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 5px;
}
.jux-testimonial.style-2 .jux-testimonial-item .jux-testimonial-content .icon-wrap {
  bottom: 1px;
  height: 22px;
  left: 0;
  position: absolute;
  width: 100%;
}
.jux-testimonial.style-2 .jux-testimonial-item .jux-testimonial-content .icon-wrap span {
  position: absolute;
  display: inline-block;
}
.jux-testimonial.style-2 .jux-testimonial-item .jux-testimonial-content .icon-wrap .icon-item-1 {
  bottom: 0;
  border-top: 1px solid #fff;
  right: 0;
  height: 1px;
  width: calc(100% - 70px);
}
.jux-testimonial.style-2 .jux-testimonial-item .jux-testimonial-content .icon-wrap .icon-item-2 {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  bottom: -24px;
  left: 0;
  height: 25px;
  width: 40px;
}
.jux-testimonial.style-2 .jux-testimonial-item .jux-testimonial-content .icon-wrap .icon-item-3 {
  border-top: 1px solid #fff;
  bottom: -12px;
  left: 36px;
  height: 1px;
  width: 38px;
  -webkit-transform: rotate(-38deg);
  transform: rotate(-38deg);
}
.jux-testimonial.style-2 .jux-testimonial-item .jux-testimonial-content:before {
  content: "\f347";
  color: #fff;
  font-family: ionicons;
  font-size: 20px;
  font-style: italic;
  line-height: 32px;
  position: absolute;
  top: 15px;
  left: 15px;
}
.jux-testimonial.style-2 .jux-testimonial-item .box-user {
  display: inline-block;
  padding-top: 50px;
}
.jux-testimonial.style-2 .jux-testimonial-item .box-user .box-avatar {
  background: #fff;
  float: left;
  padding: 3px;
  border-radius: 50%;
}
.jux-testimonial.style-2 .jux-testimonial-item .box-user .box-avatar img {
  height: 50px;
  width: 50px;
  border-radius: 50%;
}
.jux-testimonial.style-2 .jux-testimonial-item .box-user .box-info {
  padding: 0 20px;
  float: right;
  text-align: left;
}
.jux-testimonial.style-2 .jux-testimonial-item .box-user .box-info .jux-testimonial-name {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin: 3px 0 0;
}
.jux-testimonial.style-2 .jux-testimonial-item .box-user .box-info .jux-testimonial-position {
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  line-height: 24px;
}
.jux-testimonial.style-2 .jux-testimonial-item .box-user:after {
  clear: both;
  content: '';
  display: table;
}
.jux-testimonial.style-2 .owl-nav {
  position: absolute;
  right: 0;
  top: 60%;
}
.jux-testimonial.style-2 .owl-nav .owl-prev:before {
  content: '\f104';
  font: normal normal normal 20px/1 FontAwesome;
  line-height: 0;
  color: #fff;
  padding: 7px 14px;
  border-radius: 100px;
  background: #696969;
  margin: 5px;
}
.jux-testimonial.style-2 .owl-nav .owl-prev span {
  display: none;
}
.jux-testimonial.style-2 .owl-nav .owl-prev:focus {
  outline: none;
}
.jux-testimonial.style-2 .owl-nav .owl-next:before {
  content: '\f105';
  font: normal normal normal 20px/1 FontAwesome;
  line-height: 0;
  color: #fff;
  padding: 7px 14px;
  border-radius: 100px;
  background: #696969;
  margin: 5px;
}
.jux-testimonial.style-2 .owl-nav .owl-next span {
  display: none;
}
.jux-testimonial.style-2 .owl-nav .owl-next:focus {
  outline: none;
}
.jux-testimonial.style-2 .owl-dots {
  padding-top: 30px;
  text-align: center;
}
.jux-testimonial.style-2 .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  background: #fff;
  margin: 0 10px;
  border-radius: 100px;
}
.jux-testimonial.style-2 .owl-dots .owl-dot:focus {
  outline: none;
}
.jux-testimonial.style-3 .title-testimonial {
  color: #fff;
  margin: 0;
  font-size: 30px;
  font-weight: 400;
}
.jux-testimonial.style-3 .jux-testimonial-item .jux-testimonial-content {
  color: #fff;
  font-family: lato, serif;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 1px;
  padding: 40px 0;
  margin: auto;
  width: 70%;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.jux-testimonial.style-3 .jux-testimonial-item .jux-testimonial-content:before {
  content: '';
  position: absolute;
  width: 67px;
  height: 57px;
  background-image: url(../images/quocte1.png);
  background-repeat: no-repeat;
  top: 0;
}
@media screen and (min-width: 320px) {
  .jux-testimonial.style-3 .jux-testimonial-item .jux-testimonial-content:before {
    left: 0%;
  }
}
@media screen and (min-width: 992px) {
  .jux-testimonial.style-3 .jux-testimonial-item .jux-testimonial-content:before {
    left: 8%;
  }
}
.jux-testimonial.style-3 .jux-testimonial-item .jux-testimonial-content:after {
  content: '';
  position: absolute;
  width: 160px;
  height: 136px;
  background-image: url(../images/quocte2.png);
  background-repeat: no-repeat;
  bottom: 20%;
}
@media screen and (min-width: 320px) {
  .jux-testimonial.style-3 .jux-testimonial-item .jux-testimonial-content:after {
    right: 0%;
  }
}
@media screen and (min-width: 992px) {
  .jux-testimonial.style-3 .jux-testimonial-item .jux-testimonial-content:after {
    right: 10%;
  }
}
.jux-testimonial.style-3 .jux-testimonial-item .box-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.jux-testimonial.style-3 .jux-testimonial-item .box-user .box-avatar {
  float: left;
  border-radius: 50%;
}
.jux-testimonial.style-3 .jux-testimonial-item .box-user .box-avatar img {
  height: 75px;
  width: 75px;
  border-radius: 50%;
}
.jux-testimonial.style-3 .jux-testimonial-item .box-user .box-info {
  padding: 0 30px;
  float: right;
  text-align: center;
}
.jux-testimonial.style-3 .jux-testimonial-item .box-user .box-info .jux-testimonial-name {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  margin: 10px 0;
}
.jux-testimonial.style-3 .jux-testimonial-item .box-user .box-info .jux-testimonial-position {
  color: #fff;
  line-height: 24px;
  text-transform: capitalize;
}
.jux-testimonial.style-3 .jux-testimonial-item .box-user:after {
  clear: both;
  content: '';
  display: table;
}
.jux-testimonial.style-3 .owl-nav {
  position: absolute;
  width: 100%;
  top: 50%;
}
.jux-testimonial.style-3 .owl-nav .owl-prev {
  float: left;
}
.jux-testimonial.style-3 .owl-nav .owl-prev:before {
  content: '\f104';
  font: normal normal normal 64px/1 FontAwesome;
  line-height: 0;
  color: #fff;
}
.jux-testimonial.style-3 .owl-nav .owl-prev span {
  display: none;
}
.jux-testimonial.style-3 .owl-nav .owl-prev:focus {
  outline: none;
}
.jux-testimonial.style-3 .owl-nav .owl-next {
  float: right;
}
.jux-testimonial.style-3 .owl-nav .owl-next:before {
  content: '\f105';
  font: normal normal normal 64px/1 FontAwesome;
  line-height: 0;
  color: #fff;
}
.jux-testimonial.style-3 .owl-nav .owl-next span {
  display: none;
}
.jux-testimonial.style-3 .owl-nav .owl-next:focus {
  outline: none;
}
.jux-testimonial.style-3 .owl-dots {
  padding-top: 30px;
}
.jux-testimonial.style-3 .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  background: #fff;
  margin: 0 10px;
  border-radius: 100px;
}
.jux-testimonial.style-3 .owl-dots .owl-dot:focus {
  outline: none;
}
.jux-pricetable {
  text-align: center;
  overflow: hidden;
  margin: 0 0 45px;
  border-radius: 5px;
}
.jux-pricetable a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.jux-pricetable a:focus,
.jux-pricetable a:hover {
  text-decoration: none;
}
.jux-pricetable .jux-pricetable-header {
  position: relative;
  padding: 45px 0 90px;
}
.jux-pricetable .jux-pricetable-header span {
  color: #fff;
  font-size: 18px;
  font-family: 'droid serif', serif;
  font-style: italic;
}
.jux-pricetable .jux-pricetable-header h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  padding: 0 15px;
  text-transform: uppercase;
}
.jux-pricetable .jux-pricetable-header .item-price {
  border: 9px solid #f4f9fb;
  background: #fff;
  bottom: 0;
  display: inline-block;
  font-family: 'droid serif', serif;
  font-size: 56px;
  font-style: normal;
  height: 157px;
  left: 50%;
  position: absolute;
  padding: 13px;
  width: 157px;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  border-radius: 50%;
}
.jux-pricetable .jux-pricetable-content {
  background: #fff;
  padding: 95px 0 10px;
}
.jux-pricetable .jux-pricetable-content .item {
  border-top: 1px solid #e9f3f7;
  color: #696969;
  font-size: 18px;
  font-weight: 400;
  line-height: 64px;
}
.jux-pricetable .jux-pricetable-content .item:first-child {
  border: none;
}
.jux-pricetable .button {
  color: #fff;
  display: block;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.2px;
  padding: 15px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.jux-pricetable.style-1 .jux-pricetable-header,
.jux-pricetable.style-1 .button {
  background: #e182a8;
}
.jux-pricetable.style-1 .button:hover {
  background: #d2447d;
}
.jux-pricetable.style-1 .item-price {
  color: #e182a8;
}
.jux-pricetable.style-2 .jux-pricetable-header,
.jux-pricetable.style-2 .button {
  background: #5f41a5;
}
.jux-pricetable.style-2 .button:hover {
  background: #3f2b6e;
}
.jux-pricetable.style-2 .item-price {
  color: #5f41a5;
}
.text-pricetable {
  color: #333;
  font-family: 'droid serif', serif;
  font-size: 34px;
  line-height: 48px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
  padding: 0 20%;
}
@media (max-width: 767px) {
  .text-pricetable {
    padding: 0 30px;
    font-size: 28px;
    line-height: 38px;
  }
}
.jux-icon-wrap {
  width: 100%;
}
.jux-icon-wrap .jux-icon-body {
  float: left;
  width: 75%;
}
.jux-icon-wrap .jux-icon-body .icon-title {
  color: #5f41a5;
  font-size: 20px;
  font-weight: 400;
  margin: 0;
  padding: 0 0 20px;
  text-transform: uppercase;
}
.jux-icon-wrap .jux-icon-body .icon-text {
  color: #696969;
  font-size: 16px;
  line-height: 24px;
  max-width: 350px;
  height: 52px;
}
.jux-icon-wrap .jux-icon-button {
  float: right;
  width: 25%;
}
.jux-icon-wrap .jux-icon-button span {
  color: #fff;
  display: inline-block;
  height: 65px;
  text-align: center;
  width: 65px;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.jux-icon-wrap .jux-icon-button span:hover i {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.jux-icon-wrap .jux-icon-button span i {
  display: inline-block;
  font-size: 24px;
  line-height: 65px;
  width: 100%;
}
.jux-icon-wrap.left .jux-icon-body,
.jux-icon-wrap.start .jux-icon-body {
  text-align: right;
}
.jux-icon-wrap.left .jux-icon-button,
.jux-icon-wrap.start .jux-icon-button {
  padding-left: 20px;
  text-align: left;
}
.jux-icon-wrap.left .icon-text,
.jux-icon-wrap.start .icon-text {
  float: right;
}
.jux-icon-wrap.left.style-3 .jux-icon-body,
.jux-icon-wrap.start.style-3 .jux-icon-body {
  padding-right: 20px;
}
.jux-icon-wrap.right .jux-icon-body,
.jux-icon-wrap.end .jux-icon-body {
  float: right;
  text-align: left;
}
.jux-icon-wrap.right .jux-icon-button,
.jux-icon-wrap.end .jux-icon-button {
  float: left;
  padding-right: 20px;
  text-align: right;
}
.jux-icon-wrap.right.style-2,
.jux-icon-wrap.end.style-2 {
  padding: 17px 0;
}
.jux-icon-wrap.right.style-2 .jux-icon-button,
.jux-icon-wrap.end.style-2 .jux-icon-button {
  padding: 0;
  text-align: left;
  width: 20%;
}
.jux-icon-wrap.right.style-2 .jux-icon-body,
.jux-icon-wrap.end.style-2 .jux-icon-body {
  width: 80%;
}
@media screen and (min-width: 992px) {
  .jux-icon-wrap.right.style-3 .jux-icon-body {
    padding-left: 0;
  }
}
@media screen and (min-width: 767px) {
  .jux-icon-wrap.right.style-3 .jux-icon-body {
    padding-left: 30px;
  }
}
.jux-icon-wrap.style-3 {
  position: relative;
  margin-bottom: 70px;
}
@media screen and (min-width: 480px) {
  .jux-icon-wrap.style-3 {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 767px) {
  .jux-icon-wrap.style-3 {
    margin-bottom: 70px;
  }
}
.jux-icon-wrap.style-3 .jux-icon-body {
  width: 75%;
}
@media screen and (min-width: 767px) {
  .jux-icon-wrap.style-3 .jux-icon-body {
    width: 75%;
  }
}
.jux-icon-wrap.style-3 .jux-icon-body .icon-title {
  color: #5f41a5;
  text-transform: none;
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .jux-icon-wrap.style-3 .jux-icon-body .icon-title {
    font-size: 18px;
    padding-top: 30px;
  }
}
@media screen and (min-width: 992px) {
  .jux-icon-wrap.style-3 .jux-icon-body .icon-title {
    font-size: 24px;
    padding-top: 0;
  }
}
.jux-icon-wrap.style-3 .jux-icon-body .icon-text {
  font-size: 14px;
}
.jux-icon-wrap.style-3 .jux-img {
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
.jux-icon-wrap.style-3 .jux-img img {
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.jux-icon-wrap.style-3 .jux-img:hover img {
  -webkit-transform: translate(10px, 0);
  transform: translate(10px, 0);
}
.jux-icon-wrap:after {
  clear: both;
  content: '';
  display: table;
}
@media screen and (min-width: 480px) {
  .hover-img-service {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .hover-img-service {
    padding-bottom: 0;
  }
}
.title-icon {
  color: #333;
  font-family: 'droid serif', serif;
  font-size: 34px;
  font-style: italic;
  font-weight: 400;
  line-height: 48px;
  padding: 20px 0;
  margin: 0;
  text-align: center;
}
.des-icon {
  color: #696969;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
.service-wrap {
  position: relative;
  padding: 95px 0 0;
}
.service-wrap .jux-image {
  left: 50%;
  position: absolute;
  top: 0;
  z-index: -1;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
@media (max-width: 1119px) {
  .service-wrap {
    padding: 0;
  }
  .service-wrap .jux-image {
    display: none;
  }
}
.service-item-wrap {
  margin: -175px 0;
  width: 100%;
}
.service-item-wrap .jux-icon-wrap {
  padding: 175px 0;
}
.service-item-wrap .jux-icon-wrap.start {
  float: left;
  width: 43%;
}
.service-item-wrap .jux-icon-wrap.end {
  float: right;
  width: 43%;
}
@media (max-width: 1119px) {
  .service-item-wrap {
    margin: -35px 0;
  }
  .service-item-wrap .jux-icon-wrap {
    padding: 35px 0;
  }
}
@media (max-width: 767px) {
  .service-item-wrap .jux-icon-wrap {
    padding: 35px 0;
  }
  .service-item-wrap .jux-icon-wrap .jux-icon-body {
    float: right;
    width: 85%;
  }
  .service-item-wrap .jux-icon-wrap .jux-icon-body .icon-text {
    max-width: none;
  }
  .service-item-wrap .jux-icon-wrap .jux-icon-button {
    float: left;
    width: 15%;
  }
  .service-item-wrap .jux-icon-wrap.start {
    float: none;
    width: 100%;
  }
  .service-item-wrap .jux-icon-wrap.start .jux-icon-body {
    text-align: left;
  }
  .service-item-wrap .jux-icon-wrap.start .jux-icon-button {
    padding-left: 0;
  }
  .service-item-wrap .jux-icon-wrap.start .icon-text {
    float: none;
  }
  .service-item-wrap .jux-icon-wrap.end {
    float: none;
    width: 100%;
  }
  .service-item-wrap .jux-icon-wrap.end .jux-icon-button {
    text-align: left;
  }
}
@media (max-width: 479px) {
  .service-item-wrap .jux-icon-wrap .jux-icon-body {
    width: 75%;
  }
  .service-item-wrap .jux-icon-wrap .jux-icon-button {
    width: 25%;
  }
}
.service-item-wrap:after {
  clear: both;
  content: '';
  display: table;
}
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.service-wrap-style2 .jux-image {
  top: -100px;
}
.text-services {
  color: #333;
  font-family: 'droid serif', serif;
  font-size: 34px;
  line-height: 48px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
  padding: 0 32%;
}
@media (max-width: 1119px) {
  .text-services {
    padding: 0 15%;
  }
}
@media (max-width: 991px) {
  .text-services {
    padding: 0 10%;
    font-size: 28px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .reponsive-title-services {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
.jux-info-wrap {
  padding: 20px 0;
}
.jux-info-wrap .icon {
  background: #5f41a5;
  display: inline-block;
  float: left;
  height: 60px;
  text-align: center;
  position: relative;
  width: 60px;
  border-radius: 50%;
  opacity: 0.75;
  filter: alpha(opacity=75);
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.jux-info-wrap .icon .icon-child {
  border: 3px solid #fff;
  display: inline-block;
  height: 56px;
  left: 2px;
  position: absolute;
  top: 2px;
  width: 56px;
  border-radius: 50%;
}
.jux-info-wrap .icon i {
  color: #fff;
  font-size: 24px;
  line-height: 60px;
  width: 100%;
}
.single-jux_event a {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.post-type-archive-jux_event a:focus,
.single-jux_event a:focus,
.post-type-archive-jux_event a:hover,
.single-jux_event a:hover {
  text-decoration: none;
}
.jux-single-event-head .jux-event-meta {
  margin: 0 0 25px;
}
.jux-featured-event {
  border: 1px solid #f5f5f5;
  margin: 0 0 42px;
  position: relative;
  overflow: hidden;
}
.jux-featured-event .is_featured {
  background: #5f41a5;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  padding: 5px 40px;
  position: absolute;
  top: 23px;
  right: -32px;
  z-index: 9;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.jux-featured-event img {
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
.jux-featured-event:hover img,
.jux-featured-event:focus img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.jux-single-event-body h1,
.jux-single-event-body h2,
.jux-single-event-body h3,
.jux-single-event-body h4,
.jux-single-event-body h5,
.jux-single-event-body h6 {
  color: #333;
  margin: 18px 0;
}
.jux-single-event-body h3 {
  font-size: 18px;
  line-height: 24px;
}
.jux-single-event-body ul {
  list-style: none;
}
.jux-single-event-body ul li:before {
  color: #e182a8;
  content: "\f375";
  font-size: 16px;
  line-height: 30px;
  font-family: ionicons;
  margin: 0 10px 0 0;
  letter-spacing: 1px;
}
.jux-single-event-body .wp-caption.alignleft {
  margin: 0 75px 25px 0;
}
.jux-single-event-body .wp-caption p.wp-caption-text {
  color: #696969;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  padding: 15px 0 0;
}
.jux-single-event-footer {
  border-bottom: 1px solid #f3f3f3;
  padding: 22px 0 15px;
}
.jux-single-event-footer .content-share {
  float: right;
}
.jux-single-event-footer .content-share a {
  color: #ccc;
  border: 1px solid #ccc;
  display: inline-block;
  font-size: 12px;
  line-height: 24px;
  height: 30px;
  text-align: center;
  padding: 2px;
  margin: 0 4px;
  width: 30px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  border-radius: 50%;
}
.jux-single-event-footer .content-share a:hover,
.jux-single-event-footer .content-share a:focus {
  color: #fff;
  text-decoration: none;
}
.jux-single-event-footer:after {
  clear: both;
  content: '';
  display: table;
}
.archive-jux-event-head {
  background: #f5f5f5;
  padding: 20px 30px 12px;
  font-size: 16px;
  line-height: 24px;
}
.archive-jux-event-head .jux-event-text {
  font-weight: 400;
  margin: 0;
  padding: 5px 0;
}
.archive-jux-event-head .jux-event-text span {
  color: #e182a8;
  font-weight: 400;
}
.archive-jux-event-head .jux-event-button {
  float: right;
  margin-left: 32px;
}
.archive-jux-event-head .jux-event-button i {
  color: #ccc;
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
  padding: 5px 10px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.archive-jux-event-head .jux-event-button i:hover,
.archive-jux-event-head .jux-event-button i.active {
  background: #fff;
  border-radius: 2px;
  color: #e182a8;
}
.archive-jux-event-head:before,
.archive-jux-event-head:after {
  content: " ";
  display: table;
}
.archive-jux-event-head:after {
  clear: both;
}
.archive-jux-event-head:before,
.archive-jux-event-head:after {
  content: " ";
  display: table;
}
.archive-jux-event-head:after {
  clear: both;
}
.archive-jux-event-wrap {
  margin: 50px -15px;
}
.archive-jux-event-wrap .pagination {
  clear: both;
  padding: 5px;
  text-align: center;
}
.jux-archive-event-body .read-more {
  display: none !important;
}
.jux-archive-event-body p {
  padding: 0 30px;
  max-height: 92px;
  overflow: hidden;
}
.archive-jux-event-item-wrap {
  padding-bottom: 60px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
@media (min-width: 992px) {
  .archive-jux-event-item-wrap.jux-md-3:nth-child(4n+1) {
    clear: both;
  }
  .archive-jux-event-item-wrap.jux-md-4:nth-child(3n+1) {
    clear: both;
  }
  .archive-jux-event-item-wrap.jux-md-6:nth-child(2n+1) {
    clear: both;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .archive-jux-event-item-wrap.jux-sm-6:nth-child(2n+1) {
    clear: both;
  }
}
.archive-jux-event-item-wrap.hide-item {
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  filter: alpha(opacity=0);
}
.archive-jux-event-item {
  border: 1px solid #e9f3f7;
  border-top: none;
  overflow: hidden;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  border-radius: 8px;
}
.archive-jux-event-item .jux-featured-event {
  margin: 0 0 22px;
}
.archive-jux-event-item .jux-single-event-head {
  padding: 0 30px;
}
.archive-jux-event-item .jux-single-event-head h3 {
  padding: 0;
}
.archive-jux-event-item .jux-single-event-head h3 a {
  font-size: 20px;
}
.archive-jux-event-item .jux-single-event-head .jux-event-meta {
  margin: 10px 0;
}
.archive-jux-event-item .jux-single-event-head .event-category a {
  color: #e182a8;
}
.archive-jux-event-item .jux-single-event-head .event-category a:hover {
  color: #d2447d;
}
.archive-jux-event-item:hover,
.archive-jux-event-item:focus {
  border-radius: 0;
  -webkit-box-shadow: 0 0 8px 8px rgba(227, 227, 227, 0.3);
  box-shadow: 0 0 8px 8px rgba(227, 227, 227, 0.3);
}
.jux-archive-event-footer {
  border-top: 1px solid #e9f3f7;
  padding: 30px 30px 0;
}
.jux-archive-event-footer .content-share {
  display: inline-block;
  padding: 5px 0 0;
}
.jux-archive-event-footer .content-share a {
  background: #eee;
  border: 1px solid #eee;
  display: inline-block;
  height: 30px;
  margin-right: 5px;
  text-align: center;
  width: 30px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  border-radius: 50%;
}
.jux-archive-event-footer .content-share a i {
  color: #aaa;
  font-size: 12px;
}
.jux-archive-event-footer .content-share a:hover,
.jux-archive-event-footer .content-share a:focus {
  text-decoration: none;
}
.jux-archive-event-footer .content-share a:hover i,
.jux-archive-event-footer .content-share a:focus i {
  color: #fff;
}
.jux-archive-event-footer .readmore {
  background: #e182a8;
  color: #fff;
  font-size: 16px;
  float: right;
  font-weight: 400;
  line-height: 22px;
  padding: 9px 35px;
  text-decoration: none;
  margin-bottom: 30px;
  border-radius: 4px;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.jux-archive-event-footer .readmore:hover,
.jux-archive-event-footer .readmore:focus {
  background: #d2447d;
}
.event-list .archive-jux-event-item-wrap {
  width: 100%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .jux-archive-event-footer .readmore {
    padding: 9px 20px;
  }
}
@media (max-width: 768px) {
  .archive-jux-event-head {
    margin: 0;
  }
  .jux-archive-event-footer .readmore {
    font-size: 14px;
    padding: 6px 25px;
  }
  .archive-jux-event-item .jux-single-event-head {
    padding: 0 15px;
  }
  .archive-jux-event-item .jux-single-event-head h3 a {
    font-size: 16px;
    line-height: 21px;
  }
  .jux-archive-event-body p {
    padding: 0 15px;
  }
  .jux-archive-event-footer {
    padding: 30px 15px;
  }
}
@media (max-width: 435px) {
  .archive-jux-event-item-wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .archive-jux-event-item .jux-single-event-head h3 a {
    font-size: 14px;
  }
  .archive-jux-event-head {
    margin: 0;
    padding: 10px 15px;
    font-size: 13px;
  }
  .jux-single-event-head .jux-event-meta span {
    font-size: 13px;
  }
  .jux-archive-event-body p {
    font-size: 13px;
  }
  .jux-archive-event-footer {
    padding: 15px;
  }
  .jux-archive-event-footer .readmore {
    font-size: 13px;
    padding: 4px 15px;
  }
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-animation: zoomIn 0.4s 1 linear;
}
.jux-event-shortcode.grid .archive-jux-event-item-wrap:nth-child(2n+1) {
  clear: none;
}
.jux-event-shortcode.grid .archive-jux-event-item-wrap.jux-md-6:nth-child(2n+1) {
  clear: both;
}
.jux-event-shortcode.grid .archive-jux-event-item-wrap.jux-md-4:nth-child(3n+1) {
  clear: both;
}
.jux-event-shortcode.grid .archive-jux-event-item-wrap.jux-md-3:nth-child(4n+1) {
  clear: both;
}
.jux-post-nav {
  background: #f8f8f8;
  border: 1px solid #eee;
  padding: 30px;
  margin: 30px 0 0;
  text-align: center;
}
.jux-post-nav .prev-post a,
.jux-post-nav .next-post a {
  color: #333;
  font-size: 18px;
  line-height: 34px;
  font-weight: 400;
}
.jux-post-nav .prev-post a:hover,
.jux-post-nav .next-post a:hover,
.jux-post-nav .prev-post a:focus,
.jux-post-nav .next-post a:focus {
  color: #5f41a5;
  text-decoration: none;
}
.jux-post-nav .prev-post a:before,
.jux-post-nav .next-post a:before,
.jux-post-nav .prev-post a:after,
.jux-post-nav .next-post a:after {
  color: #e182a8;
  font-size: 18px;
  font-family: fontawesome;
  line-height: 45.44px;
}
.jux-post-nav .prev-post {
  float: left;
}
.jux-post-nav .prev-post a:before {
  content: "\f100";
  padding-right: 8px;
}
.jux-post-nav .next-post {
  float: right;
}
.jux-post-nav .next-post a:after {
  content: "\f101";
  padding-left: 8px;
}
.jux-post-nav .fa-th-large {
  color: #696969;
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.jux-post-nav .fa-th-large:hover,
.jux-post-nav .fa-th-large:focus {
  color: #d2447d;
}
.jux-post-nav:before,
.jux-post-nav:after {
  content: " ";
  display: table;
}
.jux-post-nav:after {
  clear: both;
}
.jux-post-nav:before,
.jux-post-nav:after {
  content: " ";
  display: table;
}
.jux-post-nav:after {
  clear: both;
}
@media all and (-ms-high-contrast: none) {
  .jux-header .jux-top-right-widget {
    right: 80px;
  }
  .jux-header .jux-top-right-widget a i {
    padding-right: 50px;
  }
}
