body {
    background-image: url(../images/bg.jpg);
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    background-color: #000;
    font-family: "Arial", sans-serif;
    margin: 0;

    /*    background-image: url(../images/bg.jpg);
        min-width: 950px;
        margin: 0;
        font-family: "Arial", sans-serif;
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-color: #000000;
        background-position: top;*/
}
#navigation{
    position:static;
    display: block;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    height: 50px;
    padding: 0 0 0 0;
    width: 100%;
}
#section{
    position:absolute;
    display: block;
    height: auto;
    padding: 0 0 0 0;
    width: 100%;
}
.section-text{
    text-align: center;
    vertical-align: middle;
    line-height: 35px; 
    font-weight: 900;
    font-size: 18px;
    color: #ffffff;
}

.section-text-small{
    text-align: center;
    vertical-align: middle;
    line-height: 18px; 
    font-weight: 700;
    font-size: 15px;
    color: #ffffff;
    padding-bottom: 5px;
}

.h-text{
    text-align: center;
    vertical-align: middle;
    line-height: 20px; 
    font-weight: 900;
    font-size: 19px;
    color: #ffffff;
    margin-bottom: 8px;
}

.h-text-left{
    text-align: left;
    vertical-align: middle;
    line-height: 16px; 
    font-weight: 900;
    font-size: 16px;
    color: #ffffff;
    margin-bottom: -10px;
    margin-left: 10px;
}

.h-text-remain{
    text-align: center;
    vertical-align: middle;
    line-height: 16px; 
    font-weight: 900;
    font-size: 20px;
    color: #ffffff;
    margin-top: 8px;
}

.h-text-small{
    text-align: center;
    vertical-align: middle;
    line-height: 16px; 
    font-weight: 700;
    font-size: 15px;
    color: #ffffff;
    margin-top: 8px;
}


.h-text-detail{
    text-align: left;
    vertical-align: middle;
    line-height: 18px; 
    font-weight: 500;
    font-size: 15px;
    color: #ffffff;
    text-align: match-parent;
    margin-left: 10px;
    margin-right: 15px;
    margin-top: 1px;

}

.h-fest{
    text-align: left;
    vertical-align: bottom;
    line-height: 44px; 
    font-weight: 900;
    font-size: 44px;
    color: #ffffff;
    margin-left: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
    margin-right: -8px;
}

.h-fb{
    float: right;
    margin-right: 15px;
    margin-top: 7px;
    margin-left: 15px;
}

.section-text-detail{
    text-align: center;
    vertical-align: middle;
    line-height: 16px; 
    font-weight: 500;
    font-size: 12px;
    color: #ffffff;
    text-align: match-parent;

}
#content{
    position:static;
    display: block;
    margin-top: 15px;
    text-align: center;
    height: auto;
    padding: 0 0 0 0;
    width: 100%;
}

table{
    margin-right: auto;
    margin-left: auto;
    position: relative;
    //display: block;
    color: white;
    font-weight: 700;
    border: 0px solid;
    border-collapse: collapse;

}

input[type=text], [type=password]{
    border-radius: 5px;
    border: solid 1px #000;
    width:280px;
    background-color: #242424;
    height: 25px;
    color: white;
    padding-left: 5px;
    padding-right: 5px;
}

input[type=text]:focus, [type=password]:focus, textarea:focus{
    outline: none;
    background-color: #696969;
}

input[type=submit]{
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: block;
    margin-top: 10px;
    border-radius: 5px;
    border: solid 1px #a9a9a9;
    background: #ececec;
    min-width: 100px;
    min-height: 25px;
}
input[type=submit]:hover{
    background-color: #a9a9a9;
}

textarea{
    background-color: #242424;
    border-radius: 5px;
    border: solid 1px #000;
    width:280px;
    outline: none;
    color: white;
    padding-left: 5px;
    padding-right: 5px;
}

.menu li{
    list-style: none;
    color:#ffffff;
    font-size: 14px;
    font-weight: 500;
    vertical-align: middle;
    line-height: 50px; 
    display: inline-block;
    width:auto;
    margin-right: 20px;
    text-transform: uppercase;

}

.menu a{
    color: #ffffff;
    text-decoration: none;
}

.menu a:visited, .menu a:active{
    color: #ffffff;
    text-decoration: none;
}

.menu a:hover{
    color: #696969;
    text-decoration: none;
}

.menu-left li{
    list-style: none;
    color:#ffffff;
    font-size: 14px;
    font-weight: 500;
    vertical-align: middle;
    line-height: 20px; 
    display: inline-block;
    width:250px;
    text-transform: uppercase;
    text-align: center;
    float: left;
    margin: 0;
    padding: 0;

}

.menu-left{
    list-style: none;
    color:#ffffff;
    font-size: 14px;
    font-weight: 500;
    vertical-align: middle;
    line-height: 50px; 
    display: inline-block;
    width:250px;
    text-transform: uppercase;
    float: left;
    margin: 0;
    padding: 0;
}

