/* ======================================================== */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {
    display: block
}
mark, rp, rt, ruby, summary, time {
    display: inline
}
/* Global properties ======================================================== */
html {
    min-height: 100% !important;
    width: 100%;
}
* {
    margin: 0px;
    padding: 0px;
}
body {
    min-height: 100% !important;
    position: relative;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 1.5em;
    color: #000;
    min-width: 100%;
    -webkit-text-size-adjust: none;
    margin: 0px;
    padding: 0px;
    background: #f5f6fa;
}
*, ::before, ::after {
    box-sizing: border-box;
}
footer {
    margin-top: 230px;
}
/* #Base Grid

/*####################################################################### */
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0;
    font-weight: 500;
    line-height: 1.2;
}
h1, .h1 {
    font-size: 2.5025rem;
}
h2, .h2 {
    font-size: 1.99938rem;
}
h3, .h3 {
    font-size: 1.49625rem;
}
h4, .h4 {
    font-size: 1.25125rem;
}
h5, .h5 {
    font-size: 1.12437rem;
}
h6, .h6 {
    font-size: 0.93625rem;
}
a {
    color: #000;
    outline: none;
    text-decoration: underline;
    cursor: pointer;
    font-weight: bold;
}
a:hover {
    color: #000;
    text-decoration: none;
}
a.blu {
    color: #000 !important;
    outline: none;
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
}
a.blu:hover {
    color: #FB9F39 !important;
    text-decoration: none;
}
a.white {
    color: #fff !important;
    outline: none;
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
}
a.white:hover {
    color: #000 !important;
    text-decoration: none;
}
ul {
    padding: 0px;
    margin: 0px;
    text-align: left;
}
ul li {
    margin: 0px;
    padding: 0px;
}
ul li a {
    outline: none;
    text-decoration: none;
    cursor: pointer;
    font-weight: 500;
}
ul li ul li {
    margin: 0px;
    padding: 0px 0px 0px 0px;
    text-align: left;
}
article ul {
    padding: 0px;
    margin: 0px;
    text-align: left;
}
article ul li {
    margin: 10px 20px;
    text-align: left;
    list-style: disc;
    padding: 0;
}
ul.pres, ul.ref, ul.tick, ul.list {
    list-style: none
}
ul.tick {
    padding: 0px;
    margin: 10px 0px 30px 30px;
    text-align: left;
    color: #000;
}
ul.tick li {
    margin: 5px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    list-style: none;
    text-align: left;
    font-size: 1.0em;
}
ul.tick li:before {
    font: normal normal normal 1.0em/1 FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00c";
    position: relative;
    top: 3px;
    margin: 0 5px 0 -20px;
    display: inline-block;
    color: #000;
    float: left;
}
ul.pres {
    margin: 10px 0px 10px 40px
}
ul.pres li {
    font-size: 1.0em;
    padding: 0px 0px 0px 10px;
    line-height: 1.4em;
}
ul.pres li:before {
    font: normal normal normal 0.8em/1 FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f111";
    position: relative;
    top: -1px;
    margin: 0 10px 0 -20px;
    display: inline-block;
    color: #000
}
ul.pres li ul {
    margin: 10px 0px 10px 40px
}
ul.pres li li:before {
    content: "\f101";
    top: -1px;
    margin: 0 10px 0 -20px;
    display: inline-block;
    color: #000
}
ul.ref li {
    padding: 0px 0px 0px 18px;
}
ul.ref li:before {
    font: normal normal normal 0.8em/1 FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f061";
    color: #000;
    margin: 0 6px 0 -18px;
}
ul.list li {
    line-height: 24px;
    padding: 0px 0px 0px 18px;
}
ul.list li:before {
    font: normal normal normal 0.8em/1 FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f101";
    color: #ccc;
    margin: 0 6px 0 -18px;
}
ul.star4 li {
    padding: 0px 0px 0px 18px;
}
ul.star4 li:before {
    font: normal normal normal 0.8em/1 "Material Design Icons";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\F0AE2";
    color: #000;
    margin: 0 6px 0 -18px;
}
ol {
    padding: 0;
    margin: 0 0 0 40px;
    position: relative;
}
ol li {
    padding: 0.3rem 0;
    line-height: 1.8rem;
}
ol li + ol li {
    margin-top: 0.1rem;
}
ol ::marker {
    font-weight: 600;
    color: inherit;
    font-size: inherit;
}
hr {
    margin-top: 0px;
    margin-bottom: 0px;
    border: 0;
    border-top: 1px dotted #ccc;
    clear: both;
    display: block;
	background-color: transparent;
	opacity:1;
}
hr.dashedminir {
    margin-top: 5px;
    margin-bottom: 10px;
    border: 0;
    border-top: 3px solid #b90808;
    clear: both;
    display: block;
}
hr.dashedminis {
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    border-top: 1px dashed #ccc;
    clear: both;
    display: block;
}
hr.dashed {
    margin-top: 50px;
    margin-bottom: 50px;
    border: 0;
    border-top: 1px dashed #a29d9d;
}
hr.dashedmini {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px dashed #a29d9d;
}
.divider {
    font-size: 0;
    line-height: 0;
    border: 0;
    margin-bottom: 10px;
}
.divider::after {
    content: '';
    display: inline-block;
    width: 60px;
    height: 2px;
    background-color: #000;
}
.divider-modern {
    height: 1px;
    font-size: 0;
    line-height: 0;
    background: #ebebeb;
}
.divider-modern::after {
    content: '';
    display: inline-block;
    width: 18.666666666666664%;
    height: 2px;
    background: #000;
}
.divider-modern.rvs::after {
    content: '';
    display: inline-block;
    float: right;
    width: 18.666666666666664%;
    height: 2px;
    background: #000;
}
* + .divider-modern {
    margin-top: 30px;
}
.divider-modern + p {
    margin-top: 25px;
}
@media (min-width: 992px) {
    * + .divider-modern {
        margin-top: 40px;
    }
    .divider-modern + p {
        margin-top: 35px;
    }
}
.hr1 {
    text-align: center;
    margin: 0 auto;
}
.hr1 img {
    display: inline-block;
}
/**********************************************************************/
.disabled {
    background-color: #d8d8d8 !important;
}
.handy {
    font-family: "Dancing Script", cursive;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
.addmore {
    font-size: 16px !important;
    color: #F00;
    cursor: pointer;
}
.remove {
    font-size: 16px !important;
    color: #F00;
    cursor: pointer;
}
.relative {
    position: relative;
}
.nowrap {
    white-space: nowrap;
}
.f_left {
    float: left !important;
    margin-right: 10px;
}
.f_right {
    float: right !important;
    margin-left: 10px;
}
.f_none {
    float: none;
}
.align_left {
    text-align: left
}
.align_right {
    text-align: right
}
.align_center {
    text-align: center
}
.align_justify {
    text-align: justify
}
.big18 {
    font-size: 18px;
}
.big15 {
    font-size: 15px;
}
.big {
    font-size: 1.2rem;
}
.bigger {
    font-size: 1.5rem;
}
.small {
    font-size: 0.95rem;
}
.smaller {
    font-size: 0.80rem !important;
}
.borderbot {
    border-bottom: 1px solid #F1E49E;
    padding-bottom: 15px;
}
.borderleft {
    border-left: 1px solid #ccc;
    padding-left: 15px;
    overflow: hidden;
}
.borderbox {
    border: 1px solid #ccc;
    padding: 10px;
    width: auto;
    margin: 10px auto;
    font-style: italic;
    font-size: 0.95em;
    display: inline-block;
}
.borderb {
    border: 1px solid #000;
    margin: 30px auto
}
.rel {
    position: relative;
}
.upp {
    text-transform: uppercase
}
.italic {
    font-style: italic
}
.let {
    letter-spacing: -1px
}
.xbold {
    font-weight: 800;
}
.mbold {
    font-weight: 600;
}
.ebold {
    font-weight: 400;
}
.dev_by {
    font-size: 0.90em;
    display: inline-block;
    float: right;
}
.marker {
    color: #000;
    background-color: #DDD8D9;
    padding: 3px 80px;
    margin: 0px auto;
    font-weight: 400;
    line-height: 1.6em;
}
.marker-white {
    color: #000;
    background-color: #fff;
    padding: 3px 80px;
    margin: 0px auto;
    font-weight: 400;
    line-height: 1.6em;
}
.marker-green {
    color: #fff;
    background-color: #85A717;
    padding: 3px 80px;
    margin: 0px auto;
    font-weight: 400;
    line-height: 1.6em;
}
.marker-black {
    color: #fff;
    background-color: #000;
    padding: 3px 80px;
    margin: 0px auto;
    font-weight: 400;
    line-height: 1.6em;
}
.twrapper {
    width: 100%;
}
.twrapper .marker, .twrapper .marker-white, .twrapper .marker-green, .twrapper .marker-black {
    padding: 3px;
    text-align: center;
}
@media only screen and (max-width: 639px) {
    .marker, .marker-white, .marker-green, .marker-black {
        display: block;
    }
}
.feat {
    max-height: 200px
}
.text-dark {
    color: #2e343c;
}
.weight-700 {
    font-weight: 700;
}
.pag404 {
    font-size: 160px;
    line-height: 1em;
    text-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
.error {
    font-weight: 400;
    color: #CC1417;
}
.errorMessage {
    transition: all .25s ease;
    font-weight: 800;
    color: #000;
    padding: 20px;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #f60;
    margin: 10px 0;
}
.white {
    color: #fff
}
.yellow {
    color: #fff000
}
.green {
    color: #85A717;
}
.red {
    color: #CC1417;
}
.blu {
    color: #2375C9;
}
.lightblu {
    color: #B1C1CD;
}
.imgc {
    margin: auto auto !important;
}
/*******************************************************************/
.icon-box:before, .icon-box:after {
    content: " ";
    display: table;
}
.icon-box:after {
    clear: both;
}
.icon-box {
    margin: 20px 10px;
}
.icon-box .icon-box-icon {
    background-color: transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    transition: all 0.3s ease-in-out;
    border: 1px solid #ccc;
    padding: 2% 0%;
    margin: 0 10px;
    min-width: 185px;
    max-width: 200px
}
.icon-box .icon-box-icon img {
    margin: auto auto;
}
.icon-box-hover:hover .icon-box-icon {
    border-color: #000;
}
@media only screen and (max-width: 1263px) {
    .icon-box .icon-box-icon {
        padding: 4% 0%;
    }
}
@media only screen and (max-width: 853) {
    .icon-box .icon-box-icon {
        padding: 6% 0%;
    }
}
@media only screen and (max-width: 560px) {
    .icon-box .icon-box-icon {
        padding: 8% 0%;
    }
}
@media only screen and (max-width: 442px) {
    .icon-box .icon-box-icon {
        padding: 12% 0%;
    }
}
.icon-box.square {
    margin: 2px 0px 5px 0px;
}
.icon-box.square .icon-box-icon {
    background-color: #3F98AB;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 30px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    font-size: 26px;
    line-height: 26px;
    margin-top: 3px;
    float: left;
    transition: all 0.3s ease-in-out;
    display: inline-block;
}
.icon-box.square .icon-box-icon img {
    max-width: 36px;
    max-height: 36px;
} /*********************************page_3*************************************/
.pagination {
    clear: both;
    display: block;
    padding: 10px 0px;
    margin: 0px 10px 0 10px;
    text-align: center;
    cursor: default;
}
.pagination.bup {
    border-top: 1px solid #ccc;
}
.pagination.bdown {
    border-bottom: 1px solid #ccc;
}
.pagination .page-numbers.current, .pagination .page-numbers:hover {
    background: #000;
    color: #fff !important;
}
.pagination .page-numbers.current {
    cursor: default;
}
.pagination .page-numbers {
    display: inline-block;
    text-align: center;
    color: #333;
    text-shadow: none;
    font-weight: bold;
    font-size: 1em;
    line-height: 100%;
    padding-top: 3px;
    background: transparent;
    border: 1px solid #000;
    margin: 0 1px;
    text-decoration: none !important;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
    border: 0px;
    font-weight: 600;
    background: transparent !important;
    color: #000 !important;
    text-transform: uppercase;
    font-size: 0.9em;
}
.pagination .page-numbers.prev:hover, .pagination .page-numbers.next:hover {
    text-decoration: none;
}
.pagination .page-numbers.next i.fa {
    padding-left: 8px;
}
.pagination .page-numbers.prev i.fa {
    padding-right: 8px;
}
#breadcrumbs {
    border: 0;
    margin: 0px 5px;
    text-align: center;
}
#breadcrumbs .breadcrumb {
    margin: 0px;
    background-color: transparent;
    padding: 0px;
    display: inline;
    font-size: 1.6rem
}
.breadcrumb > li {
    display: inline-block;
    list-style: none;
    margin: 0px;
}
.breadcrumb > li + li::before {
    margin: 0 2px;
    color: #ccc;
    content: "/\00a0";
}
#breadcrumbs .breadcrumb li a {
    font-weight: 700;
    text-decoration: none;
}
#breadcrumbs .breadcrumb li a:hover {
    color: #fff
}
#gmap {
    width: 100%;
    height: 215px;
    border: 1px solid #ccc;
}
.contatti div {
    margin-bottom: 5px;
}
.contatti span.light {
    color: #999;
}
.contatti i {
    color: #000;
    position: relative;
    top: -8px;
    margin-right: 10px;
}
.icons {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.icons div {
    flex: 1 1 250px;
}
.icons2 {
    display: flex;
    width: auto;
    flex-wrap: wrap;
    justify-content: center
}
.icons2 div {
    flex: 0 1 100px;
}
.hbox {
    overflow: hidden;
    position: relative;
    border-color: transparent;
    padding: 30px;
    background-color: #fff;
    border-radius: 7px;
    margin: 0 auto;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(176, 163, 119, 0.4);
    -moz-box-shadow: 0px 0px 10px 1px rgba(176, 163, 119, 0.4);
    box-shadow: 0px 0px 10px 1px rgba(176, 163, 119, 0.4);
}
.sbox {
    padding: 20px;
    margin: 15px;
    background-color: #fff;
    color: #000;
    border-radius: 7px;
    border: 1px solid transparent;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.sbox img, .hbox img {
    margin: 0 auto;
}
.icons .sbox:hover {
    background-color: #000;
}
.icons .sbox:hover img {
    filter: invert(1) sepia(0) saturate(1) hue-rotate(0deg) brightness(5)
}
.icons .sbox:hover a, .icon .sbox a:hover {
    color: #fff
}
.icons .sbox a {
    font-weight: bold;
    color: #000
}
.icons .sbox a:hover, .icon .sbox:hover a {
    color: #fff
}
@media only screen and (max-width: 1024px) {
    .sbox {
        padding: 15px;
        margin: 3px;
    }
}
@media only screen and (max-width: 768px) {
    .sbox {
        padding: 10px;
        margin: 1px;
    }
}
@media only screen and (max-width: 640px) {
    .sbox {
        padding: 10px;
        margin: 5px;
    }
}
@media only screen and (max-width: 479px) {
    .sbox {
        padding: 15px;
        margin: 15px;
    }
}
/* ======================================================== */
.calendar-box {
    display: none;
    background-color: #f7f7f7;
    border: 1px solid #ccc;
    position: absolute;
    width: 300px;
    padding: 0 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 1px 1px 3px #d7d4d4;
    z-index: 10;
    font-size: 0.9em;
}
.calendar-box select.calendar-month {
    padding: 1px;
}
.calendar-box select.calendar-year {
    padding: 1px;
}
.calendar-box .calendar-cancel {
    width: 100%;
}
.calendar-box table {}
.calendar-box table td {
    width: 14%;
    text-align: right;
    padding: 0
}
.calendar-box .calendar-title {
    text-align: center;
}
.calendar-box a {
    text-decoration: none;
}
.calendar-box .today a {
    padding: 0 5px;
    margin-left: -5px;
    background-color: #ffe9c6;
}
.calendar-box .selected a {
    padding: 0 5px;
    margin-left: -5px;
    background-color: #c9ff8b;
}
/* ======================================================== */
/*** ToTop
*/
.ui-to-top {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 100;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 36px;
    color: #fff;
    background: #000;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    transition: .45s ease-in-out;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
    border-radius: 50%;
}
.ui-to-top:hover::after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.ui-to-top:hover {
    color: #fff;
    background: #151515;
    text-decoration: none;
}
.ui-to-top:focus {
    color: #fff;
}
.ui-to-top.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
@media (min-width: 576px) {
    .ui-to-top {
        right: 10px;
        bottom: 10px;
    }
}
/* autocomplete */
#autosearch:not(.i1):not(.i2) {
    position: relative;
    display: inline-block;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.3);
    margin: 0 0 60px 200px;
}
@media screen and (min-width: 760px) and (max-width: 980px) {}
@media screen and (min-width: 480px) and (max-width: 760px) {}
@media screen and (max-width: 479px) {}
.autocomplete {
    position: relative;
    display: block;
}
#autosearch input {
    border: 1px solid transparent;
    background-color: #f1f1f1;
    padding: 10px;
    font-size: 14px;
}
#autosearch input[type=text] {
    background-color: #CDCED0;
}
#autosearch input[type=submit] {
    background-color: #ffc50a;
    color: #00c0e2;
    text-transform: uppercase;
    font-weight: bold;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#autosearch.i1 {
    display: block;
    position: relative;
    padding: 0px 0px 20px;
}
#autosearch.i1 .autocomplete {
    display: inline-block;
    margin-bottom: 0px;
    width: 100%
}
#autosearch.i1 input {
    border: 1px solid transparent;
    background-color: #CDCED0;
    padding: 10px;
    font-size: 14px;
    border-radius: 7px;
}
#autosearch.i1 input[type=text] {
    background-color: #CDCED0;
    width: 100%;
}
#autosearch.i1 input[type=submit] {
    background-color: #333;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
}
#autosearch.i1 input[type=submit]:hover {
    background-color: #ffc50a;
    color: #00c0e2;
}
#autosearch.i2 {
    display: block;
    position: relative;
    padding: 0px 0px 20px;
}
#autosearch.i2 i {
    position: absolute;
    margin: 12px;
}
#autosearch.i2 .autocomplete {
    display: inline-block;
    margin-bottom: 0px;
    width: 100%;
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
}
#autosearch.i2 input[type=text] {
    background-color: #fff;
    ;
    font-size: 14px;
    border-radius: 7px;
    padding-left: 36px;
    width: 100%
}
.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    z-index: 99;
    top: 50px;
    left: 50px;
    right: 0;
    margin: 0 auto;
    background-color: #ece8e8;
}
.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    border-bottom: 1px solid #d4d4d4;
    color: #333;
}
.autocomplete-items div:hover {
    background-color: #e9e9e9;
}
.autocomplete-active {
    background-color: ffc50a !important;
    color: #00c0e2;
}
.accordion {
    display: block;
    margin-bottom: 15px;
    padding: 0px;
}
.accordion > div {
    position: relative;
    display: block;
}
.accordion > div > div {
    display: none;
    padding: 15px 15px 0px 65px;
}
.accordion > div.active a.atrigger {
    background-color: #E2E7EC;
}
.accordion > div > a {
    padding: 0px 0px 21px 15px;
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: 0;
    color: #373b46;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
}
.accordion > div > a img {
    width: 40px;
    display: inline;
    position: relative;
    top: 12px;
    margin-right: 5px;
}
.accordion div > a:before, .accordion div > a:after {
    z-index: 4;
    font-family: 'Material Design Icons';
    font-size: 26px;
    color: #000;
    transition: .33s all ease;
    position: absolute;
    top: 0;
    right: 0;
    width: 68px;
    height: 68px;
    content: '';
    display: block;
    background: #fff;
    border-left: 1px solid #000;
    text-align: center;
    padding-top: 20px;
}
.accordion > div > a:before {
    content: '\F0415';
}
.accordion > div > a:after {
    transition: .33s all ease;
    content: '\F0374' !important;
    z-index: 5;
    display: none;
}
.accordion > div.active > a:after {
    display: block;
}
.accordion div .collapse {
    position: relative;
    z-index: 1;
    color: #151515;
    padding: 20px 15px 0px 62px;
}
.accordion div .collapse p {
    padding: 0px 0px 20px 0px;
}
@media (min-width: 768px) {
    .accordion > div > div {
        padding: 15px 65px 0px 65px !important;
    }
}
.c-ring {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.8);
    z-index: 99999;
    height: 100%;
    width: 100%;
}
.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    flex-grow: 0;
}
.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #000;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #000 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}
@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/* BOOTSTRAP */
.form-signin {
    max-width: 330px;
    padding: 1rem;
}
.form-signin .form-floating:focus-within {
    z-index: 2;
}
.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.form-check-input:checked {
    background-color: #4c9949 !important;
    border-color: #4c9949 !important;
}
.form-check-input#stato:checked, .form-check-input#send_mail:checked, .form-check-input#send_wa:checked {
    background-color: #198754 !important;
    border-color: #198754 !important;
}
.form-switch .form-check-input:focus, .form-check-input:focus {
    border-color: #198754;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(213, 213, 213, 0.8);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23d4d4d4'/%3e%3c/svg%3e");
}
.logo {
    min-height: 80px;
}
.border-top-dark {
    border-top: 1px solid #54595e !important;
}
.form-switch.form-switch-lg {
    margin-bottom: 1.5rem;
}
.form-switch.form-switch-lg .form-check-input {
    height: 1.8rem;
    width: calc(3rem + 0.75rem);
    border-radius: 4rem;
    float: none;
    margin-left: 1em;
}
.form-switch.form-switch-md .form-check-input {
    height: 1.5rem;
    width: calc(1.8rem + 0.75rem);
    border-radius: 3rem;
    float: none;
    margin-left: 1em;
}
.statusMessage {
    border: 1px dashed #000;
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
}
.text-muted {
    color: #a9b2bb !important;
}
.form-label { /*background-color: #e4e4e4;*/ padding: 2px 0px;
    display: block;
    font-weight: 500;
}
.col-form-label {
    display: inline-block;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
}
#calendar {
    width: 100% !important;
    margin: 0px auto;
}
.fc-event {
    border: 1px solid #eee !important;
}
.fc-content {
    padding: 3px !important;
}
.fc-content .fc-title {
    display: block !important;
    overflow: hidden;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
}
.fc-customButton-button {
    font-size: 13px !important;
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateY(-50%);
}
.form-group {
    margin-bottom: 1rem;
}
.form-group > label {
    margin-bottom: 10px;
}
#delete-modal .modal-footer > .btn {
    border-radius: 3px !important;
    padding: 0px 8px !important;
    font-size: 15px;
}
.fc .fc-timegrid-slot {
    height: 2.5em;
}
/*.fc-scroller {overflow-y: hidden !important;}*/
.context-menu {
    position: absolute;
    z-index: 9999;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
    padding: 5px;
}
/* .context-menu.show {display: block;} */
.context-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.context-menu ul > li {
    display: block;
    padding: 5px 15px;
    list-style-type: none;
    color: #333;
    cursor: pointer;
    margin: 0 auto;
    transition: 0.10s;
    font-size: 13px;
}
.context-menu ul > li:hover {
    color: #fff;
    background-color: #007bff;
    border-radius: 2px;
}
.fa, .fas {
    font-size: 13px;
    margin-right: 4px;
}
.ui-autocomplete {
    z-index: 9999 !important;
}
.custom-combobox {
    position: relative;
    display: inline-block;
}
.custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
}
.custom-combobox-input {
    margin: 0;
    padding: 5px 10px;
}
.ui-button-icon-only {
    height: 32px;
    padding: 0px !important;
    margin: -2px 0 0px;
}
.texture {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(30, 35, 41, 0.7);
    z-index: 1;
}
.bgcolored {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.8;
    z-index: 0;
}
.bg-green {
    background: #E1F0DF;
}
.module {
    z-index: 2;
}
.step {
    display: none;
}
.step.active {
    display: block;
}
.seldata {
    background-color: #fff;
    border-radius: 7px;
    padding: 15px;
    max-width: calc(100vw / 10 * 2.5);
}
.selpax {
    background-color: #fff;
    border-radius: 7px;
    padding: 15px;
    max-width: calc(100vw / 10 * 2.5);
}
.radio {
    width: 60px;
    height: 60px;
    position: relative;
    vertical-align: middle;
    border: 1px solid #555;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 18px;
    margin: 5px;
}
input.inputradio {
    display: none;
}
input.inputradio:checked + .radio {
    background-color: #d01d14;
    color: #fff;
    border: 1px solid red;
}
.progress {
    height: 5px;
}
div.progress-bar {
    transition: width .3s ease;
}
.progress-bar {
    background-color: #b90808;
}
div.progress-icon {
    transition: all .25s ease;
    user-select: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: white;
    color: #555;
    padding-top: 13px;
    position: absolute;
    margin-left: -25px;
}
div.progress-icon.last {
    margin-left: 120px;
}
@media screen and (min-width: 1081px) and (max-width: 1240px) {
    div.progress-icon.last {
        margin-left: 140px;
    }
}
@media screen and (min-width: 941px) and (max-width: 1080px) {
    div.progress-icon.last {
        margin-left: 110px;
    }
}
@media screen and (min-width: 521px) and (max-width: 940px) {
    div.progress-icon.last {
        margin-left: 110px;
    }
}
@media screen and (min-width: 481px) and (max-width: 520px) {
    div.progress-icon.last {
        margin-left: 80px;
    }
}
@media screen and (max-width: 480px) {
    div.progress-icon.last {
        margin-left: 70px;
    }
}
@keyframes bounce {
    0% {
        transform: scale(1);
    }
    45% {
        transform: scale(0.8);
    }
    55% {
        transform: scale(0.8);
    }
    100% {
        transform: scale(1);
    }
}
div.progress-icon.active {
    transition: all .25s ease;
    animation: bounce 0.3s 1;
    background-color: #555 !important;
    color: white !important;
    cursor: pointer;
}
.seen div.progress-icon {
    background-color: #398808 !important;
    color: white !important;
    cursor: pointer;
}
.seen div.progress-icon.active {
    background-color: #398808 !important;
    cursor: pointer;
}
div.progress-icon:hover {
    transition: all .25s ease;
    animation: bounce 0.3s 1;
    background-color: #555 !important;
    color: white !important;
}
.multi-step-form {
    border-radius: 15px;
    margin: 40px auto;
    min-width: 320px;
    width: calc(100vw / 10 * 3.5);
}
@media screen and (min-width: 841px) and (max-width: 1240px) {
    .multi-step-form {
        width: calc(100vw / 10 * 5);
    }
}
@media screen and (min-width: 641px) and (max-width: 840px) {
    .multi-step-form {
        width: calc(100vw / 10 * 6.5);
    }
}
@media screen and (max-width: 640px) {
    .multi-step-form {
        width: calc(100vw / 10 * 8);
    }
}
.form-container {
    border-radius: 15px;
    margin: auto;
    background-color: #fafafa;
    padding: 30px 20px;
}
/*.form-control {background-color: transparent;border: none;border-bottom: 2px solid #cdcdcd;border-radius: 0px;}
.form-control:focus {background-color: transparent !important;box-shadow: none !important;}*/
.floating-label-container {
    margin-top: 20px;
}
.floating-label {
    pointer-events: none;
    position: absolute;
    transform: translateX(0%);
    margin-top: 8px;
    margin-left: 8px;
    z-index: 1;
    color: gray;
    transition: all 0.15s ease-out;
}
.floating-label.active {
    margin-top: 0px;
    font-size: smaller;
    transform: translate(0%, -60%);
}
.multi-step-form .progress {
    overflow: visible;
}
.multi-step-form .progress.seen {
    transition: all 0ms ease 300ms;
    background-color: #e99e4d;
}
.multi-step-form .progress .progress-bar {
    overflow: visible;
}
.multi-step-form .form-container {
    transform: scale(1);
}
.lang-sel {
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 0;
    z-index: 99;
    margin: 5px 15px;
}
.flag-icon {
    width: 24px;
}
#sel-menu-lang {
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #fff;
    color: #000;
    list-style: none;
    margin: 5px 0;
    padding: 8px;
    border-radius: 8px;
    display: none;
}
.sel-item-lang {
    display: flex;
    align-items: center;
    padding: .3rem 1rem;
}
.sel-item-lang:hover {
    transform: scale(1.05);
    background-color: #ececec;
    border-radius: 20px;
}
.sel-item-lang img {
    margin-right: .5rem;
}
.date-time-picker {
    overflow: hidden;
}
.calendar {
    max-width: 540px;
    padding: 10px;
}
.calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.calendar-header .month-year {
    font-weight: bold;
}
.calendar-body {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 2px;
}
.day-header, .day, .empty {
    text-align: center;
    padding: 10px 0;
    background-color: #f9f9f9;
    border-radius: 4px;
}
.day {
    cursor: pointer;
}
.day.selected {
    background-color: #d01d14;
    color: #fff;
}
.time-picker {
    display: flex;
    flex-direction: column;
    padding: 10px;
    max-height: 360px;
    overflow-y: scroll;
}
.time-option {
    padding: 10px;
    margin-bottom: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
}
.time-option:hover {
    background-color: #f0f0f0;
}
.time-option.selected {
    background-color: #d01d14;
    color: #fff;
    border-color: red;
}
.form-control, .form-select, .btn {
    font-size: inherit;
}
.btn-nonconfermato {
    color: #b4303c;
    border-color: #b4303c;
}
.btn-confermato {
    color: #198754;
    border-color: #198754;
}
.btn-cancellato {
    color: #000000;
    border-color: #000000;
}
.btn-arrivato {
    color: #23aaec;
    border-color: #23aaec;
}
.btn-nonarrivato {
    color: #eca723;
    border-color: #eca723;
}
.btn-tavolopronto {
    color: #5ac269;
    border-color: #5ac269;
}
.btn-terminato {
    color: #4dafd5;
    border-color: #4dafd5;
}
.btn-rifiuto {
    color: #555;
    border-color: #555;
}
input:checked + label.btn-nonconfermato, .btn-nonconfermato:hover, .btn-nonconfermato:focus, .btn-nonconfermato:hover.active {
    color: #fff;
    background-color: #b4303c;
    border-color: #b4303c;
    box-shadow: none;
}
input:checked + label.btn-confermato, .btn-confermato:hover, .btn-confermato:focus, .btn-confermato:hover.active {
    color: #fff;
    background-color: #198754;
    border-color: #198754;
    box-shadow: none;
}
input:checked + label.btn-cancellato, .btn-cancellato:hover, .btn-cancellato:focus, .btn-cancellato:hover.active {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
    box-shadow: none;
}
input:checked + label.btn-arrivato, .btn-arrivato:hover, .btn-arrivato:focus, .btn-arrivato:hover.active {
    color: #fff;
    background-color: #23aaec;
    border-color: #23aaec;
    box-shadow: none;
}
input:checked + label.btn-nonarrivato, .btn-nonarrivato:hover, .btn-nonarrivato:focus, .btn-nonarrivato:hover.active {
    color: #fff;
    background-color: #eca723;
    border-color: #eca723;
    box-shadow: none;
}
input:checked + label.btn-tavolopronto, .btn-tavolopronto:hover, .btn-tavolopronto:focus, .btn-tavolopronto:hover.active {
    color: #fff;
    background-color: #5ac269;
    border-color: #5ac269;
    box-shadow: none;
}
input:checked + label.btn-terminato, .btn-terminato:hover, .btn-terminato:focus, .btn-terminato:hover.active {
    color: #fff;
    background-color: #4dafd5;
    border-color: #4dafd5;
    box-shadow: none;
}
input:checked + label.btn-rifiuto, .btn-rifiuto:hover, .btn-rifiuto:focus, .btn-rifiuto:hover.active {
    color: #fff;
    background-color: #555;
    border-color: #555;
    box-shadow: none;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #ccc !important;
}
.select2 .select2-container .select2-container--default .select2-container--focus {
    border: 1px solid #ccc !important;
}
.select2-container--default .select2-selection--multiple {
    border: 1px solid #ccc !important;
}
.select2-search__field {
    background-color: white !important;
}
.select2-dropdown .select2-dropdown--below {
    border: 1px solid #333 !important;
}
.select2-results {
    background-color: #fff;
    color: #000;
}
.select2-results__options {}
.contains {
    display: inline-block;
}
.select2-selection__rendered li {
    padding: 0 5px;
}
select[readonly].select2-hidden-accessible + .select2-container {
    pointer-events: none;
    touch-action: none;
}
select[readonly].select2-hidden-accessible + .select2-container .select2-selection {
    background: #eee;
    box-shadow: none;
}
select[readonly].select2-hidden-accessible + .select2-container .select2-selection__arrow, select[readonly].select2-hidden-accessible + .select2-container .select2-selection__clear {
    display: none;
}
.checkbox-wrap {
    display: inline-block;
    position: relative;
    padding: 0 25px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.checkbox-wrap input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark {
    position: absolute;
    top: 4px;
    left: 0;
}
.checkmark:after {
    content: "\f1db";
    font-family: "FontAwesome";
    position: absolute;
    color: rgba(0, 0, 0, 0.3);
    font-size: 20px;
    margin-top: -4px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
@media (prefers-reduced-motion: reduce) {
    .checkmark:after {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}
.checkbox-wrap input:checked ~ .checkmark:after {
    display: block;
    content: "\f058";
    font-family: "FontAwesome";
    color: #f76262;
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}
.layeredshadow {
    box-shadow:
        1px 2px 2px hsl(220deg 60% 50% / 0.2), 2px 4px 4px hsl(220deg 60% 50% / 0.2), 4px 8px 8px hsl(220deg 60% 50% / 0.2), 8px 16px 16px hsl(220deg 60% 50% / 0.2), 16px 32px 32px hsl(220deg 60% 50% / 0.2);
}
.checkbox-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
    user-select: none;
}
.checkbox-group > * {
    margin: .5rem 0.5rem;
}
.checkbox-group-legend {
    font-size: 1.5rem;
    font-weight: 700;
    color: #9c9c9c;
    text-align: center;
    line-height: 1.125;
    margin-bottom: 1.25rem;
}
.checkbox-input {
    clip: rect(0 0 0 0);
    clip-path: inset(100%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}
.checkbox-input:checked + .checkbox-tile {
    border-color: #198754;
    /*box-shadow: 0 5px 10px rgba(0,0,0, 0.1);*/
    color: #198754;
}
.checkbox-input:checked + .checkbox-tile:before {
    transform: scale(1);
    opacity: 1;
    background-color: #198754;
    border-color: #198754;
}
.checkbox-input:checked + .checkbox-tile .checkbox-icon, .checkbox-label {
    color: #198754;
}
.checkbox-input:focus + .checkbox-tile {
    border-color: #198754;
    box-shadow: 0 5px 10px rgba(#000, 0.1), 0 0 0 4px #b5c9fc;
}
.checkbox-input:focus + .checkbox-tile :before {
    transform: scale(1);
    opacity: 1;
}
.checkbox-tile {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    width: auto;
    min-height: 32px;
    border-radius: 0.5rem;
    border: 2px solid #cbcbcc;
    background-color: #fff;
    /*box-shadow: 0 5px 10px rgba(0,0,0, 0.1);*/
    transition: 0.15s ease;
    cursor: pointer;
    position: relative;
    padding: 0 28px 0 28px;
    margin: 0 3px;
}
.checkbox-tile:before {
    content: "";
    position: absolute;
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    border: 2px solid #cbcbcc;
    background-color: #fff;
    border-radius: 50%;
    top: 0.25rem;
    left: 0.25rem;
    opacity: 0;
    transform: scale(0);
    transition: 0.25s ease;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='192' height='192' fill='%23FFFFFF' viewBox='0 0 256 256'%3E%3Crect width='256' height='256' fill='none'%3E%3C/rect%3E%3Cpolyline points='216 72.005 104 184 48 128.005' fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='32'%3E%3C/polyline%3E%3C/svg%3E");
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.checkbox-tile:hover {
    border-color: #198754;
}
.checkbox-tile:hover:before {
    transform: scale(1);
    opacity: 1;
}
.checkbox-icon {
    transition: .375s ease;
    color: #494949;
}
.checkbox-icon svg {
    width: 3rem;
    height: 3rem;
}
.checkbox-label {
    color: #707070;
    transition: .375s ease;
    text-align: center;
}
/*Accordion style*/
.custom-accordion .accordion-item {
    background-color: #fff;
    margin-bottom: 10px;
    border-radius: 4px;
    position: relative;
}
.custom-accordion .accordion-item .btn-link {
    display: block;
    width: 100%;
    padding: 7px 5px;
    text-decoration: none;
    text-align: left;
    color: #000;
    border-bottom: 1px solid #ccc;
    padding-left: 40px;
    position: relative;
	background-color: #f4f4f4;
}
.custom-accordion .accordion-item .btn-link:before {
    font-family: 'Material Design Icons';
    content: "\f142";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 15px;
    transition: all 0.3s ease-in-out;

}
.custom-accordion .accordion-item .btn-link[aria-expanded="true"]:before {
    font-family: 'Material Design Icons';
    content: "\f142";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    left: 15px;
}
.custom-accordion .accordion-item.active {
    z-index: 2;
}
.custom-accordion .accordion-item .accordion-body {
    padding: 20px 20px 20px 20px;
}


.couponcontent {
	max-width: calc(100vw / 10 * 3);
}
@media screen and (min-width: 760px) and (max-width: 980px) {
.couponcontent {
	max-width: calc(100vw / 10 * 4);
}
}
@media screen and (min-width: 480px) and (max-width: 760px) {
.couponcontent {
	max-width: calc(100vw / 10 * 8);
}
}
@media screen and (max-width: 479px) {
.couponcontent {
	max-width: calc(100vw / 10 * 9);
}
}
