﻿
/*Menu góra*/
#menu_gora_mobile {
	width: 100%;
	height: 45px;
	z-index: 9;
}

/*------------------------   menu góra 1 ------------------------------------------*/
.menu_gora1_tlo{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: 400;
}
.menu_gora1_tlo{
	background: url('../grafika/menu_gora_1.png') right 5px no-repeat;
	padding: 3px 15px;
}
.menu_gora1_tlo:first-child{

}
.menu_gora1_tlo:hover{
}
.menu_gora1_tlo a:hover{
	color: #ad0301 !important;
}
.menu_gora1_tlo img:hover {
	cursor: pointer;
}
.menu_gora1_tlo a {
	color: #000000 !important;
	text-decoration: none !important;
	font-weight: 400;
}
.menu_gora1_napis{

}
.menu_gora1_tlo a em {
	margin-left: 10px;
	color: #000000;
	margin: 0px 5px 0px 0px;
}
.fa-plus{
	font-size: 12px !important;
	position: relative;
	left: -5px;
}