@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Work Sans'), local('WorkSans-Regular'), url(https://fonts.gstatic.com/s/worksans/v3/QGYsz_wNahGAdqQ43Rh_fKDs.ttf) format('truetype');
}
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Work Sans Bold'), local('WorkSans-Bold'), url(https://fonts.gstatic.com/s/worksans/v3/QGYpz_wNahGAdqQ43Rh3x4X8mNhI.ttf) format('truetype');
}
html {
  background-color: #f7f8f8;
}
/* A Linux- and Windows-friendly sans-serif font stack: http://prospects.mhurrell.co.uk/post/updating-the-helvetica-font-stack */
body {
  font-size: 12pt;
  font-family: 'Work Sans', Helmet, Freesans, sans-serif;
}
/* Using local fonts? Check out Font Squirrel's webfont generator: http://www.fontsquirrel.com/tools/webfont-generator */
/* We like off-black for text. */
body,
input,
select,
textarea {
  color: #333;
}
header {
  background-color: #fff;
}
a {
  color: #711b44;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #b52b6f;
  text-decoration: none;
}
/* Custom text-selection colors (remove any text shadows: http://twitter.com/miketaylr/status/12228805301) */
::-moz-selection {
  background: #711b44;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #711b44;
  color: #fff;
  text-shadow: none;
}
/*	j.mp/webkit-tap-highlight-color */
a:link {
  -webkit-tap-highlight-color: #711b44;
}
ins {
  background-color: #fcd700;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #fcd700;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
/* Mozilla dosen't style placeholders by default */
input:-moz-placeholder {
  color: #a9a9a9;
}
textarea:-moz-placeholder {
  color: #a9a9a9;
}
/* let's give blockquotes *some* default styling, because unstyled blockquotes are dangerous */
blockquote {
  padding: 16px;
  background: #eee;
}
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.pace-inactive {
  display: none;
}
.pace .pace-progress {
  background: #711b44;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}
.verticalcenter {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.anim {
  -o-transition: 0.35s;
  -ms-transition: 0.35s;
  -moz-transition: 0.35s;
  -webkit-transition: 0.35s;
  /* ...and now for the proper property */
  transition: 0.35s;
}
#top-bar {
  font-size: 10pt;
  border-bottom: 1px solid #ecf3f3;
}
#top-bar ul li {
  display: inline-block;
  list-style: none;
}
#top-bar ul li:nth-child(2) {
  margin-left: 15px;
}
#top-bar #social {
  text-align: right;
}
#top-bar #social ul > li {
  margin-right: 5px;
}
#brand-bar img {
  padding: 24px 0;
}
#brand-bar #logo {
  padding-left: 0;
}
#brand-bar #tel {
  font-size: 22pt;
  font-weight: bold;
  text-align: right;
  padding: 35px 0;
}
#navigation {
  background-color: #f7f8f8;
}
#main-menu {
  border-top: 1px solid #ecf3f3;
  border-bottom: 1px solid #ecf3f3;
  background-color: #f7f8f8;
  padding: 0;
}
#main-menu li,
#main-menu ul {
  display: inline-block;
  list-style: none;
  -o-transition: 0.35s;
  -ms-transition: 0.35s;
  -moz-transition: 0.35s;
  -webkit-transition: 0.35s;
  /* ...and now for the proper property */
  transition: 0.35s;
}
#main-menu li a,
#main-menu ul a,
#main-menu li div,
#main-menu ul div {
  font-size: 11pt;
  color: #333333;
  text-decoration: none;
  text-transform: uppercase;
}
#main-menu li {
  padding: 13px;
}
#main-menu a#appto,
#main-menu a#appto:focus {
  outline-color: none;
  outline-style: none;
  outline-width: 0;
  padding: 13px;
  color: white;
  background-color: #b52b6f;
  background: -webkit-linear-gradient(left top, #b52b6f, #711b44);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(left top, #b52b6f, #711b44);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(left top, #b52b6f, #711b44);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(left top, #b52b6f, #711b44);
}
#main-menu a#appto:hover {
  background-color: #711b44;
  background: -webkit-linear-gradient(left top, #711b44, #b52b6f);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(left top, #711b44, #b52b6f);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(left top, #711b44, #b52b6f);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(left top, #711b44, #b52b6f);
}
#main-menu li:hover {
  background-color: #b52b6f;
}
#main-menu li:hover a,
#main-menu li:hover div {
  color: white;
}
#main-menu .dropdown {
  position: relative;
  display: inline-block;
}
#main-menu .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f7f8f8;
  z-index: 1;
  margin-left: -13px;
  margin-top: 13px;
}
#main-menu .dropdown-content ul {
  max-width: 360px!important;
}
#main-menu .dropdown-content ul li {
  width: 180px;
}
#main-menu .dropdown-content ul li a {
  width: 100%;
  color: #333333;
  text-decoration: none;
}
#main-menu .dropdown-content ul li:hover {
  background-color: #b52b6f;
}
#main-menu .dropdown-content ul li:hover a {
  color: white;
}
#main-menu .dropdown:hover .dropdown-content {
  display: block;
}
#home-slider {
  padding: 0;
  margin-bottom: -6px;
}
#focus {
  background-color: #b52b6f;
  background: -webkit-linear-gradient(left top, #b52b6f, #711b44);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(left top, #b52b6f, #711b44);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(left top, #b52b6f, #711b44);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(left top, #b52b6f, #711b44);
}
#focus [class*=' col-'] {
  padding: 0px;
}
#focus span {
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#focus .featured {
  margin: 0 auto;
  text-align: center;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  min-height: 120px;
}
#focus .featured img {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  max-width: 35px;
  max-height: 35px;
}
#focus .featured-content {
  text-align: center;
  width: 100%;
  height: 60px;
  z-index: -2000;
  bottom: 0;
  position: absolute;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
