/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

html, body {
    width: 100%;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
    font-family: "Oxygen", sans-serif;
    font-size: 14px;
}

h1, h2, h3, h4 {
    font-weight: 300;
    color: #cb4b42;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.17em;
}

h4 {
    font-size: 1em;
}

h5 {
    font-size: 0.83em;
}

h6 {
    font-size: 0.67em;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover, a.active {
    color: #cb4b42;
}

a.active {
    font-weight: 600;
}

p {
    font-size: 1.2em;
    margin: 1rem 0;
}

@media screen and (min-width: 992px) {
    #header {
        height: 500px;
    }

    #penzion #header {
        height: 650px;
    }
}

.header_rezervace {
		background: url('/img/pokoje/9/01.jpg') no-repeat center -400px;
    background-size: cover;
}
.header_pokoje {
    background: url('/img/header_pokoje.jpg') no-repeat center center;
    background-size: cover;
}
.header_restaurace {
    background: url('/img/header_restaurace.jpg') no-repeat top center;
    background-size: cover;
}
.header_sal {
    background: url('/img/header_sal.jpg') no-repeat top center;
    background-size: cover;
}
.header_svatby {
    background: url('/img/header_svatby.jpg') no-repeat center center;
    background-size: cover;
}
.header_fotogalerie {
    background: url('/img/header_fotogalerie2.jpg') no-repeat center center;
    background-size: cover;
}
.header_kontakt {
    background: url('/img/header_kontakt2.jpg') no-repeat top center;
    background-size: cover;
}

#top-slider {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    height: 100%;
    width: 100%;
    display: block;
}

#top-slider-ul {
    padding: 0;
    margin: 0;
    position: relative;
    height: 650px;
    display: block;
}

#top-slider-ul li {
    position: relative;
    height: 100%;
    width: 100%;
    display: block;
}

#top-slider-ul div.content {
    background-size: cover;
    height: 100%;
    width: 100%;
    display: block;
}

#top-slider-ul li#pokojeslide div.content {
    //background: url('/img/header_ubytovani.jpg') no-repeat center center;
    background: url('/img/FF2B3950_hdr.jpg') no-repeat center 90%;
}
#top-slider-ul li#oldpokojeslide div.content {
    background: url('/img/header_pokoje.jpg') no-repeat center center;
}
#top-slider-ul li#restauraceslide div.content {
    background: url('/img/header_restaurace.jpg') no-repeat top center;
}
#top-slider-ul li#salslide div.content {
    background: url('/img/header_sal.jpg') no-repeat top center;
}
#top-slider-ul li#svatbyslide div.content {
    background: url('/img/header_svatby.jpg') no-repeat center center;
}

#top-slider-ul li div.content span {
    position: absolute;
    z-index: 200;
    top: 285px;
    width: 325px;
    right: 0;
    font-size: 3em;
    background: rgba(255,255,255,0.8);
    //text-transform: uppercase;
    color: #cb4b42;
    padding: 0.4em 1em;
    line-height: 47px;
}

#top-slider-ul li div.content span.bg1 {
    background: rgba(255,255,255,0.3);
}

#top-slider img {
    width: auto;
    height: 650px;
}

.top-prev, .top-next {
    position: absolute;
    top: 300px;
}

.top-prev a, .top-next a {
    width: 37px;
    height: 72px;
}

.top-prev {
    left: 0;
    background: url('/img/ico-top-prev.png') no-repeat top left;
}
.top-prev:hover {
    background: url('/img/ico-top-prev.png') no-repeat bottom left;
}

.top-next {
    right: 0;
    background: url('/img/ico-top-next.png') no-repeat top left;
}
.top-next:hover {
    background: url('/img/ico-top-next.png') no-repeat bottom left;
}

.wrapper {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

nav ul {
    margin: 1.2em 0;
}

nav#top-menu {
    background: rgba(255,255,255,0.75);
    padding: 0.5em 1em;
    text-align: center;
}

