body {
    background-color: #e6e4e4d4;
}

#hero {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: bottom;
}

#hero p span {
    font-size: 20px;
}

.scroll-to-down {
    position: fixed;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background: #008fff;
    color: #fff;
    transition: display 0.5s ease-in-out;
    z-index: 99999;
    transform: rotate(-180deg) !important;
}
.container-arrow-down{
    width: 100%;
    height: 100px;
    text-align: center;
}
.scroll-to-down i.icofont-simple-up {
    top: 4px;
    position: relative;
    font-size: 28px;
}
.scroll-to-down:hover, i.icofont-simple-up:hover {
    color: #fff;
}

.mobile-nav-toggle-urban i {
    color: #bf5740;
}

.toggle-custom {
    position: absolute !important;
    top: 0;
    right: 0;
}
.toggle-custom[aria-expanded='true']{
    content: "\2212";
}
.services_submenu_li{
    width: 100%;
    padding-left: 32px;
}

.social-links-header-top{
    font-size: 18px;
    color: #fff;
    padding: 7px 0px;
    margin-right: 4px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
}
.social-links-header-top a{
    color: white;
    padding: 0px 10px;
    font-size: 24px;
}
.social-links-header-top a:hover{
    cursor: pointer !important;
    color: #008fff;
}

.rounded-circle {
    border-radius: unset !important;
}

textarea {
    width: 100%;
    height: 150px;
}

@media screen and (min-width: 1200px){
    .social-links-header-top{
        display: block !important;
    }
    .social-links{
        display: none !important;
    }
}

@media (max-width: 1199px){
    .social-links-header-top{
        display: none !important;
    }
    .social-links{
        display: block !important;
    }
}

@media (min-width: 1024px){
    .vbox-close {
        top: 60px;
    }
    .vbox-content{
        margin-top: 30px !important;
        margin-bottom: 30px !important;
        margin-right: 0px !important;
    }
}

@media (max-width: 375px) {
    #hero p span {
        font-size: 17px;
    }
}

/*
@media (max-width: 1400px){
    .vbox-content{
        margin-top: 30px !important;
        margin-bottom: 30px !important;
        margin-left: 143px !important;
        margin-right: 0px !important;
    }
}
*/

/* prova social */
.social-links-header-top.benessere a, .social-links-header-top.estetica a  {
    color: black;
}

.goto-gmaps:hover, .email:hover, .phone:hover{
    cursor: pointer;
}

.booking-treatments-list-container-label div div label{
    font-size: 15px;
}
.hide{
    display:none;
}

button#forward:hover {
    background: #8d311c;
    color: #FFF;
}

button#forward:focus{
    outline: none;
    background: #8d311c;
    color: #FFF;
}

button#confirm:hover {
    background: #8d311c;
    color: #FFF;
}

button#confirm:focus{
    outline: none;
    background: #8d311c;
    color: #FFF;
}

ul.selectedTreatmentsList{
    margin: 0px 0px 17px 0px;
}

ul.selectedTreatmentsList li{
    content: "• ";
    color: #8d311c;
}

ul.selectedTreatmentsList li .text{
    color: #000;
}

.step2 .row.buttons .col-xs-6.buttons-width{
    width: 50%;
}

.step2 .row.buttons .col-xs-6.buttons-width.text-left{
    text-align: left;
}

.step2 .row.buttons .col-xs-6.buttons-width.text-right{
    text-align: right;
}


#footer .copyright {
    text-align: center;
    font-size: 13px;
}

.section-title ul {
    list-style: none;
}

.section-title ul li::before {
    content: "\2022";
    color: #8d311c;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.transparent {
	color: transparent;
	font-size: small;
}

.col-lg-12.licensed {
    text-align: center;
}