.menu-left a{
    color: #ffffff;
    text-decoration: none;
}

.menu-left a:visited, .menu a:active{
    color: #ffffff;
    text-decoration: none;
}

.menu-left a:hover{
    color: #696969;
    text-decoration: none;
}


.logout a, .logout a:hover, .logout a:visited, .logout a:active{
    color: #ff0000;
}

.alert-text{
    text-align: center;
    color: #ff0000;
    margin-bottom: 15px;
}

.user-content{
    height:140px;
}
.users-table{
    border-collapse: collapse;
    border: solid 1px #000000 !important;
}
.users-table td{
    min-width: 120px;
    max-width: 300px;
    text-align: center;
    border: solid 1px #000000;
}

.users-table input[type=submit]{
    position: absolute;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border-radius: 5px;
    border: solid 1px #a9a9a9;
    background: #ececec;
    min-width: 60px;
    max-width: 60px;
    min-height: 15px;
}
.users-table input[type=submit]:hover{
    background-color: #a9a9a9;
}


.paging :visited, paging :link, .paging :active, .paging a{
    color: #000;

}

.paging :hover{
    color: #000;
    background-color: #a9a9a9;

}

.user-content :visited, .user-content :link, .user-content :active, .user-content a{
    color: #0092ff;
    text-decoration: none;
}
.user-content :hover{
    color: #000;
    background-color: #a9a9a9;
}

.user-content form{
    min-width:60px;
    max-width: 50px;
    display: inline-table;
    float:left;
    margin-right: 5px;
    position: relative;
    float: left;
    margin-right: 1px;
    margin-left: 1px;
}


.box1{
    margin-top: 5px;
    width:915px;
    height:auto;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}





.box2-news{
    background: rgba(0, 0, 52, 0.8);
    border-radius: 5px;
    width:200px;
    height:200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: inline-table;
    text-align: center;

}

.box2-next{
    background: rgba(0, 0, 52, 0.8);
    border-radius: 5px;
    width:300px;
    height:200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: inline-table;
    text-align: center;
}

.box2-event{
    background: rgba(0, 0, 0, 0.8);
    border-radius: 5px;
    width:225px;
    height:200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: inline-table;
    text-align: center;
    margin-bottom: 5px;
}

.nobreak{
    margin: 0;
    border: 0;
    padding: 0;
    position: relative;
    display: inline-table;
    text-align: center;
    margin-bottom: 5px;
    margin-left: -39px;
}

.box2-event:hover, .box2-event-big:hover{
    background: rgba(0, 0, 0, 0.95);
}

a{
    text-decoration: none;
}

.box2-event-big{
    background: rgba(0, 0, 0, 0.8);
    border-radius: 5px;
    width:225px; //302px;
    height: auto;
    min-height: 337px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: inline-table;
    text-align: center;
    //float: left;
}

.box2-event-news{
    background: rgba(0, 0, 0, 0.8);
    border-radius: 5px;
    width:913px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: inline-table;
    text-align: center;
    padding-bottom: 5px;
    padding-top: 5px;
    //float: left;
}

.text-news{
    text-align: center;
    color: white;
    font-size: 14px;
    line-height: 16px;
    margin-left: 5px;
    margin-right: 5px;

}

.banner{
    background-image: url(../images/banner.png);
    position: absolute;
    width: 950px;
    height: 260px;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
}

hr{
    margin: 0px;
    margin-bottom: 7px;
    margin-left: 5px;
    margin-right: 5px;
}

.h-hr{
    margin-top: 5px;
    margin-right: 10px;
}

.box3{
    margin-top: 5px;
    width:1200px;
    height:auto;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    min-height: 500px;

}

.box3-bgy{
    background: rgba(0, 0, 0, 0.75);
    border-radius: 5px;
    width:1200px;
    height:auto;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: inline-table;
    text-align: center;
    min-height: 500px;
    margin-bottom: 25px;
    padding-bottom: 5px;
}

.box4-left{
    border-radius: 5px;
    width:250px;
    height:auto;
    margin-left: 5px;
    margin-bottom: 5px;
    position: relative;
    display: inline-table;
    text-align: left;
    float: left;
    margin-top: 10px;


}
.box4-right2{
    border-radius: 5px;
    width:250px;
    height:auto;
    margin-right: 10px;
    margin-bottom: 5px;
    position: relative;
    display: inline-table;
    text-align: left;
    float: right;
    margin-top: 10px;



}

.box4-left-in{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background: rgba(0, 0, 0, 0.5);
    width:250px;
    height:auto;
    margin-left: 5px;
    margin-bottom: 25px;
    position: relative;
    display: inline-table;
    text-align: left;
    float: left;
    padding-bottom: 15px;

}

.box4-left-in-poster{
    width:250px;
    height:auto;
    position: relative;
    display: inline-table;
    text-align: left;
    float: left;
    margin-top: 18px;
    margin-bottom: 10px;

}