nav#top-menu li {
    display: inline-block;
    margin-left: 1em;
}

nav#top-menu li a {
    text-transform: uppercase;
}

nav#top-menu a#logo {
    float: left;
}

nav#top-menu a#logo img {
    max-width: 180px;
}

nav#top-menu ul#languages {
    margin-top: 1.2em;
    position: relative;
	padding: 0;
}

nav#top-menu ul#languages a {
}

nav#top-menu ul#languages #language-choose {
    margin-top: 0;
    display: none;
    background: rgba(255,255,255,1);
    text-align: left;
    position: absolute;
    padding-left: 0;
    z-index: 100;

}

nav#top-menu ul#languages:hover #language-choose {
    display: block;
}

nav#top-menu ul#languages #language-choose li {
    padding: 0.5em 1em;
    margin-left: 0;
}

#top-social {
    /*float: right;*/
    margin: 0.5em 0 0;
    display: none;
    z-index: 10;
}

#top-social > a, #top-social > div {
    //float: right;
}

#top-social > a img {
    //margin-left: 0.5em;
    //height: 39px;
    //margin-top: 0.5em;
    //width: 160px;
}

.facebook {
    margin: -10px 0 0 10px;
}

.facebook img {
    height: 25px;
}

.TA_cdsratingsonlynarrow {
        /*float: right;*/
}

#reservation {
    /*float: left;
    min-height: 300px;*/
    margin-top: 1em;
    z-index: 10;
}

@media screen and (min-width: 992px) {
    #reservation {
        width: 200px;
    }
}

#reservation h2 {
    background: #ef9f5c;
    text-transform: uppercase;
    color: #fff;
    padding: 1em 0;
    text-align: center;
    margin-bottom: 1px;
    font-weight: 400;
}

#reservation h2:hover {
    background: #de8134;
}

#reservation-data {
    background: rgba(255,255,255,0.8);
    padding: 1em;
    position: relative;
}

#reservation-data label {
    font-size: 1.1em;
}

#reservation-data input[type="text"] {
    background: rgba(0,0,0,0.7);
    border: 0;
    padding: 0.5em;
    color: #fff;
    text-align: right;
}

#reservation-data table {
    width: 100%;
}

#reservation-data table td {
    vertical-align: middle;
    padding-bottom: 0.5em;
}

#reservation-data table td:nth-child(2) {
    text-align: right;
}

.datepicker {
    width: 100px;
}

.person {
    width: 30px;
}

#reserve-button {
    background: #ef9f5c;
    text-transform: uppercase;
    color: #fff;
    border: 0;
    width: 100%;
    padding: 0.5em;
    margin-top: 0.5em;
    font-size: 1.2em;
}

#reservation-number {
    background: rgba(0,0,0,0.7);
    color: #fff;
    padding: 0.3em 0.5em;
    text-align: center;
    font-size: 1.1em;
    margin-top: 1px;
}
#reservation-number p {
    margin: 0;
}

#main-promo {
    /*width: 1000px;*/
    padding: 20px;
}

@media screen and (min-width: 992px) {
    #main-promo {
        background: #fff;
        margin: -108px auto 0;
    }
}

#main-promo > div {
    background-size: cover;
    background-repeat: no-repeat;
    /*width: 240px;
    height: 165px;*/
    min-height: 165px;
    height: 100%;
    position: relative;
    overflow: hidden;
}

#main-promo .promo-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.5);
    display: none;
    //z-index: 20;
}

@media screen and (min-width: 992px) {
    #main-promo .promo-wrapper {
        display: block;
    }
}

#main-promo a.active .promo-wrapper {
    display: none;
}

#main-promo > div .promo-info {
    background: url('/img/main-promo-bg.jpg') repeat-y right;
    background-size: contain;
    position: absolute;
    width: 100%;
    height: 165px;
    display: block;
    bottom: -70px;
    text-align: center;
    transition: all 0.5s ease;
}

@media screen and (min-width: 992px) {
    #main-promo > div .promo-info {
        bottom: -110px;
    }
}

