@font-face {
    font-family: Novecentosanswide;
    src: url(../font-novecentosanswide/Novecentosanswide-Normal.otf);
    font-display:swap;
}

body {
    font-family: Arial !important;
    background: #D0E5FF;
    font-size: 100%;
}

@media(max-width:768px) {
    .h1-header {
        margin-bottom: 20px;
        margin-top: 3px;
        font-size: 18px;
        overflow: hidden;
    }
}

@media(max-width:768px) {
    .h3-header {
        margin-bottom: 15px;
        margin-top: -15px;
        font-size: 16px;
        overflow: hidden;
    }
}

@media(max-width:768px) {
    .h4-header {
        margin-top: -15px;
        font-size: 14px;
    }
}

@media(min-width:769px) {
    .h1-header {
        margin-bottom: 20px;
        font-size: 36px;
        line-height: 40px !important;
        overflow: hidden;
    }
}

label {
    font-weight: 500;
    font-size: 16px;
}

.content-shadow {
    background: white;
    box-shadow: #5D5D5D 0px 0px 10px;
}

.sr-only {
    position: static;
    width: 0px;
    height: 18px;
    margin: 0px;
}

.wp-theme-1 input {
    border-radius: 7px;
}

.form-control {
    padding: 0 12px;
}

.btn.btn-two {
    background-color: #4377B3;
    color: white;
    border: 1px solid #4377B3;
}

.input-group-addon.btn.btn-two {
    border-radius: 7px 0px 0px 7px;
}

@media (max-width:991px) {
    .title-navbar-brand {
        padding-left: 69px;
        padding-right: 69px;
        width: 100%;
    }
}

@media (min-width:992px) {
    .title-navbar-brand {
        padding-right: 0px;
        padding-left: 0px;
        width: 100%;
    }
}

#fancybox-loading {
    background-image: none !important;
}

#fancybox-loading div {
    background: none center center no-repeat !important;
}

.img-navbar-brand {
    max-width: 100px;
    margin: 0 auto;
}

@media (max-width:767px) {
    .navbar .container-fluid {
        padding: 0px;
    }
}

.navbar {}

@media (min-width:768px) {
    .navbar-header {
        float: none !important;
    }
}

.navbar-subtitle {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
    font-size: 18px;
    text-align: center;
    font-size: 18px;
    line-height: 20px;
}

.navbar-search {
    border-color: #DDD;
    border-width: 0px;
    background-color: #FFF;
    padding: 7px 7px 5px 7px;
}

.navbar-search:hover,
.navbar-search:focus {
    background-color: #000 !important;
}

.container>.navbar-header,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-collapse {
    margin-left: 0px;
    margin-right: 0px;
}

.navbar-search:focus,
.navbar-search:hover {
    background-color: #D40505;
    color: #fff;
    border-radius: 0px;
}

.search-dropdown {
    float: left;
    margin: -6px 15px 2px 15px;
    position: inherit;
}

@media (max-width:767px) {
    .search-dropdown {
        margin: 0px 0px 0px 0px;
    }
}

.search-dropdown .dropdown-menu {
    float: right;
    left: auto;
    padding: 15px;
    right: auto;
    top: inherit;
    min-width: 350px;
    margin: 0px 30px 0px 0px;
    border-radius: 0px;
}

.search-dropdown .btn-submit {
    width: 100%;
    margin-top: 15px;
}

@media (max-width:767px) {
    .search-dropdown .dropdown-menu {
        width: 100%;
        top: inherit;
        margin-right: 0px;
    }
}

.select2.select2-container {
    width: 100%;
    padding: 0px 12px;
    color: #555;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #CCC;
    border-radius: 1px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    display: inline-block;
    height: 34px;
    font-size: 14px;
    line-height: 1.42857;
}

.select2-container--default .select2-selection--single {
    border-radius: 4px;
    background-color: #0FFF;
    border: 0px solid #AAA;
}

.select2-container .select2-selection--single {
    height: 32px;
}

.select2-selection__rendered {
    line-height: 32px !important;
}

.ui-autocomplete {
    font-family: Novecentosanswide;
}

.leaflet-col {
    padding: 5px;
}

.top-leaflet {
    padding: 5px;
}

.leaflet-container {
    cursor: pointer;
    border: 1px solid #000;
    border-radius: 0px 10px 10px 0px;
    padding: 0;
    height: 100%;
}

