/* base */

body {
	font-family: "Ideal Sans SSm A", "Ideal Sans SSm B";
	padding: 0 20px;
	background-color: #ffffff;
}

body:before {
	background-color: #f2f6fa;
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0px;
    width: calc(50% - 520px);
    height: 100%;
	z-index: 1000;
}

body:after {
	background-color: #f2f6fa;
    content: '';
    display: block;
    position: fixed;
    top: 0;
    right: 0px;
    width: calc(50% - 520px);
    height: 100%;
	z-index: 1000;
}

.only-before-2017blue {
	display:none;
}

.only-in-2017blue-block {
	display:block;
}
.only-in-2017blue-inline-block {
	display:inline-block;
}

.ui-widget {
	font-family: "Ideal Sans SSm A", "Ideal Sans SSm B";
}

/*
article > .inner > .content > h2.title > a {
	display: inline;
}
article > .inner > .content > h2.title > a:after {
	content: attr(data-content);
	display: inline-block;
	border-bottom: 1px solid #1B5C93;
}
*/
/*
a:hover, a:focus {
	text-decoration: none;
	border-bottom: 1px solid #1B5C93;
}
*/
/*
a:hover:after, a:focus:after {
	display: inline;
	content: '';
	position: relative;
	top: -3px;
	border-bottom: 1px solid #1B5C93;
}
*/

/* header - base */

header .mcontainer > nav ul.main {
	float: right;
	width: 100%;
	margin-top: 5px;
	/*margin-right: -10px;*/
}
@media (max-width: 500px) {
	header .mcontainer > nav ul.main {
		margin-top: 0;
	}
}

header .mcontainer .logo, .page-menu .mcontainer .logo {
	height: 105px;
	/*height: auto;*/
    width: auto;
}

header .mcontainer .logo.szoveg {
	width: 152px;
    margin-left: 14px;
    margin-top: 3px;
}

header .logo-title {
	padding-top: 0;
    margin-top: -5px;
    margin-left: 0px;
}

header{
	position: relative;
	margin-left: -20px;
	margin-right: -20px;
	z-index: 100;
    background: #00386E;
}
header nav ul.upper {
	margin-right: 0;
}
header .mcontainer > nav ul.upper li a,
.page-menu .mcontainer > nav ul.upper li a {
	font-family: "Ideal Sans SSm A", "Ideal Sans SSm B";
	font-weight: bold;
}

header .mcontainer .title, .page-menu .mcontainer .title {
	font-family: "Ideal Sans SSm A", "Ideal Sans SSm B";
	font-size: 17px;
	font-weight: 600;
}
#top .row {
	margin-top: 30px;
}

/* social */
header .mcontainer > nav ul.upper li.socials a img,
.page-menu .mcontainer > nav ul.upper li.socials a img {
    width: auto;
    /*height: 22px;*/
}

header .mcontainer > nav ul.upper li.socials,
.page-menu .mcontainer > nav ul.upper li.socials {
}

.logo{
	/*height:20px;*/
	/*width: 78px;*/
}

/* navigation */
header .mcontainer > nav ul.upper li a,
.page-menu .mcontainer > nav ul.upper li a {
    border: 0;
	font-size: 12px;
}

header .mcontainer > nav ul.upper li a, .page-menu .mcontainer > nav ul.upper li a {
	width: auto;
}

header .mcontainer > nav ul.upper li, .page-menu .mcontainer > nav ul.upper li {
    margin: 0;
    padding: 0 10px;
}

header .mcontainer > nav ul.upper li#last-upper-menu-option, .page-menu .mcontainer > nav ul.upper li#last-upper-menu-option {
	border-left: 1px solid #7B9DC7;
	padding-left: 15px;
}
header nav {
    width: calc(100% - 285px);
	/*margin-right: -10px;*/
}
header.lang-en nav {
	/*width: calc(100% - 310px);*/
}
@media (max-width: 500px) {
	header nav {
		height: 80px;
	}
}
@media (max-width: 1040px) {
	header nav {
		width: calc(100% - 290px);
		margin-right: 0;
	}
	header.lang-en nav {
		width: calc(100% - 315px);
	}
	header .mcontainer > nav ul.main {
		margin-right: 0;
	}
}
@media screen and (max-width: 630px) {
	header .mcontainer > nav ul.upper li.socials, .page-menu .mcontainer > nav ul.upper li.socials {
		display: none;
	}
}

header nav ul.upper {
	float: right;
	width: calc(100% - 10px);
	padding-bottom: 14px;
	border-bottom: 1px solid #7B9DC7;
}

header nav ul.main {
    padding-top: 10px;
}

header nav ul.main li {
	position: relative;	
	text-align: center;
}
header nav ul.main li.search {
	margin-left: 0;
}
header nav ul.main li.search a i {
	margin-left: 5px;
}

header nav ul.main li .arrow-down {
	position: absolute;
	left: 50%;
	margin-left: -4.5px;
}

header nav ul.main li .arrow-down:hover {
	background: #1b5c93; 
}

header nav:after {
	content: '';
	display: block;
	clear: both;
}

header .mcontainer > nav ul li a, .page-menu .mcontainer > nav ul li a {
	height: 24px;
	padding: 0 7px;
	font-family: "Ideal Sans SSm A", "Ideal Sans SSm B";
	font-size: 17px;
	font-weight: 500;
	letter-spacing: 0.4px;
}
header .mcontainer > nav ul li a.navigation-highlighted, .page-menu .mcontainer > nav ul li a.navigation-highlighted {
	color: #d42d39;
}
header .mcontainer > nav ul li:hover, header .mcontainer > nav ul li.hovered,
.page-menu .mcontainer > nav ul li:hover, header .mcontainer > nav ul li.hovered {
    background: #7B9DC7;
}
header .mcontainer > nav ul li.search:hover {
	background: none;
}
/*
header .mcontainer > nav ul li.search a {
	text-transform: uppercase;
}
*/

