/*  REGOLE CSS STANDARD  */
* {
	white-space: normal;
    word-wrap: break-word;
    vertical-align: baseline;
    font-weight: inherit;
    font-family: inherit;
    font-style: inherit;
    font-size: 100%;
    border: 0 none;
    outline: 0;
    padding: 0;
    margin: 0;
}

body, html {
    height: 100%;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, .header, hgroup, menu, nav, section, summary, time, mark, audio, video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
article,aside,details,figcaption,figure, footer,.header,hgroup,menu,nav,section{display:block;}

pre {white-space: pre;}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

input, button, textarea, select, optgroup, option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	outline-style: none;
    box-shadow: none;
}

/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input, button, textarea, select {
	*font-size: 100%;
}

strong{font-weight:bold;}

button:focus {
    outline: none !important;
}

img { max-width: 100%; }

a {
    color: inherit;
}

a:hover {
	color: inherit;
}

h1 {
	font-size: 38px;
}

h2 {
	font-size: 32px;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 20px;
}

h1, h2, h3, h4, .special_font {
    font-family: 'Poppins', sans-serif !important;
    letter-spacing: 0.04em !important;
	font-weight: 300 !important;
}
/* font-family: 'Playfair Display', serif; */

p, a, li, button, input, label, textarea {
	font-family: 'Poppins', sans-serif !important;
}

body {
    color: #fff;
	/* background: #16545f; */
    font-family: 'Poppins', sans-serif !important;
}


/* ----------------------------------------------------------------------------- */
/* ------------------             CLASSI COSTANTI             ------------------ */
/* ----------------------------------------------------------------------------- */

.h1 {
    font-size: 38px;
}

.h2 {
    font-size: 32px;
}

.card-title {
    font-size: 22px;
}

@media(max-width: 1024px){
	h1 {
		font-size: 40px;
	}

	h2 {
		font-size: 30px;
	}

	h3 {
		font-size: 20px;
	}

	h4 {
		font-size: 18px;
	}

    .h1 {
        font-size: 40px;
    }

    .h2 {
    	font-size: 30px;
	}
}

@media(max-width: 576px){

	h1 {
		font-size: 26px;
	}

	h2 {
		font-size: 20px;
	}

	h3 {
		font-size: 18px;
	}

	h4 {
		font-size: 16px;
	}

    .h1 {
        font-size: 26px;
    }

    .h2 {
    	font-size: 20px;
	}
}

.nowrap-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.uppercase { text-transform: uppercase; }

.float-left { float: left; }

