* {
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  min-width: 1px;
}
html {
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
}
a, a:hover, input, textarea, select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: 0 none;
}
ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
:focus {
  outline: 0;
}
a img, fieldset, hr {
  border: 0;
}
mark {
  background: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: middle;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="search"], select, textarea {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 0;
  -webkit-appearance: none;
}
input[type="submit"], input[type="button"], button, .button, .search .post .more {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-appearance: none;
  cursor: pointer;
  border: none;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #707070;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #707070;
  opacity: 1;
}
hr {
  clear: both;
  overflow: hidden;
  display: block;
}
article, aside, details, figcaption, figure, footer, header, nav, section, summary, main {
  display: block;
}
.alignleft {
  float: left;
  margin: 0 50px 25px 0;
}
.alignright {
  float: right;
  margin: 0 0 25px 50px;
}
.aligncenter {
  margin: 30px auto 75px;
}
.alignnone {
  margin: 30px 0 75px;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
.valign {
  display: inline-block;
  vertical-align: middle;
  max-width: 94%;
}
.vfix {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fullframe {
  height: 0;
  margin: 0;
  overflow: hidden;
  padding-bottom: 56.5%;
  position: relative;
  z-index: 0;
}
.fullframe iframe, .fullframe object, .fullframe embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.selbel_w {
  position: relative;
  display: block;
  width: 100%;
  font-size: 0.875rem;
  font-family: "Open Sans";
  height: 50px;
}
.selbel_w select {
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: relative;
  display: block;
  z-index: 1;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.selbel_w select + span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f4f7fc;
  color: #000;
  padding: 0 23px;
  border: 1px solid transparent;
  line-height: 50px;
}
.selbel_w select + span:after {
  content: '\f107';
  width: 0;
  height: 0;
  font-family: 'fontawesome';
  position: absolute;
  right: 20px;
  top: 0px;
  font-size: 20px;
  color: #a37dca;
}
.selbel_w select + span.err {
  border-color: #ef4036;
}
.selbel_w select option {
  padding: 5px;
}
div.wpcf7 .wpcf7-form-control-wrap {
  display: block !important;
  margin-bottom: 20px;
  clear: both;
}
div.wpcf7 .wpcf7-not-valid-tip {
  background: #fff;
  border: 1px solid #f00;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  font-family: "Open Sans";
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  text-align: left;
}
div.wpcf7 .wpcf7-response-output {
  width: 100%;
  background: #fff;
  margin: 10px 0 0 0;
  font-family: "Open Sans";
  font-size: 12px;
  line-height: 20px;
  padding: 5px 20px;
  text-align: center;
}
div.wpcf7 .ajax-loader {
  display: none;
}
.error404 .content {
  text-align: center;
}
.error404 .content h1 {
  font-size: 3.4375rem;
  line-height: 1.2;
  padding-bottom: 40px;
  font-weight: 400;
}
.error404 .content h1 span {
  font-size: 5rem;
  line-height: 1.2;
  color: #a37dca;
  font-weight: 700;
}
.error404 .content p {
  font-size: 1.125rem;
}
#menuOpen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #222;
  height: 50px;
  display: none;
  z-index: 100;
}
#menuOpen.opened span:before, #menuOpen.opened span:after {
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
#menuOpen.opened span:before {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotate(-45deg) translate(-7px, 7px);
  -moz-transform: rotate(-45deg) translate(-7px, 7px);
  -ms-transform: rotate(-45deg) translate(-7px, 7px);
  -o-transform: rotate(-45deg) translate(-7px, 7px);
  transform: rotate(-45deg) translate(-7px, 7px);
}
#menuOpen.opened span:after {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotate(45deg) translate(7px, 7px);
  -moz-transform: rotate(45deg) translate(7px, 7px);
  -ms-transform: rotate(45deg) translate(7px, 7px);
  -o-transform: rotate(45deg) translate(7px, 7px);
  transform: rotate(45deg) translate(7px, 7px);
}
#menuOpen p {
  margin-left: 3%;
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 50px;
  padding-bottom: 0;
}
#menuOpen span {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 3%;
  width: 27px;
  height: 27px;
  cursor: pointer;
  z-index: 300;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#menuOpen span:before, #menuOpen span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  box-shadow: 0 4px 0 0 #fff, 0 18px 0 0 #fff;
  -webkit-box-shadow: 0 4px 0 0 #fff, 0 18px 0 0 #fff;
  -moz-box-shadow: 0 4px 0 0 #fff, 0 18px 0 0 #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#menuOpen span:after {
  content: "";
  position: absolute;
  top: 7px;
  height: 4px;
  -webkit-box-shadow: 0 4px 0 0 #fff;
  -moz-box-shadow: 0 4px 0 0 #fff;
  -ms-box-shadow: 0 4px 0 0 #fff;
  -o-box-shadow: 0 4px 0 0 #fff;
  box-shadow: 0 4px 0 0 #fff;
}
html {
  font: 400 16px/1.5714 "Open Sans", sans-serif;
}
body {
  color: #000;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
}
#main {
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 100%;
}
.container {
  margin: 0 auto;
  width: 1180px;
  max-width: 94%;
  position: relative;
}
.flex, #top.left .container, #top.right .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
.around {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
}
.alc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.alstart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.alend {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
.cover {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="search"], input[type="password"], input[type="date"], textarea {
  height: 50px;
  width: 100%;
  color: #000;
  border: 1px solid transparent;
  background: #f4f7fc;
  padding: 0 1.4375rem;
  font-family: "Open Sans";
  font-size: 0.875rem;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="search"]:focus, input[type="password"]:focus, input[type="date"]:focus, textarea:focus {
  border-color: #a37dca;
}
input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #000;
}
input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="date"]::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #000;
}
input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #000;
}
textarea {
  resize: none;
  height: 100px;
  padding: 12px 1.25rem;
}
.button, .search .post .more, .submit {
  display: inline-block;
  line-height: 3.375rem;
  padding: 0 1.25rem;
  font-size: 0.75rem;
  font-weight: 700;
  background: #b3cac1;
  min-width: 200px;
  color: #fff;
  font-family: "Open Sans";
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}
.button.full, .search .post .more.full, .submit.full {
  display: block;
}
.button.violet, .search .post .more.violet, .submit.violet {
  background: #a37dca;
}
.button.white, .search .post .more.white, .submit.white {
  background: #fff;
  color: #3f986b;
}
.button.blue, .search .post .more.blue, .submit.blue {
  background: #015696;
}
.button.green, .search .post .more.green, .submit.green {
  background: #007e7a;
}
.button.red, .search .post .more.red, .submit.red {
  background: #c30063;
}
.button.darkViolet, .search .post .more.darkViolet, .submit.darkViolet {
  background: #6d2d95;
}
.button.turquoise, .search .post .more.turquoise, .submit.turquoise {
  background: #0080b2;
}
.button:hover, .search .post .more:hover, .submit:hover {
  opacity: 0.8;
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  padding-bottom: 30px;
}
h1 {
  font-family: "Gotham Pro";
  font-weight: 900;
  letter-spacing: -1px;
  font-size: 53px;
  line-height: 1;
  text-transform: uppercase;
  padding-bottom: 0;
}
h2 {
  font-family: "Gotham Pro";
  letter-spacing: -1px;
  font-size: 40px;
  text-transform: uppercase;
  padding: 40px 0 75px;
}
h3 {
  font-size: 1.75rem;
}
h4 {
  font-size: 1.25rem;
  padding-bottom: 10px;
}
p {
  padding-bottom: 35px;
  line-height: 1.7;
}
em {
  font-weight: 300;
}
a {
  color: #a37dca;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a:hover {
  text-decoration: underline;
}
header {
  position: relative;
  z-index: 100;
}
#top {
  color: #fff;
  position: relative;
  z-index: 0;
}
#top:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: -1;
}
#top h1, #top h2, #top h3, #top h4 {
  padding-bottom: 0;
}
#top img {
  margin: 17px 0 0;
}
#top.center {
  text-align: center;
}
#top.left .info {
  -webkit-flex-basis: 785px;
  -moz-flex-basis: 785px;
  -ms-flex-preferred-size: 785px;
  flex-basis: 785px;
}
#top.left .info h1 {
  margin-bottom: 60px;
}
#top.right .info {
  margin-left: auto;
  -webkit-flex-basis: 535px;
  -moz-flex-basis: 535px;
  -ms-flex-preferred-size: 535px;
  flex-basis: 535px;
}
#top .titleBox {
  width: 100%;
  font-size: 45px;
  background: #a37dca;
  padding: 7px 0;
}
.content {
  padding: 90px 0 60px;
}
.content ul {
  margin: 0 0 35px 15px;
}
.content ul li {
  padding: 6px 0 6px 35px;
  position: relative;
  line-height: 1.7;
}
.content ul li:before {
  content: "";
  background: #000;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  position: absolute;
  top: 1.0625rem;
  left: 0;
}
.content ul li ul {
  list-style: lower-latin;
  margin: 10px 0 0 40px;
}
.content ul li ul li {
  padding-left: 20px;
}
.content ul li ul li:before {
  display: none;
}
.content ol {
  list-style: decimal outside;
  margin: 0 0 35px 30px;
}
.content ol li {
  padding: 7px 0 7px 20px;
  line-height: 1.7;
}
.textBox {
  padding: 90px 0 60px;
}
.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-bottom: 65px;
}
.tabs div {
  background: #b3cac1;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  padding: 18px 25px;
  min-width: 300px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  margin: 0 1px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.tabs div:after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 11px 0 11px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.tabs div.violet {
  background: #bc99e0;
  box-shadow: inset 0 6px 0 #a37dca;
  color: #fff;
}
.tabs div.violet:after {
  border-color: #bc99e0 transparent transparent transparent;
}
.tabs div.violet:hover, .tabs div.violet.active {
  background: #a37dca;
}
.tabs div.violet:hover:after, .tabs div.violet.active:after {
  border-color: #a37dca transparent transparent transparent;
}
.tabs div.pink {
  background: #ffe1f3;
  box-shadow: inset 0 6px 0 #d870ad;
}
.tabs div.pink:after {
  border-color: #ffe1f3 transparent transparent transparent;
}
.tabs div.pink:hover, .tabs div.pink.active {
  background: #d870ad;
}
.tabs div.pink:hover:after, .tabs div.pink.active:after {
  border-color: #d870ad transparent transparent transparent;
}
.tabs div.turquoise {
  background: #e6f8f8;
  box-shadow: inset 0 6px 0 #4dc4c0;
}
.tabs div.turquoise:after {
  border-color: #e6f8f8 transparent transparent transparent;
}
.tabs div.turquoise:hover, .tabs div.turquoise.active {
  background: #4dc4c0;
  color: #fff;
}
.tabs div.turquoise:hover:after, .tabs div.turquoise.active:after {
  border-color: #4dc4c0 transparent transparent transparent;
}
.tabs div:hover:after, .tabs div.active:after {
  bottom: -11px;
}
.tabs div.active {
  cursor: default;
}
.tabContent > div {
  display: none;
}
.tabContent > div:first-child {
  display: block;
}
.columns {
  margin-top: 65px;
}
.columns .item {
  position: relative;
  background: #f4f7fc;
}
.columns .item:nth-child(2n) figure {
  right: 0;
}
.columns .item:nth-child(2n) .info {
  padding-right: 8%;
}
.columns .item:nth-child(2n+1) figure {
  left: 0;
}
.columns .item:nth-child(2n+1) .info {
  padding-left: 8%;
  margin-left: auto;
}
.columns .item figure {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
}
.columns .item figure img {
  display: none;
}
.columns .item > div {
  padding: 70px 0 50px;
  width: 1600px;
}
.columns .item .info {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.links {
  margin-top: -87px !important;
  margin-bottom: 80px !important;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.25%;
  width: 100.5%;
  text-align: center;
}
.links > * {
  width: 24.5%;
  margin: 0 0.25% 0.3125em;
}
.links * {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.links a, .links div {
  padding: 0 20px 23px;
  background: #fff;
  box-shadow: 0 5px 32px 4px rgba(0, 0, 0, .08);
}
.links a figure, .links div figure {
  width: 70px;
  height: 60px;
  border-radius: 0 0 10px 10px;
  background: #a37dca;
  margin: 0 auto 23px;
  position: relative;
}
.links a figure svg, .links div figure svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.links a span, .links div span {
  font-size: 1.125rem;
  font-weight: 700;
  color: #000;
}
.links a:hover, .links div:hover {
  text-decoration: none;
  background: #a37dca;
}
.links a:hover figure, .links div:hover figure {
  background: #fff;
}
.links a:hover figure path, .links div:hover figure path {
  fill: #a37dca;
}
.links a:hover span, .links div:hover span {
  color: #fff;
}
.tpl-fusion h1 {
  font-weight: 700;
}
.tpl-fusion .content {
  padding-bottom: 0;
}
.fusionLogin figure {
  -webkit-flex-basis: 459px;
  -moz-flex-basis: 459px;
  -ms-flex-preferred-size: 459px;
  flex-basis: 459px;
  margin-right: 40px;
}
.fusionLogin .info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 70px;
}
.fusionLogin .fusionButton {
  margin-top: 20px;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  line-height: 80px;
  padding: 0 40px 0 140px;
  text-transform: uppercase;
  background: #0af url("../images/fusion.jpg") 0 0 no-repeat;
}
.fusionLogin .fusionButton:hover {
  text-decoration: none;
  opacity: 0.8;
}
.tpl-get-started .textBox {
  background: #f4f7fc;
}
.tpl-get-started .columns {
  margin: 0;
}
.tpl-get-started .columns .item {
  background: #fff;
}
.memberInfo {
  background: #f4f7fc;
}
.galleryBox {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0;
  width: 100%;
}
.galleryBox > * {
  width: 20%;
  margin: 0 0 0em;
}
.tpl-about .content, .tpl-facilities .content, .tpl-get-started .content {
  padding: 0;
}
.woocommerce-breadcrumb {
  margin-bottom: 20px;
  display: none;
}
.productsBox {
  margin-top: 20px;
  text-align: center;
}
.productsBox.columns-2 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.productsBox.columns-2 > * {
  width: 48%;
  margin: 0 1% 1.5em;
}
.productsBox.columns-3 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.productsBox.columns-3 > * {
  width: 31.3333333333%;
  margin: 0 1% 1.3333333333em;
}
.productsBox.columns-4 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.productsBox.columns-4 > * {
  width: 23%;
  margin: 0 1% 1.25em;
}
.productsBox .product {
  border: 1px solid #ccc;
  padding: 20px;
}
.productsBox .product .woocommerce-LoopProduct-link {
  display: block;
  margin-bottom: 20px;
}
.productsBox .product .woocommerce-LoopProduct-link:hover {
  text-decoration: none;
}
.productsBox .product h2 {
  padding-bottom: 15px;
}
.productsBox .product img {
  margin: 0 auto 20px;
}
.productsBox .product .add_to_cart_button {
  position: relative;
}
.productsBox .product .add_to_cart_button.added {
  opacity: 0.5;
}
.productsBox .product .added_to_cart {
  display: none;
}
.productsBox .product .price del {
  font-size: 13px;
}
.productsBox .product .price ins {
  text-decoration: none;
}
.woocommerce-pagination {
  text-align: center;
}
.woocommerce-pagination ul {
  border: none;
  margin-left: 0;
}
.woocommerce-pagination ul li {
  display: inline-block;
  vertical-align: middle;
  border: none;
  margin: 1px;
  padding: 0;
}
.woocommerce-pagination ul li:before {
  display: none;
}
.woocommerce-pagination ul li .page-numbers {
  background: #fff;
  color: #000;
  padding: 5px 12px;
}
.woocommerce-pagination ul li .page-numbers:hover, .woocommerce-pagination ul li .page-numbers.current {
  background: #a37dca;
  color: #fff;
  text-decoration: none;
}
/**
 * Price filter widget
 */
.widget_price_filter .price_slider {
  margin: 20px 0;
}
.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4;
  font-size: 0.8751em;
}
.widget_price_filter .price_slider_amount .button, .widget_price_filter .price_slider_amount .search .post .more, .search .post .widget_price_filter .price_slider_amount .more {
  font-size: 1.15em;
  float: left;
}
.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  background-color: #a37dca;
  border-radius: 1em;
  cursor: ew-resize;
  outline: none;
  top: -0.3em;
  /* rtl:ignore */
  margin-left: -0.5em;
  cursor: pointer;
}
.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  border-radius: 1em;
  background-color: #a37dca;
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
  border-radius: 1em;
  background-color: #5f3986;
  border: 0;
}
.widget_price_filter .ui-slider-horizontal {
  height: 0.5em;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}
