/*highlight*/
::selection {
	background-color: #c2cf00;
	color:white;
}

::-moz-selection {
	background-color: #c2cf00;
	color:white;
}

a {
	color: white;
}


/*link*/
a:link, a:active, a:visited {
	color: rgb(100,100,100);
	font-weight: 400;
	text-decoration: none;
}

.refer:link, .refer:active, .refer:visited {
	color: black;
	text-decoration: none;
}

a:hover {
	color: #c2cf00;
	text-decoration: none;
}

.refer:hover {
	color: #c2cf00;
	text-decoration: none;
}

.last:link, .last:active, .last:visited {
	color: white;
	text-decoration: none;
}

.last:hover {
	color: #c2cf00;
	text-decoration: none;
}


/*blue-box*/
.box {
	background-color: rgb(1,85,148);
	background-image: url('http://partecipa.civiclinks.it/static/img/partecipa2.png');
	background-position: 5% 16%;
	background-repeat: no-repeat;
	font-family: 'Titillium Web', sans-serif;
	margin-bottom: 20px;
	margin-top: 50px;
}

.container-narrow {
     margin: 0 auto;
     max-width: 960px;
     padding-top: 30px;
	 padding-bottom: 30px;
     position: relative;
     width: 80%;
}

.title {
	padding-right: 40px;
}

.title h1 {
	color: white;
	font-weight: 200;
	font-size: 60px;
	line-height: 70px;
	margin-top: 20px;
}

.title h2 {
	color: white;
	font-size: 40px;
	font-weight: 200;
	line-height: 60px;
	margin-top: 30px;
	margin-bottom: 40px;
}

.description {
	background-color: white;
	border: 2px solid #c2cf00;
	margin-bottom: 30px;
	padding: 30px;
	padding-bottom: 20px;
	font-family: 'Roboto Slab', serif;
}

.description p {
	font-size: 15px;
	font-weight: 300;
	line-height: 25px;
}

.topbtn {
	background-color: white;
	border: 2px solid #c2cf00;
	color: black;
	font-weight: 400;
	font-family: 'Roboto Slab', serif;
	font-size: 12px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 5px;
	-webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
    background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#ffffff));
    background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
    background-image: -o-linear-gradient(top, #ffffff, #ffffff);
    background-image: linear-gradient(to bottom, #ffffff, #ffffff);
}

ul {
	list-style-type: none;
}

.icon-li {
	vertical-align: baseline;
}

.divider {
	border-top: 4px solid #c2cf00;
	padding-top: 20px;
}

.span1 {
	margin-bottom: 10px;
	padding-top: 2px;
}

.span11 p {
	color: white;
	font-weight: 200;
	font-size: 18px;
	line-height: 28px;
}


/*sections*/
.header {
	background-color: rgb(1,85,148);
	box-shadow: -2px 2px 5px rgb(140,140,140);
	margin-left: 20px;
	padding: 20px 10px 20px 20px;
	color: white;
}

h4 {
	color: white;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 400;
	font-size: 20px;
}

.content {
	background-color: rgb(240,240,240);
	font-family: 'Roboto Slab', serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 30px;
	margin-top: 60px;
	padding-bottom: 5px;
}

.intro {
	margin: 40px 20px 40px 20px;
}

.morespace {
	margin-top: 60px;
}

.fc:link, .fc:active, .fc:visited {
	color: white;
	text-decoration: none;
}

.fc:hover {
	color: #c2cf00;
	text-decoration: none;
}

.logo {
	height: 50px;
	margin-right: 10px;
	padding-left: 15px;
	opacity:0.3;
		filter:alpha(opacity=30); /* For IE8 and earlier */
}

.internal-box {
	background-color: white;
	border: 2px solid #c2cf00;
	margin-left: 80px;
	margin-right: 80px;
	margin-bottom: 50px;
}

.platform {
	margin: 20px 40px 20px 40px;
	color: rgb(100,100,100);
}

.internal-header {
	margin: 0;
	padding: 0;
	background-color: #c2cf00;
	padding: 5px 40px 5px 40px;
	color: white;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 400;
	font-size: 18px;
}

.fonti {
	padding: 20px 0px 20px 30px;
}

.mybtn {
	background-color: white;
	border: 2px solid #c2cf00;
	color: black;
	font-family: 'Titillium Web', sans-serif;
	font-size: 14px;
	margin: 10px;
	margin-top: 0;
	padding: 10px;
	-webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
    background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#ffffff));
    background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
    background-image: -o-linear-gradient(top, #ffffff, #ffffff);
    background-image: linear-gradient(to bottom, #ffffff, #ffffff);
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  background-color: #ffffff;
  *background-color: #ffffff;
  color: #c2cf00;
}

.anchor:link, .anchor:active, .anchor:visited, .anchor:hover, .anchor:focus {
	color: white;
	text-decoration: none;
}



/*footer*/
.footer {
	background-color: rgb(1,85,148);
	background-image: url('http://partecipa.civiclinks.it/static/img/partecipa.png');
	background-position: 80% 10%;
	background-repeat: no-repeat;
	font-family: 'Titillium Web', sans-serif;
	margin-top: 50px;
	margin-bottom: 50px;
	padding: 20px 20px 0px 20px;
}

.footer h4 {
	color: white;
	font-weight: 200;
	font-size: 20px;
	line-height: 30px;
	padding-right: 40px;
}

.footer h3 {
	color: white;
	line-height: 40px;
	font-weight: 400;
	font-size: 24px;
	text-transform: uppercase;
	padding-right: 40px;
	padding-bottom: 20px;
}

.fondazione {
	margin-right: 30px;
	vertical-align: middle;
	height: 50px;
	padding-bottom: 10px;
}

.presidenza {
	vertical-align: middle;
	height: 80px;
}

.credits {
	margin-left: 0px;
	margin-top: 30px;
}

.credits span {
	color: white;
	font-size: 14px;
	font-weight: 200;
}

.line {
	border-bottom: 4px solid #c2cf00;
	padding-bottom: 20px;
}


@media (max-width: 767px) {
  body {
    padding-right: 0px;
    padding-left: 0px;
  }

  .internal-box {
    margin-right: 0px;
    margin-left: 0px;
  }

  .header {
  	margin-left: 0;
  }

  h4 {
  	font-size: 14px;
  }

  .title h1 {
  	font-size: 50px;
  	line-height: 60px;
  }

  .title h2 {
  	font-size: 30px;
  	line-height: 44px;
  }

  .content {
  	font-size: 15px;
  	line-height: 25px;
  }

  .footer h4 {
  	font-size: 18px;
  	line-height: 28px;
  }

  .footer h3 {
  	font-size: 20px;
  	line-height: 30px;
  }

  .logo {
  	height: 30px;
  }
}