/* [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: border-box;
    -webkit-box-sizing: border-box; /* 2 */
    box-sizing: border-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: 'RobotoRegular';
    font-style: normal;
    font-weight: 400;
    src: url('/resource/css/fonts/roboto-v18-latin_latin-ext-regular.eot');
    src: url('/resource/css/fonts/roboto-v18-latin_latin-ext-regular.eot?#iefix') format('embedded-opentype'),
    url('/resource/css/fonts/roboto-v18-latin_latin-ext-regular.woff2') format('woff2'),
    url('/resource/css/fonts/roboto-v18-latin_latin-ext-regular.woff') format('woff'),
    url('/resource/css/fonts/roboto-v18-latin_latin-ext-regular.ttf') format('truetype'),
    url('/resource/css/fonts/roboto-v18-latin_latin-ext-regular.svg#Roboto') format('svg');
}

@font-face {
    font-family: 'Crushed';
    font-style: normal;
    font-weight: 400;
    src: url('/resource/css/fonts/crushed-v8-latin-regular.eot');
    src: url('/resource/css/fonts/crushed-v8-latin-regular.eot?#iefix') format('embedded-opentype'),
    url('/resource/css/fonts/crushed-v8-latin-regular.woff2') format('woff2'),
    url('/resource/css/fonts/crushed-v8-latin-regular.woff') format('woff'),
    url('/resource/css/fonts/crushed-v8-latin-regular.ttf') format('truetype'),
    url('/resource/css/fonts/crushed-v8-latin-regular.svg#Crushed') format('svg');
}

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    src: url('/resource/css/fonts/ubuntu-v12-latin_latin-ext-regular.eot');
    src: url('/resource/css/fonts/ubuntu-v12-latin_latin-ext-regular.eot?#iefix') format('embedded-opentype'),
    url('/resource/css/fonts/ubuntu-v12-latin_latin-ext-regular.woff2') format('woff2'),
    url('/resource/css/fonts/ubuntu-v12-latin_latin-ext-regular.woff') format('woff'),
    url('/resource/css/fonts/ubuntu-v12-latin_latin-ext-regular.ttf') format('truetype'),
    url('/resource/css/fonts/ubuntu-v12-latin_latin-ext-regular.svg#Ubuntu') format('svg');
}



.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: 'Ubuntu', 'Verdana', 'Tahoma', 'Arial';
    width: 100%;
    color: #000000;
}

html, body {
    height: 100%;
}


h1, h2 {
    font-family: 'Crushed', cursive;
    font-weight: normal;
    color: #000000;

}

h1 {
    font-size: 40px;
    margin: 30px 0px;

}

h2 {
    font-size: 35px;
    margin: 20px 0px;
    line-height: 45px;
}


h3 {
    font-size: 18px;
    margin: 20px 0px;
    line-height: 25px;
    color: #000000;
}


h4, h5, h6 {
    font-family: 'Ubuntu', 'Verdana', 'Tahoma', 'Arial';
    font-size: 18px;
    color: #000000;

}

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

input {
    -webkit-border-radius: 0;
    border-radius: 0;
}

input[type="search"] {
    -webkit-appearance: none;
    border-radius: 0;
}

textarea {
    resize: none;
}

p, div, span, option, ul, li {
    font-family: 'Ubuntu', 'Verdana', 'Tahoma', 'Arial';
    font-size: 15px;
    color: #7c7a76;
}

p {
    line-height: 22px;
}

a {
    color: #8bb31d;
    outline: none;
}

header a,
footer a,
.pages a,
.vcard a,
a.more {
    text-decoration: none;
    color: inherit;
    outline: none;
}

a:hover {
    color: #648115;
}
a.more {
    display: inline-block;
    font-family: 'Ubuntu';
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px 15px 4px 15px;
    border: 2px solid #8bb31d;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    margin: 5px 0px;
    line-height: 22px;
    background-color: #8bb31d;
    color: #ffffff;
}

a.more:hover,
a.more:focus{
    background-color: transparent;
    border: 2px solid #8bb31d;
    color: #8bb31d;
}

