﻿@import url('textstyling.min.css');
@import url('textstyling.css');
@font-face {
  font-family: 'Gabriola';
  src: local('Gabriola'), url('../Fonts/Gabriola.woff'), url('../Fonts/Gabriola.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
h1 {
  color: #db2727;
  font-family: 'Gabriola', Gabriola, Century Gothic, CenturyGothic, AppleGothic, sans-serif;
  font-size: 40px;
  line-height: 35px;
  font-weight: normal;
  margin: 5px 0 10px 0;
}
h2 {
  font-size: small;
  font-weight: normal;
  font-size: 30px;
  line-height: 30px;
  margin: 2px 0 5px 0;
}
h2,
h3 {
  font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
  font-weight: normal;
}
h4 {
  font-size: 24px;
  margin-bottom: 5px;
  font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
}
img {
  border: none;
}
p,
.DefaultTextPadding li {
  font-size: 17px;
  line-height: 3ex;
}
a,
a:visited,
a:hover,
a:active {
  color: #846813;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
b {
  font-weight: 600;
}
ul {
  margin: 0 0 0 15px;
  padding: 0;
  list-style-type: disc;
}
p {
  margin: 5px 0px 5px 0px;
  padding: 0px;
}
.sound-vibes,
.sound-vibes2 {
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  background: transparent url('../Images/layout/sound-vibes.png') 50% 50% no-repeat;
  background-size: 50% 50%;
  width: 500px;
  height: 500px;
  position: absolute;
  margin-left: 50%;
  left: -250px;
  top: -100px;
  z-index: -1;
}
.sound-vibes {
  animation-name: soundvibes;
}
.sound-vibes2 {
  animation-name: soundvibes2;
}
@keyframes soundvibes {
  0%,
  69% {
    opacity: 0;
  }
  70% {
    background-size: 50% 50%;
    opacity: 0;
  }
  80% {
    opacity: 0.5;
  }
  90% {
    background-size: 100% 100%;
    opacity: 0;
  }
  100% {
    background-size: 100% 100%;
    opacity: 0;
  }
}
@keyframes soundvibes2 {
  0%,
  79% {
    opacity: 0;
  }
  80% {
    background-size: 50% 50%;
    opacity: 0;
  }
  90% {
    opacity: 0.5;
  }
  100% {
    background-size: 100% 100%;
    opacity: 0;
  }
}
.light-anim {
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  background: transparent url('../Images/layout/Logo_MidLight1.png') 50% 50% no-repeat;
  background-size: 50% 50%;
  width: 150px;
  height: 150px;
  animation-name: lightanim;
  position: absolute;
  margin-left: 50%;
  left: -73px;
  top: 74px;
  z-index: 3;
}
@keyframes lightanim {
  0%,
  100% {
    background-size: 50% 50%;
  }
  50% {
    background-size: 100% 100%;
  }
}
.expandable-text {
  -webkit-transition: max-height 1s;
  -moz-transition: max-height 1s;
  -ms-transition: max-height 1s;
  -o-transition: max-height 1s;
  transition: max-height 1s;
  overflow: hidden;
  max-height: 0;
}
.expandable-text.open {
  max-height: 3200px;
}
.expandable-text-span {
  display: none;
}
.expandable-text-span.open {
  display: inline;
}
.who-quote p {
  font-size: 34px;
  line-height: 38px;
  font-style: italic;
}
.who {
  clear: both;
  padding-right: 40px;
  margin-right: 20px;
  padding-top: 70px;
  padding-bottom: 100px;
  padding-left: 30px;
}
.who .who-words {
  margin-left: 30px;
}
.who h1 {
  color: #db2727;
  font-family: 'Gabriola', Gabriola, Century Gothic, CenturyGothic, AppleGothic, sans-serif;
  font-size: 60px;
  margin: 0;
  margin-bottom: 15px;
  line-height: 60px;
}
.who .who-img {
  float: left;
  margin-right: 30px;
  margin-bottom: 5px;
  height: 240px;
  cursor: pointer;
  vertical-align: top;
}
.who .who-img img {
  margin-top: 0px;
  object-fit: cover;
  object-position: 0 80%;
  height: 260px;
  width: 418px;
  animation-name: picwho;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-transition: height 1s ease-out, margin-top 1s ease-out;
  -moz-transition: height 1s ease-out, margin-top 1s ease-out;
  -o-transition: height 1s ease-out, margin-top 1s ease-out;
  transition: height 1s ease-out, margin-top 1s ease-out;
}
.who .who-img.open {
  height: inherit;
}
.who .who-img.open img {
  margin-top: 70px;
  height: 799px;
  animation-name: none;
  object-position: 0 0%;
}
.who-full .who-img {
  float: left;
  margin-right: 30px;
  margin-bottom: 50px;
}
@keyframes picwho {
  0% {
    object-position: 0 0%;
  }
  100% {
    object-position: 0 100%;
  }
}
@media screen and (max-width: 500px) {
  .who,
  .who-full {
    padding: 0 10px 0 10px;
  }
  .who .who-quote p,
  .who-full .who-quote p {
    font-size: 26px;
    line-height: 32px;
  }
  .who .who-words,
  .who-full .who-words {
    margin-left: 0px;
  }
  .who .who-img,
  .who-full .who-img {
    margin-bottom: 30px;
  }
  .who .who-img img,
  .who-full .who-img img {
    width: 350px;
  }
  .who .who-img.open,
  .who-full .who-img.open {
    height: 300px;
  }
  .who .who-img.open img,
  .who-full .who-img.open img {
    margin-top: auto;
    height: 300px;
    animation-name: picwho;
  }
}
/* ipad Portrait and Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .who {
    padding-left: 20px;
  }
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  /* Ipad For portrait layouts only */
  .who .who-img img {
    width: 670px;
  }
  .who .who-quote {
    clear: both;
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
html {
  scroll-behavior: smooth;
}
body {
  background: #f4ebde;
  font-size: small;
  color: #3c2a12;
  font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
  line-height: 3ex;
  background: #f6eedc url('../Images/layout/bg-repeat.jpg') center top repeat;
  margin: 0;
  padding: 0;
}
.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}
.navbar.sticky-top {
  background: #f6eedc url('../Images/layout/bg-repeat.jpg') center top repeat;
}
.navbar.sticky-top.navbar {
  padding: 0.2rem 1rem;
}
.navbar.sticky-top .nav-link {
  padding: 0 1rem;
}
.navbar.sticky-top .nav-item.active {
  text-decoration: underline;
}
.navbar.sticky-top .dropdown-item.active,
.navbar.sticky-top .dropdown-item.active:active,
.navbar.sticky-top .dropdown-item.active:hover {
  background: #856e51;
}
.baseline {
  font-size: 32px;
  font-family: 'Gabriola', Gabriola, Century Gothic, CenturyGothic, AppleGothic, sans-serif;
  position: absolute;
  right: 0;
  bottom: 30px;
  margin: 0;
  padding: 0;
  color: #7a6954;
}
.mainBlockTop {
  background: transparent url('../Images/layout/bg-top-shadow.png') center bottom no-repeat;
  padding-bottom: 20px;
}
.mainBlockTop .top-logo {
  margin-left: auto;
  margin-right: auto;
  width: 752px;
  margin-top: 20px;
  display: block;
  text-align: center;
  position: relative;
}
.shadow-top-block {
  background: transparent url('../Images/layout/bg-top-shadow.png') center bottom no-repeat;
  padding-bottom: 20px;
}
.mainBlock {
  display: block;
  position: relative;
  margin: 0px auto 5px auto;
  width: 1202px;
  min-height: 150px;
  background: transparent url('../Images/layout/bg-page-r.png') 100% 100% repeat-y;
  -moz-box-shadow: 0px 0px 4px #eee;
  -webkit-box-shadow: 0px 0px 4px #eee;
  box-shadow: 0px 0px 4px #eee;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
}
.mainBlockI1 {
  display: block;
  position: relative;
  background: transparent url('../Images/layout/bg-page-l.png') 0 0 repeat-y;
  padding: 0px 0px 0px 0px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
}
footer {
  display: block;
  color: #856e51;
  background: #dad0b5;
  margin-top: 50px;
  -webkit-box-shadow: inset 0px 5px 5px -2px rgba(61, 58, 50, 0.32);
  -moz-box-shadow: inset 0px 5px 5px -2px rgba(61, 58, 50, 0.32);
  box-shadow: inset 0px 5px 5px -2px rgba(61, 58, 50, 0.32);
  padding-top: 5px;
  padding-bottom: 20px;
}
footer img {
  float: left;
  margin-right: 20px;
  max-width: 100px;
}
footer .container-fluid {
  max-width: 1200px;
}
footer ul {
  margin: 0;
}
footer .nav-item.active a:link,
footer .nav-item.active a:visited,
footer .nav-item.active a:active,
footer .nav-item.active a:hover {
  color: #977f62;
}
footer .social-link {
  opacity: 0.5;
  display: inline-block;
}
footer .social-link img {
  width: 27px;
  margin-right: 10px;
}
footer .social-link:hover {
  opacity: 1;
}
footer a:link,
.footer a:visited,
.footer a:active,
.footer a:hover {
  color: #856e51;
}
footer a:hover {
  text-decoration: underline;
}
.break-block {
  clear: both;
  position: relative;
  background: #f6eedc url('../Images/layout/bg-repeat.jpg') center top repeat;
  min-height: 100px;
}
.break-block-inner1 {
  background: transparent url('../Images/layout/bg-page-scratch-top.png') center 0% no-repeat;
}
.break-block-inner2 {
  background: transparent url('../Images/layout/bg-page-scratch-bottom.png') center 100% no-repeat;
  padding-top: 80px;
}
.social-links {
  font-size: 18px;
  text-align: right;
  right: 5px;
  top: 5px;
  position: absolute;
  font-size: 12px;
  line-height: 15px;
}
.social-links a,
.social-linksa:visited,
.social-links a:hover,
.social-links a:active {
  color: #af9778;
  text-decoration: none;
  cursor: hand;
  padding-top: 8px;
}
.cookieStatement {
  position: fixed;
  bottom: 0;
  max-width: 350px;
  background: #f4ebde;
  z-index: 999999999;
  -webkit-box-shadow: 2px -5px 5px 2px rgba(61, 58, 50, 0.32);
  -moz-box-shadow: 2px -5px 5px 2px rgba(61, 58, 50, 0.32);
  box-shadow: 2px -5px 5px 2px rgba(61, 58, 50, 0.32);
  text-align: left;
  padding: 20px;
  font-size: 16px;
}
.DefaultTextPadding {
  padding: 30px;
}
@media screen and (max-width: 500px) {
  /* Mobiles */
  .mainBlockTop {
    background: transparent;
    overflow: hidden;
  }
  .mainBlockTop .top-logo {
    position: relative;
    width: 370px;
  }
  .mainBlockTop .top-logo img {
    width: 370px;
  }
  .adpt {
    position: absolute;
    top: 0;
    margin-left: -2px;
    left: 50%;
  }
  .sound-vibes,
  .sound-vibes2 {
    top: -200px;
  }
  .light-anim {
    top: 0px;
  }
  .mainBlock {
    width: auto;
    min-width: 370px;
    margin-left: 0;
    margin-right: 0;
  }
  .footer {
    width: auto;
  }
  .DefaultTextPadding {
    padding: 10px;
  }
  .info-block {
    width: auto;
    margin-left: inherit;
    margin-right: inherit;
    margin-bottom: 20px;
    float: none;
    background: transparent;
    border-top: #d1bea3 1px solid;
    border-bottom: #d1bea3 1px solid;
    background: white;
    clear: both;
  }
  .info-block img.deco {
    width: 340px;
  }
  .baseline {
    font-size: 20px;
    bottom: 0px;
    right: 5px;
  }
}

.Whitebox-note {
    -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    background: white;
    padding: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}



@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  /* ipad */
  .mainBlock {
    width: auto;
    min-width: 500px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  /* Ipad For portrait layouts only */
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  /* Ipad For landscape layouts only */
}
.testimonial-person {
  margin-bottom: 60px;
}
.testimonial-person h4 {
  padding-bottom: 10px;
  font-weight: normal;
}
.testimonial-balloon .testimonial-text {
  max-width: 450px;
  margin-right: 5px;
  font-style: italic;
  font-size: 18px;
  line-height: 22px;
  font-family: 'Rosario', 'sans-serif';
  background: white;
  border-radius: 8px;
  padding: 5px 10px 5px 10px;
  min-height: 60px;
  transform: rotate(1.5deg);
}
.testimonial-balloon .testimonial-text:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 12px solid #fff;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  border-bottom: 10px solid transparent;
  left: 52px;
  bottom: -10px;
  z-index: 10;
}
.testimonial-flash {
  background: transparent url('../Images/layout/BG-Getuigenis.png') 50% 0% no-repeat;
  width: 850px;
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 120px;
  height: 300px;
  font-size: 20px;
  line-height: 24px;
  font-family: 'Rosario', 'sans-serif';
  box-sizing: content-box;
}
.testimonial-flash.longtext {
  padding-top: 130px;
  margin-top: -130px;
}
.testimonial-flash .quote {
  font-style: italic;
  font-size: 30px;
  line-height: 2.2ex;
  padding-top: 30px;
  padding-bottom: 30px;
}
.testimonial-flash .pic {
  float: left;
  margin-top: 15px;
  margin-right: 30px;
  padding-left: 30px;
}
.testimonial-flash .pic img {
  width: 110px;
}
@media screen and (max-width: 500px) {
  .testimonial-flash {
    width: auto;
    height: auto;
    margin: 0;
    margin-top: 20px;
    padding-top: 0px;
    padding: 5px 0 10px;
    font-size: 16px;
    line-height: 16px;
    clear: both;
    background: #eeddc5;
    min-height: 125px;
  }
  .testimonial-flash.longtext {
    margin-top: 20px;
    padding-top: 0px;
  }
  .testimonial-flash.longtext .pic {
    margin-top: 20px;
  }
  .testimonial-flash .pic {
    margin: 0;
    padding: 0;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .testimonial-flash .pic img {
    width: 80px;
  }
  .testimonial-flash .quote {
    font-size: 18px;
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .testimonial-balloon .testimonial-text {
    max-width: 350px;
  }
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  /* Ipad For portrait layouts only */
  .testimonial-flash {
    max-width: 670px;
    height: auto;
    margin: 20px auto 10px auto;
    padding: 5px 0 10px;
    clear: both;
    background: #eeddc5;
    min-height: 125px;
  }
  .testimonial-flash.longtext {
    margin-top: 20px;
    padding-top: 0px;
  }
  .testimonial-flash.longtext .pic {
    margin-top: 20px;
  }
  .testimonial-flash .pic {
    margin: 0;
    padding: 0;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .testimonial-flash .pic img {
    width: 80px;
  }
  .testimonial-flash .quote {
    font-size: 26px;
    padding-top: 10px;
    padding-bottom: 10px;
    max-width: 650px;
  }
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  /* Ipad For landscape layouts only */
}
.body-painting .baseline {
  text-align: center;
  font-size: 70px;
  left: 0;
  margin: 40px 0 0 0;
}
.body-painting .baseline-sub {
  text-align: center;
  font-size: 50px;
}
.Painting {
  padding: 40px;
}
.Painting h1 {
  font-size: 45px;
}
.Painting h3 {
  font-size: 26px;
  line-height: 2ex;
}
.Painting-for {
  border-bottom: 1px solid #d3c9b7;
}
.testimonial-paint {
  clear: both;
  padding-bottom: 20px;
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid #d3c9b7;
}
.yt-video {
  width: 900px;
  height: 506px;
  border-radius: 20px;
  -moz-box-shadow: 0px 0px 14px #3b3a3a;
  -webkit-box-shadow: 0px 0px 14px #3b3a3a;
  box-shadow: 0px 0px 14px #3b3a3a;
  margin-top: 5px;
  margin-bottom: 5px;
}
.painting-item {
  clear: both;
  padding-bottom: 20px;
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid #d3c9b7;
}
.painting-item img {
  float: left;
  margin-right: 20px;
}
.painting-resize {
  width: 600px;
}
@media screen and (max-width: 500px) {
  /* mobiles*/
  .Painting {
    padding: 15px;
    background: white;
    border-radius: 10px;
  }
  .Painting img {
    max-width: 350px;
  }
  .Painting .painting-resize {
    width: 350px;
  }
  .yt-video {
    width: 350px;
    height: 196px;
    border-radius: 8px;
    -moz-box-shadow: 0px 0px 0px #3b3a3a;
    -webkit-box-shadow: 0px 0px 0px #3b3a3a;
    box-shadow: 0px 0px 0px #3b3a3a;
  }
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  /* Ipad For portrait layouts only */
  .yt-video {
    width: 680px;
    height: 382px;
  }
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  /* Ipad For landscape layouts only */
  .yt-video {
    width: 950px;
    height: 534px;
  }
}
.Session .mini-testimonial {
  float: left;
  margin-right: 20px;
}
.home .start-problem .start-problem-container ul {
  width: 2100px;
}
.start-problem {
  margin-top: 70px;
  padding-bottom: 80px;
}
.start-problem .title {
  font-size: 30px;
  line-height: 34px;
  padding-bottom: 10px;
}
.start-problem .start-problem-container {
  position: relative;
  width: 100%;
  overflow-x: scroll;
  cursor: grab;
  user-select: none;
}
.start-problem .start-problem-container ul {
  background: url('../Images/Deco/Background_overtuigingen_.jpg') 0 100% no-repeat;
  width: 3480px;
  height: 270px;
  list-style-type: none;
  list-style: none;
  list-style-position: inside;
  margin: 0;
}
.start-problem .sp-item {
  list-style: none;
  list-style-position: inside;
  position: absolute;
  top: 40px;
  left: 0px;
  transform: rotate(2deg);
}
.start-problem .sp-item:nth-child(1) {
  transform: rotate(-14deg);
  left: 20px;
}
.start-problem .sp-item:nth-child(2) {
  transform: rotate(2deg);
  left: 280px;
}
.start-problem .sp-item:nth-child(3) {
  transform: rotate(-4deg);
  left: 140px;
  top: 130px;
}
.start-problem .sp-item:nth-child(4) {
  transform: rotate(-2deg);
  left: 540px;
  top: 20px;
}
.start-problem .sp-item:nth-child(5) {
  transform: rotate(4deg);
  left: 380px;
  top: 150px;
}
.start-problem .sp-item:nth-child(6) {
  transform: rotate(-8deg);
  left: 750px;
}
.start-problem .sp-item:nth-child(7) {
  transform: rotate(2deg);
  left: 900px;
  top: 150px;
}
.start-problem .sp-item:nth-child(8) {
  transform: rotate(8deg);
  left: 1050px;
  top: 20px;
}
.start-problem .sp-item:nth-child(9) {
  transform: rotate(-2deg);
  left: 1140px;
  top: 140px;
}
.start-problem .sp-item:nth-child(10) {
  transform: rotate(2deg);
  left: 1290px;
  top: 30px;
}
.start-problem .sp-item:nth-child(11) {
  transform: rotate(-2deg);
  left: 1540px;
  top: 140px;
}
.start-problem .sp-item:nth-child(12) {
  transform: rotate(-8deg);
  left: 1770px;
  top: 40px;
}
.start-problem .sp-item:nth-child(13) {
  transform: rotate(-10deg);
  left: 1840px;
  top: 140px;
}
.start-problem .sp-item:nth-child(14) {
  transform: rotate(-2deg);
  left: 2030px;
  top: 20px;
}
.start-problem .sp-item:nth-child(15) {
  transform: rotate(6deg);
  left: 2120px;
  top: 80px;
}
.start-problem .sp-item:nth-child(16) {
  transform: rotate(-3deg);
  left: 2200px;
  top: 140px;
}
.start-problem .sp-item:nth-child(17) {
  transform: rotate(6deg);
  left: 2520px;
  top: 80px;
}
.start-problem .sp-item:nth-child(18) {
  transform: rotate(-1deg);
  left: 3000px;
  top: 140px;
}
.start-problem .sp-item:nth-child(19) {
  transform: rotate(-6deg);
  left: 2910px;
  top: 45px;
}
.start-problem .sp-item:nth-child(20) {
  transform: rotate(6deg);
  left: 3180px;
  top: 30px;
}
.start-problem .sp-item p {
  width: 250px;
  margin-right: 5px;
  font-style: italic;
  font-size: 18px;
  line-height: 22px;
  font-family: 'Rosario', 'sans-serif';
  background: white;
  border-radius: 8px;
  padding: 5px 10px 5px 10px;
  min-height: 60px;
  box-shadow: #6891a7 0px 0px 3px;
}
.start-problem .sp-item p:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 12px solid #fff;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  border-bottom: 10px solid transparent;
  left: 52px;
  bottom: -10px;
  z-index: 10;
}
.start-problem .splide {
  background: #ded2b3;
  min-height: 100px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.start-problem .splide__track {
  height: 80px;
}
.start-problem .splide__pagination {
  margin-left: 40px;
  margin-right: 40px;
  width: 80%;
}
.start-problem .splide__arrow {
  top: auto;
  bottom: -8px;
  background: #c1a065;
  color: white;
}
.testimonial-splide {
  margin-top: 30px;
  padding-bottom: 80px;
}
.testimonial-splide .title {
  text-align: center;
}
.testimonial-splide .splide {
  width: 850px;
  margin-left: auto;
  margin-right: auto;
}
.testimonial-splide p {
  padding-right: 15px;
  padding-left: 15px;
  font-style: italic;
  font-size: 18px;
  line-height: 22px;
  font-family: 'Rosario', 'sans-serif';
}
.testimonial-splide img {
  width: 750px;
  border-radius: 15px;
}
.pricing-table {
  background: #faf5ee;
  margin: 10px 0 10px 0;
  -moz-box-shadow: 0px 0px 8px #a19584;
  -webkit-box-shadow: 0px 0px 8px #a19584;
  box-shadow: 0px 0px 8px #a19584;
}
.pricing-table tr th,
.pricing-table tr td {
  font-size: 17px;
  line-height: 3ex;
  padding: 3px 20px;
  white-space: normal;
}
/* Phone */
@media screen and (max-width: 500px) {
  .testimonial-splide .splide {
    width: 365px;
  }
  .testimonial-splide p {
    padding-right: 5px;
    padding-left: 5px;
  }
  .testimonial-splide img {
    width: 250px;
  }
  .pricing-table {
    background: #faf5ee;
    margin: 10px 0 10px 0;
  }
  .pricing-table tr th,
  .pricing-table tr td {
    font-size: 17px;
    line-height: 3ex;
    padding: 3px 10px 3px 5px;
    white-space: normal;
  }
}
/* IPad */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .testimonial-splide .splide {
    width: 700px;
  }
  .testimonial-splide p {
    padding-right: 10px;
    padding-left: 10px;
  }
  .testimonial-splide img {
    width: 600px;
  }
}
.top-flash a,
.top-flash a:visited,
.top-flash a:hover,
.top-flash a:active {
  color: #bd8012;
  text-decoration: none;
  font-size: 28px;
}
.top-flash a:hover {
  color: #79530e;
  text-decoration: none;
}
.top-flash p {
  font-size: 22px;
  line-height: 26px;
  font-weight: 100;
}
.top-flash .top-flash-item {
  background: transparent url('../Images/layout/bg-menuleftblock.png') 0 0 no-repeat;
  min-height: 40px;
  padding: 20px 0 20px 30px;
  color: #3c2a12;
  width: 380px;
  margin-left: 15px;
  margin-bottom: 15px;
  float: left;
  cursor: pointer;
}
.top-flash .top-flash-item:hover {
  background: #e0d0ba;
}
.top-flash .top-flash-item img {
  -moz-box-shadow: 0px 0px 1px #333;
  -webkit-box-shadow: 0px 0px 1px #333;
  box-shadow: 0px 0px 1px #333;
  margin-top: 5px;
  margin-bottom: 5px;
}
.top-flash .top-flash-item-main {
  background: transparent url('../Images/layout/bg-menuleftblock.png') 0 0 no-repeat;
  min-height: 40px;
  padding: 20px 0 20px 30px;
  color: #3c2a12;
  margin-left: 15px;
  margin-bottom: 15px;
  float: left;
}
.top-flash .top-flash-item-main img {
  float: left;
  margin-right: 20px;
}
.pic-topgif {
  position: absolute;
  right: 50px;
  top: 170px;
}
.home .music-player {
  border: 0;
  width: 380px;
  height: 150px;
  margin-bottom: 10px;
}
.home .start-problem {
  max-width: 770px;
  margin-top: 0px;
  padding-bottom: 0px;
  display: inline-block;
}
.home .Product {
  margin-left: auto;
  margin-right: auto;
  max-width: 1720px;
}
.home .Product h1 {
  min-height: 70px;
}
.home .Product h2 {
  margin-left: 40px;
  margin-top: 80px;
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: 100;
}
.home .Product .info-block {
  min-height: 350px;
  width: 380px;
}
.testimonial-videos {
  padding-top: 90px;
  padding-bottom: 80px;
  background: #322112;
  -webkit-box-shadow: inset 0px 6px 22px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0px 6px 22px 0px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px 6px 22px 0px rgba(0, 0, 0, 0.75);
}
.testimonial-videos .testimonial-videos-cont {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.testimonial-videos .testimonial-videos-cont h2 {
  color: #eeddc5;
  margin-bottom: 40px;
}
.testimonial-videos .testimonial-videos-cont a.btn {
  background: white;
}
.testimonial-videos .testimonial-video {
  float: left;
  margin-right: 20px;
  background: white;
  padding: 10px;
  margin-bottom: 10px;
}
.info-block {
  float: left;
  width: 520px;
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 40px;
  background: #eeddc5;
  padding: 15px;
  box-sizing: content-box;
  position: relative;
}
.info-block h1 {
  margin-top: 10px;
  margin-bottom: 15px;
}
.info-block h2 {
  margin-top: 30px;
  margin-bottom: 20px;
}
.info-block.round {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
}
.info-block.onworkshop {
  background-image: url('../Images/Deco-Emmanuel.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
}
.info-block.onworkshop p {
  margin-right: 140px;
}
.info-block .info-block-img-container {
  margin-bottom: 15px;
}
.info-block .info-block-img-container img {
  height: 150px;
}
.info-block .info-block-img-container .h-image {
  max-width: 380px;
}
@media screen and (max-width: 500px) {
  /* mobiles */
  .pic-emmanuel img {
    width: 350px;
  }
  .top-flash .top-flash-item {
    padding: 15px 20px 15px 20px;
    margin-left: 0;
    width: 370px;
  }
  .top-flash .top-flash-item p {
    font-size: 18px;
    line-height: 20px;
  }
  .top-flash .top-flash-item a {
    font-size: 20px;
  }
  .top-flash .top-flash-item-main {
    margin-left: 10px;
    margin-right: 10px;
    padding: 20px 0 20px 0;
  }
  .home .info-block {
    width: auto;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    float: none;
    border-top: #d1bea3 1px solid;
    border-bottom: #d1bea3 1px solid;
    clear: both;
  }
  .home .Product h1 {
    min-height: 0px;
  }
  .home .Product .info-block {
    width: auto;
    min-height: 0;
  }
  .home .info-block-img-container .h-image {
    max-width: 340px;
  }
  .home iframe.music-player {
    margin-left: 0px;
    border: 0;
    width: 350px;
    height: 130px;
  }
  .home .start-problem {
    max-width: 350px;
  }
  .testimonial-videos .testimonial-videos-cont h2 {
    padding: 5px;
  }
  .testimonial-videos .testimonial-videos-cont a.btn {
    margin-left: 10px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  /* ipad */
  .home .end-block .info-block {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    float: none;
    border-top: #d1bea3 1px solid;
    border-bottom: #d1bea3 1px solid;
    clear: both;
  }
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  /* Ipad For portrait layouts only */
  .home .Product .info-block {
    min-height: 380px;
    width: 320px;
  }
  .home .info-block-img-container .h-image {
    max-width: 320px;
  }
  .home iframe.music-player {
    width: 320px;
  }
  .testimonial-videos .testimonial-videos-cont {
    max-width: 370px;
  }
  .start-problem {
    max-width: 700px;
  }
  .start-problem .start-problem-container {
    max-width: 700px;
  }
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  /* Ipad For landscape layouts only */
  .home .start-problem {
    max-width: 950px;
  }
}
.music .music-player {
  float: left;
  border: 0;
  width: 400px;
  height: 472px;
  margin-right: 20px;
}
.music .img-ligconcert {
  width: 100%;
}
.music .img-ligconcert2 {
  width: 450px;
  float: right;
  margin-left: 10px;
}
@media screen and (max-width: 500px) {
  .music .music-player {
    float: left;
    border: 0;
    width: 350px;
    height: 472px;
    margin-right: 20px;
  }
  .music .img-ligconcert2 {
    width: 350px;
    float: none;
    margin-left: 0px;
  }
}
.wood .wood-work {
  padding-top: 30px;
  padding-bottom: 80px;
  clear: both;
}
.wood .wood-work img {
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
  max-height: 420px;
}
.wood .wood-work.dentadmin img {
  max-height: 300px;
}
/* Phone */
@media screen and (max-width: 500px) {
  .wood .wood-work img {
    max-width: 350px;
  }
}
.resizeimg800 {
  width: 800px;
}
.imgfullwidth {
  width: 100%;
}
.v-image {
  height: 500px;
  margin-bottom: 3px;
}
.h-image600 {
  width: 500px;
  margin-bottom: 3px;
}
.h-image600.left {
  margin-right: 20px;
  float: left;
}
.h-image600.right {
  margin-left: 20px;
  float: right;
}
ul.workshop-links {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.workshop-links li {
  margin: 0;
  list-style-type: none;
  margin-bottom: 20px;
  margin-right: 30px;
  float: left;
  text-align: center;
  font-size: 10px;
}
.workshop-links li a {
  text-align: center;
}
.workshop-links li .imgg {
  display: block;
  padding: 0px 10px 10px 10px;
  text-align: center;
  height: 90px;
  width: 180px;
}
.workshop-links li .imgg img {
  max-height: 80px;
  max-width: 180px;
}
.event {
  position: relative;
  border-bottom: 1px solid #b69f80;
  min-height: 38px;
  min-width: 340px;
}
.event .when {
  position: absolute;
  right: 0px;
  top: 0px;
  clear: both;
}
.event.passed {
  color: #3c2a12;
  opacity: 0.5;
}
.event.passed a,
.event.passed a:visited,
.event.passed a:hover,
.event.passed a:active {
  color: #3c2a12;
  text-decoration: none;
}
.event.passed a:hover {
  text-decoration: none;
  cursor: default;
}
.btn {
  font-size: 20px;
  background: #361b00;
  color: #f7deb0;
  border: none;
  padding: 10px 20px 10px 20px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  border-radius: 10px;
}
.btn:hover {
  text-decoration: none;
  background: #100800;
  color: #c49345;
}
/* Phone */
@media screen and (max-width: 500px) {
  .resizeimg800 {
    width: 350px;
  }
  .v-image {
    height: 250px;
  }
  .h-image600 {
    width: 350px;
    margin-bottom: 3px;
  }
  .h-image600.left {
    margin-right: 0px;
    float: none;
  }
  .h-image600.right {
    margin-left: 0px;
    float: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  /* ipad */
  .resizeimg800 {
    width: 710px;
  }
  .v-image {
    height: 300px;
  }
}