@media (min-width: 1200px) {
  .container {
    width: 970px;
  }
}

.row-flex {
  display: flex;
  flex-flow: row wrap;
}

.main-color {
  color: #b18ade;
}

a.main-color:hover {
  color: #b18ade;
}
.pagination > li > a,
.pagination > li > span {
  color: #b18ade;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #b18ade;
  border-color: #b18ade;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  z-index: 2;
  color: #8a48de;
  background-color: #eee;
  border-color: #ddd;
}

.gray-block {
  color: #fff;
  text-align: center;
  padding: 1em 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 3em 15px;
  background: #5f6172;
  border-radius: 16px;
}

.t-xl {
  font-size: 1.5em;
}

.upcoming-mk .h,
.upcoming-mk .time {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.upcoming-mk > * {
  margin: 0 1em;
}

.upcoming-mk > * {
  margin: 0 1em;
}

.t-semibold {
  font-weight: 500;
}

.t-green,
#page-footer .req-link {
  color: #80aa29;
}

.upcoming-mk .mk-link {
  border-bottom: 2px dashed #b18ade;
}

.mk .date-time {
  background: #b18ade;
  color: #fff;
  padding: 2em 2em 1em 2em;
}
.mk .date-time .day {
  font-size: 75px;
  line-height: 1;
}

.mk .date-time .month {
  font-size: 20px;
  font-weight: 100;
  margin: 0 0 0.5em 0;
}

.mk .date-time .time {
  font-size: 35px;
  font-weight: 300;
}

.top-banners {
  width: 100%;
  min-height: 250px;
}
.before-and-after-slider {
  min-height: 350px;
}

@media (max-width: 992px) {
  .top-banners {
    width: 100%;
    min-height: 150px;
  }
}

.without-margin {
  margin-left: 0;
  margin-right: 0;
}

.without-padding {
  padding-left: 0;
  padding-right: 0;
}

.header-3 {
  height: auto;
  top: 0;
  bottom: 0;
}

.gallery-album img:hover {
  cursor: zoom-in;
}

.main-page .content-block .slogan-section {
  margin-top: 40px;
}

@media (max-width: 992px) {
  .main-page .content-block .slogan-section {
    margin-top: 20px;
  }
}

.main-page .content-block .services-section,
.main-page .content-block .before-and-after-section,
.main-page .content-block .testimonials-section,
.main-page .content-block .mc-section {
  margin-top: 20px;
  margin-bottom: 20px;
}

h2.section-title {
  vertical-align: middle;
  font-family: Oswald;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px;
}

.main-page .content-block .slogan-section .main-slogan {
  vertical-align: middle;
  font-family: Oswald;
  font-weight: 300;
  font-size: 26px;
  text-transform: uppercase;
}
.vertical-align {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}

/* .main-content {
	margin-top: 40px;
} */

.show-as-list .product-image {
  width: 100%;
  float: none;
}
.product-details-shop.short {
  text-align: center;
}
.product-details-shop {
  width: 100%;
  float: none;
  text-align: left;
  padding: 20px 0 10px 0;
}

