/* Global */

/*:empty{outline: 1px solid red;}*/
/*img[alt=""]{outline: 1p solid yellow;}*/

@font-face {
	font-family: 'IhanaPerkeleAlaston';
	src: url('font/Ihana_Perkele_Alaston.eot');
	src: local('☺'), url('font/Ihana_Perkele_Alaston.woff') format('woff'), url('font/Ihana_Perkele_Alaston.ttf') format('truetype'), url('font/Ihana_Perkele_Alaston.svg') format('svg');
	font-weight: 400;
	font-style: normal;
}

* {
	margin:0;
	padding:0;
}
*:focus {
	outline: none;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*, *:before, *:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

html, body {height:100%;}

body {
	/*background-color: #013b51;*/
	/*background-image: url(../img/opener_bgrnd1.jpg);*/
	background-color: #44669c;
	/*background-image: url(../img/body_bgrnd_danzn.png);*/
	/*background-attachment: fixed;*/
	background-position: center -50px;
	/*background-repeat: repeat-x;*/
	/*background-repeat: no-repeat;*/
	background-size: 100% auto;
	/*background-size: 100% auto;*/
	font-family: arial;
	font-size: 15px;
	color:#000;
}

body.opener {
	background-color: #204b68;
	/*background-color: #530b17;*/
	background-image: none;
	font-size:15px;
	color:#000;
	overflow: hidden;
}
body.onepage {
	background-color: #44669c;
}

body.blank {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-color: #fff;
	background-image: none;
	font-family: arial;
	font-size: 13px;
	color:#000;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

img {
	border:none;
}
p, h1, h2, h3, h4, h5 {
	margin:0px;
	padding:0px;
}
td {
	vertical-align: top;
}
a:link, a:visited, a:active {
	color: #29446f;
	text-decoration: none;
}
a:hover {
	color: #29446f;
	text-decoration: underline;
}
video {
	margin-bottom: -10px;
	max-height: 620px;
	display: inline-block;
}

a.anchor {
    display: block;
    position: relative;
    visibility: hidden;
}
.link {
	color: #29446f; text-decoration: none;cursor:pointer;
}
.link:hover {
	color: #29446f; text-decoration: underline;
}

.tf_but { cursor:pointer; }

#p_top {
    display: block;
    position: absolute;
    visibility: hidden;
    top: 0px;
}

div.clear {clear: both;}

#m_center {
	letter-spacing: 1px;
	line-height: 1.3em;
}

input {width:100%;border:1px solid #999;background-color:#fff;padding:5px 5px;font-family:arial;font-size:15px;color:#222;}
textarea {width:100%;border:1px solid #999;background-color:#fff;padding:5px 5px;font-family:arial;font-size:15px;color:#222;}
button {
	background-color: #005a4b;
	border: 1px solid #005a4b;
	border-radius: 14px;
	padding: 6px 20px;
	text-align: center;
	font-family:arial;
	font-size:15px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	width: 200px;
}
marquee {width:100%;border:1px solid #999;background-color:#fff;font-family:courier;font-size:15px;color:#222;}
select {border:1px solid #999;background-color:#fff;padding:5px 2px;font-family:arial;font-size:15px;color:#222;}
.input_radio {width:16px;border:0px;background:none;}
.input_checkbox {width:16px;border:0px;background:none;}
.input_inactive {height:19px;border:1px solid #ccc;background-color:#fff;font-family:arial;font-size:15px;color:#999;}
.input_button {
	background-color: #005a4b;
	border: 1px solid #005a4b;
	border-radius: 14px;
	padding: 6px 20px;
	text-align: center;
	font-family:arial;
	font-size:15px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	width: 200px;
}

input, textarea, select, button {
	max-width: 800px;
}

input[type=checkbox], input[type=radio] {
    white-space: nowrap;
    overflow:hidden;
    width:15px;
    height:15px;
}
input[type=button] {
	background-color: #005a4b;
	border: 1px solid #005a4b;
	border-radius: 14px;
	padding: 6px 20px;
	text-align: center;
	font-family:arial;
	font-size:15px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	width: 200px;
}

h1 {margin:0 0 5px 0;padding:0;font-size:29px;font-weight:normal;color:#29446f;line-height: 33px;}
h2 {margin:0 0 5px 0;padding:0;font-size:25px;font-weight:normal;color:#29446f;line-height: 31px;}
h3 {margin:0 0 5px 0;padding:0;font-size:21px;font-weight:normal;color:#29446f;line-height: 25px;}
h4 {margin:0 0 3px 0;padding:0;font-size:15px;font-weight:normal;color:#000;line-height: 19px;}
h5 {margin:0 0 2px 0;padding:0;font-size:13px;font-weight:normal;color:#000;line-height: 15px;}
h6 {margin:0 0 2px 0;padding:0;font-size:11px;font-weight:normal;color:#000;line-height: 13px;}

hr {height:1px;border:0px solid #999;background-color:#999;color:#999;}

.main_text_highlight {vertical-align:top;font-size:21px;color:#362d1e;}
.main_text_big {vertical-align:top;font-size:25px;font-weight:bold;color:#362d1e;}
.main_infotext {font-size:21px;color:#362d1e;}
.main_link {vertical-align:top;font-size:21px;color:#1f1f1f;cursor:pointer;text-decoration: underline;}

.page_error {
	margin: 0 40px;
}
.template_error {
	margin: 0 40px;
}
.main_alert_text {
	text-align: center;
}

/* ui-dialog - alert window */

.ui-dialog {
	position: fixed;
}
.ui-dialog.ui-widget.ui-widget-content {
 	border: 2px solid #29446f;
    border-radius: 10px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
	/*overflow: hidden;*/
	color: #000;
}
.ui-dialog .ui-widget-content {
	border: none;
}
.ui-dialog .ui-widget-header {
	display: none;
	border: 1px solid #0f0;
	background: #999;
	color: #333;
	font-weight: bold;
}
.ui-dialog .ui-dialog-content {
	background: #fff;
	padding: 10px 10px;
	font-size: 15px;
	color: #333;
}
.ui-dialog .ui-dialog-buttonpane {
	margin-top: 0;
	padding: 10px 10px;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: 0;
    border-radius: 6px;
	background: #666;
	font-size: 15px;
	color: #fff;
}

/* overlay */
#overlay_window {
	margin: 46px 20px;
	min-width: 100px;
	width: 800px;
	/*min-height: 100px;*/
	transform: scale(1);
	padding: 15px 15px;
	border: 2px solid #29446f;
	border-radius: 15px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
	/*overflow: hidden;*/
	color: #000;
}
#overlay_window h1, #overlay_window h2, #overlay_window h3, #overlay_window h4, #overlay_window h5, #overlay_window h6 {
	color: #29446f;
	text-shadow: none;
}
.popup_visible #overlay_window {
  transform: scale(1);
}
#overlay_window .bclose {
	float: right;
	width: 26px;
	height: 26px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-image: url(../img/sys/win_close.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
}
#overlay_window img {
	display: block;
	max-width: 100%;
	height: auto;
}


#m_totop {
	display: none;
	position: fixed;
	z-index: 12;
	bottom: 0;
	right: 0;
	width: 80px;
	height: 80px;
	margin: 0 40px 40px 0;
	border: 1px solid #ccc;
	border-radius: 10px;
	background-color: rgba(50, 50, 50, 0.5);
}
#m_totop a {
	display: inline-block;
	width: 100%;
	height: 100%;
}


#m_bottom {
	position: absolute;
	z-index: 6;
	bottom: 0;
	/*left: 0;*/
	width: 100%;
	height: 180px;
	/*background: rgb(57, 44, 24);*/
	/*background: rgb(70, 54, 30);*/
	/*border-top: 1px solid #333;*/
}
body.onepage #m_bottom {
}

#b_content {
	margin-top: 30px;
	list-style-type: none;
	text-align: center;
}
#b_logo {
	display: none;
	float: left;
	width: 60px;
	margin-top: 10px;
	margin-right: 0;
}
#b_logo img {
	width:60px;
}

#b_menu {
	display: inline-block;
	text-align: center;
}
#b_menu ul {
	margin: 0;
	padding: 0;
	margin: auto;
}
#b_menu ul li {
	display: inline-block;
	padding: 0 22px 15px 0;
	text-align: center;
}
#b_menu ul li:last-child {
	padding: 0 0 15px 0;
}
#b_menu ul li a{
	padding-top: 3px;
	font-size: 19px;
	color: #fff;
}
#b_menu ul li a:hover{
}

#b_social {
	margin-top: 15px;
	text-align: center;
}
#b_social ul {
	margin: 0;
	padding: 0;
	margin: auto;
}
#b_social ul li {
	display: inline-block;
	padding: 0 22px 15px 0;
	text-align: center;
}
#b_social ul li:last-child {
	padding: 0 0 15px 0;
}
#b_social ul li a{
	font-size: 19px;
	color: #fff;
}
#b_social ul li a:hover{
}
#b_social ul li img {
	max-width: 40px;
	max-height: 40px;
}
#b_social ul li img.instagram {
	max-height: 29px;
}
#b_mspc {
	display: inline-block;
	margin: 0 22px 0 22px;
	font-size: 19px;
	color: #fff;
}
#b_lang {
	display: inline-block;
	margin: 0;
	text-align: center;
	font-size: 19px;
}
#b_lang div {
	display: inline-block;
	margin: 0 22px 15px 0;
}
#b_lang div:last-child {
	margin-right: 0;
}
#b_lang div a {
	color: #fff;
}
#btm_spacer {
}


section {
	clear: both;
	/*min-height: 100vh;*/
	/*background-size: 100% auto;*/
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-attachment: fixed;
	background-color: transparent;
}
section:last-child {
	border-bottom: 0px;
}
section .bgrnd-gt {
	width: 100%;
	height: 100%;
	/*min-height: 580px;*/
	/*min-height: 100vh;*/
	/*background-image: url(img/bgrnd_stars.png);*/
	/*background: linear-gradient(to bottom, rgba(255,255,255,0.0) 60%, rgba(200,200,200,0.05) 90%, rgba(200,200,200,0.1) 100%);*/
	background-size: cover;
	/*padding: 40px 0px 40px 0px;*/
}
section .bgrnd-gt::after {
	clear:both;
}
section .bgrnd-dv {
	padding: 0px;
}

