body {
    font-family: Ubuntu, Verdana, Geneva, sans-serif;
    font-size: 14px;
    color: #9A1A33;
    margin: 0;
    padding: 0;
    text-align: center;
}

a.x {
    color: #9A1A33;
    text-decoration: none;
}

ul {
    list-style-type: none;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.center {
    text-align: center;
}

[class*="col-"] {
    float: left;
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.col-1 {
    width: 100%;
}

.col-2 {
    width: 50%;
}

.col-3 {
    width: 33%;
}

.col-4 {
    width: 25%;
}

.col-5 {
    width: 20%;
}

.col-6 {
    width: 67%;
}

.button {
    font-size: 11px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 0 30px;
    line-height: 30px;
    background-color: #9A1A33;
    text-decoration: none;
}

#header {
    color: #fff;
    width: auto;
    border-top: 6px solid #9c1a34;
    border-bottom: 6px solid #5c2832;
    background-color: #333;
}

    #header .container {
        padding: 0 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    #header #logo img {
        width: 279px;
        height: 150px;
    }

    #header hr {
        border-top: 1px solid #040404;
        border-right: none;
        border-bottom: 1px solid #1d1d1d;
        border-left: none;
    }

    #header #title {
        font-size: 20px;
        font-weight: bold;
        line-height: 80px;
        float: left;
        /*text-transform: uppercase;*/
    }

    #header #menu {
        float: right;
        margin: 13px 0;
    }

        #header #menu ul li {
            float: left;
        }

            #header #menu ul li a {
                color: #fff;
                line-height: 54px;
                padding: 0 20px;
                display: block;
                text-decoration: none;
            }

                #header #menu ul li a:hover {
                    background-color: #9a1a33;
                }

    #header #menu-button {
        display: none;
    }

    #header #menu-mobile {
        display: none;
    }

        #header #menu-mobile ul {
            display: none;
        }

#footer {
    color: #fff;
    width: auto;
    background-color: #333;
}

#copyright {
    color: #fff;
    width: auto;
    background-color: #202424;
}

.container {
    width: 970px;
    display: inline-block;
    padding: 15px 0;
    text-align: left;
}

@media all and (max-width: 970px/*ak sa sirka okna zmensi pod tuto hranicu, prepne sa na mobile menu !musi korespondovet s .container:width hore*/) {
    body {
        -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
        font-size: 12px;
    }

    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6 {
        width: 100%;
    }

    .container {
        width: 100%;
    }

    #header #logo {
        font-size: 15px;
    }

    #header #menu {
        display: none;
    }

    #header #menu-button {
        display: block;
        float: right;
    }

        #header #menu-button span {
            width: 30px;
            height: 30px;
            float: right;
            margin: 25px 0;
            background: url(img/menu-icon.svg) 0 0 no-repeat;
        }

    #header #menu-mobile {
        display: block;
        top: 92px;
        left: 0;
        right: 0;
    }

        #header #menu-mobile ul {
            width: 100%;
        }

        #header #menu-mobile li {
            text-align: center;
            width: 100%;
            float: none;
            background-color: #202424;
        }

            #header #menu-mobile li a {
                color: #fff;
                display: block;
                line-height: 40px;
            }

                #header #menu-mobile li a:hover {
                    text-decoration: none;
                }
}

@media (min-width: 320px) and (max-width: 400px) {
    #header #title {
        font-size: 15px;
        width: 100%;
        float: none;
    }
}

@media (min-width: 400px) and (max-width: 500px) {
    #header #title {
        font-size: 15px;
    }
}
