.main-header .header-lower {
/*
    padding-top: 10px;
*/
	background-color: rgba(0, 0, 0, 0.5)
}

.news-block_two-content {
    left: 23px;
    bottom: 20px;
	text-shadow: 0 0 3px rgba(0,0,0,0.5);
}

h1, h2, h3, h4, h5, h6 {
    font-family: Roboto, sans-serif, "Playfair Display", serif;
	letter-spacing:-1px;
}

.about-one ul, .about-one li {
	list-style:initial;
	text-indent:initial;
}
.about-one li {
	margin-left:15px;
}
.about-one_list ul, .about-one_list li {
	list-style-type:none;
}

.default-form .form-group input[type="text"]::placeholder, .default-form .form-group input[type="number"]::placeholder, .default-form .form-group textarea::placeholder {
	color:#bbb;
}
.sec-title_title {
    position: relative;
    font-size: 20px;
    line-height: 24px;
    font-weight: 900;
    letter-spacing: 1px;
    color: var(--color-two);
    text-transform: uppercase;
}
.coprente {
/*
	background: rgb(1,46,70);
	background: -moz-linear-gradient(180deg, rgba(1,46,70,1) 0%, rgba(1,46,70,0.14889705882352944) 28%, rgba(1,46,70,0.14609593837535018) 80%, rgba(1,46,70,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(1,46,70,1) 0%, rgba(1,46,70,0.14889705882352944) 28%, rgba(1,46,70,0.14609593837535018) 80%, rgba(1,46,70,1) 100%);
	background: linear-gradient(180deg, rgba(1,46,70,1) 0%, rgba(1,46,70,0.14889705882352944) 28%, rgba(1,46,70,0.14609593837535018) 80%, rgba(1,46,70,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#012e46",endColorstr="#012e46",GradientType=1);

	background: rgb(1,46,70);
	background: -moz-linear-gradient(180deg, rgba(1,46,70,1) 0%, rgba(1,46,70,0.14889705882352944) 28%, rgba(1,46,70,0.07046568627450978) 37%, rgba(1,46,70,0.14609593837535018) 80%, rgba(1,46,70,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(1,46,70,1) 0%, rgba(1,46,70,0.14889705882352944) 28%, rgba(1,46,70,0.07046568627450978) 37%, rgba(1,46,70,0.14609593837535018) 80%, rgba(1,46,70,1) 100%);
	background: linear-gradient(180deg, rgba(1,46,70,1) 0%, rgba(1,46,70,0.14889705882352944) 28%, rgba(1,46,70,0.07046568627450978) 37%, rgba(1,46,70,0.14609593837535018) 80%, rgba(1,46,70,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#012e46",endColorstr="#012e46",GradientType=1);
*/

	background: rgb(16,29,48);
	background: -moz-linear-gradient(180deg, rgba(16,29,48,0.5791491596638656) 0%, rgba(30,29,50,0) 42%);
	background: -webkit-linear-gradient(180deg, rgba(16,29,48,0.5791491596638656) 0%, rgba(30,29,50,0) 42%);
	background: linear-gradient(180deg, rgba(16,29,48,0.5791491596638656) 0%, rgba(30,29,50,0) 42%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#101d30",endColorstr="#1e1d32",GradientType=1);

	position:absolute; 
	z-index:0;
	top:0; 
	left:0; 
	width:100vw; 
	height:100vh;
}
.slider-one_heading, .sec-title_heading {
    text-transform: initial;
}

.about-one_color-one {
    left: -30px;
    top: 60px;
    right: 48px;
    bottom: -30px;
    z-index: -1;
    border-radius: 24px
}
.about-one_color-two {
    left: -15px;
    top: 24px;
    right: 24px;
    bottom: -14px;
    z-index: -1;
    border-radius: 24px;
}
.presentazione p {
	line-height: 1.4em;
    font-size: 18px;
}
.presentazione strong {
	color:#171;
}
.main-header .header-lower .main-menu .navigation {
	font-family: Roboto, sans-serif;
	letter-spacing:-1px;
}

.main-header .main-menu .navigation > li > a {
	font-size:20px;
    font-weight: 400;
	letter-spacing:-1px;
}

.main-header .main-menu.menu_int .navigation > li > a {
	font-size:18px;
}

.main-header .main-menu .navigation > li {
	margin-right: 20px;
}

.main-header .main-menu.menu_int .navigation > li {
    margin-right: 15px;
}

.main-header .main-menu .navigation > li.dropdown:hover > ul {
    z-index: 1;
}
.main-header .main-menu .navigation > li.dropdown > a:before {
    right: 2px;
	font-size: 10px;
}
.footer-two_gallery .instagram_icon {
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    font-size: 34px;
    line-height: 80px;
    text-align: center;
    border-radius: 50px;
    color: var(--white-color);
    background-color: var(--main-color);
}
.fondo_onde {
    content: '';
    position: absolute;
    bottom: -60px;
    height: 150px;
    background: url(../images/wave-yellow1.svg) bottom center no-repeat;
    left: -50px;
    background-size: 100% 150px;
    right: -50px;
    -webkit-animation: wave 3s .1s infinite linear;
    animation: wave 3s .1s infinite linear;
    display: block;
    opacity: .5;
	overflow: hidden;
	z-index:4;
}
.fondo_onde2 {
    content: '';
    position: absolute;
    bottom: -60px;
    height: 150px;
    background: url(../images/wave-yellow2.svg) bottom center no-repeat;
    left: -20px;
    background-size: 100% 150px;
    right: -50px;
    -webkit-animation: wave 3.5s .2s infinite linear;
    animation: wave 5s .2s infinite linear;
    display: block;
    opacity: .75;
	overflow: hidden;
	z-index:5;
}
.fondo_onde3 {
    content: '';
    position: absolute;
    bottom: -60px;
    height: 150px;
    background: url(../images/wave-yellow3.svg) bottom center no-repeat;
    left: -20px;
    background-size: 100% 150px;
    right: -50px;
    -webkit-animation: wave 4s .15s infinite linear;
    animation: wave 4s .3s infinite linear;
    display: block;
    opacity: .95;
	overflow: hidden;
	z-index:6;
}

.verde {
 color:var(--color-two) !important;
}

.arancio {
 color:var(--main-color) !important;
}

.azzurro {
 color:var(--color-seven) !important;
}
.bluscuro {
 color:var(--color-four) !important;
}
.ombra00black {
	text-shadow:0 0 0.5px black;
}
.ombrato {
	text-shadow:0 0 3px black;
}

.ombratoleggero {
	box-shadow:0 0 10px rgba(0,0,0,0.3);
}

.testocentrato {
	text-align:center;
}
.white_text {
	color:#fff;
}
.main-header .main-menu .navigation > li.current > a:link, .main-header .main-menu .navigation > li.current > a:visited {
	color:#fff;
}

.program-block_three-number {
	float:right;
}
.program-block_three-text {
	max-width:initial;
	min-height:60px;
}
.testimonial-block_two-text {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}
.slider-two_heading {
    margin-top: 0px;
    margin-bottom: 4px;
}
h1.slider-two_heading {
    font-size: 65px;
}

.testimonial-block_two-inner {
	min-height:365px;
}

.slider-two .slider-two_button {
    margin-top: 15px;
    margin-bottom: 50px;
}
@-webkit-keyframes wave {
  0% {
    -webkit-transform: rotateZ(0) translate3d(0, 10%, 0) rotateZ(0);
    transform: rotateZ(0) translate3d(0, 10%, 0) rotateZ(0)
  }
  100% {
    -webkit-transform: rotateZ(360deg) translate3d(0, 10%, 0) rotateZ(-360deg);
    transform: rotateZ(360deg) translate3d(0, 10%, 0) rotateZ(-360deg)
  }
}

@keyframes wave {
  0% {
    -webkit-transform: rotateZ(0) translate3d(0, 10%, 0) rotateZ(0);
    transform: rotateZ(0) translate3d(0, 10%, 0) rotateZ(0)
  }
  100% {
    -webkit-transform: rotateZ(360deg) translate3d(0, 10%, 0) rotateZ(-360deg);
    transform: rotateZ(360deg) translate3d(0, 10%, 0) rotateZ(-360deg);
  }
}

.main-header .header-lower .logo-box .logo {
    margin-top: -20px;
}
#onde {
	margin-top:-30px;
}
.about-one_experiance {
	right: -75px;
}
@media only screen and (max-width: 1370px){
	.main-header .header-lower .logo-box {
		margin-right: 40px;
	}
	.main-header .main-menu .navigation > li {
        margin-right: 13px;
    }
	.main-header .main-menu .navigation > li > a {
		font-size: 23px;
	}
	.header-lower .logo-box .logo img {
		max-height:80px;
	}
	.main-header .header-lower .logo-box .logo {
		padding: 30px 0px;
	}
}
@media only screen and (max-width: 1600px){
	.main-header .main-menu .navigation > li {
        margin-right: 10px;
    }
	.main-header .main-menu .navigation > li > a {
		font-size: 20px;
	}
}
@media only screen and (max-width: 1300px){
	.main-header .header-lower .logo-box {
		margin-right: 40px;
	}
	.main-header .main-menu .navigation > li {
        margin-right: 13px;
    }
	.main-header .main-menu .navigation > li > a {
		font-size: 16px;
	}
	.header-phone_box a {
		font-size: 16px;
	}
	.btn-style-one {
		font-size: 16px;
		padding: 17px 22px;
	}
	h1 {
		line-height: 52px;
		font-size: 50px;
	}
	.slider-one_heading {
		padding:30px;
		text-shadow:0 0 9px rgba(0,0,0,1);
	}
	h1.slider-two_heading {
		font-size:44px;
	}
}
@media only screen and (max-width: 1230px){
	.main-header .main-menu .navigation > li {
        margin-right: 6px;
    }
	.main-header .main-menu .navigation > li > a {
		font-size: 16px;
	}
	.header-phone_box a {
		font-size: 14px;
	}
	.main-header .outer-box {
		gap: 11px;
	}
}
@media only screen and (max-width: 1023px){
    .main-header {
        background-color: var(--color-four);
	}
    .main-header.fixed-header .header-lower .logo-box .logo {
        padding: 5px 0px 15px 0;
    }
	.main-header .header-lower .logo-box .logo {
        padding: 5px 0px 15px 0;
		margin-top: 0;
    }
	.header-style-one {
		min-height: 77px;
	}
	.services-one {
		padding: 70px 0px 40px;
	}
	.about-one_experiance {
		right: 5px;
		top: 5px;
	}
}
@media only screen and (max-width: 479px) {
	.main-header .header-lower .logo-box .logo {
        padding: 5px 0px 15px 0;
    }
    .page-title h2 {
        text-shadow: 0 0 10px rgba(0,0,0,0.9);
    }
	h2 {
        line-height: 30px;
        font-size: 31px;
    }
	.sec-title_title {
		font-size: 15px;
		line-height: 20px;
		padding-bottom:15px;
		letter-spacing:0;		
	}
	.fondo_onde, .fondo_onde2, .fondo_onde3 {
		bottom:-80px;
	}
	.nomobile {
		display:none;
	}
}
@media only screen and (min-width: 480px) {
	.onlymobile {
		display:none;
	}
}

