/*
	SpecificSections.css
	TemplateName: Business Management
	Copyright (c) 2015, ObjectWeb Srl. All rights reserved.
	Version: 1.0.0
*/


/* General
------------------------------------------------------------------------------------------------- */
:root {
  --main-color: #000;
}

body {
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    color: var(--text-color);
    line-height: 32px;
    background-color: #f5f5f5;
    padding-top: 100px;
}

.section {
	margin-bottom: 100px !Important;
}

.no-margin {
	margin-bottom: 0px !Important;
}

.section-title h1,
.section-title h2 {
	font-size: 75px;
	font-weight: 500;
	color: var(--main-color);
	/* border-bottom: 1px solid #152f4a4f; */
	padding-bottom: 0px;
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	font-family: Big Shoulders inline, sans-serif;
}

.section-title h1:after,
.section-title h2:after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -5px;
    background-color: var(--main-color);
    width: 100px;
    height: 10px;
    border-radius: 10px;
    display: none;
}

.btn.btn-primary {
	background-color: transparent;
	border: 0px;
	color: var(--main-color);
	text-transform: uppercase;
	font-weight: 600;
	padding: 0px 0px 8px;
	border-radius: 0px;
	position: relative;
	background-color: #3333335e;
	padding: 7px 25px;
	border-radius: 15px;
}

.modal-header {
	background-color: var(--main-color);
	color: #fff;
}

.modal-header .close {
	opacity: 1;
	color: #fff;
}