section.bgm {
	background-color: transparent;
}
section .box.bgm h1, section .box.bgm h2, section .box.bgm h3 {
	text-shadow: 0 0px 10px #000;
}
section .op_box {
}

section.first {
	min-height: 100vh;
}

#m_wrapper {
	/*z-index:1;*/
	position:absolute;
	left: 0;
	top: 0;
	/*width: 100%;*/
	/*height: 100%;*/
	background-size: 100% auto;
	background-position: center 200px;
	background-repeat: no-repeat;
}
body.onepage #m_wrapper {
	z-index: 8;
}

#m_button1 {
	z-index:2;
	position: absolute;
	left: 50%;
	top: 200px;
	margin-left:-660px;
	width: 140px; /* 158px */
	height: 158px;
	background-image: url(../img/button_10-jahre-labrassbanda.png);
	background-position: center;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

#m_button2 {
	display: none;
	z-index:20;
	position: absolute;
	left: 50%;
	top: 200px;
	margin-left:520px;
	width: 160px; /* 185px */
	height: 107px;
	background-image: url(../img/button_olympiahalle-muenchen.png);
	background-position: center;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
#m_button2 a {
	display: inline-block;
	width: 160px;
	height: 100px;
}

#m_page {
	position: relative;
	width: 100%;
	min-height: 100%;
	padding-bottom:0px;
}

.responsive-video {
    position: relative;
    padding-bottom: 55%;
    padding-top: 15px;
    height: 0;
    overflow: hidden;
}
.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#bn1-socialmedia {
  position: fixed;
  z-index: 101;
  top: 180px;
  right: 0;
	border-radius: 8px 0px 0px 8px;
	background-color: rgba(250, 170, 10, .8);	/* rgba(255, 131, 0, 1);*/	/* rgba(41, 68, 111, 0.6); */
	text-align: center;
}
#bn1-socialmedia ul {
	margin: auto;
	padding: 0;
	list-style-type: none;
}
#bn1-socialmedia ul li {
	text-align: center;
	padding: 4px 4px 0px 4px;
}
#bn1-socialmedia ul li:last-child {
	padding: 4px 4px 4px 4px;
}
#bn1-socialmedia ul li a {
	display: block;
	border-radius: 8px;
	background-color: rgba(41, 68, 111, 1);
	-moz-box-shadow: 0px 1px 1px #111;
	-webkit-box-shadow: 0px 1px 1px #222;
	box-shadow: 0px 1px 1px #222;
}
#bn1-socialmedia ul li a:hover {
	background-color: rgba(71, 98, 141, 1);
}
#bn1-socialmedia ul li a div.imgbox {
	display: table-cell;
	width: 50px;
	height: 50px;
	text-align: center;
	vertical-align: middle;
}
#bn1-socialmedia ul li a div.imgbox div {
	display: inline-block;
}
#bn1-socialmedia ul li a img {
	display: block;
	max-width: 28px;
	max-height: 28px;
}

#bn0-danzn {
    position: fixed;
    z-index: 100;
    bottom: 0;
    right: 0;
    width: 260px;
    min-height: 260px;
	background-image: url(../img/bn0-discokuah.png);
	background-position: bottom right;
	background-size: 100% auto;
	background-repeat: no-repeat;
	text-align: right;
}
#bn0-danzn .bclose {
    float: right;
    width: 26px;
    height: 26px;
    margin: 0px 25px 0px 0px;
    padding: 0px;
    border-radius: 50% 50%;
    background-color: rgba(255,255,255,1);
    background-image: url(../img/sys/win_close.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    opacity: 0.8;
}
#bn0-danzn .bclose:hover {
    opacity: 1;
}
#bn0-danzn ul {
	float: right;
	margin-right: 5px;
	margin-bottom: 270px;
	width: 110px;
	padding: 0;
	list-style-type: none;
}
#bn0-danzn ul li {
}
#bn0-danzn ul li .but {
	margin: 4px;
	border: 1px solid #ccc;
	border-radius: 6px;
	background-color: rgba(0,20,40,0.8);
	padding: 0px 0px;
}
#bn0-danzn ul li .but:hover {
	background-color: rgba(0,60,100,0.8);
}
#bn0-danzn ul li .but img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}
#bn0-danzn ul li .txt {
	margin-bottom: 10px;
	padding: 4px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	text-shadow: 2px 1px #444;
}
#bn0-danzn-btn {
	display: none;
}

#m_button1 {
	top: 215px;
	margin-left:-320px;
	width: 130px; /* 158px */
	height: 158px;
}

#m_button2 {
	display: none;
	top: 220px;
	margin-left:220px;
	width: 160px; /* 185px */
	height: 107px;
}
#m_button2 a {
	display: inline-block;
	width: 160px;
	height: 100px;
}

#m_center {
	z-index: 5;
	/*padding-bottom: 180px;*/
	text-align: left;
}

#m_center p ul{
	margin: 4px 0 0 15px;
}

.m_content {
	margin-top: 160px;
}
.m_content .box {
    position: relative;
	left: 50%;
	width: 1680px;
	margin-left: -840px;
    padding-bottom: 200px;
}
.m_content .box .mid {
	clear:both;
	background-color:#fff;
	/*border-top: 1px solid #444;*/
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.m_content .box .mid .content {
	margin: 0 50px 0 50px;
	padding: 40px 0 40px 0;
}
#s_home.m_content {
	margin-top: 0px;
}
#s_home.m_content .box {
	position: relative;
	left: 0;
	width: 100%;
	margin-left: 0px;
}
#s_news.m_content {
	margin-top: -600px;
}
#s_news.m_content .box {
}

body.blank #m_page {
	margin: 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
	padding: 0;
}
body.blank p {
	display: inline;
	margin: 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
	padding: 0;
}

.m_content .box_100 {
	margin: 0;
	width:100%;
}

.m_content .mid {
}
.m_content .mid .content {
	margin: 0 30px 0 30px;
}
.m_content .mid_exp {
	padding: 0;
}
.m_content .mid_blue {
	clear:both;
	background-color: #ffbd00;
	/*background-color: rgb(41,68,111);*/
	border-top: 4px solid #fff;
	border-bottom: 4px solid #fff;
	padding: 30px 0;
}
.m_content .mid_blue .content {
	margin: 0 30px 0 30px;
	color: #fff;
}
.m_content .mid_blue a {
	color: #eee;
}

.item_head {
	height: 50px;
	overflow: hidden;
	border-radius: 10px 10px 0 0;
	/*background-color: #ffbd00;*/
	background-color: #9ac53d;
	background-position: left 0px;
	text-align: center;
}
.item_head h3 {
	padding: 15px 0 0 0px;
	font-size: 25px;
	font-weight: bold;
	letter-spacing: 0;
	text-transform: uppercase;
	color: #29446f;
}
.item_head h3 a {
	color: #000;
}

.m_content .item_head .h_left {
	float: left;
	width: 33%;
	text-align: center;
}
.m_content .item_head .h_center {
	float: left;
	width: 33%;
	text-align: center;
}
.m_content .item_head .h_right {
	float: right;
	width: 33%;
	text-align: center;
}

.item_bottom {
	overflow: hidden;
	border-radius: 0 0 10px 10px;
	/*background-color: #ffbd00;*/
	background-color: #f7ab00;	/*#97c72f;*/
	/*background-image: url(../img/box01_top_btm_01.png);*/
	/*background-position: left -55px;*/
	text-align: center;
	padding: 10px 0 10px 0;
}
.item_bottom div.totop {
	/*float: right;*/
	display: inline-block;
	background-image: url(../img/arr_up.png);
	background-position: center right;
	background-size: 10px 12px;
	background-repeat: no-repeat;
	margin: 0 0px 0 0;
	padding: 0 16px 0 0;
	text-align: right;
}
.item_bottom div.totop a {
	display: block;
	padding: 1px 0px 0 0;
	font-size: 15px;
	font-weight: normal;
	color: #fff;
}

.m_content img {
	max-width: 100%;
}

.m_content .width_full {width:auto;}
.m_content .width_half {float:right; width: 460px; margin: 0;}
.m_content .width_third {width:auto;}
.m_content .width_quarter {width:auto; margin: 0 22px 22px 0;}
.m_content .width_fifth {width:auto;}

.m_content .mid .col2-3-top {
	display: none;
	clear: both;
	border-radius: 0;
	background-color: #ffbd00;
	/*background-color: rgb(41,68,111);*/
}
.m_content .mid .col2-3-top .h_left h3 {
}
.m_content .mid .col2-3-top .h_left h3 a {
}
.m_content .mid .col3-3-top {
	display: none;
	clear: both;
	border-radius: 0;
	background-color: #ffbd00;
	/*background-color: rgb(41,68,111);*/
}
.m_content .mid .col3-3-top .h_left h3 {
}
.m_content .mid .col3-3-top .h_left h3 a {
}

.m_content .mid .col1-3 {
	float:left;
	width: 33%;
	height:500px;
	border-right: 1px solid #999;
	text-align: center;
}
.m_content .mid .col2-3 {
	float:left;
	width: 34%;
	height:500px;
	overflow-y:auto;
	border-right: 1px solid #999;
	text-align: center;
}
.m_content .mid .col3-3 {
	float:left;
	width: 33%;
	height:500px;
	text-align: center;
}

.box_100_clear {
	clear: both;
	height: 60px;
}

.privacy-info {
	padding: 40px 20px;
	text-align: center;
}
.privacy-info .txt {
	font-size: 13px;
	color: #666;
}

#instagram-feed {
	width: 100%;
	/*width:400px;*/
	height:500px;
	overflow-y:auto;overflow-x:hidden;
	text-align: left;
	padding: 0 10px 0 10px;
	font-size: 13px;
}
#instagram-feed .header {
	border-bottom: 1px solid #ccc;
	text-align: left;
	color: #111;
}
#instagram-feed .header h3 {
	padding: 20px 10px 0px 10px;
}
#instagram-feed .header img {
	margin: 10px 5px 10px 5px;
	float: left;
	max-height: 32px;
	width: auto;
}
#instagram-feed .header h3 a {
	color: #3897f0;
}
#instafeed {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#instafeed li {
	float: left;
	margin: 10px 0 10px 0;
	border-bottom: 1px solid #ccc;
	text-align: left;
}
#instafeed li a {
	display: block;
}
#instafeed li p {
	padding: 6px 0 14px 0;
	color: #111;
}
#instafeed li .img {
}
#instafeed li .img img {
	display: block;
	max-width: 100%;
	height: auto;
	max-height: 300px;
}

