body main {
	padding-top: 0;
}

header.primary::after {
	content: "";
	position: absolute;
	bottom: -30px;
	height: 30px;
	z-index: 1;
	width: 100%;
	/*
    -webkit-box-shadow: inset 0 16px 20px 0 rgba(0,0,0,0.9);
	-moz-box-shadow: inset 0 16px 20px 0 rgba(0,0,0,0.9);
	box-shadow: inset 0 16px 20px 0 rgba(0,0,0,0.9);
    */
}

/*--- FIX GENERALI BROWSER ----------------------------------*/
html.edge .single-card-catalogue figure:hover img {
	/*filter: none;*/
}
/*--- FINE > FIX GENERALI BROWSER ---------------------------*/

.bg-home-slider {
	background: url(../img/bg-home-slider.png) no-repeat;
	background-size: cover;
	background-attachment: fixed;
    padding: 4rem 0 0 0;
}

.home-slick-container {
	padding-top: 3rem;
}

.home-slider {
	/*
    -webkit-box-shadow: 10px 10px 7px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 7px 0px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 7px 0px rgba(0,0,0,0.75);
    */
}
.home-slider.slick-slider {
	margin-bottom: 70px;
}
.home-slider.home-slider-only-one {
	margin-bottom: 30px;
}
.home-slider figure.slick-slide {
	position: relative;
	overflow: hidden;
	color: #fff;
}
.home-slider figure.slick-slide .loading {
	position: absolute;
	
}
.home-slider figure.slick-slide .loading span {
	animation: loader 1300ms infinite linear;
	display: inline-block;
}
@keyframes loader {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.home-slider figure.slick-slide .over-text {
	position: absolute;
	bottom: 0;
}
.home-slider figure.slick-slide .over-text.left {
	left: 0;
}
.home-slider figure.slick-slide .over-text.left h2 {
	padding: 0 40px 0 0;
}
.home-slider figure.slick-slide .over-text.left h4 {
	padding: 0 40px 0 0;
}
.home-slider figure.slick-slide .over-text.right {
	right: 0;
}
.home-slider figure.slick-slide .over-text.right h2 {
	padding: 0 0 0 40px;
}
.home-slider figure.slick-slide .over-text.right h4 {
	padding: 0 0 0 40px;
}
.home-slider figure.slick-slide .over-text {
	pointer-events: none;
}
.home-slider figure.slick-slide .over-text span {
	display: block;
}
.home-slider figure.slick-slide .over-text h2 {
	font-weight: 400;
	font-size: 3rem;
	line-height: 1;
	margin: 0;
	padding: 0;
	text-align: right;
	background-color: rgba(255, 0, 51, .5);
	text-transform: lowercase;
	color: #fff;
}
.home-slider figure.slick-slide .over-text h2 span {
	padding: 12px 20px;
}
.home-slider figure.slick-slide .over-text h4 {
	font-weight: 400;
	font-size: 110%;
	line-height: 1;
	margin: 0;
	padding: 0;
	background-color: rgba(255, 0, 51, .7);
	color: #fff;
}
.home-slider figure.slick-slide .over-text h4 span {
	padding: 10px 20px;
}

.home-swiper {
    overflow: hidden;
    position: relative;
}
.home-swiper .swiper-button-next,
.home-swiper .swiper-button-prev {
    transform: translateY(-50%);
    padding: 2rem;
    color: #fff;
    transition: color 300ms;
}
.home-swiper .swiper-button-next:hover,
.home-swiper .swiper-button-prev:hover {
    color: #b70325;
}
.home-swiper .swiper-button-next::after,
.home-swiper .swiper-button-prev::after {
    font-size: 2rem;
    text-shadow: 0px 0px 2px #000000;
}
.home-swiper .swiper-slide img {
    width: 100%;
}
.home-swiper .swiper-slide .over-text {
	position: absolute;
	bottom: 0;
}
.home-swiper .swiper-slide .over-text.left {
	left: 0;
}
.home-swiper .swiper-slide .over-text.left h2 {
	padding: 0 40px 0 0;
    text-align: left;
}
.home-swiper .swiper-slide .over-text.left h4 {
	padding: 0 40px 0 0;
    text-align: left;
}
.home-swiper .swiper-slide .over-text.right {
	right: 0;
}
.home-swiper .swiper-slide .over-text.right h2 {
	padding: 0 0 0 40px;
    text-align: right;
    text-transform: uppercase;
}
.home-swiper .swiper-slide .over-text.right h4 {
	padding: 0 0 0 40px;
    text-align: right;
}
.home-swiper .swiper-slide .over-text {
	pointer-events: none;
}
.home-swiper .swiper-slide .over-text span {
	display: block;
}
.home-swiper .swiper-slide .over-text h2 {
	font-weight: 400;
	font-size: 3rem;
	line-height: 1;
	margin: 0;
	padding: 0;
	background-color: rgba(255, 0, 51, .5);
	text-transform: uppercase;
	color: #fff;
}
.home-swiper .swiper-slide .over-text h2 span {
	padding: 12px 20px;
}
.home-swiper .swiper-slide .over-text h4 {
	font-weight: 400;
	font-size: 1rem;
	line-height: 1;
	margin: 0;
	padding: 0;
	background-color: rgba(255, 0, 51, .7);
	color: #fff;
}
.home-swiper .swiper-slide .over-text h4 span {
	padding: 10px 20px;
}
.home-swiper .swiper-pagination {
    position: static;
    line-height: 1;
    margin: 2rem 0 2rem 0;
}
.home-swiper .swiper-pagination .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	display: inline-block;
	border-radius: 50%;
	background: #fff;
	opacity: .25;
    transition: background 400ms,
                opacity 400ms;
}
.home-swiper .swiper-pagination .swiper-pagination-bullet:hover {
	background: #fff;
    opacity: 1;
}
.home-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
}
.home-swiper .swiper-pagination .swiper-horizontal > .swiper-pagination-bullets,
.home-swiper .swiper-pagination .swiper-pagination-bullets.swiper-pagination-horizontal,
.home-swiper .swiper-pagination .swiper-pagination-custom,
.home-swiper .swiper-pagination .swiper-pagination-fraction {
	bottom: 3rem;
}


