/************************************************************/
/* 															*/
/*	GRK CMS Responsive Framework 							*/
/*	Version 1.1 http://www.grkcms.com						*/
/*	Created for using with GRK CMS Templates 				*/
/*	Under Unlicense, http://unlicense.org/					*/
/* 															*/
/************************************************************/


@font-face {
	font-family: canada-type-gibson, sans-serif;
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: canada-type-gibson,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: canada-type-gibson,sans-serif;
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: canada-type-gibson,sans-serif;
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: big-caslon-fb, serif;
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}



/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* HTML ----------------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */

html {
	height: 100%;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* BODY ----------------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */

body {
	font-family: "canada-type-gibson",arial, helvetica, clean, sans-serif;
	font-size: 14px;
	line-height: 22px;
	line-height: 1.375rem;
	color: #000;
	background-color: #fff;
	font-weight: 400;
}
/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* LINKS ---------------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */

a {
	color: #981916;
	text-decoration: none;
	cursor: pointer;
}
a:visited {
	color: #981916;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	color: #333333;
}
a:focus {
	outline: none;
}
/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* TITLE ---------------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	line-height: normal;
}
h1, .h1 {
	font-size: 50px;
	margin-bottom: 10px;
	text-transform: uppercase;
	color: #000;
	font-weight: 900;
}
h2, .h2 {
	font-size: 36px;
	margin-bottom: 8px;
	font-weight: 400;
}
h3, .h3 {
	font-size: 28px;
	font-weight: 900;
	letter-spacing: 1px;
}
h3.red {
	color: #981916;
}
h3.red strong {
	font-weight: 900;
	color: #000;
}
h4, .h4 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 4px;
}
p {
	color: #000;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
}
strong {
	font-weight: 600;
}

.scrollToTop {
	height: 37px;
	width: 37px;
	position: fixed;
	right: 8px;
	bottom: 8px;
	text-align: center;
	text-decoration: none;
	display: none;
	z-index: 2;
}

/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* PARAGRAPH ------------------------------------------------------------------------------------------ */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */

small {
	font-size: 12px;
	font-size: 0.75rem;
}
sub, sup {
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
hr {
	border: 0;
	background: none;
	outline: 0;
	height: 1px;
	background-color: #aaaaaa;
	margin: 30px 0;
}


/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* TABLE ---------------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */

table {
	width: 100%;
	border-collapse: collapse;
	border-left: 0;
	background-color: #fff;
	border-spacing: 0;
	table-layout: fixed;
	word-wrap: break-word;
	-ms-word-wrap: break-word;
 *white-space: normal;
}
table th, table td {
	padding: 8px;
	line-height: 18px;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #eeeeee;
}
table thead th {
	vertical-align: bottom;
	font-weight: bold;
	background-color: #ffffff;
	color: #222222;
}
table tfoot td {
	font-weight: bold;
}
table caption {
	padding: .5em;
	font-style: italic;
	background-color: #eeeeee;
	border-bottom: 0;
	font-weight: bold;
}
/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* LIST ----------------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */

ul, ul ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ol, ol ol {
	list-style: decimal;
	margin: 4px 0 4px 25px;
	padding: 0;
}
/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* NAV ------------------------------------------------------------------------------------------------ */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */


header {
	height: 90px;
	text-align: center;
}

.back {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	text-align: center;
	width: 70px;
}
.back img {
	margin-top: 38px;
}
.other-home {
	position: absolute;
	left: 70px;
	top: 10px;
	bottom: 0;
	text-align: center;
	width: 60px;
	border: 1px solid #000;
	padding: 5px;
	display: block;
	height: 65px;
}
.other-home a {
	color: #000;
	float: left;
	padding: 0;
	width: 100%;
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-size: 8px;
	height: 20px;
	line-height: 33px;
	font-weight: 600;
	-webkit-transition: color 0.5s ease 0s;
	-moz-transition: color 0.5s ease 0s;
	-o-transition: color 0.5s ease 0s;
	transition: color 0.5s ease 0s;
}
.other-home a:first-child {
	border-bottom: 4px solid #981916;
	padding-bottom: 10px;
}
.other-home a:hover {
	color: #981916;
}
.other-home a.active {
	color: #CFCFCF;
}

.navigation {
	float: left;
	width: 100%;
	position: relative;
}
.navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width: auto;
	position: absolute;
}

.navigation ul:nth-child(3) {
	right: calc(50% - -80px);
	/*right: calc(50% - -80px); valore di prima */
}
.navigation ul:last-child {
	left:  calc(50% - -80px);
	/*left:  calc(50% - -80px); valore di prima */
}
.navigation ul li {
	display: inline-block;
	height: 80px;
	position: relative;
}
.navigation .logo {
	position: absolute;
	top: 13px;
	left: calc(50% - 70px);
	/*left: calc(50% - 70px); valore di prima */
}
.navigation .logo img {
	width: 140px;
	height: auto;
}

