body{
    background-color: #e0f2f1;
}
h3 {
    font-size: 1.64rem;
}
.icon-block {
    padding: 0 15px;
}
.icon-block .material-icons {
    font-size: inherit;
}
.icon-block {
    padding: 0 15px;
}
.icon-block .material-icons {
    font-size: inherit;
}
.parallax-container {
    height: 350px;
}
.parallax-container h2 {
    margin-top: 50px;
}

/*  kdyz je header s menu fixed  */
/*.anchor {
    padding-top: 30px;
}*/


/* clearfix hack */
.products .collapsible-header{
    overflow: hidden;
    zoom: 1;
}

.products h3{
    display: inline-block;;
    font-size: 1.5em;
    width: 120px;
}
.products .logo{
    display: inline-block;;
    margin: 0;
    width: 170px;
    height: 60px;
}
.products .controls {
    padding-top: 10px;
    padding-right: 10px;
}
.products .collapsible-header .title {
    padding-top:.7em;
    padding-bottom:.7em;
}
@media (min-width: 675px) {
    .products .collapsible-header span {
        display: inline-block;
    }
}
#sidenav-overlay {
    z-index: 800;
}
nav a.brand-logo{
    margin-left: 20px;
}
nav ul a, nav .brand-logo{
    color:black;
}



.contact .name h3{
    margin-top: 0;
}
.contact .name {
    text-align: right;
    padding-right: 40px;
}
@media (max-width: 600px) {
    .contact .name {
        text-align: left;
        padding-bottom: 40px;
    }
}




footer.page-footer {
    margin-top: 0;
    padding-top: 5px
}
.text-shadow{
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 1);
}
.brand-logo img{
    width:190px;
    height:45px;
    margin-top: 10px;
}
.button-collapse{
    color:black;
}

#home .container{
    padding-top: 30px;
}

@media (max-width: 499px) {
    #home .container{
        padding-top: 0px;
    }
    #home h1{
        font-size: 40px;
    }
    #home h3{
        font-size: 18px;
    }
    .parallax-container{
        height: 150px;
    }
}
@media (max-width: 260px) {
    #home h1{
        font-size: 30px;
    }
    #home h3{
        font-size: 15px;
    }
}

/*BXSLIDER*/
.bx-viewport, .bx-wrapper{
    position:relative;
    width:100%;
    height:500px !important;
    top:0;
    left:0;
}
.bxslider, .bxslider li{
    height: 500px !important;;
}
.bxslider li{
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}
.bx-wrapper .bx-viewport{
    border: none !important;
}
.bx-wrapper {
    border: 0 solid white;
    margin-bottom: 0;
}
.bx-pager{
    /*position: relative;*/
    top: 450px;
    /*z-index: 20;*/
}

.over-slider{
    position: absolute;;
    z-index: 20;
    width: 100%;
}
