/*
Theme Name: Kmstudio theme
Author: kmstudio.it
Description: Tema principale di The Apartment Pictures
Version: 1.0
*/

/*--- SLICK FONT ---------------*/
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('assets/js/class/slick/fonts/slick.eot');
  src: url('assets/js/class/slick/fonts/slick.eot?#iefix') format('embedded-opentype'), url('assets/js/class/slick/fonts/slick.woff') format('woff'), url('assets/js/class/slick/fonts/slick.ttf') format('truetype'), url('assets/js/class/slick/fonts/slick.svg#slick') format('svg');
}
/*--- FINE > SLICK FONT --------*/

html {
	font-size: 15px;
	height: 100%;
}
html, body {
	
}

body {
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
    background-color: #fff;
	color: #000;
	padding: 0;
	margin: 0;
	min-height: 100%;
	position: relative;
}

body.no-scroll {
	overflow: hidden;
}

h1 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 2.5rem;
    margin: 1.2em 0 1.2em 0;
    color: #b21F24;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 4px;
}
h1 span {
    color: #b21F24;
}

h2 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 2.5rem;
    margin: 1.2em 0 1.2em 0;
    color: #b21F24;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 4px;
}
h3 {
	
}
h4 {
	font-weight: 400;
    font-size: 1.3rem;
    margin: 0 0 2px 0;
    padding: 0;
}

b, strong {
    font-weight: 500;
}

a,
button {
	color: #b21F24;
	-webkit-transition: color 400ms,
				background-color 400ms,
				border 400ms;
	-o-transition: color 400ms,
				background-color 400ms,
				border 400ms;
	transition: color 400ms,
				background-color 400ms,
				border 400ms;
	text-decoration: none;
}
a:hover,
button:hover {
	color: #000;
    text-decoration: none;
}
a,
a:hover,
a:link,
a:visited,
a:active {
	outline: none;
}

hr {
	border-top: 1px solid #ccc;
    margin-top: 1.7rem;
    margin-bottom: 1.7rem;
}

time {
	display: inline-block;
}

p {
	line-height: 1.3;
}

.overlay-bg {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 9999;
	opacity: 1;
	transition: opacity 800ms;
    
}
.overlay-bg.inactive {
	opacity: 0;
	pointer-events: none;
}

.fancybox-thumbs {
    top: auto;
    width: auto;
    bottom: 0;
    left: 0;
    right : 0;
    height: 95px;
    padding: 10px 10px 5px 10px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.3);
}

.fancybox-show-thumbs .fancybox-inner {
    right: 0;
    bottom: 95px;
}

#modal-container {
	/*
    position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
    margin: auto;
	z-index: 9999;
	opacity: 0;
	transition: opacity 400ms;
    pointer-events: none;
    */
}
body.activate-modal-container {
    overflow: hidden;
}
body.activate-modal-container #modal-container {
    opacity: 1;
    pointer-events: all;
}

/*--- BOOTSTRAP OVERWRITE ---------------------------------------------------*/

/*--- FINE > BOOTSTRAP OVERWRITE --------------------------------------------*/