header .mcontainer > nav ul li.search a {
	font-weight: 500;
}

header .mcontainer > nav ul.upper li.contact:hover, .page-menu .mcontainer > nav ul.upper li.contact:hover {
	background: transparent;
}
header .mcontainer > nav ul.upper li.contact:hover a, .page-menu .mcontainer > nav ul.upper li.contact:hover a {
	color: #D42D39;
    font-weight: bold;
}

/* search field */
header .header-search {
	margin-top: 0px;
	height: 49.34px;
}
header .input-holder {
	position: relative;
}
header .header-search .input-holder {
	width: calc(100% - 10px);
	/* width: 100%; */
	padding-right: 0;
	margin-top: 10px;
	float: right;
}
#header-search-input {
    font-family: "Ideal Sans SSm A", "Ideal Sans SSm B";
	padding-right: 120px;
}
header .header-search-submit {
	position: absolute;
	top: 6px;
	right: 30px;
    height: 20px;
    width: 70px;
	text-transform: uppercase;
}
header button {
    background-color: #1B5C93;
}
header button:hover {
    background-color: #CEDEF2;
}

header .header-search-cancel-icon {
	position: absolute;
	top: 10px;
	right: 8px;
	cursor: pointer;
}

/* auto complete */
.ui-widget-content {
	background-color: #CEDEF2;
}

.ui-widget-content li.ui-menu-item:hover {
	background-color: #1B5C93;
}

#event_type_combo-menu.ui-widget-content,
#genre_combo-menu.ui-widget-content,
#science_combo-menu.ui-widget-content {
	max-height: 300px;
	overflow-x: hidden;
	overflow-y: auto;
}
#event_type_combo-menu.ui-widget-content::-webkit-scrollbar-track,
#genre_combo-menu.ui-widget-content::-webkit-scrollbar-track,
#science_combo-menu.ui-widget-content::-webkit-scrollbar-track {
	 -webkit-box-shadow: inset 0 0 8px rgba(0,0,0,0.3);
	 background-color: #CEDEF2;
 }
#event_type_combo-menu.ui-widget-content::-webkit-scrollbar,
#genre_combo-menu.ui-widget-content::-webkit-scrollbar,
#science_combo-menu.ui-widget-content::-webkit-scrollbar {
	 width: 4px;
	 background-color: #CEDEF2;
 }
#event_type_combo-menu.ui-widget-content::-webkit-scrollbar-thumb,
#genre_combo-menu.ui-widget-content::-webkit-scrollbar-thumb,
#science_combo-menu.ui-widget-content::-webkit-scrollbar-thumb {
	 background-color: #1B5C93;
 }


.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #CEDEF2;
	background: #1B5C93;
	font-weight: normal;
	color: #ffffff;
}

.ui-widget-content {
    border: 1px solid #cedef2;
}

/* submenu */
header .mcontainer.sub-menu .table nav > ul > li > a,
.page-menu .mcontainer.sub-menu .table nav > ul > li > a {
	color: #00386e;
    font-family: "Ideal Sans SSm A", "Ideal Sans SSm B";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 15px;
    display: inline-block;
    padding-left: 10px;
    text-indent: -10px;
    text-decoration: none;
}
header .mcontainer.sub-menu .table nav > ul > li > a.navigation-highlighted,
.page-menu .mcontainer.sub-menu .table nav > ul > li > a.navigation-highlighted {
    color: #d42d39;
}
header .mcontainer.sub-menu .table nav > ul > li ul > li a,
.page-menu .mcontainer.sub-menu .table nav > ul > li ul > li a {
	font-family: "Ideal Sans SSm A", "Ideal Sans SSm B";
	font-size: 16px;
}

.page-menu .mcontainer.sub-menu .table nav > ul > li.opened > .submenu-container {
	border: 1px solid #cedef2;
}

.page-menu .mcontainer.sub-menu .table nav > ul > li.opened > a.sub-label {
	background: #cedef2;
}

header .mcontainer.sub-menu .table {
	border-bottom: 1px solid #d42d39;
}

ul.ui-autocomplete.ui-widget-content {
	border: 1px solid #cedef2;
	background: #cedef2;
	z-index: 1000;
}

ul.ui-autocomplete.ui-widget-content .ui-menu .ui-state-focus,
ul.ui-autocomplete.ui-widget-content .ui-menu .ui-state-active {
	border: 1px solid #1b5c93;
    background: #1b5c93;
}

header .mcontainer > nav ul li.active, .page-menu .mcontainer > nav ul li.active {
	background: #7B9DC7;
}

/* mobile menu */
#mobile-toggle {
	background-color: #D42D39;
}
#mobile-toggle i {
    color: #CEDEF2;
}
#mobil-menu-dropdown {
    background: #CEDEF2;
    width: 100%;
}
#mobil-menu-dropdown a {
    color: #00386E;
	font-family: "Ideal Sans SSm A", "Ideal Sans SSm B";
}

/* footer */
footer {
    background: #1B5C93 none repeat scroll 0 0;
    border-bottom: none;
    padding-bottom: 0;
	margin-top: 20px;
	max-width: 1040px;
    margin: 0 auto;
}

footer .mcontainer {
    padding: 0 0 0 20px;
}

