html,
body {
  height: 100%;
   font-family: 'Roboto', sans-serif;
   text-shadow: 2px 2px 2px #000;
}

#page-content {
  flex: 1 0 auto;
  overflow-x: hidden;
}

.color_antracide{
  background-color: #292929;
}

#sticky-footer {
  flex-shrink: none;
}

.displayMobile{
  display:none;
}

.flag-icon-slo{
  background-image:url(Assets/slolang.png) ;
}
.flag-icon-en{
  background-image:url(Assets/enlang.png) ;
}

.invsible{
  opacity: 0;
}

.font-custom {
  font-size: 1.05rem;
}

.cardHeight{
  height: 100%;
}

.title-custom {
  font-weight: bold !important;
  font-size: 2.6rem;
}

.font-small  {
  font-size: small
}

.white {
  color: white !important;
}
.popUp{
  transform: translate3d(-12px, -14px, 0px);
}

.hidden{
  display: none;
}

.center {
  text-align: center;
}

h4{
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom:1rem;
}
 .nomargin {
   margin: 0;
 }
.nopaddingLeft {
  padding-left: 0;
}
.nopaddingRight {
  padding-right: 0;
}
hr {
  border-width: 4px;
}

.card-color {
  background-color: #292929; 
  border-radius: 5px;
}
.card-title {
  text-transform: uppercase;
  font-size: 2rem;
}

.img-max-height {
  max-height:350px;
}
.img-center {
  text-align: center;
}

.row-top-margin {
  margin-top: 30px;
}
.row-top-padding {
  padding-top: 30px;
}
.row-bottom-padding {
  padding-bottom: 30px;
}
.side-crop { 
  max-width: 375px; 
  max-height: 650px;
  text-indent: -50%;
  overflow: hidden; 
}
.side-crop img { 
  max-width: initial; /* Maybe optional. See note below */
 }
.pillButton {
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid white;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 16px;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  filter: invert(1);
}
/* Other Classes for Page Styling */

body {
  background: #45464c;
  color: white;
  padding-top: 70px;
}

a{
  cursor: pointer;
}
 
.noborder:hover{
  text-decoration:none;
}

.motanLogo{
  width: 30%; 
  
}

.olesLogo{
  width: 50%; 
  
}

.lthLogo{
  width: 60%;
}

.sipLogo{
  width: 15%;
}
.apoxLogo{
  width: 50%;
  transform: translateY(15%);
}

.iskraLogo{
  width: 40%;
  transform: translateY(10%);

}
.rodexLogo{
  width: 50%;
}

.solarluxLogo{
  width: 50%;
  transform: translateY(-35%);
}

.puralLogo{
  width: 50%;
}

.onasCarousel{
  padding: 0; background: white;
}

@media screen and (max-width: 991px){
  .displayMobile{
    display:inherit !important;
  }

  .hideMobile{
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .teal{
    display: none !important;
  }
  .logoMargin{
    margin-bottom: 10px;
  }
  .sipLogo{
    width: 30%;
  }
  .olesLogo{
    width: 85%;
    transform: translateY(0%);
  }
  .lthLogo{
    width: 100%;
  }
  .iskraLogo{
    width: 80%;
    transform: translateY(0%);
  }
  .rodexLogo{
    margin-top: 10px;
    width: 80%;
  }
  .apoxLogo{
    width: 80%;
  }
  .solarluxLogo{
    width: 80%;
    transform: translateY(-30%);
  }
  .puralLogo{
    width: 80%;
    transform: translateY(-35%);
  }
  .popUp{
    transform: translate3d(0px, 0px, 0px);
  }
  .masthead {
    margin-right: 0px !important;
  }
  .imgMaxHeight{
    max-height: 350px;
  }
  .vrednoteMobile{
    margin-left: 0px !important;
    transform: translateX(15%);
  }
  .onasCarousel{
    background:inherit;
    margin-bottom: -10rem;
    overflow: hidden;
    transform: translateX(15px);
  }
  .mobileKontakt{
    padding: 0 !important;
  }
  .mobileTopM{
    margin: 15px 0;
  }
  .mobileLeft{
    text-align: left !important;
  }
  .flexOrder{
    flex-flow: column-reverse;
  }

  .nopadingMobile{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}


.active{
  display: inline-block;
  position: relative;
  border-bottom: 1px solid white;
  bottom: 2px;
}

.nav-item
{
    display: inline-block;
    position: relative;
}

.nav-item:before
{
    content: '';
    position: absolute;
    width: 100%;
    height: 0px;
    border-bottom: 1px solid white;
    bottom: 2px;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform 0.2s ease-in;
    transition: transform 0.2s ease-in;
}

.nav-item:hover:before
{
    -webkit-transform: scaleX(0.9);
    -ms-transform: scaleX(0.9);
    transform: scaleX(0.9);
}



.masthead {
height: 100%;
min-height: 500px;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
-webkit-animation: breathing 3s linear infinite;
  -moz-animation: breathing 3s linear  infinite;
  -o-animation: breathing 3s  linear  infinite;
  animation: breathing 3s  linear infinite;
}    

@keyframes breathing {
  0% {
      opacity: 1;
  }
  50% {
      opacity: 0.8;
  }
  100% {
      opacity: 1;
  }
}

@-webkit-keyframes breathing {
  0% {
      opacity: 1;
  }
  50% {
      opacity: 0.8;
  }
  100% {
      opacity: 1;
  }
}

@-moz-keyframes breathing {
  0% {
      opacity: 1;
  }
  50% {
      opacity: 0.8;
  }
  100% {
      opacity: 1;
  }
}

@-o-keyframes breathing {
  0% {
      opacity: 1;
  }
  50% {
      opacity: 0.8;
  }
  100% {
      opacity: 1;
  }
}

.animate-reveal {

opacity: 0;
-webkit-animation: reveal 2s cubic-bezier(0, 1, 0.5, 1) 1 normal forwards;
   -moz-animation: reveal 2s ease-in 1 normal forwards;
     -o-animation: reveal 2s cubic-bezier(0, 1, 0.5, 1) 1 normal forwards;
        animation: reveal 2s cubic-bezier(0, 1, 0.5, 1) 1 normal forwards;
}

.animate-first {
-webkit-animation-delay: 500ms;
   -moz-animation-delay: 500ms;
     -o-animation-delay: 500ms;
        animation-delay: 500ms;
}



@-webkit-keyframes reveal {
0% {
  opacity: 0;
  -webkit-transform: translateX(100%);
     -moz-transform: translateX(100%);
       -o-transform: translateX(100%);
          transform: translateX(100%);
}
100% {
  opacity: 1;
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
}
}

@-moz-keyframes reveal {
0% {
  opacity: 0;
  -webkit-transform: translateX(100%);
     -moz-transform: translateX(100%);
       -o-transform: translateX(100%);
          transform: translateX(100%);
}
100% {
  opacity: 1;
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
}
}

@-o-keyframes reveal {
0% {
  opacity: 0;
  -webkit-transform: translateX(100%);
     -moz-transform: translateX(100%);
       -o-transform: translateX(100%);
          transform: translateX(100%);
}
100% {
  opacity: 1;
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
}
}

@keyframes reveal {
0% {
  opacity: 0;
  -webkit-transform: translateX(100%);
     -moz-transform: translateX(100%);
       -o-transform: translateX(100%);
          transform: translateX(100%);
}
100% {
  opacity: 1;
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
}
}
.carousel-item-onas {
  transition: transform 3s ease-in, opacity .5s ease-out;
}