html {
  scroll-behavior: smooth;
}

body {
	font: 16px 'Roboto', sans-serif;
	font-weight: 300;
	line-height: 22px;
}
a:hover {color: #000;}

.fucsia:hover {color: #333; letter-spacing: 2px;}

.header-section ul li a {
	font: 14px 'Roboto', sans-serif;
	font-weight: normal;
	line-height: 20px;
}

.btn-primary {
    color: #fff;
    background-color: #E5004F ;
    border-color: #000;
	padding: 5px 26px;
}

.title {
	text-transform: uppercase;
}

.numeri {
	background-color: #e5004f;
    border-radius: 25px;
    color: #fff;
    width: 25px;
    display: block;
    float: left;
    margin-right: 15px;
    text-align: center;
}


.ce-title-top-text {
    color: #ff618c;/*#e5004f;*/
}


/* testi sopra foto mission */
.text-box-mission {
	position: absolute;
    width: 50%;
    float: left;
	bottom:205px;
	right:40px;
	z-index:2;
    background-color: rgba(51, 51, 51, 0.80);
	color: #fff;
}
.title-box-mission {
	position: absolute;
    /*width: 50%;*/
    float: left;
	bottom: 55px;
	left: 25px;
	z-index:2;
    /*background-color: rgba(51, 51, 51, 0.80);*/
	color: #fff;
}
.mission-dx { height: 710px; overflow: hidden;}


.slider-btn-12 .owl-carousel .owl-item img{
	box-shadow: 8px 8px 5px rgb(2 2 2 / 13%);
	-webkit-box-shadow: 8px 8px 5px rgb(2 2 2 / 13%);
	}


.slogan {
    color: #fff;
    /*font-family: "Open Sans";*/
    font-size: 50px;
    letter-spacing: -2px;
    line-height: 58px;
	text-transform: capitalize;
	/*font-weight:200;*/
    /*text-transform: uppercase;*/
}

table {
	font: 14px 'Roboto', sans-serif;
	font-weight: 300;
}


caption {
	color: #E5004f;
    font-size: 20px;
    margin-top: 20px;
    padding: 20px;
	text-transform: uppercase;
}

/* x form */
.form-body { font-size: 14px;}   
label {
	font-weight: normal;
	font-size: 16px;
	margin-top: 10px;
}
.form-group label{
	font-weight: normal;
}
.form-control {
	height: 30px;
	float: right;
    width: 80%;
	border-radius: 0;
}
input {color: #101010;}

.btn.btn-medium {
    font-size: 14px;
}

.pulsante {
    padding: 8px 20px;
    background: #e5004f;
    color: #fff;
    border: none;
    font-size: 14px;
    line-height: 1.33;
    border-radius: 5px;
    font-weight: normal;
    text-transform: uppercase;
    display: inline-block;
}
.pulsante:hover {
    color: #e5004f;
    background-color: #fff;
	letter-spacing: 2px;
}

.risultati {
    text-align: center;
    font-size: 28px;
    text-transform: uppercase;
    margin-top: 40px;
    line-height: 36px;
}

.form-contatti  {color: #333;}
.form-contatti label {display: none;}
.form-contatti .success, .form-contatti .error{
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	background: #ed2e62;
	width: 100%;
	text-align: center;
	    display: none;
	padding: 10px 0px;
	border-radius: 3px;
	margin-bottom: 18px;
}
.form-contatti .error{
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	background: #ed2e62;
	width: 100%;
	text-align: center;
	    display: none;
	padding: 10px 0px;
	border-radius: 3px;
	margin-bottom: 18px;
}
.form-contatti  .form-group {
    margin-bottom: 0;
}
.consenso {
    float: none;
    width: 100%;
    height: 35px;
    margin-top: 0;
}

/* mappa */
#map_extended_full iframe { width: 100%;}

/* per elenchi */
.elenco {
	list-style-type: circle;
}
.elenco li strong{
	font-size: 18px;
	font-weight: 500;
}
.elenco li {
	margin-bottom: 15px;
}

.img-contatti {
	padding: 10% 0;
}


/* x accordion */
.smk_accordion .accordion_in.style5.acc_active > .acc_head {
    background: #e5004f;
    color: #ffffff;
    border: 1px solid #fff;
}
.smk_accordion .accordion_in .acc_content {
    background: #F9F9F9;
    color: #333333;
    padding: 3px 10px;
}
.smk_accordion .accordion_in.style5 .acc_head {
    border: 1px solid #e4e4e4;
    margin-bottom: 15px;
    color: #fff;
	background-color: #404040;
    text-transform: uppercase;
	font-weight: 400;
}
.smk_accordion .accordion_in.style5 .acc_head .acc_icon_expand {
    background: url(../js/accordion/css/plusminus3.png) center -31px;
}


/* footer */
.footer {
	font: 14px 'Roboto', sans-serif;
	font-weight: 300;
}
.footer h5 {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 5px;
	font-style: normal;
	text-transform: uppercase;
    /*color: #8d8d8d;*/
}
.footer-logo img{
	/*width: 60%;*/
	margin-top: 10px;
}


@media screen and (max-width: 1024px) {
	.slider-btn-12 .owl-theme .owl-controls .owl-buttons .owl-next {
		left: auto;
	}
}

@media screen and (max-width: 767px) {
	.ce-feature-box-56 .text-box {
	padding: 40px;
	width: 100%;
	}
	.ce-feature-box-3 {
    width: 90%;
	float: none;
	}
}