
*
{
   margin:0px;
   padding:0px;
}

html { 
position: relative;
min-height: 100%;
}

body { 
background-color: #ffffff; 
font-family: 'Roboto', sans-serif;
font-size: 14px;
text-align: left;
color:#545454;
background-image: url('../images/sfondo.jpg')
}

.slide {
clear:both;
width:100%;
height:0px;
overflow: hidden;
text-align: center;
transition: height .4s ease;
background: #d9d9d9;
position: absolute;
z-index:9999;
}


#touch {position: absolute; opacity: 0; height: 0px;}    

#touch:checked + .slide {height: 800px;} 

img.centro
{
display:block;
margin:auto;
}

.rwd-video {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}
.rwd-video iframe,
.rwd-video object,
.rwd-video embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}


#capatcha {
margin:auto;
display: block
}

.g-recaptcha{
margin: 15px auto !important;
width: auto !important;
height: auto !important;
text-align: -webkit-center;
text-align: -moz-center;
text-align: -o-center;
text-align: -ms-center;
}


A:HOVER {
color: #233342;
text-decoration : none;
}


A:LINK, A:VISITED, A:ACTIVE {
color: #545454;
text-decoration: none;
}

A.men:LINK, A.men:VISITED, A.men:ACTIVE {
color: #ffffff;
text-decoration: none;
}

A.men:HOVER {
color: #ffffff;
text-decoration : underline;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 17px;
    display: inline-block;
    padding-right:20px;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #003d72;
    border-radius: 100%;
    background: #fff

}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 8px;
    height: 8px;
    background: #003d72;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease
    
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}



[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 17px;
    display: inline-block;
    padding-right:20px;
}
[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #003d72;
    border-radius: 100%;
    background: #fff
}
[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after {
    content: '';
    width: 8px;
    height: 8px;
    background: #003d72;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease
}
[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


A.anc { color: inherit; }


img {border:0px none;}

td img {display: block;}

/* STILI INDISPENSABILI PER IL MENU */


td.MJ_MainMenu

div.MJ_HiddenLink
{
	visibility: hidden;
	position: absolute;
}
div.MJ_VisibleLink
{
	visibility: visible;
	position: absolute;
	width: 270px;
	margin: 0px 0px 0px -15px;

}
a.MJ_VoiceClass, a.MJ_VoiceClass:hover
{
display: block;
position: relative;
font-weight: bold;
text-decoration: none;
padding: 5px 5px 5px 5px;
}
a.MJ_VoiceClass
{
color: #FFFFFF;
}
a.MJ_VoiceClass:hover
{
color: #223342;
}
a.MJ_LinkClass, a.MJ_LinkClass:hover
{
display: block;
position: relative;
text-decoration: none;
padding: 5px 0px 5px 5px;
font-family: 'Open Sans', sans-serif;
color: #c0c0c0;
font-weight: 400;
font-size: 16px;
margin-left:20px;
z-index:1000;

	
}
a.MJ_LinkClass
{
background: #223342;
}
a.MJ_LinkClass:hover
{
background: #ffffff;
color:#223342;
}