footer .mcontainer .table {
    padding: 0;
}
footer .mcontainer .table nav {
	font-family: "Ideal Sans SSm A", "Ideal Sans SSm B";
	padding: 0;
}
footer .mcontainer .table nav.info {
	font-family: "Ideal Sans SSm A", "Ideal Sans SSm B";
}

footer .mcontainer .table nav.col-md-2 {
    /*padding-right: 70px;*/
	min-width: 300px;
}

footer .mcontainer .table nav.col-md-3 {
    /*float: right;*/
    /* width: 200px;*/
}


footer .mcontainer .table nav > ul {
	margin-top: 25px;
}

footer .mcontainer .table nav > ul > li {
	font-size: 16px;
	font-weight: 600;
	line-height: 25px;
	padding-bottom: 5px;
}

footer .mcontainer .table nav > ul > li > ul > li {
	font-size: 15px;
	font-weight: 400;
	line-height: 25px;
	/*height: 30px;*/
	padding-top: 1px;
	padding-bottom: 1px;
}

footer .mcontainer .footer-social-logo {
	float: left;
	width: 36px;
	text-align: center;
	margin-right: 8px;
}

footer .mcontainer .footer-social-text {
	padding-top: 2px;
}

footer .mcontainer .table nav .logo {
    width: 283px;
    margin-top: 34px;
    margin-right: 14px;
    margin-bottom: 34px;
}


footer .mcontainer nav.footer-bottom {
	position: relative;
	width: 620px;
}

/*
footer .mcontainer nav.footer-bottom .hide-first-bullet {
	position: absolute;
	left: -27px;
	//top: 25;//
	bottom: 12px;
	width: 20px;
	height: 90px;
	background-color: #1B5C93;
}
*/

footer .mcontainer nav.footer-bottom ul {
	margin-left: 0;
	overflow: hidden;
}

footer .mcontainer nav.footer-bottom ul li {
	font-size: 14px;
	font-weight: 500;
	float: left;
	list-style-type: disc;
	margin-left: 0;
	margin-right: 22px;
}

footer .mcontainer nav.footer-bottom ul:after {
	content: '';
	display: block;
	clear: both;
}
/*
footer .mcontainer nav.footer-bottom ul li:first-child {
	list-style: none;
}
*/
/*footer-mobil*/
/*
footer {
	padding-bottom: 5px;
	background-color: #00386E;
}
footer ul {
	background-color: #1B5C93;
}
*/
.footer-mobil-menu {
	box-shadow: 0 2px 2px 0 #1B5C93;
}

.footer-mobil-menu li {
	background-color: #1B5C93;
	font-family: "Ideal Sans SSm A", "Ideal Sans SSm B";
	font-size: 17px;
	font-weight: 500;
	border-bottom: none;
}

.footer-mobil-menu li::after {
	border-bottom: 1px solid #ffffff;
	content: "";
	display: block;
	margin: 0 auto;
	width: 95%;
}

.footer-mobil-menu li:last-child::after {
	border-bottom: none;
}

#footer-mobil-shadow {
	width: 100%;
	/*
	height: 5px;
    background: #00386E; 
    background: -webkit-linear-gradient(#1B5C93, #00386E); 
    background: -o-linear-gradient(#1B5C93, #00386E); 
    background: -moz-linear-gradient(#1B5C93, #00386E); 
    background: linear-gradient(#1B5C93, #00386E);
    */
	border: 2px solid #00386E;
	-webkit-box-shadow: 0px -3px 3px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px -3px 3px rgba(0, 0, 0, 0.25);
	box-shadow: 0px -3px 3px rgba(0, 0, 0, 0.25);
}

/* articles - main page */

article > .inner > .content > h2.title > a, article > .inner > .content > h1.title > a {
	color: #1B5C93;
	/*margin-left: -20px;*/
    display: inline-block;
}
article > .inner > h2.title > a {
	color: #1B5C93;
	/*margin-left: -20px;*/
    display: inline-block;
}
article.horizontal.default > .inner > .content > h2.title > a {
	width: calc(100% - 290px);
}
article.highlight.has-related > .inner > .content > h2.title, article.standard.big > .inner > .content > h2.title, article.standard.big > .inner > .content > h1.title {
	font-size: 34px;
    line-height: 42px;
    font-family: 'calluna';
    font-weight: 600;
    letter-spacing: 0.35px;
}

article.highlight.has-related article.related > .inner > .content > h2.title,
article.standard.small > .inner > .content > h2.title {
	font-size: 24px;
    line-height: 30px;
    font-family: 'calluna';
    font-weight: 600;
    letter-spacing: 0.35px;
}

article > .inner > .content > .excerpt {
	font-family: "Ideal Sans SSm A", "Ideal Sans SSm B";
    font-size: 17px;
	line-height: 23px;
}

article.highlight > .inner > .content > .excerpt {
    border-left: none;
    letter-spacing: 0.17px
}

article.standard.big > .inner > .content > .excerpt {
    border-left: none;
    letter-spacing: 0.17px
}

article.horizontal > .inner > .content > .excerpt > p,
article.highlight.has-related > .inner > .content > .excerpt > p {
	font-family: "Ideal Sans SSm A", "Ideal Sans SSm B";
	font-size: 17px;
	line-height: 23px;
	letter-spacing: 0.17px;
}

article.horizontal > .inner > .content > h2.title {
	font-family: 'calluna';
	font-weight: bold;
	font-size: 24px;
	line-height: 30px;
}

/* articles - pages */

