@charset "UTF-8";
/* CSS Document */

.news-slider {
  /* Style the actual content */
  margin-top:0;
  margin-bottom:5px;
}

.slider_border {border:1px solid #999;}

@media only screen and (max-width: 860px) {
	.news-slider {margin-bottom:0;}
}
/* ------------------ */
/* sub-navig-header */
/* ------------------ */

#sub-navig-header {
	width:100%;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
	padding:0;
	margin:0;
	background:#1260a6
	/*background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(230,230,230,1) 100%); /* FF3.6-15 */
	/*background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(230,230,230,1) 100%); /* Chrome10-25,Safari5.1-6 */
	/*background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(230,230,230,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	
}
/* ------------ */
/* TOP HEADER */
/* -------------*/
#top-header-container {
	width:100%;
	padding:5px 0;
	border-bottom: solid 1px #fff;
	background: rgb(238,238,238); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(221,221,221,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(221,221,221,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(238,238,238,1) 0%,rgba(221,221,221,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
	}
#top-header-container #top-header ul.headernavig li {	color:#666;}
#top-header-container #top-header ul.headernavig li a {	color:#666;}


/* -------------- */
/* MENUZORD */
/* -------------- */
.menuzord-menu > li > a{
	padding: 22px 16px;
	display: inline-block;
	text-decoration: none;
	font-size: 1em;
	font-weight: 600;
	color: #ffffff;
	outline: 0;
	/*line-height: 1.42857143;*/
	line-height:1.2em;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
}