content-wrapper
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);

@font-face {
    font-family: 'bpmenu';
    src:url('../fonts/bpmenu/bpmenu.eot');
    src:url('../fonts/bpmenu/bpmenu.eot?#iefix') format('embedded-opentype'),
        url('../fonts/bpmenu/bpmenu.woff') format('woff'),
        url('../fonts/bpmenu/bpmenu.ttf') format('truetype'),
        url('../fonts/bpmenu/bpmenu.svg#bpmenu') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'fontawesome';
	src:url('../fonts/fontawesome/fontawesome.eot?-e43dk9');
	src:url('../fonts/fontawesome/fontawesome.eot?#iefix-e43dk9') format('embedded-opentype'),
		url('../fonts/fontawesome/fontawesome.woff?-e43dk9') format('woff'),
		url('../fonts/fontawesome/fontawesome.ttf?-e43dk9') format('truetype'),
		url('../fonts/fontawesome/fontawesome.svg?-e43dk9#fontawesome') format('svg');
	font-weight: normal;
	font-style: normal;
}

body 
{
    font-family: 'Century Gothic', Calibri, Arial, sans-serif;
    min-height: 900px;
	margin:0px auto;
}

a 
{
	color: #70c2b7;
	text-decoration: none;
}

#footer
 {
	width:100%;
	height: 50px;
	position:relative;
	background-color: #ffffff;
	color: white;
	text-align: center;
 }
 
 #footer p
 {
	color: #000000;
	padding-top:15px;
 }
	
 
 #percorso_wrapper
 {
	width:100%;
	height: auto;
	position: relative;
	margin-top: 16px;
	margin-bottom:16px;
 }
 
 #percorso
 {
	width: 50%; 
	position: relative;
	margin-left: 3em;
	color: gray;
	font-size:12pt;
 }
 
	 #percorso a
	 {
		color: #47a3da;
		font-size:12pt;
	 }
 
.content-wrapper
{
	width:100%;
	height:auto;
	position:relative;
	background-color: #ffffff;	
}

	.content
	{
		width: 60%;
		height:auto;
		position:relative;
		background-color: Transparent;
		margin: 0px auto;
		padding-bottom: 20px;
		text-align: justify;
	}
	
			.content img
			{
				width: 100%;
				position:relative;
			}

	.textbox 
	{ 
		border: 1px solid #c4c4c4; 
		height: 30px; 
		width: 100%; 
		font-size: 13px; 
		padding: 4px 4px 4px 4px; 
		border-radius: 4px; 
		-moz-border-radius: 4px; 
		-webkit-border-radius: 4px; 
		box-shadow: 0px 0px 8px #d9d9d9; 
		-moz-box-shadow: 0px 0px 8px #d9d9d9; 
		-webkit-box-shadow: 0px 0px 8px #d9d9d9; 
		position:relative;
		margin-bottom:10px;
	} 
 
	.textbox:focus 
	{ 
		outline: none; 
		border: 1px solid #7bc1f7; 
		box-shadow: 0px 0px 8px #7bc1f7; 
		-moz-box-shadow: 0px 0px 8px #7bc1f7; 
		-webkit-box-shadow: 0px 0px 8px #7bc1f7; 
	} 
	
	.button
	{
		border:0px;
		height: 30px;
		width: 100%; 
		position:relative;
		margin-top:10px;
	}

.common_image
{
	border:10px solid white;
}
/*-------------------------------------------------------------------------------HEADER-------------------------------------------------------------------------------*/

#header
{
	width:100%;
	height: 170px;
	position:relative;
	background-color: white;
}

	#logo
	{
		display: flex;
 		justify-content: center;
		margin-top: 20px;
		height: auto;
	}
	
		#logo img
		{
			width: 136px;
			height: 150px;
		}


#sociallink
{
	float:right;
	position:relative;
	display: inline;
}

#sociallink img
{
	margin-right: 33px;
	margin-top: 33px;
	border:0px;
	opacity: 0.3;
	filter: alpha(opacity=30);
 	-webkit-transition: opacity 2s linear;
}

