/* block top links */
ul#header_links {
	list-style-type: none;
	float: right;
	margin:12px 0 0;
	text-transform: uppercase;
	padding-left: 15px;
}
@media (max-width: 479px) {
	ul#header_links  li:last-child{
		margin-right:0;
	}	
}
#header_links li {
	float: left;
	margin-right:12px;
}
#header_links li:first-child {border:none;}
#header_links a {text-decoration: none}

/*block permanent links right and left columns*/
#permanent_links div {border-bottom: 1px dotted #eee}
#permanent_links div a {
	display: block;
	padding: 7px 11px 5px 22px;
	color: #333;
	background:url(img/arrow_right_2.png) no-repeat 10px 10px;
}

/* block footer links */
ul#footer_links{
	clear:both;
	text-align: center;
	padding-bottom:6px
}
ul#footer_links li{
	display: inline;
	padding:0 10px
}
/*@media (min-width: 768px) {*/
#header_links li:first-child a:before {
	content: "\f004";
    font-family: "FontAwesome";
    display: inline-block;
    font-size:12px;
    color: #91be4b;
    padding-right: 5px; 
}
#header_links li:first-child a:hover:before {
	color: #434343;
}
/*}*/
#header_links li:hover:before {
	color: #91be4b;
}
@media(max-width: 767px) {
	ul#header_links {
		margin-left: 0;
	}
}
.very_big_white  {
	padding: 12px 29px 20px;
}
.banner-slideshow .banner a {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}
.banner-slideshow .banner a::before {
	background-color: rgba(255, 255, 255, 0.1);
    content: "";
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    top: 0;
    transition: all 0.3s ease-out 0s;
    width: 0;
    background-color:#f7f7f9;
	opacity:0.2;
	filter:alpha(opacity=40);
}
.banner-slideshow .banner a:hover::before,
.banner-slideshow .banner a:hover::after {
	width: 100%;
	height: 100%;
}
.banner-slideshow .banner a::after {
	background-color: rgba(255, 255, 255, 0.1);
    bottom: 0;
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    -webkit-transition:all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    width: 0;
    background-color:#f7f7f9;
	opacity:0.2;
	filter:alpha(opacity=40);
}