a.pdf {
    text-decoration: none;
    position: relative;
    padding: 15px 0px 15px 40px;
    display: inline-block;
    float: left;
    clear: left;
    outline: none;
    color: #333;
    position: relative;
}
/*
blockquote {
    text-align: left;
    font-family: 'natural';
    font-size: 70px;
    color: #000;
    margin: 0px;
}

a.pdf:before {
    font-family: freeon;
    content: "\e90b";
    font-size: 30px;
    position: absolute;
    left: 0px;
    top: 10px;
}*/

table {
    width: 100%;
}

thead {
    font-family: 'Ubuntu', 'Verdana', 'Tahoma', 'Arial';
    border-top: none;
}

tr {
    border-bottom: solid 1px #e7e7e7;
}

thead tr:nth-child(odd) {
    border-bottom: 2px solid #333;
    background-color: transparent;
}

th, td {
    padding: 7px 15px 7px 15px;
}

th {
    text-align: left;
}

th:first-child,
td:first-child {
    padding-left: 0px;
    border-right: 2px solid #333;
    font-weight: bold;
}

tr:nth-child(odd) {
    background-color: #fafafa;
}

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

.cbox.google-maps-embed {
    margin: 0px;
}

.cbox.google-maps-embed iframe {
    border: none;
    width: 100%;
}

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

.cbox.google-maps-embed .inner {
    width: 100%;
}

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;
}

@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;
    }

}


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

#to-top {
    display: block;
    width: 36px;
    height: 22px;
    padding-top: 14px;
    position: fixed;
    overflow: hidden;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    background: #a6ce39;
    opacity: 0;
    transition: opacity 0.3s, visibility 0.3s;
    color: #fff;;
    font-size: 8px;
    text-align: center;
    border-radius: 10px;
}

body.fixed #to-top {
    opacity: 1;
}

body.fixed #to-top:hover {
    background: #000;
}



#top-offset {
    display: none;
}



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


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

    body.fixed #top-offset {
        display: block;
        height: 144px;
    }

}

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



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


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

    iframe.youtube {
        height: 280px;
    }
}

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

    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) {

    iframe.youtube {
        height: 270px;
    }
}


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

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

/* extra ////////////////////////////////////////////////////////////////////////////////////////////////*/

.extra {
    text-align: center;
    background: #eeeeee;
}

/*prelomi extra/////*/

@media all and (min-width: 1000px) {
    .extra {
        background: none;
        float: right;
    }

}


/* facebook ////////////////////////////////////////////////////////////////////////////////////////////////*/
#main-menu a.facebook {
    display: inline-block;
    padding: 9px 20px;
    color: #8bb31d;
    font-size: 25px;
    outline: none;
}

/*prelomi facebook/////*/

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

    #main-menu a.facebook {
        display: block;
        padding: 7px 20px;
        float: left;
        color: #ffffff;
        margin-top: 18px;
    }

    #main-menu a.facebook:hover {
        color: #ffffff;
    }


}

/* language ////////////////////////////////////////////////////////////////////////////////////////////////*/

.language-box {
    height: 40px;
    width: 60px;
    position: relative;
    border: solid 1px #aaa;
    margin: 10px auto;
    display: inline-block;
}

select.language {
    color: rgb(70,70,70);
    height: 40px;
    width: 60px;
    background-color: transparent;
    padding: 10px;
    border: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    cursor: pointer;
}

select.language::-ms-expand {
    display: none;
}

.language-box:after {
    content:"\f107";
    font-family: 'medsgarden';
    font-size: 18px;
    position: absolute;
    right: 10px;
    top: 12px;
    z-index: 1;
    text-align: center;
    pointer-events: none;
}

