
.w-layout-grid {
    display: -ms-grid;
    display: grid;
    /*grid-auto-columns: 1fr;*/
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
}

    .w-layout-grid h4 {
        padding: 0px 5%;
		font-size: 14px;
    }

body {
    font-family: 'Open Sans', sans-serif;
    color: #0e203b;
    font-size: 14px;
    line-height: 20px;
}

h1 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
    color: #edf9ff;
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    text-align: center;
    text-shadow: 0 0 1px #000;
}

h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
    color: #edf9ff;
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    text-shadow: 0 0 1px #000;
}

h4 {
    margin-top: 20px;
    margin-bottom: 5px;
    font-family: 'Open Sans', sans-serif;
    color: #00659e;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
}

p {
    margin-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
    color: #0e203b;
    font-size: 18px;
    line-height: 24px;
}

.body {
    height: auto;
    background-color: #1b4177;
    background-image: url('../images/Ellipse-2.png');
    background-position: 50% 70%;
    background-size: cover;
    background-repeat: no-repeat;
}

.section-slider {
    height: 500px;
    background-color: #252525;
}

.slider {
    height: 100%;
    background-color: #0e203b;
}

.slide {
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: scroll;
}

.slide-1 {
    background-image: url('../images/star-sky2.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: scroll;
}

.slide-2 {
    background-color: #646464;
    background-image: url('../images/podloga-2.jpg');
    background-position: 50% 50%;
    background-size: cover;
}

.right-arrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 10vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.left-arrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 10vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-nav {
    position: relative;
    z-index: 5;
    height: 100px;
    padding-top: 25px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
}

.header-logo {
    display: block;
    margin-top: -5px;
    float: left;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav-container {
    position: relative;
    display: flex;
    float: right;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.nav-link {
    position: relative;
    z-index: 10;
    width: auto;
    height: 50px;
    padding-top: 15px;
    padding-right: 25px;
    padding-left: 25px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid rgba(8, 35, 64, 0.53);
    background-color: #00659e;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    font-family: 'Open Sans', sans-serif;
    color: #edf9ff;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 0 0 1px #000;
}
.mobile-subnav-link {
    text-transform: none;
    font-weight: 500;
}
    .nav-link:hover {
        background-color: #007bc0;
    }

    .nav-link.dropdown {
        padding-left: 45px;
        border-top-left-radius: 30px;
        border-bottom-left-radius: 30px;
        background-image: url('../images/down-arrow.svg');
        background-position: 12% 50%;
        background-size: 13px;
        background-repeat: no-repeat;
    }

    .nav-link.last {
        border-right-style: none;
        border-right-width: 0px;
        border-top-right-radius: 30px;
        border-bottom-right-radius: 30px;
    }

    .nav-link.open-mobile-nav {
        display: none;
    }

.grid {
    margin-top: 50px;
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
}

.kartica {
    /* box-shadow: 1px 1px 90px 0 #000; */
}

.container-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.slide-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.home-grid {
    height: 220px;
    margin-top: 40px;
    margin-bottom: 40px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.link-block {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-radius: 5px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(24%, transparent), to(rgba(0, 0, 0, 0.67)));
    background-image: linear-gradient(180deg, transparent 24%, rgba(0, 0, 0, 0.67));
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
}

.button {
    padding-right: 30px;
    padding-left: 30px;
    border-style: solid;
    border-color: rgba(14, 32, 59, 0.6);
    border-radius: 30px;
    background-color: #00659e;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-shadow: 0 0 1px #000;
}

    .button:hover {
        border-color: #007bc0;
        background-color: #007bc0;
    }

    .button.search {
        position: absolute;
        left: auto;
        top: 8px;
        right: 10px;
        bottom: auto;
    }

    .button.dropdown {
        position: absolute;
        left: auto;
        top: 3px;
        right: 18px;
        bottom: auto;
        width: 50px;
        height: 50px;
        padding-right: 16px;
        padding-left: 16px;
        border-color: #fff;
        border-radius: 5px;
        background-color: #fff;
        background-image: url('../images/trokut.svg');
        background-position: 50% 50%;
        background-size: 20px;
        background-repeat: no-repeat;
        box-shadow: none;
        color: #00659e;
    }

.cta-box {
    padding: 100px 180px;
    border-top-width: 1px;
    border-top-color: rgba(0, 0, 0, 0.1);
    font-family: 'Open Sans', sans-serif;
    color: #cfeeff;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
}

.cta-text {
    margin-bottom: 30px;
    color: #edf9ff;
    line-height: 26px;
}

.footer-grid {
    -ms-grid-columns: 10fr 1fr;
      grid-template-columns: 10fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    font-family: 'Open Sans', sans-serif;
    color: #cfeeff;
    font-size: 10px;
}

.footer {
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: 1px solid #000;
    background-color: #0e203b;
}

.footer-logo {
    width: 130px;
}

.footer-link {
    margin-right: 10px;
    color: #edf9ff;
	display: inline-block;
    padding: 10px 0;
}

    .footer-link:hover {
        color: #fff;
        text-decoration: none;
    }

.small-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-family: 'Open Sans', sans-serif;
    color: #edf9ff;
    font-size: 12px;
	flex-wrap: wrap;
}

.text-block-3 {
    display: none;
    color: #fff;
}

.social-link {
    overflow: hidden;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    border-radius: 3px;
}

.zoom-block {
    width: 100%;
    height: 100%;
    
}
.home-grid .zoom-block{
	height: initial;
}

    .zoom-block.zoom {
        background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5))) /*, url('../images/home-o-programu.jpg')*/;
        background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.5)) /*, url('../images/home-o-programu.jpg')*/;
        background-position: 0px 0px, 0px 0px;
        background-size: auto, cover;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-transition: -webkit-transform 200ms ease;
        transition: -webkit-transform 200ms ease;
        transition: transform 200ms ease;
        transition: transform 200ms ease, -webkit-transform 200ms ease;
    }

        .zoom-block.zoom:hover {
            -webkit-transform: scale(1.2);
            -ms-transform: scale(1.2);
            transform: scale(1.2);
        }


    .zoom-block.zoom1 {
        background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5))), url('../images/home-o-programu.jpg');
        background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.5)), url('../images/home-o-programu.jpg');
        background-position: 0px 0px, 0px 0px;
        background-size: auto, cover;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-transition: -webkit-transform 200ms ease;
        transition: -webkit-transform 200ms ease;
        transition: transform 200ms ease;
        transition: transform 200ms ease, -webkit-transform 200ms ease;
    }

/*.zoom-block.zoom1:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.zoom-block.zoom2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5))), url('../images/home-uclanite-se.jpg');
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.5)), url('../images/home-uclanite-se.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 200ms cubic-bezier(.25, .46, .45, .94);
  transition: -webkit-transform 200ms cubic-bezier(.25, .46, .45, .94);
  transition: transform 200ms cubic-bezier(.25, .46, .45, .94);
  transition: transform 200ms cubic-bezier(.25, .46, .45, .94), -webkit-transform 200ms cubic-bezier(.25, .46, .45, .94);
}

.zoom-block.zoom2:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.zoom-block.zoom3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5))), url('../images/home-pregled-stanja-bodova.jpg');
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.5)), url('../images/home-pregled-stanja-bodova.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.zoom-block.zoom3:hover {
  padding-bottom: 30px;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}*/

.zoom-text {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 20px;
    z-index: 10;
    color: #edf9ff;
}

