/*====###  Layout  ##====*/

.boxed-layout {margin:auto; background-image: url("img/img_back_2.jpg");}
	.boxed-layout #pagewrap {background: #fff; max-width: 900px; margin:auto; height:100%; box-shadow: 0 0 25px 3px rgba(0, 0, 0, .1);}


/*====###  Margini  ###====*/
	
.margin-top-20{
	margin-top:20px;
}
.margin-top-30{
	margin-top: 30px;
}
.margin-top-50{
	margin-top:50px;
}
.margin-top-80{
	margin-top:80px;
}
.margin-bot-20{
	margin-bottom:20px;
}
.margin-bot-30{
	margin-bottom: 30px;
}
.margin-bot-50{
	margin-bottom: 50px;
}
.margin-bot-80{
	margin-bottom: 80px;
}


/*====###  Lista  ###====*/

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

li {
  float: left;
}

.row{
	margin: auto;
	padding-top: 100px;
}


/*====### Logo  ###====*/


.logo{
	margin: auto;
	padding-top: 150px;
	padding-bottom:80px;
	max-width: 400px;
	text-align: center;
}

.immagine_logo{
	width: 80%;
}


/*====### Titoli ###====*/


.titolo {
    font-size: 40px;
    font-family: 'Squada One', cursive;
    color: #eb6037;
}

.sottotitolo{
    font-size: 18px;
}



.testo {
    color: #184854;
    margin-top: 30px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    line-height: 28px;
}

.link {
    color: #eb6037;
    text-decoration: none;
}
    .link:hover {
        color: #ff8921;
        text-decoration: none;
    }

.divisione{
	margin: auto;
	max-width: 500px;
}

.divisione_sup{
	width: 400px;
	max-width: 500px;
	margin: auto;
}

.bordo-ombra{
	box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
}


/*====### Social ###====*/


.social{
	text-align: center;
	margin:auto;
	max-width: 350px;
}

.social_list{
	list-style: none;
}

.social-ico{
	max-width: 40px;
	transition-duration: 0.5s;
}



