*,
*::before,
*::after {
  box-sizing: border-box;
}

.clicker {
    transition: all .4s;
}

.clicker:active {
    transform: scale(.96);
}

select {
    -webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
  appearance: none;
  background-color: #fff !important;
  border: none;
  padding: 0 1em 0 0;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  cursor: inherit;
  line-height: inherit;
  outline: none;
}

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

.select {
  width: 100%;
    /* min-width: 15ch; */
    /* max-width: 30ch; */
    border: 3px solid #fa243c;
    border: 3px solid #febb02;
    border-radius: 100px;
    padding: 12px 15px;
    font-size: 16px;
    cursor: pointer;
    line-height: 1.1;
    background-color: #fff;
    box-shadow: 0px 0px 80px rgba(0, 0, 0, 1), 0px 70px 80px rgba(0, 0, 0, 1), 0px 70px 40px -10px rgba(0, 0, 0, 1);
}

.icon.dropdown {
    position: absolute;
    right: 15px;
    top: 17px;
    pointer-events: none;
    transition: all .4s;
}

#search.focus .icon.dropdown {
    transform: rotateX(-180deg);
}

#search {
    position: absolute;
    top: 370px;
    left: 20px;
    right: 20px;
}

body {
    background-color: #fff;
    -webkit-font-smoothing: subpixel-antialiased;
    font-weight: 300;
}

.bg-image-grayscale {
    background-image: url('../images/products.png');
    background-position: 20px 150%;
    background-repeat: no-repeat;
    background-size: 150%;
    filter: grayscale(100%);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: -1;
}

#fixed_container,
#container {
    margin-top: 80px;
    margin-bottom: 20px;
    overflow: hidden;
    z-index: 0;
}

body.fixed #fixed_container {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 1;
    margin-top: 0px;
    /* overflow: visible; */
}

body.partner #fixed_container,
body.partner #container {
    margin-top: 0px;
}

body.index #fixed_container,
body.index #container {
    padding-top: 67px;
}

body.index #header {
    padding-bottom: 5px;
}

body.partner.fixed #container {
    position: fixed;
    top: 800px;
    left: 0px;
    right: 0px;
    z-index: 1;
    margin-top: 0px;
}

body.partner.fixed {
    /* padding-top: 700px; */
}

body.partner:not(.fixed) {
    /* padding-top: 0px !important; */
}

body.partner #container {
    position: relative;
    /* overflow: visible; */
    z-index: 2;
}

#arrow,
#reload {
    position: fixed;
    top: 715px;
    left: 0px;
    right: 0px;
    height: 40px;
    width: 100px;
    margin: auto;
    background-image: url('../images/arrow.gif');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
    cursor: pointer;
    transition: all .2s;
    z-index: 1;
}

#reload {
    position: absolute;
    z-index: 100;
    background-image: none;
    text-align: center;
    padding-top: 12px; 
    color: #ccc;
    top: 730px;
    font-size: 20px;
}

#reload:hover {
    color: #888;
}

#arrow.clicked,
#reload.clicked {
    transform: scale(0.8);
}

.invisible {
    opacity: 0;
    pointer-events: none;
}

#header {
    padding-left: 25px;
    padding-right: 25px;
    background-color: #fff;
}

body.index #header {
    padding-left: 15px;
    padding-right: 15px;
}

body.partner #header {
    padding-top: 80px;
}

body.index #header {
    /*padding-top: 0px;*/
}

#content {
    /* margin-top: 10px; */
    margin-bottom: 10px;
    border-top: 1px solid #ddd;
    /* border-left: 0px;
    border-right: 0px; */
}

.logo-link {
    text-decoration: none !important;
    color: #000 !important;
    font-size: 40px !important;
    font-weight: 400 !important;
}

body.index .logo-link {
    /*font-weight: 500 !important;
    font-size: 25px !important;*/
}

.video {
    border-radius: 20px;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}

.box {
    /* border: 1px dashed #ddd; */
    /* border-radius: 4px; */
    /* min-height: 400px; */
    padding: 10px;
    padding-bottom: 50px;
    margin-bottom: 50px;
    text-align: center;
    margin-left: -15px;
    margin-right: -15px;
    border-bottom: 1px solid #ddd;
}

