﻿@font-face {
    font-family: Amastery;
    src: url(/fonts/amastery-script.ttf);
}

@font-face {
    font-family: 'Open Sans';
    src: url(/fonts/OpenSans.ttf);
}

@font-face {
    font-family: 'ETmoudles';
    src: url(/fonts/etmoudles.ttf);
}

@keyframes fadeTop {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}





* {
    box-sizing: border-box;
}

body {
    font-family: Open Sans, sans-serif;
    background-color: yellow;
    background-size: cover;
}

html {
    scroll-behavior: smooth;
}

html, body {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
}

/*html{ width:100%; height:100%; 
      background:#fff url(image.jpg) center center no-repeat;
      background-attachment: fixed;
      background-size:100% auto;
}*/

sup {
    line-height: 1em;
}

.section {
    position: relative;
    background-color: #fff;
    background-size: cover;
    padding: 40px 0;
}


header {
    top: 0px;
    z-index: 1000;
}

#main-header {
    background-color: #c1001f;
    position: fixed;
    width: 100%;
    max-width: 100%;
    padding-right: 32px;
    padding-left: 30px;
    position: fixed;
}

/*.item-image img{
    width: 128px;
}*/

#logo {
    margin-top: 7px;
    width: auto;
    max-height: 80%;
    display: inline-block;
    float: none;
    margin-bottom: 0;
    vertical-align: middle;
}

.top-menu-nav {
    float: left;
}

ol, ul {
    list-style: none;
}

#store-desc ul {
    list-style: inside;
}


.logo-container {
    position: absolute;
    height: 100%;
    /*width:100%;*/
}

.navigation-container {
    transition: all 0.5s ease;
    display: flex;
    padding-top: 12px;
    padding-bottom: 12px;
    float: right;
}

.top-menu-nav li {
    display: inline-block;
    padding-right: 22px;
}



.top-menu-nav li a {
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    padding-bottom: 33px;
    color: #eaeaea;
}

span.logo_helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.main-area {
    padding-top: 10px;
}


.image-section {
    background-image: linear-gradient(163deg, rgb(0 0 0 / 5%) 3%, rgb(38 38 38 / 48%) 99%), url(/img/hero-banner.jpg);
    background-size: cover;
    background-position: center;
    height: 100vh;
    position: relative;
}

.title-container {
    display: flex;
    min-height: 100vh;
}

.title-content {
    width: 100%;
    align-self: center;
    text-align: center;
    color: white;
    flex: 1;
}

    .title-content h1 {
        text-transform: uppercase;
    }

    .title-content h2 {
        margin: 16px;
    }

.lista-prodavnica {
    margin-bottom: 80px;
    padding-top: 40px;
}

.pratite-nas-naslov{
    text-align:center;
}
.prodavnice-button {
    background-color: #c1001f;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
    padding: 0.3em 1em;
    color: white;
    border-radius: 3px;
    position: relative;
}


.prodavnice-button-no-hover {
    background-color: #c1001f;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
    padding: 0.3em 1em;
    color: white;
    border-radius: 3px;
    position: relative;
}


.prodavnice-button::after {
    content: "\35";
    font-family: ETmoudles !important;
    font-size: 34px;
    position: absolute;
    opacity: 0;
    bottom: 1px;
}

.prodavnice-button:hover {
    color: #ffffff !important;
    background-color: rgba(193,0,31,0.82);
    transition: all .2s;
    padding: 0.3em 2em 0.3em 1.2em;
}

    .prodavnice-button:hover::after {
        opacity: 1;
    }

.divider {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNGRkZGRkYiPjxwYXRoIGQ9Ik03MjUuMjkgMTAxLjJDMzI1LjIyIDEyMi40OCAwIDAgMCAwdjE0MGgxMjgwVjBzLTE1NC42NCA3OS45Mi01NTQuNzEgMTAxLjJ6IiBmaWxsLW9wYWNpdHk9Ii4zIi8+PHBhdGggZD0iTTU1Ni40NSAxMTkuNzRDOTUzLjQxIDE0MCAxMjgwIDE0IDEyODAgMTR2MTI2SDBWMHMxNTkuNSA5OS40OCA1NTYuNDUgMTE5Ljc0eiIgZmlsbC1vcGFjaXR5PSIuNSIvPjxwYXRoIGQ9Ik02NDAgMTQwYzM1My40NiAwIDY0MC0xNDAgNjQwLTEzOXYxNDBIMFYwczI4Ni41NCAxNDAgNjQwIDE0MHoiLz48L2c+PC9zdmc+);
    background-size: 100% 100px;
    bottom: 0;
    height: 100px;
    z-index: 1;
    transform: scale(1, 1);
    position: absolute;
    width: 100%;
}

