/* [normalize.css] */ article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

body {
    margin: 0;
}

a {
    background: transparent;
}

a:focus {
    outline: thin dotted;
}

a:active,
a:hover {
    outline: 0;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

mark {
    background: #ff0;
    color: #000;
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

pre {
    white-space: pre-wrap;
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
    display: block;
}

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

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

button[disabled],
html input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    src: local('Roboto Light'), local('Roboto-Light'),
    url('/resource/css/fonts/Roboto_300.eot?#iefix') format('embedded-opentype'),
    url('/resource/css/fonts/Roboto_300.woff') format('woff'),
    url('/resource/css/fonts/Roboto_300.woff2') format('woff2'),
    url('/resource/css/fonts/Roboto_300.svg#Roboto') format('svg');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: bold;
    src: local('Roboto Bold'), local('Roboto-Bold'),
    url('/resource/css/fonts/Roboto_700.eot?#iefix') format('embedded-opentype'),
    url('/resource/css/fonts/Roboto_700.woff') format('woff'),
    url('/resource/css/fonts/Roboto_700.woff2') format('woff2'),
    url('/resource/css/fonts/Roboto_700.svg#Roboto') format('svg');
}

@font-face {
    font-family: 'Englebert-Regular';
    font-weight: normal;
    font-style: normal;
    src: url('/resource/css/fonts/Englebert-Regular.eot?#iefix') format('embedded-opentype'),
    url('/resource/css/fonts/Englebert-Regular.woff') format('woff'),
    url('/resource/css/fonts/Englebert-Regular.ttf') format('truetype'),
    url('/resource/css/fonts/Englebert-Regular.svg#Englebert-Regular') format('svg');
}
@font-face {
  font-family: 'okusi-med';
  src:  url('/resource/css/fonts/okusi-med.eot?wc6hum');
  src:  url('/resource/css/fonts/okusi-med.eot?wc6hum#iefix') format('embedded-opentype'),
    url('/resource/css/fonts/okusi-med.ttf?wc6hum') format('truetype'),
    url('/resource/css/fonts/okusi-med.woff?wc6hum') format('woff'),
    url('/resource/css/fonts/okusi-med.svg?wc6hum#okusi-med') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'okusi-med' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-angle-down:before {
  content: "\e900";
}
.icon-angle-up:before {
  content: "\e901";
}
.icon-menu:before {
  content: "\e902";
}
.icon-search:before {
  content: "\e986";
}



.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after { clear: both; }
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

wbr:after { content: "\00200B"; }

html {
    margin: 0;
    padding: 0;
    overflow-y: scroll;
}

body {
    padding: 0px;
    margin: 0px;
    font-family: Roboto, Verdana, Tahoma, Arial;
    min-width: 280px; /*minimalna širina zaslona iphone1 je 320px*/
    width: 100%;
}

html, body {
    height: 100%;
}

h1, h2, h3 {
    font-family: Englebert-Regular;
    color: #471d11;
    text-transform: uppercase;
    font-weight:normal;
    margin: 20px 0px;
}


h1 {
    color: #ebb320;
    font-size: 35px;
    line-height: 45px;

}

header h1 {
    text-transform: none;
    display: block;
}

header h1 a.logos {
    font-size: 16px;
    line-height: 16px;
}

header h1 a.logos img {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    outline: none;
    height: auto;
}

h2 {
    font-size: 30px;
    line-height: 40px;
}

h3 {
    font-size: 25px;
    line-height: 30px;
}




h4, h5, h6 {
    font-family: Roboto;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    color: #464646;
}

select, input, textarea {
    font-family: Roboto, Verdana, Tahoma, Arial;
}

textarea {
    resize: none;

}

p, ul, li {
    line-height: 23px;
}
ul {
    padding-left: 15px;
}
ul, li {
    list-style: none;
}

ul li:before {
    content: '•';
    display: inline-block;
    vertical-align: top;
    color: #ecb31c;
    margin-right: 10px;
}

.text-box.color-yellow ul li:before {
    color: #fff;
}

header ul, li {
    line-height: inherit;
}

p, div, span, option, ul, li {
    font-family: Roboto, Verdana, Tahoma, Arial;
    color: #464646;
    font-size: 15px;

}

a {
    color: #c89100;
    outline: none;
}

h1 a,
h2 a,
h3 a
{
    color: #471d11;
    outline: none;
    text-decoration: none;
}

header a,
.breadcrumbs a,
.pages a,
.vcard a.tel,
a.more,
a.link {
    text-decoration: none;
    color: inherit;

}

a.more {
    display: inline-block;
    position: relative;
    background: #ecb31c;
    padding: 10px 10px 5px 10px;
    font-family: Englebert-Regular;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1px;
    color: #fff;
}

a.more:after {
    content: '';
    position: absolute;
    bottom: -5px;
    right: 0;
    height: 10px;
    width: 100%;
    background:#ecb31c;
    transform: skew(0deg, 3deg);
}


a.more:hover {
    background: #471d11;
}

a.more:hover:after {
    background: #471d11;
}


table {
    width: 100%;
}

thead {
    font-family:Roboto;
}

tr {
    border-bottom: solid 1px #ccc;

}
tr:first-child {
    border-top: solid 1px #ccc;
}
th,td {
    padding: 7px 0px 7px 15px;
    vertical-align: top;
    text-align: left;
}
th:first-child,
td:first-child {
    padding-left: 0px;
}

.cbox {
    clear: both;
    margin: 40px 0px;
}

.cbox .inner,
footer .inner {
    margin: 0px auto;
    width: 90%;
}

hr {
    clear: both;
    height: 0px;
    margin: 0px;
    overflow: hidden;
    border: none;
}


figure {
    overflow: hidden;
    margin: 30px 0px;
    max-width: 100%;
}

figure img {
    width: 100%;
    display: block;
}

figcaption {
    display: none;
}



.color-black * {
    color: #fff;
}
.page-spinner-bar {
    position: fixed;
    z-index: 10051;
    width: 100px;
    top: 40%;
    left: 50%;
    margin-left: -55px;
    text-align: center;
}

.page-spinner-bar > div {
    margin: 0 5px;
    width: 18px;
    height: 18px;
    background: #eee;
    border-radius: 100% !important;
    display: inline-block;
    -webkit-animation: bounceDelay 1.4s infinite ease-in-out;
    animation: bounceDelay 1.4s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.page-spinner-bar > div, .block-spinner-bar > div {
    background: #d22026;
}

.page-spinner-bar .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

@-webkit-keyframes bounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
    }
}
@keyframes bounceDelay {
    0%, 80%, 100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
    40% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

.page-spinner-bar .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}


.overlay-blocked {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    z-index: 1000000;
}



/*youtube/////////////////////////////////////////////////////////////////////////////*/

iframe.youtube {
    width: 100%;
    height: 200px;
    display: block;
    margin: 30px 0px;
}




/* puščica to top//////////////////////////////////////////////////////*/

#to-top {
    display: block;
    width: 40px;
    height: 33px;
    padding-top: 7px;
    position: fixed;
    overflow: hidden;
    right: 0px;
    bottom: 0px;
    cursor: pointer;
    background: #333333;
    opacity: 0;
    transition: opacity 0.3s, visibility 0.3s;
    color: #fff;;
    font-size: 18px;
    text-align: center;
}