#sociallink img:hover
{
	opacity: 1;
	filter: alpha(opacity=100);
 	-webkit-transition: opacity 2s linear;
}

@media screen and (max-width: 32em) {
#sociallink
{
	display:none;
}
}

/*-------------------------------------------------------------------------------MENU-------------------------------------------------------------------------------*/
 
.hsmenu-wrapper {
    position: relative;
	display: flex;
    justify-content: center;
	z-index:900;
}
 
.hsmenu-wrapper ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
}
 
.hsinner {
    background: #ffffff;
    position: relative;
    z-index: 100;
}
 
.hsmenu-wrapper .hsmenu {
    width: 100%;
    max-width: 62em;
    margin: 0 auto;
    padding: 0 1.875em;
}
 
.hsmenu > li {
	font-family: 'Gill Sans', Calibri, Arial, sans-serif;
    margin-left: 3em;
    display: inline-block;
}
 
.hsmenu > li:first-child {
    margin-left: 0;
}
 
.hsmenu > li > a {
    color: #000000;
    font-size: 1.2em;
    line-height: 3em;
    display: inline-block;
    position: relative;
    z-index: 900;
    outline: none;
}
 
.no-touch .hsmenu > li > a:hover,
.no-touch .hsmenu > li > a:focus,
.hsmenu > li.hsitem-open > a {
    color: #02639d;
}
 
.hsmenu > li > a:not(:only-child):before {
    display: inline-block;
    font-family: 'bpmenu';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\f107";
    font-size: 80%;
    margin-right: 0.3em;
    opacity: 0.4;
    vertical-align: middle;
}
 
.hsmenu > li.hsitem-open > a:not(:only-child):before {
    content: "\f106";
}
 
.hsmenu > li.hsitem-open > a:after {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-top-color: #47a3da;
    border-width: 10px;
    left: 50%;
    margin-left: -10px;
}
 
.hssubmenu {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 0;
    text-align: center;
    visibility: hidden;
}
 
.hssubmenu:before,
.hssubmenu:after {
    content: " ";
    display: table;
}
.hssubmenu:after {
    clear: both;
}
 
.hssubmenu > li {
    width: 16.2%;
    display: inline-block;
    vertical-align: top;
    box-shadow: -28px 0 0 -27px #ddd, 0 -28px 0 -27px #ddd;
    opacity: 0;
    -webkit-transition: opacity 0.1s 0s;
    -moz-transition: opacity 0.1s 0s;
    transition: opacity 0.1s 0s;
}
 
.hssubmenu > li:nth-child(-n+6) {
    box-shadow: -28px 0 0 -27px #ddd;
}
 
.hssubmenu > li:nth-child(6n+1) {
    box-shadow:  0 -28px 0 -27px #ddd;
}
 
.hssubmenu > li:first-child {
    box-shadow: none;
}
 
.hssubmenu > li a {
    display: block;
    text-align: center;
    color: #a2a2a2;
    outline: none;
    padding: 2em 1em 1em 1em;
}
 
.no-touch .hssubmenu > li a:hover,
.no-touch .hssubmenu > li a:focus {
    color: #888;
}
 