.info-symbols-section {
    padding-top: 100px;
    padding-bottom: 50px;
    position: relative;
}

.info-row {
    position: relative;
    margin: auto;
    max-width: 1080px;
}

.info-row-store {
    display: flex;
    position: relative;
    margin: auto;
    max-width: 720px;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: flex-start;
}

.info-row::after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    width: 0;
}

.item-image {
    /*width:90px;*/
    display: inline-block;
    margin: auto;
}

    .item-image img {
        opacity: 0;
    }

.fade-animate {
    animation: fadeTop 1s cubic-bezier(.77,0,.175,1) 1;
    animation-fill-mode: forwards;
}

.info-item {
    float: left;
    width: 20.86%;
    margin-right: 5.5%;
    text-align: center;
}

.info-item-nh {
    /*float: left;*/
    flex: 1;
    /*width: 20.86%;*/
    /*margin-right: 5.5%;*/
    text-align: center;
}

.info-item:hover .item-image img {
    width: 135px;
}

.item-4 {
    margin-right: 0;
}

.item-1, .item-4 {
    margin-top: -40px !important;
}

.naslov-container {
    margin: auto;
    width: 90%;
}

.naslov {
    text-transform: uppercase;
    text-align: center;
    font-size: 28px;
    font-weight: 500;
}

    .naslov h2 {
        padding-bottom: 40px;
        color: #c1001f;
    }

.container {
    width: 90%;
    max-width: 1080px;
    margin: auto;
    font-size: 20px;
}

.facebook {
    display: flex;
    margin-top: 16px;
}

.facebook-button {
    position: relative;
}

.item-f, .item-i{
    /* width: 20%; */
   /* margin: auto; */
    display: block;
    float: none;
    text-align: center;
}

.item-f {
    margin-left: auto;
    margin-right: 7%;
}
.item-i {
    margin-right: auto;
    margin-left: 7%;
}

.o-nama-section {
    padding-top: 50px;
}

.container-flex {
    display: flex;
}

.column-left {
    padding-right: 2%;
    flex-basis: 100%
}

.column-right {
    padding-left: 2%;
    flex-basis: 100%
}

.karta-section {
    padding-top: 100px;
}

.karta-container {
    margin: auto;
    width: 90%;
}

.karta-image {
    position: relative;
    margin-bottom: 40px;
}

.img-karta {
    max-width: 100%;
}

    .img-karta img {
        max-width: 100%;
    }

.lista {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    list-style-type: none;
    padding: 0;
}

    .lista li {
        padding: 10px;
        /*border: 1px solid #ccc;*/
    }


.galerija-section {
    padding-top: 50px;
}

.galerija-container {
    position: relative;
    padding-bottom: 100px;
}

.gallery-wrapper {
    /*grid-template-columns: repeat(auto-fill);*/
}

img {
    width: 100%;
    margin-bottom: -6px;
}


.lista-top {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    list-style-type: none;
    padding: 0;
}


#contactForm {
    background-color: #f8f8f8;
    padding-bottom: 50px;
}

#contactFormContent {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 50px;
    margin: auto;
    max-width: 1080px;
}

.pageMainTitle {
    /*font-size: 20px;*/
    color: #343434;
    padding-bottom: 24px;
}

#contactForm input, textarea {
    width: 100%;
    max-width: 690px;
    margin: 16px 0;
    font-size: 16px;
    color: #343434;
    padding: 16px;
    border: 1px solid #ddd;
    font-family: 'Open Sans';
}

#contactForm textarea {
    height: 120px;
}

input {
    -webkit-appearance: none;
}

.contactInput {
    text-align: center;
}

#recaptcha {
    margin-left: 18%;
}

.contactButton {
    margin-left: 18%;
    margin-top: -2%;
}

.contactInput2 {
    margin-left: 19%;
    margin-bottom: 32px;
	margin-top: 32px;
    font-size: 14px;
}

    .contactInput2 input {
        -webkit-appearance: checkbox !important;
        width: auto !important;
        padding: 0 !important;
        margin-right: 8px !important;
        margin-bottom: 0px !important;
        border: 1px solid #ddd !important;
    }

