/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
  background-color:#666666;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 50px;
  font-size:15px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  /*
  height: 60px;
  */
  background-color: #f5f5f5;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  padding: 60px 15px 0;
}
.container .text-muted {
  margin: 20px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}

.page-header{
	border-bottom: #bdbdbd dashed 1px;
}
.page-content{
	padding:0px 15px;
	font-size:16px;
	min-height:500px;
}
.page-content h1{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	color:#B08247;
	font-size:18px;
}

.home-page-content .page-header{
	
	margin-top:0px;
	margin-bottom:5px;
	/* */
}

.page-content h2{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	color:#B08247;
	font-size:18px;
	line-height:15px;
	margin-top:5px;
	margin-bottom:5px;
}

.page-content .col-md-9{
	/*
	min-height:675px;
	*/
}

table.sitemap td{
	padding: 5px !important;
    vertical-align: top;
	min-width:25px !important;
}

.page-content .col-md-9 table td{
	padding: 5px !important;
    vertical-align: top;
	min-width:60px;
}

.page-content .col-md-9 .sub_title{
	color:#B08247;
	font-weight:bold;
}


.banner_content{
	/*
	height:206px;
	background:url("../images/banner_bg.jpg") repeat-x top center;
	background-color:#454545;
	*/
	background-color:#9b9fa1;
	text-align:center;
}
/*
.banner_content{
	margin-top:165px;
}

@media (min-width:303px){
	.banner_content{
		margin-top:127px;
	}
}
*/
.banner_content{
	margin-top:150px;
}

@media (min-width:303px){
	/*
	.banner_content{
		margin-top:50px;
	}
	*/
}

@media (min-width:523px){
	/*
	.banner_content{
		margin-top:44px;
	}
	*/
}

@media (min-width:804px){
	/*
	.banner_content{
		margin-top:45px !important;
	}
	*/
}

.section_page_content{
	background:url("../images/content_bg.jpg") repeat-x top center;
	background-color:#f2f2f2;
	min-height:278px;
}

.section-news{
	width:50%;
	float:left;
	padding:10px;
}

.news-date{
	text-align:right;
	font-style:italic;
}

.right_block{
	padding:6px 12px;
	background-color:#B08247;
	/*
	background-color:#6F4188;
	*/
	color:#ffffff;
	font-size:13px;
	height:30px;
}

.right_content_block{
	padding:6px 12px;
	background-color:#DEDEDE;
	color:#000000;
	font-size:13px;
}

label{
	font-weight:normal;
}

.news_ul{
	padding-left:17px;
	margin-left:0px;
}

.news_ul li{
	border-bottom: #bdbdbd dashed 1px;
}

.news_ul li a{
	line-height:20px;
	font-size:15px;
}


.track_menu{
	font-size:16px;
	color: #aca545;
    text-decoration: underline;
}

.track_menu:hover{
	text-decoration: none;
}

.track_menu_nl{
	font-size:11px;
	color: #aca545;
}

.track_interval{
	padding-left:5px;
	padding-right:5px;
}

.button{
	padding:3px 15px;
	background-color:#B08247;
	color:#ffffff;
	border:0px;
}

.button:hover{
	background-color:#8F37B4;
}

.section-news{
	
}

.social_icon{
	float:right;
	padding:5px;
}

.footer_right_col{
	float:right;
}

.footer_link, .counter{
	float:left;
	padding:5px;
}

.footer_link a{
	color:#ffffff;
}

.footer{
	background:url("../images/footer-bg.png") repeat-x top center;
	/*background-color:#4a4a4b;*/
	background-color:#55504c;
	color:#ffffff;
}

@media (max-width:992px){
	.footer_right_col{
		float:left;
		margin-top:10px;
	}

	.page-content .col-md-9{
		min-height:450px;
	}
}

@media (max-width:768px){
	.section-news{
		width:100%;
		display:block;
	}
}