/*--- NAVIGATION RESPONSIVE -------------------------------------------------*/
nav.nav-responsive {
	position: fixed;
	top: 0;
	bottom: 0;
	height: 100%;
	background-color: #aaa;
	z-index: 9999;
	padding: 0;
	opacity: 0;
	overflow-y: auto;
	transition: all 300ms;
}
nav.nav-responsive.position-left {
	transform: translateX(-100%);
	left: 0;
}
nav.nav-responsive.position-right {
	transform: translateX(100%);
	right: 0;
}
nav.nav-responsive header {
	margin-top: 10px;
	margin-bottom: 20px;
}
nav.nav-responsive header .logo {
	
}
nav.nav-responsive header .logo img {
	width: 200px;
}
nav.nav-responsive header .menu-close {
	
}
nav.nav-responsive header .menu-close span {
	cursor: pointer;
	font-size: 2.5rem;
	transition: background-color 600ms,
				color 600ms,
				transform 500ms cubic-bezier(.67,-0.09,.58,1);
	transform: rotate(0deg);
	display: block;
	color: #000;
}
nav.nav-responsive header .menu-close span:hover {
	transform: rotate(180deg);
}
nav.nav-responsive header .menu-close span:before {
	width: auto;
}
nav.nav-responsive ul {
	padding: 0;
	margin: 0 -15px 20px -15px;
	list-style-type: none;
}
nav.nav-responsive ul li {
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	list-style-type: none;
}
nav.nav-responsive ul li ul {
	padding: 0;
	margin: 0 0 10px 0;
}
nav.nav-responsive ul li ul li {
	text-transform: none;
}
nav.nav-responsive ul li ul li a {
	padding-left: 40px;
}
nav.nav-responsive ul li a {
	color: #000;
	font-weight: 400;
	display: block;
	padding: 10px 20px;
	text-decoration: none;
}
nav.nav-responsive ul li a:hover {
	color: #fff;
	background-color: #b21F24;
	text-decoration: none;
}
nav.nav-responsive ul li a span {
    color: #b21F24;
    -webkit-transition: color 400ms,
				background-color 400ms,
				border 400ms;
	-o-transition: color 400ms,
				background-color 400ms,
				border 400ms;
	transition: color 400ms,
				background-color 400ms,
				border 400ms;
}
nav.nav-responsive ul li a:hover span {
    color: #fff;
}
nav.nav-responsive ul li a:not([href]) {
	color: #fff;
}
nav.nav-responsive ul li a:not([href]):hover {
	background-color: transparent;
	color: #fff;
	cursor: default;
}

nav.nav-responsive ul.language_menu {
    padding: 0;
    margin: 0;
}
nav.nav-responsive ul.language_menu li {
    padding: 0;
    margin: 0;
    display: inline-block;
}
nav.nav-responsive ul.language_menu li a {
    padding: 5px 10px;
}
/*---------------------------------------------------------------------------*/

/*--- HEADER ----------------------------------------------------------------*/
header.site {
    position: absolute;
    width: 100%;
    z-index: 2;
    top: 0;
}
header.site .logo {
    width: 250px;
    margin: 0;
    padding: 0;
}
header.site .logo span {
    text-indent: -9999px;
    display: block;
    height: 0;
}
header.site .logo .show-responsive {
    display: none;
}
header.site ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
header.site ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 0.9rem;
}
header.site ul li a {
    color: #fff;
    text-decoration: none;
}
header.site ul li a:hover {
    color: #b21F24;
    text-decoration: none;
}

header.site .right-to-logo > * {
    margin-right: 8rem;
}
header.site .right-to-logo > *:last-of-type {
    margin-right: 0;
}
header.site ul.site-languages {
    display: -ms-flexbox;
    display: flex;
}
header.site ul.site-languages li {
    margin: 0 5px 0 0;
}
header.site ul.site-languages li:before {
    content: "|";
    color: #fff;
}
header.site ul.site-languages li.active a {
    color: #b21F24;
}
header.site ul.site-languages li:last-child {
    margin: 0;
}
header.site ul.site-languages li:first-child:before {
    content: " ";
}
header.site .hamburger-responsive {
    display: none;
    cursor: pointer;
}
header.site .hamburger-responsive span {
	font-size: 2.6rem;
}

header.site ul.navigation {
    padding: 20px 0;
}
header.site ul.navigation li {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    margin: 0 30px 0 0;
    font-size: 0.9rem;
    letter-spacing: 1px;
}
header.site ul.navigation li:last-child {
    margin: 0;
}
header.site ul.navigation li a span {
    color: #b21F24;
}
header.site ul.navigation li.only-responsive {
    display: none;
}
/*--- FINE > HEADER ---------------------------------------------------------*/

/*--- STILI GENERALI --------------------------------------------------------*/
.chi-siamo-logo {
    text-align: center;
    margin-top: 3.5rem;
    margin-bottom: 4rem;
}
.chi-siamo-logo img {
    width: 480px;
}

