

@font-face {
    font-family: 'daysregular';
    src: url('days-webfont.eot');
    src: url('days-webfont.eot?#iefix') format('embedded-opentype'),
         url('days-webfont.woff') format('woff'),
         url('days-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}


body {
		background: #000000 url(../images/page.jpg) no-repeat center top fixed;
		font-size:14px;
		font-family: daysregular;
		color: #DFDFDF;
}

img {
	border:0;
}



#wrapper {
	max-width: 990px;
	margin: auto;
	clear:both;

}

.grid-box {
	float: left;
}

.grid-block:after {
	clear: both;
}

.grid-block:before,
.grid-block:after {
	content: "";
    display: table;
}

#header, .darkbg {
	padding: 20px;
	background: url(../images/section.png) 50% 50% repeat;
	box-shadow: inset 0 0 30px rgba(0,0,0,0.1);
	margin: 5px;
}

#main:before, .bottom-a-line #bottom-a:before, .bottom-b-line #bottom-b:before, .footer-line #footer:before {
	top: -15px;
	right: 5px;
	left: 5px;
	height: 10px;
	background: url(../images/section_before.png) 0 0 repeat-x;
}

#main:before, .bottom-a-line #bottom-a:before, .bottom-b-line #bottom-b:before, .footer-line #footer:before {
	content: "";
	display: block;
	position: absolute;
}

#main {
	margin-top:25px;
	position:relative;
	width:100%;
}

#menubar {
	padding: 4px;
	border-top: 1px solid #000;
	border-top: 1px solid rgba(0,0,0,0.3);
	border-bottom: 1px solid #343434;
	border-bottom: 1px solid rgba(255,255,255,0.08);
	border-radius: 3px;
	background: #242424;
	background: rgba(0,0,0,0.08);
	box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}





.nav {
	margin: 0;
	padding-left:0px;
	border-bottom: 1px solid #111;
	border-bottom: 1px solid rgba(0,0,0,0.45);
	border-radius: 1px;
	background: url(../images/menu_dropdown.png) 0 0 repeat-x;
	box-shadow: 0 1px 1px rgba(0,0,0,0.3);
	text-transform: uppercase;
	list-style: none;
	width:100%;
	height:42px;
}

.nav > li {
	padding:1px 10px;
	float:left;
	height: 41px;
	line-height:41px;
	background: url(../images/menu_dropdown_level1.png) 0 0 no-repeat;
		position:relative;

}

.nav > li > a {
	color: #CCCCCC;
}

.nav > li.active { background: url(../images/menu_dropdown_level1_active.png) 50% 0 no-repeat; }

.nav > li.active:before {
	content: "";
	display: block;
	position: absolute;
	top: -9px;
	right: 0;
	left: 0;
	width: 100%;
	height: 14px;
	background-position: 0 0;
	background-repeat: repeat-x;
}

.nav > li.active:before {
	background-image: url(../images/menu_dropdown_level1_active_color.png);
}

.nav > a,
.nav > span {
	color: #d6dadd;
	text-shadow: 0 1px 0 rgba(0,0,0,0.1);
	text-decoration: none;
	text-transform: uppercase;
	font-size:16px;


}

ul.nav li.dropdown:hover ul.dropdown-menu{
    display: block;    
}

.nav > li:hover > a {
 	color: #2E4B32;	
}

.nav > li:hover, .nav .open
{
	color: #2E4B32;
	background-color: #AAB5F0;
	box-shadow: inset 0 0 12px rgba(67, 89, 207, 0.8),
 	inset 0 0 8px rgba(67,89,207,0.3);

}



#maininner {
	width: 690px;
	float:left;
}

#sidebar {
	width:290px;
	margin-left: 695px;
	padding:1px;
}

#footer {
	width:100%;
}

#content {
	text-align:justify;
}

.lbl {
	display:inline-block;
	width:200px;
	height:20px;
	padding: 2px;
	vertical-align: top;
}

a {
	color:#9999FF;
}

.flags {
	display: flex;
	justify-content: space-around;
}

.flags .flag {
	text-align: center;
	font-size: 24px;
	line-height: 34px;
}

.flags .flag img {
	margin-bottom: 5px;
}


.gallery {
	width:100%;
	min-height: 200px;
	padding: 10px 0px;
}

.gallery .image {
	float:left;
	padding: 5px;
	vertical-align: middle;
}
.gallery .image img{
    min-height: 200px;
}
.concertTab {
	border:0;
}

.concertTab td {
	background: #495058;
}

.item {
	padding-bottom:20px;
}


.grid-item {
	width: 25%;
	float: left;
    margin-bottom: 15px;

    text-align: center;
  
}

.grid-item a{
	display:block;
    box-shadow: none;
    -webkit-transition: box-shadow 0.3s ease-out;
            transition: box-shadow 0.3s ease-out; 	
	padding: 15px 0px;
}
    

.grid-item a:hover {
    box-shadow: 0px 0px 4px rgba(255,255,255,0.4);
}

.grid-item .caption {
    height: 60px;
    text-align: center;
    font-size: 21px;
    line-height: 55px;
}

.grid-item .item-img {
    height: 200px;
    width: 100%;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
}

.grid-item .item-img img{
    top: 50%;
    -ms-transform: translateY(-50%) translateZ(0);
    -webkit-transform: translateY(-50%) translateZ(0);
    -moz-transform: translateY(-50%) translateZ(0);
    -o-transform: translateY(-50%) translateZ(0);
    transform: translateY(-50%) translateZ(0);
    position: relative;  
}

.hidden {
    display: none !important;
	visible: none;
}



.catalog-item {
	width: 33.3%;
	float: left;
    margin-bottom: 15px;
    text-align: center;
  
}

.item-inner {
	padding: 0px 15px;
}

.catalog-item .item-img {
    height: 250px;
    width: 100%;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;

}

.catalog-item .item-img img{
    top: 50%;
    -ms-transform: translateY(-50%) translateZ(0);
    -webkit-transform: translateY(-50%) translateZ(0);
    -moz-transform: translateY(-50%) translateZ(0);
    -o-transform: translateY(-50%) translateZ(0);
    transform: translateY(-50%) translateZ(0);
    position: relative;  
}

.tos-wrapper.tos-fit .tos-slide.tos-image > img {
    top: 50%;
    -ms-transform: translateY(-50%) translateZ(0);
    -webkit-transform: translateY(-50%) translateZ(0);
    -moz-transform: translateY(-50%) translateZ(0);
    -o-transform: translateY(-50%) translateZ(0);
    transform: translateY(-50%) translateZ(0);
    position: relative;    
}

audio {
	height:50px;
	width: 100%;
}

@media (max-width:450px) {
	audio {
		height: auto;
		margin-top: 50px;
	}
}



audio::-internal-media-controls-download-button {
    display:none;
}

audio::-webkit-media-controls-enclosure {
    overflow:hidden;
}

audio::-webkit-media-controls-panel {
    width: calc(100% + 30px); /* Adjust as needed */
}