.background-black { background-color: #000; }
.background-white { background-color: #fff; }
.background-grey { background-color: #ececec; }
.background-trasparent { background-color: transparent; }

.color-black { color: #000; }
.color-white { color: #fff; }

.small, .small a {
    font-size: 13px;
    font-weight: 400;
}

.fixed { position:fixed }
.absolute { position: absolute; }
.relative { position: relative; }

.pull-none { float: none; }

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.pointer {
    cursor:pointer;
}

.social--round {
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50%;
    color: #000;
    font-size: 16px !important;
    padding: 0px !important;
    margin: 5px;
    display: flex;
    -ms-display:flex !important;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    -ms-align-items: center !important;
    justify-content: center;
    -ms-justify-content: center;
    float: left;
}

.background-cover-center {
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.background-image--square {
    display: inline-block;
    background-size: cover;
    width: 100%;
    background-position: center;
    position: relative;
    padding-top: 100%;
}

.image-square {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.image-square:after {
	content: "";
  	display: block;
  	padding-bottom: 100%;
}

.image-square > img {
	position: absolute;
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-height: 100%;
    width: auto;
}

.swiper-container {
	width: 100%;
  	/*height: 100%;*/
}

.swiper-slide.flex {
  	display: -webkit-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
  	display: flex;
  	-webkit-box-pack: center;
  	-ms-flex-pack: center;
  	-webkit-justify-content: center;
  	justify-content: center;
  	-webkit-box-align: center;
  	-ms-flex-align: center;
  	-webkit-align-items: center;
  	align-items: center;

}

.swiper-arrow-next, .swiper-arrow-prev {
    position: absolute;
    top: 50%;
    z-index: 900;
    cursor: pointer;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
/*    line-height: 40px;
    text-align: center;
    width: 40px;
    height: 40px;*/
}

.swiper-wrapper.h-auto {
    height: auto;
}

.swiper-arrow-next {
    right: 10px;
    left: auto;
}
.swiper-arrow-prev {
	left: 10px;
    right: auto;
}

.swiper-arrow-next.swiper-button-disabled, 
.swiper-arrow-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}

.swiper-slide--link {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}

.gallery-top {
    height: 80%;
    width: 100%;
}

.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
    width: 20%;
    height: 100%;
    opacity: 0.7;
}

.gallery-thumbs .swiper-slide-active {
    opacity: 1;
}

.icon-brightness {
    filter: brightness(0%);
    -webkit-filter: brightness(0%);
    -moz-filter: brightness(0%);
}

.no-paddings { padding:0px; }

/* mie colonne */

[class*="custom-col--"]{
    margin: 0.5%;
    flex: 0 0 0;
}

.custom-col--3 {
    flex-basis: 32.333333%;
    -moz-flex-basis: 32.333333%;
    -ms-flex-basis: 32.333333%;
    min-width: 32.333333%;
}

.custom-col--2 {
    flex-basis: 49%;
    -moz-flex-basis: 49%;
    -ms-flex-basis: 49%;
    min-width: 49%;
}


.custom-col--4 {
    flex-basis: 24%;
    -moz-flex-basis: 24%;
    -ms-flex-basis: 24%;
    min-width: 24%;
}

.custom-col--5 {
    flex-basis: 19%;
    -moz-flex-basis: 19%;
    -ms-flex-basis: 19%;
    min-width: 19%;
}

.custom-col--auto {
    flex:1;
    min-width: 32.333333%;
}

@media(max-width: 1024px){

    .custom-col--4, .custom-col--5 {
        flex-basis: 32.33333%;
        -moz-flex-basis: 32.33333%;
        -ms-flex-basis: 32.33333%;
        min-width: 32.33333%;
    }
}

@media(max-width: 768px){

    .custom-col--3, .custom-col--4, .custom-col--5 {
        flex-basis: 49%;
        -moz-flex-basis: 49%;
        -ms-flex-basis: 49%;
        min-width: 49%;
    }
}

@media(max-width: 578px){

    .custom-col--2, .custom-col--3, .custom-col--4, .custom-col--5 {
        flex-basis: 99%;
        -moz-flex-basis: 99%;
        -ms-flex-basis: 99%;
        min-width: 99%;
    }
}

.icon {
    width: 50px;
}

.bold {
    font-weight: bolder;
}

.overflow {
    overflow: hidden;
}

.wrapperVideo {
    display: inline-block;
    padding: 0;
    margin: 0;
    width: 100%;
    padding-top: 56.25%;
    height: 0px;
    position: relative;
    margin-bottom: -6px;
}

.wrapperVideo > iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
}

.thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fancybox-overlay {
    background-color: rgba(0,0,0,0.7);
}



/* clear fix */

.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ui group */

.ui-group {
  display: inline-block;
}

/* ----------------------------------------------------------------------------- */
/* ------------------                 MODAL POPUP             ------------------ */
/* ----------------------------------------------------------------------------- */

/*top*/

.modal.top {
    padding-right: 0 !important;
}

.modal-top {
    max-width: 100%;
    margin: 0px auto;
    border: 0px;
    border-radius: 0px;
    padding: 0;
    width: 100%;
}

.top .modal-content {
    border-radius: 0px;
}

.modal.left .modal-dialog,
.modal.right .modal-dialog {
	position: fixed;
	margin: auto;
	width: 320px;
	height: 100%;
	-webkit-transform: translate3d(0%, 0, 0);
	-ms-transform: translate3d(0%, 0, 0);
	-o-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
	height: 100%;
	overflow-y: auto;
}
	
.modal.left .modal-body,
.modal.right .modal-body {
	padding: 15px 15px 80px;
}

/*Left*/

.modal.left.fade .modal-dialog{
	left: -320px;
	-webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
	   -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
	     -o-transition: opacity 0.3s linear, left 0.3s ease-out;
	        transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.show .modal-dialog{
	left: 0;
}
        
/*Right*/

.modal.right.fade .modal-dialog {
	right: -320px;
	-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
	   -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
	     -o-transition: opacity 0.3s linear, right 0.3s ease-out;
	        transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
	right: 0;
}

/* ----------------------------------------------------------------------------- */
/* ------------------        CLASSI BOOTSTRAP MODIFICATE      ------------------ */
/* ----------------------------------------------------------------------------- */

/*
xs: 0,
sm: 576px,
md: 768px,
lg: 992px,
xl: 1200px
*/

.btn,
.dropdown-menu, 
.no__border-radius {
    border-radius: 0px !important;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {   
  border-color: rgba(255, 255, 255, 1);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 255, 255, 0.1);
  outline: 0 none;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #444444;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(255,255,255,0) !important;
}

hr.white {
   	border-top: 1px solid rgba(255, 255, 255, 0.2);
    display: block;
    width: 100%;
}

hr.black {
   	border-top: 1px solid rgba(0, 0, 0, 0.2);
    display: block;
    width: 100%;
}

/* ----------------------------------------------------------------------------- */
/* ------------------                CLASSI FORM              ------------------ */
/* ----------------------------------------------------------------------------- */

.form-control {
	border-radius: 0px;
	border: 0px;
}

.form-group {
    padding-bottom: 20px;
    position: relative;
}

label {
    margin-top: 6px;
    margin-bottom: 2px;
    text-align: left;
    display: block;
    font-size: 16px;
}

.form-group input:not([type="checkbox"]):not([type="radio"]):not(textarea), .form-group select {
    width: 100%;
    height: 40px;
    padding-left: 10px;
    border: 1px solid #ccc;
    -moz-border: 1px solid #ccc;
    -webkit-border: 1px solid #ccc;
}

.form-group textarea {
	height: 300px;
	resize: none;
	padding: 10px 15px;
	letter-spacing: 1px;
	width: 100%;
	border: 1px solid rgba(168, 168, 168, 0.5);
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 255, 255, 0.1);
}

.form-group .wpcf7-submit {
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 1px;
	padding: 8px 10px;
	width: 130px !important;
	margin: 0 auto;
	cursor:pointer;
	background: #ececec;
}

.wpcf7-list-item-label a {
	text-decoration: underline;
}

.wpcf7-not-valid-tip {
	color: #ff6161;
	font-size: 12px;
	font-weight: normal;
	display: block;
	font-family: 'Poppins', sans-serif !important;
	text-align: center;
	margin-top: 2px;
}

.wpcf7-response-output {
	border: none !important;
	text-align: center;
	margin-top: 4px !important;
}

.wpcf7-form.invalid .wpcf7-response-output {
	color: #ff6161;
	font-family: 'Poppins', sans-serif !important;
}

.wpcf7-form.sent .wpcf7-response-output {
	color: #46b450;
}

.form-error {
    position: absolute;
}

@media(max-width:767px) {
	.wpcf7-list-item-label,
	.wpcf7-list-item-label a {
		font-size: 14px;
	}
}

@media(max-width:500px) {
	.form-group {
		padding-bottom: 10px;
	}
}

@media(max-width:450px) {
	.form-group {
		padding-bottom: 6px;
	}

	input:not([type="checkbox"]):not([type="radio"]):not(textarea):not([type="submit"]) {
		height: 30px;
		padding: 6px;
		font-size: 12px;
	}

	.form-group textarea {
		height: auto;
		min-height: 100px;
		font-size: 12px;
		padding: 6px;
	}

	.wpcf7-list-item label {
		line-height: 14px;
	}

	.wpcf7-list-item-label, .wpcf7-list-item-label a {
		font-size: 12px;
	}
}

/* ----------------------------------------------------------------------------- */
/* ------------------         CLASSI FOOTER GENERALI          ------------------ */
/* ----------------------------------------------------------------------------- */

footer {
	background: #000;
	color: #e1dfd4;
}

footer .separator-break {
	border-top: 2px solid #e1dfd4;
	width: 90px;
	margin: 30px 0px;
}

footer .widget h3 {
	font-size: 18px;
	font-weight: bolder;
	text-transform: uppercase;
}

footer .widget p,
footer .widget a,
footer .widget li {
	font-size: 12px;
	padding-right: 10px;
}

footer .copy {
	font-size: 12px;
	color: #fff;
	font-family: 'Poppins', sans-serif !important;
}

footer #logo-pn-fiere {
	margin-top: 16px;
	max-width: 200px;
}


/* ----------------------------------------------------------------------------- */
/* ------------------             CLASSI VARIABILI            ------------------ */
/* ----------------------------------------------------------------------------- */

.background-gold {
	background-color: #b79661;
}

.background-red {
	background-color: #b63439;
}

.background-grey {
	background-color: #5e5f5c;
}
.color-red {
	color: #b63439;
}

.color-gold {
	color: #b79661;
}

.font-text--primary, p, a, li {
	font-size: 16px;	
}

.font14 {
    font-size: 14px;
}

.font16, .font16 > * {
	font-size: 16px;
}

.font18 {
    font-size: 18px;
}

.font22 {
    font-size: 22px;
}

.overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
}

.overlay-before:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    z-index: 10;
}

@media(max-width: 767px){
	.background-image {
		height: 400px;
	}
}

input:not([type="checkbox"]):not([type="radio"]):not(textarea):not([type="submit"]) {
	border: 1px solid rgba(168, 168, 168, 0.5);
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 255, 255, 0.1);
	outline: 0 none;
	width: 100%;
	height: 45px;
	padding: 10px 15px;
	letter-spacing: 1px;
	border-radius: 15px;
	margin-bottom: 15px;
}

