.overlay {
    background: rgba(0, 0, 0, 0.2);
    min-height: 360px;
    max-height: 360px;
}

 .overlay-page {
    background: rgba(0, 0, 0, 0.2);
    min-height: 360px;
    max-height: 360px;
}

.header-image {
    display: block;
    width: 100%;
    min-height: 360px;
    max-height: 360px;
    text-align: center;
    background: url('../../config/image/theme/01.jpg') no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-attachment: fixed;
}

.headline {
    padding: 120px 0;
}

span.btn-get-started {
    position: relative;
    padding-top: 60px;
    top: 180px;
    color: #FFF;
}
span.btn-get-started span {
    position: absolute;
    bottom: 35%;
    left: 50%;
    width: 30px;
    height: 50px;
    margin-left: -15px;
    border: 2px solid #fff;
    border-radius: 50px;
    box-sizing: border-box;
}
span.btn-get-started span::before {
    position: absolute;
    top: 10px;
    left: 50%;
    content: '';
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sdb10 2s infinite;
    animation: sdb10 2s infinite;
    box-sizing: border-box;
}
@-webkit-keyframes sdb10 {
    0% {
      -webkit-transform: translate(0, 0);
      opacity: 0;
    }
    40% {
      opacity: 1;
    }
    80% {
      -webkit-transform: translate(0, 20px);
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
}
@keyframes sdb10 {
    0% {
      transform: translate(0, 0);
      opacity: 0;
    }
    40% {
      opacity: 1;
    }
    80% {
      transform: translate(0, 20px);
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
}

.headline h1 {
    font-size: 47px;
    color: #FFFFFF;
    font-weight: bold;
}

.breadcrumb {
	background: none;
}
.breadcrumb .active{
	color: #FFFFFF;
  font-weight: bold;
}
.breadcrumb a{
	color: #FFFFFF;
}

.blog-post .breadcrumb{
  background: rgba(0, 0, 0, 0.35);
}
/*
 * HEADER IMAGE SLIDER 
 * */
.header-image-chi-siamo {
    display: block;
    width: 100%;
    min-height: 360px;
    max-height: 360px;
    text-align: center;
    background: url('../../config/image/theme/04.jpg') no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-attachment: fixed;
}
.header-image-servizi {
    display: block;
    width: 100%;
    min-height: 360px;
    max-height: 360px;
    text-align: center;
    background: url('../../config/image/slider/hero-bg-3.jpg') no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-attachment: fixed;
}
.header-image-event{
	display: block;
    width: 100%;
    min-height: 360px;
    max-height: 360px;
    text-align: center;
    background: url('../../config/image/slider/blog.jpg') no-repeat center bottom scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-attachment: fixed;
}
.header-image-post{
	display: block;
    width: 100%;
    min-height: 360px;
    max-height: 360px;
    text-align: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-attachment: fixed;
}
.header-image-404{
	display: block;
    width: 100%;
    min-height: 360px;
    max-height: 360px;
    text-align: center;
    background: url('../../config/image/slider/error.jpg') no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-attachment: fixed;
}
@media only screen and (max-width : 667px) {
	.header-image, .header-image-chi-siamo, .header-image-servizi{
		background-attachment: scroll;    
		background-size:cover;
		-webkit-background-size:cover;
		-o-background-size: cover;
	}
}