.subnav {
    position: absolute;
    display: none;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.subnav-link {
    padding: 13px 20px;
    border-top: 1px solid rgba(8, 35, 64, 0.53);
    background-color: #00659e;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
}

    .subnav-link:hover {
        background-color: #007bc0;
    }

.subnav-back {
    height: 25px;
    background-color: #00659e;
}

.r-arrow {
    opacity: 0.9;
}

.l-arrow {
    opacity: 0.9;
}

.slider-link {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    text-decoration: none;
}

.slide-3 {
    background-color: #646464;
    background-image: url('../images/podloga3.jpg');
    background-position: 50% 50%;
    background-size: cover;
}

.text-block-4 {
    color: #edf9ff;
	white-space: pre-line;
    line-height: initial;
}

.breadcrumbs {
    background-color: rgba(0, 0, 0, 0.8);
}

.breadcrumb-link {
    padding: 20px 10px 20px 0px;
    font-family: 'Open Sans', sans-serif;
    color: #007bc0;
    font-size: 12px;
    line-height: 16px;
}

    .breadcrumb-link:hover {
        color: #edf9ff;
        text-decoration: none;
    }

    .breadcrumb-link.w--current {
        color: #edf9ff;
        text-decoration: none;
    }

    .breadcrumb-link.separator {
        display: inline-block;
        color: #dcf2ff;
        text-decoration: none;
    }

.page-headline {
    padding-top: 40px;
    padding-bottom: 20px;
    text-align: center;
}

.filter {
    padding: 40px 40px 100px;
    /*background-color: rgba(0, 0, 0, 0.8);*/
}

.input-form {
    height: 56px;
    padding-right: 25px;
    padding-left: 25px;
    border-radius: 30px;
    -webkit-transition: border-color 200ms ease, background-color 200ms ease;
    transition: border-color 200ms ease, background-color 200ms ease;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}

    .input-form:hover {
        background-color: #fafafa;
    }

    .input-form:focus {
        border-style: solid;
        border-width: 1px;
        border-color: #007bc0;
    }

    .input-form.search-field {
        padding-left: 48px;
        /*background-image: url('../images/search-icon.svg');*/
        background-position: 14px 55%;
        background-size: 29px;
        background-repeat: no-repeat;
    }

    .input-form.textarea {
        min-height: 200px;
        padding-top: 20px;
        padding-bottom: 20px;
        border-radius: 5px;
    }

    .input-form.contact-form {
        border-radius: 5px;
    }

        .input-form.contact-form.cardno {
            display: inline-block;
            width: 90%;
        }

.form {
    position: relative;
}

.grid-filter {
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
}

.slider-container {
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
}

.slider-blue-line {
    height: 7px;
    border: 1px solid #000;
    border-radius: 5px;
    background-color: #00659e;
}

.slider-white-line {
    height: 5px;
    margin-right: 223px;
    margin-left: 326px;
    border: 1px solid #000;
    border-radius: 5px;
    background-color: #edf9ff;
}

.slider-circle {
    width: 20px;
    height: 20px;
    border-style: solid;
    border-width: 1px;
    border-color: #00659e;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 0 5px 0 #000;
}

.slide-min-value {
    display: block;
    margin-top: -15px;
    float: left;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-family: 'Open Sans', sans-serif;
    color: #edf9ff;
    font-size: 10px;
    line-height: 14px;
}

.slider-selected-value {
    display: block;
    margin-top: 5px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-family: 'Open Sans', sans-serif;
    color: #edf9ff;
    font-size: 20px;
    font-weight: 700;
}

.slider-range-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 110px;
    margin-top: -13px;
    margin-left: 274px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.slider-range-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 110px;
    margin-top: -45px;
    margin-left: 656px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.slide-max-value {
    display: block;
    margin-top: -15px;
    float: right;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-family: 'Open Sans', sans-serif;
    color: #edf9ff;
    font-size: 10px;
    line-height: 14px;
}

.category-filter {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    grid-template-areas: ".";
    -ms-grid-columns: 1fr 2px 1fr 2px 1fr 2px 1fr 2px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto 2px auto;
    grid-template-rows: auto auto;
}

.button-filter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    padding-right: 8px;
    padding-left: 8px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    background-color: #00659e;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    font-family: 'Open Sans', sans-serif;
    color: #edf9ff;
    font-size: 10px;
    line-height: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
}

    .button-filter:hover {
        background-color: #007bc0;
    }

    .button-filter.inactive-button {
        background-color: #60616c;
        color: #edf9ff;
    }

        .button-filter.inactive-button.gray {
            background-color: #60616c;
            opacity: 0.3;
        }

.category-icon {
    margin-right: 7px;
}

.headline {
    background-color: rgba(0, 0, 0, 0.6);
}

.dropdown-2 {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    padding-top: 0px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    background-color: #fff;
}

.dropdown-toggle {
    width: 80px;
    height: 56px;
    border-left: 1px solid #b1b1b1;
}

.dropdown-list {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    overflow: auto;
    height: 500px;
    margin-top: 56px;
}

    .dropdown-list.w--open {
        left: auto;
        top: 0%;
        right: 0%;
        bottom: auto;
    }

.dropdown-link {
    padding-right: 30px;
    padding-left: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #f0f0f0;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    font-family: 'Open Sans', sans-serif;
}

    .dropdown-link:hover {
        background-color: #fff;
    }

.masonry-item {
    width: 33.333333333333336%;
}

.grid-card {
    overflow: hidden;
    margin: 4px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
    border-radius: 5px;
    background-color: #fff;
}

.card-amount-back {
    padding: 15px;
    background-color: #eee;
}

.button-amount {
    display: -ms-grid;
    display: grid;
    width: 100%;
    margin-bottom: 5px;
    padding: 10px;
    grid-auto-columns: 1fr;
    grid-column-gap: 5px;
    grid-row-gap: 2px;
    grid-template-areas: ".";
    -ms-grid-columns: 1fr 5px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto 2px auto;
    grid-template-rows: auto auto;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border-color 200ms ease;
    transition: border-color 200ms ease;
    color: #0e203b;
    text-decoration: none;
}

    .button-amount:hover {
        border-color: #007bc0;
        color: #00659e;
    }

.text-amount-description {
    font-family: 'Open Sans', sans-serif;
    font-size: 8px;
    line-height: 12px;
    font-weight: 700;
}

.text-amount {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 12px;
    font-weight: 700;
}

.masonry {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 946px;
    margin-right: auto;
    margin-left: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.link-block-masonry {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 220px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(24%, transparent), to(rgba(0, 0, 0, 0.67)));
    background-image: linear-gradient(180deg, transparent 24%, rgba(0, 0, 0, 0.67));
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
}

.section {
    margin-top: -80px;
}

.pagination-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 946px;
    margin: 50px auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.button-pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 8px;
    padding-left: 8px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(14, 32, 59, 0.6);
    border-radius: 5px;
    background-color: #00659e;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    font-family: 'Open Sans', sans-serif;
    color: #edf9ff;
    font-size: 18px;
    line-height: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
}

    .button-pagination:hover {
        background-color: #007bc0;
    }

    .button-pagination.w--current {
        background-color: #edf9ff;
        color: #000;
    }

        .button-pagination.w--current:hover {
            background-color: #fff;
        }