.leafletList {
    display: flex;
    flex-flow: row wrap;
}

.leaflet {
    position: relative;
    padding-bottom: 87%;
    width: 60%;
    overflow: hidden;
    margin: -1px;
}

.leaflet-container .leaflet img {
    top: 0px;
    left: 0px;
    bottom: 0px;
    border: 0px;
    position: absolute;
    height: 100%;
    width:100%;
    cursor: pointer;
}

.leaflet-banner {
    position: relative;
    padding-bottom: 87%;
    width: 60%;
    overflow: hidden;
    margin: -1px;
}

.leaflet-container .leaflet-banner img {
    top: 0px;
    left: 0px;
    bottom: 0px;
    border: 0px;
    position: absolute;
    height: 100%;
    cursor: pointer;
    width: 100%;
}

.zoom-hover {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    color: #fff;
}

.zoom-hover:hover {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.7);
}

.zoom-hover:hover i {
    margin: 50% auto;
}

.leaflet-container .leaflet-description {
    width: 40%;
}

.leaflet-container .leaflet-archive-description {
    width: 70%;
}

.leaflet-container .leaflet-description .network {
    margin: 5px;
    padding-bottom: 70px
}

.leaflet-container .leaflet-description .btn-shop {
    width: 95%;
    border-radius: 0px 0px 8px;
    border-color: #000 !important;
    padding: 3px 3px;
    white-space: normal;
    font-size: 12px;
    line-height: 14px;
    /* S */
    background-color: white !important;
    color: black !important;
}

.leaflet-container .leaflet-description .pull-down {
    position: absolute;
    bottom: 35px;
    margin-right: 5px;
    margin-left: -1px;
}

.top-leaflet .leaflet-container .leaflet-description .pull-down {
    bottom: 35px;
    margin-right: 5px;
}

.leaflet-container .leaflet-description label {
    font-size: 13px;
    line-height: 14px;
    margin-bottom: 0px;
    width: 100%;
}

@media (max-width: 500px) {
    .leaflet-container .leaflet-description label {
        font-family: Arial !important;
        font-size: 2.3vw !important;
        line-height: 2.6vw !important;
        position: relative;
        bottom: -5px;
        width: 125%;
    }

    .leaflet-container .leaflet-description .btn-shop {
        position: relative;
        bottom: 58px;
    } 

    .leaflet-col {
        padding: 3px;
    }

    .top-leaflet .leaflet-container .leaflet-description .pull-down,
    .leaflet-container .leaflet-description .pull-down {
        bottom: 5px;
    }
}

.leaflet-page-col {
    padding: 10px;
}

.leaflet-page-container {
    height: 100%;
}

.leaflet-page {
    padding-bottom: 100%;
    overflow: hidden;
    position: relative;
}

.leaflet-page#newest-leaflet {
    padding-bottom: 130%;
}

.leaflet-page-container .leaflet-page img {
    position: absolute;
    margin: auto;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    max-width: 100%;
    max-height: 100%;
    border: medium none !important;
    height: auto;
    cursor: pointer;
}

.network-container {
    padding: 0;
    height: 100%;
}

.network-col {
    padding: 25px;
}

@media(max-width:767px) {
    .network-col {
        padding: 10px;
    }
}

.network {
    position: relative;
    overflow: hidden;
    padding-bottom: 100%;
}

.network-container .network img {
    position: absolute;
    margin: auto;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    max-width: 100%;
    max-height: 100%;
    border: medium none !important;
    height: auto;
}

@media (max-width:1101px) {
    .network-container .network img {
        max-height: 75%;
    }
}

@media(max-width:767px) {
    .network-container .network img {
        max-height: 50%;
    }
}

@media(max-width:386px) {
    .network-container .network img {
        max-height: 35%;
    }
}

.network-container span {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    text-align: center;
}

.network-listing .blockquote-1 {
    padding: 0px 20px;
    margin: 0px 0px 20px;
}