#main-promo > div:hover .promo-info {
    bottom: -80px;
}

#main-promo .promo-info h3 {
    //margin-bottom: 1em;
}

#main-promo .promo-info span {
    cursor: pointer;
}

#main-promo .promo-info span:hover {
    color: #000;
}

#main-promo > div h3 {
    font-size: 2em;
    padding: 0.3em 0;
    font-weight: 500;
}

#main-promo #acco {
    background-image: url('/img/top-acco.jpg');
}

#main-promo #rest {
    background-image: url('/img/top-rest.jpg');
}

#main-promo #hall {
    background-image: url('/img/top-hall.jpg');
}

#main-promo #wedding {
    background-image: url('/img/top-wedding.jpg');
}

#our-offer h2 {
	padding-top: 1em;
    font-size: 4em;
    text-align: center;
}

#slider-info {
    float: right;
}

#slider img {
    float: left;
    margin-right: 50px;
    width: 480px;
}

#slider h3 {
    font-size: 2.5em;
    padding-top: 1.2em;
    border-bottom: 1px solid #f1dfb9;
}

#slider a.button-more {
    margin-left: 20px;
}

.button-more, #slider a {
    font-size: 1.2em;
}

#slider a:after, .button-more:after, .promo-info a:after {
    //content: " >";
    //color: #cb4b42;
    //margin-left: 1em;
}

#accommodation h2, #history h2, #present h2, #svatebni-servis h2, #gallery h2, .white-bg h2, .yellow-bg h2 {
    font-size: 2.5em;
}
#accommodation h3, #history h3, #present h3, #svatebni-servis h3, .fotogalerie h3 {
    font-size: 1.5em;
}

/*
#accommodation img, #history img, #present img, #svatebni-servis img {
    max-width: 500px;
}
*/

#present table {
    width: 100%;
}

#present th, #present td {
    padding: 7px 10px;
    outline: 1px solid #fff;
}

#present th {
    text-align: left;
    background: #f8efdd;
}

#present td {
    background: #fcfbf6;
    text-align: center;
}

#present td[rowspan="2"] {
    vertical-align: middle;
	text-align: center;
}

.custom-table {
    width: 100%;
	box-sizing: border-box;
}

.custom-table th, .custom-table td {
    padding: 7px 10px;
    outline: 1px solid #fff;
}

.custom-table th {
    text-align: left;
    background: #f8efdd;
}

.custom-table td {
    background: #fcfbf6;
    text-align: center;
}

.custom-table td[rowspan="2"] {
    vertical-align: middle;
	text-align: center;
}

.platnost {
    background: #f8efdd;
    padding: 7px 10px;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
}

.prev-galerie, .next-galerie {
    position: absolute;
    top: 100px;
}

.prev-galerie2, .next-galerie2 {
    position: absolute;
    top: 100px;
}

.cena-prejit {
    /*position: absolute;
    bottom: 0;
    width: 480px;*/
}

.left-img .cena-prejit {
    right: 0;
}

.cena {
    /*
    float: left;
    */
    margin: 10px 0;
}

.prejit {
    float: right;
    font-size: 18px;
    color: #cb4b42;
    background: url('/img/ico-dolu.png') no-repeat top right;
    padding: 8px 50px 8px 0;
}

.prejit:hover {
    color: #bd9d76;
}

.arr_btn {
    font-size: 18px;
    color: #cb4b42;
    background: url('/img/ico-dolu.png') no-repeat top right;
    padding: 8px 50px 8px 0;
}

.arr_btn:hover {
    color: #bd9d76;
}

.arr_btn2 {
    font-size: 18px;
    color: #cb4b42;
    background: url('/img/tlacitko_ok.png') no-repeat top right;
    padding: 8px 50px 8px 0;
	outline: none;
	border: 0;
	background-size: contain;
    font-family: "Oxygen", sans-serif;
}

.arr_btn2:hover {
    color: #bd9d76;
}

.reference img {
    max-width: 150px;
    margin: 10px auto;
}