.pagination-pages {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.image-fit {
    width: 100%;
    height: 100%;
}

.section-2 {
    padding-top: 35px;
    padding-bottom: 100px;
    border-top: 1px solid #fff;
    background-color: #fafafa;
}

.offer-text {
    display: -ms-grid;
    display: grid;
    margin-top: 25px;
    grid-auto-columns: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 2fr;
    grid-template-columns: 1fr 2fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.cover-image {
    overflow: hidden;
    width: 100%;
    height: 460px;
    border-radius: 5px;
}

.container-3 {
    margin-top: -105px;
}

.offer-headline {
    padding-top: 40px;
    padding-bottom: 80px;
    text-align: center;
}

.small-caps-text {
    font-family: 'Open Sans', sans-serif;
    color: rgba(0, 0, 0, 0.5);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0px;
    text-transform: uppercase;
}

.div-block p{
 	font-size: 16px;
 }
.div-block a {
    color: #007bc0;
}
.link-blue {
    color: #007bc0;
	font-size:16px;
}

    .link-blue:hover {
        text-decoration: none;
    }

.div-block {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 7px;
    grid-template-areas: ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 7px auto 7px auto 7px auto 7px auto;
    grid-template-rows: auto auto auto auto auto;
}

.text-link {
    color: #0e203b;
    font-weight: 600;
}

    .text-link:hover {
        text-decoration: none;
    }

.div-block-2 {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 6px;
    grid-template-areas: ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    /*-ms-grid-rows: auto 6px auto;*/
    grid-template-rows: auto auto;
}

.small-paragraph {
    font-size: 14px;
    line-height: 20px;
}

.wide-cover-image {
    width: 100%;
    height: 440px;
}

.section-text {
    background-color: #fafafa;
}

.blue-h1 {
    color: #007bc0;
    text-shadow: 0 0 1px #fff;
}

.headline-block {
    padding-bottom: 10px;
    background-color: #eee;
}

.text-container {
    padding: 50px;
}

.list {
    font-family: 'Open Sans', sans-serif;
    color: #0e203b;
    font-size: 18px;
    line-height: 24px;
}

.list-item {
    padding-left: 15px;
    background-image: url('../images/bullet.svg');
    background-position: 0% 10px;
    background-size: 6px;
    background-repeat: no-repeat;
}

.thumbnail {
    position: relative;
    width: 220px;
    height: 150px;
    margin-right: 10px;
    float: left;
}

    .thumbnail.hidden {
        display: none;
    }

.arrow {
    width: 7px;
    margin-top: 5px;
    margin-right: 11px;
    margin-bottom: 1px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.accordion-item {
    margin-bottom: 5px;
    cursor: pointer;
}

.accordion-item-trigger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

.accordion-item-content {
    overflow: hidden;
    margin-bottom: 0px;
    padding-left: 17px;
}

.question {
    margin-top: 5px;
}

.contact {
    position: fixed;
    left: auto;
    top: 200px;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 50px;
    padding-left: 60px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(14, 32, 59, 0.25);
    border-radius: 50px 0px 0px 50px;
    background-color: #00659e;
    background-image: url('../images/message.svg');
    background-position: 20px 50%;
    background-size: 25px;
    background-repeat: no-repeat;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 200ms ease;
    transition: width 200ms ease;
    font-family: 'Open Sans', sans-serif;
    color: #edf9ff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
}

    .contact:hover {
        width: 150px;
        padding-left: 60px;
        border-style: solid;
        border-color: #007bc0;
        background-color: #007bc0;
    }

.section-contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 80vh;
    padding: 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../images/star-sky2.jpg');
    background-position: 50% 50%;
    background-size: cover;
}

.contact-box {
    width: 940px;
    padding: 50px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 1px 1px 3px 0 #000;
}

.success-message {
    padding-top: 0px;
    padding-left: 0px;
    float: left;
    background-color: transparent;
    font-family: 'Open Sans', sans-serif;
    text-align: left;
}

.section-3 {
    border-top-width: 1px;
    border-top-color: rgba(0, 0, 0, 0.1);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 65, 119, 0)), to(rgba(0, 123, 192, 0.25)));
    background-image: linear-gradient(180deg, rgba(27, 65, 119, 0), rgba(0, 123, 192, 0.25));
}

.section-4 {
    padding-bottom: 50px;
}

.pagination-text {
    display: none;
    font-family: 'Open Sans', sans-serif;
    color: rgba(0, 0, 0, 0.5);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0px;
    text-transform: uppercase;
}

.mobile-nav-container {
    display: none;
}

.mobile-nav-link {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 50px;
    padding-top: 15px;
    padding-right: 25px;
    padding-left: 25px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid rgba(8, 35, 64, 0.53);
    background-color: #00659e;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    font-family: 'Open Sans', sans-serif;
    color: #edf9ff;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 0 0 1px #000;
}

    .mobile-nav-link:hover {
        background-color: #007bc0;
    }

.mobile-nav-other {
    width: 100%;
}

.utility-page-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
    max-height: 100%;
    max-width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.utility-page-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 260px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}

.utility-page-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.paragraph {
    display: inline-block;
    width: 100%;
}

    .paragraph.brojkartice {
        width: auto;
        padding-right: 5px;
    }