a {
    text-decoration: none;
    color: #c1001f;
}

.contactButton input {
    width: auto !important;
    padding: 12px 32px !important;
    color: #fff !important;
    border: 2px solid #c1001f !important;
    border-radius: 3px;
    cursor: pointer;
    background-color: #c1001f;
}

.item-end {
    margin-right: 0px;
}


.info-item.foot:hover .item-image img {
    width: 80px;
}

.info-item.foot:hover .item-image .footer-first-image {
    width: 150px;
}

.footer > .info-symbols-section {
    background-color: #131224;
}

.item-blurb-footer {
    color: white;
}

.footer-first-image {
    width: 150px;
}


.footer-image {
    width: 80px;
}



.info-item-f {
    float: left;
    width: 20.86%;
    margin-right: 5.5%;
    text-align: center;
}

.item-blurb-footer h2, .item-blurb-footer p {
    margin: 5px;
}

.item-blurb {
    padding-top: 15px;
    font-size: 32px;
    font-family: 'Amastery';
}


.smaller-nav {
    transition: all 0.5s ease;
    padding-top: 0px;
    padding-bottom: 0px;
}


.row > .column {
    padding: 0 8px;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.column {
    float: left;
    width: 25%;
}

/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    padding-top: 50px;
    padding-bottom: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 80%;
    max-width: 900px;
}

/* The Close Button */
.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #999;
        text-decoration: none;
        cursor: pointer;
    }

/* Hide the slides by default */
.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: fixed;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev {
    left: 0;
}

    /* On hover, add a black background color with a little bit see-through */
    .prev:hover,
    .next:hover {
        background-color: rgba(0, 0, 0, 0.8);
    }

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* Caption text */
.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}

img.demo {
    opacity: 0.6;
}

.active,
.demo:hover {
    opacity: 1;
}

img.hover-shadow {
    transition: 0.3s;
}

.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.footer-image {
    font-family: ETmoudles;
    color: white;
    background-color: white;
    border-radius: 50%;
}

.map-section {
    background-color: #f8f8f8;
}

/*.info-item + .foot {
    width: 13.86%;
    margin-right: 3.5%;
    text-align: center;
}


.info-item + .foot + .item-end {
    margin-right: 0%;
}

*/

.main-heading {
    font-size: 65px;
    font-weight: bold;
    line-height: 1.2em;
    margin: 0;
}

.main-heading-sub {
    font-family: Amastery;
    font-size: 65px;
    font-weight: 200;
    margin: 0;
}

.map-pin {
    position: absolute !important;
    cursor: pointer;
}

.pin-0 {
    top: 40%;
    left: 18%;
}


.pin-1 {
    top: 40%;
    left: 40%;
}

.pin-2 {
    top: 40%;
    left: 54.5%;
}

.pin-3 {
    top: 40%;
    left: 69%;
}

.pin-4 {
    top: 40%;
    left: 78%;
}

.pin-5 {
    top: 40%;
    left: 89%;
}

.pin-6 {
    top: 40%;
    left: 96%;
}


.popup {
    z-index: 100;
    position: absolute;
    background-color: #f8f8f8;
    padding: 10px;
}

.p0-popup {
    display: none;
    width: 150px;
    left: 15px;
    top: -20px;
}

.p1-popup {
    display: none;
    width: 150px;
    left: -200px;
    top: -20px;
}



.disabler {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999998;
    background-color: #00000000;
    opacity: 0.5;
}

.prodavnica-container {
    /*width: 100%;*/
    /*overflow: hidden;*/
}

.prodavnica {
    min-height: 400px;
    padding-top: 200px;
    padding-bottom: 70px;
}

.prodavnica-left {
    padding-top: 1em;
    margin-right: 3.9%;
    float: left;
    width: 31.3%;
}

.prodavnica-img {
    margin-bottom: 20px;
}

.prodavnica-right {
    width: 64.8%;
    float: left;
}

.prodavnica::after {
    content: "";
    clear: both;
    display: block;
}

.prodavnica-container p, .prodavnica-container h4 {
    margin-top: 10px;
    margin-bottom: 10px;
}


.mobile-nav-menu {
    float: right;
    display: none;
}

.mobile-nav {
    margin-top: 8px;
}

