@charset "utf-8";
html, body {
  height: 100%;
}
body, p, ul, ol, li, form, input, label, button, h1, h2, h3{
	margin: 0px;
	padding: 0px;
}
body{
	background-color: #FFF;
	background-image: url(../img/pattern.png);
	background-attachment:fixed;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}
#container {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -80px; /*come altezza footer*/
}
.col-md-12 {
	padding-left: 0px;
	padding-right: 0px;
}
.row-no-margin {
	margin-left: 0px;
	margin-right: 0px;
}
#titolo {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	padding-bottom: 10px;
	padding-top: 10px;
	background-color: rgba(53,126,189,0.7);
}

#titolo h1{
	text-align: center;
	font-size: 28px;
	text-shadow: 0px 0px 4px #333;
	font-weight: 600;
	letter-spacing: 1px;
	margin-left: 0;
}
#titolo h1 a:link, #titolo h1 a:visited{
	color: #FFFFFF;
	text-decoration: none;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
#titolo h1 a:hover{
	opacity: 0.8;
}
#topbar{
	float: right;
	width: 300px;
	height: 31px;
	margin-top: -31px;
	margin-right: 20px;
	overflow: hidden;
}
#topbar ul{
	list-style-type: none;
}
#topbar ul li a:link, #topbar ul li a:visited{
	display: block;
	float: right;
	font-size:17px;
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
#topbar ul li a:hover{
	text-decoration: none;
	text-shadow: 0 0 5px #1F1F1F;
}

#info-text{
	width: 980px;
	margin-top: 20px;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
}

#info-text p{
	margin-bottom: 10px;
	line-height: 170%;
}
#info-text h1{
	font-size: 28px;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left:-25px;
}
#info-text h2{
	font-size: 22px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #357ebd;
	margin-left:-10px;
}
#info-text ul{
	margin-left: 40px;
}

img.cesenatico{
	margin-bottom: 100px;
}

#footer, #push {
    height: 80px;
    clear: both;
}
#footer {
	background-color: rgba(51, 51, 51, 0.9);
	text-align: center;
	color: #FFF;
	font-size: 14px;
	padding-top: 30px;
}
#footer a:link, #footer a:visited {
	color: #64b7ff;
	text-decoration: none;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
#footer a:hover {
	color: #FFF;
}

@media (max-width: 980px){
	#info-text{
		width: 100%;
		padding-left:30px;
		padding-right: 30px;
	}
	#info-text h1{
		margin-left: -15px;
		text-align: left;
	}
}