#main .page-content .breadcrumb li, 
#main .page-content .breadcrumb li a,
body.mtu #main .page-content .breadcrumb li, 
body.mtu #main .page-content .breadcrumb li a {
	font-family: "Ideal Sans SSm A", "Ideal Sans SSm B";
	color: #1B5C93;
	font-size: 15px;
}
#main .page-content .breadcrumb li + li::before {
	color: #7B9DC7;
	content: ">";
}
.page-top h1 {
	font-family: 'calluna';
	color: #7B9DC7;
}
.page-menu .mcontainer.sub-menu {
	border-top: 7px solid #00386E;
}
.page-menu .mcontainer.sub-menu .table .menu-down {
	font-family: "Ideal Sans SSm A", "Ideal Sans SSm B";
	color: #1B5C93;
}
.page-menu .mcontainer.sub-menu .table .menu-down i,
.page-menu .mcontainer.sub-menu .table .menu-up i {
	color: #D42D39;
	font-size: 20px;
}
header .mcontainer.sub-menu, .page-menu .mcontainer.sub-menu {
	border-bottom: none;
}

article.main > .inner > .content > h1.title {
	font-family: 'calluna';
	font-size: 36px;
	line-height: 42px;
	font-weight: bold;
	color: #1B5C93;
}

article.main > .inner > .content > .text > h2 {
	font-family: 'calluna';
	font-weight: 600;
    font-size: 26px;
    line-height: 35px;
    color: #1B5C93;
	letter-spacing: 0.25px;
}

article.main > .inner > .content > .text > h3 {
	font-family: 'calluna';
    font-weight: bold;
    font-size: 23px;
    line-height: 30px;
    color: #1B5C93;
	letter-spacing: 0.25px;
}

article.main > .inner > .content > .text > h4 {
	font-family: 'calluna';
	font-weight: 600;
    font-size: 21px;
    line-height: 25px;
    color: #1B5C93;
	letter-spacing: 0.25px;
}

article.main > .inner > .content > .text .image > .desc {
	font-family: "Ideal Sans SSm A", "Ideal Sans SSm B";
	font-size: 14px;
	line-height: 18px;
	color: #333333;
}
article.main > .inner > .content > .text .image > .source {
	font-family: "Ideal Sans SSm A", "Ideal Sans SSm B";
}

article.main > .inner > .content > .text > .quote {
	font-family: "Ideal Sans SSm A", "Ideal Sans SSm B";
    font-size: 28px;
    line-height: 39px;
    color: #1B5C93;
	font-weight: 300;
}

article.main > .inner > .content > .excerpt > p {
	font-family: "Ideal Sans SSm A", "Ideal Sans SSm B";
	font-size: 18px;
	line-height: 26px;
}

article.main > .inner > .content > .text p {
	font-size: 17px;
	line-height: 26px;
	/*letter-spacing: 0.1px;*/
}

article.main > .inner > .content > h1.title > a {
	color: #1B5C93;
}

article.main > .inner > .content > .excerpt {
	font-family: "Ideal Sans SSm A", "Ideal Sans SSm B";
	font-size: 18px;
}
article.main > .inner > .content > .meta {
	font-family: "Ideal Sans SSm A", "Ideal Sans SSm B";
}
article.main > .inner > .content > .text {
	font-family: "Ideal Sans SSm A", "Ideal Sans SSm B";
}
.memberlist_wrapper, .mnews,
article.main > .inner > .content > .text .memberlist_wrapper, article.main > .inner > .content > .text .mnews{
	font-family: "Ideal Sans SSm A", "Ideal Sans SSm B" !important;
}
article.main > .inner > .content > .excerpt .box.right, 
article.main > .inner > .content > .text .box.right {
	font-family: "Ideal Sans SSm A", "Ideal Sans SSm B";
	color: #00386E;
}
article.main > .inner > .content > .text > .highlight {
	background-color: #CEDEF2;
}
article.main > .inner > .content > .text > .highlight > h2, 
article.main > .inner > .content > .text > .highlight > h3, 
article.main > .inner > .content > .text > .highlight > h4 {
	color: #7B9DC7;
}
article.main > .inner > .content > .social {
	display: none;
}

article.main > .inner > .content > .text > .highlight > h4 > strong {
	font-family: 'calluna';
    font-weight: bold;
	font-size: 20px;
	line-height: 23px;
	color: #1B5C93;
}

article.main > .inner > .content > .excerpt .box.right span.outer span.inner a,
article.main > .inner > .content > .text .box.right span.outer span.inner a {
    font-size: 16px;
    line-height: 22px;
    color: #1B5C93;
    font-family: "Ideal Sans SSm A", "Ideal Sans SSm B";
}

article.main > .inner > .content > .text table tr:first-child {
	background-color: #CEDEF2;
}

article.main > .inner > .content > .text table tr td,
article.main > .inner > .content > .text table tr:first-child td {
	border: 1px solid #7B9DC7;
}

article.main > .inner > .content > .text table tr:first-child td:last-child {
	border: 1px solid #7B9DC7;
}

article.horizontal.quote {
	background: #CEDEF2;
    border-left: 10px solid #d42d39;
}

article.horizontal.quote > .inner > .content > h2.title > a {
	color: #1B5C93;
	font-family: 'calluna';
	font-weight: bold;
	font-size: 22px;
	line-height: 26px;
}

article.horizontal.horizontal-big > .inner > .content > .excerpt > p,
article.horizontal.quote > .inner > .content > .excerpt > p {
	font-family: "Ideal Sans SSm A", "Ideal Sans SSm B";
    font-size: 17px;
    line-height: 23px;
    color: #333333;
}
.highlighted-events article.horizontal-big > .inner > .content > h2.title > a {
	max-width: calc(100% - 515px);
}
@media (min-width: 691px) and (max-width: 768px) {
	article.event.horizontal-big > .inner > a {
		width: 50% !important;
		padding-right: 20px;
	}
	article.horizontal-big > .inner > .content > h2.title > a,
	.highlighted-events article.horizontal-big > .inner > .content > h2.title > a {
		max-width: calc(50% - 15px);
	}
}
@media (max-width: 690px) {
	.highlighted-events article.horizontal-big > .inner > .content > h2.title > a {
		max-width: 100%;
	}
}