#dragg {
	border-radius:10px; 
	box-shadow:0 0 5px rgba(0,0,0,0.5); 
	cursor:move; 
	position:fixed; 
	top:15px; 
	left:15px; 
	padding:20px; 
	background-color:#ffd; 
	z-index:999999; 
	opacity:95%;
	max-width:90%;
}

#offerta {
	border-radius:10px; 
	box-shadow:0 0 5px rgba(0,0,0,0.5); 
	padding:10px 20px; 
	background-color:#ffd; 
	z-index:999999; 
}

#dragg > div, #offerta > div {
	position:absolute; 
	top:3px; 
	right:13px; 
	font-size:15px;
}

#dragg h3 {
	color:#f4831f; 
	text-align:center;
}
#dragg h4 {
	color:#0080b0; 
	text-align:center;
}
#dragg h5 {
	color:#09547d; 
	text-align:center;
}
#offerta h3 {
	color:#f4831f; 
}
#offerta h4 {
	color:#0080b0; 
}
#offerta h5 {
	color:#09547d; 
	font-size:1.2em;
}
#offerta p {
    font-size: 20px;
}

.whatsappbutton {
	position:fixed; 
	left:70px; 
	bottom:0px; 
	z-index:300;
	width:75px;
	height:auto;
	-webkit-transition:box-shadow .2s ease;
	transition:all .2s ease-in-out
}
.whatsappbutton:hover {
	z-index:300;
	transform:scale(1.1);
}
.telbutton {
	position:fixed; 
	left:148px; 
	bottom:1px; 
	z-index:300;
	width:65px;
	height:auto;
	-webkit-transition:box-shadow .2s ease;
	transition:all .2s ease-in-out
}
.telbutton:hover {
	z-index:300;
	transform:scale(1.1);
}


.bookbutton {
	position:fixed; 
	left:10px; 
	bottom:5px; 
	z-index:300;
	width:62px;
	height:auto;
	-webkit-transition:box-shadow .2s ease;
	transition:all .2s ease-in-out
}
.bookbutton:hover {
	z-index:300;
	transform:scale(1.1);
}

#cookiescript_badge {
	top:initial !important;
	bottom:10px;
}

.progress-wrap {
	display:none;
}
.bordato {
	border: 1px solid #e4a81b;
}
.slider-one #videocontainer {
	margin-top:0;
}
@media only screen and (min-width: 1024px){
	.slider-one .videocontainer {
		margin-top:-130px;
	}
}