@media (min-width: 776px) and (max-width: 992px) {
    div.nav-container .nav-link:nth-child(2) {
        transform: translate(-140px, 0px);
		border-top-left-radius: 30px;
        border-bottom-left-radius: 30px;
        
    }

}
@media (min-width: 776px) {
    /*.nav-container .nav-link:nth-child(1) {
        transform: translate(171px, 0px);        
    }*/
    .nav-container .nav-link:nth-child(1) {
        /*transform: translate(-170px, 0px);*/
		border-top-left-radius: 30px;
        border-bottom-left-radius: 30px;
}
}
@media (max-width: 991px) {
	
    h1 {
        font-size: 26px;
        line-height: 34px;
    }

    h2 {
        font-size: 22px;
        line-height: 28px;
    }

    h4 {
        margin-top: 5px;
        margin-bottom: 2px;
    }

    p {
        font-size: 16px;
        line-height: 22px;
    }

    .main-nav {
        height: 90px;
        padding-top: 21px;
        background-color: rgba(0, 0, 0, 0.25);
    }

    .header-logo {
        width: 120px;
        margin-top: 4px;
    }

    .nav-link {
        height: 45px;
        padding-top: 13px;
        font-size: 11px;
    }

        .nav-link.open-mobile-nav {
            display: none;
        }

    .home-grid {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .button {
        font-size: 12px;
        line-height: 19px;
    }

    .cta-box {
        padding: 80px 100px;
    }

    .cta-text {
        font-size: 16px;
        line-height: 24px;
    }

    .footer-grid {
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
    }

    .footer {
        padding-top: 20px;
    }

    .social-link {
        width: 30px;
        height: 30px;
    }

    .slider-link {
        padding-right: 100px;
        padding-left: 100px;
    }

    .filter {
        padding-right: 20px;
        padding-left: 20px;
    }

    .input-form {
        font-size: 12px;
        line-height: 19px;
    }

        .input-form.contact-form.cardno {
            width: 75%;
        }

    .grid-filter {
        padding-right: 4px;
        padding-left: 4px;
    }

    .slider-white-line {
        margin-right: 220px;
        margin-left: 193px;
    }

    .slider-range-1 {
        margin-left: 140px;
    }

    .slider-range-2 {
        margin-left: 407px;
    }

    .masonry {
        width: 728px;
        padding: 0px 0px 40px;
    }

    .section {
        margin-top: -80px;
    }

    .pagination-container {
        width: auto;
        max-width: 760px;
        margin-top: 30px;
        margin-bottom: 30px;
        padding-right: 10px;
        padding-left: 10px;
    }

    .wide-cover-image {
        height: 350px;
    }

    .text-container {
        padding: 20px 0px;
    }

    .list-item {
        font-size: 16px;
        line-height: 22px;
    }

    .accordion-item-content {
        padding-left: 18px;
    }

    .contact {
        height: 45px;
    }

    .section-contact {
        padding: 20px;
    }

    .contact-box {
        width: auto;
    }

    .section-4 {
        padding-bottom: 0px;
    }

    .container-4 {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .mobile-nav-link {
        height: 45px;
        padding-top: 13px;
        font-size: 11px;
    }

    .paragraph.brojkartice {
        width: 25%;
        text-align: right;
    }
}
@media (min-width: 550px) and (max-width: 767px) {

div.masonry-item {
        width: 50%;
	    padding: 0.5rem;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 22px;
        line-height: 28px;
    }

    h2 {
        font-size: 18px;
        line-height: 24px;
    }

    h4 {
        font-size: 16px;
        line-height: 20px;
    }

    .main-nav {
        height: auto;
        padding: 15px 10px 15px 20px;
    }

    .header-logo {
        width: 150px;
        margin-top: -2px;
    }

    .nav-container {
        display: none;
    }

    .nav-link {
        float: right;
    }

        .nav-link.open-mobile-nav {
            display: block;
            padding-right: 30px;
            padding-left: 30px;
            border-radius: 5px;
            background-color: transparent;
            background-image: url('../images/hamburger-menu.svg');
            background-position: 50% 50%;
            background-size: 25px;
            background-repeat: no-repeat;
        }

    .home-grid {
        height: auto;
        margin-right: 20px;
        margin-left: 20px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: auto auto auto;
        grid-template-rows: auto auto auto;
    }

    .link-block {
        max-height: 320px;
    }

    .footer-grid {
        margin-right: 20px;
        margin-left: 20px;
        -ms-grid-columns: 1fr 1.5fr 0.5fr;
        grid-template-columns: 1fr 1.5fr 0.5fr;
        -ms-grid-rows: auto;
        grid-template-rows: auto;
    }

    .footer {
        padding-bottom: 25px;
    }

    .small-text {
        line-height: 18px;
    }

    .social-link {
        width: 30px;
        margin-right: 0px;
        margin-left: 10px;
    }

    .breadcrumbs {
        padding-right: 20px;
        padding-left: 20px;
    }

    .page-headline {
        padding-right: 21px;
        padding-left: 21px;
    }

    .grid-filter {
        padding-right: 0px;
        padding-left: 0px;
        -ms-grid-rows: auto auto auto auto auto auto auto;
        grid-template-rows: auto auto auto auto auto auto auto;
    }

    .slider-white-line {
        margin-right: 37%;
        margin-left: 16%;
    }

    .slide-min-value {
        font-size: 8px;
        line-height: 12px;
    }

    .slider-selected-value {
        font-size: 14px;
        line-height: 18px;
    }

    .slider-range-1 {
        margin-left: 10%;
    }

    .slider-range-2 {
        margin-left: 60%;
    }

    .slide-max-value {
        font-size: 8px;
        line-height: 12px;
    }

    .category-filter {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-rows: auto auto auto auto auto;
        grid-template-rows: auto auto auto auto auto;
    }

    .masonry-item {
        width: auto;
    }

    .grid-card {
        margin: 0px 0px 20px;
    }

    .masonry {
        display: block;
        width: auto;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
    }

    .section {
        margin-top: -80px;
        padding-right: 20px;
        padding-left: 20px;
    }

    .pagination-container {
        margin-top: 20px;
        margin-bottom: 20px;
        padding-right: 0px;
        padding-left: 0px;
        color: #fff;
    }

    .button-pagination {
        width: 100px;
        height: 40px;
        margin-right: 0px;
        margin-left: 0px;
        font-size: 12px;
    }

    .pagination-pages {
        display: none;
    }

    .section-2 {
        padding-right: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
    }

    .offer-text {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
    }

    .offer-headline {
        margin-right: 20px;
        margin-left: 20px;
    }

    .small-caps-text {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

    .headline-block {
        padding-right: 20px;
        padding-left: 20px;
    }

    .text-container {
        padding-right: 21px;
        padding-left: 21px;
    }

    .thumbnail {
        overflow: hidden;
        margin-bottom: 2px;
    }

    .contact {
        /*display: none;*/
    }

    .section-contact {
        min-height: auto;
    }

    .div-block-3 {
        display: inline-block;
    }

    .form-block {
        margin-bottom: 0px;
    }

    .pagination-text {
        display: block;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        color: #edf9ff;
        line-height: 14px;
        text-align: center;
    }

    .mobile-nav-container {
        position: static;
        z-index: 100000000;
        display: none;
        margin: 20px 5px 10px 0px;
        -webkit-transition: all 200ms ease;
        transition: all 200ms ease;
    }

    .mobile-nav-link {
        position: static;
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
        float: none;
        border-top: 1px solid rgba(0, 0, 0, 0.05);
        text-align: left;
    }

        .mobile-nav-link.mobile-subnav-link {
            background-color: #00588a;
        }

            .mobile-nav-link.mobile-subnav-link:hover {
                background-color: #007bc0;
            }

    .mobile-nav-other {
        display: none;
        width: 100%;
        padding: 20px;
        border-top: 1px solid rgba(0, 0, 0, 0.05);
        background-color: #00659e;
        font-family: 'Open Sans', sans-serif;
        color: #edf9ff;
        font-size: 11px;
        line-height: 17px;
    }

    .div-block-5 {
        display: inline-block;
        width: 100%;
        margin-bottom: 15px;
    }

    .mobile-mini-link {
        display: block;
        margin-top: 5px;
        margin-bottom: 5px;
        color: rgba(237, 249, 255, 0.7);
        text-decoration: underline;
    }
}

@media (max-width: 479px) {
    h1 {
        font-size: 18px;
        line-height: 24px;
    }

    h4 {
        margin-top: 10px;
        margin-bottom: 0px;
    }

    p {
        font-size: 14px;
        line-height: 18px;
    }

    .right-arrow {
        display: none;
    }

    .left-arrow {
        display: none;
    }

    .main-nav {
        padding-top: 5px;
        padding-right: 0px;
        padding-bottom: 5px;
    }

    .header-logo {
        width: 100px;
        margin-top: 4px;
    }

    .nav-link.open-mobile-nav {
        height: 40px;
        padding-top: 6px;
        padding-right: 25px;
        padding-left: 25px;
        background-size: 20px;
    }

    .button.search {
        top: 6px;
        right: 7px;
        padding-right: 18px;
        padding-left: 18px;
        font-size: 10px;
    }

    .button.dropdown {
        top: 5px;
        right: 13px;
        width: 40px;
        height: 42px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .cta-box {
        padding: 40px 30px;
    }

    .cta-text {
        font-size: 14px;
        line-height: 20px;
    }

    .footer {
        padding-bottom: 20px;
    }

    .footer-logo {
        width: 80px;
    }

        .footer-logo.w--current {
            width: 100px;
        }

    .small-text {
        font-size: 10px;
        line-height: 14px;
    }

    .social-link {
        width: 25px;
        height: 25px;
    }

    .slider-link {
        padding-right: 20px;
        padding-left: 20px;
    }

    .breadcrumbs {
        padding-top: 10px;
        padding-bottom: 15px;
    }

    .breadcrumb-link {
        padding-top: 0px;
        padding-bottom: 0px;
        font-size: 10px;
        line-height: 12px;
    }

    .page-headline {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .filter {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .input-form {
        height: 50px;
        padding-right: 20px;
        padding-left: 20px;
    }

        .input-form.search-field {
            padding-left: 42px;
            background-position: 12px 58%;
            background-size: 26px;
        }

        .input-form.textarea {
            padding: 15px;
            border-radius: 5px;
        }

        .input-form.contact-form {
            padding-right: 15px;
            padding-left: 15px;
        }

            .input-form.contact-form.cardno {
                width: 75%;
            }

    .dropdown-toggle {
        width: 60px;
        height: 50px;
    }

    .card-amount-back {
        padding: 5px 5px 2px;
    }

    .link-block-masonry {
        height: 160px;
    }

    .section {
        margin-top: 0px;
        padding-top: 20px;
    }

    .pagination-pages {
        display: none;
    }

    .cover-image {
        height: 200px;
    }

    .small-paragraph {
        font-size: 12px;
        line-height: 18px;
    }

    .text-container {
        padding-right: 20px;
        padding-left: 20px;
    }

    .list-item {
        font-size: 14px;
        line-height: 18px;
    }

    .thumbnail {
        width: 100%;
        margin-bottom: 10px;
    }

    .arrow {
        margin-top: 4px;
    }

    .accordion-wrapper {
        display: block;
        border-radius: 15px;
    }

    .accordion-item-trigger {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .contact-box {
        padding: 5px 20px;
    }

    .mobile-nav-container {
        display: none;
        margin: 0px 0px 0px -20px;
        padding-bottom: 0px;
    }

    .mobile-nav-link {
        height: auto;
        padding-bottom: 13px;
		text-transform: uppercase;
    }

        .mobile-nav-link.mobile-subnav-link {
            height: auto;
            padding-bottom: 13px;
            line-height: 16px;
			text-transform: none;
			font-weight: 500;
        }

    .paragraph.brojkartice {
        width: 25%;
        font-size: 12px;
    }
}

@media screen and (max-width: 479px) {
    #w-node-cf5cd3c874e5-d3c874e2 {
        -webkit-align-self: end;
        -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
    }
}

@media screen and (max-width: 991px) {
    #w-node-7d751b23d3a1-d3c874e2 {
        -ms-grid-row: 2;
        grid-row-start: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 3;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-column-span: 3;
        grid-column-end: 4;
    }
}

#w-node-7cc872152926-d3c874e2 {
    -ms-grid-column-align: end;
    justify-self: end;
}

@media screen and (max-width: 991px) {
    #w-node-7cc872152926-d3c874e2 {
        -ms-grid-column-span: 1;
        grid-column-end: 4;
        -ms-grid-column: 3;
        grid-column-start: 3;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-row-align: center;
        align-self: center;
    }
}

@media screen and (max-width: 767px) {
    #w-node-7cc872152926-d3c874e2 {
        -ms-grid-column: 2;
        grid-column-start: 2;
        -ms-grid-row-align: end;
        align-self: end;
    }
}

#w-node-e86a598e1df8-45315cc7 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
}

@media screen and (max-width: 479px) {
    #w-node-cf5cd3c874e5-d3c874e2 {
        -webkit-align-self: end;
        -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
    }
}

