.shade {
  -webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
  -moz-box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
  box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
}
.i {
  font-style: italic;
}
.center {
  text-align: center;
}
.rel {
  position: relative;
  display: block;
}
.caps {
  text-transform: uppercase;
}
.uc {
  text-transform: uppercase;
}
.hide {
  display: none;
}
.tright {
  text-align: right;
}
.bw {
  filter: url(core/img/filters.svg#grayscale);
  filter: gray;
  -webkit-filter: grayscale(1);
}
.nobw {
  filter: none;
  -webkit-filter: none;
}
.row img {
  max-width: 100%;
}
.gradienth {
  background: -moz-linear-gradient(left,rgba(255,255,255,0) 0%,#ffffff 100%);
  background: -webkit-gradient(linear,left top,right top,color-stop(0%,rgba(255,255,255,0)),color-stop(100%,#ffffff));
  background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0%,#ffffff 100%);
  background: -o-linear-gradient(left,rgba(255,255,255,0) 0%,#ffffff 100%);
  background: -ms-linear-gradient(left,rgba(255,255,255,0) 0%,#ffffff 100%);
  background: linear-gradient(to right,rgba(255,255,255,0) 0%,#ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#ffffff',GradientType=1);
}
body {
  background-color: white;
  font-family: 'Lato', sans-serif;
  color: #444;
  height: 100% !important;
}
.left {
  float: left;
}
.right {
  float: right;
}
sup {
  font-size: 65%;
}
.blue {
  color: #0097c9;
}
.cover {
  background-size: cover;
  background-repeat: no-repeat;
}
.madeinitaly {
  width: 220px;
}
header {
  border-bottom: 3px solid #80c2e3;
  background: -moz-linear-gradient(270deg,#ffffff 0%,#c6c7c8 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#c6c7c8));
  background: -webkit-linear-gradient(270deg,#ffffff 0%,#c6c7c8 100%);
  background: -o-linear-gradient(270deg,#ffffff 0%,#c6c7c8 100%);
  background: -ms-linear-gradient(270deg,#ffffff 0%,#c6c7c8 100%);
  background: linear-gradient(180deg,#ffffff 0%,#c6c7c8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF',endColorstr='#C6C7C8',GradientType=0);
}
header .nav-justified>li>a {
  border-radius: 0;
  border: none;
  color: black;
  text-transform: uppercase;
  font-size: 15px;
  padding: 50px 0;
}
header .nav-justified>li>a:hover {
  background: #81c2e3;
  color: white;
}
header .nav-justified>li.active>a,
header .nav-justified>li.active>a:hover {
  border: 0px;
  background: #81c2e3;
  color: white;
}
header .nav-justified>.active>a,
header .nav-justified>.active>a:hover {
  border: 0px;
  color: white;
}
header .logo {
  padding-top: 20px;
  padding-bottom: 20px;
}
header .italy {
  position: absolute;
  top: 4px;
  right: 2%;
}
.cookie {
  z-index: 5000;
  position: fixed;
  bottom: 0px;
  width: 100%;
  padding: 10px 0px;
  background-color: rgba(0,0,0,0.9);
  color: white;
  font-size: 15px;
}
.cookie p {
  margin: 0px;
}
.cookie .chiudi {
  cursor: pointer;
  display: -webkit-inline-box;
  transition: background-color 0.4s ease-in-out;
  background-color: transparent;
  border-radius: 0px;
  border: 2px solid white;
  color: white;
  margin-top: 25px;
  padding: 0px 15px;
}
.cookie .chiudi:hover {
  background-color: white;
  color: black;
}
.cookie a {
  color: white;
}
.notFound {
  padding: 100px 0px;
  text-align: center;
  color: #696969;
}
.notFound h1 {
  font-size: 120px;
  color: #696969;
  line-height: 120px;
}
.notFound h2 {
  color: #696969;
}
.notFound h3 {
  font-size: 16px;
}
.notFound a {
  font-size: 12px;
}
.notFound ul {
  padding: 0px;
  text-align: left;
}
.notFound ul>li {
  list-style-type: none;
  padding-left: 1.4em;
  color: #696969;
  line-height: initial;
}
.notFound ul>li:before {
  content: '\f00c';
  font-family: FontAwesome;
  width: 1.4em;
  margin-left: -1.4em;
  color: #696969;
}
.nav {
  margin-bottom: -1px;
}
.wrap-font {
  position: absolute;
  margin-top: 20px;
  margin-left: 20px;
  z-index: 100;
}
.wrap-download {
  position: absolute;
  right: 0px;
  margin-top: 20px;
  margin-right: 20px;
  z-index: 100;
}
.wrap-download a {
  color: black;
}
.wrap-download h5 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
  color: black;
}
.font-home {
  float: left;
}
.font-home .fa {
  color: #80c2e3;
  font-size: 45px;
}
.font-home img {
  width: 90px;
}
.font-clinic {
  float: left;
}
.font-clinic .fa {
  color: #dc111b;
  font-size: 45px;
}
.font-clinic img {
  width: 90px;
}
.top {
  text-align: right;
  margin-bottom: 30px;
}
.top .titolo .big {
  font-size: 60px;
  font-weight: 600;
  color: #adcb57;
}
.top .sottotitolo {
  font-weight: 300;
  font-size: 20px;
}
.banner-top {
  border-bottom: 5px solid #adcb57;
}
.banner-top h2 {
  margin: 0;
  padding: 0;
  font-size: 60px;
  color: #0097c9;
  font-weight: 600;
  line-height: 60px;
}
.banner-top img {
  margin-bottom: 5px;
}
.square-b,
.square-g {
  height: 350px;
  opacity: 0.5;
  text-decoration: none !important;
}
.square-b h2,
.square-g h2 {
  text-align: center;
  text-transform: uppercase;
  color: white;
  font-weight: 600;
  padding: 125px 0;
  text-decoration: none !important;
}
.square-b a,
.square-g a {
  display: block;
  height: 100%;
  text-decoration: none !important;
}
.square-b:hover,
.square-g:hover {
  opacity: 0.9;
}
.square-b {
  background: #0097c9;
}
.square-g {
  background: #adcb57;
}
.square-g h2 {
  color: #008ac9;
}
.section-right {
  position: relative;
}
.section-right .back {
  position: absolute;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.section-right .text-right {
  padding-top: 7%;
}
.section-right .text-right h2 {
  font-size: 45px;
  font-weight: bold;
  color: #008ac9;
}
.section-right .text-right h1 {
  font-size: 30px;
  font-weight: 300;
  line-height: 40px;
  color: black;
}
.section-right h3 {
  color: white;
  font-size: 30px;
  font-style: italic;
  font-weight: 600;
  line-height: 30px;
}
.section-right .btn-info {
  font-size: 25px;
  background-color: #008ac9;
  border: none;
  border-radius: 5px;
  padding: 15px 20px;
  margin-top: 10px;
}
.section-right .btn-info:hover {
  background-color: #005380;
}
.section-right .brevetto {
  padding: 7px 0;
  color: #222;
}
.section-right .brevetto img {
  margin: 5px 0;
}
.section-right .brevetto a {
  text-decoration: none;
  font-size: 17px;
  line-height: 36px;
  color: #005380;
  font-weight: 700;
}
.section-right .green {
  margin-top: 185px;
  margin-bottom: 20px;
  min-height: 130px;
  border-radius: 10px;
  background-color: rgba(173,203,87,0.8);
  color: white;
  font-size: 34px;
  font-style: italic;
  font-weight: 600;
  padding: 25px 25px;
  line-height: 30px;
}
.section-right .green img {
  position: absolute;
  right: 27%;
  top: -15px;
}
.section-right .wrap-clinic {
  margin-top: -90px;
}
#clinic {
  min-height: 500px;
  position: relative;
  background-color: white;
}
#clinic .bg {
  background-size: cover;
  height: 415px;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
}
#clinic .text-left {
  padding: 30px 0 0 20px;
  font-size: 18px;
}
#clinic .text-left p {
  margin-bottom: 30px;
}
#clinic .text-left img {
  margin-bottom: 20px;
}
#clinic .text-left hr {
  margin-top: 10px;
  margin-bottom: 10px;
  border-top: 2px solid #0097c9;
}
#clinic .text-left a {
  font-weight: 700;
  color: #0097c9;
  text-transform: uppercase;
}
#clinic .text-left a:hover {
  text-decoration: none;
}
#clinic form {
  padding: 20px;
  margin-top: 20px;
  background-color: #eee;
  border-radius: 7px;
}
.fancybox-skin {
  padding: 0 !important;
  border: 7px solid #db0b1b;
}
.section-chi {
  min-height: 600px;
  padding-bottom: 50px;
}
.section-chi .logo-margin {
  margin-bottom: 25px;
}
.section-chi .text-right h1 {
  text-transform: uppercase;
  font-size: 25px;
  color: #00368b;
}
.section-chi .text-right h2 {
  margin-top: 23px;
  font-size: 22px;
}
.section-chi .text-right p {
  text-transform: uppercase;
  color: #00368b;
  font-size: 20px;
  font-weight: 300;
  margin-top: 30px;
}
.section-chi .text-right span {
  color: #00368b;
  font-size: 18px;
}
.section-chi .text-right span a:hover {
  text-decoration: none;
}
.section-contacts {
  min-height: 600px;
  padding: 50px 0;
}
.section-contacts .bt {
  margin: 13px 0;
}
.section-contacts .btn-info {
  font-size: 15px;
  background-color: #008ac9;
  border: none;
  border-radius: 5px;
  padding: 6px 10px;
}
.section-contacts .btn-info:hover {
  background-color: #005380;
}
.section-contacts .top .sottotitolo {
  font-size: 20px;
  line-height: 25px;
  padding: 20px 0;
}
.section-contacts h1 {
  font-size: 60px;
  color: #0097c9;
  line-height: 60px;
  margin-top: 0px;
}
.section-contacts h2 {
  font-size: 36px;
  color: black;
}
.section-contacts h3 {
  font-weight: 300;
  font-size: 20px;
}
.section-contacts p {
  font-size: 18px;
}
.section-center {
  text-align: center;
  padding: 50px 0;
  border-bottom: 3px solid #adcb57;
  color: white;
  font-size: 20px;
}
.section-center h3 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 30px;
}
.section-center p {
  font-size: 20px;
}
.section-parallax {
  height: 450px;
  background-size: cover;
  background-repeat: no-repeat;
  border-bottom: 3px solid white;
}
.section-no-parallax {
  height: 450px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-bottom: 3px solid white;
}
.section-img-left {
  min-height: 400px;
  background-color: #adcb57;
  color: white;
  border-bottom: 3px solid white;
  position: relative;
}
.section-img-left .back {
  position: absolute;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.section-img-left .text-right {
  padding: 75px 0;
  font-size: 26px;
}
.section-img-right {
  min-height: 400px;
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: right;
  background-color: #d9dadb;
  padding: 100px 0;
}
.section-img-right p {
  font-size: 26px;
}
.section-img-right .absolute {
  position: absolute;
  top: -100px;
}
.section-img-right .text-left {
  font-size: 26px;
}
.section-columns {
  min-height: 400px;
  background-repeat: no-repeat;
  padding: 50px 0;
  border-bottom: 3px solid #80c2e3;
}
.section-columns h3 {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 600;
  color: #008ac9;
}
.section-columns .text-justify span {
  color: #111;
}
.section-columns .text-justify p {
  font-size: 20px;
}
.section-carousel {
  margin: 50px 0;
}
.section-carousel .carousel {
  height: 100%;
}
.section-carousel .carousel-inner {
  text-align: center;
}
.section-carousel .carousel-control {
  width: 10%;
  background-image: none;
  font-size: 50px;
  top: 40%;
  color: #008ac9;
}
.section-carousel .carousel-control:hover {
  color: #005380;
}
.section-carousel img {
  margin: 0 auto;
}
.section-buy {
  min-height: 600px;
  padding-bottom: 50px;
}
.carousel-control.right,
.carousel-control.left {
  background-image: none !important;
}
.section-online {
  margin-bottom: 50px;
}
.section-online .btn-info {
  font-size: 15px;
  background-color: #008ac9;
  border: none;
  border-radius: 5px;
  padding: 6px 10px;
}
.section-online .btn-info:hover {
  background-color: #005380;
}
.section-online .img1 {
  width: 47%;
  margin: -10px 0 15px 180px;
}
.section-online .bt {
  margin-bottom: 25px;
  margin-top: 25px;
}
.section-online .text-right p {
  font-size: 15px;
  margin-top: 20px;
}
.section-online .text-right hr {
  border-color: #ddd;
  margin: 0 0 7px;
}
.section-shop {
  margin-bottom: 50px;
}
.section-shop .bordo {
  border: 3px solid #adcb57;
  min-height: 456px;
}
.section-shop b {
  text-transform: uppercase;
}
.section-shop .text-left {
  padding-top: 20px;
}
.section-shop .text-left select {
  margin-bottom: 20px;
  width: 50%;
}
.section-shop .text-left option {
  font-weight: bold;
}
.section-shop .text-left p {
  font-size: 18px;
  font-weight: bold;
}
.section-shop .elenco {
  height: 320px;
  overflow-y: scroll;
  overflow-x: hidden;
  width: 100%;
}
.section-shop .links {
  text-decoration: underline;
}
.section-shop .contenitore {
  width: 100%;
  font-size: 16px;
  position: relative;
}
.section-shop .contenitore a {
  color: #333;
}
.section-shop .contenitore i {
  font-size: 22px;
  margin-right: 6px;
  position: absolute;
  left: 10px;
}
.section-shop .contenitore .text-left {
  position: relative;
  left: 30px;
  padding: 0;
}
.section-shop .contenitore .text-left p {
  font-weight: normal;
  font-size: 16px;
}
.section-shop .nav {
  border: none;
}
.section-shop .nav:hover {
  background: none;
}
.section-shop .nav-tabs>li {
  float: none;
}
.section-shop .nav-tabs>li>a {
  border: none;
  border-radius: 0px;
  background: none;
  opacity: 0.8;
  color: #333;
}
.section-shop .nav-tabs>li>a:hover {
  opacity: 1;
}
.section-shop .nav-tabs>li.active>a,
.section-shop .nav-tabs>li.active>a:focus {
  border: none;
  opacity: 1;
  color: #111;
}
.section-shop hr {
  margin: 0;
  padding: 0;
}
.section-shop iframe {
  border: none;
}
.section-text {
  padding-bottom: 50px;
}
.section-text h2 {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 600;
  color: #00368b;
  margin: 30px 0 5px;
}
.section-text h3 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
}
.section-text p {
  font-size: 18px;
  margin-bottom: 20px;
}
.section-text span {
  font-weight: 600;
}
.section-text .security {
  margin-top: 15px;
  color: #80c2e3;
  font-weight: 600;
  font-size: 20px;
  text-decoration: none;
}
.section-text .security:hover {
  color: #00368b;
}
.arrow {
  font-size: 50px;
  line-height: 115px;
  color: #5bc0de;
  text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}
.arrow:hover {
  color: #008ac9;
}
.section-news {
  position: relative;
  text-align: center;
  padding: 50px 0 90px;
  border-bottom: 3px solid #adcb57;
  border-top: 3px solid #adcb57;
  background: white;
}
.section-news h4 {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #008ac9;
}
.section-news h3 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 30px;
  color: #005380;
  text-align: left;
}
.section-news .dmy {
  font-style: italic;
  font-size: 18px;
}
.section-news p,
.section-news ul,
.section-news ol,
.section-news li {
  font-size: 16.5px;
}
.section-news img {
  border: 5px solid #ddd;
}
.section-news .carousel-control {
  width: 10%;
  background-image: none;
  font-size: 50px;
  top: 40%;
  color: #008ac9;
}
.section-news .carousel-control:hover {
  color: #005380;
}
.section-videoz {
  padding: 70px 0;
  border-bottom: 3px solid #adcb57;
  background: white;
}
footer {
  background-image: linear-gradient(to bottom,#005380 0,rgba(255,255,255,0) 100%);
  padding: 50px 0;
}
footer p {
  color: white;
  font-style: italic;
  font-weight: 600;
  font-size: 20px;
}
footer .logo-margin {
  margin-bottom: 15px;
}
footer span a {
  color: #333;
}
footer .social {
  margin-top: -10px;
}
footer .social a {
  font-size: 40px;
  color: white;
  margin: 0 10px;
  text-shadow: 0 1px 2px rgba(0,0,0,0.1);
}
footer .social .fa-facebook-square:hover {
  color: #3b5998;
}
footer .social .fa-youtube-square:hover {
  color: #bb0000;
}
footer .beta {
  width: 200px;
}
footer a {
  text-decoration: none !important;
}
.riepilogo h2 {
  text-transform: uppercase;
}
.riepilogo hr {
  border: 1px solid #adcb57;
}
.riepilogo b {
  text-transform: uppercase;
  line-height: 30px;
}
.riepilogo .btn-success {
  margin-top: 14px;
  text-transform: uppercase;
}
.section-faq {
  margin: 50px 0;
}
.section-faq h2 {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 600;
  color: #00368b;
  margin: 30px 0 5px;
}
.section-faq b {
  font-size: 18px;
}
.section-faq li {
  font-size: 17px;
  margin: 5px 0;
}
.section-condizioni {
  margin: 50px 0;
}
.section-condizioni h1 {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 600;
  color: #00368b;
  margin: 30px 0 5px;
}
.section-condizioni li {
  font-size: 17px;
  margin: 20px 0;
}
.page-home li.id-1 {
  display: none;
}
.page-home-fidens-clinic li.id-238 {
  display: none;
}
.page-sicurezza .italy {
  display: none;
}
.new-home {
  margin: 50px 0px;
  text-align: justify;
  font-size: 20px;
  font-weight: 300px;
}
.new-home header {
  border-bottom: 3px solid #dc111b;
}
.new-home .img-home {
  border: 4px solid #008ac9;
  border-radius: 12px;
  height: 560px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.new-home .button-home {
  font-size: 20px;
  width: 100%;
  background-color: #008ac9;
  border: none;
  border-radius: 5px;
  padding: 15px 20px;
  margin-top: 10px;
}
.new-home .text-home {
  margin: 0px 55px;
}
.new-home .text-home h1,
.new-home .text-home h3 {
  color: #008ac9;
  font-weight: 700;
  font-size: 24px;
}
.new-home .text-home h2 {
  font-weight: 300;
  font-size: 20px;
}
.new-home .text-home p {
  height: 115px;
}
.new-home .img-clinic {
  border: 4px solid #dc111b;
  border-radius: 12px;
  height: 560px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.new-home .button-clinic {
  font-size: 20px;
  width: 100%;
  background-color: #dc111b;
  border: none;
  border-radius: 5px;
  padding: 15px 20px;
  margin-top: 10px;
}
.new-home .text-clinic {
  margin: 0px 55px;
}
.new-home .text-clinic h1,
.new-home .text-clinic h3 {
  color: #dc111b;
  font-weight: 700;
  font-size: 24px;
}
.new-home .text-clinic h2 {
  font-weight: 300;
  font-size: 20px;
}
.new-home .text-clinic p {
  height: 115px;
}
.page-home-fidens-clinic header {
  border-bottom: 3px solid #dc111b;
}
.page-home-fidens-clinic header .nav-justified>li.active>a {
  background-color: #dc111b;
}
.page-home-fidens-clinic header .nav-justified>li>a:hover {
  background-color: #dc111b;
}
.page-home-fidens-clinic .section-right {
  position: relative;
}
.page-home-fidens-clinic .section-right .text-right {
  padding-top: 7%;
}
.page-home-fidens-clinic .section-right .text-right h2 {
  font-size: 45px;
  font-weight: bold;
  color: #dc111b;
}
.page-home-fidens-clinic .section-right .text-right h1 {
  font-size: 30px;
  font-weight: 300;
  line-height: 40px;
  color: black;
}
.page-home-fidens-clinic .section-right h3 {
  color: white;
  font-size: 30px;
  font-style: italic;
  font-weight: 600;
  line-height: 30px;
}
.page-home-fidens-clinic .section-right .green {
  text-align: right;
  margin-top: 185px;
  margin-bottom: 20px;
  min-height: 130px;
  border-radius: 10px;
  background-color: rgba(220,17,27,0.8);
  padding: 25px 25px;
}
.page-home-fidens-clinic .section-right .green img {
  position: absolute;
  right: 27%;
  top: -130px;
  width: 400px;
}
.page-home-fidens-clinic .section-right .back {
  background-position: left;
}
.page-home-fidens-clinic .section-center {
  color: white;
  font-size: 20px;
  background-color: #dc111b;
  border: none;
}
.page-home-fidens-clinic .section-img-right {
  font-size: 26px;
  min-height: 400px;
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: right;
  background-color: #d9dadb;
  padding: 100px 0;
}
.page-home-fidens-clinic .section-img-right .ce {
  padding: 5px 10px;
  margin-top: 10px;
}
.page-home-fidens-clinic .section-img-right .absolute {
  position: absolute;
  top: -100px;
}
.page-home-fidens-clinic .section-columns {
  font-size: 20px;
  border: none;
}
.page-home-fidens-clinic .section-carousel {
  border-bottom: 3px solid #dc111b;
  margin: 0px;
  padding: 70px 0px;
}
.page-home-fidens-clinic .section-carousel p {
  font-size: 25px;
}
.page-home-fidens-clinic .section-carousel img {
  max-height: 400px;
}
.page-home-fidens-clinic .section-carousel .carousel-inner {
  min-height: 400px;
}
.page-home-fidens-clinic .section-carousel .carousel-indicators {
  bottom: -60px;
}
.page-home-fidens-clinic .section-carousel .carousel-indicators .active {
  background-color: #dc111b;
}
.page-home-fidens-clinic .section-carousel .carousel-indicators li {
  border: 1px solid #dc111b;
}
.page-home-fidens-clinic .section-parallax {
  border-bottom: 3px solid #dc111b;
  border-top: 3px solid #dc111b;
  position: relative;
}
.page-home-fidens-clinic .section-parallax .img-parallax {
  position: absolute;
  bottom: 0;
  left: 50px;
}
.page-home-fidens-clinic .news-camera {
  background-size: cover;
  background-repeat: no-repeat;
  height: 330px;
  border-radius: 8px;
  border: 4px solid #dc111b;
  margin: 30px 10px;
  background-color: white;
  background-position: left center;
  padding: 10px 130px;
  text-align: center;
}
.page-home-fidens-clinic .news-camera h4 {
  color: #008ac9;
  font-weight: 600;
}
.page-fidens-clinic-tabella header {
  border-bottom: 3px solid #dc111b;
}
.page-fidens-clinic-tabella header .nav-justified>li.active>a {
  background-color: #dc111b;
}
.page-fidens-clinic-tabella header .nav-justified>li>a:hover {
  background-color: #dc111b;
}
.page-fidens-clinic-tabella h1,
.page-fidens-clinic-tabella h2 {
  font-size: 25px;
}
.page-fidens-clinic-tabella .back {
  width: 1100px;
  text-align: center;
  margin: 50px 0px;
}
.page-fidens-clinic-tabella p {
  font-size: 25px;
  padding: 20px 0px;
}
.page-fidens-clinic-tabella hr {
  border: 1px solid #dc111b;
}
.page-fidens-clinic-tabella .fidens-clinic-tabella ul>li {
  list-style-type: none;
  padding-left: none;
  font-size: 25px;
  text-transform: uppercase;
}
.page-fidens-clinic-tabella .fidens-clinic-tabella ul>li:before {
  content: '\f00c';
  font-family: FontAwesome;
  display: inline-block;
  width: 1.2em;
  margin-left: -1.2em;
  font-size: 25px !important;
}
.page-fidens-clinic-tabella .btn-info {
  margin: 50px 0px;
  font-size: 25px;
  background-color: #008ac9;
  border: none;
  border-radius: 5px;
  padding: 15px 20px;
}
.page-fidens-clinic-tabella .btn-info:hover {
  background-color: #005380;
}
.page-richiesta-informazioni .richiesta-informazioni {
  position: relative;
  margin: 170px 0px;
}
.page-richiesta-informazioni header {
  border-bottom: 3px solid #dc111b;
}
.page-richiesta-informazioni header .nav-justified>li.active>a {
  background-color: #dc111b;
}
.page-richiesta-informazioni header .nav-justified>li>a:hover {
  background-color: #dc111b;
}
.page-richiesta-informazioni .basic-pro {
  position: absolute;
  max-height: 280px;
}
.page-richiesta-informazioni h1 {
  font-size: 50px;
  color: #dc111b;
  margin-bottom: 20px;
  font-weight: 600;
}
.page-richiesta-informazioni h2 {
  font-size: 36px;
  color: black;
}
.page-richiesta-informazioni h3 {
  margin: 70px 0px 10px;
  font-weight: 300;
  font-size: 20px;
}
.page-richiesta-informazioni .sottotitolo {
  font-size: 16px;
}
.page-richiesta-informazioni .top .big {
  font-size: 50px;
  color: black;
}
.page-richiesta-informazioni .banner-top {
  border-bottom: 5px solid #dc111b;
}
.page-richiesta-informazioni .bt {
  margin: 13px 0;
}
.page-richiesta-informazioni .btn-info {
  font-size: 15px;
  background-color: #008ac9;
  border: none;
  border-radius: 5px;
  padding: 6px 10px;
}
.page-richiesta-informazioni .btn-info:hover {
  background-color: #005380;
}
.page-richiesta-informazioni p {
  font-size: 18px;
  margin-top: 20px;
}
footer hr {
  border: 1px solid #eee !important;
}
.fixed-margin {
  padding-top: 124px;
}
.pad-r {
  padding-right: 0px !important;
}
.pad-l {
  padding-left: 0px !important;
}
.green-button {
  display: block;
  border-radius: 8px;
  padding: 10px 0px;
  background-color: #a0cf67;
  color: white;
  position: fixed;
  top: 170px;
  right: 30px;
  z-index: 100;
  text-align: center;
  width: 320px;
}
.green-button .fa {
  font-size: 40px;
  padding: 7px 10px;
}
.green-button h4 {
  margin: 0px;
}
.green-button p {
  color: #3e3e3e;
  text-transform: uppercase;
  margin: 0px;
}
.eventi {
  padding: 50px 0px;
  font-size: 22px;
  color: #313131;
}
.eventi b {
  color: black;
}
.eventi .red {
  color: #e32726;
  font-size: 24px;
}
.eventi .blue {
  color: #008ac9;
  font-size: 24px;
}
.eventi .lblue-box {
  background-color: #d8d8d8;
  padding: 10px;
  margin: 5px 0px;
}
.eventi .hr-blue {
  border-top: 3px solid #008ac9;
}
.eventi .hr-green {
  border-top: 3px solid #a0cf67;
}
.eventi .hr-grey {
  border-top: 3px solid #ccc;
}
.eventi .cont-no-event {
  padding: 50px 0px;
}
.eventi .cont-sponsor {
  margin: 30px 0px;
}
.eventi .cont-sponsor img {
  display: block;
  margin: 0 auto;
}
.eventi .cont-footer {
  margin-top: 50px;
}
.eventi .cont-hr {
  margin-top: 40px;
}
.eventi .cont-hr hr {
  margin: 12px 0px;
  border-top: 2px solid #008ac9;
}
.eventi .cont-hr p {
  margin: 0px;
  font-weight: 600;
  font-size: 16px;
}
.eventi .nav-tabs {
  border-bottom: 0px solid transparent;
}
.eventi .nav-tabs li {
  background-color: #008ac9;
  opacity: 0.5;
  border-radius: 8px;
  text-align: center;
  transition: all 0.2s ease-in-out;
}
.eventi .nav-tabs li a {
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  padding: 15px 20px;
  font-size: 20px;
}
.eventi .nav-tabs li.active,
.eventi .nav-tabs li:hover {
  background-color: #008ac9;
  opacity: 1;
}
.eventi .tab-content {
  padding: 50px 20px;
}
.eventi ul>li {
  font-size: 22px;
  list-style-type: none;
  padding-left: 1.2em;
  padding-top: 5px;
  padding-bottom: 5px;
}
.eventi ul>li b {
  color: #008ac9;
}
.eventi ul>li:before {
  content: '\f111';
  font-family: FontAwesome;
  display: inline-block;
  width: 1.2em;
  margin-left: -1.2em;
  font-size: 20px !important;
  color: #008ac9;
}
.eventi .tab-programma {
  text-align: center;
}
.eventi .download {
  display: -webkit-inline-box;
  text-decoration: none;
  color: white;
  border-radius: 8px;
  padding: 10px;
  margin-bottom: 30px;
  background-color: #a9a9a9;
  font-size: 25px;
  text-align: right;
}
.eventi .download .fa {
  font-size: 30px;
}
@media (max-width: 767px) {
  .homvid {
    margin-bottom: 50px;
  }
  .green-button {
    bottom: 0;
    top: initial;
    left: 0;
    width: 100%;
    border-radius: 0px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
  .eventi {
    padding-top: 95px;
    font-size: 15px;
  }
  .eventi .nav-tabs li a {
    margin: 10px;
  }
  .eventi .tab-content {
    padding: 20px 0px;
  }
  .eventi ul {
    padding: 0px;
  }
  .eventi ul li {
    font-size: 16px;
  }
  .banner-top h2 {
    font-size: 35px;
  }
  header .nav-justified>li>a {
    padding: 5px 0;
  }
  header .logo {
    padding: 5px 0px;
  }
  header .logo img {
    height: 45px;
    display: block;
    margin: 0 auto;
  }
  .section-right {
    background-image: none !important;
  }
  .section-right .green {
    font-size: 20px;
    padding: 5px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .section-right .green img {
    right: 0;
    top: -65%;
    width: 200px;
  }
  .section-right h3 {
    text-align: center;
  }
  .section-center {
    padding: 25px 0;
  }
  .section-center h3 {
    font-size: 25px;
  }
  .section-center p {
    font-size: 15px;
  }
  .section-parallax {
    height: 300px;
  }
  .section-img-left,
  .section-img-right {
    background-image: none !important;
  }
  .section-img-right .text-left {
    font-size: 22px;
  }
  .section-img-right .ce {
    margin-top: 10px;
  }
  .section-columns .text-justify {
    padding: 0 !important;
  }
  .section-chi .beta {
    width: 180px;
  }
  .section-shop .elenco {
    overflow-y: visible;
  }
  footer {
    text-align: center;
  }
  footer .text-right {
    text-align: center !important;
  }
  footer a {
    display: block;
    margin-bottom: 5px;
  }
  .cookie p {
    font-size: 10px;
  }
  .cookie .chiudi {
    margin-top: 5px;
    font-size: 12px;
  }
  .new-home .text-home {
    margin: 20px 0px;
  }
  .new-home .text-clinic {
    margin: 20px 0px;
  }
  .page-home-fidens-clinic .news-camera {
    padding: 10px;
    margin: 100px 15px 0px;
    height: auto;
  }
  .page-home-fidens-clinic .news-camera .cont-text {
    position: relative;
  }
  .page-home-fidens-clinic .news-camera img {
    margin-top: -70px;
  }
  .page-home-fidens-clinic .section-carousel p {
    font-size: 18px;
    margin-top: 30px;
  }
  .page-home-fidens-clinic .section-right .green {
    text-align: center;
    margin-top: 10px;
    font-size: 20px;
  }
  .page-home-fidens-clinic .section-parallax .img-parallax {
    width: 200px;
  }
  .page-home-fidens-clinic .btn-info {
    font-size: 20px;
  }
  .page-fidens-clinic-tabella .fidens-clinic-tabella {
    margin-top: 70px;
  }
  .page-fidens-clinic-tabella .fidens-clinic-tabella .btn-info {
    font-size: 20px;
  }
  .page-richiesta-informazioni .richiesta-informazioni {
    margin-top: 120px;
  }
  .page-richiesta-informazioni .basic-pro {
    position: relative;
    display: block;
    margin: 0px auto;
  }
  .page-richiesta-informazioni .text-right {
    text-align: center;
  }
  .page-richiesta-informazioni h1 {
    font-size: 30px;
    text-align: center;
  }
  .page-richiesta-informazioni h2 {
    font-size: 25px;
    text-align: center;
  }
  .page-richiesta-informazioni h3 {
    font-size: 20px;
    text-align: center;
  }
  .page-richiesta-informazioni h3 {
    text-align: center;
  }
  .page-richiesta-informazioni p {
    text-align: center;
  }
  .font-home .fa {
    font-size: 25px;
  }
  .font-home img {
    width: 50px;
  }
  .font-clinic .fa {
    font-size: 25px;
  }
  .font-clinic img {
    width: 50px;
  }
}
@media (max-width: 1025px) and (min-width: 768px) {
  .fixed-margin {
    padding-top: 105px;
  }
  .font-home img {
    width: 70px;
  }
  .font-clinic img {
    width: 70px;
  }
  header .nav-justified>li>a {
    padding: 30px 0px;
  }
  .green-button {
    top: 150px;
  }
  header .logo {
    padding-top: 32px;
  }
  .section-img-left {
    min-height: 0;
  }
  .section-img-left .text-right p {
    font-size: 23px;
  }
  .section-img-right .text-left {
    font-size: 23px;
  }
  .section-news .control {
    font-size: 50px;
  }
  .section-news #indietro {
    position: absolute;
    left: 10%;
    top: 100%;
  }
  .section-news #avanti {
    position: absolute;
    right: 80%;
    top: 100%;
  }
  .section-right .btn-info {
    font-size: 20px;
  }
  .page-home-fidens-clinic .news-camera {
    padding: 10px;
    margin: 30px 15px;
    height: 260px;
  }
  .page-home-fidens-clinic .section-right .green img {
    top: -45px;
    width: 300px;
  }
  .page-home-fidens-clinic .section-right .text-right h1 {
    font-size: 26px;
    line-height: 35px;
  }
  .new-home .text-home {
    margin: 0px;
  }
  .new-home .text-clinic {
    margin: 0px;
  }
  .page-fidens-clinic-tabella .back {
    margin-top: 170px;
  }
  .page-richiesta-informazioni .basic-pro {
    max-height: 220px;
  }
  .page-richiesta-informazioni h1 {
    font-size: 35px;
  }
}
@media (max-width: 1367px) and (min-width: 1026px) {
  .section-right .green {
    height: 115px;
    margin-top: 50px;
    padding: 20px 25px;
    font-size: 32px;
    line-height: 28px;
  }
  .section-right .green img {
    top: -90px;
    width: 260px;
  }
  .section-right .btn-info {
    font-size: 20px;
    padding: 10px 15px;
  }
  .section-right .brevetto {
    font-size: 12.5px;
    padding: 10px 0;
  }
  .section-right .text-right {
    padding-top: 12%;
  }
  .section-right .text-right h1 {
    font-size: 40px;
  }
  .section-right .text-right h3 {
    font-size: 26px;
    line-height: 30px;
  }
  .section-parallax {
    height: 350px;
  }
}
@media (min-width: 1499px) {
  .section-right {
    height: 900px;
  }
  .section-right .green {
    margin-top: 185px;
  }
  .section-right .green img {
    top: -15px;
  }
  .section-chi {
    height: 900px;
  }
  .section-chi .logo-margin {
    margin-bottom: 50px;
  }
  .section-chi h4 {
    margin-top: 40px;
  }
  .section-chi p {
    margin-top: 40px;
  }
  .section-contacts {
    height: 900px;
  }
  .section-img-left {
    min-height: 530px;
  }
  .section-img-left .text-right {
    padding: 125px 0;
  }
  .section-img-right {
    min-height: 530px;
    padding: 160px 0;
  }
  .section-img-right .absolute {
    top: -160px;
  }
  .section-buy {
    min-height: 720px;
  }
  .section-online {
    min-height: 720px;
    margin-bottom: 0;
  }
  .section-shop {
    min-height: 720px;
    margin-bottom: 0;
  }
  .page-fidens-clinic-tabella .fidens-clinic-tabella {
    margin-top: 0px;
  }
  .page-richiesta-informazioni .richiesta-informazioni {
    margin-top: 50px;
  }
}
.embed-container {
  padding-bottom: 229px;
  padding-top: 39%;
  height: 0;
  overflow: hidden;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-shop.opa {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 100%;
}
 



  