@-webkit-keyframes animate-fade-out
{
   0% { opacity: 1;  }
   100% { opacity: 0;  }
}
@-moz-keyframes animate-fade-out
{
   0% { opacity: 1;  }
   100% { opacity: 0;  }
}
@-o-keyframes animate-fade-out
{
   0% { opacity: 1;  }
   100% { opacity: 0;  }
}
@-ms-keyframes animate-fade-out
{
   0% { opacity: 1;  }
   100% { opacity: 0;  }
}
@keyframes animate-fade-out
{
   0% { opacity: 1;  }
   100% { opacity: 0;  }
}
@-webkit-keyframes filter-blur-in
{
   0% { filter: blur(20px);  }
   100% { filter: blur(0);  }
}
@-moz-keyframes filter-blur-in
{
   0% { filter: blur(20px);  }
   100% { filter: blur(0);  }
}
@-o-keyframes filter-blur-in
{
   0% { filter: blur(20px);  }
   100% { filter: blur(0);  }
}
@-ms-keyframes filter-blur-in
{
   0% { filter: blur(20px);  }
   100% { filter: blur(0);  }
}
@keyframes filter-blur-in
{
   0% { filter: blur(20px);  }
   100% { filter: blur(0);  }
}
@-webkit-keyframes filter-blur-out
{
   0% { filter: blur(0);  }
   100% { filter: blur(20px);  }
}
@-moz-keyframes filter-blur-out
{
   0% { filter: blur(0);  }
   100% { filter: blur(20px);  }
}
@-o-keyframes filter-blur-out
{
   0% { filter: blur(0);  }
   100% { filter: blur(20px);  }
}
@-ms-keyframes filter-blur-out
{
   0% { filter: blur(0);  }
   100% { filter: blur(20px);  }
}
@keyframes filter-blur-out
{
   0% { filter: blur(0);  }
   100% { filter: blur(20px);  }
}
@-webkit-keyframes focus-in
{
   0% { filter: blur(20px); opacity: 0.0;  }
   100% { opacity: 1.0; filter: blur(0);  }
}
@-moz-keyframes focus-in
{
   0% { filter: blur(20px); opacity: 0.0;  }
   100% { opacity: 1.0; filter: blur(0);  }
}
@-o-keyframes focus-in
{
   0% { filter: blur(20px); opacity: 0.0;  }
   100% { opacity: 1.0; filter: blur(0);  }
}
@-ms-keyframes focus-in
{
   0% { filter: blur(20px); opacity: 0.0;  }
   100% { opacity: 1.0; filter: blur(0);  }
}
@keyframes focus-in
{
   0% { filter: blur(20px); opacity: 0.0;  }
   100% { opacity: 1.0; filter: blur(0);  }
}
@-webkit-keyframes focus-out
{
   0% { opacity: 1.0; filter: blur(0);  }
   100% { opacity: 0.0; filter: blur(20px);  }
}
@-moz-keyframes focus-out
{
   0% { opacity: 1.0; filter: blur(0);  }
   100% { opacity: 0.0; filter: blur(20px);  }
}
@-o-keyframes focus-out
{
   0% { opacity: 1.0; filter: blur(0);  }
   100% { opacity: 0.0; filter: blur(20px);  }
}
@-ms-keyframes focus-out
{
   0% { opacity: 1.0; filter: blur(0);  }
   100% { opacity: 0.0; filter: blur(20px);  }
}
@keyframes focus-out
{
   0% { opacity: 1.0; filter: blur(0);  }
   100% { opacity: 0.0; filter: blur(20px);  }
}
@-webkit-keyframes puff-in
{
   0% { -webkit-transform: rotate(0deg) scale(2,2) ; opacity: 0; -webkit-transform-origin: 50% 50%;  }
   100% { -webkit-transform: rotate(0deg) scale(1,1) ; opacity: 1; -webkit-transform-origin: 50% 50%;  }
}
@-moz-keyframes puff-in
{
   0% { -moz-transform: rotate(0deg) scale(2,2) ; opacity: 0; -moz-transform-origin: 50% 50%;  }
   100% { -moz-transform: rotate(0deg) scale(1,1) ; opacity: 1; -moz-transform-origin: 50% 50%;  }
}
@-o-keyframes puff-in
{
   0% { -o-transform: rotate(0deg) scale(2,2) ; opacity: 0; -o-transform-origin: 50% 50%;  }
   100% { -o-transform: rotate(0deg) scale(1,1) ; opacity: 1; -o-transform-origin: 50% 50%;  }
}
@-ms-keyframes puff-in
{
   0% { -ms-transform: rotate(0deg) scale(2,2) ; opacity: 0; -ms-transform-origin: 50% 50%;  }
   100% { -ms-transform: rotate(0deg) scale(1,1) ; opacity: 1; -ms-transform-origin: 50% 50%;  }
}
@keyframes puff-in
{
   0% { transform: rotate(0deg) scale(2,2) ; opacity: 0; transform-origin: 50% 50%;  }
   100% { transform: rotate(0deg) scale(1,1) ; opacity: 1; transform-origin: 50% 50%;  }
}
@-webkit-keyframes scale-in-horizontal-center
{
   0% { -webkit-transform: rotate(0deg) scale(0.0,1.0) ; opacity: 0.0;  }
   100% { -webkit-transform: rotate(0deg) scale(1.0,1.0) ; opacity: 1.0;  }
}
@-moz-keyframes scale-in-horizontal-center
{
   0% { -moz-transform: rotate(0deg) scale(0.0,1.0) ; opacity: 0.0;  }
   100% { -moz-transform: rotate(0deg) scale(1.0,1.0) ; opacity: 1.0;  }
}
@-o-keyframes scale-in-horizontal-center
{
   0% { -o-transform: rotate(0deg) scale(0.0,1.0) ; opacity: 0.0;  }
   100% { -o-transform: rotate(0deg) scale(1.0,1.0) ; opacity: 1.0;  }
}
@-ms-keyframes scale-in-horizontal-center
{
   0% { -ms-transform: rotate(0deg) scale(0.0,1.0) ; opacity: 0.0;  }
   100% { -ms-transform: rotate(0deg) scale(1.0,1.0) ; opacity: 1.0;  }
}
@keyframes scale-in-horizontal-center
{
   0% { transform: rotate(0deg) scale(0.0,1.0) ; opacity: 0.0;  }
   100% { transform: rotate(0deg) scale(1.0,1.0) ; opacity: 1.0;  }
}
@-webkit-keyframes slide-left-in
{
   0% { -webkit-transform: translate(-100%,0px) rotate(1deg) ; opacity: 0; -webkit-transform-origin: 0 0;  }
   100% { opacity: 1; -webkit-transform: translate(0px,0px) rotate(0deg) ; -webkit-transform-origin: 0 0;  }
}
@-moz-keyframes slide-left-in
{
   0% { -moz-transform: translate(-100%,0px) rotate(1deg) ; opacity: 0; -moz-transform-origin: 0 0;  }
   100% { opacity: 1; -moz-transform: translate(0px,0px) rotate(0deg) ; -moz-transform-origin: 0 0;  }
}
@-o-keyframes slide-left-in
{
   0% { -o-transform: translate(-100%,0px) rotate(1deg) ; opacity: 0; -o-transform-origin: 0 0;  }
   100% { opacity: 1; -o-transform: translate(0px,0px) rotate(0deg) ; -o-transform-origin: 0 0;  }
}
@-ms-keyframes slide-left-in
{
   0% { -ms-transform: translate(-100%,0px) rotate(1deg) ; opacity: 0; -ms-transform-origin: 0 0;  }
   100% { opacity: 1; -ms-transform: translate(0px,0px) rotate(0deg) ; -ms-transform-origin: 0 0;  }
}
@keyframes slide-left-in
{
   0% { transform: translate(-100%,0px) rotate(1deg) ; opacity: 0; transform-origin: 0 0;  }
   100% { opacity: 1; transform: translate(0px,0px) rotate(0deg) ; transform-origin: 0 0;  }
}
@-webkit-keyframes slide-right-in
{
   0% { -webkit-transform: translate(100%,0px) rotate(1deg) ; opacity: 0; -webkit-transform-origin: 0 0;  }
   100% { opacity: 1; -webkit-transform: translate(0px,0px) rotate(0deg) ; -webkit-transform-origin: 0 0;  }
}
@-moz-keyframes slide-right-in
{
   0% { -moz-transform: translate(100%,0px) rotate(1deg) ; opacity: 0; -moz-transform-origin: 0 0;  }
   100% { opacity: 1; -moz-transform: translate(0px,0px) rotate(0deg) ; -moz-transform-origin: 0 0;  }
}
@-o-keyframes slide-right-in
{
   0% { -o-transform: translate(100%,0px) rotate(1deg) ; opacity: 0; -o-transform-origin: 0 0;  }
   100% { opacity: 1; -o-transform: translate(0px,0px) rotate(0deg) ; -o-transform-origin: 0 0;  }
}
@-ms-keyframes slide-right-in
{
   0% { -ms-transform: translate(100%,0px) rotate(1deg) ; opacity: 0; -ms-transform-origin: 0 0;  }
   100% { opacity: 1; -ms-transform: translate(0px,0px) rotate(0deg) ; -ms-transform-origin: 0 0;  }
}
@keyframes slide-right-in
{
   0% { transform: translate(100%,0px) rotate(1deg) ; opacity: 0; transform-origin: 0 0;  }
   100% { opacity: 1; transform: translate(0px,0px) rotate(0deg) ; transform-origin: 0 0;  }
}
@-webkit-keyframes swash-out
{
   0% { -webkit-transform: rotate(0deg) scale(1,1) ; opacity: 1; -webkit-transform-origin: 50% 50%;  }
   80% { -webkit-transform-origin: 50% 50%; opacity: 1; -webkit-transform: rotate(0deg) scale(0.9,0.9) ;  }
   100% { -webkit-transform: rotate(0deg) scale(0,0) ; opacity: 0; -webkit-transform-origin: 50% 50%;  }
}
@-moz-keyframes swash-out
{
   0% { -moz-transform: rotate(0deg) scale(1,1) ; opacity: 1; -moz-transform-origin: 50% 50%;  }
   80% { -moz-transform-origin: 50% 50%; opacity: 1; -moz-transform: rotate(0deg) scale(0.9,0.9) ;  }
   100% { -moz-transform: rotate(0deg) scale(0,0) ; opacity: 0; -moz-transform-origin: 50% 50%;  }
}
@-o-keyframes swash-out
{
   0% { -o-transform: rotate(0deg) scale(1,1) ; opacity: 1; -o-transform-origin: 50% 50%;  }
   80% { -o-transform-origin: 50% 50%; opacity: 1; -o-transform: rotate(0deg) scale(0.9,0.9) ;  }
   100% { -o-transform: rotate(0deg) scale(0,0) ; opacity: 0; -o-transform-origin: 50% 50%;  }
}
@-ms-keyframes swash-out
{
   0% { -ms-transform: rotate(0deg) scale(1,1) ; opacity: 1; -ms-transform-origin: 50% 50%;  }
   80% { -ms-transform-origin: 50% 50%; opacity: 1; -ms-transform: rotate(0deg) scale(0.9,0.9) ;  }
   100% { -ms-transform: rotate(0deg) scale(0,0) ; opacity: 0; -ms-transform-origin: 50% 50%;  }
}
@keyframes swash-out
{
   0% { transform: rotate(0deg) scale(1,1) ; opacity: 1; transform-origin: 50% 50%;  }
   80% { transform-origin: 50% 50%; opacity: 1; transform: rotate(0deg) scale(0.9,0.9) ;  }
   100% { transform: rotate(0deg) scale(0,0) ; opacity: 0; transform-origin: 50% 50%;  }
}
@-webkit-keyframes transform-lightspeed-in
{
   0% { -webkit-transform: translate(100%,0px) rotate(0deg) skewX(-30deg) ; opacity: 0;  }
   60% { -webkit-transform: translate(-20%,0px) rotate(0deg) skewX(30deg) ; opacity: 1;  }
   80% { -webkit-transform: translate(0px,0px) rotate(0deg) skewX(-15deg) ; opacity: 1;  }
   100% { -webkit-transform: translate(0px,0px) rotate(0deg) skewX(0deg) ; opacity: 1;  }
}
@-moz-keyframes transform-lightspeed-in
{
   0% { -moz-transform: translate(100%,0px) rotate(0deg) skewX(-30deg) ; opacity: 0;  }
   60% { -moz-transform: translate(-20%,0px) rotate(0deg) skewX(30deg) ; opacity: 1;  }
   80% { -moz-transform: translate(0px,0px) rotate(0deg) skewX(-15deg) ; opacity: 1;  }
   100% { -moz-transform: translate(0px,0px) rotate(0deg) skewX(0deg) ; opacity: 1;  }
}
@-o-keyframes transform-lightspeed-in
{
   0% { -o-transform: translate(100%,0px) rotate(0deg) skewX(-30deg) ; opacity: 0;  }
   60% { -o-transform: translate(-20%,0px) rotate(0deg) skewX(30deg) ; opacity: 1;  }
   80% { -o-transform: translate(0px,0px) rotate(0deg) skewX(-15deg) ; opacity: 1;  }
   100% { -o-transform: translate(0px,0px) rotate(0deg) skewX(0deg) ; opacity: 1;  }
}
@-ms-keyframes transform-lightspeed-in
{
   0% { -ms-transform: translate(100%,0px) rotate(0deg) skewX(-30deg) ; opacity: 0;  }
   60% { -ms-transform: translate(-20%,0px) rotate(0deg) skewX(30deg) ; opacity: 1;  }
   80% { -ms-transform: translate(0px,0px) rotate(0deg) skewX(-15deg) ; opacity: 1;  }
   100% { -ms-transform: translate(0px,0px) rotate(0deg) skewX(0deg) ; opacity: 1;  }
}
@keyframes transform-lightspeed-in
{
   0% { transform: translate(100%,0px) rotate(0deg) skewX(-30deg) ; opacity: 0;  }
   60% { transform: translate(-20%,0px) rotate(0deg) skewX(30deg) ; opacity: 1;  }
   80% { transform: translate(0px,0px) rotate(0deg) skewX(-15deg) ; opacity: 1;  }
   100% { transform: translate(0px,0px) rotate(0deg) skewX(0deg) ; opacity: 1;  }
}
@-webkit-keyframes transform-scale
{
   0% { -webkit-transform: rotate(0deg) ;  }
   100% { -webkit-transform: rotate(0deg) scale(2.0,2.0) ;  }
}
@-moz-keyframes transform-scale
{
   0% { -moz-transform: rotate(0deg) ;  }
   100% { -moz-transform: rotate(0deg) scale(2.0,2.0) ;  }
}
@-o-keyframes transform-scale
{
   0% { -o-transform: rotate(0deg) ;  }
   100% { -o-transform: rotate(0deg) scale(2.0,2.0) ;  }
}
@-ms-keyframes transform-scale
{
   0% { -ms-transform: rotate(0deg) ;  }
   100% { -ms-transform: rotate(0deg) scale(2.0,2.0) ;  }
}
@keyframes transform-scale
{
   0% { transform: rotate(0deg) ;  }
   100% { transform: rotate(0deg) scale(2.0,2.0) ;  }
}
@-webkit-keyframes transform-scale-in
{
   0% { opacity: 0; -webkit-transform: rotate(0deg) scale(0,0) ;  }
   100% { opacity: 1; -webkit-transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@-moz-keyframes transform-scale-in
{
   0% { opacity: 0; -moz-transform: rotate(0deg) scale(0,0) ;  }
   100% { opacity: 1; -moz-transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@-o-keyframes transform-scale-in
{
   0% { opacity: 0; -o-transform: rotate(0deg) scale(0,0) ;  }
   100% { opacity: 1; -o-transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@-ms-keyframes transform-scale-in
{
   0% { opacity: 0; -ms-transform: rotate(0deg) scale(0,0) ;  }
   100% { opacity: 1; -ms-transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@keyframes transform-scale-in
{
   0% { opacity: 0; transform: rotate(0deg) scale(0,0) ;  }
   100% { opacity: 1; transform: rotate(0deg) scale(1.0,1.0) ;  }
}
a
{
   color: #0000FF;
   text-decoration: underline;
}
a:visited
{
   color: #800080;
}
a:active
{
   color: #FF0000;
}
a:hover
{
   color: #0000FF;
   text-decoration: underline;
}
.visibility-hidden
{
   visibility: hidden;
}
h1, .h1
{
   font-family: Arial;
   font-weight: bold;
   font-size: 32px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h2, .h2
{
   font-family: Arial;
   font-weight: bold;
   font-size: 27px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h3, .h3
{
   font-family: Arial;
   font-size: 24px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h4, .h4
{
   font-family: Arial;
   font-size: 21px;
   font-style: italic;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h5, .h5
{
   font-family: Arial;
   font-size: 19px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h6, .h6
{
   font-family: Arial;
   font-size: 16px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
.CustomStyle
{
   font-family: "Courier New";
   font-weight: bold;
   font-size: 16px;
   text-decoration: none;
   color: #2E74B5;
   background-color: transparent;
}
.half-circle-top
{
   text-decoration: none;
   background-color: #000000;
}
.half-circle-top:before
{
   text-decoration: none;
   background-color: #000000;
   border-radius: 50px;
   width: 100px;
   z-index: 10;
   position: absolute;
   height: 100px;
   left: 50%;
   content: "";
   transform: translateX(-50%);
   top: -50px;
}
.half-circle-bottom
{
   text-decoration: none;
   background-color: #000000;
}
.half-circle-bottom:after
{
   text-decoration: none;
   background-color: #000000;
   border-radius: 50px;
   width: 100px;
   z-index: 10;
   position: absolute;
   height: 100px;
   left: 50%;
   content: "";
   transform: translateX(-50%);
   bottom: -50px;
   top: auto;
}
.diagonal
{
   text-decoration: none;
   background-color: #FFFFFF;
   z-index: 1;
   padding-top: 6em;
}
.diagonal:before
{
   text-decoration: none;
   background-color: #FFFFFF;
   width: 150%;
   z-index: -1;
   transform-origin: 3% 0;
   position: absolute;
   height: 50%;
   left: -25%;
   content: '';
   transform: rotate(-3deg);
   display: block;
   top: 0;
}
.diagonal:after
{
   text-decoration: none;
   background-color: #FFFFFF;
   width: 150%;
   z-index: -1;
   transform-origin: 0 0;
   position: absolute;
   height: 75%;
   left: -25%;
   content: '';
   transform: rotate(-2deg);
   display: block;
   top: 0;
}
.triangle
{
   text-decoration: none;
   background-color: #FFFFFF;
}
.triangle:after
{
   text-decoration: none;
   background-color: #FFFFFF;
   width: 100px;
   z-index: 10;
   position: absolute;
   height: 100px;
   left: 50%;
   content: "";
   bottom: -50px;
   transform: translateX(-50%) rotate(45deg);
}
.triangles
{
   text-decoration: none;
   background-color: #FFFFFF;
}
.triangles:after
{
   text-decoration: none;
   background-color: #FFFFFF;
   box-shadow: -50px 50px 0px #000000;
   width: 50px;
   z-index: 10;
   position: absolute;
   height: 50px;
   left: 50%;
   content: "";
   bottom: -25px;
   transform: translateX(-50%) rotate(45deg);
}
.curve
{
   text-decoration: none;
   background-color: #FFFFFF;
   background-image: url(images/Banner3.png);
}
.curve:before
{
   text-decoration: none;
   background-color: #FFFFFF;
   width: 50%;
   z-index: 10;
   position: absolute;
   height: 70px;
   left: 0px;
   content: "";
   top: -70px;
}
.curve:after
{
   text-decoration: none;
   background-color: #FFFFFF;
   background-image: url(images/Banner3.png);
   width: 50%;
   z-index: 10;
   position: absolute;
   left: 50%;
   height: 70px;
   content: "";
   top: -70px;
}
.blocks
{
   text-decoration: none;
   background-color: #000000;
}
.blocks:before
{
   text-decoration: none;
   background-color: transparent;
   background-image: url(linear-gradient(to right, #000000 50%, #FFFFFF 50%);
   background-size: 130px 100%;
   width: 100%;
   position: absolute;
   height: 50px;
   left: 0px;
   content: "";
   top: -50px;
}
.zigzag
{
   text-decoration: none;
   background-color: #000000;
}
.zigzag:before
{
   text-decoration: none;
   background-color: transparent;
   background-image: url(linear-gradient(315deg, #000000 25%, transparent 25%), linear-gradient( 45deg, #000000 25%, transparent 25%);
   background-size: 50px 100%;
   z-index: 10;
   right: 0px;
   position: absolute;
   height: 90px;
   left: 0px;
   content: "";
   background-position: 50%;
   display: block;
   top: -90px;
}
.zigzag-bottom
{
   text-decoration: none;
   background-color: #000000;
}
.zigzag-bottom:after
{
   text-decoration: none;
   background-color: transparent;
   background-image: url(linear-gradient(135deg, #FFFFFF 25%, transparent 25%), linear-gradient(225deg, #FFFFFF 25%, transparent 25%);
   background-size: 50px 100%;
   z-index: 10;
   right: 0px;
   position: absolute;
   height: 90px;
   left: 0px;
   content: "";
   background-position: 50%;
   display: block;
   top: 100%;
}
.triangles-top
{
   text-decoration: none;
   background-color: #FFFFFF;
}
.triangles-top:before
{
   text-decoration: none;
   background-color: #FFFFFF;
   box-shadow: -50px 50px 0px #000000;
   width: 50px;
   position: absolute;
   height: 50px;
   left: 50%;
   content: "";
   transform: translateX(-50%) rotate(45deg);
   top: -25px;
}
.triangle-top
{
   text-decoration: none;
   background-color: #FFFFFF;
}
.triangle-top:before
{
   text-decoration: none;
   background-color: #FFFFFF;
   width: 100px;
   position: absolute;
   height: 100px;
   left: 50%;
   content: "";
   transform: translateX(-50%) rotate(45deg);
   top: -50px;
}
.Offerte
{
   text-decoration: none;
   background-color: transparent;
   background-image: url(images/Banner3.png);
   background-repeat: no-repeat;
   background-position: center center;
   background-size: cover;
   border-radius: 0 0 90% 50% / 15%;
}
.Rounded
{
   text-decoration: none;
   background-color: transparent;
   background-image: url(images/SCONTI3.png);
   background-repeat: no-repeat;
   background-position: center center;
   background-size: cover;
   border-radius: 25px;
}
.Rounded2
{
   text-decoration: none;
   background-color: transparent;
   background-image: url(images/SCONTI2.png);
   background-repeat: no-repeat;
   background-position: center center;
   background-size: cover;
   border-radius: 25px;
}
.triangle2
{
   text-decoration: none;
   background-color: #FFFFFF;
   background-image: url(images/fisioterapia+ughetta+piacenza+-+team.png);
   background-repeat: no-repeat;
   background-position: center center;
   background-size: parallax;
   border-left: 50px solid transparent;
   border-right: 50px solid transparent;
   border-top: 100px solid red;
}
.Curva1
{
   text-decoration: none;
   background-color: transparent;
   border-bottom-left-radius: 50% 10%;
   border-bottom-right-radius: 50% 10px;
   border-top-left-radius: 0;
   transform: skew(-5deg, -2deg);
   margin: 2em 3em;
   box-shadow: 8px 1px 12px rgba(0,0,0,.3);
}
.Ombra1
{
   font-family: "Trebuchet MS";
   font-weight: bold;
   font-size: 43px;
   text-align: center;
   text-decoration: none;
   color: #0000CD;
   background-color: transparent;
   text-shadow: 4px 4px #00fefe;
}
.MenuShow
{
   text-decoration: none;
   background-color: #FFFFFF;
}
.curvaheader
{
   text-decoration: none;
   background-color: #003366;
   border-radius: 0% 0% 200vh 200vh / 0% 0% 20vh 20vh;
   -moz-border-radius: 0% 0% 200vh 200vh / 0% 0% 20vh 20vh;
   -webkit-border-radius: 0% 0% 200vh 200vh / 0% 0% 20vh 20vh;
}
.curvaheader2
{
   text-decoration: none;
   background-color: #6495ED;
   background-image: url(images/SCONTI0.jpg);
   background-repeat: no-repeat;
   background-position: center center;
   background-size: 100% 100%;
   z-index: 10;
   width: 120%;
   margin-left: -10%;
   margin-right: 10%;
   border-radius: 200vh 200vh 0% 0% / 20vh  20vh 0% 0%;
   -moz-border-radius: 200vh 200vh 0% 0% / 20vh  20vh 0% 0%;
   -webkit-border-radius: 200vh 200vh 0% 0% / 20vh  20vh 0% 0%;
   overflow: hidden;
}
.curvaheader3
{
   text-decoration: none;
   background-color: #6495ED;
   background-image: url(images/SCONTI01.jpg);
   background-repeat: no-repeat;
   background-position: center center;
   background-size: 100% 100%;
   border-radius: 0% 0% 200vh 200vh / 0% 0% 20vh 20vh;
   -moz-border-radius: 0% 0% 200vh 200vh / 0% 0% 20vh 20vh;
   -webkit-border-radius: 0% 0% 200vh 200vh / 0% 0% 20vh 20vh;
}
.header1
{
   text-decoration: none;
   background-color: #003366;
   border:1px solid #ABCDEF;
   border-width:0 0 13px 0;
   margin:1rem auto;
   -webkit-border-radius:0% 0% 135% 0% / 0% 0% 65% 0%;
   -moz-border-radius:0% 0% 135% 0% / 0% 0% 65% 0%;
   border-radius:0% 0% 135% 0% / 0% 0% 65% 0%;
}
.curvaheader4
{
   text-decoration: none;
   background-color: transparent;
   background-image: url(images/SUMMERPROMO.jpg);
   background-repeat: no-repeat;
   background-position: center center;
   background-size: cover;
   position: relative;
   border-top-left-radius: 50% 20%;
   border-top-right-radius: 50% 20%;
   border-bottom-left-radius: 50% 20%;
   border-bottom-right-radius: 50% 20%;
}
.menu
{
   text-decoration: none;
   background-color: #FFFFFF;
   background-color: rgba(255,255,255,0.53);
   border-bottom-left-radius: 50% 20%;
   border-bottom-right-radius: 50% 20%;
}
.menuover
{
   text-decoration: none;
   background-color: #FFFFFF;
   border:1px solid #ABCDEF;
   border-width:0 0 13px 0;
   margin:1rem auto;
   -webkit-border-radius:0% 0% 135% 0% / 0% 0% 65% 0%;
   -moz-border-radius:0% 0% 135% 0% / 0% 0% 65% 0%;
   border-radius:0% 0% 135% 0% / 0% 0% 65% 0%;
}