.modal-header i {
	display: none;
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

@media (min-width: 1450px) {
  .container {
    width: 1400px;
  }
}

@media(max-width: 1450px){
	.section-title h1, .section-title h2 {
		font-size: 65px;
		margin-top: 0px;
	}
	
}

@media(max-width: 1200px){
	.section {
		margin-bottom: 70px !Important;
	} 
}

@media(max-width: 991px){

	body {
		padding-top: 0px;
	}
	
	.section {
		margin-bottom: 50px !Important;
	} 

	.section-title h1,
	.section-title h2 {
		font-size: 37px;
		margin-bottom: 0px;
		padding-bottom: 20px;
	}
}

@media(max-width: 767px){

	body {
		font-size: 13px;
		line-height: 24px;
	}
	
	.section {
		margin-bottom: 30px !Important;
	} 

	.section-title h1, .section-title h2 {
		font-size: 19px;
		padding-bottom: 0px;
	}

	.section-title h1:after, .section-title h2:after {
		width: 50px;
		height: 5px;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Header
------------------------------------------------------------------------------------------------- */
header {
	position: fixed;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 1030;
	background-color: #fff !important;
}

header.shrink {
	background-color: var(--main-color);
}

header .section {
	margin-bottom: 0px !Important;
}

.detail-page header {
	background-color: var(--main-color);
}

header .navbar-default .navbar-brand {
	margin-top: 15px;
	height: auto;
	max-width: 600px;
	padding: 0px;
}

header.shrink .navbar-default .navbar-brand {
	width: 350px;
}

.detail-page header .navbar-default .navbar-brand {
	margin-top: 16px;
	padding-top: 7px;
	display: block;
}

header.shrink  .navbar-default .navbar-brand {
	margin-top: 0px;
	padding-top: 10px;
}

header .navbar-default {
	background-color: transparent !Important;
	border: 0px;
	margin-bottom: 10px;
}

header.shrink .navbar-default {
	margin-bottom: 0px;
}

header .navbar-nav {
	float: right;
	padding: 50px 0px 20px;
}

.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a {
	background-color: transparent;
	border: 0px !Important;
	color: #000;
}

.detail-page header .navbar-nav {
	padding-top: 40px;
}

header.shrink .navbar-nav {
	padding-top: 20px;
	padding-bottom: 15px;
}

header .navbar-nav > li > a {
	font-size: 16px;
	font-weight: 500;
}

.navbar-default .navbar-nav > li > a {
	margin: 0px 10px;
	padding: 10px 10px 5px 10px;
	color: #000;
}

.navbar-default .navbar-nav > .active > a:hover,
header .navbar-nav > li > a:hover {
	border-bottom: 1px solid #000 !important;
}

@media(max-width: 1450px){

	header .navbar-nav {
		padding-top: 30px;
	}
	
	header .navbar-default .navbar-brand {
		margin-top: 0px;
		padding-top: 10px;
		max-width: 450px;
	}

}

@media(max-width: 1200px){
	.navbar-default .navbar-nav > li > a {
		margin: 2px;
	}

	header .navbar-default .navbar-brand {
		max-width: 370px;
		margin-top: 8px;
	}
}

@media(max-width: 991px){

	header {
		background-color: var(--main-color);
	}

	header .navbar-nav {
		width: 100%;
		float: none;
		padding-top: 0px;
		padding-bottom: 0px;
	}

	header .navbar-nav > li > a {
		font-size: 14px;
		padding: 5px 0px;
	}

	header .navbar-default {
		margin-bottom: 0px;
	}

	header .navbar-default .navbar-collapse {
		padding: 0px;
	}
	
	header .navbar-default .navbar-toggle {
		border: 0px;
		margin-top: 10px;
		background-color: #000;
		padding-bottom: 5px;
		margin-right: 0px;
	}

	header .navbar-default .navbar-toggle:hover {
		background-color: #000;
	}

	header .navbar-default .navbar-toggle i {
		color: #fff;
		font-size: 25px;
	}

	header .navbar-default .navbar-brand {
		margin-top: 3px !important;
		max-width: 290px;
	}

}

@media(max-width: 767px){
	header .navbar-nav {
		padding-left: 15px;
	}

	.detail-page header .navbar-nav {
		padding-top: 10px;
	}

	header .navbar-default .navbar-brand {
		width: 245px !Important;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Home
------------------------------------------------------------------------------------------------- */
.intro-cinema {
	color: #333;
	background-color: #fff;
	padding: 30px 0px;
}

.intro-cinema .image {
	height: 600px;
	position: relative;
}

.intro-cinema .image img {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.intro-cinema .text-column {
	z-index: 9;
	position: relative;
	padding-left: 15px;
}

.intro-cinema .text-column .text {
	margin-bottom: 70px;
}

.intro-cinema .text-column .section-title h1 {
	font-size: 68px;
	font-weight: 500;
	border-bottom: 0px;
	padding-bottom: 20px;
	margin-bottom: -3px;
	text-transform: uppercase;
	text-align: center;
	display: block;
	margin-top: 70px;
}

.intro-cinema .text-column .section-title h1:after {
	display: none;
}

.intro-cinema .text-column .text {
	font-size: 20px;
	line-height: 38px;
	text-align: center;
}

.intro-cinema .second-title {
	font-size: 280px;
	font-family: 'Roboto Condensed';
	font-weight: 900;
	text-transform: uppercase;
	color: #ffffff42;
	z-index: 999;
	left: 68px;
}

.intro-cinema img {
	position: absolute;
	left: 0px;
	top:0px;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.cinema-info .item {
    margin: 50px 0px 20px;
    background-color: rgba(255,255,255,0.5);
    box-shadow: 0 4px 20px rgba(0, 0, 0, .18);
    padding: 60px 50px 50px 50px; /* spazio per il titolo */
    position: relative;
}

.cinema-info .title {
    position: absolute;
    left: 19px;
    top: -14px;
    font-size: 47px;
    font-weight: 500;
    font-family: Big Shoulders Inline, sans-serif;
    text-transform: uppercase;
}

.price-section {
	background-color: #fff;
	padding: 100px 0px;
	position: relative;
}

.price-section .side-title {
    transform: rotate(-90deg);
    position: absolute;
    left: -224px;
    top: 311px;
    font-size: 280px;
    font-family: 'Roboto Condensed';
    font-weight: 900;
    text-transform: uppercase;
    color: #ffffff9e;
}

.price-section .row {
	max-width: 1200px;
	margin: 0 auto;
}

.price-section .item {
	background-color: #3333335e;
	position: relative;
	padding: 64px 50px 70px;
	margin: 70px 0px 30px;
}

.price-section .item .icon {
	position: absolute;
	right: 0px;
	background-color: #fff;
	width: 70px;
	height: 70px;
	right: 30px;
	bottom: 30px;
	padding: 10px;
	border-radius: 19px;
}

.price-section .item .icon img {
	filter:grayscale(1)
}

.price-section .item .note {
	margin-bottom: 29px;
	color: #fff;
}

.price-section .item .ticket {
	margin-bottom: 26px;
	margin-top: 22px;
	position: absolute;
	left: 45px;
	top: -36px;
	font-size: 58px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: Big Shoulders Inline, sans-serif;
}

.price-section .item .price {
	font-size: 24px;
	font-weight: 500;
	font-family: 'Big Shoulders Inline', SANS-SERIF;
	color: #fff;
}

.price-section .text {
	color: #000;
	text-align: center;
	margin-top: 20px;
}

.films-scheduled {
	position: relative;
}

.films-scheduled .row {
	margin-top: 0px;
}

.films-scheduled .side-title {
	transform: rotate(-90deg);
	position: absolute;
	left: -220px;
	top: 344px;
	font-size: 280px;
	FONT-WEIGHT: 200;
	font-weight: 900;
	text-transform: uppercase;
	color: #3333335e;
}

.films-scheduled .film .image {
	height: 611px;
	margin-top: 30px;
	display: block;
	box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
	position: relative;
}

.films-scheduled .film .image img {
	height: 100%;
	width: 100%;
	margin: 0 auto;
	object-fit: cover;
}

.films-scheduled .film .image .first-date {
	text-transform: uppercase;
	position: absolute;
	left: 15px;
	bottom: 15px;
	background-color: #333333d9;
	color: #fff;
	padding: 3px 25px;
	font-weight: 600;
	border-radius: 30px;
}

.films-scheduled .film h3 {
	font-size: 23px;
	font-weight: 300;
	font-family: Big Shoulders Inline,sans-serif;
	margin-bottom: 17px;
	text-align: center;
	margin-top: 22px;
	font-weight: 500;
	color: var(--main-color);
}

.film-scheduled {
	margin-top: 100px;
}

.film-scheduled .section-title {
	margin-bottom: 20px;
}

.film-scheduled .side-title {
    transform: rotate(-90deg);
    position: absolute;
    left: -230px;
    top: 536px;
    font-size: 280px;
    FONT-WEIGHT: 200;
    font-weight: 900;
    text-transform: uppercase;
    color: #3333335e;
}

.film-scheduled img {
	float: left;
	width: 30%;
	z-index: 1010;
	position: relative;
}

.film-scheduled .info-column {
	width: 70%;
	float: left;
	padding-left: 50px;
}

.film-scheduled .info-column h3 {
	font-size: 37px;
	font-weight: 400;
	margin-bottom: 17px;
	margin-top: 22px;
	color: var(--main-color);
	font-family: Big Shoulders Inline,sans-serif;
}

.film-scheduled .info-box {
	margin-top: 30px;
}

.film-scheduled .info-box h3 {
	text-transform: uppercase;
	font-weight: 300;
	font-size: 25px;
	margin: 0px 0px 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid var(--main-color);
}

.film-scheduled .info-box i {
	color: var(--main-color);
	background-color: #3333335e;
	width: 40px;
	height: 40px;
	border-radius: 14px;
	padding: 10px;
	font-size: 20px;
	margin-right: 10px;
}

.film-scheduled .info-box .info-item {
	margin-bottom: 15px;
	font-size: 17px;
}

.film-scheduled .info-box .info-item strong {
	font-weight: 500;
	font-family: Roboto, sans-serif;
	text-transform: uppercase;
	margin-right: 4px;
}

.film-scheduled .schedule-band {
	margin: 90px 0px 50px;
	background-color: rgba(255, 255, 255, 0.5);
	box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
	padding: 60px 50px 50px 50px;
	position: relative;
}

.film-scheduled .schedule-band h3 {
	position: absolute;
	left: 19px;
	top: -58px;
	font-size: 58px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: Big shoulders Inline, sans-serif;
}

.film-scheduled .schedule-band span {
	text-transform: capitalize;
}

.film-scheduled .schedule-band .hour {
    margin-left: 18px;
    color: var(--main-color);
    font-weight: 600;
    position: relative;
    background-color: #3333335e;
    padding: 7px 25px;
    border-radius: 15px;
}

.other-film-section {
	background-color: #ffff;
	padding: 100px 0px;
	color: #fff;
}

.other-film-section .section-title h2 {
	border-bottom: 1px solid #ffffff9e;
}

.other-film-section .section-title h2:after {
	background-color: #ffff;
}

.other-film-section .other-film-carousel {
	margin-top: 0px;
}

.other-film-section .other-film-carousel .film .image {
	height: 450px;
}

.other-film-section .other-film-carousel .film .info .title {
	height: 50px;
}

.other-film-section .other-film-carousel .film .info .btn.btn-primary {
	background-color: #3333335e;
}

.owl-theme .owl-nav {
	display: none;
}

@media(max-width: 1450px){
	
	.intro-cinema .text-column .section-title h1 {
		font-size: 50px;
	}

	.intro-cinema .second-title {
		font-size: 250px;
		lefT: 0px;
	}

	.intro-cinema .text-column .text {
		font-size: 19px;
		line-height: 33px;
	}

	.cinema-info .item {
		padding: 35px 30px 30px 30px;
		margin-top: 20px;
		margin-bottom: 0px;
	}

	.cinema-info .title {
		font-size: 47px;
	}

	.films-scheduled .side-title {
		left: -230px;
		font-size: 250px;
	}

	.films-scheduled .row {
		margin-top: 0px;
	}

	.films-scheduled .film .image {
		height: 490px;
	}

	.price-section .item {
		padding-right: 0px;
		margin-bottom: 0px;
	}

	.price-section .item .ticket {
		font-size: 60px;
	}

	.film-scheduled {
		margin-top: 100px;
	}

	.film-scheduled .section-title {
		margin-bottom: 20px;
	}

	.intro-cinema {
		padding-top: 0px;
		padding-bottom: 10px;
	}

	.intro-cinema .image {
		height: 500px;
	}

}

@media(max-width: 1200px){


	.intro-cinema .text-column .section-title h1 {
		font-size: 49px;
		margin-top: 50px;
	}
	
	.intro-cinema .second-title {
		font-size: 200px;
		bottom: 100px;
	}

	.intro-cinema .text-column .text {
		font-size: 16px;
		line-height: 33px;
		margin-bottom: 30px;
	}

	.cinema-info .col-md-4 {
		width: 100%;
	}

	.cinema-info .item {
		height: auto !Important;
		margin-bottom: 30px;
	}

	.cinema-info .col-md-4:last-child .item {
		margin-bottom: 0px;
	}

	.cinema-info .title {
		font-size: 45px;
		left: 28px;
	}

	.cinema-info.row {
		margin: 0px -15px;
	}

	.cinema-info.row .col-md-4 {
		padding: 0px;
	}

	.films-scheduled .film h3 {
		height: 50px;
	}

	.price-section {
		padding: 70px 0px;
		margin-bottom: 70px;
	}

	.price-section .item {
		margin-top: 50px;
		padding: 40px 30px;
		margin-bottom: 0px;
	}

	.price-section .item .ticket {
		font-size: 45px;
		left: 30px;
	}

	.price-section .item .note {
		height: 60px;
	}

	.film-scheduled {
		margin-top: 85px;
	}

	.film-scheduled .section-title {
		margin-bottom: 0px;
	}

	.film-scheduled .info-column {
		padding-left: 30px;
	}

	.film-scheduled .schedule-band {
		margin-top: 40px;
	}

	.film-scheduled .schedule-band h3 {
		font-size: 45px;
		top: -44px;
	}

	.film-scheduled .side-title {
		font-size: 250px;
	}

	.films-scheduled .film {
		margin-bottom: 30px;
	}

	.films-scheduled .film .image {
		margin-top: 0px;	
	}
}

@media(Max-width: 991px){

	.intro-cinema .image {
		height: 450px;
	}
	
	.intro-cinema .second-title {
		font-size: 150px;
		bottom: 70px;
		left: 15px;
	}

	.intro-cinema .text-column .section-title h1 {
		font-size: 41px;
		padding-bottom: 10px;
		margin-top: 30px;
	}

	.cinema-info .title {
		font-size: 37px;
	}

	.cinema-info .item {
		padding: 30px 30px 20px 30px;
	}

	.film-scheduled .section-title h1 {
		padding-bottom: 0px;
	}

	.films-scheduled .side-title {
		font-size: 120px;
		left: -99px;
		top: 150px;
	}

	.films-scheduled .film h3 {
		height: auto;
	}

	.price-section {
		padding: 50px 0px;
		margin-bottom: 70px;
	}

	.price-section .col-md-6 {
		padding: 0px;
	}

	.price-section .item {
		margin-top: 30px;
		padding: 15px;
	}

	.price-section .item .ticket {
		font-size: 37px;
	}

	.price-section .item .note {
		height: auto;
		margin-bottom: 10px;
	}

	.price-section .item .icon {
		width: 50px;
		height: 50px;
	}

	.film-scheduled img {
		width: 100%;
		float: none;
		margin: 10px auto 0px;
	}

	.film-scheduled .info-column {
		width: 100%;
		padding-left: 0px;
	}

	.film-scheduled .side-title {
		font-size: 120px;
		left: -99px;
        top: 300px;
	}

	.film-scheduled .info-box {
		margin-top: 15px;
	}

	.film-scheduled .info-column h3 {
		font-size: 33px;
		margin-bottom: 5px;
	}

	.film-scheduled .schedule-band {
		padding: 30px;
		margin-bottom: 30px;
	}

	.other-film-section {
		padding: 50px 0px;
	}

}

@media(max-width: 767px){

	.intro-cinema .text-column {
		max-width: 100%;
		padding-left: 0px;
	}

	.intro-cinema .text-column .section-title h1 {
		font-size: 18px;
		line-height: 29px;
		margin-top: 20px;
	}

	.intro-cinema .text-column .section-title h1 br {
		display: none;
	}

	.intro-cinema .text-column .text {
		font-size: 14px;
	}
	
	.intro-cinema .text-column .text {
		line-height: 24px;
		margin-bottom: 0px;
	}
	
	.intro-cinema .second-title {
		font-size: 80px;
		bottom: 50px;
		display: none;
	}

	.cinema-info .title {
		font-size: 19px;
		left: 0px;
		position: relative;
		top: 0px;
		margin-bottom: 5px;
	}

	.cinema-info .item {
		padding: 20px 15px 5px 15px;
		margin-top: 0px;
		margin-bottom: 15px;
	}

	.films-scheduled .row {
		margin-top: 15px;
	}

	.film-scheduled .info-box i {
		width: 30px;
		height: 30px;
		padding: 4px;
		border-radius: 10px;
	}

	.films-scheduled .film .image {
		height: auto !important;
		box-shadow: none;
		margin-top: 20px;
	}

	.films-scheduled .film .image img {
		width: 80%;
	}

	.films-scheduled .side-title {
		font-size: 59px;
		left: -44px;
		top: 94px;
	}

	.film-scheduled .info-box .info-item {
		font-size: 13px;
		margin-bottom: 10px;
	}

	.film-scheduled .info-box .info-item i {
		font-size: 17px;
		text-align: center;
	}

	.films-scheduled .film h3 {
		margin: 10px 0px;
		font-size: 18px;
	}

	.price-section {
		padding: 30px 0px; 
	}

	.price-section .item {
		margin-top: 20px;
		margin-bottom: 10px;
	}

	.price-section .item .ticket {
		position: relative;
		left: 0px;
		top: 0px;
		margin: 0px;
		font-size: 22px;
		color: var(--main-color);
	}

	.price-section .item .note {
		margin-bottom: 5px;
		line-height: 26px;
	}

	.price-section .item .price {
		font-size: 22px;
	}

	.price-section .item .icon {
		width: 40px;
		height: 40px;
		padding: 5px;
		border-radius: 5px;
		right: 15px;
		bottom: 15px;
	}

	.price-section .text {
		line-height: 22px;
		margin-top: 0px;
	}

	.film-scheduled .info-column {
		width: 100%;
	}

	.other-film-section {
		padding: 30px 0px;
	}

	.film-scheduled {
		margin-top: 86px;
	}

	.film-scheduled .info-column h3 {
		font-size: 19px;
		position: relative;
		left: 0px;
		top: 0px;
		margin-bottom: 15px;
		margin: 9px 0px 10px;
	}

	.film-scheduled img{
		width: 80%;
		margin: 15px auto 0px;
	}

	.film-scheduled .schedule-band {
		margin-top: 15px;
		padding: 13px 15px 15px 15px;
	}

	.intro-cinema .image {
		height: 300px;
	}

	.films-scheduled .film .image .first-date {
		left: 50%;
		transform: translate(-50%);
		max-width: 70%;
		width: 70%;
		text-align: center;
	}

	.intro-cinema .image {
		height: auto;
	}

	.intro-cinema .image img {
		margin-top: 60px;
		position: relative;
		object-fit: contain;
	}
}

.poster img {
	margin: 100px auto 0px;
}

@media(max-width: 1200px){
	.poster img {
		margin: 50px auto 0px;
	}
}

@media(max-width: 991px){
	.poster img {
		margin: 100px auto 0px;
	}
}

@media(max-width: 767px){
	.poster img {
		margin: 80px auto 0px;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Footer
------------------------------------------------------------------------------------------------- */
footer .section {
	margin-bottom: 30px !Important;
}

.contact-footer {
	text-align:center;
	line-height: 35px;
}

footer .section-title h2,
.contact-footer .title {
	font-size: 46px;
	line-height: 51px;
	font-weight: 500;
	margin-bottom: 0px;
	padding-bottom: 11px;
	position: relative;
	display: block;
	margin-top: 14px;
	border: 0px;
	text-transform: uppercase;
	font-family: Big Shoulders Inline, sans-serif;
}

footer .section-title h2:after {
	display: none;
}

footer .sub-title {
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 0px;
	color: var(--main-color);
	padding-bottom: 5px;
	position: relative;
	display: block;
	margin-top: 25px;
	border: 0px;
	font-weight: 600;
}

footer .sub-title br {
	display: none;
}

.contact-footer .address {
	line-height: 30px;
}

.contact-footer a {
	display: block;
	color: var(--main-color);
	line-height: 27px;
}

.contact-footer .logo img {
	margin: 0px auto 20px;
	max-width: 350px;
	padding-right: 20px;
}

.contact-footer .company {font-family: "Roboto Condensed";font-size: 30px;line-height: 20px;margin-bottom: 10px;color: var(--main-color);padding-bottom: 5px;position: relative;display: block;margin-top: 5px;border: 0px;font-weight: 600;}

.contact-footer .text {
	padding: 0px 30px;
	line-height: 30px;
	font-size: 16px;
	padding-right: 50px;
}

footer .contacts {
	line-height: 25px;
	padding-left: 50px;
}

footer .inputbox .legend {
	display: none;
}

footer label {
	font-weight: 300;
	color: var(--main-color);
	line-height: 10px;
	margin-bottom: 0px;
}

footer .form-group {
	margin-bottom: 5px;
}

footer .input-div .input-type-textarea,
footer .input-div input.input-type-text,
footer .input-div .input-type-dropdownlist, 
footer .input-div input.input-type-email {
	max-width: 100%;
	background-color: transparent;
	border: 0px;
	border-bottom: 1px solid #333;
	box-shadow: none;
	border-radius: 0px;
	height: 24px;
}

footer .privacy-html {
	font-size: 10.2px;
}

footer .privacy-html input {
    float: left;
    max-width: 14px !important;
    height: 14px !important;
    margin-left: 0px !important;
}

footer .privacy-html a {
	color: var(--main-color);
}

#footer-copyright a {
	color: var(--main-color);
}

@media(max-width: 1200px){
	.contact-footer .logo img {
		width: 300px;
		margin-top: 20px;
	}

	.contact-footer .text {
		padding: 0px;
	}
}

@media(max-width: 991px){
	.contact-footer .title {
		font-size: 37px;
		line-height: 42px;
		padding-bottom: 10px;
	}

	.contact-footer .text {
		font-size: 15px;
	}

	footer .sub-title {
		padding-top: 0px;
		margin-top: 10px;
	}

	footer .section-title h2, .contact-footer .title {
		font-size: 37px;
	}

	footer .contacts {
		padding-left: 0px;
	}
}

@media(max-width: 767px){

	footer .section {
		margin-bottom: 20px !Important;
		text-align: center;
		padding-left: 20px;
	}
	
	.contact-footer .title {
		font-size: 22px;
		line-height: 25px;
		margin-top: 0px;
		padding-bottom: 0px;
	}

	footer .sub-title {
		font-size: 16px;
		margin-top: 5px;
	}

	.contact-footer .logo img {
		width: 150px;
		margin-top: 20px;
		margin-bottom: 10px;
	}

	.contact-footer .text {
		font-size: 13px;
	}

	footer .section-title h2, .contact-footer .title {
		font-size: 19px;
		padding-bottom: 0px;
		margin-bottom: 0px;
		line-height: 30px;
	}

	footer label {
		font-size: 13px;
	}

	footer .privacy-html {
	}

	footer .privacy-html span {
		width: 91%;
		position: relative;
		display: inline-block;
		text-align: left;
	}
}

.view-privacy-policy,
.view-cookie-policy {
	margin-top: 150px;
}
/* ---------------------------------------------------------------------------------------------- */



/* Banner Cookie
------------------------------------------------------------------------------------------------- */

.cookie-consents {
	z-index: 99999 !Important;
}

.cookie-consents a {
	color: var(--yellow-color);
}

.cookie-consents a:hover {
	color: #fff;
}

.cookie-consents .table {
	background-color: transparent;
	color: #fff;
}

.cookie-consents .cookie-buttons a.evidence {
	background-color: var(--main-color) !Important;
}

.cookie-consents .cookie-buttons a.evidence:hover {
	background-color: #fff !Important;
}

input#tct1InputCheckbox {
  height: 13px !important;
}

.cookie-consents .cookie-options .tab-cookie-type-options label {
  color: #FFF;
  font-size: 12px;
}

.change-cookie-consents {
	background-color: var(--main-color) !important;
	color: #FFF !important;
	padding: 5px 10px;
	font-size: 16px;
	line-height: 18px;
	display: inline-block;
	margin-top: 15px;
}

.view-privacy-policy a,
.view-cookie-policy a {
	color: var(--main-color);
}


.view-privacy-policy strong {
	font-weight: 300;
}

.tab-cookie-type-name,
.table > thead > tr > th{
	font-weight: 300 !Important;
}


@media(max-width: 767px){
	.cookie-consents .banner-intro .banner-description {
		font-size: 10px;
		line-height: 14px;
	}

	.cookie-consents .cookie-buttons a {
		font-size: 10px;
		padding: 5px !Important;
		line-height: 13px;
	}

	.cookie-consents .cookies-details .tab a {
		font-size: 10px;
	}
  
   .cookie-consents .main-change-cookie-consents a {
       line-height: 20px;
   }

	.cookie-consents .cookies-details .cookie-declaration-tab .cookies-table .tab-cookie-type-description {
		font-size: 10px;
		line-height: 12px;
	}
  
    .cookie-consents .cookie-options .tab-cookie-type-options {
       display: inline-block;
       width: 80%;
    }
  
    .cookie-consents .cookie-options {
        padding-right: 80px !important;
    }

	.cookie-consents .cookies-details .cookie-declaration-tab .cookie-type a {
		font-size: 10px;
	}
  
     .cookie-consents .cookie-options .tab-cookie-type-options label {
         padding: 0px;
     }

	.cookie-consents .cookies-details .cookie-declaration-tab .cookies-table .table th, .cookie-consents .cookies-details .cookie-declaration-tab .cookies-table .table td {
		font-size: 10px;
	}
  
    .cookie-consents .cookies-details .last-updated-message {
        line-height: 13px;
     }
}
/* ---------------------------------------------------------------------------------------------- */