@import url('https://fonts.googleapis.com/css?family=Lato:100,200,300,400,700&subset=latin-ext');


body {
    /*margin-top: 50px; !* 50px is the height of the navbar - change this if the navbarn height changes *!*/
    color:#000;
}
a, a:hover {
    color:#000;
}
#side-tabs {
    left: -45px;
    top: 200px;
    height: 108px;
    width: 45px;
    margin: 0;
    padding: 0;
    position: fixed;
    z-index: 9999;
    display:block;
    writing-mode:tb-rl;
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -o-transform: rotate(90deg);
    white-space:nowrap;
    text-transform:uppercase;
/*    -webkit-animation: mymove 5s 1; Safari and Chrome
    animation: mymove 5s 1;*/
}
/*Safari and Chrome*/
@-webkit-keyframes mymove {
    from {left: -45px;}
    to {left: 100px;}
}

/*@keyframes mymove {
    from {left: -45px;}
    to {left: 100px;}
}*/
/* youtube wrapper */
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.cover {
    background-size: cover;
    text-align: center;
    padding: 215px 0;
    margin-top: -50px;
}
.coverPrint {
    background-size: cover;
    text-align: center;
    padding: 150px 0;
    margin-top: -150px;
    margin-bottom: 100px;
}
.full-width-image-1 {
    background: #eee url(/images/hotel-home/hotel_bellavista.jpg) no-repeat center center;
}
.full-width-image-contact {
    background: #eee url(/images/hotel-home/hotel-bellavista-lignano-contact.jpg) no-repeat center center;
}
.full-width-image-voucher {
    background: #eee url(/images/hotel-home/hotel-bellavista-lignano-giftcards.jpg) no-repeat center center;
}
.full-width-image-location {
    background: #eee url(/images/hotel-home/alberghi-lignano-vista-mare.jpg) no-repeat center center;
}
.full-width-image-service {
    background: #eee url(/images/hotel-home/bellavista_hotel_con_piscina_lignano_sabbiadoro.jpg) no-repeat center center;
}
.full-width-image-hotel {
    background: #eee url(/images/hotel-home/hotel_per_famiglie_lignano_sabbiadoro.jpg) no-repeat center center;
}
.full-width-image-restaurant {
     background: #eee url(/images/hotel-home/restaurant-lignano.jpg) no-repeat center center;
 }
.full-width-image-golf {
     background: #eee url(/images/lignano/golf-club-lignano.jpg) no-repeat center center;
 }
.full-width-image-restaurant-gastronomy {
    background: #eee url(/images/hotel-home/restaurant-lignano-gastronomia.jpg) no-repeat center center;
}
.full-width-image-charter {
    background: #eee url(/images/hotel-home/charter-pesca-lignano.jpg) no-repeat center center;
}
.full-width-image-attico {
    background: #eee url(/images/hotel-home/attico-affito-lignano.jpg) no-repeat center center;
    padding: 345px 0;
}
.full-width-image-offer {
    background: #eee url(/images/hotel-home/offerte-hotel-lignano-sabbiadoro.jpg) no-repeat center center;
}
.full-width-image-rooms {
    background: #eee url(/images/hotel-home/hotel-vista-mare-lignano-sabbiadoro.jpg) no-repeat center center;
}
.full-width-image-events {
    background: #eee url(/images/hotel-home/eventi-lignano-sabbiadoro.jpg) no-repeat center center;
}

.full-width-image-rates {
    background: #eee url(/images/hotel-home/offerte-hotel-lignano-sabbiadoro.jpg) no-repeat center center;
}
.full-width-image-2 {
    background: #eee url(/images/hotel-home/bellavista_hotel_con_piscina_lignano.jpg) no-repeat center center;
}

.logo-wrapper {
    display: inline-block;zoom: 1;
    filter: alpha(opacity=90);
    opacity: 0.9;
}

.logo-wrapper img {
    position: relative;
    bottom:-280px;

}
.city-home{
    display: block;
    height:250px;
    overflow:hidden
}

/*https://stackoverflow.com/questions/42368107/responsive-image-gallery-using-css-flexbox-or-grid-layout*/
.gallery-masterchef {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-between;
}


.gallery-masterchef a {
    flex-grow: 1;
    flex-basis: 250px;
    max-width: 300px;
    margin: 5px;
}


.gallery-masterchef img {
    height: 100%;
    width: 100%;
}



.navbar{
    font-family: 'Lato', sans-serif;
    display: inline-block;zoom: 1;
    font-weight: 400;
    margin-bottom: 0px;
    -webkit-box-shadow:0 1px 12px 0 #ccc;
    -moz-box-shadow:0 1px 12px 0 #ccc;
    box-shadow:0 1px 12px 0 #ccc;
}
.top-bar{
    color:#999;
    filter: alpha(opacity=50);
    opacity: 0.5;
    background:#333
}
.top-bar:hover{
    color:#999;
    filter: alpha(opacity=80);
    opacity: 0.8;
    background:#333
}