.product-details-shop .name,
.product-details-shop .mc-price {
  text-align: center;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.btn-theme {
  background: #cca0ff;
  color: #fff;
  display: block;
  text-align: center;
  margin: 5px;
  height: auto;
  border-radius: 5px;
  padding: 0px 15px;
  line-height: 34px;
  outline: none !important;
}

.btn-theme:hover,
.btn-theme:focus,
.btn-theme:active {
  background: #b18ade !important;
  color: #fff !important;
}

/* Content */
.content {
  padding-top: 30px;
}

/* Testimonials */
.testimonials blockquote {
  background: #f8f8f8 none repeat scroll 0 0;
  border: medium none;
  color: #666;
  display: block;
  font-size: 14px;
  line-height: 20px;
  padding: 15px;
  position: relative;
}
.testimonials blockquote::before {
  width: 0;
  height: 0;
  right: 0;
  bottom: 0;
  content: " ";
  display: block;
  position: absolute;
  border-bottom: 20px solid #fff;
  border-right: 0 solid transparent;
  border-left: 15px solid transparent;
  border-left-style: inset; /*FF fixes*/
  border-bottom-style: inset; /*FF fixes*/
}
.testimonials blockquote::after {
  width: 0;
  height: 0;
  right: 0;
  bottom: 0;
  content: " ";
  display: block;
  position: absolute;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: #b18ade transparent transparent transparent;
}
.testimonials .carousel-info img {
  border: 1px solid #f5f5f5;
  border-radius: 150px !important;
  height: 75px;
  padding: 3px;
  width: 75px;
}
.testimonials .carousel-info {
  overflow: hidden;
}
.testimonials .carousel-info img {
  margin-right: 15px;
}
.testimonials .carousel-info span {
  display: block;
}
.testimonials span.testimonials-name {
  color: #b18ade;
  font-size: 16px;
  font-weight: 300;
  margin: 0 13px 7px;
}
.testimonials span.testimonials-post {
  color: #656565;
  font-size: 12px;
}

/* contact form
==================================================*/

.textarea-contact {
  height: 200px;
  width: 100%;
  border: solid 1px rgba(0, 0, 0, 0.3);
  position: relative;
  border-radius: 0;
  margin-bottom: 20px;
}

.textarea-contact textarea {
  height: 100%;
  width: 100%;
  border: 0;
  padding: 20px;
  background-color: #fff;
  float: left;
  z-index: 2;
  font-size: 14px;
  color: #9a9a9a;
  resize: none;
}

.textarea-contact > span {
  position: absolute;
  top: 20px;
  left: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 12px;
  text-transform: uppercase;
  color: #cdcdcd;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 1;
}

.input-contact {
  height: 50px;
  width: 100%;
  border: solid 1px rgba(0, 0, 0, 0.3);
  position: relative;
  margin-bottom: 30px;
  border-radius: 0;
  background: #fff;
}

.input-contact input[type="text"] {
  height: 100%;
  width: 100%;
  border: 0;
  padding: 0 20px;
  float: left;
  position: relative;
  background-color: transparent;
  z-index: 2;
  font-size: 14px;
  color: #9a9a9a;
}

.input-contact > span {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 12px;
  text-transform: uppercase;
  color: #cdcdcd;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 1;
}

.input-contact > span.active,
.textarea-contact > span.active {
  color: #b18ade;
  font-size: 10px;
  top: 0px;
  left: 10px;
  background: #fff;
  padding: 0 5px;
  z-index: 3;
}

.rose-contact .input-contact > span.active,
.rose-contact .textarea-contact > span.active {
  color: #efaac4;
}

input:focus,
textarea:focus {
  outline: none;
}

.whiteBg {
  background: #fff;
}

.contactInfo {
  vertical-align: middle;
  font-family: Oswald;
  font-weight: 300;
  text-transform: uppercase;
  padding: 100px 50px;
}
@media (max-width: 992px) {
  .contactInfo {
    text-align: center;
  }
}

.contactInfo h4 {
  color: #b18ade;
}

.contactInfo p {
  font-size: 16px;
}

/* map style
==================================================*/

.map-container {
  height: 400px;
  position: relative;
  overflow: hidden;
}

#google-container {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #e7eaf0;
}

#cd-google-map {
  position: absolute;
  width: 100%;
  height: 100%;
}

#cd-zoom-in,
#cd-zoom-out {
  height: 32px;
  width: 32px;
  cursor: pointer;
  margin-left: 10px;
  background-color: #cca0ff;
  background-repeat: no-repeat;
  background-size: 32px 64px;
  background-image: url("../img/cd-icon-controller.svg");
}

.no-touch #cd-zoom-in:hover,
.no-touch #cd-zoom-out:hover {
  background-color: #b18ade;
}

@media only screen and (min-width: 768px) {
  #cd-zoom-in,
  #cd-zoom-out {
    margin-left: 20px;
  }
}

#cd-zoom-in {
  background-position: 50% 0;
  margin-top: 10px;
  margin-bottom: 1px;
}

@media only screen and (min-width: 768px) {
  #cd-zoom-in {
    margin-top: 50px;
  }
}

#cd-zoom-out {
  background-position: 50% -32px;
}

.contact-info-item {
  margin: 7px 0;
}