.popup-over-site {
	position: fixed;
	background-color: #fff;
	top: 50%;
	left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    pointer-events: none;
    transition: opacity 500ms;
    z-index: 10000;
    padding: 20px;
    border: 4px solid #b21F24;
}
.popup-over-site.activated {
    opacity: 1;
    pointer-events: all;
}
.popup-over-site .close-modal {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #b21F24;
    -webkit-transition: color 400ms,
				background-color 400ms,
				border 400ms;
	-o-transition: color 400ms,
				background-color 400ms,
				border 400ms;
	transition: color 400ms,
				background-color 400ms,
				border 400ms;
}
.popup-over-site .close-modal:hover {
    color: #fff;
    background-color: #b21F24;
    cursor: pointer;
}

.button-default {
    
}
.button-default a {
    text-transform: uppercase;
    font-size: 1.1rem;
    font-weight: 500;
    display: inline-block;
    border: 1px solid #b21F24;
    color: #b21F24;
    padding: 6px 20px;
}
.button-default a:hover {
    background-color: #b21F24;
    color: #fff;
    text-decoration: none;
}

.in-rilievo {
    position: relative;
}
.in-rilievo:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100px;
    z-index: 1;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0+100;Neutral+Density */
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
    pointer-events: none;
}
.in-rilievo figure {
	height: 600px;
	position: relative;
    margin: 0;
}
.in-rilievo.in-rilievo-mini figure {
	height: 430px;
	position: relative;
    margin: 0;
}
.in-rilievo .bg {
	background-position: center 50%;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	width: 100%;
}
.in-rilievo.opacity .bg:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
}
.in-rilievo .bg a {
    display: block;
    height: 100%;
    width: 100%;
}
.in-rilievo figure .overlapped-information {
	position: absolute;
	bottom: 40px;
	text-align: center;
	width: 100%;
    padding: 20px 0;
    pointer-events: none;
}
.in-rilievo figure .overlapped-information h2 {
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    font-size: 1.5rem;
    margin: 0 0 1rem 0;
    letter-spacing: 3px;
}
.in-rilievo figure .overlapped-information h2 span {
    transition: background-color 400ms ease-in-out;
}
.in-rilievo figure:hover .overlapped-information h2 span {
    background-color: #b21F24;
}
.in-rilievo figure .overlapped-information h2 span {
    border: 1px solid #b21F24;
    display: inline-block;
    padding: 12px 25px;
}
.in-rilievo figure .overlapped-information h2 span small {
    display: block;
}
.in-rilievo figure .overlapped-information a {
    text-transform: uppercase;
    color: #fff;
    font-size: 1rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    margin: 0 0 25px 0;
    letter-spacing: 2px;
}
.in-rilievo figure .overlapped-information .tag {
    color: #fff;
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 400;
    display: inline-block;
    padding: 0 30px;
    border-left: 1px solid #b21F24;
    border-right: 1px solid #b21F24;
    line-height: 1em;
}
.in-rilievo .slick-arrow {
	position: absolute;
	bottom: 0;
	color: #fff;
	z-index: 1;
	margin: auto;
	font-size: 3em;
	background-color: transparent;
	transition: background-color 400ms ease-in-out, color 450ms ease-in-out;
	cursor: pointer;
    margin-bottom: 90px;
    padding: 0 40px;
}
.in-rilievo .slick-arrow:not(.slick-disabled):hover {
	color: #b21F24;
}
.in-rilievo .slick-arrow [class^="icon-"]:before {
	/*
    line-height: 0;
	display: block;
    */
}

.share-on {
    text-align: center;
    margin-top: 2rem;
}
.share-on h3 {
	display: inline-block;
	border-bottom: 1px solid #b21F24;
	width: 250px;
	text-transform: uppercase;
	color: #b21F24;
	font-size: 1rem;
	letter-spacing: 1px;
	padding: 0.6rem;
    margin-bottom: 1rem;
}
.share-on .icons a {
    font-size: 1.2rem;
}

ul.social-network {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
ul.social-network li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    color: #b21F24;
    font-size: 0.8rem;
}
ul.social-network li a {
    color: #b21F24;
    text-decoration: none;
}
ul.social-network li a:hover {
    color: #000;
    text-decoration: none;
}
ul.social-network ul li:last-child {
    margin: 0 !important;
}
ul.social-network li a {
    font-size: 1.7rem;
}
/*--- FINE > STILI GENERALI -------------------------------------------------*/
.impact-sentence {
    font-size: 1.3rem;
    color: #000;
    text-transform: uppercase;
}
.impact-sentence span {
	color: #b21F24;
	margin: 2px;
	display: inline-block;
}