.top-bar .nav a{
padding:5px 15px;
/*text-transform: uppercase;*/
    color:#efefef !important;
}
.top-bar .nav a:hover{
    padding:5px 15px;
    /*text-transform: uppercase;*/
    color:#000 !important;
}
.top-bar .nav span{
    display: block;
    padding:5px 15px;
    text-transform: uppercase;
    color:#efefef !important;
}
.top-bar .dropdown-menu{
  z-index: 1000!important;
}
.top-bar .dropdown-menu {
    padding-top: 50px!important;
}
.top-bar .dropdown-menu li a{
    color:#000 !important;
}
.navbar-fixed-top{
    color:#000;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

@media (min-width: 768px)  {
    .navbar-fixed-top{
        margin-top: 30px;
    }
    .full-width-image-charter{
        min-height: 350px;
    }
    .full-width-image-charter .logo-wrapper img {
        position: relative;
        width: 100px;
        bottom: -250px !important;
    }

}
@media (min-width: 576px) {
    .full-width-image-charter,.full-width-image-attico{
        min-height: 350px;
    }
}
@media (max-width: 575.98px) {
    .full-width-image-charter,.full-width-image-attico{
        min-height: 300px;

    }
    .full-width-image-charter .logo-wrapper img {
        position: relative;
        width: 100px;
        bottom: -200px !important;
    }
}
.navbar-fixed-top .nav a{
    font-weight: bolder !important;
}
.navbar-fixed-top:hover{
    filter: alpha(opacity=100);
    opacity: 100;
    color:#000
}
.navbar:hover{
    display: inline-block;zoom: 1;
}
.navbar-brand {
    font-family: 'Lato', sans-serif;
    font-size: 16px;

}
.navbar .fa {
    font-size: 18px;
}
.fullOpac{
    display: inline-block;zoom: 1;
    filter: alpha(opacity=100);
    opacity: 100;
    color:#000
}
p{
    font-family: 'Lato', sans-serif;
    font-weight:400;
    letter-spacing:0.1em;
}
.section {
    padding-top: 55px;
    padding-bottom: 55px;
}
.section-lead {
    margin: 30px 0;
}
.section-paragraph {
    margin: 30px 0;
}
.footer {
    background: #ccc;
    margin: 50px 0 0 0;
    padding: 50px 0
}
footer a,footer a:hover{
    text-decoration: none;
    color:#000
}
.footer .list-group li {
    background: #ccc;
    padding-left:0;
    border-left: none;
    border-right: none;
}
.navbar-inverse {
    filter: alpha(opacity=100)!important;
    opacity: 1!important;
    border:none;
    -webkit-box-shadow:0 1px 12px 0 #ccc;
    -moz-box-shadow:0 1px 12px 0 #ccc;
    box-shadow:0 1px 12px 0 #ccc;
    background:#333
}
.navbar-inverse .row {
    padding:10px 0 5px 0
}
.navbar-inverse .row p{
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color:#fff !important
}


/* Medium devices (desktops, 992px and up) */
@media (min-width:992px) {
    /* rooms */
    .room-big-picture{
        height:530px;
        overflow: hidden;
    }


}
@media (min-width:480) and (max-width: 768px) {

    .section-heading {
        font-size: 1.8em;
    }

    .section {
        padding-top: 25px !important;
        padding-bottom: 25px !important;
    }
    .section h1{
        padding-top: 45px;
        padding-bottom: 25px;
    }
    .room-big-picture{
        height:400px;
        overflow: hidden;
    }

}

@media (max-width: 479px) {
    .section-heading {
        font-size: 1.8em;
        font-weight: 200;
    }
    h1{
        font-weight: 200;
    }
    .section {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .section h1{
        padding-top: 15px;
        padding-bottom: 0px;
    }
    .section-paragraph {
        margin: 5px 0;
    }
    .room-big-picture{
        height:350px;
        overflow: hidden;
    }
    .gallery-masterchef a {
        flex-grow: 1;
        flex-basis: 345px;
        max-width: 360px;
        margin: 5px;
    }
}
@media (max-width: 992px) {
    .nav > li > a {
        padding-left: 5px !important;
        padding-right: 10px !important
    }
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'Lato', sans-serif;
}
b, strong {
    font-family: 'Lato', sans-serif;
}
h1{ font-weight:100 }
h2{ font-weight:100 }
h3{ font-weight:100 }
h4{ font-weight:400;text-transform: uppercase }
.homepage h3{
    height: 2.5em;
    display:table-cell;
    vertical-align: bottom
}
.rates thead{
    display: none
}
.rates tr td  {
    text-align: center;
   font-family: 'Lato', sans-serif;
    font-weight: 400;
    letter-spacing:0.1em;
    color:#222

}
.rates tr td:first-child  {
    text-align: left;
    font-family: 'Lato', sans-serif;
    font-weight:400;
    color: #000
}
/* buttons custom*/

.btn-custom-label{
    position:relative;
    padding-left:44px;
    text-align:left;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis
}
.btn-custom-label :first-child{position:absolute;left:0;top:0;bottom:0;width:32px;line-height:34px;font-size:1.6em;text-align:center;border-right:1px solid rgba(0,0,0,0.3)}
.btn-custom-label.btn-lg{padding-left:61px}
.btn-custom-label.btn-lg :first-child{line-height:45px;width:45px;font-size:1.8em}
.btn-custom-label.btn-sm{padding-left:38px}
.btn-custom-label.btn-sm :first-child{line-height:28px;width:28px;font-size:1.4em}
.btn-custom-label.btn-xs{padding-left:30px}
.btn-custom-label.btn-xs :first-child{line-height:20px;width:20px;font-size:1.2em}
.btn-custom-label-icon{position:relative;padding-left:44px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;height:34px;width:34px;padding:0}
.btn-custom-label-icon :first-child{position:absolute;left:0;top:0;bottom:0;width:32px;line-height:34px;font-size:1.6em;text-align:center;border-right:1px solid rgba(0,0,0,0.2)}
.btn-custom-label-icon.btn-lg{padding-left:61px}.btn-custom-label-icon.btn-lg :first-child{line-height:45px;width:45px;font-size:1.8em}
.btn-custom-label-icon.btn-sm{padding-left:38px}.btn-custom-label-icon.btn-sm :first-child{line-height:28px;width:28px;font-size:1.4em}
.btn-custom-label-icon.btn-xs{padding-left:30px}.btn-custom-label-icon.btn-xs :first-child{line-height:20px;width:20px;font-size:1.2em}
.btn-custom-label-icon :first-child{border:none;text-align:center;width:100% !important}
.btn-custom-label-icon.btn-lg{height:45px;width:45px;padding-left:0;padding-right:0}
.btn-custom-label-icon.btn-sm{height:30px;width:30px;padding-left:0;padding-right:0}
.btn-custom-label-icon.btn-xs{height:22px;width:22px;padding-left:0;padding-right:0}

.btn-label-icon{color:#000;background-color:#ccc;border-color:rgba(0,0,0,0.3)}
.btn-label-icon:hover,.btn-label-icon:focus,.btn-label-icon:active,.btn-label-icon.active,
.open .dropdown-toggle.btn-label-icon{
    color:#fff;
    background-color:#555;
    border-color:rgba(0,0,0,0.2)
}
.btn-label-icon:active,.btn-label-icon.active,
.open .dropdown-toggle.btn-label-icon{
    background-image:none
}
.btn-label-icon.disabled,.btn-label-icon[disabled],
fieldset[disabled] .btn-label-icon,.btn-label-icon.disabled:hover,
.btn-label-icon[disabled]:hover,fieldset[disabled] .btn-label-icon:hover,
.btn-label-icon.disabled:focus,.btn-label-icon[disabled]:focus,
fieldset[disabled] .btn-label-icon:focus,.btn-label-icon.disabled:active,
.btn-label-icon[disabled]:active,
fieldset[disabled] .btn-label-icon:active,.btn-label-icon.disabled.active,
.btn-label-icon[disabled].active,fieldset[disabled] .btn-label-icon.active{background-color:#555;border-color:rgba(0,0,0,0.1)}
.btn-label-icon .badge{color:#000;background-color:#ccc}

.navbar li.uppercase  a {
    text-transform: uppercase
}
.navbar li a span.lowercase {
    text-transform: lowercase !important
}

/* design pop up*/
.well {
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    display:none;
    margin:1em;
}
#slide_background {
    -webkit-transition: all 0.3s 0.3s;
       -moz-transition: all 0.3s 0.3s;
            transition: all 0.3s 0.3s;
}
#slide,
#slide_wrapper {
    -webkit-transition: all 0.4s;
       -moz-transition: all 0.4s;
            transition: all 0.4s;
}
#slide {
    -webkit-transform: translateX(0) translateY(-40%);
       -moz-transform: translateX(0) translateY(-40%);
        -ms-transform: translateX(0) translateY(-40%);
            transform: translateX(0) translateY(-40%);
}
.popup_visible #slide {
    -webkit-transform: translateX(0) translateY(0);
       -moz-transform: translateX(0) translateY(0);
        -ms-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
}
.popup_visible #slide {
  transform: translateX(0) translateY(0);
}
.my_popup_close{
    font-size: 1.3em

}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; }
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.embed-container iframe{
    border-width: 0px;
}

