body, html {
    min-width: 320px;
}
#main {
    border-bottom: none;
}

article.no-img {
    clear: both;
}

#top article.highlight.has-related div.content {
    min-height: 200px;
}
article.highlight article.related {
    bottom: inherit;
    top: -120px;
    right: 50px;
}

article.main > .inner > .content > .text ul li {
    padding-bottom: 20px;
    font-size: 17px;
}
article.main > .inner > .content > .text ol li {
    font-size: 17px;
}
article.main > .inner > .content > .text table {
    width: 100%;
    font-size: 14px;
    margin-bottom: 20px;
    border: 1px solid #e9e0cd;
    border-collapse: collapse;
}
article.main > .inner > .content > .text table tr td {
    padding: 10px;
    border: 1px solid #e9e0cd;
    border-collapse: collapse;
}
article.main > .inner > .content > .text table tr:first-child {
    background-color: #e9e0cd;
    border: none;
}
article.main > .inner > .content > .text table tr:first-child td{
    border-right: 1px solid #E2CFA7;
}
article.main > .inner > .content > .text table tr:first-child td:last-child{
    border-right: none;
}
article.main > .inner > .content > .social ul li.facebook a {
    color: #ffffff;
}
article.main > .inner > .content > .social ul li.facebook a:hover {
    text-decoration: none;
    color: #DEDEDE;
}
article.main > .inner > .content > .social ul li.email a {
    color: #B6985A;
}
article.main > .inner > .content > .text .box.right {
	display: inline-block;
    border: none;
}
article.main > .inner > .content > .text .image.outer {
    background-color: #ffffff;
}

h1.event-h1 {
    font-family: "Gotham Narrow SSm 7r", "Gotham Narrow SSm A", "Gotham Narrow SSm B";
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    color: #6f6f6f;
    margin-top: 30px;
    margin-bottom: 40px;
    border-bottom: 2px solid #dedede;
    padding-bottom: 30px;
}
h1.event-h1.top {
    border: none;
    padding-bottom: 0px;
}

.related-events {
    margin-bottom: 30px;
}
.related-events article.event > .inner > .content > .excerpt {
    display: block;
    margin-top: 20px;
}
.events form select{
    width: 160px;
}
.related-events .col-md-6:nth-child(even) {
    clear: left;
}
article.event > .inner > .thumbnail > img.horizontal {
    max-width: 240px;
}
.related-events article.event > .inner > .thumbnail > img.horizontal {
    margin-right: 40px;
}
.related-events article.event > .inner > .content > h2.title {
    text-indent: -20px;
}
.related-events article.event > .inner > .content > .genre,
.related-events article.event > .inner > .content > .location,
.related-events article.event > .inner > .content > .date {
    text-indent: 0;
}
.related-events.highlighted-events article.event > .inner > .content > h2.title {
    text-indent: 0;
}

.pager .right {
    border: none;
    margin: 0;
}

.pager ul li.more {
    cursor: pointer;
}

.pager ul li.active input[type=radio] + label span {
    font-weight: 500;
    color: #831c2f;
}
article.no-events {
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.page-loader {
    background-color: white;
    width: 100%;
    margin-top: 0px;
    top: 0px;
    height: 50px;
    display: none;
}
.page-loader .loading-center {
    width: 100%;
    height: 100%;
    position: relative;
}
.page-loader .loading-center .loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 0;
    height: 50px;
    width: 150px;
    margin-top: 0px;
    margin-left: -55px;
}
.page-loader .loading-center .loading-center-absolute .object {
    width: 14px;
    height: 14px;
    background-color: #982F33;
    float: left;
    margin-right: 20px;
    margin-top: 5px;
    border-radius: 50% 50% 50% 50%;
}
.page-loader .loading-center .loading-center-absolute .object_one {
    -webkit-animation: object_one 1.5s infinite;
    animation: object_one 1.5s infinite;
}
.page-loader .loading-center .loading-center-absolute .object_two {
    -webkit-animation: object_two 1.5s infinite;
    animation: object_two 1.5s infinite;
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
}
.page-loader .loading-center .loading-center-absolute .object_three {
    -webkit-animation: object_three 1.5s infinite;
    animation: object_three 1.5s infinite;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
@-webkit-keyframes object_one {
    75% {
        -webkit-transform: scale(0);
    }
}
@keyframes object_one {
    75% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
}
@-webkit-keyframes object_two {
    75% {
        -webkit-transform: scale(0);
    }
}
@keyframes object_two {
    75% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
}
@-webkit-keyframes object_three {
    75% {
        -webkit-transform: scale(0);
    }
}
@keyframes object_three {
    75% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
}
.page-loader.active {
    display: block;
}
/* Esemeny reg form */
#error-message-holder {
    text-align: center;
    color: #801D2F;
    padding-bottom: 20px;
    display: none;
}
#esemeny-reg-tabs .success-message {
    text-align: center;
    color: #00A200;
    padding: 30px 0 20px 0;
}
#esemeny-reg-tabs label.error {
    padding-top: 2px;
    font-size: 12px;
    color: #94001B;
}
#esemeny-reg-tabs  input[type=text],
#esemeny-reg-tabs  input[type=email],
#esemeny-reg-tabs  input[type=number] {
    padding: 1px 4px;
}
#esemeny-reg-tabs  input[type=text].error,
#esemeny-reg-tabs  input[type=email].error,
#esemeny-reg-tabs  input[type=number].error {
    border: 1px solid #94001B;
}

#esemeny-reg-tabs select {
    width: 100%;
    border: 1px solid #b7975a;
    padding: 1px 0;
}

.esemeny-preview-message {
    text-align: center;
    background-color: darkorange;
    color: white;
    padding: 5px;
}

.esemeny-activation-message {
    text-align: center;
    background-color: #35BD35;
    color: white;
    padding: 10px 0;
    margin-bottom: 40px;
    border-radius: 5px;
}
.esemeny-activation-message.fail {
    background-color: #C52626;
}
.esemeny-activation-message p {
    padding: 0;
    margin: 0;
}
.events form .form-group.order {
    clear: both;
}

article.main > .inner > .content > .box.signon > .date {
    font-size: 15px;
}

.footer-mobil-menu {
    display: none;
}

/* AAT */


#AAT_loading_message {
    padding-left: 10px;
    text-align: center;
    margin-top: 20px;
}

.box.cikkhead h3 {
	font-size: 22px;
    margin-bottom: 16px;
}

.openable_content {
    display: none;
}

.openable_content_active {
    display: block;
}

.openable_content_active p {
    margin: 1em 0;
}

.mnews {
    color: black;
    display: inline-block;
    margin: 0;
    /*padding: 0 0 0 5px;*/
    vertical-align: top;
    width: 100%;
    padding-bottom: 20px;
}

.mnews_inarticle {
    padding: 0;
    width: 100%;
	text-align: left;
}

.openable_main {
    margin: 0;
    padding: 0;
    width: 100%;
	/*border-bottom: 2px solid #e0e0e0;*/
}

.openable_main > hr.wrap {
	border-bottom: 1px solid #e0e0e0;
	margin: 0 0 10px 0;
}

.memberlist_wrapper {
	width: 100%;
}

.memberlist_wrapper td h3 {
	font-size: 22px;
    margin-bottom: 18px;	
}

.memberlist_wrapper td > h4 {
	color: #848484;
    font-size: 16px;
	margin-bottom: 32px;
	margin-top: 17px;
}

.memberlist_wrapper em.letter {
	font-family: "Gotham Narrow SSm 5r","Gotham Narrow SSm A","Gotham Narrow SSm B",Arial;
	color: #848484;
	font-size: 22px;
	font-style: normal;
}