#to-top.fixed {
    opacity: 0.8;
}

#to-top.fixed:hover {
    opacity: 0.9;
}

/*
.breadcrumbs {
    text-align: center;
}

.breadcrumbs a:after {
    display: inline-block;
    font-family: 'kz-krsko';
    content: "\f105";
    margin: 0px 10px;
}

.breadcrumbs a:last-child {
    font-weight: bold;
}
.breadcrumbs a:last-child:after {
    display: none;
}
*/

/* prelomi//////////////////////////////////////////////////////*/

@media all and (min-width: 500px) {

    iframe.youtube {
        height: 280px;
    }
}

@media all and (min-width: 700px) {
    figure {
        clear: both;
    }

    figure.pos-left,
    figure.pos-right {
        width: 49%;
    }

    figure.pos-left {
        float: left;
        margin: 30px 1% 30px 0px;
        clear: left;
    }

    figure.pos-right {
        float: right;
        margin: 30px 0px 30px 1%;
        clear: right;
    }





    iframe.youtube {
        height: 250px;
        width: 49%;
    }


    .youtube.pos-left {
        float: left;
        clear: left;
        margin: 30px 1% 30px 0px;
    }

    .youtube.pos-right {
        float: right;
        clear: right;
        margin: 30px 0px 30px 1%;
    }
}
@media all and (min-width: 800px) {

    .breadcrumbs {
        text-align: right;
    }

    iframe.youtube {
        height: 270px;
    }
}


