@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700&subset=latin-ext);

#hero .hero-wrapper .hero-content-slider .slick-track,
.navi-menu,
.navi-menu-nested,
.row {
    zoom: 1;
}

#hero .hero-wrapper .hero-content-slider .slick-track:after,
#hero .hero-wrapper .hero-content-slider .slick-track:before,
.navi-menu-nested:after,
.navi-menu-nested:before,
.navi-menu:after,
.navi-menu:before,
.row:after,
.row:before {
    content: '';
    display: table;
}

#hero .hero-wrapper .hero-content-slider .slick-track:after,
.navi-menu-nested:after,
.navi-menu:after,
.row:after {
    clear: both;
}

.fp-enabled body,
html.fp-enabled {
    margin: 0;
    padding: 0;
    overflow: hidden;
    -webkit-tap-highlight-color: transparent;
}

#superContainer {
    height: 100%;
    position: relative;
    -ms-touch-action: auto;
    touch-action: auto;
}
body {
	-ms-touch-action: auto !important;
    touch-action: auto !important;
}
.fp-section {
    position: relative;
    box-sizing: border-box;
}

.fp-slide {
    float: left;
}

.fp-slide,
.fp-slidesContainer {
    height: 100%;
    display: block;
}

.fp-slides {
    z-index: 1;
    height: 100%;
    overflow: hidden;
    position: relative;
    transition: all .3s ease-out;
}

.fp-section.fp-table,
.fp-slide.fp-table {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.fp-slidesContainer {
    float: left;
    position: relative;
}

.fp-controlArrow {
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    transform: translate3d(0,0,0);
}

.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}

.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}

.fp-scrollable {
    overflow: hidden;
    position: relative;
	
}

.fp-scroller {
    overflow: hidden;
}

.iScrollIndicator {
    border: 0!important;
}

.fp-notransition {
    transition: none!important;
}

#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
}

#fp-nav.right {
    right: 17px;
}

#fp-nav.left {
    left: 17px;
}

.fp-slidesNav {
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
    transform: translate3d(0,0,0);
}

.fp-slidesNav.bottom {
    bottom: 17px;
}

.fp-slidesNav.top {
    top: 17px;
}

#fp-nav ul,
.fp-slidesNav ul {
    margin: 0;
    padding: 0;
}

#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position: relative;
}

.fp-slidesNav ul li {
    display: inline-block;
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}

#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 50%;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #333;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    transition: all .1s ease-in-out;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
    width: 10px;
    height: 10px;
    margin: -5px 0 0 -5px;
}

#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial,helvetica,sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer;
}

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active+.fp-tooltip {
    transition: opacity .2s ease-in;
    width: auto;
    opacity: 1;
}

#fp-nav ul li .fp-tooltip.right {
    right: 20px;
}

#fp-nav ul li .fp-tooltip.left {
    left: 20px;
}

.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell,
.fp-auto-height.fp-section {
    height: auto!important;
}

.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell,
.fp-responsive .fp-auto-height-responsive.fp-section {
    height: auto!important;
}

.container {
    margin: 0 auto;
    width: 100%;
    max-width: 75em;
    position: relative;
}

.container img {
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}

.row {
    width: 100%;
    position: relative;
    margin: 0 auto 1em;
}

.col-1 {
    box-sizing: border-box;
    position: relative;
    float: left;
    min-height: 1px;
    padding: 0 .625em;
    width: 100%;
}

.col-2 {
    box-sizing: border-box;
    position: relative;
    float: left;
    min-height: 1px;
    padding: 0 .625em;
    width: 100%;
}

.col-3 {
    box-sizing: border-box;
    position: relative;
    float: left;
    min-height: 1px;
    padding: 0 .625em;
    width: 100%;
}

.col-4 {
    box-sizing: border-box;
    position: relative;
    float: left;
    min-height: 1px;
    padding: 0 .625em;
    width: 100%;
}

.col-5 {
    box-sizing: border-box;
    position: relative;
    float: left;
    min-height: 1px;
    padding: 0 .625em;
    width: 100%;
}

.col-6 {
    box-sizing: border-box;
    position: relative;
    float: left;
    min-height: 1px;
    padding: 0 .625em;
    width: 100%;
}

.col-7 {
    box-sizing: border-box;
    position: relative;
    float: left;
    min-height: 1px;
    padding: 0 .625em;
    width: 100%;
}

.col-8 {
    box-sizing: border-box;
    position: relative;
    float: left;
    min-height: 1px;
    padding: 0 .625em;
    width: 100%;
}

.col-9 {
    box-sizing: border-box;
    position: relative;
    float: left;
    min-height: 1px;
    padding: 0 .625em;
    width: 100%;
}

.col-10 {
    box-sizing: border-box;
    position: relative;
    float: left;
    min-height: 1px;
    padding: 0 .625em;
    width: 100%;
}

.col-11 {
    box-sizing: border-box;
    position: relative;
    float: left;
    min-height: 1px;
    padding: 0 .625em;
    width: 100%;
}

.col-12 {
    box-sizing: border-box;
    position: relative;
    float: left;
    min-height: 1px;
    padding: 0 .625em;
    width: 100%;
}

@media (min-width:56.25em){
    .col-1 {
        box-sizing: border-box;
        position: relative;
        float: left;
        min-height: 1px;
        padding: 0 .625em;
        width: 8.33333%;
    }

    .pull-1 {
        right: 8.33333%;
    }

    .push-1 {
        left: 8.33333%;
    }

    .offset-1 {
        margin-left: 8.33333%;
    }

    .col-2 {
        box-sizing: border-box;
        position: relative;
        float: left;
        min-height: 1px;
        padding: 0 .625em;
        width: 16.66667%;
    }

    .pull-2 {
        right: 16.66667%;
    }

    .push-2 {
        left: 16.66667%;
    }

    .offset-2 {
        margin-left: 16.66667%;
    }

    .col-3 {
        box-sizing: border-box;
        position: relative;
        float: left;
        min-height: 1px;
        padding: 0 .625em;
        width: 25%;
    }

    .pull-3 {
        right: 25%;
    }

    .push-3 {
        left: 25%;
    }

    .offset-3 {
        margin-left: 25%;
    }

    .col-4 {
        box-sizing: border-box;
        position: relative;
        float: left;
        min-height: 1px;
        padding: 0 .625em;
        width: 33.33333%;
    }

    .pull-4 {
        right: 33.33333%;
    }

    .push-4 {
        left: 33.33333%;
    }

    .offset-4 {
        margin-left: 33.33333%;
    }

    .col-5 {
        box-sizing: border-box;
        position: relative;
        float: left;
        min-height: 1px;
        padding: 0 .625em;
        width: 41.66667%;
    }

    .pull-5 {
        right: 41.66667%;
    }

    .push-5 {
        left: 41.66667%;
    }

    .offset-5 {
        margin-left: 41.66667%;
    }

    .col-6 {
        box-sizing: border-box;
        position: relative;
        float: left;
        min-height: 1px;
        padding: 0 .625em;
        width: 50%;
    }

    .pull-6 {
        right: 50%;
    }

    .push-6 {
        left: 50%;
    }

    .offset-6 {
        margin-left: 50%;
    }

    .col-7 {
        box-sizing: border-box;
        position: relative;
        float: left;
        min-height: 1px;
        padding: 0 .625em;
        width: 58.33333%;
    }

    .pull-7 {
        right: 58.33333%;
    }

    .push-7 {
        left: 58.33333%;
    }

    .offset-7 {
        margin-left: 58.33333%;
    }

    .col-8 {
        box-sizing: border-box;
        position: relative;
        float: left;
        min-height: 1px;
        padding: 0 .625em;
        width: 66.66667%;
    }

    .pull-8 {
        right: 66.66667%;
    }

    .push-8 {
        left: 66.66667%;
    }

    .offset-8 {
        margin-left: 66.66667%;
    }

    .col-9 {
        box-sizing: border-box;
        position: relative;
        float: left;
        min-height: 1px;
        padding: 0 .625em;
        width: 75%;
    }

    .pull-9 {
        right: 75%;
    }

    .push-9 {
        left: 75%;
    }

    .offset-9 {
        margin-left: 75%;
    }

    .col-10 {
        box-sizing: border-box;
        position: relative;
        float: left;
        min-height: 1px;
        padding: 0 .625em;
        width: 83.33333%;
    }

    .pull-10 {
        right: 83.33333%;
    }

    .push-10 {
        left: 83.33333%;
    }

    .offset-10 {
        margin-left: 83.33333%;
    }

    .col-11 {
        box-sizing: border-box;
        position: relative;
        float: left;
        min-height: 1px;
        padding: 0 .625em;
        width: 91.66667%;
    }

    .pull-11 {
        right: 91.66667%;
    }

    .push-11 {
        left: 91.66667%;
    }

    .offset-11 {
        margin-left: 91.66667%;
    }

    .col-12 {
        box-sizing: border-box;
        position: relative;
        float: left;
        min-height: 1px;
        padding: 0 .625em;
        width: 100%;
    }

    .pull-12 {
        right: 100%;
    }

    .push-12 {
        left: 100%;
    }

    .offset-12 {
        margin-left: 100%;
    }
}

