#content-products table.uk-table {
    font-size: 18px;
    line-height: 18px;
}

#content-products .uk-subnav {
    /*flex-wrap: nowrap;*/
}

@media(max-width: 639px) {
    #content-products .uk-subnav {
        display: block;
        text-align: center;
    }

    #content-products .uk-subnav li {
        margin-top: -1px;
        border-radius: 0;	
    }
}

/*** NAVIGATIONS ***/

#main-menu nav {
    min-height: 50px;
}

@media(min-width: 960px) {
    #main-menu nav {
        min-height: 80px;
    }

    #product-image {
        margin-top: 100px;
    }
}

#main-menu nav .uk-navbar-toggle {
    height: 50px;
}

#main-menu .uk-navbar-nav>li>a {
    color: #ffffff;
    font-weight: normal;
}

#submenu .uk-navbar-nav>li>a {
    color: #404040;
    font-weight: normal;
    height: 40px;
}

#main-menu nav {
    padding: 0 40px;
    background-color: #002f5c;
}

nav#submenu {
    padding: 0 40px;
    background-color: #f2f2f2;
}

@media (max-width:959px) {
    #main-menu nav {
        padding: 0 0 0 15px;
    }
    nav#submenu {
        padding: 0 0 0 15px;
    }
}

#main-menu nav ul.uk-navbar-nav li a{
    padding: 0;
    margin: 0 15px;
}

#main-menu nav ul.uk-navbar-nav li:not(.uk-active) a:hover {
    /*position: relative;
    top: -3px;*/
}

#sub-menu nav {
    background-color: #dbe9fc;
    padding: 0 40px;
    box-shadow: 0 5px 7px #aaa;
}
#sub-menu nav ul.uk-navbar-nav li a {
    font-size: 16px;
    line-height: 18px;
    padding: 10px 20px;
    text-decoration: none;
    font-weight: normal;
    height: auto;
    color: #002f5c;
}
#sub-menu nav ul.uk-navbar-nav li.uk-active a {
    font-weight: bold;
}

#main-menu nav ul.uk-navbar-nav li.uk-active {
    background-color: #dbe9fc;
}

#main-menu nav ul.uk-navbar-nav li.uk-active a {
    /*border-bottom: #ffffff 2px solid;*/
    color: #002f5c;
    font-weight: bold;
}

/** Mobile menu **/

#mobile-menu .uk-offcanvas-bar {
	background-color: #002f5c;
    padding-top: 17px;
    padding-left: 0;
    padding-right: 0;
}

#mobile-menu .uk-offcanvas-bar > a {
    padding-left: 20px;
    padding-right: 20px;
}

#mobile-menu .uk-offcanvas-bar li.uk-active > a {
    font-weight: bold !important;
}

#mobile-menu .uk-offcanvas-bar ul.mobile-top-nav > li > a {
	margin: 0;
    padding: 15px 20px;
    color: #fff;
    font-weight: normal;
    font-size: 22px;
}

/*#mobile-menu .uk-offcanvas-bar ul.mobile-top-nav > li.uk-active > a,
#mobile-menu .uk-offcanvas-bar ul.mobile-sub-nav > li.uk-active > a {
    background-color: #dbe9fc;
    color: #002f5c;
}*/

#mobile-menu .uk-offcanvas-bar ul.mobile-sub-nav {
	background: #002f5c;
	margin: 0;
	padding: 0;
}

#mobile-menu .uk-offcanvas-bar ul.mobile-sub-nav > li > a {
	font-weight: normal;
    padding: 7px 20px 7px 30px;
    margin: 0;
    font-size: 20px;
}

#mobile-menu .uk-offcanvas-bar ul.mobile-products-nav {
	background: #e5e5e5;
	margin: 0;
	padding: 0 0 15px 0;
}

#mobile-menu .uk-offcanvas-bar ul.mobile-products-nav > li > a {
	margin: 0;
    padding: 7px 20px 7px 10px;
    color: #002f5c;
    font-weight: normal;
    font-size: 18px;
}

#mobile-menu .uk-offcanvas-bar ul.mobile-products-nav > li > a .uk-width-expand {
	padding-left: 5px;
}

#mobile-menu .uk-offcanvas-bar ul.mobile-products-nav > li.uk-active > a {
    /*background-color: #dbe9fc;
    color: #002f5c;*/
}

#mobile-menu .uk-offcanvas-bar ul.mobile-variants-nav {
	background: #e5e5e5;
	margin: 0;
	padding: 0 0 15px 85px;
}

#mobile-menu .uk-offcanvas-bar ul.mobile-variants-nav > li > a {
	margin: 0;
    padding: 0px 20px 0px 10px;
    color: #002f5c;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
}

