/*
================================
Import CSS and Google Fonts
colore primario #DB001B
================================
*/

@import url(../css/font-awesome.min.css);
@import url(../css/owl.carousel.min.css);
@import url(../css/owl.theme.default.min.css);
/*
================================
Global Styles
================================
*/

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
}
html {
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
html a {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    font-family: "Noto Sans", serif;
    color: #2a2a2a;
    overflow: hidden;
    line-height: 22px;
    overflow-x: hidden;
    background-color: transparent;
}
p {
    color: #2a2a2a;
}
.tal {
    text-align: left;
}
.tar {
    text-align: right;
}
.tac {
    text-align: center;
}
.ttu {
    text-transform: uppercase;
}
.ttl {
    text-transform: lowercase;
}
.ttn {
    text-transform: normal;
}
a {
    text-decoration: none !important;
    cursor: pointer;
}
a:link,
a:visited {
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
}
:active,
:hover,
:focus,
:visited {
    text-decoration: none;
    outline: none !important;
}
input,
button,
select,
textarea {
    font-family: "Noto Sans", serif;
}
.page-wrapper {
    width: 100%;
    height: auto;
    position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    color: #000;
}
.sep {
    position: relative;
    left: 0;
    right: 0;
    width: 30px;
    height: 1.5px;
    background: #353535;
    display: block;
    margin: 20px auto;
    text-align: center;
}
.sep:before {
    content: '';
    position: absolute;
    left: -10px;
    right: 0;
    bottom: 0;
    background: #353535;
    width: 50px;
    height: 1.5px;
    margin: 5px 0;
}
.sep:after {
    content: '';
    position: absolute;
    left: -10px;
    right: 0;
    top: 0;
    background: #353535;
    width: 50px;
    height: 1.5px;
    margin: 5px 0;
}
.sep-white {
    background: #fff;
}
.sep-white:before {
    background: #fff;
}
.sep-white:after {
    background: #fff;
}
.gap-small {
    width: 100%;
    height: 20px;
    clear: both;
}
img {
    border: 0;
    outline: none;
}
.img-fullwidth {
    width: 100%;
}
.img-responsive {
    display: block;
    width: 100%;
    height: auto;
}
.bg-white {
    background: #fff !important;
}
.bg-white-dark {
    background: #f1f1f1 !important;
}
.heading-normal {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    overflow: hidden;
}
.heading-normal h2 {
    color: #cc0417;
    padding-bottom: 10px;
    font-size: 28px;
    font-weight: 600;
}
.heading-normal p {
    color: #2a2a2a;
    font-size: 14px;
    font-weight: 300;
}
/*
================================
Preloader
================================
*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999999;
}
#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: url(../images/preloaders/preloader_new.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
/*
================================
Header
================================
*/

header {
    width: 100%;
    background: #FFF;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 99999;
}
header .logo {
    float: left;
    -webkit-transition: background .2s;
    transition: background .2s;
}
header .logo img {
    max-height: 95px;
    margin: 8px 0 6px;
}
header .nav-wrapper {
    float: right;
}
header .nav-wrapper ul {
    float: right;
}

/*
================================
Slicknav and Responsive
================================
*/

@media screen and (max-width: 991px) {
    #menu {
        display: none;
    }
    .slicknav_menu {
        display: block;
    }
    header.sticky {
        display: none;
    }
    .slide-carousel .item .text {
        padding-top: 25% !important;
    }
    .featured-box .item {
        margin-bottom: 25px;
    }
	.form_registrazione .item{
		margin-bottom: 25px;
	}
    .footer-bottom .footer-menu {
        float: none !important;
    }
    .footer-bottom .footer-menu ul {
        float: none !important;
        text-align: center;
    }
    .footer-bottom .footer-menu ul li {
        float: none !important;
        display: inline-block;
        list-style-type: none;
    }
    .featured-box .text {
        margin-bottom: 30px;
    }
	.form_registrazione .text{
		margin-bottom: 30px;
	}
	.footer-main .footer-left{
		text-align:center;
	}
	.footer-main .footer-right{
		text-align:center;
	}
	body{
        font-size: 20px;
    }
}
@media screen and (min-width: 992px) {
    .slicknav_menu {
        display: none;
    }
    #menu {
        display: block;
    }
	body{
        font-size: 22px;
    }
}
.slicknav_menu .slicknav_menutxt {
    text-indent: -9999px;
}
.slicknav_menu .slicknav_icon {
    margin-left: 0;
}
@media screen and (max-width: 599px) {
    .top-bar {
        text-align: center;
    }
    .top-bar .top-contact {
        float: none;
        width: 100%;
        display: inline-block;
    }
    .top-bar .top-contact .list {
        width: 100%;
        float: none;
    }
    .top-bar .top-social {
        float: none;
        width: 100%;
        display: inline-block;
    }
    .top-bar .top-social ul {
        float: none;
        width: 100%;
        text-align: center;
    }
    .top-bar .top-social ul li {
        float: none;
        display: inline-block;
        margin-left: 0;
        margin-right: 0;
    }
	.footer-main .footer-left{
		text-align:center;
	}
	.footer-main .footer-right{
		text-align:center;
	}
	.img_header h1{
		font-size: 10px;
	}
	body{
        font-size: 18px;
    }
}