.multi-strip-card {
    
}
.multi-strip-card .single-card {
    padding: 50px 0;
}
.multi-strip-card.msc-alternate-color .single-card:nth-child(even) {
    background-color: #f6f8f9;
}
.multi-strip-card.msc-unique-color .single-card {
    background-color: #f6f8f9;
}
.multi-strip-card .single-card:first-child {
    margin-top: 4em;
}
.multi-strip-card .single-card h2 {
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 2rem;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin: 0 0 60px 0;
    color: #b21F24;
}
.multi-strip-card .single-card h2 span {
    color: #666;
}
.multi-strip-card .single-card article figure {
    margin: 0;
}
.multi-strip-card .single-card article:last-child {
    padding: 0 !important;
}
.multi-strip-card .single-card article.cover {
    padding: 0 10% 0 0;
}
.multi-strip-card .single-card article.news {
    padding: 0 5% 0 0;
}
.multi-strip-card .single-card article.news figure {
    margin-bottom: 20px;
}
.multi-strip-card .single-card article.news .details {
    height: 170px;
}
.multi-strip-card .single-card article.news .details .content-text h3 {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 1.3rem;
    letter-spacing: 1px;
    margin: 0 0 20px 0;
}
.multi-strip-card .single-card article.news .details .content-text h3 a {
    color: #b21F24;
    text-decoration: none;
}
.multi-strip-card .single-card article.news .details .content-text h3 a:hover {
    color: #666;
    text-decoration: none;
}
.multi-strip-card .single-card .social {
    
}
.multi-strip-card .single-card .social h2 {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 1.3rem;
    letter-spacing: 1px;
    margin: 0 0 20px 0;
    color: #666;
    text-transform: uppercase;
    text-align: left;
}
.multi-strip-card .single-card .social h2 span {
    color: #b21F24;
}

.indigo-button a {
	display: inline-block;
	border-left: 1px solid #b21F24;
	border-right: 1px solid #b21F24;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0px 20px;
    font-size: 0.9rem;
}
.indigo-button.indigo-complete-button a {
	border: 1px solid #b21F24;
    background-color: #b21F24;
    color: #fff;
    padding: 5px 20px;
}
.indigo-button a:hover {
	text-decoration: none;
    color: #b21F24;
    border-left: 1px solid #666;
	border-right: 1px solid #666;
}
.indigo-button.indigo-complete-button a:hover {
	border: 1px solid #8d98a1;
    background-color: #8d98a1;
    color: #fff;
}