.mnews h2 {
    background-color: #E6D7A9;
    color: #890104;
    display: block;
    font-family: "Gotham Narrow SSm 5r","Gotham Narrow SSm A","Gotham Narrow SSm B",Arial;
    font-size: 16px;
    font-weight: normal;
    margin: 6px 0;
    padding: 2px 8px 3px;
}

.memberbuttons {
    /*margin: -3px;*/
    border-spacing: 3px;
    border-collapse: separate;
    width: 100%;
}

.memberbutton {
    /*width: 127px;*/
    width: 25%;
    /*min-height: 30px;*/
    /*background-color: #E6D7A9;
    color: #29291F;*/
}

/*.memberbutton:hover {
    background-color: #870802;
    color: #FFFFFF;
}*/

.memberbutton a {
    background-color: #E6D7A9;
    color: #29291F;
    display: block;
    font-family: "Gotham Narrow SSm 5r","Gotham Narrow SSm A","Gotham Narrow SSm B",Arial;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    padding:6px;
}

.memberbutton a:hover {
    background-color: #870802;
    color: #FFFFFF;
}

.mnews h2 {
    background-color: #E6D7A9;
    color: #890104;
    display: block;
    font-family: "Gotham Narrow SSm 5r","Gotham Narrow SSm A","Gotham Narrow SSm B",Arial;
    font-size: 16px;
    font-weight: normal;
    margin: 6px 0;
    padding: 2px 8px 3px;
}

.committeebox h2 {
    font-weight: bold;
}

.mnewsbox_search {
    background-color: #eceeed;
    color: #620407;
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 12px;
}

.mnewsbox_search form {
    /*margin: 0 auto;
    width: 80%;*/
	padding: 3px 5px;
	position: relative;
}

.mnewsbox_search label {
    color: #404C43;
    display: block;
    font-family: "Gotham Narrow SSm 5r","Gotham Narrow SSm A","Gotham Narrow SSm B",Arial;
    font-size: 15px;
    font-weight: normal;
    margin: 0 2px;
    padding: 2px;
    vertical-align: middle;
    /*width: 130px;*/
}

.mnewsbox_search .halftextbox {
    width: 170px;
}

.mnewsbox_search .textbox {
    width: 313px;
}

.mnewsbox_search input[type=text].textbox {
    /*width: 100%;*/
}

.mnewsbox_search .short {
    width: 137px;
}

.mnewsbox_search input, .mnewsbox_search select {
    background-color: #FFFFFF;
    /*background-image: url("../imgs/inputbg.gif");
    background-position: center top;
    background-repeat: repeat-x;
    border: 1px solid #777777;*/
	border: 2px solid #cabe97;
    color: #404C43;
    display: inline-block;
    font-family: "Gotham Narrow SSm 5r","Gotham Narrow SSm A","Gotham Narrow SSm B",Arial;
    font-size: 12px;
    margin: 0 2px 16px;
    vertical-align: middle;
	font-weight: normal;
}

.mnewsbox_search input {
    padding: 0 2px;
}

.mnewsbox_search select {
    padding: 0 2px;
}

/*.mnewsbox_search option {
    margin: 0;
    padding: 0;
}*/


.mnewsbox_search .button {
    background-color: transparent;
    background-image: none;
    border: medium none;
    cursor: pointer;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 3px;
    padding-bottom: 3px;
    vertical-align: middle;
    height: 23px;
	display: block;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	
}

.mnewsbox_search .submit {
    background-color: #c6ac7b;
	width: 88px;
	text-transform: uppercase;
	color: #FFFFFF;
}

.mnewsbox_search .reset {
    /*background-color: #777;*/
	color: black;
}

.mnewsbox_search .szoveg {
    color: #404C43;
    font-family: "Gotham Narrow SSm 5r","Gotham Narrow SSm A","Gotham Narrow SSm B",Arial;
    font-size: 12px;
    font-weight: normal;
}

.openable {
    background-color: #E6D7A9;
    background-image: url("../imgs/openable.gif");
    background-position: 2px 50%;
    background-repeat: no-repeat;
    border: medium none;
    color: #454545;
    cursor: pointer;
    display: block;
    font-family: "Gotham Narrow SSm 5r","Gotham Narrow SSm A","Gotham Narrow SSm B",Arial;
    font-size: 12px;
    font-weight: normal;
    margin: 0 0 5px;
    padding: 5px 3px 5px 22px;
    text-decoration: none;
}

.openable:hover {
    color: #870215;
}

.news-item {
    text-align: justify;
}

.right {
    border: 1px solid #D2D2D2;
    float: right;
    margin: 8px;
    padding: 0;
}

.ajanlat_bal {
    background-color: #F7F3E6;
    border: 1px solid #7C7660;
    float: left;
    margin-bottom: 5px;
    margin-right: 5px;
    margin-top: 5px;
    max-width: 250px;
    padding: 0;
    text-align: center;
}

.ajanlat_fej {
    background-color: #E6D7A9;
    color: #890104;
    display: block;
    font-family: "Gotham Narrow SSm 5r","Gotham Narrow SSm A","Gotham Narrow SSm B",Arial;
    font-size: 16px;
    font-variant: small-caps;
    font-weight: bold;
    margin: 0;
    padding: 3px;
}

.ajanlat_text {
    font-family: "Gotham Narrow SSm 5r","Gotham Narrow SSm A","Gotham Narrow SSm B",Arial;
    font-size: 11px;
    font-weight: normal;
    padding: 5px;
    text-align: justify;
}

.ajanlat_text a:hover {
    color: #A72822;
}


.results {
    border-bottom: 1px solid #474747;
    border-collapse: collapse;
    margin-bottom: 10px;
    width: 100%;
}

.results td {
    padding: 0 6px 4px;
    /*white-space: nowrap;*/
}

.results .result {
    color: #870802;
    width: 90%;
}

.members {
    width: 100%;
}

.member {
    background-color: #FFFFFF;
    /*border: 1px solid #73726E;*/
    height: 333px;
    margin: 0;
    overflow: hidden;
    padding: 0 20px 0 0;
    /*text-align: center;*/
    vertical-align: top;
    width: 33%;
}

.mnews_inarticle .member {
    width: 164px;
}

.member .header {
    /*background-color: #E5D7AA;*/
    display: block;
    min-height: 45px;
    margin: 0;
    padding: 4px 0 0;
	color: black;
    /*text-align: center;*/
    vertical-align: middle;
    width: 100%;
    line-height: 20px;
	font-family: "Gotham Narrow SSm 5r","Gotham Narrow SSm A","Gotham Narrow SSm B",Arial;
	font-weight: bold;
    font-size: 15px;
}

.member:hover .header {
    /*background-color: #870802;
    color: #FFFFFF;*/
}

.member .name {
    /*color: #424242;*/
    font-family: "Gotham Narrow SSm 5r","Gotham Narrow SSm A","Gotham Narrow SSm B",Arial;
    font-size: 15px;
}

.member .name a {
    /*color: #424242;*/
	color: inherit;
}

.member:hover .name a {
    /*color: #FFFFFF;*/
}

.member .type {
    /*color: #870802;*/
    font-family: "Gotham Narrow SSm 5r","Gotham Narrow SSm A","Gotham Narrow SSm B",Arial;
    font-size: 15px;
}

.member:hover .type {
    /*color: #CCCCCC;*/
}

.member .middle {
    bottom: 0;
    height: 170px;
    left: 0;
    margin: 0;
    padding: 0;
    /*text-align: center;*/
    width: 100%;
}

.member img {
    /*border: 1px solid #D2D2D2;*/
    display: inline-block;
    height: 170px;
    /*margin: 5px 1px;*/
    width: 128px;
	border-bottom: 4px solid #b6985a;
}