#mobile-menu .uk-offcanvas-bar ul.mobile-variants-nav > li.uk-active > a {
    /*background-color: #dbe9fc;
    color: #002f5c;*/
}

#mobile-menu .uk-offcanvas-bar ul.mobile-top-nav > li.uk-active,
#mobile-menu .uk-offcanvas-bar ul.mobile-top-nav > li.uk-active ul.mobile-sub-nav {
    background-color: #dbe9fc;
}

#mobile-menu .uk-offcanvas-bar ul.mobile-top-nav > li.uk-active a {
    color: #002f5c;
}


/*#mobile-menu .uk-offcanvas-bar {
    background-color: #002f5c;
    padding-top: 17px;
    padding-left: 0;
    padding-right: 0;
}

#mobile-menu .uk-offcanvas-bar ul.uk-nav > li {

}

#mobile-menu .uk-offcanvas-bar ul.uk-nav > li > a, #mobile-menu .facades-nav .facades-link {
    margin: 0;
    padding: 15px 20px;
}

#mobile-menu .uk-offcanvas-bar ul.uk-nav li.uk-active {
    background-color: #dbe9fc;
}

#mobile-menu .uk-offcanvas-bar ul.uk-nav > li.uk-active > a {
    color: #002f5c;
    font-weight: bold;
}

#mobile-menu .uk-offcanvas-bar ul.uk-nav > li.uk-active.uk-parent > a {
    border-bottom: #fff 1px solid;
}

#mobile-menu .uk-offcanvas-bar ul.uk-nav ul.uk-nav-sub {
    padding: 0 0 15px 0;
}

#mobile-menu .uk-offcanvas-bar ul.uk-nav ul.uk-nav-sub li{

}

#mobile-menu .uk-offcanvas-bar ul.uk-nav ul.uk-nav-sub li a {
    font-weight: normal;
    padding: 7px 20px 7px 30px;
    margin: 0;
    font-size: 20px;
}

#mobile-menu .uk-offcanvas-bar ul.uk-nav > li.uk-active ul.uk-nav-sub li a {
    color: #002f5c;
}

#mobile-menu .uk-offcanvas-bar ul.uk-nav ul.uk-nav-sub li.uk-active a {
    font-weight: bold;
}

#mobile-menu .uk-offcanvas-bar > a {
    padding-left: 20px;
    padding-right: 20px;
}
*/
#uvod .uk-slideshow .slideshow-title {
    position: absolute;
    top: 0;
    display:table-cell;
    width: 100%;
    height: 33%;
    max-height: 420px;
    background: linear-gradient(0, rgba(0,47,92,0), rgba(0,47,92,0.5));
    background: -moz-linear-gradient(bottom, rgba(0,47,92,0), rgba(0,47,92,0.5));
    background: -ms-linear-gradient(bottom, rgba(0,47,92,0), rgba(0,47,92,0.5));
}

#uvod .uk-slideshow .slideshow-title div{
    /*position: absolute;
    left: 40px; */
    padding: 50px 40px 0 40px;
    font-size: 43px;
    color: #ffffff;
    font-weight: 100;
}

/*#mobile-menu .facades-nav .uk-nav-sub > li {
    background: #e5e5e5;
}*/
/*
#mobile-menu .facades-nav .uk-nav-sub > li > a {
    color: #002f5c;
}

#mobile-menu .uk-offcanvas-bar ul.uk-nav ul.uk-nav-sub ul#facades-sub-nav li.uk-open {
    background: #dbe9fc;
    box-shadow: 0 3px 4px #aaaaaa69;
}

#mobile-menu .uk-offcanvas-bar ul.uk-nav ul.uk-nav-sub ul#facades-sub-nav li a {
    padding-left: 10px;
    font-weight: bold;
}

#mobile-menu .uk-offcanvas-bar ul.uk-nav ul.product-nav {
    padding-left: 85px;
}

#mobile-menu .uk-offcanvas-bar ul.uk-nav ul.product-nav li a {
    padding: 0 30px;
    font-size: 16px;
    line-height: 18px;
}

#mobile-menu .uk-offcanvas-bar ul.uk-nav ul.product-nav li a:not(.uk-active) {
    font-weight: normal !important;
}

#mobile-menu #facades-sub-nav {
    background: #e5e5e5;
}

#mobile-menu .facades-title {
    vertical-align: -webkit-baseline-middle;
    line-height: 18px;
    display: block;
}
*/
@media (max-width:639px) {
    #uvod .uk-slideshow .slideshow-title div{
        padding: 20px 20px 0 20px;
        font-size: 37px;
    }
}

