@import url("animate.css");
/* General */
.nw-clear{clear:both;}/* clear float */
.nw-txt-rt{text-align:right;}/* text align right */
.nw-txt-lt{text-align:left;}/* text align left */
.nw-txt-center{text-align:center;}/* text align center */
.nw-float-rt{float:right;}/* float right */
.nw-float-lt{float:left;}/* float left */
/* SVG Image */
.nw-logo path{
    width: 100%;
    height: 100px;
    stroke: red;
    fill: red;
}
/* nw result */
.nw-result{
    position: absolute;
    width: 98%;
    /*background-color: #F2F2F2; */
    height: 84%;
    left: 1%;
    text-align: center;
    color: var(--bs-primary);
    padding: 20px 0;
    margin: auto;
    margin-top: 20px;
    top: 20px;
    z-index: 1000000000000;
    top: 15px;
}
.nw-result-text{
    position: relative;
    left: 0;
    font-size: 18px;
    display: inline-block;
    padding: 10% 5%;
    vertical-align: middle;
    text-align: left;
    color: var(--bs-primary);
}
.nw-message input{
    box-sizing: border-box;
}
.envelope::after {
    content: '\2709';
    font-size: 35px;
    margin: auto;
    font-weight: 100;
    /* position: absolute;
    left: 16px;
    top: 5px; */
}
.nw-image .envelope::after {
    margin-left: 0;
}
/* nw icon */
.nw-icon-circle {
    width: 30px;
    position: relative;
    top: 5px;
    right: -5px;
}
.nw-icon-circle span{font-size: 40px;}
/* background-color: var(--bs-primary); */
.nw-link-mk {
    background-color: var(--bs-primary);
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
    width: 60px;
    height: 60px;
    display: block;
    position: fixed;
    z-index: 555;
    bottom: 40px;
    right: 40px;
    border-radius: 40px;
    color: #000000;
    cursor: pointer;
    padding: 17px 4px;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: 0.55s cubic-bezier(0.6, 0, 0.4, 1);
    -moz-transition: 0.55s cubic-bezier(0.6, 0, 0.4, 1);
    -o-transition: 0.55s cubic-bezier(0.6, 0, 0.4, 1);
    transition: 0.55s cubic-bezier(0.6, 0, 0.4, 1);
    text-align: initial;
    font-size: 16px;
}
.nw-link-mk a{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
#page-top .nw-link-mk:hover, #page-top.nw-link-mk:active, #page-top.nw-link-mk:focus,
.nw-link-mk:hover, .nw-link-mk:active, .nw-link-mk:focus {
    width: 225px;
    color: #FFFFFF;
    transition-duration: .55s;
}
.nw-link-mk:hover .nw-link, .nw-link-mk:active .nw-link, .nw-link-mk:focus .nw-link {opacity: 1;}
.nw-link-mk .nw-link {float: left;}
.nw-link-mk .nw-link {
    color: rgba(255, 255, 255, 0.6);
    position: absolute;
    left: 60px;
    margin: 0;
    -webkit-transition: 0.55s cubic-bezier(0.6, 0, 0.4, 1);
    -moz-transition: 0.55s cubic-bezier(0.6, 0, 0.4, 1);
    -o-transition: 0.55s cubic-bezier(0.6, 0, 0.4, 1);
    transition: 0.55s cubic-bezier(0.6, 0, 0.4, 1);}
.nw-link-mk .nw-link strong {font-weight: 400;color: rgba(255, 255, 255, 0.9);}
/* nw Section */
.nw-section{
    width: 100%;
    background-color: aliceblue;
}
.nw-section-content{
    max-width: 1100px;
    padding: 50px 0;
    margin: auto;
    display: table;
    width: 100%;
}
.nw-section-sx{
    width: 49.99999%;
    float: left;
}
.nw-section-dx{
    width: 49.99999%;
    float: left;
}
#my-newsletter .required {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: 15px;
}
/* End */
#my-newsletter .required .requiredtext {
    visibility: hidden;
    width: auto;
    background-color: white;
    color: #DC143C;
    text-align: center;
    border-radius: 6px;
    padding: 10px 10px;
    position: absolute;
    z-index: 1;
    bottom: 110%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
}
#my-newsletter .required .requiredtext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}
input[name^="nw-"]::-webkit-input-placeholder {
    color:#757575!important;
}
input[name^="nw-"]::-moz-placeholder {
    color:#757575!important;
}
input[name^="nw-"]::-ms-placeholder {
    color:#757575!important;
}
input[name^="nw-"]::placeholder {
    color:#757575!important;
}
input[name^="nw-"].error::placeholder {
    color: 	#DC143C!important;
    opacity: 1;
}
input[name^="nw-"].error:-ms-input-placeholder {
    color: 	#DC143C!important;
}
input[name^="nw-"].error::-ms-input-placeholder {
    color: 	#DC143C!important;
}
input[name=nw-check] {
    margin-bottom: 0!important;
}
input[name=nw-radio] {
    margin-right: 5px;
    width: auto;
}
.div-radio{
    display: inline-block;
    width: auto;
    margin-right: 5px;
    margin-top: 15px;
    text-align: left;
    font-size: 13px;
}
.div-radio label{
    width: auto;
}