/*prelomi language/////*/

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

    .language-box {
        display: block;
        float: left;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
        border: solid 1px #fff;
        margin: 17px 0px;
    }

    .language-box:after,
    select.language {
        color: #fff;
    }

    header.fixed-head .language-box {
        top: 13px;
    }

}
/*

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

    .language-box {
        right: -45px;
        top: 5px;
    }

    select.language {
        color: white;
        padding: 4px;
        height: 35px;
        width: 35px;
    }

    .language-box:after {
        top: 13px;
        color: white;
    }

    .subpage select.language {
        color: #464646;
    }

    .subpage .language-box:after {
        color: #464646;
    }

    .subpage #main-menu > ul > li.has-submenu > a:after {
        color: #464646;
    }


}


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

    select.language {
        padding: 4px;
    }
    .language-box {
        right: -50px;

    }

    .language-box:after {
        right: 5px;
    }

}

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

    .language-box {
        right: -60px;
    }

}

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

    .language-box {
        right: -80px;
    }

}



*/





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

header {
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

header a {
    text-decoration: none;
}

#head {
    margin: 0px;
    background-color: #fff;
}

#head .inner {
    width: 100%;
}

#head .logo {
    margin: 0px 0px;
}

#head .logo a {
    display: block;
    text-align: center;
    outline: none;
}

#head .logo img {
    width: 350px;
}

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

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


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


@media (max-width: 999px) {

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

    #menu-btn a {
        display: block;
        padding: 15px 0px;
        color: #fff;
        font-size: 35px;
    }

    #main-menu {
        overflow: hidden;
        display: none;
        background-color: #fff;
    }

    #main-menu > ul {
        padding: 0px 5%;
    }

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

    }

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

    #main-menu a {
        color: #464646;
        padding: 25px 0px;
        display: block;
        outline: none;
    }

    #main-menu a:hover,
    #main-menu a:focus,
    #main-menu .active > a {
        color: #8bb31d;
    }

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

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

    #main-menu ul ul ul a {
        text-transform: none;
        padding: 1px 0px 1px 45px;
    }

    #main-menu a.submenu-btn {
        display: block;
        float: right;
        text-align: center;
        font-size: 14px;
        color: #8bb31d;
        overflow: hidden;
        outline: none;
        border-bottom: none;
        padding: 25px 0px 25px 25px;
    }

    #main-menu ul ul a.submenu-btn i {
        vertical-align: text-top;
    }

    #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 {
        display: block;
        max-height: 1600px;
        padding: 0px 0px 20px 0px;
    }

    #main-menu ul ul li.submenu-open > .rel-abs > .rel-pos > ul {
        border-top: none;
    }

    #main-menu ul ul li.submenu-open > .rel-abs > .rel-pos > ul li a:before {
        display: inline-block;
        content: '\2022';
        margin-right:5px;
    }

}



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

    header {
        z-index: 100;
        width: 100%;
        left: 0px;
        top: 0px;
    }

    #head .logo a {
        width: auto;
        padding: 0px 50px;
        margin: auto;
    }

    #menu-btn {
        display: none;
    }

    #main-menu a.submenu-btn {
        display: none;
    }

    .nav-bg {
        background-color: #8bb31d;
        /* background-color: #fff;*/

    }

    #main-menu {
        display: block !important;
     /*   position: relative;*/
        width: 90%;
        margin: 0px auto;
    /*    background-color: #8bb31d;*/
        -webkit-transition: all 0.1s ease;
        -moz-transition: all 0.1s ease;
        transition: all 0.1s ease;
    }

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

    #main-menu a {
        padding: 30px 15px;
        position: relative;
    }

    #main-menu > ul > li > a {
        color: #ffffff;
        outline: none;
    }

    #main-menu .active {
        background-color: #bcd471;
    }
/*
    #main-menu a:hover,
    #main-menu a:focus,
    #main-menu .active > a {
        color: #8bb31d;
    }*/

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

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

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

    #main-menu > ul > li.has-submenu > a:after {
        content: "\f107";
        display: block;
        float: right;
        font-family: 'medsgarden';
        font-size: 12px;
        margin-top: 4px;
        margin-left:6px;
    }

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

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

    #main-menu ul ul li {
        float: none;
      /*  position: relative;*/
    }
/*
    #main-menu ul ul li > .rel-abs {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 0px;
    }
*/
    #main-menu ul ul a {
        display: block;
        background: #ffffff;
        padding: 20px 15px;
        border-bottom: 1px solid #8bb31d;
    }

    #main-menu ul ul li:last-child a{
        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 {
        background-color: #eeeeee;
    }