.mobile-menu {
    font-size: 30px;
    top: 41px;
    text-align: center;
    color: white;
    background-color: #c1001f;
    font-family: serif;
    position: absolute;
    left: 0;
    padding: 5%;
    /*background: #fff;*/
    width: 100%;
    visibility: visible;
    opacity: 1;
    display: none;
    z-index: 999999999;
    border-top: 3px solid #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.1);
}

    .mobile-menu a {
        color: white;
    }

.pin-circle {
    border-radius: 50%;
    width: 20px;
    /*height: 20px;*/
    background-color: white;
    text-align: center;
    line-height: 20px;
    font-weight: bold;
    font-size: 30px;
}

    .pin-circle:hover {
        background-color: #c1001f;
        transition: all .5s ease;
    }

.pin-icon {
    margin: 0;
    padding: 0;
}

.menu-button:hover {
    color: #ffffff !important;
    transition: all .2s;
}


.store-contact-section {
    padding-top: 50px;
    padding-bottom: 100px;
    background-color: #d6d6d6
}


.prodavnice-dropdown {
    cursor: pointer;
    /*float:right;*/
    flex: 2;
    background-color: #c1001f;
}

.prodavnica-kontakt {
    padding-top: 10px;
}

.rotate {
    transform: rotate(-30deg);
}

/*.prodavnice-kontakt-middle p{
    font-family: Amastery;
    font-sie: 30px;
    text-align: center;

    line-height: 1;

    margin-bottom: 0px;
}*/

.dropdown-naslov {
    cursor: pointer;
    padding-left: 20px;
    color: white;
}

    .dropdown-naslov h4::after {
        content: "\E050";
        position: absolute;
        right: 0;
        margin-right: 20px;
        font-family: ETmoudles;
    }

.drop-down-content {
    display: none;
    background-color: #c1001f;
}

.info-item-nh img {
    max-width: 80px;
    background-color: white;
    border-radius: 50%;
}

.drop-down-content p {
    margin-left: 5%;
}

/* Modal Content */
.modal-content-popup {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
}

/* The Close Button */
.close-popup {
    position: absolute;
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    top: 11.5%;
    right: 26.5%;
}

    .close-popup:hover,
    .close-popup:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

.modal-header-popup {
    font-family: 'Open Sans';
    text-transform: uppercase;
    color: #c1001f;
    text-align: center;
}

.modal-body-popup {
    text-align: center;
}

.modal-body-popup, p{
    font-size: 18px;
}