.member:hover img {
    /*border: 2px solid #C2C2C2;*/
    /*margin: 4px 0;*/
    /*width: 110px;*/
    /*height: 145px;*/
}

.member .noimage {
    /*border: 1px solid #D2D2D2;*/
    display: block;
    height: 170px;
    /*margin: 5px auto 9px auto;*/
    width: 128px;
    /*text-align: center;*/
	border: 1px solid #b6985a;
	border-bottom: 4px solid #b6985a;
	padding: 5px;
}

.member .noimage a {
    display: block;
    width: 100%;
    height: 100%;
    color: #424242;
}

.member .noimage a:hover {
    color: #424242;
}

.member .low {
    /*color: #424242;*/
    font-family: "Gotham Narrow SSm 5r","Gotham Narrow SSm A","Gotham Narrow SSm B",Arial;
    font-size: 14px;
    overflow: visible;
    padding: 0 0 0 10px;
    line-height: 20px;
}

.member .section {
    /*color: #870802;*/
    /*height: 34px;*/
    margin: 0;
	padding: 0 0 0 10px;
    /*text-align: center;*/
    vertical-align: middle;
    white-space: normal;
    width: 100%;
    line-height: 20px;
    font-family: "Gotham Narrow SSm 5r","Gotham Narrow SSm A","Gotham Narrow SSm B",Arial;
    font-size: 14px;
}

.mnews .prev {
    background-image: url("../imgs/prev_button.gif");
    background-position: left center;
    background-repeat: no-repeat;
    border: medium none;
    color: #424343;
    cursor: pointer;
    display: inline-block;
    font-family: Adobe Garamond Pro,FreeSerif,Garamond,Georgia,"Times New Roman",Times,serif;
    font-size: 12px;
    font-variant: small-caps;
    font-weight: bold;
    padding-left: 30px;
    text-decoration: none;
    vertical-align: middle;
}

.mnews .prev:hover {
    background-image: url("../imgs/prev_button_hover.gif");
    color: #424343;
}

.mnews .next {
    color: inherit;
    cursor: pointer;
    display: inline-block;
	font-family: "Gotham Narrow SSm 5r","Gotham Narrow SSm A","Gotham Narrow SSm B",Arial;
	font-size: 16px;
	background: transparent url('../imgs/arrow_down.png') no-repeat scroll 0 0;
	padding: 0 0 0 30px;
	text-decoration: none;
}

.mnews .next:hover {
    /*background-image: url("../imgs/next_button_hover.gif");
    color: #424343;*/
}

.mnews .member_box {
    background-color: #FFFFFF;
    /*border: 1px solid #73726E;*/
    display: block;
    margin: 0 0 2px;
    overflow: hidden;
    padding: 0 59px 0 0;
    position: relative;
    text-align: left;
    width: 100%;
}

.mnews.mnews_inarticle .member_box {
	padding-right:0;
}

.mnews .member_box .header {
    margin: 0;
    overflow: hidden;
	margin-top: 21px;
    padding: 0px;
    text-align: left;
    width: 100%;
    margin-bottom: 40px;
}

.mnews .member_box .image {
    display: inline-block;
    float: right;
    margin: 0;
    padding: 0;
    vertical-align: top;
}

.mnews .member_box .image img {
    border: 1px solid #C2C2C2;
    padding: 0;
}

.mnews .member_box .image .noimage {
    border: 1px solid #C2C2C2;
    padding: 0;
    width: 200px;
    height: 260px;
    text-align: center;
}

.mnews .member_box .data {
    display: inline-block;
    margin: 0;
    padding: 0;
    text-align: left;
    vertical-align: top;
    width: 372px;
}

.mnews_inarticle .member_box .data {
    width: 430px;
}

