@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue.otf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica Neue Light';
    src: url('../fonts/HelveticaNeue-Light.otf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica Neue Bold';
    src: url('../fonts/HelveticaNeue-Bold.otf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica Neue Bolder';
    src: url('../fonts/HelveticaNeue-CondensedBold.otf');
    font-weight: normal;
    font-style: normal;
}

body, html {
    scroll-behavior: smooth;
}

button:focus, .btn:focus,
button:focus:active, .btn:focus:active {
    outline: none;
}
#bootstrap-overrides .navbar-header {
    background: url("../images/logo.png") no-repeat;
    background-position: 50%;
    background-size: contain;
    height: 124px;
    margin: 20px 0px;
}

img {
    max-width: 100%;
}
.navbar-nav {
    float: right;
}
#prices p {
    margin: 0;
}
#hotel p {
    margin: 0 0 10px;
    font-size: 1.3em;
    line-height: 2em;
}
#bootstrap-overrides .carousel-caption {
	top: 55%;
	transform: translateY(-60%);
}
#bootstrap-overrides .carousel-caption a {
    color:#630e0f;
}
#bootstrap-overrides .carousel-caption a:hover {
    color:#630e0f;
    text-decoration: none;
}
#bootstrap-overrides .container-fluid {
    padding-right: 0px;
    padding-left: 40px;
}
#bootstrap-overrides .navbar-nav>li>a {
	padding: 70px 30px 20px;
    text-align: center;
}
@media (min-width: 1023px) and (max-width: 1292px) {
    #bootstrap-overrides .navbar-nav>li>a {
        padding: 70px 15px 20px;
    }
}
#mob-only {
    display: none;
}
#bootstrap-overrides .navbar-inverse {
    background-color: rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid #dedede;
}
#bootstrap-overrides .navbar-inverse .navbar-nav>li>a {
	color:#231f20;
}
#bootstrap-overrides .navbar-inverse .navbar-nav>li>a.dropdown-toggle {
	color:#630e0f;
	border-top: 5px solid;
    background-color: inherit;
}
#bootstrap-overrides .navbar-inverse .navbar-nav>li>a:hover {
    border-top: 5px solid;
    color: #630e0f;
    background-color: inherit;
}
#bootstrap-overrides .navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #630e0f;
    border-top: 5px solid;
    background-color: inherit;
}
.navbar-brand img {
	max-width: 400px;
}

.fa {
	padding-bottom: 20px;
} 
body {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.43;
	color:#231f20;
}
.container-full {
  margin: 0 auto;
  width: 100%;
  padding: 0 40px;
}
.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
h1 {
	text-decoration: uppercase;
	font-family: 'Helvetica Neue Light', Helvetica, Arial, sans-serif;
	font-size: 36pt;
	padding: 100px 0 40px;
}
p span {
    font: 6em/75% 'Helvetica Neue Light', Helvetica, Arial, sans-serif;
    padding-right: 20px;
    color: #630e0f;
    float: left;
}
.container-full .left {
	float:left;
	width: 50%;
}
.container-full .right {
	float:right;
    width: 50%;
}
.clear {
	clear: both;
}


.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.8);
 }

#bootstrap-overrides .dropdown-menu {
	min-width: 100px;
	top:104%;
	text-align: center;
	border:none;
	  -webkit-box-shadow: 0px -4px 12px rgba(0, 0, 0, .175);
          box-shadow: 0px -4px 12px rgba(0, 0, 0, .175);
}

#bootstrap-overrides .dropdown-menu > li > a {
  padding: 10px 20px;
}

#bootstrap-overrides .dropdown-menu > li > a:hover,
#bootstrap-overrides .dropdown-menu > li > a:focus {
  color: #630e0f;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.3);
}

.dropdown-menu:after {
  position: absolute;
  top: -6px;
  left: 46%;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid rgba(255, 255, 255, 0.8);
  border-left: 6px solid transparent;
  content: '';
}


#bootstrap-overrides button.btn.book-now {
    background-color: rgba(255, 255, 255, .7);
    border: 2px solid #fff;
    color: #630e0f;
    padding: 40px;
    font-size: xx-large;
}


#bootstrap-overrides button.btn.book-now:hover {
    background-color: rgba(255,255,255,.9);
}


#bootstrap-overrides .btn.book-now-red {
    background-color: #630e0f;
    color:#fff;
    padding: 10px;
    font-size: large;
    width: 100%;
    margin: 20px 0;
}