.btn.btn-more {
    padding-left: 70px;
    padding-right: 70px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.article-image {
    float: left;
    width: 150px;
    height: 150px;
    margin-right: 15px;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
}

.article-image img {
    position: absolute;
    margin: auto;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    max-width: 100%;
    max-height: 100%;
    border: medium none !important;
    height: auto;
}

.article {
    overflow: hidden;
    margin-bottom: 15px;
}

.article-heading {
    text-align: left;
    margin-left: 165px;
}

.leaflet-date {
    min-height: 45px !important;
    max-width: 35%;
    font-size: 1vw !important;
    line-height: 1.5vw !important;
    padding-top: 30px;
}

label.show-where {
    font-size: 1vw !important;
    line-height: 1.5vw !important;
    max-width: 35%;
    margin-top: 30px;
}

@media(max-width:1055px) {
    .leaflet-date {
        font-size: 10px !important;
        line-height: 10.4px !important;
        padding-top: 12.4px !important;
    }
    .show-where {
        font-family: Arial !important;
        font-size: 10.4px !important;
        line-height: 12.4px !important;
    }
    label.show-where {
        font-family: Arial !important;
        font-size: 10.4px !important;
        line-height: 12.4px !important;
        margin-top: 0;
    }
}

@media(max-width:767px) {
    .leaflet-date {
        padding-top: 10px;
    }
}

@media(max-width:500px) {
    .leaflet-date {
        font-size: 3vw !important;
        line-height: 3.5vw !important;
        padding-top: 10px !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    .show-where {
        font-family: Arial !important; 
        font-size: 3vw !important;
        line-height: 3.5vw !important;
        width:100%;
        padding-top: 10px;
    }
    label.show-where {
        max-width:100%;
        margin-top: 0;
        font-size: 3vw !important;
        line-height: 3.5vw !important;
    }
}

@media(max-width:386px) {
    .leaflet-date {
        font-size: 2.5vw !important;
        line-height: 3vw !important;
        padding-top: 10px !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    .show-where {
        font-family: Arial !important;
        font-size: 2.5vw !important;
        line-height: 3vw !important;
        width:100%;
        padding-top: 10px;
    }
    label.show-where {
        max-width:100%;
        margin-top: 0;
        font-size: 2.5vw !important;
        line-height: 3vw !important;
    }
}

.article-title {
    color: #000 !important;
    padding: 3px 0;
    font-size: 15px;
}

.article-content,
.network-content {
    font-size: 13px;
    line-height: 20px;
    text-align: left;
}

@media(min-width:767px) {
    .article-content {
        max-height: 105px;
    }
    .network-content {
        max-height: 120px;
    }
}

@media(max-width:768px) {
    .network-content {
        max-height: 210px;
    }
}

.article-content span,
.network-content span {
    font-family: Arial, Helvetica, sans !important;
}

.article a,
.article-listing a,
.network-listing a,
.comment-list a {
    color: black;
    font-size: 16px;
    line-height: 35px;
}

.network-listing {
    font-size: 14px;
}

.network-listing-image img {
    margin: 0 auto;
    width: 80%;
}

.comment-content {
    font-family: Arial, Helvetica, sans !important;
    font-size: 13px;
    line-height: 20px;
    max-height: 104px;
    text-align: left;
}

.listing-image {
    height: auto !important;
}

.comment-list label {
    font-size: 14px;
    line-height: 16px;
}

.footer .panel-default {
    border-color: transparent;
}

.footer .panel-title.highlighted {
    font-size: 17px;
    color: #000;
}

.footer .panel-title.highlighted a {
    font-size: 17px;
    color: #000;
}

.footer p.last-line {
    margin-bottom: 8px;
}

.footer p {
    margin-bottom: 0px;
}

.footer ul {
    padding: 0px 0px 0px 12px;
    margin-bottom: 8px;
}

.footer li {
    padding-left: 10px;
}

.footer .panel-title.highlighted a:hover {
    color: #e91b23;
    text-decoration: none;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .35s
}

.footer .panel-title {
    font-size: 15px;
}

.footer .panel {
    border: none 0px;
    background-color: transparent;
}

.footer .panel-default>.panel-heading {
    background-color: transparent;
}

.footer .panel-group .panel-heading {
    padding: 5px 0px;
}

.footer .panel-body {
    padding: 0px;
}

.footer .panel-default>.panel-heading+.panel-collapse .panel-body {
    border: none 0px;
}

.footer .panel-group .panel-heading::after {
    content: "";
}

@media (min-width:1200px) {
    .modal-dialog.shops-dialog {
        width: 850px !important;
    }
}

@media (min-width:768px) {
    .visible-phone {
        display: none !important;
    }
}

@media (max-width:767px) {
    .visible-tablet {
        display: none !important;
    }
}

@media (min-width:992px) {
    .visible-tablet {
        display: none !important;
    }
}

@media (max-width:991px) {
    .visible-desktop {
        display: none !important;
    }
}

@media (max-width:767px) {
    .hidden-phone {
        display: none !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-tablet {
        display: none !important;
    }
}

@media (min-width:992px) {
    .hidden-desktop {
        display: none !important;
    }
}

@media (min-width:992px) {
    .col-md-1_5 {
        width: 12.5%;
    }
}

.wp-theme-1 h1,
.wp-theme-1 h2,
.wp-theme-1 h3,
.wp-theme-1 h4,
.wp-theme-1 h5,
.wp-theme-1 h6 {
    font-family: Novecentosanswide !important;
}

a.red-link {
    color: #e91b23;
}

a.red-link:hover,
a.red-link:focus {
    color: #616161;
}

.ekko-lightbox-nav-overlay a {
    opacity: 1 !important;
    border: 0px !important;
    outline: none !important;
    text-decoration: none !important;
}

.tuportal-links {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 2em;
    -moz-column-gap: 2em;
    column-gap: 2em;
    font-size: 14px;
}

.text-bold {
    font-weight: bold;
}

.app-download-badge {
    margin-right: 15px;
    width: auto;
    max-height: 35px;
}

.networkLogoText {
    font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 20px;
    height: 0px;
}

.tagsText {
    font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 20px;
    display: inline;
    overflow-wrap: break-word;
}

@media(max-width:767px) {
    .networkLogoText {
        margin-bottom: 30px;
    }
}

.leaflet-page-display {
    display: flex;
    align-items: center;
}

#logoImage {
    cursor: pointer;
}

.cookies-warning {
    position: fixed;
    bottom: 0px;
    right: 0;
    left: 0;
    background: black;
    opacity: 0.8;
    display: none;
    z-index: 1001;
}

.get-app-prompt {
    padding-top: 10px;
    z-index: 999;
    text-align: right;
    background-color: white;
}

@media(max-width:767px) {
    .get-app-prompt {
        background-color: rgb(215, 215, 215) !important;
        text-align: center !important;
    }
}

@media(min-width:768px) {
    .logo-container {
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
        max-width: 100%;
        padding: 0;
        width: auto;
        border-radius: 14px;
        cursor: pointer;
        float: none;
    }
}

@media(max-width:767px) {
    .logo-container {
        margin-left: auto;
        margin-right: auto;
        margin-top: 0px;
        max-width: 100%;
        max-height: 50px;
        padding: 0;
        width: auto;
        border-radius: 14px;
        cursor: pointer;
        float: none;
    }
}

.max-size {
    width: 100%;
    height: 100%;
}

.terms-header {
    text-align: center;
}

.terms-content {
    text-align: justify;
}

.nav-btns {
    text-align: center;
    padding: 5px;
    font-family: Novecentosanswide !important;
}

.nav-btns-two {
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}

.nav-btns-parent {
    margin-top: 0px;
    margin-bottom: 20px;
}

.card-btns {
    font-family: Novecentosanswide !important;
}

.headerLabel {
    text-align: left;
    margin: 0;
    padding: 12px 20px 12px 15px;
    color: black;
    line-height: 18px;
    vertical-align: middle;
    cursor: pointer;
    font-size: 0.9em;
}

.network-description {
    margin-top: 50px;
    font-size: 16px;
    margin-bottom: 50px
}

html,
body {
    height: 100%;
}

.page-wrap {
    min-height: 100%;
    margin-bottom: -150px;
}

.page-wrap:after {
    content: "";
    display: block;
}

.application-pop-up-image {
    max-width: 100%;
    max-height: 100%;
}

.store-badge {
    padding: 48px;
    max-width: 100%;
}

#magnifierGlassButton {
    color: #4377B3
}

#leafletEndedWarning {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    border: 0;
    padding: 3% 0;
    color: #FFF;
    font-size: 18px;
    line-height: 36px;
    background-color: #4377B3;
    border-radius: 7px;
    z-index: 1000;
}

.row .store-badge img {
    max-width: 40%;
}

@media (max-width:768px) {
    #leafletEndedWarning {
      position: static;
      margin-left: calc(100% - 85%);
      margin-top: 20px;
      margin-bottom: 20px;
    }
    .modal-download {
        height: 100px;
        background-image: url(../img/Baner_340px_calosc.jpg), url(../img/baner_bg.jpg);
        background-position: left, right;
        background-repeat: no-repeat, repeat-x;
    }
    .modal-download .modal-header {
        padding: 5px;
        border: none;
    }
    .modal-download .modal-body {
        padding: 0;
    }
}