.mnews .member_box .data h3 {
    color: #003546;
    font-family: "Gotham SSm 3r", "Gotham SSm A", "Gotham SSm B", Arial;
    font-size: 30px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

.mnews .member_box ul {
    margin: -22px 0 38px;
	padding-left: 38px;
}

.mnews .member_box p {
    margin: 0;
}

.mnews .member_box .lists {
    display: block;
    height: auto;
    margin: 0;
    padding: 0;
    vertical-align: top;
	font-family: "Gotham SSm 3r", "Gotham SSm A", "Gotham SSm B", Arial;
}

.mnews .member_box .lists p {
	color: #3e3e3e;
	font-size: 16px;
	padding-left: 29px;
	margin-bottom: 38px;
	line-height: 24px;
}

.mnews .member_box .lists p strong {
    color: #3e3e3e;
    display: block;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: -1px;
    margin-bottom: 15px;
	margin-left: -29px;
    text-transform: uppercase;
}

.mnews .member_box .lists ul li {
	padding-bottom: 0 !important;
	padding-left: 20px;
	font-size: 16px;
	margin: 0 0 2px;
}

.mnews ul {
    list-style: disc outside url("../imgs/list2.png");
    padding-left: 18px;
}

.mnews li {
    color: #353535;
    margin-bottom: 5px;
}

.mnews .back {
/*
    background-image: url("../imgs/prev_button.gif");
    background-position: left center;
    background-repeat: no-repeat;
    border: medium none;
    color: #424343;
    cursor: pointer;
    display: inline-block;
    font-family: Adobe Garamond Pro,FreeSerif,Garamond,Georgia,"Times New Roman",Times,serif;
    font-size: 12px;
    font-variant: small-caps;
    font-weight: bold;
    padding-left: 30px;
    text-decoration: none;
    vertical-align: middle;
*/
	display: none;
}

.mnews .back:hover {
    background-image: url("../imgs/prev_button_hover.gif");
    color: #424343;
}

.mnews li.country {
    color: #474747;
    font-weight: bold;
}

.szf_results {
    width: 100%;
    border-collapse: separate;
    border-spacing: 1px;
}

.szf_results td {
    padding: 3px;
}

.szf_results td.image {
    width: 51px;
    background-color: #dbdbdb;
}

.mta_vezetoi img {
    margin: 0 10px 5px 0;
}

.mta_vezetoi p {
    line-height: 14px;
    margin: 0 0 1.19em;
}

.mta_vezetoi p a {
    color: #996633;
}

.mta_vezetoi ul {
    margin-left: 10px;
	padding: 0;
	list-style: outside none none;
}

.mta_vezetoi ul li {
    margin-bottom: 10px;
	clear: both;
	display: block;
	height: 150px;
}

.memberlist {
    border-collapse: collapse;
    width: 100%;
}

.memberlist tr:first-child {
    padding: 10px;
}

.memberlist th {
    margin: 0;
    padding: 0;
	display: none;
}

.memberlist th .header {
    background-color: #EEEEEE;
    font-family: Tahoma,FreeSans,Geneva,sans-serif;
    font-size: 14px;
    font-weight: normal;
    margin: 0 0 6px;
    padding: 5px 5px 3px;
    text-align: center;
    width: 100%;
}

.memberlist td {
    /*border-bottom: 1px solid #E6D7A9;*/
    /*border-top: 1px solid #E6D7A9;*/
    font-family: "Gotham Narrow SSm 5r","Gotham Narrow SSm A","Gotham Narrow SSm B",Arial;
    font-size: 15px;
	font-weight: bold;
    padding: 2px 20px 2px 2px;
}

.memberlist td:first-child {
    /*border-left: 1px solid #E6D7A9;*/
}

.memberlist td:last-child {
    /*border-right: 1px solid #E6D7A9;*/
}

.memberlist td:nth-child(2n+1) {
    /*background-color: #EEEEEE;*/
}

.memberlist td a {
    color: black;
}

.memberlist td a:hover {
    text-decoration: underline;
}

.kulhoni_tudomanyos_muhelyek h3 {
    font-size: 14px;
    margin-bottom: -4px;
    padding-bottom: 0;
    color: #474747;
    font-weight: bold;
    font-family: Tahoma,FreeSans,Geneva,sans-serif;
}

.kulhoni_tudomanyos_muhelyek p {
    margin: 1em 0;
}

.kutatocsoportok .workplacelist {
    border-collapse: separate;
    border-spacing: 1px;
    width: 100%;
}

.kutatocsoportok .workplacelist th {
    padding: 1px;
    background-color: #d9d9d9;
}

.kutatocsoportok .workplacelist th .header {
    background-color: transparent;
    font-family: Tahoma,FreeSans,Geneva,sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    padding: 1px;
    text-align: left;
    width: 100%;
    color: #474747;
}

.kutatocsoportok .workplacelist td {
    background-color: #e9e9e9;
    font-family: Tahoma,FreeSans,Geneva,sans-serif;
    font-size: 12px;
    padding: 5px;
}

.kutatointezetek {
    padding: 0 0 0 11px;
}

.kutatointezetek p.group {
    line-height: 14px;
    margin: 0 0 1.19em;
}

.lists .abc_list {
	padding: 0;
	margin: 0;
}

.lists .abc_list li {
	list-style: none;
	border-bottom: 1px solid #bababa;
	width: 44px;
	margin: 0;
}

.lists .abc_list li .abc {
    display: inline-block;
    /*height: 25px;*/
	line-height: 30px;
	font-family: "Gotham Narrow SSm 5r","Gotham Narrow SSm A","Gotham Narrow SSm B",Arial;
	color: #000;
	font-size: 15px;
	width: 100%;
	text-decoration: none;
}

.lists .abc_list li.active {
	border-bottom: 3px solid #0103fe;
}

.lists .abc_list li.active .abc {
    color: #0103fe;
    font-weight: bold;
    padding-left: 10px;
	line-height: 28px;
}

.lists .tudters {
	padding: 0;
	margin: 0;
	width: 176px;
}

.lists .tudters li {
	list-style: none;
	border-bottom: 1px solid #bababa;
	margin: 0;
}

.lists .tudters li .tudter {
    display: inline-block;
    /*height: 25px;*/
	line-height: 30px;
	font-family: "Gotham Narrow SSm 5r","Gotham Narrow SSm A","Gotham Narrow SSm B",Arial;
	color: #000;
	font-size: 15px;
	width: 100%;
	text-decoration: none;
}
/*
.tudters {
    margin: -4px;
    width: 100%;
    border-collapse: separate;
    border-spacing: 5px;
}

.tudters td:hover {
    background-color: #870802;
}

.tudters td {
    background-color: #E6D7A9;
    height: 38px;
    text-align: center;
    width: 25%;
    padding: 1px;
}

.tudters td:hover a {
    color: #FFFFFF;
}

.tudters td a {
    color: #474747;
    display: inline-block;
}
*/
.openable_form {
	position: absolute;
	right: 0;
	top: 0;
}

.openable_form .form_trigger {
    color: #000;
    display: block;
    height: 33px;
    line-height: 33px;
    padding: 0 10px;
    text-decoration: none;
    width: 356px;
	background: #eceeed url('../imgs/arrow_down2.png') no-repeat scroll 96% center;
}

.openable_form .form_closer {
	background: transparent url('../imgs/arrow_up2.png') no-repeat scroll center center;
	width: 21px;
	height: 12px;
	float: right;
	display: block;
	text-indent: -999em;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	right: 0;
}


/* Kereso */

.kereso {
    min-height: 700px;
}

.kereso .talalatok {
	padding: 0 80px;
	/*border-top: 2px solid #cbcbcb;*/
}

.kereso .talalatok .result-container {
	margin-bottom: 40px;
}

.kereso form .form-group.text {
    border: 1px solid #d6d2d0;
    height: 50px;
    padding: 0 10px 0 0;
}
.kereso form .form-group {
    padding-right: 0;
    position: relative;
   /* text-align: right;*/
}

.kereso form .form-wrapper {
    display: none;
	float: right;
	width: auto;
	line-height: 32.85px;
	font-size: 16px;
	padding-top: 4px;
}

.kereso form .form-wrapper input {
	/*vertical-align: text-bottom;*/
	margin: 0;
}

.kereso form .form-wrapper label {
	/*vertical-align: sub;*/
	font-weight: normal;
	padding: 0 14px 0 4px;
}

.kereso form input.text[type="text"] {
    border: none;
    color: #222;
    font-size: 23px;
    width: 560px;
    height: 48px;
    line-height: 48px;
    padding-left: 20px;
    outline: none;
    font-family: "Gotham Narrow SSm 7r","Gotham Narrow SSm A","Gotham Narrow SSm B",Arial;
}

.kereso form .form-group button {
    font-family: "Gotham Narrow SSm 7r","Gotham Narrow SSm A","Gotham Narrow SSm B",Arial;
    background-color: #7f1c2d;
	display: block;
    float: right;
    font-size: 14px;
    font-weight: normal;
    margin: 10px 0;
    border: none;
    color: #ffffff;
    padding: 0;
    text-align: center;
	text-transform: uppercase;
    width: 100px;
    height: 30px;
    line-height: 30px;
}
.kereso form .form-group button:hover {
    background-color: #651523;
}

.kereso h3 {
    border-bottom: 1px solid #cbcbcb;
    color: #868686;
    font-size: 16px;
    padding-bottom: 45px;
	margin: 45px 0 36px;
    text-align: center;
}

.kereso a.thumbnail {
	float: left;
    position: relative;
    z-index: 10;
}

.kereso a.tovabb {
	color: #801d2e;
}
.kereso .result-selector {
    display: table;
    margin: 30px 0;
    border-collapse: collapse;
}
.kereso .results-title {
    font-weight: bold;
    padding-right: 20px;
    width: auto !important;
    border: none !important;
    text-transform: none !important;
}
.kereso .result-selector div {
    display: table-cell;
    font-family: "Gotham Narrow SSm 7r","Gotham Narrow SSm A","Gotham Narrow SSm B",Arial;
    width: 200px;
    text-align: center;
    border: 2px solid #b6985a;
    line-height: 35px;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: bold;
}
.kereso .result-selector div.active {
    background-color: #b6985a;
    color: white;
    font-weight: normal;
}

.kereso .talalatok .result-container {
    display: none;
}
.kereso .talalatok .result-container.active {
    display: block;
}

.kereso .talalatok article.horizontal {
	margin-bottom: 20px;
}

.kereso .talalatok h2.title {
	margin-top: 10px;
}

.kereso .talalatok .date {
	padding-left: 20px;
	font-size: 13px;
}

.kereso table.results-aat td {
	line-height: 26px;
}

.kereso table.results-aat td.title {
	width: 208px;
}

.kereso table.results-aat td.title a {
    color: #303030;
    font-family: "Gotham Narrow SSm 7r","Gotham Narrow SSm A","Gotham Narrow SSm B",Arial;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -1px;
}

.kereso table.results-aat td.lead {
    font-family: "Gotham Narrow SSm 7r","Gotham Narrow SSm A","Gotham Narrow SSm B",Arial;
	width: 208px;
	font-size: 16px;
	padding-left: 5px;
}

.kereso table.results-aat td.description {
    font-family: "Gotham Narrow SSm 7r","Gotham Narrow SSm A","Gotham Narrow SSm B",Arial;
	font-size: 16px;
}

.ui-autocomplete-category {
    font-weight: bold;
    line-height: 1.5;
    margin: 0.8em 0 0.2em;
    padding: 0.2em 0.4em;
}

.kereso table.pager {
	width: 100%;
	border: 0;
}

.kereso table.pager td.first {
	width: 120px;
}

.kereso table.pager td.last {
	width: 120px;
}

.kereso table.pager td.middle ul {
	margin: 0 auto;
	display: inline-block;
}

.kereso table.pager td.middle ul li {
    display: inline-block;
    float: left;
    width: 75px;
}

.kereso table.pager td.middle ul li a {
	display: block;
	height: 18px;
	width: auto;
	background-color: #b2b2b2;
	color: black;
	text-align: center;
	border: 0;
	border-radius: 0;
	padding: 0 6px;
	float: left;
	font-family: Arial;
	font-size: 15px;
    font-weight: bold;
	line-height: 17px;
}

.kereso table.pager td a.waiting {
	color: transparent !important;
	background-image: url('../imgs/ajax-loader2.gif') !important;
	background-attachment: scroll !important;
	background-repeat: no-repeat !important;
	background-position: 50% 50% !important;
}

.kereso table.pager td.middle ul li a.active {
	background-color: #0000ff;
	color: white;
	cursor: unset;
}

.kereso table.pager td.middle ul li a:hover {
	text-decoration: none;
}

.kereso table.pager td.first a,
.kereso table.pager td.last a {
	display: block;
	height: 21px;
	font-size: 16px;
	color: black;
	text-transform: uppercase;
	font-family: Arial;
	font-weight: bold;
}

.kereso table.pager td.first a:hover,
.kereso table.pager td.last a:hover {
	text-decoration: none;
}

.kereso table.pager td.first a {
	padding: 0 0 0 32px;
	background: transparent url('../imgs/arrow-left-pager.png') no-repeat scroll 0 0;
	float: left;
}

.kereso table.pager td.last a {
	padding: 0 32px 0 0;
	background: transparent url('../imgs/arrow-right-pager.png') no-repeat scroll 100% 0;
	float: right;
}

.page-loader.aat {
    margin-top: 35px;
    height: 30px;
}

.kereso .result-container a {
    color: #003546 !important;
}
.kereso .result-container p {
    font-size: 14px !important;
}
header .mcontainer .title {
    text-transform: uppercase;
    padding-left: 5px;
}
header .mcontainer > nav ul.upper li a,
.page-menu .mcontainer > nav ul.upper li a {
    border-bottom: 1px solid #b6985a;
}
header .mcontainer > nav ul li a,
.page-menu .mcontainer > nav ul li a {
    height: 53px;
    outline: none;
}
header .logo-title {
    float: left;
    display: inline-block;
    width: 230px;
    height: 110px;
}
header nav {
    width: 500px;
    width: calc(100% - 240px);
}
header nav ul.upper {
    padding-bottom: 3px;
    margin-right: 10px;
}
header nav ul.main {
    /*display: none;*/
    padding-top: 15px;
}
header .mcontainer > nav ul li.search {
    margin-left: 20px;
}
header .mcontainer > nav ul li.search a {
    font-weight: 300;
    font-style: italic;
}
header .mcontainer > nav ul li.search a i {
    margin-left: 9px;
    font-size: 18px;
}
header .header-search {
    margin-top: 30px;
    display: none;
}
header .header-search div {
    display: inline-block;
    float: left;
}
header .header-search .input-holder {
    width: 300px;
    width: calc(100% - 145px);
}
#header-search-input {
    width: 100%;
    height: 32px;
    line-height: 32px;
    padding-left: 10px;
    color: #222px;
    border: none;
    outline: none;
    font-family: "Gotham Narrow SSm 7r","Gotham Narrow SSm A","Gotham Narrow SSm B",Arial;
}
header .header-search .buttons-holder {
    width: 145px;
}
#header-search-input {
    color: #222;
}
header button {
    display: inline-block;
    float: left;
    background-color: #b6985a;
    color: #FFF;
    border: none;
    margin: 0;
    padding: 0;
    outline: none;
}
header button:hover {
    background-color: #A98B4D;
}
header .header-search-submit {
    width: 100px;
    height: 32px;
}
header .header-search-cancel {
    color: #7f1c2d;
    width: 36px;
    font-size: 22px;
    height: 32px;
    margin-left: 5px;
}
ul.ui-autocomplete {
    max-width: 615px;
}

