#zagorka {
	display: flex;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	align-items: center;
	justify-content: center;
	z-index: 10000;
}
#zagorka #closeZagorka {
	position: absolute;
	margin-left: 792px;
	margin-top: -20px;
	font-size: 30px;
	color: #000;
}
#zagorka .zimg {
	box-shadow: 2px 2px 10px #999;
}

#page-header.new #header {
	padding: 5px 0;
	margin-bottom: 20px;
	transform: translateY(0);
	transition: all 300ms;
}

.clearfix {
	clear:both
}

.p-0 {
	padding: 0;
}

.new .main-menu {
	list-style: none;
	padding: 0;
	margin: 40px 0 0 0;
	text-align: right;
}

.new .main-menu li {
	display: inline;
}

.new .main-menu li a {
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	color: #00288c;
	margin: 0 6px;
	border-bottom: 2px solid #fff;
	transition: all 300ms;
}

.new .main-menu li a:hover {
	border-bottom: 2px solid #00288c;
}

#page-header.new #header.darkHeader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #00288c;
	z-index: 10;
	transform: translateY(0px);
}

#page-header.new #header.darkHeader .logo img {
	filter: brightness(0) invert(1);
}

#page-header.new #header.darkHeader .main-menu li a {
	color: #fff;
	border-color: #00288c;
}

#page-header.new #header.darkHeader .main-menu li a:hover {
	border-color: #fff;
}

.main-menu {
	margin: 0;
	padding: 0;
	background-color: #ffd400;
	list-style: none;
	text-align: left;
	display: inline-block;
	width: 100%;
}

.main-menu li {
	display: inline-block;
	float: left;
}

.main-menu li a {
	color: #00288c;
	padding: 10px;
	text-transform: uppercase;
	display: block;
	transition: all 200ms;
}

.main-menu li a:hover,
.main-menu li.current-menu-item a{
	background-color: #00288c;
	color: #fff;
}

.main-menu li.menu-item-53242 a {
	font-weight: bold;
}

.mobile-menu {
	background-color: #ffd400;
	text-align: right;
	padding: 5px;
}

.mobile-menu button {
	background: none;
	border: none;
}

.mobile-menu button i {
	font-size: 26px;
	color: #00288c;
}

.mobile-menu .mobile-menu-content {
    background: #fff;
    width: 240px;
    height: 100vh;
    padding: 60px 0 0 0px;
    text-align: left;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 90;
    transform: translateX(246px);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s;
/*	box-shadow: -10px 0px 10px 1px #aaaaaa; */
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,.31);
    -moz-box-shadow: 0 0 6px rgba(0,0,0,.31);
    box-shadow: 0 0 6px rgba(0,0,0,.31);
}

.mobile-menu.open-menu .mobile-menu-content {
    transform: translateX(0px);
}

.mobile-menu .mobile-menu-content button {
	background: transparent;
    width: 26px;
    height: 18px;
    margin: 0;
    padding: 0;
    border: none;
    display: inline-block;
    position: absolute;
    top: 30px;
    right: 40px;
    z-index: 100;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.mobile-menu .mobile-menu-content button span {
    background: #fff;
    width: 26px;
    height: 3px;
    display: block;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.mobile-menu .mobile-menu-content button span:after {
	content: '';
    background: #fff;
    width: 26px;
    height: 3px;
    margin: 3px 0 0;
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.mobile-menu.open-menu .mobile-menu-content button span {
	background: #00288c;
	transform: rotate(45deg);
}

.mobile-menu.open-menu .mobile-menu-content button span:after {
	background: #00288c;
	transform: rotate(-90deg) translateX(20%);
}

.mobile-menu.open-menu .mobile-menu-content .main-menu {
	background-color: #fff;
}

.mobile-menu.open-menu .mobile-menu-content .main-menu li {
	float: none;
	display: block;
}

.mobile-menu.open-menu .mobile-menu-content .main-menu li a {
	padding: 10px 20px;
}

.carousel-caption {
	bottom: 0 !important;
    left: 0 !important;
    color: #00288c !important;
    text-align: center !important;
    width: 100% !important;
    text-shadow: 0px 2px 2px #ffffff !important;
    font-weight: 300;
    padding: 0 10px !important;
    background: rgba(255, 212, 0, 0.8);
	line-height: 1.7;
}

.carousel-caption p {
	margin-bottom: 0;
}

.related-container .thumb {
	cursor: pointer;
    float: left;
    width: 100%;
    height: 154px;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    overflow: hidden;
}
.related-container .thumb img {
	width: 100%;
    height: 100%;
    margin: 0;
    transition: transform 0.5s cubic-bezier(0.49, -0.01, 0.42, 0.81);
}

.related-container .thumb:hover img {
    transform: scale(1.2);
}
.related-container .thumb:hover .caption {
	background-color: rgba(255, 255, 255, 0.9) !important;
	color: #DD272A !important;
}

.related-container .caption {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    padding: 10px !important;
    background-color: rgba(0, 0, 0, 0.6) !important;
    font-weight: bold !important;
    color: #fff !important;
    height: 50px !important;
    overflow: hidden !important;
}

.related-container .caption h2 {
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3;
}
#scbnr.affix {
	position: fixed !important;
	top: 0;
}