/*
================================
img_header
================================
*/

.img_header {
    background: #2baad4;
    overflow: hidden;
	text-align:justify;
}
.img_header img {
    width:50%;
	margin: 0;
	padding:0;
	display:inline;
}
.img_header h3 {
    font-family: "Noto Sans", serif;
    color: #FFF;
    font-size: 25px;
    font-weight: 800;
    margin-bottom: 30px;
	text-align: center;
	text-transform:uppercase;
}
.div-fianco-img{
	float:left;
	display:inline;
	width:50%;
	text-align:left;
}
.div-fianco-img .spazio-alto{
	overflow:hidden;
	height: 2.7em;
}

.img_header h1{
	font-family: "Noto Sans", serif;
    color: #FFF;
    font-size: 1em;
    font-weight: 800;
    margin-bottom: 0.6em;
	text-transform:uppercase;
}
.img_header p {
    font-family: "Noto Sans", serif;
    color: #FFF;
    font-weight: 300;
    font-size: 0.8em;
	text-align: left;
	line-height: 1.2em;
	padding-right:10px;
}
.img_header .guarda_video{
	font-family: "Noto Sans", serif;
    color: #FFF;
    font-size: 0.4em;
    font-weight: 800;
	text-transform:uppercase;
	margin-top:3.0em;
}
.img_header a{
	color: #FFF;
	text-transform:uppercase;
}
.img_header li {
	font-family: "Noto Sans", serif;
    color: #FFF;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 4px;
    font-size: 14px;
	text-align: justify;
}
.img_header a:hover{
    color: #FFF;
}


/*
================================
Parallex
================================
*/

.parallex {
    background-image: url(../images/openning-hours/1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    position: relative;
}
.parallex .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2a2a2a;
    opacity: 0.7;
}
.parallex h2 {
    font-family: "Noto Sans", serif;
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
}
.parallex h3 {
    font-family: "Noto Sans", serif;
    display: inline-block;
    font-size: 20px;
    border-top: 1px dotted #f2f3f3;
    border-bottom: 1px dotted #f2f3f3;
    color: #f2f3f3;
    text-align: center;
    margin-bottom: 20px;
    padding: 5px 0 10px;
}
.parallex p {
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 16px;
}
.parallex p.button {
    margin-top: 40px;
}
.parallex p.button a {
    font-family: "Noto Sans", serif;
    text-transform: uppercase;
    background: transparent;
    border: 2px solid #fff;
    padding: 10px 20px;
    color: #fff;
    font-size: 20px;
}
.parallex p.button a:hover {
    background: #fff;
    color: #2a2a2a;
}

/*
================================
Scroll to Top
================================
*/

.scrollup {
    position: fixed;
    z-index: 99999;
    bottom: 20px;
    right: 20px;
    display: none;
}
.scrollup i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #000;
    color: #f2f3f3;
    text-align: center;
    font-size: 26px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.scrollup i:hover {
    opacity: 1;
    filter: alpha(opacity=1);
}