@media (min-width:68.75em){
    .col-1 {
        box-sizing: border-box;
        position: relative;
        float: left;
        min-height: 1px;
        padding: 0 .625em;
        width: 8.33333%;
    }

    .pull-1 {
        right: 8.33333%;
    }

    .push-1 {
        left: 8.33333%;
    }

    .offset-1 {
        margin-left: 8.33333%;
    }

    .col-2 {
        box-sizing: border-box;
        position: relative;
        float: left;
        min-height: 1px;
        padding: 0 .625em;
        width: 16.66667%;
    }

    .pull-2 {
        right: 16.66667%;
    }

    .push-2 {
        left: 16.66667%;
    }

    .offset-2 {
        margin-left: 16.66667%;
    }

    .col-3 {
        box-sizing: border-box;
        position: relative;
        float: left;
        min-height: 1px;
        padding: 0 .625em;
        width: 25%;
    }

    .pull-3 {
        right: 25%;
    }

    .push-3 {
        left: 25%;
    }

    .offset-3 {
        margin-left: 25%;
    }

    .col-4 {
        box-sizing: border-box;
        position: relative;
        float: left;
        min-height: 1px;
        padding: 0 .625em;
        width: 33.33333%;
    }

    .pull-4 {
        right: 33.33333%;
    }

    .push-4 {
        left: 33.33333%;
    }

    .offset-4 {
        margin-left: 33.33333%;
    }

    .col-5 {
        box-sizing: border-box;
        position: relative;
        float: left;
        min-height: 1px;
        padding: 0 .625em;
        width: 41.66667%;
    }

    .pull-5 {
        right: 41.66667%;
    }

    .push-5 {
        left: 41.66667%;
    }

    .offset-5 {
        margin-left: 41.66667%;
    }

    .col-6 {
        box-sizing: border-box;
        position: relative;
        float: left;
        min-height: 1px;
        padding: 0 .625em;
        width: 50%;
    }

    .pull-6 {
        right: 50%;
    }

    .push-6 {
        left: 50%;
    }

    .offset-6 {
        margin-left: 50%;
    }

    .col-7 {
        box-sizing: border-box;
        position: relative;
        float: left;
        min-height: 1px;
        padding: 0 .625em;
        width: 58.33333%;
    }

    .pull-7 {
        right: 58.33333%;
    }

    .push-7 {
        left: 58.33333%;
    }

    .offset-7 {
        margin-left: 58.33333%;
    }

    .col-8 {
        box-sizing: border-box;
        position: relative;
        float: left;
        min-height: 1px;
        padding: 0 .625em;
        width: 66.66667%;
    }

    .pull-8 {
        right: 66.66667%;
    }

    .push-8 {
        left: 66.66667%;
    }

    .offset-8 {
        margin-left: 66.66667%;
    }

    .col-9 {
        box-sizing: border-box;
        position: relative;
        float: left;
        min-height: 1px;
        padding: 0 .625em;
        width: 75%;
    }

    .pull-9 {
        right: 75%;
    }

    .push-9 {
        left: 75%;
    }

    .offset-9 {
        margin-left: 75%;
    }

    .col-10 {
        box-sizing: border-box;
        position: relative;
        float: left;
        min-height: 1px;
        padding: 0 .625em;
        width: 83.33333%;
    }

    .pull-10 {
        right: 83.33333%;
    }

    .push-10 {
        left: 83.33333%;
    }

    .offset-10 {
        margin-left: 83.33333%;
    }

    .col-11 {
        box-sizing: border-box;
        position: relative;
        float: left;
        min-height: 1px;
        padding: 0 .625em;
        width: 91.66667%;
    }

    .pull-11 {
        right: 91.66667%;
    }

    .push-11 {
        left: 91.66667%;
    }

    .offset-11 {
        margin-left: 91.66667%;
    }

    .col-12 {
        box-sizing: border-box;
        position: relative;
        float: left;
        min-height: 1px;
        padding: 0 .625em;
        width: 100%;
    }

    .pull-12 {
        right: 100%;
    }

    .push-12 {
        left: 100%;
    }

    .offset-12 {
        margin-left: 100%;
    }
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:after,
blockquote:before {
    content: '';
    content: none;
}

q:after,
q:before {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    text-rendering: optimizeLegibility;
    visibility: visible;
}

h1 {
    font-size: 2.625em;
    font-family: "Roboto Condensed",sans-serif;
    color: #1272ba;
    line-height: 1;
    margin: 0 0 .625em;
    padding: 0;
}

h2 {
    font-size: 2.25em;
    font-family: "Roboto Condensed",sans-serif;
    color: #1272ba;
    line-height: 1;
    margin: 0 0 .625em;
    padding: 0;
}

h3 {
    font-size: 1.75em;
    font-family: "Roboto Condensed",sans-serif;
    color: #1272ba;
    line-height: 1;
    margin: 0 0 .625em;
    padding: 0;
}

h4 {
    font-size: 1.5em;
    font-family: "Roboto Condensed",sans-serif;
    color: #1272ba;
    line-height: 1;
    margin: 0 0 .625em;
    padding: 0;
}

p {
    font-size: 1em;
    font-family: "Roboto Condensed",sans-serif;
    font-weight: 400;
    color: #727272;
    line-height: 1.875em;
    margin: .625em 0 0;
    padding: 0;
}

p:first-child {
    margin-top: 0;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul li {
    font-size: 1em;
    font-family: "Roboto Condensed",sans-serif;
    font-weight: 400;
    color: #727272;
    line-height: 1.5em;
    margin: .3125em 0 0;
    padding: 0;
}

ul li:first-child {
    margin-top: 0;
}

ul.list {
    margin: 1.25em 0 1.25em 1.25em;
}

ul.list li {
    margin: .3125em 0 0;
}

ul.list li:first-child {
    margin: 0;
}

ul.list li a {
    padding: 0 0 0 1.25em;
    display: inline-block;
    position: relative;
    color: #727272;
    text-decoration: none;
}

ul.list li a:hover {
    color: #006db0;
    text-decoration: none;
}

ul.list li a:hover:before {
    background: #006db0;
}

ul.list li a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    width: .25em;
    height: .25em;
    transform: translateY(-50%);
    border-radius: 100%;
    border: 2px solid #006db0;
    transition: all .4s ease-in-out;
}

a {
    color: inherit;
    text-decoration: none;
    outline: 0;
    border: 0;
}

.button {
    font-size: .875em;
    font-family: "Roboto Condensed",sans-serif;
    font-weight: 400;
    color: #1272ba;
    line-height: 2.8125em;
    margin: 0;
    padding: 0 1.875em;
    border: 2px solid #1272ba;
    background: 0 0;
    border-radius: 2.8125em;
    display: inline-block;
    transition: all .3s ease-in-out;
    outline: 0;
}

.button:hover {
    background: #1272ba;
    color: #fff;
}

.button-close {
    width: 2.8125rem;
    height: 2.8125rem;
    left: 50%;
    top: 50%;
    margin-top: -1.40625rem;
    margin-left: -1.40625rem;
    position: absolute;
    display: block;
    z-index: 2;
    cursor: pointer;
}

.button-close:after,
.button-close:before {
    content: '';
    width: 55%;
    height: 1px;
    background: #1272ba;
    position: absolute;
    top: 48%;
    left: 22%;
    transition: transform .4s ease-in-out;
    transform: rotate(-45deg);
}

.button-close:after {
    transform: rotate(45deg);
}

.button-close.inactive:after,
.button-close.inactive:before,
.button-close:hover:after,
.button-close:hover:before {
    transform: rotate(180deg);
}

#navi {
    position: relative;
    height: 4.6875em;
    overflow: hidden;
}

.navi-menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
    transition: all .6s ease-in-out;
    transform: translateX(0);
    opacity: 1;
}

.navi-menu.fadeOut {
    transform: translateX(50%);
    opacity: 0;
    visibility: hidden;
}

.navi-menu.animationDone {
    transform: translateX(100%);
    opacity: 1;
    visibility: visible;
    transition: none;
}

.navi-menu-nested {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    list-style-type: none;
    padding: 0;
    margin: 0;
    transition: all .6s ease-in-out;
    transform: translateX(50%);
    opacity: 0;
    visibility: hidden;
}

.navi-menu-nested.fadeIn {
    transform: translateX(-100%);
    opacity: 1;
    visibility: visible;
}

.navi-menu-nested.animationDone {
    transform: translateX(-100%);
    opacity: 1;
    visibility: visible;
    transition: none;
}

.navi-menu-child,
.navi-menu-nested-child {
    display: block;
    margin: 0;
    padding: 0;
    font-size: .875rem;
    line-height: 4.6875rem;
    box-sizing: border-box;
    float: left;
}

.navi-menu-child>a,
.navi-menu-nested-child>a {
    box-sizing: border-box;
    display: block;
    padding: 0 1.25em;
    transition: color .4s ease-in-out;
}

.navi-menu-child.active>a,
.navi-menu-child:hover>a,
.navi-menu-nested-child.active>a,
.navi-menu-nested-child:hover>a {
    color: #006db0;
}

.navi-close {
    width: 4.6875rem;
    height: 4.6875rem;
    border-left: 1px solid #e4e4e4;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .4s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.navi-close.active {
    opacity: 1;
    visibility: visible;
}