/* Head */

#m_head {
	position: fixed;
	top: 0;
	z-index: 9;
	width: 100%;
	height: 80px;
	background-color: rgba(41,68,111, 1);
	-moz-box-shadow: 0px 1px 6px #234;
	-webkit-box-shadow: 0px 1px 6px #234;
	box-shadow: 0px 1px 6px #234;
}
#h_logo {
	float: left;
	margin: 24px 30px 0 10px;
}
#h_logo img {
	height: 36px;
}
#h_content {
	position: absolute;
	left: 50%;
	width: 1680px;
	margin-left: -840px;
}
#h_menu {
	float: left;
	margin-left: 20px;
	margin-top: 26px;
	margin-right: 20px;
	font-weight: 100;
	font-size: 23px;
	text-transform: uppercase;
}

#h_menu ul {
	list-style-type: none;
}
#h_menu ul li {
	color: #fff;
}
#h_menu ul li a{
	height: 30px;
	margin-right: 50px;
	font-weight:bold;
	color: #fff;
}

#h_lbmenu {
	float: right;
	margin-top: 26px;
	margin-right: 20px;
	font-weight: 100;
	font-size: 23px;
	text-transform: uppercase;
}
#h_lbmenu ul {
	list-style-type: none;
}
#h_lbmenu ul li {
	color: #fff;
}
#h_lbmenu ul li a{
	height: 30px;
	margin-right: 50px;
	font-weight:bold;
	color: #fff;
}
#h_lbmenu ul li.mp_11 a {
	margin-right: 0px;
	color: #f7ab00;
}
#h_lbmenu ul li.mp_11 .title {
	float: right;
}
#h_lbmenu ul li.mp_11 .title:hover {
	text-decoration: underline;
}
#h_lbmenu ul li.mp_11 img {
  float: left;
  max-height: 50px;
  margin-top: -11px;
  margin-right: 20px;
}

#h_lang {
	display: none;
	float: right;
	width: 75px;
	height: 25px;
	margin: 29px 10px 0 0;
}
#h_lang .lang_sel_min {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#h_lang .lang_sel_min div {
	display: inline;
	padding: 0 4px 0 0;
	text-align: center;
}

#h_search {
	display: none;
	float: right;
	width: 206px;
	height: 32px;
	margin-top: 18px;
	background-image:url(../img/search_bgrnd.png);
}
#h_search .search_tf {
	width: 136px;
	margin-top: 5px;
	margin-left: 8px;
	border: none;
	background: none;
}
#h_search .search_bt {
	width: 50px;
	margin-top: 6px;
	margin-left: 4px;
	border: none;
	background: none;
	padding:0;
	font-size: 15px;
	color:#666;
}


/* Login */
#o_login {
}
#o_login .login_form {
	/*display: inline-block;*/
	margin: 0 auto;
	width: 380px;
}
#o_login .fm_row .label {
	width: 90px;
	padding: 10px 0px 5px 0px;
}
#o_login .ico_email:after {
	content: "Benutzername";
}
#o_login .ico_key:after {
	content: "Passwort";
}
#o_login .fm_row .field input[type="text"], 
#o_login .fm_row .field input[type="email"], 
#o_login .fm_row .field input[type="password"] {
	width: 100%;
}
#o_login .fm_but {
	/*float: right;*/
	padding: 10px 0px 0 100px;
}
#o_login .fm_but input {
	width: 100%;
}
#o_login .logout {
}
#o_login .logout .username {
	display: none;
}


/* Window Logout */

#win_logout {
}
#win_logout div {
	text-align: center;
}
#win_logout_count {
	margin: 6px 0px 4px 0px;
	font-size: 45px;
	font-weight: bold;
	color: #3970d5;
}
#win_logout .but_logout button {
	display: inline-block;
	margin: 40px 0px 0px 0px;
}
#win_logout .but_cancel button {
	display: inline-block;
	margin: 40px 0px 0px 0px;
}
#win_logout_progress {
	display: inline-block;
	margin-top: 15px;
	width: 120px;
	border: 1px solid #999;
	background-color: #f9f9f9;
}
#win_logout_progress_bar {
	width: 100%;
	height: 5px;
	background-color: #3970d5;
}

/* NEWSLETTER */

#newsletter_default .cf_head {
	display: none;
}
#newsletter_default .fld_action {
	margin: 0 0 40px 0;
}
#newsletter_default .fld_category {
	margin: 0 0 40px 40px;
}
#newsletter_default .fld_data {
	margin: 0 0 40px 0;
}
#newsletter_default .cf_captcha {
}
#newsletter_default .cf_info {
    margin: 30px 0 0px 0px;
    font-weight: bold;
    color: #777;
}
#newsletter_default .cf_but {
}
#newsletter_default .cf_but input {
    margin: 20px 0 0 0;
}
#newsletter_default .set {
	margin: 0 0 10px 0;
}
#newsletter_default .set label {
	display: block;
	padding: 10px 0 5px 0;
	font-weight: bold;
}
#newsletter_default .set .cf_field {
	margin: 0px 0 5px 0;
}
#newsletter_default .set .cf_field label {
	font-weight: normal;
	cursor: pointer;
}
#newsletter_default .set input {
}
#newsletter_default .set select {
}
#newsletter_default .set textarea {
	height: 100px;
}

#newsletter_default .chk_ppa {
	margin:60px 0px 60px 0px;
}
#newsletter_default .chk_ppa label {
	font-weight: bold;
}
#newsletter_default .chk_ppa .cf_field {
	margin: 5px 0 0 0;
}
#newsletter_default .chk_ppa .cf_field span {
	cursor: pointer;
	text-decoration: underline;
}
#newsletter_default .cf_info {
	margin: 30px 0 0px 0px;font-weight: bold;color: #777;
}


#newsletter_default .fld_category {
	margin: 0 0 30px 0;
}
#newsletter_default .fld_category .cf_field {
	margin: 5px 0 0 0;
}
#newsletter_default .fld_action {
	margin: 0 0 30px 0;
}
#newsletter_default .fld_action .cf_field {
	margin: 5px 0 0 0;
}
#newsletter_default .fld_data {
	margin: 0 0 30px 0;
}
#newsletter_default .cf_info {
}
#newsletter_default .cf_captcha {
}


/* CONTACT FORM */

#contact_type_select {
	margin: 0 0 40px 0;
}
#contact_type_select label {
	display: none;
}
#contact_type_select select option {
	padding: 2px 10px 0px 5px;
}
#contact_type_select select option.first {
	font-weight:normal;
}
#contact_type_select select option.select-hr {
	border-bottom: 1px dotted #000;
}

#contact_default {
	margin: 0px 0 10px 0;
}
#contact_default .cf_head {
	margin: 0 0 40px 0;
}
#contact_default .cf_set {
	margin: 0 0 10px 0;
}
#contact_default .cf_set label {
	display: block;
	padding: 0 0 5px 0;
	font-weight:bold;
}
#contact_default .cf_set textarea{
	height: 160px;
}
#contact_default .cf_but input {
	margin: 20px 0 0 0;
	font-size: 15px;
}
#contact_default .cf_subtitle {
	margin: 0 0 10px 0;
}
#contact_default .cf_subtitle h3 {
	font-size: 17px;
}
#contact_default .cf_info {
	margin: 30px 0 0px 0px;font-weight: bold;color: #777;
}

#contact_default .cf_spc1 {
	height: 20px;
}

#contact_default .chk_ppa {
	margin:40px 0px 40px 0px;
}
#contact_default .chk_ppa label {
	font-weight: bold;
}
#contact_default .chk_ppa .cf_field {
	margin: 5px 0 0 0;
}
#contact_default .chk_ppa .cf_field span {
	cursor: pointer;
	text-decoration: underline;
}

/* BOOKING FORM */
#contact_booking {
	margin: 0px 0 10px 0;
}
#contact_booking .cf_head {
	margin: 0 0 40px 0;
}
#contact_booking .cf_set {
	margin: 0 0 10px 0;
}
#contact_booking .cf_set label {
	display: block;
	padding: 0 0 5px 0;
	font-weight:bold;
}
#contact_booking .cf_set textarea{
	height: 100px;
}
#contact_booking .cf_but input {
	margin: 20px 0 0 0;
}
#contact_booking .cf_subtitle {
	margin: 0 0 20px 0;
}
#contact_booking .cf_subtitle h3 {
}

#contact_booking .cf_spc1 {
	height: 30px;
}
#contact_booking .cf_date {
	float:left;
}
#contact_booking .cf_date_but {
	float:left;
	width: 25px;
	cursor:pointer;
}
#contact_booking .cf_date_but img {
	height: 22px;
}
#contact_booking .cf_info {
	margin: 30px 0 0px 0px;font-weight: bold;color: #777;
}

#contact_booking .chk_ppa {
	margin:40px 0px 40px 0px;
}
#contact_booking .chk_ppa label {
	font-weight: bold;
}
#contact_booking .chk_ppa .cf_field {
	margin: 5px 0 0 0;
}
#contact_booking .chk_ppa .cf_field span {
	cursor: pointer;
	text-decoration: underline;
}

#box_captcha {
}
.captcha_title {
	margin: 40px 0 10px 0;
	font-weight: bold;
}
.captcha_image {
	float:left;
	width:240px;
}
.captcha_field {
	float:left;
	width:200px;
}
.captcha_field input {
	width:80px;
}

/* MEDIA */
.media_item_alt {
	padding: 20px 40px;
	color:#999;
}

