﻿@charset "utf-8";
/* CSS Document */

header{
	background-color:#282828;
	min-height:0px;
	/* tku66 rewrite:2016/11/06 by Jerry */
	/* background: url('../images/event-tku66-slidebg.jpg') left top; */
    /* 2016 xmas rewrite:2016/12/16 by Jerry */
    /* background: url('../images/event-xmas-slidebg.jpg') left top; */
}
.bannerscollection_zoominout{
	margin:0 auto;
}
.bgnhigh{
	height:34em;
}
.title{
	color:#ffe779;
	width:29%;
	line-height:160%;
	font-size:1.6em;
	margin:0 auto;
}
a.subj{
	color:#ffe779;
	z-index:99;
}
a.subj:hover{
	color:#ffeea9;
	text-decoration:none;
}
.descrpt{
	font-size:1.2em;
	width:29%;
	font-weight:300;
}
.dates{
	font-size:0.9em;
	font-weight:normal;
}

/*
.slideBox_LeftFromRight_min {
	width:30em;
	max-width:30em; 

	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;

	animation-duration: 1s;	
	-webkit-animation-duration: 1s;

}
*/
@media screen and (max-width:480px){
	.slideBox_RightFromLeft_min, .slideBox_LeftFromRight_min{
		width:135px;
		max-width:135px;	
	}
		
	.slideBox_BottomFromTop_min, .slideBox_TopFromBottom_min {
		width:135px;
		max-width:135px;
	}
	.myhidden{
/*		display:none;  */

	}
}

@media screen and (min-width:480px) and (max-width:640px){
	.slideBox_RightFromLeft_min, .slideBox_LeftFromRight_min{
		width:235px;
		max-width:235px;

	}
		
	.slideBox_BottomFromTop_min, .slideBox_TopFromBottom_min {
		width:235px;
		max-width:235px;

	}
	
}
@media screen and (min-width:640px) and (max-width:769px){
	.slideBox_RightFromLeft_min, .slideBox_LeftFromRight_min{
		width:255px;
		max-width:255px;

	}
		
	.slideBox_BottomFromTop_min, .slideBox_TopFromBottom_min {
		width:255px;
		max-width:255px;

	}
	
}


#navigation4 .top-bar {
	font-size: 15px;
	height:43px;
/*	min-height: 43px;  */
	line-height:140%;
	background: linear-gradient(to bottom, #db3737 0%,#bf0000 100%);
}
#navigation4 .top-bar ul{
	margin-top:0;
}
#navigation4 .top-bar .pull-right{
	margin-top:2px;
}
#navigation4 .top-bar ul li {
	margin-right:0;
}
#navigation4 .top-bar ul li a{
	color:#FFF;
	padding:4px;
}
#navigation4 .top-bar ul li a:hover, #navigation4 .top-bar ul li a:focus{
	background:#b80000;
/*	padding:8px 0; */
}
#navigation4 .top-bar .fa{
	color:#FFF;
}
#navigation4 .top-bar .dropdown-menu{
	border-radius:0 0 4px 4px;
	background:#c20606;
	min-width: 85px;
	margin-top: 6px;
}
#navigation4 .top-bar .dropdown-menu > li > a:hover, #navigation4 .top-bar .dropdown-menu > li > a:focus, #navigation4 .top-bar .dropdown-submenu:hover > a{
	color:#fdff56;
	background:#a20000;
}
#navigation4 .top-bar .dropdown-toggle:hover{
/*	color:#fdff56; */
	color:#FFF;
	text-decoration:underline;
}
#navigation4 .top-bar .dropdown-toggle:hover > span{
	color:#fdff56;
}

.navbar-toggle{
	margin-top:10px;
	margin-right:8px;
}
/*
.editContent span {
	border-bottom:none;
}*/
.navbar-right{
	font-size:18px;
    margin-top: 20px;	
}
#navigation4 .top-bar .dropdown{
	margin-left:7px;
}
#status{
	margin-left:10px;
}
.navbar-brand {
	height:100%;
	padding:20px 14px;
}

.open > .dropdown-menu {
	width:220px;
	padding-left:5px;
}
.open > .dropdown-menu .form-control{
	border:#999 1px solid;
}

.lang{
	
	font-family: 'PT Sans Narrow', sans-serif;	
	font-size:16px;
}

/*-- accessibility --*/
#navigation4 .top-bar ul li a.Uhide{
	font-family: 'PT Sans Narrow', sans-serif;	 
	font-size:9px;
	margin-left:-10px;
	color:#930;
}
#navigation4 .top-bar ul li a.Uhide:focus{
	color:#FFF;
}
a.Chide{
	color:#FFF;
}
a.Chide:hover, a.Chide:focus{
/*	background-color:#EEE; */
	color:red /*#DEDEDE*/;
}
a.Lhide{
	color:#eee;
}
a.Lhide:hover, a.Lhide:focus{
	color:#930;
	border:1px #df0000 solid;
}

#footer7 a.Bhide{
	color:#930;	 
}
#footer7 a.Bhide:hover, #footer7 a.Bhide:focus{
	color:#fff;	 
}

/*
.nav > li > a {
    position: relative;
    display: block;
    padding: 15px 12px;
}
*/
#services2{
/*	padding-top:40px; */
	/* tku66 rewrite:2016/11/06 by Jerry */
    /* background: url(../images/event-tku66-bg.png) center top; */
}
@media screen and (max-device-width: 480px){
	.navbar-nav > li > a{
		padding-top:5px;
		padding-bottom:5px;
		line-height:16px;
	}
	#navigation4 .top-bar{
		min-height:32px;
		font-size:13px;
	}
	#navigation4 .top-bar .dropdown-menu{
		font-size: 13px;
	}
	
}
@media screen and (min-device-width: 768px){
	#navigation4 .top-bar .dropdown-menu{
		margin-left:12px;
	}
}