﻿body {
    margin: 0;
    background-color: #000;
    color: #fff;
    font: normal normal normal 18px/1.25em Tahoma,Verdana,Segoe,sans-serif;
    background-image: url('/img/bBody.jpg');
    background-attachment: fixed;
    background-position: center 90px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding-top: 90px;
}

a, a:visited {
    color: #9b8158;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

ul {
    padding: 0 0 0 14px;
}

div.sep {
    width: 100%;
    clear: both;
    height: 1px;
    overflow: hidden;
}

span.row {
    white-space: nowrap;
}

li.lLi {
    cursor: pointer;
    padding: 0;
    list-style-type: circle;
    line-height: 30px;
}

    li.lLi span {
        display: inline-block;
        width: 130px;
    }

        li.lLi span.in:hover {
            text-decoration: underline;
        }

div.lCen {
    display: flex;
    justify-content: center;
    white-space: nowrap;
}

div.ui-dialog {
    max-height: 100%;
    width: 100%;
    overflow: auto; /* Or scroll, depending on your needs*/
    position: fixed;
    font-size: 17px;
    background-color: #fafafa;
}

.ui-widget-overlay {
    opacity: 0.8 !important;
    z-index: 9998 !important;
}

#resMnuBtn {
    display: none;
    text-align:center;
}

#resMnuBtn {
    display: none;
    width: 50px;
    height: 50px;
    position: fixed;
    right: 10px;
    top: 18px;
    background-color: #fff;
    z-index: 1020;
    cursor: pointer;
    background: url('/img/bZrus.svg') 100px 100px no-repeat;
}

    #resMnuBtn:before {
        content: "";
        position: absolute;
        left: 15px;
        top: 15px;
        width: 22px;
        height: 2px;
        background: #fff;
        box-shadow: 0 8px 0 0 #fff, 0 16px 0 0 #fff;
    }

    #resMnuBtn.act {
        background-position: center center;
    }

        #resMnuBtn.act:before {
            content: none;
        }

#header {
    height: 90px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1000;
    background-color: #000;
    overflow: hidden;
}

    #header.scrl {
        border-bottom: solid 1px #9B8158;
        background-color: #111;
    }

#home {
    width: 100%;
    background-color: #000;
    /*min-height: 340px;
    background-image: url('/img/bHome.jpg');
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: auto 100%;*/
}

    #home div.inner {
        padding: 0;
    }

    #home div.in1 {
        width: 58%;
        float: left;
    }

        #home div.in1 img {
            width: 100%;
        }

    #home div.in2 {
        float: left;
        background-color: #000;
        padding: 0px 1% 0 1%;
        width: 40%;
        text-align: left;
    }


        #home div.in2 h2 {
            color: #9B8158;
            margin: 10% 0 30% 0;
            font-size: 1.25em;
            font-style: italic;
            font-weight: normal;
        }

div.sep {
    width: 100%;
    height: 1px;
    font-size: 1px;
    clear: both;
}

#music {
    background-color: #A8A8A8;
    font-size: 17px;
    font-weight: normal;
    color: #000;
}

    #music h3 {
        margin: 4px 0 8px 0;
        font-weight: normal;
        font-size: 1.25em;
        color: #000;
    }

    #music a {
        color: #000;
    }

        #music a:hover {
            text-decoration: underline;
        }
div.repe{
	background-color: #8E8E8E;

	
}
div.inA, div.inB {
    width: 50%;
    display: inline-block;
    float: left;
    min-width: 320px;
}

div.inB {
    width: 45%;
    padding-left: 5%;
}

#about {
    background-color: transparent;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
    text-align: center;
}

    #about h3 {
        text-transform: uppercase;
        color: #fff;
        font-size: 1.35em;
    }

#band {
    background-color: #000;
    text-align: right;
    color: #fff;
}

    #band h3 {
        color: #9B8158;
        font-size: 1.35em;
        margin-top: 0;
    }

    #band img {
        float: right;
        min-width: 300px;
        max-width: 300px;
        border: 1px #9B8158 solid;
        margin-left: 1%;
    }

#footer {
    background-color: #9B8158;
    color: #fff;
}

div.inner {
    max-width: 970px;
    padding: 5px;
    min-width: 320px;
    margin: 0 auto;
}

#header div.inner h1 {
    font-size: 1em;
    font-weight: normal;
    margin: 0;
    text-transform: uppercase;
    height: 90px;
    line-height: 90px;
    float: left;
}

    #header div.inner h1 a {
        color: #9B8158;
    }

#mnu {
    position: fixed;
    top: 5px;
    right: 10px;
    z-index: 2000;
    padding: 0;
    margin: 0;
    display: block;
}

    #mnu li {
        list-style: none;
        display: inline-block;
        margin-left: 10px;
        padding: 0;
        height: 90px;
        line-height: 90px;
        font-size: 18px;
    }

        #mnu li a {
            color: #9b8158;
        }

            #mnu li a:hover {
                text-decoration: underline;
            }

@media only screen and (max-width:800px) {



    div.inA {
        width: 62%;
    }

    div.inB {
        width: 180px;
        min-width: 180px;
    }
}

@media only screen and (max-width:550px) {
    div.lCen {
        display: flex;
        justify-content: flex-start;
        white-space: nowrap;
    }

    #home div.in1 {
        width: 100%;
    }

    #home div.in2, #home div.in2 h2 {
        width: 98%;
    }

        #home div.in2 h2 {
            margin: 0 0 20px 0;
            font-size: 1em;
        }

    div.inA {
        width: 99%;
        padding: 0 0 0 1%;
    }

    div.inB {
        width: 99%;
        padding: 30px 0 0 1%;
    }

    #band h3 {
        margin-top: 6px;
    }

    #band div.inner.kap {
        text-align: center;
    }

        #band div.inner.kap img {
            display: block;
            float: none;
            margin: 0 auto;
        }


    #resMnuBtn {
        display: block;
        text-align:left;
    }

    #mnu {
        display: none;
        top: 90px;
        background-color: #222;
        right: 0;
    }

        #mnu li {
            display: block;
            height: 50px;
            line-height: 50px;
            font-size: 20px;
            border-bottom: 1px solid #333;
            margin: 0;
            padding: 0 10px;
            text-align: center;
        }

            #mnu li a {
                display: block;
                width: 100%;
                height: 50px;
            }
}

@media only screen and (max-width:400px) {

    div.lCen {
        font-size: 13px;
        line-height: 140%;
    }
}