.def_jpg {
	background-color:#222;
	background-image: url(../img/icon_jpg.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.def_doc {
	background-color:#222;
	background-image: url(../img/icon_doc.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.def_pdf {
	background-color:#222;
	background-image: url(../img/icon_pdf.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.def_eps {
	background-color:#222;
	background-image: url(../img/icon_eps.png);
	background-position: center center;
	background-repeat: no-repeat;
}

.owl_but_left {
	position: absolute;
	z-index: 6;
	left: 10px;
	width: 30px;
	height: 80px;
	margin-top: -160px;
	/*background-position: 0 -44px;*/
	/*background-image: url(../img/buttons.png);*/
	background-size: 100% 100%;
	background-position: center center;
	background-image: url(../img/sys/ar01-l.png);
	opacity: 0.7;
	cursor: pointer;
}
.owl_but_left:hover, .owl_but_left:focus {
	opacity: 1;
}
.owl_but_right {
	position: absolute;
	z-index: 6;
	right: 10px;
	width: 30px;
	height: 80px;
	margin-top: -160px;
	/*background-position: -84px -44px;*/
	/*background-image: url(../img/buttons.png);*/
	background-size: 100% 100%;
	background-position: center center;
	background-image: url(../img/sys/ar01-r.png);
	opacity: 0.7;
	cursor: pointer;
}
.owl_but_right:hover, .owl_but_right:focus {
	opacity: 1;
}

.mitem {
	margin-top: 8px;
	/*border-right: 1px solid #ccc;*/
	/*border-left: 1px solid #ccc;*/
	/*padding: 0;*/
	cursor: pointer;
}
.mitem .info {
	/*border-top: 2px solid #999;*/
	background-color: #fff;
	padding: 6px 10px;
	vertical-align: middle;
	text-align:center;
	font-size: 13px;
	font-weight: bold;
	color: #000;
}
.mitem .img {
	height: 180px;
	border: 1px solid #ccc;
	background-size: 100% auto;
	background-position: center center;
}
.mitem .img_def {
	width: 100%;
	height: 180px;
}


/* VIDEO */
.video {
}
#idSlider_003 {
	width: 100%;
	padding: 0 4px 0 4px;
	background-color: #fff;
	overflow: hidden;
	max-height: 218px;
}
#idSlider_003 .mitem {
}
#idSlider_003 .mitem .img {
}
#idSlider_003 .img_def{
}
#idSlider_003 .info{
}
#idSlider_003_video {
	display: none;
	width: 100%;
	text-align: center;
}
.idSlider_003_videoobject_close {
	padding: 5px 4px 2px 4px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 12px;
	color: #000;
	text-align: center;
}

#idSlider_003_videoobject {
	/*position: relative;*/
	/*padding-bottom: 55%;*/
	/*padding-top: 15px;*/
	/*height: 0px;*/
    /*overflow: hidden;*/
	background-color: #333;
	background-image: -webkit-linear-gradient(to right, #423627 0%, #e1d0b3 45%, #eee 50%, #e1d0b3 55%, #423627 100%);
	background-image: -moz-linear-gradient(to right, #423627 0%, #e1d0b3 45%, #eee 50%, #e1d0b3 55%, #423627 100%);
	background-image: -ms-linear-gradient(to right, #423627 0%, #e1d0b3 45%, #eee 50%, #e1d0b3 55%, #423627 100%);
	background-image: -o-linear-gradient(to right, #423627 0%, #e1d0b3 45%, #eee 50%, #e1d0b3 55%, #423627 100%);
	background-image: linear-gradient(to right, #423627 0%, #e1d0b3 45%, #eee 50%, #e1d0b3 55%, #423627 100%);
	width: 100%;
    height: 500px;
	text-align: center;
}
#idSlider_003_videoobject iframe,
#idSlider_003_videoobject object,
#idSlider_003_videoobject embed {
	/*position: absolute;*/
	/*top: 0;*/
	/*left: 0;*/
	/*width: 100%;*/
	/*height: 100%;*/
	display: inline;
    width: 860px;
    max-width: 100%;
    height: 100%;
}

/* ALBUM  */
.album {
}
#idSlider_002 {
	width: 100%;
	padding: 0 4px 0 4px;
	background-color: #fff;
	overflow: hidden;
}
#idSlider_002 .mitem {
}
#idSlider_002 .mitem .img {
}
#idSlider_002 .img_def {
}
#idSlider_002 .info {
}
#idSlider_002_album {
	display: none;
	width: 100%;
	background-color: #fff;
	text-align: center;
}

#idSlider_002_albumobject {
	width:100%;
}
#idSlider_002_albumobject .album_content {
	background-color: #333;
	background-image: -webkit-linear-gradient(to right, #423627 0%, #e1d0b3 45%, #eee 50%, #e1d0b3 55%, #423627 100%);
	background-image: -moz-linear-gradient(to right, #423627 0%, #e1d0b3 45%, #eee 50%, #e1d0b3 55%, #423627 100%);
	background-image: -ms-linear-gradient(to right, #423627 0%, #e1d0b3 45%, #eee 50%, #e1d0b3 55%, #423627 100%);
	background-image: -o-linear-gradient(to right, #423627 0%, #e1d0b3 45%, #eee 50%, #e1d0b3 55%, #423627 100%);
	background-image: linear-gradient(to right, #423627 0%, #e1d0b3 45%, #eee 50%, #e1d0b3 55%, #423627 100%);
	width: 100%;
}
#idSlider_002_albumobject .album_content .caption-container {
	padding:1px 0 1px 0 ;
	font-size: 13px;
	color: #777;
}

.idSlider_002_albumobject_close {
	padding: 5px 4px 2px 4px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 12px;
	color: #000;
	text-align: center;
}

/* COVER  */

#idSlider_004 {
	width: 100%;
	padding: 0 4px 0 4px;
	background-color: #fff;
	overflow:hidden;
}
#idSlider_004 .mitem {
}
#idSlider_004 .mitem .img {
}
#idSlider_004 .img_def {
}
#idSlider_004 .info {
}
#idSlider_004_press {
	display: none;
	width: 100%;
	background-color: #fff;
	text-align: center;
}
#idSlider_004_pressobject {
	width:100%;
}
.idSlider_004_pressobject_close {
	padding: 5px 4px 2px 4px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 12px;
	color: #000;
	text-align: center;
}

/* PRESS */

#idSlider_001 {
	width: 100%;
	padding: 0 4px 0 4px;
	background-color: #fff;
	overflow: hidden;
}
#idSlider_001 .mitem {
}
#idSlider_001 .mitem .img {
}
#idSlider_001 .img_def{
}
#idSlider_001 .info {
}
#idSlider_001_press {
	display: none;
	width: 100%;
	background-color: #fff;
	text-align:center;
}
#idSlider_001_pressobject {
	width: 100%;
}
.idSlider_001_pressobject_close {
	padding: 5px 4px 2px 4px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 12px;
	color: #000;
	text-align: center;
}

/* LYRICS */
.lyrics {
	width: 560px;
	border: 1px solid #693a2d;
	background-color: #fff;
}
.lyrics_sp {
	height:1px;
	border-top: 1px solid #dddddd;
}
.lyrics_hl {
	font-size: 15px;
	font-weight: bold;
	color: #693a2d;
	padding: 4px 0px 8px 0px;
}
#idLyrics_Menu .txt{
	float: left;
	/*width: 160px;*/
	margin: 0;
}
.lyrics_img {
	float: right;
	margin: 0;
}
.lyrics_img img {
	margin-right: 10px;
	height: 170px;
	cursor: pointer;
}
.lyrics_mnu {
	float: left;
	width: 640px;
	margin-top: 0;
}
.lyrics_mnu .txt {
	color: #aaa;
}
.lyrics_mnu div {
	float: left;
	width: 160px;
	padding: 5px 0;
}
.lyrics_mback {
	clear: both;
	width: 100%;
	/*width: 50%;*/
	/*float: right;*/
	/*margin-top:20px;*/
}
.lyrics_mback div {
	float: right;
	margin-top: -25px;
	padding: 5px 15px;
	background-color: #005a4b;
	border-radius: 14px;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
}
.lyrics_mback:hover {
	text-decoration:underline;
}

/* SHOP */

#idSlider_0010 {
	width: 100%;
	padding: 4px 4px 0 4px;
	background-color: #fff;
	overflow: hidden;
}
#idSlider_0010 .mitem {
}
#idSlider_0010 .mitem .img {
	height: 320px;
	background-repeat: no-repeat;
}
#idSlider_0010 .mitem .img_def {
	height: 320px;
	background-repeat: no-repeat;
}
#idSlider_0010 .img_def{
}
#idSlider_0010 .info {
	padding: 10px 10px;
	font-size: 15px;
}
#idSlider_0010_shop {
	display: none;
	width: 100%;
	background-color: #fff;
	text-align:center;
}
#idSlider_0010_shopobject {
	width: 100%;
}
.idSlider_0010_shopobject_close {
	padding: 5px 4px 2px 4px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 12px;
	color: #000;
	text-align: center;
}

/* Event Box */

#event_box_next {
	position: absolute;
	width: 750px;
	margin-top: -260px;
	margin-left: 2px;
	border-bottom: none;
}
#event_box_next .box_item{
	margin: 0 10px 0 0px;
	padding: 5px 0 5px 0;
	font-size: 15px;
}
#event_box_next .box_title{
	float:left;
	font-weight: bold;
	margin : 0px 10px 5px 0;
	font-size: 17px;
	color: #555;
}
#event_box_next .box_date{
	float:left;
	margin : 0 10px 5px 0;
	font-weight: bold;
	color: #fff;
}
#event_box_next .box_hl{
	float:left;
	margin : 0 10px 5px 0;
	font-weight: bold;
	color: #fff;
}
#event_box_next .box_ts{
	float:left;
	margin : 0 10px 5px 0;
	font-weight: bold;
	color: #fff;
}

/* SEARCH */

#search_result_dec {
	padding: 0 0 25px 0;
	border-bottom:1px solid #ccc;
}
#search_result .item {
	border-bottom:1px solid #ccc;
	padding: 10px 0 10px 0;
}
#search_result .typename{
	padding: 0 0 10px 0;
}
#search_result .mediaimage_alt {
	display:none;
}


/* NEWS */