.rvk-table,
.rvk-table-izkaz,
.rvk-table-wborder {
    width: 100%;
    font-family: "Roboto Condensed",sans-serif;
    font-weight: 400;
    color: #727272;
    font-weight: 400;
}

@media (min-width:20em){
    .rvk-table,
    .rvk-table-izkaz,
    .rvk-table-wborder {
        font-size: .75rem;
    }

    .rvk-table td h3,
    .rvk-table-izkaz td h3,
    .rvk-table-wborder td h3 {
        font-size: .75rem;
    }
}
@media (max-width:791px){
    .rvk-table,
    .rvk-table-izkaz,
    .rvk-table-wborder {
        font-size: .75rem;
    }

    .rvk-table td h3,
    .rvk-table-izkaz td h3,
    .rvk-table-wborder td h3 {
        font-size: .75rem;
    }
}


@media (max-width: 610px){
    .rvk-table,
    .rvk-table-izkaz,
    .rvk-table-wborder {
        font-size: .8rem;
    }
}

@media (min-width:68.75em){
    .rvk-table,
    .rvk-table-izkaz,
    .rvk-table-wborder {
        font-size: .9375rem;
    }
}

.rvk-table tr,
.rvk-table-izkaz tr,
.rvk-table-wborder tr {
    border-bottom: 1px solid #e4e4e4;
}

.rvk-table tr:first-of-type,
.rvk-table-izkaz tr:first-of-type,
.rvk-table-wborder tr:first-of-type {
    border-top: 1px solid #e4e4e4;
}

.rvk-table tr.noborder,
.rvk-table-izkaz tr.noborder,
.rvk-table-wborder tr.noborder {
    border-top: none;
}

.rvk-table tr.noborder-bottom,
.rvk-table-izkaz tr.noborder-bottom,
.rvk-table-wborder tr.noborder-bottom {
    border-bottom: none;
}

.rvk-table td,
.rvk-table-izkaz td,
.rvk-table-wborder td {
    padding: 20px;
    vertical-align: middle;
}

.rvk-table td.nopad,
.rvk-table-izkaz td.nopad,
.rvk-table-wborder td.nopad {
    padding-top: 6px;
    padding-bottom: 6px;
}

.rvk-table td.ar,
.rvk-table-izkaz td.ar,
.rvk-table-wborder td.ar {
    text-align: right!important;
}

.rvk-table td.ac,
.rvk-table-izkaz td.ac,
.rvk-table-wborder td.ac {
    text-align: center!important;
}

.rvk-table td.al,
.rvk-table-izkaz td.al,
.rvk-table-wborder td.al {
    text-align: left!important;
}

.rvk-table th,
.rvk-table-izkaz th,
.rvk-table-wborder th {
    font-weight: 700;
    padding: 20px;
    color: #1272ba;
    vertical-align: middle;
}

.rvk-table th.al,
.rvk-table-izkaz th.al,
.rvk-table-wborder th.al {
    text-align: left!important;
}

.rvk-table-wborder {
    border-collapse: collapse;
}

.rvk-table-wborder td,
.rvk-table-wborder th {
    border: 1px solid #e4e4e4;
}

@media (min-width:20em){
    .rvk-table-wborder td,
    .rvk-table-wborder th {
        padding: 2px!important;
    }
}

@media (min-width:32.5em){
    .rvk-table-wborder td,
    .rvk-table-wborder th {
        padding: 10px!important;
    }
}

@media (min-width:56.25em){
    .rvk-table-wborder td,
    .rvk-table-wborder th {
        padding: 20px!important;
    }
}

@media (min-width:68.75em){
    .rvk-table-wborder td,
    .rvk-table-wborder th {
        padding: 20px!important;
    }
}

.rvk-table-wborder th {
    font-weight: 700;
    font-family: "Roboto Condensed",sans-serif;
    color: #006db0;
}

@media (min-width:20em){
    .rvk-table-wborder th {
        font-size: .65rem!important;
    }
}

@media (min-width:32.5em){
    .rvk-table-wborder th {
        font-size: .8rem!important;
    }
}

@media (min-width:56.25em){
    .rvk-table-wborder th {
        font-size: 1.125rem!important;
    }
}

@media (min-width:68.75em){
    .rvk-table-wborder th {
        font-size: 1.125rem!important;
    }
}

.rvk-table-wborder tr:nth-of-type(3) th {
    color: #1272ba;
    font-size: .9375rem;
}
/*
.rvk-table-izkaz tr:hover td {
    background-color: #006db0!important;
    color: #fff;
}
*/
.rvk-table-izkaz tr td:not(:first-of-type) {
    text-align: right;
    background-color: #f2f8fb;
    padding: 0 10px;
    border-bottom: 1px solid #f2f2f2;
}

@media (min-width:20em){
    .rvk-table-izkaz tr td:not(:last-of-type) {
        border-right: 1px solid #fff;
    }
}

@media (min-width:32.5em){
    .rvk-table-izkaz tr td:not(:last-of-type) {
        border-right: 4px solid #fff;
    }
}

@media (min-width:56.25em){
    .rvk-table-izkaz tr td:not(:last-of-type) {
        border-right: 4px solid #fff;
    }
}

@media (min-width:68.75em){
    .rvk-table-izkaz tr td:not(:last-of-type) {
        border-right: 4px solid #fff;
    }
}

.rvk-table-izkaz tr:first-of-type {
    width: 25%;
}

.rvk-table-izkaz tr:not(:first-of-type) {
    width: 15%;
}

.rvk-table-izkaz tr td:nth-of-type(5),
.rvk-table-izkaz tr td:nth-of-type(6) {
    width: 10%;
}

.rvk-table-izkaz th {
    font-weight: 700;
    font-family: "Roboto Condensed",sans-serif;
    color: #006db0;
    text-align: center;
}

@media (min-width:20em){
    .rvk-table-izkaz th {
        font-size: .6875rem;
        padding: 0;
    }
}

@media (min-width:32.5em){
    .rvk-table-izkaz th {
        font-size: .875rem;
        padding: 20px;
    }
}

@media (min-width:56.25em){
    .rvk-table-izkaz th {
        font-size: .875rem;
        padding: 20px;
    }
}

@media (min-width:68.75em){
    .rvk-table-izkaz th {
        font-size: .875rem;
        padding: 20px;
    }
}

.rvk-table-izkaz th:first-of-type {
    text-align: left;
    padding-left: 0;
}

.rvk-table-izkaz th:not(:first-of-type) {
    background-color: #f2f8fb;
}

@media (min-width:20em){
    .rvk-table-izkaz th {
        border-right: 1px solid #fff;
    }
}

@media (min-width:32.5em){
    .rvk-table-izkaz th {
        border-right: 4px solid #fff;
    }
}

@media (min-width:56.25em){
    .rvk-table-izkaz th {
        border-right: 4px solid #fff;
    }
}

@media (min-width:68.75em){
    .rvk-table-izkaz th {
        border-right: 4px solid #fff;
    }
}

.table-subtitle {
    font-weight: 700;
    color: #1272ba;
	padding-left: 1% !important;
}

@media (min-width:20em){
    .table-subtitle2 {
        padding-left: .25rem!important;
    }
}

@media (min-width:32.5em){
    .table-subtitle2 {
        padding-left: 2.750rem!important;
    }
}

@media (min-width:56.25em){
    .table-subtitle2 {
        padding-left: 2.750rem!important;
    }
}

@media (min-width:68.75em){
    .table-subtitle2 {
        padding-left: 2.750rem!important;
    }
}

.padding-lr td {
    padding: 20px;
}

.th-preiskave-pitne {
    width: 28%;
    background-color: #f2f8fb;
}

.section-3 tr td:not(:first-of-type) {
    text-align: right;
}

.primary-color {
    color: #006db0!important;
    font-weight: 700!important;
}

.table-wrapper-scroll {
    overflow: auto;
}

.table-wrapper-scroll .table-scroll-notice {
    margin-bottom: .625rem;
    margin-top: 1.25rem;
}

.one-quarter .rvk-table {
    min-width: 100%!important;
}

#hero-nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 10;
    transition: all .4s cubic-bezier(.73,.14,.14,.78);
}

@media (min-width:20em){
    #hero-nav {
        height: 5rem;
    }
}

@media (min-width:32.5em){
    #hero-nav {
        height: 5.625rem;
    }
}

@media (min-width:56.25em){
    #hero-nav {
        height: 10rem;
    }
}

@media (min-width:68.75em){
    #hero-nav {
        height: 10rem;
    }
}

#hero-nav:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 100%;
    background-color: transparent;
    transition: all .4s cubic-bezier(.73,.14,.14,.78);
}

#hero-nav .hero-nav-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 1220px;
    padding: 0 1.25rem;
    box-sizing: border-box;
    margin: 0 auto;
    z-index: 5;
    transition: all .4s cubic-bezier(.73,.14,.14,.78);
}

@media (min-width:20em){
    #hero-nav .hero-nav-wrapper {
        height: 5rem;
    }
}

@media (min-width:32.5em){
    #hero-nav .hero-nav-wrapper {
        height: 5.625rem;
    }
}

