/*
Global
*/

@font-face {
    font-family: 'SelfieBlack';
    src: url('../fonts/Selfie-Black.otf')  format('truetype');
}

body {
  position:relative;
  overflow-x: hidden;
  font-family: Open Sans;
  font-size: 12px;
  color: black;
  background-color: white;
}

a {
  color: #c4ae7c;
}

a:hover {
  color: #c4ae7c;
  text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /*font-family: 'SelfieBlack';*/
  font-size: 16px;
  font-weight: bold;
}   

.def_color {
  color: #c4ae7c;
}

h2 {
    text-align: center;
}

@media (max-width: 850px) {
    h1 {
        text-shadow: 0px 0px 3px #c4ae7c;
    }
}

/*
Navbar
*/

.navbar {
  background-color: #c4ae7c;
}

.nav-link {
  color: white! important;
    font-weight: bold;
    padding-top: 7px;
}
a.nav-link:hover {
  color: white! important;
}

@media (min-width: 850px) {
  .navbar {
    display: none;
  }
}

/*
Header
*/

header.masthead {
    position:relative;
}
header.masthead .container-fluid {
    padding:0px;
}
#header_background {
    background-image: url('/img/hlavicka_hotel.jpg');
    background-size: cover;
}
#header_logo {
    float: right;
    margin-top:15px;
}
#header_link_box{
    padding-top: 50px;
}
.header_link {
    font-size: 130%;
    color: white;
    font-weight: bold;
    border: 1px solid transparent;
    padding: 8px;
}
.header_link:hover {
    color: white;
    text-decoration: none;
    border: 1px solid #c4ae7c;
}

/*
Top menu
*/

.top_menu {
    color: white;
    text-transform: uppercase;
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin: 5px;
    text-align: right;
    margin-left: 30%;
    width: 190px;
    padding-right: 20px;
    border: 2px #282828 solid;
}
.top_menu:hover {
    color: white;
    border: 2px #c4ae7c solid;
    text-decoration: none;
}
#logo_box {
    width: 200px;
    height: 60px;
    margin: 40px;
    display: block;
}
#fb_icon {
    height: 45px;
    width: 45px;
    display: block;
    margin-left: 70px;
    float:left;
    background-image: url('/img/facebook_aktiv.svg');
    background-repeat: no-repeat;
    background-position: right;
}
#fb_icon:hover {
    background-image: url('/img/facebook_pasiv.svg');
}
#insta_icon {
    height: 45px;
    width: 45px;
    display: block;
    margin-left: 130px;
    background-image: url('/img/instagram_aktiv.svg');
    background-repeat: no-repeat;
    background-position: right;
}
#insta_icon:hover {
    background-image: url('/img/instagram_pasiv.svg');
}
#fb_icon_navbar {
    width: 50px;
    height: 50px;
    display: block;
    background-image: url('/img/facebook_aktiv.svg');
}
#insta_icon_navbar {
    width: 50px;
    height: 50px;
    display: block;
    margin-right: 20px;
    background-image: url('/img/instagram_aktiv.svg');
}

@media (max-width: 850px) {
    body {
        background-image: url('/img/hlavicka_hotel.jpg');
        background-size: cover;
    }
    #header_background {
        background-image: none;
    }
    #logo_box {
        margin:10px;
    }
    #header_link_box{
        padding-top: 10px;
    }
    .header_link {
        margin-left: 35px
    }
    #header_logo {
        margin-left:20%;
        float: initial;
    }
    #fb_icon {
        float:right;
        margin-top: 0px;
        margin-right: 110px;
    }
    #insta_icon {
        margin-top: 0px;
        margin-left: 100px;
    }
    .header_link {
        line-height: 40px;
    }
}

/*
* Search
*/

#search_background {
    background-color:rgba(0, 0, 0, 0.3);
    color: white;
    margin: 0px 10px 0px 10px;
}
#search_background input, #reservation_search input {
    background-color: transparent;
    color: white;
    width: 20px;
    height: 26px;
    text-align: center;
    border: 0px;
}
#search_background label, #reservation_search label {
    margin-top: 3px;
}
#search_arrival, #reservations_arrival {
    border: 1px solid #c4ae7c;
    padding: 0px 10px 0px 10px;
}
#search_arrival input, #reservations_arrival input {
    width: 100%;
}
#search_department, #reservations_department {
    border: 1px solid #c4ae7c;
    padding: 0px 10px 0px 10px;
}
#search_department input, #reservations_department input {
    width: 100%;
}
#search_detail {
    border: 1px solid #c4ae7c;
    height: 31px;
    line-height: 26px;
    padding: 0px 10px 0px 10px;
}
#search_background input#search_submit {
    width: 100%;
    border: none;
    background-color: #c4ae7c;
    color: black;
    font-weight: bold;
    height: 30px;
}
.calendar-icon {
    padding-right: 5px;
}

