body {
	border: 0px;
	margin: 0px;
	background-color: black;
	font-family: arial;
	font-size: 12px;
	color: white;
}


/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
 
	
}

.top {
	clear: both;
	padding: 0px;
	margin: 0px;
	height: 111px;
	background-image: url("../images/background2.png");
	border-bottom-color: white;
	border-bottom-width: 1px;
	border-bottom-style: solid;	
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 0%;
}
.col:first-child { margin-left: 0; }


/*  GROUPING  */
.group:before,
.group:after {
	content:"";
	display:table;
}
.group:after {
	clear:both;
}

.group {
    zoom:1; /* For IE 6/7 */
}				

/*  GRID OF THREE  */
.span_3_of_3 {
	//width: 100%;
	width: 43%;
}
.span_2_of_3 {
	//width: 66.63%;
	width: 40%;
	margin: 0px;
}
.span_1_of_3 {
	//width: 33.26%;
	width: 17%;
}

a
{
	color: #5b8d10;
	text-decoration: none;
}

a:hover
{
	color: #c0f10e;
	text-decoration: underline;
}

small a
{
	color: #5b8d10;
	text-decoration: none;
}

small a:hover
{
	color: #c0f10e;
	text-decoration: underline;
}

#menu .selected a {
	color: #c0f10e;
}

nav {
 float: left;
 padding-top: 70px; 
}

nav ul, nav li {
 margin: 0;
 padding: 0;
}

nav ul li {
 list-style: none;
 float: left;
 padding: 5px;
}

.center {
	margin-top: 20px;
}

.center img
{
	width: 100%;
}

#slogan {
	padding-top: 5px;
	padding-bottom: 15px;
	text-align: center;
	font-size: 15px;
}

#slogan b {
	color: #c0f10e
}

.testo {
	width: 57%;
	padding-left: 10px;
	text-align: justify;
}

.testo p {
	margin-top: 0px;
}

.testo input {
	width: 100%;
}

.testo textarea {
	width: 100%;
}

.green_box {
	border-color: #c0f10e;
	border-style: solid;
	border-width: 1px;
	//width: 60%;
	//margin: 10px;
	padding: 10px;
	/*text-align: left;*/
	background-image: url('../images/A_bn2.png');
	background-repeat: no-repeat;
	background-position: bottom right;
	margin-bottom: 20px;
}

.green_box b {
	color: #c0f10e;
}

.green_box img {
	width: 50px;
	padding: 10px;
}

.elenco_puntato li {
	list-style-type: none;
	padding-left: 10px;
	margin-left: -40px;
	line-height: 20px;
	padding-top: 0px;
	text-align: left;
}

.footer {
	font-size: smaller;
	text-align: center;
	margin-top: 25px;
	padding-top: 25px; 
	padding-bottom: 25px;
	border-top-color: white;
	border-top-style: solid;
	border-top-width: 1px;
	color: gray;
	
}

.domanda {
	color: #5b8d10;
	padding-bottom: 5px;
}

.domanda:hover {
	text-decoration: underline;
	cursor: grab;
	color: #c0f10e;
}

#risposta01, #risposta02, #risposta03, #risposta04, #risposta05, #risposta06, #risposta07, #risposta08 {
	display: none;
	margin-bottom: 10px;
	padding-left: 10px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #5b8d10;
}


.risposta {
	margin-bottom: 10px;
	padding-left: 10px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #5b8d10;
}

.fa-caret-right {
  color: #5b8d10;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col { 
		//margin: 1% 0 1% 0%;
		margin:  0px;
	}
	.span_3_of_3 {
		width: 100%; 
	}
	.span_2_of_3 {
		width: 100%; 
	}
	.span_1_of_3 {
		width: 100%;
	}
	.testo {
		width: 96%;
	}
	nav {
		margin-top: -30px;
		margin-bottom: 30px;
	}
}


@media only screen and (max-device-width: 480px) {
	.col { 
		//margin: 1% 0 1% 0%;
		margin:  0px;
	}
	.span_3_of_3 {
		width: 100%; 
	}
	.span_2_of_3 {
		width: 100%; 
	}
	.span_1_of_3 {
		width: 100%;
	}
	.testo {
		width: 96%;
	}
	#menu {
		//width: 96%;
		font-size: 25px;
	}
	#slogan {
		//width: 96%;
		font-size: 25px;
	}
	.green_box {
		//width: 96%;
		margin-top: 25px;
		background-image: none;
	}
	.green_box img {
		width: 100px;
	}
	nav {
		margin-top: -30px;
		margin-bottom: 30px;
	}
	
	label {
	font-size: 22px;
	}
}

#cookie-notice {

    position: fixed;
    min-width: 100%;
    height: auto;
    z-index: 100000;
    font-size: 12px;
    line-height: 18px;
    left: 0;
    text-align: center;
}


.cookie-notice-container {
    padding: 10px;
}



.cn-bottom {
    bottom: 0;
}



#cookie-notice .button {
    margin-left: 10px;
}



#cookie-notice .button.wp-default {

    font-family: sans-serif;
    line-height: 18px;
    padding: 2px 12px;
    background: linear-gradient(to bottom, #FEFEFE, #F4F4F4) repeat scroll 0 0 #F3F3F3;
    border-color: #BBB;
    color: #333;
    text-shadow: 0 1px 0 #FFF;
    -moz-box-sizing: border-box;
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-style: normal;
    text-decoration: none;
    white-space: nowrap;
    outline: none;
}