.navigation ul li a {
	background-color: #fff;
	color: #000;
	display: block;
	font-size: 18px;
	font-weight: 600;
	line-height: 40px;
	padding: 20px 22px;
	text-decoration: none;
	text-transform: uppercase;
}
.navigation ul li a span {
	color :#981916;
}
.navigation ul li a:hover {
	color: #981916;
	opacity: 1;
}
.navigation.art-gallery ul li a.active {
	border-bottom: 6px solid #981916;
}


.navigation.spazio ul li a b {
	background: #fff;
	position: relative;
	z-index: 1;
	font-weight: 600;
}
.navigation.spazio ul li a.active .active {
	display: none;
	width: 100%;
	border: 14px solid #981916;
	height: 10px;
	transform: translateY(-25px);
	-webkit-transform: translateY(-25px);
	-moz-transform: translateY(-25px);
	-ms-transform: translateY(-25px);
	-o-transform: translateY(-25px);
	z-index: 0;
	position: relative;
	width: calc(100% - 28px);
}
.navigation.spazio ul li a.active .active {
	display: block;
}
.content-inner {
	padding-top: 20px;
	padding-bottom: 20px;
}

#svgContainer {
	display: block;
	float: right;
	background:
			#981916;
	position: relative;
	width: 50px;
	height: 61px;
	z-index: 99;
	text-align: center;
	padding: 10px;
	text-decoration: none;
	line-height: 25px;
	cursor: pointer;
}
/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* CLASSI VARIE -------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */

.btn, .btn:visited {
	color: #000;
	display: inline-block;
	font-size: 18px;
	font-weight: 400;
	border-bottom: 10px solid #981916;
	padding-bottom: 7px;
	text-transform: uppercase;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.btn:hover {
	border-bottom: 6px solid #000;
}
.btn.btnBlack {
	background-color: #464647;
	line-height: 40px;
	opacity: 1;
	font-size: 15px;
}
.btn.btnBlack:hover {
	background-color: #000;
	color: #fff;
}
.velo {
	background: rgba(0,0,0,.4);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}


/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* IMPAGINATO GENERALE -------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */


.grecaptcha-badge {
	display: none;
}

.contents {
	background-color: #fff;
}

.top-logo {
	height: 80px;
}

.contents p img {
	width: auto;
}

.breadcrumb {
	position: fixed;
	left: -55px;
	top: calc(50vh - 150px);
}
.breadcrumb .number {
	color: #981916;
	font-size: 180px;
	font-weight: 900;
}
.breadcrumb .sezione {
	width: 40px;
	margin-left: 70px;
	margin-top: 90px;
	height: 100%;
	display: block;
	float: left;
	position: relative;
	padding-top: 56px;
}
.breadcrumb .sezione a {
	color: #000;
	text-transform: uppercase;
	float: right;
	display: inline-block;
	margin: 10px 0px;
	width: 100%;
	text-align: center;
	-webkit-transition: color 0.5s ease 0s;
	-moz-transition: color 0.5s ease 0s;
	-o-transition: color 0.5s ease 0s;
	transition: color 0.5s ease 0s;
}
.breadcrumb .sezione a:first-child {
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	font-weight: 200;
	width: 100px;
	transform-origin: left bottom;
	position: absolute;
	left: 30px;
	top: 25px;
}
.breadcrumb .sezione a i {
	color: #AAAAAA;
	font-size: 24px;
	margin-right: 3px;
	-webkit-transition: color 0.5s ease 0s;
	-moz-transition: color 0.5s ease 0s;
	-o-transition: color 0.5s ease 0s;
	transition: color 0.5s ease 0s;
}
.breadcrumb .sezione a.sitemap:hover {
	cursor: default;

}
.breadcrumb hr {
	background: #000;
	height: 55px;
	width: 1px;
	float: left;
	margin: 16px 17px;
}
.breadcrumb a:hover, .breadcrumb a:hover i {
	color: #981916;
}
.txt-container {
	text-align: center;
}
/*.txt-container h2 {
	border-left: 12px solid #981916;
	font-size: 40px;
	font-weight: 200;
	width: inherit;
}*/

.txt-container h2 span {
	font-size: 40px;
	font-weight: 200;
	height: 100%;
	width: 10px;
	border-left: 12px solid #981916;
	padding: 0 20px;
	text-transform: uppercase;
}
.txt-container p {
	max-width: 700px;
	margin: 50px auto;
}


h1.fixed {
	transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	position: fixed;
	/* right: -220px; */
	/* top: calc(50vh - 150px); */
	color: #000;
	/*font-size: 150px;*/
	font-size: 130px;
	/*font-weight: 600;*/
	font-weight: 900;
	right: -60px;
	top: 0;
	transform-origin: right bottom;
	white-space: nowrap;
}

/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* HOME -------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */


.intro-home {
	background: #000;
	height: 100vh;
}

.intro-home .absolute {
	position: absolute;
}
.intro-home .six {
	margin: 0;
	padding: 0;
	position: relative;
	height: 100%;
	width: 50%;
}
.intro-home .six:first-child {
	text-align: right;
	padding-right: 10%;
}
.intro-home .six:last-child {
	text-align: left;
	padding-left: 10%;
}
.intro-home .six .velo {
	opacity: 0;
}
.intro-home:hover .six .velo {
	opacity: 1;
}
.intro-home .six:hover .velo {
	opacity: 0;
}
.intro-home .btn {
	color: #fff;
}

.main-title h1 {
	font-size: 60px;
	padding-right: 40px;
	text-align: right;
}
.main-title h2 {
	font-size: 40px;
	font-weight: 900;
	padding-right: 40px;
	text-align: right;
}
.main-title h4 {
	font-size: 16px;
	font-weight: 200;
	margin-bottom: 15px;
	padding-right: 40px;
	text-align: right;
	text-transform: uppercase;
}



/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* EVENTI -------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */

.navigation ul.events-menu {
	z-index: 50;
	width: 327px;
	left: -119px;
	top: 90px;
	padding-bottom: 20px;
	opacity: 0;
	-webkit-transition: opacity 0.5s ease 0s;
	-moz-transition: opacity 0.5s ease 0s;
	-ms-transition: opacity 0.5s ease 0s;
	-o-transition: opacity 0.5s ease 0s;
	transition: opacity 0.5s ease 0s;
}
.navigation ul.events-menu.always {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
	opacity: 1;

}

#box-ricerca {
	position: absolute;
	z-index: 10;
	width: 250px;
	left: 28px;
	top: 86px;
	transform: translateX(0px);
	-webkit-transition: transform 0.5s ease 0s;
	-moz-transition: transform 0.5s ease 0s;
	-ms-transition: transform 0.5s ease 0s;
	-o-transition: transform 0.5s ease 0s;
	transition: transform 0.5s ease 0s;
}
#box-ricerca.open {
	transform: translateX(200px);
}
#box-ricerca span {
	cursor: pointer;
	cursor: hand;
	top: 7px;
	position: relative;
	left: 7px;
}
#box-ricerca span, #box-ricerca input {
	display: block;
	float: left;
}