/* responsive google maps*/

.intrinsic-container {
    position: relative;
    height: 400px;
    overflow: hidden;
}

/* 16x9 Aspect Ratio */
.intrinsic-container-16x9 {
    padding-bottom: 56.25%;
}

/* 4x3 Aspect Ratio */
.intrinsic-container-4x3 {
    padding-bottom: 75%;
}

.intrinsic-container iframe {
    position: absolute;
    border:0;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
.location p i {
    font-size: 20px;
    padding:10px;
    margin:0 10px 10px 0;
    background: #eee;
    width: 40px;
    height: 40px;
}

/* validator styling */
#requestForm .error {
    color:red;
}
/* book directly */
.booking_dark_blue{
    color: #273b7d;
    font-weight: 900 !important;
    letter-spacing: 0.3em;
    font-size:90%;
}
.booking_blue{
    color: #499fdd;
    font-weight: 900 !important;
    letter-spacing: 0.3em;
    font-size:90%;
}
h2.book-directly-save{
    font-weight: 900 !important;
}
div.best-rates table{
    padding: 10px;
}
div.best-rates{
    background: #eeeeee;
    box-shadow:
            1px 1px #cccccc,
            2px 2px #cccccc,
            3px 3px #cccccc;
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
}
div.best-rates strong.brand{
    font-family:Georgia, "Times New Roman", Times, serif;
    font-weight:bolder;
    font-size: 110%;
}
div.best-rates:hover{
    /*-webkit-transform: scale(1.3);*/
    /*-ms-transform: scale(1.3);*/
    /*transform: scale(1.3);*/
    box-shadow:
            4px 4px #cccccc,
            5px 5px #cccccc,
            6px 6px #cccccc;
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
}
.top-contacts{
   background: #efefef;
    padding-top:20px;
    height:70px;
}
.top-contacts div{
    text-align: center;
}
.top-contacts i{
   font-size:18px;
    color:#333
}
/* Medium devices (desktops, 992px and up) */
@media (min-width:992px) {

    .top-contacts{
        padding-top:45px;
        background: none;
        border-bottom:1px dotted #eee
    }
    .top-contacts div{
        padding-bottom:25px !important;

    }

}
/* Medium devices (desktops, 992px and up) */
@media (max-width: 768px) {

    .top-contacts{
        margin-top:25px;
        background: none;
        border-bottom:1px dotted #eee;
        min-height: 100px;
    }
    .top-contacts div{
        padding-bottom:25px !important;
        font-size:13px
    }
    .top-contacts div i{
         font-size:110%;
     }
    h1{ font-size:26px}
    h2.book-directly-save{
        margin-top:40px;
        font-size:125%;
    }

}
:root {
    --mainColor: #E8E8E8;
}
a.mainLink {
    background:
            linear-gradient(
                    to bottom, var(--mainColor) 0%,
                    var(--mainColor) 100%
            );
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: 2px 2px;
    color: #000;
    text-decoration: none;
    transition: background-size .5s;
    padding: 10px 2px 0 2px;
    line-height: 30px !important;
    display:block;
}

