/*
	SpecificSections.css
	TemplateName: Viverbene
	Copyright (c) 2019, ObjectWeb Srl. All rights reserved.
	Version: 1.0.0
*/



/* Font
------------------------------------------------------------------------------------------------- */
@font-face {
    font-family: 'Tex Gyre';
    src: url('../font/texgyreadventor-regular.eot');
    src: local('Tex Gyre'), url('../font/texgyreadventor-regular.otf') format('truetype');
}
@font-face {
    font-family: 'Tex Gyre';
    src: url(../font/texgyreadventor-regular.woff);
}

@font-face {
    font-family: 'Tex Gyre Bold';
    src: url('../font/texgyreadventor-bold.eot');
    src: local('Tex Gyre'), url('../font/texgyreadventor-bold.otf') format('truetype');
}
@font-face {
    font-family: 'Tex Gyre Bold';
    src: url(../font/texgyreadventor-bold.woff);
}
/* ---------------------------------------------------------------------------------------------- */



/* General
------------------------------------------------------------------------------------------------- */
body {
	padding-top: 132px;
	text-align: justify;
}

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

.section.no-margin {
	margin-bottom: 0 !important;
}

.section-title {
    margin-bottom: 30px;
}

.section-title h1,
.section-title h2 {
    color: #BE212B;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 35px;
}

.page-green .section-title h1, 
.page-green .section-title h2 {
	color: #BCCE5C;
}

.page-blue .section-title h1,
.page-blue .section-title h2 {
	color: #133E58;
}

.page-light-blue .section-title h1,
.page-light-blue .section-title h2 {
	color: #2283FF;
}

.section-title h1 span,
.section-title h2 span {
    color: #8E9FAB;
}

.section-title h3 {
    color: #404040;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 5px;
}

.content.col-xs-12 {
	padding: 0;
}

.introduction-paraghraph {
    text-align: center;
    letter-spacing: 1px;
    line-height: 30px;
}

.introduction-paraghraph ul.decoration-list li::before {
    position: relative;
    margin-right: 5px;
}

#animatedAlbums.justified-gallery .album-caption > span {
	display: block;
	font-weight: normal;
}

.load-more-btn-gallery {
    text-align: center;
    margin-top: 20px;
}

@media(max-width:991px){
	.section {
		margin-bottom: 80px !important;
	}
	.breadcrumb {
		margin-bottom: 30px !important;
	}
}

@media(max-width:767px){
	body {
		font-size: 14px;
		padding-top: 105px	
	}
	.section {
		margin-bottom: 50px !important;
	}
	.section-title h1,
	.section-title h2 {
		font-size: 25px;
	}
}

.message-band {
    border: 3px solid #BCCE5C;
    padding: 30px 30px;
    background-color: #f9f9f9;
}
/* ---------------------------------------------------------------------------------------------- */



/* Header
------------------------------------------------------------------------------------------------- */
/*Sezioni*/
#header-sections-container {
  background-color: #BE212B;
  text-align: left !important;
}

#header-sections-container .section {
  margin-bottom: 0 !important;
}

#header-sections-container .contact-container a,
#header-sections-container .login a {
  color: #FFF;
}

#header-sections-container .contact-container a {
  border-right: 1px solid #FFF;
  padding: 7px 15px;
  display: inline-block;
}

#header-sections-container .contact-container a:hover {
    background-color: #FFF;
    color: #BE212B;
}

#header-sections-container .secondary-menu {
  float: right;
}

#header-sections-container .contact-container {
  display: inline-block;
  border-left: 1px solid #FFF;
}

#header-sections-container .secondary-menu a {
  text-transform: uppercase;
  padding: 5px;
  display: inline-block;
}

#header-sections-container .secondary-menu a:hover {
	color: #A0ABB8;
}

#header-sections-container .secondary-menu a+a:before {
  content: "|";
  margin-right: 10px;
  color: #FFF;
}

#header-sections-container .contact-link {
    display: inline-block;
    float: right;
}

#header-sections-container .reserved-area {
	text-transform: uppercase;
}

#header-sections-container .reserved-area i {
	padding-right: 5px;
    display: inline-block;
    vertical-align: 1px;
}

#header-sections-container #section-30252 {
	width: 93.5%;
    float: left;
}

@media(max-width: 767px){
	#header-sections-container #section-30252 {
    	width: 84%;
    	float: left;
	}
}

/*Menu*/
.section.menu {
	margin-bottom: 0 !important;
}

header {
    position: fixed;
    z-index: 500;
    width: 100%;
    top: 0;
	transition: all 0.4s ease 0s;
	font-size: 14px;
}

header .navbar-default {
	transition: all 0.4s ease 0s;
	background-color: #FFF;
}

header .navbar-brand {
	transition: all 0.4s ease 0s;
}

header .navbar-brand > img {
    max-height: 70px;
	transition: max-height 0.4s;
}

header .navbar-default .navbar-nav > li > a {
    margin: 25px 0;
	transition: all 0.4s ease 0s;
}

header.shrink  {
    top: -34px;
}

header.shrink .navbar-default {
    box-shadow: 0px 2px 5px rgba(142,142,142,0.5);
}

header.shrink .navbar-default .navbar-brand {
    padding: 10px 15px;
}

header.shrink .navbar-default .navbar-brand > img {
    max-height: 40px;
}

header.shrink .navbar-default .navbar-nav > li > a {
    margin: 5px 0;
}


.navbar-default .navbar-nav > li:nth-child(3).open > a, .navbar-default .navbar-nav > li:nth-child(3) > a:hover, .navbar-default .navbar-nav > li:nth-child(3).active > a, .navbar-default .navbar-nav > li:nth-child(3).active > a:hover, .navbar-default .navbar-nav > li:nth-child(3).active > a:focus {
	color: #2283FF !important;
}

.navbar-default .navbar-nav > li:nth-child(3) .dropdown-menu a:hover{
	color: #2283FF;	
}

.navbar-default .navbar-nav > li:nth-child(4).open > a, .navbar-default .navbar-nav > li:nth-child(4) > a:hover, .navbar-default .navbar-nav > li:nth-child(4).active > a, .navbar-default .navbar-nav > li:nth-child(4).active > a:hover, .navbar-default .navbar-nav > li:nth-child(4).active > a:focus {
	color: #BCCE5C !important;
}

.navbar-default .navbar-nav > li:nth-child(4) .dropdown-menu a:hover{
	color: #BCCE5C;	
}

/*Immagini in header*/
.image-header {
    height: 400px;
    background-size: cover;
    background-position: center;
}

@media(max-width:991px){
	header .navbar-brand > img {
		max-height: 50px;
	}
	header .navbar-default .navbar-nav > li > a {
		margin: 23px 0;
	}
	.image-header {
		height: 250px;
	}

	#header-sections-container .contact-link a {
	  display: none;
	}

}

@media(max-width:767px){
	header .navbar-brand > img {
	  max-height: 40px;
	}

	#header-sections-container .contact-link a:last-child {
	  display: inline-block;
	}
	header .navbar-default .navbar-nav > li > a,
	header.shrink .navbar-default .navbar-nav > li > a	{
		margin: 5px;
		text-align: center;
		background-color: #BE212B;
		color: #FFF;
	}
	.navbar-default .navbar-nav > li.active a, 
	.navbar-default .navbar-nav > li > a:hover, 
	.navbar-default .navbar-nav > li > a:focus,
	header.shrink .navbar-default .navbar-nav > li.active a, 
	header.shrink .navbar-default .navbar-nav > li > a:hover, 
	header.shrink .navbar-default .navbar-nav > li > a:focus {
		background-color: #8E9FAB;
		color: #FFF;
	}
	.image-header {
		height: 150px;
	}
}

/*Briciole di pane*/
.page-green .breadcrumb > .active {
	color: #BCCE5C;
}

.page-blue .breadcrumb > .active {
	color: #2283FF;
}
/* ---------------------------------------------------------------------------------------------- */



/* Footer
------------------------------------------------------------------------------------------------- */
footer .section {
	margin-bottom: 0 !important;
}

/*Siti satellite Viverbene*/
.footer-top {
    background-color: #BE212B;
    padding: 80px 0;
}

.go-to-viverbene .title {
  text-align: center;
  color: #FFF;
  font-size: 35px;
  margin-bottom: 30px;
}

.go-to-viverbene .item a {
  background-color: rgba(255,255,255,0.8);
  border: 5px solid #FFF;
  display: block;
  color: #8b8e93;
  padding: 10px;
  transition: all 500ms;
  font-size: 14px;
  text-align: center;
}

.go-to-viverbene .item a:hover {
  background-color: rgba(255,255,255,1);
}

.go-to-viverbene .item a .name {
  display: block;
  color: #404040;
  margin-top: 10px;
  text-align: center;
  font-size: 19px;
  text-transform: uppercase;
  font-weight: bold;
}

.go-to-viverbene .item.gray a .name {
  color: #A0ABB8;
}

.go-to-viverbene .item.orange a .name {
  color: #dd7e2e;
}

.go-to-viverbene .item.green a .name {
  color: #00BAC2;
}

.go-to-viverbene .item.blue a .name {
  color: #133E58;
}

.go-to-viverbene .item.red a .name {
  color: #BE212B;
}

.go-to-viverbene .item.gold a .name {
  color: #bda26d;
}

.go-to-viverbene .item a .description {
	display: block;
	margin-bottom: 10px;
	color: #333;
	min-height: 42px;
}

.go-to-viverbene .item a img {
    background-color: #FFF;
    padding: 5px;
    border: 1px solid #404040;
	margin: 0 auto;
}

.go-to-viverbene .item.gray a img {
    border-color: #A0ABB8;
}

.go-to-viverbene .item.green a img {
    border-color: #00BAC2;
}

.go-to-viverbene .item.orange a img {
    border-color: #dd7e2e;
}

.go-to-viverbene .item.blue a img {
    border-color: #133E58;
}

.go-to-viverbene .item.red a img {
    border-color: #BE212B;
}

.go-to-viverbene .item.gold a img {
    border-color: #bda26d;
}

.go-to-viverbene .item a .more {
    background-color: #00B9C2;
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    padding: 5px 20px;
    margin-top: 5px;
	transition: all 500ms;
}

.go-to-viverbene .item.gray a .more {
    background-color: #A0ABB8;
}

.go-to-viverbene .item.green a .more {
    background-color: #00BAC2;
}

.go-to-viverbene .item.orange a .more {
    background-color: #dd7e2e;
}

.go-to-viverbene .item.blue a .more {
    background-color: #133E58;
}

.go-to-viverbene .item.red a .more {
    background-color: #BE212B;
}

.go-to-viverbene .item.gold a .more {
    background-color: #bda26d;
}

.go-to-viverbene .item.gray a:hover .more,
.go-to-viverbene .item.green a:hover .more,
.go-to-viverbene .item.blue a:hover .more,
.go-to-viverbene .item.gold a:hover .more,
.go-to-viverbene .item.red a:hover .more,
.go-to-viverbene .item.orange a:hover .more {
	background-color: #404040;
}

.footer-top .social-section h2 {
	color: #fff !Important;
}

@media(max-width:1200px){
	.go-to-viverbene .item a .name {
		height: 50px;
	}
}

@media(max-width:991px){
	.go-to-viverbene .item a {
		margin-bottom: 30px;
	}
	.go-to-viverbene .item a .name {
		height: auto;
	}
	.go-to-viverbene .item a .description {
		min-height: auto;
	}
}

@media(max-width:767px){
	.footer-top {
		padding: 15px 0;
	}
	.go-to-viverbene .title {
		font-size: 20px;
		margin-bottom: 15px;
	}
	.go-to-viverbene .item a {
		margin-bottom: 15px;
	}
	.go-to-viverbene .itemlast-child a: {
		margin-bottom: 0;
	}
	.go-to-viverbene .item a .name {
		height: auto;
	}
}
/*form*/

footer .feedback .section-body {
  max-width: 600px;
  margin: 0 auto;
}

footer .feedback .header-feedback {
  text-align: justify;
  margin-bottom: 20px;
}

.modal.saved-info .modal-body {
    padding: 50px;
    text-align: center;
    font-size: 18px;
}