article.horizontal > .inner > .content > h2.title {
	font-family: 'calluna';
	font-weight:bold;
	font-size: 24px;
	line-height: 30px;
	letter-spacing: 0.3px;
}

article.main > .inner > .content > .tags > h3 {
	background: #7B9DC7;
}

article.main > .inner > .content > .tags > ul li a {
	color: #1B5C93;
}

article.main > .inner > .content > .tags > ul li + li:before {
	color: #1B5C93;
}
article.main > .inner > .content > .tags {
	font-family: "Ideal Sans SSm A", "Ideal Sans SSm B";
}

article.main > .inner > .content > .box > h3 {
	font-family: 'calluna';
	font-size: 20px;
	line-height: 23px;
	color: #1B5C93;
	font-weight: bold;
}

article.main > .inner > .content > .box > .info {
	font-family: "Ideal Sans SSm A", "Ideal Sans SSm B";
}
article.main > .inner > .content > .box > .info p {
	font-size: 17px;
    line-height: 23px;
}
article.main > .inner > .content > .related > h3 {
	font-family: "Ideal Sans SSm A", "Ideal Sans SSm B";
}
article.horizontal.related > .inner > .content > h2.title {
	font-family: "Ideal Sans SSm A", "Ideal Sans SSm B";
}

.dokumentumtar-results-holder .download-button, .dokumentumtar-results-holder .download-button:hover {
	background-color: #1B5C93;
}

.dokumentumtar-results-holder article.event > .inner > .content > h2.title {
	font-family: "Ideal Sans SSm A", "Ideal Sans SSm B";
	font-size: 18px;
	line-height: 22px;
	color: #1B5C93;
}

.dokumentumtar-results-holder .content .genre {
	font-size: 16px !important;
    line-height: 23px;
}

.events.dokumentumtar form .form-group button.search-submit {
	height: 41px;
}

.dokumentumtar form input[type=text].text {
	height: 19px;
}

.dokumentumtar .main-description {
	font-family: "Ideal Sans SSm A", "Ideal Sans SSm B";
	font-size: 17px;
	line-height: 23px;
}

/* sidebar */ 
#sidebar .box.press img {
	max-width: 100%;
}

#sidebar .box.press h2 {
	background: #1B5C93;
	font-family: "Ideal Sans SSm A", "Ideal Sans SSm B";
}
#sidebar .box.press.dark h2 {
	background: #002c53;
}
#sidebar .box.press h2.light {
	color: #1B5C93;
    background: #cedff4;
}
#sidebar .box.press ul {
    background: #7B9DC7;
	font-family: "Ideal Sans SSm A", "Ideal Sans SSm B";
}
#sidebar .box.press.dark ul {
	background: #002c53;
}
#sidebar .box.press ul li {
	margin-bottom: 15px;
}
#sidebar .box.press ul li a.name {
	font-family: "Ideal Sans SSm A", "Ideal Sans SSm B";
	padding-top: 5px;
	color: #00386E;
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 0px;
}

#sidebar .box.press ul li span {
	text-align: right;
    width: 100%;
    display: block;
}
#sidebar .box.press.dark ul li span {
	color: #7596c1;
}
#sidebar .box.rounded-img h2 {
	font-family: "Ideal Sans SSm A", "Ideal Sans SSm B";
    color: #00386E;
	font-size: 18px;
	line-height: 22px;
}
#bottom .row .col a.title {
	font-family: "Ideal Sans SSm A", "Ideal Sans SSm B";
	color: #00386E;
	font-size: 19px;
	line-height: 26px;
	letter-spacing: 0.3px;
}

#sidebar .box.press ul li a.title {
	font-family: "Ideal Sans SSm A", "Ideal Sans SSm B";
	font-size: 15px;
	line-height: 20px;
}

/* calendar - main page */ 

#sidebar .box.events h2 {
	background: #1B5C93;
	font-family: "Ideal Sans SSm A", "Ideal Sans SSm B";
	font-weight: 600;
	letter-spacing: 0.3px;
	font-weight: 500;
    text-transform: capitalize;
}
#sidebar .box.events ul li a.date {
	font-family: "Ideal Sans SSm A", "Ideal Sans SSm B";
	color: #1B5C93;
	font-weight: 500;
}
#sidebar .box.events ul li a.text {
	font-family: "Ideal Sans SSm A", "Ideal Sans SSm B";
	font-size: 16px;
	color: #333333;
	line-height: 22px;
}
#sidebar .box.events ul li.more a, a.more {
	font-family: "Ideal Sans SSm A", "Ideal Sans SSm B";
	font-size: 14px;
	background: #7B9DC7;
}

/* calendar - event page */