.contact-info-item p {
  display: inline-block;
  margin-top: 5px;
}

.contact-info-item i {
  font-size: 30px;
  margin-right: 20px;
  color: #a99272;
  line-height: 30px;
  float: left;
}

.contact-page .feedback-section {
  margin-bottom: 40px;
}
.contact-page .team-section {
  margin-bottom: 80px;
}
/* teamBox
==================================================*/

.teamBox {
  overflow: hidden;
  border-radius: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.teamBox:hover {
  background: #fff;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.2);
}

.teamImgDiv {
  position: relative;
}

.teamImgDiv img {
  border-radius: 10px 10px 0 0;
}

.teamInfoDiv {
  padding: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.teamInfoDiv h4 {
  font-family: "Oswald", serif;
  color: #333;
  text-transform: uppercase;
}

.teamInfoDiv h5 {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #b18ade;
  font-weight: bold;
}

.teamOverlay {
  text-align: center;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}

.teamBox:hover .teamOverlay {
  opacity: 1;
}

.teamOverlay ul {
  display: inline-block;
  list-style: none;
  padding-left: 0;
  position: absolute;
  bottom: 20px;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.teamOverlay ul li {
  display: inline-block;
  margin: 10px;
}

.teamOverlay ul li a {
  font-size: 30px;
  color: #eee;
}

.teamOverlay ul li a {
  display: block;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.3s ease-in-out 0.3s;
  transition: all 0.3s ease-in-out 0.3s;
  opacity: 0;
}

.teamBox:hover .teamOverlay ul li a {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.teamSliderContainer {
  padding-top: 50px;
}

.product-details-shop p.mc-price {
  font-weight: bold;
  font-size: 15px;
  color: #4d4d4d;
  text-transform: uppercase;
  font-family: Oswald;
}

.master_classes_list {
  margin-bottom: 30px;
}

.master_classes_list .mc-link {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 10px;
  width: 100%;
  margin-bottom: 5px;
}

.master_classes_list .mc-link:hover {
  background-color: #e4e4e4;
  border: 1px solid #6e6e6e;
  padding: 10px;
}

.master_classes_list .mc .city {
  font-weight: normal;
  font-size: 15px;
  color: #b18ade;
  text-transform: uppercase;
  font-family: Oswald;
}
.master_classes_list .mc .date {
  font-weight: normal;
  font-size: 13px;
  color: #4d4d4d;
  font-family: Oswald;
}

.product-details-shop ul {
  list-style: inside disc none;
}
.product-details-shop ol {
  list-style-position: inside;
}
.checkout-form-list.checkbox-block label {
  display: inline-block;
  font-weight: 200;
}

.has-promo label {
  display: inline-block;
}
.alert-error {
  color: #000000;
  background-color: #daa9b3;
  border-color: #bf5a63;
}

.big-icon {
  font-size: 200px;
  text-align: center;
}

.fail-icon {
  color: #bf5a63;
}

.success-icon {
  color: #9df09e;
}
.progress-bar-header {
  font-size: 12px;
}

.order-total-price {
  font-size: 20px;
  height: 50px;
  margin: 30px 0 0;
  text-transform: uppercase;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.notice {
  padding: 15px;
  background-color: #fafafa;
  border-left: 6px solid #7f7f84;
  margin-bottom: 10px;
  -webkit-box-shadow: 0 5px 8px -6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 8px -6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 8px -6px rgba(0, 0, 0, 0.2);
}
.notice-sm {
  padding: 10px;
  font-size: 80%;
}
.notice-lg {
  padding: 35px;
  font-size: large;
}
.notice-success {
  border-color: #80d651;
}
.notice-success > strong {
  color: #80d651;
}
.notice-info {
  border-color: #45abcd;
}
.notice-info > strong {
  color: #45abcd;
}
.notice-warning {
  border-color: #feaf20;
}
.notice-warning > strong {
  color: #feaf20;
}
.notice-danger {
  border-color: #d73814;
}
.notice-danger > strong {
  color: #d73814;
}

.iti.is-invalid {
  border: 1px solid #d73814;
}

.donation-top-img {
  display: block;
}

@media (max-width: 992px) {
  .donation-top-img {
    margin-bottom: 30px;
  }
}