@media screen and (max-width: 991px) {
    #w-node-7d751b23d3a1-d3c874e2 {
        -ms-grid-row: 2;
        grid-row-start: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 3;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-column-span: 3;
        grid-column-end: 4;
    }
}

#w-node-7cc872152926-d3c874e2 {
    -ms-grid-column-align: end;
    justify-self: end;
}

@media screen and (max-width: 991px) {
    #w-node-7cc872152926-d3c874e2 {
        -ms-grid-column-span: 1;
        grid-column-end: 4;
        -ms-grid-column: 3;
        grid-column-start: 3;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-row-align: center;
        align-self: center;
    }
}

@media screen and (max-width: 767px) {
    #w-node-7cc872152926-d3c874e2 {
        -ms-grid-column: 2;
        grid-column-start: 2;
        -ms-grid-row-align: end;
        align-self: end;
    }
}

#w-node-72b864f3af12-47a20867 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-column-align: center;
    justify-self: center;
}

@media screen and (max-width: 767px) {
    #w-node-e222f0403698-47a20867 {
        -ms-grid-column-span: 2;
        grid-column-end: 3;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 3;
        -ms-grid-row: 2;
        grid-row-start: 2;
    }
}

@media screen and (max-width: 767px) {
    #w-node-a9368c1090b7-47a20867 {
        -ms-grid-column-span: 2;
        grid-column-end: 3;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 4;
        -ms-grid-row: 3;
        grid-row-start: 3;
    }
}

#w-node-f93f86aff7e0-47a20867 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-column-align: center;
    justify-self: center;
}

#w-node-4c58c2c07497-47a20867 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
}

#w-node-f7cb9dcbd42a-47a20867 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-column-align: center;
    justify-self: center;
}

#w-node-0bcb3404ed87-47a20867 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
}

#w-node-e92f1c4adc5d-47a20867 {
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: end;
    align-self: end;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

#w-node-e92f1c4adc5f-47a20867 {
    -ms-grid-column-align: center;
    justify-self: center;
}

#w-node-e92f1c4adc65-47a20867 {
    -ms-grid-column-align: end;
    justify-self: end;
}

#w-node-e92f1c4adc67-47a20867 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
}

#w-node-e92f1c4adc69-47a20867 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column-align: end;
    justify-self: end;
}

#w-node-9af846b41ace-47a20867 {
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: end;
    align-self: end;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

#w-node-9af846b41ad0-47a20867 {
    -ms-grid-column-align: center;
    justify-self: center;
}

#w-node-9af846b41ad6-47a20867 {
    -ms-grid-column-align: end;
    justify-self: end;
}

#w-node-9af846b41ad8-47a20867 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
}

#w-node-9af846b41ada-47a20867 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column-align: end;
    justify-self: end;
}

#w-node-dd058de18a36-47a20867 {
    -ms-grid-column-align: end;
    justify-self: end;
}

#w-node-dd058de18a38-47a20867 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
}

#w-node-dd058de18a3a-47a20867 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column-align: end;
    justify-self: end;
}

#w-node-cb41e4b65520-47a20867 {
    -ms-grid-column-align: end;
    justify-self: end;
}

#w-node-cb41e4b65522-47a20867 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
}

#w-node-cb41e4b65524-47a20867 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column-align: end;
    justify-self: end;
}

#w-node-8e7eecb70d23-47a20867 {
    -ms-grid-column-align: end;
    justify-self: end;
}

#w-node-8e7eecb70d25-47a20867 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
}

#w-node-8e7eecb70d27-47a20867 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column-align: end;
    justify-self: end;
}

#w-node-0584cd6fcb59-47a20867 {
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: end;
    align-self: end;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

#w-node-0584cd6fcb5b-47a20867 {
    -ms-grid-column-align: center;
    justify-self: center;
}

#w-node-db4eec75d975-47a20867 {
    -ms-grid-column-align: end;
    justify-self: end;
}

