.success {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #468847;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.error {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid rgba(185, 74, 72, 0.3);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}



body {
    font: 400 15px Lato, sans-serif;
    line-height: 1.8;
     background: #EEEEEE;
     opacity: 0;
}

.open > .dropdown-menu {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);  
  opacity:1;
}

  
.dropdown-menu {
  opacity:.3;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-animation-fill-mode: forwards;  
  animation-fill-mode: forwards; 
  -webkit-transform: scale(1, 0);
  display: block; 
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}

.navbar {
    background-color: transparent;
    background: transparent;
    border-width: 0px;
    padding-top: 0.5em;
}

a:hover{
    text-decoration: none;
}

#jumboLogo{
    width: 30em;
}
.coverText{

    color: white;
    font-weight: bold;
}

#languageDropdown:hover{
    cursor: pointer;
}

footer 
{
    background-color: #2d2d30;
    color: #f5f5f5;
    padding: 20px;
}

footer a {
    color: #f5f5f5;
}

footer a:hover {
    color: #777;
    text-decoration: none;
}

.badge{
     float: right;
}

.kontaktNaslov{

    margin-left: 5em;
    margin-bottom: 1em;
}

.btn{
    border-radius: 7px;
}

.glyphicon-chevron-up:hover{
    cursor: pointer;
}

.socialGumb{
    transition: transform .3s ease-out;
}

.socialGumb:hover {
  transform: translate(0, -5px);
}

.kontaktSlikica{
    
    color: black;
    font-weight: bold;
    padding-left: 4.8em;
    padding-right: 4.8em;
    padding-top: 2em;
    padding-bottom: 2em;
    font-size: 20px;
    margin-top: 3em;
    background-color: #ffeb3b;
    border-color: #ffeb3b;
    margin-left: 9.7em;
}


.stevilka{
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    width: 3em;
}

.firstText{
    margin-top: 1em;
    font-size: 1.3em;
}
.kontaktSlikica{

  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.kontaktSlikica:hover {
  box-shadow: 0 7px 14px rgba(0,0,0,0.25), 0 5px 5px rgba(0,0,0,0.22);
  background-color: #ffeb3b;
  border-color: #ffeb3b;
  color: black;
}

.kontaktSlikica:active {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  background-color: #f2df37;
  border-color: #f2df37;
  color: black;
}

.bg{
background-image: url("../img/jumbo-blur.jpg");
background-size: cover;

}

.bg-1{
    background: #EEEEEE;
    
}

.bg-2{
    background: #ffeb3b;

}

.bg-3{
    background: #3c3d40;
    color:white;
    
    
}

 .bg-4{
    
    background: #EEEEEE;
    
}

.bg-5{
    background: white;
    padding-top: 8em;
    padding-bottom: 8em;
}


.slikica{

    height: 6.5em;
}

.hideme
{
    opacity:0;
}

.google, .istore, .apkStore{

            width: 11em;
        }

@media screen and (max-width: 764px){

        .istore{
        margin-top: 1.5em;
        }

        .apkStore{
            margin-top: 1.5em;
        }
   }

   @media screen and (min-width: 600px) and (max-width: 1200px){


    .kontaktSlikica{
        margin-left: 3em;
        margin-top: 5em;
        padding-bottom: 0.7em;
        padding-top: 0.7em;
        padding-left: 2em;
        padding-right: 2em;
    }
   }

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

    .google,
        .istore,
        .apkStore {
    
            width: 8em;
        }

.sredina{
    margin-top: 6.7em;
}
#break{
    display: none;
}
.ikone{

    margin-bottom: 0em;
}

#secondHeader, #thirdHeader, #fourthHeader, #firstHeader, #workHeader{
    font-size: 1.6em;
}

#secondParagraph, #thirdParagraph, #fourthParagraph, #firstParagraph, #jobText{
    font-size: 1.2em;
}

.slikica{
    height: 5.5em;
}


}

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

.sredina{
    margin-top: 8em;
}
.ikone{

    margin-bottom: 0em;
}

}

@media screen and (min-width: 1000px) and (max-width: 1199.5px){

.ikone{

    margin-bottom: 0em;
}

.sredina{
        margin-top: 8em;
    }

}

@media screen and (max-width: 400px){

.kontaktSlikica{
        margin-left: 3em;
        margin-top: 5em;
        padding-bottom: 0.7em;
        padding-top: 0.7em;
        padding-left: 0.9em;
        padding-right: 0.9em;
    }

    #jumboLogo{
    width: 18em;
}

.coverText{
            font-size: 1.1em;
        }
}


