
@font-face {
  font-family: 'posterFont';
  src: url(../fonts/BoyarskyMon.woff2) format('woff2'),
       url(../fonts/BoyarskyMon.woff) format('woff');
}

body{
	font-size: 16px;
}
::cue {
	background-color: #fff;
	color: #000;
    font-weight: bold;
}
#notification{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left:50%;
	transform: translateX(-50%);
	position: absolute;
	z-index: 100;
	color: #fff;
	background: #c44;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 2px;
}
#appmt{
	position: relative;
}
#title{
	height:60px;
}
#poster{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	color: #fff;
	/*text-transform: uppercase;*/
	font-family: 'posterFont';
	font-size: 20px;
	text-shadow: 1px 1px #F26531;
}
#title h2{
	text-transform: uppercase;
	color:#01309B;
	font-weight: bold;
	font-style: italic;
	font-size: 2em;
}
#navbar{
	/*background:#007CC2;*/
	background-color: #007CC2;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;

}
#about{
    padding: 25px 0 25px 0;
    background: #FFF url(../images/world.png) center 25px no-repeat;
}
#info{
	padding: 25px 0 25px 0;
	background: #F3F3F3;
}
#footer{
	background: #007CC2;
	/*padding: 25px 0 25px 0;*/
	color:#fff;
}
.map{
	height: 200px;
}

.slide{
	height:450px;
}
#info-slide{
	height: 200px;
}
.head{
    font-size: 1.4em;
    margin: 0 0 0.5em 0;
    color: #F26531;
    line-height: 1.2em;
}
.article{
	line-height: 1.5em;
    color: #003972;
}
.uk-container-center{
	padding-left:15px;
	padding-right: 15px;
}
.uk-navbar{
	background: transparent;
	position: relative;
}
.uk-navbar li a{
	color:#fff;
	/*color: #007CC2;*/
	text-transform: uppercase;
	text-decoration: none !important;

}
.uk-navbar li a:hover, .uk-navbar li a:focus{
	 background: transparent;
	 color:#fff;
	 text-decoration: underline;
}