#box-ricerca input {
	font-family: canada-type-gibson, sans-serif;
	font-weight: 400;
	width: 160px;
	padding: 10px;
	outline: none;
	-webkit-appearance: none !important;
	display: block;
	line-height: 10px;
	font-size: 18px;
	border: none;
	border-bottom: 1px solid #000;
	color: #AAAAAA;
	font-weight: 600;
	letter-spacing: .5px;
	box-shadow: none !important;
}
.menu-events {
	z-index: 20;
}
.menu-eventi:hover ul.events-menu {
	opacity: 1;

}
.moreEventsParent {
	display: none;
}
.moreEvents {
	display: inline-block;
	background: #981916;
	width: 150px;
	height: 150px;
	line-height: 150px;
	color: #FFF
}
.no-events {
	font-size: 40px;
	margin: 30px 0;
}

.events-container  {
	position: relative;
	min-height: 50vh;
}
.events-container .img-container {
	min-height: 600px;
	background-size: auto;
	background-repeat: no-repeat;
}
.events-container .span {
	background: #981916;
	position: absolute;
	top: 100px;
	bottom: 100px;
	width: 8px;
	left: calc(50% - 4px);
	z-index: 0;
}
.events-container .seven .velo {
	opacity: 1;
}
.events-container .seven:hover .velo {
	opacity: 0;
}

ul.events-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	background: #fff;
}
.navigation ul.events-menu li a {
	font-size: 14px;
	line-height: 20px;
	padding: 5px 5px;
}
ul.events-menu li {
	height: 30px;
	line-height: 30px;
	float: left;
	padding: 0 10px;
}
ul.events-menu li a {
	display: block;
}
ul.events-menu li.active a {
	border-bottom: 8px solid #981916;
}

.event {
	position: relative;
	z-index: 1;
}
.event .padding {
	padding-left: 50px;
}
.event.row-reverse .padding {
	padding-left: 0;
	padding-right: 50px;
	text-align: right;
}
.event h2 {
	font-size: 36px;
	text-transform: uppercase;
	font-weight: 600;
}
.event h3 {
	color: #AAAAAA;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 900;
	margin: 30px 0;
}
.event h4 {
	font-size: 18px;
	font-weight: 800;
	font-weight: 600;
}

