h1,h2, #Subheader .title {
    font-family: Impact, Charcoal, sans-serif;		
    font-weight: normal;
}


.button-stroke a:hover.button, 
.button-stroke a:hover.tp-button {
	color: #00a99b;
}

.button-stroke .section.dark a.button {
	color: #ffffff;
}

.button-stroke .section.dark a.button:hover {
	color: #00a99b;
}

.top_bar_left:after {
	content: '';
	position: absolute;
	display: block;
	width: 250px;
	height: 43px;
	top: 24px;
    right: -260px;	
	background-image: url('./images/cez-smluv-partner.png');
	background-repeat: no-repeat;
	background-size: 250px;
	visibility: visible;
}

.is-sticky .top_bar_left:after {
	display: none;
}

@media only screen and (max-width: 1710px) {
	.top_bar_left:after { 
		top: -50px;
    	right: 70px;
	}
}

@media only screen and (max-width: 767px) {
	#Action_bar .social {
		margin-bottom: 55px;
	}
	.top_bar_left:after { 
		top: -48px;
    	right: 50%;
    	width: 200px;
	    background-size: 200px;
    	margin-right: -100px;
	}
}

#Action_bar .contact_details li {
	color: #00a99b;
}

#Action_bar .social li a {
	color: #00a99b;
}

#Action_bar .social li:last-child {
	margin-right: 6px;
}

.max-height304 .opening_hours {
     max-height:304px;
    background-size: auto 280px;
}