.box:last-of-type {
    border-bottom: 0px;
    margin-bottom: 200px;
}

.block {
    position: relative;
    border: 1px solid #ddd;
    width: 100%;
    height: 350px;
    border-radius: 20px;
    box-shadow: 0px 5px 15px -10px rgba(0, 0, 0, .6);
    margin-top: 25px;
    /* overflow: hidden; */
}

.block.small {
    height: 150px;
}

.block.clean {
    border: none;
    box-shadow: none;
}

.block-title {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    text-align: center;
    padding: 10px 25px 0px 25px;
    font-size: 50px;
    font-weight: bold;
    z-index: 1;
    color: #000;
    text-shadow: 0px 0px 5px #fff;
}

.block-title.left {
    text-align: left;
    padding-left: 0px;
    padding-right: 0px;
}

.paket-col {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 50px
}

.paket {
    position: relative;
    border: 1px solid #ddd;
    border-radius: 20px;
    height: 400px;
    background-color: #fff;
    box-shadow: 0px 6px 15px -10px rgba(0, 0, 0, .7);
    overflow: hidden;
    max-width: 300px;
    margin: auto;
}

.cijena-paketa {
    font-size: 18px;
    margin-top: 20px;
}

.paketi {
    /* border-bottom: none; */
}

.paketi-footer {
    /* text-align: left; */
    /* margin-top: 40px; */
    color: #888;
    font-weight: 200;
}

.paket-title {
    font-size: 25px;
    border-bottom: 1px solid #f6f6f6;
    background-color: #fcfcfc;
    padding: 10px;
}

.paket-features {
    padding: 20px 15px;
    font-size: 14px;
    font-weight: 200;
}

.paket-feature {
    text-align: left;
}

.paket-feature.only {
    text-align: center;
    margin-top: 100px;
    font-size: 50px;
    /* color: #ccc; */
}

.button {
    background-color: #3284ff;
    padding: 20px 100px;
    display: inline-block;
    color: #fff !important;
    border-radius: 100px;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none !important;
    margin-top: 20px;
}

.search-button {
    padding: 0px;
    height: 48px;
    line-height: 48px;
    position: absolute;
    top: 400px;
    left: 20px;
    right: 20px;
    font-size: 16px;
}

#features {
    position: relative;
    /* background-color: #fafafa; */
    /* border-radius: 20px; */
    padding: 5px !important;
    border: none;
}

#features_background {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    /* background-color: #fafafa; */
    background: radial-gradient(#f6f6f6 20%, #fff 80%, #fff 100%);
}

.feature {
    padding: 2px;
}

.tile {
    position: relative;
    background-color: #fff;
    border-radius: 20px;
    height: 250px;
    box-shadow: none !important;
}

.tile-title {
    position: relative;
    padding: 10px;
    font-weight: 500;
    font-size: 30px;
    /* text-align: left; */
    color: #000;
}

.tile .ikona {
    font-size: 60px;
    color: #060028;
    position: absolute;
    top: 60px;
    left: 0px;
    right: 0px; 
}

.tile-description {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 15px;
    font-size: 12px;
    /* text-align: left; */
}

.tile.sigurnost {
    background-color: #060028;
    /* background-color: #000; */
    color: #fff;
    border-radius: 20px;
}

.tile.sigurnost .ikona {
    font-size: 90px;
    padding-top: 20px;
    color: #fff;
}

.tile.sigurnost .tile-title {
    color: #fff;
}

.tile.loyalty {
    background-image: url('../images/cards.png');
    background-position: 0px 140px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: #fafafa;
    box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, .04) inset;
    /* color: #fff; */
    border-radius: 20px;
}

.tile.loyalty .tile-title {
    /* color: #000; */
}

.tile.loyalty .tile-description {
    bottom: auto;
    top: 50px;
    font-size: 13px;
    font-weight: 300;
    text-align: left;
    /* text-shadow: 0px 1px 1px rgba(0, 0, 0, .5); */
}

.tile.loyalty .tile-description b {
    /* color: #000;
    text-shadow: none; */
}

