html, body {
	margin:0;
	padding:0;
	height:100%;
	width:100%;
	border:0;
}
A:link {
	TEXT-DECORATION: none;
	color: none;
}
A:visited {
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
}
.borditondi {
		border-radius: 25px;
	-moz-border-radius: 25px; /* firefox */  
	-webkit-border-radius: 25px; /* safari, chrome */
}
@media (max-width: 1025px) {  
    .togliicona	
    {
	border-radius: 25px;
	-moz-border-radius: 25px; /* firefox */  
	-webkit-border-radius: 25px; /* safari, chrome */    
	display:none !important;
	}
}

@media (max-width: 1025px) {  
    .togli
    {    display:none !important;}
}
@media (max-width: 1920px) {  
    .togli1920
    {    display:none !important;}
}
@media (max-width: 468px) {  
    .togli468
    {    display:none !important;}
}
@media (max-width: 736px) {  
    .togliscritta
    {    display:none !important;
	font-family: "Arial Narrow";
	font-size: 3em;
	color: #4B6006;
	text-decoration: none;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	letter-spacing: 3px;
	font-variant: small-caps;}
	
}
@media only screen and (min-width: 239px) and (max-width: 1025px) {  
    .responsive
    {width: 99%;
	height:auto;float: center}
	}
@media only screen and (min-width: 239px) and (max-width: 1025px) {  
    .responsivemodulo
    {width: 90%;
	height:auto;float: center}
	}
	
}
@media only screen and (min-width: 239px) and (max-width: 736px) {  
    .responsivetags
    {width: 100%;
	height: auto;}
	
}
@media only screen and (min-width: 239px) and (max-width: 736px) {  
    .responsiveads
    {width: 100%;
	height: auto;}
	
}
@media only screen and (min-width: 239px) and (max-width: 736px) {  
    .responsivecentro
    {display: block;
    margin-left: auto;
    margin-right: auto;
    width: auto;
	height: auto;}
	
}
input::-webkit-input-placeholder {
    color: #ffffff;
}
input:focus::-webkit-input-placeholder {
    color: #ffffff;
}

/* Firefox < 19 */
input:-moz-placeholder {
    color: #ffffff;
}
input:focus:-moz-placeholder {
    color: #ffffff;
}

/* Firefox > 19 */
input::-moz-placeholder {
    color: #ffffff;
}
input:focus::-moz-placeholder {
    color: #ffffff;
}

/* Internet Explorer 10 */
input:-ms-input-placeholder {
    color: #ffffff;
}
input:focus:-ms-input-placeholder {
    color: #ffffff;
}
.titolo {
	border-radius: 5px;
	-moz-border-radius: 5px; /* firefox */  
	-webkit-border-radius: 5px; /* safari, chrome */
	font-family: "Agency FB";
	background: -webkit-linear-gradient(#000000, #000000);
	-webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 1px 1px 0px #006EAC;
	font-size: 2em;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
}
img {
    vertical-align: middle;
}

a{
	text-decoration:none;
}

ul li{ 
	list-style:none;
}
/* -----------------contenitore e contenuto ------------------ */

.contenitore .contenuto{
	max-width:1200px;
	margin:auto;
	padding: 70px 10px;
}

.contenitore .contenuto a{
	color:#000000;
	text-decoration: underline;
	font-weight: bold;
}

.contenitore .contenuto a:hover{
	color:#FF0000;
}

/* -----------------Menu nella versione mobile-----------------*/

.active{
	color:#FFFFFF/* primary super-lightcolor*/;
	background-color: #000000;
}
	
.active-dropdown{
	color:#FFFFFF /* primary super-lightcolor*/;
	background-color:#B3453E/* primary lightcolor*/;
}

nav{
	height:100%;
	background-color:rgba(0, 0, 0, 0.9);/* primary lightcolor* /* sfondo menu mobile*/
	background-color: rgba(0, 0, 0, 0.9);
	position:fixed;
	width:100%;
	margin-top:74px;
	visibility:hidden;
	overflow:auto;/* permette lo scroll quando il menu è aperto*/
	color: #000000;
	font-family: "Arial Narrow";
	font-size: 18px;
	font-weight: normal;
	font-variant: small-caps;
	   
}

nav ul{
	padding-bottom:44px;
}

nav ul li a {
	padding: 16px 0 16px 32px;
	display:block;
	color:#ffffff;
	font-size:24px;
	transition: background-color 0.3s ease;
}

nav ul li ul {
	padding-left:0; 
	padding-bottom:0;
}

nav ul li ul li a {
	font-size:24px;
	padding:10px 0 10px 55px;
	border:hidden; 
}
/* ----------------- div bar per l'attivazione del menu ------------------ */

#bar{
	background-color: #000000;
	height:74px;
	width:100%;
	z-index:2;
	position:fixed;
	box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.4);
	color: #FFFFFF;
}

