/*colors
green: 45816d
brown: #3c3229

menu:
brown: #7d6650
green: #235d5a

orange: #c4442c
orange2: #bc3f00
*/

h1 {font-size: 30px; }
h2 {font-size: 24px;color:#bc3f00 }

/*body{ background: white url('../images/background4e.jpg') center center fixed;-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover; }*/

body{ background: #eaeaea url('../images/background6.jpg') top center no-repeat;-webkit-background-size: 100% auto !important;
	-moz-background-size: 100% auto !important;
	-o-background-size: 100% auto !important;
	background-size: 100% auto !important; }

/* { font-family: 'Open Sans', sans-serif; }*/
/* { font-family: 'Fira Sans', sans-serif; }*/

.main-container {
    background: white; /*#efefef*/
}

p {
    line-height: 1.6em;
    font-size: 15px;
}

.top {
    /*min-height: 250px;
    background: white url(../images/background6.jpg) 0px -350px;
    margin: 0px 0px 10px 0px;*/
}
.top > div {
    padding: 20px;
}
.top .col1 {
    padding-right: 2px !important;
}
.top .col2 {
    padding-left: 2px !important;
}

.logo {
    margin-bottom: 15px;
}

hr {
    display:block;
    height:1px;
    border:0;   
    background-color: #dedede;
    width: 100%;
    margin:30px 0px;
    padding:0px;
    clear: both;
}

.navbar {
    border-width: 0 !important;
    border: 0 !important;
    margin-bottom: 0px !important;
    border-radius: 0px !important;
}
.navbar-inverse {
    background-color: #3c3229 !important;
    border-color: #e6e6e6 !important;
}
.navbar-inverse .container-fluid {
    padding-left: 0px;
}
.navbar-top .navbar-nav {
    margin: 0px -15px !important;
}
.navbar-top .navbar-nav li a {
    padding-left: 30px !important;
    padding-right: 30px !important;
}
.navbar-inverse .navbar-nav>li>a {
    color: #ccc !important;
    transition: background-color 1.5s ease;
    font-size: 15px;
}
.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
    color: white;
    background: #337d4c !important;/*#45816d #235d5a #1b6047 #337d4c*/
    transition: background-color 1s ease;
}
.navbar-reserve {
    background-color: #111 !important;
    border-color: #e6e6e6 !important;
}
.navbar-reserve li {
    padding: 12px 5px 10px 5px;
    color: #999 !important;
}
.navbar-reserve .btn-warning {
    height: 28px;
    background-color: #235d3c !important;/*#235d5a #1b6047 #235d3c*/
    padding-top: 4px;
    padding-bottom: 4px;
}
.navbar-reserve #roomid {
    width: 100px;
    min-width: 100px;
}
.navbar-reserve #number {
    width: 40px;
    min-width: 40px;
}
.navbar-reserve input {
    width: 80px;
    min-width: 80px;
}
.navbar-reserve input,
.navbar-reserve select {
    margin-left: 5px;
    height: 26px;
    color: slategrey;
}
.btn-reserve-homepage {
    margin-top: -2px;
    margin-left: 7px;
    margin-right: 5px;
}
.reserve-title {
    padding: 14px 0px 0px 9px;
    display: block;
    font-size: 15px;
    color: #9f9f9f;
    width: 73px;
    overflow: hidden;
}
.mainmenu-title {
    padding: 14px 10px 0px 34px;
    display: block;
    font-size: 15px;
    display: none;
    color: #ddd;
}
.navbar-top li > a {
    padding-left: 25px;
    padding-right: 25px;
}
.navbar li.active {
    background: #7d6650 !important;/*#7d6650 #235d5a #1b6047*/
}
.navbar li.active a {
    margin-left: 0px !important;
}

#footer{
    background-color:#3c3229;
    padding: 20px 0;
    color: #EF892E;
    min-height: 80px;
    margin-top: 30px;
}
#footer div {
    padding-top: 15px;
    padding-bottom: 20px;
    padding-right: 20px;
}
#footer p{
    display: block;
    padding: 5px 0px;
    height: 5px;
}
#footer a{
    color: #9d9d9d;
    font-weight: normal;
    padding: 11px;
}
#footer a:hover {
    text-decoration: underline;
}
#footer h5{
    font-size: 24px;
    color: #EF892E;
    border-bottom: 2px solid #EF892E;
    display: inline-block;
    line-height: 34px;
}
#footer li {
    list-style-type: none;
    float: right;
}
.headline{
  display: block;
  height: 38px;
  border-bottom: 1px solid #444444;
  margin-bottom: 10px;
}