.contents .event-img {
	width: auto;
	max-width: 50%;
}
.thumb {
	width: 10%;
	display: inline-block;
}



.social-share {
	text-align: center;
	border-bottom: 1px solid #CFCFCF;
	/*border-top: 1px solid #CFCFCF;*/
	max-width: 700px;
	margin: 50px auto;
	height: 40px;
	padding: 10px 0;
}
.social-share li {
	margin: 0 3px;
	padding: 0;
	display: inline-block;
	width: 40px;
}
.social-share li a {
	height: 45px;
	width: 45px;
	display: block;
	color: #981916;
	line-height: 50px;
	font-size: 25px;
	-webkit-transition: color 0.5s ease 0s;
	-moz-transition: color 0.5s ease 0s;
	-o-transition: color 0.5s ease 0s;
	transition: color 0.5s ease 0s;
}
.social-share li a:hover {
	color: #000;
}

	/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* LOCATION -------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */

.two-colums {
	column-count: 2;
	column-gap: 40px;
	text-align: justify;
}
.contents {
	margin-bottom: 100px;
}
.contents img {
	width: auto;
	height: auto;
	margin: 50px auto 70px;
	max-width: 100%;
}

/* GALLERY */

.gallery-container {
	line-height: 0;
}
.gallery-container div {
	margin: 0;
	padding: 0;
}
.gallery-container div.six {
	width: 50%;
}
.gallery-container a {
	display: block;
	padding: 12px;
	position: relative;
}
.gallery-container a span {
	background-color: #981916;
	color: #fff;
	position: absolute;
	left: -50px;
	top: 50px;
	font-size: 16px;
	font-weight: 900;
	padding: 12px 20px;
	text-transform: uppercase;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	letter-spacing: 1px;
	line-height: 24px;
}
.gallery-container div:nth-child(2) a span {
	left: inherit;
	right: -50px;
}
.art-gallery-images a span {
	font-size: 12px;
	font-weight: 600;
	padding: 12px;
	line-height: 18px;
}

/* PRENOTA */


.categorie-servizi .left {
	width: 20%;
	float: left;
	margin: 0;
	padding: 0;
}
.categorie-servizi svg {
	width: 100%;
}


.prenota-btn {
	position: relative;
	width: 650px;
	margin: 0 auto;
	margin-top: 50px;
}
.prenota-btn .txt {
	background: #981916;
	color: #fff;
	position: absolute;
	z-index: 0;
	top: -50px;
	right: 0;
	width: 298px;
	padding: 20px;
}
.prenota-btn .txt p {
	color: #fff;
	padding-left: 95px;
	text-align: left;
}
.prenota-btn a {
	position: relative;
	z-index: 1;
}

.btn-icon {
	background-color: #E31914;
	color: #fff;
	display: block;
	width: 400px;
	height: 120px;
	line-height: 125px;
	font-size: 25px;
	text-transform: uppercase;
}
.btn-icon strong {
	display: inline-block;
	border-right: 1px solid #000;
	padding-right: 35px;
	width: 240px;
	color: #fff;
text-align: center;
	-webkit-transition: color 0.5s ease 0s;
	-moz-transition: color 0.5s ease 0s;
	-o-transition: color 0.5s ease 0s;
	transition: color 0.5s ease 0s;
}
.btn-icon:hover strong {
	color: #000;
}

.btn-icon img {
	width: 25px;
	margin-left: 20px;
}



.tag, .tag:visited {
	background: #981916;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	color: #fff;
	display: inline-block;
	padding: 6px 10px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	width: auto;
	margin: 3px;
	font-weight: 900;
	letter-spacing: 1px;
	float: left;
}
.tag.active {
	background: #981916;
}
.tag:hover {
    color: #fff;
}


/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* INFO ----------------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */

#map-canvas {
	width: 100%;
	height: 400px;
	border: 10px solid #CFCFCF;
}



/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* ARTISTI ----------------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */

.artisti a {
	padding: 20px;
	position: relative;
	display: block;
}
.artisti h2 {
	background: #000;
	font-family: big-caslon-fb;
	font-size: 36px;
	color: #fff;
	padding: 5px 15px;
	position: absolute;
	left: 30px;
	bottom: 30px;
	padding-left: 40px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	z-index: 50;
}
.artisti a:hover h2 {
	background-color: #981916;
}

.intro-artista {
	margin-top: 60px;
}
.intro-artista .img-container {
	width: 320px;
	height: 320px;
	/* transform: translateY(-50px); */
	/* -webkit-transform: translateY(-50px); */
	/* -moz-transform: translateY(-50px); */
	/* -ms-transform: translateY(-50px); */
	/* -o-transform: translateY(-50px); */
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
}
.intro-artista h2 {
	font-family: big-caslon-fb;
	transform: translateY(-100px);
	-webkit-transform: translateY(-100px);
	-moz-transform: translateY(-100px);
	-ms-transform: translateY(-100px);
	-o-transform: translateY(-100px);
	color: #000;
}
.intro-artista h3 {
	font-family: big-caslon-fb;
}

