/*** General ***/
.foundation-mq
{
    /*overide medium=40em(640px) with  medium=48em(768px) */
    font-family: "small=0em&medium=48em&large=64em&xlarge=75em&xxlarge=90em";
}

body
{
    color: #333;
    font-size: 0.9em;
    line-height: 1.35em;
    font-family: "robotoregular" , sans-serif;
    background-color: #ffffff;
}

#main-content
{
    background-color: rgba(255, 255, 255, 0.8);
}

#accessibility-menu, .site-title, .section-title
{
    position: absolute;
    left: -200000px;
}

/* Structure */
#wrapper
{
    max-width: 1600px;
    margin: 0 auto;
}
#wrapper .row
{
    max-width: 100%;
}

#primary-content-column, #secondary-content-column
{
    padding-top: 2rem;
    padding-bottom: 1rem;
}

/* Typography */
@font-face
{
    font-family: "robotoregular";
    src: url("../fonts/roboto-bold-webfont.eot");
    src: url("../fonts/roboto-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-bold-webfont.woff2") format("woff2"), url("../fonts/roboto-bold-webfont.woff") format("woff"), url("../fonts/roboto-bold-webfont.svg#robotobold") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face
{
    font-family: "robotoregular";
    src: url("../fonts/roboto-medium-webfont.eot");
    src: url("../fonts/roboto-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-medium-webfont.woff2") format("woff2"), url("../fonts/roboto-medium-webfont.woff") format("woff"), url("../fonts/roboto-medium-webfont.svg#robotoregular") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face
{
    font-family: "robotoregular";
    src: url("../fonts/roboto-regular-webfont.eot");
    src: url("../fonts/roboto-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-regular-webfont.woff2") format("woff2"), url("../fonts/roboto-regular-webfont.woff") format("woff"), url("../fonts/roboto-regular-webfont.svg#robotoregular") format("svg");
    font-weight: normal;
    font-style: normal;
}
p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, dd, pre, table, fieldset
{
    margin-bottom: 0.72em;
}

h1, h2, h3, h4, h5, h6
{
    font-family: "robotobold" , sans-serif;
    color: #0091D7;
}

h1
{
    font-size: 1.8em;
    line-height: 1.26em;
}

h2
{
    font-size: 1.53em;
}

h3
{
    font-size: 1.35em;
}

h4
{
    font-size: 1.17em;
}

h5
{
    font-size: 1.08em;
}

h6
{
    font-size: 0.9em;
}

table
{
    font-size: 0.72em;
}

.article__title
{
    margin-top: 20px;
}

/* General link */
a
{
    color: #0091D7;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a:hover
{
    color: #00bdff;
}
a:active
{
    outline: none;
}

/*** Header ***/
.upper-header-content
{
    border-bottom: 1px solid #CCCCCC; /*& .section-notizie-flash {   	margin:0;   	   	& .title-section-notizia-flash {   		background-color: $brandColor;   		display:inline-block;   		color:#fff;   		font-family: $titleFontFamily, sans-serif;   		text-transform:uppercase;   		padding:9px 12px;   		margin-right:10px;   	}   	   	& .title-notizia-flash {   		background-color:#EEE;   		display:inline-block;   	}   	   }*/
}
.upper-header-content .today_date
{
    padding: 8px 0 0 0;
    margin: 0;
}
.upper-header-content .title-section-notizia-flash
{
    background-color: #0091D7;
}
.upper-header-content .title-section-notizia-flash p
{
    text-align: center;
    color: #fff;
    font-family: "robotobold" , sans-serif;
    text-transform: uppercase;
    padding: 9px 0;
    margin: 0;
}
.upper-header-content .title-notizia-flash
{
    background-color: #eee;
    display: inline-block;
    border-right: 1px solid #ccc;
}
.upper-header-content .title-notizia-flash p
{
    text-align: center;
    padding: 9px 0;
    margin: 0;
}
.upper-header-content .pulsante-login, .upper-header-content .pulsante-registrati
{
    margin: 0;
    padding: 0px;
}
.upper-header-content .pulsante-login p, .upper-header-content .pulsante-registrati p
{
    margin: 0px;
    padding: 0px;
}
.upper-header-content .pulsante-login p a, .upper-header-content .pulsante-registrati p a
{
    display: inline-block;
    padding: 9px;
}
.upper-header-content .pulsante-login p a:hover, .upper-header-content .pulsante-registrati p a:hover
{
    background-color: #0074ac;
    color: #fff;
}

.header-content
{
    margin: 30px 0 0 0;
    padding: 0 0 30px 0;
    border-bottom: 1px solid #CCCCCC; /*@include borderRadius(15px 15px 0 0);      & .cont_logo {   	text-align:center;   	background-image:url(../images/slogan.png);   	background-position:center bottom;   	background-repeat:no-repeat;   	padding-bottom:65px;   	   	& .logo {   		display:inline-block;   		padding:0 1rem 1rem 1rem;   		margin:-55px 0 0 0;   		@include borderRadius(15px);   		background-image:url(../images/sfondo_logo.png);   		background-position:center top;   		background-repeat:no-repeat;   		z-index:1000000;   	}   }	*/
}

.header-content-light
{
    margin: 30px 0 15px 0;
    padding: 0 0 30px 0;
    border-bottom: 1px solid #CCCCCC; /*@include borderRadius(15px 15px 0 0);      & .cont_logo {   	text-align:center;   	background-image:url(../images/slogan.png);   	background-position:center bottom;   	background-repeat:no-repeat;   	padding-bottom:65px;   	   	& .logo {   		display:inline-block;   		padding:0 1rem 1rem 1rem;   		margin:-55px 0 0 0;   		@include borderRadius(15px);   		background-image:url(../images/sfondo_logo.png);   		background-position:center top;   		background-repeat:no-repeat;   		z-index:1000000;   	}   }	*/
}


/* Navigations */
/* Main Navigation - menu-nav */
#main-menu
{
    padding: 0;
    margin-bottom: 50px;
    background: url("../images/bar_333_3px.jpg") bottom left repeat-x #fff;
}
#main-menu .menu
{
    text-align: left;
    background-color: transparent;
}
#main-menu .menu li
{
    display: inline-block;
    text-align: left;
}
#main-menu .menu li.is-dropdown-submenu-parent > a::after
{
    border-color: #fff transparent transparent;
}
#main-menu .menu li a
{
    padding: 0.6rem 1.1rem;
    line-height: 3.24em;
    font-family: "robotobold" , sans-serif;
    font-size: 1.08em;
    text-transform: uppercase;
    font-weight: bold;
    color: #333;
}
#main-menu .menu li a.active
{
    color: #FFF;
    border-bottom: 3px solid #0091D7;
    background-color: #0091D7;
}

#main-menu .menu li a.active:hover
{
    color: #FFF;
}
#main-menu .menu li a:hover
{
    color: #0091D7;
}
#main-menu .menu li ul
{
    background-color: rgba(0, 145, 215, 0.8);
}

/* Support Bar */
.support-bar
{
    background-color: rgba(51, 51, 51, 0.8);
    padding: 0;
}
.support-bar ul
{
    background-color: transparent;
}

.navigazione-cortesia ul
{
    padding: 5px 0;
    margin-bottom: 0;
}
.navigazione-cortesia ul li
{
    display: inline-table;
}
.navigazione-cortesia ul li:after
{
    content: "|";
    padding-left: 5px;
    color: #006697;
}
.navigazione-cortesia ul li:last-child:after
{
    content: "";
    padding-left: 0;
}
.navigazione-cortesia ul li a
{
    font-weight: bold;
    color: #006697;
}
.navigazione-cortesia ul li a:hover
{
    color: #0091D7;
}

header .navigazione-cortesia ul
{
    text-align: right;
}

footer .cont_nav_cortesia
{
    background-color: rgba(147, 164, 135, 0.8);
}
footer .cont_nav_cortesia .navigazione-cortesia ul
{
    margin-bottom: 10px;
    margin-left: 0px;
    text-align: center;
    padding-top: 15px;
}
footer .cont_nav_cortesia .navigazione-cortesia ul li:after
{
    color: #fff;
}
footer .cont_nav_cortesia .navigazione-cortesia ul li a
{
    color: #fff;
    text-transform: uppercase;
}

.site-date
{
    color: #006697;
    font-weight: bold;
    margin-top: 5px;
}

/* The bar that contains btn-responsive-menu */
.title-bar
{
    background-color: #fff;
    border-bottom: 2px solid #eee; /* Responsive Button - Shows mainmenu on Tablet and Mobile */
}
.title-bar .btn-responsive-menu
{
    padding: 5px;
    cursor: pointer;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #0091D7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid #0091D7;
    width: 40px;
    float: right;
    margin: 10px 0px 10px 0;
}
.title-bar .btn-responsive-menu .icon-bar
{
    display: block;
    width: 18px;
    height: 2px;
    margin: 4px;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/* General Pagination */
.pagination ul
{
    background-color: #0091D7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    padding: 0.2rem 0;
}
.pagination ul li
{
    display: inline-table;
}
.pagination ul li a
{
    color: #333;
    font-weight: bold;
    padding: 0 0.3rem;
}
.pagination ul li.prev-button
{
    float: left;
    margin-left: 0.2rem;
}
.pagination ul li.next-button
{
    float: right;
    margin-right: 0.2rem;
}
.pagination ul li.prev-button a:hover, .pagination ul li.next-button a:hover, .pagination ul li.active a, .pagination ul li a:hover
{
    background-color: #333;
    color: #0091D7;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

/*** homepage ***/
.highlight-news
{
    padding: 0 0 10px 10px !important;
    position: relative;
    max-height: 270px;
    overflow: hidden;
    margin-bottom: 10px;
}
.highlight-news .article-content-highlights
{
    bottom: 10px;
    max-width: 97%;
    padding-bottom: 0px;
}
.highlight-news .article-content-highlights h3
{
    font-size: 1.35em;
    margin: 5px 0 13px 0;
}
.highlight-news:hover
{
    opacity: 0.8;
}

.highlight-news-big
{
    max-height: 550px;
    overflow: hidden;
    padding-bottom: 0;
    position: relative;
}
.highlight-news-big:hover
{
    opacity: 0.8;
}

#second-news-row.row
{
    margin: 50px 0;
}

#third-news-row.row
{
    margin-bottom: 50px;
}

#primary-content-column.cont_sfondo_grafica_hp
{
    padding: 0;
}

.article-content, .article-content-big
{
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}
.article-content h3, .article-content-big h3
{
    font-family: "robotobold" , sans-serif;
    font-weight: 700;
}
.article-content h3 a, .article-content-big h3 a
{
    color: #333;
}
.article-content h3 a:hover, .article-content-big h3 a:hover
{
    color: #0091D7;
}
.article-content img:hover, .article-content-big img:hover
{
    opacity: 0.8 !important;
}

.article-content h3
{
    font-size: 1.08em;
    font-weight: 700;
    margin: 0 0 5px 0;
    line-height: 1.08em;
}
.article-content .article-abstract p
{
    padding: 0;
    margin: 0 0 10px 0;
    line-height: 1.08em;
}
.article-content:last-child
{
    border-bottom: 0px solid #ccc;
}
.article-content .img_news_boxed
{
    margin-right: 10px;
    text-align: left;
}
.article-content .img_news
{
    text-align: left;
}

.article-content-highlights
{
    /*background: url("../images/big_highlight_shadow.png") bottom left no-repeat;*/
    background-color: rgba(0, 0, 0, 0.4);
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0 3% 10px 3%;
    color: #fff;
}
.article-content-highlights .category-name
{
    text-transform: uppercase;
    font-family: "robotobold" , sans-serif;
    font-size: 0.81em;
    background-color: #000;
    padding: 5px 8px;
    display: inline-block;
}
.article-content-highlights h3
{
    font-family: "robotomedium" , sans-serif;
    font-size: 1.8em;
    margin: 5px 0 13px 0;
}
.article-content-highlights .article-social-icons
{
    float: right;
    line-height: 0px;
}
.article-content-highlights a
{
    color: #fff;
}

.data_autore
{
    float: left;
    font-size: 0.81em;
    width: 100%;
}
.data_autore .article-data
{
    margin-right: 10px;
}

.section-news-title
{
    color: #333;
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 3px solid #333;
    padding: 0 0 6px 0;
    margin: 0 0 30px 0;
    font-size: 1.4em;
}

.section-news-title-boxed
{
    border-bottom: 3px solid #333;
    margin: 0 0 30px 0;
}
.section-news-title-boxed span
{
    display: inline-block;
    background-color: #333;
    padding: 9px 10px 6px 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.72em;
    font-weight: 700;
}

/* Inner Pages */
.article-content.margin-laterali-auto
{
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.cont-breadcrumbs
{
    margin: 0 0 40px 0 !important;
}
.cont-breadcrumbs .breadcrumbs
{
    margin: 0px;
    background-color: #eee;
}
.cont-breadcrumbs .breadcrumbs li:after
{
    content: "";
    margin: 0px;
    padding: 0px;
}
.cont-breadcrumbs .breadcrumbs li.disabled
{
    padding: 5px 13px;
    background-color: #ccc;
    color: #333;
    font-weight: bold;
    font-size: 1.08em;
}
.cont-breadcrumbs .breadcrumbs a
{
    background-color: #0091D7;
    color: #fff;
    display: inline-block;
    padding: 5px 13px;
    font-weight: bold;
    font-size: 1.44em;
    margin-right: 3px;
}
.cont-breadcrumbs .breadcrumbs a:hover
{
    text-decoration: none;
    background-color: #0074ac;
}

.pagination
{
    background-color: #eee;
    margin: 20px 0 30px 0;
    font-weight: bold;
}
.pagination li.current
{
    background-color: #0074ac;
}
.pagination a:hover
{
    background-color: #0091D7;
    color: #fff;
}

/*.contenuti-generici {
	h2 {
		text-transform:uppercase;
		background-image:url(../images/sfondo_testatina.png), url(../images/icona_testatina.png);
		background-position:right center, left center;
		background-repeat:no-repeat, no-repeat;
		color:#fff;
		font-weight:bold;
		font-size:$basicFontSize*1.5;
		padding:5px 0 5px 50px;
		
		&.profilo_artistico {
			background-image:url(../images/testatina_profilo_artistico.png);
			background-position:left top;
			background-repeat:no-repeat;
			color:#fff;
			font-weight:bold;
			font-size:$basicFontSize*1.5;
			padding:13px 0 33px 60px;
			@include borderRadius(10px 10px 0 0);
		}
	}
	
	h3 {
		font-weight:bold;
		font-size:$basicFontSize*1.4;
		text-transform:uppercase;
		
		&.sottotitolo { text-align:center; }
	}
	
	font-weight:400;
	
	& p {
		margin-bottom:20px;
		font-size:$basicFontSize*1.3;
	}
	
	& ul, & ol {
		font-size:$basicFontSize*1.3;
	}
	
	& a {
		color:$mainMenuLinkColor * 0.8;
		font-weight:bold;
		
		&:hover { color:$mainMenuLinkColor; }
	}
	
	p.img_profilo { margin:40px 0; }
	
	.cont_pulsanti {
		margin:0 auto;
		float:left;
		
		& p {
			float:left;
			margin:20px 40px 20px 0;
			
			&:last-child { margin-right:0; }
		}
	}
	
	.cont_icona_mail {
		a {
			background-image:url(../images/icona_mail.png);
			background-position:left center;
			background-repeat:no-repeat;
			padding:10px 0 10px 40px;
		}
		
		span {
			margin:-100000px;
			position:absolute;
		}
	}

}*/
/* Miscellaneous */
.nopadding-custom
{
    padding: 0px;
}

.nopadding-left
{
    padding-left: 0;
}

.nopadding-right
{
    padding-right: 0;
}

.align-center
{
    text-align: center;
}

/* scroll-to-top button */
.scroll-to-top
{
    color: #fff;
    bottom: 4%;
    cursor: pointer;
    display: none;
    position: fixed;
    right: 20px;
    z-index: 999;
    text-align: center;
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: background-color 0.3s linear;
    -moz-transition: background-color 0.3s linear;
    -o-transition: background-color 0.3s linear;
    -ms-transition: background-color 0.3s linear;
    transition: background-color 0.3s linear;
    background: url(../images/freccia_scroll_to_top.png) center center no-repeat #0091D7;
}
.scroll-to-top:hover
{
    background-color: #0074ac;
    opacity: .8;
}

/* Social media icons */
.icon-social-container
{
    padding-top: 1rem;
}
.icon-social-container a
{
    color: #333;
    font-size: 1.8em;
    margin-right: 15px;
}
.icon-social-container a:hover
{
    color: #0091D7 !important;
}
.icon-social-container a:last-child
{
    margin-right: 0px;
}

.icon-social-container-footer
{
    text-align: right;
    margin: 15px 0 0 0;
}
.icon-social-container-footer a
{
    color: #fff;
    font-size: 2.25em;
    margin-right: 15px;
}
.icon-social-container-footer a:hover
{
    color: #0091D7;
}
.icon-social-container-footer a:last-child
{
    margin-right: 0px;
}

/* Overide the icon-social styles on #menu-nav */
#menu-nav .icon-social-container
{
    margin-top: 0;
}
#menu-nav .icon-social-container a:hover
{
    color: #333;
}

.pulsanteBase, .fine-button, .alert-button, .error-button, .more-button
{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #0091D7;
    color: #fff;
    border: none;
    padding: 1px 10px 1px 10px;
    font-size: 16px;
    font-family: "robotobold";
    text-transform: uppercase;
    vertical-align: middle;
    text-align: center;
    display: inline-block;
}
.pulsanteBase:hover, .fine-button:hover, .alert-button:hover, .error-button:hover, .more-button:hover
{
    color: #fff;
    background-color: #004261;
}

.fine-button
{
    background-color: #A6CF41;
}
.fine-button:hover
{
    background-color: #536821;
}

.alert-button
{
    background-color: #DD9627;
}
.alert-button:hover
{
    background-color: #6f4b14;
}

.error-button
{
    background-color: #D81414;
}
.error-button:hover
{
    background-color: #6c0a0a;
}

/* Homepage Main Content subscribe-banner */
#subscribe-banner .row
{
    margin: 2rem 0;
    padding: 2rem 0;
    font-size: 2rem;
    color: #fff;
    background-color: #0091D7;
}

/* margin-right to all foundation icons */
#main-content [class^="fi-"]
{
    margin-right: 0.5rem;
    font-size: 1.35em;
}

/* Form */
form input[type="text"], form input[type="EMAIL"], form input[type="password"], form input[type="submit"]
{
    height: 1.8rem;
    font-size: initial;
    padding: 0.2rem 0.4rem;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
form input[type="submit"]
{
    background-color: #0091D7;
    color: #fff;
    border: 0px solid #fff;
    text-transform: uppercase;
    font-weight: bold;
}
form input[type="submit"]:hover
{
    background-color: #0074ac;
}
form textarea
{
    min-height: 150px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

/* searchForm */
.search-form
{
    padding: 0 !important;
}
.search-form p
{
    padding: 0;
    margin: 0 auto -15px auto;
}
.search-form input[type="text"]
{
    border: 0px solid #fff;
    background-color: #fff;
    position: relative;
    z-index: 3;
    width: 100%;
    height: 40px;
    box-shadow: none;
}
.search-form input[type="text"]:focus
{
    box-shadow: none;
}
.search-form input[type="submit"]
{
    border: 0px solid #fff;
    background: url(../images/icona_cerca.png) center center no-repeat #0091D7;
    width: 100%;
    height: 40px;
}

.cont-form-commento
{
    background-color: #eee;
    margin: 20px 0 30px 0;
}
.cont-form-commento h3
{
    background-color: #0091D7;
    color: #fff;
    padding: 5px 10px;
    margin: 0 0 0 0;
}
.cont-form-commento #id_form_scrivi_commento
{
    margin: 15px;
}

#id-form-contatti
{
    background-color: #eee;
    margin: 20px 0 0 0;
    padding: 15px;
}

/* login-form */
/*.home-login {
	position:relative;
	z-index:2;
	background-color:rgba($brandColor,0.8);
	border-bottom:4px solid #fff;
	@include borderRadius(10px);
	float:left;
	width:100%;
	padding-top:1.5rem;
	margin-bottom:1.5rem;
	
	p {
		color:#fff;
		margin-left:5%;
	}
	
	a {
		color:$mainMenuLinkColor;
		font-weight:bold;
		font-size:$basicFontSize * 0.9;
		text-transform:uppercase;
		
		&:hover {
			color:$mainMenuLinkColor * 1.2;
		}
	}
	
	.link_registrati, .link_dimenticata {
		margin-top:-33px;
		display:block;
		float:left;
		letter-spacing:-1px;
	}
		
	.login-form {
		p {
			margin:0 5% -2% 5%;
			float:left;
			width:90%;
			
			&:last-child {
				margin-bottom:3%;
			}
		}
		
		label {
			float:left;
			display:inline-block;
			padding:0;
			line-height:$basicFontSize;
			color:#fff;
			font-weight:bold;
			width:33%;
		}
		
		input {
			float:left;
			width:67%;
			border:0px solid #000;
			box-shadow:none;
		}
		
		input[type="password"] {
			@extend input;
			width:45%;
			z-index:2;
			position:relative;
		}
		
		input[type="submit"] {
			font-size:$basicFontSize * 1.1;
			@extend input;
			width:27%;
			margin-left:-5%;
			z-index:1;
			text-align:right;
			padding-right:3.5%;
			background-color:$mainMenuLinkColor;
			color:$brandColor;
			font-weight:bold;
		}	
	}
}*/
/* contact-form */
/*#contact-form {
	@include borderRadius(10px);
	border:1px solid #999;
	background-color:rgba(#fff,0.5);
	padding:3% 0 2% 2%;

	label {
		display:inline-block;
		width:15%;
		vertical-align:top;
	}
	
	input[type="text"], input[type="password"], textarea {
		width:82%;
		display:inline-block;
	}
	
	input[type="submit"] {
		width:auto;
	}
}*/
/* login-form on login page */
/*#login-form {
	max-width:50%;
	margin:0 auto;
	@extend #contact-form;
	
	input[type="text"], input[type="password"] {
		width:80%;
	}
}*/
.box-login-class
{
    position: absolute;
    top: 41px;
    right: 0;
    background-color: #eee;
    border: 1px solid #0091D7;
    padding: 20px;
    min-width: 280px;
    z-index: 1000;
}
.box-login-class form
{
    padding: 0;
    margin: 0px;
}
.box-login-class form input
{
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    box-shadow: none;
}
.box-login-class form input[type='submit']
{
    background-color: #0091D7;
    border: 1px solid #0091D7;
    color: #fff;
}
.box-login-class form a
{
    padding: 0px;
    font-weight: bold;
}

/* Table */
/* remove standard foundation styles from a table */
.no-style-table
{
    font-size: 0.9em;
}
.no-style-table thead, .no-style-table tbody, .no-style-table tfoot
{
    border: 0px solid #000;
    background-color: transparent;
}
.no-style-table td, .no-style-table th
{
    padding: 0.1rem 0.3rem;
    text-align: left;
    background-color: trasnparent;
    vertical-align: top;
    border-bottom: 1px dotted #999;
}
.no-style-table th
{
    min-width: 15%;
}
.no-style-table tr:nth-child(even)
{
    background-color: transparent;
}

/*** Comments ***/
#comments
{
    border-top: 2px dotted #999;
    padding-top: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.comments-row
{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #999;
    padding: 1rem 1rem 0 1rem;
    background-color: rgba(255, 255, 255, 0.3);
}
.comments-row .row
{
    border-bottom: 1px dotted #999;
    padding-bottom: 0;
    margin-bottom: 1rem;
}
.comments-row .row:last-child
{
    border-bottom: 0px dotted #999;
    margin-bottom: 0;
    padding: 0;
}

/*** Aside - Sidebar ***/
aside h3
{
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}
aside .latest-news
{
    background-color: rgba(0, 145, 215, 0.5);
    padding-top: 2rem;
    margin-top: -1rem;
    z-index: 1;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    float: left;
    width: 100%;
    margin-bottom: 1.5rem;
    color: #fff;
    list-style-type: square;
}
aside .latest-news ul
{
    margin-left: 2rem;
}
aside .latest-news a
{
    color: #fff;
    font-weight: bold;
}
aside .latest-news a:hover
{
    color: #333;
}
aside p.banner
{
    text-align: center;
    margin-bottom: 2rem;
}

/*** Footer ***/
#footer
{
    border-top: 3px solid #333;
}
#footer .logo
{
    display: inline-block;
    margin: 1rem 0.3rem;
    max-width: 90%;
}
#footer .copyright
{
    margin: 1.5rem 0;
    color: #333;
    font-weight: bold;
    text-align: center;
    font-size: 0.9em;
}

/* loading this css after all style because it overwrites all the previous rules */
@media (min-width: 1601px)
{
    #wrapper
    {
        padding: 0 80px;
    }

    .box-login-class
    {
        right: 80px;
    }
}
@media (max-width: 1600px)
{
    #wrapper
    {
        padding: 0 20px;
    }

    .box-login-class
    {
        right: 20px;
    }
}
/* max width 1600px */
@media (min-width: 1280px) and (max-width: 1440px)
{
    .upper-header-content .title-section-notizia-flash p
    {
        font-size: 0.81em;
        padding: 11px 0;
    }

    /*** Navigations ***/
    /* Main Navigation - menu-nav */
    #main-menu .menu li > a
    {
        padding: 0.6rem 0.6rem;
        font-size: 0.99em;
    }

    .article-content-highlights .category-name
    {
        font-size: 0.72em;
    }
    .article-content-highlights h3
    {
        font-size: 1.35em;
    }
}
@media (max-width: 1280px)
{
    /* Structure > 1280px */
    /* Miscellaneous */
    /* scroll-to-top button */}
/* max width 1280px */
@media (min-width: 1024px) and (max-width: 1279px)
{
    .upper-header-content .today_date
    {
        padding: 10px 0 0 0;
        font-size: 0.81em;
    }
    .upper-header-content .title-section-notizia-flash p
    {
        font-size: 0.72em;
        padding: 11px 0;
    }

    /*** Navigations ***/
    /* Main Navigation - menu-nav */
    #main-menu .menu li > a
    {
        padding: 0.6rem 0.27rem;
        font-size: 0.99em;
    }

    .article-content-highlights h3
    {
        font-size: 1.17em !important;
    }
    .article-content-highlights .category-name
    {
        position: absolute;
        margin-left: -10000000px;
    }

    .icon-social-container a
    {
        margin-right: 5px;
    }

    /*.cont_pulsanti {		
              	& p {
              		margin-right:20px !important;
              		
              		& img { 
              			max-height:100px;
              		}
              	}
              }*/}
@media (min-width: 768px) and (max-width: 1023px)
{
    .box-login-class
    {
        top: 83px !important;
    }

    /*** Navigations ***/
    /* Main Navigation - menu-nav */
    #main-menu .menu li > a
    {
        padding: 0.6rem 0.1rem;
        font-size: 0.765em;
        line-height: 3.915em;
    }

    .article-content-highlights h3
    {
        font-size: 0.99em !important;
    }
    .article-content-highlights .article-social-icons, .article-content-highlights .data_autore
    {
        position: absolute;
        margin-left: -10000000px;
    }
    .article-content-highlights .category-name
    {
        position: absolute;
        margin-left: -10000000px;
    }

    .icon-social-container a
    {
        font-size: 1.44em;
        margin-right: 2px;
    }

    .article-boxed .medium-4, .article-content.margin-laterali-auto .medium-4
    {
        width: 100%;
    }
    .article-boxed .medium-8, .article-content.margin-laterali-auto .medium-8
    {
        width: 100%;
    }

    /* Forms */
    /* login-form */
    .login-form label
    {
        float: none;
        display: block;
        width: 100%;
    }
    .login-form input, .login-form input[type="password"], .login-form input[type="text"], .login-form input[type="submit"]
    {
        float: none;
        width: 100%;
    }
    .login-form input[type="submit"]
    {
        text-align: center;
        margin: 0 0 10% 0;
    }

    .cont_pulsanti p
    {
        margin-right: 10px !important;
    }
    .cont_pulsanti p img
    {
        max-height: 75px;
    }
}
/* between 768px and 1279px */
@media (max-width: 1023px)
{
    .box-login-class
    {
        top: 83px !important;
    }

    /* Structure  < 1023 */
    .article-content
    {
        margin-left: auto !important;
        margin-left: auto !important;
    }

    /* Sliders */
    /* Home Main Slider */
    .orbit .orbit-slide .orbit-caption .work-title, .orbit .orbit-slide .orbit-caption .author-name
    {
        margin-bottom: 0.5rem;
    }
    .orbit .orbit-slide .orbit-caption .work-description
    {
        font-size: 0.81em;
        line-height: 1.26em;
    }

    /* login-form on login page */
    #login-form
    {
        max-width: 80%;
    }
    #login-form input[type="text"], #login-form input[type="password"]
    {
        width: 98%;
    }

    /* artists-cards' container on artist' list page */
    #artists-cards
    {
        /* artist-card on artist' list page */
    }
    #artists-cards .artist-card div
    {
        width: 96%;
        margin-left: 2%;
        float: none;
        padding-bottom: 30px;
    }

    /*.search-form {
              	input[type="text"] {
              		max-width:150px;
              	}
              }*/
    #primary-content-column.cont_sfondo_grafica_hp .sfondo_grafica_hp .cont_testi_img_hp h3
    {
        font-size: 1.98em;
        margin: 0 0 0.8rem 0;
    }
    #primary-content-column.cont_sfondo_grafica_hp .sfondo_grafica_hp .cont_testi_img_hp p
    {
        font-size: 0.99em;
        line-height: 1.26em;
    }
    #primary-content-column.cont_sfondo_grafica_hp .sfondo_grafica_hp .cont_testi_img_hp p.prima_scritta
    {
        max-width: 50%;
        margin-bottom: 0.8rem;
    }
    #primary-content-column.cont_sfondo_grafica_hp .sfondo_grafica_hp .cont_testi_img_hp p.seconda_scritta
    {
        max-width: 37%;
    }
    #primary-content-column.cont_sfondo_grafica_hp .sfondo_grafica_hp .cont_pulsante_iscriviti
    {
        float: left;
        width: 100%;
        text-align: center;
        margin-top: -80px;
    }
    #primary-content-column.cont_sfondo_grafica_hp .sfondo_grafica_hp .cont_pulsante_iscriviti img
    {
        max-width: 330px;
    }

    .home-login .login-form p
    {
        margin-bottom: 15px;
        float: left;
    }
    .home-login .login-form label
    {
        margin-bottom: 5px;
    }
    .home-login .link_registrati, .home-login .link_dimenticata
    {
        margin-top: -13px;
    }
}
/* max width 1023px */
@media (max-width: 900px)
{
    #primary-content-column.cont_sfondo_grafica_hp .sfondo_grafica_hp .cont_testi_img_hp h3
    {
        font-size: 1.8em;
        margin: 0 0 0.6rem 0;
    }
    #primary-content-column.cont_sfondo_grafica_hp .sfondo_grafica_hp .cont_testi_img_hp p
    {
        font-size: 0.9em;
        line-height: 1.17em;
    }
    #primary-content-column.cont_sfondo_grafica_hp .sfondo_grafica_hp .cont_testi_img_hp p.prima_scritta
    {
        max-width: 55%;
        margin-bottom: 0.6rem;
    }
    #primary-content-column.cont_sfondo_grafica_hp .sfondo_grafica_hp .cont_testi_img_hp p.seconda_scritta
    {
        max-width: 42%;
    }
}
/* max width 900px */
@media (max-width: 767px)
{
    /* Header */
    .cont-logo-testata
    {
        margin: 0 0 30px 0;
    }

    .nopadding-small
    {
        padding: 0px;
    }

    .highlight-news
    {
        padding: 0 !important;
        margin-top: 10px;
    }
    .highlight-news .article-content-highlights
    {
        bottom: 0px;
        max-width: 100%;
    }

    .margin-laterali-auto
    {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    /* Structure  < 767 */
    /* General */
    /* Structure */
    #wrapper .row
    {
        padding-left: 0px;
    }

    div[class="row"], div[class~="columns"]
    {
        width: 100%;
    }

    /*** Header ***/
    .header-content
    {
        text-align: center;
    }
    .header-content form
    {
        text-align: left;
    }
    .header-content .logo
    {
        margin: 1.5rem auto;
    }

    /*** Navigations ***/
    /* Main Navigation - menu-nav */
    #main-menu .menu li a
    {
        border-bottom: 3px solid #ccc;
        width: 100%;
    }
    #main-menu .menu li ul
    {
        background-color: #0091d7;
    }
    #main-menu .menu li ul a:hover
    {
        background-color: rgba(0, 189, 255, 0.8);
    }

    /* Support Bar */
    header .navigazione-cortesia ul
    {
        text-align: center;
        border-top: 1px solid #fff;
    }

    .site-date
    {
        text-align: center;
    }

    /* Form */
    /* searchForm */
    .search-form
    {
        /*p {     	margin:0 auto 0 auto;     	float:none;     	max-width:250px;     }          input[type="text"] {     	max-width:207px;     }*/
    }

    /* contact-form */
    #contact-form label, #contact-form input[type="text"], #contact-form textarea
    {
        display: block;
        width: 98%;
    }

    /* Galleries */
    /* Home gallery */
    #home-latest-gallery header
    {
        width: 100%;
    }

    .icon-social-container
    {
        width: 100%;
        margin: 0;
    }
    .icon-social-container a
    {
        margin-right: 30px;
    }

    .icon-social-container-footer
    {
        text-align: center;
        margin: 15px 0 20px 0;
    }
    .icon-social-container-footer a
    {
        font-size: 2.25em;
        margin-right: 20px;
    }

    /* Sidebar */
    #primary-content-column.cont_sfondo_grafica_hp .sfondo_grafica_hp .cont_testi_img_hp
    {
        padding: 0.5rem 0 0 0;
    }
    #primary-content-column.cont_sfondo_grafica_hp .sfondo_grafica_hp .cont_testi_img_hp h3
    {
        font-size: 1.8em;
        margin: 0 0 0.6rem 0;
    }
    #primary-content-column.cont_sfondo_grafica_hp .sfondo_grafica_hp .cont_testi_img_hp p
    {
        font-size: 0.9em;
        line-height: 1.17em;
    }
    #primary-content-column.cont_sfondo_grafica_hp .sfondo_grafica_hp .cont_testi_img_hp p.prima_scritta
    {
        max-width: 55%;
        margin-bottom: 0.6rem;
    }
    #primary-content-column.cont_sfondo_grafica_hp .sfondo_grafica_hp .cont_testi_img_hp p.seconda_scritta
    {
        max-width: 42%;
    }

    .home-login .login-form p
    {
        margin-bottom: 0px;
    }
    .home-login .login-form p:last-child
    {
        border-top: 2px dotted #fff;
        padding-top: 15px;
        margin-bottom: 1.5%;
    }
    .home-login .login-form label
    {
        margin-bottom: 5px;
    }
    .home-login .link_registrati, .home-login .link_dimenticata
    {
        margin-top: -33px;
        width: 100%;
        text-align: left;
    }

    .cont-checkbox-hobbies td
    {
        width: 100%;
        display: block;
    }
    .cont-checkbox-hobbies td label
    {
        display: inline;
    }

    .cont_pulsanti p
    {
        margin-right: 0px !important;
        float: none;
        width: 100%;
        text-align: center;
    }
    .cont_pulsanti p:last-child
    {
        margin-bottom: 0px;
    }

    /* Footer */
    footer
    {
        text-align: center;
    }

    /*** Misc ***/
    /* Form */}
/* max width 767px */
@media (max-width: 639px)
{
    /* Structure  < 639 */
    /* General */
    /* Structure */
    /*** Header ***/
    /* Sliders */
    /* Home Main Slider */
    .orbit .orbit-slide
    {
        z-index: 100;
        position: relative;
        background-color: #CDCEC5;
    }

    .orbit .orbit-slide .orbit-caption
    {
        height: auto;
        width: 100%;
        left: 0;
        position: relative;
        padding: 1rem 1rem 1rem 1rem;
        z-index: 1;
        background-image: none;
        -webkit-border-radius: 0 0 20px 20px;
        -moz-border-radius: 0 0 20px 20px;
        border-radius: 0 0 20px 20px;
    }

    /*** Navigations ***/
    /* Sidebar */
    /* Footer */
    /*** Misc ***/
    /* Form */}
/* max width 639px */
@media (max-width: 480px)
{
    .header-content
    {
        margin-top: 70px;
    }
    .header-content .cont_logo
    {
        background-size: 100%;
    }

    #primary-content-column.cont_sfondo_grafica_hp .sfondo_grafica_hp .cont_testi_img_hp
    {
        margin: 0;
        padding: 0.5rem 0 0 0.5rem;
        text-align: left;
    }
    #primary-content-column.cont_sfondo_grafica_hp .sfondo_grafica_hp .cont_testi_img_hp h3
    {
        font-size: 1.8em;
        margin: 0 0 0.6rem 0;
        float: left;
    }
    #primary-content-column.cont_sfondo_grafica_hp .sfondo_grafica_hp .cont_testi_img_hp p
    {
        font-size: 1.08em;
        line-height: 1.35em;
        float: left;
    }
    #primary-content-column.cont_sfondo_grafica_hp .sfondo_grafica_hp .cont_testi_img_hp p.prima_scritta
    {
        max-width: 100%;
        margin-bottom: 0.6rem;
    }
    #primary-content-column.cont_sfondo_grafica_hp .sfondo_grafica_hp .cont_testi_img_hp p.seconda_scritta
    {
        max-width: 100%;
    }
    #primary-content-column.cont_sfondo_grafica_hp .sfondo_grafica_hp .cont_pulsante_iscriviti
    {
        margin-top: -65px;
    }
    #primary-content-column.cont_sfondo_grafica_hp .sfondo_grafica_hp .cont_pulsante_iscriviti img
    {
        max-width: 250px;
    }
}
/* max width 480px */
@media (max-width: 320px)
{
    /* login-form on login page */
    #login-form
    {
        max-width: 98%;
    }

    #artist-card img, #artists-cards img
    {
        width: 100%;
    }
}
/* max width 320px */

/* roberto */
.highlight-news-big img
{
    width: 100%; /*padding-right: 10px;*/
}


.notizia_correlata a
{
    color: #DC1B05;
}
.notizia_correlata
{
    background-image: url(/Assets/Images/puntatore_rosso.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 16px;
    padding-bottom: 4px;
    margin: 0 0 4px 0;
    border-bottom: 2px dotted #999;
}

.foto_notizia
{
    border-bottom: 2px dotted #999;
    padding-bottom: 8px;
    margin-bottom: 1px;
}

.article-content .article-abstract p
{
    line-height: 1.5em;
}

input::placeholder, textarea::placeholder
{
    color: #7e7e7e;
    font-size: initial;
    background-color: #e6e6e6;
}


.highlight-image-fuul-width
{
    width: 100%;
}


#id-form-contatti > table
{
    font-size: inherit;
}

#ulAutori > li
{
    font-size: large;
}

.article-title
{
    color: #000;
    text-transform: uppercase;
}
.article-title-mobile
{
    color: #000;
    text-transform: uppercase;
    font-size: 1.3em;
}

.article-text
{
    font-size: 1.3em;
}

#divInformativaCookie
{
    background-color: #333;
    color: White;
    font-family: inherit;
    bottom: 0px;
    position: fixed;
    display: block;
    width: 100%;
    opacity: 0.9;
    z-index: 1000;

}

#divInformativaCookieContent
{
    padding: 20px;
    max-width: 1300px;
    margin: 0 auto;
}

#btnAccettaInformativaCookie
{
    background-color: white;
    color: #333;
    padding: 12px;
    margin: auto;
    margin-top: auto;
    width: 72px;
    margin-top: 5px;
    cursor: pointer;
}


#btnAccettaInformativaCookie:hover
{
    color: red;
}