#bar #logo{
	float:right;
	margin-right:32px;
}

/* ----------------- Animazione ------------------ */

#animazione {
  display: none;
}

.menuicon {
 	position:fixed;
	height:54px;
	width:54px;
	margin-left:5px;
	z-index:3;
}

.menuicon  span {
    display: block;
    top: 25px;
    width: 40px;
    height:3px;
    left:8px;
    background-color: #fff;
    position: relative;
	border-radius:20px;
    transition-duration: 0;  
    transition-delay: .1s;
}
    
.menuicon  span::after, .menuicon  span::before {
    display: block;
    content: '';
    position: absolute;
    width: 40px;
    height:3px;
    background-color: #fff;
	border-radius:20px;
    transition-duration: .1s;
	-webkit-transition-delay: .1s, 0;
    transition-delay: .1s, 0;
}
.menuicon  span::before {
      margin-top: -10px;
}
.menuicon  span::after {
      margin-top: 10px;
}

#animazione:checked ~ .menuicon span{
    background-color: rgba(0,0,0,0);
}
    
#animazione:checked ~ .menuicon span::before {
      margin-top: 0px;
      -webkit-transition-delay: 0, .3s;
      -moz-transition-delay: 0, .3s;
      -ms-transition-delay: 0,.3s;
      -o-transition-delay: 0, .3s;
      transition-delay: 0, .3s;
}
	
#animazione:checked ~ .menuicon span::after {
      margin-top: 0px;
      -webkit-transition-delay: 0, .3s;
      -moz-transition-delay: 0, .3s;
      -ms-transition-delay: 0,.3s;
      -o-transition-delay: 0, .3s;
      transition-delay: 0, .3s;
}

#animazione:checked ~ .menuicon span::before {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
}

#animazione:checked ~ .menuicon span::after {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
}

/* ----------------- menu animation faccio apparire il menu ------------------ */

#animazione:checked ~ .menu-visibility {
	visibility:visible;
}

/* -----------------media per menu orizzontale ------------------ */

@media screen and (min-width: 980px){
	
.menuicon{
	display:none; /* togliere icona animazione icon */
}
	
#bar #logo{
	float:left;
	margin-left:122px;
}

nav{
	z-index:3;
	margin-top:5px;
	height:auto;
	background-color:transparent;
	transition:none;
	width:auto;
	float:right;
	right:250px;
	visibility:visible;
	font-family:'Arial Narrow', serif;
	overflow:inherit;
}

.active{
	background-color:transparent;
	color:# /*colore del link della pagina selezionata */;
}
	
.active-dropdown{
	color:#fff;
	background-color:#B3453E/* colori sotto menu*/;
}

nav ul{
	padding:0;
}
	
nav ul li a {
	padding:0;
	display:inline;
	font-size:24px;
	color: #fff;
}

nav ul li a:hover {
	background-color:transparent;
	color:#D96F04 /* primary super-lightcolor*/;
}
	
nav ul li {	
	margin:0;
	float:left;
	position:relative;
	padding:0 16px;
}

	
/* ----------------- dropdown - attivare il menu a tendina ------------------ */
	
nav ul li ul { 
	position:fixed;
	height:0;
	overflow:hidden;
	background-color: #A24038 /* primary color*/
}
	
nav ul li:hover ul{
	height:auto;
	padding-top: 14px;
	position: absolute;
    right: 0;	
}

nav ul li ul li {
	font-size: 14px;
	font-weight: normal;
	float:none;
	padding:0;
	min-width: 160px;
	border-top: 1px solid #B3453E/* primary lightcolor*/;
}

nav ul li ul li a {
	padding: 16px 32px;
	display: block;
	background-color: #A24038/* primary color*/;
	color: #ffffff;
	font-weight: normal;
}