#news {
	/*position: relative;*/
	/*margin-top: -300px;*/
}
#news_boxes {
}
#news_boxes img {
	/*width: 100%;*/
}
#news_boxes iframe {
}
#news_boxes object {
}
#news_boxes .news_item {
	margin:0px 0px 80px 0px;
}
#news_boxes .news_item_head {
}
#news_boxes .news_item_head h3 {
}
#news_boxes .news_item_center {
}
#news_boxes .news_item_bottom {
}
#news_boxes .news_item_bottom div.date {
	display:none;
	float: left;
	margin: 0 30px;
	padding: 12px 0;
	width: 120px;
	text-align: left;
	font-size: 13px;
	color: #eee;
}
#news_boxes .news_item_bottom div.date .news_weekday {
	display:none;
}
#news_boxes .news_item_bottom div.more {
	display:none;
}
#news_boxes .news_item_bottom div.totop {
}
#news_boxes .news_item_bottom div.totop a{
}
#news_boxes .news_cnt {
	background-color: #fff;
	border: 1px solid #ddd;
}
#news_boxes .news_cnt .cnt {
	margin: 0 40px 0 40px;
	padding: 40px 0 40px 0;
}
#news_boxes .news_cnt_exp {
	margin: 0;
	padding: 0;
}
#news_boxes .news_cnt_exp img {
	display: block;
	margin: 0;
	width: 100%;
}
#news_boxes .news_cnt_exp iframe {
	width: 100%;
}
#news_boxes .news_cnt_exp object {
	width: 100%;
}

#news_boxes .news_date {
	display:none;
}
#news_boxes .news_img {
	float:left;
	margin:1px 15px 0px 1px;
	width:120px;
	height:120px;
	background-color: #c6cbdb;
	text-align:center;
}
#news_boxes .news_img a{
	width:120px;
	height:120px;
	text-align:center;
}
#news_boxes .news_hl {
	display:none;
}
#news_boxes .news_hl h3 {
}
#news_boxes .news_hla {
	display:none;
}
#news_boxes .news_hla a{
	color:#000;
}
#news_boxes .news_hl_rowsep {
	display:none;
	height:10px;
}
#news_boxes .news_ts_rowsep {
}
#news_boxes .news_ts {
	margin:0px 0px 0px 0px;
	padding:0 0 0 0;
	font-weight:normal;
}
#news_boxes .news_ts table img {
}
#news_boxes img.news_img {
	width: 380px;
	height: 380px;
}
#news_boxes .news_ts a {
	color:#000;
	text-decoration: underline;
}
#news_boxes .news_ts a:hover {
	color:#000;
	text-decoration: underline;
}
#news_boxes .news_ts a.more {
	display:none;
}
#news_boxes .news_tx {
	margin:0px 0px 0px 0px;
}
#news_boxes .news_tx_rowsep {
	display:none;
	height:10px;
}
#news_boxes .news_tx a {
	color:#000;
	text-decoration: underline;
}
#news_boxes .news_tx a:hover {
	color:#000;
	text-decoration: underline;
}
#news_boxes .news_foot {
	display:none;
}
#news_boxes .news_foot div {
}
#news_boxes .news_foot a{
}
#news_boxes .news_sep {
	display:none;
	margin:20px 0px 0px 0px;
	height:1px;
	border-top:1px solid #999;
}
#news_boxes .sep_last {
}

#news_detail .news_hl{
	display:block;
	padding: 0 0 15px 0;
}
#news_detail .news_ts{
	display:block;
	padding: 0 0 15px 0;
}
#news_detail .news_tx{
	display:block;
	padding: 0 0 15px 0;
}
#news_detail .eback_top{
	padding: 0 0 15px 0;
}
#news_detail .eback_btm{
}

/* EVENTS */

#events {
	font-size:13px;
}
#events .item {
	margin:0px 0px 40px 0px;
}
#events .item_head {
}
#events .item_head h3 {
}
#events .item_center {
	background-color: #fff;
	border: 1px solid #ddd;
}
#events .item_bottom {
}
#events .item_bottom div.more {
	display:none;
}
#events .item_bottom div.totop {
}
#events .item_bottom div.totop a{
}
#events .cnt {
	margin: 0 30px 0 30px;
	padding: 30px 0 30px 0;
}
#events .item_cnt {
	margin: 0px 0 0px 0;
	padding: 10px 0 0px 0;
}
#events .cnt .item_cnt:nth-child(2n) {
	background-color: #fcf7ef;
}
#events .item_first {
	border-top:1px solid #f2e8d6;
}
#events .item_date {
	float:left;
	width:160px;
	padding-left:10px;
	font-size:15px;
	font-weight:bold;
}
#events .item_time {
	float:left;
	width:100px;
	height: 16px;
	margin: 0;
	font-size:13px;
	font-weight:bold;
}
#events .item_time_admittance {
	float:left;
	width:100px;
	/*height: 32px; */
	margin: 0;
	padding-left:10px;
	font-size:13px;
	font-weight:bold;
	line-height: 20px;
}
#events .item_tcnt {
	float: left;
	width: 1050px;
	/*width: 430px;*/
	margin: 0 0 0 20px;
}
#events .item_hl {
	float:left;
	width: 1150px;
	/*width: 430px;*/
	margin: 0 20px 0 0;
	font-size:17px;
	/*font-size:15px;*/
	font-weight:bold;
}
#events .item_info {
	float:left;
	width: 1150px;
	/*width: 430px;*/
	margin: 3px 0 0 0;
	font-size:15px;
	line-height: 20px;
}
#events .item_text {
	width: 1050px;
	/*width: 430px;*/
	color:#999;
}
#events .item_link {
	float: right;
	width: 110px;
	margin: 3px 0 0 0;
	padding-right:10px;
	text-align: right;
	font-family: IhanaPerkeleAlaston;
	font-size: 19px;
	font-weight: normal;
	letter-spacing: 0;
}
#events .item_action {
	float: right;
	width: 110px;
	margin: 3px 0 0 0;
	padding-right:10px;
	text-align: right;
	font-size: 19px;
	font-weight: normal;
	letter-spacing: 0;
	color: #ffe16c;
}
#events .item_map_link {
	/*color:#ffe16c;*/
	font-weight: normal;
	color: rgb(41,68,111);
	text-decoration: none;
	cursor: pointer;
}
#events .item_map_link:hover {
	text-decoration: underline;
}
#events .item_cnt .soldout {
	/*color:#ffe16c;*/
	/*color: #628807;*/
	color:#FF0000;
}
#events .item_cnt .bookedout {
	/*color: #628807;*/
	color:#FF0000;
}
#events .item_cnt .canceled {
	color:#FF0000;
}
#events .item_cnt .postponed {
	color:#FF0000;
}
#events .sep {
	clear:both;
	height: 10px;
	border-bottom:1px solid #f2e8d6;
}
#events .item_alt {
	color:#999;
}
#events_location_map {
	display: none;
	position: absolute;
	z-index: 6;
	left: 50%;
	margin-left: -200px;
	width: 400px;
	height: 300px;
	overflow: hidden;
	border: 1px solid #888;
	border-radius: 12px;
	background-color: rgba(40,40,40,0.7);
	-moz-box-shadow: 0px 2px 8px #666;
	-webkit-box-shadow: 0px 2px 8px #666;
	box-shadow: 0px 2px 8px #666;
}
#events_location_map .but_close {
	position: absolute;
	z-index: 100;
	margin: 10px 0 0 365px;
	width: 24px;
	border: 2px solid #ccc;
	border-radius: 4px;
    background: #130085; /* fallback for IE */
	background: rgba(0, 60, 136, 0.5);
	filter: alpha(opacity=80);
	padding: 3px 0px 3px 0px;
	text-align: center;
	color: #fff;
	font-size: 17px;
	line-height: 17px;
	font-weight: bold;
	cursor: pointer;
}
#events_location_map .but_close:hover {
    background: #130085; /* fallback for IE */
    background: rgba(0, 60, 136, 0.7);
    filter: alpha(opacity=100);
}
#events_location_map_cnt {
	position: absolute;
	z-index: 10;
	width: 400px;
	height: 300px;
}

/* MEDIA PRESS */

#idSlider_001_pressobject {
}
#idSlider_001_pressobject .preview_img {
	float: left;
	width: 560px;
	height: 400px;
	overflow: hidden;
	border-right: 1px solid #bbb;
	background-color: #eee;
	cursor: pointer;
}
#idSlider_001_pressobject .preview_img img {
	max-width: 560px;
	max-height: 400px;
}
#idSlider_001_pressobject .preview_detail {
	float: left;
	width: 300px;
	margin: 0 0 0 20px;
	padding: 20px 0;
	text-align: left;
}
#idSlider_001_pressobject .preview_detail .title {
	display: none;
	margin: 0 0 5px 0;
	font-weight: bold;
	color: #000;
}
#idSlider_001_pressobject .preview_detail .text {
	margin: 0 0 15px 0;
	color: #333;
}
#idSlider_001_pressobject .preview_detail .info {
	margin: 0 0 15px 0;
	color: #333;
}
#idSlider_001_pressobject .preview_detail .dl_info {
	float: left;
	margin: 7px 20px;
}
#idSlider_001_pressobject .preview_detail .button {
	float: left;
	background-color: #005a4b;
	border: 1px solid #005a4b;
	border-radius: 14px;
	padding: 6px 20px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}

/* SHOP */

#idSlider_0010_shopobject {
}
#idSlider_0010_shopobject .preview_img {
	float: left;
	width: 560px;
	height: 400px;
	overflow: hidden;
	border-right: 1px solid #bbb;
	background-color: #eee;
	cursor: pointer;
}
#idSlider_0010_shopobject .preview_img img {
	max-width: 560px;
	max-height: 400px;
}
#idSlider_0010_shopobject .preview_detail {
	float: left;
	width: 300px;
	margin: 0 0 0 20px;
	padding: 20px 0;
	text-align: left;
}
#idSlider_0010_shopobject .preview_detail .title {
	margin: 0 0 5px 0;
	font-weight: bold;
	color: #000;
}
#idSlider_0010_shopobject .preview_detail .text {
	margin: 0 0 15px 0;
	color: #333;
}
#idSlider_0010_shopobject .preview_detail .price {
	margin: 0 0 15px 0;
	color: #333;
}
#idSlider_0010_shopobject .preview_detail .info {
	margin: 0 0 15px 0;
	color: #333;
}
#idSlider_0010_shopobject .preview_detail .dl_info {
	float: left;
	margin: 7px 20px;
}
#idSlider_0010_shopobject .preview_detail .button {
	float: left;
	background-color: #005a4b;
	border: 1px solid #005a4b;
	border-radius: 14px;
	padding: 6px 20px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}