#uvod .slideshow-title span:first-child {
    top: 130px;
}

#uvod .slideshow-title span:nth-child(2) {
    top: 130px;
}

#uvod .slideshow-title span:nth-child(3) {
    top: 130px;
}

#uvod .uk-slideshow .slideshow-box {
    position: absolute;
    right: 40px;
    bottom: 40px;
    background-color: rgba(242, 242, 242, 0.85);
    width: 33.59375%;
    max-width: 340px;
    min-height:90px;
    padding: 20px;
}

#uvod .uk-slideshow .slideshow-box h2 {
    color: #002f5c;
    font-weight: bold;
    font-size: 20px;
    margin: 0 !important;
}

#uvod .uk-slideshow .slideshow-box p {
    margin: 8px 0;
}

@media(max-width:959px) {
    #uvod .uk-slideshow .slideshow-box {
        right: 20px;
        bottom: 20px;
        width:240px;
        height:60px;
        padding: 15px 20px;		
    }

    #uvod .uk-slideshow .slideshow-box {
        font-size: 9px;
    }

    #uvod .uk-slideshow .slideshow-box p {
        margin: 7px 0;
    }

    #uvod .uk-slideshow .slideshow-box h2 {
        font-size: 14px;
    }
}

@media(max-width:639px) {
    #uvod .uk-slideshow .slideshow-box {
        left: 0;
        right: 0;
        bottom: 0;
        width: auto;
        /*display: none;*/		
    }
    #uvod .uk-slideshow .slideshow-box-toggle.hidden {
        visibility: hidden;	
    }
}

#produkty .uk-section,
#o-nas.uk-section,
#reference.uk-section {
    color: #002f5c;  	
}

#products-thumbnails {
    background: #f2f2f2;
    /*overflow-y: auto;*/
    height: 120px;
    box-shadow: 0 5px 7px #aaa;
}

#products-thumbnails-scrollable{
    width: fit-content;
    margin: 0 auto;
}

#products-thumbnails-scrollable,
#products-thumbnails-scrollable > div,
#products-thumbnails-scrollable > div > div{
    height: 100%;
}

#products-thumbnails a {
    font-size: 16px;
    line-height: 18px;
    display: inline-block;
    width: 158px;
    text-align: center;
    text-decoration: none;
    font-weight: normal;
    min-width: 85px;
    padding-top: 14px;
    padding-bottom: 7px;
}

#products-thumbnails .line-container.uk-active, #products-thumbnails .line-container:hover {
    background-color: #dbe9fc;
}

#products-thumbnails-left,
#products-thumbnails-right {
    background-color:rgba(242,242,242, 0.5);
    width: 20px;
    height: 71px;
    position: fixed;
    /*top: 50px;*/
    display: none;
}

#products-thumbnails-left {
    left: 0;
}

#products-thumbnails-right {
    right: 0;
}

#products-thumbnails .uk-cover-container {
    height: 57px;
    width: 74px;
    margin: 0 auto 6px;	
}

#products-submenu {
    background-color: #dbe9fc;
    width: 157px;
    position: absolute;
    /*overflow-y: auto;*/
}

#products-submenu-scrollable {
    width: 100%;
    max-width: 790px;
    margin: 0 auto;
}

#products-submenu a {
    font-size: 16px;
    line-height: 18px;
    text-align: left;
    padding: 0;
    padding-left: 36px;
    text-decoration: none;
    font-weight: normal;
}

#products-submenu a:first-child {
    padding-top: 36px;   
}

#products-submenu a:last-child {
    padding-bottom: 15px;
}

#products-submenu a.uk-active {
    font-weight: bold;
    background-color: transparent;
    padding-left: 12px;
}

#products-submenu .dot {
    font-size: 40px;
    vertical-align: text-top;
}

@media (max-width: 959px) {

    #products-thumbnails {
        height: auto;
    }


    #products-thumbnails a,
    #products-submenu a {
        font-size: 12px;
        line-height: 14px;
    }

    #products-thumbnails a{
        width: 108px;
    }

    #products-thumbnails .uk-cover-container{
        width: 60px;
        height: 39px;
        margin: 0 auto 4px;	
    }

    #products-submenu-scrollable {
        max-width: 540px;
    }

    #products-submenu {
        width: 108px;
    }

    /*    #products-submenu a:first-child {
            padding-left: 22px;
        }*/
}