@media (min-width:56.25em){
    #hero-nav .hero-nav-wrapper {
        height: 10rem;
    }
}

@media (min-width:68.75em){
    #hero-nav .hero-nav-wrapper {
        height: 10rem;
    }
}

#hero-nav .hero-logo {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 1.25rem;
    transform: translateY(-50%);
    transition: all .4s cubic-bezier(.73,.14,.14,.78);
}

@media (min-width:20em){
    #hero-nav .hero-logo {
        width: 5.0625rem;
        height: 3.6875rem;
        display: block;
        background-image: url(../img/layout/logo_rvk_head_mobile.png);
        background-repeat: no-repeat;
        background-position: center center;
    }
}

@media only screen and (min-width:20em) and (-webkit-min-device-pixel-ratio:2),only screen and (min-width:20em) and (min--moz-device-pixel-ratio:2),only screen and (min-width:20em) and (min-device-pixel-ratio:2),only screen and (min-width:20em) and (min-resolution:192dpi),only screen and (min-width:20em) and (min-resolution:2dppx){
    #hero-nav .hero-logo {
        background-image: url(../img/layout/logo_rvk_head_mobile@2x.png);
        background-size: 5.0625rem,3.6875rem;
    }
}

@media (min-width:32.5em){
    #hero-nav .hero-logo {
        width: 5.0625rem;
        height: 3.6875rem;
        display: block;
        background-image: url(../img/layout/logo_rvk_head_mobile.png);
        background-repeat: no-repeat;
        background-position: center center;
    }
}

@media only screen and (min-width:32.5em) and (-webkit-min-device-pixel-ratio:2),only screen and (min-width:32.5em) and (min--moz-device-pixel-ratio:2),only screen and (min-width:32.5em) and (min-device-pixel-ratio:2),only screen and (min-width:32.5em) and (min-resolution:192dpi),only screen and (min-width:32.5em) and (min-resolution:2dppx){
    #hero-nav .hero-logo {
        background-image: url(../img/layout/logo_rvk_head_mobile@2x.png);
        background-size: 5.0625rem,3.6875rem;
    }
}

@media (min-width:56.25em){
    #hero-nav .hero-logo {
        width: 5.0625rem;
        height: 3.6875rem;
        display: block;
        background-image: url(../img/layout/logo_rvk_head_mobile.png);
        background-repeat: no-repeat;
        background-position: center center;
    }
}

@media only screen and (min-width:56.25em) and (-webkit-min-device-pixel-ratio:2),only screen and (min-width:56.25em) and (min--moz-device-pixel-ratio:2),only screen and (min-width:56.25em) and (min-device-pixel-ratio:2),only screen and (min-width:56.25em) and (min-resolution:192dpi),only screen and (min-width:56.25em) and (min-resolution:2dppx){
    #hero-nav .hero-logo {
        background-image: url(../img/layout/logo_rvk_head_mobile@2x.png);
        background-size: 5.0625rem,3.6875rem;
    }
}

@media (min-width:68.75em){
    #hero-nav .hero-logo {
        width: 10.125rem;
        height: 7.3125rem;
        display: block;
        background-image: url(../img/layout/logo_rvk_head.png);
        background-repeat: no-repeat;
        background-position: center center;
    }
}

@media only screen and (min-width:68.75em) and (-webkit-min-device-pixel-ratio:2),only screen and (min-width:68.75em) and (min--moz-device-pixel-ratio:2),only screen and (min-width:68.75em) and (min-device-pixel-ratio:2),only screen and (min-width:68.75em) and (min-resolution:192dpi),only screen and (min-width:68.75em) and (min-resolution:2dppx){
    #hero-nav .hero-logo {
        background-image: url(../img/layout/logo_rvk_head@2x.png);
        background-size: 10.125rem,7.3125rem;
    }
}

@media (min-width:20em){
    #hero-nav .hero-menu {
        display: none;
        background-color: #fff;
        padding: 1.5625rem 0;
    }
}

@media (min-width:32.5em){
    #hero-nav .hero-menu {
        display: none;
    }
}

@media (min-width:56.25em){
    #hero-nav .hero-menu {
        display: none;
    }
}

@media (min-width:68.75em){
    #hero-nav .hero-menu {
        display: block;
        position: absolute;
        right: 1.25rem;
        top: 50%;
        transform: translateY(-50%);
        background-color: transparent;
    }
}

@media (min-width:20em){
    .mobile-menu-open #hero-nav .hero-menu {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 5rem;
		transition: opacity 2s ease-in;
    }

    .mobile-menu-open #hero-nav .hero-menu a {
        color: #1272ba;
    }
}

@media (min-width:32.5em){
    .mobile-menu-open #hero-nav .hero-menu {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 6.25rem;
		transition: opacity 2s ease-in;
    }
}

@media (min-width:56.25em){
    .mobile-menu-open #hero-nav .hero-menu {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 10rem;
		transition: opacity 2s ease-in;
		
    }
}

@media (min-width:68.75em){
    .mobile-menu-open #hero-nav .hero-menu {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 10rem;
		transition: opacity 2s ease-in;
    }
}

@media (min-width:20em){
    #hero-nav .hero-menu li {
        display: block;
        text-align: center;
    }
}

@media (min-width:32.5em){
    #hero-nav .hero-menu li {
        display: block;
        text-align: center;
    }
}

@media (min-width:56.25em){
    #hero-nav .hero-menu li {
        display: block;
        text-align: center;
    }
}

@media (min-width:68.75em){
    #hero-nav .hero-menu li {
        display: inline-block;
        text-align: left;
        margin-left: 2.1875rem;
    }

    #hero-nav .hero-menu li:nth-child(1) {
        margin-left: 0;
    }
}

#hero-nav .hero-menu li a {
    transition: all .4s cubic-bezier(.73,.14,.14,.78);
}

@media (min-width:20em){
    #hero-nav .hero-menu li a {
        font-size: 1rem;
        color: #1272ba;
    }
}

@media (min-width:32.5em){
    #hero-nav .hero-menu li a {
        font-size: 1rem;
        color: #1272ba;
    }
}

@media (min-width:56.25em){
    #hero-nav .hero-menu li a {
        font-size: 1rem;
        color: #fff;
    }
}

@media (min-width:68.75em){
    #hero-nav .hero-menu li a {
        font-size: 1rem;
        color: #fff;
    }
}

#hero-nav .hero-menu li a:hover {
    color: rgba(255,255,255,.7);
}

#hero-nav .hero-menu li a.active {
    color: #006db0!important;
}

.menu-change #hero-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 10;
}

@media (min-width:20em){
    .menu-change #hero-nav {
        height: 80px;
    }
}

@media (min-width:32.5em){
    .menu-change #hero-nav {
        height: 90px;
    }
}

@media (min-width:56.25em){
    .menu-change #hero-nav {
	height: 90px;    
	}
}

@media (min-width:68.75em){
    .menu-change #hero-nav {
        height: 90px;
    }
}

.menu-change #hero-nav:before {
    bottom: 0;
    background-color: #f2f8fb;
}

.menu-change #hero-nav .hero-nav-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    z-index: 5;
}

@media (min-width:20em){
    .menu-change #hero-nav .hero-nav-wrapper {
        height: 5rem;
    }
}

@media (min-width:32.5em){
    .menu-change #hero-nav .hero-nav-wrapper {
        height: 5.625rem;
    }
}

@media (min-width:56.25em){
    .menu-change #hero-nav .hero-nav-wrapper {
        height: 5.625rem;
    }
}

@media (min-width:68.75em){
    .menu-change #hero-nav .hero-nav-wrapper {
        height: 5.625rem;
    }
}

.menu-change #hero-nav .hero-logo {
    position: absolute;
    top: 50%;
    left: 1.25rem;
    transform: translateY(-50%);
    width: 5rem;
    height: 3.5625rem;
    display: block;
    background-image: url(../img/layout/logo_head_color.png);
    background-repeat: no-repeat;
    background-position: center center;
    transition: all .4s cubic-bezier(.73,.14,.14,.78);
}

@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){
    .menu-change #hero-nav .hero-logo {
        background-image: url(../img/layout/logo_head_color@2x.png);
        background-size: 5rem,3.5625rem;
    }
}

@media (min-width:20em){
    .menu-change #hero-nav .hero-menu {
        display: none;
        background-color: #fff;
        padding: 1.5625rem 0;
    }
}

@media (min-width:32.5em){
    .menu-change #hero-nav .hero-menu {
        display: none;
    }
}

@media (min-width:56.25em){
    .menu-change #hero-nav .hero-menu {
        display: none;
    }
}

@media (min-width:68.75em){
    .menu-change #hero-nav .hero-menu {
        display: block;
        position: absolute;
        right: 1.25rem;
        top: 50%;
        transform: translateY(-50%);
        background-color: transparent;
    }
}

@media (min-width:20em){
    .menu-change #hero-nav .hero-menu li {
        display: block;
        text-align: center;
    }
}

@media (min-width:32.5em){
    .menu-change #hero-nav .hero-menu li {
        display: block;
        text-align: center;
    }
}

@media (min-width:56.25em){
    .menu-change #hero-nav .hero-menu li {
        display: block;
        text-align: center;
    }
}