/* LYRICS */

#idLyrics_Menu .txt{
	float: left;
	/*width: 160px;*/
	margin: 0;
}
.lyrics_img {
	float: right;
	margin: 0;
}
.lyrics_mnu {
	float: left;
	width: 640px;
	margin-top: 0;
}
.lyrics_mnu div {
	width:160px;
}

/* MEDIA COVER */

#idSlider_004_pressobject {
}
#idSlider_004_pressobject .preview_img {
	float: left;
	width: 560px;
	height: 400px;
	overflow: hidden;
	border-right: 1px solid #bbb;
	background-color: #eee;
	cursor: pointer;
}
#idSlider_004_pressobject .preview_img img {
	max-width: 560px;
	max-height: 400px;
}
#idSlider_004_pressobject .preview_detail {
	float: left;
	width: 300px;
	margin: 0 0 0 20px;
	padding: 20px 0;
	text-align: left;
}
#idSlider_004_pressobject .preview_detail .title {
	margin: 0 0 5px 0;
	font-weight: bold;
	color: #000;
}
#idSlider_004_pressobject .preview_detail .text {
	margin: 0 0 15px 0;
	color: #333;
}
#idSlider_004_pressobject .preview_detail .info {
	margin: 0 0 15px 0;
	color: #333;
}
#idSlider_004_pressobject .preview_detail .dl_info {
	float: left;
	margin: 7px 20px;
}
#idSlider_004_pressobject .preview_detail .button {
	float: left;
	background-color: #005a4b;
	border: 1px solid #005a4b;
	border-radius: 14px;
	padding: 6px 20px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}


/* Partner */

#idPartner {
}
#idPartner .item {
	float: left;
	width: 166px;
	margin: 0 5px 10px 10px;
}
#idPartner .img {
    display: table-cell;
	height: 120px;
	width: 166px;
	text-align: center;
	vertical-align: middle;
}
#idPartner .img img {
	margin: auto;
}
#idPartner .cnt {
	height: 70px;
	text-align: center;
}
#idPartner .name {
	font-weight: bold;
}
#idPartner .teaser {
	margin: 10px 0 0 0;
}
#idPartner .text {
	margin: 10px 0 0 0;
}

.owl-carousel .owl-item:last-child {
	margin-left: -1px;
}

/* M-XXL */

@media only screen and (min-width: 1281px) and (max-width: 1800px) {
	img, iframe, object, embed {
		max-width: 100%;
	}

	#overlay_window {
		width: 800px;
	}

	#m_center {
	}
	.m_content .box {
		left: 50%;
		width: 1200px;
		margin-left: -600px;
	}
	.m_content .box_100 {
		left: 50%;
		width: 1200px;
		margin-left: -600px;
	}
	#s_news.m_content {
		margin-top: -500px;
	}

	#m_head {
		height: 80px;
	}
	#h_content {
		position: absolute;
		left: 50%;
		width: 1200px;
		margin-left: -600px;
	}
	#h_logo {
		margin: 25px 30px 0 10px;
	}
	#h_logo img {
		height: 28px;
	}

	#h_menu {
		margin-top: 28px;
		font-size: 21px;
	}
	#h_menu ul li a{
		height: 30px;
		margin-right: 40px;
	}

	#h_lbmenu {
		margin-top: 28px;
		font-size: 21px;
	}

	#h_lang {
		float: right;
		width: 75px;
		height: 25px;
		margin: 30px 10px 0 0;
	}
	#h_lang ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	#h_lang ul li {
		display: inline;
		padding: 0 4px 0 0;
		text-align: center;
	}

	.mitem .img {
		height: 140px;
	}
	.mitem .img_def {
		height: 140px;
	}
	#idSlider_0010 .mitem .img {
		height: 280px;
	}
	#idSlider_0010 .mitem .img_def {
		height: 280px;
	}

	#events .item_tcnt {
		width: 600px;
	}
	#events .item_hl {
		width: 600px;
		font-size:15px;
	}
	#events .item_info {
		width: 600px;
	}
	#events .item_text {
		width: 600px;
	}
}

/* M-XL */

@media only screen and (min-width: 1000px) and (max-width: 1280px) {
	img, iframe, object, embed {
		max-width: 100%;
	}

	#overlay_window {
		width: 500px;
	}

	#m_center {
	}
	.m_content .box {
		left: 50%;
		width: 900px;
		margin-left: -450px;
	}
	.m_content .box_100 {
		left: 50%;
		width: 900px;
		margin-left: -450px;
	}
	.m_content .box .mid .content {
	    margin: 0 20px 0 20px;
	    padding: 20px 0 20px 0;
	}
	#s_home.m_content .box {
		padding: 0;
	}
	#s_news.m_content {
		margin-top: -250px;
	}

	#m_head {
		height: 80px;
	}
	#h_content {
		position: absolute;
		left: 50%;
		width: 900px;
		margin-left: -450px;
	}

	#h_logo {
		margin: 30px 20px 0 10px;
	}
	#h_logo img {
		height: 22px;
	}

	#h_menu {
		margin-top: 30px;
		font-size: 17px;
	}
	#h_menu ul li a{
		height: 30px;
		margin-right: 25px;
	}

	#h_lbmenu {
		margin-top: 30px;
		font-size: 17px;
	}
	#h_lbmenu ul li.mp_11 img {
	  max-height: 45px;
	  margin-top: -11px;
	  margin-right: 15px;
	}

	#h_lang {
		float: right;
		width: 75px;
		height: 25px;
		margin: 30px 10px 0 0;
	}
	#h_lang ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	#h_lang ul li {
		display: inline;
		padding: 0 4px 0 0;
		text-align: center;
	}

	#b_menu ul li {
		padding-right: 18px;
	}
	#b_menu ul li a {
		font-size: 15px;
	}
	#b_lang {
		font-size: 15px;
	}
	#b_lang div {
		margin-right: 18px;
	}
	#b_mspc {
	  margin: 0 18px 0 18px;
	  font-size: 19px;
	}

	.mitem .img {
		height: 110px;
	}
	.mitem .img_def {
		height: 110px;
	}
	#idSlider_0010 .mitem .img {
		height: 220px;
	}
	#idSlider_0010 .mitem .img_def {
		height: 220px;
	}
	#idSlider_0010 .info {
		padding: 8px 10px;
		font-size: 13px;
	}

	#news_boxes .news_cnt .cnt {
	    margin: 0 20px 0 20px;
	    padding: 20px 0 20px 0;
	}

	#events .cnt {
	    margin: 0 20px 0 20px;
	    padding: 20px 0 20px 0;
	}
	#events .item_date {
	    width: 140px;
	    padding-left: 10px;
	}
	#events .item_time {
	    width: 70px;
	}
	#events .item_tcnt {
		width: 400px;
	}
	#events .item_hl {
		width: 400px;
		font-size:15px;
	}
	#events .item_info {
		width: 400px;
	    font-size: 13px;
	    line-height: 17px;
	}
	#events .item_text {
		width: 400px;
	}

	.owl_but_left {
		left: 10px;
		width: 25px;
		height: 70px;
		margin-top: -140px;
	}
	.owl_but_right {
		right: 10px;
		width: 25px;
		height: 70px;
		margin-top: -140px;
	}

	.lyrics_img img {
		margin-right: 10px;
		height: 120px;
		cursor: pointer;
	}
}

/* M-L */