.input-div .input-type-email {
    text-transform: none !important;
}

/*Contatti*/
footer .footer-bottom {
  padding: 50px 0;
  font-size: 14px;
}

footer .footer-bottom .btn.btn-primary {
	background-color: #BE212B;;
	border: 1px solid #BE212B;;
}

footer .footer-bottom .btn.btn-primary:hover {
	color: #FFF;
    background-color: #404040;
    border-color: #404040;
}

.footer-contact img {
    margin-bottom: 50px;
}

footer .footer-contact .title,
footer .footer-bottom .section-title h2 {
    display: block;
    font-size: 20px;
    font-weight: lighter;
    margin-bottom: 10px;
    color: #BE212B;
}

.footer-contact .description {
    text-align: justify;
}

.footer-contact .description img {
    margin: 0 auto 20px;
}

.footer-contact .contacts .item i {
    width: 20px;
    text-align: center;
    color: #BE212B;
}

.footer-contact .contacts .item {
    display: block;
}

.footer-contact .navigate > a {
    display: block;
    color: #8b8e93;
}

.footer-contact .navigate a i {
    color: #BE212B;
}

.footer-contact .navigate > a.active,
.footer-contact .navigate > a:hover {
    color: #BE212B;
}

.footer-contact .social {
    margin-top: 10px;
}

.footer-contact .social > a {
    border: 1px solid #BE212B;
    border-radius: 50%;
    display: inline-block;
    height: 30px;
    line-height: 29px;
    text-align: center;
    width: 30px;
    background-color: #BE212B;
    color: #FFF;
}

.footer-contact .social > a:hover {
    border: 1px solid #8E9FAB;
    background-color: #8E9FAB;
}

#footer-copyright {
    text-align: center;
    border-top: 1px solid #EAEAEA;
    padding: 30px 0;
	font-size: 12px;
}

@media(max-width:991px){
	footer .footer-contact .contacts, 
	footer .footer-contact .navigate {
		margin-bottom: 25px;
	}
}
@media(max-width:767px){
	footer .footer-bottom {
		padding: 30px 0;
	}
	.footer-contact img {
		margin-bottom: 30px;
	}
	footer .footer-contact .title, 
	footer .footer-bottom .section-title h2 {
		text-align: center;
	}
	#footer-copyright {
		padding: 15px 0;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Form e validazioni
------------------------------------------------------------------------------------------------- */
.input-div input,
.input-div .input-type-textarea, 
.input-div input.input-type-text, 
.input-div .input-type-dropdownlist, 
.input-div input.input-type-email {
	max-width: 100% !important;
}

select, 
input.form-control {
    height: 43px !important;
}

.input-div {
  position: relative;
}

.input-div i {
  color: #BE212B;
  position: absolute;
  top: 13px;
  left: 15px;
}

.inputbox label.validation-error-label {
	position: absolute;
	background-image: none !important;
	padding-left: 0 !important;
	font-weight: normal;
	font-size: 10px;
    color: #C60000 !important;
}

.inputbox .validation-highlight {
    background-image: none !important;
    border-color: #C60000;
}

input.form-control.input-type-checkbox {
	height: 14px !Important;
}
/* ---------------------------------------------------------------------------------------------- */



/* Home
------------------------------------------------------------------------------------------------- */
/*Video*/
.video-wrapper {
	position: relative;
}

.video-section {
    position: relative;
}

.video-section .button {
     position: absolute;
     bottom: 10px;
     width: 100%;
     text-align: center;
     z-index: 2;
} 

.video-section .button a {
	min-width: 250px;
}

@media(max-width: 767px){
   .video-section .button {
       position: relative;
       margin-top: 20px;
       padding: 0px 15px;
   }
   
   .video-section .button a {
       font-size: 14px;
       width: 100%;
       margin-bottom: 10px;
 	}
}

/*Arrow Down*/
@-webkit-keyframes sdb07 {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes sdb07 {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

#moveSectionDown {
    bottom: 100px;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    left: 50%;
    letter-spacing: .1em;
    padding-top: 70px;
    position: absolute;
    text-decoration: none;
    text-transform: uppercase;
    transform: translate(0, -50%);
    transition: opacity .3s;
    z-index: 2;
    -webkit-transform: translate(0, -50%);
	margin-left: -45px;
}

#moveSectionDown span {
	animation: sdb07 2s infinite;
	animation-delay: 0s;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	box-sizing: border-box;
	height: 24px;
	left: 50%;
	margin-left: -12px;
	opacity: 0;
	position: absolute;
	top: 0;
	transform: rotate(-45deg);
	width: 24px;
	-webkit-transform: rotate(-45deg);
	-webkit-animation: sdb07 2s infinite;
}

#moveSectionDown:hover {
	color: #CCC;
}

#moveSectionDown:hover span {	
	border-color: #CCC;
}    

#moveSectionDown span:nth-of-type(1) {
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
}

#moveSectionDown span:nth-of-type(2) {
    animation-delay: .15s;
    top: 16px;
    -webkit-animation-delay: .15s;
}

#moveSectionDown span:nth-of-type(3) {
    animation-delay: .3s;
    top: 32px;
    -webkit-animation-delay: .3s;
}

@media(max-width:991px){
	#moveSectionDown {
		bottom: 0;
	}
}

@media(max-width:767px){
	#moveSectionDown {
		display: none;
	}
}

/*Audio*/
.video-wrapper .video-mute {
  position: absolute;
  right: 30px;
  top: 160px;
}

.video-wrapper .video-mute a {
  background-color: rgba(190,33,43,0.5);
  color: #FFF;
  width: 60px;
  display: inline-block;
  height: 60px;
  text-align: center;
  font-size: 30px;
  border-radius: 50%;
  line-height: 60px;
}

.video-wrapper .video-mute a:hover {
  background-color: rgba(190,33,43,1);
}

/*Slider*/
.home-wide-container {
	height: 700px;
}

.home-wide-container .text-container {
	margin-top: -150px;
}

#slides {
    z-index: 1; 
}

#slides .text-container .sub-title {
    background-color: #BE212B;
    color: #FFF;
    display: inline-block;
    font-size: 20px;
    padding: 5px 40px;
    text-transform: uppercase;
    font-weight: bold;
}

#slides .text-container .title {
  display: block;
  font-size: 65px;
}

#slides .text-container .description {
    max-width: 800px;
    display: block;
    font-size: 20px;
	margin: 0 auto;
	padding: 0 15px;
}

#slides .text-container a {
  background-color: #FFF;
  display: inline-block;
  padding: 17px 30px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 20px;
}

#slides .text-container a:hover {
  background-color: #BE212B;
  color: #FFF;
}

.slides-pagination a {
    width: 12px !important;
    height: 12px !important;
    border-radius: 50% !important;
    background-color: rgba(255,255,255,0.5) !important;
    text-indent: -200% !important;
}

.slides-pagination a.current {
    color: #BE212B !important;
    background: #BE212B !important;
}

.page-green .slides-pagination a.current {
	color: #BCCE5C !Important;
	background: #BCCE5C !Important;
}

@media(max-width:991px){
	.home-wide-container {
		height: 500px;
	}
	#slides .text-container .title {
		font-size: 45px;
	}
}

@media(max-width:767px){
	.home-wide-container {
		height: 300px;
	}
	.home-wide-container .text-container {
		margin-top: 0;
		top: 50px;
	}
	#slides .text-container .description {
		display: none;
	}
	#slides .text-container .title {
		font-size: 30px;
		margin: 0 5px;
		line-height: 35px;
	}
	#slides .text-container a {
		padding: 10px 20px;
		margin-top: 15px;
	}
}

/*Blocchi testo e immagini sfalzate*/
.image-text-list .item {
  margin-bottom: 120px;
}

.image-text-list .item .text {
    padding-top: 35px;
}

.image-text-list .item h1, 
.image-text-list .item h2 {
    font-size: 30px;
    color: #8E9FAB;
}

.image-text-list .item h1 span,
.image-text-list .item h2 span {
  color: #BE212B;
}

.image-text-list .item .text p {
    line-height: 30px;
}

.image-text-list .item .text a {
    background-color: #BE212B;
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    padding: 10px 30px;
}

.image-text-list .item .text a:hover {
    background-color: #8E9FAB;
}

.image-text-list .item .image div,
.image-text-list .item .image div img {
    position: relative;
}

.image-text-list .item .image div:before {
	background-color: #8E9FAB;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    right: -25px;
    bottom: -25px;
    z-index: 0;
}


.image-text-list .item .image a {
  display: block;
  position: relative;
}

.image-text-list .item .image a i {
  color: #FFF;
  position: absolute;
  width: 100px;
  height: 70px;
  border: 1px solid #BE212B;
  text-align: center;
  line-height: 75px;
  left: 50%;
  top: 50%;
  margin-top: -40px;
  margin-left: -50px;
  background-color: rgba(19,62,88,0.5);
  font-size: 40px;
}

.image-text-list .item .image a:hover i {
  color: #BE212B;
}

/*Seconda riga*/
.image-text-list .item:nth-child(2n) .text {
    float: right;
}

.image-text-list .item:nth-child(2n) .image div::before {
    left: -25px;
}

@media(max-width:991px){
	.image-text-list .item {
		margin-bottom: 50px;
	}
	.image-text-list .item .text {
		padding-top: 0;
		margin-bottom: 20px;
	}
	.image-text-list .item:nth-child(2n) .text {
		float: none;
	}
	.image-text-list .item h1, 
	.image-text-list .item h2 {
		text-align: center;
	}
	.image-text-list .item .image {
		max-width: 500px;
		margin: 0 auto;
	}
}

@media(max-width:767px){
	.image-text-list .item h1, 
	.image-text-list .item h2 {
		font-size: 25px;
	}
	.image-text-list .item .image div::before {
		background-color: #FFF;
	}
	.image-text-list .item .text p {
		line-height: 20px;
	}
	.image-text-list .item .image div::before {
		display: none;
	}
}

/*Fasce immagine*/
.image-band-list .item {
    background-position: center;
    background-size: cover;
}

.image-band-list .item .text {
  background-color: rgba(255,255,255,0.8);
  padding: 80px 30px;
  max-width: 50%;
  line-height: 30px;
  color: #404040;
}

.image-band-list .item:nth-child(2n) .text {
  float:right;
}

.image-band-list .item .text h3 {
  color: #BE212B;
  margin-top: 0;
  font-size: 30px;
}

.image-band-list .item .hidden-text {
	display: none;
}

.image-band-list .item .text a {
    background-color: #BE212B;
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    padding: 10px 30px;
    margin-top: 15px;
	font-size: 14px;
}

.image-band-list .item.item-green .text a {
    background-color: #BCCE5C;
}

.image-band-list .item .text a:hover,
.image-band-list .item.item-green .text a:hover {
    background-color: #404040;
}

@media(max-width:991px){
	.image-band-list .item .text {
		padding: 30px 15px;
		line-height: 25px;
	}
	.image-band-list .item .text h3 {
		font-size: 25px;
	}
}

/*@media(max-width:767px){
	.image-band-list .item {
		background-size: contain;
		background-repeat: no-repeat;
		background-position: top;
		padding-top: 200px;
		max-width: 500px;
		margin: 0 auto 20px;
	}
	.image-band-list .item .container {
		background-color: #FFF;
	}
	.image-band-list .item .text {
		max-width: 100%;
		padding: 0;
		line-height: 20px;
	}
	.image-band-list .item .text h3 {
		font-size: 20px;
	}
}

@media(max-width:400px){
	.image-band-list .item {
		padding-top: 140px;
	}
}*/

/*Cosa proponiamo*/
.image-grid .introduction {
    max-width: 800px;
    margin: 0 auto 40px;
    text-align: center;
}

/*.image-grid .row {
    margin: 0 auto;
    max-width: 800px;
}*/

.image-grid .item a {
  display: block;
  position: relative;
  overflow: hidden;
}

.image-grid .item a .caption {
  position: absolute;
  top: 20px;
  color: #FFF;
  z-index: 3;
  font-size: 20px;
  left: 20px;
  z-index: 2;
}

.image-grid .item a .caption .title {
  display: block;
  font-size: 35px;
}