/* dokumentumtar */

.dokumentumtar h2 {
    font-size: 40px;
    font-weight: bold;
    color: #6f6f6f;
    padding-bottom: 45px;
    border-bottom: 1px solid #e4e4e4;
}
.dokumentumtar .main-description {
    padding: 40px 40px;
    max-width: 1470px;
    font-size: 17px;
    font-family: "Gotham Narrow SSm 5r","Gotham Narrow SSm A","Gotham Narrow SSm B",Arial;
    line-height: 1;
}
.dokumentumtar .no-padding {
    padding: 0;
}
.dokumentumtar form input[type=text].text {
    padding: 0;
    text-align: left;
    font-weight: normal;
}
.dokumentumtar .search-right {
    padding-right: 135px !important;
    padding-left: 0px !important;
}
.dokumentumtar .form-group {
    margin-bottom: 0;
}
.dokumentumtar form select {
    width: 40%;
    width: calc(50% - 5px);
}
.dokumentumtar .ui-selectmenu-button span.ui-selectmenu-text {
    line-height: 27px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    padding: 0.5em 2.1em 0.3em 1em;
}
.dokumentumtar .search-submit {
    width: 130px !important;
    top: 0 !important;;
    bottom: 5px !important;
    font-size: 17px !important;
    font-family: "Gotham Narrow SSm 5r","Gotham Narrow SSm A","Gotham Narrow SSm B",Arial;
    font-weight: bold;
    text-transform: uppercase;
}
.dokumentumtar .ui-selectmenu-button {
    background-color: #B6985A;
    color: white;
}
.dokumentumtar.pager {
    border-top: 1px solid #e4e4e4;
}
.dokumentumtar-results-holder {
    margin: 30px 0 0 40px;
}
.dokumentumtar-results-holder article .inner {
    display: table;
    width: 100%;
}
.dokumentumtar-results-holder .thumbnail {
    display: table-cell !important;
    width: 100px;
    margin-right: 20px;
}
.dokumentumtar-results-holder .content {
    display: table-cell;
    vertical-align: top;
    border-top: 1px solid #e4e4e4;
}
.dokumentumtar-results-holder .content .title {
    font-family: "Gotham Narrow SSm 5r","Gotham Narrow SSm A","Gotham Narrow SSm B",Arial;
    font-size: 23px;
    margin-top: 0;
    padding-top: 5px;
}
.dokumentumtar-results-holder .content .genre {
    font-size: 15px !important;
    margin-bottom: 25px;
    font-weight: 400 !important;
}
.dokumentumtar-results-holder .content .date {
    font-size: 15px !important;
    font-weight: normal !important;
    margin-bottom: 5px;
}
.dokumentumtar-results-holder .content .file-details {
    font-family: "Gotham Narrow SSm 5r","Gotham Narrow SSm A","Gotham Narrow SSm B",Arial;
    float: left;
    padding-left: 20px;
    display: inline-block;
    width: 300px;
    font-size: 15px !important;
    line-height: 30px;
}
.dokumentumtar-results-holder .download-button {
    float: left;
    display: inline-block;
    text-transform: uppercase;
    border: 1px solid #B6985A;
    color: #B6985A;
    padding: 5px 8px 3px 8px;
    font-weight: bold;
    font-size: 15px;
    font-family: "Gotham Narrow SSm 5r","Gotham Narrow SSm A","Gotham Narrow SSm B",Arial;
}
.dokumentumtar-results-holder .download-button:hover {
    background-color: #B6985A;
    color: #ffffff;
    text-decoration: none;
}
.dokumentumtar-results-holder article.event > .inner > .content > h2.title {
    font-size: 20px;
}