#w-node-db4eec75d977-47a20867 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
}

#w-node-db4eec75d979-47a20867 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column-align: end;
    justify-self: end;
}

#w-node-79abd5362c2e-47a20867 {
    -ms-grid-column-align: end;
    justify-self: end;
}

#w-node-79abd5362c30-47a20867 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
}

#w-node-79abd5362c32-47a20867 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column-align: end;
    justify-self: end;
}

#w-node-0bd4fb6daae2-47a20867 {
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: end;
    align-self: end;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

#w-node-0bd4fb6daae4-47a20867 {
    -ms-grid-column-align: center;
    justify-self: center;
}

#w-node-7aa8cff27221-47a20867 {
    -ms-grid-column-align: end;
    justify-self: end;
}

#w-node-7aa8cff27223-47a20867 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
}

#w-node-7aa8cff27225-47a20867 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column-align: end;
    justify-self: end;
}

#w-node-31f34ccae3c9-47a20867 {
    -ms-grid-column-align: center;
    justify-self: center;
}

#w-node-301cbe20905f-47a20867 {
    -ms-grid-column-align: end;
    justify-self: end;
}

#w-node-301cbe209061-47a20867 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
}

#w-node-301cbe209063-47a20867 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column-align: end;
    justify-self: end;
}

#w-node-2c70e3201df6-47a20867 {
    -ms-grid-column-align: end;
    justify-self: end;
}

#w-node-2c70e3201df8-47a20867 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
}

#w-node-2c70e3201dfa-47a20867 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column-align: end;
    justify-self: end;
}

#w-node-397d02399f80-47a20867 {
    -ms-grid-column-align: end;
    justify-self: end;
}

#w-node-397d02399f82-47a20867 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
}

#w-node-397d02399f84-47a20867 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column-align: end;
    justify-self: end;
}

#w-node-31f34ccae3de-47a20867 {
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: end;
    align-self: end;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

#w-node-093cbc3db65d-47a20867 {
    -ms-grid-column-align: center;
    justify-self: center;
}

#w-node-aa68605f3f6c-47a20867 {
    -ms-grid-column-align: end;
    justify-self: end;
}

#w-node-aa68605f3f6e-47a20867 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
}

#w-node-aa68605f3f70-47a20867 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column-align: end;
    justify-self: end;
}

#w-node-d3b9507c0077-47a20867 {
    -ms-grid-column-align: end;
    justify-self: end;
}

#w-node-d3b9507c0079-47a20867 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
}

#w-node-d3b9507c007b-47a20867 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column-align: end;
    justify-self: end;
}

#w-node-093cbc3db672-47a20867 {
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: end;
    align-self: end;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

@media screen and (max-width: 479px) {
    #w-node-cf5cd3c874e5-d3c874e2 {
        -webkit-align-self: end;
        -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
    }
}

@media screen and (max-width: 991px) {
    #w-node-7d751b23d3a1-d3c874e2 {
        -ms-grid-row: 2;
        grid-row-start: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 3;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-column-span: 3;
        grid-column-end: 4;
    }
}

#w-node-7cc872152926-d3c874e2 {
    -ms-grid-column-align: end;
    justify-self: end;
}

@media screen and (max-width: 991px) {
    #w-node-7cc872152926-d3c874e2 {
        -ms-grid-column-span: 1;
        grid-column-end: 4;
        -ms-grid-column: 3;
        grid-column-start: 3;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-row-align: center;
        align-self: center;
    }
}

@media screen and (max-width: 767px) {
    #w-node-7cc872152926-d3c874e2 {
        -ms-grid-column: 2;
        grid-column-start: 2;
        -ms-grid-row-align: end;
        align-self: end;
    }
}

@media screen and (max-width: 767px) {
    #w-node-54719a9aa423-8f612baf {
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 3;
        -ms-grid-row: 2;
        grid-row-start: 2;
    }
}

#w-node-d8b47b1438bc-8f612baf {
    -ms-grid-column-align: end;
    justify-self: end;
}

#w-node-d8b47b1438be-8f612baf {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
}

#w-node-d8b47b1438c0-8f612baf {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column-align: end;
    justify-self: end;
}

#w-node-1217dad502c5-8f612baf {
    -ms-grid-column-align: end;
    justify-self: end;
}

#w-node-1217dad502c7-8f612baf {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
}

#w-node-1217dad502c9-8f612baf {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column-align: end;
    justify-self: end;
}

#w-node-131915bdf8bb-8f612baf {
    -ms-grid-column-align: end;
    justify-self: end;
}

#w-node-131915bdf8bd-8f612baf {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
}

#w-node-131915bdf8bf-8f612baf {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column-align: end;
    justify-self: end;
}

#w-node-150bb84b5d25-8f612baf {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
}

@media screen and (max-width: 767px) {
    #w-node-150bb84b5d25-8f612baf {
        -ms-grid-row-align: start;
        align-self: start;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
    }
}

#w-node-2055b4a636ae-8f612baf {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
}

#w-node-889d0b7c7683-8f612baf {
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: end;
    align-self: end;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

#w-node-889d0b7c7686-8f612baf {
    -ms-grid-column-align: center;
    justify-self: center;
}

#w-node-889d0b7c768c-8f612baf {
    -ms-grid-column-align: end;
    justify-self: end;
}

#w-node-889d0b7c768e-8f612baf {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
}

#w-node-889d0b7c7690-8f612baf {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column-align: end;
    justify-self: end;
}

#w-node-889d0b7c7694-8f612baf {
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: end;
    align-self: end;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

#w-node-889d0b7c7697-8f612baf {
    -ms-grid-column-align: center;
    justify-self: center;
}

#w-node-889d0b7c769d-8f612baf {
    -ms-grid-column-align: end;
    justify-self: end;
}

#w-node-889d0b7c769f-8f612baf {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
}

#w-node-889d0b7c76a1-8f612baf {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column-align: end;
    justify-self: end;
}

#w-node-889d0b7c76a6-8f612baf {
    -ms-grid-column-align: end;
    justify-self: end;
}

#w-node-889d0b7c76a8-8f612baf {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
}

#w-node-889d0b7c76aa-8f612baf {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column-align: end;
    justify-self: end;
}

#w-node-889d0b7c76af-8f612baf {
    -ms-grid-column-align: end;
    justify-self: end;
}

#w-node-889d0b7c76b1-8f612baf {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
}

#w-node-889d0b7c76b3-8f612baf {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column-align: end;
    justify-self: end;
}

#w-node-889d0b7c76c0-8f612baf {
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: end;
    align-self: end;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

#w-node-889d0b7c76c3-8f612baf {
    -ms-grid-column-align: center;
    justify-self: center;
}

#w-node-889d0b7c76c9-8f612baf {
    -ms-grid-column-align: end;
    justify-self: end;
}

#w-node-889d0b7c76cb-8f612baf {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
}

#w-node-889d0b7c76cd-8f612baf {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column-align: end;
    justify-self: end;
}

#w-node-889d0b7c76d2-8f612baf {
    -ms-grid-column-align: end;
    justify-self: end;
}

#w-node-889d0b7c76d4-8f612baf {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
}

#w-node-889d0b7c76d6-8f612baf {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column-align: end;
    justify-self: end;
}

@media screen and (max-width: 479px) {
    #w-node-cf5cd3c874e5-d3c874e2 {
        -webkit-align-self: end;
        -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
    }
}