.image-grid .item a .image-overlay {
  position: absolute;
  top: 100%;
  width: 100%;
  height: 100%;
  background-color: rgba(190,33,43, 0.9);
  z-index: 2;
  color: #FFF;
  padding: 20px;
  transition: all 500ms;
}

.image-grid .item a:hover .image-overlay {
  top: 0;
}

.image-grid .item a .image-overlay .title {
  display: block;
  font-size: 35px;
}

.image-grid .item a .image-overlay .more {
    background-color: #FFF;
    color: #BE212B;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    padding: 10px 20px;
    margin-top: 15px;
}

@media(max-width: 991px) {
	.image-grid .item a .caption .title,
	.image-grid .item a .image-overlay .title {
		font-size: 20px;
	}

	.image-grid .item a .image-overlay p {
		font-size: 14px;
		margin-bottom: 0px;
	}
}

@media(max-width:767px){
	.image-grid .item a {
	  margin-bottom: 30px;
	}

	.image-grid .item a img{
		width: 100%;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Home Header
------------------------------------------------------------------------------------------------- */
form.home-page {
  margin-top: -132px;
}

.home-page #header-sections-container {
  background-color: rgba(190,33,43,0.5);
}

.home-page header .navbar-default {
  background-color: rgba(255,255,255,1);
}

.home-page header.shrink .navbar-default {
 background-color: #FFF;
}

@media(max-width:991px){
	form.home-page {
	  margin-top: -0;
	}
	.home-page #header-sections-container {
	  background-color: rgba(190,33,43,1);
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Onda separattrice
------------------------------------------------------------------------------------------------- */
.wave-separator {
   background: url("../Images/Onda.png") center center no-repeat;
   height: 100px;
   width: 100%;
}

@media(max-width:767px){
	.wave-separator {
		background-size: contain;
	}	
}
/* ---------------------------------------------------------------------------------------------- */



/* Chi Siamo
------------------------------------------------------------------------------------------------- */
/*Riconoscimenti*/
.awards-grid {
  background-color: #BE212B;
  padding: 30px 10px;
  color: #FFF;
}

.awards-grid .title {
  font-weight: bold;
  font-size: 35px;
  text-align: center;
  display: block;
  margin-bottom: 30px;
  color: #FFF;
}

.awards-grid .item {
	width: 25%;
	float: left;
	padding: 0 15px;
}

.awards-grid .item img {
    display: block;
    margin: 0 auto 20px;
}

.awards-grid .item {
    text-align: center;
}

@media(max-width:991px){
.awards-grid .item {
	width: 100%;
	float: none;
    padding: 5px;
}
.awards-grid .item img {
	max-width: 150px;
}
}
/* ---------------------------------------------------------------------------------------------- */



/* Video
------------------------------------------------------------------------------------------------- */
.video-band {
  background-color: #BECCDB;
  text-align: center;
  color: #FFF;
  padding: 30px 10px;
}

.video-band .text {
  display: block;
  font-size: 30px;
  margin-bottom: 20px;
}

.video-band a {
  display: inline-block;
  border: 1px solid;
  padding: 10px 50px;
  text-transform: uppercase;
  margin: 0 10px;
  color: #BE212B;
}

.video-band a:hover {
  color: #8E9FAB;
}

.modal-video .modal-dialog {
    width: 1000px;
    margin-top: 100px;
}

.modal-video .modal-header {
    padding: 0;
    border-bottom: none;
}

.modal .close {
    opacity: 1;
    background-color: #BECCDB;
    color: #FFF;
    text-shadow: none;
    width: 40px;
    height: 40px;
    line-height: 22px;
    display: inline-block;
    position: absolute;
    right: -20px;
    top: -20px;
    border-radius: 50%;
    font-size: 25px;
}

.modal .close:hover {
    background-color: #BE212B;
}

@media(max-width:1200px){
.modal-video .modal-dialog {
    width: 600px;
}
}

@media(max-width:767px){
.modal-video .modal-dialog {
    width: 100%;
}
.video-band a {
  display: block;
  margin: 10px 0;
}
}
/* ---------------------------------------------------------------------------------------------- */



/* Nordic Walking - Sci di fondo
------------------------------------------------------------------------------------------------- */
/*Tematizzazione*/
.page-green .toggle-text-container .btn-primary {
	background-color:#BCCE5C;
	border-color: #BCCE5C;
}

.page-blue .toggle-text-container .btn-primary {
	background-color:#2283FF;
	border-color: #2283FF;
}

.page-green .toggle-text-container .btn-primary:hover {
	background-color:#404040;
	border-color: #404040;
}

.activity-list .item {
  height: 700px;
  background-color: #EAEAEA;
}

.activity-list .item:nth-child(2n) {
  background-color: #FFF;
}

.activity-list .item .image {
  background-size: cover;
  height: 700px;
  background-position: center;
}

.activity-list .item:nth-child(2n) .image {
  float: right;
}

.activity-list .item .text {
    padding: 100px 100px 0;
}

.activity-list .item .text h2 {
  color: #BE212B;
  margin-top: 0;
  font-size: 30px;
  font-weight: bold;
}

.activity-list .item .text a {
    color: #BE212B;
	border: 1px solid #BE212B;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 30px;
    margin-top: 15px;
	font-size: 14px;
	text-align: left;
}

.activity-list .item .text a:hover {
    color: #FFF;
	background-color: #BE212B;
}

/*Tematizzazione*/
.page-green .activity-list .item .text h2 {
	color: #BCCE5C;
}

.page-green .activity-list .item .text a {
	color: #BCCE5C;
	border: 1px solid #BCCE5C;
}

.page-green .activity-list .item .text a:hover {
	color: #FFF;
	background-color: #BCCE5C;
}

@media(max-width:1200px){
	.activity-list .item .text {
		padding: 50px 50px 0;
	}
	.activity-list .item .image, 
	.activity-list .item {
		height: 600px;
	}
}

@media(max-width:991px){
	.activity-list .item .image {
	  height: 400px;
	}
	.activity-list .item {
	  height: auto;
	}
	.activity-list .item .text {
	  padding: 30px;
	}
	.activity-list .item:nth-child(2n) .image {
	  float: none;
	  float: ;
	}
}

@media(max-width:767px){
	.activity-list .item .image {
		height: 250px;
	}
	.activity-list .item .text {
		padding: 15px;
	}
	.activity-list .item .text h2 {
		font-size: 20px;
	}
	.activity-list .item .text a {
		padding: 10px;
	}
}

/*Downlaod*/
.download-pdf {
    background-color: #BE212B;
    padding: 100px 0;
}

.download-pdf .section-title h2 {
    color: #FFF !important;
}

.download-pdf .item a {
  color: #FFF;
  display: block;
  font-size: 20px;
  text-transform: uppercase;
  border: 1px solid #FFF;
  padding: 25px;
  text-align: center;
}

.download-pdf .item a i {
  display: block;
  font-size: 60px;
  margin-bottom: 15px;
}

.download-pdf .item a:hover {
  color: #BE212B;
  background-color: #FFF;
}

/*Tematizzazione*/
.page-green .download-pdf {
    background-color: #BCCE5C;
}

.page-green .download-pdf .message {
	color: #fff;
	text-align: center;
	font-size:20px;
	text-transform: uppercase;
	border-top: 1px solid;
	padding-top: 30px;
}

.page-light-blue .download-pdf {
	background-color: #2283FF;
}

.page-green .download-pdf .item a:hover {
  color: #BCCE5C;
}

.page-light-blue .download-pdf .item a:hover {
  color: #2283FF;
}

@media(max-width:991px){
	.download-pdf {
		padding: 30px 0;
	}
	.download-pdf .item a {
		font-size: 17px;
		padding: 15px 5px;
	}
}

@media(max-width:767px){

	.download-pdf {
		padding: 15px 0;
	}

	.download-pdf .item a {
		margin-bottom: 15px;
	}
	.download-pdf .item a i {
		font-size: 30px;
		margin-bottom: 5px;
	}
	.download-pdf .item a {
		margin-bottom: 15px;
	}
	.download-pdf .item a i {
		font-size: 30px;
		margin-bottom: 5px;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Fascia slogan
------------------------------------------------------------------------------------------------- */
.slogan-band {
  position: relative;
  padding: 100px 0;
  text-align: center;
  color: #FFF;
  background-size: cover;
  background-position: center;
  font-size: 30px;
}

.slogan-band .image-overlay {
  background-color: #404040;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.5;
}

.slogan-band .title {
  display: block;
  position: relative;
}

.slogan-band .subtitle {
  position: relative;
}
@media(max-width: 767px) {
	.slogan-band .title,
	.slogan-band .subtitle{
		font-size: 18px;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Fasce con immagini - versione 2
------------------------------------------------------------------------------------------------- */
.image-band-list.color-version .item {
  position: relative;
  padding: 100px 0;
  max-width: 100%;
}

.image-band-list.color-version .item .image-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
}

.image-band-list.color-version .item.item-red .image-overlay {
  background-color: #BE212B;
}

.image-band-list.color-version .item.item-green .image-overlay {
  background-color: #BCCE5C;
}

.image-band-list.color-version .item img {
  padding: 0;
  border: 2px solid #FFF;
}

.image-band-list.color-version .item .text {
  padding: 0 0 0 50px;
  background-color: transparent;
  color: #FFF;
  line-height: 22px;
}

.image-band-list.color-version .item .text h3 {
  color: #FFF;
  font-weight: bold;
}

.image-band-list.color-version .item:nth-child(2n) img {
  float: right;
}

.image-band-list.color-version .item:nth-child(2n) .text {
  padding: 0 50px 0 0;
}

@media(max-width:991px){
	.image-band-list.color-version .item .text {
		padding: 0;
		margin-top: 30px;
		max-width: 100%;
	}
	
	.image-band-list.color-version .item:nth-child(2n) .text {
		padding: 0px;
	}
}

@media(max-width:767px){
	.image-band-list.color-version .item {
	  padding: 30px 15px;
	}

}
/* ---------------------------------------------------------------------------------------------- */



/* Programma
------------------------------------------------------------------------------------------------- */
/*Menù di selezione*/
.button-menu {
  margin-top: 50px;
  text-align: center;
}

.button-menu a {
  display: inline-block;
  padding: 10px 30px;
  color: #BE212B;
  border: 1px solid #BE212B;
  text-transform: uppercase;
  margin: 0 5px;
}

.button-menu a:hover {
  background-color: #BE212B;
  color: #FFF;
}

/*Programma*/
.activity-program .item {
  padding: 50px 0;
  background-color: #BE212B;
  color: #FFF;
}

.activity-program .item.white-background {
  background-color: #FFF;
  color: #8b8e93;
}

.activity-program .item h2 {
  font-weight: bold;
  margin-top: 0;
  color: #FFF;
}

.activity-program .item.white-background h2 {
  color: #BE212B;
}

.activity-program .item .description {
  margin-bottom: 20px;
}

.activity-program .item a {
  display: inline-block;
  margin-right: 10px;
  border: 1px solid;
  padding: 10px 30px;
  text-transform: uppercase;
  color: #FFF;
}
.activity-program .item.white-background a {
  color: #BE212B;
}

.activity-program .item a:hover {
  background-color: #FFF;
  color: #BE212B;
}

.activity-program .item.white-background a:hover {
  background-color: #BE212B;
  color: #FFF;
}

.activity-program .item .date-container {
    margin-top: 50px;
    border-top: 1px solid rgba(255,255,255,0.2);
    padding-top: 50px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    padding-bottom: 50px;
    margin-bottom: 50px;
}

.activity-program .item.white-background .date-container {
    border-top: 1px solid rgba(0,0,0,0.2);
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.activity-program .item .warning{
    background-color: white;
    padding: 30px;
}

.activity-program .item .warning .warning-title {
    color: #BCCE5C;
    font-size:30px;
    margin-bottom:10px;
}

.activity-program .item .warning .warning-text {
    color: #8b8e93;
}

.activity-program .item .warning.margin {
    margin-bottom:25px;
}

.activity-program .item .date-container .block {
   margin-bottom: 20px;
   text-align: left;
}

.activity-program .item .date-container .block span {
  font-weight: bold;
  text-transform: uppercase;
  display: block;
}

.activity-program .item .date-container .block a {
  display: block;
  text-align: center;
  margin-top: 15px;
}

/*Tematizzazione*/
.page-green .activity-program .item {
  background-color: #BCCE5C;
}

.page-green .activity-program .item.white-background {
  background-color: #FFF;
  color: #8b8e93;
}

.page-green .activity-program .item.white-background h2 {
  color: #BCCE5C;
}

.page-green .activity-program .item.white-background a {
  color: #BCCE5C;
}

.page-green .activity-program .item a:hover {
  background-color: #FFF;
  color: #BCCE5C;
}

.page-green .activity-program .item.white-background a:hover {
  background-color: #BCCE5C;
  color: #FFF;
}

.page-green .activity-program .item.white-background .date-container .warning{
    background-color: #BCCE5C;
    padding: 30px;
}

.page-green .activity-program .item.white-background .date-container .warning .warning-title {
    color: #ffffff;
    font-size:30px;
    margin-bottom:10px;
}

.page-green .activity-program .item.white-background .date-container .warning .warning-text {
    color: #ffffff;
}   

@media(max-width:767px){
	.activity-program .item {
	  padding: 15px 0;
	}
	.activity-program .item h2 {
	  font-size: 20px;
	}
	.activity-program .item .date-container {
	  margin-top: 20px;
	  padding-top: 20px;
	  padding-bottom: 20px;
	  margin-bottom: 20px;
	}
	.activity-program .item .date-container .block {
	  margin-bottom: 30px;
	}
	.activity-program .item .date-container .block:last-child {
	  margin-bottom: 0;
	}
	.activity-program .item a {
	  display: block;
	  text-align: left;
	  padding: 10px;
	  margin: 5px 0;
	}
}

/*Modulo iscrizioni*/
.inscriptions-form {
    background-color: #F2F2F2;
    padding: 100px 0;
}

.inscriptions-form .fields-container:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.inscriptions-form .section-body {
  max-width: 1170px;
  margin: 0 auto;
}

.inscriptions-form .form-group {
  width: 50%;
  float: left;
  padding: 0 15px;
}

.inscriptions-form .form-group .form-control {
  padding: 10px 15px;
}

.inscriptions-form .form-group:nth-child(11), 
.inscriptions-form .form-group:nth-child(12), 
.inscriptions-form .form-group:nth-child(13), 
.inscriptions-form .form-group:last-child,
.inscriptions-form.form-ski .form-group:nth-child(9){
  width: 100%;
}

.inscriptions-form.form-ski .form-group:nth-child(11) {
  width: 50%;
}

.inscriptions-form .form-group:nth-child(12) label, 
.inscriptions-form .form-group:nth-child(13) label, 
.inscriptions-form .form-group:nth-child(14) label,
.inscriptions-form.form-ski .form-group:nth-child(15) label{
  float: left;
  margin-right: 15px;
  width: 390px;
  text-align: right;
}

.inscriptions-form.form-ski .form-group:nth-child(12) label {
  float: none;
  width: auto;
  text-align: left;
}


.inscriptions-form .form-group:last-child .input-div {
  float: left; 
}

.inscriptions-form .form-group label a {
    color: #BE212B;
}

/*Tematizzazione*/
.page-green .form-control:focus {
	border-color: #BCCE5C;
}

.page-green .inscriptions-form .form-group label a {
	color: #BCCE5C;
}

.page-green .inscriptions-form .btn-primary {
	background-color: #BCCE5C;
	border-color: #BCCE5C;
}

.page-green .inscriptions-form .btn-primary:hover {
	background-color: #404040;
	border-color: #404040;
}

@media(max-width:767px){
	.inscriptions-form {
		padding: 15px 0;
	}
	.inscriptions-form .form-group {
		width: 100%;
	}
	.inscriptions-form .form-group:nth-child(12) label, 
	.inscriptions-form .form-group:nth-child(13) label, 
	.inscriptions-form .form-group:nth-child(14) label {
		width: 190px;
	}
}

/*Link ai vari programmi*/
.band-programs {
  background-color: #F2F2F2;
  padding: 30px 0;
  text-align: center;
}

.band-programs a {
  color: #BE212B;
  border: 1px solid #BE212B;
  display: block;
  padding: 20px 6px;
  min-height: 66px;
}

.band-programs .item.red {
	width: 18%;
	float: left;
	margin-right: 15px;
}

.band-programs .item:nth-child(2) a{
	padding: 8px 6px;
}

.band-programs .item.red:nth-child(2) a {
	padding: 20px 6px;
}

.band-programs .item.red a {
	min-height: 90px;
}

.band-programs a:hover {
  background-color: #BE212B;
  color: #FFF;
}

.band-programs a.active {
  color: #000;
  border-color: #000;
}

.band-programs a.active:hover {
  color: #000;
  background-color: transparent;
  cursor: default;
}

.band-programs a i {
 	padding-right: 5px;
}

@media(max-width: 991px){
	.band-programs .item.red {
		width: 30%;
		margin-bottom: 15px;
	}
}

@media(max-width: 767px){
	.band-programs .item.red {
		width: 100%;
		height: auto;
	}

	.band-programs .item.red a {
		min-height: auto;
		margin-bottom: 0px;
		padding: 10px;
	}
}

/*Tematizzazione*/
.page-green .band-programs a {
  color: #BCCE5C;
  border: 1px solid #BCCE5C;
  padding: 18px 6px !IMPORTANT;
  margin-bottom: 30px;
}

.page-green .band-programs .item:nth-child(3) a,
.page-green .band-programs .item:nth-child(4) a{
	margin-bottom: 0px;
}

.page-green .band-programs a:hover {
  background-color: #BCCE5C;
  color: #FFF;
}

.page-green .band-programs a.active {
  color: #000;
  border-color: #000;
  pointer-events: not-allowed;
}

.page-green .band-programs a.active:hover {
  color: #000;
  background-color: transparent;
}

/*Tematizzazione*/
.page-light-blue .band-programs a {
  color: #2283FF;
  border: 1px solid #2283FF;
  padding: 18px 6px !IMPORTANT;
  margin-bottom: 30px;
}

.page-light-blue .band-programs .item:nth-child(3) a,
.page-light-blue .band-programs .item:nth-child(4) a{
	margin-bottom: 0px;
}

.page-light-blue .band-programs a:hover {
  background-color: #2283FF;
  color: #FFF;
}

.page-light-blue .band-programs a.active {
  color: #000;
  border-color: #000;
  pointer-events: not-allowed;
}

.page-light-blue .band-programs a.active:hover {
  color: #000;
  background-color: transparent;
}

@media(max-width: 991px){
	.page-green .band-programs a {
		margin-bottom: 15px;
	}

	.page-green .band-programs .item:nth-child(3) a,
	.page-green .band-programs .item:nth-child(4) a{
		margin-bottom: 15px;
	}
}

@media(max-width:767px){
	.band-programs a {
		margin: 10px 0;
  		min-height: auto;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Lista Vantaggi
------------------------------------------------------------------------------------------------- */
.benefits-list .evidence {
    font-weight: bold;
}

.benefits-list h4,
.benefits-list a {
    color: #BE212B;
}

.benefits-list a:hover {
    color: #333;
}

.benefits-list ul {
    padding-left: 15px;
}

.benefits-list .separator {
    border-top: 1px solid #ccc;
    display: block;
    margin: 20px 0;
}

.benefits-list .table-responsive {
    border-bottom: 1px solid #ddd;
    margin-bottom: 50px;
}

.benefits-list table {
    margin-top: 50px;
}

.benefits-list table th {
    background-color: #BE212B;
    color: #fff;
    text-align: center;
}

.benefits-list table a {
    display: block;
}

.benefits-list .print-link {
    display: block;
    padding: 15px;
    text-align: center;
    border: 1px solid #BE212B;
    margin-top: 50px;
    text-transform: uppercase;
    font-weight: bold;
}

.benefits-list .print-link:hover {
    background-color: #BE212B;
    color: #FFF !important;
}

@media(max-width:991px){
    tr td:last-child {
        white-space: normal !important;
        min-width: 500px;
    }
}
/* ---------------------------------------------------------------------------------------------- */



/* Galleria Fotografica
------------------------------------------------------------------------------------------------- */
.section.gallery .album-description {
    margin: 30px 0;
}

.justified-gallery > a > .caption.caption-visible, 
.justified-gallery > div > .caption.caption-visible,
.lg-outer.lg-pull-caption-up .lg-sub-html{
    display: none !important; 
}
/* ---------------------------------------------------------------------------------------------- */



/* Video
------------------------------------------------------------------------------------------------- */
#video-grid {
    margin: 5px;
}

#video-grid:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

#video-grid .item {
    padding: 5px;
}

#video-grid image {
    position: relative;
}

#video-grid .image i {
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid #FFF;
    color: #FFF;
    font-size: 30px;
    left: 50%;
    margin-left: -40px;
    margin-top: -25px;
    padding: 10px 30px;
    position: absolute;
    top: 50%;
}

#video-grid .image:hover i {
    background-color: rgb(190, 33, 43, 0.8);
}

#video-grid .caption {

    background-color: rgba(255, 255, 255, 0.8);
    color: #333;
    padding: 10px 20px;
    position: absolute;
    left: 20px;
    bottom: 20px;
    font-weight: bold;

}

#video-grid .you-tube-video {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}

#video-grid .you-tube-video iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;

}

.modal-video .modal-title {
    text-align: center;
    margin-top: 15px;
    font-weight: bold;
}

@media(max-width: 450px){
	#video-grid .caption {
	    max-width: 88%;
	}
}
/* ---------------------------------------------------------------------------------------------- */


