body{
	font-family: Verdana, sans-serif;
	background: #E8EAF2; /*ECF3FD*/ /*E8EAF2*/
}

@media (min-resolution: 1dppx) and (max-resolution: 1.5dppx) {
    html body{
		font-size: 1.4rem;
    }
}

@media (min-resolution: 1.5dppx) and (max-resolution: 2dppx) and (max-width: 991px) {
    html body{
		font-size: 2.1rem;
    }
}

@media (min-resolution: 2dppx) and (max-resolution: 3dppx) and (max-width: 1190px) {
    html body{
		font-size: 3.2rem;
    }
}

@media (min-resolution: 3dppx) {
    html body{
		font-size: 4.2rem;
    }
}

@media (max-width: 991px) {
	html body{
		overflow-wrap: break-word;
		}
	.imageheader-desc{
		display: none !important;
	}
	body header #search {
		float: left;
		margin: 30px 0px 10px 0px;
	}
}

a, a:hover {
	text-decoration: none;
}

.links-list ul{
	list-style-type: none;
	padding: 0;
	margin-bottom: 20px;
}

header{
	width: 100%;
	background: #283593;
	z-index: 10;
}

.wrapper {
	width: 96%;
	padding: 20px 0;
	margin: 0 auto;
}

header .wrapper
{
}

header #gerb
{
	float:left;
	margin: 0 16px 0 -80px;
	padding: 8px 8px 8px 80px;
	background: #fff;
	border-radius: 0px 5px 5px 0px;
}

header #name
{
	font-weight: 200;
	font-size: 24px;
	line-height: 1.3;
	/*color: #273730;*/
	color: #fff;
}

header #motto
{
	font-weight: 100;
	font-style: italic;
	font-size: 16px;
	font-family: Georgia, serif;
	color: #fff;
}

header #langs
{
	float: right;
	margin: 5px 8px 0 0;
	color: rgba(255, 255, 255, .8);
}

header #langs a{
	margin: 0 4px;
	color: rgba(255, 255, 255, .8);
}

header #langs a:hover, header #langs a:active {
	color: rgb(255, 255, 255);
}

header #langs img
{
	margin-left: 5px;
}

header #search
{
	float: right;
	margin: 40px -104px 0 0px;
}

header #search input[type="text"]
{
	padding: 4px 8px;
	width: 210px;
	border: none;
}

header #search button
{
	margin-left: -5px;
	padding: 6.6px 17px 7.7px;
	background: #3F51B5;
	color: #f2f2f2;
	border: none;
}


#imageheader {
    position: relative;
}

.imageheader-desc {
    width: 100%;
	height: 60px;
    color: #E8EAF6;
    background-color: #3F51B5;
    padding: 8px 20px;
    border-radius: 0 0 10px 0;
}

#imageheader .imageheader-internal
{
	border-radius: 0 0 0 10px;
}

.imageheader-desc p {
	font-size: 16px;
	font-style: italic;
	text-align: center;
}

#imageheader .imageheader-desc a {
	position: absolute;
	right: 14px;
	bottom: 10px;
	color: rgba(255, 255, 255, 0.6);
    font-weight: bold;
    border: none;
}

.imageheader-desc a:hover {
	color: #f2f2f2;
}

#menu{
	margin: 10px 0 0 0;
	min-height: 0;
	background-color: #3F51B5;
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, .6);
	border-radius: 0;
}

#menu ul li{
	padding: 0;
}

#menu ul li a{
	padding: 10px 30px;
	color: rgba(255, 255, 255, .8);
	line-height: 1.44em;
}

#menu ul li a:hover{
	background-color: rgba(255, 255, 255, .8);
	color: #1263ad;
}

#menu ul li a.active{
	background-color: rgba(255, 255, 255, .6);
	color: #1263ad;
}

main a{
	color: #103343;
}

main a:hover, main a:focus{
	color: #0194fe;
}

#ctext a, .imageheader-desc a
{
	border-bottom:1px solid #B1B5B9;
	text-decoration:none;
}
#ctext a:hover, .imageheader-desc a:hover
{
    border-bottom: 1px solid #333537;
}

main h1, h2, h3, h4, h5, h6{
	color: #2c3e50;
	font-weight: bold;
}

main h1, main .main-title {
	font-size: 1.72em;
}

main .main-title, .main-title a{
	margin-bottom: 20px;
	color: #2c3e50;
}

.main-title a:hover, .main-title a:active{
	color: #283593;
}

main .newshead{
	font-size: 1em;
}

main .news{
	padding: 10px;
}

main .news div.blockwrapper{
	padding-bottom: 2px;
	background-color: #FEFEFE; /*#E8EAF6;*/
	border-radius: 10px;
	overflow: hidden;
}

