﻿
/* 
    Adove zmeny na landing page 
*/
.landing-page div.modal-body {
    text-align:left;
}

.landing-page h1.generioLandingPage{
  /* ado zmena z margin-top: 10px; na */
  margin-top: 40px;
  /* ado pridané riadkovanie textu */  
  line-height: 125%;
}

.landing-page .header-back.generioLandingPage {
  /* ado zmena z height: 470px; */
  height: 500px;
}

.landing-page .header-back.one.generioLandingPage {
  background: url('../../images/landing/landing_generio.png') 80% 0 no-repeat;
  margin-top: 70px; 
  display: block;
}

.landing-page .carousel.generioLandingPage {
  /* ado zmena z height: 470px; */
  height: 500px;
}

.landing-page .carousel .item.generioLandingPage {
  /* ado zmena z height: 470px; */
  height: 500px;
}

.landing-page .carousel-inner > .item > img.generioLandingPage {
  /* ado zmena z height: 470px; */
  height: 500px;
}

.landing-page .contact.generioLandingPage {
  background-image: none;
}
/* 
    koniec Adove zmeny na landing page 
*/

#landing-main-header {
    margin-top: 55px;
    /*posunutie textu z 20px nizsie - kvoli videu*/
}


.container.mainlook {
    background-color: #e9edf0;
    /*width: 100%;*/
}

.mainlook .row img{
    width: 100%;
    height: auto;
}

.mainlook .row h1{
    color: #213A53;
    text-transform: uppercase;
    font-weight: 700;
}

.background-screen {
    background-image: url(../images/Monitor_flat_fit_3.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 4rem;
    margin-bottom: 2rem;
    padding-bottom: 85px;
    background-position: initial;
}

.videolanding {
    position: sticky;
    margin-left: 0%;
    margin-top: 4.2%;
    width: 91% !important
}