.btn{
	margin-top:25px;
	color: #fff;
    background: #DB001B;
    border:0px;
}
.btn-primary.focus, .btn-primary:focus {
    color: #fff;
	background: #CCC;
}
.btn.focus, .btn:focus, .btn:hover {
    color: #fff;
	background: #CCC;
}

/*
================================
Featured Box
================================
*/

.featured-box {
    background: #f7f7f7;
    padding-top: 50px;
    padding-bottom: 50px;
}

.featured-box img{
	width:100%;
}
.featured-box .icon {
    color: #2a2a2a;
    display: block;
    text-align: center;
    margin-bottom: 20px;
}
.featured-box .icon i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    background: #cc0417;
    color: #fff;
    font-size: 24px;
}
.featured-box .text {
    color: #000;
}
.featured-box .text h3 {
    font-family: "Noto Sans", serif;
    color: #000;
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 30px;
	text-align: center;
	text-transform:uppercase;
}
.featured-box .text p {
    font-family: "Noto Sans", serif;
    color: #000;
    font-size: 14px;
    font-weight: 300;
	text-align: justify;
	line-height: 28px;
}
.featured-box .text p:last-child {
    margin-bottom: 0;
}
.featured-box a{
	font-family: "Noto Sans", serif;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
	text-align: left;
	text-transform:uppercase;
}
.featured-box a:hover{
    color: #000;
}
.featured-box .link-rosso{
	color: #fff;
	background:#DB001B;
	padding: 15px 30px;
}
.featured-box .link-rosso:hover{
	color: #fff;
}
/*
================================
Form registrazione
================================
*/

.form_registrazione {
    background: #f7931e;
    padding-top: 50px;
    padding-bottom: 50px;
}

.form_registrazione img{
	width:100%;
}
.form_registrazione .icon {
    color: #FFF;
    display: block;
    text-align: center;
    margin-bottom: 20px;
}
.form_registrazione .icon i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    background: #cc0417;
    color: #fff;
    font-size: 24px;
}
.form_registrazione .text {
    color: #FFF;
}
.form_registrazione .text h3 {
    font-family: "Noto Sans", serif;
    color: #FFF;
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 30px;
	text-align: center;
	text-transform:uppercase;
}
.form_registrazione .text p {
    font-family: "Noto Sans", serif;
    color: #FFF;
    font-size: 14px;
    font-weight: 300;
	text-align: justify;
	line-height: 28px;
}
.form_registrazione .text p:last-child {
    margin-bottom: 0;
}
.form_registrazione a{
	font-family: "Noto Sans", serif;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
	text-align: left;
	text-transform:uppercase;
}
.form_registrazione a:hover{
    color: #000;
}
.form_registrazione .text p {
    color: #FFF;
    font-weight: 400;
}
.form_registrazione .text ul li {
    list-style-type: none;
    color: #FFF;
    font-weight: 400;
}
.cform-1 .btn-success {
    background: #FFF;
    border-width: 0px;
    /*border-color: #CCC;*/
    color: #2baad4;
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 4;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
	text-transform:uppercase;
	font-weight:bold;
}
.cform-1 .btn-success:hover {
    background: #ededed;
	/*color:#ff9a34;*/
	border:0px;
}
.cform-1 .btn-success:click {
    background: #ededed;
	color:#ff9a34;
	border:0px;
}
.cform-1 .form-control {
	margin-top:25px;
    border-radius: 4;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    box-shadow: none;
	border:0px;
	color:#000;
}
.form_registrazione .cform-1 input[type="text"],
.form_registrazione .cform-1 input[type="email"],
.form_registrazione .cform-1 textarea {
    background-color:#FFF;
	border-radius: 4;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    /*border: 2px solid #dedede;*/
    color: #000;
	border:0px;
}
.form_registrazione .cform-1 input[type="text"]:focus,
.form_registrazione .cform-1 input[type="email"]:focus,
.form_registrazione .cform-1 textarea:focus {
    border-color: #000;
	background-color:#FFF;
}
.form_registrazione .cform-1 input[type="text"],
.form_registrazione .cform-1 input[type="email"] {
    height: 40px;
	background-color:#FFF;
}
.form_registrazione .cform-1 .datepicker {
    padding-left: 12px;
    padding-right: 12px;
	background-color:#FFF;
}
.form_registrazione .cform-1 ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1; /* Firefox */
}