@media (min-width:992px) {
    .sky-left-container {
        margin-left: 12.5%;
        margin-right: 0%;
    }
}

.overlay {
    display: inline-block;
    position: absolute;
    z-index: 1;
    transition: 0.15s ease-in-out;
    font-size: 14px;
    line-height: 1.5;
}

.overlay:hover {
    border-style: solid;
    border-color: transparent;
    border-width: 2px;
    box-shadow: 5px 5px 5px grey;
}

.overlay:hover .clickText {
    display: inline-block;
}

.overlay .clickElement {
    position: inherit;
    padding: 5px;
    box-shadow: 2px 2px 4px grey;
    top: -5px;
    background: #F44330;
    border: 2px solid white;
    color: white;
    display: inline-block;
    font: 14px FontAwesome;
    font-size: inherit;
}

.overlay .click {
    z-index: 102;
    border-radius: 50%;
    left: -5px;
}

.overlay .clickText {
    left: 0px;
    display: none;
    padding: 5px 10px 3px 25px;
    font-family: "Roboto", sans-serif;
    margin-top: 1px;
    border-radius: 50px;
}

.overlay a {
    z-index: 103;
    position: absolute;
    display: block;
    height: 100%;
    width: 100%
}

.shadow-text {
    text-align: center;
    color: #9ab2cc;
    font-size: 9px;
    line-height: 10px;
    margin-top: 3px;
}