input[type="checkbox"] {
	width: 15px;
    height: 15px;
    margin-right: 6px;
}

textarea {
	width: 100%;
    border-radius: 15px;
    padding: 10px 15px;
    letter-spacing: 1px;
    border: 1px solid rgba(168, 168, 168, 0.5);
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 255, 255, 0.1);
}

.error:not(:empty) {
    /* background: #fb5454; */
    background: #9d1717;
    color: #fff;
    border-radius: 4px;
    padding: 4px;
    margin-top: 4px;
}

.btn-red {
	background-color: #b63439;
    color: #fff;
    text-transform: uppercase;
    border: 0px;
    width: auto;
    padding: 10px 15px;
    line-height: normal;
    height: auto;
    margin: 20px 0;
}

.next-step {
	font-size: 22px;
}

.btn-gold {
	background-color: #b79661;
    color: #fff;
    text-transform: uppercase;
    border: 0px;
    width: auto;
    padding: 10px 15px;
    line-height: normal;
    height: auto;
    margin: 20px 0;
    letter-spacing: 0.1em;
    font-size: 18px;
}

.btn-white.border {
	background-color: transparent;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #fff !important;
    width: auto;
    padding: 10px 15px;
    line-height: normal;
    height: auto;
    margin: 20px 0;
    letter-spacing: 0.1em;
    font-size: 18px;
    display: inline-block;
}