@media (max-width: 489px) {

    #products-thumbnails a,
    #products-submenu a {
        font-size: 8px;
        line-height: 10px;
    }

    #products-thumbnails #products-thumbnails-scrollable,
    #products-thumbnails #products-thumbnails-scrollable .uk-flex,
    #products-submenu .uk-container,
    #products-submenu .uk-container .uk-flex {
        /*width: 100%;
        padding: 0;*/
    }

    #products-thumbnails a{
        width: 25%;
    }

    #products-thumbnails .uk-cover-container{
        width: 15vw;
        height: 38px;
        margin: 0 auto 2px;	
    }

}

#content-products h1 {

}

.intro-text {
    color: #002f5c; 
}

@media (max-width: 959px) {
    #specs-table td {
        /*white-space: nowrap;*/	
    }
    #products-thumbnails {
        display:none;
    }
}

.download-table td {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}

.download-table div {
    margin-top: 16px;
}

@media (min-width: 640px) {
    .download-table div:nth-child(odd) {
        float: left;
    }

    .download-table div:nth-child(even) {
        float: right;
    }

}

.download-table div:nth-child(even),
.download-table tr td:nth-child(2) {
    /*text-align: right;*/ 	
}

.download-table div i[class*=fa-] {
    padding-right: 10px; 	
}

table.download-table div a {
    padding-left: 10px; 	
}

#content-contact .narrow {
    max-width: 630px;
    margin-left: auto;
    margin-right: auto;
}

.search-form-wrapper form.narrow {
    width: 630px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 639px) {
    #content-contact .container-narrow
    {
        width: 100%;
    }
}

#content-contact .contact-image {
    width:150px;
    height:150px;
    border-radius:50%;
    margin: 0 auto;
}

@media (max-width: 639px) {
    #content-contact .contact-image {
        margin: 0;
    }
}

#content-contact ul.address {
    margin: 0;
    padding: 0;
    list-style: none;
}

#content-contact ul.address li:first-child {  /* name */
    font-weight: bold;
    color: #002f5c;
    margin-bottom: 1em; 
}

#content-contact ul.address li:nth-child(5) {  /* email */
    font-weight: bold;
    color: #002f5c;
    margin-top: 1em;
    margin-bottom: 1em; 
}

#content-products .product-stripe {
    background-color: #404040;
    color:white;
    text-align:center;
}

#content-products .product-stripe h2{
    color:white !important;
    margin-bottom: 20px !important;
}

/*** FOOTER ***/

footer a,
footer .uk-link,
footer a:hover,
footer .uk-link:hover {
    color: #ffffff;
    text-decoration: none;
    font-weight: normal;	
}

footer hr {
    border-top: 1px solid #fff;
}

#social-networks+.uk-container {
    margin-top: 40px;
}

footer h3,
footer .social-networks-title {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: bold;
}

footer .social-networks-inline h3,
footer .social-networks-inline .social-networks-title {
    display: inline;
}

#social-networks a {
    margin: 0 10px;
    font-size: 18px;
    color: #ffffff;
    font-weight: normal;
}

#uvod .uk-slideshow .uk-position-bottom-center {
    display: block;
}
}

footer .question-footer {
    background-color: #002242;
    margin-top: -40px;
    padding: 60px 40px;
    width: 250px;
    float: right;
    box-sizing: border-box;
}

@media (max-width:959px) {
    footer .question-footer {
        width: 100%;
        margin-top: 0;
    }
}

footer .question-footer .title {
    color: #ffffff;
    font-size: 25px;
    line-height: 25px;
    display: block;
    margin: 9px 0;
    font-weight: bold;
}

footer .question-footer p {
    margin: 20px 0 0 0;
    font-size: 18px;
    line-height: 26px;
}

/*** NOTIFICATIONS */

.uk-notification-top-center {
    width: 450px;
    margin-left: -225px;
}

.uk-notification-message-danger {
    background: #fef4f6;
    color: #f0506e;
}

.uk-notification-message-success {
    background: #edfbf6;
    color: #32d296;
}

/*** PRODUCTS OVERVIEW ***/

.products-overview .product-thumbnail {
    position:relative;
    display:block;
    background-position: center;
    background-size: cover;
    border-radius: 15px;
    transition: 0.3s;
    width: 100%;
    height: 250px;
}

.products-overview .product-label {
    text-transform: uppercase;
    position: absolute;
    bottom: 0px;
    left: 0;
    display: block;
    width: 100%;
    text-align: left;
    padding: 0 30px;
    color: #fff;
    background-color: #11305c;
    height: 45px;
    line-height: 45px;
    box-sizing: border-box;
    font-weight: normal;
    border-radius: 0 0 15px 15px;
    opacity: 0.85;
}

.products-overview .product-thumbnail:hover {
    box-shadow: 0px 0px 13px #000;
}
