
/*-------------------------------------------------*/
/*   Generale
/*-------------------------------------------------*/


@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css');

body, html {height: 100%; margin-top:35px;}

body{ 
	font-family: "Roboto Condensed", sans-serif!important;
	font-size: 1.8rem;
	line-height: 2.6rem;
	color: #333333;
}

::selection {
  color: #fff;
  background: #ad2367;
}::-moz-selection { /* Firefox */
  color: #fff;
  background: #ad2367;
}

h1,h2,h3,h4,h5,h6 {color:#333333;}

#container {
	opacity: 0;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

#container.active {
	opacity: 1;
}

/*
.boxedcontainer {
  max-width: 1170px;
  margin: auto;
  padding: 0px 30px;
}
*/

p { xxfont-size: 1.2rem;}

/*-------------------------------------------------*/
/* =  Header
/*-------------------------------------------------*/

.navbar-default {
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	
	box-shadow: 0 0 5px #aaa;
	-webkit-box-shadow: 0 0 5px #aaa;
	-moz-box-shadow: 0 0 5px #aaa;
	-o-box-shadow: 0 0 5px #aaa;
	
	border: none;
	background: #eeeeee;
	margin: 0;	
}

.navbar-brand {
    padding-top: 0px !important;
}

.navbar-nav {
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

.navbar-nav > li > a {
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	
	/* font-size: 1.3rem; = colori1 */
	font-size: 1.5rem;
	font-weight: 700;
	text-transform: uppercase;
	padding: 25px 15px 20px;
	color: #555 !important;
	border-bottom: 5px solid #fff; 
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a.active {
	border-bottom: 5px solid #ad2367; /* 01=#ad2367*/
	xbackground: #ad2367!important;
	color: #ad2367 !important;
}

header.xxx-navbar-default {
	box-shadow: 0 0 5px #aaa;
	-webkit-box-shadow: 0 0 5px #aaa;
	-moz-box-shadow: 0 0 5px #aaa;
	-o-box-shadow: 0 0 5px #aaa;
}


/*********************************************
    BANNER ( non usato.. )
**********************************************/

.banner {
	/*
	height:167px;
	margin-top: 70px!important;
	background:url("images/banner-fondo.jpg") no-repeat top center;
	-moz-box-shadow:0 0 10px 5px #ccc;
	-webkit-box-shadow:0 0 10px 5px #ccc;
	box-shadow:0 0 10px 5px #ccc;
	*/
}

/*************************************************
    -   SLIDER / SETTINGS FOR BANNER CONTAINERS
**************************************************/
.tp-banner-container {
	width: 100%;
	position: relative;
	padding: 0;
}
.tp-banner {
	width: 100%;
	position: relative;
}
.tp-banner-fullscreen-container {
	width: 100%;
	position: relative;
	padding: 0;
}

.tp-bullets.simplebullets.round {
	bottom:30px !important;
	visibility: hidden!important;	
}

#slider-section { /*margin-top: 98px;*/ }
#slider-section .tp-caption.finewide_medium_white {
	text-shadow: none;
	border-width: 0px;
	border-color: transparent;
	border-style: none;
	text-align: center;
	padding: 20px;
	background-color: rgba(173,35,103,0.85);
	border-radius: 10px;
}

#slider-section .tp-caption.finewide_medium_white.center-align { text-align: center; }
#slider-section .tp-caption.finewide_medium_white span.color-skin1 { color: #ffffff !important; }
#slider-section .tp-caption.finewide_medium_white span.color-skin2 { color: #ffffff !important; }

#slider-section .tp-caption.finewide_medium_white span.thin-skin {
	/* font-family: 'Roboto Condensed', sans-serif!important; */
	font-family: "Roboto Condensed", sans-serif!important;
	font-size: 4.6rem;
	line-height: 4.6rem;
	font-weight: 700;
	text-decoration: none;
	text-transform: none;
	color: #fff;
}

/*
#slider-section .tp-caption a.trans-btn {
	color: #ffffff;
	background: transparent;
	font-size: 12px;
	font-weight: 700;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	border: 2px solid #ffffff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	padding: 0.8em 4em;
}
#slider-section .tp-caption a.trans-btn:hover {
	color: #0ebfe5;
	background: #ffffff;
}
#slider-section .tp-caption a.trans-btn2 {
	font-size: 12px;
	font-weight: 700;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	border: 2px solid #0ebfe5;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	padding: 0.8em 4em;
	color: #ffffff;
	background: #0ebfe5;
}
#slider-section .tp-caption a.trans-btn2:hover {
	color: #0ebfe5;
	background: transparent;
}

#slider-section .slotholder:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(34, 34, 34, 0.5);
	z-index: 2;
}
#slider-section .tp-bannertimer {
	display: none !important;
}
#slider-section.slider2 .slotholder:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 2;
}
*/