/* Rassegna Stampa
------------------------------------------------------------------------------------------------- */
.rassegna-stampa .description {
	margin-bottom: 80px;
    text-align: center;
}

.rassegna-stampa .item {
	text-align: center;
    margin-bottom: 40px;
}

.rassegna-stampa .item .image {
	height: 400px;
    background-size: cover;
    background-position: center;
}

.rassegna-stampa .item h2 {
	color: #404040;
    font-size: 25px;
    height: 50px;
}

.rassegna-stampa .info {
	color: #8b8e93;
}

.rassegna-stampa .info .data {
    text-align: left;
    padding-right: 15px;
}
.rassegna-stampa .info .data i {
	font-size: 13px;
    color: #BE212B;
    padding-right: 2px;
}

.rassegna-stampa .info .fonte {
    text-align: right;    
	border-right: 1px solid #8b8e93;
}

.rassegna-stampa .item:hover h2 {
    color: #BE212B;
}

@media(max-width:991px){
	.rassegna-stampa .item h2 {
   	    height: auto;
	}
}

@media(max-width:767px){
	.rassegna-stampa .item .image {
		height: 250px;
    }

	.rassegna-stampa .item { 
		margin-bottom: 20px;
	}
}



/*Dettaglio */

.rassegna-stampa-dettaglio img {
	margin: 0 auto;
    margin-bottom: 30px;
}

.rassegna-stampa-dettaglio h2 {
    color: #404040;
    font-size: 30px;
	text-align: center;
}

.rassegna-stampa-dettaglio .info {
    color: #8b8e93;
    margin-bottom: 30px;
}

.rassegna-stampa-dettaglio .info .fonte {
    text-align: right;
    border-right: 1px solid #8b8e93;
}

.rassegna-stampa-dettaglio .info .data {
    text-align: left;
    padding-right: 15px;
}

.rassegna-stampa-dettaglio .info .data i {
    font-size: 13px;
    color: #BE212B;
    padding-right: 2px;
}

.rassegna-stampa-dettaglio .back-link {
	margin-top: 20px;
    display: inline-block;
}

@media(max-width: 767px) {
	.rassegna-stampa-dettaglio img,
    .rassegna-stampa-dettaglio .info { 
		margin-bottom: 20px;
	}
}
/* ---------------------------------------------------------------------------------------------- */


/* Prodotti
------------------------------------------------------------------------------------------------- */
.shop {
	background-position: top;
  	background-size: cover;
    text-align: center;
    padding: 100px 0px;
    color: #fff;
    position: relative;
  	height: 750px;
    padding: 240px 0px;;
}

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