/* Form css style*/
#responsive-form{
	max-width:850px /*-- change this to get your desired form width --*/;
	margin:0 auto;
    width:100%;
	text-align:left;
}
.form-row{
	width: 100%;
}
.column-half, .column-full{
	float: left;
	position: relative;
	padding: 0.65rem;
	width:100%;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) { 
	.column-half{
		width: 50%;
	}
}

	.form-row input[type="text"],.form-row textarea, .wpcf7 input[type="email"], .wpcf7 textarea {
	width: 100%;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
	      box-sizing: border-box
}
.form-row textarea{
	min-height:150px;
}

.form-row input[type="text"]:focus{
	background: #fff;
}

/*calendar style*/
.td_title{
	color:#D4b352;
	font-size:10px;
	font-weight:bold;
	padding-top:0px;
	padding-bottom:0px;
	text-align:center;
}
.weekday{
	background-color:#B08247;
}
.weekday td{
	color:#707070;
	font-size:12px;
	font-weight:bold;
	padding-top:2px;
	padding-bottom:2px;
	text-align:center;
	background-color:#e8cef4;

}

.weekday .weekHead{
	background-color:#692F84;
	color:#ffffff;
}

.home_ce {
    background-color: #B08247;
    color: #ffffff;
    text-align: left;
    font-size: 12px;
    font-weight: bold;
    vertical-align: middle;
	padding-left:10px;
	padding-right:10px;
}

.calendarHeadTxt{
	color:#ffffff;
}

.calendar_table{
	background-color:#DEDEDE;
}

/* end calendar style */

/* for multi sub menu */
.marginBottom-0 {margin-bottom:0;}
.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{
	top:0;left:100%;
	margin-top:-6px;
	margin-left:-1px;
	-webkit-border-radius:0 3px 3px 3px;
	-moz-border-radius:0 3px 3px 3px;
	border-radius:0 3px 3px 3px;
}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:hover>a:after{border-left-color:#555;}
.dropdown-submenu.pull-left{float:none;}
.dropdown-submenu.pull-left>.dropdown-menu{
	left:-100%;
	margin-left:10px;
	-webkit-border-radius:3px 0 3px 3px;
	-moz-border-radius:3px 0 3px 3px;
	border-radius:3px 0 3px 3px;
}

/* for photo gallery */
#sortable img{
  width: auto !important;
  height: auto !important;
  max-width:200px !important;
  /*
  max-width: 100%;
  
  max-height:119px !important;
  max-width:155px !important;
  */
}

@media (max-width:540px){
	#sortable img{
		max-width:240px !important;
		height: auto !important;
	}
}

@media (max-width:320px){
	#sortable img{
		max-width:200px !important;
		height: auto !important;
	}
}

#sortable { 
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	width: auto; 
}

#sortable li { 
	margin: 3px 3px 3px 0; 
	padding: 2px; 
	float: left; 
	width: 230px; 
	/*
	max-width:100%;
	height: 180px; 
	
	font-size: 4em; 
	*/
	text-align: center; 
	border: none 1px #707070; 
}

a.mobile_css{
	display:block;
	padding:5px;
	color:#F7F677;
	font-size:15px;
	text-decoration:underline;
}

/* Desktop Css */
.main_content{
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.80);
	/*
	opacity: 0.75;
	filter: alpha(opacity=75);
	*/
	font-family: "Helvetica Neue", Helvetica, Arial,sans-serif;
	font-size:16px;
	color:#ffffff;
}

.menu_bottom_bg{
	background:url('/theme_default/home_desktop/menu_bottom_block.jpg');
	width:83px;
	height:127px;
}

.menu_bottom_content{
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.75);
	/*
	opacity: 0.75;
	filter: alpha(opacity=75);
	*/
}

.product_bg{
	background:url('/theme_default/home_desktop/content_bg1.jpg');
	width:1067px;
	height:768px;
}

