.picturesource{
	font-size: 11px;
	color: #aaaaaa;
}
.single_history_img{
	text-align: center;
}
.main_clogo a{
	background-color: #6D7F97;
	border-radius: 2px;
	box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.25);
}
.main_team_area {
/*    background: rgba(0, 0, 0, 0) url("../images/background/rendezveny3.jpg") no-repeat scroll center top / cover ;*/
    background: rgba(0, 0, 0, 0) url("../images/background/eg.jpg?v=2") no-repeat scroll center top / cover ;
	color: #555555;
}
.main_team_area::before {
	background-color: white;
	opacity: 0.7;
}
li .single_team_text p {
    color: black;
}
#statusbar{
	display: none;
}
.main_menu_bg .navbar-nav > li > a {
	font-size: 1rem;
}
p {
    font-size: 1rem;
}
.j{
	text-align: justify;
}
.c{
	text-align: center;
}
html, body{
	font-family: "Verdana";
}
.subtitle{
	font-size: 15px;
}
h4{
	text-transform: none;
}
.btn-nomarg{
	margin-top: 0px;
}
.row.images img{
	border: 1px solid #e31f25;
	border-radius: 5px;
	margin-bottom: 10px;
	height: 230px;
	width:358px;
}
.row.images img:hover{
	border: 2px solid #e31f25;
	border-radius: 5px;
}
h4{
	text-decoration: underline;
}
.flag_desktop{
	float: right;
	width: 120px;
	text-align: right;
}
@media (min-width: 469px) {
	.flag_mobile{
		display: none !important;
	}
}
@media (max-width: 468px) {
	.flag_desktop{
		display: none;
	}
}
