/* LAYOUT */
body {
    padding-top: 0px;
    font-family: 'Montserrat', sans-serif !important;
}

@media (min-width: 1200px) {
    .container {
      max-width: 1300px !important;
    }
}

@media (max-width: 1199px) {
    .container {
      max-width: 100% !important;
      display: inline-block !important;
    }
}

.container-minus {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.hide {
    display: none !important;
}

/* LAYOUT KONEC */

/* HEADER */
header {
    display: block;
    float: left;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
    z-index: 100;
}

.darkmode {
    background: #000;
}

.top-bar {
    display: block;
    float: left;
    width: 100%;
    padding: 5px 5px 0 5px;
    text-align: right; 
}

.top-bar a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
}

.top-bar a i {
    display: inline-block;
    font-size: 16px;
    margin-right: 5px;
    margin-left: 20px;
}

.top-bar a:hover  {
    color: #4ca5d4;
    text-decoration: none;
}

.top-bar span {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    margin-left: 20px;
    cursor: pointer;
}

.top-bar span i {
    display: inline-block;
    font-size: 16px;
    margin-right: 5px;
}

.top-bar strong {
    font-weight: 500;
    color: #bb1717;
}

.top-bar span:hover strong {
    color: #0a7312;
}

.top-bar span:hover {
    color: #0a7312;
}

@media (max-width: 500px) {
    .top-bar span {
      display: none;
    }
}

header .navbar {
    padding: 5px;
}

header .navbar .navbar-brand img {
    display: block;
    float: left;
    height: 55px;
    width: auto; 
}

@media (max-width: 500px) {
    header .navbar .navbar-brand img {
      height: 40px;
    }
}

header .navbar .navbar-collapse {
    flex-direction: row-reverse;
    margin-top: 15px;
}

header .navbar .nav-item .nav-link {
    color: #fff;
    padding: 0 5px;
    margin-left: 25px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    line-height: 25px;
}

@media (max-width: 991px) {
    header .navbar .navbar-collapse {
      background: #000;
    }

    header .navbar .nav-item .nav-link {
      padding: 10px 0;
      font-size: 18px;
      border-top: 1px solid #636363;
    }
    
    header .navbar .nav-item .no-border {
      border-top: none;
    }
}

header .navbar .nav-item .nav-link:hover {
    color: #4ca5d4;
}

header .navbar .nav-item .selected {
    color: #4ca5d4;
    border-bottom: 1px solid #4ca5d4;
}

header .navbar .navbar-toggler {
    background-color: #4ca5d4;
}
/* HEADER KONEC */