.reference p {
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width: 992px) {
    .reference p {
        max-width: 80%;
    }
}

.bx-next, .bx-prev {
    display: block;
    width: 39px;
    height: 39px;
}

.prev-galerie {
    background: url('/img/ico-prev.png') no-repeat top left;
    left: 0;
}

.prev-galerie:hover {
    background: url('/img/ico-prev.png') no-repeat bottom left;
}

.next-galerie {
    background: url('/img/ico-next.png') no-repeat top left;
    right: 0;
}
.next-galerie:hover {
    background: url('/img/ico-next.png') no-repeat bottom left;
}

/*22*/
.prev-galerie2 {
    background: url('/img/ico-prev.png') no-repeat top left;
    left: 0;
}

.prev-galerie2:hover {
    background: url('/img/ico-prev.png') no-repeat bottom left;
}

.next-galerie2 {
    background: url('/img/ico-next.png') no-repeat top left;
    right: 0;
}
.next-galerie2:hover {
    background: url('/img/ico-next.png') no-repeat bottom left;
}
/********************/

#accommodation {
    padding: 5em 0;
}

/*
#accommodation img {
    margin-left: 3em;
}
*/

#history {
    padding: 4em 0;
}

#history img {
    float: left;
    margin-right: 3em;
}

#map {
    background: #fff;
    padding: 1em 0 0.9em 0;
    height: 450px;
}

.yellow-bg {
    padding: 4em 0;
    background: #f8efdc;
}

.white-bg {
    padding: 4em 0;
    background: #fff;
}

.left-img img {
    width: 500px;
    float: left;
    margin-right: 20px;
}

.right-img img {
    /*width: 500px;
    float: right;
    margin-left: 20px;*/
}

#present, #svatebni-servis {
    padding: 4em 0;
}

#present img, #svatebni-servis img {
    float: right;
    margin-left: 3em;
}

#pre-footer {
    /*background: url('/img/pre-footer.jpg') no-repeat top left;
    background-size: cover;*/
    //padding-bottom: 5em;
    height: 500px;
}

#footer {
    background: #fcd29d;
    padding: 2em 0;
}

#footer h2, #footer h3 {
    color: #000;
    font-weight: 400;
}

#footer .wrapper {
    text-align: center;
}

#footer #footer-info {
    max-width: 415px;
    margin: 1em auto;
}

#footer #footer-menu {
    /*float: left;
    text-align: right;*/
}

#footer #address {
    /*float: right;*/
    text-align: left;
    padding-left: 2em;
}

@media screen and (min-width: 768px) {
    #footer #address {
        border-left: 1px solid #bd9d76;
    }
}

#footer #address ul {
    list-style-type: none;
    text-align: left;
    padding-left: 0;
}

#footer img {
    margin: 0.2em 1em;
}

.bx-wrapper .bx-viewport {
    background: none;
    border: none;
    box-shadow: none;
    left: 0;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background: #cb4b42;
}

.bx-wrapper .bx-pager, #penzion .bx-wrapper .bx-controls-auto {
    bottom: 0;
    left: 50%;
    width: 200px;
    text-align: center;
	/*margin-left: -50px;*/
    transform: translateX(-50%);
}

.fotogalerie img {
    width: 150px;
    margin: 10px 0;
}

#gallery {
    padding: 4em 0 0 0;
}

/*  MOBILE */

#mobile .mobile-wrapper {
    padding: 1em;
}

#mobile .mobile-wrapper h2 {
    font-size: 2em;
}

#mobile .center {
    text-align: center;
}

#mobile img {
    max-width: 100%;
}

#mobile #address ul {
    margin-left: 0;
    padding-left: 0;
}

#mobile #address li {
    list-style-type: none;
}

#mobile #social a {
    display: block;
    margin-bottom: 10px;
}

#mobile table {
    margin: 1em auto;
}

#mobile table {
    width: 100%;
}

#mobile th, #mobile td {
    padding: 5px;
    outline: 1px solid #fff;
}