.shop .text {
	display: inline-block;
  	background-color: rgba(255,255,255,0.8);
    padding: 70px 30px;
    position: relative;
  	z-index: 2;
  	width: 100%;
}

.shop .description {
	margin-bottom: 20px;
    color: #7F7F7F;
    font-size: 23px;
}

.shop .col-md-4 {
	color: #BE212B;
    font-size: 23px;
}

.shop .col-md-4:first-child {
	text-align: right;
}

.shop .col-md-4:last-child {
	text-align: left;
}

.shop .col-md-4 i {
	color: #7F7F7F;
}

.shop .btn.btn-primary {
	margin-top: 30px;
}

.products-list .item {
  height: 900px;
  background-color: #EAEAEA;
}

.products-list .item:nth-child(2n) {
  background-color: #FFF;
}

.products-list .item .slider-container {
  width: 50%;
  height: 900px;
  padding: 0;
}

.products-list .item:nth-child(2n) .slider-container {
  float: right;
}

.products-list .item .text {
    padding: 100px 100px 0;
}

.products-list .item .text h2 {
  color: #BE212B;
  margin-top: 0;
  font-size: 30px;
  font-weight: bold;
}

@media(max-width:1400px){
	.products-list .item .text {
		padding: 50px 50px 0;
	}
}

@media(max-width:1200px){
	.products-list .item .text {
		padding: 30px 30px 0;
	}
}

@media(max-width:991px){
	.products-list .item {
		height: auto;
	}
	.products-list .item .text {
		padding: 15px;
	}
	.products-list .item:nth-child(2n) .slider-container {
		float: none;
	}
	.products-list .item .slider-container {
		width: 100%;
		height: 600px;
	}
}