.hssubmenu > li a img {
    border: none;
    outline: none;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
 
.no-touch .hssubmenu > li a:hover img {
    opacity: 0.5;
}
 
.hssubmenu > li a span {
    display: block;
    min-height: 3em;
    margin-top: 0.4em;
}
 
.hsmenu > li.hsitem-open .hssubmenu {
    z-index: 900;
    visibility: visible;
}
 
.hsmenu > li.hsitem-open .hssubmenu > li {
    opacity: 1;
    -webkit-transition: opacity 0.5s 0.1s;
    -moz-transition: opacity 0.5s 0.1s;
    transition: opacity 0.5s 0.1s;
}
 
.hsmenubg {
    background: #f7f7f7;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    z-index: 0;
    height: 0px;
	opacity:0.96;
	filter:alpha(opacity=96);
}
 
.no-touch .hsmenubg {
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
}
 

 
@media screen and (max-width: 72.5em){
    .hsmenu-wrapper {
        font-size: 100%;
    }
 
    .hsmenu-wrapper .hsmenu {
        padding: 0;
        max-width: none;
        width: 100%;
    }
 
    .hsmenu > li {
        border-top: 1px solid rgba(255,255,255,0.5);
        text-align: center;
        margin: 0 auto;
        display: block;
    }
 
    .hsmenu > li:first-child {
        border-top: none;
    }
 
    .hsmenu > li > a {
        display: block;
    }
 
    .hsmenu > li > a:not(:only-child):before {
        line-height: 1.8;
        right: 0;
        position: absolute;
        font-size: 200%;
    }
 
    .hsmenubg {
        display: none;
    }
 
    .hssubmenu {
        background: #f7f7f7;
        position: relative;
        overflow: hidden;
        height: 0;
    }
 
    .hsmenu > li.hsitem-open .hssubmenu {
        height: auto;
    }
 
    .hssubmenu > li {
        width: 30%;
    }
 
    .hssubmenu > li:nth-child(-n+6),
    .hssubmenu > li:nth-child(6n+1) {
        box-shadow: -28px 0 0 -27px #ddd, 0 -28px 0 -27px #ddd;
    }
 
    .hssubmenu > li:nth-child(-n+3) {
        box-shadow: -28px 0 0 -27px #ddd;
    }
 
    .hssubmenu > li:nth-child(3n+1) {
        box-shadow:  0 -28px 0 -27px #ddd;
    }
 
}
 
@media screen and (max-width: 25em){

    .hssubmenu > li {
        width: 100%;
        display: block;
    }
 
    .hsmenu-wrapper .hssubmenu > li {
        box-shadow: 0 1px #cecece;
        text-align: left;
    }
 
    .hssubmenu > li a {
        text-align: left;
        line-height: 50px;
        padding: 0.4em 1em;
    }
 
    .hssubmenu > li a img {
        float: left;
        max-height: 50px;
    }
 
    .hssubmenu > li a span {
        min-height: 0;
        margin: 0;
    }
}

/*-------------------------------------------------------------------------------SLIDER-------------------------------------------------------------------------------*/

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

.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;
  }
  
 /*-------------------------------------------------------------------------------SCROLLER DI CONTENUTI-------------------------------------------------------------------------------*/

 .ScrollerContainer
 {
	background-color:#ffffff;
	margin-top: 0px;
	padding-top: 10px;
 }
 
 .cbp-so-scroller {
	padding-top: 0px;
	overflow: hidden;
	margin: 0px auto;
}

.cbp-so-section {
	margin-bottom: 0px;
}

/* Clear floats of children */
.cbp-so-section:before,
.cbp-so-section:after {
	content: " ";
	display: table;
}

.cbp-so-section:after {
	clear: both;
}

/* Text styling */
.cbp-so-section h2 {
	font-size: 5em;
	font-weight: 300;
	line-height: 1;
	margin-top: 0px;
	position:relative;
}

.cbp-so-section p {
	font-size: 2em;
	font-weight: 300;
}

/* Sides */
.cbp-so-side {
	width: 50%;
	float: left;
	margin: 0;
	padding: 3em 4%;
	overflow: hidden;
	min-height: 12em;
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	-moz-transition: -moz-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
}

/* Clear floats of children */
.cbp-so-side:before,
.cbp-so-side:after {
	content: " ";
	display: table;
}

.cbp-so-side:after {
	clear: both;
}

.cbp-so-side-right {
	text-align: left;
}

.cbp-so-side-left {
	text-align: right;
}

.cbp-so-side-right img {
	float: left;
}

.cbp-so-side-left img {
	float: right;
}

/* Initial state (hidden or anything else) */
.cbp-so-init .cbp-so-side {
	opacity: 0;
}

.cbp-so-init .cbp-so-side-left {
	-webkit-transform: translateX(-80px);
	-moz-transform: translateX(-80px);
	transform: translateX(-80px);
}

.cbp-so-init .cbp-so-side-right {
	-webkit-transform: translateX(80px);
	-moz-transform: translateX(80px);
	transform: translateX(80px);
}

