/*
*	CHIARA MENGO - CSS
*	Designed by TeroTero int
*	www.terotero.com
*	All Rights reserved ©
*/
h1{
	    font-family: 'Titillium Web';
    font-weight: 600;
}
h2{     font-family: 'Titillium Web';
    font-weight: 600;
     }
p{font-family: 'Titillium Web';}
a{font-family: 'Titillium Web';}
a:focus, a:hover {
    color: #3D1F7D;
    text-decoration: none;
}
.type-homepage .navbar {display: none;}
body.type-homepage {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3d1f7d+0,442a86+50,4d3691+100 */
background: #3d1f7d; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #3d1f7d 0%, #442a86 50%, #4d3691 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #3d1f7d 0%,#442a86 50%,#4d3691 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #3d1f7d 0%,#442a86 50%,#4d3691 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d1f7d', endColorstr='#4d3691',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    background-attachment: fixed;
}
.type-homepage #footer {display: none;}
.intro-home {
    text-align: center;
    color: #fff;
}
img.logo-home {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    max-width: 500px;
}
.intro-home h1 {
    font-family: 'ClanPro';
    letter-spacing: 20px;
    font-size: 46px;
    font-weight: 800;
}
.intro-home h2 {
    font-family: 'ClanPro';
    letter-spacing: 10px;
    font-size: 24px;
    font-weight: 100;
}
.home-menu ul {
    padding-left: 0;
    margin: 0 auto;
    text-align: center;
        margin-top: 50px;
}
.home-menu li {
    display: inline-block;
    margin: 30px;
    font-size: 30px;
}
.home-menu a {
    color: #fff;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 200;
        letter-spacing: 10px;
}
html {height: 100%;}
.navbar-default {
    background-color: #3d1f7d;
    border-color: transparent;
    border-radius: 0;
    min-height: 100px;
    margin-bottom: 0;
}
.navbar-brand>img {
    display: inline-block;
    max-height: 80px;
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 10px 15px;
    font-size: 18px;
    line-height: 20px;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-family: 'Titillium Web';
    font-size: 20px;
    font-weight: 200;
    letter-spacing: 6px;
}
.navbar-right {
    margin-top: 15px;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #FFF;
    background-color: transparent;
    opacity: 0.9;
}
.blocchi-rollover img.img-responsive{
    display: block;
    max-width: 100%;
    height: auto;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -webkit-filter: grayscale(100%) brightness(65%) contrast(260%);
    filter: grayscale(100%) brightness(135%) contrast(120%);
}
section.blocchi-rollover .contents {
    position: relative;
    overflow: hidden;
}
.breadcrumb-container {
    display: none;
}
section.blocchi-rollover .contents:hover .rollover {
    background-color: rgba(61,31,125,1);
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s;
    transition: transform 0.4s, opacity 0.1s;
}
section.blocchi-rollover .rollover {
	    background-color: rgba(61,31,125,1);
height: 100px;
    width: 100%;
    top: auto;
    bottom: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
    transition: transform 0.4s, opacity 0.1s 0.3s;
        -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
section.blocchi-rollover .contents:hover img.img-responsive {
    -webkit-transform: translateY(-50px) scale(1.1);
    transform: translateY(-50px) scale(1.1);
    -webkit-transform: translateY(-50px) scale(1.1);
    -moz-transform: translateY(-50px) scale(1.1);
    -ms-transform: translateY(-50px) scale(1.1);
    transform: translateY(-100px) scale(1.1);
}
.rollover h1.title {
    text-align: left;
    padding-left: 30px;
    font-size: 30px;
    padding-bottom: 0;
    margin-bottom: 5px;
        margin-top: 20px;
}
.rollover p {
    text-align: left;
    padding-left: 30px;
    font-weight: 100;
}
.rollover a {
    float: right;
    display: inline-block;
    position: absolute;
    right: 30px;
    top: 35px;
    /* bottom: 0; */
    vertical-align: middle;
    color: #fff;
    border: 1px solid #fff;
    padding: 9px 12px;
}
img.overlay-img {
    position: absolute;
    z-index: 9999;
    top: 100px;
    left: 0;
    width: 75%;
}
.overlay-img {
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 100px;
    /* background-position: 0%; */
    left: 0;
    background-size: contain;
    z-index: 9;
    /* display: flex; */
        pointer-events: none;
}
/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */

@media (max-width: 768px){
    .grid-sizer,
.grid-item {
  width: 100%;
}
}
@media (min-width: 768px){

.edge-to-edge  .grid-sizer, .edge-to-edge
.grid-item {
  width: 50% !important;
}
.container .grid-sizer, .container
.grid-item {
width: 355px !important;
}
}
@media (min-width: 992px){
.edge-to-edge  .grid-sizer, .edge-to-edge
.grid-item {
  width: 33.33333333% !important;
}
.container .grid-sizer, .container
.grid-item {
width: 465px !important;
}
}
@media (min-width: 1200px){
.edge-to-edge  .grid-sizer, .edge-to-edge
.grid-item {
  width: 25% !important;
}
.container  .grid-sizer, .container
.grid-item {
  width: 380px !important;
}
}


.grid-item {
  float: left;
}

.grid-item img {
  display: block;
  width: 100%;
}
/* Mansory */
.mcontent:hover .rollover {
    background-color: rgba(61,31,125,1);
    opacity: 0.9;
    z-index: 2;
}
 .rollover {
    color: #FFF;
    position: absolute;
    opacity: 0;
    background-color: rgba(61,31,125,1);
    height: 100px;
    width: 100%;
    top: auto;
    bottom: 100px;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
    transition: transform 0.4s, opacity 0.1s 0.3s;
     -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.mcontent:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1) rotate(0.01deg);
    transform: scale(1.1) rotate(0.01deg);
}
.masonry img {
    display: block;
    max-width: 100%;
    height: auto;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -webkit-filter: grayscale(100%) brightness(103%) contrast(316%);
    filter: grayscale(100%) brightness(103%) contrast(316%)
    }
.mcontent {overflow: hidden;}
.owl-theme .owl-nav [class*=owl-] {
color: #fff;
    top: 50%;
    width: 45px;
    height: 82px;
    margin: 0;
    margin-top: -62px;
    opacity: 0.5;
    position: absolute;
    padding: 4px 7px;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}
.owl-theme .owl-nav>.owl-next {
    right: -45px;
    background: url('../img/carousel-arrow-right.png') no-repeat right center !important;
    font-size: 0;
}

.owl-theme .owl-nav>.owl-prev {
    left: -45px;
    background: url('../img/carousel-arrow-left.png') no-repeat left center !important;
    font-size: 0;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    color: #FFF;
    text-decoration: none;
    opacity: 0.6;
}
.owl-carousel span.caption {
    background: rgba(0, 0, 0, 0.73);
    width: 100%;
    display: inline-block;
    padding: 5px 10px;
    color: #fff;
    position: absolute;
    bottom: 0;
}
.owl-carousel .owl-item img {height: 200px;}
.overlay {
    top: 0;
    bottom: 0;
    /* left: 0; */
    position: absolute;
    background: rgba(0,0,0,0.5);
    display: block;
    width: 100%;
    z-index: 1;
}