#focus .featured:hover img {
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
}
#focus .featured:hover .featured-content {
  z-index: 2000;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.sec-title h2 {
  font-size: 12pt;
  color: #711b44;
}
.sec-title h1 {
  font-size: 18pt;
}
.sec-title h1,
.sec-title h2 {
  text-align: center;
}
.breadcrumbs p {
  margin-top: 5px;
  color: #555555;
  font-size: 8pt;
  text-transform: uppercase;
}
#vantaggi {
  z-index: 9999;
  background-color: white;
  padding-top: 30px;
  padding-bottom: 30px;
}
#vantaggi .plus-title {
  margin-bottom: 30px;
}
#vantaggi .row > .plus-single {
  padding: 15px;
  text-align: center;
}
#vantaggi .row > .plus-single h3 {
  font-size: 18px;
  color: #711b44;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 15px;
}
#vantaggi .row > .plus-single h3 em {
  font-size: 32px;
  margin-right: 10px;
}
#vantaggi .row > .plus-single p {
  text-align: justify;
}
#content {
  background-color: #FAFAFA;
  padding: 68px 0;
}
#content .row {
  margin-bottom: 34px;
}
#content h3.title {
  font-size: 16pt;
  color: #711b44;
  text-transform: uppercase;
  padding-bottom: 34px/2;
}
#content h1.title {
  font-size: 22pt;
  color: #711b44;
  text-transform: uppercase;
  font-weight: 700;
}
#content p {
  margin-top: 34px;
  margin-bottom: 34px;
}
#content ul {
  margin-top: 34px;
  margin-bottom: 34px;
}
#content img {
  margin-top: 68px;
}
#content #orario table {
  margin-top: 34px;
  font-size: 10pt;
  text-align: center;
}
#content #orario td:nth-child(1) {
  font-weight: 700;
  text-align: right;
}
#content #orario table {
  text-transform: uppercase;
}
#content #staff {
  padding: 0px;
}
#content #staff .member {
  margin-top: 10px;
  margin-bottom: 10px;
  -o-transition: 0.35s;
  -ms-transition: 0.35s;
  -moz-transition: 0.35s;
  -webkit-transition: 0.35s;
  /* ...and now for the proper property */
  transition: 0.35s;
}
#content #staff .member:hover {
  background-color: #b52b6f;
  background: -webkit-linear-gradient(left top, #b52b6f, #711b44);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(left top, #b52b6f, #711b44);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(left top, #b52b6f, #711b44);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(left top, #b52b6f, #711b44);
  color: white;
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
}
#content #staff .member:hover h2.jobtitle,
#content #staff .member:hover h3 {
  color: white;
}
#content #staff .member:hover p.since {
  display: inline-block;
  padding: 10px;
  color: #711b44;
  background-color: #FFFFFF;
  background: -webkit-linear-gradient(left top, #FFFFFF, #FFFFFF);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(left top, #FFFFFF, #FFFFFF);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(left top, #FFFFFF, #FFFFFF);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(left top, #FFFFFF, #FFFFFF);
}
#content #staff .member:hover .member-card > img {
  -webkit-filter: grayscale(0%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
  -ms-transform: scale(1.2);
  /* IE 9 */
  -webkit-transform: scale(1.2);
  /* Safari */
  transform: scale(1.2);
}
#content #staff .member-card {
  text-align: center;
  padding: 34px;
}
#content #staff .member-card img {
  -o-transition: 0.35s;
  -ms-transition: 0.35s;
  -moz-transition: 0.35s;
  -webkit-transition: 0.35s;
  /* ...and now for the proper property */
  transition: 0.35s;
  margin: 20px;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