@media all and (min-width: 920px) {

    .cbox .inner,
    footer .inner {
        width: 80%;
    }

    header.cbox .inner {
        width: 90%;
        margin: 0px auto;
    }
}


@media all and (min-width: 950px) {
    iframe.youtube {
        height: 290px;
    }
}

@media all and (min-width: 1400px) {
    .cbox .inner,
    footer .inner,
    header.cbox .inner {
        width: 1200px;
    }

    h1 {
        font-size: 40px;
        margin: 25px 0px;
    }

    h2 {
        font-size: 35px;
        margin: 25px 0px;
    }

    iframe.youtube {
        height: 380px;
    }
}
/*Header - rumena glava////////////////////////////////////////////////*/

/* enjoy v glavi ////////////////////////////////////////////////////////////////////////////////////////////////*/

header .inner {
    position: relative;
}

.enjoy-header {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 100;
    text-align: right;
}

.enjoy-header img {
    width: 80px;
}


    /* language ////////////////////////////////////////////////////////////////////////////////////////////////*/
.language {
    text-align: left;
    margin-top: 20px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.language a {
    font-size: 12px;
    display: inline-block;
    outline: none;
    color: #481c10;
    padding: 2px;
}

.language a:hover {
    color: #eed696;
}

.language a:focus,
.language a.active {
    color: #481c10;
    font-weight: bold;
}


.language a:after {
    content: "|";
    display: inline-block;
    margin-left: 8px;
    color: #481c10;
}


.language a:last-child:after {
    display: none;
}




/*header logotipi in napisi/////*/



header.cbox {
    margin: 0px;
}

header .bg-yellow {
    padding: 0px 0px 0px 0px;
    background-color: #ecb31c;
}

header .logos {
    display: block;
    text-align: left;
    padding-right: 80px;
    margin: 10px 0px;
}

header .logos img {
    width: 90px;
}

header span.texts {
    display: block;
    padding-right: 80px;
}

header span.text {
    display: block;
    font-family: "Englebert-Regular";
    font-weight: normal;
    font-size: 36px;
    color: #ffffff;
    text-align: left;
    line-height: 42px;
    padding: 0px;
    text-shadow: 2px 1px rgba(216,136,30,1);
}

header span.text .c {
    font-family: "Englebert-Regular";
    color: #481c10;
    font-size: 36px;
    text-transform: uppercase;
    text-shadow: none;
}
header .border {
    height: 50px;
    position: relative;
    overflow: hidden;
    background-color: #f1f1f1;
}
.qr header .border {
    background-color: transparent;
}

header .border:after {
    position: absolute;
    display: block;
    content: " ";
    width: 200%;
    height: 150%;
    left: -50%;
    bottom: 50%;
    background-color: #ecb31c;
    -ms-transform-origin: 50% 50%;
    -ms-transform: rotate(4deg);
    -webkit-transform-origin: 50% 50%;
    -webkit-transform: rotate(4deg);
    transform-origin: 50% 50%;
    transform: rotate(4deg);
    z-index: 1;
}



@media (min-width: 600px) {

    header .border:after {
        -ms-transform: rotate(3deg);
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }
}


@media (min-width: 700px) {

    .enjoy-header img {
        width: 65px;
    }

    header .logos {
        margin-right: 15px;
        padding-right: 0px;
        float: left;
    }

    header .logos img {
        width: 70px;
    }

    header span.texts {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 20px;
        float: left;
        margin-top: 15px;
        padding-right: 65px;
        align-content: flex-start;
    }

    header span.text {
        font-size: 25px;
        line-height: 30px;
    }

    header span.text .c {
        font-size: 25px;
    }

    header span.text:last-child {
        margin-right: 0px;
    }
    header span.text .c {
        display: block;
    }
}


@media all and (min-width: 800px) {

    .enjoy-header img {
    width: 75px;
    }

    header .logos img {
        width: 75px;
    }

    header .logos {
        margin-right: 25px;
    }

    header span.texts {
        gap: 25px;
        padding-right: 75px;
    }

    header span.text {
        font-size: 27px;
        line-height: 30px;
    }

    header span.text .c {
        font-size: 27px;
    }




}

@media all and (min-width: 900px) {

    header .border:after {
        -ms-transform: rotate(1.5deg);
        -webkit-transform: rotate(1.5deg);
        transform: rotate(1.5deg);
    }

    header span.text {
        font-size: 30px;
        line-height: 35px;
    }

    header span.text .c {
        font-size: 30px;
    }

    header .logos {
        margin-right: 35px;
    }

    header .logos img {
        width: 80px;
    }

    header span.texts {
        gap: 35px;
        padding-right: 75px;
    }

}

@media (min-width: 1100px) {

    .enjoy-header img {
        width: 85px;
    }

    header span.text {
        font-size: 36px;
        line-height: 40px;
    }

    header span.text .c {
        font-size: 36px;
    }

    header .logos {
        margin-right: 40px;
    }

    header .logos img {
        width: 85px;
    }

    header span.texts {
        gap: 40px;
        padding-right: 85px;
    }
}


@media (min-width: 1300px) {

    header span.text .c {
        display: inline;
    }

    header .logos {
        margin-right: 30px;
    }

    header span.texts {
        padding: 20px 85px 0px 0px;
        gap: 35px;
    }

    header span.text {
        font-size: 36px;
        line-height: 40px;
    }

    header span.text .c {
        font-size: 36px;
    }
}


@media (min-width: 1500px) {

    header .border {
        height: 70px;
    }
}



/*nav in main-menu ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


#main-menu {
    background-color: #f1f1f1;
}

#main-menu ul,
#main-menu ul li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#main-menu ul li:before {
    display: none;
}






#main-menu > ul > li > a {
    display: block;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}


#main-menu ul ul a {
    font-weight: normal;
}

#main-menu ul a {
    outline: none;
    text-transform: uppercase;
}

#main-menu ul ul a {
    text-transform: none;
}

/*prelomi main-menu/////////////////////////*/

@media (max-width: 999px) {

    #head .inner {
        width: 100%;
    }

    #menu-btn {
        text-align: center;
        background-color: #f1f1f1;
    }

    #menu-btn a {
        display: block;
        padding: 10px 0px 25px 0px;
        color: #471d11;
        font-size: 20px;
        outline: none;
    }

    #main-menu {
        overflow: hidden;
        display: none;
        padding: 0px 30px;
    }


    #main-menu ul a {
        padding: 15px 20px 15px 0px;
        display: block;
        outline: none;
        font-weight: bold;
    }

    #main-menu ul a.submenu-btn {
        padding: 19px 0px 19px 20px;
    }

    #main-menu ul ul a {
        padding: 5px 20px 5px 30px;
    }

    #main-menu li.active > a {
        color: #f17f20;
    }

    #main-menu > ul > li {
        border-bottom: solid 1px #ccc;
        margin: 0px;
    }

    #main-menu > ul > li:last-child {
        border-bottom: none;
    }

    #main-menu ul ul {
        max-height: 0px;
        overflow: hidden;
    }

    #main-menu ul > li:hover > a,
    #main-menu ul > li:hover > a.submenu-btn,
    #main-menu ul ul > li:hover > a
    {
        color: #f17f20;
    }

    /*submenu button*/

    #main-menu a.submenu-btn {
        display: block;
        float: right;
        text-align: center;
        font-size: 7px;
        overflow: hidden;
        outline: none;
    }

    #main-menu a.submenu-btn .icon-angle-up {
        display: none;
    }
    #main-menu li.submenu-open > a.submenu-btn .icon-angle-up {
        display: inline-block;
    }
    #main-menu li.submenu-open > a.submenu-btn .icon-angle-down {
        display: none;
    }

    #main-menu li.submenu-open > .rel-abs > .rel-pos > ul {
        border-top: solid 1px #ccc;
        display: block;
        max-height: 1600px;
        padding: 5px 0px;
    }

}