@media only screen and (min-width: 768px) and (max-width: 999px) {
	body {font-size:13px;}

	h1 {font-size:29px;}
	h2 {font-size:23px;}
	h3 {font-size:17px;}
	h4 {font-size:15px;}
	h5 {font-size:13px;}
	h6 {font-size:11px;}

	input, textarea {
		max-width: 450px;
	}
	img, iframe, object, embed {
		max-width: 100%;
	}

	#overlay_window {
		width: 500px;
	}

	#m_head {
		height: 80px;
	}
	#h_content {
		position: absolute;
		left: 0;
		width: 100%;
		margin-left: 0;
	}

	#h_logo {
		margin: 30px 20px 0 20px;
	}
	#h_logo img {
		height: 18px;
	}

	#h_menu {
		margin-left: 10px;
		margin-top: 30px;
		margin-right: 0px;
		font-size: 15px;
	}
	#h_menu ul li a{
		height: 30px;
		margin-right: 20px;
	}

	#h_lbmenu {
		margin-top: 30px;
		font-size: 15px;
	}
	#h_lbmenu ul li.mp_11 img {
		max-height: 38px;
		margin-top: -11px;
		margin-right: 10px;
	}

	#h_lang {
		float: right;
		width: 75px;
		height: 25px;
		margin: 30px 30px 0 0;
	}
	#h_lang ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	#h_lang ul li {
		display: inline;
		padding: 0 4px 0 0;
		text-align: center;
	}

	#m_center {
	}

	.m_content {
	}
	.m_content .box {
		left: 0;
		width: 100%;
		margin: 0;
		padding: 0 20px 260px 20px;
	}
	.m_content .box_100 {
		left: 0;
		width: 100%;
		margin: 0;
		padding: 0 20px 0 20px;
	}
	#s_home.m_content .box {
		padding: 0;
	}
	#s_news.m_content {
		margin-top: -200px;
	}
	.m_content .box .mid .content {
		margin: 0 20px 0 20px;
		padding: 20px 0 20px 0;
	}

	#b_menu ul li {
		padding-right: 18px;
	}
	#b_menu ul li a {
		font-size: 15px;
	}
	#b_lang {
		font-size: 15px;
	}
	#b_lang div {
		margin-right: 18px;
	}
	#b_mspc {
	  margin: 0 18px 0 18px;
	  font-size: 19px;
	}

	#b_social {
		margin-top: 20px;
	}
	#b_social ul li a{
		font-size: 15px;
	}
	#b_social ul li img {
		max-width: 24px;
		max-height: 24px;
	}
	#b_social ul li img.instagram {
		max-height: 28px;
	}
	#b_social ul li:nth-child(5n) {
		padding-right: 0px;
	}
	#b_social ul li:nth-child(6n) {
		margin-top: 15px;
	}
	#b_social ul li:nth-child(6n), #b_social ul li:nth-child(7n) {
		width: 100%;
		padding: 0 0px 15px 0;
	}

	#bn1-socialmedia {
	  position: fixed;
	  top: 140px;
	  right: 0;
		border-radius: 6px 0px 0px 6px;
	}
	#bn1-socialmedia ul li {
	}
	#bn1-socialmedia ul li a {
		border-radius: 6px;
	}
	#bn1-socialmedia ul li a div.imgbox {
		width: 36px;
		height: 36px;
	}
	#bn1-socialmedia ul li a img {
		max-width: 22px;
		max-height: 22px;
	}

	#bn0-danzn {
	    width: 180px;
	}
	#bn0-danzn ul {
	    width: 110px;
		margin-bottom: 180px;
	}

	.item_head {
		height: 40px;
	}
	.item_head h3 {
		padding: 9px 0 0 0px;
		font-size: 21px;
	}
	.item_bottom {
		padding: 8px 0 8px 0;
	}
	.item_bottom div.totop {
	}
	.item_bottom div.totop a{
		padding: 1px 0px 0 0;
		font-size: 15px;
	}

	.mitem .img {
		height: 130px;
	}
	.mitem .img_def {
		height: 130px;
	}
	#idSlider_0010 .mitem .img {
		height: 240px;
	}
	#idSlider_0010 .mitem .img_def {
		height: 240px;
	}
	#idSlider_0010 .info {
		padding: 8px 10px;
		font-size: 13px;
	}

	#news_boxes .news_cnt .cnt {
		margin: 0 20px 0 20px;
		padding: 20px 0 20px 0;
	}

	#events {
		font-size:13px;
	}
	#events .cnt {
		margin: 0 20px 0 20px;
		padding: 20px 0 20px 0;
	}
	#events .item_date {
		width:100px;
		font-size:13px;
	}
	#events .item_time {
		width:80px;
		height: 18px;
		margin: 0;
		font-size:13px;
	}
	#events .item_time_admittance {
		float: right;
		width:90px;
		margin: 0;
		padding-left: 0px;
		font-size: 13px;
	}
	#events .item_tcnt {
		width: 300px;
		margin: 0 0 0 20px;
	}
	#events .item_hl {
		width: 300px;
		margin: 0;
		font-size: 13px;
	}
	#events .item_info {
		width:300px;
		margin: 3px 0 0 0;
		font-size:13px;
	}
	#events .item_text {
		width: 300px;
	}
	#events .item_link {
		width: 110px;
		margin: 3px 0 0 0;
		font-size: 19px;
		font-weight: normal;
		letter-spacing: 0;
	}
	#events .item_action {
		width: 80px;
		margin: 3px 0 0 0;
		font-size: 19px;
	}
	#events .sep {
		clear:both;
		height: 10px;
	}

	.owl_but_left {
		left: 10px;
		width: 25px;
		height: 70px;
		margin-top: -140px;
	}
	.owl_but_right {
		right: 10px;
		width: 25px;
		height: 70px;
		margin-top: -140px;
	}

	#idLyrics_Menu .txt{
		float: left;
		width: 100%;
		margin-bottom: 15px;
	}
	.lyrics_img {
		float: right;
		margin: 0;
	}
	.lyrics_img img {
		margin-right: 10px;
		height: 120px;
		cursor: pointer;
	}
	.lyrics_mnu {
		float: left;
		width: 540px;
		margin-top: 0;
	}
	.lyrics_mnu div {
		width:160px;
	}
}


/* M-S */

@media only screen and (min-width: 480px) and (max-width: 767px) {
	body {font-size:13px;}

	h1 {font-size:29px;}
	h2 {font-size:23px;}
	h3 {font-size:17px;}
	h4 {font-size:15px;}
	h5 {font-size:11px;}
	h6 {font-size:9px;}

	input, textarea, select {
		max-width: 440px;
		font-size:13px;
	}
	img, iframe, object, embed {
		max-width: 100%;
	}

	#overlay_window {
		width: 75%;
		padding: 10px 10px;
	}

	#m_head {
		height: 90px;
	}
	#h_content {
		position: absolute;
		left: 0;
		width: 100%;
		margin-left: 0;
	}

	#h_logo {
		width: 100%;
		margin: 20px 20px 0 20px;
	}
	#h_logo img {
		height: 18px;
	}

	#h_menu {
		margin-left: 20px;
		margin-top: 15px;
		margin-right: 0px;
		font-size: 15px;
	}
	#h_menu ul li a{
		height: 30px;
		margin-right: 20px;
	}

	#h_lbmenu {
		margin-top: 15px;
		font-size: 15px;
	}
	#h_lbmenu ul li.mp_11 img {
		max-height: 38px;
		margin-top: -11px;
		margin-right: 10px;
	}

	#h_lang{
		float: right;
		width: 65px;
		height: 20px;
		margin: 22px 10px 0 0;
	}
	#h_lang img {
		max-width: 24px;
	}
	#h_lang ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	#h_lang ul li {
		display: inline;
		padding: 0 0 2px;
		text-align: center;
	}

	#m_center {
	}

	.m_content {
		margin-top: 120px;
	}
	.m_content .box {
		left: 0;
		width: 100%;
		margin: 0;
		padding: 0 10px 260px 10px;
	}
	.m_content .box_100 {
		left: 0;
		width: 100%;
		margin: 0;
		padding: 0 10px 0 10px;
	}
	#s_home.m_content .box {
		padding: 0;
	}
	#s_news.m_content {
		margin-top: -150px;
	}
	.m_content .box .mid .content {
		margin: 0 20px 0 20px;
		padding: 20px 0 20px 0;
	}
	.m_content .mid .col1-3 {
		width: 100%;
		border-right: none;
	}
	.m_content .mid .col2-3 {
		width: 100%;
		overflow-y:auto;
		border-right: none;
	}
	.m_content .mid .col3-3 {
		width: 100%;
	}
	.m_content .item_head .h_left {
		float: left;
		width: 100%;
	}
	.m_content .item_head .h_center {
		display: none;
	}
	.m_content .item_head .h_right {
		display: none;
	}

	.m_content .mid .col2-3-top {
		display: block;
	}
	.m_content .mid .col3-3-top {
		display: block;
	}

	#b_menu {
		display: block;
	}
	#b_menu ul li {
		padding-right: 18px;
	}
	#b_menu ul li a {
		font-size: 15px;
	}
	#b_lang {
		display: block;
		font-size: 15px;
	}
	#b_lang div {
		margin-right: 18px;
	}
	#b_mspc {
		display: none;
	}

	#b_social {
		margin-top: 20px;
	}
	#b_social ul li a{
		font-size: 15px;
	}
	#b_social ul li img {
		max-width: 24px;
		max-height: 24px;
	}
	#b_social ul li img.instagram {
		max-height: 28px;
	}
	#b_social ul li:nth-child(5n) {
		padding-right: 0px;
	}
	#b_social ul li:nth-child(6n) {
		margin-top: 15px;
	}
	#b_social ul li:nth-child(6n), #b_social ul li:nth-child(7n) {
		width: 100%;
		padding: 0 0px 15px 0;
	}

	#bn1-socialmedia {
	  position: fixed;
	  top: 140px;
	  right: 0;
		border-radius: 6px 0px 0px 6px;
	}
	#bn1-socialmedia ul li {
		text-align: center;
		padding: 2px 2px 0px 2px;
	}
	#bn1-socialmedia ul li:last-child {
		padding: 2px 2px 2px 2px;
	}
	#bn1-socialmedia ul li a {
		border-radius: 6px;
	}
	#bn1-socialmedia ul li a div.imgbox {
		width: 36px;
		height: 36px;
	}
	#bn1-socialmedia ul li a img {
		max-width: 22px;
		max-height: 22px;
	}

	#bn0-danzn {
		display: none;
	    width: 180px;
	}
	#bn0-danzn ul {
	    width: 110px;
		margin-bottom: 180px;
	}

	.item_head {
		height: auto;
	}
	.item_head h3 {
		padding: 9px 0 0 0px;
		font-size: 21px;
	}
	.item_bottom {
		padding: 8px 0 8px 0;
	}
	.item_bottom div.totop {
	}
	.item_bottom div.totop a{
		padding: 1px 0px 0 0;
		font-size: 15px;
	}

	.mitem .img {
		height: 120px;
	}
	.mitem .img_def {
		height: 120px;
	}
	#idSlider_0010 .mitem .img {
		height: 220px;
	}
	#idSlider_0010 .mitem .img_def {
		height: 220px;
	}
	#idSlider_0010 .info {
		padding: 8px 10px;
		font-size: 13px;
	}

	#news_boxes .news_cnt .cnt {
		margin: 0 20px 0 20px;
		padding: 20px 0 20px 0;
	}
	#news_boxes img.news_img {
		width: 100%;
		height: auto;
	}

	#events {
		font-size:13px;
	}
	#events .item {
		margin:0px 0px 30px 0px;
	}
	#events .cnt {
		margin: 0 20px 0 20px;
		padding: 20px 0 20px 0;
	}
	#events .item_cnt {
		margin: 0px 0 0px 0;
		padding: 10px 0 0px 0;
	}
	#events .item_first{
	}
	#events .item_date {
		float:left;
		width:100px;
		font-size:13px;
	}
	#events .item_time {
		float:left;
		width:80px;
		margin: 0;
		font-size:13px;
	}
	#events .item_time_admittance {
		float:left;
		width: 100%;
		height: auto;
		margin: 5px 0 0 0;
		padding-left: 10px;
		font-size:13px;
	}
	#events .item_tcnt {
		float: left;
		width: 100%;
		margin: 0;
	}
	#events .item_hl {
		float: left;
		width: 100%;
		margin: 7px 0 0 0;
		padding-left: 10px;
		font-size:15px;
	}
	#events .item_info {
		float:left;
		width:100%;
		margin: 3px 0 0 0;
		padding-left: 10px;
		font-size:13px;
	}
	#events .item_text {
		width:100%;
		padding-left: 10px;
		color:#999;
	}
	#events .item_link {
		float: right;
		width: 110px;
		margin: 0 0 0 0;
		text-align: right;
		font-size: 17px;
		font-weight: normal;
		letter-spacing: 0;
	}
	#events .item_action {
		float: right;
		width: 90px;
		margin: 0 0 0 0;
		font-size: 17px;
	}
	#events .item_map_link {
	}
	#events .sep {
		clear:both;
		height: 10px;
	}

	#idSlider_001_pressobject .preview_img {
	    width: 100%;
	    height: auto;
	    min-height: 200px;
	}
	#idSlider_001_pressobject .preview_img img {
	    max-width: 100%;
	    max-height: 240px;
	}

	#idSlider_003_videoobject {
	    height: 240px;
	}

	#idSlider_004_pressobject .preview_img {
	    width: 100%;
	    height: auto;
	    min-height: 200px;
	}
	#idSlider_004_pressobject .preview_img img {
	    max-width: 100%;
	    max-height: 240px;
	}

	.owl_but_left {
		left: 3px;
		width: 25px;
		height: 70px;
		margin-top: -180px;
	}
	.owl_but_right {
		right: 3px;
		width: 25px;
		height: 70px;
		margin-top: -180px;
	}

	#idLyrics_Menu .txt{
		float: left;
		width: 100%;
		margin-bottom: 15px;
	}
	.lyrics_img {
		float: right;
		margin-bottom: 10px;
	}
	.lyrics_img img {
		margin-right: 10px;
		height: 120px;
		cursor: pointer;
	}
	.lyrics_mnu {
		float: left;
		width: 280px;
		margin-top: 0;
	}
	.lyrics_mnu div {
		width:140px;
	}
	.lyrics_mback {
		margin-top:20px;
	}
	.lyrics_mback div {
		margin-top: 10px;
		margin-bottom: 15px;
	}
}