@media screen and (max-width: 600px){

        #secondHeader, #thirdHeader, #fourthHeader, #firstHeader{
        font-size: 2em;
    }

    #secondParagraph, #thirdParagraph, #fourthParagraph, #firstParagraph{
        font-size: 1.4em;
    }

    #languageSelection{
        padding: 0em;
    }

    .bg-5{
        padding-top: 5em;
        padding-bottom: 5em;
    }

    .jobText{
        margin-bottom: 3em;
    }
    .sredina{
        position: relative;
        top:2em;
    }
    #languageDropdown{
        margin-right: 0.5em;
    }
    #jumboLogo{
        margin-left: 0em;
    }

    #jumboButton{
        margin-top: 2em;
    }

    .fon{
        width: 90%;
        margin-left: 1.5em;
    }

    .istore{
        margin-top: 1.5em;
    }

    .apkStore{
        margin-top: 1.5em;
    }

    .video{
        visibility: hidden;
        height: 0px;
        width: 0px;
    }

    .kontaktSlikica{
        margin-left: 0em;
        margin-top: 2em;
        padding-bottom: 0.7em;
        padding-top: 0.7em;
        padding-left: 2.5em;
        padding-right: 2.5em;

    }

    .kontaktNaslov{
        margin-left: 0em;
        margin-bottom: 0em;
    }
}


@media screen and (min-width: 1200px) and (max-width: 4000px){
    .sredina{
        position: relative;
        top:10em;
    }
    #jumboButton{
        margin-top: 10em;
    }

}

@media screen and (min-width: 400px) and (max-width: 768px){

        #jumboLogo{
            width: 21em;
        }

        .coverText{
            font-size: 1.2em;
        }

}

@media screen and (min-width: 768px) and (max-width: 1200px){

        #jumboLogo{
            width: 20em;
        }

        .coverText{
            font-size: 1.2em;
        }

        .bg-5{
            background: white;
            padding-top: 4.5em;
            padding-bottom: 4.5em;
        }

}

@media screen and (min-width: 600px) and (max-width: 4000px){

    #languageDropdown{
        margin-right: 3em;
    }
    #jumboLogo{
        margin-left: 3em;
    }
    #languageSelection{
        padding: 0.5em;
    }
}

.jezik{
    
    color:white;

}

#jumboButton{

    color:black;
    background-color: #ffeb3b;
    font-weight: bold;

}

.ikone{

    margin-bottom: 7em;
}

#jumboParagraph{

    text-transform: uppercase;
    font-size: 1.3em;
    margin-top:2em;
    font-weight: normal;

}

#languageSelection{

    color:white;
}

.social{
    margin-top: 1.5em;
    margin-bottom: 2em;
}

.social-top{
    margin-left: 15px;
    font-size: 1.2em;
}

.social-platform{
    margin-top: 3em;
    margin-bottom: 1.5em;
}

.terms{
    margin-top: 2em;
    margin-bottom: 2em;
}


.fa {
    padding: 20px;
    font-size: 30px;
    width: 50px;
    text-align: center;
    text-decoration: none;
}

.fa-platform{
    padding-left: 1em;
    padding-right: 1em;
}


.fa:hover {
    opacity: 0.7;
    color: white;
}


.fa-facebook {
    background: #3B5998;
    color: white;
    border-radius: 5px;
    margin-right: 3px;
    text-decoration: none;
    outline: none;
}


.fa-twitter {
    background: #55ACEE;
    color: white;
}

.fa-google {
    background: #dd4b39;
    color: white;
}

.fa-instagram {
    background: #bd6885;
    color: white;
    border-radius: 5px;
    margin-left: 3px;
    text-decoration: none;
    outline: none;
}

.fa-top {
    display: unset !important;
    padding: 10px;
    font-size: 10px;
    width: 30px;
    text-align: center;
    text-decoration: none;
    background: unset;
}

.bottom-nav-platforms{
    transition: all .22s ease-in-out;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.bottom-nav-platforms-ios{
    transition: all .22s ease-in-out;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.bottom-nav-platforms:hover{
    width: 2.5em;
    -webkit-filter: grayscale(0);
    filter: none;
    transform: scale(1.2);
}

.bottom-nav-platforms-ios:hover{
    width: 2.5em;
    -webkit-filter: grayscale(0);
    filter: brightness(0) invert(1);
    transform: scale(1.2);
}


#footer{

    padding-top: 2em;
    padding-bottom: 2em;
    background: #3c3d40;
}

#toTop{

    font-size: 1.2em;
}


.slideanim {visibility:hidden;}
.slide {
    /* The name of the animation */
    animation-name: slide;
    -webkit-animation-name: slide; 
    /* The duration of the animation */
    animation-duration: 1s; 
    -webkit-animation-duration: 1s;
    /* Make the element visible */
    visibility: visible; 
}

/* Go from 0% to 100% opacity (see-through) and specify the percentage from when to slide in the element along the Y-axis */
@keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(20%);
    } 
    100% {
        opacity: 1;
        transform: translateY(0%);
    } 
}
@-webkit-keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
    } 
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}

section.module.parallax-1 {
  background-image: url("../img/jumbo-blur.jpg");
  background-size: cover;
}

