.-contactlast-cont {
	display: none;
}

.btn.btn-warning {
	transition: 0.5s ease;
	text-shadow: 1px 1px 1px #000;
	background-color: #ffa200;
	cursor: pointer;
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 100%;
	padding: 8px 15px;
	text-transform: uppercase;
	border-radius: 5px;
	color: #fff;
	text-decoration: none;
	width: 50%;
}

.btn.btn-warning-bottom {
	transition: 0.5s ease;
	text-shadow: 1px 1px 1px #000;
	background-color: #ffa200;
	cursor: pointer;
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 100%;
	padding: 8px 15px;
	text-transform: uppercase;
	border-radius: 5px;
	color: #fff;
	text-decoration: none;
	width: 50%;
}

.-btn-contact .btn.btn-warning {
	position: fixed;
	z-index: 1000;
	top: 2px;
    left: 50%;
    transform: translateX(-50%);
	font-size: 100%;
	padding: 5px 15px;
	width: 50%;
}

.-btn-contact .btn.btn-warning-bottom {
	position: fixed;
	z-index: 1000;
	bottom: 15px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 140%;
	padding: 5px 15px;
	width: 80%;
	border-radius: 15px;
	box-shadow: 5px 5px 2px #888888;
}

.-btn-contac0-bottomt.btn-fixed .btn.btn-warning {
	bottom: 5px;
	width: 1172px;
	font-size: 110%;
	padding: 8px 15px;
}


.-btn-contact.-sup {
	
}

.-contactlast .modal-header {
	color: #ffa200;
	text-shadow: 1px 1px 1px #000;
	font-size: 25px;
	font-weight: bold;
	padding: 10px;
	border-bottom: 1px solid #ddd;
	border-radius: 5px 5px 0 0;
	text-align: center;
	background-color: #f5f5f5;
	box-shadow: inset 0 1px 0 #fff;
}

.-contactlast {
	max-width: 800px;
}

.-contactlast .modal-body {
	padding: 15px;
	max-height: 80vh;
	overflow-y: auto;
}

.-contactlast .modal-body .btn{
	margin-bottom: 10px;
}

.lity-content {
	background-color: #fff;
	border-radius: 5px;
}

.lity-container {
	vertical-align: top;
	margin-top: 3vh;
	z-index: 1000000;
}

.-contactlast .form-group input:not([type="checkbox"]),
.-contactlast .form-group textarea {
	width: 100%;
	padding: 4px;
	border-radius: 2px;
	background: #f9f9f9;
	border: 1px solid #868789;
}

.-contactlast .form-group {
	margin-bottom: 14px;
}

.-contactlast .form-group p {
	margin: 0;
}

.-contactlast .form-group ul {
	margin: 4px 0;
}

.lity-iframe-container iframe {
	background-color: #fff;
}

.-contactlast .-info{
	font-size: 10px;
	line-height: 10px;
	text-align: justify;
}

/* slider */
.swiper-wrapper {
	position: relative;
}

.transparent-btns_tabs {
	margin: 0;
}


.swiper-wrapper ul.transparent-btns_tabs {
	position: absolute;
	display: inline-block;
	bottom: 5px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1000;
}

.centered-btns_tabs a,
.transparent-btns_tabs a,
.large-btns_tabs a {
	background: #fff;
}

.transparent-btns_tabs .transparent-btns_here a {
	background: #005079;
}

.transparent-btns_nav {
	width: 40px;
	background: none;
	opacity: 1;
}

.transparent-btns_nav .swiper-button-prev,
.transparent-btns_nav .swiper-button-next {
	background-repeat: no-repeat;
}

.transparent-btns_nav .btn-cont {
	background: rgba(0, 0, 0, .3);
	position: absolute;
	top: 50%;
	width: 100%;
	height: 70px;
	margin-top: -35px;
	text-indent: 0;
	text-align: center;
}

.transparent-btns_nav .btn-cont > * {
	margin-top: 21px;
	font-size: 30px;
	color: #fff;
}

#evidenza > .swiper-button-prev,
#evidenza > .swiper-button-next {
	display: none;
}
/* slider */

.post .content a {
	color: #0091c9;
}


.-txt-img {
	text-align: justify;
}

.-img {
	margin: 10px;
}

.-img.-right {
	float: right;
}

.-img.-left {
	float: left;
}

.-img.-large {
	width: 800px;
}

.-img.-medium {
	width: 500px;
}

.-img.-small {
	width: 300px;
}

a.btn-mer,
a.btn-recweb,
.btn-recweb {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
	padding: 15px 40px;
	font-size: 20px;
	line-height: 20px;
	border-radius: 30px;
}