.intro-artista .txt {
	background: #000;
	color: #fff;
	transform: translateX(-100px);
	-webkit-transform: translateX(-100px);
	-moz-transform: translateX(-100px);
	-ms-transform: translateX(-100px);
	-o-transform: translateX(-100px);
	width: calc(100% - 420px);
	margin: 60px 40px 40px 330px;
	padding: 40px 40px 40px 150px;
}
.intro-artista .txt a {
	color: #CFCFCF!important;
	font-weight: 600;
}
.intro-artista .txt .video h4 {
	margin-top: 20px;
	display: inline-block;
	padding: 0 10px 10px 10px;
	border-bottom: 5px solid #FFF;
}
.intro-artista .txt .video a {
	text-transform: uppercase;
	color: #981916!important;

}

.intro-artista p {
	color: #fff;
}
.intro-artista .absolute {
	position: absolute;
	top: 340px;
	width: 220px;
	text-align: center;
}
.intro-artista .absolute a {
	color: #000;
	font-size: 20px;
	margin: 0 8px;
	font-weight: 600;
}
.intro-artista .btn {
	color: #fff;
	border-bottom: 10px solid #fff;
}
.intro-artista .btn:hover {
	border-bottom: 10px solid #981916;
}
.intro-artista .mask {
	display: none;
}
.intro-artista .social-share {
	margin: 0;
	float: right;
	transform: translateY(-70px);
	border-bottom: none;
}
.intro-artista .social-share li {
	float: left;
	margin: 0;
}
.intro-artista .social-share li a {
	border-radius: 0;
	background: none;
	font-size: 20px;
}

.view-gallery {
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 30px;
	z-index: 9;
	padding: 10px;
}


.opera-detail .gallery {
	position: relative;
	display: block;

}
.gallery-container.opere-artisti-container .view-gallery, .opera-detail .view-gallery {
	right: 10px;
	padding: 5px 10px;
	background: rgba(0,0,0,.5);
}
.opera-detail .view-gallery {
	right: calc(50% - 30px);
}
.triangle {
	/* width: 0; */
	/* height: 0; */
	/* border-top: 100px solid #981916; */
	/* border-right: 100px solid transparent; */
	position: absolute;
	top: 5px;
	left: 5px;
	width: auto;
}
/*
.triangle strong {
	color: #fff;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	font-weight: 600;
	transform-origin: right bottom;
}
*/


.video-container {
	position:relative;
	padding-bottom:56.25%;
	height:0;
	overflow:hidden;
	margin-top: 20px;
}
.video-container iframe,
.video-container object,
.video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}


/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* OPERE ----------------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */

.opere-container {
	/* richiesta nuova impaginazione */
	line-height: 0;
}
.opere-container .six {
	width: 50%;
}
.opere-container a,
.gallery-container.opere-artisti-container a {
	padding: 20px;
	display: block;
	background-color: #F6F6F6;
	/*background: url("/library/pagination/icons/pattern.svg") 0 0 repeat;*/
	margin-bottom: 20px;
}
.gallery-container.opere-artisti-container a {
	margin-bottom: 40px;
}
.opere-container .img-quadrate a {
	margin-left: 10px;
}
.opere-container .img-quadrate:first-child a {
	margin-right: 10px;
	margin-left: 0;
}

.gallery-container.opere-artisti-container .img-quadrate a {
	margin-left: 20px;
}
.gallery-container.opere-artisti-container .img-quadrate:first-child a {
	margin-right: 20px;
	margin-left: 0;
}

.gallery-container.opere-artisti-container a p {
	width: calc(100% - 40px);
}

.opere-container a .opera-container-orizzontale,
.gallery-container.opere-artisti-container a .opera-container-orizzontale {
	width: 100%;
	height: calc(100vh - 450px);
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	min-height: 60vh;
}
.opere-container a .opera-container-quadrato,
.gallery-container.opere-artisti-container a .opera-container-quadrato {
	width: 100%;
	height: calc(100vh - 450px);
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	min-height: 50vh;
}

.display-mobile {
	display: none;
}