@media(max-width:767px){
	.products-list .item .slider-container {
		height: 300px;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Testo collassato
------------------------------------------------------------------------------------------------- */
.toggle-text-container .toggle-item i {
	cursor: pointer;
	color: #BE212B;
	font-size: 40px;
}

.toggle-text-container ul {
  padding-left: 0;;
}

.toggle-text-container ul li {
    list-style: none;
    padding-left: 20px;
    position: relative;
}

.toggle-text-container ul li::before {
    content: "\f138";
    color: #BE212B;
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
}
/* ---------------------------------------------------------------------------------------------- */



/* UL
------------------------------------------------------------------------------------------------- */
ul.decoration-list {
  padding-left: 0;;
}

ul.decoration-list strong {
	color: #333;
}

ul.decoration-list li {
    list-style: none;
    padding-left: 20px;
    position: relative;
}

ul.decoration-list li::before {
    content: "\f138";
    color: #BE212B;
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
}


.activity-program .item ul.decoration-list li::before {
    color: #FFF;
}

.activity-program .item.white-background ul.decoration-list li::before {
    color: #BE212B;
}

/*Tematizzazione*/
.page-green ul.decoration-list li::before,
.page-green .activity-program .item.white-background ul.decoration-list li::before {
	color: #BCCE5C;
}

.page-blue ul.decoration-list li::before,
.page-blue .activity-program .item.white-background ul.decoration-list li::before {
	color: #133E58;
}

.page-light-blue ul.decoration-list li::before,
.page-light-blue .activity-program .item.white-background ul.decoration-list li::before {
	color: #2283FF;
}

/* ---------------------------------------------------------------------------------------------- */



/* Varie
------------------------------------------------------------------------------------------------- */
.item-list .item {
  padding: 100px 0;
  min-height: 750px;
}

.item-list .item:nth-child(2){
	padding: 200px 0px;
}

.item-list .item:nth-child(3){
  padding: 150px 0px;
}

.item-list .item:nth-child(2n+1) {
  background-color: #EAEAEA;
}

.item-list .item .slider-container {
  width: 50%;
  height: 600px;
}

@media(max-width:991px){
    .item-list .item .slider-container {
      height: 400px;
    }

	.item-list .item {
		height: auto;
  		min-height: auto;
	}

	.item-list .item, 
	.item-list .item:nth-child(3) {
		padding: 50px 0px;
	}
}

@media(max-width: 767px){
	.item-list .item {
		height: auto;
	}
	
	.item-list .item:nth-child(3) {
		padding: 15px 0px;
	}
}

.item-list .item .text h2 {
  color: #BE212B;
  margin-top: 0;
  font-size: 35px;
  margin-bottom: 15px;
}

.item-list .item .text .info span {
  color: #BE212B;
  font-size: 20px;
}

.item-list .item .text .description {
	margin-bottom: 15px;
}

.item-list .item .text .toggle-text {
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    padding: 10px 20px;
    margin-bottom: 15px;
    border: 2px solid #BE212B;
    color: #BE212B;
}

.item-list .item .text .toggle-text i,
.image-band-list .item .text .toggle-text i {
    margin-left: 8px;
}

.item-list .item .text .toggle-text:hover {
    background-color: #BE212B;
	color: #FFF;
}

.item-list .item .text .hidden-text.description,
.item-list .item .text .show-minus  {
    display: none;
}

@media(max-width:767px){
	.item-list .item {
		padding: 30px 0;
	}
	.item-list .item .slider-container {
		width: 100%;
	}
	.item-list .item .text h2 {
		font-size: 20px;
		margin-top: 15px;
	}
	.item-list .item .text .info span {
		font-size: 18px;
	}
}

/*Link vari*/
.image-band {
  background-position: center;
  background-size: cover;
  padding: 80px 0;
  position: relative;
  text-align: center;
}

.image-band .image-overlay {
  background-color: rgba(30,62,86,0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.image-band .title {
  position: relative;
  color: #FFF;
  font-size: 30px;
}

.image-band p {
  color: #FFF;
  position: relative;
  font-size: 20px;
  line-height: 35px;
}

.image-band .links-container {
  margin-top: 20px;
}

.image-band .links-container a {
  color: #FFF;
  position: relative;
  display: inline-block;
  border: 2px solid #FFF;
  margin: 0 10px;
  padding: 5px 30px;
  text-transform: uppercase;
  font-weight: bold;
}

.image-band .links-container a:hover {
  background-color: #FFF;
  color: #BE212B;
}
/* ---------------------------------------------------------------------------------------------- */



/* Eventi
------------------------------------------------------------------------------------------------- */
.event-introduction .row{
	text-align: justify;
}

.events-list .item {
    text-align: justify;
    border-bottom: 2px solid #EAEAEA;
    margin-bottom: 25px;
    padding-bottom: 25px;
}

.event-list-carousel {
	margin-top: 100px;
}

#section-45592 .event-list-carousel {
	margin-top: 30px;
}

.event-list-carousel .item{
    text-align: justify;
}

.events-list .item  span,
.event-list-carousel .item  span{
    display: block;
    margin-top: 6px;
}

.events-list .item .title,
.event-list-carousel .item .title {
    color: #BE212B;
    font-weight: bold;
    font-size: 22px;
}

.events-list .item .activity,
.event-list-carousel .item .activity{
    color: #404040;
    font-size: 17px;
}

.events-list .item .text,
.event-list-carousel .item .text{
    margin: 15px 0;
}

.events-list .item img,
.event-list-carousel .item img {
	padding-left: 0px;       
	margin: 0 auto;
}

.events-list .item .links a,
.event-list-carousel .item .links a {
    background-color: #BE212B;
    color: #FFF;
    text-transform: uppercase;
    display: inline-block;
    padding: 5px 30px;
    font-size: 17px;
    margin-right:20px;
}

.events-list .item .links .playbill-not-available {
	background-color: #404040;
    color: #FFF;
    text-transform: uppercase;
    display: inline-block;
    padding: 5px 30px;
    font-size: 17px;
    margin-right:20px;
}

.events-list .item .links a i {
	padding-right: 5px;
}

.event-list-carousel .item .links a i {
	padding-right: 8px;
}

.events-list .item .links a:hover,
.event-list-carousel .item .links a:hover {
    background-color: #404040 !important;
}

.events-list .item.green .title,
.event-list-carousel .item.green .title {
    color: #BCCE5C;
}

.events-list .item.green .links a,
.event-list-carousel .item.green .links a {
    background-color: #BCCE5C;
}

.events-list .item.lightblue .title,
.event-list-carousel .item.lightblue .title,
.events-list .item.light-blue .title,
.event-list-carousel .item.light-blue .title {
    color: #2283FF !important;
}

.events-list .item.lightblue .links a,
.event-list-carousel .item.lightblue .links a,
.events-list .item.light-blue .links a,
.event-list-carousel .item.light-blue .links a {
    background-color: #2283FF !important;
}

.events-list .item.green .links a:hover,
.event-list-carousel .item.green .links a:hover {
    background-color: #404040;
}

.events-list .item.light-blue .links a:hover,
.event-list-carousel .item.light-blue .links a:hover {
    background-color: #404040 !important;
}

.events-list .item.red .title,
.event-list-carousel .item.red .title {
    color: #BE212B;
}

@media (max-width: 991px) {

	.event-list-carousel {
		margin-top: 50px;
	}
	
}

@media (max-width: 767px) {

	.event-list-carousel {
		margin-top: 15px;
	}

	.events-list .item {
		margin-bottom: 15px;
    	padding-bottom: 15px;
	}

	.event-introduction .row {
	    padding: 0px 15px;
	}

	.events-list .item img {
		padding: 0px 15px;
	}

	.events-list .item.green .links a {
		margin-top: 10px;
	}

	.event-list-carousel .item .title {
		font-size: 19px;
    	line-height: 20px;
	}

	.events-list .item .links a {
		padding: 5px 20px;
    	margin-bottom: 10px;
	}
}

.events {
    margin-top: 50px;
    margin-bottom: 20px;
}

.events .item {
	border-bottom: 2px solid #EAEAEA;
    margin-bottom: 25px;
    padding-bottom: 25px;
}

.events .title {
	color: #BE212B;
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 22px;
    font-family: 'Tex Gyre';
}

.page-green .events .title {
	color: #BCCE5C;
}

.page-light-blue .events .title {
	color: #2283FF;
}

.events .date {
	display: block;
    margin-top: 6px;
}

.events .text {
	margin: 15px 0;
    display: block;
    line-height: 30px;
}

.events .btn.btn-primary i {
    padding-right: 5px;
}

.no-events-message {
	display: block;
    background-color: #F2F2F2;
    color: #404040;
    text-align: center;
    padding: 30px;
    margin-top: 30px;
    font-weight: 300;
}

.site-view-proposal-detail .text-center .btn.btn-primary {
	margin-bottom: 50px;
}

.site-view-proposal-detail .no-events-message {
	margin-bottom: 50px;
}
/* ---------------------------------------------------------------------------------------------- */



/* Test
------------------------------------------------------------------------------------------------- */
.test-grid .item {
	background-color: #eaeaea;
	padding: 30px 30px 30px 30px;
	min-height: 290px;
	margin-bottom: 30px;
}

.test-grid .item .name {
    padding: center;
    font-weight: bold;
    font-size: 30px;
}

.test-grid .item .qualifica {
    margin: 0 0 0px;
    font-style: italic;
    margin-bottom: 15px;
}

.test-grid .item .email {
	margin: 0 0 10px;
	border: 2px solid #5781A8;
	border-radius: 25px;
	color: #2DA335;
	background-color: black;
	display: block;
	padding: 5px 10px;
	text-align: center;
    margin-bottom: 15px;
}

.test-grid .item .numero {
    color: #000000;
    text-decoration: none;
    border: 2px solid lemonchiffon;
  	border-radius: 25px;
    background-color: #A0459F;
    display: inline-block;
	padding: 5px 10px;
}

.test-grid .item .numero:hover {
    outline: 0;
    background-color: transparent;
    color: #000000;
}


.lista-offerte .item {
	margin-bottom: 30px;
    padding-bottom: 30px;
	border-bottom: 4px dashed;
}

.lista-offerte .row .offerta {
	margin-top: 20px;
	margin-bottom: 10px;
	color: #2DB9FF;
	font-size: 32px;
	font-weight: bold;
  	border: 2px solid #000000;
	display: inline-block;
}

.lista-offerte .row .date {
    font-size: 20px;
    color: #000000;
    font-style: italic;
  	display: block;
}

.lista-offerte .row .descrizione {

    font-size: 15px;
    font-style: italic;
}

.lista-offerte .email {
    color: #BE212B;
    text-decoration: none;
    border: 2px solid #000000;
    background-color: #5BFF4C;
    border-radius: 10px;
    padding: 5px 15px;
    display: inline-block;
}
/* ---------------------------------------------------------------------------------------------- */



/* Slider Eventi
------------------------------------------------------------------------------------------------- */
.event-introduction div {
	line-height: 30px;
}

.text-container {
    top: 0% !important;
    padding: 100px 0px !Important;
}

.event-slider .text-container h1,
.event-slider .text-container h3 {
  	font-size: 30px;
  	line-height: 42.8571px;
  	margin: 0px;
}

@media (max-width: 767px){
	.text-container {
    	padding: 70px 0px !Important;
	}
}

@media (max-width: 350px){
	.text-container {
    	padding: 40px 0px !Important;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Categorie proposte
------------------------------------------------------------------------------------------------- */
/* Lista */
.no-proposal-categories-message span {
	text-align: center;
    display: block;
    color: #404040;
    text-transform: uppercase;
    background-color: #eaeaea;
    padding: 30px;
	margin-bottom: 50px;
}

.proposal-category-list .item {
    height: 700px;
    background-color: #EAEAEA;
  	margin: 0px;
}

.proposal-category-list .item .image {
	background-size: cover;
    height: 700px;
    background-position: center;
}

.proposal-category-list .item .slider {
    padding: 0px;
}


.proposal-category-list .item .slider .wide-container {
    height: 700px !important;
    width: 100%;
}

.proposal-category-list .item:nth-child(2n) .slider {
	float: right;
}

.proposal-category-list .item .slider .wide-container #slides {
    height: 700px !Important;
    width: 100%;
}

.proposal-category-list .item .slider .slides-control {
    width: 100% !important;
}

.proposal-category-list .item .text {
	display: table;
    height: 700px;
  	padding: 0px 100px;
}

.proposal-category-list .item .text div {
    display: table-cell;
    vertical-align: middle;
}

.proposal-category-list .item .text h2 {
    color: #BE212B;
    margin-top: 0;
    font-size: 30px;
    font-weight: bold;
}

.proposal-category-list .item .text a {
    color: #BE212B;
    border: 1px solid #BE212B;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 30px;
    margin-top: 15px;
    font-size: 14px;
    text-align: left;
}

.proposal-category-list .item .text a:hover {
    color: #FFF;
    background-color: #BE212B;
}

.proposal-category-list .item:nth-child(2n) {
    background-color: #FFF;
}

.proposal-category-list .item:nth-child(2n) .image {
    float: right;
}

.proposal-category-list ul {
    padding-left: 0;
}

.proposal-category-list ul li {
    list-style: none;
    padding-left: 20px;
    position: relative;
}

.proposal-category-list ul li::before {
    content: "\f138";
    color: #BE212B;
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
}

@media(max-width: 1200px) {
	.proposal-category-list .item .text {
		padding: 0px 50px;
	}
}

@media(max-width: 991px){
	.proposal-category-list .item {
		height: auto;
	}

	.proposal-category-list .item .text {
		height: auto;
  		padding: 30px;
	}	

	.proposal-category-list .item .image {
		height: 400px;
	}

	.proposal-category-list .item:nth-child(2n) .slider {
      float: none;
	}

	.proposal-category-list .item .slider .wide-container,
	.proposal-category-list .item .slider .wide-container #slides 	{
    	height: 500px !important;
    	width: 100%;
	}

}

@media(max-width: 767px){
	.proposal-category-list .item .text {
  		padding: 15px;
	}

	.proposal-category-list .item .image {
	    height: 300px;
	}

	.proposal-category-list .item .slider .wide-container,
	.proposal-category-list .item .slider .wide-container #slides 	{
    	height: 350px !important;
    	width: 100%;
	}
}

/* Dettaglio */

.proposal-category .section-title h1 {
    color: #BE212B;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 35px;
}

.proposal-category .section-title {
	margin-bottom: 0px;
}

.proposal-category strong{
	color: #404040;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 5px;
}

.proposal-category .description {
	text-align: center;
  	display: inline-block;
    letter-spacing: 1px;
    line-height: 30px;
}

.proposal-category ul {
    padding-left: 0;
}

.proposal-category ul li {
    list-style: none;
    padding-left: 20px;
    position: relative;
}

.proposal-category ul li::before {
    content: "\f138";
    color: #BE212B;
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
}

.proposal-category ul li::before {
    position: relative;
    margin-right: 5px;
}

.proposal-category .child-proposal-category {
   background-color: #BE212B;
   padding: 50px 0px;
   color: #fff;
   margin-top: 100px;
}

.proposal-category .child-proposal-category a {
	margin-right: 10px;
    border: 1px solid;
    padding: 10px 30px;
    text-transform: uppercase;
    color: #FFF;
    display: inline-block;
  	margin-top: 25px;
}

.proposal-category .child-proposal-category a i {
	padding-right: 5px;
}

.proposal-category .child-proposal-category a:hover {
    background-color: #FFF;
    color: #BE212B;
}

.proposal-category .child-proposal-category .description {
	letter-spacing: 0px;
    line-height: initial;
}

.proposal-category .child-proposal-category:nth-child(2n){
	background-color: #fff;
    color: #8b8e93;
    margin-top: 0;
}

.proposal-category .child-proposal-category:nth-child(2n) .name,
.proposal-category .child-proposal-category:nth-child(2n) li:before{
	color: #BE212B; 
}

.proposal-category .child-proposal-category:nth-child(2n) .proposals {
  	border-top: 1px solid rgba(0,0,0,0.2);
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.proposal-category .child-proposal-category:nth-child(2n) .proposals .end-inscriptions-date i,
.proposal-category .child-proposal-category:nth-child(2n) .proposals a,
.proposal-category .child-proposal-category:nth-child(2n) a{
	color: #BE212B;
}

.proposal-category .child-proposal-category .name {
  font-weight: bold;
  margin-top: 0;
  display: block;
  color: #FFF;
  font-size: 30px;
  margin-bottom: 10px;
}

.proposal-category .child-proposal-category .description {
	text-align: left;
	width: 100%;
}

.proposal-category .child-proposal-category ul {
    padding-left: 0;
}

.proposal-category .child-proposal-category ul li {
    list-style: none;
    padding-left: 20px;
    position: relative;
}

.proposal-category .child-proposal-category ul li::before {
    content: "\f138";
    color: #BE212B;
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    color: #FFF;
}

.proposal-category .child-proposal-category .proposals {
	margin-top: 25px;
	border-top: 1px solid rgba(255,255,255,0.2);
	padding-top: 25px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	padding-bottom: 25px;
}

.proposal-category .child-proposal-category .proposals .end-inscriptions-date span{
	font-weight: bold;
    text-transform: uppercase;
    display: block;
}

.proposal-category .child-proposal-category .proposals a {
    display: block;
    text-align: center;
  	margin-right: 10px;
  	border: 1px solid;
  	padding: 10px 30px;
  	text-transform: uppercase;
  	color: #FFF;
  	margin-top: 0px;
    margin-bottom: 15px;
}

.proposal-category .child-proposal-category .proposals a:hover {
  background-color: #FFF;
  color: #BE212B;
}

.proposal-category .child-proposal-category:nth-child(2n) .proposals a:hover,
.proposal-category .child-proposal-category:nth-child(2n) a:hover {
    background-color: #BE212B;
    color: #FFF;
}

.proposal-category .child-proposal-category .proposals a i {
	padding-right: 10px;
}

.proposal-category .child-proposal-category .proposals .title {
    font-weight: bold;
    text-transform: uppercase;
    display: block;
}

@media(max-width: 991px){

	.proposal-category .child-proposal-category {
		padding: 30px 0px;
  		margin-top: 50px;
	}
}

@media(max-width: 767px){
	.proposal-category .section-title h1 {
		font-size: 30px;
	}

	.proposal-category .child-proposal-category {
		margin-top: 30px;
	}

	.proposal-category .description {
		line-height: 24px;
	}

	.proposal-category .child-proposal-category {
		padding: 15px 0px;
	}

	.proposal-category .child-proposal-category .name {
		font-size: 25px;
	}

	.proposal-category .child-proposal-category .proposals {
		margin-top: 15px;
  		padding: 15px 0px;
	}

	.proposal-category .child-proposal-category a {
		margin-top: 15px;
	}
}

.weekly-meetings {
    background-color: rgba(0,0,0,0.2);
    padding: 20px 40px 20px 40px;
    margin-top: 30px;
}

.weekly-meetings .title {
    font-weight: 600;
	margin-top: 20px;
    margin-bottom: 5px;
    display: inline-block;
    font-size: 24px;
}

.weekly-meetings .table-responsive {
    margin-top: 15px;
    min-height: auto !important;
}

.weekly-meetings .proposal-calendar .group {
	width: 200px;
}

.weekly-meetings thead tr td {
    font-weight: 600;
    font-size: 17px;
    text-transform: uppercase;
    background-color: #f9f9f9;
    color: #000;
    border: 0px;
}

.weekly-meetings .table-responsive td span.red{
	background-color: red;
	border-radius: 50%;
	height: 20px;
	width: 20px;
	display: inline-block;
	margin-left: 25px;
	margin-top: 5px;
}

.weekly-meetings .table-responsive td span.yellow {
	background-color: yellow;
	border-radius: 50%;
	height: 20px;
	width: 20px;
	display: inline-block;
	margin: 0 auto;
	margin-left: 25px;
	margin-top: 5px;
}

.weekly-meetings .table-responsive td span.green {
	background-color: green;
	border-radius: 50%;
	height: 20px;
	width: 20px;
	display: inline-block;
	margin: 0 auto;
	margin-left: 25px;
	margin-top: 5px;
}

.weekly-meetings .table-responsive .subscribed tr:hover, .weekly-meetings .table-responsive .subscribed tr.active td {
	background-color: #BE212B;
}

.weekly-meetings .table-responsive .subscribed .past-date,
.weekly-meetings .table-responsive .subscribed .past-date:hover {
	background-color: rgba(0,0,0,0.2);
	cursor: not-allowed;
}

.weekly-meetings .past-date .checkbox-container .checkmark {
	cursor: not-allowed;
}

.weekly-meetings .table-responsive .subscribed .past-date:hover 

.weekly-meetings .legenda {
	margin-top: 10px;
}

.weekly-meetings .legenda .red {
	background-color: red;
	border-radius: 50%;
	height: 20px;
	width: 20px;
	display: inline-block;
	margin: 0px 3px 0px 20px;
}

.weekly-meetings .legenda .green {
	background-color: green;
	border-radius: 50%;
	height: 20px;
	width: 20px;
	display: inline-block;
	margin: 0px 3px 0px 20px;
}

.weekly-meetings .legenda .yellow {
	background-color: yellow;
	border-radius: 50%;
	height: 20px;
	width: 20px;
	display: inline-block;
	margin: 0px 3px 0px 20px;
}

.weekly-meetings .radiobutton-container {
   display: block;
   position: relative;
   padding-left: 30px;
   cursor: pointer;
   font-size: 16px;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   margin-bottom: 7px;
   margin-top: 7px;
   font-weight: normal;
   line-height: 20px;
   user-select: none;
}

.weekly-meetings .radiobutton-container input {
   position: absolute;
   opacity: 0 !important;
   cursor: pointer;
   height: 0;
   width: 0;
}

.weekly-meetings .checkbox-container .checkmark {
   position: absolute;
   top: 0;
   left: 0;
   height: 20px;
   width: 20px;
   background-color: #eee;
}

.weekly-meetings .checkbox-container:hover input ~ .checkmark {
   background-color: #ccc;
}

.weekly-meetings .checkbox-container input:checked ~ .checkmark {
   background-color: #f9f9f9;
}

.weekly-meetings .checkbox-container .checkmark:after {
   content: "";
   position: absolute;
   display: none;
}

.weekly-meetings .checkbox-container input:checked ~ .checkmark:after {
   display: block;
}

.checkbox-container .checkmark::after {
   left: 6px;
   top: 3px;
   width: 7px;
   height: 12px;
   border: solid #000;
   border-width: 0 3px 3px 0;
   -webkit-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
   transform: rotate(45deg);
}

.filter-title {
    color: #BE212B;
    margin: 30px 0px 20px;
    display: block;
    position: relative;
}

.filter-title span {
	background-color: #fff;
	padding: 5px;
	z-index: 2;
	position: relative;
}

.filter-title:after {
    position: absolute;
    left: 0px;
    bottom: 10px;
    height: 1px;
    width: 100%;
    content: "";
    background-color: #fff;
	z-index: 0px;
}

.filter-box {
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
    margin: 0px;
}

@media(max-width: 767px){
	.weekly-meetings {
		padding: 15px;
	}

	.weekly-meetings .title {
		margin-top: 5px;
		font-size: 20px;
		margin-bottom: 2px;
	}

	.weekly-meetings thead tr td {
		font-size: 16px;
	}
}

/* Form */
.inscription {
	background-color: #F2F2F2;
  	padding: 100px 0;
}

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

.inscription h3 {
	color: #404040;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 30px;
    margin-top: 5px;
}

.inscription .inputbox.vertical .fields-required {
    background: url(/Templates/Base20/Images/ValidationRequired.gif) no-repeat left center;
    padding-left: 16px;
    display: inline-block;
}

.inscription .reserved-area {
	display: inline-block;
    float: left;
}

.inscription .optionbutton-inline {
	float: right;
}

.inscription .optionbutton-inline .input-group {
	float: left;
	margin-left: 30px;
}

.site-inscription-to-proposal .form-group.single-checkbox {
  position: relative;
  margin-bottom: 15px;
}

.site-inscription-to-proposal .form-group.single-checkbox .input-div {
  position: relative;
  display: inline-block;
}

.site-inscription-to-proposal .form-group.single-checkbox .input-div input {
  width: 29px;
}

.site-inscription-to-proposal .form-group.single-checkbox span {
  display: block;
}

.site-inscription-to-proposal .form-group.single-checkbox .validation-error-label {
  position: relative;
}

.site-inscription-to-proposal .buttons {
	margin-top: 30px;
}

.inscription input[type="radio"],
.inscription input[type="checkbox"] {
    margin-right: 13px;
}

.site-inscription-to-proposal .modal-header-title{  
	background-color: #BE212B;
    color: #fff;
    padding: 15px 20px;
    text-align: center;
}

.page-green .site-inscription-to-proposal .modal-header-title {
	background-color:  #BCCE5C;
}

.site-inscription-to-proposal .modal-body {
	text-align: center;
}

@media(max-width: 991px){
  	.inscription {
  		padding: 50px 0px;
  	}

	.inscription .optionbutton-inline {
		margin: 0 auto;
		float: none;
		width: 100%;
		display: inline-block;
	}

	.inscription .optionbutton-inline .input-group {
		margin-left: 0px;
		margin-right: 30px;
	}
}

@media(max-width: 767px){
  	.inscription {
  		padding: 30px 0px;
  	}

	.inscription h3 {
		margin-bottom: 0px;
	}

	.site-inscription-to-proposal .buttons {
		margin-top: 15px;
	}
}

/*Tematizzazione*/

.page-light-blue .breadcrumb > .active {
	color: #2283FF;
}

.page-light-blue .btn.btn-primary {
	background-color: #2283FF;
	border: 1px solid #2283FF;
	margin-top: 30px;
}

.page-green .proposal-category-list .item .text h2,
.page-green .proposal-category-list ul li::before,
.page-green .proposal-category .section-title h1,
.page-green .proposal-category .child-proposal-category a:hover,
.page-green .site-inscription-to-proposal .form-group a,
.page-green .description a {
	color: #BCCE5C;
}

.page-light-blue .proposal-category-list .item .text h2,
.page-light-blue .proposal-category-list ul li::before,
.page-light-blue .proposal-category .section-title h1,
.page-light-blue .proposal-category .child-proposal-category a:hover,
.page-light-blue .site-inscription-to-proposal .form-group a,
.page-light-blue .description a {
	color: #2283FF;
}

.page-green .proposal-category-list .item .text a {
	color: #BCCE5C;
	border: 1px solid #BCCE5C;
}

.page-light-blue .proposal-category-list .item .text a {
	color: #2283FF;
	border: 1px solid #2283FF;
}

.page-green .proposal-category-list .item .text a:hover {
	color: #FFF;
	background-color: #BCCE5C;
}

.page-light-blue .proposal-category-list .item .text a:hover {
	color: #FFF;
	background-color: #2283FF;
}

.page-green .proposal-category-list .item .text a:hover,
.page-green .proposal-category .child-proposal-category:nth-child(2n) .proposals a:hover, 
.page-green .proposal-category .child-proposal-category:nth-child(2n) a:hover {
	color: #FFF;
	background-color: #BCCE5C;
}

.page-light-blue .proposal-category-list .item .text a:hover,
.page-light-blue .proposal-category .child-proposal-category:nth-child(2n) .proposals a:hover, 
.page-light-blue .proposal-category .child-proposal-category:nth-child(2n) a:hover {
	color: #FFF;
	background-color: #2283FF;
}

.page-green .proposal-category .child-proposal-category:nth-child(2n) .name, 
.page-green .proposal-category .child-proposal-category:nth-child(2n) li::before,
.page-green .proposal-category .child-proposal-category:nth-child(2n) .proposals .end-inscriptions-date i, 
.page-green .proposal-category .child-proposal-category:nth-child(2n) .proposals a, 
.page-green .proposal-category .child-proposal-category:nth-child(2n) a,
.page-green .site-inscription-to-proposal .form-group a {
	color: #BCCE5C;
}

.page-light-blue .proposal-category .child-proposal-category:nth-child(2n) .name, 
.page-light-blue .proposal-category .child-proposal-category:nth-child(2n) li::before,
.page-light-blue .proposal-category .child-proposal-category:nth-child(2n) .proposals .end-inscriptions-date i, 
.page-light-blue .proposal-category .child-proposal-category:nth-child(2n) .proposals a, 
.page-light-blue .proposal-category .child-proposal-category:nth-child(2n) a,
.page-light-blue .site-inscription-to-proposal .form-group a {
	color: #2283FF;
}

.page-green .proposal-category .child-proposal-category:nth-child(2n) {
    background-color: #FFF; 
}

.page-light-blue .proposal-category .child-proposal-category:nth-child(2n) {
    background-color: #FFF; 
}

.page-green .proposal-category .child-proposal-category, .page-green .btn-primary {
	background-color: #BCCE5C;
	border-color: #BCCE5C;
}

.page-light-blue .proposal-category .child-proposal-category, .page-green .btn-primary {
	background-color: #2283FF;
	border-color: #2283FF;
}

.page-green .site-inscription-to-proposal .btn-primary {
	color: #FFF;
	background-color: #BCCE5C;
    border-color: #BCCE5C;
}

.page-light-blue .site-inscription-to-proposal .btn-primary {
	color: #FFF;
	background-color: #2283FF;
    border-color: #2283FF;
}

.page-green .site-inscription-to-proposal .btn-primary:hover {
	color: #FFF;
	background-color: #404040;
    border-color: #404040;
}

.page-light-blue .site-inscription-to-proposal .btn-primary:hover {
	color: #FFF;
	background-color: #404040;
    border-color: #404040;
}

.page-green .btn-primary:hover {
	color: #FFF;
	background-color: #404040;
    border-color: #404040;
}

.page-light-blue .btn-primary:hover {
	color: #FFF;
	background-color: #404040;
    border-color: #404040;
}
/* ---------------------------------------------------------------------------------------------- */



/* Area Riservata
------------------------------------------------------------------------------------------------- */
.login {
	/*border-right: 1px solid #FFF;*/
}

.login .toggle-modal{
	padding: 7px 15px;
  	display: inline-block;
}

.login .toggle-modal:hover {
	background-color: #fff;
  	color: #BE212B !Important;
}

.login a.button-secondary {
	color: #BE212B !Important;  
}

.login a.button-secondary:hover {
	color: #404040;  
}

.login .form-control {
	padding-left: 15px;
}

.login.panel .info {
	display: none;
}

.login.panel .form-horizontal .control-label {
	padding-right: 0px;
}

.login.panel .form-horizontal .form-group {
	margin-bottom: 12px;
}


.modal-backdrop {
	z-index: 1;
}

/* Richiesta nuova password */
.reset-password-container .button-secondary{
	padding: 10px 25px;
    background-color: #404040;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    line-height: 20px;
    padding-bottom: 14px;
  	border-color: #404040;
}

.reset-password-container .form-horizontal .control-label {
	width: auto;
}

.reset-password-container .form-horizontal .input-div {
    width: 93.3%;
}

.inputbox .validation-highlight {
   background: #fff0f0 none repeat scroll 0 0 !important;
   border-color: #a90329;
}

.inputbox label.validation-error-label {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    bottom: -15px;
    background-color: #a90329 !important;
    font-size: 10px;
    font-weight: lighter;
    padding: 2px 10px !important;
    position: absolute;
    color: #FFF !important;
    right: -5px;
}

/* Cambio password */

.set-new-password-container .button-secondary{
	padding: 10px 25px;
    background-color: #404040;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    line-height: 20px;
    padding-bottom: 14px;
    border-color: #404040;
}

.alert-success {
    color: #fff;
    background-color: rgba(60,118,61,0.8);
    margin-top: 20px;
    border-radius: 0px;
    padding: 7px 15px;
  	border: 0px;
}

/* Logout */

#header-sections-container .logout a {
	color: #fff !important;
    vertical-align: top;
}

.user-logged #header-sections-container #section-30252 {
    width: 75%;
}

.logout-link i {
    font-size: 19px;
}

.logout .user-link,
.logout .logout-link {
    padding: 7px 15px;
    display: inline-block;
}

.logout .logout-link {
	border-right: 1px solid #FFF;
}

.user-logged .login {
    border-right: 0px solid #FFF;
    padding: 0px;
}

#header-sections-container .logout a:hover {
	background-color: #fff;
  	color: #BE212B !Important;
}