.related-events {
	border-bottom: 1px solid #7B9DC7;
}
h1.event-h1 {
	font-family: "Ideal Sans SSm A", "Ideal Sans SSm B";
	color: #7B9DC7;
	font-weight: 500;
}
article.event > .inner > .content > h2.title,
article.event > .inner > h2.title {
	font-family: 'calluna';
	font-size: 24px;
	line-height: 30px;
	margin-top: 0;
}
article.event.main > .inner > .content > h2.title {
	max-width: calc(100% - 255px);
}
@media (max-width: 500px) {
	article.event.main > .inner > .content > h2.title {
		max-width: 100%;
	}
}
article.event.horizontal-big > .inner > .content > h2.title,
article.event.horizontal-big > .inner > h2.title {
	font-size: 28px;
	line-height: 34px;
}
.highlighted-events article.event.horizontal-big > .inner > .content > h2.title,
.highlighted-events article.event.horizontal-big > .inner > h2.title {
	font-weight: 600;
}
.highlighted-events article.event > .inner > .content > h2.title,
.highlighted-events article.event > .inner > h2.title {
	font-weight: 600;
}
article.main.event > .inner > .content > .genre {
	font-family: "Ideal Sans SSm A", "Ideal Sans SSm B";
	font-size: 20px;
	font-style: italic;
}
article.main.event > .inner > .content > .meta > h2 {
	font-family: "Ideal Sans SSm A", "Ideal Sans SSm B";
	color: #1B5C93;
	font-size: 18px;
}
article.main.event > .inner > .content > .meta {
	font-family: "Ideal Sans SSm A", "Ideal Sans SSm B";
	line-height: 24px; 
}
article.event > .inner > .content > .date p {
	font-weight: 500;
}
article.main > .inner > .content > .box.signon {
	background-color: #7B9DC7;
}
article.main > .inner > .content > .box.signon > h2 {
	font-family: "Ideal Sans SSm A", "Ideal Sans SSm B";
	margin-bottom: 5px;
}
article.main > .inner > .content > .box.signon > p {
	font-family: "Ideal Sans SSm A", "Ideal Sans SSm B";
	margin-bottom: 25px;
}
article.main > .inner > .content > .box.signon > .date {
	font-family: "Ideal Sans SSm A", "Ideal Sans SSm B";
}
article.main > .inner > .content > .box.signon > .date > button {
	font-family: "Ideal Sans SSm A", "Ideal Sans SSm B";
	text-transform: uppercase;
	color: #00386E;
	font-size: 12px;
}
body.mtu article.horizontal-big.event {
	border-bottom: none;
}

/* calendar - highlighted */ 

body.mtu article.event.horizontal-big > .inner > .thumbnail > img.horizontal-big {
	width: 480px;
}
body.mtu .related-events.highlighted-events article.event > .inner > .thumbnail > img.big {
	width: 240px;
}
.events h2 {
	font-family: "Ideal Sans SSm A", "Ideal Sans SSm B";
	font-size: 16px;
	text-transform: uppercase;
}
.events form input, .events form select {
	font-family: "Ideal Sans SSm A", "Ideal Sans SSm B";
	color: #7B9DC7;
	font-size: 14px;
}
.events form > .form-group {
	max-width: 800px;
}
.events form {

}
.events form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #7B9DC7;
}
.events form ::-moz-placeholder { /* Firefox 19+ */
	color: #7B9DC7;
}
.events form :-ms-input-placeholder { /* IE 10+ */
	color: #7B9DC7;
}
.events form :-moz-placeholder { /* Firefox 18- */
	color: #7B9DC7;
}
.events form > .form-group.col-md-12 {
	max-width: 100%;
}
.events form .form-group.text {
	border: 1px solid #D5D5D5;
}
body.mtu .events form .form-group button {
	background-color: #1B5C93;
}
.events form .form-group button.search-submit {
	font-family: "Ideal Sans SSm A", "Ideal Sans SSm B";
	font-size: 12px;
	width: 70px;
}
.events form label {
	color: #1B5C93;
	font-size: 16px;
}
.events .ui-widget {
	font-family: "Ideal Sans SSm A", "Ideal Sans SSm B";
	font-size: 1.05em;
	font-weight: 500;
}
.events .ui-selectmenu-button {
	border: 1px solid #D5D5D5;
}
.events .ui-state-default, 
.events .ui-widget-content .ui-state-default, 
.events .ui-widget-header .ui-state-default,
.events .ui-state-hover, 
.events .ui-widget-content .ui-state-hover, 
.events .ui-widget-header .ui-state-hover,
.events .ui-state-focus, 
.events .ui-widget-content .ui-state-focus, 
.events .ui-widget-header .ui-state-focus,
.events .ui-selectmenu-button:hover {
	color: #1B5C93;
	background-color: #ffffff;
}
.events form .date .wrapper {
    border: 1px solid #D5D5D5;
}
.events form input[type="radio"] + label {
	border: 1px solid #D5D5D5;
	font-family: "Ideal Sans SSm A", "Ideal Sans SSm B";
	font-weight: 500;
	font-size: 15px;
}
.events form .order input[type="radio"] + label {
	font-weight: 200;
	color: #333333 !important;
}
.events form .periods input[type="radio"] + label:hover {
	background-color: #7B9DC7;
	color: #ffffff;
}
.events form input[type="radio"]:checked + label {
	background-color: #7B9DC7;
}
.events form .form-group.order {
	border-top: 1px solid #D5D5D5;
}
.ui-selectmenu-button span.ui-icon::before {
    content: "";
}
.ui-selectmenu-button span.ui-selectmenu-text {
	padding-right: 1em;
}

.kereso .result-selector div.active {
	background-color: #7B9DC7;
}

.kereso .result-selector div {
	border: 2px solid #7B9DC7;
}

.kereso form .form-group button {
	background-color: #1B5C93;
}

.kereso form .form-group button {
	font-family: "Ideal Sans SSm A", "Ideal Sans SSm B";
}
.kereso form input.text[type="text"] {
	font-family: "Ideal Sans SSm A", "Ideal Sans SSm B";
}
.kereso .result-selector div {
	font-family: "Ideal Sans SSm A", "Ideal Sans SSm B";
}
.kereso article.horizontal > .inner > .content > h2.title,
.kereso article.horizontal > .inner > .content > h2.title > a {
	color: #1B5C93 !important;
}