/* Animated state */
/* add you final states (transition) or your effects (animations) for each side */
.cbp-so-section.cbp-so-animate .cbp-so-side-left,
.cbp-so-section.cbp-so-animate .cbp-so-side-right {
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
	opacity: 1;
}


@media screen and (max-width: 73.5em) {
	.cbp-so-scroller {
		font-size: 65%;
	}

	.cbp-so-section h2 {
		margin: 0;
	}

	.cbp-so-side img {
		max-width: 120%;
	}
}

@media screen and (max-width: 41.125em) {
	.cbp-so-side {
		float: none;
		width: 100%;
	}

	.cbp-so-side img {
		max-width: 100%;
	}
}

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html { font-size: 100%; padding: 0; margin: 0;}
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

 /*-------------------------------------------------------------------------------TABS e BLOCCHI INFORMATIVI-------------------------------------------------------------------------------*/

@font-face {
    font-family: 'icomoon';
    src:url('../fonts/icomoon/icomoon.eot?pvm5gj');
    src:url('../fonts/icomoon/icomoon.eot?#iefixpvm5gj') format('embedded-opentype'),
        url('../fonts/icomoon/icomoon.woff?pvm5gj') format('woff'),
        url('../fonts/icomoon/icomoon.ttf?pvm5gj') format('truetype'),
        url('../fonts/icomoon/icomoon.svg?pvm5gj#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
} /* Icons created with icomoon.io/app */
 
.tabs {
    position: relative;
    width: 100%;
    overflow: hidden;
    font-weight: 300;
}
 
/* Nav */
.tabs nav {
    text-align: center;
}
 
.tabs nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}
 
.tabs nav ul li {
    border: 1px solid #becbd2;
    border-bottom: none;
    margin-top: 50px;
    display: block;
    float: left;
    position: relative;
}
 
.tabs nav li.tab-current {
    border: 1px solid #47a3da;
    border-bottom: none;
    z-index: 100;
}
 
.tabs nav li.tab-current:before,
.tabs nav li.tab-current:after {
    content: '';
    position: absolute;
    height: 1px;
    right: 100%;
    bottom: 0;
    width: 1000px;
    background: #47a3da;
}
 
.tabs nav li.tab-current:after {
    right: auto;
    left: 100%;
    width: 4000px;
}
 
.tabs nav a {
    color: #becbd2;
    display: block;
    font-size: 1.45em;
    line-height: 2.5;
    padding: 0 1.25em;
    white-space: nowrap;
}
 
.tabs nav a:hover {
    color: #768e9d;
}
 
.tabs nav li.tab-current a {
    color: #47a3da;
}

/* Content */
.content section {
    font-size: 1.25em;
    padding: 3em 1em;
    display: none;
    max-width: 1230px;
    margin: 0 auto;
}
 
.content section:before,
.content section:after {
    content: '';
    display: table;
}
 
.content section:after {
    clear: both;
}
  
/* Fallback example */
.no-js .content section {
    display: block;
    padding-bottom: 2em;
    border-bottom: 1px solid #47a3da;
}
 
.content section.content-current {
    display: block;
}
 
.mediabox {
    float: left;
    width: 33%;
    padding: 0 25px;
}
 
.mediabox img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
 
.mediabox h3 {
    margin: 0.75em 0 0.5em;
}
 
.mediabox p {
    padding: 0 0 1em 0;
    margin: 0;
    line-height: 1.3;
}

.mediabox_2col {
    float: left;
    width: 50%;
    padding: 0 25px;
}

	.mediabox_2col img {
		max-width: 100%;
		display: block;
		margin: 0 auto;
	}
	 
	.mediabox_2col h3 {
		margin: 0.75em 0 0.5em;
	}
	 
	.mediabox_2col p {
		padding: 0 0 1em 0;
		margin: 0;
		line-height: 1.3;
	}

/* Example media} queries */
 
 
@media screen and (min-width: 52.376em) {

.short
	{
		display:none;
	}

}
 