.tile.zahtjev {
    background-image: url('../images/messages.png');
    background-position: -12px 110px;
    background-repeat: no-repeat;
    background-size: 100%;
    /* background-color: #fafafa; */
    box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, .04) inset;
    /* color: #fff; */
    border-radius: 20px;
}

.tile.zahtjev .tile-description {
    bottom: auto;
    top: 50px;
    font-size: 12px;
}

.tile.check-in .ikona {
    font-size: 60px;
    padding-top: 30px;
}

.tile.check-in .tile-description {
    font-size: 12px;
}

.tile.user .ikona {
    font-size: 60px;
    padding-top: 30px;
}

.tile.explore {
    background-image: url('../images/hrvatska.png');
    background-position: 0px -50px;
    background-repeat: no-repeat;
    background-size: 200%;
    /* background-color: #fafafa; */
    box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, .04) inset;
    /* color: #fff; */
    border-radius: 20px;
}

.tile.explore .tile-title {
    text-align: left;
    text-shadow: 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff;
}

.tile.explore .tile-description {
    bottom: auto;
    top: 50px;
    font-size: 12px;
    text-shadow: 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff;
}

.tile.inbound .ikona {
    font-size: 60px;
    padding-top: 30px;
}

.tile.outbound .ikona {
    font-size: 60px;
    padding-top: 30px;
}

.tile.ticketing .ikona {
    font-size: 60px;
    padding-top: 30px;
}

.tile.report .ikona {
    font-size: 60px;
    padding-top: 30px;
}

.tile.return .ikona {
    font-size: 60px;
    padding-top: 30px;
}

.tile.cash-back .ikona {
    font-size: 60px;
    padding-top: 30px;
}

.tile.ankete .ikona {
    font-size: 60px;
    padding-top: 30px;
}

.tile.nagrade .ikona {
    font-size: 60px;
    padding-top: 30px;
}

.tile.istaknite-se .tile-description {
    bottom: auto;
    top: 50px;
    font-size: 12px;
}

.tile.proizvod {
    position: relative;
    overflow: hidden;
}

.tile.istaknite-se {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.tile.istaknite-se #featured_images {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 100px;
}

.tile.istaknite-se #featured_images .image-row {
    padding-bottom: 5px;
}

.tile.istaknite-se #featured_images .image-row .featured_image {
    border-radius: 3px;
    margin-right: 2px;
    width: 22%;
    box-shadow: none;
}

.tile .icons {
    position: absolute;
    padding-top: 10px;
    top: 100px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow: hidden;
}

.tile .icons .icon {
    position: relative;
    display: inline-block;
    height: 100px;
    width: 100px;
    background-position: center;
    background-size: contain;
    border-radius: 25px;
    margin: auto;
    padding-top: 100px;
    font-size: 12px;
    line-height: 30px;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, .1) inset;
}

.tile.proizvod .icons .icon:nth-of-type(1) {
    position: absolute;
    left: 50%;
    margin-left: -50px;
    z-index: 3;
}

.tile.proizvod .icons .icon:nth-of-type(2) {
    position: absolute;
    left: 50%;
    margin-left: 70px;
    z-index: 2;
}

.tile.proizvod .icons .icon:nth-of-type(3) {
    position: absolute;
    left: 50%;
    margin-left: 190px;
    z-index: 1;
}

.tile.proizvod .icons .icon:nth-of-type(4) {
    position: absolute;
    left: 50%;
    margin-left: 310px;
    z-index: 1;
}

.tile .icons .overlay {
    position: absolute;
    top: -50px;
    left: -50px;
    right: 0px;
    bottom: -50px;
    box-shadow: 0px 0px 40px #fff inset, 0px 0px 40px #fff inset, 0px 0px 40px #fff inset, 0px 0px 40px #fff inset;
    z-index: 10;
}

.tile .icons .set {
    display: none;
}

.tile.message {
    background-image: url('../images/poruka.png');
    background-position: center 140px;
    background-repeat: no-repeat;
    background-size: 260px;
    /* background-color: #fafafa; */
    box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, .04) inset;
    /* color: #fff; */
    border-radius: 20px;
}

.tile.message .tile-description {
    bottom: auto;
    top: 60px;
    font-size: 12px;
}

.tile.push .ikona {
    font-size: 60px;
    padding-top: 30px;
}