@media all and (min-width: 1000px) {
    #main-menu a.side-menu {
        display: none;
    }
    #menu-btn,
    #main-menu a.submenu-btn {
        display: none;
    }

    #main-menu {
        display: block !important;
        text-align: center;
        height:49px;
    }

    #main-menu > ul > li > a {
        padding: 5px 8px 26px 8px;
        position: relative;
    }

    #main-menu > ul {
        display: inline-block;
        text-align: left;
    }

    #main-menu ul li {
        float: left;
    }
    #main-menu > ul > li {
        position: relative;
    }

    #main-menu > ul > li > a:after {
        content: '•';
        position: absolute;
        right: -4px;
        top: -4px;
        font-size: 30px;
        color: #ebb320;
    }

    #main-menu > ul > li:first-child > a:before {
        content: '•';
        position: absolute;
        left: -4px;
        top: -4px;
        font-size: 30px;
        color: #ebb320;
    }

    /*črta pod gumbom*/


    #main-menu > ul > li {
        position: relative;
    }

    #main-menu > ul > li:hover:after,
    #main-menu > ul > li.active:after
    {
        display: block;
        width: 100%;
        height: 5px;
        background-color: #ebb320;
        position: absolute;
        bottom: 0px;
        left: 0px;
        z-index: 1;
        content: " ";
        font-size: 10px;
        text-align: center;

    }


    /*puščica za podmeni pri gumbu */
