@charset "utf-8";
/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent;
}
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}
/*
 * Contain floats: h5bp.com/q
 */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.clearb {
  clear: both;
}
.innerclearfix {
  zoom: 1;
}
.innerclearfix:before,
.innerclearfix:after {
  content: "";
  display: table;
}
.innerclearfix:after {
  clear: both;
}
.ct {
  margin: 0 auto;
}
.lt {
  float: left;
}
.rt {
  float: right;
}
.xx {
  margin: 0;
  padding: 0;
}
.italic {
  font-style: italic;
}
.bold {
  font-weight: bold;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.tc {
  text-align: center;
}
.tl {
  text-align: left;
}
.tr {
  text-align: right;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  font-size: 12px;
  font-family: Helvetica, Arial, sans-serif;
}
strong,
th,
thead td,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
cite,
em,
dfn {
  font-style: italic;
}
code,
kbd,
samp,
pre,
tt,
var,
input[type='text'],
input[type='password'],
textarea {
  font-size: 92%;
  font-family: monaco, "Lucida Console", courier, monospace;
}
del {
  text-decoration: line-through;
  color: #555;
}
ins,
dfn {
  border-bottom: 1px solid #ccc;
}
small,
sup,
sub {
  font-size: 85%;
}
abbr,
acronym {
  text-transform: uppercase;
  font-size: 85%;
  letter-spacing: .1em;
}
a abbr,
a acronym {
  border: none;
}
abbr[title],
acronym[title],
dfn[title] {
  cursor: help;
  border-bottom: 1px solid #ccc;
}
sup {
  vertical-align: super;
}
sub {
  vertical-align: sub;
}
a:link,
a:visited,
a:hover,
a:active,
a:focus {
  text-decoration: underline;
  color: #1e2974;
}
a:visited {
  color: #5D8BB7;
}
a:hover {
  color: #e5365d;
}
a:active,
a:focus {
  color: #000;
}
code,
pre {
  color: #c33;
}
h1 {
  margin: 1em 0 .5em;
  font-size: 1.9em;
}
h2 {
  margin: 1.07em 0 .535em;
  font-size: 1.7em;
}
h3 {
  margin: 1.23em 0 .615em;
  font-size: 1.3em;
  font-weight: 700;
}
h4 {
  margin: 1.33em 0 .67em;
  font-size: 1.2em;
}
h5 {
  margin: 1.6em 0 .8em;
  font-size: 1.1em;
}
h6 {
  margin: 1.73em 0 .9em;
  font-size: 1em;
}
h1,
h2,
h3 {
  font-family: Arial, Helvetica, sans-serif;
}
ul li {
  margin-left: 2.85em;
}
ul {
  list-style-type: disc;
}
ul ul {
  list-style-type: square;
}
ul ul ul {
  list-style-type: circle;
}
ol {
  margin-left: 2.35em;
  list-style-position: outside;
  list-style-type: decimal;
}
ol ol,
ul ol {
  margin-left: 2.5em;
}
dt {
  margin-top: .8em;
  margin-bottom: .4em;
  margin-left: 1.5em;
  font-weight: bold;
}
table {
  width: 100%;
}
th,
td {
  padding: .5em .8em;
  border-top: 1px solid;
  border-bottom: 1px solid;
  vertical-align: middle;
  border-color: #444;
}
th {
  text-transform: uppercase;
  text-align: left;
  border-bottom: 2px solid;
  font-size: 0.8em;
  font-weight: 700;
  background-color: #000;
  color: #fff;
}
td {
  background-color: #fff;
}
table.centered td,
table.centered th {
  text-align: center;
}
table tr.subheader td {
  font-size: 0.8em;
  font-weight: 700;
  background-color: #ddd;
}
table tr.alt td {
  background-color: #f5f5f5;
}
blockquote {
  margin: 1.6em 0;
  padding: 0 1em 0 60px;
}
blockquote *:first-child {
  margin: .8em 0;
}
blockquote *:first-child:before {
  content: "\201C";
}
blockquote *:first-child:after {
  content: "\201D";
}
caption {
  padding-bottom: .8em;
}
form div {
  margin-bottom: .8em;
}
fieldset {
  padding: 0 1em 1em 1em;
  margin: 1.6em 0;
  border: 1px solid #ccc;
}
legend {
  padding-left: .8em;
  padding-right: .8em;
  font-weight: bold;
  font-size: 1.2em;
}
legend + * {
  margin-top: 1em;
}
label {
  font-weight: bold;
}
textarea,
input[type='text'],
input[type='password'],
select {
  border: 1px solid #ccc;
  background: #fff;
}
textarea:hover,
input[type='text']:hover,
input[type='password']:hover,
select:hover {
  border-color: #1568ae;
}
textarea:focus,
input[type='text']:focus,
input[type='password']:focus,
select:focus {
  border-color: #888;
  outline: 2px solid #ffffaa;
}
input,
select {
  cursor: pointer;
}
input[type='text'],
input[type='password'] {
  cursor: text;
}
textarea,
input {
  padding: .3em .4em .15em .4em;
}
select {
  padding: .1em .2em 0 .2em;
}
option {
  padding: 0 .4em;
}
hr,
p,
ul,
ol,
dl,
pre,
blockquote,
address,
table,
form {
  margin-bottom: 1.6em;
}
body {
  background: url(../img/body_bg-red.png) repeat-x;
  margin: 0;
}
ul.menu,
ul.menu li {
  list-style: none;
  margin: 0;
}
ul.menu li,
ul.menu li a {
  margin: 0;
}
ul.menu li a {
  padding: 0;
  white-space: nowrap;
  display: inline-block;
  margin-right: 5px;
}
ul.menu li a img.flag {
  width: 15px;
  height: 15px;
  padding: 2px;
  border: 2px solid transparent;
}
ul.menu li a.current img.flag {
  border-color:#e5365d;
}
ul.menu li a:hover img.flag {
  border-color: black;
}
ul.menu.flat li {
  overflow: hidden;
  float: left;
}
ul.menu.vertical li {
  clear: left;
}
.imagemap {
  overflow: hidden;
  text-indent: -999em;
}
#bluehalf {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 50%;
  height: 130px;
  background: url(../img/body_bg-blue.png) repeat-x;
  z-index: 10;
}
#container {
  position: relative;
  width: 959px;
  overflow: hidden;
  background: #fff url(../img/container_bg-red.png) repeat-y;
  margin: 0 auto;
  z-index: 100;
}
#header {
  overflow: hidden;
  clear: both;
}
.brand {
  float: left;
  display: block;
  position: relative;
  width: 160px;
  height: 54px;
  background: url(../img/MarchioMyLav_en.png) no-repeat;
  margin-left: 49px;
  margin-top: 35px;
}
.sidelogo {
  display: block;
  position: absolute;
}
#logo {
  top: 119px;
  left: 56px;
  width: 177px;
  height: 65px;
  z-index: 500;
}
#certificate {
  top: 201px;
  left: 113px;
  width: 60px;
  height: 32px;
  z-index: 501;
}
#head-options {
  position: relative;
  height: 36px;
  width: 697px;
  margin-left: 260px;
  border-left: 1px solid #eee;
  border-right: 1px solid #ddd;
}
#head-options ul {
  position: absolute;
  overflow: hidden;
  right: 0;
  padding-right: 10px;
  line-height: 36px;
}
#head-options ul li {
  padding: 0 5px;
  font-size: .9em;
}
#head-options ul li a {
  color: #646567;
}
#head-options ul li a:hover {
  color: #e5365d;
}
#head-nav {
  position: relative;
  background: url(../img/head-nav_bg.png) repeat-x top;
  margin-left: 260px;
  border-bottom: 1px solid #ddd;
}
#head-nav ul {
  height: 300px;
  background: url(../img/head-nav_ul_bg.png) no-repeat top left;
  padding-left: 40px;
}
#head-nav ul li {
  float: right;
  margin: 15px 0 15px 25px;
  font-size: 1.2em;
}
#head-nav ul li a {
  display: block;
  border-right: 1px dotted #fff;
  padding: 1px 10px 9px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
}
#main {
  position: relative;
  clear: both;
  overflow: hidden;
  background: url(../img/sidebar_bg.png) repeat-y 30px;
  border-right: 1px solid #ddd;
}
#main .content {
  float: left;
  overflow: hidden;
  width: 698px;
  padding-left: 260px;
  padding-bottom: 30px;
  color: #555;
}
.content .titles {
  float: right;
  width: 80%;
  overflow: hidden;
  background: #e5365d;
  margin: 40px 0;
}
.content .titles * {
  float: left;
  margin: 0;
  white-space: nowrap;
  font-size: 1.4em;
  line-height: 1.7em;
  font-weight: normal;
}
.content .titles h1 {
  background: #fff;
  padding: 0 20px 0 0;
  text-align: right;
  text-transform: uppercase;
  color: #555;
}
.content .titles h2 {
  padding: 0 10px;
  color: #fff;
}
#main .content .text {
  clear: right;
  padding: 0 50px;
}
#main .content .text h3,
#main .content .text h4,
#main .content .text h5,
#main .content .text h6 {
  color: #5d8bb7;
}
#main .content .text h6 {
  margin: 0;
  line-height: 1em;
}
#main .content .text p {
  line-height: 1.6em;
}
#main .content .text ul li,
#main .content .text ol li {
  padding: .25em 0;
}
#main .content .text ul ul {
  margin: .7em auto;
}
#main .content .text a,
#main .content .text a:link,
#main .content .text a:visited,
#main .content .text a:active {
  color: #5D8BB7;
}
#main .content .text a:hover {
  color: #E5365D;
}
#main .content .welcome-message {
  position: relative;
  overflow: hidden;
  margin: 40px 35px 10px;
  padding: 0px;
  border: 1px solid #fff;
}
.welcome-message h1 {
  font-size: 2em;
  color: #5d8bb7;
  margin-top: 0;
}
.welcome-message img {
  float: right;
  margin-left: 10px;
}
body.home .tabular-element {
  margin: 0 35px;
  border-top: 1px solid #ddd;
  padding-top: 10px;
}
body.home #main .content .text {
  padding: 0;
}
a.home-qualita,
a.home-servizio,
a.home-convenienza {
  position: absolute;
  display: block;
  overflow: hidden;
  text-indent: -999em;
  cursor: pointer;
}
a.home-qualita {
  right: 50px;
  width: 60px;
  height: 50px;
}
a.home-servizio {
  right: 102px;
  top: 100px;
  height: 80px;
  width: 50px;
}
a.home-convenienza {
  right: 0px;
  top: 100px;
  height: 80px;
  width: 80px;
}
.tabular-element {
  overflow: hidden;
}
.tabular-element .column {
  float: left;
}
.tabular-element .column.left {
  width: 45%;
}
.tabular-element .column.right {
  width: 55%;
  float: left;
  text-align: left;
}
.tabular-element .column .box {
  overflow: hidden;
  padding: 0 0 10px 80px;
  margin: 0 0 20px;
}
.tabular-element .column .box h2 {
  font: normal 1.6em / 1em Arial, Helvetica, sans-serif;
  color: #5d8bb7;
}
.tabular-element .column .box .text {
  color: #888;
}
.tabular-element .column .box.area-clienti {
  background: url('../img/home_area-clienti_bg.png') no-repeat left 15px;
}
.tabular-element .column .box.centro-acquisti {
  background: url('../img/home_area-acquisti_bg.png') no-repeat left 30px;
  padding-top: 10px;
  border-top: 1px solid #ddd;
}
.tabular-element .column .box.rapporti-cliente {
  background: url('../img/home_rapporti_cliente_bg.png') no-repeat left 23px;
  padding-top: 10px;
  border-top: 1px solid #ddd;
}
.tabular-element .column .box.news {
  padding-left: 30px;
}
.tabular-element .column .box.nostri-clienti {
  background: url('../img/home_i_nostri_clienti_bg.png') no-repeat 10px 16px;
}
.tabular-element .column .box h6 {
  margin-bottom: .6em;
  line-height: 1.3em;
  color: #E5365D;
}
.tabular-element .column .box h6 small {
  display: block;
  float: right;
  margin: -3px 1px 4px 25px;
  border: 1px solid #fff;
  color: #ccc;
}
.tabular-element .column .box .item {
  margin-bottom: 30px;
}
#main .sidebar {
  position: relative;
  float: left;
  width: 260px;
  bottom: 240px;
  margin-left: -959px;
  padding: 30px 0 200px;
}
#main .sidebar .menu {
  padding-left: 10px;
}
#main .sidebar .menu li a {
  display: block;
  background: url(../img/sidebar_menu_li_bg.png) no-repeat bottom right;
  line-height: 26px;
  text-decoration: none;
  font-weight: 700;
  color: #6e6f71;
}
#main .sidebar .menu li a:hover,
#main .sidebar .menu li.ancestor a {
  color: #e5365d;
}
#main .sidebar .menu li a span {
  display: block;
  padding-left: 20px;
}
#main .sidebar .menu li ul {
  margin-bottom: 1.2em;
}
#main .sidebar .menu ul li {
  padding-left: 20px;
}
#main .sidebar .menu li ul li a,
#main .sidebar .menu li.ancestor ul li a {
  background: #f5f5f5 url(../img/sidebar_menu_li_li_bg.png) repeat-x bottom;
  color: #6e6f71;
}
#main .sidebar .menu li.ancestor.privatearea ul li a {
  background-color: #E0E8EF;
}
#main .sidebar .menu li.ancestor .selected a,
#main .sidebar .menu li ul li a:hover {
  background-color: #eee;
  color: #e5365d;
}
#main .sidebar .menu li.ancestor.privatearea .selected a,
#main .sidebar .menu li.ancestor.privatearea ul li a:hover {
  background-color: #FFEFF3;
}
#footer {
  position: relative;
  background: #79a7d2;
}
#footer .photo {
  position: absolute;
  left: 0;
  width: 260px;
  height: 197px;
  top: -197px;
}
#footer .photo.p1 {
  background: url(../img/sidebar_photo1.jpg) no-repeat;
}
#footer .photo.p2 {
  background: url(../img/sidebar_photo2.jpg) no-repeat;
}
#footer .photo.p3 {
  background: url(../img/sidebar_photo3.jpg) no-repeat;
}
#footer .upper,
#footer .lower {
  overflow: hidden;
  clear: both;
}
#footer .menu {
  overflow: hidden;
  text-align: center;
  font-size: .9em;
}
#footer .menu li {
  margin-left: 9px;
  padding-right: 9px;
}
#footer .menu a {
  display: block;
  text-decoration: none;
}
#footer .menu a:hover {
  text-decoration: underline;
}
#footer .upper .menu {
  padding: 20px 0 0;
}
#footer .upper .menu li {
  border-right: 1px solid #fff;
}
#footer .upper .menu li a {
  padding-bottom: 12px;
  text-transform: uppercase;
  color: #fff;
}
#footer .lower {
  background: #bad2e8;
  border-top: 1px solid #fff;
}
#footer .lower .menu {
  padding: 0 0 15px;
}
#footer .lower .menu li {
  overflow: hidden;
  border-right: 1px solid #1e2974;
}
#footer .lower .menu li a {
  padding: 12px 0 1px;
  color: #1e2974;
}
#footer .upper,
#footer .lower .wrapper {
  display: table;
  margin: 0 auto;
  white-space: nowrap;
}
#footer .menu li:last-child {
  border: 0;
}
#subfooter {
  width: 960px;
  margin: 0 auto;
  padding: 15px 0 10px;
  text-align: center;
}
#subfooter .info {
  color: #777;
  font-size: .9em;
  line-height: 1.3em;
}
img.left {
  float: left;
  margin: 0 10px 5px 0;
}
img.right {
  float: right;
  margin: 0 0 5px 10px;
}
.noborder {
  border: 0;
}
.notopmargin {
  margin-top: 0;
}
.small {
  font-size: .8em;
  margin-bottom: 1.875em;
  line-height: 1.875em;
}
.large {
  font-size: 1.2em;
  line-height: 2.5em;
  margin-bottom: 1.25em;
}
.hide {
  display: none;
}
.highlight {
  background: #ff0;
}
.top {
  margin-top: 0;
  padding-top: 0;
}
.bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}
.thin {
  font-weight: lighter;
}
.error,
.notice,
.success {
  margin: 0;
  padding: .6em .5em .5em;
  margin-bottom: 1.6em;
  border: 2px solid #ddd;
}
.error {
  background: #FBE3E4;
  color: #8a1f11;
  border-color: #FBC2C4;
}
.notice {
  background: #FFF6BF;
  color: #514721;
  border-color: #FFD324;
}
.success {
  background: #E6EFC2;
  color: #264409;
  border-color: #C6D880;
}
.error a {
  color: #8a1f11;
  background: none;
  padding: 0;
  margin: 0;
}
.notice a,
.notice span {
  color: #514721;
  background: none;
  padding: 0;
  margin: 0;
}
.success a {
  color: #264409;
  background: none;
  padding: 0;
  margin: 0;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.hidetext,
.hidetext * {
  overflow: hidden;
  text-indent: -999em;
}
#head-options ul li a.icon.rss {
  background: url(../img/head-nav_icon-rss.png) no-repeat;
  padding-left: 20px;
}
#head-options ul li a.icon.rss:hover {
  background-position: 0 -16px;
}
#main .sidebar .menu li a.icon {
  padding: 10px 0 0;
  line-height: 35px;
}
#main .sidebar .menu li a.icon span {
  background: url(../img/sidebar_icons.png);
  background-repeat: no-repeat;
  margin-left: 35px;
  padding-left: 40px;
}
#main .sidebar .menu li a.icon.test span {
  background-position: 0 0;
}
#main .sidebar .menu li a.icon.test:hover span,
#main .sidebar .menu li.ancestor a.icon.test span,
#main .sidebar .menu li a.icon.test.selected span {
  background-position: -260px 0;
}
#main .sidebar .menu li a.icon.campioni span {
  background-position: 0 -35px;
}
#main .sidebar .menu li a.icon.campioni:hover span,
#main .sidebar .menu li a.icon.campioni.selected span {
  background-position: -260px -35px;
}
#main .sidebar .menu li a.icon.rapporto span {
  background-position: 0 -70px;
}
#main .sidebar .menu li a.icon.rapporto:hover span,
#main .sidebar .menu li a.icon.rapporto.selected span {
  background-position: -260px -70px;
}
#main .sidebar .menu li a.icon.consulenza span,
#main .sidebar .menu li a.icon.team-commerciale span {
  background-position: 0 -105px;
}
#main .sidebar .menu li a.icon.consulenza:hover span,
#main .sidebar .menu li a.icon.team-commerciale:hover span,
#main .sidebar .menu li a.icon.consulenza.selected span,
#main .sidebar .menu li a.icon.team-commerciale.selected span {
  background-position: -260px -105px;
}
#main .sidebar .menu li a.icon.pagamenti span {
  background-position: 0 -140px;
}
#main .sidebar .menu li a.icon.pagamenti:hover span,
#main .sidebar .menu li a.icon.pagamenti.selected span {
  background-position: -260px -140px;
}
#head-nav .photo {
  position: absolute;
  display: block;
  top: 40px;
  left: 0px;
  width: 701px;
  height: 260px;
  z-index: 101;
}
#head-nav .photo.p1 {
  background: #ccc url(../img/head_photo1.jpg) no-repeat;
}
#head-nav .photo.p2 {
  background: #ccc url(../img/head_photo2.jpg) no-repeat;
}
#head-nav .photo.p3 {
  background: #ccc url(../img/head_photo3.jpg) no-repeat;
}
#head-nav .photo.p4 {
  background: #ccc url(../img/head_photo4.jpg) no-repeat;
}
#main .photo {
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 260px;
  height: 197px;
  color: white;
}
#main .photo:active,
#main .photo:hover,
#main .photo:visited {
  color: white;
}
#main .photo.p1 {
  background: url(../img/sidebar_photo1.jpg) no-repeat;
}
#main .photo.p2 {
  background: url(../img/sidebar_photo2.jpg) no-repeat;
}
#main .photo.p3 {
  background: url(../img/sidebar_photo3.jpg) no-repeat;
}
#main .photo.link.cvit {
  background: url(../img/partnership_cvit_24.png);
  width: 260px;
  height: 111px;
  bottom: -10px;
}
#main .photo.link.vetservice {
  background: url(../img/partnership_vetservice.png);
  width: 260px;
  height: 100px;
  bottom: -103px;
}
#main .photo.link.cov {
  background: url(../img/logo_cov.jpg);
  width: 220px;
  height: 172px;
  bottom: -274px;
  margin-left: 34px;
}
#main .photo.link.radiogruppocvit {
  background: url(../img/banner_radio_gruppocvit.jpg) no-repeat;
  width: 220px;
  height: 110px;
  bottom: 106px;
  left: 34px;
}
#main .bannerLeft {
  margin: 10px 0 10px 30px;
  width: 230px;
  display: block;
  text-align: center;
}
#head-nav ul li a {
  text-shadow: 0px 1px 1px #9f3b52;
}
#head-nav ul li a:hover {
  border-color: #000;
}
#head-nav ul li a:hover,
#head-nav ul li a.selected {
  text-shadow: 0 1px 1px #000;
}
.content .titles {
  border-radius: 3px;
}
#main .sidebar .menu li a {
  text-shadow: 1px 1px 0px #fff;
}
a.service-button {
  display: block;
  width: 184px;
  line-height: 40px;
  margin: 0;
  padding: 0 0 0 12px;
  text-decoration: none;
  color: #fff;
  background: url(../img/home_service_buttons.png) no-repeat;
}
a.service-button:hover {
  background-position: 0 -40px;
}
.items-list {
  clear: both;
  padding: 0 50px;
}
.item {
  margin-bottom: 2.2em;
}
.item h3 {
  line-height: 1.5em;
  margin: 0 0 .6em;
  font-size: 1.3em;
  color: #E5365D;
}
.item h4 {
  font-size: 1em;
  color: #ccc;
  border-bottom: 1px solid #ccc;
  padding-bottom: .8em;
}
#main .item .text {
  padding: 0 0;
}
.simple-paginator {
  clear: both;
  overflow: hidden;
  padding: 0 50px;
}
.simple-paginator a.page-link,
.simple-paginator span.page-current {
  display: block;
  float: left;
  line-height: 1em;
  margin-right: 4px;
  padding: 4px;
  text-decoration: none;
  color: #fff;
}
.simple-paginator a.page-link {
  background-color: #5D8BB7;
}
.simple-paginator a.page-link:hover {
  background-color: #50718F;
}
.simple-paginator span.page-current {
  background-color: #E5365D;
}
.search-form {
  margin-bottom: 5px;
  text-align: right;
}
.text a,
.text a:visited,
.text a:link,
.text a:active {
  color: #0000FF ! important;
}
.text a:hover {
  color: #E43062 ! important;
}
.credit {
  width: 200px;
  margin: 0 auto 10px;
  height: 25px;
  text-align: left;
}
.img-fh {
  display: block;
  float: left;
}
.fh {
  float: left;
  width: auto;
  margin-left: 10px;
}
.fh a {
  margin-top: 0;
  display: block;
  color: #777;
}
.fh a:link,
.fh a:visited,
.fh a:active {
  text-decoration: none;
}
.fh a:hover {
  text-decoration: underline;
}
.fh a .bigger {
  font-size: 1.1em;
}
.fh a .smaller {
  font-size: 0.75em;
}
#container,
#main {
  overflow: visible;
}
#main .sidebar li {
  position: relative;
}
#main .sidebar .campioni:before {
  width: 67px;
  height: 44px;
  content: "";
  position: absolute;
  left: -38px;
  top: 0;
}
#main .sidebar .menu li.ancestor.privatearea ul li.cc-payment a {
  background: #003366;
  text-shadow: none;
}
#main .sidebar .menu li.ancestor.privatearea ul li.cc-payment a span {
  color: white;
}
.tac {
  text-align: center;
}
.tal {
  text-align: left;
}
.tar {
  text-align: right;
}
#login-form input[type="text"],
#login-form input[type="password"] {
  width: 360px;
}
.scivac-link {
  position: absolute;
  top: 89px;
  right: 30px;
  z-index: 200;
  font-size: 20px;
  font-weight: bold;
}
.scivac-link a {
  padding: 5px 20px;
  border: 1px solid #eee;
  height: 27px;
  line-height: 12px;
  color: white;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #e27391;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UyNzM5MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNDMwNjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #e27391 0%, #e43062 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e27391), color-stop(100%, #e43062));
  background: -webkit-linear-gradient(top, #e27391 0%, #e43062 100%);
  background: -o-linear-gradient(top, #e27391 0%, #e43062 100%);
  background: -ms-linear-gradient(top, #e27391 0%, #e43062 100%);
  background: linear-gradient(to bottom, #e27391 0%, #e43062 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e27391', endColorstr='#e43062', GradientType=0 );;
}
.scivac-link a:hover {
  background: #e43062;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U0MzA2MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjNDJiM2EiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #e43062 0%, #c42b3a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e43062), color-stop(100%, #c42b3a));
  background: -webkit-linear-gradient(top, #e43062 0%, #c42b3a 100%);
  background: -o-linear-gradient(top, #e43062 0%, #c42b3a 100%);
  background: -ms-linear-gradient(top, #e43062 0%, #c42b3a 100%);
  background: linear-gradient(to bottom, #e43062 0%, #c42b3a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e43062', endColorstr='#c42b3a',GradientType=0 ); /* IE6-8 */;
}
.button-gray {
  border: 1px solid #dadada;
  height: 27px;
  line-height: 12px;
  color: white;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #a7aaa9;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E3YWFhOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ZTdmN2YiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #a7aaa9 0%, #7e7f7f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a7aaa9), color-stop(100%, #7e7f7f));
  background: -webkit-linear-gradient(top, #a7aaa9 0%, #7e7f7f 100%);
  background: -o-linear-gradient(top, #a7aaa9 0%, #7e7f7f 100%);
  background: -ms-linear-gradient(top, #a7aaa9 0%, #7e7f7f 100%);
  background: linear-gradient(to bottom, #a7aaa9 0%, #7e7f7f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7aaa9', endColorstr='#7e7f7f',GradientType=0 );;
}
.button-gray:hover {
  background: #797a79;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc5N2E3OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzZjNmM2YiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #797a79 0%, #3f3f3f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #797a79), color-stop(100%, #3f3f3f));
  background: -webkit-linear-gradient(top, #797a79 0%, #3f3f3f 100%);
  background: -o-linear-gradient(top, #797a79 0%, #3f3f3f 100%);
  background: -ms-linear-gradient(top, #797a79 0%, #3f3f3f 100%);
  background: linear-gradient(to bottom, #797a79 0%, #3f3f3f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#797a79', endColorstr='#3f3f3f',GradientType=0 );;
}
.button-red {
  border: 1px solid #eee;
  height: 27px;
  line-height: 12px;
  color: white;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #e27391;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UyNzM5MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNDMwNjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #e27391 0%, #e43062 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e27391), color-stop(100%, #e43062));
  background: -webkit-linear-gradient(top, #e27391 0%, #e43062 100%);
  background: -o-linear-gradient(top, #e27391 0%, #e43062 100%);
  background: -ms-linear-gradient(top, #e27391 0%, #e43062 100%);
  background: linear-gradient(to bottom, #e27391 0%, #e43062 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e27391', endColorstr='#e43062', GradientType=0 );;
}
.button-red:hover {
  background: #e43062;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U0MzA2MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjNDJiM2EiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #e43062 0%, #c42b3a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e43062), color-stop(100%, #c42b3a));
  background: -webkit-linear-gradient(top, #e43062 0%, #c42b3a 100%);
  background: -o-linear-gradient(top, #e43062 0%, #c42b3a 100%);
  background: -ms-linear-gradient(top, #e43062 0%, #c42b3a 100%);
  background: linear-gradient(to bottom, #e43062 0%, #c42b3a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e43062', endColorstr='#c42b3a',GradientType=0 ); /* IE6-8 */;
}
#faq {
  position: fixed;
  top: 50%;
  right: -400px;
  width: 400px;
  z-index: 1000;
  transition: all 1s;
}
#faq.opened {
  /*.anchor{transform: rotate3d(0, 0, 1, 180deg);}*/
  right: 0;
}
#faq img {
  vertical-align: sub;
}
#faq .anchorWrapper {
  width: 50px;
  height: 50px;
  background: #e5365d;
  position: absolute;
  line-height: 50px;
  text-align: center;
  font-size: 3em;
  top: 0;
  left: -50px;
  z-index: 100;
  border-radius: 5px 0 0 5px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
}
#faq .anchorWrapper a {
  display: block;
  transition: all 1s;
  transform: rotate3d(0, 0, 0, 180deg);
  transform-origin: center center;
  color: #fff;
}
#faq .questionsWrapper {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  border-radius: 0 0 0 5px;
  border: 1px solid #000;
}
#faq ul {
  list-style: none;
}
#faq ul li {
  list-style: none;
  margin: 0;
  padding: 5px 10px;
  font-size: 1.2em;
}
#faq ul li a {
  color: #000;
  text-decoration: none;
}
#faq ul li a:hover {
  text-decoration: underline;
}
#simplemodal-overlay {
  background: #000000;
  opacity: 0.75 !important;
}
#pophover {
  width: 500px;
  height: 500px;
  display: none;
  background: #fff;
  border-radius: 5px;
  /*padding: 20px 30px 20px 20px;*/
}
#pophover .header {
  margin-bottom: 15px;
  background: #e5365d;
  font-weight: 400;
  font-size: 2em;
  text-align: left;
  color: #fff;
  padding: 18px 30px 18px 18px;
}
#pophover .content {
  height: 425px;
  overflow-y: auto;
  font-size: 1em;
  line-height: 1.6em;
  margin-bottom: 1.6em;
  color: #555;
  padding: 0 25px 0 0;
}
#pophover .content p {
  width: 380px;
  float: left;
}
#pophover .content img {
  max-width: 70px;
  float: right;
}
#simplemodal-container a.modalCloseImg {
  background: url(../img/close_modal.png);
  background-size: contain;
  width: 25px;
  height: 25px;
  display: inline;
  z-index: 3200;
  position: absolute;
  top: 18px;
  right: 17px;
  cursor: pointer;
}
.countDownWrapper {
  display: table;
  position: absolute;
  top: 60px;
  left: 97px;
  width: 602px;
  height: 200px;
}
.countDownWrapper .countDown {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.countDownWrapper .countDown div {
  display: inline-block;
  margin: 0 15px 1em;
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
  color: #a6243c;
  text-align: center;
}
.countDownWrapper .countDown div span {
  display: block;
  border-top: 1px solid #cecece;
  padding-top: 3px;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
}
.pink {
  color: #E5365D;
}
.blue {
  color: #79a7d2;
}