@media (max-width: 850px) {
    .calendar-icon {
        padding-right: 1px;
    }
    #search_background {
        background-color:rgba(0, 0, 0, 0.3);
        color: white;
        margin: 0px;
        padding: 0px;
    }
    #search_background .col {
        padding-right: 0px;
    }
}

/*
* Our offer
*/

.our_offer {
    display: inline-block;
    color: black; /*#1d1d1d;*/
    padding: 0px 10px 0px 10px;
    line-height: 14px;
    font-size: 14px;
    font-weight: bold;
    //margin: 0px 5px 0px 5px!important;
    //cursor: pointer;
    height: 470px;
}
.our_offer:hover, .our_offer_active {
    color: black;
    text-decoration: none;
}
.our_offer_link {
    cursor: pointer;
}
.our_offer img {
    /*-webkit-filter: brightness(60%);
    filter: brightness(60%);*/
}
.our_offer:hover img {
    /*-webkit-filter: brightness(100%);
    filter: brightness(100%);*/
}
.our_offer h2 {
    text-align:left;
    margin: 10px 0px 10px 0px;
}
.our_offer_price {
    color: black;
    font-weight: bold;
    /*padding: 10px 0px 10px 0px;*/
    position: relative;
    /*border: 1px transparent solid;*/
    margin-top: 10px;
}
.our_offer:hover .our_offer_price { 
    color: white;
    /*border: 1px white solid;*/
    /*padding: 10px;*/
}
.our_offer:hover .our_offer_price::after {
    width: 100px;
    height: 40px;
    display: block;
    content: ' ';
    position: absolute;
    background-image: url('/img/arrow_left.png');
    background-repeat: no-repeat;
    margin: 20px 0px 0px 80px;
}
.our_offer:hover select {
    color: white!important;
    background-image: url('/img/arrow.png');
}
.our_offer_active .our_offer_price {
    color: white;
    /*border: 1px white solid;*/
    /*padding: 10px;*/
}
.our_offer_active .our_offer_price::after {
    width: 100px;
    height: 40px;
    display: block;
    content: ' ';
    background-image: url('/img/arrow_left.png');
    background-repeat: no-repeat;
    position: absolute;
    margin: 20px 0px 0px 80px;
}
.our_offer_active select {
    color: white!important;
    background-image: url('/img/arrow.png');
}

.room_persons,.room_persons:active {
    background-image: url('/img/arrow_black.png');
    color: black!important;
    font-weight: bold!important;
}
.room_persons option, .room_persons:hover option {
    color: black!important;
}
.our_offer_price:hover .room_persons {
    background-image: url('/img/arrow.png');
    color: white!important;
    font-weight: bold!important;
}

#our_offer_reservation_link {
    font-size: 150%;
    color: white;
    font-weight: bold;
    border: 2px solid #c4ae7c;
    padding: 8px;
    margin-bottom: 20px;
}
#our_offer_reservation_link:hover {
    color: white;
    text-decoration: none;
    border: 2px solid white;
}


/*
* Room
*/

#room {
    background-color: #282828;
    padding: 0px;
    color: #c4ae7c;
}

.room_link {
    position: relative;
    background-size: cover;
    width: 40%;
    height: 200px;
    display: inline-block;
    margin: 10px;
}

#room_detail div.room_link_cover_black {
    display: none;
    width: 100%;
    height: 100%;
    top:0px;
    left:0px;
    position: absolute;
    background: black;
    z-index:2;
    opacity: 0.6;
}

#room_detail div.room_link_cover {
    display: none;
    width: 40px;
    height: 40px;
    top:calc(50% - 20px);
    left:calc(50% - 20px);
    position: absolute;
    background-image: url("../img/plus_white.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    z-index:3;
}

#room h2 {
    text-align: left;
}

.free_terms_button {
    background: white;
    color: black;
    padding: 5px 10px 5px 10px;
}
.free_terms_button:hover {
    background: #c4ae7c;
    color: black;
    text-decoration: none;
}

.reservations_button {
    text-align: center;
    border: 1px solid white;
    color: #c4ae7c;
    padding: 5px 10px 5px 10px;
}
.reservations_button:hover {
    border: 1px solid #c4ae7c;
    background: #c4ae7c;
    color: black;
    text-decoration: none;
}