/*
    #main-menu > ul > li.has-submenu > a:after {
        font-family: 'okusi-med';
        content: "\e900";
        display: block;
        float: right;
        font-size: 12px;
        margin-top: 4px;
        margin-left:6px;
    }*/



    /*dropdown meni - prikazovanje*/


    #main-menu .rel-pos {
        height: 0px;
        position: relative;
        overflow: visible;
    }

    #main-menu ul ul li > .rel-abs {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 0px;
    }

    #main-menu ul ul {
        position: absolute;
        left: 0%;
        top: 0px;
        display: block;
        width: 250px;
        max-height: 0px;
        overflow: hidden;
        z-index: 15;
        background-color: #fff;
        box-shadow: 0 0 13px 0 rgba(0,0,0,0.09);
    }

    #main-menu ul li:hover > .rel-abs > .rel-pos > ul {
        max-height: 1600px;
        overflow: visible;
    }


    /*dropdown meni - oblikovanje */


    #main-menu ul ul li {
        float: none;
        padding: 0px 15px;
    }


    #main-menu ul ul li > a {
        display: block;
        border-bottom: solid 1px #ccc;
        padding: 15px 10px;
    }

    #main-menu ul ul li > a:last-child {
        border-bottom: none;
    }

    #main-menu > ul > li > .rel-pos > ul {
        padding-top: 10px;
    }

    #main-menu ul li:hover > .rel-pos > ul {
        max-height: 500px;
        overflow: visible;
    }

    #main-menu ul ul li:hover > a {
        color: #f17f20;
    }

    #main-menu ul ul li.has-submenu > a:after {
        content: "\f105";
        display: block;
        float: right;
        margin-top: 3px;
        font-family: 'rasting';
        color: #ffffff;
        font-size: 12px;
    }

    #main-menu ul ul ul {
        left: 100%;
        width: 100%;
    }

    #main-menu ul ul ul a {
        background-color: #2d2d2d;
    }

    #main-menu ul ul ul li:hover > a {
        color: #dddddd;
    }


}