/*
a.button-one {
	color: #ffffff;
	background: transparent;
	font-size: 12px;
	font-weight: 700;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	border: 2px solid #ffffff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	padding: 10px 35px;
}
*/

/*-------------------------------------------------*/
/* =  INTRO
/*-------------------------------------------------*/

.intro-section {
	padding: 20px 0px 30px 0px;
	text-align: center;
	
	background: #f5cbe1;
	border-bottom: 30px solid #ad2367; 
}
.intro-section h3 {
	text-transform:uppercase;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 2.8rem;
}
/*
.intro-section h4 {
	text-transform:uppercase;
	font-size: 1.8rem;
	font-weight: 700;
}
.intro-section p {}
*/

/*-------------------------------------------------*/
/*   FORM PWD HOME
/*-------------------------------------------------*/

.btn-form { 
	font-size: 2rem; 
}

input {
	margin:1rem;
	padding:.5rem;
	border:1px solid #aaa;
	border-radius:6px;
	background:#eee;
	font-size: 1.8rem;
	text-align: center;
}

#messaggioerrore {
	color: #ad2367;
	font-size: 2rem;
	font-weight: bold;
	margin-top:1rem;
}

/*-------------------------------------------------*/
/*   LISTA
/*-------------------------------------------------*/

.lista-section {
	padding-top:40px;
	xxbackground: #f0f0f0;
}
.lista-section .evento {
	margin-top: 2rem;
	padding-bottom: 2rem;
	border-bottom: 1px solid #eee;
}
.lista-section .titolo {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 2rem;
	xpadding:5px 5px 5px 10px;
	xcolor: #333;
}
.lista-section .titolo .data {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 2rem;
	xpadding:5px 5px 5px 10px;
	padding-top:0.8rem;
	color: #888;
}
.lista-section .link { 
	padding-top:1rem; 
}
.lista-section .link a {
	color: #ad2367;
}
.lista-section .link a:hover { 
	color: #e04894; 
}
.lista-section .pass {
	font-size: 1.4rem;
	color: #999;
}
.btn-lista {
	font-weight: 700;
	padding: 8px 40px;
}
.lista-section .anno { 
	background: #6c97ee; 
	xborder: 1px solid #333;
	xpadding: 0px 10px;
	border-radius: 8px;
}
xx.lista-section .anno h2 { 
	color: #fff; 
}
.filtro-color-img { 
	filter: saturate(400%); 
	filter: hue-rotate(0deg);
}
.btn-1 { 
	background: #ad2367; 
	color:#fff!important;
}
.btn-1:hover { 
	background: #e04894; 
	color:#fff!important; 
}
.btn-2 { 
	background: #bb0000; 
	color:#fff; 
}
.btn-2:hover { 
	background: #cc2222; 
	color:#fff; 
}

/*-------------------------------------------------*/
/*   TITLE - BOX TITOLO ALTRE PAGINE
/*-------------------------------------------------*/

.titolo-pagina { 
	background: #f5cbe1;
	border-bottom: 30px solid #ad2367; 
	padding: 30px 0px;
	text-align: center;
}
.titolo-pagina h1 {
	text-transform:uppercase;
	font-size: 2.8rem;
	font-weight: 700;
	text-align: center;
}
.titolo-pagina h1:after {
	background: #0ebfe5;
}
.titolo-pagina span {}

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

/*-------------------------------------------------*/
/* =  contatti
/*-------------------------------------------------*/