/* palyazatok */

.palyazatok h2 {
    font-size: 40px;
    font-weight: bold;
    color: #6f6f6f;
    padding-bottom: 40px;
    border-bottom: 1px solid #e4e4e4;
}
.palyazatok h2.title {
    border: none;
    padding-bottom: 0;
}
.palyazatok .main-description {
    padding: 40px 0px;
    font-size: 15pt;
    font-weight: 600;
    font-family: "Gotham Narrow SSm 5r","Gotham Narrow SSm A","Gotham Narrow SSm B",Arial;
    line-height: 1;
    max-width: 720px;
    border-bottom: 1px solid #e4e4e4;
}
.palyazatok .main-description {}
.palyazatok .no-padding {
    padding: 0;
}
.palyazatok-results-holder {
    margin: 30px 0 0 0px;
    max-width: 720px;
}
.palyazatok-results-holder .details {
    padding-left: 20px;
    font-size: 17px;
}
.palyazatok-results-holder .date {
    padding-top: 5px;
    font-weight: normal !important;
}
.palyazatok-results-holder .date span {
    font-weight: bold;
}

/* szekfoglalok */

.szekfoglalok .no-aat {
    text-align: center;
    border-top: 1px solid #e4e4e4;
    padding-bottom: 100px;
    padding-top: 60px;
}


/* fixs */

.article-page section.page-content {
    width: calc(100% - 240px) !important;
    padding-right: 0 !important;
    border: none !important;
}
.article-page section.page-content.col-md-12 {
    width: 100% !important;
}
article.main > .inner > .content {
    padding-left: 80px;
}
article.main > .inner > .content > h1.title  {
    border-bottom: 1px solid #dadada;
}
article.main > .inner > .content > .meta {
    border: 1px solid #dadada;
    border-left: none;
    border-right: none;
}
article.main > .inner > .content > .text .box.right i {
    font-size: 1.4em;
}
article.main > .inner > .content > .text .box.right {
    margin-right: -239px;
}
article.main > .inner > .content > .text .box.right i {
    margin-left: -30px;
}
article.main > .inner > .content > .text span,
article.main > .inner > .content > .text span a {
    background-color: transparent !important;
}
article.main > .inner > .content > .text ul li span.desc {
    font-size: 17px !important;
}
article.main > .inner > .content > .text .highlight .image.left {
    margin-left: 0;
}
article.main > .inner > .content > .text .szeljegyzet_marker {
	/*border-bottom: 1px dashed #7b152b;*/
}
article.event.horizontal-big > .inner > .thumbnail > img.horizontal-big {
    width: 480px;
}
#main .page-content {
    border-right: none;
}
#sidebar .box,
article.highlight > .inner > .content,
#sidebar .box.events ul li a.date,
h1.event-h1,
#top .row {
    border-bottom: 1px solid #dadada;
}
.pager {
    border-top: 1px solid #dadada;
    font-weight: normal;
}
article > .inner > .content > h2.title > a {
    color: #003546;
}
#bottom .row .col a.title {
    font-size: 18px;
    padding-bottom: 16px;
}
#sidebar .box.events h2 {
    padding: 5px 10px;
}
#sidebar .box.events h2 a {
    color: #ffffff;
}
#sidebar .box.events h2 a:hover {
    text-decoration: none;
}
#sidebar .box.rounded-img {
    border: none;
    margin-bottom: 0;
    margin-top: 17px;
    padding-bottom: 30px;
}
article.horizontal.quote > .inner > .content > .excerpt {
    font-size: 15px;
    font-weight: 400;
}
article.horizontal.quote > .inner > .content > h2.title {
    line-height: 40px;
}
#sidebar .box.events {
    border: none;
}
#sidebar .box.press h2 {
    padding: 9px 10px;
}
#bottom .row {
    border-top: 1px solid #dadada;
    border-bottom: none;
    padding-top: 25px;
    padding-bottom: 40px;
}
footer {
    border-bottom: 10px solid #b6985a;
}
footer .mcontainer .table nav {
    text-transform: none;
}
footer .mcontainer .table nav.col-md-2 {
    float: left;
    width: auto;
    padding-top: 3px;
    padding-right: 30px;
}
footer .mcontainer .table nav.col-md-3 {
    float: right;
    width: auto;
}
footer .mcontainer .table {
    padding: 0 62px 0 20px;
    margin-bottom: 8px;
}
.no-link {
    cursor: default;
}
.no-link:hover {
    text-decoration: none !important;
    border: none;
}
article.highlight.has-related {
    margin-top: 10px;
}
#sidebar .box.rounded-img h2 {
    font-size: 18px;
}
.page-content.col-md-10 article.horizontal {
    min-height: 180px;
    clear: both;
}
.page-content.col-md-10 article.horizontal.no-img,
.page-content.col-md-10 article.horizontal.quote {
    min-height: inherit;
}
article.horizontal > .inner > .thumbnail > img.horizontal {
    margin-bottom: 5px;
}
article.main > .inner > .content > .text .highlight .box.right {
    margin-right: -261px;
}
article.main > .inner > .content > .text h4 {
    line-height: 25px;
}
article.highlight article.related {
    width: 290px;
}
article.highlight.has-related article.related > .inner > .content > h2.title {
    margin-top: 3px;
}
article.highlight article.related > .inner > .thumbnail > img {
    border: 10px solid #fff;
}
header .mcontainer.sub-menu .table {
    padding-top: 30px;
    padding-bottom: 20px;
}
article.standard.big > .inner > .thumbnail > img.big {
    margin: 0;
}
article.standard.big > .inner > .content > h2.title {
    margin-top: 30px;
    line-height: 30px;
    letter-spacing: -0.3px;
}
article.standard.small > .inner > .content > h2.title {
    margin-top: 15px;
}
article.standard.small {
    margin-bottom: 22px;
}
#main {
    padding-bottom: 0;
}
#sidebar .box.rounded-img .img-bg > .img {
    top: 20px;
    bottom: 20px;
    left: 20px;
    right: 20px;
}
article.horizontal.default > .inner > .thumbnail > img.horizontal {
    margin-right: 40px;
}
article.horizontal.default > .inner > .content > h2.title > a {
    clear: both;
    margin-left: -20px;
}
article.horizontal.default.no-img > .inner > .content > h2.title > a {
    margin-left: 0px;
}
#sidebar .box.events ul li a.date {
    text-transform: uppercase;
}
article.horizontal.quote {
    margin-right: 30px;
}
article.horizontal.horizontal-big .horizontal-big {
    max-width: 680px;
    margin: 0;
}
#bottom .row {
    padding-left: 23px;
    padding-right: 0;
}
#bottom .row .col-md-3 {
    width: 236px;
    padding-left: 0;
    padding-right: 0;
}
#bottom .row .col a.img {
    text-align: center;
}
#bottom .row .col a.img img {
    width: 200px;
}