@media (min-width: 1100px) {
    #main-menu > ul > li a {
        padding: 5px 15px 26px 15px;
    }
}

@media (min-width: 1300px) {
    #main-menu > ul > li a {
        padding: 5px 20px 26px 20px;
    }
}



/*submenu /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


/*prelomi/////*/
@media (max-width: 999px) {
    #submenu {
        display: none;
    }
}

@media all and (min-width: 1000px) {

    #submenu {
        background-color: #e2e2e2;
        margin: 0px;
        -webkit-transition: all 0.1s ease;
        -moz-transition: all 0.1s ease;
        transition: all 0.1s ease;
    }

    #submenu nav {
        display: table;
        width: 100%;
    }

    #submenu ul {
        display: table-row;
        width: 100%;
        padding:0px;
        margin:0px;
    }

    #submenu ul li {
        margin: 0px;
        display: table-cell;
        vertical-align: middle;
        font-size: 13px;
        height: 40px;
    }

    #submenu ul li:before {
        content: '';
        display: none;
    }

    #submenu ul a {
        text-align: center;
        display: block;
        padding: 12px 8px;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        transition: all 0.2s ease;
        outline: none;
        border-left: 1px solid #ffffff;
    }

    #submenu ul li:last-child a {
        border-right: 1px solid #ffffff;
    }

    #submenu ul li:hover a, #submenu ul li:focus a, #submenu ul li.active a{
        font-weight:bold;
    }


    #submenu.submenu-1 ul li {  width: 100%;    }
    #submenu.submenu-2 ul li {  width: 50%;    }
    #submenu.submenu-3 ul li {  width: 33.3%;    }
    #submenu.submenu-4 ul li {  width: 25%;    }
    #submenu.submenu-5 ul li {  width: 20%;    }
    #submenu.submenu-6 ul li {  width: 16.66%;    }
    #submenu.submenu-7 ul li {  width: 14.2%;    }
    #submenu.submenu-8 ul li {  width: 12.5%;    }
    #submenu.submenu-9 ul li {  width: 11.1%;    }
    #submenu.submenu-10 ul li {  width: 10%;    }

}
@media (max-width: 999px) {
    #side-menu {
        display: none;
    }
}



/* prelomi//////////////////////////////////////////////////////*/



@media all and (min-width: 1000px) {

    #side-menu {
        position: relative;
        height: 0px;
        overflow: visible;
        z-index: 999;
    }

    #side-menu nav {
        position: absolute;
        top: 50px;
        right: 5px;
        width: 90px;
    }


    .slider-at-top #side-menu nav {
        top: 330px;
    }


    #side-menu.fixed nav {
        position: fixed;
        top: 50px;
    }


    #side-menu nav ul {
        list-style-type: none;
        padding: 0px;
        margin: 0px;
        transition: max-height 0.4s ease-in;
        max-height: 100vh;
        overflow: hidden;
    }
    #side-menu nav ul li {
        margin: 10px 0px;
    }


    #side-menu nav ul li:before {
        display: none;
    }

    #side-menu nav ul li:hover a {
        opacity: 0.9;
    }


    #side-menu nav ul li a {
        position: relative;
        display: block;
        color: #464646;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        font-weight:bold;
        outline:none;
    }

    #side-menu nav ul li a img {
        max-height: 50px;
        max-width: 50px;
    }

    #side-menu nav ul li a span {
        display: block;
        font-size: 12px;
        line-height: 18px;
    }
}

@media all and (min-width: 1450px) {

    #side-menu nav {
        right: 10px;
        width: 110px;
    }

    #side-menu nav ul li a img {
        max-height: 70px;
        max-width: 70px;
    }

    #side-menu nav ul li a span {
        font-size: 14px;
        line-height: 21px;
    }
}

.cbox.newsletter-signup {
    background-color: #471d11;
    margin: 0px;
    text-align: center;
    padding: 20px 0px;
}

.cbox.newsletter-signup h3 {
    color: #fff;
}