nav ul li ul li a:hover {
	background-color:#B3453E/* primary lightcolor*/;
	color:#31487a /* primary super-lightcolor*/;
}
}
.borditondiconvelo{
	border-radius:25px;
-moz-border-radius:25px;-webkit-border-radius:25px;	font-family:"Agency FB";
	font-size:26px;
	color:#000000;
	border:thin outset #FFFFFF;
	float:center;
	padding-right:35px;
	padding-top:15px;
	padding-bottom:15px;
	padding-left:35px;
	background-color: #D96F04;
}.borditondiconvelo:hover{filter:alpha(opacity=80);-moz-opacity:.8;opacity:.8;background-color:#FC9D3F}

.borditondiconvelo1{
	border-radius:110px;
-moz-border-radius:110px;-webkit-border-radius:110px;	border:8px inset #D96F04;
	float:center;
	font-family: "Arial Narrow";
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	font-variant: small-caps;
}.borditondiconvelo1:hover{filter:alpha(opacity=80);-moz-opacity:.8;opacity:.8;background-color:#FFFFFF; border:8px inset #FFCC00;}

.borditondiconvelo2{
	border-radius:25px;
-moz-border-radius:25px;-webkit-border-radius:25px;	border:8px inset #D96F04;
	float:center;
	font-family: "Arial Narrow";
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	font-variant: small-caps;
}.borditondiconvelo1:hover{filter:alpha(opacity=80);-moz-opacity:.8;opacity:.8;background-color:#FFFFFF; border:8px inset #FFCC00;}

.borditondiconveloeffettitango{border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;font-family:"Arial Narrow";font-size:1.3em;color:#666666;border:thin outset #000000;float:center;padding-right:45px;padding-top:25px;padding-bottom:25px;padding-left:45px}.borditondiconveloeffettitango:hover{filter:alpha(opacity=80);-moz-opacity:.8;opacity:.8;background-color:#D8F0F5}

.sfondo {
	background-image: url(../images/scuola-tango-lamezia-terme01.jpg);
	height: 430px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
}
.titolo {
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
	font-family: "Arial Narrow";
	font-size: 1.3em;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFFFFF;
}
.testodescrizione {
	font-family: "Arial Narrow";
	font-size: 1.25em;
	color: #000000;
	font-variant: normal;
	font-weight: lighter;
}

.titolone {
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
	font-family: "Agency FB";
	font-size: 3.2em;
	font-weight: bold;
	font-variant: small-caps;
	color: #000000;
}
.titolonebianco {

	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
	font-family: "Agency FB";
	font-size: 2.2em;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
}
.testodescrizionecorsi {

	font-family: "Agency FB";
	font-size: 26px;
	color: #000000;
	font-variant: normal;
	font-weight: lighter;
}
.testodescrizionenero {
	font-family: "Arial Narrow";
	font-size: 1.2em;
	color: #000000;
	font-variant: normal;
	font-weight: lighter;
}
.testiinizialemaiuscolo{font-family:"Arial Narrow";font-size:2em;font-weight:normal;color:#FF7451}.testoevento {
font-family:"Agency FB";font-size:1.2em;font-weight:normal;color:#FF7451
}
.testoeventoindirizzo {

font-family:"Agency FB";font-size:1.2em;font-weight:normal;color:#999999
}
.dettagliomilongacampo {
font-family:"Agency FB";font-size:1.5em;font-weight:bold;color:#999999
}
.dettagliomilongacampo1 {

font-family:"Agency FB";font-size:1.5em;font-weight:normal;color:#666666
}
.testoeventoindirizzonero {


font-family:"Agency FB";font-size:1.2em;font-weight:normal;color:#000000
}
.testodescrizioni {
	font-family: "Arial Narrow";
	color: #535353;
	font-size: 20px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: normal;
}
.testodescrizionigrassetto {
	font-family: "Arial Narrow";
	color: #000000;
	font-size: 20px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
}
.testodescrizionicorsivo {
	font-family: "Arial Narrow";
	color: #000000;
	font-size: 20px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: lighter;
	font-style: italic;
}
.testodescrizionilink {
	font-family: "Arial Narrow";
	color: #FF6600;
	font-size: 20px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: normal;
	font-style: normal;
}
.testopillole {
	font-family: "Arial Narrow";
	font-size: 1.25em;
	color: #FFFFFF;
	font-variant: normal;
	font-weight: lighter;
	padding-left: 10px;
}