/*
    #main-menu ul ul li.has-submenu > a:after {
        content: "\f105";
        display: block;
        float: right;
        margin-top: 3px;
        font-family: 'medsgarden';
        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;
    }
*//*
    #main-menu > ul > li.active > a,
    #main-menu > ul > li.active.has-submenu > a:after    {
        color: #ffffff;
    }
*/
}

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

    header {
        position: fixed;
        width: 100%;
        left: 0px;
        top: 0px;
        z-index: 10;
        box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
        /* background-color: #fff;*/
        -webkit-transition: all 0.1s ease;
        -moz-transition: all 0.1s ease;
        transition: all 0.1s ease;
    }

    .top-offset {
        height: 245px;
    }

    .subpage.has-submenu .top-offset {
        height: 322px;
    }

    /*fixed menu /////////*/


    .fixed-head header #head .logo {
        float: left;
        padding: 0px;
        margin: 0px;
        max-resolution: 0px;
        background-color: #fff;
    }
    
    .fixed-head header #main-menu {
        float: right;
        margin: 0px;
        height: auto;
        width: auto;
        padding-right: 20px;
    }


    .fixed-head header #head .logo img {
        height: 47px;
        width: auto;
        padding: 10px 0px;
    }

    .fixed-head .language-box {
        top: -3px;
    }

    .fixed-head #main-menu > ul {
        float: right;
        margin-right: 50px;
    }

}

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


    #main-menu {
        width: 1200px;
    }
}


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


/*prelomi/////*/

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

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

    #submenu {
        background-color: #bcd471;
        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;
        height: 54px;
    }

    #submenu ul a {
        color: #000000;
        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;
    }

    #submenu ul li:hover a, #submenu ul li:focus a, #submenu ul li.active a {
        color: #8bb31d;
    }


    #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 all and (min-width: 1300px) {


    #head .logo img {
        width: 450px;
    }
}

