 #header {
            background-image: url('./images/04blurr.jpg');
            background-position: center;
            height: 300px;
            background-size: cover;
            position: relative;
            text-align: center;
            text-shadow: 0px 0px 13px #571117;
            top: 1px;
        }

        .headerInner {
            position: absolute;
            bottom: -6px;
            width: 100%;
            background-color:rgba(255, 255, 255, 0.3);
        }

        .headerContact {
            position: absolute;
            top: 0px;
            right: 0;
            color: #f2f2f2;
            font-size: 20px;
            padding: 5px;
            text-shadow: 0px 0px 13px #000;
            /* width: 100%; */
            background-color:rgba(255, 255, 255, 0.3);
        }

        #menuOuter {
            /*margin-top: 5px;*/
        }

        #welcomeSign {
            text-align: center;
            margin-top: 50px;
            margin-bottom: 90px;
            color: #571117;
        }

        #products {
            padding-bottom: 40px;
        }

        .productOuter {
            margin-bottom: 30px;
        }

        .crdimg {
            background-position: center;
            height: 300px;
            background-size: contain;
            position: relative;

    	    background-repeat: no-repeat;
        }

        .crdheader {
            position: absolute;
            bottom: 15px;
            left: 20px;
            color: #FFF;
            font-size: 30px;
            font-weight: 300;
            
            text-shadow: 0px 0px 13px #000;

        }

        .crdtext {
            padding: 10px 20px;
        }

        .eliskaphoto {
            /*background-image: url('./images/eliska.png');*/
            background-position: center;
            background-size: cover;
            height: 300px;
        }

        .parallax-container {
            height: 300px;
        }

        #about {
            margin-bottom: 70px;
        }

            #about p {
                font-size: 20px;
            }

        .materialboxed {
            width: 100%;
        }

        .contact p {
            font-size: 20px;
        }

        .contact i {
            font-size: 32px;
        }

        .topmenu {
            height: 50px;
            width: 100%;
            z-index: 2;
            position: fixed;
            //background-color: #FFF;
            //opacity: 0.5;
        }

        .topmenuInner {
            position: absolute;
            right: 20px;
            opacity: 1;
        }

        #menuInner {
            background-color: #fff;
            text-align: center;
        }

        .menuItem {
            font-size: 22px;
            padding: 15px 20px 10px 20px;
            color: #333;
            display: inline-block;
            transition-property: all;
            transition-duration: 0.5s;
            border: 0;
            border-style: solid;
            border-color: transparent;
            border-bottom-color: #CCC;
            border-bottom-width: 1px;
        }

            .menuItem:hover {
                color: #000;
                border-bottom-color: #571117;
                //background-color: #26bab5;
                //text-decoration: underline;
            }

        .prouzek {
            width: 30%;
            height: 0px;
            position: absolute;
            background-color: #BBB;
            bottom: 0;
            right: 10px;
        }

        .valign-wrapper {
            height: 100%;
            position: absolute;
        }

        .destTop{
            margin-bottom: 0px;
        }
        .desc{
            margin-top: 5px;
        }