.page-loader .loading-center .loading-center-absolute .object {
	background-color: #1B5C93;
}
.events form .form-group.order h3 {
	font-family: "Ideal Sans SSm A", "Ideal Sans SSm B";
	font-weight: bold;
	color: #1B5C93;
}

.events form button[type=reset] {
	color: #d42d39;
	font-family: "Ideal Sans SSm A", "Ideal Sans SSm B";
}

.events form .form-group button.search-submit:hover {
	background-color: #7B9DC7;
}

.ui-widget-header {
	border: 1px solid #00386e;
    background: #00386e;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	border: 1px solid #7B9DC7;
    background: #7B9DC7;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	border: 1px solid #1B5C93;
    background: #1B5C93;
}

#results-holder > article {
	/*padding-left: 80px;*/
	max-width: 920px;
}
.events + #results-holder > article {
	padding-left: 80px;
}
#results-holder > article > .inner > .content > h2.title > a {
	max-width: calc(100% - 260px);
}
#results-holder > article.no-img > .inner > .content > h2.title > a {
	max-width: none;
}
#results-holder > article.horizontal-big > .inner > .content > h2.title > a {
	max-width: none;
}
@media (max-width: 920px) {
	#results-holder > article,
	.events + #results-holder > article {
		padding-left: 0;
		max-width: 100%;
	}
}
@media (max-width: 770px) {
	#results-holder > article > .inner > .content > h2.title > a {
		max-width: 100%;
	}
}
/* pager */

.pager {
	font-family: "Ideal Sans SSm A", "Ideal Sans SSm B";
}
.pager ul li.active input[type="radio"] + label span {
	color: #00386E;
}
.pager ul li.more {
	color: #333333;
}
.pager ul li.more .fa-arrow-down {
	color: #D42D39;
}

/* aat */
.memberlist_wrapper td h3 {
	font-family: "Ideal Sans SSm A", "Ideal Sans SSm B";
	font-size: 22px;
	line-height: 26px;
	color: #1B5C93;
}

.memberlist_wrapper td > h4 {
	font-family: "Ideal Sans SSm A", "Ideal Sans SSm B";
	font-size: 18px;
	line-height: 21px;
	color: #848484;
}

.member {
	padding-bottom: 30px !important;
}