button {
    background-color: transparent;
    font-size: 28px;
}

.undeline {
	text-decoration: underline;
}

/* header {
    height: 140px;
    width: 100%;

    position: relative;
} */

header {
	height: 90vh;
	width: 100%;

	position: relative;
	background-position: center 20px;
    background-size: cover;
    
    padding: 15px 0;
}

/* .logo-img {
    width: 160px;
    margin-top: 8px;
} */

.logo-img {
	width: 115px;
	position: relative;
	top: -5px;
	left: 20px;
	z-index:1;
}

section {
   /* padding-top: 70px; */
}

@media(max-width: 767px){
	.h100mb {
    	display: flex;
    	align-items: center;
    	-ms-display: flex;
    	-ms-align-items: center;
    	height: 100%;
    }

    #login h1 br {
    	display: none;
    }

    #login p.h3 {
    	font-size: 22px;
	}

	.offset5.box-face {
		margin-left: 30%;
		margin-top: -15%;
	}

	.h1 {
    	font-size: 28px;
	}
}

@media(max-width: 767px) and (max-height: 767px){
	.h100mb {
    	height: auto;
    	min-height: 100%;
    }

    section {
    	/* padding-top: 100px; */
	}
}

@media(max-width: 400px){

    #main-header img {
        max-width: 95%;
        /* margin: 5px; */
    }

    .offset5.box-face {
        margin-top: -22%;
    }

    h1 {
        font-size: 22px;
    }
    .h1 {
        font-size: 22px;
    }
}

.loader {
	max-width: 35px;
	margin-top: 20px;
}

@media(max-width: 767px){
	.row-foot .icon-text {
		font-size: 12px;
	}
}

