/* form */
form {
	font-family: 'Titillium Web', sans-serif;
}
input, radio, textarea{
	font-family: 'Titillium Web', sans-serif;
}
.view-filters {
	/*margin-top: 40px;*/
}
/* ----  reset campi form ---- */
.views-exposed-form input, .views-exposed-form select, .views-exposed-form textarea {
	margin: 0;
	padding: 0;
	outline: none;
	font-family: inherit;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	font-size: 16px;
}
::-webkit-input-placeholder { 
  color: #000;
}
::-moz-placeholder {
  color: #000;
}
:-ms-input-placeholder {
  color: #000;
}
:-moz-placeholder {
  color: #000;
}
.input__full-width{
	width:100%;
	font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    border-bottom: 2px solid #000;
}
/* radio button */
.section-form-label {
	display: block;
	position: relative;
	padding-left: 35px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color:#000;
	text-align:left;
	margin-right:10px;
}
.section-form-label input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
.section-form-checkmark,
.section-form-checkbox-checkmark
{
	position: absolute;
	top: 0;
	left: 0;
	height: 21px;
	width: 21px;
	border: 1px solid #000;
}
.section-form-checkmark{
	border-radius: 50%;
}
.section-form-label:hover input ~ .section-form-checkmark {
	border: 1px solid #8e8e8e;
}
.section-form-label input:checked ~ .section-form-checkmark {
	background-color: #fff;
}
.section-form-checkmark:after,
.section-form-checkbox-checkmark:after{
	content: "";
	position: absolute;
	display: none;
}
.section-form-label input:checked ~ .section-form-checkmark:after{
	display: block;
}
.section-form-label input:checked ~ .section-form-checkbox-checkmark:after {
	display: block;
}
.section-form-label .section-form-checkmark:after {
	top: 3px;
	left: 3px;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: #000;
}
.section-form-label .section-form-checkbox-checkmark:after {
	left: 6px;
	top: 0px;
	width: 5px;
	height: 10px;
	border: solid #000;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.label-float {
	float: left;
	margin: 0 10px;
}
/* */