#map,
#map2 {
	height: 500px;
}
.contact-section {
	padding: 80px 0;
}
.contact-section .contact-info {
	margin-bottom: 30px;
	margin-top: 10px;
}
.contact-section h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	margin: 0 0 15px;
	font-size: 2rem;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.contact-section p {
	margin-bottom: 30px;
}
.contact-section ul.information-list {
	margin: 0;
	padding: 0;
}
.contact-section ul.information-list li {
	list-style: none;
	overflow: hidden;
	border-bottom: 1px solid #dddddd;
	margin-bottom: 10px;
}
.contact-section ul.information-list li i {
	float: left;
	font-size: 2rem;
	display: inline-block;
	line-height: 2rem;
}
.contact-section ul.information-list li span {
	display: block;
	font-size: 1rem;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	line-height: 1rem;
	margin: 0 0 10px;
	margin-bottom: 8px;
	margin-left: 25px;
}
.contact-section ul.information-list li a {
	font-size: 1rem;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	line-height: 1rem;
	margin: 0 0 10px;
	display: inline-block;
	margin-left: 12px;
	margin-bottom: 10px;
}
.contact-section ul.information-list li:last-child {
	border-bottom: none;
}
#contact-form input[type="text"],
.comment-form input[type="text"],
#contact-form textarea,
.comment-form textarea {
	width: 100%;
	padding: 10px 20px;
	border: 1px solid #dedede;
	margin-bottom: 20px;
	outline: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	font-size: 1rem;
	font-family: 'Roboto Condensed', sans-serif;
}
#contact-form input[type="text"]:focus,
.comment-form input[type="text"]:focus,
#contact-form textarea:focus,
.comment-form textarea:focus {
	border: 1px solid #0ebfe5;
}
#contact-form textarea,
.comment-form textarea {
	height: 146px;
}
#contact-form input[type="submit"],
.comment-form input[type="submit"] {
	padding: 12px 30px;
	outline: none;
	border: none;
	background: #0ebfe5;
	color: #ffffff;
	font-size: 13px;
	font-family: 'Roboto Condensed', sans-serif;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	margin-bottom: 10px;
}
#contact-form input[type="submit"]:hover,
.comment-form input[type="submit"]:hover {
	opacity: 0.7;
}
#contact-form .message,
.comment-form .message {
	height: 30px;
	padding: 10px 20px;
	font-size: 1rem;
	font-family: 'Roboto Condensed', sans-serif;
}
#contact-form .message.error,
.comment-form .message.error {
	color: #e74c3c;
	background: rgba(246, 80, 80, 0.4);
	border: 1px solid #e74c3c;
}
#contact-form .message.success,
.comment-form .message.success {
	color: #29b504;
	background: rgba(63, 220, 21, 0.4);
	border: 1px solid #29b504;
}

/*-------------------------------------------------*/
/* =  Footer
/*-------------------------------------------------*/
footer {
	background: #f5cbe1; 
	xbackground:url("images/footer.jpg") no-repeat top center;
}
footer .up-footer { 
	padding: 20px 0 20px; 
}
footer .up-footer h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	margin: 0 0 15px;
	font-size: 1rem;
	margin-bottom: 30px;
	text-transform: uppercase;
	xcolor: #333333;
}
footer .up-footer .footer-widget p { 
	font-size: 1.4rem; 
	color: #333333; 
}
footer .up-footer img { 
	margin-top: 10px;
}
footer .down-footer { 
	background: #ad2367; 
	color:#fff; 
	height: 50px; 
	padding-top:20px; 
}


/*-------------------------------------------------*/
/* =  Responsive Part
/*-------------------------------------------------*/
@media (max-width: 1199px) {

}

@media (max-width: 991px) {
	.banner { height:120px;	}
	.navbar-nav > li > a {
		padding-left: 8px !important;
		padding-right: 8px !important;
	}
	#slider-section {
	  /* margin-top: 98px; */
	}
	.footer-widget { margin-bottom: 30px; }
	.contact-info { margin-bottom: 30px; }
	#map,
	#map2 {
	  height: 300px;
	  margin-bottom: 30px;
	}
}

@media (max-width: 767px) {
	
	body, html {height: 100%; 
		margin-top:28px;
	}
	.navbar-brand {
		padding-top: 0px !important;
		padding-bottom: 0px !important;
	}
	.navbar-brand img {
    	max-height: 54px;
	}
	.navbar-default .navbar-toggle {
		margin-top: 13px;
	}
	.navbar-nav > li > a {
		padding: 5px 15px !important;
	}
	.navbar-nav > li.search {
		display: none;
	}
	/*
	.navbar-nav > li.drop ul.dropdown {
		position: relative;
		top: inherit;
		left: inherit;
		width: 100%;
		padding: 0;
		border: none;
		visibility: visible;
		opacity: 1;
	}
	.navbar-nav > li.drop ul.dropdown li a {
		padding: 5px 20px;
		text-transform: inherit;
	}
	*/
	
	#slider-section { /*margin-top: 55px;*/ }
	.banner { 
		height:100px; 
		margin-top: 55px!important;
	}
}

@media (max-width: 500px) {
	body, html {
		height: 100%; 
		margin-top:20px;}
	#map { 
		height: 200px;
	}
}