.opere-container a span {
	background-image: url(/library/pagination/icons/arrow-long.svg);
	background-position: 100% 50%;
	background-repeat: no-repeat;
	background-color: #000;
	color: #fff;
	position: absolute;
	/*right: 50px;
	bottom: 50px;*/
	right: 20px;
	bottom: calc(50% - 42px);
	font-size: 16px;
	padding: 4px 18px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	letter-spacing: 1px;
	line-height: 24px;
	overflow: hidden;
	width: 10px;
	height: 60px;
	white-space: nowrap;
}
.opere-container a span strong {
	line-height: 30px;
	text-align: right;
	float: right;
	padding-right: 18px;
	/*-webkit-transition: transform 0.5s ease .2s;
	-moz-transition: transform 0.5s ease .2s;
	-ms-transition: transform 0.5s ease .2s;
	-o-transition: transform 0.5s ease .2s;
	transition: transform 0.5s ease .2s;*/
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	transform: translateX(250px);
	opacity: 0;
	float: right;
	width: calc(100% - 18px);
	text-align: right;
}
.opere-container a:hover span {
	width: 250px;
}
.opere-container a:hover span strong {
	transform: translateX(0);
	opacity: 1;
}
.opere-container a span strong.autore {
	font-weight: 200;
}

.opere-container a span img {
	width: 25px;
}

.opere-container .relative {
	z-index: 1;
}
.opere-container span.riga {
	background: #981916;
	position: absolute;
	z-index: 0;
}
.opere-container span.riga.vert {
	bottom: -30px;
	width: 8px;
	left: calc(25% - 4px);
	height: 50px;
}
.opere-container span.riga.vert50 {
	bottom: -30px;
	width: 8px;
	left: calc(50% - 4px);
	height: 50px;
}
.opere-container span.riga.oriz {
	bottom: -30px;
	width: 50px;
	top: calc(50% - 4px);
	height: 8px;
	right: -20px;
}
.opera-detail-container {
	width: 100%;
	height: calc(92vh - 200px);
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;

}
.opera-detail h1 {
	margin-top: 3.5vh;
	text-transform: none;
	width: auto;
}
h1.underline span {
	border-bottom: 10px solid #981916;
	padding-bottom: 2px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.more-images {
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	background: rgba(12,22,32,.5);
	text-align: center;
	z-index: 1;
}
.more-images div {
	height: 100%;
	width: 100%;
	position: relative;
}
.more-images strong {
	position: absolute;
	right: 20px;
	bottom: 70px;
	text-align: right;
	font-size: 50px;
	color: #fff;
	border-bottom: 5px solid #981916;
	line-height: 50px;
}
.more-images p {
	position: absolute;
	right: 20px;
	bottom: 4px;
	text-align: right;
	font-size: 14px;
	color: #fff;
	line-height: 50px;
	text-transform: uppercase;
}
.blur {
	filter: blur(4px);
}
span.blur  {
	display: none;
}

.tot-opere {
	position: absolute;
	top: 20px;
	right: 20px;
	bottom: 27px;
	left: 20px;
	text-align: center;
	z-index: 1;
	background: rgba(12,22,32,.45);
	-webkit-transition: background 0.5s ease 0s;
	-moz-transition: background 0.5s ease 0s;
	-o-transition: background 0.5s ease 0s;
	transition: background 0.5s ease 0s;
}
.tot-opere div {
	height: 100%;
	width: 100%;
	position: relative;
}
.tot-opere strong {
	position: absolute;
	right: 20px;
	bottom: 70px;
	text-align: right;
	font-size: 50px;
	color: #fff;
	border-bottom: 5px solid #981916;
	line-height: 50px;
}
.tot-opere p {
	position: absolute;
	right: 20px;
	bottom: 4px;
	text-align: right;
	font-size: 14px;
	color: #fff;
	line-height: 50px;
	text-transform: uppercase;
}
.tot-opere:hover {
	background: rgba(12,22,32,.1);
}



/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* FOOTER ----------------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */


.footer {
	background-color: #981916;
	color: #fff;
	position: relative;
	margin-top: 100px;
}
.footer .padding {
	padding: 30px 20%;
	float: left;
}
.footer h3 {
	color: #000;
	/* font-weight: 400; */
	transform: translateY(-100px);
	-webkit-transform: translateY(-100px);
	-moz-transform: translateY(-100px);
	-ms-transform: translateY(-100px);
	-o-transform: translateY(-100px);
	font-family: big-caslon-fb;
}
.footer p {
	color: #fff;
}
.footer img {
	transform: translateY(-100px);
	-webkit-transform: translateY(-100px);
	-moz-transform: translateY(-100px);
	-ms-transform: translateY(-100px);
	-o-transform:translateY(-100px);
}
.footer .txt {
	padding-left: 60px;
}

.low-footer, .low-footer p {
	font-size: 13px;
	text-align: center;
}
.low-footer p:first-child {
	width: 900px;
	margin: 20px auto;
}
.low-footer, .low-footer a {
	color: #000;
	-webkit-transition: color 0.5s ease 0s;
	-moz-transition: color 0.5s ease 0s;
	-o-transition: color 0.5s ease 0s;
	transition: color 0.5s ease 0s;
}
.low-footer, .low-footer a:hover {
	color: #981916;
}


/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* HOME ----------------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */

.main-intro {
	color: #000;
    line-height: 50px;
	text-transform: none;
}
a:hover .main-intro {
	color: #981916;
}
.claim {
	 color: #000000;
    font-size: 18px;
    font-weight: lighter;
    left: 180px;
    line-height: 84px;
    position: absolute;
}
h1.bg-red a {
	width: 100%;
	font-weight: 500;
	background-color: #981916;
	color: #fff;
	text-align: center;
	display: block;
	line-height: 35px;
}
h1.bg-red a:hover {
	color: #000;
}



/* home intro */
.home_intro a h1 {
	color: #828385;
	text-align: center;
	font-size: 25px;
}
.home_intro a:hover h1 {
	color: #981916;
}
.home_intro a .imgContainer {
	padding: 0;
	line-height: 0;
	background-color: #fff;
	position: relative;
}
.home_intro a .imgContainer {
	position: relative;
	overflow: hidden;
}
.home_intro a:hover .imgContainer {
	background-color: #fff;
}
.home_intro a .imgContainer i {
    background-color: #981916;
    border-radius: 40px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px;
    color: #FFFFFF;
    font-size: 70px;
    left: 66px;
    opacity: 0;
    padding: 15px;
    position: absolute;
    top: 73px;
    transition: opacity 0.3s ease 0s;
}

.home_intro .imgContainer img {
	opacity: 1;
    transition: opacity 0.3s ease 0s;
}

.home_intro a:hover .imgContainer img {
	opacity:.5;
}
.home_intro a:hover .imgContainer {
	background-color: #000;
}
.home_intro a .txtContainer p, .home_intro a .txtContainer h2, .home_intro a .txtContainer h3 {
	color: #828385;
	transition: color 0.3s ease 0s;
}
.home_intro a:hover .txtContainer h2 {
	color: #981916;
	transition: color 0.3s ease 0s;
}
.home_intro a .txtContainer em {
	font-weight: bold;
	transition: color 0.3s ease 0s;
}
.imgContainer h1 {
	background-color: #fff;
	margin: 0;
	padding-bottom: 10px;
}
.galleryHome {
	height: 270px;
	overflow: hidden;
	padding: 0;
	padding-top: 20px;
	margin: 0;
}
.galleryHome img {
	height: 250px;
	width: auto;
	float: left;
	margin: 0;
	padding: 0;
}
#galleryCont {
	width: 5000px;
}