@media (min-width:68.75em){
    .menu-change #hero-nav .hero-menu li {
        display: inline-block;
        text-align: left;
        margin-left: 2.1875rem;
    }

    .menu-change #hero-nav .hero-menu li:nth-child(1) {
        margin-left: 0;
    }
}

.menu-change #hero-nav .hero-menu li a {
    font-size: 1rem;
    color: #484848;
    transition: all .4s cubic-bezier(.73,.14,.14,.78);
}

.menu-change #hero-nav .hero-menu li a:hover {
    color: #006db0;
}

body.menu-hide #hero-nav {
    top: -100px!important;
}

body.menu-hide .section-2 {
    margin-top: 0;
}

@media (min-width:20em){
    .menu-change.mobile-menu-open #hero-nav .hero-menu {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 5rem;
        background-color: #f2f8fb;
    }
}

@media (min-width:32.5em){
    .menu-change.mobile-menu-open #hero-nav .hero-menu {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 5.625rem;
    }
}

@media (min-width:56.25em){
    .menu-change.mobile-menu-open #hero-nav .hero-menu {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
    }
}

@media (min-width:68.75em){
    .menu-change.mobile-menu-open #hero-nav .hero-menu {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 10rem;
    }
}

#mobile-hamburger {
    position: absolute;
    top: 50%;
    right: 1.25rem;
    transform: translateY(-50%);
    height: 1.5625rem;
    width: 2.1875rem;
    cursor: pointer;
}

@media (min-width:20em){
    #mobile-hamburger {
        display: block;
    }
	
}

@media (min-width:32.5em){
    #mobile-hamburger {
        display: block;
    }
}

@media (min-width:56.25em){
    #mobile-hamburger {
        display: block;
	}	
	
}

@media (min-width:68.75em){
    #mobile-hamburger {
        display: none;
    }
}

#mobile-hamburger span {
    position: absolute;
    height: 5px;
    width: 2.1875rem;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50px;
    background-color: #fff;
    transition: all .4s cubic-bezier(.73,.14,.14,.78);
}

.menu-change  #mobile-hamburger span {
    background-color: #1272ba;
}

#mobile-hamburger span:before {
    content: "";
    position: absolute;
    height: 5px;
    width: 2.1875rem;
    left: 0;
    right: 0;
    top: -12px;
    border-radius: 50px;
    background-color: #fff;
    transition: all .4s cubic-bezier(.73,.14,.14,.78);
}

.menu-change #mobile-hamburger span:before {
    background-color: #1272ba;
}

#mobile-hamburger span:after {
    content: "";
    position: absolute;
    height: 5px;
    width: 2.1875rem;
    left: 0;
    right: 0;
    bottom: -12px;
    border-radius: 50px;
    background-color: #fff;
    transition: all .4s cubic-bezier(.73,.14,.14,.78);
}

.menu-change #mobile-hamburger span:after {
    background-color: #1272ba;
}

#hero {
    background-color: white;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100vw;
    height: 100%;
    position: relative;
    overflow: hidden;
}

#hero:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(#03030b,rgba(3,3,11,.75),rgba(3,3,11,0),rgba(3,3,11,0));
    opacity: .5;
}

#hero:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(rgba(3,3,11,0),rgba(3,3,11,0),rgba(3,3,11,.75),#03030b);
    opacity: .5;
}

#hero .hero-wrapper {
    width: 100%;
    height: 100%;
}

#hero .hero-wrapper .hero-content {
    position: absolute;
    width: 100%;
    max-width: 73.75rem;
    box-sizing: border-box;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    z-index: 6;
}

#hero .hero-wrapper .hero-content-title {
    font-family: "Roboto Condensed",sans-serif;
    font-weight: 300;
    color: #fff;
    margin-bottom: 1.25rem;
}

@media (min-width:20em){
    #hero .hero-wrapper .hero-content-title {
        font-size: 3.75rem;
    }
}

@media (min-width:32.5em){
    #hero .hero-wrapper .hero-content-title {
        font-size: 5.75rem;
    }
}

@media (min-width:56.25em){
    #hero .hero-wrapper .hero-content-title {
        font-size: 6.625rem;
    }
}

@media (min-width:68.75em){
    #hero .hero-wrapper .hero-content-title {
        font-size: 6.875rem;
    }
}

#hero .hero-wrapper .hero-content-year {
    font-family: "Roboto Condensed",sans-serif;
    font-weight: 700;
    color: #fff;
    margin-bottom: 2.8125rem;
}

@media (min-width:20em){
    #hero .hero-wrapper .hero-content-year {
        font-size: 3.75rem;
    }
}

@media (min-width:32.5em){
    #hero .hero-wrapper .hero-content-year {
        font-size: 7.25rem;
    }
}

@media (min-width:56.25em){
    #hero .hero-wrapper .hero-content-year {
        font-size: 7.25rem;
    }
}

@media (min-width:68.75em){
    #hero .hero-wrapper .hero-content-year {
        font-size: 7.25rem;
    }
}

@media (min-width:20em){
    #hero .hero-wrapper .hero-content-download2 {
        margin-bottom: 1.5rem;
    }
}

@media (min-width:32.5em){
    #hero .hero-wrapper .hero-content-download2 {
        margin-bottom: 3.125rem;
    }
}

@media (min-width:56.25em){
    #hero .hero-wrapper .hero-content-download2 {
        margin-bottom: 3.75rem;
    }
}

@media (min-width:68.75em){
    #hero .hero-wrapper .hero-content-download2 {
        margin-bottom: 0rem;
    }
}

#hero .hero-wrapper .hero-content-download2 a {
    padding: .625rem 2.5rem .8125rem 1.0625rem;
    background-color: #76beea;
    display: inline-block;
    border: 1px solid #76beea;
    border-radius: 40px;
    font-family: "Roboto Condensed",sans-serif;
    font-size: .9375rem;
    line-height: .9375rem;
    color: #fff;
    position: relative;
    transition: all .4s cubic-bezier(.73,.14,.14,.78);
}

#hero .hero-wrapper .hero-content-download2 a:after {
    content: "";
    position: absolute;
    right: -4.737rem;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
    display: block;
    background-image: url(../img/layout/arroww.png);
    background-repeat: no-repeat;
    background-position: center center;
    transition: all .4s cubic-bezier(.73,.14,.14,.78);
    background-size: 7% auto;
}


#hero .hero-wrapper .hero-content-download2 a:hover {
    background-color: transparent;
    border-color: #fff;
}

#hero .hero-wrapper .hero-content-download2 a:hover:after {
    transform: translateY(-35%);
}

#hero .hero-wrapper .hero-content-slider {
    overflow: hidden;
}

#hero .hero-wrapper .hero-content-slider .hero-slider-wrapper {
    width: 100%;
}

#hero .hero-wrapper .hero-content-slider .slick-track {
    margin-bottom: 1.5625rem;
}

#hero .hero-wrapper .hero-content-slider .single-fact {
    float: left;
    display: block;
    width: 100%;
    font-family: "Roboto Condensed",sans-serif;
    font-weight: 300;
    color: #fff;
    outline: 0;
	scale: 0.9;
	-webkit-transform:scale(0.9);
	-moz-transform:scale(0.9);
}

@media (min-width:20em){
    #hero .hero-wrapper .hero-content-slider .single-fact {
        font-size: 1.25rem;
    }
}

@media (min-width:32.5em){
    #hero .hero-wrapper .hero-content-slider .single-fact {
        font-size: 2rem;
    }
}

@media (min-width:56.25em){
    #hero .hero-wrapper .hero-content-slider .single-fact {
        font-size: 2rem;
    }
}

@media (min-width:68.75em){
    #hero .hero-wrapper .hero-content-slider .single-fact {
        font-size: 2.25rem;
    }
}

#hero .hero-wrapper .hero-content-slider .slick-dots li {
    display: inline-block;
    margin: 0 .375rem;
}

#hero .hero-wrapper .hero-content-slider .slick-dots li button {
    background: 0 0;
    display: block;
    text-indent: -9999em;
    outline: 0;
    cursor: pointer;
    transition: all .4s cubic-bezier(.73,.14,.14,.78);
}

#hero .hero-wrapper .hero-content-slider .slick-dots li button {
	border: 3px solid #76beea;
	height: 21px;
	width: 21px;
	border-radius: 100%;
}

#hero .hero-wrapper .hero-content-slider .slick-dots li.slick-active button,
#hero .hero-wrapper .hero-content-slider .slick-dots li:hover button {
    background: #fff;
}

#hero .hero-wrapper #clickToScroll {
    position: absolute;
    z-index: 9;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    width: 3rem;
    height: 3rem;
    border: 3px solid rgba(255,255,255,.4);
    border-radius: 50px;
    cursor: pointer;
    transition: all .4s cubic-bezier(.73,.14,.14,.78);
}

#hero .hero-wrapper #clickToScroll:before {
    content: "";
    position: absolute;
    top: 0;
	left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-image: url(../img/layout/arroww.png);
    background-repeat: no-repeat;
    background-position: center center;
    transition: all .4s cubic-bezier(.73,.14,.14,.78);
}