/* LANDING CUSTOM */

.change-lang-btn {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 1;
	color: #fff;
	font-weight: 700;
	letter-spacing: 2px;
}

[class$="-wave"] {
	position: relative;
	top: -2px;
	z-index:1;
}

.main-header-wave {
	position: absolute;
	top: 0;
	width: 100%;
}

.title-wrapper {
	text-align: center;
	position: absolute;
	width: 100%;
	top: 150px;
}

.title-text {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 1;
	color: #16545f;
}

.subtitle-text {
	color: #16545f;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 16px;
}

.section-1 {
	position: relative;
	background: #16545f;
	padding-bottom: 125px;
}

.section-1-wave {
	position: absolute;
	top: -150px;
	width: 100%;
}

.section-1 .circle-box-wrapper {
    background: #16545f;
    top: 120px;
}

.section-2 {
    position: relative;
    background: #40b4b8;
    color: #000;
}

.section-2 .circle-box-wrapper {
    background: #40b4b8;
}

.section-3 {
    position: relative;
    background: #9aedf0;
    color: #000;
}

.section-3 .circle-box-wrapper {
    background: #9aedf0;
}

.section-4 {
    position: relative;
    background: #fff;
    color: #000;
}

.section-4 .circle-box-wrapper {
    background: #fff;
}

.circle-prenota-wrapper {
	display: flex;
	justify-content: center;
	position: absolute;
	top: -200px;
	width: 100%;
	z-index:1;
}

.circle-prenota-outside {
	position: relative;
	text-align: center;
	background: rgba(255,255,255,.5);
	width: 260px;
	height: 260px;
	border-radius: 50%;
}

.circle-prenota-inside {
	width: 220px;
	height: 220px;
	background: rgba(255,255,255,.5);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	border-radius: 50%;
	display: flex;
	align-items: center;
}

.circle-prenota-content {
	width: 100%;
}

.circle-prenota-text {
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1;
    font-size: 20px;
    color: #16545f;
}

.circle-prenota-btn {
	display: inline-block;
	background: #d2f2ff;
	padding: 5px 20px;
	border: 2px solid #529ca5;
	border-radius: 15px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	margin-top: 20px;
	color: #16545f;
}

.circle-prenota-btn:hover {
	color: #000;
	text-decoration: none;
}

.circle-box-wrapper {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
}

.circle-box-img-outside {
	width: 260px;
	height: 260px;
	background-position: center;
	background-size: cover;
	position: relative;
	/* top: 50%;
	left: 50%;
	transform: translate(-50%,-50%); */
	border-radius: 50%;
	border: 10px solid #fff;
}

.circle-box-img-inside {
	width: 120px;
	height: 120px;
	background-position: center;
	background-size: cover;
	position: absolute;
	bottom: -10px;
	left: -10px;
	border-radius: 50%;
	border: 10px solid #fff;
}

.circle-box-text {
	margin-top: 50px;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 1.1;
	padding: 5px 25px;
    color: #16545f;
}

.section-1 .circle-box-img-outside,
.section-1 .circle-box-img-inside {
    border-color: #d2f2ff;
}
.section-1 .circle-box-text {
    color: #fff;
}

.section-2 .circle-box-img-outside {
    border-color: #fff;
}
.section-2 .circle-box-img-inside {
    border-color: #d2f2ff;
}

.section-3 .circle-box-img-outside {
    border-color: #16545f;
}
.section-3 .circle-box-img-inside {
    border-color: #d2f2ff;
}

.section-4 .circle-box-img-outside {
    border-color: #40b4b8;
}
.section-4 .circle-box-img-inside {
    border-color: #d2f2ff;
}

.section-5 {
    background-position: center;
    background-size: cover;
	position: relative;
}

.section-5-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.3);
}

.form-wrapper {
	max-width: 260px;
	margin: 0px auto;
	padding-bottom: 80px;
	position:relative;
	z-index:1;
}

.form-wrapper h2 {
	text-align: center;
	text-transform: uppercase;
	font-weight: 700 !important;
    font-size: 26px;
    margin-bottom: 15px;
	color: #fff;
}

.form-wrapper textarea {
    margin-bottom:15px;
}

.form-wrapper .form-group {
	font-size: 14px;
	line-height: 1;
	margin-bottom:0;
}