.form_registrazione .cform-1 :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
}

.form_registrazione .cform-1 ::-ms-input-placeholder { /* Microsoft Edge */
  color: #000;
}
.form-group{
	margin-top:0;
	margin-bottom:15px;
}
/*
================================
Footer - Main
================================
*/

.footer-main {
    width: 100%;
    height: auto;
    padding: 50px 0;
    background: #FFF;
	color: #000;
}
.footer-main .footer-col p {
	font-family: "Noto Sans", serif;
    color: #000;
    font-size: 14px;
    line-height: 24px;
}
.footer-main .footer-col a {
    color: #FFF;
}

.footer-main .footer-col a:hover {
    color: #FFF;
}
.footer-left{
	text-align:left;
}
.footer-center{
	text-align:center;
}

.footer-right{
	text-align:right;
}

/*
================================
Google Map
================================
*/

.google-map iframe {
    width: 100%;
    height: 400px;
}

.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.text-primary{
	color:#000;
}

.inputWI input[type=text]{
	padding-left:40px;
	padding-right:40px;
}

.inputWI input[type=password]{
	padding-left:40px;
	padding-right:40px;
}
.inputWI{
	position:relative;
}
.inputWI i{
	position:absolute;
	left:0;
	top:-2px;
	padding:9px 8px;
	color: #000;
	opacity: 0.5;
}

.inputWI span{
	position:absolute;
	right:0;
	top:-2px;
	padding:9px 8px;
	color: #000;
	opacity: 0.5;
}

/* STYLE CUSTOM */

:root {
    --primary-color: #fc0000;
    --primary-dark-color: #D60000;
    --secondary-color: #28995C;
    --secondary-dark-color: #207b4a;
    --info-color: #00aeef;
    --info-dark-color: #009bd6;
    --remove-color: #74788D;
    --text-color: #495057;
    --dark-color: #323232;
    --light-color: #f4f5f8;
}

*{
    box-sizing: border-box;
    font-family: "Be Vietnam Pro", serif;
    color: var(--text-color);
}

.subheader{
    padding: 22px 0;
    background-color: var(--dark-color);
}

.subheader h3{
    color: #FFF;
    font-size: 18px;
    margin: 0;
    font-weight: normal;
}

.main-index{
    padding: 40px 0;
    min-height: calc(100svh - 282px);
}

.box-index{
    box-shadow: 0 .25rem .75rem rgba(18,38,63,.08);
    word-wrap: break-word;
    background-clip: border-box;
    background-color: #fff;
    border: 1px solid hsla(0,0%,44%,.125);
    border-radius: .25rem;
    min-width: 0;
    position: relative;
    padding: 20px;
}

.box-index h2{
    color: var(--primary-color);
    font-size: 22px;
    margin: 0;
    margin-bottom: 12px;
    font-weight: 700;
}

.box-index p{
    font-size: 14px;
    margin: 0;
    margin-bottom: 24px;
}

.custom-form{
    margin-bottom: 24px;
}

#form_reg .custom-form input{
    border: 1px solid var(--light-color);
    padding: 10px 40px 10px 40px;
    width: 100%;
    background: var(--light-color);
    border-radius: 8px;
    font-size: 14px;
    outline: none;
    margin-top: 0px;
}

#form_reg .custom-form input:active,#form_reg .custom-form input:focus-visible,#form_reg .custom-form input:focus, .input-active,
#form_reg .custom-form textarea:active,#form_reg .custom-form textarea:focus-visible,#form_reg .custom-form textarea:focus
{
    border-color: var(--info-color) !important;
}

.custom-form .icon{
    position: absolute;
    left: 0px;
    top: -3px;
    pointer-events: none;
}

.custom-form label{
    font-size: 12px;
    line-height: 12px;
    display: block;
    margin-bottom: 4px;
}

#form_reg .btn-invio, .box-index.cform-1 .btn-invio{
    background-color: var(--primary-color);
    width: 100%;
    color: #FFF;
    font-size: 14px;
}

.footer-main{
    background-color: var(--dark-color);
}