@media (max-width: 850px) {
    .free_terms_button {
        width:100%;
        display:block;
    }
    .reservations_button {
        margin-top: 20px;
        display: block;
    }
    .room_link {
        height: 100px;
    }
}

/*
* Order form
*/

#order {
    padding: 50px 0px 30px 0px;
    background-color: #282828;
    color: white;
}


#order h2 {
    text-align: left!important;
}

#order_form_left {
    background-color: #c4ae7c;
    padding: 0px!important;
    color: black;
    margin-left: 25px;
}

#order_form_left a {
    color: black;
}

.order_form_left_white_text {
    color: white;
    font-weight: bold;
}

.order_form_left_gold_block {
    margin: 15px;
}

.order_form_left_white_block {
    padding: 15px;
    background-color: white;
    color: black;
}

.order_form_left_black_fill {
    background-color: #282828;
    height: 60%; /* Should be 100% */
}

#order_form_right h2 {
    font-size: 200%!important;
    color: #c4ae7c;
}

#order_form_right input[type=text] {
    color: #c4ae7c;
    width: 100%;
    /*height: 30px;*/
    border: 2px white solid;
    border-radius: 2px;
    background-color: #282828;
    padding: 5px;
    margin: 10px 0px 10px 0px;
    text-align: left;
}

#order_form_right textarea {
    color: #c4ae7c;
    width: 100%;
    height: 100px;
    border: 2px white solid;
    border-radius: 2px;
    background-color: #282828;
    padding: 5px;
    margin: 10px 0px 10px 0px;
    text-align: left;
}

.order_button {
    font-weight: bold;
    font-size: 120%;
    background: #c4ae7c;
    color: white;
    padding: 10px 20px 10px 20px;
    border: 0px;
}
.order_button:hover {
    background: white;
    color: #c4ae7c;
    text-decoration: none;
}

@media (max-width: 850px) {
    #order_form_left, #order_form_right {
        margin: 5%;
    }
}

/*
* Footer
*/

footer {
  background-color: #282828;
  color: white;
}
footer a {
  color: white;
  text-decoration: none;
}
footer a:hover {
    color: #c4ae7c;
    text-decoration: none;
}
.contact_icons {
    background-repeat: no-repeat;
    padding-left: 30px;
    background-size: 20px 20px;
    min-height: 20px;
}
.contact_phone {
    background-image: url('/img/telefon.svg');
}
.contact_gps {
    background-image: url('/img/gps.svg');
    background-position: 0px 8px;
}
.contact_mail {
    background-image: url('/img/mail.svg');
}

#footer_reference {
    padding: 10px;
    color: #5f5f5f;
    background-color: #282828;
}
#footer_reference a {
    color: #5f5f5f;
    text-decoration: none;
}
#footer_reference a:hover {
    color: #c4ae7c;
    text-decoration: none;
}

@media (max-width: 850px) {
    #footer_separator {
        display: none;
    }
    #footer_reference {
        padding-left: 10%;
    }
}

#top_arrow {
    background: url(../img/sipka_bila.svg) no-repeat center;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    position: fixed;
    width: 45px;
    height: 45px;
    display:block;
    z-index:2;
    bottom: 70px;
    right:70px;
}

@media (max-width: 850px) {
    #footer_left_block {
        text-align: left;
        padding: 30px;
    }
    #footer_right_block {
        text-align: left;
        padding: 30px;
    }
}

/*
* Reservations
*/

#reservation-block {
    background-image: url("/img/pozadi.jpg");
    color: white;
    display: none;
}
#reservation_search {
    background-color: #282828;
    padding: 7px 20px 7px 20px;
    margin-top:30px;
}
#reservation-warning {
    color: red;
    font-weight: bold;
    text-align: center;
    font-size: 110%;
}
#reservation-table {
    width: 100%;
    color: black;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}
.date_td {
    background-color: #282828;
    color: white;
    font-weight: bold;
}
.transparent_td {
    background-color: transparent;
}
.room_td {
    font-weight: bold;
    width: 70px;
    text-align: left;
}
.reservation_td {
    background-color: #c5af7d;
    border: 1px black solid;
}

.start-reservation,
.stop-reservation,
.reservation {
    position: relative;
    left: -2px;
    /*top: -35px;*/
    border: none;
    display: block;
    background-color: transparent;
    width: 100%;
    height: 10px;
    opacity: 0.5;
    border-radius: 0;
}
.start-reservation:after,
.stop-reservation:after,
.reservation:after{
    content: '';
    background-color: green;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to left top, white 50%, transparent 50%)
}

.stop-reservation:after{
    background: linear-gradient(to right bottom, white 50%, transparent 50%)
}
.reservation:after{
    background: none;
    background-color: white;
}