main .news img{
	border-radius: 10px 10px 0 0;
}

main .news div.blockwrapper h5{
	margin: 6px;
	height: 40px;
}

main .news div.imgwrapper{
	height: 200px;
	overflow: hidden;
}

main .news div.blockwrapper:hover{
	opacity: .5;

	-webkit-box-shadow: 0px 2px 6px 0px rgba(77,73,77,0.6);
	-moz-box-shadow: 0px 2px 6px 0px rgba(77,73,77,0.6);
	box-shadow: 0px 2px 6px 0px rgba(77,73,77,0.6);
}

main .news-item{
	margin: 2px 0;
	padding: 10px;
	background-color: #FEFEFE; /*#E8EAF6;*/
	border-radius: 10px;
}

main .news-item .newsdate {
	text-align: right;
	clear: both;
}

main .news-item img{
	width: 103px;
}

main .socials{
	margin: 20px 40px;
}

main .news-item:hover, main .news-item:focus{
	opacity: .5;
	color: #1A237E;

	-webkit-box-shadow: 0px 2px 6px 0px rgba(77,73,77,0.6);
	-moz-box-shadow: 0px 2px 6px 0px rgba(77,73,77,0.6);
	box-shadow: 0px 2px 6px 0px rgba(77,73,77,0.6);
}

footer .links-list{
	padding: 20px 20px 10px;
	width: 200px;
	float: left;
}

main .links-list{
	padding: 20px 20px 10px;
}

main .links-list ul li{
	padding: 1px 10px;
}

main .links-list ul li:hover, main .links-list ul li:hover a{
	background-color: #3F51B5;
	color: #E8EAF6;
}

footer{
	margin-top: 40px;
	padding: 20px;
	background-color: #1A237E;
	color: #f2f2f2;
}

footer li{
	font-size: 12px;
}

footer li a{
	color: rgba(255, 255, 255, 0.6);
}

footer h5{
	font-size: 16px;
	font-weight: 100;
	text-align: left;
	text-transform: uppercase;
}

footer h5 a{
	color: rgba(255, 255, 255, 0.8);
}

footer a:hover, footer a:active, footer a:visited{
	color: #fff;
}

footer .bottom{
	padding: 20px 20px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
}

footer .bottom a{
	color: rgba(255, 255, 255, .6);
}

footer .bottom a:hover{
	color: rgb(255, 255, 255);
}

#owl-carousel .item{
    margin: 3px;
}

#owl-carousel .item img{
    height: 40px;
}

#owl-carousel .owl-controls{
	display: none !important;
}

ul.nav-list {
	padding-right: 15px;
	padding-left: 20px;
	margin-bottom: 0;
}

table.tabl 
{ 
	border-collapse: collapse;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;  
}
table.tabl td, td.tabl 
{
	border: 1px solid #798B9C;
	padding: 2px 3px;
}
table.tabl th, th.tabl 
{ 
	border: 1px solid #798B9C;
	padding: 2px 3px;
}
table.tabl tr.greenrow td, .greenrow
{
	background-color: #8F8;
}
table.tabl tr.yellrow td, .yellrow
{
	background-color: #FF7;
}

.centered
{
    text-align: center;
}
p.sign, #ctext p.sign
{
    text-align: right;
	margin: 10px 0;
}
p.title, #ctext p.title
{
    margin: 15px 0 10px 0px;
    text-align: center;
    font-weight: bold;
}
p.text, p.flat, #ctext p
{
    margin-top: 10px;
    text-align: justify;
}
p.text:first-letter, #ctext p:first-letter
{
    margin-left: 15px;
}
#ctext p.flat:first-letter
{
	margin: 0;
}

textarea.question
{
	width: 99%;
	height: 200px;
}
.controls
{
	border: 1px solid #000;
	padding: 3px;
}
div.question
{
	padding: 10px 0 5px 0;
	font-weight: bold;
}
div.answer
{
	padding: 0 0 7px 5px;
	border-bottom: 1px solid #000;
}
div.q_date
{
	float: right;
	font-weight: bold;
	padding: 0 0 4px 12px;
	font-size: 0.7em;
	color: #555;
}
#ctext ul.q_topics li
{
	margin-bottom: 15px;
}

.newspaging
{
	padding: 0 15px;
}

.icons
{
	clear: both;
	margin: 0px 0 0 20px;
}
.icons img
{
	width: 95px;
	margin: 50px 10px 0 10px;
}

@media (min-width: 500px) and (max-width: 991px) {
	main .news {
	    width: 50%;
	    float: left;
	}
	.icons img
	{
		width: 95px;
		margin: 30px 10px 0 10px;
	}
}

#celebration {
    padding: 25px 0 0 0;
    text-align: center;
    font-size: 1.3em;
    margin-bottom: -20px;
}

