@charset "utf-8";
/*	
	CSS Document
	Author:		FRANCESCO DEDONI (francesco.dedoni@gmail.com)
	Copyright:	(c) 2015 Angelo Petrucci. All rights reserved.

	C S S  R E S E T
*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
body{line-height:1}
ol,ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
table{border-collapse:collapse;border-spacing:0}
/*
	F O N T S
*/
@font-face {
    font-family: 'oswald_regular';
    src: url('../fonts/oswald/oswald-regular-webfont.eot');
    src: url('../fonts/oswald/oswald-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/oswald/oswald-regular-webfont.woff2') format('woff2'),
         url('../fonts/oswald/oswald-regular-webfont.woff') format('woff'),
         url('../fonts/oswald/oswald-regular-webfont.ttf') format('truetype'),
         url('../fonts/oswald/oswald-regular-webfont.svg#oswald_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'texgyrescholaregular';
    src: url('../fonts/texgyreschola/texgyreschola-regular-webfont.eot');
    src: url('../fonts/texgyreschola/texgyreschola-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/texgyreschola/texgyreschola-regular-webfont.woff2') format('woff2'),
         url('../fonts/texgyreschola/texgyreschola-regular-webfont.woff') format('woff'),
         url('../fonts/texgyreschola/texgyreschola-regular-webfont.ttf') format('truetype'),
         url('../fonts/texgyreschola/texgyreschola-regular-webfont.svg#texgyrescholaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'texgyrescholaitalic';
    src: url('../fonts/texgyreschola/texgyreschola-italic-webfont.eot');
    src: url('../fonts/texgyreschola/texgyreschola-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/texgyreschola/texgyreschola-italic-webfont.woff2') format('woff2'),
         url('../fonts/texgyreschola/texgyreschola-italic-webfont.woff') format('woff'),
         url('../fonts/texgyreschola/texgyreschola-italic-webfont.ttf') format('truetype'),
         url('../fonts/texgyreschola/texgyreschola-italic-webfont.svg#texgyrescholaitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotolight';
    src: url('../fonts/roboto/roboto-light-webfont.eot');
    src: url('../fonts/roboto/roboto-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto/roboto-light-webfont.woff2') format('woff2'),
         url('../fonts/roboto/roboto-light-webfont.woff') format('woff'),
         url('../fonts/roboto/roboto-light-webfont.ttf') format('truetype'),
         url('../fonts/roboto/roboto-light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotoblack';
    src: url('../fonts/roboto/roboto-black-webfont.eot');
    src: url('../fonts/roboto/roboto-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto/roboto-black-webfont.woff2') format('woff2'),
         url('../fonts/roboto/roboto-black-webfont.woff') format('woff'),
         url('../fonts/roboto/roboto-black-webfont.ttf') format('truetype'),
         url('../fonts/roboto/roboto-black-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'montserratregular';
    src: url('../fonts/montserrat/montserrat-regular-webfont.eot');
    src: url('../fonts/montserrat/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/montserrat/montserrat-regular-webfont.woff2') format('woff2'),
         url('../fonts/montserrat/montserrat-regular-webfont.woff') format('woff'),
         url('../fonts/montserrat/montserrat-regular-webfont.ttf') format('truetype'),
         url('../fonts/montserrat/montserrat-regular-webfont.svg#montserratbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*-----------FONT-FAMILY-----------------*/

body,p,h2,h3,h4,h5,h6 { font-family: 'robotolight', Calibri, Optima, sans-serif; }
header nav, .footer-column-title, .language a, .post-title  { font-family: 'oswald_regular', 'roboto_condensedregular', sans-serif; }
h1, .galleries-tabs li, .galleries-year, .prizes span, em, .mail { font-family: 'montserratregular', Georgia, serif; }

/*-----------TEXT-DECORATION-----------------*/

p a:hover, .mail:hover { text-decoration: none; border-bottom: 1px solid #b3aca4 rgba(0,0,0,1.0);}
a, header a, header a:hover, .carousel-nav a, .back-to-top { text-decoration: none; border: none; }

.galleries li a, .language a, p a {border-bottom: 1px solid #222222; }
.galleries li a:hover, .language a:hover, p a:hover { border-bottom: 1px solid #b3aca4; }
footer a li, .mail {border-bottom: 1px solid #ffd299; }
footer a li:hover, .mail:hover {border-bottom: 1px solid #222222; }

/*-----------FONT-SIZE-----------------*/

h1 { font-size: 2em; }
h2 { font-size: 1.6em; }
h3, .galleries-text em, footer em, .footer-navigation li, .prizes span { font-size: 1.2em; }
.galleries-tabs li, h4, .address, .galleries-year { font-size: 1.1em; }
h5 { font-size: 0.9em; }
h6 { font-size: 0.8em; }
.content, .footer-column, .copyright, .carousel-nav a  { 							font-size: 0.8em; }
header nav, .content, .footer-low, .language, .rg-caption p {		font-size: 0.9em; }
.footer-column-title {					font-size: 1.5em; }
.mail {						font-size: 1.4em; }

/*-----------LINE-HEIGHT-----------------*/

p, .footer-low { 					line-height: 1.6em }
footer,.post-date .day,.post-date .month, .post-title, .galleries-text em, .galleries-text span  { line-height: 1.2em; }
.copyright p, .address {	line-height: 1em; }
.copyright p {	line-height: 1em; }

/*-----------FONT-WEIGHT-----------------*/

.language p a { font-weight: normal; }
p a, .galleries-tabs .gallery-link-selected, .carousel-nav a  { font-weight: bold; }
header nav, .logo, .language a, .post-title, .footer-column-title { text-transform: uppercase; }

header nav { 				letter-spacing: 0.15em; }
body,h1,h2,h3,h4,h5,h6 {	letter-spacing: 0.02em; }

header nav, .footer-high, .back-to-top, .gallery-link, .gallery-link-selected, .galleries-tabs, .post-date, .galleries-text, .rg-image-wrapper,
.rg-caption, .rg-thumbs { 	text-align: center; }


/*
	C O L O R S
*/
body {
	background: #222222 url(../img/bg-grain.png) repeat scroll 0 0;
	color: #b3aca4;
}
::selection {
	background: #ffd299; 		/* WebKit/Blink Browsers */
	color: #222222;
}
::-moz-selection {
	background: #ffd299; 		/* WebKit/Blink Browsers */
	color: #222222;
}
h2,h3,h4,h5,h6,a {				/* TITOLI E LINK */
	color: #ccc5bc;
}
h1 a {
	color: #F2D8A9;
}
h1 a:hover {
	color: #ffd299;
	/*D1A63F troppo scuro*/
}
a:hover {
	color: #ffd299;
}
.footer-high {
	background: #ffd299 url(../img/bg-grain.png) repeat scroll 0 0;
	color: #222222;
}
.footer-high a {							/* link footer alto */
	color: #222222			/*#222222*/;
}
.footer-high a:hover {					/* link footer alto hover */
	color: #0d0c0c;
}
.footer-navigation ul .menu-selected {	/* voce navigazione footer selezionata */
	color: #99958d;
}
footer h4 {
	color: #F2EAE4;
}
.galleries-tabs {
	background: #222222 url(../img/bg-grain.png) repeat scroll 0 0;
}
.galleries-tabs .gallery-link-selected em:hover {
	color: #ffd299;
}
.gallery-link-selected, .gallery-link-selected:hover {
	color: #ffd299;
}
.blog h3:hover{
	color: #fff6eb;
	transition: color 0.2s linear 0s;
}
/*
	GENERALI
*/
html {
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
    hyphens: auto;
	font-size: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
.break-word {
    word-wrap: break-word;
}
body {
	max-width: 100%;
	width: 100%;
	height: auto;
	float: left;
	position: relative;
}
header, content, footer {
	width: 100%;
}
h1,h2,h3,h4,h5,h6 {
	display: inline;
}
p, dd {
	margin-bottom: 0.5em;
}
img, embed, object, video {
	/*max-width: 100%;*/
}
.ie6 img {
	width: 100%;
}
a {
	-moz-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	-ms-transition: color 0.2s linear;
	-webkit-transition: color 0.2s linear;
	transition: color 0.2s linear;
}
blockquote {
	margin-top: 0.6em;
	margin-bottom: 0.6em;
	padding-left: 1em;
	border-left: 0.15em solid #ccc5bc;
}
.bg-home {
	background: url(../img/bg-home.png) right bottom no-repeat;
}
.bg-bio {
	background: url(../img/bg-bio.png) right top no-repeat;
}
.bg-critics {
	background: url(../img/bg-critics.png) left top no-repeat;
}
.bg-critics2 {
	background: url(../img/bg-critics2.png) right bottom no-repeat;
}
/*
	HEADER
*/
header {
	display: inline-block;
	padding: 1em 0;
	position: fixed;
	height: auto;
	margin: 0;
	z-index: 9997;
	background: #222222 url(../img/bg-grain.png) repeat scroll 0 0;
}
.header-gallery {
	padding: 1em 0;
}
header nav, .logo {
	width: 33.3%;
	float: left;
}
header nav {
	margin-top: 0.2em;
}
.logo {
	display: inline-block;
    text-align: center;
	margin-top: 0.2em;
	opacity: 1;
	transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
.nav-left {
	float: right;
}
.nav-right {
	float: left;
}
.nav-resp {
	display: none;
}
.logo:hover {
	opacity: 0.9;
}
.site-title-name {
	color: #cc6633;
}
.site-title-surname {
	color: #ffd299;
}
nav li {
	display: inline-block;
	margin: 1em;
}
nav ul .menu-selected {
	color: #ffd299;
}
.breadcrumbs {
	display: none;
	float: left;
	padding-left: 7.5%;
	width: 80%;
	font-size: 0.75em;
}
.breadcrumbs div {
	display: inline;
}
/*----------------CSS FOR RESPOND NAVIGATION--------------*/
/*nav {
	float: left;
}*/
#menu-icon {
	padding-top: 5px;
	width: 30px;
	height: 30px;
	background: #222222 url(../img/nav-icon.png) center;
}
a:hover#menu-icon {
	background: #222222 url(../img/nav-icon-hover.png) center;
}
/*
	FOOTER
*/
footer {
	top: 60px;
	position: relative;
}
.footer-high {
	padding: 1em 0;
}
.footer-high {
	width: 100%;
	min-height: 15em;
	float: left;
}
.footer-high  ::selection {
	background: #222222;
	color: #ffd299;
}
.footer-high  ::-moz-selection {
	background: #222222;
	color: #ffd299;
}
.footer-low {
	width: 100%;
	float: left;
	/*padding-top: 1em;*/
}
.footer-low  p{
	padding-bottom: 0.5em;
}
.footer-column {
	width: 100%;
	padding: 1.5em 0;
	float: left;
	min-height: 100%;
}
.footer-column em {
	padding-bottom: 0.5em;
	display: block;
}
.footer-big-element ul, .footer-big-element dd {
	margin-top: 0.75em;
}
footer li {
	margin: 0.5em 0;
}
.prizes li, .contact li {
	/*background: url("../img/div.png") repeat-x scroll 0 100% rgba(0, 0, 0, 0);*/
	padding-bottom: 0.1625em;
}
.address {
	padding: 1em 0;
}
.address-name, .address-job, .address-address {
	line-height: 1.5em;
	float: clear;
}
.address-name {
	font-family: 'montserratregular', Georgia, serif;
	font-size: 1.2em;
}
.address div {
	display: inline;
}
.address em {
	padding-top: 0.5em;
}
.links {
	/*background: url("../img/div.png") repeat-x scroll 0 100% rgba(0, 0, 0, 0);*/
	padding: 0.75em 0;
}
.footer-navigation li {
	/*background: url("../img/div.png") repeat-x scroll 0 100% rgba(0, 0, 0, 0);*/
	padding-bottom: 0.3em;
}
.mail-box {
	width: 30%;
	margin: 0 35%;
}
.mail {
	padding: 0.5em 0;
	text-align: center;
}
.links {
	width: 100%;
}
.social-icon img{
	width: 2.5em;
	list-style: inherit;
	margin: 0 0.5em;
}
.back-to-top {
	float: left;
	width: 100%;
	overflow: visible;
}
.back-to-top img{
	opacity: 0.7;
}
.back-to-top img:hover {
	opacity: 1.0;
}
.language, .copyright {
	/*width: 47.5%;*/
	display: inline;
	background: #222222 url(../img/bg-grain.png) repeat scroll 0 0;
}
.language {
	float: left;
	padding-left: 2.5%;
	display: none;
}
.language a {
	padding: 1.25%;
	margin-top: 0.75em;
	display: inline-block;
}
.language .language-not-selected {
	color: #99958d;
}
.copyright {
	text-align: right;
	float: right;
	padding-right: 2.5%;
	padding-top: 1.1em;
}

/*
	CONTENT
*/
.content {
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
	top: 60px;
	position: relative;
}
.content-gallery {
	margin: 2em 0;
}
.intro, .galleries, .biography, .critics, .exhibitions, .blog, .home-critics {
	width: 60%;
	overflow: hidden;
	float: none;
	margin: 0 auto;
	height: 100%;
}
.biography, .galleries {
	/*background: url("../img/div.png") repeat-x scroll 0 100% rgba(0, 0, 0, 0);*/
}
.intro, .critics {
	padding: 0.75em 0;
}
.home-critics em {
	font-size: 1.3em;
}
.home-critics p {
	color: #ffd299;
}
.home-critics .author {
	float: right;
	font-family: "texgyrescholaregular", Georgia, serif;
}
.home-critics blockquote{
	border-left: 0.15em solid #ffd299;
}
.home-critics h2 {
	display: none;
}
.galleries, .exhibitions {
	display: block;
	margin-top: 2.5em;
}
.swiper-wrapper figcaption {
	display: none;
}
/*
	HOME GALLERIES SELECTION
*/
.galleries h2 {
	margin-bottom: 1em;
	display: block;
}
.galleries-title {
	display: block;
	text-align: center;
}
.galleries-text, .galleries img {
	margin: 0 10%;
}
.galleries-text {
	width: 80%;
	height: 80%;
	display: block;
	padding-top: 0.75em;
	padding-bottom: 0.5em;
}
.galleries-text em, .galleries-text span {
	display: inline;
}
.galleries-text span {
	margin-top: -0.5em;
}
.galleries ul {
	display: block;
	margin-top: 1em;
}
.galleries img {
	width: 80%;
	/*height: 80%;		SAFARI STRETCH IMAGES		*/
	border-radius: 5%;
	opacity: 1;
	-webkit-transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-ms-transition: opacity .25s ease-in-out;
	-o-transition: opacity .25s ease-in-out;
	transition: opacity .25s ease-in-out;
}
.galleries img:hover {
	filter: alpha(opacity=50);
	opacity: 0.8;
}
/* */
.galleries-element {
	width: 25%;
	float: left;
	display: inline-block;
	margin-bottom: 1em;
}
.galleries-element {
	display: block;
}
/*
	GALLERY PAGE
*/
.gallery-nav, .gallery-nav-bottom {
	width: 100%;
	text-align: center;
	display: inline-block;
	max-width: 75%;
	margin: 1em 12.5%;
}
.gallery-nav-bottom {
	margin-bottom: 1em;
}
.gallery-page-title {
	margin-bottom: 1em;
	display: inline-block;
	margin: 0 auto;
	width: 25%;
}
.gallery-next, .gallery-prev  {
	margin-top: 0.5em;
	line-height: 0.55em;
	padding-top: 1.5em;
}
.gallery-prev {
	float: left;
	width: 25%;
	text-align: left;
}
.gallery-next {
	float: right;
	width: 25%;
	text-align: right;
}
.gallery-nav-button {
	width: 22px;
	height: 22px;
}
.gallery-nav-button-next {
	float: right;
	margin-left: 2.5%;
}
.gallery-nav-button-prev {
	float: left;
	margin-right: 2.5%;
}
.caption {
	line-height: 1.3em;
}
.caption h3 {
	font-family: 'montserratregular';
}
/*.caption-spec {
	font-size: 0.8em;
	display: inline-block;
}*/
.gallery-link, .gallery-link-selected {
	width: 16.66666666666667%;
	float: none;
	padding: 0 auto;
}
.galleries-tabs li {
	display: inline-block;
	padding: 0.5em 0.75em;
}
.galleries-tabs {
	padding-bottom: 2.5em;
}
/*
--------------------------------- BIOGRAPHY PAGE
*/
.biography {
	padding-top: 1em;
}
.exhibitions li {
	padding-bottom: 0.325em;
}
.exhibitions .tab {
	padding-left: 2.5em;
}
.exhibitions .minitab {
	padding-left: 0.5em;
}
.photo {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-height:25em;
	overflow: hidden;
}
.photo img {
	max-width: 100%;
}
.exhibitions-title {
	display: block;
	text-align: center;
}
.exhibition-type {
	font-family: 'robotoblack';
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-weight: black;
	display: block;
	padding-top: 0.5em;
}
/*
	CRITICS PAGE
*/
article {
	margin-bottom: 2em;
}
.article-date, article .italic {
	font-family: 'texgyrescholaitalic';
}
article .italic {
	font-size: 1.4em;
}
.critics-title {
	line-height: 1.5em;
}
/*
	SWIPER
*/

.swiper-container img{
    width: auto;
    height:auto;
    max-height:100%;
	max-width: 100%;
}

.swiper-container {
	max-width: 100%;
	max-height: 35em;
	
	width: 100%;
	height: auto;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	/*display: flex;*/
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

/*
	GALLERY
*/
.title {
	font-family: 'texgyrescholaitalic';
}
.gallery-item {
	width: 23.125%;
	float: left;
	margin-right: 2.5%;
}
.gallery-item-last {
	width: 23.125%;
	float: left;
	margin-right: 0;
}
.larger-image-link {
	width: 10%;
}

/*
	HOVER FADE EFFECT
*/
.item-fade{
    opacity: 0.9;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
.hover:hover{
    opacity: 1.0;
}