#mobile th {
    text-align: left;
    background: #f8efdd;
}

#mobile td {
    background: #fcfbf6;
    text-align: center;
}

#mobile td[colspan="5"] {
    text-align: left;
    vertical-align: top;
    font-weight: bold;
}

.mobile-footer {
    background: #fcd29d;
}

#mobile .bx-wrapper img {
    margin: 0 auto;
    width: 80%;
    height: auto;
}



















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */



.clearfix {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

@media print {
    #header *, #pre-footer, #our-offer {
        display: none;
    }
    img {
        width: 400px;
    }
    #penzion #header, #header {
        height: 100px;
    }
    #header, #header .wrapper, #top-menu, #logo, #logo img {
        display: block;
    }
    #logo img, #footer img {
        width: 150px;
    }
    body > div {
        padding: 0 !important;
    }
    a[href]:after {
        content: none !important;
    }
}

.bg_peach {background: #fcd29d}
.bg_peach2 {background: #f8efdc}
.bg_white {background: white}

.copyright {
	background: url(../img/copyright.png) no-repeat center center;
	height: 44px;
	padding: 1px 0 0 105px;
	margin: 45px 0 0 0;
	font-size: 11px;
	color: black;
}

.copyright a {
	color: rgb(121, 121, 121);
}

.clear {
	clear: both;
}

#reservation .content {
	background: white;
	padding: 5px;
}

#header {
	/*padding-top: 25px;*/
}


.col-10 {float: left;width: 10%;}
.col-20 {float: left;width: 20%;}
.col-30 {float: left;width: 30%;}
.col-40 {float: left;width: 40%;}
.col-50 {float: left;width: 50%;}
.col-60 {float: left;width: 60%;}
.col-70 {float: left;width: 70%;}
.col-80 {float: left;width: 80%;}
.col-90 {float: left;width: 90%;}
.col-100 {float: left;width: 100%;}

.inner {
	padding: 5px;
	box-sizing: border-box;
}

.form-control {
	margin: 5px 0;
}

.form-control input {
	width: 100%;
	padding: 5px;
	box-sizing: border-box;
}

.form-control input[type=radio], .form-control input[type=checkbox] {
	width: auto;
}

.clr_button {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #bfbfbf 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#bfbfbf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#bfbfbf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#bfbfbf 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#bfbfbf 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#bfbfbf 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bfbfbf',GradientType=0 ); /* IE6-9 */
	border-left: 5px solid #cb4b42;
	border-radius: 7px;
	padding: 4px;
}

.center {
	text-align: center;
}

.articleBox {
	padding: 5em 0;
}

.articleBox h2 {
	font-size: 2.5em;
}

.articleBox h3 {
	font-size: 1.5em;
}

.articleBox img {
	max-width: 100%;
}

.articleBox .col-50 {
	padding: 10px;
	box-sizing: border-box;
}

#present .spacer td {
	background: white;
}

#present td.darker {
	background: rgb(242, 235, 203);
}

img.myimg {
	height: 60px;
	width: auto;
	border-radius: 5px;
}

.app_subscribe {
	border: 0;
	border-bottom: 1px dotted black;
	outline: none;
	text-align: center;
}

.phone {
	background: url(../img/phone.png);
	background-size: cover;
	width: 20px;
	height: 20px;
	display: inline-block;
}

.custom_gallery a {
	display: block;
	margin-right: 3px;
}

.special_ul {
	padding-left: 15px;
}

.downloadMenu {
    display: inline-block;
    font-weight: bold;
    font-size: 17px;
}

.nav-link {
    color: #000;
}

.nav-link:hover {
    color: #cb4b42;
}

body:not(#penzion) #header {
    min-height: 40vh;
}

@media screen and (min-width: 992px) {
    body:not(#penzion) #header {
        min-height: 500px;
    }
}

@media screen and (max-width: 991px) {
    #reference .bx-prev, #reference .bx-next {
        display: none;
    }
}