.cv_bg{
	background:url('/theme_default/home_desktop/content_bg2.jpg');
	width:1067px;
	height:768px;
}

.event_bg{
	background:url('/theme_default/home_desktop/content_bg3.jpg');
	width:1067px;
	height:768px;
}

.artcourt_bg{
	background:url('/theme_default/home_desktop/content_bg4.jpg');
	width:1067px;
	height:768px;
}

.link_bg{
	background:url('/theme_default/home_desktop/content_bg5.jpg');
	width:1067px;
	height:768px;
}

.main_content_block{
	padding:20px 50px 30px;
}

.main_content_html{
	overflow-y: auto;
	/*
	width:967px;
	*/
	height:630px;
	padding:10px;
}

.main_content_block h3{
	color:#F5EA5A;
	font-weight:bold;
}

.main_content_block a{
	color:#F5EA5A;
	text-decoration:underline;
}

.main_content_block a:hover{
	text-decoration:none;
}

.main_content_html table td{
	padding:5px !important;
	vertical-align:top;
}

/* album css */
.cover_block{
	display: table-cell;
    background-color: rgba(204,204,204,1.0);
    padding: 12px 0px;
    color: rgba(0,0,0,1.0);
    text-align: center;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3);
    vertical-align: middle;
    border-width: 2px;
    border-style: solid;
    border-color: rgba(85,85,85,1.0);
	width:270px;
}

.album_cover{
	margin: 10px;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3);
    border-style: solid;
    border-width: 6px;
    padding: 6px;
    border-color: rgba(252,252,252,1.0) rgba(161,161,161,1.0) rgba(161,161,161,1.0) rgba(252,252,252,1.0);
    visibility: visible;
}

.album_cover:hover{
	border-color: rgba(161,161,161,1.0) rgba(252,252,252,1.0) rgba(252,252,252,1.0) rgba(161,161,161,1.0);
}

.cover-float{
	/*
	float: left;
    margin: 0px 8px;
    position: relative;
	*/
	margin:0 auto;
}

.cover-caption{
	min-height: 25px;
	font-weight:bold;
}

.mx-thumbs > div {
	/*
	height: 217px;
	*/
	height: 193px;
}

.mx-globe-icon{
	display:none;
}

.mx-logo{
	display:none;
}

.home_image{
	max-width:250px;
	padding:10px;
	border-style: solid;
    border-width: 6px;
    padding: 6px;
    border-color: rgba(238,238,238,1.0) rgba(161,161,161,1.0) rgba(161,161,161,1.0) rgba(238,238,238,1.0);

}

.home_daily_image{
	max-width:200px;
	border-style: solid;
    border-width: 3px;
    padding: 3px;
    border-color: rgba(238,238,238,1.0) rgba(161,161,161,1.0) rgba(161,161,161,1.0) rgba(238,238,238,1.0);
	
}

.news_ul_home{
	padding-left: 12px;
	padding-top: 10px;
	/*
	padding-top: 12px;
	*/
	list-style-type:none;
}

.news_ul_home li{
	height:100px;
	line-height: 20px;
    font-size: 13px;
	color:#ffffff;
	padding-top:12px;	
}

.news_ul_home li div{
	background-color:rgba(0,0,0,0.75);
	margin-right:12px;
	padding:10px 10px 5px;
	height:115px;
	overflow-x: hidden;	
}

.news_ul_home li div b{
	color:#F5EA5A;
}

.subMenu1{
	display:block;
	margin:2px 7px;
	padding:3px;
}

.subMenu2{
	display:block;
	margin:2px 7px;
	padding:3px;
}