.widget_price_filter .price_label {
  font-size: 14px;
}
.sale {
  position: relative;
  z-index: 100;
}
.sale:before {
  content: "Sale";
  position: absolute;
  background-color: #ea4444;
  font-size: 15px;
  top: 6px;
  left: -6px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 20px;
  line-height: 30px;
  z-index: 30;
}
.onsale {
  display: none;
}
.single-product .product .images {
  border: 1px solid #ccc;
  padding: 15px;
  margin-bottom: 40px;
  position: relative;
}
.single-product .product .images .woocommerce-product-gallery__trigger {
  font-size: 0;
  position: absolute;
  right: 20px;
  top: 15px;
  z-index: 1;
}
.single-product .product .images .woocommerce-product-gallery__trigger:before {
  content: "\f00e";
  font-family: FontAwesome;
  display: inline-block;
  color: #a37dca;
  font-size: 25px;
}
.single-product .product .images .flex-viewport {
  margin-bottom: 10px;
}
.single-product .product .images .flex-viewport img {
  margin: 0 auto;
}
.single-product .product .images .flex-control-nav {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  margin-bottom: 0;
}
.single-product .product .images .flex-control-nav li {
  width: 72px;
  margin: 0 4px;
  padding: 0;
}
.single-product .product .images .flex-control-nav li img {
  cursor: pointer;
  opacity: 0.8;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.single-product .product .images .flex-control-nav li img:hover, .single-product .product .images .flex-control-nav li img.flex-active {
  opacity: 1;
}
.single-product .product .summary {
  -webkit-flex-basis: 48%;
  -moz-flex-basis: 48%;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
}
.single-product .product .woocommerce-tabs {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.single-product .variations {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 20px;
}
.single-product .variations .label {
  font-size: 1.5rem;
  margin: 0 25px 0 0;
}
.single-product .variations .value {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.single-product .variations .value .reset_variations {
  margin-left: 25px;
}
.single-product .product-type-simple .cart, .single-product .woocommerce-variation-add-to-cart {
  margin: 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
.single-product .product-type-simple .cart label, .single-product .woocommerce-variation-add-to-cart label {
  display: block;
}
.single-product .product-type-simple .cart input, .single-product .woocommerce-variation-add-to-cart input {
  margin-bottom: 0 !important;
  width: 100px !important;
}
.single-product .product_meta > span {
  display: block;
  margin-bottom: 5px;
}
.single-product .related {
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
  -moz-box-flex: 100%;
  -moz-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
}
.single-product .related .product {
  display: block;
}
.single-product #top {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}
.woocommerce-billing-fields__field-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.woocommerce-billing-fields__field-wrapper .form-row {
  -webkit-flex-basis: 48%;
  -moz-flex-basis: 48%;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="search"], input[type="password"], input[type="date"], textarea {
  border: 1px solid #ccc;
  background: #eee;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="search"]:focus, input[type="password"]:focus, input[type="date"]:focus, textarea:focus {
  border-color: #a37dca;
}
input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #000;
}
input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="date"]::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #000;
}
input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #000;
}
.woocommerce-tabs {
  margin-top: 40px;
}
.woocommerce-tabs ul.tabs {
  list-style: none;
  padding: 0;
  margin: 0 0 1.618em;
  overflow: hidden;
  position: relative;
}
.woocommerce-tabs ul.tabs li {
  border: 1px solid #b3b3b3;
  background-color: #ccc;
  display: inline-block;
  position: relative;
  z-index: 0;
  padding: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.woocommerce-tabs ul.tabs li:before {
  display: none;
}
.woocommerce-tabs ul.tabs li a {
  display: block;
  padding: 7px 15px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}
.woocommerce-tabs ul.tabs li:hover, .woocommerce-tabs ul.tabs li.active {
  background: #a37dca;
  z-index: 2;
  border-color: #a37dca;
}
.woocommerce-tabs ul.tabs li:hover a, .woocommerce-tabs ul.tabs li.active a {
  color: #fff;
  text-decoration: none;
}
.woocommerce-tabs ul.tabs::before {
  position: absolute;
  content: ' ';
  width: 100%;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #b3b3b3;
  z-index: 1;
}
.woocommerce-tabs .panel {
  margin: 0 0 2em;
  padding: 0;
}
.price {
  font-size: 1.75rem;
  color: #a37dca;
}
.comment-form-rating {
  display: inline-block;
  vertical-align: top;
}
.comment-form-rating label, .comment-form-rating select, .comment-form-rating .selbel_w {
  display: none;
}
/**--------------------------
 * Product rating stars.
 *--------------------------*/
.star-rating {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 120px;
  height: 24px;
  margin-bottom: 20px;
}
.star-rating > span {
  position: absolute;
  display: block;
  text-indent: -999em;
  height: 24px;
  overflow: hidden;
}
.star-rating > span::before {
  content: "";
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjQgMjQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbDojRjVDNDE3O308L3N0eWxlPjxnPjxnPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik04LjgsOC40YzAsMC0zLjgsMC40LTYuMywwLjdDMi4zLDkuMiwyLjEsOS40LDIsOS42QzIsOS44LDIsMTAuMSwyLjIsMTAuM2MxLjksMS44LDQuNyw0LjUsNC43LDQuNWMwLDAtMC44LDMuOS0xLjMsNi41YzAsMC4yLDAsMC41LDAuMiwwLjZDNiwyMiw2LjMsMjIsNi41LDIxLjljMi4yLTEuMyw1LjUtMy4zLDUuNS0zLjNzMy4zLDIsNS41LDMuM2MwLjIsMC4xLDAuNSwwLjEsMC42LDBjMC4yLTAuMSwwLjMtMC40LDAuMi0wLjZjLTAuNS0yLjYtMS4zLTYuNS0xLjMtNi41czIuOC0yLjcsNC43LTQuNUMyMiwxMC4xLDIyLDkuOCwyMiw5LjZzLTAuMy0wLjQtMC41LTAuNGMtMi41LTAuMy02LjMtMC43LTYuMy0wLjdzLTEuNi0zLjYtMi42LTYuMUMxMi40LDIuMiwxMi4yLDIsMTIsMmMtMC4yLDAtMC40LDAuMi0wLjUsMC40QzEwLjQsNC44LDguOCw4LjQsOC44LDguNHoiLz48L2c+PC9nPjwvc3ZnPg==');
  background-repeat: repeat-x;
  background-size: 24px;
  top: 0;
  left: 0;
  bottom: 0;
  display: block;
  height: 24px;
  text-indent: -999em;
}
.star-rating::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 120px;
  height: 24px;
  background-size: 24px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjQgMjQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbDojQjJCM0IyO308L3N0eWxlPjxnPjxnPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik04LjgsOC40YzAsMC0zLjgsMC40LTYuMywwLjdDMi4zLDkuMiwyLjEsOS40LDIsOS42QzIsOS44LDIsMTAuMSwyLjIsMTAuM2MxLjksMS44LDQuNyw0LjUsNC43LDQuNWMwLDAtMC44LDMuOS0xLjMsNi41YzAsMC4yLDAsMC41LDAuMiwwLjZDNiwyMiw2LjMsMjIsNi41LDIxLjljMi4yLTEuMyw1LjUtMy4zLDUuNS0zLjNzMy4zLDIsNS41LDMuM2MwLjIsMC4xLDAuNSwwLjEsMC42LDBjMC4yLTAuMSwwLjMtMC40LDAuMi0wLjZjLTAuNS0yLjYtMS4zLTYuNS0xLjMtNi41czIuOC0yLjcsNC43LTQuNUMyMiwxMC4xLDIyLDkuOCwyMiw5LjZzLTAuMy0wLjQtMC41LTAuNGMtMi41LTAuMy02LjMtMC43LTYuMy0wLjdzLTEuNi0zLjYtMi42LTYuMUMxMi40LDIuMiwxMi4yLDIsMTIsMmMtMC4yLDAtMC40LDAuMi0wLjUsMC40QzEwLjQsNC44LDguOCw4LjQsOC44LDguNHoiLz48L2c+PC9nPjwvc3ZnPg==');
  background-repeat: repeat-x;
  opacity: 0.25;
}
.stars {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 120px;
  height: 48px;
  padding: 0;
  margin: 0;
}
.stars span {
  display: block;
  font-size: 0;
  height: 100%;
}
.stars::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 24px;
  background-size: 24px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjQgMjQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbDojQjJCM0IyO308L3N0eWxlPjxnPjxnPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik04LjgsOC40YzAsMC0zLjgsMC40LTYuMywwLjdDMi4zLDkuMiwyLjEsOS40LDIsOS42QzIsOS44LDIsMTAuMSwyLjIsMTAuM2MxLjksMS44LDQuNyw0LjUsNC43LDQuNWMwLDAtMC44LDMuOS0xLjMsNi41YzAsMC4yLDAsMC41LDAuMiwwLjZDNiwyMiw2LjMsMjIsNi41LDIxLjljMi4yLTEuMyw1LjUtMy4zLDUuNS0zLjNzMy4zLDIsNS41LDMuM2MwLjIsMC4xLDAuNSwwLjEsMC42LDBjMC4yLTAuMSwwLjMtMC40LDAuMi0wLjZjLTAuNS0yLjYtMS4zLTYuNS0xLjMtNi41czIuOC0yLjcsNC43LTQuNUMyMiwxMC4xLDIyLDkuOCwyMiw5LjZzLTAuMy0wLjQtMC41LTAuNGMtMi41LTAuMy02LjMtMC43LTYuMy0wLjdzLTEuNi0zLjYtMi42LTYuMUMxMi40LDIuMiwxMi4yLDIsMTIsMmMtMC4yLDAtMC40LDAuMi0wLjUsMC40QzEwLjQsNC44LDguOCw4LjQsOC44LDguNHoiLz48L2c+PC9nPjwvc3ZnPg==');
  background-repeat: repeat-x;
  opacity: 0.25;
  z-index: -1;
}
.stars a {
  display: inline-block;
  vertical-align: top;
  line-height: 24px;
  padding-top: 24px;
  width: 24px;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  overflow: hidden;
  font-size: 0;
}
.stars a:hover {
  color: yellow;
}
.stars a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-size: 24px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjQgMjQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbDojRjVDNDE3O308L3N0eWxlPjxnPjxnPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik04LjgsOC40YzAsMC0zLjgsMC40LTYuMywwLjdDMi4zLDkuMiwyLjEsOS40LDIsOS42QzIsOS44LDIsMTAuMSwyLjIsMTAuM2MxLjksMS44LDQuNyw0LjUsNC43LDQuNWMwLDAtMC44LDMuOS0xLjMsNi41YzAsMC4yLDAsMC41LDAuMiwwLjZDNiwyMiw2LjMsMjIsNi41LDIxLjljMi4yLTEuMyw1LjUtMy4zLDUuNS0zLjNzMy4zLDIsNS41LDMuM2MwLjIsMC4xLDAuNSwwLjEsMC42LDBjMC4yLTAuMSwwLjMtMC40LDAuMi0wLjZjLTAuNS0yLjYtMS4zLTYuNS0xLjMtNi41czIuOC0yLjcsNC43LTQuNUMyMiwxMC4xLDIyLDkuOCwyMiw5LjZzLTAuMy0wLjQtMC41LTAuNGMtMi41LTAuMy02LjMtMC43LTYuMy0wLjdzLTEuNi0zLjYtMi42LTYuMUMxMi40LDIuMiwxMi4yLDIsMTIsMmMtMC4yLDAtMC40LDAuMi0wLjUsMC40QzEwLjQsNC44LDguOCw4LjQsOC44LDguNHoiLz48L2c+PC9nPjwvc3ZnPg==');
  background-repeat: repeat-x;
  z-index: -1;
}
.star-1.active::before, .star-1:hover::before, .star-1:focus::before {
  width: 24px;
}
.star-2.active::before, .star-2:hover::before, .star-2:focus::before {
  width: 48px;
}
.star-3.active::before, .star-3:hover::before, .star-3:focus::before {
  width: 72px;
}
.star-4.active::before, .star-4:hover::before, .star-4:focus::before {
  width: 96px;
}
.star-5.active::before, .star-5:hover::before, .star-5:focus::before {
  width: 120px;
}
table.shop_attributes {
  border: 0;
  border-top: 1px dotted rgba(0, 0, 0, 0.1);
  margin-bottom: 1.618em;
  width: 100%;
}
table.shop_attributes th {
  width: 150px;
  font-weight: 700;
  padding: 0 10px;
  border-top: 0;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
  margin: 0;
  line-height: 1.5;
  background: #a37dca;
  color: #fff;
}
table.shop_attributes td {
  font-style: italic;
  border-top: 0;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
  margin: 0;
  padding: 0 10px;
  line-height: 1.5;
}
table.shop_attributes td p {
  padding: 8px 0;
}
table.shop_attributes tr:nth-child(even) td, table.shop_attributes tr:nth-child(even) th {
  background: rgba(0, 0, 0, 0.025);
}
.quantity {
  display: inline-block;
  font-size: 0;
}
.quantity > * {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.25rem;
}
.quantity input {
  -moz-appearance: textfield;
}
.quantity input::-webkit-outer-spin-button, .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.quantity .qty {
  font-size: 20px;
  width: 60px;
  text-align: center;
  border: 1px solid #a37dca;
  height: 50px;
}
.quantity .qControls {
  height: 50px;
  line-height: 50px;
  width: 30px;
  color: #fff;
  background: #a37dca;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.quantity .qControls:hover {
  background: #b3cac1;
}
#customer_details {
  margin: 30px 0 0;
}
.col2-set:after {
  content: '';
  display: block;
  clear: both;
}
.col2-set .col-1 {
  float: left;
}
.col2-set .col-2 {
  float: right;
}
.col2-set > div {
  width: 100%;
}
.form-row label {
  font-size: 1rem;
  display: block;
  padding: 0 0 10px;
}
.form-row textarea {
  line-height: 20px;
  overflow: hidden;
  height: 130px;
  padding: 10px;
  resize: none;
}
.form-row abbr {
  font-size: 1rem;
  color: #e74c3c;
  border: 0;
}
.form-row input#billing_state + span {
  display: none;
}
.content .woocommerce-error, .content .woocommerce-info, .content .woocommerce-message {
  margin: 0 0 15px;
  background-color: #f7f6f7;
  border-top: 3px solid #a37dca;
  color: #515151;
  list-style: outside none none;
  overflow-wrap: break-word;
  position: relative;
  width: auto;
  padding: 10px 30px;
}
.content .woocommerce-error li, .content .woocommerce-info li, .content .woocommerce-message li {
  padding: 5px 0;
}
.content .woocommerce-error li:before, .content .woocommerce-info li:before, .content .woocommerce-message li:before {
  display: none;
}
.content .woocommerce-error .button, .content .woocommerce-error .search .post .more, .search .post .content .woocommerce-error .more, .content .woocommerce-info .button, .content .woocommerce-info .search .post .more, .search .post .content .woocommerce-info .more, .content .woocommerce-message .button, .content .woocommerce-message .search .post .more, .search .post .content .woocommerce-message .more {
  margin-right: 25px;
}
.content .woocommerce-error {
  border-color: #b81c23;
}
.content .woocommerce-info {
  border-color: #1e85be;
}
.content .woocommerce-message {
  border-color: #8fae1b;
}
.woocommerce-cart-form {
  margin-bottom: 50px;
}
.shop_table {
  width: 100%;
}
.shop_table tr th {
  font-size: 1.375rem;
  font-weight: 400;
  padding: 10px 15px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #ccc;
  background: #a37dca;
}
.shop_table tr th.product-remove {
  border-right: 0;
}
.shop_table tr th.product-thumbnail {
  border-left: 0;
}
.shop_table tr td {
  padding: 10px 15px;
  border: 1px solid #ccc;
  background: #fff;
}
.shop_table tr td.product-remove {
  text-align: center;
}
.shop_table tr td.product-remove a.remove {
  font-size: 1.5625rem;
  display: block;
  margin: 0 auto;
  text-decoration: none;
  color: #ef4036;
}
.shop_table tr td.product-thumbnail {
  border-left: 0;
}
.shop_table tr td p {
  padding: 0;
}
.shop_table tr td.product-thumbnail {
  width: 100px;
  padding: 0;
}
.shop_table tr td.product-thumbnail a, .shop_table tr td.product-thumbnail img {
  display: block;
}
.shop_table tr td.product-price {
  text-align: center;
}
.shop_table tr td.product-quantity {
  text-align: center;
}
.shop_table tr td.product-total {
  text-align: center;
}
.shop_table tr td.product-subtotal {
  text-align: center;
  font-weight: 700;
}
.shop_table tfoot {
  text-align: center;
}
.actions {
  padding: 10px 0;
  text-align: right;
  border: 0;
}
.actions .coupon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  float: left;
}
.actions .coupon label {
  display: none;
}
.actions .coupon #coupon_code {
  width: 200px;
  margin-right: 10px;
}
.actions .coupon + .button, .actions .search .post .coupon + .more, .search .post .actions .coupon + .more {
  float: right;
}
.button.disabled, .search .post .more.disabled, .button:disabled, .search .post .more:disabled {
  opacity: 0.5;
}
.cart-collaterals table {
  max-width: 100%;
  table-layout: fixed;
  text-align: left;
}
.cart-collaterals table th {
  width: 30%;
}
.cart-collaterals table td {
  width: 70%;
}
.cart-collaterals .wc-proceed-to-checkout {
  text-align: center;
  margin-top: 10px;
}
.woocommerce-validated input {
  border-color: #69bf29;
}
.woocommerce-invalid input {
  border-color: #a00;
}
.product .nyp {
  position: relative;
  margin-bottom: 0;
}
.product .nyp:after {
  content: "$";
  position: absolute;
  bottom: 12px;
  left: 10px;
  font-weight: 700;
}
#opc-messages {
  display: none;
}
#payment {
  margin-top: 30px;
  background: #ebe9eb;
  padding: 20px;
  display: none;
}
#payment .payment_methods {
  margin: 0;
}
#payment .payment_methods li {
  padding: 0;
}
#payment .payment_methods li img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
}
#payment .payment_methods li:before {
  display: none;
}
#payment .payment_box {
  background-color: #dfdcde;
  border-radius: 2px;
  box-sizing: border-box;
  color: #515151;
  font-size: 0.92em;
  line-height: 1.5;
  margin: 1em 0;
  padding: 1em;
  position: relative;
  width: 100%;
}
#payment .payment_box:before {
  border-color: transparent transparent #dfdcde;
  border-image: none;
  border-style: solid;
  border-width: 1em;
  content: "";
  display: block;
  left: 0;
  margin: -1em 0 0 2em;
  position: absolute;
  top: -0.75em;
}
#payment .payment_box p {
  padding: 0;
}
#payment .place-order {
  text-align: center;
}
.select2-container--default .select2-selection--single {
  border: 1px solid #ccc;
  background: #eee;
  border-radius: 0;
  height: 50px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 50px;
  padding-left: 23px;
  padding-right: 23px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 0;
  top: 0;
  bottom: 0;
  width: 30px;
  height: auto;
}
/* ==========================================================================
 woocommerce-account
 ========================================================================== */
