﻿.rd-navbar-center { position: fixed; left: 0; right: 0; top: 16px; text-align: center; font-weight: bold; color: black; z-index: 16; }
  
.logo-mobile { width: 100%; }
  
@media (min-width: 1200px) {
    .logo-mobile { display: none; }
    .rd-navbar-center { display: none; }
}

@media (max-width: 1200px) {
    .logo { display: none !important; }
}

.ricerca { width: 190px; }

@media (max-width: 480px) {
    .ricerca { width: 260px; margin: 0 auto; }
}

.swiper-slide { display: table; }
    .swiper-slide .shell { display: table-cell; vertical-align: middle; }
        .swiper-slide .shell .range { margin-top: 20px; margin-bottom:20px; }
			.swiper-slide .shell .range h1 { font-size: 5vw; color: #c4162f; }
			.swiper-slide .shell .range h2 { font-size: 3vw; color: #c4162f; }

.g-recaptcha { text-align: center; }
    .g-recaptcha div { display: inline-block; }

tr.arc_tit th { border: solid 1px #000000; padding: 0px 4px 0px 4px; }
tr.arc_rig td { border: solid 1px #000000; padding: 0px 4px 0px 4px; }
tr.arc_rig_alt td { border: solid 1px #000000; padding: 0px 4px 0px 4px; }

.div-elenco { position: relative; }
.div-timbro-elenco { position: absolute; top: 10px; left: 0px; right: 0px; text-align: center; }
.timbro-elenco { color: white; background: #ffa200; padding: 5px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }

.div-test { height: 100%; }
    .div-test input { vertical-align: text-bottom; margin-right: 8px; }