@media screen and (max-width: 52.375em) {
    .tabs nav a span {

    }
 
    .tabs nav a:before {
        margin-right: 0;
    }
 
    .mediabox {
        float: none;
        width: auto;
        padding: 0 0 35px 0;
        font-size: 90%;
    }
 
    .mediabox img {
        float: left;
        margin: 0 25px 10px 0;
        max-width: 40%;
    }
 
    .mediabox h3 {
        margin-top: 0;
    }
 
    .mediabox p {
        margin-left: 40%;
        margin-left: calc(40% + 25px);
    }
 
    .mediabox:before,
    .mediabox:after {
        content: '';
        display: table;
    }
 
    .mediabox:after {
        clear: both;
    }
	
	 .mediabox_2col {
        float: none;
        width: auto;
        padding: 0 0 35px 0;
        font-size: 90%;
    }
 
    .mediabox_2col img {
        float: left;
        margin: 0 25px 10px 0;
        max-width: 40%;
    }
 
    .mediabox_2col h3 {
        margin-top: 0;
    }
 
    .mediabox_2col p {
        margin-left: 40%;
        margin-left: calc(40% + 25px);
    }
 
    .mediabox_2col:before,
    .mediabox_2col:after {
        content: '';
        display: table;
    }
 
    .mediabox_2col:after {
        clear: both;
    }
	
	.long
	{
		display:none;
	}
}
 
@media screen and (max-width: 32em) {
    .tabs nav ul,
    .tabs nav ul li a {
        width: 100%;
        padding: 0;
    }
 
    .tabs nav ul li {
        width: 25%;
        width: calc(25% + 1px);
        margin: 0 0 0 -1px;
    }
 
    .mediabox {
        text-align: center;
    }
 
    .mediabox img {
        float: none;
        margin: 0 auto;
        max-width: 100%;
    }
 
    .mediabox h3 {
        margin: 1.25em 0 1em;
    }
 
    .mediabox p {
        margin: 0;
    }
	
	 .mediabox_2col {
        text-align: center;
    }
 
    .mediabox_2col img {
        float: none;
        margin: 0 auto;
        max-width: 100%;
    }
 
    .mediabox_2col h3 {
        margin: 1.25em 0 1em;
    }
 
    .mediabox_2col p {
        margin: 0;
    }
	
	.long
	{
		display:none;
	}
}

 /*-------------------------------------------------------------------------------GALLERY-------------------------------------------------------------------------------*/

/* General style */
.grid-gallery ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.grid-gallery figure {
	margin: 0;
}

.grid-gallery figure img {
	display: block;
	width: 100%;
}

.grid-gallery figcaption h3 {
	margin: 0;
	padding: 0 0 0.5em;
}

.grid-gallery figcaption p {
	margin: 0;
}

#grid-gallery
{
	background-color: #f5f4f2;
	margin-top:16px;
	border-top-style: solid;
	border-top-color: #f5f4f2;
	border-top-width: 15px;
}

/* Grid style */
.grid-wrap {
	max-width: 69em;
	margin: 0 auto;
	padding: 0 1em 1.875em;
}

.grid {
	margin: 0 auto;
}

.grid li {
	width: 25%;
	float: left;
	cursor: pointer;
}

.grid a li {
	color:black;
}