.woocommerce-account .woocommerce {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.woocommerce-account .woocommerce-form-login {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 auto;
  max-width: 700px;
}
.woocommerce-account .woocommerce-form-login .woocommerce-form__label {
  display: inline-block;
  margin-left: 15px;
}
.woocommerce-account .woocommerce-message, .woocommerce-account h2 {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  -webkit-flex-basis: 20%;
  -moz-flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  margin-left: 0;
  padding-bottom: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation a {
  font-size: 16px;
  display: inline-block;
}
.woocommerce-account .woocommerce-MyAccount-navigation li {
  margin-bottom: 10px;
}
.woocommerce-account td {
  padding: 10px;
}
.woocommerce-account th {
  padding: 10px;
  text-align: left;
}
.woocommerce-account h2 {
  padding-bottom: 15px;
}
.woocommerce-account .woocommerce-MyAccount-content {
  -webkit-flex-basis: 75%;
  -moz-flex-basis: 75%;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
}
.woocommerce-account .woocommerce-MyAccount-orders, .woocommerce-account .shop_table.order_details {
  width: 100%;
  margin-bottom: 20px;
  text-align: left;
  border: 1px solid #ccc;
}
.woocommerce-account .woocommerce-EditAccountForm legend {
  font-size: 18px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.woocommerce-account fieldset {
  border: none;
}
.woocommerce-account .woocommerce-orders-table__cell .button, .woocommerce-account .woocommerce-orders-table__cell .search .post .more, .search .post .woocommerce-account .woocommerce-orders-table__cell .more {
  display: block;
  margin: 0 auto 12px;
  width: 200px;
}
/* START Make the WooCommerce Cart Table Responsive  for Mobile */
/* CSS published in http://www.jeremycarter.com.au/optimising-woocommerce-checkout-for-mobile/ */
@media screen and (max-width: 1024px) {
  /**
   * Twenty Thirteen specific styles
   */
  .productsBox.columns-4 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.85%;
    width: 101.7%;
  }
  .productsBox.columns-4 > * {
    width: 31.6333333333%;
    margin: 0 0.85% 1.1333333333em;
  }
  .single-product .product {
    display: block;
  }
  .single-product .product .images {
    margin: 0 auto 40px;
    max-width: 700px;
  }
  .content .woocommerce-message {
    text-align: center;
  }
  .content .woocommerce-message .button, .content .woocommerce-message .search .post .more, .search .post .content .woocommerce-message .more {
    display: block;
    margin: 10px auto 20px;
    width: 200px;
  }
  .woocommerce-account .woocommerce {
    display: block;
  }
  .woocommerce-account .woocommerce-MyAccount-content {
    margin-top: 40px;
  }
  .woocommerce-account .woocommerce-orders-table__cell-order-actions .pay {
    margin-top: 50px;
  }
  .woocommerce, .woocommerce-page {
    /**
     * General layout
     */
    /**
     * Products
     */
    /**
     * Product Details
     */
    /**
     * Cart
     */
    /**
     * Checkout
     */
    /**
     * Account
     */
  }
  .woocommerce table.shop_table_responsive thead, .woocommerce-page table.shop_table_responsive thead {
    display: none;
  }
  .woocommerce table.shop_table_responsive tbody th, .woocommerce-page table.shop_table_responsive tbody th {
    display: none;
  }
  .woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr {
    display: block;
  }
  .woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
    display: block;
    text-align: right !important;
  }
  .woocommerce table.shop_table_responsive tr td.order-actions, .woocommerce-page table.shop_table_responsive tr td.order-actions {
    text-align: left !important;
  }
  .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
    content: attr(data-title) ': ';
    font-weight: 700;
    float: left;
  }
  .woocommerce table.shop_table_responsive tr td.product-remove::before, .woocommerce-page table.shop_table_responsive tr td.product-remove::before, .woocommerce table.shop_table_responsive tr td.actions::before, .woocommerce-page table.shop_table_responsive tr td.actions::before {
    display: none;
  }
  .woocommerce table.shop_table_responsive tr td.product-remove .coupon, .woocommerce-page table.shop_table_responsive tr td.product-remove .coupon, .woocommerce table.shop_table_responsive tr td.actions .coupon, .woocommerce-page table.shop_table_responsive tr td.actions .coupon {
    display: block;
  }
  .woocommerce table.shop_table_responsive tr td.product-remove .coupon #coupon_code, .woocommerce-page table.shop_table_responsive tr td.product-remove .coupon #coupon_code, .woocommerce table.shop_table_responsive tr td.actions .coupon #coupon_code, .woocommerce-page table.shop_table_responsive tr td.actions .coupon #coupon_code {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .woocommerce table.shop_table_responsive tr td.product-remove .coupon .button, .woocommerce table.shop_table_responsive tr td.product-remove .coupon .search .post .more, .search .post .woocommerce table.shop_table_responsive tr td.product-remove .coupon .more, .woocommerce-page table.shop_table_responsive tr td.product-remove .coupon .button, .woocommerce-page table.shop_table_responsive tr td.product-remove .coupon .search .post .more, .search .post .woocommerce-page table.shop_table_responsive tr td.product-remove .coupon .more, .woocommerce table.shop_table_responsive tr td.actions .coupon .button, .woocommerce table.shop_table_responsive tr td.actions .coupon .search .post .more, .search .post .woocommerce table.shop_table_responsive tr td.actions .coupon .more, .woocommerce-page table.shop_table_responsive tr td.actions .coupon .button, .woocommerce-page table.shop_table_responsive tr td.actions .coupon .search .post .more, .search .post .woocommerce-page table.shop_table_responsive tr td.actions .coupon .more, .woocommerce table.shop_table_responsive tr td.product-remove .coupon + .button, .woocommerce table.shop_table_responsive tr td.product-remove .search .post .coupon + .more, .search .post .woocommerce table.shop_table_responsive tr td.product-remove .coupon + .more, .woocommerce-page table.shop_table_responsive tr td.product-remove .coupon + .button, .woocommerce-page table.shop_table_responsive tr td.product-remove .search .post .coupon + .more, .search .post .woocommerce-page table.shop_table_responsive tr td.product-remove .coupon + .more, .woocommerce table.shop_table_responsive tr td.actions .coupon + .button, .woocommerce table.shop_table_responsive tr td.actions .search .post .coupon + .more, .search .post .woocommerce table.shop_table_responsive tr td.actions .coupon + .more, .woocommerce-page table.shop_table_responsive tr td.actions .coupon + .button, .woocommerce-page table.shop_table_responsive tr td.actions .search .post .coupon + .more, .search .post .woocommerce-page table.shop_table_responsive tr td.actions .coupon + .more {
    float: none !important;
    width: 100%;
    margin: 7px 0;
  }
  .woocommerce table.shop_table_responsive tr:nth-child( 2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child( 2n) td {
    background-color: rgba(0, 0, 0, 0.08);
  }
  .woocommerce table.my_account_orders tr td.order-actions, .woocommerce-page table.my_account_orders tr td.order-actions {
    text-align: left;
  }
  .woocommerce table.my_account_orders tr td.order-actions::before, .woocommerce-page table.my_account_orders tr td.order-actions::before {
    display: none;
  }
  .woocommerce table.my_account_orders tr td.order-actions .button, .woocommerce table.my_account_orders tr td.order-actions .search .post .more, .search .post .woocommerce table.my_account_orders tr td.order-actions .more, .woocommerce-page table.my_account_orders tr td.order-actions .button, .woocommerce-page table.my_account_orders tr td.order-actions .search .post .more, .search .post .woocommerce-page table.my_account_orders tr td.order-actions .more {
    float: none;
    margin: 0.125em 0.25em 0.125em 0;
  }
  .woocommerce .cart-collaterals table td, .woocommerce-page .cart-collaterals table td {
    width: 100%;
  }
  .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    float: none;
    width: 100%;
  }
  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .woocommerce[class*='columns-'] ul.products li.product, .woocommerce-page[class*='columns-'] ul.products li.product {
    width: 48%;
    float: left;
    clear: both;
    margin: 0 0 2.992em;
  }
  .woocommerce ul.products li.product:nth-child( 2n), .woocommerce-page ul.products li.product:nth-child( 2n), .woocommerce[class*='columns-'] ul.products li.product:nth-child( 2n), .woocommerce-page[class*='columns-'] ul.products li.product:nth-child( 2n) {
    float: right;
    clear: none !important;
  }
  .woocommerce div.product div.images, .woocommerce-page div.product div.images, .woocommerce #content div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce div.product div.summary, .woocommerce-page div.product div.summary, .woocommerce #content div.product div.summary, .woocommerce-page #content div.product div.summary {
    float: none;
    width: 100%;
  }
  .woocommerce table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail, .woocommerce #content table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail {
    display: none;
  }
  .woocommerce table.cart td.actions, .woocommerce-page table.cart td.actions, .woocommerce #content table.cart td.actions, .woocommerce-page #content table.cart td.actions {
    text-align: left;
  }
  .woocommerce table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon, .woocommerce #content table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon {
    float: none;
    padding-bottom: 0.5em;
  }
  .woocommerce table.cart td.actions .coupon input, .woocommerce-page table.cart td.actions .coupon input, .woocommerce #content table.cart td.actions .coupon input, .woocommerce-page #content table.cart td.actions .coupon input, .woocommerce table.cart td.actions .coupon .button, .woocommerce table.cart td.actions .coupon .search .post .more, .search .post .woocommerce table.cart td.actions .coupon .more, .woocommerce-page table.cart td.actions .coupon .button, .woocommerce-page table.cart td.actions .coupon .search .post .more, .search .post .woocommerce-page table.cart td.actions .coupon .more, .woocommerce #content table.cart td.actions .coupon .button, .woocommerce #content table.cart td.actions .coupon .search .post .more, .search .post .woocommerce #content table.cart td.actions .coupon .more, .woocommerce-page #content table.cart td.actions .coupon .button, .woocommerce-page #content table.cart td.actions .coupon .search .post .more, .search .post .woocommerce-page #content table.cart td.actions .coupon .more, .woocommerce table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon .input-text {
    width: 48%;
    box-sizing: border-box;
  }
  .woocommerce table.cart td.actions .coupon .input-text + .button, .woocommerce table.cart td.actions .coupon .search .post .input-text + .more, .search .post .woocommerce table.cart td.actions .coupon .input-text + .more, .woocommerce-page table.cart td.actions .coupon .input-text + .button, .woocommerce-page table.cart td.actions .coupon .search .post .input-text + .more, .search .post .woocommerce-page table.cart td.actions .coupon .input-text + .more, .woocommerce #content table.cart td.actions .coupon .input-text + .button, .woocommerce #content table.cart td.actions .coupon .search .post .input-text + .more, .search .post .woocommerce #content table.cart td.actions .coupon .input-text + .more, .woocommerce-page #content table.cart td.actions .coupon .input-text + .button, .woocommerce-page #content table.cart td.actions .coupon .search .post .input-text + .more, .search .post .woocommerce-page #content table.cart td.actions .coupon .input-text + .more, .woocommerce table.cart td.actions .coupon .button.alt, .woocommerce table.cart td.actions .coupon .search .post .more.alt, .search .post .woocommerce table.cart td.actions .coupon .more.alt, .woocommerce-page table.cart td.actions .coupon .button.alt, .woocommerce-page table.cart td.actions .coupon .search .post .more.alt, .search .post .woocommerce-page table.cart td.actions .coupon .more.alt, .woocommerce #content table.cart td.actions .coupon .button.alt, .woocommerce #content table.cart td.actions .coupon .search .post .more.alt, .search .post .woocommerce #content table.cart td.actions .coupon .more.alt, .woocommerce-page #content table.cart td.actions .coupon .button.alt, .woocommerce-page #content table.cart td.actions .coupon .search .post .more.alt, .search .post .woocommerce-page #content table.cart td.actions .coupon .more.alt {
    float: right;
  }
  .woocommerce table.cart td.actions .button, .woocommerce table.cart td.actions .search .post .more, .search .post .woocommerce table.cart td.actions .more, .woocommerce-page table.cart td.actions .button, .woocommerce-page table.cart td.actions .search .post .more, .search .post .woocommerce-page table.cart td.actions .more, .woocommerce #content table.cart td.actions .button, .woocommerce #content table.cart td.actions .search .post .more, .search .post .woocommerce #content table.cart td.actions .more, .woocommerce-page #content table.cart td.actions .button, .woocommerce-page #content table.cart td.actions .search .post .more, .search .post .woocommerce-page #content table.cart td.actions .more {
    display: block;
    width: 100%;
  }
  .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals, .woocommerce .cart-collaterals .shipping_calculator, .woocommerce-page .cart-collaterals .shipping_calculator, .woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cross-sells {
    width: 100%;
    float: none;
    text-align: left;
  }
  .woocommerce.woocommerce-checkout form.login .form-row, .woocommerce-page.woocommerce-checkout form.login .form-row {
    width: 100%;
    float: none;
  }
  .woocommerce #payment .terms, .woocommerce-page #payment .terms {
    text-align: left;
    padding: 0;
  }
  .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: none;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 1em;
  }
  .woocommerce .lost_reset_password .form-row-first, .woocommerce-page .lost_reset_password .form-row-first, .woocommerce .lost_reset_password .form-row-last, .woocommerce-page .lost_reset_password .form-row-last {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .single-product .twentythirteen .panel {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 767px) {
  .single-product .product-type-simple .cart, .single-product .woocommerce-variation-add-to-cart {
    display: block;
    text-align: center;
  }
  .single-product .product-type-simple .cart .quantity, .single-product .woocommerce-variation-add-to-cart .quantity {
    display: block;
    margin-bottom: 10px;
  }
  .product_meta {
    text-align: center;
  }
  .woocommerce-tabs ul.tabs li {
    display: block;
    margin-bottom: 3px;
    text-align: center;
  }
  .woocommerce-account .woocommerce {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .productsBox {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .productsBox > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
header .container {
  width: 1770px;
}
header #logo {
  padding: 10px 0;
}
header .clickCall {
  display: none;
}
/* ==========================================================================
 SOCIAL LINK
 ========================================================================== */
.sLink {
  font-size: 0;
  display: inline-block;
  width: auto;
  cursor: pointer;
  text-align: center;
  vertical-align: top;
}
.sLink a {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 1px;
  color: #fff;
  background: #a37dca;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.sLink a:before {
  font-size: 22px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.sLink a.fa-facebook:hover {
  background: #3b5993;
}
.sLink a.fa-twitter:hover {
  background: #55acee;
}
.sLink a.fa-instagram:hover {
  background: #181818;
}
footer {
  padding: 23px 0;
  opacity: 0.85;
  background: #313131;
}
footer .copyright p {
  font-size: 13px;
  padding-bottom: 0;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 1201px) {
  .home #mainMenu > ul {
    margin-top: 70px;
  }
  #mainMenu > ul {
    font-size: 0;
    margin-top: 35px;
    margin-right: -35px;
  }
  #mainMenu > ul > li {
    position: relative;
    display: inline-block;
    margin-right: 35px;
    vertical-align: top;
  }
  #mainMenu > ul > li > a {
    font-size: 14px;
    font-weight: 600;
    display: block;
    text-transform: uppercase;
    color: #000;
  }
  #mainMenu > ul > li:hover > a, #mainMenu > ul > li.current-menu-item > a {
    text-decoration: none;
    color: #a37dca;
  }
  #mainMenu > ul > li:hover > ul {
    visibility: visible;
    margin-top: 0;
    opacity: 1;
  }
  #mainMenu > ul > li ul {
    font-size: 14px;
    position: absolute;
    top: 100%;
    right: 0;
    visibility: hidden;
    width: 270px;
    margin-top: 20px;
    opacity: 0;
    background: #a37dca;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  #mainMenu > ul > li ul li {
    position: relative;
  }
  #mainMenu > ul > li ul li a {
    font-size: 0.8125rem;
    display: block;
    padding: 7px 18px;
    text-decoration: none;
    color: #fff;
  }
  #mainMenu > ul > li ul li:hover > a, #mainMenu > ul > li ul li.current-menu-item > a {
    color: #a37dca;
    background: #fff;
  }
  #mainMenu > ul > li ul li:hover ul {
    visibility: visible;
    margin-top: 0;
    opacity: 1;
  }
  #mainMenu > ul > li ul li ul {
    top: 0;
    left: 270px;
  }
}
#violetMenu {
  display: inline-block;
}
#violetMenu ul {
  font-size: 0;
}
#violetMenu ul li {
  display: inline-block;
  margin-right: 1px;
}
#violetMenu ul li a {
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
  padding: 10px 23px;
  text-transform: uppercase;
  color: #fff;
  background: #a37dca;
}
#violetMenu ul li a:hover {
  text-decoration: none;
  background: #b3cac1;
}
.violetMenu {
  font-size: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.violetMenu .language {
  display: inline-block;
  height: 40px !important;
  cursor: pointer;
  max-width: 195px;
  vertical-align: top;
}
.violetMenu .language #google_language_translator {
  position: relative;
}
.violetMenu .language #google_language_translator select.goog-te-combo {
  font-family: "Open Sans" !important;
  font-size: 13px !important;
  font-weight: 700;
  position: relative;
  width: 100% !important;
  height: 40px !important;
  margin: 0 !important;
  padding: 12px 35px 12px 23px !important;
  cursor: pointer;
  text-transform: uppercase;
  -moz-appearance: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.violetMenu .language #google_language_translator select.goog-te-combo option {
  font-family: "Gotham Pro" !important;
  text-transform: capitalize;
  background: #a37dca;
}
.violetMenu .language #google_language_translator select.goog-te-combo option:first-child {
  text-transform: uppercase;
}
.violetMenu .language #google_language_translator:before {
  font-family: 'fontawesome';
  font-size: 18px;
  position: absolute;
  z-index: 9;
  top: 50%;
  right: 15px;
  content: '\f107';
  color: #fff;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.violetMenu .language:hover #google_language_translator .goog-te-gadget .goog-te-combo {
  background: #b3cac1 !important;
}
.search-block {
  display: inline-block;
  overflow: hidden;
  width: 40px;
  height: 40px;
  vertical-align: top;
  background: #e7e7e7;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.search-block.open {
  width: 300px;
}
.search-block.open #searchsubmit {
  z-index: 99;
  background: transparent;
}
.search-block .search-box {
  font-size: 13px;
  height: 40px;
  padding: 10px 35px 10px 10px;
  color: #000;
  border: none;
  background: #e7e7e7;
}
.search-block .search-box:focus {
  outline: none;
}
.search-block .search-button {
  position: absolute;
  z-index: 9;
  top: 0;
  right: 0;
  display: block;
  width: 40px;
  height: 40px;
  padding: 10px;
  cursor: pointer;
  background: #e7e7e7;
}
.search-block .search-button:after {
  font-family: 'fontawesome';
  font-size: 16px;
  z-index: 9;
  display: inline-block;
  content: '\f002';
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.search-block #searchsubmit {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: #e7e7e7;
}
.makeAnAppointment {
  padding: 15px 0;
  background: rgba(164, 125, 202, .85);
}
.makeAnAppointment > .alc > p {
  padding-bottom: 0;
}
.makeAnAppointment .logoFooter {
  margin-right: 10px;
  margin-left: -60px;
  padding-right: 60px;
  border-right: 1px solid #d5c3e7;
}
.makeAnAppointment .contactInfo {
  margin-left: -40px;
}
.makeAnAppointment .contactInfo p {
  font-size: 14px;
  padding-bottom: 0;
  color: #fff;
}
.makeAnAppointment .contactInfo p strong {
  font-family: "Gotham Pro";
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.3px;
}
.makeAnAppointment .contactInfo p a {
  font-family: "Gotham Pro";
  font-size: 30px;
  font-weight: 300;
  letter-spacing: -0.3px;
  color: #fff;
}
.makeAnAppointment .contactInfo p a:hover {
  text-decoration: none;
  color: #b3cac1;
}
.makeAnAppointment .button, .makeAnAppointment .search .post .more, .search .post .makeAnAppointment .more {
  padding: 0 3.4375rem;
}
.main-affording-treatment .content {
  padding: 90px 0 0;
}
.main-affording-treatment .titleContent h2 {
  font-size: 35px;
  padding: 5px 0 100px;
  text-align: center;
  letter-spacing: -0.35px;
  text-transform: initial;
}
.main-affording-treatment .titleContent h2 strong {
  text-transform: uppercase;
  color: #b3cac1;
}
.main-affording-treatment .buttons-group {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.5%;
  width: 101%;
}
.main-affording-treatment .buttons-group > * {
  width: 49%;
  margin: 0 0.5% 0.75em;
}
.main-affording-treatment .buttons-group .button, .main-affording-treatment .buttons-group .search .post .more, .search .post .main-affording-treatment .buttons-group .more {
  height: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.main-affording-treatment .buttons-group .button p, .main-affording-treatment .buttons-group .search .post .more p, .search .post .main-affording-treatment .buttons-group .more p {
  font-size: 18px;
  line-height: 1;
  padding-bottom: 0;
}
.main-affording-treatment .buttons-group .button p strong, .main-affording-treatment .buttons-group .search .post .more p strong, .search .post .main-affording-treatment .buttons-group .more p strong {
  font-size: 12px;
}
.main-affording-treatment #top {
  margin-top: 120px;
}
.affording-treatment .content {
  padding: 90px 0 100px;
}
.affording-treatment .titleContent h2 {
  text-align: center;
  text-transform: initial;
}
.affording-treatment .columnInfo figure, .affording-treatment .columnInfo .info {
  -webkit-flex-basis: 47%;
  -moz-flex-basis: 47%;
  -ms-flex-preferred-size: 47%;
  flex-basis: 47%;
}
.affording-treatment .columnInfo .info p {
  padding-bottom: 20px;
}
.affording-treatment .columnInfo .info p:last-child {
  padding-bottom: 0;
}
.affording-treatment .columnInfo .info .button, .affording-treatment .columnInfo .info .search .post .more, .search .post .affording-treatment .columnInfo .info .more {
  font-size: 0.9375rem;
  margin-bottom: 15px;
}
.affording-treatment .fullImage {
  margin-top: 15px;
}
.affording-treatment .fullImage img {
  margin: 0 auto 20px auto;
}
.affording-treatment .titleGallery {
  margin-top: 60px;
}
.affording-treatment .titleGallery h3 {
  text-align: center;
  text-transform: initial;
}
.affording-treatment .gallery {
  margin-bottom: 60px !important;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.5%;
  width: 101%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.affording-treatment .gallery > * {
  width: 15.6666666667%;
  margin: 0 0.5% 0.5833333333em;
}
.affording-treatment .gallery figure {
  margin-bottom: 0;
}
.affording-treatment .gallery img {
  margin: 0 auto;
}
.affording-treatment .fullInfo h3 {
  padding: 50px;
  text-align: center;
  text-transform: initial;
}
.tpl-make-an-appointment .info h1 {
  font-size: 35px;
  font-weight: 700;
}
.make-an-appointment .content {
  padding: 0 0 130px 0;
  background: #f4f7fc;
}
.make-an-appointment .contantForm {
  padding: 75px 100px;
  background: #fff;
  box-shadow: 0 5px 31.5px 3.5px rgba(0, 0, 0, .1);
  -webkit-transform: translateY(-120px);
  -moz-transform: translateY(-120px);
  -ms-transform: translateY(-120px);
  -o-transform: translateY(-120px);
  transform: translateY(-120px);
}
.make-an-appointment .titleForm h2 {
  font-family: "Gotham Pro";
  font-size: 2.1875rem;
  padding: 0 0 60px;
  text-align: center;
  text-transform: initial;
}
.make-an-appointment .titleForm h3 {
  font-size: 1.5rem;
  text-align: center;
}
.make-an-appointment .titleForm p {
  padding-bottom: 40px;
  text-align: center;
}
.grid2 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.grid2 > * {
  width: 48%;
  margin: 0 1% 1.5em;
}
.input-group {
  margin-bottom: 20px;
}
.input-group label {
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 17px;
}
.input-field {
  margin-bottom: 0 !important;
}
.block-center {
  text-align: center;
}
.contantForm .block-center .button, .contantForm .block-center .search .post .more, .search .post .contantForm .block-center .more {
  margin-top: 25px;
  color: #000;
}
.helpSection .imageBaner {
  min-height: 540px;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.helpSection .rightInfo {
  max-width: 470px;
  margin-right: 15%;
  margin-left: auto;
}
.helpSection .rightInfo h2 {
  font-size: 60px;
  padding-bottom: 15px;
  letter-spacing: -0.6px;
  color: #a37dca;
}
.helpSection .rightInfo hr {
  width: 74px;
  height: 7px;
  margin-bottom: 25px;
  background: #b3cac1;
}
.helpSection .rightInfo h3 {
  font-size: 30px;
}
.tpl-contact-us .content {
  padding: 0;
}
.tpl-contact-us .contactBottom {
  color: #fff;
}
.tpl-contact-us .contactBottom .container {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tpl-contact-us .contactBottom .leftContactInfo {
  margin-right: 13%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.tpl-contact-us .contactBottom .leftContactInfo h2 {
  font-size: 60px;
}
.tpl-contact-us .contactBottom .rightForm {
  padding: 55px 60px;
  background: #fff;
  -webkit-flex-basis: 525px;
  -moz-flex-basis: 525px;
  -ms-flex-preferred-size: 525px;
  flex-basis: 525px;
}
.tpl-contact-us .contactBottom .rightForm .input-field {
  position: relative;
}
.tpl-contact-us .contactBottom .rightForm .input-field i {
  font-size: 26px;
  position: absolute;
  top: 50%;
  left: 0;
  color: #a37dca;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tpl-contact-us .contactBottom .rightForm input[type='text'], .tpl-contact-us .contactBottom .rightForm input[type='email'], .tpl-contact-us .contactBottom .rightForm input[type='tel'], .tpl-contact-us .contactBottom .rightForm input[type='search'], .tpl-contact-us .contactBottom .rightForm input[type='password'], .tpl-contact-us .contactBottom .rightForm textarea {
  padding: 0 1.4375rem 0 2.375rem;
  color: #000;
  border: none;
  border-bottom: 2px solid #a37dca;
  background: transparent;
}
.tpl-contact-us .contactBottom .rightForm input[type='text']::-webkit-input-placeholder, .tpl-contact-us .contactBottom .rightForm input[type='email']::-webkit-input-placeholder, .tpl-contact-us .contactBottom .rightForm input[type='tel']::-webkit-input-placeholder, .tpl-contact-us .contactBottom .rightForm input[type='search']::-webkit-input-placeholder, .tpl-contact-us .contactBottom .rightForm input[type='password']::-webkit-input-placeholder, .tpl-contact-us .contactBottom .rightForm textarea::-webkit-input-placeholder {
  color: #000;
}
.tpl-contact-us .contactBottom .rightForm input[type='text']::-moz-placeholder, .tpl-contact-us .contactBottom .rightForm input[type='email']::-moz-placeholder, .tpl-contact-us .contactBottom .rightForm input[type='tel']::-moz-placeholder, .tpl-contact-us .contactBottom .rightForm input[type='search']::-moz-placeholder, .tpl-contact-us .contactBottom .rightForm input[type='password']::-moz-placeholder, .tpl-contact-us .contactBottom .rightForm textarea::-moz-placeholder {
  opacity: 1;
  color: #000;
}
.tpl-contact-us .contactBottom .rightForm input[type='text']:-ms-input-placeholder, .tpl-contact-us .contactBottom .rightForm input[type='email']:-ms-input-placeholder, .tpl-contact-us .contactBottom .rightForm input[type='tel']:-ms-input-placeholder, .tpl-contact-us .contactBottom .rightForm input[type='search']:-ms-input-placeholder, .tpl-contact-us .contactBottom .rightForm input[type='password']:-ms-input-placeholder, .tpl-contact-us .contactBottom .rightForm textarea:-ms-input-placeholder {
  color: #000;
}
.tpl-contact-us .contactBottom .rightForm .selbel_w select + span {
  font-size: 13px;
  padding: 0 1.4375rem 0 2.5rem;
  border-bottom: 2px solid #a37dca;
  background: transparent;
  text-align: left;
}
.tpl-contact-us .contactBottom .rightForm .block-center {
  margin-top: 40px;
}
.tpl-contact-us .contactBottom .bottomText {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-top: 70px;
}
.home .content {
  padding: 0;
}
.home #logo {
  margin-bottom: -50px;
  padding: 20px;
  border-radius: 14px;
  background: #fff;
}
.home footer {
  background: #fff;
}
.home footer p {
  color: #000;
}
.titleNews {
  margin-bottom: 80px;
}
.titleNews h3 {
  padding-bottom: 20px;
}
.home-top-slider {
  position: relative;
  margin-top: 25px;
}
.home-top-slider:before {
  position: absolute;
  z-index: 9;
  top: 80px;
  left: 0;
  height: 60px;
  content: url('../images/icon-belive.png');
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
  box-shadow: 15px 10px 43.24px 2.76px rgba(0, 0, 0, .15);
}
.home-top-slider .swiper-slide {
  position: relative;
  min-height: 823px;
}
.home-top-slider .swiper-slide .info {
  margin-top: -116px;
}
.home-top-slider .swiper-slide .info h2 {
  font-weight: 600;
  padding: 0;
  padding-bottom: 29px;
  text-transform: initial;
}
.home-top-slider .swiper-slide .info hr {
  width: 50px;
  height: 6px;
  margin-bottom: 28px;
  background: #a37dca;
}
.home-top-slider .swiper-slide .info p {
  font-size: 14px;
}
.home-top-slider .swiper-slide .info.white h2, .home-top-slider .swiper-slide .info.white p {
  color: #fff;
}
.home-top-slider .swiper-slide .info.black h2, .home-top-slider .swiper-slide .info.black p {
  color: #000;
}
.home-top-slider .swiper-slide .additional-heading h3 {
  font-size: 105px;
  position: absolute;
  opacity: 0.75;
  letter-spacing: -2.625px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Gotham Pro";
  bottom: 24%;
  left: 38%;
  color: #fff;
  text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.39);
}
.home-top-slider .violetBlock {
  position: absolute;
  z-index: 9;
  right: 0;
  bottom: 0;
  left: 0;
}
.home-top-slider .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 200px;
}
.home-top-slider .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  cursor: pointer;
  opacity: 1;
  border-radius: 0;
  background: #fff;
}
.home-top-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #a37dca;
}
.testimonials-slider {
  position: relative;
}
.testimonials-slider .swiper-button-next, .testimonials-slider .swiper-button-prev {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.swiper-button-next, .swiper-button-prev {
  position: absolute;
  z-index: 10;
  top: 30%;
  width: 30px;
  height: 80px;
  margin-top: 0;
  cursor: pointer;
  background: #f2f3f3;
  background-image: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.swiper-button-next:before, .swiper-button-prev:before {
  font-family: 'fontawesome';
  font-size: 26px;
  color: #a37dca;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
  background: #a37dca;
}
.swiper-button-next:hover:before, .swiper-button-prev:hover:before {
  color: #f2f3f3;
}
.swiper-button-next {
  right: 50px;
}
.swiper-button-next:before {
  content: '\f105';
}
.swiper-button-prev {
  left: 50px;
}
.swiper-button-prev:before {
  content: '\f104';
}
.titleIcon {
  text-align: center;
}
.titleIcon h2 {
  font-size: 32px;
  position: relative;
  padding: 0;
  padding-bottom: 80px;
  text-align: center;
}
.titleIcon h2:before {
  position: absolute;
  bottom: 30px;
  left: 50%;
  content: url('../images/icon-title.png');
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.titleIcon h2 p {
  font-size: 14px;
  text-align: center;
}
.homeTopDeswcription {
  padding: 90px 0 55px;
}
.advantages {
  padding: 115px 0;
  background: #f4f7fc;
}
.advantages .items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.advantages .items > * {
  width: 31.3333333333%;
  margin: 0 1% 1.3333333333em;
}
.advantages .items .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.advantages .items .item > a {
  -webkit-flex-basis: 300px;
  -moz-flex-basis: 300px;
  -ms-flex-preferred-size: 300px;
  flex-basis: 300px;
}
.advantages .items .item .imageAdvantage {
  overflow: hidden;
  margin-bottom: 73px;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.advantages .items .item .imageAdvantage img {
  width: 300px;
  height: 300px;
  margin: 0 auto;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -o-object-fit: cover;
  object-fit: cover;
}
.advantages .items .item .iconAdvantage {
  position: relative;
  z-index: 9;
  width: 130px;
  height: 130px;
  margin: -73px auto 0 auto;
  border: 8px solid #f6f6f6;
  border-radius: 50%;
  background: #b3cac1;
}
.advantages .items .item .iconAdvantage img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.advantages .items .item .wrap-info {
  margin-top: 20px;
  background: #fff;
  box-shadow: 0 10px 42.5px 7.5px rgba(0, 0, 0, .08);
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.advantages .items .item .info {
  position: relative;
  padding: 20px 40px 50px;
}
.advantages .items .item .info h3 {
  position: relative;
  margin-bottom: 26px;
  padding-bottom: 17px;
  letter-spacing: -0.75px;
}
.advantages .items .item .info h3:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 40px;
  height: 4px;
  content: '';
  background: #b3cac1;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.advantages .items .item .info h3 a {
  color: #000;
}
.advantages .items .item .info h3 a:hover {
  text-decoration: none;
  color: #a37dca;
}
.advantages .items .item .info p {
  font-size: 14px;
  padding-bottom: 30px;
  color: #808080;
}
.advantages .items .item .info p:last-child a {
  position: absolute;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.advantages .items .item .info p:last-child a:hover {
  text-decoration: none;
  color: #b3cac1;
}
.fourHomeColumn {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0%;
  width: 100%;
}
.fourHomeColumn > * {
  width: 25%;
  margin: 0 0% 0em;
}
.fourHomeColumn .item {
  position: relative;
  overflow: hidden;
  min-height: 340px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.fourHomeColumn .item:hover .info {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.fourHomeColumn .item:hover .titleBlock {
  -webkit-transform: translateY(500px);
  -moz-transform: translateY(500px);
  -ms-transform: translateY(500px);
  -o-transform: translateY(500px);
  transform: translateY(500px);
}
.fourHomeColumn .item .titleBlock {
  position: absolute;
  top: 50%;
  width: 100%;
  padding: 20px 55px;
  text-align: center;
  color: #fff;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.fourHomeColumn .item .titleBlock h3 {
  font-size: 24px;
}
.fourHomeColumn .item .titleBlock h3 em {
  font-weight: 300;
  font-style: normal;
}
.fourHomeColumn .item .info {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 20px 60px 55px 60px;
  color: #fff;
  -webkit-transform: translateY(-500px);
  -moz-transform: translateY(-500px);
  -ms-transform: translateY(-500px);
  -o-transform: translateY(-500px);
  transform: translateY(-500px);
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.fourHomeColumn .item .info h3 {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}
.fourHomeColumn .item .info h3 em {
  font-weight: 300;
  font-style: normal;
}
.fourHomeColumn .item .info p {
  font-size: 14px;
  padding-bottom: 0;
}
.fourHomeColumn .item .info .readMore {
  font-size: 12px;
  font-weight: 700;
  position: absolute;
  right: 30px;
  bottom: 30px;
  text-transform: uppercase;
  color: #fff;
}
.ourDoctors {
  padding: 90px 0 120px;
}
.ourDoctors .container {
  width: 980px;
}
.ourDoctors .titleIcon h2 {
  padding-bottom: 50px;
}
.ourDoctors .titleIcon h2:before {
  bottom: 0;
}
.ourDoctors .doctors .item:nth-child(2) .info {
  max-width: 300px;
  min-height: 115px;
  border: none;
  box-shadow: 0 5px 31.5px 3.5px rgba(0, 0, 0, .08);
}
.ourDoctors .doctors .item:hover {
  text-decoration: none;
}
.ourDoctors .doctors .item:hover h4, .ourDoctors .doctors .item:hover h5 {
  color: #a37dca;
}
.ourDoctors .doctors .info {
  width: 100%;
  max-width: 280px;
  min-height: 85px;
  border: 1px solid #e6e9ed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.ourDoctors .doctors .info h4 {
  font-family: "Gotham Pro";
  font-size: 17px;
  text-align: center;
  letter-spacing: -0.425px;
  color: #000;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ourDoctors .doctors .info h5 {
  font-size: 12px;
  font-weight: 400;
  padding-bottom: 0;
  text-transform: uppercase;
  color: #999;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.registrationBlock {
  padding: 37px 0;
  background: #b3cac1;
}
.registrationBlock .container {
  width: 980px;
}
.registrationBlock .alc {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.registrationBlock h2 {
  font-size: 35px;
  margin-right: 70px;
  padding: 0;
  letter-spacing: -0.35px;
  color: #fff;
}
.registrationBlock .registrationForm .button, .registrationBlock .registrationForm .search .post .more, .search .post .registrationBlock .registrationForm .more {
  color: #000;
}
.testimonialsBlock {
  padding: 90px 0 145px;
}
.testimonialsBlock .swiper-button-next, .testimonialsBlock .swiper-button-prev {
  width: 50px;
  height: 60px;
}
.testimonialsBlock .swiper-button-next {
  right: -100px;
}
.testimonialsBlock .swiper-button-prev {
  left: -100px;
}
.testimonialsBlock .swiper-pagination {
  bottom: -70px;
  width: 100%;
}
.testimonialsBlock .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  margin: 0 2px;
  cursor: pointer;
  opacity: 0.25;
  border-radius: 50%;
  background: #fff;
}
.testimonialsBlock .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
}
.testimonialsBlock .topInfo {
  margin-bottom: 90px;
}
.testimonialsBlock .topInfo h2 {
  padding: 0;
  text-transform: initial;
  color: #fff;
}
.testimonialsBlock .topInfo p {
  line-height: 1;
  padding-bottom: 0;
  color: #fff;
}
.testimonialsBlock .topInfo .leftInfo p {
  font-size: 20px;
}
.testimonialsBlock .topInfo .rightInfo .button, .testimonialsBlock .topInfo .rightInfo .search .post .more, .search .post .testimonialsBlock .topInfo .rightInfo .more {
  margin-right: 24px;
}
.testimonialsBlock .swiper-slide {
  position: relative;
  padding: 30px 25px;
  background: #fff;
}
.fancybox-content {
  width: 1180px;
}
.personInfo {
  margin-bottom: 20px;
}
.personInfo figure {
  margin-right: 30px;
  -webkit-flex-basis: 102px;
  -moz-flex-basis: 102px;
  -ms-flex-preferred-size: 102px;
  flex-basis: 102px;
}
.personInfo .name {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.personInfo .name h4 {
  padding-bottom: 5px;
}
.personInfo .name p {
  font-size: 13px;
  padding-bottom: 0;
  color: #8e8e8e;
}
.story p {
  padding-bottom: 40px;
}
.story .readMore {
  position: absolute;
  right: 35px;
  bottom: 35px;
}
.story .readMore a {
  font-size: 12px;
  text-transform: uppercase;
}
.brendsBlock {
  padding: 60px 0 50px;
}
.brendsBlock .brends {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.brendsBlock .brends > * {
  width: 18%;
  margin: 0 1% 1.2em;
}
.brendsBlock .brends figure {
  text-align: center;
}
.brendsBlock .brends figure img {
  margin: 0 auto;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.tabsLocation .leftBg, .tabsLocation .rightMap {
  position: relative;
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.tabsLocation .rightMap iframe {
  width: 100%;
  min-height: 740px;
  display: block;
}
ul.tabs {
  position: absolute;
  z-index: 9;
  top: 50%;
  right: -20px;
  width: 100%;
  max-width: 65%;
  list-style: none;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
ul.tabs li {
  display: block;
  margin-bottom: 20px;
  padding: 25px 40px;
  cursor: pointer;
  color: #a1a7b0;
  border-left: 6px solid transparent;
  background: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
ul.tabs li:last-child {
  margin-bottom: 0;
}
ul.tabs li:before {
  display: none;
}
ul.tabs li:hover {
  color: #000;
  border-left: 6px solid #a37dca;
  background: #fff;
}
ul.tabs li:hover h3, ul.tabs li:hover h4 {
  color: #000;
}
ul.tabs li h3 {
  font-size: 24px;
  padding-bottom: 10px;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
ul.tabs li h4 {
  font-size: 14px;
  padding-bottom: 3px;
  text-transform: uppercase;
  -webkit-transition: all 0.4s easy;
  -o-transition: all 0.4s easy;
  transition: all 0.4s easy;
}
ul.tabs li p {
  font-size: 14px;
  padding-bottom: 0;
}
ul.tabs li.current {
  z-index: 99;
  color: #000;
  border-left: 6px solid #a37dca;
  background: #fff;
}
ul.tabs li.current h3 {
  color: #000;
}
ul.tabs li.current hr {
  width: 40px;
  height: 3px;
  margin-bottom: 15px;
  background: #a37dca;
}
.tab-content {
  display: none;
}
.tab-content.current {
  display: inherit;
}
.acf-map {
  width: 100%;
  min-height: 740px;
}
.acf-map img {
  max-width: inherit !important;
}
.tpl-get-started .advantages .items .item .info {
  padding: 20px 35px;
}
.tpl-get-started .advantages .items .item .info p {
  color: #000;
}
.tpl-get-started .advantages {
  position: relative;
  padding: 90px 0 115px;
}
.tpl-get-started .advantages:before {
  position: absolute;
  z-index: 0;
  top: 110px;
  left: 100px;
  content: url('../images/letters.png');
}
.wrap-call {
  position: absolute;
  z-index: 0;
  top: 70%;
  left: 0;
  width: 100%;
  max-width: 290px;
  padding: 85px 30px 10px;
  border-top-right-radius: 13px;
  border-bottom-right-radius: 13px;
  background: #9569df;
  background: -moz-linear-gradient(top, #9569df 0%, #a984e8 100%);
  background: -webkit-linear-gradient(top, #9569df 0%, #a984e8 100%);
  background: linear-gradient(to bottom, #9569df 0%, #a984e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9569df', endColorstr='#a984e8',GradientType=0);
  -webkit-transform: translateY(-70%);
  -moz-transform: translateY(-70%);
  -ms-transform: translateY(-70%);
  -o-transform: translateY(-70%);
  transform: translateY(-70%);
}
.wrap-call:before {
  position: absolute;
  top: -265px;
  left: 50%;
  content: url('../images/call-assistant.png');
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.wrap-call p {
  font-size: 14px;
  padding-bottom: 30px;
  text-align: center;
  color: #fff;
}
.wrap-call p a {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
.wrap-call p a:hover {
  text-decoration: none;
  color: #b3cac1;
}
.wrap-call span {
  position: absolute;
  z-index: 9;
  top: -20px;
  left: 50%;
  width: 80px;
  height: 80px;
  border: 8px solid #a984e8;
  border-radius: 50%;
  background: #9b76da;
  box-shadow: 0 4px 22.95px 4.05px rgba(0, 0, 0, .3);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.wrap-call span:before {
  position: absolute;
  top: 55%;
  left: 50%;
  content: url('../images/icon-call.png');
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
div.wpcf7 .wpcf7-response-output {
  color: #000;
}
#mainMenu > ul > li.programOverview {
  display: none;
}
.home #mainMenu > ul > li.programOverview {
  display: inline-block;
}
.clickCall {
  position: absolute;
  z-index: 9;
  bottom: 280px;
  left: -145px;
  width: 160px;
  height: 50px;
  background: #a37dca;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.clickCall.active {
  left: 0;
}
.clickCall a {
  font-family: "Gotham Pro";
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.clickCall a:hover {
  text-decoration: none;
  color: #b3cac1;
}
.clickCall span {
  position: absolute;
  z-index: 99;
  top: 50%;
  right: -70px;
  width: 80px;
  height: 80px;
  cursor: pointer;
  border-radius: 50%;
  background: #8965a7;
  background: -moz-linear-gradient(top, #8965a7 1%, #a57dc9 100%);
  background: -webkit-linear-gradient(top, #8965a7 1%, #a57dc9 100%);
  background: linear-gradient(to bottom, #8965a7 1%, #a57dc9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8965a7', endColorstr='#a57dc9',GradientType=0);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.clickCall span:before {
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  content: '';
  border-radius: 50%;
  background: #a57dc9;
  background: -moz-linear-gradient(top, #a57dc9 1%, #8965a7 100%);
  background: -webkit-linear-gradient(top, #a57dc9 1%, #8965a7 100%);
  background: linear-gradient(to bottom, #a57dc9 1%, #8965a7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a57dc9', endColorstr='#8965a7',GradientType=0);
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -moz-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  -o-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.clickCall span:after {
  font-family: 'fontawesome';
  font-size: 28px;
  position: absolute;
  z-index: 99;
  top: 50%;
  left: 50%;
  content: '\f095';
  color: #fff;
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -moz-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  -o-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.clickCall span:hover:before {
  -webkit-transform: translate(-50%, -50%) rotate(360deg);
  -moz-transform: translate(-50%, -50%) rotate(360deg);
  -ms-transform: translate(-50%, -50%) rotate(360deg);
  -o-transform: translate(-50%, -50%) rotate(360deg);
  transform: translate(-50%, -50%) rotate(360deg);
}
.clickCall:hover {
  text-decoration: none;
}
#mainMenu > ul > li.mobileShow {
  display: none;
}
.languageMobile {
  display: none;
}
.search h1 {
  display: none;
}
.search .post {
  margin-bottom: 30px;
  border-bottom: 1px solid #a37dca;
  padding-bottom: 30px;
}
.search .post .thumb {
  display: none;
}
.search .post .info h3 {
  padding-bottom: 10px;
}
.search .post .info h3 a:hover {
  text-decoration: none;
  color: #b3cac1;
}
.search .post .info p {
  padding-bottom: 5px;
}
.search .post .info time {
  display: none;
}
@media screen and (max-width: 1800px) {
  .tpl-get-started .advantages:before {
    left: -112px;
  }
}
@media screen and (max-width: 1600px) {
  .helpSection .imageBaner {
    margin-top: -100px;
  }
  .fourHomeColumn {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0%;
    width: 100%;
  }
  .fourHomeColumn > * {
    width: 33.3333333333%;
    margin: 0 0% 0em;
  }
  .tabsLocation .wrap-call {
    display: none;
  }
  ul.tabs {
    max-width: 100%;
  }
  .make-an-appointment .wrap-call {
    display: none;
  }
  .make-an-appointment .contantForm {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1366px) {
  .helpSection .imageBaner {
    min-height: 375px;
    margin-top: 0;
  }
  .violetMenu {
    margin-right: -20px;
  }
  #mainMenu > ul > li {
    margin-right: 20px;
  }
  .home-top-slider .swiper-slide .additional-heading h3 {
    left: 20%;
  }
  .tpl-contact-us .parallax-window .leftContactInfo {
    margin-right: 4%;
    -webkit-flex-basis: 480px;
    -moz-flex-basis: 480px;
    -ms-flex-preferred-size: 480px;
    flex-basis: 480px;
  }
  .tpl-contact-us .parallax-window .leftContactInfo h2 {
    font-size: 40px;
    padding-bottom: 30px !important;
  }
  .tpl-contact-us .parallax-window .rightForm {
    padding: 30px 40px;
  }
  .home-top-slider .swiper-slide .info {
    padding-left: 80px;
  }
  .makeAnAppointment .logoFooter {
    margin-left: 0;
    padding-right: 10px;
  }
  .makeAnAppointment .contactInfo {
    margin-left: 0;
  }
  .home #logo {
    margin-bottom: 0;
    padding: 10px 0;
    border-radius: 0;
    background: transparent;
  }
  .tpl-get-started .advantages {
    padding: 45px 0 50px;
  }
  .tpl-get-started .advantages:before {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .helpSection .imageBaner {
    min-height: 300px;
  }
  .helpSection .rightInfo {
    margin-right: 10%;
  }
  .helpSection .rightInfo h2 {
    font-size: 40px;
  }
  .helpSection .rightInfo h3 {
    font-size: 26px;
  }
  header {
    margin-top: 50px;
  }
  header #logo {
    width: 100%;
  }
  header #logo img {
    margin: 0 auto;
  }
  .makeAnAppointment .contactInfo p strong {
    font-size: 26px;
  }
  .makeAnAppointment .contactInfo p a {
    font-size: 24px;
  }
  .fourHomeColumn {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0%;
    width: 100%;
  }
  .fourHomeColumn > * {
    width: 50%;
    margin: 0 0% 0em;
  }
  #mainMenu > ul > li.mobileShow {
    display: block;
  }
  .home-top-slider {
    margin-top: 0;
  }
  .violetMenu {
    display: none;
  }
  .home header {
    margin-top: 50px;
  }
  .languageMobile {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .helpSection .imageBaner {
    min-height: auto;
    background-image: none !important;
  }
  .helpSection .rightInfo {
    margin: 0 auto;
    margin-right: 0;
    margin-left: 0;
  }
  header #logo img {
    margin: 0;
  }
  .clickCall {
    display: none;
  }
  header .clickCallHeader {
    display: block;
    position: relative;
    z-index: 99;
    width: 60px;
    height: 60px;
    margin-right: 30px;
    cursor: pointer;
    border-radius: 50%;
    background: #8965a7;
    background: -moz-linear-gradient(top, #8965a7 1%, #a57dc9 100%);
    background: -webkit-linear-gradient(top, #8965a7 1%, #a57dc9 100%);
    background: linear-gradient(to bottom, #8965a7 1%, #a57dc9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8965a7', endColorstr='#a57dc9',GradientType=0);
  }
  header .clickCallHeader:before {
    font-family: 'fontawesome';
    font-size: 28px;
    position: absolute;
    z-index: 99;
    content: '\f095';
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .home-top-slider .swiper-slide .additional-heading h3 {
    right: 10%;
    left: auto;
    bottom: 5%;
    font-size: 60px;
  }
  .swiper-button-next, .swiper-button-prev {
    display: none;
  }
  .fourHomeColumn .item .titleBlock {
    display: none;
  }
  .fourHomeColumn .item .info {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .tpl-contact-us .parallax-window > .flex, .tpl-contact-us #top.left .parallax-window > .container, #top.left .tpl-contact-us .parallax-window > .container, .tpl-contact-us #top.right .parallax-window > .container, #top.right .tpl-contact-us .parallax-window > .container {
    display: block;
  }
  .home-top-slider .violetBlock {
    position: static;
  }
  .home-top-slider .swiper-slide .info {
    margin-top: initial;
  }
  .home-top-slider .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
  }
  .makeAnAppointment > .alc {
    display: block;
  }
  .makeAnAppointment > .alc > p {
    text-align: center;
  }
  .makeAnAppointment > .alc .logoFooter {
    margin-right: 0;
    border-right: none;
  }
  .makeAnAppointment > .alc .logoFooter img {
    margin: 0 auto;
  }
  .makeAnAppointment > .alc .contactInfo {
    margin-bottom: 15px;
    text-align: center;
  }
  .home-top-slider .swiper-slide {
    min-height: 435px;
  }
  .home-top-slider .swiper-slide .info {
    padding-left: 0;
  }
  .home-top-slider .swiper-slide .info h2 {
    padding: 15px 0;
  }
  .home-top-slider .swiper-slide .info hr {
    margin-bottom: 15px;
  }
  .home-top-slider:before {
    display: none;
  }
  .homeTopDeswcription {
    padding: 45px 0 30px;
  }
  .titleIcon h2 {
    padding-bottom: 40px;
  }
  .titleIcon h2:before {
    bottom: -3px;
  }
  .advantages {
    padding: 55px 0;
  }
  .advantages .items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .advantages .items > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
  .advantages .items .item {
    margin-bottom: 35px;
  }
  .ourDoctors {
    padding: 45px 0 60px;
  }
  .ourDoctors .doctors {
    display: block;
  }
  .ourDoctors .doctors .item {
    display: inline-block;
    width: 49%;
    margin-bottom: 20px;
  }
  .ourDoctors .doctors .item img {
    margin: 0 auto;
  }
  .ourDoctors .doctors .item .info {
    margin: 0 auto;
  }
  .testimonialsBlock {
    padding: 45px 0 70px;
  }
  .testimonialsBlock .topInfo {
    margin-bottom: 45px;
  }
  .testimonialsBlock .swiper-pagination {
    bottom: -35px;
  }
  .brendsBlock {
    padding: 30px 0 25px;
  }
  .brendsBlock .brends {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .brendsBlock .brends > * {
    width: 31.3333333333%;
    margin: 0 1% 1.3333333333em;
  }
  .affording-treatment .content {
    padding: 45px 0;
  }
  .affording-treatment .titleGallery {
    margin-top: 30px;
  }
  .affording-treatment .gallery {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .affording-treatment .gallery > * {
    width: 31.3333333333%;
    margin: 0 1% 1.3333333333em;
  }
  .affording-treatment .gallery figure {
    margin-bottom: 30px;
  }
  .affording-treatment .columnInfo .info .button, .affording-treatment .columnInfo .info .search .post .more, .search .post .affording-treatment .columnInfo .info .more {
    line-height: 1;
    padding: 15px;
  }
  .make-an-appointment .contantForm {
    padding: 50px;
  }
}
@media screen and (max-width: 768px) {
  ul.tabs {
    position: static;
    margin: 0;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
  }
  ul.tabs li {
    padding: 25px;
    border: 3px solid transparent;
  }
  ul.tabs li.current {
    border: 3px solid #a37dca;
  }
  .home-top-slider .swiper-pagination-bullet {
    background: #c9b8db;
  }
  .home-top-slider .swiper-slide .info.white h2, .home-top-slider .swiper-slide .info.white p {
    color: #000 !important;
  }
  .home-top-slider .swiper-slide .additional-heading h3 {
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    right: 0;
    font-size: 36px;
    opacity: 0.9;
  }
  .input-group label {
    font-size: 13px;
  }
  .tpl-contact-us .parallax-window .rightForm {
    padding: 20px 30px;
  }
  .home-top-slider .swiper-slide {
    position: relative;
  }
  .home-top-slider .swiper-slide:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    background: rgba(255, 255, 255, .8);
  }
  .home-top-slider .swiper-slide .info br {
    display: none;
  }
  .home-top-slider .swiper-slide .info .button, .home-top-slider .swiper-slide .info .search .post .more, .search .post .home-top-slider .swiper-slide .info .more {
    margin-bottom: 50px;
  }
  .advantages .items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .advantages .items > * {
    width: 98%;
    margin: 0 1% 2em;
  }
  .fourHomeColumn {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0%;
    width: 100%;
  }
  .fourHomeColumn > * {
    width: 100%;
    margin: 0 0% 0em;
  }
  .ourDoctors .doctors .item {
    width: 100%;
  }
  .registrationBlock {
    padding: 20px 0;
  }
  .registrationBlock .alc {
    display: block;
    text-align: center;
  }
  .registrationBlock .alc h2 {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .testimonialsBlock .topInfo {
    display: block;
    text-align: center;
  }
  .testimonialsBlock .topInfo .leftInfo {
    margin-bottom: 10px;
  }
  .testimonialsBlock .topInfo .rightInfo {
    display: block;
  }
  .testimonialsBlock .topInfo .rightInfo .button, .testimonialsBlock .topInfo .rightInfo .search .post .more, .search .post .testimonialsBlock .topInfo .rightInfo .more {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .brendsBlock .brends {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .brendsBlock .brends > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
  .tabsLocation .items {
    display: block;
  }
  .rightMap .acf-map, .rightMap iframe {
    min-height: 350px !important;
  }
  .main-affording-treatment .content {
    padding: 45px 0 0;
  }
  .main-affording-treatment .titleContent h2 {
    font-size: 25px;
    padding: 10px 0 35px;
  }
  .main-affording-treatment .titleContent h2 br {
    display: none;
  }
  .main-affording-treatment .titleContent h2 strong {
    display: block;
  }
  .main-affording-treatment .buttons-group {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .main-affording-treatment .buttons-group > * {
    width: 98%;
    margin: 0 1% 2em;
  }
  .main-affording-treatment .buttons-group .button, .main-affording-treatment .buttons-group .search .post .more, .search .post .main-affording-treatment .buttons-group .more {
    height: 55px;
    margin-bottom: 10px;
  }
  .main-affording-treatment .buttons-group .button p, .main-affording-treatment .buttons-group .search .post .more p, .search .post .main-affording-treatment .buttons-group .more p {
    font-size: 16px;
  }
  .main-affording-treatment #top {
    margin-top: 60px;
  }
  .columnInfo {
    display: block;
  }
  .columnInfo figure {
    margin-bottom: 15px;
  }
  .columnInfo figure img {
    margin: 0 auto;
  }
  .affording-treatment .content {
    padding: 25px 0;
  }
  .affording-treatment .titleContent h2 br {
    display: none;
  }
  .affording-treatment .gallery {
    margin-bottom: 30px !important;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .affording-treatment .gallery > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
  .affording-treatment .gallery figure {
    margin-bottom: 30px;
  }
  .selbel_w {
    overflow: hidden;
  }
  .make-an-appointment .content {
    padding: 30px 0 60px 0;
  }
  .make-an-appointment .titleForm h2 {
    font-size: 28px;
    padding: 0 0 20px;
  }
  .make-an-appointment .titleForm h2 br {
    display: none;
  }
  .make-an-appointment .contantForm {
    padding: 25px;
    transform: translateY(0);
  }
  .grid2 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .grid2 > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
  .galleryBox {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0%;
    width: 100%;
  }
  .galleryBox > * {
    width: 50%;
    margin: 0 0% 0em;
  }
  header #logo img {
    max-width: 25%;
  }
  .tpl-get-started .advantages {
    padding: 30px 0;
  }
  .textBox {
    padding: 45px 0 30px;
  }
}
@media screen and (max-width: 480px) {
  .makeAnAppointment > .alc .logoFooter img {
    width: 60%;
  }
  .makeAnAppointment .contactInfo p strong {
    display: block;
  }
  .homeTopDeswcription {
    padding: 25px 0;
  }
  .titleIcon h2 {
    font-size: 28px;
  }
  .advantages {
    padding: 25px 0;
  }
  .advantages .items .item .imageAdvantage img {
    width: 250px;
    height: 250px;
  }
  .advantages .items .item .info {
    padding: 20px 20px 50px;
  }
  .advantages .items .item .info h3 {
    margin-bottom: 15px;
  }
  .fourHomeColumn .item {
    min-height: 270px;
  }
  .fourHomeColumn .item .titleBlock {
    padding: 20px;
  }
  .fourHomeColumn .item .info {
    padding: 20px 20px 50px 20px;
  }
  .ourDoctors {
    padding: 25px 0;
  }
  .registrationBlock h2 {
    font-size: 28px;
  }
  .brendsBlock .brends {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .brendsBlock .brends > * {
    width: 98%;
    margin: 0 1% 2em;
  }
  .personInfo {
    display: block;
    text-align: center;
  }
  .personInfo figure {
    margin-right: 0;
  }
  .personInfo figure img {
    margin: 0 auto;
  }
  .main-affording-treatment .content {
    padding: 25px 0 0;
  }
  .main-affording-treatment .titleForm p {
    padding-bottom: 20px;
  }
  .main-affording-treatment .titleContent h2 {
    padding: 10px 0 25px;
  }
  .main-affording-treatment #top {
    margin-top: 30px;
  }
  .affording-treatment .gallery {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .affording-treatment .gallery > * {
    width: 98%;
    margin: 0 1% 2em;
  }
  .helpSection .rightInfo br {
    display: none;
  }
  .helpSection .rightInfo h2 {
    font-size: 32px;
  }
  .helpSection .rightInfo h3 {
    font-size: 24px;
  }
  .tpl-contact-us .parallax-window .leftContactInfo h2 {
    font-size: 34px;
  }
  .contantForm .block-center .button, .contantForm .block-center .search .post .more, .search .post .contantForm .block-center .more {
    margin-top: 0;
  }
  .make-an-appointment .content {
    padding: 25px 0;
  }
  .make-an-appointment .titleForm p {
    padding-bottom: 20px;
  }
  header #logo img {
    max-width: 50%;
  }
}
.tpl-services .linksBox {
  width: 500px;
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 30px;
}
.tpl-services .linksBox .item {
  border-bottom: 2px solid #a37dca;
  text-align: center;
  padding: 20px 5px;
}
.tpl-services .linksBox .item a {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
}
.tpl-services .linksBox .item a:hover {
  text-decoration: none;
  color: #a37dca;
}
.tpl-medication-instructions .content {
  padding: 0;
}
.tpl-medication-instructions .button, .tpl-medication-instructions .search .post .more, .search .post .tpl-medication-instructions .more {
  min-width: 310px;
  font-size: 0.9375rem;
  line-height: 60px;
  margin-bottom: 10px;
}
.tpl-medication-instructions .button.with, .tpl-medication-instructions .search .post .more.with, .search .post .tpl-medication-instructions .more.with {
  text-align: left;
  position: relative;
  padding-right: 70px;
  border-radius: 10px;
}
.tpl-medication-instructions .button.with:after, .tpl-medication-instructions .search .post .more.with:after, .search .post .tpl-medication-instructions .more.with:after {
  content: "";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 50px;
  height: 50px;
  border-radius: 8px;
  background-color: #fff;
  background-image: url("../images/pdf_logo.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.tpl-medication-instructions .pdfBlock {
  background: #f4f7fc;
  padding: 65px 0 75px;
}
.tpl-medication-instructions .pdfBlock .textBox {
  text-align: center;
}
.tpl-medication-instructions .pdfBlock .textBox h2 {
  text-transform: none;
}
.tpl-medication-instructions .pdfBlock .textBox .aligncenter {
  margin-bottom: 60px;
}
.tpl-medication-instructions .pdfBlock .linksBox h4 {
  padding-bottom: 25px;
}
.tpl-medication-instructions .pdfBlock .linksBox .item {
  text-align: center;
  -webkit-flex-basis: 31%;
  -moz-flex-basis: 31%;
  -ms-flex-preferred-size: 31%;
  flex-basis: 31%;
  margin-bottom: 30px;
}
.tpl-medication-instructions .pdfBlock .linksBox .item .button, .tpl-medication-instructions .pdfBlock .linksBox .item .search .post .more, .search .post .tpl-medication-instructions .pdfBlock .linksBox .item .more {
  font-size: 15px;
  background: #166690;
}
.tpl-medication-instructions .imagesBlock {
  padding: 115px 0 90px;
}
.tpl-medication-instructions .imagesBlock > .right .imageBox {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.tpl-medication-instructions .imagesBlock > .right .imageBox img {
  margin-left: auto;
}
.tpl-medication-instructions .imagesBlock > .right .logoBox {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -moz-order: 0;
  -ms-flex-order: 0;
  order: 0;
}
.tpl-medication-instructions .imagesBlock > .left .logoBox {
  padding-left: 120px;
}
.tpl-medication-instructions .imagesBlock .logoBox {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.tpl-medication-instructions .imagesBlock .logoBox .alignleft {
  margin-bottom: 50px;
}
.tpl-medication-instructions .imagesBlock .imageBox {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.tpl-medication-instructions .imagesBlock.white {
  background: #fff;
}
.tpl-medication-instructions .imagesBlock.grey {
  background: #f4f7fc;
}
.tpl-medication-instructions .videoBlock .videoBox {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.tpl-medication-instructions .videoBlock .videoBox a {
  display: block;
  position: relative;
}
.tpl-medication-instructions .videoBlock .videoBox a span {
  background: rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.tpl-medication-instructions .videoBlock .videoBox a i {
  font-size: 80px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.tpl-medication-instructions .videoBlock .videoBox a:hover i {
  color: #a37dca;
}
.tpl-medication-instructions .videoBlock .logoBox {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  padding: 10px 70px;
}
.tpl-medication-instructions .videoBlock .logoBox.one {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.tpl-medication-instructions .videoBlock .logoBox.two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  padding: 10px 7%;
}
.tpl-medication-instructions .videoBlock .logoBox.two > figure {
  margin-right: 20px;
}
.tpl-medication-instructions .videoBlock .logoBox.two .button, .tpl-medication-instructions .videoBlock .logoBox.two .search .post .more, .search .post .tpl-medication-instructions .videoBlock .logoBox.two .more {
  margin-top: 30px;
}
.tpl-medication-instructions .videoBlock.right .videoBox {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.tpl-medication-instructions .videoBlock.right .logoBox {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -moz-order: 0;
  -ms-flex-order: 0;
  order: 0;
}
.tpl-medication-instructions .videoBlock.grey {
  background: #f4f7fc;
}
.tpl-medication-instructions .bottomBlock {
  text-align: center;
  background: #f4f7fc;
  padding: 90px 0 35px;
}
.tpl-medication-instructions .bottomBlock .container {
  width: 820px;
}
.tpl-medication-instructions .bottomBlock h4 {
  font-size: 1.5rem;
  font-family: "Gotham Pro";
  padding-bottom: 40px;
}
.tpl-medication-instructions .bottomBlock .item {
  margin-bottom: 55px;
}
.tpl-success-rates .content {
  padding: 0;
}
.tpl-success-rates .grey {
  background: #f4f7fc;
}
.tpl-success-rates .section-1 {
  margin-top: 20px;
  position: relative;
}
.tpl-success-rates .section-1 .item {
  padding: 8% 4.5% 4.5%;
  -webkit-flex-basis: 49.7%;
  -moz-flex-basis: 49.7%;
  -ms-flex-preferred-size: 49.7%;
  flex-basis: 49.7%;
  position: relative;
}
.tpl-success-rates .section-1 .item figure {
  position: absolute;
  top: -71px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.tpl-success-rates .section-1 .item .info {
  text-align: center;
}
.tpl-success-rates .section-2 {
  text-align: center;
}
.tpl-success-rates .section-2 h2 {
  text-transform: inherit;
  padding: 10px 0 30px;
}
.tpl-success-rates .section-3 {
  text-align: center;
}
.tpl-success-rates .section-3 .container {
  width: 1064px;
}
.tpl-success-rates #gallery-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin-top: 45px;
}
.tpl-success-rates #gallery-1 .gallery-item {
  float: none;
  margin: 0;
  width: auto;
}
.tpl-success-rates #gallery-1 img {
  border: none;
}
.tpl-success-rates #gallery-1 br {
  display: none;
}
.tpl-success-rates .section-4 {
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .tpl-success-rates #top.left .info {
    padding: 25px 0;
  }
  .tpl-success-rates #top.left .info h1 {
    margin-bottom: 30px;
  }
  .tpl-success-rates #gallery-1 {
    margin-top: 0;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .tpl-success-rates #gallery-1 .gallery-item {
    margin-bottom: 30px;
  }
  .section-1 > .flex, #top.left .section-1 > .container, #top.right .section-1 > .container {
    display: block;
  }
  .section-1 > .flex .item, #top.left .section-1 > .container .item, #top.right .section-1 > .container .item {
    margin-bottom: 15px;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 4% 2% 2%;
  }
  .section-1 > .flex .item figure, #top.left .section-1 > .container .item figure, #top.right .section-1 > .container .item figure {
    position: static;
    -webkit-flex-basis: 145px;
    -moz-flex-basis: 145px;
    -ms-flex-preferred-size: 145px;
    flex-basis: 145px;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    margin-bottom: 15px;
  }
  .tpl-medication-instructions .pdfBlock {
    padding: 0 0 30px;
  }
  .tpl-medication-instructions .imagesBlock {
    text-align: center;
    padding: 30px 0;
  }
  .tpl-medication-instructions .imagesBlock > .alc {
    display: block;
  }
  .tpl-medication-instructions .imagesBlock > .left .logoBox {
    padding-left: 0;
  }
  .tpl-medication-instructions .imagesBlock .logoBox .alignleft {
    margin-bottom: 0;
  }
  .tpl-medication-instructions .imagesBlock .imageBox img {
    margin: 0 auto;
  }
  .tpl-medication-instructions .videoBlock {
    display: block;
    padding: 0 0 50px;
  }
  .tpl-medication-instructions .videoBlock .videoBox {
    width: 600px;
    max-width: 100%;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 767px) {
  .tpl-services .linksBox .item a {
    font-size: 15px;
  }
  .tpl-success-rates .section-1 {
    text-align: center;
  }
  .tpl-success-rates .section-1 > .flex, .tpl-success-rates #top.left .section-1 > .container, #top.left .tpl-success-rates .section-1 > .container, .tpl-success-rates #top.right .section-1 > .container, #top.right .tpl-success-rates .section-1 > .container {
    display: block;
  }
  .tpl-medication-instructions .pdfBlock {
    padding: 40px 0;
  }
  .tpl-medication-instructions .pdfBlock .linksBox {
    display: block;
  }
  .tpl-medication-instructions .pdfBlock .textBox {
    padding: 0;
  }
  .tpl-medication-instructions .pdfBlock .textBox h2 {
    padding-top: 0;
    font-size: 25px;
  }
}
@media screen and (max-width: 479px) {
  .tpl-medication-instructions .button, .tpl-medication-instructions .search .post .more, .search .post .tpl-medication-instructions .more {
    min-width: 300px;
    font-size: 12px;
  }
  .tpl-medication-instructions .videoBlock .logoBox.two {
    display: block;
    text-align: center;
    padding: 0;
  }
  .tpl-medication-instructions .videoBlock .logoBox.two > figure {
    margin: 0 0 20px;
  }
  .tpl-medication-instructions .videoBlock .logoBox.two img {
    margin: 0 auto;
  }
}
/*FAQ, Patients Reviews, Our Team, Single Our Team, Our Laboratory team*/
.tpl-faq .content {
  background-color: #e9ecf3;
}
.tpl-faq .content .container {
  width: 980px;
}
.tpl-faq #top h1 {
  display: none;
}
.faq .item {
  position: relative;
  margin-bottom: 10px;
}
.faq .item .question {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  border-radius: 5px;
  background-color: #fff;
  cursor: pointer;
  padding: 15px 30px;
  position: relative;
}
.faq .item .question span {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 20px;
}
.faq .item .question span:before, .faq .item .question span:after {
  content: '';
  background-color: #878a92;
  width: 8px;
  height: 2px;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.faq .item .question span:before {
  right: 6px;
}
.faq .item .question.active {
  box-shadow: 0 4px 18px 1px rgba(36, 33, 33, .1);
}
.faq .item .question.active span:before {
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  -o-transform: rotate(40deg);
  transform: rotate(40deg);
}
.faq .item .question.active span:after {
  -webkit-transform: rotate(-40deg);
  -moz-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  -o-transform: rotate(-40deg);
  transform: rotate(-40deg);
}
.faq .item .answer {
  display: none;
  max-width: 920px;
  margin: 0 auto 20px;
  background-color: #fff;
  padding: 40px 3% 0;
}
.topSingleTeam {
  border-top: 1px solid #a37dca;
}
.topSingleTeam > * {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.topSingleTeam .description {
  border-bottom: 1px solid #b3cac1;
  padding: 80px 5.8%;
  font-size: 18px;
}
.topSingleTeam .description h2 {
  text-transform: inherit;
  padding: 0 0 50px;
}
.topSingleTeam .description h5 {
  padding-bottom: 15px;
}
.topSingleTeam .description p {
  padding-bottom: 25px;
}
.topSingleTeam .description table {
  font-size: 14px;
  background-color: #b3cac1;
  margin: 25px 0 45px;
}
.topSingleTeam .description table p {
  padding-bottom: 10px;
}
.topSingleTeam .description table tr td {
  border-right: 2px solid #d9e5e0;
}
.topSingleTeam .description table tr td:last-of-type {
  border: none;
}
.topSingleTeam .description table td {
  padding: 25px 5% 15px;
}
.topSingleTeam .buttons {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.topSingleTeam .buttons > div {
  position: relative;
  display: inline;
  width: 150px;
}
.topSingleTeam .buttons .button, .topSingleTeam .buttons .search .post .more, .search .post .topSingleTeam .buttons .more {
  font-size: 14px;
  min-width: 1px;
  padding: 0 1.875rem;
}
.topSingleTeam .buttons .button:nth-child(1), .topSingleTeam .buttons .search .post .more:nth-child(1), .search .post .topSingleTeam .buttons .more:nth-child(1) {
  background-color: #a37dca;
}
.topSingleTeam .buttons .button:nth-child(2), .topSingleTeam .buttons .search .post .more:nth-child(2), .search .post .topSingleTeam .buttons .more:nth-child(2) {
  background-color: #c6a2ea;
}
.topSingleTeam .buttons .button:nth-child(3), .topSingleTeam .buttons .search .post .more:nth-child(3), .search .post .topSingleTeam .buttons .more:nth-child(3) {
  background-color: #9ebcb4;
}
.single-team h5 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 0;
}
.single-team .biography {
  padding-bottom: 40px;
  margin-bottom: 45px;
  border-bottom: 6px solid #e9f0f7;
  position: relative;
}
.single-team .biography:after {
  content: '';
  height: 6px;
  width: 80px;
  background-color: #b3cac1;
  left: 0;
  bottom: -6px;
  position: absolute;
}
.single-team .teamNav {
  border-top: 1px solid #b3cac1;
  padding-top: 75px;
}
.single-team .teamNav a {
  display: inline-block;
  line-height: 3.125rem;
  padding: 0 1.25rem;
  font-size: 0.875rem;
  font-weight: 400;
  background: #b3cac1;
  min-width: 290px;
  color: #000;
  font-family: "Open Sans";
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.single-team .teamNav a:hover {
  opacity: 0.8;
}
.teamInfo {
  width: 1000px;
  padding-bottom: 340px;
}
.teamDoctors {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
  margin-bottom: 60px;
  position: relative;
  top: -280px;
}
.teamDoctors > * {
  width: 31.3333333333%;
  margin: 0 1% 1.3333333333em;
}
.teamDoctors .item {
  position: relative;
}
.teamDoctors .item:before {
  content: '';
  box-shadow: inset 0 -6px #a37dca;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.teamDoctors .item:hover {
  box-shadow: inset 0 -6px #b3cac1;
  text-decoration: none;
}
.teamDoctors .item:hover:before {
  box-shadow: inset 0 0 0 10px #b3cac1;
}
.teamDoctors .info {
  background-color: #fff;
  text-align: center;
  padding: 20px;
}
.teamDoctors .name {
  font-family: "Gotham Pro";
  font-size: 16px;
  font-weight: 700;
  color: #000;
  padding-bottom: 10px;
}
.teamDoctors .position {
  font-size: 12px;
  text-transform: uppercase;
  color: #999;
}
.teamContent {
  padding-bottom: 0;
}
.teamContent .greyBg {
  background-color: #f4f7fc;
}
.teamStaff {
  font-size: 0;
  margin: 0 -10px;
  padding-bottom: 60px;
  text-align: center;
}
.teamStaff h3 {
  font-size: 1.5rem;
  font-family: "Gotham Pro";
  font-weight: 700;
  text-align: center;
  padding-bottom: 60px;
}
.teamStaff .item {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 20px;
  box-shadow: 0 4px 25px 2px rgba(0, 0, 0, .08);
}
.teamStaff .name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  background-color: #fff;
  font-family: "Gotham Pro";
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  min-height: 80px;
  padding: 15px;
}
.teamStaff .name span {
  display: block;
  margin: auto;
}
.teamStaff .name span.position {
  font-size: 12px;
  color: #999;
  font-weight: 400;
  text-transform: uppercase;
}
.teamStaff .coachSpeak {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
}
.teamStaff.ofc {
  margin-top: -280px;
}
.tpl-patients-reviews .greyBg {
  background-color: #e9ecf3;
  padding: 100px 0 40px;
  text-align: center;
  font-size: 1.5rem;
}
.tpl-patients-reviews .content {
  padding: 0;
}
.reviews {
  padding: 85px 0;
}
.reviews .item {
  padding-bottom: 25px;
}
.reviews .doctor {
  font-size: 1.5rem;
  font-family: "Gotham Pro";
  font-weight: 900;
  text-transform: uppercase;
}
.reviews .sitesReviews a {
  margin: 0 5px;
}
.reviews .topInfo {
  padding-bottom: 60px;
}
.reviews .start {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.reviews .rating {
  -webkit-flex-basis: 92px;
  -moz-flex-basis: 92px;
  -ms-flex-preferred-size: 92px;
  flex-basis: 92px;
  margin-right: 25px;
}
.reviews .rating .star {
  color: #ffc107;
}
.reviews .rating.one .star:nth-last-child(1n+2) {
  display: none;
}
.reviews .rating.two .star:nth-last-child(1n+3) {
  display: none;
}
.reviews .rating.three .star:nth-last-child(1n+4) {
  display: none;
}
.reviews .rating.four .star:nth-last-child(1n+5) {
  display: none;
}
.reviews .titleReview {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.5rem;
  font-weight: 600;
  color: #a37dca;
}
.reviews .description {
  color: #808080;
  font-size: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid #c2c2c2;
  margin-bottom: 15px;
}
.logosReviews {
  padding-bottom: 130px;
}
.tpl-laboratory .content {
  padding: 0;
}
.memberInfo {
  background-color: #f4f7fc;
  padding: 100px 0 50px;
}
.memberInfo figure {
  -webkit-flex-basis: 380px;
  -moz-flex-basis: 380px;
  -ms-flex-preferred-size: 380px;
  flex-basis: 380px;
  margin-right: 10%;
}
.memberInfo .info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.memberInfo .info .button, .memberInfo .info .search .post .more, .search .post .memberInfo .info .more {
  font-size: 0.875rem;
  text-transform: uppercase;
  padding: 0 2.8125rem;
  margin-bottom: 40px;
}
.memberInfo figcaption {
  font-family: "Gotham Pro";
  font-size: 16px;
  font-weight: 700;
  background-color: #fff;
  text-align: center;
  padding: 20px;
  color: #000;
  position: relative;
}
.memberInfo figcaption:before {
  content: '';
  box-shadow: inset 0 -6px #a37dca;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}
.logosLab {
  padding: 25px 0;
}
.logosLab .alc {
  width: 1240px;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.logosLab figure {
  margin: 0 2% 10px;
}
.logosLab figure img {
  margin: 0 auto;
}
@media screen and (max-width: 1919px) {
  .topSingleTeam .description {
    padding: 50px 4%;
  }
}
@media screen and (max-width: 1660px) {
  .topSingleTeam figure {
    -webkit-flex-basis: 40%;
    -moz-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }
  .topSingleTeam .description {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-bottom: none;
  }
  .topSingleTeam .description h2 {
    padding-bottom: 25px;
  }
  .topSingleTeam .description table {
    margin: 0 0 25px;
  }
}
@media screen and (max-width: 1366px) {
  .topSingleTeam .description {
    padding: 25px 2%;
  }
}
@media screen and (max-width: 1280px) {
  .teamDoctors .info {
    min-height: 120px;
  }
  .teamStaff .coachSpeak {
    margin-left: 0;
  }
  .topSingleTeam .buttons {
    display: block;
  }
  .topSingleTeam .buttons .button, .topSingleTeam .buttons .search .post .more, .search .post .topSingleTeam .buttons .more {
    display: block;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .topOurTeam {
    min-height: 400px !important;
  }
  .teamStaff {
    padding-bottom: 30px;
  }
  .teamStaff h3 {
    padding-bottom: 20px;
  }
  .topSingleTeam {
    display: block;
  }
  .topSingleTeam .buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .topSingleTeam .buttons .button, .topSingleTeam .buttons .search .post .more, .search .post .topSingleTeam .buttons .more {
    font-size: 12px;
  }
  .topSingleTeam figure {
    margin-right: 0;
  }
  .topSingleTeam figure img {
    margin: 0 auto;
  }
  .faq .item .question {
    padding: 15px 35px 15px 15px;
  }
  .tpl-patients-reviews .greyBg {
    padding: 30px 0 0;
    font-size: 1rem;
  }
  .reviews {
    padding: 40px 0 0;
  }
  .reviews .topInfo {
    display: block;
    padding-bottom: 30px;
  }
  .reviews .doctor {
    padding-bottom: 20px;
  }
  .logosReviews {
    padding-bottom: 30px;
  }
  .memberInfo figure {
    margin-right: 3%;
  }
}
@media screen and (max-width: 767px) {
  .teamDoctors {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
    margin-bottom: 20px;
  }
  .teamDoctors > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
  .topOurTeam {
    min-height: 300px !important;
  }
  .memberInfo {
    padding: 50px 25px;
  }
  .memberInfo .flex, .memberInfo #top.left .container, #top.left .memberInfo .container, .memberInfo #top.right .container, #top.right .memberInfo .container {
    display: block;
  }
  .memberInfo figure {
    display: inline-block;
    margin-right: 0;
  }
}
@media screen and (max-width: 640px) {
  .topSingleTeam table {
    min-width: 620px;
  }
  .topSingleTeam .description {
    overflow-x: scroll;
  }
  .topSingleTeam .buttons {
    display: block;
  }
  .single-team .teamNav {
    display: block;
    text-align: center;
    padding-top: 25px;
  }
  .single-team .teamNav a {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 479px) {
  .topOurTeam {
    min-height: 220px !important;
  }
  .reviews .start {
    display: block;
  }
  .reviews .sitesReviews {
    display: block;
    text-align: center;
  }
  .reviews .sitesReviews a {
    display: inline-block;
    margin: 0 0 5px;
  }
  .logosReviews {
    text-align: center;
  }
  .logosReviews .alc {
    display: block;
  }
  .logosReviews a {
    display: inline-block;
    margin-bottom: 15px;
  }
  .logosLab .alc {
    display: block;
  }
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 14px;
  }
  #menuOpen {
    display: block;
  }
  #menuOpen.opened + #mainMenu {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  #mainMenu {
    position: fixed;
    top: 50px;
    width: 100%;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: rgba(26, 26, 26, 0.95);
    right: 0;
    bottom: 0;
    z-index: 100;
    overflow-y: auto;
  }
  #mainMenu ul li {
    display: inline-block;
    width: 100%;
    padding: 0;
  }
  #mainMenu ul li a {
    margin: 0;
    color: #fff;
    font-size: 18px;
    padding: 15px 3%;
    border-bottom: 1px solid #000;
    position: relative;
    display: block;
    text-decoration: none;
  }
  #mainMenu ul li a:after {
    display: none;
  }
  #mainMenu ul li:hover > a {
    background: none;
    color: #fff;
  }
  #mainMenu ul li.current-menu-item > a {
    background: #a37dca;
    color: #fff;
  }
  #mainMenu ul li.menu-item-has-children > a:after {
    display: none;
  }
  #mainMenu ul li span {
    width: 60px;
    background: #a37dca;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
  }
  #mainMenu ul li span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    width: 18px;
    height: 2px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  #mainMenu ul li span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    width: 2px;
    height: 18px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  #mainMenu ul li span.active:after {
    opacity: 0;
  }
  #mainMenu ul li ul {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
    width: 100%;
    position: static;
    background: none;
    display: none;
    -webkit-transition: none 0.4s ease;
    -moz-transition: none 0.4s ease;
    -ms-transition: none 0.4s ease;
    -o-transition: none 0.4s ease;
    transition: none 0.4s ease;
  }
  #mainMenu ul li ul li {
    display: inline-block;
    float: none;
    width: 100%;
    padding-bottom: 0;
  }
  #mainMenu ul li ul li a {
    margin: 0;
    color: #fff;
    font-size: 18px;
    padding: 10px 6%;
    border-bottom: 1px solid #000;
    position: relative;
    text-decoration: none;
  }
  #mainMenu ul li ul li span {
    background: none;
  }
  #mainMenu ul li ul li:hover a {
    background: none;
    color: #fff;
  }
  #mainMenu ul li ul li.current-menu-item a {
    background: #a37dca;
    color: #fff;
  }
  #mainMenu ul li ul li ul li a {
    font-size: 16px;
    font-style: italic;
  }
  .alignleft, .aligncenter, .alignright, .alignnone {
    float: none;
    margin: 20px auto;
  }
  .alignnone {
    margin: 0 0 20px;
  }
  .columns {
    margin-top: 0;
  }
  .columns .item {
    display: block;
    min-height: 1px !important;
  }
  .columns .item > div {
    padding: 50px 0 30px;
  }
  .columns .item figure {
    background: none !important;
    position: static;
    width: 100%;
  }
  .columns .item figure img {
    display: block;
  }
  .columns .item .alc {
    display: block;
  }
  .columns .item .info {
    padding: 0 !important;
  }
  .content {
    padding: 50px 0 30px;
  }
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 32px;
  }
  p {
    padding-bottom: 30px;
  }
  .tabs {
    display: block;
  }
  .tabs div {
    margin-bottom: 5px;
  }
  .tabs div:after {
    display: none;
  }
  .links {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .links > * {
    width: 49%;
    margin: 0 0.5% 0.75em;
  }
  .fusionLogin {
    display: block;
  }
  .fusionLogin figure {
    margin: 0;
  }
  .fusionLogin figure img {
    margin: 0 auto;
  }
  .fusionLogin .info {
    margin: 50px 0;
  }
  .fusionLogin .fusionButton {
    padding: 0 30px;
    background-image: none;
    line-height: 50px;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 33px;
  }
  h1 span {
    font-size: inherit !important;
  }
  h2 {
    font-size: 28px;
    padding: 20px 0 40px;
  }
  h2 span {
    font-size: inherit !important;
  }
  h3 {
    font-size: 24px;
  }
  h3 span {
    font-size: inherit !important;
  }
  p {
    padding-bottom: 20px;
  }
  p span {
    font-size: inherit !important;
  }
  #top {
    min-height: 250px !important;
    text-align: center;
  }
  #top .container {
    display: block !important;
  }
  #top br {
    display: none;
  }
  #top img {
    margin: 0 auto;
  }
}
@media screen and (max-width: 479px) {
  .links {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .links > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