.page-menu .mcontainer.sub-menu .table nav.col-md-2,
.page-menu .mcontainer.sub-menu .table nav.col-md-3,
.page-menu .mcontainer.sub-menu .table nav.col-md-4 {
    display: none;
}
.page-menu .mcontainer.sub-menu.opened .table nav.col-md-2,
.page-menu .mcontainer.sub-menu.opened .table nav.col-md-3,
.page-menu .mcontainer.sub-menu.opened .table nav.col-md-4 {
    display: block;
    margin-bottom: -20px;
}
.page-menu .mcontainer.sub-menu .table nav > ul > li ul {
    margin-top: 10px;
    margin-bottom: 20px;
}
.page-menu .mcontainer.sub-menu .table nav > ul > li ul > li a {
    font-size: 15px;
}
article.main.event > .inner > .content > .meta {
    text-transform: none;
    font-weight: normal;
    margin: 0px 0 10px 40px;
}
article.main.event > .inner > .content > .meta h2,
article.main.event > .inner > .content > .text > h2 {
    margin: 15px 0 20px -40px;
    font-weight: normal;
    text-transform: uppercase;
}
article.main.event > .inner > .content > .genre {
    margin-bottom: 10px;
}
article.event > .inner > .content > .date p {
    font-weight: bold;
}
header .mcontainer.sub-menu .table nav > ul > li ul,
.page-menu .mcontainer.sub-menu .table nav > ul > li ul {
    margin-bottom: 15px;
}
article.main > .inner > .content > .text .image.outer > img,
article.main > .inner > .content > .text .image.outer a > img {
    max-width: 1000px;
}
article.main > .inner > .content > .text .image a > img {
    width: 100%;
    height: auto;
}
article.main > .inner > .content > .text .image.outer > .desc {
    max-width: 1000px;
}
article.main > .inner > .content > .text .image > .desc {
    /*padding-bottom: 20px;*/
}
article.main > .inner > .content > .text .image > .source {
    color: #737373;
    font-style: italic;
}
article.main > .inner > .content > .tags > h3 {
    padding: 0 10px;
    line-height: 27px;
}
article.main > .inner > .content > .box > .info p {
    font-weight: normal;
}
article.main > .inner > .content > .social ul li.facebook {
    background-color: #003546;
}
article.main > .inner > .content > .social,
article.main > .inner > .content > .tags,
article.main > .inner > .content > .box {
    border-top: 1px solid #dadada;
}
#main .page-content .breadcrumb {
    font-style: normal;
}
.memberlist_wrapper,
.mnews {
    font-family: "Gotham Narrow SSm 5r","Gotham Narrow SSm A","Gotham Narrow SSm B",Arial !important;
}
.memberlist td:nth-child(2) {
    font-weight: normal;
}

header .mcontainer.sub-menu .table nav > ul > li ul > li a,
.page-menu .mcontainer.sub-menu .table nav > ul > li ul > li a {
    font-size: 15px;
}

article.highlight.has-related article.related > .inner > .thumbnail {
    padding: 10px;
    border-radius: 0;
}
article.horizontal > .inner > .content {
    position: inherit;
}

header .mcontainer nav ul.main li.mobile-nav{
    height: 52px;
}
#mobil-menu-dropdown {
    display: none;
    background: #b6985a;
    color: #ffffff;
    padding: 0;
    position: absolute;
    width: 100%;
    z-index: 10000;
}
body.erc #mobil-menu-dropdown{
    top: 151px;
}
#mobil-menu-dropdown li {
    list-style: none;
    border-bottom: 1px solid #ededed;
}
#mobil-menu-dropdown a {
    color: #fff;
    display: block;
    font-family: "Gotham SSm 5r", "Gotham SSm A", "Gotham SSm B", Arial;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    padding: 0;
    padding-bottom: 0;
    line-height: 45px;
    text-align: center;
    text-decoration: none;
}
#mobile-toggle {
    background-color: #b6985a;
    cursor: pointer;
}
#mobile-toggle.inactive {
     background-color: transparent;
}
#mobile-toggle.inactive:hover {
    background-color: #b6985a;
}

.events form input, .events form select {
    line-height: 25px;
    font-weight: 400;
}
.events form .date .wrapper input {
    width: 132px;
}
.events form .form-group button.search-submit {
    width: 100px;
    margin: 10px;
    text-transform: uppercase;
    font-family: "Gotham SSm 5r", "Gotham SSm A", "Gotham SSm B", Arial;
    font-weight: 700;
    font-size: 13px;
    outline: none;
}
.events form .form-group button.search-submit:hover {
    background-color: #691726;
}

.events.dokumentumtar form input, .events form select {
    line-height: normal;
}
.events.dokumentumtar form .form-group button.search-submit {
    margin: 0;
    padding: 0;
}

article.highlight.has-related > .inner > .content > h2.title,
article.standard.big > .inner > .content > h2.title {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
}
article.main > .inner > .content > h1.title > a {
    font-weight: 700;
    pointer-events: none;
}
.page-top h1 {
    letter-spacing: -0.3px;
}
.page-menu .mcontainer.sub-menu {
    border-top: 7px solid #7B1B2B;
}
.page-menu .mcontainer.sub-menu .table .menu-down {
    text-transform: uppercase;
    font-size: 16px;
    color: #7F1C2D;
    letter-spacing: normal;
}
.article-page .page-content.col-md-10 .related > h3 {
    margin-bottom: 10px !important;
}
.article-page .page-content.col-md-10 .related article.horizontal {
    min-height: auto;
    margin-bottom: 20px;
}
.article-page article.main > .inner > .content > .related {
    border-top: 1px solid #dadada;
}
.article-page article.horizontal.related > .inner > .thumbnail {
    width: 240px;
}

.kozig-allasok h2 {
    font-size: 40px;
    font-weight: bold;
    color: #6f6f6f;
    padding-bottom: 45px;
}
.kozig-allasok .main-description {
    padding: 40px 0px;
    max-width: 1470px;
    font-size: 17px;
    font-family: "Gotham Narrow SSm 5r","Gotham Narrow SSm A","Gotham Narrow SSm B",Arial;
    line-height: 1;
    border-top: 1px solid #e4e4e4;
}
.kozig-allasok-results-holder {
    font-family: "Gotham Narrow SSm 3i", "Gotham Narrow SSm A", "Gotham Narrow SSm B";
    padding-bottom: 20px;
    margin-top: 0;
}
.kozig-allasok-results-holder article {
    margin-bottom: 20px;
}
.kozig-allasok-results-holder article .title {
}
.kozig-allasok-results-holder article > .inner > .content > .genre {
    margin-bottom: 0;
    text-indent: 0;
    margin-left: 20px;
}
.kozig-allasok-results-holder article > .inner > .content > .publisher {
    margin-left: 20px;
    font-size: 15px;
    margin-bottom: 20px;
    font-style: italic;
}
.kozig-allasok-results-holder article > .inner > .content > .publisher span {
    font-weight: bold;
    font-style: normal;
}
.kozig-allasok-results-holder article > .inner > .content > .place {
    margin-left: 20px;
    font-size: 15px;
}
.kozig-allasok-results-holder article > .inner > .content > .place span {
    font-weight: bold;
}
.kozig-allasok-results-holder article > .inner > .content > .date {
    margin-left: 20px;
    text-indent: 0;
    font-size: 15px;
}
.kozig-allasok-results-holder article > .inner > .content > .date span {
    font-weight: bold;
}

/* responsive */

