/* CSS Document */
#reveal-wrap{
    z-index: 99999999;
}

body{
    font-size: 16px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .owl-main-slide .lead{
    font-family: 'Open Sans Condensed', sans-serif;
}

form{
    background: #edf9f9;
}

form select{
    border-color: transparent;
    background: #ffffff;
}

form .label{
    font-weight: bold;
}

#datepicker{
    border-radius: 5px;
    border: 1px solid #8ba5a4;
}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover{
    background-color: #26dad6!important;
}

.back-to-top{
    z-index: 99999;
    /*bottom: 90px;*/
}

.bg-light-transaprent{
    background: rgba(255, 255, 255, 0.85);
    border-radius: 6px;
}

/* ICON */
.fa-bedS:before,.fa-serviceS:before, .fa-contactS:before {
    position: relative;
    top: 6px;
}
.fa-bedS:before {
    content: url('../images/paradiso/icon-bed.png');
}

.fa-serviceS:before {
    content: url('../images/paradiso/icon-services.png');
}

.fa-contactS:before {
    content: url('../images/paradiso/icon-contact.png');
}
.fixed-bottom.button{
    z-index: 9999;
}
/* END ICON */
/* seo */
.h1-seo, .h2-seo {
    font-size: 12px;
    font-weight: 300;
    text-align: center;
    color: grey;
    margin: 5px;
}

.h3-seo{
    margin-bottom: 0 !important;
    font-weight: inherit!important;
    font-size: inherit !important;
    display: inline !important;
    color: inherit !important;
    text-transform: inherit !important;
    font-family: inherit;
}

.p-seo{
	display:inline;
}
/* end seo */

.grow {
    transition: all .2s ease-in-out;
}

.grow:hover { 
    transform: scale(1.1); 
}

.icon-hover-default{
    width: 120px;
    height: 120px;
    border: 5px solid white;
}

.icon-hover-1:hover:after{
    opacity: 0;
}

.icon-hover-default:before{
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    height: 100%;
    border-radius: 50%;
}

.navbar-right-elements{
    top: 2px;
    bottom: 0;
    right: 0;
}

.navbar-toggler-right{
    top: 0;
    bottom: 0;
    right: 9rem;
}

.parallax-overlay:before{   
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+31&0.65+0,0+31 */
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 31%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 31%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 31%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

.recensioni{
    position: absolute;
    bottom: 60px;
}

.rotate {
    transform: rotate(-90deg);
    transform-origin: center;
    font-size: 2em;
    position: absolute;
    margin-left: -35px;
    left: 0;
    color: #424242;
    text-transform: uppercase;
}

.rotate.relax{
    margin-left: 15px;
}

.rotate.appartamenti{
    margin-left: -85px;
}


.rotate.mare{
    margin-left: 17px;
}

.rotate.residence{
    margin-left: -40px;
}

.rotate.booking {
    margin-left: -26px;
}

.services{
    margin-top: -100px;
}

.services .col{
    z-index: 2;
}

@media (min-width: 992px){
    .navbar-light.navbar-transparent .navbar-brand {
        top: -15px;
    }
    .navbar-nav{
        margin-right: 100px;
    }
    
    /*.back-to-top{
        bottom: 205px;
    }*/
}

@media (min-width: 768px) and (max-width:991px) {
    .rotate {
        transform: none;
        font-size: inherit;
        position: auto;
        margin-left: auto;
    }
}

@media (max-width:768px){
    .title-space-lg{
        padding-top: 8rem;
    }
    .owl-main-slide .bg-parallax{
        background-position: 65% !important;
    }
    .h1-seo, .h2-seo{
        display: none;
    }
    .back-contatti{
        background-position: center !important;
    }
}

@media (max-width:992px){
    form.booking {
        display: none;
    }
}

.wa-button {
    position: fixed;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    bottom: 90px;
    right: 10px;
    background: #25d366;
    color: #333;
    line-height: 50px;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
    -webkit-transition: -webkit-transform 0.2s ease-out;
    -moz-transition: -moz-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transform: translate3d(0, 15px, 0);
    -webkit-transform: translate3d(0, 15px, 0);
    text-align: center;
 }
 
 .wa-button i {
    display: block;
    font-size: 25px;
    line-height: 50px;
    text-align: center; 
 }
 
 .wa-button:hover, .wa-button:focus {
    color: #128c7e; 
 }
 
 .wa-button.show {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0px, 0);
    -webkit-transform: translate3d(0, 0px, 0);
 } 