.social-sharing {
	cursor: pointer;
	position: relative;
	display: inline-block;
}
.social-sharing > a.share-btn {
	color: #8d98a1;
	font-size: 1em;
	text-decoration: none;
    transform: rotate(180deg);
    display: inline-block;
    border-radius: 30%;
}
.social-sharing > a.share-btn:hover {
	text-decoration: none;
	color: #b21F24;
}
.social-sharing[data-position='left'] .share-box-socials {
	right: 15px;
}
.social-sharing[data-position='left'] .share-box-socials:after {
	border-bottom: 5px solid transparent;
	border-right: 5px solid #000;
	border-top: 5px solid #000;
	border-left: 5px solid transparent;
	right: 0;
}
.social-sharing[data-position='right'] .share-box-socials {
	left: 15px;
}
.social-sharing[data-position='right'] .share-box-socials:after {
	border-bottom: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #b21F24;
	border-left: 5px solid #b21F24;
	left: 0;
}
.social-sharing .share-box-socials {
	position: absolute;
	cursor: auto;
	bottom: 45px;
	white-space: nowrap;
	background-color: #b21F24;
	box-sizing: border-box;
	opacity: 0;
	-webkit-transform: scale(0);
			transform: scale(0);
	-webkit-transform-origin: right bottom;
			transform-origin: right bottom;
	transition: transform 400ms, opacity 400ms !important;
	z-index: 1;
}
.social-sharing .share-box-socials:after {
	position: absolute;
	bottom: -10px;
	display: block;
	content: '';
	width: 0;
	height: 0;
}
.social-sharing .share-box-socials a {
	display: inline-block;
	padding: 5px;
	color: #fff !important;
	text-align: center;
	transition: background-color 400ms,
                color 400ms,
                box-shadow 400ms ease-in-out;
	box-sizing: border-box;
}
.social-sharing .share-box-socials a:hover {
	background-color: #fff;
    color: #b21F24 !important;
    box-shadow: 0 0 0 4px;
}
.social-sharing[data-position='right'] .share-box-socials .share-btn:first-child:after {
    border-bottom: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #b21F24;
    border-left: 5px solid #b21F24;
    left: 0;
}
.social-sharing[data-position='left'] .share-box-socials .share-btn:last-child:after {
    border-bottom: 5px solid transparent;
	border-right: 5px solid #b21F24;
	border-top: 5px solid #b21F24;
	border-left: 5px solid transparent;
    right: 0;
}
.social-sharing .share-box-socials .share-btn:after {
    content: "";
    position: absolute;
    bottom: -10px;
    z-index: 1;
    -webkit-transition: border 400ms !important;
    -o-transition: border 400ms !important;
    transition: border 400ms !important;
}
.social-sharing[data-position='right'] .share-box-socials .share-btn:first-child:hover:after {
    border-bottom: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    border-left: 5px solid #fff;
}
.social-sharing[data-position='left'] .share-box-socials .share-btn:last-child:hover:after {
    border-bottom: 5px solid transparent;
	border-right: 5px solid #fff;
	border-top: 5px solid #fff;
	border-left: 5px solid transparent;
}
.social-sharing.opened .share-box-socials {
	opacity: 1;
	transition: transform .3s cubic-bezier(0,.74,.16,1.13), opacity .6s;
	-webkit-transform: scale(1);
			transform: scale(1);
}
.social-sharing.opened > a.share-btn {
    color: #b21F24;
}

.cover-effect figure {
    position: relative;
    overflow: hidden;
}
.cover-effect figure img {
	transition: transform 400ms ease-out;
    display: block;
    -webkit-backface-visibility: hidden;
}
.cover-effect figure:hover img {
	transform: scale(1.02);
}

.pagination {
    margin: 2em 0;
}
.pagination h2 {
    display: none;
}
.pagination .nav-links {
    font-weight: 500;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    font-size: 0.9rem;
}
.pagination .nav-links .page-numbers {
    padding: 0px 5px;
    display: inline-block;
    color: #b21F24;
    position: relative;
    margin-right: 5px;
}
.pagination .nav-links .page-numbers:after {
    content: "-";
    font-weight: 500;
    margin: 0 4px 0 0;
    position: absolute;
    right: -11px;
    color: #b21F24;
}
.pagination .nav-links .page-numbers:last-child:after {
    content: "";
    margin: 0;
}
.pagination .nav-links a {
    background-color: transparent;
    text-decoration: none;
}
.pagination .nav-links a:hover {
    background-color: #b21F24;
    color: #fff;
    text-decoration: none;
}
.pagination .nav-links .current {
    background-color: #b21F24;
    color: #fff;
    cursor: default;
}
.pagination .nav-links .prev {
    display: none;
}
.pagination .nav-links .next {
    /*display: none;*/
}

.category-catalogue {
	margin-bottom: 3em;
}
.category-catalogue ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.category-catalogue ul li {
	margin: 0 20px 0 0;
	padding: 0;
	list-style-type: none;
	text-transform: uppercase;
    font-family: 'Playfair Display', serif;
	font-weight: 400;
	font-size: 0.84rem;
    letter-spacing: 2px;
}
.category-catalogue ul li:last-child {
	margin: 0;
}
.category-catalogue ul li a {
	color: #000;
	text-decoration: none;
}
.category-catalogue ul li a:hover,
.category-catalogue ul li a.current {
	color: #b21F24;
}
/*--- PAGINA RICERCA --------------------------------------------------------*/

/*--- FINE > PAGINA RICERCA -------------------------------------------------*/