@media screen and (max-width: 1024px) {
    .prodavnice-dropdown {
        margin-left: 5%;
        margin-right: 5%;
    }

    .dropdown-naslov h4::after {
        right: 5%;
    }

    .info-row-store {
        display: flex;
        position: relative;
        margin: auto;
        max-width: 1080px;
        flex-direction: column;
        align-items: stretch;
    }

    .top-menu-nav {
        display: none;
    }

    .naslov {
        text-transform: uppercase;
        text-align: center;
        font-size: 25px;
    }

    .title-content h1 {
        font-size: 40px;
    }

    .main-heading-sub {
        font-size: 35px;
    }

    .prodavnice-button {
        font-size: 20px;
    }

    .prodavnice-button-no-hover {
        font-size: 20px;
    }

    .prodavnice-button:hover {
        background-color: #c1001f;
        text-transform: uppercase;
        text-decoration: none;
        font-weight: bold;
        font-size: 20px;
        padding: 0.3em 1em;
        color: white;
        border-radius: 3px;
        position: relative;
    }

    .prodavnice-button::after {
        content: none;
        font-size: 0;
    }

    .mobile-nav-menu {
        margin-right: -12px;
        display: block;
        margin-bottom: 0px;
        margin-top: 0px;
        font-family: ETmoudles;
    }

        .mobile-nav-menu:hover {
            cursor: pointer;
        }

        .mobile-nav-menu .closed::after {
            content: "a";
            font-size: 60px;
            color: white;
        }

        .mobile-nav-menu .open::after {
            content: "M";
            font-size: 60px;
            color: white;
        }

    .mobile-menu-bar {
        /*padding-bottom: 24px;*/
    }

    .smaller-nav {
        transition: none;
    }

    .navigation-container {
        margin: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #logo {
        margin-top: 7px;
        /*margin-left: 30px;*/
    }

    .item-1, .item-4 {
        margin-top: 0px !important;
    }

    .info-row {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .info-item {
        margin: 0px;
        width: 50%;
        margin-bottom: 4%;
    }

    .info-item-nh {
        margin: 0px;
        width: 100%;
        margin-bottom: 4%;
    }

    .info-item img {
    }

    #footerFirst {
        /* margin-left: -20px;*/
    }

    #footerFirstImg {
        width: 150px;
    }

    .footer-first-image {
    }

    .item-blurb {
        font-size: 40px;
    }

    .item-image {
        width: 100px;
    }


    .item-f, .item-i {

        /* width: 100%; */
    }

    .container-flex {
        display: block;
    }

    .column-left {
        padding-right: 0px;
    }

    .column-right {
        padding-left: 0px;
    }

    .karta-container {
        /*width: 100%;*/
    }


    .lista-prodavnica {
        width: 80%;
        margin: auto;
    }

    .lista {
        grid-template-columns: repeat(2, 1fr);
    }

    .prev, .next {
        font-size: 30px;
    }

    #contactForm input, textarea {
        width: 100%;
        margin: 16px 0;
        max-width: 1080px;
        /*font-size: 30px;*/
        color: #343434;
        padding: 16px;
        border: 1px solid #ddd;
    }

    .contactInput2 {
        font-size: 25px;
        margin-left: 1%;
    }

    #recaptcha {
        margin-left: 1%;
    }

    .contactButton {
        margin-left: 0px;
        text-align: center;
    }

    #chkConfirm {
        width: 32px !important;
        height: 32px;
    }

    .close {
        font-size: 30px;
    }

    .prodavnica-container {
        width: 80%;
    }

    .prodavnica-left {
        float: none;
        width: 100%;
    }

    .prodavnica-right {
        width: 100%;
        float: none;
    }


    p {
        font-size: 20px;
    }

    .p0-popup, .p1-popup {
        width: 250px;
    }

    .info-item:hover .item-image img {
        width: 100px;
    }

    .prodavnica-img {
        width: 60%;
        margin: 0 auto;
    }

    .prodavnica {
        padding-top: 100px;
    }

    #prodavnica-kontakt {
        padding-bottom: 20px;
    }

    .modal-content-popup{
        width: 75%;
    }

    .close-popup{
        right: 14.5%;
    }
}


#kontaktImage {
    /*margin-bottom: 10px;*/
}


.image-wrapper {
    cursor: pointer;
}




.menu-item {
    font-family: 'Open Sans';
    padding: 20px;
}


@media screen and (min-width: 930px) and (max-width: 1024px) {
    /*    body{
        background-color:red !important;
    }*/

    .modal-content {
        width: 80%;
        margin: auto;
    }
}


@media screen and (max-width: 720px) {
    .footer .info-symbols-section > .info-row {
        display: flex;
        flex-direction: column;
        align-content: center;
    }

    .item-image-footer {
        width: 100%;
    }

    p {
        font-size: 18px;
    }

    #footerFirst {
        margin-left: 0px;
        /*margin-bottom: 20px;*/
    }
}

.prodavnica-right, .text-container {
    line-height: 1.5em;
    text-align: justify;
}




@media screen and (max-width: 480px) {

    .item-f, .item-i {
        margin: auto;
    }

    .title-content h1 {
        font-size: 30px;
    }

    .main-heading-sub {
        font-size: 25px;
    }

    .prodavnice-button {
        font-size: 20px;
    }

    .prodavnice-button-no-hover {
        font-size: 20px;
    }



    .main-area {
        width: 100%;
    }

    .btnSend {
        font-size: 20px;
    }

    .map-pin {
        display: none;
    }

    .lista {
        grid-template-columns: repeat(1, 1fr);
    }

    .close {
        font-size: 30px
    }

    .prev, .next {
        font-size: 30px;
    }


    #contactForm input, textarea {
        font-size: 20px;
    }

    .item-blurb {
        font-size: 25px;
    }

    .item-image {
        width: 100px;
    }

        .item-image #footerFirst {
            margin-left: -25px;
        }

    .naslov {
        font-size: 20px;
    }

        .modal-content-popup{
        width: 90%;
    }

    .close-popup{
        right: 7.5%;
    }

}


@media screen and (max-width: 330px) {

    .facebook {
        flex-direction: column;
    }

    .divider {
        display: none;
    }

    .item-i, .item-f {
        width: 100%;
    }


}

.mobile-menu a:hover {
    color: #ddd !important;
    transition: all .2s;
}


.modal-popup {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}