/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* PAGINA --------------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */



.detail h1 {
	font-size: 36px;
}
.detail h2 {
	color: #981916;
	font-size: 26px;
	font-weight: 600;
}
.detail h3 {
	color: #aaaaaa;
	font-size: 20px;
	margin: 20px 0 15px;
}
/*
ul.submenu {
	margin: 0;
}
ul.submenu li {
	border-bottom: 1px solid #EAE8E8;
	width: 100%;
	margin: 0;
}
ul.submenu li a {
    background-color: #fff;
    color: #828385;
    display: block;
    padding: 7px;
    position: relative;
    text-decoration: none;
    transition: background-color 0.3s ease 0s;
}
ul.submenu li a:hover {
    background-color: #e3e6e7;
}
ul.submenu li a.active {
    background-color: #e3e6e7;
}
.utility li  {
    float: left;
	margin-right: 3px;
}
.utility li a {
    background-color: #828385;
    color: #FFFFFF;
    display: block;
    float: none;
    font-size: 18px;
    height: 35px;
    line-height: 36px;
    margin: 5px auto 0;
    position: relative;
    text-align: center;
    width: 35px;
	cursor: pointer;
}
.utility li a.next, .utility li a.prev {
    background-color: #000;
}*/

/* CSS Document */
/*.pagination {
	height: 25px;
	padding-top: 5px;
	text-align: left;
	background-color:#fff;
	font-size: 12px;
	border-bottom: 1px solid #D2D4D5;
	padding-left: 10px;
	padding-right: 10px;
	width: 439px;
}

.pagination a {
    text-decoration: none;
	color: #981916;
	cursor: pointer;
	cursor: hand;
}

.pagination a:hover {
    text-decoration: underline;
	color: #981916;
}

.pagination a, .pagination span {
    padding: 0.3em 0.5em;
    margin-right: 2px;
	margin-bottom: 5px;
	color:#981916;
	font-weight: normal;
}

.pagination .current {
	font-weight: bold;
	color: #515151;
}

.pagination .current.prev, .pagination .current.next{
	color:#515151;
}



.utility li a:hover {
    background-color: #981916;
}
.utility li a.disabled {
    background-color: #E3E6E7;
	cursor: default;
}
.searchCont {
	background-color: #E3E6E7;
	text-align: center;
	margin-top: 3px;
	padding: 10px 25px;
	clear: both;
	float: left;
}
.searchform {
	width: 240px;
}
.searchform input {
	margin: 0 !important;
}
.riga {
	border-bottom: 1px solid #E3E6E7;
	margin-bottom: 20px;
}*/