@media screen and (max-width: 991px) {
    #w-node-7d751b23d3a1-d3c874e2 {
        -ms-grid-row: 2;
        grid-row-start: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 3;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-column-span: 3;
        grid-column-end: 4;
    }
}

#w-node-7cc872152926-d3c874e2 {
    -ms-grid-column-align: end;
    justify-self: end;
}

@media screen and (max-width: 991px) {
    #w-node-7cc872152926-d3c874e2 {
        -ms-grid-column-span: 1;
        grid-column-end: 4;
        -ms-grid-column: 3;
        grid-column-start: 3;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-row-align: center;
        align-self: center;
    }
}

@media screen and (max-width: 767px) {
    #w-node-7cc872152926-d3c874e2 {
        -ms-grid-column: 2;
        grid-column-start: 2;
        -ms-grid-row-align: end;
        align-self: end;
    }
}

@media screen and (max-width: 479px) {
    #w-node-cf5cd3c874e5-d3c874e2 {
        -webkit-align-self: end;
        -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
    }
}

@media screen and (max-width: 991px) {
    #w-node-7d751b23d3a1-d3c874e2 {
        -ms-grid-row: 2;
        grid-row-start: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 3;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-column-span: 3;
        grid-column-end: 4;
    }
}

#w-node-7cc872152926-d3c874e2 {
    -ms-grid-column-align: end;
    justify-self: end;
}

@media screen and (max-width: 991px) {
    #w-node-7cc872152926-d3c874e2 {
        -ms-grid-column-span: 1;
        grid-column-end: 4;
        -ms-grid-column: 3;
        grid-column-start: 3;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-row-align: center;
        align-self: center;
    }
}

@media screen and (max-width: 767px) {
    #w-node-7cc872152926-d3c874e2 {
        -ms-grid-column: 2;
        grid-column-start: 2;
        -ms-grid-row-align: end;
        align-self: end;
    }
}

@media screen and (max-width: 479px) {
    #w-node-cf5cd3c874e5-d3c874e2 {
        -webkit-align-self: end;
        -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
    }
}

@media screen and (max-width: 991px) {
    #w-node-7d751b23d3a1-d3c874e2 {
        -ms-grid-row: 2;
        grid-row-start: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 3;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-column-span: 3;
        grid-column-end: 4;
    }
}

#w-node-7cc872152926-d3c874e2 {
    -ms-grid-column-align: end;
    justify-self: end;
}

@media screen and (max-width: 991px) {
    #w-node-7cc872152926-d3c874e2 {
        -ms-grid-column-span: 1;
        grid-column-end: 4;
        -ms-grid-column: 3;
        grid-column-start: 3;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-row-align: center;
        align-self: center;
    }
}

@media screen and (max-width: 767px) {
    #w-node-7cc872152926-d3c874e2 {
        -ms-grid-column: 2;
        grid-column-start: 2;
        -ms-grid-row-align: end;
        align-self: end;
    }
}

@media screen and (max-width: 479px) {
    #w-node-cf5cd3c874e5-d3c874e2 {
        -webkit-align-self: end;
        -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
    }
}

@media screen and (max-width: 991px) {
    #w-node-7d751b23d3a1-d3c874e2 {
        -ms-grid-row: 2;
        grid-row-start: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 3;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-column-span: 3;
        grid-column-end: 4;
    }
}

#w-node-7cc872152926-d3c874e2 {
    -ms-grid-column-align: end;
    justify-self: end;
}

@media screen and (max-width: 991px) {
    #w-node-7cc872152926-d3c874e2 {
        -ms-grid-column-span: 1;
        grid-column-end: 4;
        -ms-grid-column: 3;
        grid-column-start: 3;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-row-align: center;
        align-self: center;
    }
}

@media screen and (max-width: 767px) {
    #w-node-7cc872152926-d3c874e2 {
        -ms-grid-column: 2;
        grid-column-start: 2;
        -ms-grid-row-align: end;
        align-self: end;
    }
}

@media screen and (max-width: 479px) {
    #w-node-cf5cd3c874e5-d3c874e2 {
        -webkit-align-self: end;
        -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
    }
}

@media screen and (max-width: 991px) {
    #w-node-7d751b23d3a1-d3c874e2 {
        -ms-grid-row: 2;
        grid-row-start: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 3;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-column-span: 3;
        grid-column-end: 4;
    }
}

#w-node-7cc872152926-d3c874e2 {
    -ms-grid-column-align: end;
    justify-self: end;
}

@media screen and (max-width: 991px) {
    #w-node-7cc872152926-d3c874e2 {
        -ms-grid-column-span: 1;
        grid-column-end: 4;
        -ms-grid-column: 3;
        grid-column-start: 3;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-row-align: center;
        align-self: center;
    }
}

@media screen and (max-width: 767px) {
    #w-node-7cc872152926-d3c874e2 {
        -ms-grid-column: 2;
        grid-column-start: 2;
        -ms-grid-row-align: end;
        align-self: end;
    }
}

@media screen and (max-width: 479px) {
    #w-node-cf5cd3c874e5-d3c874e2 {
        -webkit-align-self: end;
        -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
    }
}

@media screen and (max-width: 991px) {
    #w-node-7d751b23d3a1-d3c874e2 {
        -ms-grid-row: 2;
        grid-row-start: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 3;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-column-span: 3;
        grid-column-end: 4;
    }
}

#w-node-7cc872152926-d3c874e2 {
    -ms-grid-column-align: end;
    justify-self: end;
}

@media screen and (max-width: 991px) {
    #w-node-7cc872152926-d3c874e2 {
        -ms-grid-column-span: 1;
        grid-column-end: 4;
        -ms-grid-column: 3;
        grid-column-start: 3;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-row-align: center;
        align-self: center;
    }
}

@media screen and (max-width: 767px) {
    #w-node-7cc872152926-d3c874e2 {
        -ms-grid-column: 2;
        grid-column-start: 2;
        -ms-grid-row-align: end;
        align-self: end;
    }
}

@media screen and (max-width: 479px) {
    #w-node-cf5cd3c874e5-d3c874e2 {
        -webkit-align-self: end;
        -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
    }
}

@media screen and (max-width: 991px) {
    #w-node-7d751b23d3a1-d3c874e2 {
        -ms-grid-row: 2;
        grid-row-start: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 3;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-column-span: 3;
        grid-column-end: 4;
    }
}

#w-node-7cc872152926-d3c874e2 {
    -ms-grid-column-align: end;
    justify-self: end;
}

@media screen and (max-width: 991px) {
    #w-node-7cc872152926-d3c874e2 {
        -ms-grid-column-span: 1;
        grid-column-end: 4;
        -ms-grid-column: 3;
        grid-column-start: 3;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-row-align: center;
        align-self: center;
    }
}

@media screen and (max-width: 767px) {
    #w-node-7cc872152926-d3c874e2 {
        -ms-grid-column: 2;
        grid-column-start: 2;
        -ms-grid-row-align: end;
        align-self: end;
    }
}

@media screen and (max-width: 479px) {
    #w-node-cf5cd3c874e5-d3c874e2 {
        -webkit-align-self: end;
        -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
    }
}

@media screen and (max-width: 991px) {
    #w-node-7d751b23d3a1-d3c874e2 {
        -ms-grid-row: 2;
        grid-row-start: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 3;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-column-span: 3;
        grid-column-end: 4;
    }
}