#leaflet-cover-container-desktop {
    width: 100%;
    height: 1060px;
    position: absolute;
    margin: 0 auto;
    background: #000;
    background: rgba(10, 30, 50, 0.8);
    border: 2px solid black;
    z-index: 109;
    text-align: center;
    visibility: hidden;
}

#leaflet-cover-container-desktop .inner-leaflet-cover-desktop {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -300px 0 0 -150px;
    z-index: 121
}
.others__leaflets {
    height: 530px;
    width: 300px;
    border: 1px solid #dddcdc;
    background-color: #f0efef;
    padding-top: 20px;
    margin: 0 auto;
}
.others__title {
    color: white;
    background-color: #3776b8;
    width: 300px;
    font-size: 14px;
    margin: 0 auto;
}
.others__leaflet {
    height: 150px;
    width: 100px;
    margin-bottom: 20px;
    float: left;
    object-fit: cover;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.others__leaflet:hover {
    transform: scale(1.05)
}

.leafletPage {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: -ie-zoom-in;
    cursor: -ms-zoom-in;
    cursor: -o-zoom-in;
    margin: 0 auto;
    margin-bottom: 40px;
    width: 100%;
}

.nav-caret {
    font-size: 20px;
    margin-left: 160px;
}

.page-container {
    margin: 0 5px;
}

.middle-container__subtitle {
    padding: 20px 40px;
    text-align: left;
    font-size: 14px;
}
.middle-container__title {
    padding-left: 40px;
    text-align: left;
}
.middle-container__h1 {
 font-size: 37px;
 text-align: center;
}
.btn.btn-two.go-to-shop {
    color: #4377B3;
    background-color: white;
    border: 1px solid #4377B3;
    padding: 10px 15px;
    margin-bottom: 20px;
}
.products-in-leaflet {
   text-align: left; 
   padding-left:50px;
   margin-bottom: 30px;
}

#side_2 {
  width:300px;
}

.p-0 {
    padding: 0 !important;
}

.sticky {
    position: sticky;
    top: 0;
    width: 100%;
}

.hvr-sweep-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .hvr-sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #4377B3;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .btn.btn-two.go-to-shop.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
    color: white;
  }
  .hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  @media (min-width: 576px) { 
    
 }

@media (max-width: 1020px) {
  .wall-right {
    display: none !important;
  }
}

/*O nas*/
.about-img {
  width: 100%;
  padding-bottom: 30px;  
}



