body {
    background-color: #000000;
    color: white;
    font-family: 'Trebuchet MS','Special Elite', cursive;
    font-size: 15px;
    height: 100%;
    line-height: 1.6;
}
html{height:100%;}
a {
    color: #BB0000;

    text-decoration: none;
}

a:hover {
    color: #BB0000;

    text-decoration: underline;
}

.nav-item {
    text-align: center;
    font-size: 15px;
    margin-right: 10px;
    font-weight: 400;

    text-transform: uppercase;
}

.nav-item a {
    color: #fff;
	border: 2px solid transparent;
    background: none!important;

}

.nav-item a:hover {
    color: #fff;
	border: 2px solid #f9f3ec;
}

.nav-item.active a {
    color: #fff;
	border: 2px solid #f9f3ec;
}

.tp-dottedoverlay {
    background: url("../images/gridtile.bdc21cc00e92.png");
    width: 100%;
    z-index: 1 !important;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.tp-banner-container {
    position: relative;
}

.headline-center {
    text-align: center;
color: white;
font-size: 24px;
position: relative;
margin-bottom: 20px;
padding-bottom: 15px;
}

.headline-center h2::after {

    left: 50%;
    z-index: 1;
    width: 30px;
    height: 2px;
    content: " ";
    bottom: -5px;
    margin-left: -15px;
    text-align: center;
    position: absolute;
    background: #BB0000;

}
.headline-left {

    position: relative;

}
.headline-left .headline-brd {

    color: white;
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 10px;
}
.headline-left .headline-brd a {
    color: white;
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 10px;
}
.headline-left .headline-brd a:hover {
    color: #BB0000;
}

.headline-left .headline-brd::after {

    left: 1px;
    z-index: 1;
    width: 30px;
    height: 2px;
    content: " ";
    bottom: -5px;
    position: absolute;
    background: #BB0000;

}
.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    background: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.header{
    background: url("../images/header_noexit_udine.ae5979a79bf9.png") repeat-y;
}
.contact_background{
    background: url("../images/background_header.ca7f01533c37.jpg") repeat-y;
    color: white
}

.player_data{
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width: 100%;
    margin-bottom: 5px;
}

.navbar-toggler, .navbar-toggler:hover, .navbar-toggler:focus {
    background: #BB0000;
    padding: 6px 10px;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

hr {
    margin: 30px 0;
}

#CookielawBanner{
    color: black;
}
.alert-success{
    color: white;
}
.faq-card{
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05)
}

.cut-preview-img {
  object-fit: cover; /* Do not scale the image */
  object-position: center; /* Center the image within the element */
  width: 100%;
  height: 250px;
  margin-bottom: 1rem;
}

.calendar-button{
    margin: 5px; width:90%;
}

.background-cover-fixed{
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;"
}

.text-muted{
    color: #dd0000 !important;
}

.section-title{
    text-align: center;
    margin: 10px 0;
    font-size: 2em;
}

.room-list-item {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    background: rgba(232, 227, 221, 0.3);
    margin-bottom: 10px;
}

.room-list-item .responsive-video{
     width: 100%;
     height: 200px;
}


.room-list-item:hover{
	  box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -moz-box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -o-box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}

.room-list-item .text{
    height: 100%;
    padding: 1em 1em;
    position: relative;
}
.room-list-item .rating .rating-item{
    display: table;
    overflow: hidden;
    width: 100%;
}

.room-list-item .rating .rating-item .list{
    display: table-cell;
    text-align:right;
    vertical-align: middle;
}
.room-list-item .rating .rating-item .list img{
    width: 3em;
    height: 3em;
}
.room-list-item .rating .rating-item .rating-text{
    display: table-cell;
    vertical-align: middle;
}
.room-list-item .media-content{
    background: rgba(232, 227, 221, 0.0);
    padding: 1em 1em;
    position: relative;

}
.room-list-item .book-now{
    width: 100%;
    padding:10px 0;
    background: #BB0000;
    text-align:center;
    font-size: 1.1em;
    color:#ffffff;
}
@media (min-width: 600px) {

    .room-list-item .responsive-video{
         width: 100%;
         height: 400px;
    }
    .room-list-item .text{
        float: right;
        height: 100%;
        padding: 1em 1em;
        position: relative;
    }
}