#ponuda_potraznja_naslov {
    top: 40px;
    padding: 10px 5px 0px 5px;
}

#ponuda_potraznja_citat {
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-weight: 300;
    font-size: 20px;
}

#ponuda_potraznja_potpis {
    position: absolute;
    bottom: -44px;
    right: 20px;
    height: 70px;
    width: 160px;
    background-image: url('../images/belfort.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}

#ponuda_potraznja_slika {
    position: absolute;
    top: 20px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-image: url('../images/pencil.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

#cijela_hrvatska_naslov {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    text-align: left;
}

#cijela_hrvatska_slika {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-image: url('../images/hrvatska.png');
    background-position: -40px -10px;
    background-repeat: no-repeat;
    background-size: 200%;
}

.box-image {
    width: 75%;
}

.box-image.w50 {
    width: 50%;
}

.title {
    text-align: center;
    margin-top: 80px;
    margin-bottom: 50px;
    font-size: 50px;
    color: #000;
}

body.index .title {
    color: inherit;
}

body.partner .title {
    margin-top: 220px;
    margin-bottom: 200px;

    transition: all .4s;
}

body.partner .title.intro {
    font-weight: 400;
}

body.partner #intro {
    position: relative;
    padding: 10px 15px 50px 10px;
    background-color: #fafafa;
    border-radius: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 200px;
    margin-top: 40px;
    margin-bottom: 100px;
    transition: all .4s;
}

body.partner #intro {
    /* opacity: 0; */
    /* display: none; */
}

body.partner.intro #intro {
    /* opacity: 1;
    display: block; */
}

body.partner #intro .box {
    position: relative;
    background-color: #fff;
    border: 0px;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, .4) inset, 0px 2px 10px -6px rgba(0, 0, 0, .4);
    border-radius: 20px;
    padding: 10px;
    margin: 20px auto;
    height: 500px;
    max-width: 680px;
    line-height: 440px;
    z-index: 2;

    transition: all 1s;
}

body.partner #intro .box:not(:first-of-type) {
    margin-top: -526px;
}

body.partner #intro .box:last-of-type {
    /* box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, .4) inset; */
}

body.partner #intro .box:nth-last-of-type(1) {
    /* transform: scale(1) translateX(-120%) translateY(100px) rotateZ(20deg); */
}

body.partner #intro .box:nth-last-of-type(1).flipped {
    transform: scale(1) translateX(-0%) translateY(-510px) rotateZ(-3deg);
}

body.partner #intro .box:nth-last-of-type(2) {
    transform: scale(.99);
}

body.partner #intro .box:nth-last-of-type(2).flipped {
    transform: scale(.99) translateX(130%) translateY(60px) rotateZ(-45deg);
}

body.partner #intro .box:nth-last-of-type(3) {
    transform: scale(.98);
}

body.partner #intro .box:nth-last-of-type(3).flipped {
    transform: scale(.98) translateX(110%) translateY(200px) rotateZ(25deg);
}

body.partner #intro .box:nth-last-of-type(4) {
    transform: scale(.97);
}

body.partner #intro .box:nth-last-of-type(4).flipped {
    transform: scale(.97) translateX(119%) translateY(-100px) rotateZ(43deg);
}

body.partner #intro .box:nth-last-of-type(5) {
    transform: scale(.96);
}

body.partner #intro .box:nth-last-of-type(5).flipped {
    transform: scale(.96) translateX(-110%) translateY(400px) rotateZ(-29deg);
}

body.partner #intro .box:nth-last-of-type(6) {
    transform: scale(.95);
}

body.partner #intro .box:nth-last-of-type(6).flipped {
    transform: scale(.95) translateX(10%) translateY(550px) rotateZ(7deg);
}

body.partner #intro .box:nth-last-of-type(7) {
    transform: scale(.94);
}

body.partner #intro .box:nth-last-of-type(7).flipped {
    transform: scale(.94) translateX(-5%) translateY(560px) rotateZ(-10deg);
}

body.partner #intro .box:nth-last-of-type(8) {
    transform: scale(.93);
}

body.partner #intro .box:nth-last-of-type(8).flipped {
    transform: scale(.93) translateX(70%) translateY(480px) rotateZ(-5deg);
}