.copyright {
  font-size: 13px;
  padding: 5px 10px;
  background: #3c3229;
    color: #666666;
}
.copyright p {
    color: #aaa;
    margin: 10px 0;
    font-size: 13px;
}
.copyright a{
    color: #70c02c;
}
.copyright a:hover {
    text-decoration: underline;
}

.mh {
    min-height: 100vh;
}

#header {
    /*border-bottom: 1px solid #e9e9e9;*/
    margin-bottom: 30px;
}
#header > div > div {
    padding: 30px 0px 12px 0px;
}
#header h1 {
    /*color: #235d5a;
    font-size: 36px;*/
    color: #00396C;
    font-size: 28px;
    font-weight: 400;
    margin-bottom: -13px;
    margin-top: 0;
    line-height: 1.3em;
}
.header-mapa {
    border-bottom: none !important;
    margin-bottom: 0px !important;
}

.well-1,
.well-2,
.well-3,
.well-4 {
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow:  none !important;
}
.well-1 {
    background:#5b5147;
    color:white;
    text-align: center;
    margin: 11px 0px 14px 0px;
    border-radius: 0px;
    padding-bottom: 10px;
    height: 404px;
    font-size: 16px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.well-1 p {
    line-height: 22px;
}
.well-1 h2,
.well-1 a {
    color:white;
}
.well-1 h1 {
    font-size: 16px;
    color: white;
    padding: 0px;
    margin: 0px;
    line-height: 22px;
}
.well-1 img {
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
}
.well-2 {
    margin: 11px 0px 6px 0px;
    padding: 0px;
}
.well-3 {
    background: #d5c7af;
    color:#333;
    text-align: left;
    margin: 0px 0px 14px 0px;
    border-radius: 0px;
    padding-bottom: 10px;
}
.well-3 h2 {
    color: #c4442c;
    margin-top: 3px;
}
.well-3 a {
    color: #3365fe;
}
.well-3,
.well-4 {
    font-size: 16px;
}
.well-3 h2,
.well-4 h2 {
    font-size: 24px;
}
.well-4 {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 0px;
    padding-top: 10px;
}
.well-4 h2 {
    margin-top: 10px;
    margin-bottom: 17px;
    color: #bc3f00;
}
.hedr .col-md-3 {
    padding-right: 0px;
}

.langswitch {
    margin-left: 3px;
    display: block;
    float: right;
    margin-bottom: 14px;
    opacity: 0.5;
}

.langselected {
    opacity: 1;
}

.inforezerv {
    margin-bottom: 16px;
    float: right;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: white;
    /*margin-left: 15px;*/
}

.room { 
    padding: 5px 0px 0px 0px;
    display: inline-block;
    /*background: #d5c7af;*/
    background: #ddd;
}
.room .inner { 
    background: white;
    display: inline-block;
    /*position: relative;*/
}
.room .col1 {
    padding: 30px 30px 30px 30px;
    position: relative;
}
.room .col2 {
    padding: 30px 30px 30px 10px;
    line-height: 1.6em;
    font-size: 15px !important;
}
.room .btn-warning,
.roso .btn-warning {
    height: 28px;
    background-color: #d93d00 !important; /* #235d3c */
    padding: 4px 10px;
    margin-top: 15px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
    display: inline-table;
    /*border: 1px solid #133d1c;*/
    transition: background-color 1.5s ease;
    font-size: 15px;
    color: white !important;
    position: absolute;
    bottom: 15px;
    right: -145px;
    z-index: 101;
    text-decoration: none;
}
.room .btn-warning:hover,
.roso .btn-warning:hover {
    background: #ff7701 !important; /* #337d4c */
    transition: background-color 1s ease;
}
.roso .btn-warning {
    /*background: #00396C !important;*/
    right: -540px;
    bottom: -15px;
}
.roso .btn-warning:hover {
    /*background: #5c80a0 !important;*/
}
.roso .btn-back {
    height: 28px;
    color: #d93d00 !important; /* #00396C */
    padding: 4px 10px;
    margin-top: 15px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
    display: inline-table;
    /*border: 1px solid #133d1c;*/
    transition: color 1.5s ease;
    font-size: 15px;
    background: white !important;
    position: absolute;
    right: -50px;
    bottom: -15px;
    z-index: 100;
    text-decoration: none;
}
.roso .btn-back:hover {
    color: #ff7701 !important;
}
.room h2 {
    margin-top: 0px !important;
    margin-bottom: 15px;
}
.room a {
    text-decoration: none;
    transition: 1s ease;
}
.room a:hover h2 {
    color: #00396C;
}

.galleries {
    margin-left: 20px;
}
.galleries h2 {
    margin-top: 0px !important;
    margin-bottom: 15px;
}
.galleries a {
    text-decoration: none;
    transition: 1s ease;
}
.galleries a:hover h2 {
    color: #00396C;
}

.rawhtml {
    padding-left: 18px;
    padding-bottom: 30px;
    font-size: 15px;
    padding-right: 18px;
}

.room-box {
    height: 5px;
    display: block;
    background: #ddd;
    margin-left: -15px;
    margin-right: -15px;
}

.carousel .item {
    max-width: 848px;
}

.single-image {
    overflow: hidden;
    display: block;
    margin-right: 20px;
    margin-bottom: 30px;
    float: left;
    cursor: zoom-in;
}

figure img {
    cursor: default;
}

.images {
    margin-left: 35px;
    padding-right: 20px;
}

.image-source-link {
	color: #98C3D1;
}

.table-cenik tbody tr {
    background-color: #ddc9b4;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #c3ae99;
}
/*.table-cenik tbody tr:hover {
    background-color: #eee;
}*/
/*.table-cenik tbody td:hover {
    font-weight: bold;
    cursor: pointer;
}*/
.table-cenik tbody td {
    font-size: 16px;
}
.table-cenik tbody td,
.table-cenik tbody th {
    line-height: 28px !important;
}
.table-cenik tbody tr th {
    background: white;
    font-size: 14px;
}

.wrapper-kontakty {
    background: url(../images/wrapper-kontakty.jpg) top right no-repeat;
}
.wrapper-kontakty p {
    font-size: 18px; 
    background: white;
    opacity: 0.7;
    color: black;
}
.wrapper-kontakty p:empty {
    opacity: 0;
}

.form-control {
    margin-bottom: 10px;
}

.form-first { 
    vertical-align:middle;
    height: 48px;
}
.form-first label {
    padding: 10px 5px;
}
.nights-counter {
    padding: 10px 5px 5px 5px;
    display: block;
}

.block-terms h2 {
    font-size: 18px;
}
.block-terms h3 {
    line-height: 1.6em;
    font-size: 15px;
    margin: 0 0 10px;
}

.mapa {
    background-color: #e5e3df;
    display: block;
    width: 100%;
}

.datepicker-reserve {
    width:110px !important;
    float:left;
}

iframe {
    border: 0 !important;
}

/*lightbox*/
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-close {
    cursor: pointer !important;
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

@-moz-keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

@-o-keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

@keyframes fadeIn {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

.mfp-open .mfp-figure {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 0.1s;
    -moz-animation-duration: 0.1s;
    -ms-animation-duration: 0.1s;
    -o-animation-duration: 0.1s;
    animation-duration: 0.1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility:    hidden;
    -ms-backface-visibility:     hidden;
}

/*custom*/
.clear { clear:both}
.left { float:left}
.right { float:right}
.relative { position:relative}
.absolute { position:absolute}
.text-center { text-align:center}
.text-left { text-align:left}
.text-right { text-align:right}
.text-bold { font-weight:bold}
.bg-white { background-color:white !important}
.w { width:100%}
.w4 { width: 400px !important}
.ml20 { margin-left: 20px !important}
.ml-20 { margin-left: -20px !important}
.pb50 { padding-bottom: 50px !important}
.fs16 { font-size:16px !important; }