@media(max-width: 1200px){
	.user-logged #header-sections-container #section-30252 {
    	width: 70%;
	}	
}

@media(max-width: 991px){
	.user-logged #header-sections-container #section-30252 {
    	width: 65%;
	}
}

@media(max-width: 767px){
	.user-logged #header-sections-container #section-30252 {
    	width: 78%;
	}

	.user-logged #header-sections-container .login .name {
		display: none;
	}
}

@media(max-width: 500px){
	.user-logged #header-sections-container #section-30252 {
    	width: 65%;
	}
}

/* Registrazione semplice */
.simple-registration .button-secondary{
	padding: 10px 25px;
    background-color: #404040;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    line-height: 20px;
    padding-bottom: 14px;
    border-color: #404040;
}

/*Tessere*/

.site-view-inscription-presences .section-title {
	margin-bottom: 10px;
  	margin-top: 20px;
}

.site-view-inscription-presences .section-title h2 {
    color: #BE212B;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 0px;
    display: inline-block;
    text-transform: uppercase;
  	margin-top: 0px; 
}

.customer-membership-list .card img {
	max-width: 80%;
}

.site-view-customer-memberships .section-title {
	margin-bottom: 15px;
}

.site-view-customer-memberships .section-title h2,
#section-50960  .section-title h2{
    color: #BE212B;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 10px;
    display: inline-block;
    text-transform: uppercase;
    margin-top: 40px;
}

@media(max-width: 991px){

	.site-view-inscription-presences .section-title {
		margin-top: 0px;
	}

	.customer-membership-list .card img {
    	max-width: 100%;
    	margin-left: 0px;
	}
	

	.notifications-configuration {
		margin-bottom: 50px !Important;
	}

	.right-column {
		padding: 0px;
	}

	.site-view-customer-memberships{
		margin-top: 30px;
  		margin-bottom: 50px !Important;
  		padding: 30px 0px;
	} 

	.site-view-customer-memberships .section-title {
		margin-bottom: 0px;
  		padding-left: 0px;
	}

	.site-view-customer-memberships .section-title h2 {
		margin-top: 0px;
	}

	.site-view-customer-memberships .section-body {
		margin-left: 0px;
	}

	.site-view-customer-memberships {
		margin-bottom: 0px !Important;
  		padding: 0px;
	}

	.site-view-customer-memberships .section-body {
		padding: 30px 0px;
	}

	.site-view-customer-memberships .no-customer-memberships-message {
		padding-left: 0px;
  		margin-top: -30px;
	}

}

