.topWrapper{
  height: 650px;
  background-image: url(../images/hero-mobile.jpg);
  background-size: cover;
  background-position: center center;
}
@media (min-width: 550px) {
  .topWrapper{
    background-image: url(../images/hero1.jpg);
  }  
}
.navWrapper{
  background-color: rgba(255,255,255,1);
  width: 100%;
  height: 100px;
  padding-top: 25px;
}
@media (min-width: 550px) {
  .navWrapper{
    height: 75px;
  }  
}
@media (min-width: 550px) {
  .logoWrapper{
    text-align: right;
  }  
}
.mobileNav{
  display: block;
  color: #4d4d4d;
  font-size: 1.4rem;
}
.mobileNav a{
  color: #4d4d4d;
  text-decoration: none;
}
.mobileNavLink{
  padding: 10px;
}
@media (min-width: 550px) {
  .mobileNav{
    display: none;
  }  
}
.logoWrapper{
  text-align: center;
}
@media (min-width: 750px) {
  .logoWrapper{
    text-align: right;
  }
}
.logo{
  display: inline-block;
  height: 60px;
  width: 250px;
}
.navbar-list {
  display: none;
  list-style: none;
  margin-bottom: 0;
  float: left;
}
@media (min-width: 750px) {
  .navbar-list{
    display: block;
  }
}
.navbar-item{
  float: right;
  margin-bottom: 0;
}
.navbar-link {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .2rem;
  margin-left: 35px;
  text-decoration: none;
  line-height: 36px;
  color: #333;
  transition: all 0.3s;
}
.navbar-link:hover {
  color: #929292;
}
#activeNavBtn{
  font-weight: 700;
}
.langWrapper{
  height: 32px;
  background-color: rgba(0,0,0,.1);
  border-radius: 18px;
  margin-top: 4px;
}
.lang-list {
  list-style: none;
  margin: 0;
  padding: 3px;
}
.lang-item{
  float: left;
  margin-bottom: 0;
  padding: 0 5px;

}
.lang-link {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  line-height: 18px;
  color: #666;
}
.lang-link:hover {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  line-height: 22px;
  color: #333;
}
.lang-item.selected{
  background-color: #fff;
  border-radius: 18px;
}
.lang-link.selected{
  font-weight: 700;
}
#scrollHeader{
  position: fixed;
  width: 100%;
  background-color: rgba(255,255,255,0.85);
  margin-top: -100px;
  z-index: 999;
  opacity: 0;
  padding: 10px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  transition: all 0.5s;
}
.mainMessage{
  margin-top: 25%;
}
.buttonCta{
  display: inline-block;
  height: 48px;
  padding: 0 24px;
  color: #555;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 46px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: #fffef2;
  border-radius: 25px;
  border: 1px solid #fffef2;
  cursor: pointer;
  box-sizing: border-box;
  transition: all 0.25s;
}
.buttonCta:hover,.buttonCta:focus{
  color: #333;
  background-color: #fff;
  border-color: #fff;
  outline: 0;
  box-shadow: 0 8px 25px rgba(0,0,0,0.4);
  transform: translateY(-3px)!important;
}
.scrollButtonCta{
  display: inline-block;
  height: 48px;
  padding: 0 24px;
  color: #fffef2;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 46px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: #555;
  border-radius: 25px;
  border: 1px solid #555;
  cursor: pointer;
  box-sizing: border-box;
  transition: all 0.3s;
}
.scrollButtonCta:hover,.buttonCta:focus{
  color: #333;
  background-color: #fff;
  border-color: #fff;
  outline: 0;
  box-shadow: 0 8px 25px rgba(0,0,0,0.3);
  transform: translateY(-3px)!important;
}
.experties{
  padding-top: 100px;
  background: #fffef2;
  background: -moz-linear-gradient(left, #fefafa 100%, #fffef2 100%);
  background: -webkit-linear-gradient(left, #fefafa 100%,#fffef2 100%);
  background: linear-gradient(to right, #fefafa 100%,#fffef2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefafa', endColorstr='#fffef2',GradientType=1 );
}
.experties img{
  margin-bottom: 10px;
}
.expertiesList{
  list-style: none;
  margin-bottom: 30px;
  padding: 0;
}
.expertiesImages{
  height: 80px;
  background-size: 99px;
  background-position: left center;
  background-repeat: no-repeat;

}
.leafsHe{
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.headerUnderline{
  width: 50px;
  height: 3px;
  background-color: #333;
  margin-bottom: 45px;
}
.about{
  position: relative;
  background-color: #fdf2f1;
}
.aboutCaption{
  padding-top: 160px;
  padding-bottom: 60px;
}
.ornellaImg{
    display: none;
}
@media (min-width: 900px) {
  .ornellaImg{
    left: 0;
  }
}
@media (min-width: 750px) {
  .ornellaImg{
    position: absolute;
    bottom: 0;
    display: block;
  }
}
.ornellaImgMobile{
  position: absolute;
  width: 120px;
  height: 120px;
  top: 100px;
  left: 0;
  display: block;
  border-radius: 60px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
@media (min-width: 750px) {
  .ornellaImgMobile{
    display: none;
  }
}

.diagonalAbsolute {
  position: absolute;
  width: 100%;
  top: 0;
  height: 100px;
  background: #fffef2;
  background: -moz-linear-gradient(left, #fefafa 100%, #fffef2 100%);
  background: -webkit-linear-gradient(left, #fefafa 100%,#fffef2 100%);
  background: linear-gradient(to right, #fefafa 100%,#fffef2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefafa', endColorstr='#fffef2',GradientType=1 );
  -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}
.contact{
  position: relative;
  background-color: #4d4d4d;
  padding: 100px 0;
}
.contact h2{
  color: #fff;
}
.contact .headerUnderline{
  background-color: #fff;
}
.map{
  background-color: #fffef2;
  padding: 5px;
  height: 350px;
  border-radius: 3px;
  box-shadow: 0 8px 40px rgba(0,0,0,0.5);
}
.contactList{
  list-style: none;
  color: #fffef2;
  padding-right: 0;
}
.contactList li{
  margin-bottom: 1.6rem;
}
.contactIcon{
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-left: 20px;
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.contactText{
  display: inline-block;
  vertical-align: top;
}
.contactText a{
  color: #fffef2;
  text-decoration: none;
}
.bolder{
  font-weight: 700;
}
.footer{
  position: relative;
  background-color: #fffef2;
  padding: 100px 0;
  text-align: center;
}
.logoFooter{
  height: 60px;
  width: 250px;
  margin: 0 auto;
}
.footerText{
  font-size: 1.3rem;
  color: #929292;
}

/* Clinic Page */

.clinicTopWrapper{
  height: 1070px;
  background-image: url(../images/the_clinic_bg.jpg);
  background-size: cover;
  background-position: center center;
}
@media (min-width: 550px) {
  .clinicTopWrapper{
    height: 650px;
  }  
}
.clinicSubHeader{
  color: white;
  font-size: 2.4rem;
  line-height: 140%;
  margin-bottom: 2rem;
  padding-left: 30px;
}
.philosophyBlock{
  margin-top: 16%;
  border: 1px solid #FFFEF2;
}
.philosophyWrapper{
  margin: 10px;
  padding: 4rem;
  background-color: rgba(255, 254, 242, 0.7);
  border: 1px solid #FFFEF2;
}
.philosophyWrapper .headerUnderline{
  margin-bottom: 20px;
}
.philosophyWrapper p{
  color: #333;
  margin-bottom: 0;
}
.experts{
  padding-top: 100px;
  background: #fffef2;
  background: -moz-linear-gradient(left, #fefafa 100%, #fffef2 100%);
  background: -webkit-linear-gradient(left, #fefafa 100%,#fffef2 100%);
  background: linear-gradient(to right, #fefafa 100%,#fffef2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefafa', endColorstr='#fffef2',GradientType=1 );
}
.expertText{
  text-align: center;
}
@media (min-width: 550px) {
  .expertText{
    text-align: right;
  }  
}
.expertsImages{
  text-align: center;
  margin-top: 8%;
}
.experts img{
  box-shadow: 10px 10px 0 #E7E5D4;
}
.experts h2{
  margin-bottom: 0.6rem;
}
.expertsButtonCta{
  margin-top: 14px;
  display: inline-block;
  height: 48px;
  padding: 0 24px;
  color: #555;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 46px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: #E7E5D4;
  border-radius: 25px;
  border: 1px solid #E7E5D4;
  cursor: pointer;
  box-sizing: border-box;
  transition: all 0.25s;
}
.expertsButtonCta:hover,.expertsButtonCta:focus{
  color: #333;
  background-color: #fff;
  border-color: #fff;
  outline: 0;
  box-shadow: 0 8px 25px rgba(0,0,0,0.4);
  transform: translateY(-3px)!important;
}
.expertDivider{
  height: 1px;
  background-color: #E4E1CA;
  margin-top: 70px;
  margin-bottom: 100px;
}