.form-wrapper .wpcf7-form-control.wpcf7-acceptance {
	border: none !important;
	color: #fff;
}

.form-wrapper .wpcf7-form-control.wpcf7-acceptance label {
	font-size: 14px;
	font-weight: 300;
}

.form-wrapper .wpcf7-form-control.wpcf7-acceptance label a {
	font-size: 14px;
	font-weight: 300;
	color: #fff;
}

.form-wrapper input[type="submit"] {
	display: inline-block;
	background: #40b4b8;
	border: none !important;
	width: auto !important;
	padding: 10px 30px !important;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	border-radius: 15px;
	float: right;
}

.form-wrapper .wpcf7-not-valid-tip {
	background: #fff;
	display: inline-block;
	padding: 2px 10px;
	border-radius: 15px;
}

.form-wrapper .wpcf7-form .wpcf7-response-output {
	background: #fff;
	margin-top: 30px !important;
	border-radius: 15px;
}

.form-wrapper span.wpcf7-list-item {
	margin: 0;
}

.form-wrapper .wpcf7-form-control.wpcf7-acceptance {
	padding: 0 !important;
}

.section-6 {
	color: #000;
	text-align: center;
	padding: 30px 15px;
}

.section-6 a {
    color: #000;
}

.section-6 .section-title {
    font-size: 20px;
}

.text-separator {
	border-bottom: medium double #000;
	width: 40px;
	margin: 20px auto;
}

.section-6 p {
    margin-bottom: 20px;
}

.social-item {
	display: inline-block;
	margin: 10px;
}

@media(min-width:370px) {

header {
	background-position: center;
}

.title-text {
	font-size: 24px;
}

.subtitle-text {
	font-size: 16px;
}

.section-1 {
	padding-bottom: 175px;
}

.section-1 .circle-box-wrapper {
    top: 180px;
}

.circle-prenota-outside {
	width: 330px;
	height: 330px;
}

.circle-prenota-inside {
	width: 260px;
    height: 260px;
}

.circle-prenota-text {
    font-size: 22px;
}

.circle-prenota-btn {
	padding: 10px 20px;	
	font-size: 16px;
}

.circle-box-img-outside {
	width: 330px;
    height: 330px;
}

.circle-box-img-inside {
	width: 140px;
	height: 140px;
}

.circle-box-text {
    font-size: 15px;
}

.form-wrapper {
	max-width: 300px;
}

.form-wrapper h2 {
	font-size: 30px;
}

}

@media(min-width:768px){

.title-text {
	font-size: 30px;
}

.subtitle-text {
	font-size: 20px;
}

.circle-box-text {
	max-width: 650px;
}

.form-wrapper {
	max-width: 450px;
}

.circle-prenota-wrapper {
	top: -240px;
}

.circle-prenota-outside {
	width: 380px;
	height: 380px;
}

.circle-prenota-inside {
	width: 290px;
	height: 290px;
}

.circle-prenota-text {
	font-size: 26px;
}

.circle-box-img-outside {
	width: 380px;
	height: 380px;
}

.circle-box-text {
	font-size: 17px;
}

.form-wrapper {
	max-width: 600px;
}

}

@media(min-width: 1199px) {

.title-text {
	font-size: 45px;
}

.subtitle-text {
	font-size: 32px;
}

.circle-prenota-wrapper {
	top: -340px;
}

.circle-prenota-outside {
	width: 550px;
	height: 550px;
}

.circle-prenota-inside {
	width: 460px;
	height: 460px;
}

.circle-prenota-text {
	font-size: 40px;
}

.circle-prenota-btn {
	padding: 10px 26px;
	font-size: 20px;
	margin-top: 40px;
}

.section-1 {
	padding-bottom: 280px;
}

.section-1 .circle-box-wrapper {
	top: 260px;
}

.circle-box-wrapper {
	padding-bottom: 50px;
	padding-top: 50px;
}

.circle-box-img-outside {
	width: 550px;
    height: 550px;
    border-width: 20px;
}

.circle-box-img-inside {
	width: 230px;
    height: 230px;
    border-width: 20px;
}

.circle-box-text {
	font-size: 20px;
}

.form-wrapper {
	max-width: 750px;
}

.form-wrapper h2 {
	font-size: 45px;
}

}