#bootstrap-overrides .btn.book-now-red:hover {
    background-color: #4c0a0b;
}
#bootstrap-overrides a.btn.showmore {
    background-color: transparent;
    border: 1px solid;
    border-radius: 40px;
    color: #630e0f;
    font-size: medium;
    margin: 30px 0 0;
    padding: 10px 20px;
}

#bootstrap-overrides a.btn.showmore:hover {
    background-color: #f5f5f5;
}
#bootstrap-overrides .thumbnail p {
    /*height: 130px;*/
}

a.btn.showmore span {
  display: inline-block;
  position: relative;  
}
a.btn.showmore span:before,
a.btn.showmore span:after {
    content: "";
    position: absolute;
    border-bottom: 1px solid #630e0f;
    margin: 10px 0;
        width: 100%;
}
a.btn.showmore span:before {
  right: 100%;
  margin-right: 20px;
}
a.btn.showmore span:after {
  left: 100%;
  margin-left: 20px;
}

#showmore {
    margin: auto;
    width: 30%;
    padding: 0 40px;
    text-align: center;
}

#iservice {
    width: 100%;
    text-align: center;
    margin: 10px 0 0;
    padding: 0;
    color: #630e0f;
}
#room-gal {
    margin-bottom: 20px;
    display: inline-block;
}
.datum i {
    position: absolute;
    bottom: 10px;
    right: 24px;
    top: auto;
    cursor: pointer;
    padding: 0;
}
h3.reservation-heading {
    font-size: 26px;
    padding: 0px 20px 20px 0;
    margin-bottom: 30px;
    color: #630e0f;
    border-bottom: 3px solid #630e0f;
}
#map {
    width: 100%;
    height: 500px;
}
#contact i {
    color: #f3f3f3;
    font-size: 180px;
    left: -30px;
    line-height: 1;
    position: absolute;
    text-align: center;
    margin-top: 20px;
    width: 100%;
    z-index: 0;
    padding: 0;
}
#contact a {
    color: #000;
    display: block;
    font-family: 'Helvetica Neue Light';
    font-size: 48px;
    line-height: 200px;
    position: relative;
    text-align: center;
    z-index: 1;
}
#contact a:hover, a:active, a:focus {
    text-decoration: none;
    color:#333;
    cursor: pointer;
}
#footer {
width: 100%;
/*    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), bottom, image  url(images/slider/1.jpg); */
    color: #6c6c6c;
    background-color: #333;
    padding: 40px;
    margin-top: 20px;
}
#footer a {
color: #6c6c6c;
    font-family: 'Helvetica Neue Bold';
    font-size: 12pt;
 
}
#footer a:hover {
text-decoration: none;
color:#868686;
 
}
.firma {
    text-align: right;
    padding: 80px 0 0;
}
#bootstrap-overrides ul.footer-menu:after {
  clear: both;
  display: block;
  content: "";
}

#bootstrap-overrides .footer-menu-item {
    float: left;
        display: block;
            padding: 80px 10px;
}

/* Moje */

.thumbnail {
    padding: 20px;
}

/* NEW */
.thumbnail-xml {
    height: 520px;
}
.thumbnail-xml h3 {
    height: 52px;
}
.thumbnail-xml p {
    /*height: 80px;*/
}
.thumbnail-xml .price {
    text-align: center;
    height: 22px;
}
.thumbnail-xml .price span {
    font-weight: 700;
    font-size: 16px;
    color: #4c0a0b;
}
/* END NEW */

.thumbnail > .caption {
    padding: 0;
}
.thumbnail ul {
    list-style-type: none;
    padding: 0;
    margin: 20px 0;
}
.thumbnail ul li {
    border-top: 1px solid #ddd;
    padding: 10px 0;
    position: relative;
}
.thumbnail ul li:first-child {
    border-top: none;
}
.thumbnail ul li > .title {
    text-transform: uppercase;
    font-weight: bold;
}
.thumbnail ul li > .content {
    position: absolute;
    right:0;
}
.thumbnail i {
    color: #630e0f;
}
.thumbnail i.fa-check, .good {
    color: #009c33;
}
.thumbnail i.fa-times, .bad {
    color: #f44336;
}
.thumbnail .plus {
    opacity: .5;
    display: inline-block;
}
.table td {
    vertical-align: middle !important;
}
#gallery .thumbnail {
    margin-bottom: 0;
}