.grid figure {
	padding: 15px;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.grid li:hover figure {
	opacity: 0.7;
}

.grid figcaption {
	background: #e4e4e4;
	padding: 25px;
}

/* Slideshow style */
.slideshow {
	position: fixed;
	background: rgba(0,0,0,0.6);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
	transition: opacity 0.5s, visibility 0s 0.5s;
}

.slideshow-open .slideshow {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.slideshow ul {
	width: 100%;
	height: 100%;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translate3d(0,0,150px);
	transform: translate3d(0,0,150px);
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

.slideshow ul.animatable li {
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

.slideshow-open .slideshow ul {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.slideshow li {
	width: 700px;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -280px 0 0 -330px;
	visibility: hidden;
}

.slideshow li.show {
	visibility: visible;
}

.slideshow li:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(255,255,255,0.8);
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.slideshow li.current:after {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.3s, visibility 0s 0.3s;
	transition: opacity 0.3s, visibility 0s 0.3s;
}

.slideshow figure {
	width: 100%;
	height: 100%;
	background: #fff;
	border: 50px solid #fff;
	overflow: hidden;
}

.slideshow figcaption {
	padding-bottom: 20px;
}

.slideshow figcaption h3 {
	font-weight: 300;
	font-size: 200%;
}

/* Navigation */
.slideshow nav span {
	position: fixed;
	z-index: 900;
	color: #59656c;
	text-align: center;
	padding: 3%;
	cursor: pointer;
	font-size: 2.2em;
}

.slideshow nav span.nav-prev,
.slideshow nav span.nav-next {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.slideshow nav span.nav-next {
	right: 0;
}

.slideshow nav span.nav-close {
	top: 0;
	right: 0;
	padding: 0.5em 1em;
	color: #cc3333;
}

.icon:before,
.icon:after {
	font-family: 'fontawesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

span.nav-prev:before {
	content: "\e601";
}

span.nav-next:before  {
	content: "\e600";
}

span.nav-close:before {
	content: "\e602";
}

/* Info on arrow key navigation */
.info-keys {
	position: fixed;
	top: 30px;
	left: 30px;
	width: 60px;
	font-size: 8px;
	padding-top: 20px;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 1px;
	text-align: center;
}

.info-keys:before,
.info-keys:after {
	position: absolute;
	top: 0;
	width: 16px;
	height: 16px;
	border: 1px solid #fff;
	text-align: center;
	line-height: 14px;
	font-size: 12px;
}

.info-keys:before {
	left: 10px;
	content: "\e603";
}

.info-keys:after {
	right: 10px;
	content: "\e604";
}

/* Example media queries (reduce number of columns and change slideshow layout) */

@media screen and (max-width: 60em) {
	/* responsive columns; see "Element sizing" on http://masonry.desandro.com/options.html */
	.grid li {
		width: 33.3%;
	}

	.slideshow li {
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		margin: 0;
	}

	.slideshow li figure img {
		width: auto;
		margin: 0 auto;
		max-width: 100%;
	}

	.slideshow nav span,
	.slideshow nav span.nav-close {
		font-size: 1.8em;
		padding: 0.3em;
	}

	.info-keys {
		display: none;
	}

}

@media screen and (max-width: 35em) {
	.grid li {
		width: 50%;
	}
}

@media screen and (max-width: 24em) {
	.grid li {
		width: 100%;
	}
}


 /*-------------------------------------------------------------------------------COLLABORAZIONI-------------------------------------------------------------------------------*/
 
 .portal_wrap {
    border: none;
}

.portal_wrap div {
    border: none;
    height: 80px;
    width: 180px;
    float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	text-align:center;
}

.clear:after {
   content: "";
   display: table;
   clear: both;
}

@media screen and (max-width: 24em) {
    div.portal_wrap div {
        width: 100%;
        float: none;
    }
}

#b_sudinoi {
   background-image: url('../images/buttons/b_sudinoi.png');
   height: 50px;
   width: 126px;
}

#b_sudinoi:hover {
   background-image: url('../images/buttons/b_sudinoi_a.png');
}

#b_servizi {
   background-image: url('../images/buttons/b_servizi.png');
   height: 50px;
   width: 126px;
}

#b_servizi:hover {
   background-image: url('../images/buttons/b_servizi_a.png');
}

#b_gaia {
   background-image: url('../images/buttons/b_gaia.png');
   height: 50px;
   width: 126px;
}

#b_gaia:hover {
   background-image: url('../images/buttons/b_gaia_a.png');
}

#b_gallery {
   background-image: url('../images/buttons/b_gallery.png');
   height: 50px;
   width: 126px;
}

#b_gallery:hover {
   background-image: url('../images/buttons/b_gallery_a.png');
}

#b_pesci {
   background-image: url('../images/buttons/b_pesci.png');
   height: 50px;
   width: 126px;
}

#b_pesci:hover {
   background-image: url('../images/buttons/b_pesci_a.png');
}