video#video {
    position: absolute;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    overflow: hidden;
}
@media (min-width:20em){
    video#video {
        display: none;
    }
}

@media (min-width:32.5em){
    video#video {
        display: none;
    }
}

@media (min-width:56.25em){
    video#video {
        display: block;
		
    }
}

@media (min-width:68.75em){
    video#video {
        display: block;
    }
}

#clickToScroll2 {
    position: absolute;
    z-index: 10;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    width: 3rem;
    height: 3rem;
    border: 3px solid rgba(255,255,255,.4);
    border-radius: 50px;
    cursor: pointer;
    transition: all .4s cubic-bezier(.73,.14,.14,.78);
}



#clickToScroll2:before {
    content: "";
    position: absolute;
    top: 0;
	left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-image: url(../img/layout/arroww.png);
    background-repeat: no-repeat;
    background-position: center center;
    transition: all .4s cubic-bezier(.73,.14,.14,.78);
}

#clickToScroll2w {
    position: absolute;
    z-index: 10;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    width: 3rem;
    height: 3rem;
    border: 3px solid rgba(18,114,186,.4);
    border-radius: 50px;
    cursor: pointer;
    transition: all .4s cubic-bezier(.73,.14,.14,.78);
	background: #fff;
	
}


#clickToScroll2w:before {
    content: "";
    position: absolute;
    top: 0;
	left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-image: url(../img/layout/arrowb.png);
    background-repeat: no-repeat;
    background-position: center center;
    transition: all .4s cubic-bezier(.73,.14,.14,.78);
	
}

@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){
    #clickToScroll2w:before {
        background-size: 1.4375rem,2rem;
    }
}


.section {
    width: 100%;
    margin-top: 0rem;
}

.section.section-0 {
    margin-top: 0;
}

#section0-overlay {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #006db0;
    z-index: 1000;
}

#section0-overlay img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.section-1 {
    background: #fff url(../img/layout/dropbg.svg);
    background-repeat: no-repeat;
    background-position: center 280px;
}

.section-2 {
    position: relative;
    overflow: hidden;
    background-color: white;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-top: 20px;
    margin-bottom: 90px;
}

.section-3 {
    background-color: #fff;
}

.section-3 p {
    color: #727272;
    font-weight: 400;
}

.section-3 h2 {
    margin-top: 3.125rem;
}

.section-wrapper {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
}

.content-wrapper-780 {
    width: 100%;
    box-sizing: border-box;
    max-width: 815px;
    padding: 60px	10px 80px;
    margin: 0 auto;
}

.content-wrapper-780 p {
    line-height: 24px;
}

.content-wrapper-1020 {
    width: 100%;
    box-sizing: border-box;
    max-width: 1020px;
    padding: 60px 10px 0;
    margin: 0 auto;
}

h2 {
    font-weight: 700;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 4.375rem;
    color: #006db0;
    text-align: center;
    margin-bottom: 60px;
}

h3,
h4 {
    font-size: .9375rem;
    font-weight: 700;
    font-family: "Roboto Condensed",sans-serif;
    color: #006db0;
    margin-bottom: 12px;
}

h3:not(:first-of-type),
h4:not(:first-of-type) {
    margin-top: 3.125rem;
}

h3.bigger,
h4.bigger {
    font-size: 1.6875rem;
    margin-bottom: 1.75rem;
}

p {
    color: #484848;
    font-family: "Roboto Condensed",sans-serif;
    line-height: 1.375rem;
    font-weight: 400;
    margin-bottom: 1.75rem;
}

b {
    font-weight: 700;
    font-family: "Roboto Condensed",sans-serif;
}

i {
    font-style: italic;
    color: #727272;
    font-size: .8125rem;
}

span {
    font-family: "Roboto Condensed",sans-serif;
}

sup {
    vertical-align: super;
    font-size: 80%;
}

.columns {
    display: grid;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 100px;
}

.columns div {
    -ms-flex-preferred-size: 25%;
    flex-basis: 23%;
    min-width: 160px;
}

.mobile-disclaimer {
	display: none;
}

@media (max-width:870px) {
	.columns div {
		-ms-flex-preferred-size: 50%;
		flex-basis: 45%;
		min-width: 160px;
	}
}

@media (max-width:650px) {
	.mobile-disclaimer {
	display: block;
}
}

@media (max-width:500px) {
	.columns div {
		-ms-flex-preferred-size: 100%;
		flex-basis: 85%;
		min-width: 160px;
	}
	
	
}
/*
@media (min-width:20em){
    .columns div {
        -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
        min-width: 160px;
    }
}

@media (min-width:32.5em){
    .columns div {
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
        min-width: 160px;
    }
}

@media (min-width:56.25em){
    .columns div {
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
        min-width: 160px;
    }
}

@media (min-width:68.75em){
    .columns div {
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
        min-width: 160px;
    }
}
*/
@media (min-width:20em){
    .columns .one-quarter {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}

@media (min-width:32.5em){
    .columns .one-quarter {
        -ms-flex-preferred-size: 25%;
        flex-basis: 100%;
    }
}

@media (min-width:56.25em){
    .columns .one-quarter {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    }
}

@media (min-width:68.75em){
    .columns .one-quarter {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    }
}

@media (min-width:20em){
    .columns .three-quarters {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}

@media (min-width:32.5em){
    .columns .three-quarters {
        -ms-flex-preferred-size: 75%;
        flex-basis: 100%;
    }
}

@media (min-width:56.25em){
    .columns .three-quarters {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    }
}

@media (min-width:68.75em){
    .columns .three-quarters {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    }
}

.function {
    color: #727272;
    font-size: 1.0625rem;
    font-weight: 400;
}

.uc {
    text-transform: uppercase;
}

.umar {
    margin-top: 1.75rem!important;
}

.text-white {
    width: 80%;
    color: #fff;
    font-size: 6.875rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}
@media (max-width:480px){
    .text-white {
        font-size: 16px;
    }
}

@media (min-width:20em){
    .text-white {
        font-size: 3rem;
    }
}

@media (min-width:32.5em){
    .text-white {
        font-size: 3rem;
    }
}

@media (min-width:56.25em){
    .text-white {
        font-size: 6.875rem;
    }
}

@media (min-width:68.75em){
    .text-white {
        font-size: 6.875rem;
    }
}

.h-margin {
    margin-top: 8.125rem;
}

#rvk-movie {
    position: absolute;
    top: 12%;
    left: 5%;
    min-width: 56%;
    min-height: 81%;
    width: 38%;
    height: 61%;
    overflow: hidden;
    cursor: pointer;
    z-index: 1;
}



.rvk-movier {
	position: absolute;
    top: 0;
    left: 0;
    min-width: 99%;
    min-height: 100%;
    width: 99%;
    height: auto;
    overflow: hidden;
    cursor: pointer;
    z-index: 1;
}

.rvk-moviel {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	width: 100%;
    width: 100%;
    height: auto;
    overflow: hidden;
    cursor: pointer;
    z-index: 1;
}
/*
@media (max-width:2238px) {
	#rvk-movier {
		
	}
}

*/
#rvk-movie-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}

#rvk-movie-overlay .play-btn {
    display: none;
    position: absolute;
    left: 50%;
    width: 120px;
    height: 120px;
    background-image: url(../img/icons/ikona-play.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    cursor: pointer;
}

@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){
    #rvk-movie-overlay .play-btn {
        background-image: url(../img/icons/ikona-play@2x.png);
        background-size: 7.5rem,7.5rem;
    }
}

@media (min-width:20em){
    #rvk-movie-overlay .play-btn {
        bottom: 15%;
        transform: translateX(-50%);
    }
}

@media (min-width:32.5em){
    #rvk-movie-overlay .play-btn {
        bottom: auto;
        top: 40%;
        transform: translateX(-50%) translateY(50%);
    }
}

@media (min-width:56.25em){
    #rvk-movie-overlay .play-btn {
        top: 40%;
        transform: translateX(-50%) translateY(50%);
    }
}

@media (min-width:68.75em){
    #rvk-movie-overlay .play-btn {
        top: 40%;
        transform: translateX(-50%) translateY(50%);
    }
}
.video-pattern-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    background-color: #51b4f1;
    background-image: linear-gradient(to top,#51b4f1,#0067a6);
    opacity: .1;
    width: 100%;
	z-index: 5;
}
.video-pattern-overlay2 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    background-color: #51b4f1;
    background-image: linear-gradient(to top,#3292cc,#017dc8);
    opacity: .6;
    width: 100%;
	z-index: 5;
}
}

ol {
    margin-left: 1.25rem;
    color: #1272ba;
    font-family: "Roboto Condensed",sans-serif;
    line-height: 1.375rem;
    font-weight: 400;
    list-style-type: decimal;
    margin-bottom: 24px;
}

ol li {
    margin-left: 1.25rem;
    padding: 2px 0;
}

.full-image {
    width: 100%;
    height: auto;
}

