@charset "UTF-8";

#top-header {
	width: 100%;
	position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    height: 40px;
    box-sizing: border-box;
    background: rgba(33, 33, 33, 0.9);    
    font-size: 13px;   
	-webkit-filter: drop-shadow(0px 0px 16px rgba(0,0,0,.4));
	filter: drop-shadow(0px 0px 16px rgba(0,0,0,.4));        
}
  
#top-header .nav-head {
	width: calc(100% - 20px);
	min-width: 768px;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 12px;
}
    
#top-header h1 {
	font-size: 25px;
	font-weight: 400;
	float: left;
	text-transform: none;
	vertical-align: middle;
}

#navigation {
	float: right;
}
  
.nav-head-item {
	display: inline;
	color: #cccccc;
	vertical-align: middle;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 44px;
	text-transform: uppercase;
	letter-spacing: 1.2px;		
	text-shadow: 1px 1px 1px #000000;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.nav-head-item a {
	color: #cccccc;
	text-decoration: none;
	transition:.2s;
	-o-transition:.2s;
	-ms-transition:.2s;
	-moz-transition:.2s;
	-webkit-transition:.2s;
}

.nav-head-item-on a, .nav-head-item a:hover {
	color: #FFFFFF;
	text-decoration: none;	
}

.nav-head-img {
	width: 86px;
	height: 40px;
	background-image: url('../img/nav-head-img.png');
	background-size: 86px 40px;
	padding-left: 86px;
	padding-bottom: 24px;
	position: relative;
	top: -13px;
	-webkit-transition: color .15s ease-in-out;
    -moz-transition: color .15s ease-in-out;
    -ms-transition: color .15s ease-in-out;
    -o-transition: color .15s ease-in-out;
    transition: color .15s ease-in-out;
	overflow: none;
}

.nav-head-img:hover {
	background-image: url('../img/nav-head-img-on.png');
}

.social-button {
  vertical-align: middle;
  display: inline-block;
  width: 80px;
  height: 24px;
  text-align: left;
}

.social-panel {
width: 210px;
  vertical-align: middle;
  display: table-cell;
  zoom: 1;
}
  
/* --------------------------------------- */

.site-footer {
	width: 100%;
	background-color: #eeeeee;
	text-align: center;
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 13px;	
}

.nav-footer-panel {
	margin: 0 auto;
	padding-left: 50px;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	font-size:13px;
	font-weight: 400;
	color: #888888;
	line-height: 18px;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.nav-footer-panel ul {
	margin: 0;
	padding: 0;
	padding-top: 4px;
	list-style-type: none;
}

.nav-footer-panel a {
	color: #888888;	
	text-decoration: none;
	transition:.2s;
	-o-transition:.2s;
	-ms-transition:.2s;
	-moz-transition:.2s;
	-webkit-transition:.2s;
}

.nav-footer-panel a:hover {
	color: #009eee;
}

.nav-footer-panel .main-item {
	font-weight: 700;
}

.nav-footer-copyright a {
	font-size: 1.3em;
	font-weight: 500;
	line-height: 25px;
}

.nav-footer-copyright {
	font-size: 0.7em;
	color: #999999;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 75px;
	box-sizing: border-box;
	position: fixed;
	background: rgba(33, 33, 33, 0.8);	   
	-webkit-filter: drop-shadow(0px 0px 16px rgba(0,0,0,.4));
	filter: drop-shadow(0px 0px 16px rgba(0,0,0,.4)); 
}

.nav-footer-copyright hr {
	margin-left: 1px;
	margin-right: 1px;
	margin-top: 0px;
	margin-bottom: 0px;
	-o-filter: drop-shadow(2px 2px 4px rgba(0,0,0,.4));
	-ms-filter: drop-shadow(2px 2px 4px rgba(0,0,0,.4));
	-moz-filter: drop-shadow(2px 2px 4px rgba(0,0,0,.4));
	-webkit-filter: drop-shadow(2px 2px 4px rgba(0,0,0,.4));
	filter: drop-shadow(2px 2px 4px rgba(0,0,0,.4));
}

.site-footer ul {
	margin: 0;
	padding: 4px;
	height: 14px;
	list-style-type: none;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-padding-start: 0px;
}

.site-footer li {	
	display: inline;
}

.social-icon {
	display: inline-block;
	width: 22px;
	height: 18px;
	background: none no-repeat center center;
	background-size: 22px 18px;
}

#si-facebook {
	background-image: url(../img/fb.png);
}

#si-twitter {
	background-image: url(../img/tw.png);
}

#si-google {
	background-image: url(../img/gp.png);
}

#si-youtube {
	background-image: url(../img/yt.png);
}



