body {
    font-family: 'playfair_displayregular';
  
}

.demo-1 .sl-slide blockquote cite,
.demo-1 .sl-slide blockquote p {
    font-family: 'playfair_displayregular';
}

.footer {
    height: 150px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 19999999;
    /*    background-image: url(../images/footer.png);*/
}

.abso {
/*
    background-color:rgba(38, 80, 3, 0.8);
      border-top: solid 2px #a9960d;
*/
/*
    background-color: rgba(173, 133, 17, 0.84);
    border-top: solid 2px #98751d;
*/
/*
        background-color: rgba(228, 179, 150, 0.74);
    border-top: solid 2px #c29377;
*/
        background-color: rgba(255,255,255,0.8);
    border-top: solid 2px #8a8a8a;
    height: auto;
    padding: 0 0 30px 0;
}

#owl-demo .item {
    position: relative;
    margin: 0 10px;
}

.logo-springfield img {
    display: inline-block;
    padding-right: 30px;
    margin-top: -30px;
}

blockquote {
    border-left: none !important;
}

span.desc {
    font-size: 18px !important;
    /* text-transform: uppercase; */
    line-height: 48px;
    font-weight: bolder;
}

.title p {
    margin: 0;
    padding: 0;
    background-color: rgba(0, 0, 0, 0.56);
    position: absolute;
    /* top: 0; */
   bottom: 4px;
    left: 4px;
    right: 4px;
    text-align: center;
    color: #fff;
    line-height: 30px;
    font-size: small;
    letter-spacing: 1px
}

.header {
    position: relative;
    z-index: 9999999;
    /* left: 0; */
    /* right: 0; */
    color: #fff;
    padding: 20px;
}

.copyright {
    position: fixed;
    bottom: 0;
    z-index: 99999999;
    left: 0;
    right: 0;
    padding-bottom: 15px;
    text-align: center;
}

.img-logo {
    display: inline-block;
}

.description-hotel {
    display: inline-block;
    border-left: 2px solid #fff;
    padding: 10px 0;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.67);
}

.logo-springfield span {
    padding: 15px 0 15px 30px;
    font-size: 13px;
    font-family: 'playfair_displayregular';
    letter-spacing: 1px;
}

.copyright p {
    text-align: center;
    margin: 0 auto;
    color: #fff;
    font-size: 0.7em;
    text-transform: uppercase;
    font-family: 'robotolight';
}
.copyright a {
        color: #5f5f5f;
    font-size: 0.7em;
    text-transform: uppercase;
    font-family: 'robotolight';
    display: block;
}
.copyright a:hover {
    color: #fff;
}
.copyright a:active {
    color: #fff;
}

.copyright a:focus {
    color: #fff;
}
.logo p {
    padding: 20px 0;
}

.logo img {
    padding: 15px 0px;
    /* width: 68px; */
}

@media screen and (min-width: 767px) {
    .owl-carousel {
        bottom: 100px;
    }
    .abso {
        height: 150px !important;
    }
}

@media screen and (max-width: 768px) {
    .logo-springfield img {
        margin: 0 auto;
        display: block;
        width: 200px;
        padding-top: 35px;
        padding-right: 0 !important;
    }
    .img-logo {
        display: inline;
    }
    .description-hotel {
        display: none;
    }
    .logo-springfield span {
        display: none;
    }
    .footer {
        /* min-height: 139px; */
        position: fixed;
        left: 0;
        height: auto;
        right: 0;
        background-repeat: no-repeat;
        bottom: 0;
        z-index: 19999999;
        /*    background-image: url(../images/footer.png);*/
        background-position: bottom center;
        background-size: auto 340px;
    }
    .owl-carousel .owl-wrapper-outer {
        position: static !important;
    }
}

@media screen and (max-width: 992px) {
    .demo-1 .sl-slide blockquote p {
        font-size: 20px!important;
        letter-spacing: 1px!important;
    }
}

@media screen and (min-width: 992px) {
  .demo-1 .sl-slide blockquote cite {
      font-size: 12px;
      padding-top: 15px;
      display: inline-block;
      font-style: normal;
      text-transform: uppercase;
      letter-spacing: 4px;
      text-shadow: #000 2px 1px 4px;
      width:50%;
  }
}


#owl-demo .item {
    /*    margin: 3px;*/
    position: relative;
}

#owl-demo .item img {
    display: block;

    height: auto;
}

.owl-carousel .owl-wrapper-outer {
    position: absolute;
    top: -20% !important;
}

.owl-item {
    padding-bottom: 15px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 736px) and (orientation: landscape) {
    .abso {
        display: none;
    }
    .demo-1 .sl-slide h2 {
        bottom: 46% !important;
        letter-spacing: 4px !important;
    }
    .copryright {
        position: fixed;
        bottom: 0;
    }
}
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(51, 51, 51, 0.5);
		z-index: 3;
}
.enter_site {
  z-index: 9;
}