.druzbena {
    position: relative;
    background-image: url(../img/layout/Kapko1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
}

.druzbena-content {
    position: absolute;
    bottom: 40px;
    width: calc(100% - 40px);
    max-width: 820px;
    box-sizing: border-box;
    background-color: rgba(0,109,176,.9);
    padding: 1.875rem 3.75rem;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 1.125rem;
    line-height: 1.625rem;
    font-style: italic;
    border-radius: 8px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.druzbena-content p {
    color: #fff;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

.grid-item-half-height {
    height: 250px;
    margin: 10px;
}

@media (min-width:20em){
    .grid-item-half-height {
        width: calc(100% - 20px);
        height: 500px;
    }
}

@media (min-width:32.5em){
    .grid-item-half-height {
        width: calc(100% - 20px);
        height: 250px;
    }
}

@media (min-width:56.25em){
    .grid-item-half-height {
        width: calc(50% - 20px);
        height: 250px;
    }
}

@media (min-width:68.75em){
    .grid-item-half-height {
        width: calc(50% - 20px);
        height: 250px;
    }
}

.grid-item-full-height {
    height: 500px;
    margin: 10px;
}

@media (min-width:20em){
    .grid-item-full-height {
        width: calc(100% - 20px);
    }
}

@media (min-width:32.5em){
    .grid-item-full-height {
        width: calc(50% - 20px);
    }
}

@media (min-width:56.25em){
    .grid-item-full-height {
        width: calc(50% - 20px);
    }
}

@media (min-width:68.75em){
    .grid-item-full-height {
        width: calc(50% - 20px);
    }
}

.bck-x {
	    background-position-x: -230px;
}

.grid-item-full-width {
	height: 390px;
    width: calc(100% - 20px);
    margin: 10px;
	background-position-y: -88px;
}

@media (min-width:20em){
    .grid-item-half-height {
        width: calc(100% - 20px);
        height: 500px;
    }
}

@media (min-width:32.5em){
    .grid-item-half-height {
        width: calc(100% - 20px);
        height: 250px;
    }
}

@media (min-width:56.25em){
    .grid-item-half-height {
        width: calc(50% - 20px);
        height: 250px;
    }
}

@media (min-width:68.75em){
    .grid-item-half-height {
        width: calc(50% - 20px);
        height: 250px;
    }
}
.table-title {
    font-size: .75rem;
    font-family: "Roboto Condensed",sans-serif;
    color: #727272;
    margin-top: 18px;
}

#prenos {
    position: fixed;
    width: 100%;
    box-sizing: border-box;
    max-width: 815px;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    height: 35px;
    transition: all .2s cubic-bezier(.73,.14,.14,.78);
}

#prenos a:first-of-type,
#prenos a:last-of-type {
    display: inline-block;
    width: 300px;
    line-height: 35px;
    font-family: "Roboto Condensed",sans-serif;
    font-size: .875rem;
    color: #1272ba;
    background-color: #1272ba;
    padding: 0 20px;
    box-sizing: border-box;
    border-top-left-radius: 6px;
    float: left;
    position: relative;
}

#prenos a:first-of-type:after,
#prenos a:last-of-type:after {
    content: '';
    position: absolute;
    top: 10px;
    right: 4px;
    width: 20px;
    height: 15px;
    background-image: url(../img/icons/right-arrow-blue.png);
    background-repeat: no-repeat;
    background-position: center center;
}


#prenos a:first-of-type {
    display: none;
}

#prenos a:last-of-type {
    display: inline-block;
    width: 195px;
    color: #fff;
    background-color: #006db0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

@media (min-width:20em){
    #prenos a:last-of-type {
        margin-left: 0;
    }
}

@media (min-width:32.5em){
    #prenos a:last-of-type {
        margin-left: 4px;
    }
}

@media (min-width:56.25em){
    #prenos a:last-of-type {
        margin-left: 4px;
    }
}

@media (min-width:68.75em){
    #prenos a:last-of-type {
        margin-left: 4px;
    }
}

#prenos a:last-of-type:after {
    content: '';
    position: absolute;
    top: 10px;
    right: 6px;
    width: 12px;
    height: 16px;
    background-image: url(../img/icons/down-arrow.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
}


#prenos.prenos-hide {
    bottom: -35px;
}

.extra-space {
    height: 180px;
}
.extra-spacem {
    height: 50px;
}
.extra-spaces {
    height: 40px;
}

.pomembno {
    color: #404040!important;
}

.gallery-item {
    background-size: cover;
}

.kapko {
    position: relative;
    background-color: rgba(0,109,176,.9);
}

.kapko p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: #fff;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 1.375rem;
    line-height: 1.75rem;
    text-align: center;
    font-style: italic;
}

.hover {
    background-color: red;
}

#dejanske-izgube,
#nova-odjemna-mesta,
#pregled-okvar,
#pregled-vodnih-virov,
#stevilo-vlog,
#strosek-nakupa-vode,
#vrste-odpadkov {
    min-height: 100px;
}

.bullet{
	padding-left:30px;
	position:relative;
	}
.bullet:before{
	content:'';
	position:absolute;
	top:7px;left:14px;
	width:6px;height:6px;
	background-color:#2f5597;
	border-radius:50%
	}

.mny {
	color: #006db0 !important;
	font-weight: 700 !important;
	font-size: .875rem;
}

.rvk-table td.table-ar-left {
	padding-right: 0;
	padding-left: 0;
}
.money {
	color: #006db0 !important;
	padding-left: 5px  !important;
}

.ozadje {
    position: absolute;
    top: 13%;
    left: 0;
    width: 50%;
    height: 80%;
    overflow: hidden;
    cursor: pointer;
    z-index: 4;
}
.ozadjew {
    position: absolute;
    top: 13%;
    right: 0;
    width: 50%;
    height: 80%;
    overflow: hidden;
    cursor: pointer;
    z-index: 4;
}

.ozadjez{	
	position: absolute;
    top: 0;
    left: 0;

    height: 100%;
    overflow: hidden;
    cursor: pointer;
	z-index: 0;
}

.text-white2 {
    width: 50%;
    color: #fff;
    font-size: 4vw;
    position: absolute;
    left: 70%;
    top: 55%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 5;
}

.text-whiteprva {
    width: 52%;
    color: #fff;
    font-size: 4vw;
    position: absolute;
    left: 62%;
    top: 50%;
    transform: translateX(50%) translateY(-50%);
    z-index: 5;
}

.text-blue {
    width: 50%;
    color: #006db0;
    font-size: 4vw;
    position: absolute;
    right: 70%;
    top: 55%;
	transform: translateX(50%) translateY(-50%);
    z-index: 5;
}


@media (max-width:1119px){
	
}

.dropmd {
    position: absolute;
    top: 54%;
    left: 24%;
    width: 14%;
    height: auto;
    overflow: hidden;
    cursor: pointer;
    z-index: 4;
	opacity: 0.5;
}

.dropsm {
    position: absolute;
    top: 23%;
    left: 11%;
    width: 7%;
    height: auto;
    overflow: hidden;
    cursor: pointer;
    z-index: 4;
    opacity: 0.7;
}

.droplr {
    position: absolute;
    top: 13%;
    left: 8%;
    width: 27%;
    height: auto;
    overflow: hidden;
    cursor: pointer;
    z-index: 4;
}

.dropmdr {
    position: absolute;
    top: 54%;
    right: 24%;
    width: 14%;
    height: auto;
    overflow: hidden;
    cursor: pointer;
    z-index: 4;
    opacity: 0.5;
}

.dropsmr {
    position: absolute;
    top: 23%;
    right: 11%;
    width: 7%;
    height: auto;
    overflow: hidden;
    cursor: pointer;
    z-index: 4;
    opacity: 0.5;
}

.droplrr {
    position: absolute;
    top: 13%;
    right: 8%;
    width: 27%;
    height: auto;
    overflow: hidden;
    cursor: pointer;
    z-index: 4;
	opacity: 0.5;
}

.slikaw {
	position: absolute;
    top: 12%;
    left: 5%;
    min-width: 56%;
    min-height: 81%;
    width: 38%;
    height: 61%;
    overflow: hidden;
    cursor: pointer;
    z-index: 1;
}

.text-bluer {
    width: 52%;
    color: #006db0;
    font-size: 4vw;
    position: absolute;
    left: 62%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 5;
}

.padOne {
	padding-left: 1% !important;
}

#clickToScroll2w:hover {
    border-color: rgba(18,114,186,.2);
	}

	#clickToScroll2w:hover:before {
		transform: translateY(5px);
	}
	#hero .hero-wrapper #clickToScroll:hover {
		border-color: rgba(255,255,255,.2);
	}

	#hero .hero-wrapper #clickToScroll:hover:before {
		transform: translateY(5px);
	}

	#clickToScroll2:hover {
		border-color: rgba(255,255,255,.2);
	}

	#clickToScroll2:hover:before {
		transform: translateY(5px);
	}




.alignmny {
	margin-left: -99px;
}

.prva {
	top: 0;
}

.iScrollIndicator {
		background: #1272ba none repeat scroll 0% 0% !important;
	}
.iScrollVerticalScrollbar {
	top: 92px !important;
}
.podpis {
    position: relative;
    width: 213px;
}
#pregled-vodnih-virov,
#nova-odjemna-mesta {
	margin-left: -5px;
}
#pregled-okvar, 
#dejanske-izgube,
#prodana-voda {
	margin-left: -15px;
}
#vrste-odpadkov {
	margin-left: -35px;
}