.newsletter-signup input {
    background-color: #f1f1f1;
    border: none;
    border-radius: 0px;
    outline: none;
    padding: 10px 5%;
    width: 85%;

}

.newsletter-signup button.input-submit * {
    color: #fff;
}
.newsletter-signup button.input-submit {
    display: inline-block;
    position: relative;
    background: #ecb31c;
    padding: 8px 10px 6px 10px;
    font-family: Englebert-Regular;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1px;
    color: #fff;
    border: none;
    outline:none;
    margin-bottom: 20px;

}

.newsletter-signup button.input-submit:after {
    content: '';
    position: absolute;
    bottom: -5px;
    right: 0;
    height: 10px;
    width: 100%;
    background:#ecb31c;
    transform: skew(0deg, 3deg);
}




@media all and (min-width: 600px) {

    .cbox.newsletter-signup {
        text-align: left;
    }

    .cbox.newsletter-signup h3 {
        color: #fff;
        float: left;
        width: 48%;
        text-align: right;
        margin-right:2%;
    }

    .cbox.newsletter-signup .fields {
        float: right;
        text-align: left;
        width: 48%;
        margin-left: 2%;
    }

    .newsletter-signup input {
        width: 220px;
        padding: 9px;
    }
}




@media all and (min-width: 900px) {

    .newsletter-signup button.input-submit {
        margin-left: 5px;
    }

    .cbox.newsletter-signup h3 {
        width: 48%;
        margin-right:2%;
    }


    .cbox.newsletter-signup .fields {
        width: 48%;
        margin-left: 2%;
    }


    .newsletter-signup input {
        width: 270px;
    }


    .cbox.newsletter-signup fieldset.email,
    .cbox.newsletter-signup fieldset.button {
        display: inline-block;
    }

}


footer.cbox {
    margin: 0px;
    padding-bottom: 5px;
}

footer .bg-gray {
    background-color: #f1f1f1;
}
footer .bg-yellow {
    background-color: #ecb31c;
}

footer .bg-gray .inner {
    padding: 20px 0px;
}




footer .centered {
    text-align: center;
}

footer .centered .logos img {
    width: 80px;
}

footer .invite h4 {
    font-family: "Englebert-Regular";
    color: #481c10;
    font-size: 25px;
    line-height: 30px;
    font-weight: normal;
}





footer .vcard {
    padding-bottom: 30px;
}
footer .vcard .fn {
    font-size: 13px;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px;
}
footer .vcard .adr,
footer .vcard .adr span {
    font-size: 13px;
    font-style: normal;
    margin: 0px;
    padding: 0px;
}
footer .vcard .adr span {
    line-height: 24px;
    display: inline-block;
}
footer .vcard .adr span.street-address {
    display: block;
}
footer .vcard p {
    font-size: 13px;
    margin: 0px;
    padding: 0px;
}
footer .vcard p a {
    display: block;
    color: #000000;
}
footer .vcard p a.tel {
    font-size: 16px;
    font-weight: bold;
}




footer .bg-yellow .inner {
    padding: 30px 0px;
}

footer nav ul,
footer nav ul li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-size: 13px;
}

footer nav ul li a {
    display: inline-block;
    color: #000000;
    text-decoration: none;
    outline:none;
}
footer nav ul li a:before {
    content: '•';
    display: inline-block;
    vertical-align: top;
    color: #ffffff;
    font-size: 30px;
    margin-right: 5px;
}


@media (max-width: 899px) {

    footer nav ul {
        margin-bottom: 15px;
    }
}
@media (min-width: 600px) {
    footer .vcard {
        float: left;
        width: 38%;
        padding-bottom: 0px;
    }
    footer nav {
        float: right;
        width: 58%;
        padding-bottom: 20px;
    }

}

@media (min-width: 900px) {
    footer .vcard {
        width: 20%;
    }

    footer nav {
        width: 78%;
        padding-bottom: 0px;
    }

    footer nav ul {
      /*  width: 31%;*/
        margin-right: 5%;
        float: left;
    }

}

