html, body{
    margin:0;
    padding:0;
    font-size: 14px;
    color: #434343;
    font-family: 'Roboto', Arial, sans-serif;
}
body.overF{
    overflow: hidden;
}
ul,li,p,h1,h2,h3,h4,h5,ol{
    margin:0;
    padding:0;
}
ol {
  list-style: none;
  counter-reset: green-counter;
}
ol > li {
  counter-increment: green-counter;
}
ol > li::before {
  content: counter(green-counter) ". ";
  color: #ec0605;
  font-weight: bold;
}
div {
    box-sizing: border-box;
    margin:0 auto;
}
a, a:hover{
    color:#434343;
    text-decoration: none;
}
header{
    position: fixed;
    z-index: 99;
    width: 100%;
}
header + *{
    padding-top: 90px;
}
.topNav{
    width:100%;
    background: #fff;
}
.topNav > div{
    width:100%;
    max-width: 1280px;
    display:flex;
    justify-content: space-between;
    padding: 0 10px;
}
.topNav > div > a{
    display: inline-flex;
    align-self: center;
}
.topNav > div > div{
    margin:0;
    line-height: 12px;
    padding:10px 0;
}
.topNav div div a{
    text-transform: uppercase;
    margin-right:20px;
}
.topNav div span{
    margin-right:10px;
}
.topNav > div > div:first-of-type a{
    margin-right: 10px;
    color:#434343;
}
.topNav > div > div:first-of-type a:before{
    content: "\f095";
    font-family: fofo;
    margin-right: 4px;
    color:#ec0605;
}
.topNav div div:last-of-type{
    font-size: 12px;
}
.topNav div div a:last-of-type{
    margin-right: 0;
}
.mainNav{
    width:100%;
    -webkit-box-shadow: 0px 4px 8px -3px rgba(0,0,0,0.4); 
    box-shadow: 0px 4px 8px -3px rgba(0,0,0,0.4);
    border-top:1px solid #dfe1e2;
    background: #000;
}
.mainNav > div{
    width:100%;
    max-width: 1280px;
    padding:0 10px;
    display:flex;
    justify-content: space-between;
}
.mainNav > div > a{
    display:flex;
    flex-direction: column;
    align-items: center;
}
.mainNav > div > a img{
    width:90px;
}
.mainNav > div > a span{
    color:#ec0605;
    font-size: 12px;
}
.mainNav > div > ul{
    list-style: none;
    font-size: 14px;
    text-transform: uppercase;
    display:flex;
}
.mainNav > div > ul > li{
    display:inline-block;
    border-left:1px solid #dfe1e2;
}
.mainNav > div > ul > li:first-of-type{
    border-left:none;
}
.mainNav > div > ul > li:last-of-type{
    padding-right:0;
}
.mainNav > div > ul > li:hover > a, .mainNav > div > ul > li:hover > span{
    color:#434343;
    background: #f4f4f4;
}
.mainNav > div > ul > li > a.is-active, .mainNav > div > ul > li > span.is-active{
    color:#434343;
    background: #f4f4f4;
}
.mainNav > div > ul > li ul{
    list-style: none;
    background: #f4f4f4;
    min-width: 200px;
    position:absolute;
    padding: 0 20px;
}
.mainNav > div > ul > li ul li{
    line-height: 26px;
    overflow:hidden;
    height:0;
    -webkit-transition:height 200ms ease-in;
    -moz-transition:height 200ms ease-in;
    -o-transition:height 200ms ease-in;
    transition:height 200ms ease-in;
}
.mainNav > div > ul > li ul li a{
    display:block;
    line-height: 34px;
    border-bottom:1px solid #dfe1e2;
}
.mainNav > div > ul > li ul li a:hover{
    color:#ec0605;
}
.mainNav > div > ul > li ul li:last-of-type a{
    border:none;
}
.mainNav > div > ul > li:hover ul{
    padding: 10px 20px 2px 20px;
    z-index:30;
        box-shadow: 0 4px 2px -2px #dfe1e2;
    border-top:1px solid #dfe1e2;
}
.mainNav > div > ul > li:hover ul li{
    height: 36px;
}
.mainNav > div > ul > li > a, .mainNav > div > ul > li > span{
    padding:20px 10px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
    display:block;
    cursor:pointer;
    color:#fff;
}
.logoMin > div > a{
    -webkit-animation: dodo 0.3s;
    animation: dodo 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@-webkit-keyframes dodo {
    100% {
        -webkit-transform: scale(0.9); 
    }
}
@keyframes dodo {
    100% {
        transform: scale(0.9); 
    }
}
.logoMax > div > a{
    -webkit-transform: scale(0,9); 
    transform: scale(0,9);
    -webkit-animation: momo 0.3s;
    animation: momo 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@-webkit-keyframes momo {
    100% {
        -webkit-transform: scale(1); 
    }
}
@keyframes momo {
    0% {
        transform: scale(0.9); 
    }
    100% {
        transform: scale(1); 
    }
}
.logoFix > div > a{
    -webkit-transform: scale(1) !important; 
    transform: scale(1) !important;
    -webkit-animation: lolo 0.3s;
    animation: lolo 0.3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@-webkit-keyframes lolo {
    100% {
        -webkit-transform: scale(1); 
    }
}
@keyframes lolo {
    0% {
        transform: scale(1); 
    }
    100% {
        transform: scale(1); 
    }
}
/* ============== Banner ============== */ 
    .mainBan .swiper-container {
      width: 100%;
    }
    .mainBan .swiper-slide{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .mainBan .swiper-slide > a{
        position:relative;
        text-shadow: 3px 3px 4px rgba(35, 35, 35, 0.8);
        width:100%;
    }
    .mainBan .swiper-slide > a > img{
        width: 100%;
        height:auto;
    }
    .mainBan .swiper-scrollbar-drag{
        background: #ec0605;
      }
    .mainBan .swiper-slide > a > span{
        position:absolute;
        font-family: 'Roboto Condensed', sans-serif;
        text-align: center;
        font-size: 1.5vw;
        display:block;
        top:50%;
        left:50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
      }
    .mainBan .swiper-slide-active.swiper-slide > a > span{
        -webkit-animation: banFont 1.8s forwards;
        animation: banFont 1.8s forwards;
    }
    .mainBan .swiper-slide > a > span span:first-of-type{
        font-size: 3vw;
        width: 100%;
        max-width: 1024px;
        margin:0 0 3vw 0;
        display:block;
      }
    @-webkit-keyframes banFont {
        0% {
        opacity:0;
      }
        100% {
        opacity:1;
      }
    }
    @keyframes banFont {
        0% {
        opacity:0;
      }
        100% {
        opacity:1;
      }
    }
/* ============== End Banner ============== */ 
/* ============== Home About Us ============== */ 
.homeBlock{
    width:100%;
    background: #f4f4f4;
}
.homeBlock > h3{
    text-align: center;
    padding: 60px 0 10px 0; 
    text-transform: uppercase;
    font-size: 30px;
    max-width: 800px;
    margin: 0 auto;
    border-bottom: 4px solid #ec0605;
}
.homeBlock > div{
    width:100%;
    max-width: 800px;
    padding: 60px 0 60px 0;
}
.homeBlock > div p{
    font-size: 18px;
    margin-bottom:20px;
    text-align: justify;
}
.homeBlock > div p:first-of-type:first-letter{
    font-size: 60px;
    float:left;
    line-height: 50px;
    font-weight: bold;
    margin:0 10px 0 0;
}
/* ============== End Home About Us ============== */
/* ============== Home Promo ============== */ 
.homePromo{
    width:100%;
    background: #f4f4f4;
}
.homePromo h1{
    text-align: center;
    padding: 60px 0 10px 0; 
    text-transform: uppercase;
    font-size: 30px;
    max-width: 800px;
    margin: 0 auto;
    border-bottom: 4px solid #ec0605;
}
.homePromo > div{
    width:100%;
    max-width: 1280px;
    display:flex;
    padding: 60px 0 60px 0;
    flex-wrap: wrap;
}
.homePromo > div > div{
    display:flex;
    width:50%;
    padding: 10px;
    background: #fff;
    margin: 10px 0;
}
.homePromo > div > div > a{
    width: 320px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    height: 200px;
    display:inline-block;
}
.homePromo > div > div > a img{
    transition: all .2s ease-in-out;
    width:100%;
}
.homePromo > div > div:hover > a img{
    transform: scale(1.1);
}
.homePromo > div > div h2{
    font-size: 20px;
}
.homePromo > div > div:hover h2 a{
    color:#ec0605;
}
.homePromo > div > div > div{
    padding:10px;
    display: flex;
    flex-wrap: wrap;
    width:calc(100% - 320px);
}
.homePromo > div > div > div > a{
    align-self: flex-end;
    color:#fff;
    background: #000;
    padding:4px 6px;
}
.homePromo > div > div:hover > div > a{
    background: #ec0605;
}
/* ============== Home Questions ============== */ 
.homeWhy{
    width:100%;
    background: #fff;
}
.homeWhy h3{
    text-align: center;
    padding: 60px 0 10px 0; 
    text-transform: uppercase;
    font-size: 30px;
    max-width: 800px;
    margin: 0 auto;
    border-bottom: 4px solid #ec0605;
}
.homeWhy > div{
    width:100%;
    max-width: 1000px;
    padding: 60px 0 20px 0;
    counter-reset: why-counter;
}
.homeWhy > div > div {
    counter-increment: why-counter;
    overflow: hidden;
    margin-bottom:40px;
}
.homeWhy > div > div::before {
    content: counter(why-counter) "";
    color: #fff;
    font-weight: bold;
    font-size: 40px;
    background: #ec0605;
    border-radius: 50%;
    width: 50px;
    display: block;
    height: 50px;
    padding: 0 0 0 14px;
    box-sizing: border-box;
    float: left;
    margin-right: 30px;
}
.homeWhy > div > div h4{
    color:#ec0605;
    font-size: 18px;
}
.homeWhy > div > div p{
    color:#929292;
    font-size: 16px;
}
.homeWhy > div > p{
    text-align: center;
}
.homeWhy > div > p img{
    width:100%;
    max-width: 600px;
}
/* ============== Home Services ============== */ 
.homeServ{
    margin-bottom:100px;
}
.homeServ > div{
    width:100%;
    max-width: 1280px;
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
}
.homeServ > div > div{
    width:360px;
    display:flex;
    flex-wrap: wrap;
    margin: 60px 10px 10px 10px;
    background: #f4f4f4;
    padding: 16px;
}
.homeServ img{
    width:100%;
}
.homeServ h3{
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    color:#ec0605;
    margin:20px 0;
    width: 100%;
}
.homeServ p{
    text-align: justify;
    width:100%;
}
.homeServ a:last-of-type{
    width:100%;
    color:#fff;
    background: #ec0605;
    margin-top:20px;
    text-align: center;
    padding: 8px;
    font-size: 16px;
}
.homeServ a:last-of-type:hover{
    background: #434343;
}
.homeServ h2{
    text-align: center;
    margin: 60px 0 0 0;
    text-transform: uppercase;
    font-size: 30px;
}
footer > div{
    width:100%;
    padding:20px;
    background: #000;
    color:#fff;
}
footer p{
    box-sizing: border-box;
    max-width: 1240px;
    text-align: center;
    margin:0 auto;
}
footer span{
    margin:auto 0;
}
.notF > div {
    margin:0 auto;
    width:100%;
    max-width: 1280px;
    text-align: center;
    margin:200px auto;
}
.notF > div > p:first-of-type{
    font-size: 30px;
}
.notF > div > p:last-of-type{
    font-size: 200px;
    color:#ec0605;
}
.notF > div > div{
    font-size: 30px;
}
.notF a{
    background:#ec0605;
    color:#fff;
    padding:10px;
    margin-top: 40px;
    display: inline-block;
}
.pageTitle{
    width:100%;
    max-width: 1000px;
}
.pageHead{
    width:100%;
    max-height:250px;
    overflow: hidden;
}
.pageHead img {
    width:100%;
}
.pageTitle h1{
    line-height: 50px;
    margin:40px 0;
    border-bottom:1px solid #ec0605;
}
.priceContent, .usluguContent, .postContent, .contactContent{
    width:100%;
    font-size: 18px;
}
.priceContent > div, .usluguContent > div, .gallery > div, .postContent > div, .contactContent > div{
    width:100%;
    max-width: 1000px
}
.priceContent h2, .usluguContent h2, .postContent h2{
    text-align: center;
    font-size: 24px;
    color:#ec0605;
    margin: 40px;
}
.priceContent ol, .usluguContent ol, .postContent ol{
    margin: 20px;
}
.priceContent ul, .usluguContent ul, .postContent ul{
    margin-left: 40px;
}
.priceContent p, .usluguContent p, .postContent p{
    margin:20px 0;
}
.usluguContent, .postContent {
    text-align: justify;
    overflow: hidden;
}
.usluguContent > div{
    margin-bottom: 40px;
}
.usluguContent > div:first-of-type > img{
    float:left;
    margin: 0 20px 20px 0;
}
.usluguContent > div:first-of-type:first-letter{
    font-size: 60px;
    float:left;
    margin:0 20px 4px 0;
    line-height: 60px;
}
.gallery{
    width:100%;
    background: #f4f4f4;
}
.gallery > div{
    padding:40px 0;
}
.gallery > div > h2{
    font-size: 24px;
    margin-bottom: 40px;
}
.gallery > div > div{
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.gallery > div > div img{
    transition: all .2s ease-in-out;
}
.gallery > div > div a{
    margin-bottom: 40px;
    width: 220px;
    position: relative;
    overflow: hidden;
    border: 6px solid #ec0605;
    box-sizing: border-box;
    height: 160px;
}
.gallery > div > div a:hover img{
    transform: scale(1.1);
}
.gallery > div > div a:hover:before{
    content: "\f00e";
    font-family: fofo;
    position:absolute;
    color:#ec0605;
    z-index: 99;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
}
.gallery > div > div.horisontal a{
    width:150px;
    height:210px;
}
/*======= Paketi ========*/
.paketiList {
    width:100%;
    max-width: 800px;
    margin:0 auto;
    min-height: 520px;
    display:flex;
    flex-direction: column;
}
.paketiList > div{
    margin:20px 0;
}
.paketiList > div > h2{
    background: #f4f4f4;
    display:flex;
    justify-content: space-between;
    cursor:pointer;
    box-sizing: border-box;
    font-weight: normal;
    padding: 10px 20px;
    border-left:10px solid #ec0605;
}
.paketiList > div > h2 span{
    margin:auto 0;
}
.paketiList > div > h2 span:last-of-type{
    font-size: 30px;
    color:#ec0605;
}
.paketiList > div > h2:hover{
    background: #ec0605;
    border-left: 10px solid #434343;
}
.paketiList > div > h2:hover span{
    color:#fff;
}
.paketiList > div > div{
    display:none;
    margin:20px 20px 0 20px;
}
.paketiList > div > h2.activePaket{
    background: #ec0605;
    border-left: 10px solid #434343;
}
.paketiList > div > h2.activePaket span{
    color:#fff;
}
.priceContent ol{
    margin: 20px;
}
.priceContent ul{
    margin-left: 40px;
}
.priceContent p{
    margin:20px 0;
}
.poleznoList {
    width:100%;
    max-width: 1000px;
    margin:0 auto;
}
.poleznoList > div{
    display:flex;
    margin-bottom:60px;
    background: #f4f4f4;
    padding: 10px;
}
.poleznoList > div > div{
    display:flex;
    flex-wrap: wrap;
}
.poleznoList > div > div > h2, .poleznoList > div > div > p{align-self: flex-start;width:100%;}
.poleznoList > div > div:first-of-type {
    padding:10px;
}
.poleznoList > div > div:first-of-type > a{
    align-self: flex-end;
    background: #ec0605;
    color:#fff;
    padding: 10px;
    margin: 0 20px 20px 0;
    text-transform: uppercase;
}
.poleznoList > div > div:first-of-type > a:hover{
    background: #434343;
}
.poleznoList > div > div:last-of-type img{
    border:1px solid #ec0605;
}
.poleznoList > div > div:last-of-type img:hover{
    border:1px solid #434343;
}
.poleznoList > div.pagination {
    background: #fff;
}
.poleznoList ul.pagination{
    margin:0 auto;
    list-style: none;
}
.poleznoList ul.pagination li{
    display:inline-block;
    margin: 0 10px;
}
.poleznoList ul.pagination li a{
    background: #434343;
    padding:2px 6px;
    color:#fff;
}
.poleznoList ul.pagination li a:hover{
    background: #ec0605;
}
.poleznoList ul.pagination li.active a{
    background: #ec0605;
}
/*======= END Paketi ========*/

.postContent {
    text-align: justify;
    min-height: 500px;
}
.postContent > div{
    margin-bottom: 40px;
    overflow: hidden;
}
.postContent > div:first-of-type > img{
    float:left;
    margin: 0 20px 20px 0;
}
.postContent > div:first-of-type:first-letter{
    font-size: 60px;
    float:left;
    margin:0 20px 4px 0;
    line-height: 60px;
}
/*========= Mobile ==========*/
    .mMenu + * {
        padding-top: 90px;
    }
    .mMenu{
        margin:0 auto;
        width:100%;
        position:fixed;
        top:0;
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        z-index:190;
        border:none;
        padding:0;
    }
    .mStick {
        background: #fff;
        width:100%;
        margin:0;
    }
    .mTop{
        padding: 4px 14px;
        text-align: right;
        font-size: 12px;
    }
    .mTop span{
        float:left
    }
    .mTop a{
        color:#000;
        padding-left: 8px;
    }
    .mTop a:before{
        color:#ec0605;
        content: "\f095";
        font-family: fofo;
        margin-right: 4px;
    }
    .mMain{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        cursor:pointer;
        padding: 4px 14px;
        background: #000;
        width:100%;
        margin:0;
    }
    .mMain p{
        width:calc(100% - 24px);
        margin:0;
        display: flex;
    }
    .mMain a{
        float:left;
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        margin: auto 0;
    }
    .mMain a img{
        width:100%;
        max-width: 64px;
    }
    .mMain a span{
        color:#fff;
        font-size: 12px;
    }
    .mMain > span{
        float:right;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width:24px;
    }
    .mMain > span:after{
        content:"\e5d2";
        font-family: fofo;
        color:#fff;
        margin: auto;
        font-size: 30px;
        cursor:pointer;
    }
    .mMain span.closeBtn:after{
        content:"\e981";
        font-family: fofo;
    }
    .mMenu > p{
        width:15%;
        background: rgba(67,67,67,0.5);
        margin:0;
    }
    .fMenu{
        display:none;
        background: #fff;
        overflow-y: scroll;
        height:100%;
        min-height: 100%;
        height:100vh;
        width:85%;
        padding: 20px 0 60px 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin:0;
        list-style: none;
    }
   .fMenu > li > ul{
       display:none;
       margin: 4px 10px 4px 20px;
       list-style: none;
    }
    .fMenu > li > ul a{
        display:block;
        color:#434343;
        margin:0 8px;
        padding:6px 0;
        font-size: 16px;
    }
    .fMenu > li > span{
        cursor:pointer;
        display: block;
    }
    .fMenu > li > span:after{
        content:"\e409";
        font-family: fofo;
        float:right;
    }
    .fMenu > li > span.activeSub:after{
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .fMenu > li{
        color:#434343;
        margin: 0 24px 0 8px;
        padding:6px 0;
        display:block;
        font-size: 18px;
        border-bottom: 1px solid #dfe1e2;
    }
    .fMenu > li:last-of-type{
        border: none;
    }
    .mobFooter p:first-of-type a{
        margin:4px;
    }
    .mobFooter p:last-of-type{
        text-align: center;
        font-size: 12px;
        margin-bottom:50px;
    }
    .stickF{
        height:40px;
        position: fixed;
        bottom:0;
        z-index:100;
        width:100%;
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
    }
    .stickF a{
        width:100%;
        background: green;
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
    }
    .stickF a:after{
        content: "\f095";
        font-family: fofo;
        color:#fff;
        font-size: 30px;
        margin:auto;
    }
    footer.mobFooter {
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    .documents{
        margin:0 auto;
        width:100%;
        max-width: 1000px;
        display:flex;
        justify-content: space-around;
        flex-wrap: wrap;
        margin-bottom: 40px;
    }
.documents > div{
    width:50%;
    padding:20px;
}
.documents > div a{
    width:100%;
    display:flex;
    border-left: 10px solid #ec0605;
    min-height: 80px;
    background: #f4f4f4;
    margin-bottom:40px;
    box-sizing: border-box;
}
.documents > div a:before{
    content: "\f0f6";
    font-family: fofo;
    color:#ec0605;
    font-size: 30px;
    margin: auto 10px;
}
.documents > div a span{
    font-size: 18px;
    margin:auto 10px;
    text-transform: uppercase;
}
.documents > div a:hover{
    border-left: 10px solid #434343;
    background: #ec0605;
}
.documents > div a:hover:before{
    color: #fff;
}
.documents > div a:hover span{
    color:#fff;
}
.contactContent{
    display:flex;
    width: 100%;
    max-width: 1000px;
    margin-bottom:100px;
}
.contactContent > div{
    width:50%;
    padding:0 10px;
}
.contactContent > div img{
    width:100%;
}
.contactContent > div p{
    margin-bottom: 20px;
}
.contactContent > div a{
    font-size: 30px;
    color:#777;
}
.contactContent > div a:before {
    content: "\f095";
    font-family: fofo;
    margin-right: 4px;
    color: #ec0605;
}
@media (min-width: 1280px) {
        ::-webkit-scrollbar {
        width: 10px;
        background-color: #f4f4f4;
    }
        ::-webkit-scrollbar-thumb {
        background-color: #000;
        border: 1px solid #434343;
            border-radius: 10px;
    }
        ::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #f4f4f4;
    }
}
@media (max-width: 1280px) {
    .mainBan .swiper-slide a img{
        width:100%;
        height:auto;
    }
    .mainBan .swiper-slide > a > span{
        font-size: 2.5vw;
      }

}
@media (max-width: 1024px) {
    .homePromo > div > div > a{
        width:100%;
        height: auto;
    }
    .homePromo > div > div > div > a{
        width: 100%;
        text-align: center;
        margin-top:20px;
        padding:10px;
    }
    .homePromo h2{
        padding: 20px 0;
    }
    .homeWhy h3{
        font-size: 24px;
    }
}
@media (max-width: 768px) {
    .homePromo, .homeBlock, .homeServ, .pageTitle, .paketiList, .usluguContent, .gallery, .priceContent, .poleznoList, .postContent, .homeWhy, .contactContent {
        padding:0 16px;
    }
    .homePromo h2{
        font-size: 20px;
    }
    .homePromo > div{
        flex-direction: column;
        padding: 0 0 40px 0;
    }
    .homePromo > div > div{
        width:100%;
        margin: auto;
        flex-direction: column;
        margin: 20px auto;
    }
    .homePromo > div > div > div{
        width:100%;
        min-height: 100px;
    }
    .promoI {
        margin-bottom: 10px;
    }
    .homeBlock > div > span{
        float:none;  
    }
    .homeBlock > div > span > img{
        width:100%;
        height:auto;
    }
    .homeBlock > h1{
        margin: 20px auto 40px auto;
    }
    .homeServ h2{
        margin: 20px 0 0 0;
    }
    .homeServ > div > div{
        margin: 40px 0 10px 0;
    }
    .homeServ img{
        height: auto;
    }
    .homeServ{
        margin-bottom:20px;
    }
    .pageTitle h1{
        text-align: center;
        line-height: 30px;
        margin: 10px 0;
        font-size: 18px;
    }
    .paketiList{
        min-height: 300px;
    }
    .paketiList > div{
        margin: 20px 0;
    }
    .paketiList > div > h2{
        padding: 10px;
    }
    .paketiList > div > h2 span:last-of-type {
        font-size: 20px;
    }
    .usluguContent > div, .postContent > div{
        margin-top: 30px;
        overflow: hidden;
    }
    .usluguContent > div:first-of-type > img, .postContent > div:first-of-type > img{
        width:100%;
        height: auto;
    }
    .gallery > div > div{
        justify-content: space-around;
    }
    .gallery > div > h2{
        text-align: center;
    }
    .gallery > div{
        padding:40px 0 0 0;
        margin-bottom:10px;
    }
    .poleznoList > div{
        flex-direction: column;
    }
    .poleznoList > div > div:last-of-type img{
        width: 100%;
        height: auto;
    }
    .poleznoList > div > div:first-of-type{
        order: 1;
    }
    .poleznoList > div > div:first-of-type > a{
        margin: 20px 0 0 0;
        width: 100%;
        text-align: center;
    }
    .poleznoList > div > div > h2 {
        margin-bottom: 10px;
    }
    .documents > div{
        width:100%;
    }
    .documents > div a{
        margin-bottom:10px;

    }
    .contactContent{
        flex-direction: column;
        margin-bottom: 0;
        text-align: center;
    }
    .contactContent > div{
        width:100%;
    }
}
@font-face {
  font-family: 'fofo';
  src:  url('font/fofo.eot%3F48hce3');
  src:  url('font/fofo.eot%3F48hce3') format('embedded-opentype'),
    url('font/fofo.ttf%3F48hce3') format('truetype'),
    url('font/fofo.woff%3F48hce3') format('woff'),
    url('font/fofo.svg%3F48hce3') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'fofo' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-navigate_next:before {
  content: "\e409";
}
.icon-menu:before {
  content: "\e5d2";
}
.icon-noun_close_1904833_000000:before {
  content: "\e981";
}
.icon-noun_mail_1707175_000000:before {
  content: "\e982";
}
.icon-phone:before {
  content: "\f095";
}
.icon-search-plus:before {
  content: "\f00e";
}
.icon-file-text-o:before {
  content: "\f0f6";
}
::-moz-selection {
color: #f4f4f4;
background: #000;
}
::selection {
color: #f4f4f4;
background: #000;
}

/* ============= Kontaktni Test ============== */
    .contCont{
        padding:0 20px;
    }
    .contCont ol{
        margin:60px 10px;
    }
    .contCont ol li{
        display:flex;
        min-height: 300px;
        margin-bottom:60px;
    }
    .contCont ol li:before{
        margin-right: 10px;
    }
    .contCont ol li p{
        width:100%;
        max-width: 400px;
    }
    .contCont ol li iframe{
        width:100%;
        border:none;
    }
@media (max-width: 768px) {
    .contCont ol li{
        flex-direction: column;
        min-height: 500px;
    }
    .contCont ol li iframe{
        min-height: 400px;
    }
}

    .gallery > div > div{
        opacity:0;
    }
    .gallery > div > div.dodoShow{
        transition: opacity 1s;
        opacity: 1;
        animation-name: dodoshow;
        animation-duration: 1s;
    }
    @keyframes dodoshow {
        from {margin-left: -50px;margin-right: 50px;}
        to {margin-left: 0;margin-right:0;}
    }