a.mainLink:hover {
    background-size: 4px 50px;
    padding: 10px 2px 0 2px;
}
@media (max-width: 768px) {

    .cover {
        padding: 50px 0;
        background-size: 768px;
        margin-top: -50px;
    }
    .full-width-image-1 {
        background: #eee url(/images/hotel-home/hotel_bellavista_768.jpg) no-repeat center center;
        padding: 100px 0;
    }
    .full-width-image-contact {
        background: #eee url(/images/hotel-home/hotel-bellavista-lignano-contact-768.jpg) no-repeat center center;
        background-size: cover;
        padding: 100px 0;
        margin-top: -50px;
    }
    .full-width-image-service {
        background: #eee url(/images/hotel-home/bellavista_hotel_con_piscina_lignano_sabbiadoro_768.jpg) no-repeat center center;
        background-size: cover;
        padding: 100px 0;
        margin-top: -50px;
    }
    .section {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .logo-wrapper img {
        position: relative;
        width:100px;
        bottom:-150px
    }
}
.navbar-default .navbar-toggle {
    border:none;
    border-radius: 0;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus{
    background-color: #333;
}
.nos { display:none;}
/*collapse at higher resolution */
@media (min-width: 768px) {
    .navbar-header {
        float: none; }
    .navbar-toggle {
        display: block; }
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-right: 15px;
        padding-left: 15px; }
    .navbar-collapse.collapse {
        display: none !important; }
    .navbar-collapse.collapse.in {
        display: block!important;
        margin-top: 0px; }
}
@media (min-width: 850px) {
    .navbar-header {
        float: left; }
    .navbar-toggle {
        display: none; }
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        display: block !important; }
}