#block-a {
	
}

#block-b {
	
}
#block-b .single-card-catalogue header ul li {
	background-color: #000;
	color: #fff;
}
#block-b .single-card-catalogue header h1 a {
	color: #000;
}
#block-b .single-card-catalogue header h1 a:hover {
	/*color: #ff5400;*/
}
#block-b .single-card-catalogue footer ul li a {
	/*color: #cc1719;*/
}
#block-b .archive-catalogue {
    margin: 2rem 0 0 0;
    text-align: center;
}
#block-c {
	background-color: #fff;
}
#block-d {
	background-color: #fff;
}


.block-section {
	padding: 2rem 0;
    background-color: rgba(0, 0, 0, .03);
}
.block-section .block-section-row:last-child .single-card-catalogue header {
	min-height: 0;
}
.block-section .content p:last-child {
	margin-bottom: 0;
}
.block-section section h2.title-section {
    font-size: 1.5rem;
    font-weight: 700;
    color: #cc1719;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    padding-bottom: 0.7rem;
    margin: 0 0 1.5rem 0;
}
.block-section section h2.title-section span {
    display: block;
    font-weight: 400;
    font-size: 1.2rem;
}
.block-section section h2.title-section span a {
    color: #0f2e69;
}
.block-section section h2.title-section span a:hover {
    color: #cc1719;
}
.block-section section h2.title-section::after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 1px;
    width: 60px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #0f2e69;
}

.block-section .archive-news .single {
    
}
.block-section .archive-news .single figure {
    position: relative;
    margin: 0 0 0.5rem 0;
    overflow: hidden;
}
.block-section .archive-news .single figure img {
    transition: transform 400ms ease;
    width: 100%;
}
.block-section .archive-news .single figure:hover img {
    transform: scale(1.2);
}
.block-section .archive-news .single .inner {
    padding-right: 1rem;
}
.block-section .archive-news .single:nth-child(even) .inner {
    padding-right: 0;
    padding-left: 1rem;
}
.block-section .archive-news .single h2 {
	font-weight: 700;
	font-size: 1.1rem;
	text-transform: uppercase;
	margin: 0;
	text-align: left;
	padding: 0;
}
.block-section .archive-news .single p {
	margin: 0 0 0.4rem 0;
}
.block-section .archive-news .single h3 {
    position: relative;
    font-weight: 500;
    font-size: 0.9rem;
    text-transform: none;
    margin: 0.6rem 0 0 0;
    text-align: left;
    padding: 0.3rem 0 0 0;
    color: #0f2e69;
}
.block-section .archive-news .single h3::before {
    content: "";
    position: absolute;
    height: 1px;
    width: 200px;
    background-color: #0f2e69;
    top: 0;
    left: 0;
}
.block-section .archive-news .single .date-and-cat {
    position: relative;
    margin-top: 0.6rem;
    padding-top: 0.3rem;
}
.block-section .archive-news .single .date-and-cat::before {
    content: "";
    position: absolute;
    height: 1px;
    width: 200px;
    background-color: #0f2e69;
    top: 0;
    left: 0;
}
.block-section .archive-news .single .date-and-cat h3 {
    margin: 0;
    padding: 0;
}
.block-section .archive-news .single .date-and-cat h3::before {
    content: none;
}
.block-section .archive-news .single .date-and-cat .cat {
    background-color: #cc1719;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0rem 0.2rem 0.1rem;
}