/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* FORM ------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */

.categorie-servizi a.active path, .categorie-servizi a.active rect {
	stroke: red !important;
}
.categorie-servizi a.active .st0 {
	fill: red !important;
}
.categorie-servizi a.active path.st0 {
	stroke: none !important;
}

/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* NEW FORM DESIGN ------------------------------------------------------------------------------------ */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */

.contact-wrap {
	padding: 0;
}
.login .contact-wrap {
	padding: 0;
}

.contact-form {

}
.contact-form .input-block {
	background: #fff;
	border: none;
	border-bottom: 1px solid #000;
	width: 100%;
	height: 60px;
	padding: 15px;
	position: relative;
	margin-bottom: 15px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.contact-form .input-block input {
	font-family: canada-type-gibson,sans-serif;
	font-weight: 400;
	text-indent: 0;
	padding-top: 15px;
	outline: none;
	-webkit-appearance: none !important;
	width: 100%;
}
.contact-form .input-block textarea {
	text-indent: 0;
	padding-top: 11px;
	width: 100%;
	-webkit-appearance: none !important;
	outline: none;
	font-family: canada-type-gibson,sans-serif;
	font-weight: 400;
}

.contact-form .textarea {
	height: auto;
}
.contact-form .form-control {
	height: auto;
	resize: none;
}
.contact-form label, .contact-form label {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: absolute;
	left: 15px;
	display: block;
	margin: 0;
	z-index: 1;
	line-height: 10px;
	top: 25px;
	font-size: 20px;
	color: #AAAAAA;
	font-weight: 600;
	letter-spacing: .5px;
}

.contact-form .legale-newsletter label {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
	position: relative;
	left: auto;
	display: inline;
	margin: 0;
	z-index: 1;
	line-height: normal;
	top: auto;
	font-size: 12px;
	color: #000000;
	font-weight: 400;
	letter-spacing: .5px;
}
.contact-form .condizioni-privacy {
	line-height: 20px;
}
.contact-form .condizioni-privacy label {
	top: 0;
	left: 0;
}
.contact-form .form-control {
	background-color: transparent;
	padding: 0;
	border: none;
	box-shadow: none;
	height: auto;
	position: relative;
	z-index: 2;
	font-size: 18px;
	color: #000000;
}
.contact-form .form-control:focus label {
	top: 0;
}
.contact-form .submit_form {
	margin-top: 15px;
}
.contact-form .error input, .contact-form  input.error, .contact-form label.error,
.contact-form .error textarea, .contact-form  textarea.error {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	color: #981916 !important;
	opacity: 1!important;
}
input[type='checkbox'].error {
	-webkit-box-shadow: 0px 0px 0px 1px #981916 !important;
	-moz-box-shadow: 0px 0px 0px 1px #981916 !important;
	box-shadow: 0px 0px 0px 1px #981916 !important;

}



.contact-form .btn {
	color: #000;
	margin-top: 15px;
}

#form_container {
	position: relative;
}

#loader, .loader {
	position: absolute;
	background: rgba(255,255,255,.9);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 99;
	text-align: center;
}
#okForm h3 {
	margin-top: 15px;
}


/* CUSTOMIZATION ----------------------------------------------------------------------------------------- */


#richiesta .column {
	padding: 0;
}
#richiesta .six {
	width: 48%;
	margin-right: 2%;
}
#richiesta .six:last-child {
	margin-right: 0;
}
#richiesta.contact-form .input-block, .input-block {
	background-color: #fff;
	height: 60px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 10px;
	box-sizing: border-box;
	border: none;
	border-bottom: 1px solid #000;
}
#richiesta.contact-form .input-block.text-area, .input-block.text-area {
	height: auto;
	border-bottom: none;
	border: 1px solid #000;
}
#richiesta.contact-form .textarea
 {
	height: auto;
	margin-bottom: 0;
}

#richiesta h4, #richiesta a h4 {
	font-size: 20px;
	color: #B34749;
}


.contact-form .note-legali label, .contact-form .iscrizione-newsletter label {
	left: 40px;
	top: 10px;
}
.contact-form .note-legali input,
.contact-form .iscrizione-newsletter input {
	padding: 0;
	margin: 0;
	border: solid 1px #E2E6EB;
	background: #FFFFFF;
	width: 30px;
	height: 30px;
	float: left;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