/* M-XS */

@media only screen and (max-width: 479px) {
	body {font-size:13px;}

	h1 {font-size:23px;}
	h2 {font-size:21px;}
	h3 {font-size:17px;}
	h4 {font-size:15px;}
	h5 {font-size:11px;}
	h6 {font-size:9px;}

	input, textarea, select {
		max-width: 100%;
		font-size:13px;
	}
	img, iframe, object, embed {
		max-width: 100%;
	}

	#overlay_window {
		width: 85%;
		padding: 10px 10px;
	}

	#m_head {
		height: 135px;
	}
	#h_content {
		position: absolute;
		left: 0;
		width: 100%;
		margin-left: 0;
	}

	#h_logo {
		margin: 20px 20px 0 20px;
	}
	#h_logo img {
		height: 18px;
	}

	#h_menu {
		float: left;
		width:100%;
		margin-top: 15px;
		margin-right: 10px;
		font-size: 15px;
	}
	#h_menu ul li a{
		height: 30px;
		margin-right: 20px;
	}

	#h_lbmenu {
		float: left;
		margin-left: 20px;
		margin-top: 10px;
		font-size: 15px;
	}
	#h_lbmenu ul li.mp_11 img {
		max-height: 38px;
		margin-top: -11px;
		margin-right: 10px;
	}

	#h_lang{
		float: right;
		width: 65px;
		height: 20px;
		margin: 22px 10px 0 0;
	}
	#h_lang img {
		max-width: 24px;
	}
	#h_lang ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	#h_lang ul li {
		display: inline;
		padding: 0 0 2px;
		text-align: center;
	}

	#m_center {
	}

	.m_content {
		margin-top: 165px;
	}
	.m_content .bgrnd-gt {
	}

	.m_content .box {
		left: 0;
		width: 100%;
		margin: 0;
		padding: 0 10px 260px 10px;
	}
	.m_content .box_100 {
		left: 0;
		width: 100%;
		margin: 0;
		padding: 0 10px 0 10px;
	}
	#s_home.m_content .box {
		padding: 0;
	}
	.m_content .box .mid .content {
		margin: 0 20px 0 20px;
		padding: 20px 0 20px 0;
	}
	.m_content .mid .col1-3 {
		width: 100%;
		border-right: none;
	}
	.m_content .mid .col2-3 {
		width: 100%;
		overflow-y:auto;
		border-right: none;
	}
	.m_content .mid .col3-3 {
		width: 100%;
	}
	.m_content .item_head .h_left {
		float: left;
		width: 100%;
	}
	.m_content .item_head .h_center {
		display: none;
	}
	.m_content .item_head .h_right {
		display: none;
	}

	.m_content .mid .col2-3-top {
		display: block;
	}
	.m_content .mid .col3-3-top {
		display: block;
	}

	.m_content .mid .content {
	    margin: 0 10px 0 10px;
	}

	#s_news.m_content {
		margin-top: -150px;
	}

	#b_menu {
		display: block;
	}
	#b_menu ul li {
		padding-right: 18px;
	}
	#b_menu ul li a {
		font-size: 15px;
	}
	#b_lang {
		display: block;
		font-size: 15px;
	}
	#b_lang div {
		margin-right: 18px;
	}
	#b_mspc {
		display: none;
	}

	#b_social {
		margin-top: 20px;
	}
	#b_social ul li a{
		font-size: 15px;
	}
	#b_social ul li img {
		max-width: 24px;
		max-height: 24px;
	}
	#b_social ul li img.instagram {
		max-height: 28px;
	}
	#b_social ul li:nth-child(5n) {
		padding-right: 0px;
	}
	#b_social ul li:nth-child(6n) {
		margin-top: 15px;
	}
	#b_social ul li:nth-child(6n), #b_social ul li:nth-child(7n) {
		width: 100%;
		padding: 0 0px 15px 0;
	}

	#bn1-socialmedia {
	  position: absolute;
		z-index: 8;
	  top: 140px;
	  right: 0;
		border-radius: 4px 0px 0px 4px;
	}
	#bn1-socialmedia ul li {
		text-align: center;
		padding: 2px 2px 0px 2px;
	}
	#bn1-socialmedia ul li:last-child {
		padding: 2px 2px 2px 2px;
	}
	#bn1-socialmedia ul li a {
		border-radius: 4px;
	}
	#bn1-socialmedia ul li a div.imgbox {
		width: 36px;
		height: 36px;
	}
	#bn1-socialmedia ul li a img {
		max-width: 22px;
		max-height: 22px;
	}

	#bn0-danzn {
		display: none;
    width: 180px;
	}
	#bn0-danzn ul {
    width: 110px;
		margin-bottom: 180px;
	}

	.item_head {
		height: auto;
	}
	.item_head h3 {
		padding: 9px 0 0 0px;
		font-size: 21px;
	}
	.item_bottom {
		padding: 8px 0 8px 0;
	}
	.item_bottom div.totop {
	}
	.item_bottom div.totop a{
		padding: 1px 0px 0 0;
		font-size: 15px;
	}

	.mitem .img {
		height: 120px;
	}
	.mitem .img_def {
		height: 120px;
	}
	#idSlider_0010 .mitem .img {
		height: 200px;
	}
	#idSlider_0010 .mitem .img_def {
		height: 200px;
	}
	#idSlider_0010 .info {
		padding: 8px 10px;
		font-size: 13px;
	}

	#news_boxes .news_cnt .cnt {
		margin: 0 20px 0 20px;
		padding: 20px 0 20px 0;
	}
	#news_boxes img.news_img {
		width: 100%;
		height: auto;
	}

	#events {
		font-size:13px;
	}
	#events .item {
		margin:0px 0px 30px 0px;
	}
	#events .cnt {
		margin: 0 20px 0 20px;
		padding: 20px 0 20px 0;
	}
	#events .item_cnt {
		margin: 0px 0 0px 0;
		padding: 15px 0 0px 0;
	}
	#events .item_first{
	}
	#events .item_date {
		float:left;
		width:100px;
		font-size:13px;
	}
	#events .item_time {
		float:left;
		width:80px;
		margin: 0;
		font-size:13px;
	}
	#events .item_time_admittance {
		float:left;
		width: 100%;
		height: auto;
		margin: 5px 0 0 0;
		padding-left: 10px;
		font-size:13px;
	}
	#events .item_tcnt {
		float: left;
		width: 100%;
		margin: 0;
	}
	#events .item_hl {
		float: left;
		width: 100%;
		margin: 7px 0 0 0;
		padding-left: 10px;
		font-size:15px;
	}
	#events .item_info {
		float:left;
		width:100%;
		margin: 3px 0 0 0;
		padding-left: 10px;
		font-size:13px;
	}
	#events .item_text {
		width:100%;
		padding-left: 10px;
		color:#999;
	}
	#events .item_link {
		float: right;
		width: 110px;
		margin: 0 0 0 0;
		text-align: right;
		font-size: 17px;
		font-weight: normal;
		letter-spacing: 0;
	}
	#events .item_action {
		float: right;
		width: 90px;
		margin: 0 0 0 0;
		font-size: 17px;
	}
	#events .item_map_link {
	}
	#events .sep {
		clear:both;
		height: 10px;
	}
	#events_location_map {
		margin-left: -150px;
		width: 300px;
		height: 300px;
	}
	#events_location_map .but_close {
		margin: 10px 0 0 265px;
	}
	#events_location_map_cnt {
		width: 300px;
		height: 300px;
	}

	#idSlider_001_pressobject .preview_img {
	    width: 100%;
	    height: auto;
	    min-height: 200px;
	}
	#idSlider_001_pressobject .preview_img img {
	    max-width: 100%;
	    max-height: 240px;
	}

	#idSlider_003_videoobject {
	    height: 240px;
	}

	#idSlider_004_pressobject .preview_img {
	    width: 100%;
	    height: auto;
	    min-height: 200px;
	}
	#idSlider_004_pressobject .preview_img img {
	    max-width: 100%;
	    max-height: 240px;
	}

	.owl_but_left {
		left: 3px;
		width: 25px;
		height: 70px;
		margin-top: -140px;
	}
	.owl_but_right {
		right: 3px;
		width: 25px;
		height: 70px;
		margin-top: -140px;
	}

	#idLyrics_Menu .txt{
		float: left;
		width: 100%;
		margin-bottom: 15px;
	}
	.lyrics_img {
		float: left;
		margin-bottom: 10px;
	}
	.lyrics_img img {
		margin-right: 10px;
		height: 120px;
		cursor: pointer;
	}
	.lyrics_mnu {
		float: left;
		width: 280px;
		margin-top: 0px;
	}
	.lyrics_mnu div {
		width: 140px;
	}
	.lyrics_mback {
		margin-top: 20px;
	}
	.lyrics_mback div {
		margin-top: 10px;
		margin-bottom: 15px;
	}
}