/* control menu btn */
.slicknav_btn {
    margin: 5px 10px 6px;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    
	
}
.slicknav_btn, .slicknav_btn:link {
    position: relative;
    display: block;
    vertical-align: middle;
    float: right;
    padding: 1.7em 1em 0.5em 1em ;
    line-height: 1.125em;
    cursor: pointer;
	color:#FAFF5D;
	background: url("/theme_default/menu_bar.png") right no-repeat;
	/*
	background-color: #9E4F38;
	font-weight:bold;
	*/
	background-color: #5A5A5A;
}
.slicknav_btn:hover{
	/*
	background-color: #5F3022;
	color:#ffffff;
	*/
	background: url("/theme_default/menu_bar_hover.png") right no-repeat;
	text-decoration:none;
}
.slicknav_menu {
    font-size: 18px;
}
.slicknav_menu .slicknav_menutxt {
    color: #FFF;
    font-weight: bold;
}
.slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left;
}

.slicknav_menu .slicknav_icon {
    float: left;
    margin: 0.188em 0 0 0.438em;
}

.web_content img{
	max-width: 100%;
    max-height: 100%;
}



@media (max-width:450px){
	.content_flexslider{
		display:none;
	}
}

.album_list{
	margin-bottom:8px;
	margin-top:8px;
}

@media (max-width:1200px){
	.album_list .col-lg-4{
		float:left;
		width:33%;
	}
}

@media (max-width:797px){
	.album_list .col-lg-4{
		width:50%;
	}
}

@media (max-width:520px){
	.album_list .col-lg-4{
		width:100%;
		text-align:center;
	}
	.album_list .col-lg-4 a{
		
	}

	.album_list .col-lg-4 a img{
		
	}
}
.album_list .col-lg-4{
	padding:5px;
}

@media (max-width:500px){
	.highslide-controls ul li{
		/*
		padding-top:15px;
		*/
	}
	.highslide-controls a{
		    background-image: url(../js/jalbum/res/graphics/controlbar-large-black-transp.png) !important;
	}
}
 
.social_icon{
	margin-top:3px;
	display:block;
}

.social_icon_2{
	display:none;
}

ul.social-icons li a {
	height: 28px !important;
    width: 28px !important;
}

.a2a_default_style a{
	padding: 0 2px;
}

.a2a_svg {
    height: 24px !important;
    line-height: 24px !important;
    width: 24px !important;
}


@media (max-width:803px){
	
	.social_icon_2{
		/*
		display:block;
		*/
		float:right;
		margin-top:8px;
	}
}

@media (max-width:972px){
	.social_icon{
		display:none;
	}
}

@media (max-width:378px){
	.social_icon_2{
		display:none;
	}
}



/* menu hover css */
 
.dropdown-menu > li.kopie > a {
    padding-left:5px;
}
 
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
   top:0;left:100%;
   margin-top:-6px;margin-left:-1px;
   -webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;
 }
  
.dropdown-submenu > a:after {
  border-color: transparent transparent transparent #333;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
  display: block;
  float: right;  
  height: 0;     
  margin-right: -10px;
  margin-top: 5px;
  width: 0;
}
 
.dropdown-submenu:hover>a:after {
    border-left-color:#555;
 }

.dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {

}  
 
 
@media (min-width: 768px) {
  ul.nav li:hover > ul.dropdown-menu {
    display: block;
  }
  #navbar {
    text-align: center;
  }
}
/* end menu hover css */


.header_banner{
	height:105px;
	padding-left:0px !important;
	padding-right:0px !important;
	background:url('/theme_default/header_bg.jpg') right;
	
}

@media (max-width: 767px) {
	.header_banner{
		background:url('/theme_default/header_bg_small.jpg') right;
	}
}

.navbar-brand-v2{
	margin-bottom:50px;
	display:block;
	color:#FAFF5D;
	font-size:24px;
	height:40px;
	padding:49px 15px 10px 20px;
	line-height:20px;
}
/*
.page-content .row .col-md-9 a span{
	color:#000000 !important;
}
*/

.desktop_content span, .desktop_content p, .desktop_content strong, .desktop_content b, .desktop_content div{
	color:#ffffff !important;
}

@media (max-width: 767px) {
	.page-content iframe{
		width:100% !important;
	}	
}
