@charset "utf-8";
/* CSS Document */

html, body{
	font-family: 'Arimo', sans-serif;
}
h1,h2{
	font-weight:bold;
}
h3{
	line-height:35px;
}
p {
    font-size: 18px;
    line-height: 25px;
}
li {
    font-size: 18px;
    line-height: 30px;
}
a:hover, a:focus {
    color: #23527c;
    text-decoration: none;
}
.space{
	height:40px;
}
.red{
	background-color:#AF1F25;
	color:#fff;
	text-align:center;
}
.red-opacity{
	background-color:rgba(175,31,37,0.8);
	color:#fff;
}
.gold{
	background-color:#CDBA80;
	color:#252525;
}
.divider-red{
	height:2px;
	background-color:#AF1F25;
}
.no-margin-top{
	margin-top:0;
}

.btn-ese {
    background-color: #CDBA80;
    padding: 20px;
    width: 250px;
    margin-left: auto;
    font-size: 20px;
    font-weight: bold;
    margin-right: auto;
	color: #fff;
	line-height:25px;
  border-bottom: 5px solid #AC9654;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
	text-align:center;
}
.btn-ese:hover{
	text-decoration:none;
		 background-color: #AC9654;
	  border-bottom: 5px solid #8D7632;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.info-box-corsi{
	    border: 5px solid #AF1F25;
    padding: 20px;
    width: 250px;
    margin-left: auto;
    font-size: 18px;
    font-weight: bold;
    margin-right: auto;
    color: #000;
    text-align: center;
    line-height: 24px;
}
.info-box-corsi .glyphicon {
	color: #af1f25;
    font-size: 2em;
}
.btn-contatti{
	    background-color: #AF1F25;
    color: #ffffff;
    width: 480px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 20px;
    font-size: 20px;
    font-weight: bold;
	border-bottom: 5px solid #8E080F;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;

}
.btn-contatti:hover{
	    border-bottom: 5px solid #650005;
    transition: box-shadow 0.3s ease-in-out;
    background-color: #8E080F;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;

}

#back-to-top {
    
        background-color: #af1f25;
   
    border: 1px solid #fff;
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: block;
    padding: 10px 14px;
    border-radius: 0%;
	
}
.visible-850{
	display:none;
}
.hidden-850{
	display:block;
}
@media only screen and (max-width:850px){
	.visible-850{
	display:block;
}
.hidden-850{
	display:none;
}
}