/*
* Slider
*/

* {
    box-sizing: border-box;
}

.slider {
    width: 100%;
    /*margin: 20px auto;*/
}

.slick-slide {
    /*margin: 0px 20px;*/
}

.slick-slide img {
    width: 100%;
}

.slick-prev:before,
.slick-next:before {
    color: #ff3030;
    font-size:30px;
}

.slick-prev {
    top: -28px;
    left: -70px!important;
    z-index: 2;
}
.slick-next {
    top: -28px;
    right: -70px!important;
    z-index: 2;
}

.slick-prev::before, .slick-next::before{
    color:transparent!important;
}

.slick-slide {
    transition: all ease-in-out .3s;
    /*opacity: .2;*/
}

.slick-active {
    /*opacity: .5;*/
    opacity: 1;
}

.slick-current {
    opacity: 1;
}

.slider {
    width: 100%;
    margin: 0 auto;
}

.slick-dots {
    display: none!important;
}

.slick-arrow {
    width: 50px!important;
    height: 50px!important;
    display: block;
}

[dir='rtl'] .slick-prev:before, .slick-prev:before
{
    content: '';
    transform: rotate(90deg);
    background-image: url('/img/sipka_bila.svg');
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    display: block;
}

[dir='rtl'] .slick-next:before, .slick-next:before
{
    content: '';
    transform: rotate(270deg);
    background-image: url('/img/sipka_bila.svg');
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    display: block;
}

/*
 * Alert
 */

#top-alert {
    z-index:1;
    margin-left: auto;
    margin-right: auto;
    top: 200px;
    left: 0;
    right: 0;
}

/*
 * Toggle function
 */

.toggle_text {
    max-height: 0px;
    opacity: 0;
    transition: all 0.5s ease;
    z-index: 0;
    position: relative;
    overflow: hidden;
}

.toggle_text_active {
    max-height: none;
    opacity: 1;
    transition: all 0.6s ease;
    z-index: 1;
    position: relative;
}
.toggle_arrow {
    margin: 0 auto;
    display: block;
    margin-bottom: 10px;
    width: 30px;
    height: 16px;
    background-image: url('/img/sipka_bila.svg');
}
.toggle_arrow_active {
    background-image: url('/img/sipka_aktiv.svg');
    display:none;
}

/*
* jQuery modal popup
*/

.modal {
    overflow-y: auto!important;
    max-width: 1000px!important;
}

.modal a.close-modal {
    top: 10px!important;
    right: 10px!important;
}

.close-modal{
    // display:none!important;
    maring: 50px!important;
}

/*
* Bublina
*/

.dvhdr2 {
    background: #c4ae7c;
    font-family:arial;
    font-size:12px;
    font-weight:bold;
    color:black;
    /*border-left:1px solid #70ac48;
    border-right:1px solid #70ac48;
    border-top:1px solid #70ac48;
    border-radius: 10%;*/
    padding:10px;
    width:240px;
}

.dvbdy2 {
    background: #c4ae7c;
    font-family:arial;
    font-size:12px;
    color:black;
    /*border-left:1px solid #70ac48;
    border-right:1px solid #70ac48;
    border-bottom:1px solid #70ac48;
    border-top:1px solid #70ac48;
    border-radius: 10%;*/
    padding:10px;
    width:240px;
}

/*
* Selects
*/

select {
    padding: 0em 1.4em 0em .8em;
    color: white;
    /*display: block;
    font-size: 16px;
    font-family: sans-serif;
    font-weight: 700;
    line-height: 1.3;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;*/
    border: 0px solid #aaa;
    box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
    border-radius: .5em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    background-image: url('/img/arrow.png')/*,
    linear-gradient(to bottom, black 0%,#e5e5e5 100%)*/;
    background-repeat: no-repeat, repeat;
    background-position: right .2em top 50%, 0 0;
    background-size: 1em auto, 100%;
}
select::-ms-expand {
    display: none;
}
select:hover {
    color: white!important;
    background-color: transparent;
}
select:focus {
    color: white!important;
    /*box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
    box-shadow: 0 0 0 3px -moz-mac-focusring;*/
    outline: none;
    background-color: transparent;
}
select:active {
    color: black!important;
    background-color: transparent;
}
select option {
    font-weight:normal;
}

/*
Bootstrap corrections
*/

.pull-right {
  float: right !important; 
}

.borderless td, .borderless th {
    border: none;
    padding: 0px;
}

.row-no-padding {
    margin-left: 0;
    margin-right: 0;
}

/*
* Chrome fix
*/

li {
    list-style-position: inside;
}