.div-radio span{
    margin-right: 10px;
}
.text-radio{
    display: block;
    float: left;
    text-align: justify;
    font-size: 13px;
}
.nw-box a,
.nw-section a{
    color: initial;
    font-size: 14px;
    text-decoration: underline;
}
.nw-box{
    position: fixed;
    z-index: 999999;
}
.nw-message {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 1.5em;
    position: relative;
    -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
    max-width: 400px;
}
.nw-image {
    float: left;
    width: 8%;
    margin-right: 1%;
}
.nw-content p {
    font-size: 1.2em;
    color: #555;
    line-height: 1.8em;
    margin: 0;
}
.nw-content h2 {
    font-size: 2em;
    text-transform: capitalize;
    line-height: 1;
}
.nw-close {
    z-index: 100;
    cursor: pointer;
    height: 30px;
    position: absolute;
    right: 5px;
    top: 0px;
    width: 30px;
}
.nw-close::after{
    content: ' \2297';
    font-size: 35px;
}
.nw-form input[type="text"] {
    padding: .8em .5em;
    width: 80%;
    font-size: 15.5px;
    outline: none;
    border: 1px solid #ddd;
	float:left;
}
.nw-form input[name="nw-name"] {
    width: 49%;
    margin-right: 2%;
}
.nw-form input[name="nw-surname"] {
    width: 49%;
    margin-bottom: 10px;
}
.nw-form input[type="button"],
.nw-form input[type="button"]:hover {
    outline: none;
    border: none;
    background-image: url(img/right1.png)!important;
    background-repeat: no-repeat!important;
    background-position-x: 50%!important;
    background-position-y: 50%!important;
    width: 20%;
    cursor: pointer;
    padding: .81rem 25px;
}

.page-menu-container{
    background-color: #4D4745 !important;
    border-top: 1px solid white;
}

.book-now-menu-trigger-button{
    background-color: #00000026 !important;
    border: 1px solid #00000026;
    border-bottom: 3px solid #8CD2B4;
}
.bg-secondary-custom{
    background-color: #5B5451 !important;
}

.scopri-offerta{
    border: 3px solid #8cd2b4;
}


.scopri-offerta:hover{
    border: 3px solid #FFFFFF;
}