#tc-social {
	padding-bottom: 0;
}
#tc-social .row {
	margin-bottom: 20px;
}
#tc-social section > h2 {
	margin-bottom: 20px;
}
#tc-social .social-facebook {
	
}
#tc-social .inner-block {
	width: 500px;
}
#tc-social .inner-block .content-icon-social {
	text-align: right;
	font-size: 250%;
	margin-bottom: 10px;
}

footer.primary {
	
}

@media screen AND (max-width: 1199px) {
	.home-slider figure.slick-slide .over-text {
		font-size: 80%;
	}
	
	#tc-social .inner-block {
		width: 450px;
	}
}

@media screen AND (max-width: 991px) {
	.bg-home-slider {
		background: none;
        background-color: rgba(0, 0, 0, .03);
        padding: 0;
	}
    .bg-home-slider .container {
        width: auto;
        padding: 0;
        margin: 0;
        max-width: 100%;
    }
    .home-swiper .swiper-pagination {
        margin: 1rem 0 1rem 0;
    }
    .home-swiper .swiper-pagination .swiper-pagination-bullet {
        background: #cc1719;
        opacity: .25;
    }
    .home-swiper .swiper-pagination .swiper-pagination-bullet:hover {
        background: #cc1719;
        opacity: 1;
    }
    .home-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #cc1719;
        opacity: 1;
    }
    
    
	.home-slick-container {
		width: auto;
		padding: 0;
	}
	
	.home-slider {
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	
	#tc-social .inner-block {
		width: 340px;
	}
}

@media screen AND (max-width: 767px) {
	.home-swiper .swiper-slide .over-text h2 {
        font-size: 2rem;
    }
    .home-swiper .swiper-slide .over-text h4 {
        font-size: 0.8rem;
    }
    
    .block-section {
		padding: 30px 0;
	}
	
	.block-section .block-section-row:last-child div:last-child .single-card-catalogue {
		margin-bottom: 0;
	}
	
	#tc-social .social-facebook {
		margin-bottom: 20px;
	}
	#tc-social .inner-block {
		width: auto;
	}
	#tc-social .inner-block .content-icon-social {
		text-align: left;
	}
}

@media screen AND (max-width: 575px) {
	.home-slider.slick-slider {
		margin-bottom: 0;
	}
	.home-slider.slick-slider .slick-track {
		margin: 0;
	}
	.home-slider.slick-slider figure.slick-slide {
		position: relative;
		overflow: hidden;
		display: block;
	}
	.home-slider.slick-slider figure.slick-slide .over-text {
		font-size: 50%;
		position: static;
		transform: none;
	}
	.home-slider.slick-slider figure.slick-slide .over-text.left h2 {
		padding: 0;
	}
	.home-slider.slick-slider figure.slick-slide .over-text.left h4 {
		padding: 0;
	}
	.home-slider.slick-slider figure.slick-slide .over-text.right h2 {
		padding: 0;
	}
	.home-slider.slick-slider figure.slick-slide .over-text.right h4 {
		padding: 0;
	}
	.home-slider.slick-slider figure.slick-slide .over-text span {
		background-color: #000;
		color: #fff;
		display: block;
	}
	.home-slider.slick-slider figure.slick-slide .over-text h2 {
		text-align: center;
		margin: 0;
	}
	.home-slider.slick-slider figure.slick-slide .over-text h3 {
		display: none;
	}
	.home-slider.slick-slider figure.slick-slide .over-text h4 {
		display: none;
	}
    
    .home-swiper .swiper-slide .over-text {
        position: static;
    }
    .home-swiper .swiper-slide .over-text h2 {
        padding: 0;
        text-align: right;
        background-color: #0e2d68;
        font-size: 1.5rem;
    }
    .home-swiper .swiper-slide .over-text h2 span {
        padding: 0.5rem;
    }
    .home-swiper .swiper-slide .over-text h4 {
        padding: 0;
        text-align: right;
        background-color: #001e41;
    }
    .home-swiper .swiper-slide .over-text h4 span {
        padding: 0.5rem;
    }
    .home-swiper .swiper-pagination {
        display: none;
    }
}

@media screen AND (max-width: 480px) {
    .home-swiper .swiper-button-next,
    .home-swiper .swiper-button-prev {
        padding: 1rem;
        transform: translateY(-100%);
    }
    .home-swiper .swiper-button-next::after,
    .home-swiper .swiper-button-prev::after {
        font-size: 1rem;
    }
}