#content #staff .member-card h3.drname {
  font-weight: 700;
  padding-bottom: 0px;
}
#content #staff .member-card h4.special-role {
  text-transform: uppercase;
}
#content #staff .member-desc {
  padding: 34px 0 34px 0;
}
#content #staff .member-desc p.since {
  -o-transition: 0.35s;
  -ms-transition: 0.35s;
  -moz-transition: 0.35s;
  -webkit-transition: 0.35s;
  /* ...and now for the proper property */
  transition: 0.35s;
  display: inline-block;
  padding: 10px;
  color: white;
  background-color: #b52b6f;
  background: -webkit-linear-gradient(left top, #b52b6f, #711b44);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(left top, #b52b6f, #711b44);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(left top, #b52b6f, #711b44);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(left top, #b52b6f, #711b44);
}
#content #staff .member-desc h2.jobtitle {
  font-weight: 700;
  font-size: 12pt;
  color: #711b44;
  text-transform: uppercase;
  padding-bottom: 34px/2;
}
#content #staff .member-desc p.resume {
  margin: 15px 0 15px 0;
  text-align: justify;
}
#trattamenti {
  background: url('../img/trattamenti-bg.png');
  padding: 34px 0;
}
#trattamenti .row {
  padding-top: 34px;
}
#trattamenti [class*=' col-'] {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}
#trattamenti .trattamento-single {
  padding: 0 15px 15px 0;
}
#trattamenti .trattamento-single .trattamento-content {
  border-radius: 3pt;
  border: 1px solid #ecf3f3;
  background-color: #f7f8f8;
  min-width: 100%;
}
#trattamenti .trattamento-single a > h3 {
  text-transform: uppercase;
  padding: 34px 0;
  font-weight: 700;
  font-size: 18pt;
  text-align: center;
}
#trattamenti .trattamento-single:last-child {
  padding: 0 0 15px;
}
#trattamenti .trattamento-content:hover {
  -o-transition: 0.35s;
  -ms-transition: 0.35s;
  -moz-transition: 0.35s;
  -webkit-transition: 0.35s;
  /* ...and now for the proper property */
  transition: 0.35s;
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  background-color: #b52b6f;
}
#trattamenti .trattamento-content:hover img {
  min-width: 100%;
}
#trattamenti .trattamento-content:hover a > h3 {
  color: white;
}
#prenota {
  background-color: #b52b6f;
  background: -webkit-linear-gradient(left top, #b52b6f, #711b44);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(left top, #b52b6f, #711b44);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(left top, #b52b6f, #711b44);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(left top, #b52b6f, #711b44);
  /* Standard syntax */
  min-height: 150px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#prenota [class*=' col-'] {
  padding-left: 0;
  padding-right: 0;
}
#prenota h1,
#prenota h3 {
  color: white;
  text-transform: uppercase;
}
#prenota h1 {
  font-size: 22pt;
  font-weight: 700;
}
#prenota #telephone {
  text-align: right;
}
#prenota #telephone a {
  font-size: 28pt;
  color: white;
}
#staff {
  background-color: #f7f8f8;
  padding: 34px 0 68px;
}
#staff .row {
  padding-top: 34px;
}
#staff .staff-card {
  -o-transition: 0.35s;
  -ms-transition: 0.35s;
  -moz-transition: 0.35s;
  -webkit-transition: 0.35s;
  /* ...and now for the proper property */
  transition: 0.35s;
  background-color: #f7f8f8;
  border: 1px solid #ecf3f3;
  margin-bottom: 34px;
  padding: 34px;
  text-align: center;
  border-radius: 3pt;
}
#staff .staff-card img {
  width: 200px;
  height: 200px;
  margin-bottom: 34px;
}
#staff .staff-card h3 {
  font-size: 12pt;
  color: #b52b6f;
  font-weight: 700;
}
#staff .staff-card h4 {
  font-size: 10pt;
}
#staff .staff-card:hover {
  border: 1px solid #711b44;
  background-color: #711b44;
}
#staff .staff-card:hover h3,
#staff .staff-card:hover h4 {
  color: white;
}
#mission {
  background: url('../img/mission-bg.jpg');
  background-size: cover;
}
#mission .row {
  padding: 68px;
}
#mission #missionContent {
  min-height: 350px;
  background-color: #f7f8f8;
  border-radius: 3pt;
  padding: 34px;
  -webkit-box-shadow: 0 0 38px -2px rgba(51, 51, 51, 0.25);
  -moz-box-shadow: 0 0 38px -2px rgba(51, 51, 51, 0.25);
  box-shadow: 0 0 38px -2px rgba(51, 51, 51, 0.25);
}
#mission h3 {
  font-size: 16pt;
  font-weight: 400;
}
#mission h4 {
  padding-top: 34px;
  color: #b52b6f;
  font-size: 10pt;
}
#mission p {
  margin-top: 34px;
  text-align: justify;
}
#myModal p.orari {
  text-align: right;
}
#myModal p.privacy {
  text-align: justify;
  font-size: 10px;
}
#footer {
  background-color: #333333;
  color: white;
  border-top: 1px solid #222;
  padding: 34px;
}
#footer .row {
  padding: 34px;
}
#footer h3 {
  font-size: 12pt;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #b52b6f;
}
#footer a {
  color: white;
}
#footer a:hover {
  color: #b52b6f;
}
#map {
  width: 550px;
  height: 300px;
}
footer {
  background-color: #fff;
}
footer .row {
  padding: 34px;
}
.form-control {
  border-radius: 0px;
  -webkit-appearance: none;
}
.form-control:focus {
  border-color: #711b44;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn {
  outline-color: none;
  border-radius: 0px;
}
.btn-primary,
.btn-primary:active,
.btn-primary:visited,
.btn-primary:focus {
  outline-color: none;
  color: #711b44;
  background-color: #f7f8f8;
  border-color: #b52b6f;
}
.btn-primary:hover {
  background-color: #711b44;
  color: white;
  border-color: #b52b6f;
}
.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover {
  background-color: #711b44;
  color: white;
  border-color: #b52b6f;
  outline-color: none;
  outline-style: none;
  outline-width: 0;
}
.modal-content {
  border-radius: 0px;
}
/* Media queries
-------------------------------------------------------------------------------*/
@media screen and (max-width: 990px) {
  #top-bar {
    text-align: center;
    padding: 5px 0 5px 0;
  }
  #top-bar #social {
    text-align: center;
  }
  #brand-bar img {
    padding: 12px 0;
  }
  #brand-bar #logo {
    text-align: center;
  }
  #brand-bar #tel {
    padding: 10px;
    text-align: center;
  }
  #main-menu a#appto {
    width: 100%;
    text-align: center;
  }
  #prenota {
    text-align: center;
  }
  #prenota #telephone {
    text-align: center;
  }
  #prenota #telephone a {
    font-size: 28pt;
    color: white;
  }
}
/* Print styles
-------------------------------------------------------------------------------*/
/*# sourceMappingURL=main.css.map */