/*--- HOMEPAGE --------------------------------------------------------------*/
.slickSlider .slick-arrow.slick-prev {
	left: 10%;
}
.slickSlider .slick-arrow.slick-next {
	right: 10%;
}
.slickSlider .slick-arrow.slick-disabled {
    color: #555;
    cursor: default;
}
.slickSlider ul.slick-dots {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.slickSlider ul.slick-dots li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.slickSlider ul.slick-dots li button {
	border: none;
	background-color: transparent;
	color: #b21F24;
	font-weight: 500;
    font-size: 0.9rem;
    padding: 0px 5px;
}
.slickSlider ul.slick-dots li button:hover,
.slickSlider ul.slick-dots li.slick-active button {
	background-color: #b21F24;
	color: #fff;
}
.slickSlider ul.slick-dots li:after {
	content: "-";
    font-weight: 500;
    margin: 0 2px;
}
.slickSlider ul.slick-dots li:last-child:after {
	content: "";
    margin: 0;
}

.about-us-home {
    margin-bottom: 5rem;
}
.about-us-home .columns {
    -webkit-column-count: 2; /* Old Chrome, Safari and Opera */
    -moz-column-count: 2; /* Old Firefox */
    column-count: 2;
    margin-bottom: 3rem;
}
.about-us-home .columns p {
    margin: 0;
}

.bg-sfumatura {
    background-image: url("assets/image/bg-sfumatura.jpg");
    background-repeat: none;
    background-size: cover;
    background-position: center;
    height: 350px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 5rem;
}
.bg-sfumatura img {
    width: 550px;
}

.production-home {
    
}
.production-home .single-production {
    padding: 2rem;
}
.production-home .single-production figure {
    margin-bottom: 0.8rem;
    overflow: hidden;
}
.production-home .single-production figure img {
    transition: transform 400ms ease-in-out;
}
.production-home .single-production figure:hover img {
    transform: scale(1.1);
}
.production-home .single-production .type {
    text-transform: uppercase;
    font-weight: 500;
    color: #000;
    font-size: 1rem;
    letter-spacing: 1px;
    margin-bottom: 0.7rem;
}
.production-home .single-production h2 {
    text-align: left;
    text-transform: uppercase;
    font-weight: 700;
    color: #b21F24;
    font-size: 1.8rem;
    letter-spacing: 1px;
    margin: 0 0 0.5rem 0;
}
.production-home .single-production h2 small {
    display: block;
}
.production-home .single-production p {
    margin-bottom: 0.2rem;
}
.production-home .single-production span {
    text-transform: uppercase;
}
/*--- FINE > HOMEPAGE -------------------------------------------------------*/

/*--- CATALOGO (ARCHIVE) ----------------------------------------------------*/
.archive-catalogue {
    
}
.archive-catalogue table tr th.title {
    /*font-family: 'Playfair Display', serif;*/
    font-weight: 500;
}
.archive-catalogue table tr th.title a {
    color: #b21F24;
    text-decoration: none;
}
.archive-catalogue table tr th.title a:hover {
    color: #000;
    text-decoration: none;
}
.archive-catalogue table tr .year_production {
    
}
.archive-catalogue table tr > * {
    padding: 0 1.5em 0.3em 0;
    white-space: nowrap;
}
.archive-catalogue table tr > *:last-child {
    padding-right: 0;
}


.archive-catalogue .post-row {
    margin: 0 -4em;
}
.archive-catalogue article {
    width: calc(33.333% - 8em);
    margin: 2em 4em;
}
/*--- FINE > CATALOGO (ARCHIVE) ---------------------------------------------*/

/*--- CATALOGO (SINGLE) -----------------------------------------------------*/
.single-catalogue {
    
}
.single-catalogue .type {
    text-align: center;
	text-transform: uppercase;
	font-weight: 500;
	border-bottom: 1px solid #b21F24;
	margin: 2rem auto 1rem;
	padding-bottom: 0.4rem;
	width: 350px;
}
.single-catalogue header.production {
    margin: 0 0 2em 0;
}
.single-catalogue h1 {
    margin: 0 0 0 0;
}
.single-catalogue h1 small {
    display: block;
}
.single-catalogue .small-title {
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.2rem;
    color: #b21F24;
}
.single-catalogue .media-buttons {
    text-align: center;
    margin-bottom: 5rem;
}
.single-catalogue .media-buttons > * {
    margin-right: 1.5rem;
}
.single-catalogue .media-buttons > *:last-child {
    margin-right: 0;
}
.single-catalogue h2 {
    text-transform: none;
    font-weight: 700;
    font-size: 1.7rem;
    text-align: left;
    margin: 2rem 0 1rem 0;
    color: #000;
    letter-spacing: 1px;
}
.single-catalogue .column-right h2:first-of-type {
    margin-top: 0;
}
.single-catalogue .column-left figure {
    margin-bottom: 0.5rem;
    overflow: hidden;
}
.single-catalogue .column-left figure img {
    transition: transform 400ms ease-in-out;
}
.single-catalogue .column-left figure:hover img {
    transform: scale(1.1);
}
.single-catalogue .column-left h2 {
    text-transform: uppercase;
    font-size: 1.2rem;
    color: #b21F24;
    margin: 1.5rem 0 0.1rem 0;
}
.single-catalogue ul.catalogue-features {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.single-catalogue ul.catalogue-features li {
	margin: 0 0 0.3em 0;
	padding: 0;
	list-style-type: none;
	text-transform: uppercase;
	font-weight: 300;
	line-height: 1;
    color: #b21F24;
    font-size: 0.9rem;
}
.single-catalogue ul.catalogue-features li span {
    color: #000;
}
.single-catalogue .column-left p {
    text-transform: uppercase;
    font-size: 0.9rem;
}
/*--- FINE > CATALOGO (SINGLE) ----------------------------------------------*/

/*--- INDIGO STORE ----------------------------------------------------------*/
.indigo-store {
    
}
.indigo-store .cat-icon {
    font-size: 1.5rem;
    text-align: center;
}
.indigo-store .cat-icon span {
    display: inline-block;
    background-color: #999;
    color: #fff;
    border-radius: 100%;
    padding: 5px 8px;
}
.indigo-store h2 {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 1.8rem;
    text-transform: uppercase;
    letter-spacing: 8px;
    margin: 0.5em 0 2em 0;
}
.indigo-store .carousel-products {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
    -webkit-touch-callout: auto;
    -khtml-user-select: auto;
}
.indigo-store .carousel-products .item {
    margin-bottom: 3em;
}
.indigo-store .carousel-products .item figure {
    /*margin: 0 20px 0 0;*/
    margin: 0;
}
.indigo-store .carousel-products .item figure img {
    /*width: 170px;*/
}
.indigo-store .carousel-products .details {
    /*padding-left: 0;*/
}
.indigo-store .carousel-products .details h3 {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 1.3rem;
    text-transform: uppercase;
    color: #b21F24;
}
.indigo-store .carousel-products .details p {
    font-size: 0.9rem;
    margin-bottom: 1.6em;
}
.indigo-store .carousel-products .details .stores {
    
}
.indigo-store .carousel-products .details .stores a {
    margin: 10px;
}
.indigo-store .carousel-products .details .stores a:last-child {
    
}
.indigo-store .carousel-products .details .stores a > * {
    width: 90px;
}
.buy-on-stores {
    width: 500px;
}
.buy-on-stores .title {
	font-family: 'Playfair Display', serif;
	font-weight: 400;
	font-size: 1.3rem;
	text-transform: uppercase;
	color: #b21F24;
	text-align: center;
	letter-spacing: 2px;
	line-height: 1.1;
	margin-bottom: 0.3em;
}
.buy-on-stores .title-small {
	font-weight: 300;
	font-size: 0.9rem;
	text-transform: uppercase;
	color: #000;
	text-align: center;
	letter-spacing: 1px;
    margin-bottom: 1rem;
}
.buy-on-stores .director {
    font-weight: 300;
    font-size: 0.9rem;
    color: #000;
    text-align: center;
}
.buy-on-stores hr {
	border-top: 1px solid #eee;
	margin-top: 1.2rem;
	margin-bottom: 1.2rem;
}
.buy-on-stores ul {
	margin: 0 0 5px 0;
    padding: 0;
    list-style-type: none;
}
.buy-on-stores ul li {
	margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
}
.buy-on-stores ul li a {
	text-decoration: none;
	color: #b21F24;
	padding: 5px 5px;
	display: block;
}
.buy-on-stores ul li a:hover {
	text-decoration: none;
	background-color: #b21F24;
    color: #fff;
}
/*--- FINE > INDIGO STORE ---------------------------------------------------*/

/*--- POST (ARCHIVIO) -------------------------------------------------------*/
.post-archive .post-row {
    margin-bottom: 60px;
}
.post-archive article figure {
	margin-bottom: 20px;
}
.post-archive article .details .content-text h3 {
	font-family: 'Playfair Display', serif;
	font-weight: 400;
	font-size: 1.3rem;
	letter-spacing: 1px;
	margin: 0 0 20px 0;
}
.post-archive article .details .content-text h3 a {
    color: #b21F24;
    text-decoration: none;
}
.post-archive article .details .content-text h3 a:hover {
    color: #666;
    text-decoration: none;
}
/*--- FINE > POST (ARCHIVIO) ------------------------------------------------*/

/*--- ARTICLE (SINGLE) ------------------------------------------------------*/
.single {
    
}
.single figure {
    margin-bottom: 3em;
}
/*--- FINE > ARTICLE (SINGLE) -----------------------------------------------*/

/*--- AREA STAMPA -----------------------------------------------------------*/
.area-stampa {
    
}
.area-stampa ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.area-stampa ul li {
    margin: 0 0 5px 0;
    padding: 0;
    list-style-type: none;
    font-size: 1.3rem;
}
.area-stampa ul li a {
    color: #666;
}
.area-stampa ul li a:hover {
    text-decoration: none;
    color: #b21F24;
}
.area-stampa ul li a:before {
    font-family: 'indigofilm';
    content: '\f16b';
    margin-right: 5px;
    text-decoration: none;
}
.area-stampa ul li a:hover:before {
    text-decoration: none;
    border: none;
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    font-variant: normal;
    text-transform: none;
}
/*--- FINE > AREA STAMPA ----------------------------------------------------*/


/*--- INIZIO > PARTNERS -----------------------------------------------------*/
.partners .loghi-partners .single-logo {
    margin-bottom: 1.4rem;
}
/*--- FINE > PARTNERS -------------------------------------------------------*/

main {
	min-height: 900px;
}
main.page {
	margin-bottom: 50px;
}
body.error404 main {
    
}

/*--- FOOTER ----------------------------------------------------------------*/
footer.site {
    background-color: #000;
    padding: 1.5rem 0;
    margin-top: 4rem;
    color: #fff;
}
footer.site .logo {
    text-align: center;
    margin-bottom: 2rem;
}
footer.site .logo img {
    width: 220px;
}
footer.site .brand {
    text-align: center;
    margin-bottom: 2rem;
}
footer.site .brand p {
    margin: 0;
    font-size: 0.8rem;
}
footer.site .brand img {
    width: 100px;
}
footer.site ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
footer.site ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    color: #fff;
    font-size: 0.8rem;
}
footer.site ul li a {
    color: #fff;
    text-decoration: none;
}
footer.site ul li a:hover {
    color: #b21F24;
    text-decoration: none;
}
footer.site ul li:last-child {
    margin: 0 !important;
}

footer.site ul.copyright {
    text-align: center;
}
footer.site ul.copyright li {
    
}
footer.site ul.copyright li:after {
    content: "-";
    margin: 0 0.2rem;
}
footer.site ul.copyright li:last-child:after {
    content: "";
    margin: 0;
}

footer.site .social-network {
    margin-top: 1rem;
}
footer.site .social-network li a {
    font-size: 1.7rem;
}

footer.site ul.footer-navigation li {
    margin: 0 20px 0 0;
    text-transform: uppercase;
}
/*
footer.site ul.footer-navigation li.current-menu-item a {
    color: #b21F24;
}
*/
footer.site ul.footer-navigation li a span {
    color: #b21F24;
}
/*--- FINE > FOOTER ---------------------------------------------------------*/

/*--- Glyphicon Spin (rotate animate) ---*/
.glyphicon-spin {
	-webkit-animation: spin 1000ms infinite linear;
	animation: spin 1000ms infinite linear;
	display: inline-block;
}
@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
/*------------------------*/