.page-menu-item:hover > a,
.page-menu-item.current > a { background-color: #7C7674; }

.breadcrumb-item {
	color: #000000 !important;
}
/**responsive**/
@media(max-width:1440px){
    .nw-message {
        width: 100%;
}
}
@media(max-width:1366px){
    .nw-message {
        width: 100%;
    }
}
@media (max-width: 1280px){
    .nw-message {
        width: 100%;
}
}
@media (max-width: 1080px){
    .nw-message {
        width: 100%;
    }
}
@media (max-width: 991px){
    .nw-message {
        width: 100%;
    }
    .nw-section-sx{
        width: 100%!important;
    }
    .nw-section-dx{
        width: 100%!important;
    }
    .nw-section-content{
        max-width: 650px!important;
    }
    .text-radio{
        font-size: 10px;
    }
}
@media (max-width: 640px){
    .text-radio{
        margin-bottom: 5px;
        font-size: 10px;
        margin-bottom: 10px;
    }
    .div-radio b,
    .div-radio p{
        font-size: 10px;
    }
    .nw-message {
        width: 95%;
    }
    .nw-section-sx{
        width: 100%!important;
    }
    .nw-section-dx{
        width: 100%!important;
    }
    .nw-section-content{
        width: auto;
        padding-bottom: 15px!important;
        padding-top: 15px!important;
        padding-right: 15px!important;
        padding-left: 15px!important;
    }
}
@media (max-width: 480px){
    #my-newsletter .required .requiredtext{
        bottom: 100%;
        left: 0;
    }
    #my-newsletter .required{
        font-size: 10px;
    }
    .div-radio b,
    .div-radio p{
        font-size: 10px;
        margin-bottom: 10px;
    }
    .text-radio{
        margin-bottom: 5px;
        font-size: 10px;
    }
    .div-radio span {
        margin-left: 5px;
    }
    .nw-icon-circle{
        width: 27px;
        position: relative;
        top: 4px;
        left: 5px;
    }

    .nw-link-mk{
        bottom: 15px;
        right: 15px;
        width: 50px;
        height: 50px;
    }

    /* .envelope::after {
        left: 10px;
        top: 1px;
    } */

    #page-top .nw-link-mk:hover, #page-top.nw-link-mk:active, #page-top.nw-link-mk:focus,
.nw-link-mk:hover, .nw-link-mk:active, .nw-link-mk:focus {
    width: 50px;
}

    #page-top .nw-link-mk{
        width: 60px;
        height: 60px;
    }
    .nw-box{
        right: 5px!important;
        bottom: 12px!important;
    }
    .nw-box a, .nw-section a{
        font-size: 10px;
    }
    .nw-message {
        min-width: 90%;
        padding: 15px .7em;
        float: right;
        max-height: 90%;
        overflow: scroll;
    }
    .nw-content p {
        font-size: .9em;
        margin: 0;
    }
    /*.nw-form{
        overflow: scroll;
        max-height: 500px;
    } */
    .nw-form input[type="text"] {
        font-size: .95em;
        width: 100%;
        margin: 5px auto;
    }
    .nw-form input[type="button"] {
        padding: 12px 25px;
    }
    .nw-form input[type="button"]{
        width: 100%!important;
        margin: 5px 0 0 0!important;
    }
    .nw-form input[name="nw-surname"] {
        margin-bottom: 3px;
    }
    .nw-image{
        width: 15%;
        display: none;
    }
    /*.nw-content {
        float: left;
        width: 82%;
        margin-top: 0;
        text-align: left;
    }*/
    .nw-content p{
        display: none;
    }
}
@media (max-width: 320px){
    #my-newsletter .required{
        font-size: 10px;
    }
    .div-radio b,
    .div-radio p{
        font-size: 10px;
        margin-bottom: 10px;
    }
    .text-radio{
        margin-bottom: 10px;
        margin-top: 10px;
        font-size: 10px;
    }
    .div-radio span:not(.requiredtext) {
        margin-left: 5px;
        font-size: 10px;
    }
    /*.nw-content {
        float: left;
        width: 68%;
        margin-top: 0em;
        text-align: left;
    } */
    .nw-message {
        width: 90%;
        padding: .7em
    }
    .nw-image {
        float: left;
        width: 30%;
        margin-right: 2%;
    }
    /*.nw-form{
        overflow: scroll;
        max-height: 500px;
    }*/
    .nw-form input[type="text"] {
        width: 100%;
    }
    .nw-content p {
        display: none;
        font-size: .8em;
        margin: 0;
    }
}