@media(max-width: 767px){
	.notifications-configuration {
		margin-bottom: 30px !Important;
	}
	
	.site-view-customer-memberships {
		margin-top: 30px;
  		margin-bottom: 30px !Important;
	}	

	.site-view-customer-memberships .section-body {
		padding: 0px;
	}

	.site-view-customer-memberships .no-customer-memberships-message {
		margin: 0px;
  		margin-bottom: 20px;
	}

	.site-view-inscription-presences .section-title {
		margin-bottom: 5px;
	}

}

/*Messaggi*/

.site-view-notifications .section-title {
	margin-bottom: 10px;
}

.site-view-notifications .section-title h2 {
    color: #BE212B;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 0px;
    display: inline-block;
    text-transform: uppercase;
  	margin-top: 0px; 
}

.site-view-notifications .notification {
  	border: solid 1px #F1ECE1;
  	margin: 0px 0px 10px;
}

.site-view-notifications .notification .icon {
	position: absolute;
  	right: 5px;
  	top: 2px;
}


.site-view-notifications .notification .icon i {
	box-shadow: 0px 2px 4px rgb(0 0 0 / 10%) !important;
    height: 23px;
    width: 23px;
    text-align: center;
    color: rgba(190,33,43,1) !important;
    display: inline-block;
    padding: 2px 0px 0px 0px!Important;
    border-radius: 50% !Important;
    border: 1px solid #f9f9f9 !Important;
  	background-color: #fff;
}

.site-view-notifications .notification.out .user-text {
	display: none;
}

.site-view-notifications .notification .icon .disabled i {
	background-color: #fff;
  	color: #555 !Important;
}

.site-view-notifications .notification .subject {
	background-color: rgba(190,33,43,0.3);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 5px 10px;
  	padding-right: 120px;
  	position: relative;
    color: #404040;
}


.site-view-notifications .subject .created-date {
  	text-transform: initial;
    letter-spacing: 0px;
    font-size: 11px;
    display: block;
    width: 171px;
    font-weight: 300;
}

.site-view-notifications .user-text .created-date{
	text-transform: initial;
    letter-spacing: 0px;
    font-size: 11px;
    display: block;
    font-weight: 300;
  	text-align: right;
}

.site-view-notifications .notification .body {
	padding: 5px 10px;	
}

.site-view-notifications .notification.out .body {
	border-bottom: 1px dashed #000;
}

.site-view-notifications .notification.in {
	border: solid 1px rgba(118,131,154,0.3);
  	text-align: right;
}

.site-view-notifications .notification.in .user-text {
	background-color: rgba(118,131,154,0.3);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 5px 10px;
  	position: relative;
    color: #404040;
}

.site-view-notifications .notification .customer-announcement {
	padding: 5px 10px;
}

.site-view-notifications .notification .customer-announcement.disabled {
	background-color: #f9f9f9;
    pointer-events:none;
}

.site-view-notifications .notification .customer-announcement a {
    border: 1px solid #8b8e93;
    width: 40px;
    height: 28px;
    display: inline-block;
    padding: 1px;
    text-align: center;
    background-color: #f9f9f9;
    color: #BE212B;
}

.site-view-notifications .notification .customer-announcement a:first-child {
	margin-left: 10px;
  	margin-right: 5px;
}


.site-view-notifications .notification .customer-announcement a:hover {
	background-color: #BE212B;
  	color: #fff;
    border-color: #BE212B;
}

.site-view-notifications .notification .customer-announcement.disabled a {
	color: #8b8e93;
}

.site-view-notifications .notification .customer-announcement.disabled a.active {
	background-color:  #8b8e93;
  	color: #fff;
}

/* Conferma Adesione/Rifiuto iniziativa */

.customer-already-announced,
.customer-announced-yes,
.customer-announced-no {
    background-color: #f9f9f9;
    padding: 50px;
}

.customer-already-announced .icon,
.customer-announced-yes .icon,
.customer-announced-no .icon { 
    font-size: 50px;
    margin-bottom: 20px;
    color: #BE212B;
}

/* Paginatore */

.pagination {
	display: block;
  	text-align: center;
}

.page-number {
	padding: 10px;
}

.first-page,
.last-page {
	border: 1px solid #BE212B;
    width: 60px;
    height: 28px;
    display: inline-block;
    padding: 1px;
    text-align: center;
    background-color: #BE212B;
    color: #fff;
    margin-right: 10px;
}

.first-page:hover,
.last-page:hover {
	background-color: #8b8e93;
  	border-color: #8b8e93;
  	color: #fff;
}

.last-page {
	margin-left: 10px;
}

.total-rows {
	display: block;
  	text-align: center;
  	padding-top: 10px;
}

/* Corsi */

.site-view-inscription-presences {
	margin-bottom: 30px !Important;
}

.inscription-presences-list .item .name {
    color: #BE212B;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
    display: inline-block;
}

.inscription-presences-list .item .inscriptions .inscription {
	padding: 0px;	
  	background-color: transparent;
  	margin-bottom: 15px;
}

.inscription-presences-list .item .inscriptions .inscription a:before {
    content: "\f067";
    position: absolute;
    right: 15px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    top: 10px;
}

.inscription-presences-list .item .inscriptions .inscription a.active:before {
    content: "\f068";
    position: absolute;
    right: 15px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    top: 10px;
}

.inscription-presences-list .item .inscriptions .inscription a {
	display: block;
    background-color: #BE212B;
    color: #fff;
    padding: 10px;
  	position: relative;
}

.inscription-presences-list .item .inscriptions .inscription .package-data {
	display: block;
    background-color: #404040;
    color: #fff;
    padding: 10px;
  	position: relative;
}

.inscription-presences-list .item .inscriptions .inscription .panel {
  	margin: 0;
  	padding: 20px 15px;
  	border: solid 1px #F1ECE1;
  	margin-bottom: 15px;
}

.inscription-presences-list .item .inscriptions .inscription .payment {
	margin-bottom: 15px;
}

.inscription-presences-list .item .inscriptions .inscription .panel .inscription-presence i {
	color: #BE212B;
    padding: 5px;
}

@media(max-width: 991px){
	.site-view-inscription-presences {
		margin-bottom: 30px !Important;
	}

	.inscription-presences-list .item .inscriptions .inscription .panel {
		padding: 10px 15px;
	}
}

@media(max-width: 767px){

	.left-column,
	.right-column {
		padding: 0px;
	}
	
	.site-view-inscription-presences {
		margin-bottom: 10px !Important;
	}

	.site-view-notifications .notification .icon {
		position: relative;
	}

	.site-view-notifications .notification .subject {
		padding-right: 10px;
	}

	.notifications-configuration .title {
		margin-top: 15px !Important; 
	}

	.notifications-configuration .notification-methods {
    	padding-left: 15px !Important;
	} 

	.notifications-configuration .notification-methods .telegram,
	.notifications-configuration .notification-methods .pwa-subscriptions {
		padding-left: 0px !Important;	
	}

	.notifications-configuration .form-group {
		padding: 0px;	
	}

}

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

.notifications-configuration .notification-methods {
    padding-left: 20px !Important;
}

.notifications-configuration .notification-methods .telegram,
.notifications-configuration .notification-methods .pwa-subscriptions {
    padding-left: 15px !Important;
}

.notifications-configuration,
.site-view-customer-memberships {
	margin-bottom: 0px !Important;
}

.notifications-configuration .notification-methods .pwa-subscriptions .btn.btn-primary,
.notifications-configuration .notification-methods .telegram .message {
	margin-bottom: 7px !Important;
}

.notifications-configuration .notification-methods .telegram .message,
.notifications-configuration .notification-methods .pwa-subscription-not-supported,
.notifications-configuration .notification-methods .pwa-subscription-exists,
.notifications-configuration .notification-methods .pwa-subscription-denied,
.notifications-configuration .notification-methods .empty-list-message {
	padding: 10px !Important;
  	margin-bottom: 10px !Important;
}
/* ---------------------------------------------------------------------------------------------- */



/* Test cardiopolmonari
------------------------------------------------------------------------------------------------- */
.page-blue .breadcrumb > .active {
	color: #133E58;
}

.page-light-blue .section-title h1,
.page-light-blue .section-title h2 {
	color: #2283FF;
}

.page-blue .btn.btn-primary {
	background-color: #133E58;
	border: 1px solid #133E58;
	margin-top: 30px;
}

.page-blue .btn.btn-primary:hover {
	background-color: #333;
}

.test-cardio-section {
    height: 400px;
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 100px 0px;
    position: relative;
}

.test-cardio-section .overlay {
    background-color: rgba(19,62,88,0.5);
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
}

.test-cardio-section .text {
    z-index: 9;
    position: relative;
    color: #fff;
}

.test-cardio-section .text h3 {
    margin-top: 0;
    font-size: 30px;
    font-weight: bold;
	margin-bottom:20px;
}

.test-cardio-section .text .description {
	margin-bottom: 30px;
}

.test-cardio-section .text .btn.btn-primary {
	background-color: #133E58;
	border-color: #133E58;
}

.test-cardio-section .text .btn.btn-primary:hover {
	background-color: #333;
	border-color: #333;
}
/* ---------------------------------------------------------------------------------------------- */



/* Fascia Social
------------------------------------------------------------------------------------------------- */
.social-section {
	text-align: center;
}

.social-section h2 {
    color: #fff;
    margin-top: 40px;
    margin-bottom: 20px;
}

.social-section a {
	font-weight: 600;
	color: #fff;
	width: 50px;
	height: 50px;
	background-color: #fff;
	display: inline-block;
	border-radius: 50%;
	color: #BE212B;
	font-size: 26px;
	margin-right: 10px;
	padding: 6px;
}

.social-section a:hover {
	color: #8b8e93;
}

@media(max-width: 767px){
	.social-section h2 {
		margin-top: 0px;
		font-size: 20px;
	}

	.social-section .section-title{
		margin-bottom: 5px;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Preferenze sulla privacy
------------------------------------------------------------------------------------------------- */
.select-privacy-fields .input-group {
    margin-top: 11px;
    margin-bottom: 20px;
    float: left;
    margin-left: 50px;
}

.select-privacy-fields .input-div {
    float: right;
}

.select-privacy-fields .inputbox.vertical .validation-required {
    width: 60%;
   float: left;
}

.inputbox.vertical .validation-required strong {
    color: #404040;
}

@media(max-width: 991px){
  .inputbox.vertical .validation-required {
  	width: 100%;	
  }
  
  .select-privacy-fields .input-div {
    float: none;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Bike
------------------------------------------------------------------------------------------------- */
.grid-bike-image .image {
	position: relative;
	height: 250px;
}

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

.grid-bike-image .text-box {
	height: 250px;
	display: flex;
	text-transform: uppercase;
	font-size: 35px;
	font-weight: 600;
	padding: 50px;
	align-items: center;
	text-align: center;
}

.grid-bike-image .text-box .green-title {
	color: #BCCE5C;
}

.grid-bike-image .intro {
	display: none;
}

@media(max-width: 1200px){
	.grid-bike-image .text-box {
		padding: 30px;
	}
}

@media(max-width: 991px){

	.grid-bike-image .intro {
		display: flex;
		text-transform: uppercase;
		font-size: 23px;
		font-weight: 600;
		flex-direction: column;
		text-align: center;
		margin-bottom: 30px;
		margin-top: 30px;
	}

	.grid-bike-image .intro .green-title {
		color: #BCCE5C;
	}

	.grid-bike-image .image {
		height: 270px;
	}
	
	.grid-bike-image .text-box {
		display: none;
	}
}

@media(max-width: 767px){
	.grid-bike-image .intro {
		font-size: 18px;
		margin: 15px 0px;
	}
}
/* ---------------------------------------------------------------------------------------------- */