body.partner #intro .box:nth-last-of-type(9) {
    transform: scale(.92);
}

body.partner #intro .box:nth-last-of-type(9).flipped {
    transform: scale(.92) translateX(-130%) translateY(-200px) rotateZ(35deg);
}

body.partner #intro .box.flipped .title {
    /* opacity: 0; */
}

body.partner #intro .box .title {
    display: inline-block;
    margin: 0px;
    vertical-align: middle;
    line-height: normal;
    font-size: 40px;
    padding: 0px 50px;
    margin-top: 25px;
}

body.index .box {
    overflow: hidden;
}

.box.title-top .title {
    display: block !important;
    margin-top: 60px !important;
    font-weight: bold !important;
    padding: 0px 10px !important;
}

.comment {
    font-size: 15px;
    font-weight: 300;
    margin-top: 12px;
}

#intro-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    margin-top: -30px;
    z-index: 1;

    /* border: 1px solid red;
    border-radius: 100px;
    padding: 10px 30px; */
}

#into-logo-subtitle {
    position: absolute;
    top: 50%;
    left: 0px;
    right: 0px;
    text-align: center;
    margin-top: 40px;
    z-index: 1;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    height: 30px;
    overflow: hidden;
}

#intro-logo-downloads {
    position: absolute;
    top: 50%;
    left: 0px;
    right: 0px;
    text-align: center;
    margin-top: 110px;
    z-index: 1;
    transition: all 1s;
    opacity: 0.0;
    transform: translateY(50px);
    pointer-events: none;
}

#intro-logo-downloads.show {
    opacity: 1.0;
    transform: translateY(0px);
    pointer-events: all;
}

#into-logo-subtitle .subtitle {
    /* position: absolute;
    top: 0px;
    left: 0px;
    right: 0px; */
    transform: translateY(100%);
    transform-origin: top;
    transition: all .4s;
}

#into-logo-subtitle .subtitle.thin {
    font-weight: 200;
}

#into-logo-subtitle[data-step="1"] .subtitle { 
    transform: translateY(0%);
}

#into-logo-subtitle[data-step="2"] .subtitle { 
    transform: translateY(-100%);
}

#into-logo-subtitle[data-step="3"] .subtitle { 
    transform: translateY(-200%);
}

#into-logo-subtitle[data-step="4"] .subtitle { 
    transform: translateY(-300%);
}

body.fixed #intro-logo {
    z-index: 0;
}

#intro-tags {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow: hidden;
}

#intro-tags .tag {
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 100px;
    color: #ddd;
    /* background-color: #eee; */
    /* box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, .02) inset; */
    padding: 4px 10px;
    text-align: center;
    min-width: 50px;
    font-style: normal;
    font-weight: 200;
    z-index: 0;
    white-space: nowrap;

    transition-timing-function: linear;
    transition: all .4s;
}

#intro-dots {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 21px;
    height: 10px;
    text-align: center;

    transition: all .4s;
}

#intro-dots .dot {
    display: inline-block;
    height: 5px;
    width: 5px;
    border-radius: 100px;
    background-color: #ddd;
    transition: all .2s;

    cursor: pointer;
}

#intro-dots .dot.current {
    background-color: #aaa;
}

/* #intro-tags:not(.presented) .tag {
    opacity: 0 !important;
} */

/* .platforma {
    opacity: 0;
    transition: all .4s;
}

body.triggered .platforma {
    opacity: 1;
} */

/* body.partner #header {
    position: fixed;
    left: 0px;
    right: 0px;
    border-bottom: 1px solid #ddd;
    z-index: 99999;
    background-color: #fff;
    top: 0px;
    padding-top: 80px;
} */

.bigger {
    font-size: 60px;
}

.description {
    text-align: center;
    margin: auto;
    margin-bottom: 50px;
    color: #777;
    font-size: 20px;
    font-weight: 200;
}

.box > .title,
.box > .description {
    text-align: center;
}

.text-part .title,
.text-part .description {
    text-align: left;
    width: 100%;
}

.image-part .box-image {
    width: 100%;
    margin-top: 40px;
}

#footer {
    padding-left: 25px;
    padding-right: 25px;
}

