body {
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
	margin: 0;
}

.page-template-page_uc .site-container {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
}
a, a:hover, a:active, a:focus{
	outline:none;
}
a{
	color:#274473;
}
.site-inner {
	padding: 0 10px;
}
.site-container {
	max-width: 1100px;
	margin: 0 auto;
}
/* LOGIN POPUP */
#modal-login .uk-modal-dialog {
	background: none !important;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#pss-mlogin {
	background: rgba(255,255,255,0.8);
	padding: 20px;
	margin-top: 20px;
	width: 90%;
}
#modal-login {
	background: rgba(0, 0, 0, 0.89);
}
#pss-mlogin .frm_submit input {
	width: 100%;
	background-color: #000;
	border: #989898;
}
/* END LOGIN POPUP */

/* HEADER */
#top-bar {
	height: 14px;
	background-color: #a4a4a4;
	-webkit-box-shadow: inset 0px -3px 5px 0px rgba(0,0,0,0.3);
	box-shadow: inset 0px -3px 5px 0px rgba(0,0,0,0.3);
	border-bottom: 4px solid #274473;
}
	/* MENU */
.pssmenu-submenu {
	list-style: none;
}
.pssmenu-container {
	z-index: 9;
	position: fixed;
	top: 0;
	margin: 20px auto;
}
.pssmenu-button {
	width: 188px;
	height: 188px;
	background: white;
	border-radius: 50%;
	z-index: 11;
	border: 4px solid #ACACAC;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pssmenu-menu {
	width: 188px;
	background: none;
	justify-content: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.menu-logo-beard {
	position: absolute;
}
.menu-bar {
	height: 70px;
	width: 141px;
}
.menu-logo-text {
	width: 173px;
	height: 173px;
	color: #000;
}
.menu-logo-beard {
	color: #000;
	width: 130px;
	height: 130px;
}
.pssmenu-menu:hover > #pssmenu-submenu-wrap > .pssmenu-submenu {
	max-height: 200px;
	height: auto;
	padding: 50px 0 10px;
}
.menu-logo-beard{
	transform: rotate(0) scale(1);
	transition: 0.2s all;
}
.pssmenu-menu:hover .menu-logo-beard{
	transform: rotate(-10deg) scale(1.2);
}

.menu-bar.uk-svg {
	margin-top: -40px;
}
#pssmenu-submenu-wrap {
	margin-top: -35px;
	transition: .5s all;
}
.pssmenu-submenu {
	margin: 0;
	width: 140px;
	background: #ececec;
	transition: 0.7s all;
	padding: 0;
	max-height: 0;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	overflow: hidden;
	border-left: 3px solid #989898;
	border-right: 3px solid #989898;
}
.pssmenu-footer {
	margin-top:-5px;
}
.pssmenu-footer svg {
	width:150px;
}
.menu-bar-back {
	background-color: #ececec;
	height: 40px;
	width: 140px;
	margin: auto;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	border-left: 3px solid #989898;
	border-right: 3px solid #989898;
}
.menu-bar.uk-svg {
	margin-top: -40px;
}
.pssmenu-submenu .menu-item {
	width: 100%;
	display:flex;
	flex-direction:column;
}
.pssmenu-submenu .menu-item a {
	/* width: 100%; */
	padding: 5px;
	text-align: center;
	background: none;
	color: #2e2e2e;
	font-size: 14px;
	font-weight: 400;
	transition: 0.5s all;
}
.pssmenu-submenu .menu-item a:hover {
	background: #2e2e2e;
	color: #adadad;
	text-decoration: none;
}
.menu-item-has-children {
	position:relative;
}
.menu-item-has-children::after {
	content: ' ▾';
	position: absolute;
	right: 0;
	margin-right: 6px;
}
.sub-menu {
	margin: 0;
	list-style-type: none;
	padding-left: 0;
	max-height: 0;
	opacity: 0;
	transition: 0.5s all;
	overflow: hidden;
}
.menu-item-has-children:hover > .sub-menu {
	max-height: 200px;
	opacity: 1;
	transition: 0.5s all;
	transition-delay: 0s;
	transition-delay: .3s;
	padding: 0;
}
.menu-item-has-children:hover > .sub-menu {
	max-height: 200px;
	opacity: 1;
	transition: 0.5s all;
	transition-delay: 0s;
	transition-delay: .3s;
	padding: 0;
}
	/* END MENU */


.site-header {
	background-color: unset;
	width: 100%;
	border-bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 0;
}


/* HEADER END */


/* FOOTER */
.site-footer {
	text-align: center;
	font-size: 12px;
}
/* END FOOTER */


@media only screen and (max-width: 768px) {
}