.box4-partners{
    width:210px;
    height:180px;
    position: relative;
    display: inline-table;
    text-align: left;
    float: left;
    margin-top: 18px;
    margin-bottom: 10px;

}

.box4-left-in-pic{
    border-radius: 5px;
    width:150px;
    height:auto;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: left;


}

.box4-left-in-pic-big{
    border-radius: 5px;
    width:300px;
    height:auto;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: left;

}

.box4-right{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background: rgba(0, 0, 0, 0.5);
    width: 660px;
    height:auto;
    margin-right: 5px;
    padding-bottom: 25px;
    position: relative;
    display: inline-table;
    text-align: left;
    float: right;
    margin-top: 15px;
    min-height: 400px;


}

.hr-silver hr{
    border: 0;
    border-top: 1px solid white;
    margin: 0px;
    margin-bottom: 7px;
    margin-left: 5px;
}

.box-band-main{
    width: 660px;
    height:auto;
    margin-bottom: 30px;
    margin-top: 5px;
    position: relative;
    display: inline-table;
    text-align: left;

}

.box-band-main-2{
    border-radius: 5px;
    width: 650px;
    height:auto;
    margin-right: 5px;
    margin-bottom: 15px;
    margin-top: 10px;
    position: relative;
    display: inline-table;
    text-align: left;
    float: right;

}

.box-h{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    width: 660px;
    height:auto;
    margin-right: 5px;
    margin-bottom: -15px;
    position: relative;
    display: inline-table;
    text-align: left;
    float: right;
    background: rgba(0, 0, 0, 0.75);
    padding-top: 7px;
}

.box-h-left{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    width: 250px;
    height:auto;
    margin-top: -10px;
    margin-right: 0px;
    margin-left: 5px;
    position: relative;
    display: inline-table;
    text-align: left;
    float: right;
    background: rgba(0, 0, 0, 0.75);
    padding-top: 7px;
    float: left;
}

.box-band-main:hover{
    background: rgba(0,0,0, 0.7);
}

.box-band-left{
    border-radius: 5px;
    width: 256px;
    height:auto;
    margin-right: 10px;
    margin-bottom: 5px;
    position: relative;
    display: inline-table;
    text-align: center;
    float: left;
    margin-left: 5px;
}

.box-band-right{
    border-radius: 5px;
    width: 370px;
    height:auto;
    margin-right: 5px;
    margin-bottom: 5px;
    position: relative;
    display: inline-table;
    text-align: center;
    float:right;

}

.box-partners-main{
    width: 630px;
    height:auto;
    margin-bottom: 30px;
    margin-top: 5px;
    position: relative;
    display: inline-table;
    text-align: left;

}
.band-text-big{
    text-align: center;
    vertical-align: middle;
    line-height: 22px; 
    font-weight: 900;
    font-size: 22px;
    color: #ffffff;
    margin-bottom: 3px;
    margin-top: 3px;
}

.band-text-detail{
    text-align: left;
    vertical-align: middle;
    line-height: 20px; 
    font-weight: 700;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    margin-top: 25px;

}

.band-picture{
    border-radius: 5px;
}

.band-icon{
    margin-left: 10px;
    margin-right: 10px;
}

a{
    color: white;
}

.inquiry input[type=submit], form{
    vertical-align:bottom;
    overflow:visible; 
    font-size:1em; 
    display:inline;  
    margin:0; 
    padding:0; 
    border:0; 
    background-color: transparent; 
    color: blue;
    cursor:pointer;
    height: 20px;
    text-align: left;
    outline: none;
}

.inquiry td :hover, .inquiry input[type=submit]:hover, form:hover, .inquiry tr:hover{
    color: white;
    border: 0px solid;
    border-collapse: collapse;
    background-color: #000;
}

.inquiry td{
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    padding-left: 10px;
}

.home{
    background-image: url(../images/home.png);
    height: 16px;
    width: 19px;

}

.home:hover{
    background-image: url(../images/home_hover.png);
}

.sliderbyaumkar {
}

.aumslider li{
    list-style: none;
    padding: 0px;
    margin: 0;
    padding: 0;
}

.slider ul, .eventslider ul, .eventslider li{
    list-style: none;
    margin: 0;
    padding: 0;
    clear: none;
    border: 0;
}

.slider {
    height: 200px;
}

.hideli { display: none; }

.showli { display: block; }

.fb-box{
    width:195px;
    height:auto;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: left;

}

.fb-logo{
    width:128px;
    height:auto;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: left;
}

.fb-text{
    color: #2195e1;
    margin: 5px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 0px;
    font-weight: 700;
    font-size: 13px;
}


@media only screen and (max-width: 600px) {
    .box1 {
        margin-top: 5px;
        width:225px;
        height:auto;
        margin-left: auto;
        margin-right: auto;
        position: relative;
    }
    
    .box2-event-news{
    background: rgba(0, 0, 0, 0.8);
    border-radius: 5px;
    width:225px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: inline-table;
    text-align: center;
    padding-bottom: 5px;
    padding-top: 5px;
    //float: left;
}
    
}