body.index #footer {
    display: none;
    z-index: 100;
    text-align: right;
}

#watermark {
    margin-top: 4px;
    width: 80px;
    float: right;
}

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

body.index .logo {
    margin-top: -10px;
    width: 60px;
}

#logo {
    
}

#header .link, 
#footer .link {
    display: inline-block;
    color: #444;
    margin-right: 20px;
}

#header .link {
    vertical-align: bottom;
    margin-top: 15px;
    margin-bottom: -3px;
    border-radius: 100px;
    color: #fff;
    background-color: #fa243c;
    padding: 4px 11px;
    font-weight: 400;
    text-decoration: none;
}

/* .link.partner {
    border-radius: 100px;
    background-color: #3284ff;
    color: #fff !important;
    padding: 0px 10px;
    font-weight: 500;
} */

.bold {
    font-weight: bold;
}

.black {
    color: #000;
}

.underline {
    text-decoration: underline;
}

#header .link.login {
    color: #000;
}

.linkovi {
    position: absolute;
    right: 0px;
    bottom: 20px;
}

.linkovi .link:not(:last-of-type) {
    margin-right: 20px;
}

#featured_images {
    /* -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(80%, transparent) , to(rgba(250, 250, 250, 0.2))); */
    margin-left: -10px;
    margin-right: -10px;
    /* overflow: hidden; */
}

.featured_image {
    width: 20%;
    margin-right: 10px;
    border-radius: 10px;
    box-shadow: 0px 10px 10px -8px rgba(0, 0, 0, .2);
    opacity: 1;
    transform: scale(1);
    transition: all .8s;
}

body.partner .featured_image {
    /* width: 30%; */
    /* border-radius: 3px; */
}

.featured_image.opaque {
    transform: scale(0.95);
    opacity: 0;
}

.image-row {
    white-space: nowrap;
    padding-bottom: 10px;
}

#featured_images .image-row:nth-of-type(1) {
    animation-duration: 60s;
}

#featured_images .image-row:nth-of-type(2) {
    animation-duration: 50s;
}

#featured_images .image-row:nth-of-type(3) {
    animation-duration: 58s;
}

#featured_images .image-row {
    animation: scroller 70s linear infinite;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes scroller {
    0%   {transform: translateX(0%)}
    100% {transform: translateX(-300%)}
}

/* Standard syntax */
@keyframes scroller {
    0%   {transform: translateX(0%)}
    100% {transform: translateX(-300%)}
}

.block {
    display: inline-block;
}

@media (min-width: 280px) and (max-width: 479px) { 
    body.partner #header {
        padding-top: 0px;
    }

    .tile {
        height: 400px;
        max-width: 500px;
        margin: auto;
        margin-bottom: 20px;
        box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, .05), 0px 6px 15px -10px rgba(0, 0, 0, .7) !important;
    }

    .tile-title {
        font-size: 40px;
        text-align: center !important;
        padding-top: 30px;
        padding-left: 20px;
        padding-right: 20px;
        font-weight: bold;
    }

    .container {
        margin-top: 30px !important;
        padding-right: 5px !important;
        padding-left: 5px !important;
    }
    
    body.index .container {
        margin-top: 0px !important;
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    
    body.index .logo-link {
        font-size: 25px !important;
        font-weight: 400 !important;
    }
    
    body.index .logo {
        margin-top: -8px;
        width: 40px;
    }
    
    body.index #header {
        padding-bottom: 10px;
        padding-top: 15px !important;
        z-index: 100;
        position: fixed;
        top: 0px;
        left: 0px;
        right: 0px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.16);;
        -webkit-backdrop-filter: saturate(180%) blur(20px);
        backdrop-filter: saturate(180%) blur(20px);
        background-color: rgba(255, 255, 255, 0.92);
        transition: background-color 0.5s cubic-bezier(0.28, 0.11, 0.32, 1);
    }
    
    body.index #content {
        border-top: 1px solid transparent;
    }

    .title {
        text-align: center !important;
        font-size: 40px !important;
    }

    .title.small {
        /* color: greenyellow; */
        margin-top: 0px;
        margin-bottom: 150px;
    }

    b.black {
        display: inline-block;
    }

    .description {
        text-align: center !important;
    }

    .featured_image {
        width: 40% !important;
        border-radius: 6px !important;
    }

    body.partner .featured_image {
        /* width: 40% !important; */
        /* border-radius: 5px !important; */
    }

    .image-part .box-image {
        max-width: 400px;
    }

    .box-image.store {
        max-width: 200px;
    }

    .box-image.large {
        max-width: initial;
        width: 120%;
        margin-left: -10%;
    }

    .cut-off {
        /* border: 1px dashed blue; */
        height: 270px;
        overflow: hidden;
    }

    .box.row.cut {
        padding-bottom: 0px;
    }

    .linkovi {
        display: none;
    }
    
    body.index .linkovi {
        display: block;
    }

    #ponuda_potraznja_naslov {
        /* font-size: 30px; */
        font-size: 44px;
        top: 0px;
    }

    #ponuda_potraznja_potpis {
        left: 20px;
        width: auto;
    }

    #ponuda_potraznja_citat {
        left: 20px;
    }

    .tile.message {
        background-position: center 250px !important;
    }

    .tile.loyalty {
        background-position: center 280px !important;
    }

    #arrow, 
    #reload {
        top: 680px;
    }
    
    body.index #arrow, 
    body.index #reload {
        top: 660px;
    }
}