.member .name a {
	display: inline-block;
	font-family: "Ideal Sans SSm A", "Ideal Sans SSm B";
	font-size: 16px;
	line-height: 22px;
	color: #1B5C93;
	margin-bottom: 5px;
	max-height: 21px;
    max-width: 194px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.member .type {
	font-family: "Ideal Sans SSm A", "Ideal Sans SSm B";
	font-style: italic;
	font-size: 15px;
	line-height: 20px;
	color: #333333;
	font-weight: normal;
	margin-bottom: 10px;
}

.member img {
	border-bottom: 4px solid #7B9DC7;
	width: 120px;
	height: 159px;
}

.member .low {
	font-family: "Ideal Sans SSm A", "Ideal Sans SSm B";
	margin-left: 10px;
	margin-top: 15px;
	color: #333333;
	line-height: 19px;
	font-size: 15px;
	padding: 0;
}

.member .section {
	font-family: "Ideal Sans SSm A", "Ideal Sans SSm B";
	color: #333333;
	font-size: 15px;
	line-height: 19px;
	margin-left: 10px;
	margin-top: 10px;
	padding: 0;
}

.mnewsbox_search input, .mnewsbox_search select {
	font-family: "Ideal Sans SSm A", "Ideal Sans SSm B";
	border: 1px solid #7B9DC7;
}

.mnewsbox_search .submit {
	background-color: #1B5C93;
}

.mnewsbox_search .reset {
	background-color: white;
    border: 1px solid #1b5c93;
    color: #1b5c93;
}

.mnews ul {
	list-style: disc outside url(/static/frontend/imgs/list3.png);
}
.mnews .next {
	font-family: "Ideal Sans SSm A", "Ideal Sans SSm B";
	padding: 0 0 0 25px;
	background: transparent url(../imgs/arrow_down_red.png) no-repeat scroll left center;
	background-size: auto 15px;
}

.lists .abc_list li {
	border: 0px;
}

.lists .abc_list li .abc {
	font-family: "Ideal Sans SSm A", "Ideal Sans SSm B";
	font-size: 16px;
    font-weight: bold;
    color: #1B5C93;
}

.lists .abc_list li.active {
	border: 0px;
    color: white;
    background: #D42D39;
}

.lists .abc_list li.active a {
	color: white;
}

.memberlist_wrapper em.letter {
	font-family: "Ideal Sans SSm A", "Ideal Sans SSm B";
	color: #1B5C93;
	font-size: 22px;
	line-height: 26px;
}

.lists .abc_list li.active .abc {
	color: white;
}

.lists .tudters li {
	border: 0;
}

.lists .tudters li .tudter {
	font-family: "Ideal Sans SSm A", "Ideal Sans SSm B";
	font-size: 16px;
	color: #1B5C93;
}

.memberlist td {
	font-family: "Ideal Sans SSm A", "Ideal Sans SSm B";
}
/* static */

article.event > .inner > .content > .genre,
article.event > .inner > .content > .location,
.kozig-allasok-results-holder,
article.event > .inner > .content > .date {
	font-family: "Ideal Sans SSm A", "Ideal Sans SSm B";
}
.kozig-allasok h2, 
.dokumentumtar h2 {
	font-size: 40px;
	color: #7B9DC7;
	text-transform: none;
}
.dokumentumtar .ui-selectmenu-button {
	background-color: #ffffff;
	color: #1B5C93;
}
.dokumentumtar .ui-selectmenu-button span.ui-icon {
	color: #D42D39;
}
/*
.dokumentumtar .col-md-6 .ui-state-focus span.ui-icon {
	color: #1B5C93;
}
*/
.events form .form-group button {
	background-color: #00386E;
}
.dokumentumtar-results-holder .download-button, 
.dokumentumtar-results-holder .download-button:hover {
	color: #ffffff;
	border: none;
	background-color: #00386E;
}

article.main > .inner > .content > .box.signon > .date {
	background: #1B5C93;
}
article.main > .inner > .content > .box.signon > .date:after {
	display: block;
	content: '';
	clear: both;
}

article.main > .inner > .content > .box.signon > .content {
	background: #CEDEF2;
}
article.main > .inner > .content > .box.signon > .content > h2 {
	font-family: "Ideal Sans SSm A", "Ideal Sans SSm B";
}
article.main > .inner > .content > .box.signon > .content > .tabs > .tab form label {
	font-family: "Ideal Sans SSm A", "Ideal Sans SSm B";
}
article.main > .inner > .content > .box.signon > .content > .tabs > ul > li {
	font-family: "Ideal Sans SSm A", "Ideal Sans SSm B";
}
article.main > .inner > .content > .box.signon > .content > .tabs > .tab form input[type=submit] {
	font-family: "Ideal Sans SSm A", "Ideal Sans SSm B";
}
article.main > .inner > .content > .box.signon > .content > .tabs > .tab form input[type=reset] {
	font-family: "Ideal Sans SSm A", "Ideal Sans SSm B";
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
	font-family: "Ideal Sans SSm A", "Ideal Sans SSm B";
}

article.main > .inner > .content > .box.signon > .content > .tabs > ul > li.ui-state-active a {
	color: #333333;
}

article.main > .inner > .content > .box.signon > .content > .tabs > ul > li {
	background: #1B5C93;
}

article.main > .inner > .content > .box.signon > .content > .tabs > .tab form input,
article.main > .inner > .content > .box.signon > .content > .tabs > .tab form textarea {
	border: 1px solid #1B5C93;
}

article.main > .inner > .content > .box.signon > .content > .tabs > .tab form input[type=submit] {
	border: 1px solid #1B5C93;
	background: #1B5C93;
}

article.horizontal > .inner > .thumbnail > img.horizontal {
	margin-bottom: 20px;
}

/* responsive */

@media screen and (max-width: 992px) {
	footer .mcontainer nav.footer-bottom {
		position: relative;
		width: 550px;
	}
	footer .mcontainer .table nav.col-md-2 {
		min-width: 30%;
		padding-right: 10px;
	}
}

@media screen and (max-width: 950px) {
	footer .mcontainer .table nav .logo {
		width: 260px;
		margin-right: 0px;
	}
	footer .mcontainer nav.footer-bottom {
		width: 100%;
	}
	footer .mcontainer .table nav.col-md-2 {
		width: 33%;
		max-width: 33%;
	}
}

@media screen and (max-width: 790px) {
	footer .mcontainer .table nav.col-md-3 {
		display: none;
	}
	footer .mcontainer .table nav.col-md-2 {
		width: 50%;
		max-width: 50%;
	}
}

@media screen and (max-width: 770px) {
	article.horizontal.default > .inner > .content > h2.title > a {
		margin-left: 0px;
		width: 100%;
	}

	article > .inner > .content > h2.title > a {
		margin-left: 0px;
	}
}

@media screen and (max-width: 600px) {
	header .mcontainer > nav ul.upper li.socials,
	.page-menu .mcontainer > nav ul.upper li.socials {
		display: none;
	}
}

@media screen and (max-width: 500px) {
	#mobile-toggle.inactive {
		background-color: #CEDEF2;
	}
	#mobile-toggle.inactive i {
		color: #D42D39;
	}
	#mobile-toggle.inactive:hover {
		background-color: #CEDEF2;
	}
	#mobile-toggle.inactive:hover i {
		color: #D42D39;
	}

	#mobile-toggle.mobile-nav {
		height: 80px !important;
	}

	header nav ul.main {
		padding: 0px;
	}

	header .logo-title > a {
		float: left;
		display: block;
	    margin-top: 10px;
	    margin-left: 10px;
	}

	header .mcontainer .logo-title {
		padding-top: 2px;
	}
	header .mcontainer .logo, .page-menu .mcontainer .logo {
		height: 68px;
    	margin-bottom: 5px;
	}

	header .mcontainer .title, .page-menu .mcontainer .title {
		float: left;
	    width: 50%;
	    padding-left: 10px;
	}

	.mobile-nav a i {
		margin-top: 28px;
	}

	.mobile-socials {
		display: block !important;
		list-style: none;
	}

	.mobile-socials li {
		display: inline-block;
    	margin: 15px;
	}

	article.highlight.has-related > .inner > .thumbnail > img.highlight {
		margin: 0 10px;
    	width: calc(100% - 20px);
	}

	article.highlight.has-related > .inner > .content > h2.title,
	article.standard.big > .inner > .content > h2.title {
		font-size: 27px;
		line-height: 33px;
		margin-top: 15px;
	}

	article.highlight.has-related article.related > .inner > .thumbnail {
		padding: 0 !important;
   		margin-right: 10px;
	}

	article.highlight.has-related article.related > .inner > .content > h2.title,
	article.standard.small > .inner > .content > h2.title {
		font-size: 22px;
		line-height: 27px;
	}

}

@media screen and (max-width: 1060px) {
	header .logo-title {
		padding-left: 10px;
		width: 240px;
	}
}