.post .content a.btn-recweb,
.post .content .btn-recweb,
.post .content a.btn-mer {
	color: #fff !important;
	text-decoration: none;
}

.btn-action {
	cursor: pointer;
}

a.btn-recweb,
.btn-recweb {
	background-color: #FFA200;
	display: block;
	text-align: center;
	font-weight: bold;
	text-shadow: 1px 1px 1px #000;
	font-size: 34px;
}


.bg-loading,
.bg-loading .olay {
	position: absolute;
	width: 100%;
	height: 100%;
	
	display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: -ms-flexbox;  /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
	display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */

	justify-content: center;
	align-items: center;
	top: 0;
	left: 0;
	z-index: 500;
}

.bg-loading .olay {
	opacity: 0.7;
	background: #fff;
	z-index: 900;
}

.bg-loading .olay.black {
	background: #000;
}

.bg-loading .img {
	background-repeat: none;
	background-image: var(--wpr-bg-8e89f1a0-f1c6-499e-ba2f-0ab5e5ee91b0);
	width: 100px;
	height: 100px;
	position: relative;
	z-index: 1000;
}

.-main-recweb {
	padding: 20px;
	text-align: center;
}

[rc] {
	cursor: pointer;
}

.-main-recweb .-ele-cont {
	display: inline-block;
	padding: 10px;
	border: 1px solid #c6c6c6;
	background: #cfebff;
	margin-bottom: 20px;
	border-radius: 10px;
	cursor: pointer;
}

.-main-recweb .-ele-cont:not(:last-child) {
	margin-right: 20px;
}

.-main-recweb .-ele-cont:not(.-noclick):hover {
	background: #b6e1ff;
}

.-main-recweb .-ele-cont.-noclick a{
	cursor: default;
}

a.-ele {
	text-decoration: none;
}

.-ele {
	display: block;
}

.-main-recweb .-headinfo {
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 20px;
	display: block;
	text-transform: uppercase;
}

.-main-recweb .-headinfo p{
	margin: 0;
}

.-main-recweb .-txt {
	margin-top: 10px;
	font-size: 25px;
	font-weight: bold;
	font-style: italic;
	display: block;
}

.lity-iframe .lity-container,
.lity-iframe .lity-content,
.lity-iframe .lity-iframe-container {
	max-height: 90vh;
	height: 90vh;
}

@media screen and (max-width:1200px) {
  /* smaller screens */
	
	.-btn-contact.btn-fixed .btn.btn-warning {
		width: 90%;
	}
}

@media screen and (max-width:960px) {
  /* bigger screens */
	.-btn-contact {
	
	}
}

@media screen and (max-width:500px) {
  /* smaller screens */
	.-contactlast {
		max-width: 300px;
	}
	
	.-contactlast .modal-body {
		max-height: 80vh;
	}
		
	.-contactlast .modal-header {
		font-size: 15px;
	}
	
	.-contactlast .form-group {
		margin-bottom: 3px;
		font-size: 80%;
	}
	
	.-btn-contact .btn.btn-warning {
		font-size: 10px;
		padding: 4px;
		top: 32px;
		right: 0;
		left: auto;
		transform: none;
		max-width:90%;
		width:40%;
	}

	.-btn-contact .btn.btn-warning-bottom {
		font-size: 100%;
		width:60%;
	}

	.-btn-contact.btn-fixed .btn.btn-warning {
		top: 8px;
		width: 90%;
		font-size: 14px;
		padding: 6px;
		left: 50%;
		transform: translateX(-50%);
	}
	
	.-btn-contact.btn-fixed.-sup .btn.btn-warning {
		top: 5px;	
	}
	
	.btn.btn-warning.btn-invia {
		font-size: 90%;
		margin-bottom: 5px;
	}
	
	.-main-recweb {
		padding: 10px;
	}
	
	.-main-recweb .-headinfo {
		margin-bottom: 10px;
		font-size: 28px;
	}
	
	.-main-recweb .-ele-cont {
		display: block;
		margin-bottom: 10px;
		margin-right: 0;
	}
	
	.-main-recweb .-ele-cont:not(:last-child) {
		margin-right: 0;
	}
	
	.-main-recweb .-ele-cont img {
		max-width: 90px;
	}
	
	.-main-recweb .-txt {
		font-size: 16px;
	}
}


@media screen and (max-width:320px) {

	#tawkchat-message-preview-container {
		max-width: 280px;
		right: 2px;
	}
}


@media screen and (min-width:768px) {
  /* bigger screens */
	#evidenza .post-bottom {
		padding: 15px;
	}
	
	#tawkchat-message-preview-container {
		max-width: 280px;
		right: 2px;
	}
}