@media (min-width: 280px) and (max-width: 768px) { 
    body.partner #header {
        padding-top: 0px;
    }

    .tile {
        height: 400px;
        max-width: 500px;
        margin: auto;
        margin-bottom: 20px;
        box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, .05), 0px 6px 15px -10px rgba(0, 0, 0, .7) !important;
    }

    .tile-title {
        font-size: 40px;
        text-align: center !important;
        padding-top: 30px;
        padding-left: 20px;
        padding-right: 20px;
        font-weight: bold;
    }

    .tile .ikona {
        font-size: 100px !important;
        padding-top: 100px !important;
    }

    .tile-description {
        font-size: 18px !important;
    }

    .tile .icons {
        top: 180px;
    }

    .tile.istaknite-se .tile-description,
    .tile.explore .tile-description,
    .tile.message .tile-description,
    .tile.zahtjev .tile-description,
    .tile.loyalty .tile-description {
        top: 80px;
        padding: 15px 50px;
    }

    .tile.istaknite-se #featured_images {
        top: 130px;
    }

    .tile.message {
        background-position: center 200px;
    }

    .tile.zahtjev {
        background-position: center 180px;
        background-size: 75%;
    }

    .tile.loyalty {
        background-position: center 180px;
        background-size: 90%;
    }

    .tile.explore {
        background-size: 150%;
    }

    .box.paketi {
        background-color: #fafafa;
    }

    .paket {
        max-width: 350px;
        height: 500px;
    }

    .paket-title {
        font-size: 35px;
    }

    .paket-features {
        font-size: 18px;
        padding: 20px 25px;
    }

    .paket-feature.only {
        margin-top: 140px;
    }
}

@media (min-width: 769px) and (max-width: 991px) { 
    .paket {
        max-width: 230px;
        height: 360px;
    }

    .paket-features {
        font-size: 13px;
    }
}

@media (min-width: 480px) and (max-width: 991px) { 

    .title {
        text-align: center !important;
    }

    .description {
        text-align: center !important;
    }

    .featured_image {
        width: 30% !important;
    }

    body.partner .featured_image {
        /* width: 40% !important; */
        /* border-radius: 5px !important; */
    }

    .image-part .box-image {
        max-width: 400px;
    }

    .box-image.store {
        max-width: 200px;
    }

    .box-image.large {
        max-width: initial;
    }

    .cut-off {
        /* border: 1px dashed red; */
        height: 400px;
        overflow: hidden;
    }

    .box.row.cut {
        padding-bottom: 0px;
    }

    .linkovi {
        display: none;
    }

    #ponuda_potraznja_naslov {
        font-size: 44px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .title {
        text-align: left;
    }

    .description {
        text-align: left;
    }

    .image-part .box-image:first-of-type {
        margin-top: 100px;
    }
}

@media (min-width: 1200px) {
    .description {
        text-align: left;
    }

    .box > .description {
        max-width: 75%;
    }
}
