body {
	font-family: arial, sans-serif;
 	color: #000 !important;
	text-transform: none;
	font-size: 12px; /*14px*/
  line-height: 21px;
}

a, a.btn-link, a:hover, a.btn-link:hover{
	text-transform: uppercase;
	color: #000;
}

h1{
	font-size: 12px; /*1.5rem*/
}

h2{
	font-size: 12px; /*1.1rem*/
}

h3 {
	font-size: 12px; /*1.2rem*/
}

h4 {
	font-size: 12px; /*1.1rem*/
}

#header-navbar-top{
	font-size: 14px;
	font-weight: bold;
}

.top-banner{
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.home .top-banner, .artists .top-banner, .contacts .top-banner, .news .top-banner{
	height: 200px;
}

@media (min-width: 576px) {
	.home .top-banner, .artists .top-banner, .contacts .top-banner, .news .top-banner{
		height: 250px;
	}
}

@media (min-width: 768px) {
	.home .top-banner, .artists .top-banner, .contacts .top-banner, .news .top-banner{
		height: 300px;
	}
}

@media (min-width: 992px) {
	.home .top-banner, .artists .top-banner, .contacts .top-banner, .news .top-banner{
		height: 350px;
	}
}

@media (min-width: 1200px) {
	.home .top-banner, .contacts .top-banner{
		height: 600px;
	}
	.artists .top-banner, .news .top-banner{
		height: 450px;
	}
}

.artists .artista-menu .nav-item{
	font-weight: 400;
	text-transform: uppercase;
	font-size: 12px; /*0.85rem*/
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

body.home .info{
	font-size: 12px; /*1rem*/
}

body.home .info .black{
	color: #000;
}

body.home .info .social{
	font-size: 12px; /*0.8rem*/
}

footer, footer a.btn-link{
	font-size: 12px; /*0.8rem*/
}

.indietro a{
	text-decoration: none;
}

.artists .card-body{
	font-size: 14px; /*0.7rem*/
}

.artists .artist .top-banner h1{
	color: #FFF;
}

.artists .artist p{
	font-size: 12px; /*0.9rem*/
	line-height: 1.6rem;
}

.artists .artist .photogallery .item{
	height: 250px;
	width: 25%;
}

.artists .artist .photogallery .item img{
	height: 100%;
}

.exhibitions .card-body{
	font-size: 14px;
}

.exhibitions .exhibition h1, .exhibitions .exhibition h2{
	line-height: 2rem;
}

.exhibitions .exhibition ul li a{
	padding: 0;
	margin: 0;
}

.arrow{
	position: absolute;
	bottom: -30px;
	cursor: pointer;
}

.left-arrow{
	left: 5px;
}

.right-arrow{
	right: 5px;
}

.news .card-body, .fairs .card-body{
	font-size: 12px; /*0.8rem*/
}

.sottotitolo_about{
	font-weight: bold;
	font-size: 14px;
}

.contacts{
	font-size: 12px; /*0.9rem*/
}

.contacts, .contacts a.btn-link{
	font-size: 12px; /*0.8rem*/
}

.download-catalogo{
	font-size: 12px; /*1rem*/
}
/*
.navbar-light .navbar-nav a.nav-link{
	font-size: 1.3rem;
	transform: scale(1, 0.8);
	-webkit-transform: scale(1, .8); 
	-moz-transform: scale(1, .8); 
	-ms-transform: scale(1, .8); 
	-o-transform: scale(1, .8); 
}
*/
body.newsletter .alert{
	font-size: 12px; /*1.3rem*/
}

.fontmenu{
	font-size: 12px; /*0.89rem*/
	font-weight: 400;
}

.publications .card-body{
	font-size: 12px; /*0.8rem*/
}

.btn-newsletter{
	color: inherit;
	font-size: 12px; /*1rem*/
	font-weight: bold;
}

.sottotitolo_homepage, .sottotitolo_artista, .sottotitolo_artisti, .sottotitolo_mostre, .sottotitolo_mostra, .sottotitolo_fiere, .sottotitolo_news {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.titolo_artista, .titolo_mostra, .data_mostra, .titolo_fiera, .data_fiera, .titolo_news, .data_news{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
}

.menu_artista{
	font-size: 14px;
	font-weight: bold;
}

.menu_artista a{
	color: rgba(0, 0, 0, 0.5);
}

.menu_artista a:hover{
	color: rgba(0, 0, 0, 1);
}

a.back-to-top {
  position: fixed;
  bottom: 25px;
  right: 25px;
  display: none;
  color: #FFF !important;
  background: rgba(0, 0, 0, 0.5);
  border: 0;
  border-radius: 0px;
}