@media (min-width: 1200px) {
    footer .vcard {
        width: 25%;
    }

    footer nav {
        width: 70%;
    }

}






footer p.small {
    font-size: 10px;
    line-height: 13px;
}



footer .left {
    text-align: center;
    margin-top: 30px;
}


footer .left img.czs {
    margin-right: 10px;
}
@media (max-width: 400px) {
    footer .left img.czs {
        width: 90px;
    }
    footer .left img.eu {
        width: 160px;
    }
}





footer .right .text {
    width: 67%;
    max-width: 236px;
    margin-right: 5%;
}

footer .right .logo {
    width: 27%;
    max-width: 105px;
}

footer .right .text,
footer .right .logo {
    display: inline-block;
    position: relative;
    float: right;
    height: 48px;
}

footer .right .text img,
footer .right .logo img {
    width: 100%;
}

footer .right .logo img {
    position: absolute;
    right: 0px;
    bottom: -10px;
}

@media (min-width: 400px) {
    footer {
        margin-top: 100px;
    }

    footer .right .logo img {
        bottom: -20px;
    }
}

@media (min-width: 750px) {
    footer .left,
    footer .right {
        width: 49%;
    }

    footer .left {
        float: left;
        margin-top: 0px;
        text-align: left;
    }
    footer .right {
        float: right;
        margin-top: 5px;
        position: relative;
    }


    footer .right .logo img {
        bottom: -20px;
    }
}
.cbox.cookie-bar {
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 999;
    width: 100%;
    background-color: rgba(210, 32, 38, 0.90);
    margin: 0px;
    overflow: hidden;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.cbox.cookie-bar a {
    text-decoration: underline;
    opacity: 0.6;
}


@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}


.cookie-bar .inner {
    width:90%;
}

.cookie-bar p,
.cookie-bar p a {
    color: #fff;
}

.cookie-bar p.title {
    font-weight: bold;
    margin-bottom: 0px;
}

.cookie-bar button.btn-submit {
    letter-spacing: 1px;
    padding: 10px;
    text-transform: uppercase;
    background-color: transparent;
    border: 1px solid rgba(255,255,255,0.6);
    color: #fff;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
    margin-right:10px;
    outline:none;
}

.cookie-bar button.btn-submit.btn-confirm:hover {
    background-color: #56b647;
    border: 1px solid #56b647;
    color: #fff;
}

.cookie-bar button.btn-submit.btn-cancel:hover {
    background-color: #ff0000;
    border: 1px solid #ff0000;
    color: #fff;
}

.cbox.cookies {
    background-color: #eeeeee;
    margin-bottom: 0px;
}
.cookies form {
    padding: 40px 0px;
}
.cookies form h3 {
    font-family: Oswald;
    text-transform: none;
    color: #000;
    font-size: 20px;
}


.cookies input.input-submit {
    letter-spacing: 1px;
    font-family: Oswald;
    padding: 10px;
    border: none;
    text-transform: uppercase;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
    background-color: black;
    color: white;
}

.cookies fieldset {
    margin: 15px 0px;
}
.cookies fieldset p {
    margin: 10px 0px;
}

.cookies input.state-enabled,
.cookies input.state-disabled {
    margin-right: 10px;
}


@media all and (min-width: 700px) {
    .cbox.cookie-bar:hover {
        background-color: rgba(210, 32, 38, 1);
    }

    .cookie-bar .description {
        float: left;
        width: 70%;
    }

    .cookie-bar .btns {
        float: right;
        width: 30%;
        text-align: right;
    }
}


@media all and (min-width: 1000px) {

    .cbox.cookie-bar {
        width: 20%;
    }

    .cookie-bar .inner {
        width:80%;
    }

    .cookie-bar .description {
        float: none;
        width: 100%;
    }

    .cookie-bar .btns {
        float: none;
        width: 100%;
        text-align: left;
    }
}


@media all and (min-width: 1400px) {

    .cbox.cookie-bar {
        width: 15%;
    }

}
.member-map {
    height: 80vh;
}