#w-node-7cc872152926-d3c874e2 {
    -ms-grid-column-align: end;
    justify-self: end;
}

@media screen and (max-width: 991px) {
    #w-node-7cc872152926-d3c874e2 {
        -ms-grid-column-span: 1;
        grid-column-end: 4;
        -ms-grid-column: 3;
        grid-column-start: 3;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-row-align: center;
        align-self: center;
    }
}

@media screen and (max-width: 767px) {
    #w-node-7cc872152926-d3c874e2 {
        -ms-grid-column: 2;
        grid-column-start: 2;
        -ms-grid-row-align: end;
        align-self: end;
    }
}

@media screen and (max-width: 479px) {
    #w-node-cf5cd3c874e5-d3c874e2 {
        -webkit-align-self: end;
        -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
    }
}

@media screen and (max-width: 991px) {
    #w-node-7d751b23d3a1-d3c874e2 {
        -ms-grid-row: 2;
        grid-row-start: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 3;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-column-span: 3;
        grid-column-end: 4;
    }
}

#w-node-7cc872152926-d3c874e2 {
    -ms-grid-column-align: end;
    justify-self: end;
}

@media screen and (max-width: 991px) {
    #w-node-7cc872152926-d3c874e2 {
        -ms-grid-column-span: 1;
        grid-column-end: 4;
        -ms-grid-column: 3;
        grid-column-start: 3;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-row-align: center;
        align-self: center;
    }
}

@media screen and (max-width: 767px) {
    #w-node-7cc872152926-d3c874e2 {
        -ms-grid-column: 2;
        grid-column-start: 2;
        -ms-grid-row-align: end;
        align-self: end;
    }
}

@media screen and (max-width: 479px) {
    #w-node-cf5cd3c874e5-d3c874e2 {
        -webkit-align-self: end;
        -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
    }
}

@media screen and (max-width: 991px) {
    #w-node-7d751b23d3a1-d3c874e2 {
        -ms-grid-row: 2;
        grid-row-start: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 3;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-column-span: 3;
        grid-column-end: 4;
    }
}

#w-node-7cc872152926-d3c874e2 {
    -ms-grid-column-align: end;
    justify-self: end;
}

@media screen and (max-width: 991px) {
    #w-node-7cc872152926-d3c874e2 {
        -ms-grid-column-span: 1;
        grid-column-end: 4;
        -ms-grid-column: 3;
        grid-column-start: 3;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-row-align: center;
        align-self: center;
    }
}
@media screen (min-width: 767px) and (min-width: 991px) {
	div.div-block-2 a{
  font-size: 16px;
  color: #007bc0;
}
div.div-block p{
  font-size: 16px;
  
}
a.link-blue {
    font-size: 16px;
}}
@media screen and (min-width: 767px) {
	div.div-block-2 a{
  font-size: 16px;
  color: #007bc0;
}
div.div-block p{
  font-size: 16px;
  
}
a.link-blue {
    font-size: 16px;
}
}
@media screen and (max-width: 767px) {
    #w-node-7cc872152926-d3c874e2 {
        -ms-grid-column: 2;
        grid-column-start: 2;
        -ms-grid-row-align: end;
        align-self: end;
    }
}
.div-block-2 a{
  font-size: 14px;
  color: #007bc0;
}
.div-block p{
  font-size: 14px;
  
}
.link-blue {
    font-size: 14px;
}
.slide .button{
      border-width: 0px;
  
}
.text-container .button {
  
  color: #fff;
}

/********* Fix ie11  **********/

#w-node-e222f0403698-47a20867{
	/*-ms-grid-column:2 !important;*/
}
/*.button-amount .text-amount-description:nth-child(1){
	-ms-grid-row:1 !important;
}*/

.button-amount .text-amount:last-child{
	-ms-grid-row:2 !important;
}
.button-amount {
	-ms-grid-columns: 1fr !important;
}
div.div-block-2{
	-ms-grid-rows:1 !important;
}
/* IE11 */
/* Kartica slika slider */
  *::-ms-backdrop, .kartica { 
  	width:50%;
	  margin: 0 auto;
  } 
/* Slider button */
*::-ms-backdrop, .slide .button { 
  	display:inline-table;
	  margin: 0 auto;
  }
*::-ms-backdrop, .broj-1 { 
  	height: 60px;
  } 

*::-ms-backdrop, .broj-6 { 
  	height: 170px;
  } 
*::-ms-backdrop, .category-filter { 
  	-ms-grid-rows: auto !important;
  } 
/* Cover object fit hack / https://github.com/jonathantneal/fitie */
img.cover, video.cover {
	object-fit: cover;
}
/********* Ponude - Zanimati  **********/
*::-ms-backdrop, .zoom-block img { 
  max-width: none;
  }
*::-ms-backdrop, .section-3 .cta-box { 
 padding: 100px 180px 50px 180px;
  }
/********* Ponude  **********/

.broj-1{
	-ms-grid-row:1 !important;
}
.broj-2{
	-ms-grid-row:2 !important;
}
.broj-22{
	-ms-grid-column:2 !important;
	-ms-grid-row:2 !important;
}
.broj-3{
	-ms-grid-row:3 !important;
}
.broj-4{
	-ms-grid-row:3 !important;
}
.broj-5{
	-ms-grid-row:5 !important;
	height:20px;
	padding-top: 20px;
}
.broj-6{
	-ms-grid-row:6 !important;
	padding-top: 32px;
}
/********* Ponude - kartice  **********/

.category-filter a.button-filter:nth-child(2){
	-ms-grid-column: 3 !important;
}

.category-filter a.kartica-1{
	-ms-grid-column: 3 !important;
}
.category-filter a.kartica-2{
	-ms-grid-column: 5 !important;
}
.category-filter a.kartica-3{
	-ms-grid-column: 7 !important;
}
.category-filter a.kartica-4{
	-ms-grid-column: 9 !important;
}
.category-filter a.kartica-5{
	-ms-grid-column: 1 !important;
	-ms-grid-row: 2 !important;
}
.category-filter a.kartica-6{
	-ms-grid-column: 3 !important;
	-ms-grid-row: 2 !important;
}
.category-filter a.kartica-7{
	-ms-grid-column: 5 !important;
	-ms-grid-row: 2 !important;
}
.category-filter a.kartica-8{
	-ms-grid-column: 7 !important;
	-ms-grid-row: 2 !important;
}
.category-filter a.kartica-9{
	-ms-grid-column: 9 !important;
	-ms-grid-row: 2 !important;
}
.category-filter a.kartica-10{
	-ms-grid-column: 1 !important;
	-ms-grid-row: 3 !important;
}
/********* Ponude - paginacija **********/

*::-ms-backdrop, .end-pagination img:first-child, .start-pagination img:first-child { 
  	top:20%;
  } 
*::-ms-backdrop, .end-pagination img:last-child, .start-pagination img:last-child { 
  	top:20%;
  } 
/********* Nav - lijevo **********/
*::-ms-backdrop, .subnav { 
  	left:0px;
  } 
.nav-link.dropdown{
     border-top-left-radius: 0px; 
     border-bottom-left-radius: 0px; 
}

.subnav-head{	
	background-image: url('../images/down-arrow.svg');
    background-position: 33% 50%;
    background-size: 13px;
    background-repeat: no-repeat;
}

.mobile-subnav{
	display: none;
}

.opened.mobile-subnav{
	display: block;
}
