<!-- start Woody Code Snippets CSS and JS -->
<style type="text/css">
.top-header-background-anje{
	width:100%;
    background: #000!important;
}

.top-header-anje{
	max-width: 91%;
	margin:auto;
	padding-top:6px;
	padding-bottom:6px;
}

.top-header-content-left-anje{
	display:inline-block;
	color:#FFF;
	text-align:left;
}

.top-header-content-right-anje{
	color:#FFF;
    text-align: left;
    display: inline-block;
    float: right;
}

.top-header-link{
	color:#FFF!important;
}

.top-header-link:hover{
	color:#FFF!important;
}


/* Portrait */
@media only screen 
	and (max-width: 455px){
	  
.top-header-content-right-anje {
    float: none!important;
	font-size: 10px;
}
}

.menu_mobile_nav_area a span{
	color:#FFF!important;
}



/*Altura da barra Top Header

.widgets_above_page_wrap, .widgets_above_content_wrap {
    padding-top: 8px;
    margin-bottom: 7px;
	color:#FFF;
}

.header_position_over .top_panel {
    position: absolute;
    width: 100%;
    height: 42px;
    background: rgba(1,168,177,1)!important;
	background: -moz-linear-gradient(left, rgba(1,168,177,1) 0%, rgba(36,126,186,0.9) 100%)!important;
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(1,168,177,1)), color-stop(100%, rgba(36,126,186,0.9)))!important;
	background: -webkit-linear-gradient(left, rgba(1,168,177,1) 0%, rgba(36,126,186,0.9) 100%)!important;
	background: -o-linear-gradient(left, rgba(1,168,177,1) 0%, rgba(36,126,186,0.9) 100%)!important;
	background: -ms-linear-gradient(left, rgba(1,168,177,1) 0%, rgba(36,126,186,0.9) 100%)!important;
	background: linear-gradient(to right, rgba(1,168,177,1) 0%, rgba(36,126,186,0.9) 100%)!important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01a8b1', endColorstr='#247eba', GradientType=1 )!important;
}
*/</style>
<!-- end Woody Code Snippets CSS and JS -->
