.shadow {
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-sizing: border-box;
}

/* scroll */
.anchor_top{
	width:64px; 
	height:64px;
	padding:3px; 
	position:fixed;
	top:50%;
	right: 10px;
	z-index:9999;
	display:none;
	background: url('/upload/www/scroll-top.png') no-repeat center;
}
.anchor_top:hover{
	text-decoration: none;
}

/* button */ 
#quick_button {
	padding: 2px 10px 2px 10px;
	background-color:#900;
	border-radius: 3px;
	font-size:10px;
	color:white;	
}

/* sticky menu */
.subMenu {
  z-index: 3;
  box-shadow: 0 0px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: box-shadow 0.25s ease-in-out;
  -moz-transition: box-shadow 0.25s ease-in-out;
  transition: box-shadow 0.25s ease-in-out; }
  .subMenu.show_hidden {
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1); 
  }
	.subMenu.show_hidden .hidden {
	  opacity: 1; 
	}
  .subMenu .hidden {
    opacity: 0;
    -webkit-transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out; 
  }
  .subMenu .nav_social {
    float: right; 
  }
  .subMenu a {
    display: inline-block;
    -webkit-transition: background 0.15s ease-in-out;
    -moz-transition: background 0.15s ease-in-out;
    transition: background 0.15s ease-in-out; 
  }

#sticky_nav {
	background-color: #1C5791; /*#1C5791;/*#2B669E;	*/
}
#sticky_nav .container {
	height: 70px;
}
#sticky_nav .main_title {
	font-size:38px; 
	color:white; 
	letter-spacing: 0px;
	font-weight: 300;
	line-height: 38px;
}

#sticky_nav a {
	color:white;
	font-size: 11px;
}
#sticky_nav a:hover {
	color:orange;
}

#sticky_nav_right {
	padding-top: 5px;
}
#sticky_nav_right td {
	text-align: center;	
	padding-left: 20px;	
}

/* CSS table */
#css_table {
	text-align: center;
	color:#FFF;
}
#css_table img {
	padding-bottom: 5px;
}
#css_table a{ 
	font-size:22px;
	/*text-decoration:underline;*/
	color:#06F;
}
#css_table a:hover{ 
	color:#F0F;
}

/* footer */
#tab_footer2 {
	width: 100%;
	display:table;
	table-layout: fixed;
	vertical-align: top;
}
#tab_footer2 a {
	font-size:18px;
	color:#333333;
}
#tab_footer2 a:hover {
	color:#000;
}
#tab_footer2 td {
	width: 33%;
	vertical-align: top;
}
#tab_footer2 h4 {
	font-size:30px;
	font-weight:normal;
	color:#000;
	padding: 0px;
	margin:0;
}

#tab_footer2 ul {
	margin:0px;
	padding: 0 0 0 20px;	
}
#tab_footer2 li {
	padding:5px;	
	list-style:square;
}

#footer_button {
	width: 100%; 
	border-radius:3px; 
	background-color: #1C5791; 
	padding: 10px; 
	text-align:center; 
}
a#footer_button { 
	color:white; 
}
a#footer_button:hover { 
	color:white; 
	background-color:#2470BB; 
}

#footer_copyright {
	text-align: center; 
	font-size:11px; 
	color:#808080; 
	padding-top: 80px;
}
#footer_copyright a{
	font-size:11px;
}