@font-face {
  font-family: 'medsgarden';
  src:  url('/resource/css/fonts/medsgarden.eot?crgjzm');
  src:  url('/resource/css/fonts/medsgarden.eot?crgjzm#iefix') format('embedded-opentype'),
    url('/resource/css/fonts/medsgarden.ttf?crgjzm') format('truetype'),
    url('/resource/css/fonts/medsgarden.woff?crgjzm') format('woff'),
    url('/resource/css/fonts/medsgarden.svg?crgjzm#medsgarden') 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: 'medsgarden' !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-calendar:before {
  content: "\e900";
}
.icon-drops-1:before {
  content: "\e901";
}
.icon-drops-2:before {
  content: "\e902";
}
.icon-drops-3:before {
  content: "\e903";
}
.icon-partial-shade:before {
  content: "\e904";
}
.icon-pin:before {
  content: "\e905";
}
.icon-sun:before {
  content: "\e906";
}
.icon-search:before {
  content: "\f002";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-facebook-f:before {
  content: "\f09a";
}
.icon-bars:before {
  content: "\f0c9";
}
.icon-navicon:before {
  content: "\f0c9";
}
.icon-reorder:before {
  content: "\f0c9";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-info:before {
  content: "\f129";
}
.icon-clock:before {
  content: "\e94e";
}

footer.cbox {
    margin: 0px;
    background-color: #8bb31d;
    position: relative;
    height: 80px;
    border-top: 1px solid #8bb31d;
}

footer.cbox .inner{
    width: 100%;
    padding: 0px;
    margin: 0px;
}


/*noga z logotipi partnerjev////////////////////////////////////////////////////*/



footer .partners {
    background-color: #ffffff;
    display: table;
    width: 100%;
    padding: 20px 0px;
}

footer .partners span,
footer .partners a {
    display: table-cell;
    height: 70px;
    vertical-align: middle;
    text-align: center;
    padding: 0px 10px;
}

footer .partners span img,
footer .partners a img {
    max-width: 100%;
    max-height: 100%;
}


footer .contact-email {
    background-color: #8bb31d;
    height: 80px;
    width: 100%;
    display: table;
}


footer .contact-email .email{
    display: table-cell;
    height: 100%;
    width: 100%;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    vertical-align: middle;
}



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

    footer .partners-bg-white {
        background-color: #ffffff;
        position: absolute;
        right: 50%;
        width: 50%;
        height: 100%;
    }

    footer .partners {
        background-color: #ffffff;
        display: table;
        position: absolute;
        right: 0px;
        height: 100%;
        width: 90%;
        padding: 0px 5%;
        overflow: hidden;
    }

    footer .contact-email {
        margin-left: 50%;
        width: 50%;
        height: 80px;
        display: table;
    }

    footer .contact-email .email{
        display: table-cell;
        height: 100%;
        width: 100%;
        color: #ffffff;
        font-size: 20px;
        text-align: center;
        vertical-align: middle;
    }
}




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

    footer .partners {
        width: 560px;
        padding-right: 40px;
    }

    footer .contact-email {
        width: 600px;
    }

    footer .contact-email .email{
        text-align: right;
    }

}

.contact-form form .inner{
    border-top: solid 1px #ccc;
}
.contact-form form h2 {
    text-align: center;
}

.contact-form .fields p {
    margin: 10px 0px;
}

.contact-form input[type="text"],
.contact-form input[type="tel"],
.contact-form input[type="email"],
.contact-form select,
.contact-form textarea {
    background-color: #f0f0f0;
    border-radius: 0px;
    outline: none;
    box-sizing: border-box;
    width: 100%;
    box-shadow: none;
    border: none;
}


.contact-form input[type="checkbox"] {
    width:19px;
    height:19px;
    border:none;
    margin: 15px 0px 0px 0px;
}

.contact-form select {
    padding: 9px 5%;
}

.contact-form input[type="text"],
.contact-form input[type="tel"],
.contact-form input[type="email"],
.contact-form textarea {
    padding: 10px 5%;
    -webkit-appearance: none;
}

.contact-form textarea {
    height: 150px;
}

.contact-form button.input-submit * {
    color: #c4122f;
}
.contact-form button.input-submit {
    background: none;
    display: inline-block;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: solid 1px #c4122f;
    padding: 8px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    margin:15px 0px;
}


.contact-form button.input-submit:hover, .contact-form button.input-submit:focus, .contact-form button.input-submit:active {
    background-color: #c4122f;
    color: #fff;
}

.contact-form button.input-submit:hover *, .contact-form button.input-submit:focus *, .contact-form button.input-submit:active * {
    color: #fff;
}

.contact-form fieldset.submit-center {
    clear: both;
    text-align: center;
}




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


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


    .contact-form .fields {
        width: 48%;
        float: left;
    }

    .contact-form .message {
        width: 48%;
        float: right;
    }

    .contact-form .checkbox,
    .contact-form .gdpr,
    .contact-form .privacy-info {
        width: 48%;
        float: right;
        clear: right;
    }

    .contact-form .message textarea {
        height: 92px;
        margin: 5px 0px;
    }


}

.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%;
    }

}


/*text-box - okvirčki med vsebino//////////////////////////////////////////////////////////*/

.cbox.text-box {
    padding: 50px 0px;
    margin: 0px;
}

.cbox .text-box {
    padding: 30px 5%;
    margin: 30px 0px;
}


.cbox .text-box *:first-child {
    margin-top: 0px;
}

.cbox .text-box *:last-child {
    margin-bottom: 0px;
}

.text-box.color-white {
    background-color: white;
    padding: 0px;
}

.text-box.color-grey {
    background-color: #e6e6e6;
}

.text-box.color-green {
    background-color: #8bb31d;
}

.text-box.color-green * {
    color: #ffffff;
}

.text-box.color-green h1,
.text-box.color-green h2,
.text-box.color-green h3,
.text-box.color-green h4 {
    color: #000000;
}

.text-box-pos {
    display: table;
    height: 100%;
    width: 100%;
    position: relative;
}

.text-box-pos-mid {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%;
    padding: 0px 40px;
}