.views-exposed-form label{
	display:none;
}
.views-exposed-form input::placeholder {
  color: #fff;
}
/* ---- Input - textarea - select  generici ---- */
.views-exposed-form input[type="text"], .views-exposed-form textarea, .views-exposed-form select, .views-exposed-form input[type="file"], .views-exposed-form input[type="number"], .views-exposed-form input[type="date"] {
	width: 100%;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border: solid 1px #6f6f6f;
	padding: 10px 20px;
	background: #222;
	background-color: #222222;
}
.views-exposed-form .item-field-datapicker:after{
    content: "\e844";
    font-family: "icon-font";
    position: absolute;
    width: 15px;
    height: 15px;
    font-size: 15px;
    top: 50%;
    transform: translate(0px , -5px);
    right: 10px;
    color: #fff;
    font-weight:normal;
}
.views-exposed-form .select2-container--default .select2-selection--multiple {
	border: solid 1px #016533;
    padding: 5px 20px;
    background: #222;
    cursor: text;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
    border-radius: 20px;
	color:#fff;
	font-size:16px;
	font-family: 'Titillium Web', sans-serif!important;
}
.views-exposed-form .select2-container--default.select2-container--focus .select2-selection--multiple {
	border: solid 1px #000;
}
.views-exposed-form .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 0;
}
.views-exposed-form .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 0;
}
.views-exposed-form .select2-container:after{
    content: "\e859";
    font-family: "icon-font";
    position: absolute;
    width: 15px;
    height: 15px;
    font-size: 15px;
    top: 50%;
    transform: translate(0px , -5px);
    right: 10px;
    color: #fff;
    font-weight:normal;
}
.select2-dropdown {
    background-color: #222;
    color:#fff;
    background: #222;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #000;
    color: white;
}
.select2-results__option {
    padding: 0 6px;
    font-size: 16px;
	line-height:20px;
	margin-bottom:5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
	border: none !important;
    background: transparent !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
	font-size:16px;
    width: auto;
	font-family: 'Titillium Web', sans-serif;
}
/* */
.select2-container--default{
    margin: 0;
    position: relative;
    vertical-align: middle;
    background: transparent;
    cursor: text;
    font-size: 16px;
    font-family: 'Titillium Web', sans-serif!important;
    height: 45px;
	width: 100%!important;
}
.select2-container--below{
	width: 100%!important;	
}
.select2-container--default .select2-selection--single {
	background: #222;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	text-align: left;
	height: 45px;
	border: 1px solid #6f6f6f;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;
    line-height: normal;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #fff;
    padding: 5px 10px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 10px;
    height: 32px;
    max-width: 90%;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: none;
	color: #000!important;
}
.select2-container--default .select2-results__option[aria-selected=true] {background: #000;}
.ui-datepicker{
	font-size:18px;
}
@media only screen and (max-width: 1100px){
	.ui-datepicker{
	    width: 32%;
	}
}
@media only screen and (max-width: 600px){
	.ui-datepicker{
	    width: 83.33333333%;
	}
}
/* ---- Bottoni ---- */	
.views-exposed-form input[type="submit"], .views-exposed-form input[type="button"], .views-exposed-form input[type="reset"], .btn-search{
    padding: 4px 50px;
    cursor: pointer;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #222;
    background: #fff;
    border: 1px solid #000;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    color:#000!important;
}
.views-exposed-form .form-actions{
	margin-top: 30px;
}
.views-exposed-form .js-form-item{
	padding: 5px 0px;
	display: inline-block;
	float: none;
	margin: 0 5px;
}
/* search result */
.section-search-filter {
    min-height: 200px;
    margin: 80px 0;
    padding: 60px 0px 40px;
}
.section-search-filter .btn a{
    color:#000;
}
.section-search-filter .active{
    background: #fff
}

/* tag filter home */
.section-tag-filter{
	min-height:100px;
	margin: 0 0 20px;
	padding: 30px 0px;
}
.section-tag-filter .page__inner{
}
.section-tag-filter .swiper-slide {
	padding: 30px 10px 15px;
}
.section-tag-filter .section__title{
	padding: 10px;
}
.section-tag-filter .btn{
	font-size:27px;
	width:260px;
	height:260px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius:50%;
	background:#00864b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	justify-content: center;
	margin:auto;
}
.section-tag-filter .btn:before{
    font-family: "iat-font";
    font-size: 100px;
    font-weight: normal;
    position: absolute;
	top: 50%;
	transform: translatey(-80px);
}
.section-tag-filter .btn-map:before{
	content: "\e8ad";
}
.section-tag-filter .btn-place:before{
	content: "\e8ae";
}
.section-tag-filter .btn-events:before{
	content: "\e8a2";
}
.section-tag-filter .btn-accomodation:before{
	content: "\e8a3";
}
.section-tag-filter .slide-caption .slide-caption__text{
	padding-top: 100px;
	flex: 0;
    align-self: auto;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.section-tag-filter .btn:before{
		left:50%;
		transform: translate(-50%, -80px);
	}	
	.section-tag-filter .slide-caption .slide-caption__text{
		left:50%;
		transform: translate(-50%, -50%);
		position:absolute;
	}
}
.section-tag-filter .swiper-wrapper {
    margin: 20px 0 50px;
}
.section-tag-filter .swiper-scrollbar {
    background: rgba(255,255,255,1);
}
.section-tag-filter .swiper-pagination {
    color:#000;
    padding: 10px 0;
    margin: 10px 0;
}
.section-tag-filter .swiper-pagination-current {
    font-weight: bold;
    color:#fff;
}
@media only screen and (max-width: 650px) {
	.section-tag-filter .btn{
		font-size:20px;
	}
	.section-tag-filter .btn:before{
		font-size: 80px;
		transform: translatey(-65px);
	}
	.section-tag-filter .slide-caption .slide-caption__text{
		padding-top: 60px;
	}
	.section-tag-filter .swiper-slide {
		padding: 30px 0px 15px;
	}
	.section-tag-filter .swiper-wrapper {
		margin: 20px 0 50px;
	}
	.section-tag-filter .btn{
		width:50vw;
		height:50vw;
	}
	.section-tag-filter .page__inner {
		padding: 0;
	}
}
@media only screen and (max-width: 400px) {
	.section-tag-filter .btn{
		width:58vw;
		height:58vw;
	}
}

/* serp */
.serp-form label {
	display: inline-block;
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-right: 15px;
	margin-bottom:10px;
	text-transform:uppercase;
}
.serp-form input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
.serp-form .serp-form-checkmark
{
	top: 0;
	left: 0;
	min-width: 140px;
	display: inline-block;
	padding: 10px;
	font-size: 16px;
	font-family: 'Titillium Web', sans-serif!important;
	height: 45px;
	border-radius: 20px;
	background: #000;
	border: 1px solid #6f6f6f;
	color: #fff;
	text-align: center;
}
.serp-form label input:checked ~ .serp-form-checkmark {
	background-color: #fff;
	color:#000;
}