/* TOP SECTION */
.top-section {
    display: block;
    float: left;
    width: 100%; 
    height: 700px;
    background: url(../imgs/stresni-okna.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

@media (max-width: 991px) {
    .top-section {
      height: 400px;
    }
}

.top-absolute {
    display: block;
    float: left;
    width: 100%;
    position: absolute;
    bottom: 150px;
    left: 0;
    z-index: 1;
}

@media (max-width: 991px) {
    .top-absolute {
      bottom: 10px;
    }
}

.top-absolute-box {
    display: block;
    float: left;
    background: rgba(0,0,0,0.7);
    padding: 20px;
    border-radius: 7px;
}

.top-absolute-box h1 {
    display: block;
    float: left;
    width: 100%;
    color: #4ca5d4;
    font-weight: 500;
    font-size: 28px;
    margin-bottom: 15px;
}

.top-absolute-box h1 small {
    font-size: 14px;
}

.top-absolute-box p {
    display: block;
    float: left;
    width: 100%;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 20px;
}

.top-absolute-box span {
    display: block;
    float: left;
    color: #fff;
    background: #4ca5d4;
    font-weight: 500;
    font-size: 16px;
    padding: 7px 25px;
    border-radius: 5px;
    cursor: pointer;
}

.top-absolute-box span:hover {
    background: #0e3962;
}
/* TOP SECTION KONEC */

/* SLUZBY */
.nabidka-section {
    display: block;
    float: left;
    width: 100%;
    padding: 40px 0 10px 0;
}

.nabidka-section h2 {
    display: block;
    float: left; 
    width: 100%;   
    font-weight: 500;
    font-size: 26px;
    color: #0e3962;
    margin-bottom: 20px;
}

.nabidka-section h2 i {
    display: inline-block;
    font-size: 24px;
    line-height: 28px;
    color: #4ca5d4;
    margin-right: 5px;
}

.nabidka-box {
    display: block;
    float: left;
    padding: 0 !important;
    margin-bottom: 20px;
}

.nabidka-box .nabidka-img {
    display: block;
    float: left;
    width: 100%;
    height: 400px;
    overflow: hidden;
    position: relative;
    border-radius: 8px;
}

.nabidka-box .nabidka-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.nabidka-box h3 {
    display: block;
    float: left;
    width: 100%;
    color: #4ca5d4;
    font-size: 18px;
    font-size: 500;
    margin-bottom: 5px;
}

.nabidka-box p {
    display: block;
    float: left;
    width: 100%;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    height: 120px;
    overflow: hidden;
    margin-bottom: 5px;
}

.nabidka-left {
    padding-right: 10px !important;
}

.nabidka-right {
    padding-left: 10px !important;
}

@media (max-width: 767px) {
    .nabidka-left {
        padding-right: 0px !important;
    }
    
    .nabidka-box p {
        height: auto;
        margin-bottom: 10px;
    }
    
    .nabidka-right {
        padding-left: 0px !important;
    }
}
/* SLUZBY KONEC */

/* SLIDER */
.slider-section {
    display: block;
    float: left;
    width: 100%;
    padding: 40px 0;
}

.slider-section h2 {
    display: block;
    float: left; 
    width: 100%;   
    font-weight: 500;
    font-size: 26px;
    color: #0e3962;
    margin-bottom: 20px;
}

.slider-section h2 i {
    display: inline-block;
    font-size: 24px;
    line-height: 28px;
    color: #4ca5d4;
    margin-right: 5px;
}

.slider-section .swiper{
    padding: 5px;
}

.slider-section .swiper-slide{
    display: block;
    float: left;    
}

.slider-section .slider-btn {
    display: block;
    float: left;
    width: 100%;
    padding-top: 30px;
    text-align: center;
}

.slider-section .slider-btn span {
    display: inline-block;
    color: #fff;
    background: #0a7312;
    font-weight: 500;
    font-size: 16px;
    padding: 10px 30px;
    border-radius: 5px;
    cursor: pointer;
}

.slider-section .slider-btn span:hover {
    background: #bb1717;
}
/* SLIDER KONEC */

/* RECENZE BOX */
.recenze-box {
    display: block;
    float: left;
    width: 100%;
    box-shadow: 0px 0px 15px -3px #aaa; 
    border-radius: 7px;
    overflow: hidden;
}

.recenze-box .recenze-img {
    display: block;
    float: left;
    width: 100%;
    height: 250px;
    overflow: hidden;    
}

.recenze-box .recenze-img img {
    display: block;
    float: left;
    width: 100%;
    height: auto;
}

.recenze-box p {
    display: block;
    float: left;
    width: calc(100% - 10px);
    font-size: 14px;
    text-align: center;
    padding: 0 5px;
    font-weight: 400;
    color: #000;
    margin: 15px 5px;
    height: 260px;
    overflow: hidden;
}
/* RECENZE BOX KONEC */

/* KONTAKT */
.contact-section {
    display: block;
    float: left;
    width: 100%;
    padding: 40px 0 0 0;
}

.contact-section h2 {
    display: block;
    float: left; 
    width: 100%;   
    font-weight: 500;
    font-size: 26px;
    color: #0e3962;
    margin-bottom: 20px;
}

.contact-section h2 i {
    display: inline-block;
    font-size: 24px;
    line-height: 28px;
    color: #4ca5d4;
    margin-right: 5px;
}

.contact-section .contact-left {
    display: block;
    float: left;
}

@media (max-width: 575px) {
    .contact-section .contact-left {
      margin-bottom: 20px;
    }
}

.contact-section .contact-left span {
    display: block;
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
}

.contact-section .contact-left .name {
    display: block;
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    color: #4ca5d4;
}

.contact-section .contact-right {
    display: block;
    float: left;
}

.contact-section .contact-right span {
    display: block;
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
}

.contact-section .contact-right span a {
    color: #000;
}

.contact-section .contact-right span a:hover {
    color: #0e3962;
    text-decoration: none;
}

.contact-section .contact-right span a i {
    display: inline-block;
    color: #0866ff;
    margin-right: 2px;
}

.contact-section .contact-right .name {
    display: block;
    float: left;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    color: #4ca5d4;
    margin-bottom: 5px;
}

.contact-section .contact-certifikaty  {
    display: block;
    float: left;
    margin-top: 40px;
}

.contact-section .contact-certifikaty h3 {
    display: block;
    float: left; 
    width: 100%;   
    font-weight: 500;
    font-size: 24px;
    color: #0e3962;
    margin-bottom: 20px;
}

.contact-section .contact-certifikaty h3 i {
    display: inline-block;
    font-size: 22px;
    line-height: 24px;
    color: #4ca5d4;
    margin-right: 5px;
}

.contact-section .contact-certifikaty .certifikaty-box {
    display: block;
    float: left;
    width: 100%;
}

.contact-section .contact-certifikaty .certifikaty-box .gallery-img {
    display: block;
    float: left;
    width: calc(25% - 30px);
    margin-right: 30px;
}

@media (max-width: 990px) {
    .contact-section .contact-certifikaty .certifikaty-box .gallery-img {
      width: calc(33% - 30px);
    }
}

@media (max-width: 550px) {
    .contact-section .contact-certifikaty .certifikaty-box .gallery-img {
      width: calc(33% - 10px);
      margin-right: 10px;
    }
}

.contact-section .contact-certifikaty .certifikaty-box .gallery-img img {
    display: block;
    float: left;
    width: 100%;
    height: auto;
}

.contact-section .contact-mapa {
    display: block;
    float: left;
    margin-top: 30px;
}

.contact-section .contact-mapa iframe {
    display: block;
    float: left;
    width: 100%;
    height: 450px; 
}

@media (max-width: 990px) {
    .contact-section .contact-mapa iframe {
      height: 200px;
    }
}
/* KONTAKT KONEC */

/* FOOTER */
footer {
    display: block;
    float: left;
    width: 100%;
    padding: 50px 0;
    background: #000;  
}

footer span {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}
/* FOOTER KONEC */