@media (max-width:1280px){
	.prva {
		top: -10%;
	}
	.rvk-moviel {
		top: -12%;
		left: 24%;
		width: 119%
	}
	.ozadjez {
		top: -20px;
		height: 103%;
	}
	
	.text-whiteprva {
		left: 50%;
		top: 70%;
	}
	.rvk-movier {
		top: -12%;
		left: -44.5%;
		width: 119%
	}
}	
@media (max-width:1024px){
	.rvk-moviel {
		top: -10%;
		left: 20%;
		width: 149%;
	}
	.text-whiteprva {
		width: 73%;
		font-size: 55px;
	}
	.rvk-movier {
		top: -10%;
		left: -67.5%;
		width: 149%;
	}
}
@media (max-width:858px){
	.text-whiteprva {
		width: 73%;
		font-size: 45px;
	}	
}
@media (max-width:770px){
	h2 {
		font-size: 3rem;
		margin-bottom: 45px;
	}
	.rvk-moviel {
		width: 230%;
		left: 0%;
	}
	.prva {
		top: -9%;
	}
	.rvk-movier {
		left: -107.5%;
		width: 199%;
	}
}
@media (max-width:695px){
	.text-whiteprva {
		font-size: 36px;
	}
	
	
	
}

@media (max-width:535px){
	.rvk-movier {
		left: -146%;
		width: 249%;
	}
	.ozadje {
		left: -16%;
		width: 300%;
	}
	.rvk-moviel {
		left: -18%;
		width: 300%;
	}
	h2 {
		font-size: 2rem;
		margin-bottom: 30px;
	}
	.text-whiteprva {
		width: 73%;
		font-size: 7vw;
		top: 75%;
	}
	.prva {
		top: -13%;
	}
	#strosek-nakupa-vode {
		margin-left: -25px;
	}
	
}






@media (max-width:450px) {
	.rvk-table td {
		padding: 8px;
	}
	.rvk-table td.prc {
		min-width: 52px;
	}
	
}

.test {
    position: absolute;
    z-index: 2;
    height: 80%;
    bottom: 6%;
    left: 10px;
    width: 40%;
}

.testz {
    position: absolute;
    z-index: 1;
    height: 80%;
    bottom: 6%;
    left: 10px;
    width: 40%;
}


@media only screen and (max-width: 768px) {
	.ozadje {
		top: 2.5%;
		left: 20.5%;
		width: 60%;
		height: 80%;
	}
	.text-white2 {
		font-size: 7vw;
		left: 50%;
		top: 73%;
	}
	.ozadjew {
		top: 2.5%;
		right: 20%;
		width: 60%;
		height: 80%;
	}
	.text-blue {
		font-size: 7vw;
		left: 50%;
		top: 78%;
		transform: translateX(-50%) translateY(-50%);
	}
	.width-sh {
		width: 80%;
	}
	#clickToScroll2w:hover,
	#hero .hero-wrapper #clickToScroll:hover,
	#clickToScroll2:hover,
	#clickToScroll2wpage:hover {
    border-color: none;
	}

	#clickToScroll2w:hover:before,
	#hero .hero-wrapper #clickToScroll:hover:before,
	#clickToScroll2:hover:before, 
	#clickToScroll2wpage:hover:before {
		transform: none;
	}
}
@media only screen and (max-width: 568px) {
	.ozadje {
		top: -10%;
		left: 10%;
		width: 80%;
		height: 100%;
	}
	.text-white2 {
		font-size: 7vw;
		left: 50%;
		top: 73%;
	}
	.ozadjew {
		top: -10%;
		right: 10%;
		width: 80%;
		height: 100%;
	}
	.text-blue {
		font-size: 7vw;
		left: 50%;
		top: 73%;
	}
	.width-sh {
		width: 90%;
	}
	
}
@media only screen and (max-width: 375px) {
	h2 {
		font-size: 8vw;
	}
	
}


#menuToggle
{
	display: none;
	position: absolute;
	top: 35px;
	right: 35px;

	z-index: 1;

	-webkit-user-select: none;
	user-select: none;
}
#menuToggle a
{
  text-decoration: none;
  color: #006db0;
  
  transition: color 0.3s ease;
}
#menuToggle a:hover
{
  color: #3a4c60;
}

#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -7px;
  
  cursor: pointer;
  
  opacity: 0; 
  z-index: 2; 
  
  -webkit-touch-callout: none;
}


#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  
  background: #fff;
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #1272ba;
}

#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

#menu {
    position: absolute;
    width: 300px;
    margin: -100px 0 0 -50px;
    padding: 50px;
        padding-top: 50px;
    padding-top: 50px;
    padding-top: 125px;
    background: #fff;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(100%, 0);
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    height: 99999px;
    right: -152px;
}

#menu li
{
  padding: 10px 0;
  font-size: 22px;
}


#menuToggle input:checked ~ ul
{
  transform: none;
}

.menu-change  #menuToggle span {
    background-color: #1272ba;
}

.menu-change #menuToggle input:checked ~ span
{
  background: #1272ba;
}

@media (max-width: 1099px) {
	#menuToggle {
		display: block;
	}
}
.rvk-table td {
	width: 50px;
}
#table-izkaz {
	overflow-x: auto;
	width: 100%;
	pointer-events: auto;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	touch-action: auto;
	position: relative;
	z-index:99999999;
}
.rvk-table-izkaz {
	overflow-x: auto;
	pointer-events: auto;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	touch-action: auto;
}
#inner-izkaz {
	height: 90%;
}
.ozadje0 {
    position: absolute;
    height: 100%;
    width: 120%;
    bottom: 0;
    right: -10%;
    z-index: 0;
}
#prenos {
	display: none;
}
@media (max-width: 650px) {
	#inner-izkaz tr td:nth-child(3),
	#inner-izkaz tr td:nth-child(4),
	#inner-izkaz tr td:nth-child(5)	{
		display: none;
	}
	#inner-izkaz tr th:nth-child(3),
	#inner-izkaz tr th:nth-child(4),
	#inner-izkaz tr th:nth-child(5) {
		display:none;
	}
	#inner-izkaz td {
    font-size: 0.7rem;
	}
	#prenos {
		display: block;
	}
}

.voda-iz-pipe {
    position: relative;
    left: 50%;
    transform: translate(-50%, -15%);
	width: 100%;
	height: auto;
}

.bullet-list li {
	text-align: justify;
}


.bullet2{
	padding-left:70px;
	position:relative;
	}
.bullet2:before{
	content:'';
	position:absolute;
	top:7px;left:54px;
	width:6px;height:6px;
	background-color:#2f5597;
	border-radius:50%
	}
	
.opombavtbl {
    color: gray;
	font-size: 12px;
    font-style: italic;
	margin-top: 2px;
}

.tbl-center td {
	text-align: center !important;
}

.highcharts-button {
	display: none;
}

.width-x {
    width: 70%;
    position: relative;
    left: 14.5%;
}

@media (max-width: 768px) {
	.width-x {
		width:100%;
		left:0;
	}
}

.tbl-left td {
	text-align: left !important;
}

.cell-width {
	width: 70px;
}

p {
	text-align: justify;
}

.fixed {
	position: fixed;
}


#clickToScroll2wpage {
    position: absolute;
    z-index: 10;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    width: 3rem;
    height: 3rem;
    border: 3px solid rgba(18,114,186,.4);
    border-radius: 50px;
    cursor: pointer;
    transition: all .4s cubic-bezier(.73,.14,.14,.78);
    background: #fff;
	display: block;
}

#clickToScroll2wpage:before {
    content: "";
    position: absolute;
    top: 0;
	left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-image: url(../img/layout/arrowb.png);
    background-repeat: no-repeat;
    background-position: center center;
    transition: all .4s cubic-bezier(.73,.14,.14,.78);
	
}

@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){
    #clickToScroll2wpage:before {
        background-size: 1.4375rem,2rem;
    }
}
.scrollHide {
	display:none !important;
}
.bgScroll {
	background: #fff6;
}

#clickToScroll,
#clickToScroll2,
#clickToScroll2w {
	display: none;
}

#clickToScroll2wpage:hover {
    border-color: rgba(18,114,186,.2);
	}

	#clickToScroll2wpage:hover:before {
		transform: translateY(5px);
	}



@media only screen and (max-width: 768px) {
	.ozadje {
		top: 2.5%;
		left: 20.5%;
		width: 60%;
		height: 80%;
	}
	.text-white2 {
		font-size: 7vw;
		left: 50%;
		top: 73%;
	}
	.ozadjew {
		top: 2.5%;
		right: 20%;
		width: 60%;
		height: 80%;
	}
	.text-blue {
		font-size: 7vw;
		left: 50%;
		top: 78%;
		transform: translateX(-50%) translateY(-50%);
	}
	.width-sh {
		width: 80%;
	}
	#clickToScroll2w:hover,
	#hero .hero-wrapper #clickToScroll:hover,
	#clickToScroll2:hover,
	#clickToScroll2wpage:hover {
    border-color: none;
	}

	#clickToScroll2w:hover:before,
	#hero .hero-wrapper #clickToScroll:hover:before,
	#clickToScroll2:hover:before, 
	#clickToScroll2wpage:hover:before {
		transform: none;
	}
}