.text-box.pos-center {
    clear: both;
}

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


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

    .cbox .text-box {
        padding: 30px 2%;
    }

    .cbox .text-box.color-white {
        padding: 0px;
    }

    .text-box.pos-left,
    .text-box.pos-right {
        width: 45%;
    }

    .text-box.pos-left {
        float: left;
        margin-right: 1%;
        clear: left;
    }

    .text-box.pos-right {
        float: right;
        margin-left: 1%;
        clear: right;
    }

    .text-box.pos-left.color-white {
        width: 47%;
        padding: 0px 2% 0px 0px;
    }

    .text-box.pos-right.color-white {
        padding: 0px;
        width: 49%;

    }

    .text-box-content {
        float: left;
        width: 50%;
        min-height: 400px;
    }
}


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

    .text-box-content {
        min-height: 500px;
    }
}




/*okvirček s sliko v ozadju ///////////////////////////////////////////////////////////////////////*/

.cbox.text-box.bg-image {
    background-size: cover;
    background-position: center center;
    padding: 50px 0px;
    background-color: #000000;
}

.cbox.text-box.bg-image * {
    color: #ffffff;
}

.cbox.text-box.bg-image h1,
.cbox.text-box.bg-image h2,
.cbox.text-box.bg-image h3,
.cbox.text-box.bg-image h4 {
    color: #ffffff;
}

.cbox.text-box.bg-image a.more:hover,
.cbox.text-box.bg-image a.more:focus {
    color: #8bb31d;
}

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

@media all and (min-width: 1200px) {
    .cbox.text-box.bg-image {
        background-attachment: fixed;
    }
}





/*splitted text-box//////////////////////////////////////////////////////////////////////////////*/


.cbox.text-box.splited {
    padding: 0px;
}

.cbox.text-box.splited .inner{
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.cbox.text-box.splited figure {
    clear: none;
    margin: 0px;
    overflow: hidden;
    width: 100%;
}

.cbox.text-box.splited figure img{
    width: 100%;
}

.cbox.text-box.splited figcaption {
    display: none;
}

.cbox.text-box.splited .text-box-content-offset {
    padding: 50px 5%;
}


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


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

    .cbox.text-box.splited {
        position: relative;
        min-height: 500px;
    }

    .cbox.text-box.splited figure {
        position: absolute;
        right: 50%;
        width: 50%;
        height: 100%;
        overflow: hidden;

    }

    .cbox.text-box.splited figure img {
        position: absolute;
        right: 0px;
        display: block;
    }


    .cbox.text-box.splited .text-box-content {
        float: right;
        margin-left: 50%;
        width: 50%;
        min-height: 500px;
        display: table;
    }

    .cbox.text-box.splited .text-box-content .text-box-content-offset{
        display: table-cell;
        height: 100%;
        vertical-align: middle;
    }

}

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

    .cbox.text-box.splited {
        min-height: 620px;
    }

    .cbox.text-box.splited .text-box-content {
        min-height: 620px;
    }


    .cbox.text-box.splited .text-box-content {
        float: none;
        width: 600px;
    }
}


.info-box {
    margin: 20px 0px;
}

.info-box .email {
    color: #8bb31d;
    text-decoration: underline;
}

.info-text {
    padding-left: 80px;
}

.info-text * {
    color: #000;
}

.info-icon {
    float: left;
    width: 80px;
}

.info-icon i {
    display: block;
    background-color: #8bb31d;
    width: 50px;
    height: 40px;
    text-align: center;
    padding-top: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-family: 'medsgarden';
    color: #ffffff;
    font-size: 30px;
}

.vcard .fn {
    margin: 5px 0px;
}
.vcard .adr,
.vcard .adr span {
    font-style: normal;
    margin: 5px 0px;
}
.vcard .adr span {
    display: inline-block;
}
.vcard .adr span:after {
    display: inline-block;
    content: ' ';
    white-space: pre-wrap;
}
.vcard .adr span.street-address {
    display: block;
}

.vcard .adr span.locality:after {
    content: ', ';
}

.vcard p {
}
.vcard p.note {
    font-weight: bold;
}

.vcard p a {
    display: block;
}

.vcard p a.tel {
    font-size: 16px;
}

.vcard p a.tel:before {
    content: 'T: ';
}
.vcard p a.email:before {
    content: 'E: ';
}