@media screen and (max-width: 1040px) {

    #top article.highlight.has-related div.content {
        padding-left: 10px;
    }
    #bottom .row {
        padding-left: 30px;
        padding-right: 30px;
    }
    #bottom .row .col-md-3 {
        width: 24%;
        padding-left: 20px;
        padding-right: 20px;
    }
    #bottom .row .col a.img img {
        width: 100%;
    }

    .article-page section.page-content {
        width: 100% !important;
    }
    article.main > .inner > .content {
        padding-left: 0px;
    }
    article.main > .inner > .content > .text,
    article.main > .inner > .content > .excerpt {
        padding-left: 5px;
        max-width: 640px;
    }
    article.main > .inner > .content > .text > h2 {
        margin-left: 0px;
    }
    article.main > .inner > .content > .text .image.left {
        margin-left: 0px;
    }
    article.main > .inner > .content > .text .image.outer {
        margin-left: 0;
        max-width: 100%;
    }
    article.main > .inner > .content > .text > .quote.left {
        margin-left: 0px;
        margin-right: 10px;
    }
    article.main.event > .inner > .content > .meta {
        width: auto;
        padding-left: 0;
        clear: both;
    }
    article.main > .inner > .content > .box.signon {
        float: left;
        width: calc(100% - 30px);
    }
    .dokumentumtar .form-group.col-md-6 {
        width: 100%;
        margin-bottom: 10px;
    }
    article.main > .inner > .content > .meta {
        margin-left: 0;
        max-width: 640px;
    }
    article.main.event > .inner > .content > .meta > h2 {
        margin-left: 0;
    }
}
@media screen and (max-width: 992px) {
    .events .search-reset {
        display: none;
    }
    article.highlight.has-related > .inner > .content > h2.title {
        padding-right: 50%;
    }
}
@media screen and (max-width: 920px) {
    #bottom .row .col-md-3 {
        width: 49%;
    }
    article.highlight.has-related > .inner > .content > .excerpt {
        padding-right: 50%;
    }
    footer .mcontainer .table nav.col-md-2 {
        width: 40%;
        padding-bottom: 20px;
    }
    ul.ui-autocomplete {
        max-width: 455px;
    }
    article.main > .inner > .content > .text .box.right {
        display: none;
    }
}
@media screen and (max-width: 770px) {
    article.horizontal > .inner > .thumbnail > img.horizontal-big {
        display: block;
    }
    article.horizontal > .inner > .thumbnail > img.horizontal {
        display: none;
    }
    footer .mcontainer .table nav.col-md-3 {
        display: none;
    }
}
@media screen and (max-width: 690px) {
    #main .page-content {
        width: 100%;
    }
    article.highlight.has-related > .inner > .content > .excerpt {
        padding-right: 0;
    }
    article.horizontal.default > .inner > .content > h2.title > a {
        margin-left: 0;
    }
    ul.ui-autocomplete {
        max-width: 355px;
    }
    article.main iframe {
        max-width: 100% !important;
    }
    .mnews .member_box .image {
        float: left;
    }
    .mnews .member_box .data {
        clear: both;
        float: left;
    }
    .mnews .member_box .data h3 {
        margin-bottom: 15px;
    }
    article.highlight.has-related > .inner > .content > h2.title {
        padding-right: 15px;
    }

    article.highlight.has-related article.related {
        display: block;
        position: initial;
        padding: 0;
        margin: 30px 0 0 0;
        width: 100%;
    }
    article.highlight.has-related article.related .content {
        padding-left: 0;
        min-height: auto !important;
    }
    article.highlight.has-related article.related .thumbnail {
        padding-left: 0 !important;
        padding-right: 25px !important;
    }
    article.highlight.has-related article.related .thumbnail a > img {
        width: 100%;
    }
    article.standard.small > .inner > .content > .excerpt {
        display: block !important;
    }
}
@media screen and (max-width: 640px) {
    .events .form-group.date,
    .events .form-group.periods {
        display: none;
    }
}
@media screen and (max-width: 600px) {
    header .mcontainer > nav ul li.search {
        display: none;
    }
    article.main > .inner > .content > .text .image.left {
        width: 100%;
        margin: 0 0 20px 0px;
    }
    article.main > .inner > .content > .text > .quote.left {
        width: 100%;
    }
    .dokumentumtar form select {
        width: 100%;
        width: calc(100% - 5px);
    }
    .dokumentumtar form .ui-selectmenu-button  {
        margin-bottom: 10px;
    }
    .dokumentumtar form .form-group button {
        position: inherit;
        margin-left: 5px;
        padding: 8px;
    }
    .dokumentumtar-results-holder {
        margin: 30px 0 0 0px;
    }
    .dokumentumtar-results-holder .thumbnail {
        display: none !important;
    }
    .dokumentumtar-results-holder .download-button {
        margin-top: 10px;
        float: right;
    }
    .dokumentumtar .main-description {
        padding: 20px 20px 30px 20px;
    }
}
@media screen and (max-width: 500px) {
    header .mcontainer {
        padding-top: 0;
    }
    header .logo-title {
        width: 130px;
        height: auto;
    }
    header .logo-title > a {
        display: none;
    }
    header nav {
        width: 110px;
    }
    header .mcontainer > nav ul.upper {
        display: none;
    }
    header .mcontainer > nav ul.upper li {
        margin-left: 0;
    }
    header nav ul.main {
        padding: 0;
        margin: 0;
    }
    body.erc #mobile-toggle{
        position: absolute;
        right: 0;
        top: 73px;
    }
    #mobile-toggle {
        display: inline-block !important;
    }
    #mobile-toggle.inactive {
        background-color: #b6985a;
    }
    .mobile-nav {
        height: 77px !important;
        width: 45px;
    }
    .mobile-nav a i {
        color: #7F1C2E;
        font-size: 25px;
        margin-top: 15px;
    }
    body.erc header .erc-head {
        bottom: -63px;
    }

    header nav ul.main li {
        display: none;
    }
    header .mcontainer nav ul.main li.mobile-nav {

    }
    header .mcontainer .title {
        width: auto;
        font-family: "Gotham SSm 5r", "Gotham SSm A", "Gotham SSm B", Arial;
        text-transform: uppercase;
        letter-spacing: 0;
        padding: 10px 0 10px 15px;
        line-height: 19px;
        font-size: 15px;
        height: auto;
    }
    #bottom .row .col-md-3 {
        width: 100%;
    }
    article.horizontal.quote {
        margin-right: 0;
    }
    footer {
        padding: 0;
    }
    footer .mcontainer {
        display: none;
    }
    .footer-mobil-menu {
        display: block;
        padding: 0;
        margin: 0;
    }
    .footer-mobil-menu li {
        list-style: none;
        width: 100%;
        border-bottom: 1px solid #b6985a;
        text-align: center;
        font-size: 15px;
        line-height: 45px;
    }
    .footer-mobil-menu li a {
        display: block;
        color: #fff;
    }
    .footer-mobil-menu li a:hover {
        text-decoration: none;
    }
    article.horizontal.related > .inner > .thumbnail {
        width: 100%;
    }
    article.horizontal.related > .inner > .content {
        clear: both;
    }
    article.main.event {

    }
    article.main.event > .inner > .thumbnail > img.horizontal {
        float: none;
        max-width: 100%;
    }
    .events.dokumentumtar form .form-group button.search-submit {
        margin: 0 0 0 4px;
        padding: 5px;
    }
    .article-page article.main > .inner > .content > .related {
        padding-left: 0;
    }
    .article-page article.horizontal.related > .inner > .content {
        float: left;
    }
    .article-page article.horizontal.related > .inner > .content .title {
        line-height: 20px;
    }
}
@media screen and (max-width: 400px) {
    article.main > .inner > .content > .social ul li {
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 360px) {
    article.main > .inner > .content > .box.signon > .date {
        font-size: 12px;
    }

    article.main > .inner > .content > .box.signon > .date > button {
        padding: 0 5px;
        font-size: 13px;
    }
    article.main > .inner > .content > .box.signon > .content > .tabs > ul > li a#ui-id-2 {
        padding-left: 0;
    }

    article.main > .inner > .content > .box.signon > .content > .tabs > .tab form input[type=submit] {
        padding: 5px;
    }
    article.main > .inner > .content > .box.signon > .content > .tabs > .tab form input[type=reset] {
        padding: 5px;
    }

}

header .mcontainer.sub-menu .table .menu-close,
.page-menu .mcontainer.sub-menu .table .menu-close,
.page-menu .mcontainer.sub-menu .table .menu-up,
.page-menu .mcontainer.sub-menu .table .menu-down{
    z-index: 1000;
}