@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700&subset=latin,latin-ext);

/*@font-face {
	font-family: 'AvenirNextCondensed-Heavy';
	src: url('../fonts/AvenirNextCondensed-Heavy.eot');
	src: local('☺'), url('../fonts/AvenirNextCondensed-Heavy.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}*/

@font-face {
    font-family: 'AvenirNextCondensed-Bold';
    src: url('../fonts/AvenirNextCondensed-Bold.eot');
    src: local('☺'), url('../fonts/AvenirNextCondensed-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html,
body,
* {
    margin: 0;
}

html,
body {
    height: 100%;
}

body {
    font-family: sans-serif;
    font-size: 16px;
    overflow-x: hidden;
    color: #131313;
    font-family: 'Open Sans', sans;
}

.pull-left {
    float: left;
    text-align: left;
}

.pull-right {
    float: right;
    text-align: right;
}

a {
    text-decoration: none;
    color: #F4CD00;
}

#container {
    position: fixed;
    overflow: hidden;
    top: 200px;
    bottom: 0;
    left: 0;
    right: 0;
}

#top {
    overflow: hidden;
    /*height: 244px;*/
    /*position: fixed;*/
    top: 0;
    left: 0;
    right: 0;
}

#top nav {
    top: 0;
    left: 0;
    right: 0;
}

.logo {
    text-align: center;
    margin: 156px 0 10px 0;
}

.fixed-width {
    width: 80%;
    margin: auto;
    overflow: hidden;
}

nav {
    background-color: #000;
    color: #fff;
    z-index: 10000;
    overflow: hidden;
}

nav.main-menu {
    position: fixed;
}

nav ul {
    float: right;
}

nav.main-menu ul li a {
    text-transform: uppercase;
}

.header-search {
    float: right;
    width: 40px;
    height: 40px;
    display: none;
}

#header-search-button {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url("img/search.png") no-repeat 50% 50%;
}

.facebook-button {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url("../images/facebook.png") no-repeat 50% 50%;
}

h1 {
    color: #F4CD00;
    font-size: 14px;
    line-height: 40px;
    float: left;
    text-transform: uppercase;
}

h1 a,
h1 a:hover {
    color: inherit;
    font-weight: inherit;
    border: none;
}

nav h1 a {
    line-height: 40px;
    display: inline-block;
}

nav ul {
    height: 40px !important;
    margin: 0;
    padding: 0;
}

nav ul li {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    font-size: 11px;
}

@media (max-width: 1570px) {
    .fixed-width {
        margin: 0 30px;
        width: auto;
    }
    nav ul li a {
        padding: 0px 4px !important;
        font-size: 11px;
    }
    h1 {
        font-size: 11px;
    }
}

@media (max-width: 1170px) {
    nav ul li a {
        font-size: 10.5px !important;
    }
}
@media (max-width: 800px) {
    .fixed-width {
        margin: 0 5px;
        width: auto;
    }
}

nav ul li a {
    line-height: 40px;
    font-size: 13px;
    display: inline-block;
    padding: 0px 10px;
    text-transform: uppercase;
    color: #aaa;
}

nav ul li a:hover {
    color: #fff;
}

.slide {
    position: relative;
    width: 100%;
    min-height: calc(100vh - 40px);
    background: transparent center no-repeat;
    /*background-size: auto 130%;*/
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    /*overflow: hidden;*/
}

.slide[id*=image] {
    height: 250vh;
}

.background {
    background: transparent center no-repeat;
    background-size: auto 200%;
    background-attachment: fixed;
    background-position: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

#cover {
    /*background-image:url*/
    ('../images/cover_01.jpg');
    height: 50vh;
    height: auto;
    background-size: cover;
}

#cover-1 {
    /*background-image:url*/
    ('../images/cover_01.jpg');
    background-size: cover;
}

#image-welcome {
    /*background-image:url*/
    ('../images/tankos.jpg');
    height: auto;
    min-height: 1px !important;
}

#image-1 {
    /*background-image:url*/
    ('../images/cover_eletrajzok_01.jpg');
}

#image-1-1 {
    /*background-image:url*/
    ('../images/cover_eletrajzok_01_1.jpg');
}

#image-2 {
    /*background-image:url*/
    ('../images/cover_eletrajzok_02.jpg');
}

#image-3 {
    /*background-image:url*/
    ('../images/cover_eletrajzok_03.jpg');
}

#image-4 {
    /*background-image:url*/
    ('../images/cover_kronologia_01.jpg');
}

#image-5 {
    /*background-image:url*/
    ('../images/cover_kronologia_03.jpg');
}

#image-6 {
    /*background-image:url*/
    ('../images/cover_kronologia_02.jpg');
}

#image-7 {
    /*background-image:url*/
    ('../images/cover_szervezet_01.jpg');
}

#image-8 {
    /*background-image:url*/
    ('../images/cover_szervezet_02.jpg');
}

#image-9 {
    /*background-image:url*/
    ('../images/cover_szervezet_03.jpg');
}

#image-10 {
    /*background-image:url*/
    ('../images/cover_polbiz_01.jpg');
}

#image-11 {
    /*background-image:url*/
    ('../images/cover_polbiz_02.jpg');
}

#image-12 {
    /*background-image:url*/
    ('../images/cover_polbiz_03.jpg');
}

#video {
    position: absolute;
    bottom: 0px;
    right: 0px;
    text-align: center;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 10;
    overflow: hidden;
}

.label.black {
    background-color: #111;
    color: #fff;
    font-size: 12px;
    width: auto;
    position: fixed;
    top: 50vh;
}

.label-fixed {
    background-color: rgba(255, 255, 255, 0.8);
    ;
    height: auto;
    padding: 2ex 2ex 2ex 2ex;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .3);
    overflow: hidden;
}

.label {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.8);
    ;
    width: 340px;
    line-height: 140%;
    height: auto;
    padding: 2ex 2ex 2ex 2ex;
    font-size: 16px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .3);
    top: 110vh;
}

@media (min-width: 1200px) {
    .label {
        font-size: 24px;
        width: 400px;
    }
    .label.black {
        font-size: 20px;
    }
}

.left {
    left: 100px;
}

.right {
    right: 100px;
}

.fixedtitle {
    z-index: 20;
    position: relative;
    margin-top: 2%;
    margin-left: 55%;
    font-size: 48px;
    text-transform: uppercase;
    color: white;
    width: 30%;
    /*font-family: Georgia, serif;*/
    font-family: 'Open Sans', sans;
    text-shadow: 1px 1px 4px #000000;
    text-align: center;
    font-weight: bold;
}

.fixedtext {
    z-index: 20;
    position: relative;
    margin-top: 1%;
    margin-left: 55%;
    font-size: 16px;
    color: white;
    width: 30%;
    text-shadow: 1px 1px 4px #000000;
    line-height: 1.9;
}

.fixedtext p {
    margin-bottom: 22px;
}

.data-slide.orange {
    border-top: solid 10px #FFFFFF;
    background: #F4CD00;
    color: #FFFFFF;
}

.data-slide.orange:before {
    border-top: solid 20px #FFFFFF;
}

.data-slide.orange h2 {
    color: #FFFFFF;
}

.data-slide {
    border-top: solid 10px #F4CD00;
    background-color: #fff;
    -webkit-background-size: auto;
    background-size: auto;
    background-position: center -10px;
    padding-bottom: 40px;
}

.data-slide:before {
    position: absolute;
    content: '';
    width: 0;
    margin-left: -35px;
    left: 50%;
    top: 0;
    height: 0;
    border-top: solid 20px #F4CD00;
    border-left: solid 35px transparent;
    border-right: solid 35px transparent;
}

h2 {
    text-transform: uppercase;
    font-size: 48px;
    color: #333;
    text-align: center;
    margin-top: 44px;
    margin-bottom: 26px;
    font-family: "AvenirNextCondensed-Bold";
}

h2.subpage_title {
    margin-top: 70px;
}

.html-container {
    width: calc(100% - 260px);
    margin: auto;
}

@media (max-width: 910px) {
    .html-container {
        width: 700px;
    }
    .fixedtitle,
    .fixedtext {
        margin-left: 24px;
        margin-right: 24px;
        width: auto;
    }
    #cover {
        height: auto;
    }
    .events {
        width: 495px !important;
    }
}

.header-buttons {
    float: right;
}

.search.chrono,
#organizationsSearch,
#committeesSearch {
    float: none;
}

#organizationsSearch .input-container,
#committeesSearch .input-container {
    margin: auto;
    width: 360px;
}

.search .input-container button[type=submit] {
    background-image: url('img/search.png');
}

.search .input-container button[type=reset] {
    display: none;
    font-size: 30px;
}

.input-container {
    background-color: #fff;
    box-shadow: 0 1.5px 2.5px rgba(0, 0, 0, 0.6);
    border-radius: 100px;
    width: 360px;
    height: 64px;
    vertical-align: middle;
    position: relative;
}

.input-container input {
    border: none;
    background-color: transparent;
    padding: 20px 25px;
    font-size: 19px;
    font-weight: normal;
    line-height: 24px;
    margin: 0;
    width: 268px;
    vertical-align: middle;
    color: #F4CD00;
}

.input-container input:focus {
    outline: 0;
}

.input-container button,
.input-container button:hover {
    float: right;
    padding: 0;
    width: 32px;
    height: 100%;
    margin: 0;
    margin-right: 10px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    border: none;
    display: inline-block;
}

.letter-filter {
    margin-top: 15px;
}

.letter-filter a,
.letter-filter span {
    margin-top: 0px;
    font-size: 23px;
    line-height: 30px;
    font-weight: bold;
    color: #999;
    text-align: center;
    width: 25px;
    display: inline-block;
    padding: 8px 0;
    border-top: solid 2px #e5e5e5;
    border-bottom: solid 2px #e5e5e5;
}

.letter-filter span {
    color: #DDDDDD;
}

.letter-filter a.active {
    color: #F4CD00;
    border-top: solid 2px #F4CD00;
    border-bottom: solid 2px #F4CD00;
    margin: 0 2px;
}

.people {
    clear: both;
    margin-top: 20px;
    margin-right: -30px;
    margin-bottom: 60px;
    overflow: hidden;
}

.person,
.person:hover {
    font-weight: bold;
    width: 280px;
    height: 90px;
    float: left;
    margin-right: 20px;
    margin-top: 30px;
    overflow: hidden;
    padding: 0 0px 9px 0px;
    border-bottom: solid 1px #e5e5e5;
    color: #333;
    text-transform: uppercase;
}

.person img {
    float: left;
    margin-right: 10px;
}

h3 {
    /*font-weight: 300;*/
    font-size: 18px;
    margin-top: 8px;
}

button,
#modal-dialog a {
    padding: 15px 30px;
    border: solid 2px #e4e4e4;
    background-color: #f2f2f2;
    background-image: none;
    color: #4d4d4d;
    margin: auto;
    width: 362px;
    font-size: 17.0px;
    font-weight: normal;
    display: block;
    margin-bottom: 40px;
    line-height: 26px;
    text-align: center;
}

button:hover,
#modal-dialog a:hover {
    background-color: #fff;
}

button:disabled {
    color: #bbb;
    background-color: #fff;
    border-color: #ddd;
}

.chrono {
    margin-bottom: 40px;
}

.chrono .input-container {
    margin: auto;
}

.events {
    clear: both;
    width: 68%;
    float: left;
}

.archive_link {
    margin-top: 10px;
    display: block;
}

.years {
    width: 30%;
    float: right;
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
}

.years a,
.years a:hover,
.years a:active,
.years a:focus {
    border-bottom: none;
    text-decoration: none;
}

.years ul {
    margin: 0;
    padding: 0;
}

.years ul li {
    list-style: none;
    border-bottom: solid 2px #bbb;
}

.years ul li ul li {
    border-bottom: none;
}

.years ul li a {
    padding: 2px 28px;
    display: inline-block;
    color: #444;
}

.years>ul>li>a {
    padding: 2px 0;
    display: block;
    text-align: center;
}

.years ul li a.active {
    background-color: #F4CD00;
    color: #fff;
}

.years ul li ul li a {
    background-color: transparent !important;
    color: #444 !important;
    border-left: solid 16px #d5d5d5;
    padding: 0px 12px;
    margin: 1px 0;
}

.years ul li ul li a.active {
    border-color: #F4CD00;
    color: #F4CD00 !important;
}

.years ul li ul li ul li a {
    border-left: solid 8px #d5d5d5;
    margin-left: 8px;
    padding-left: 16px;
    font-size: 13px;
    font-weight: normal;
}

.html-container a.disabled {
    color: #ccc !important;
    cursor: default;
}

a.disabled:focus {
    outline: none;
}

.articles {
    margin-bottom: 20px;
}

article {
    clear: both;
    overflow: hidden;
    border-bottom: solid 1px #bbb;
    padding-bottom: 20px;
}

article h3 {
    color: #F4CD00;
    text-transform: uppercase;
    font-weight: bold;
    margin: 20px 0;
    font-size: 24px;
}

article a.chrono-more {
    font-size: 14px;
    border: none;
    float: right;
    display: block;
    color: #F4CD00;
    padding: 8px 25px 0 12px;
    background: url("img/arrow_down.png") no-repeat 100% 75%;
}

article .event-date {
    padding-top: 12px;
    float: left;
    font-weight: 700;
    color: #999999;
    font-size: 14px;
}

.not-label {
    background-color: #F4CD00;
    display: inline-block;
    margin: auto;
    color: #fff;
    line-height: 1;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
    font-size: 14px;
    font-weight: bold;
    padding: 4px 8px;
}

.text-center {
    text-align: center;
}

footer.html-container {
    padding: 30px 30px;
    display: block;
    margin-top: 30px;
    border-top: solid 1px #333;
    font-size: 12px;
    text-align: center;
    position: relative;
}

footer p {
    margin-bottom: 10px;
}

footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

footer a,
footer a:hover {
    text-decoration: none;
    outline: none;
    border: none;
    color: inherit;
    display: block;
    margin-bottom: 10px;
}

.footer-center {
    text-align: center;
    margin: auto;
    width: 400px;
}

.most_article {
    padding-bottom: 30px;
}

.article_lead_image {
    margin-bottom: 10px;
}

.goup {
    background-image: url(img/goup.png);
    width: 42px;
    height: 31px;
    display: inline-block;
    position: absolute;
    top: -25px;
    margin-left: -21px;
    left: 50%;
}

.clearfix {
    clear: both;
}

.accordion-title a {
    color: #555;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    border-bottom: solid 1px #ddd;
    padding: 10px 0;
}

.accordion-item.open .accordion-title a {
    color: #F4CD00;
}

.accordion-title small {
    font-size: 18px;
}

.accordion-item .accordion-body {
    display: none;
}

.accordion-item.open .accordion-body {
    display: block;
}

.tabs {
    padding: 0;
    margin: 0;
    margin-top: 70px;
    margin-bottom: 50px;
    text-align: center;
}

.tabs li {
    list-style: none;
    display: inline-block;
}

.tabs li a {
    color: #555;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 6px 20px;
    margin: 6px;
    border: none;
}

.tabs li a.active {
    background-color: #F4CD00;
    color: #fff;
}

dl {
    font-size: 14px;
    padding: 20px 0;
    margin: 10px 0 0 70px;
    border-bottom: solid 1px #ddd;
    display: block;
    width: 630px;
}

dt {
    color: #F4CD00;
    font-weight: bold;
    width: 200px;
    display: inline-block;
    vertical-align: top;
}

dd {
    display: inline-block;
    color: #333;
    font-weight: normal;
    /*width: calc(100%-200px);*/
    width: 426px;
    vertical-align: top;
}

#html-5 dl {
    margin: 10px auto 0 auto;
}

#html-5 dt {
    width: 400px;
}

#html-5 dd {
    width: 226px;
}

.biblio {
    margin: 40px 0 60px 0;
}

.person-details,
.chrono-details {
    margin: 40px auto;
    overflow: hidden;
}

.person-details .pull-left,
.chrono-details .pull-left {
    margin-right: 30px;
}

.person-details h3,
.chrono-details h3 {
    color: #F4CD00;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 29px;
}

.person-details p,
.person-details h3,
.chrono-details p,
.chrono-details h3 {
    margin-bottom: 20px;
}

p.lead {
    color: #494949;
    font-size: 24px;
    font-weight: 300;
}

.person-back,
.chrono-back {
    clear: both;
    float: right;
    color: #F4CD00;
}

.person-details,
.chrono-details {
    display: none;
}

.events h3 {
    color: #F4CD00;
    font-weight: bold;
    text-transform: uppercase;
}

.article-page p {
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 26px;
}

.article-page .lead p {
    font-weight: 300;
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 30px;
}

.article-page h3 {
    color: #F4CD00;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 28px;
}

.article-page .html-container {
    width: 700px;
}

.article-page {
    margin-bottom: 100px;
}

.bibliography-intro a {
    padding: 20px 30px;
    border: solid 2px #F4CD00;
    border-radius: 1px;
    display: block;
    color: #F4CD00;
    width: 200px;
    margin: auto;
    margin-top: 30px;
}

.bibliography-intro {
    width: 80%;
    margin: auto;
    margin-bottom: 40px;
}

.welcome p {
    width: calc(50% - 20px);
    margin-bottom: 20px;
    float: left;
    line-height: 190%;
}

.welcome p+p {
    float: right;
}

.welcome p.sign {
    line-height: 140%;
    width: auto;
    text-align: center;
    float: none;
    clear: both;
}

.welcome .name {
    font-size: 30px;
    padding-top: 20px;
    margin-bottom: -10px;
    display: block;
}

.invite p {
    margin-bottom: 20px;
}

.munkatarsak p {
    margin-bottom: 20px;
}

.munkatarsak img {
    float: left;
    margin-right: 20px;
    max-width: 280px;
}

.munkatarsak h3 {
    color: #F4CD00;
    font-weight: bold;
    font-size: 36px;
}

.munkatarsak h3 small {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 30px;
    display: block;
    color: #555;
}

.munkatarsak article {
    margin-bottom: 40px;
    clear: both;
    overflow: hidden;
}

#modal-background {
    background-color: rgba(0, 0, 0, 0.75);
    position: fixed;
    overflow: auto;
    display: none;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
}

#modal-dialog {
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    position: relative;
    margin: 200px auto;
    width: 594px;
    overflow: hidden;
}

#modal-dialog p {
    margin: 40px;
}

#modal-dialog button {
    position: absolute;
    font-size: 32px;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    right: 16px;
    top: 16px;
    padding: 0;
    margin: 0;
    background: none;
    border: none;
}

#modal-dialog a {
    margin: 40px auto;
    width: 200px;
}

.text-center {
    text-align: center;
}

.person-body,
.person-body-new {
    width: calc(50% - 10px);
}

.person-body {
    float: left;
}

.person-body-new {
    float: right;
}

.person-body.person-body-only {
    width: auto;
    float: none;
}

.person-body-not-only {
    border: solid 1px #bbb;
    padding: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.person-body-new.person-body-not-only {
    background-color: black;
    border-color: black;
    color: white;
}

.person-body-not-only.person-body::before {
    content: 'Segédkönyv a Politikai Bizottság tanulmányozásához c. kötet (1989)';
    font-weight: bold;
    text-align: center;
    display: block;
    margin-bottom: 20px;
}

.person-body-not-only.person-body-new::before {
    content: 'Kommunizmuskutató Intézet (2014)';
    font-weight: bold;
    text-align: center;
    display: block;
    margin-bottom: 20px;
}

article.box {
    border-top: 8px solid #F4CD00;
    padding: 50px 60px;
    box-shadow: 0px 0px 10px rgba(66, 66, 66, 0.6);
    width: 80%;
    max-width: 750px;
    margin: 30px auto 30px auto;
    box-sizing: border-box;
    background: #FFFFFF;
    color: #131313;
}

article.featured {
    border-top: 8px solid #F4CD00;
    padding: 0px 60px 30px 60px;
    box-shadow: 0px 0px 10px rgba(66, 66, 66, 0.6);
    max-width: 99%;
    margin: 30px auto 30px auto;
    box-sizing: border-box;
    background: #FFFFFF;
    color: #131313;
    background: #F4CD00;
    color: white;
}

article.featured .event-date {
    color: #FFFFFF;
}

article.featured .leiras_rovid p {
    color: #FFFFFF;
}

article.featured .chrono-more {
    display: none;
}

article.featured h3 a {
    color: #FFFFFF;
}

.data-slide.orange h2 {
    color: #131313;
    margin: 44px 0 10px 0;
}

.data-slide.orange article.box {
    border-top: 0;
}

article.box h3 {
    color: #F4CD00;
    font-weight: 700;
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

article.box h4 {
    font-weight: 300;
    margin: 10px 0;
    line-height: 32px;
    font-size: 24px;
}

.html-container p {
    padding: 10px 0;
    font-size: 16px;
    line-height: 24px;
}

div.leiras_rovid p {
    padding: 0;
}

div.lead-image {
    float: left;
    width: 124px;
    margin-right: 30px;
}

div.list-of-news div.lead-image {
    float: right;
    width: 160px;
    margin-right: 0px;
    margin-left: 50px;
    margin-top: 55px;
}

div.list-of-news div.lead-image img {
    width: 160px;
    height: 160px;
    border-radius: 50%;
}

div.list-of-news div.date {
    margin-top: 35px;
}

div.list-of-news div.event_details {
    margin-right: 210px;
}

p.section-title {
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    font-size: 18px;
    padding: 40px 0;
}

.books {
    margin-bottom: 50px;
}

.profiles,
.books {
    text-align: center;
}

.profiles .jobtitle {
    font-weight: normal;
}

.profiles a {
    display: inline-block;
    color: inherit;
}

.profile,
.book {
    vertical-align: top;
    width: 130px;
    display: inline-block;
    padding: 0 15px;
}

.profiles {
    padding-top: 20px;
}

.book img {
    width: 124px;
}

.profile .job {
    font-size: 14px;
    line-height: 17px;
    padding-top: 0;
}

.profile .name {
    font-weight: 700;
}

div.articles {
    width: 100%;
}

div.list-of-books article {
    padding-top: 20px;
}

div.list-of-books article h3 {
    margin-top: 0px;
    margin-bottom: 0px;
}

div.list-of-books .alcim {
    font-size: 14px;
    color: #B0B0B0;
    margin-bottom: 10px;
}

.two-columns article {
    width: 50%;
    clear: none;
    float: left;
    border-bottom: none;
    padding-bottom: 0;
}

.article_lead_image {
    max-width: 100%;
}

.two-columns article .article_wrapper {
    border-bottom: 1px solid #bbb;
    padding-bottom: 20px;
}

.two-columns article:nth-child(odd) .article_wrapper {
    margin-right: 15px;
    margin-left: 15px;
}

.two-columns article:nth-child(even) .article_wrapper {
    margin-left: 15px;
    margin-right: 15px;
}

.clear {
    clear: both;
}

div.months {
    text-align: center;
    padding: 5px 0;
}

.months a {
    color: #999999;
    font-size: 24px;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 700;
}

.months a.prev {
    padding-right: 35px;
    background: url("img/month_arrow_left.png") no-repeat 100% 50%;
}

.months a.next {
    padding-left: 35px;
    background: url("img/month_arrow_right.png") no-repeat 0% 50%;
}

.months .current_month {
    font-size: 36px;
    color: #F4CD00;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0 15px;
}

table.calendar {
    width: 100%;
    border-top: 1px solid #D6D6D6;
    border-bottom: 1px solid #D6D6D6;
    border-collapse: collapse;
}

table.calendar thead th {
    width: 14.28%;
    text-transform: uppercase;
    border-bottom: 1px solid #D6D6D6;
    font-weight: 400;
    font-size: 14px;
}

table.calendar td {
    font-size: 18px;
}

table.calendar th,
table.calendar td {
    text-align: center;
    padding: 4px;
    line-height: 40px;
}

table td span {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

table.calendar td span.other {
    color: #D6D6D6;
}

table.calendar td span.today {
    font-weight: 700;
}

table.calendar td span.past_event {
    background-color: #999999;
    color: #FFFFFF;
}

table.calendar td span.upcoming_event {
    background-color: #F4CD00;
    color: #FFFFFF;
}

table.calendar tbody tr:first-child td {
    padding-top: 10px;
}

table.calendar tbody tr:last-child td {
    padding-bottom: 10px;
}

div.articles3 {
    display: table;
}

div.articles3 .event_details {
    width: 33%;
    border-left: 1px solid #BBB;
    padding: 0 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: table-cell;
}

div.articles3 .event_details:first-child {
    padding-left: 0;
    border: none;
}

div.articles3 .event_details:last-child {
    padding-right: 0;
}

div.articles3 h3 {
    text-transform: uppercase;
    color: #F4CD00;
    padding-bottom: 10px;
}

div.articles3 .chrono-more {
    float: right;
    padding-top: 5px;
    font-size: 14px;
}

.keywords-container {
    float: right;
}

.center {
    text-align: center;
}

p.subtitle {
    color: #9C9C9C;
    font-size: 14px;
}

.floated_articles .box_50 {
    float: left;
    width: 50%;
    box-sizing: border-box;
}

.floated_articles .box_50 .box_inner {
    box-shadow: 0px 0px 10px rgba(66, 66, 66, 0.6);
    box-sizing: border-box;
    margin: 0 0 20px 0px;
    padding: 20px;
}

.floated_articles .box_50:first-child .box_inner {
    margin-left: 0;
    margin-right: 40px;
}

.overflow_visible {
    overflow: visible;
}

.video {
    position: absolute;
    bottom: 0px;
    right: 0px;
    text-align: center;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 100;
    overflow: hidden;
    opacity: 0;
}

#video_1 {
    z-index: 102;
    opacity: 1;
}

#prev_video {
    position: absolute;
    top: 300px;
    left: 20%;
    width: 80px;
    height: 80px;
    background: url("img/video_nav_bg.png") repeat;
    z-index: 200;
    color: white;
    text-align: center;
    font-size: 60px;
    line-height: 66px;
    border-radius: 3px;
}

#next_video {
    position: absolute;
    top: 300px;
    right: 20%;
    width: 80px;
    height: 80px;
    background: url("img/video_nav_bg.png") repeat;
    z-index: 200;
    color: white;
    text-align: center;
    font-size: 60px;
    line-height: 66px;
    border-radius: 3px;
}

.overlay_anchor {
    width: 1px;
    margin: 40px auto;
    position: relative;
}

.overlay {
    position: absolute;
    top: 40px;
    left: 1700px;
    z-index: 300;
    width: 600px;
    height: 500px;
    text-align: center;
}

.overlay_container {}

.overlay_internal {
    position: relative;
    width: 100%;
    height: 100%;
}

.overlay_image {
    position: absolute;
    top: 0px;
    width: 100%;
    padding-top: 200px;
}

.overlay_social {
    position: absolute;
    bottom: -70px;
    width: 100%;
    color: white;
}

.overlay_social a {
    margin: 0 3px;
}

.overlay_social_wrapper {
    text-align: center;
    width: 100%;
}

.book-page h2 {
    margin-bottom: 10px;
}

.book-page h3 {
    margin-bottom: 10px;
    text-align: center;
}

.biography_info {
    padding-top: 10px;
}

.footer_socials {
    padding-top: 15px;
}

.footer_socials a,
.footer_socials a:hover {
    display: inline-block !important;
}

.more_books {
    font-size: 14px;
    border: none;
    float: right;
    display: block;
    color: #030303;
    margin-top: 20px;
    padding: 8px 25px 0 12px;
    background: url("img/arrow_right.png") no-repeat 100% 85%;
}

.featured_quote {
    width: 33%;
    float: left;
    padding: 10px 20px;
    background-color: #fff;
    margin: 15px 15px 15px 0;
    border-left: 2px solid #F4CD00;
    color: #F4CD00;
    font-weight: bold;
    -webkit-box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.05);
}


/* Customize the label (the container) */

.radio-container {
    display: inline-block;
    position: relative;
    padding-left: 55px;
    padding-top: 18px;
    margin-left: 40px;
    margin-bottom: 25px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Hide the browser's default checkbox */

.radio-container input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: 10px;
    left: 0;
    height: 45px;
    width: 45px!important;
    background-color: transparent;
    box-shadow: 0 1.5px 2.5px rgba(0, 0, 0, 0.6);
    border-radius: 50%;
}


/* On mouse-over, add a grey background color */

.radio-container:hover input[type="radio"]~.checkmark {
    background-color: transparent;
}


/* When the checkbox is checked, add a blue background */

.radio-container input[type="radio"]:checked~.checkmark {
    background-color: transparent;
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "X";
    font-weight: 400;
    font-size: 30px;
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.radio-container input[type="radio"]:checked~.checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.radio-container .checkmark:after {
    left: 14px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: 0;
    color: #999
}

.highlighted_menu_item{
	color: #F4CD00;
	text-transform: uppercase;
	font-weight: bold;
}

.category_title{
	text-transform: uppercase;
	font-size: 48px;
	color: #333;
	text-align: center;
	font-family: "AvenirNextCondensed-Bold";
	margin-top: 60px;
	margin-bottom: 30px;
}

.category_article_title{
	color: #F4CD00;
	font-size: 26px;
	line-height: 40px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}
.category_article_title a:hover {
	color: #AA9422;
}
.category-container{
	min-height:500px;
}

.category_hr{
	margin: 20px 0 20px 0;
}

.cat_image{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 35%;
	margin-bottom: 4%;
}


.html-container.az-újító-józséf-nador-–-applikació-„a-légmagyarabb-habsburgról”{
    width: 1210px!important;
    max-width: 95%;
    padding-left: 10px;
    padding-right: 10px;
    margin: 20px auto;
}

.appdiv {
    display: grid;
    grid-template-columns: 1fr 5fr 1fr;
    grid-template-rows: 1fr ;
    gap: 20px 20px;
    margin-top: 30px;
    margin-bottom: 30px;
    grid-template-areas:
            "ios appvideo android";

}
.ios { grid-area: ios; text-align:center; }
.android { grid-area: android; text-align:center; }
.appvideo { grid-area: appvideo; text-align:center; }

.appvideo div {
    margin: -20px auto !important;
}
.appdiv img {
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
}

.appdiv div{
    box-sizing: border-box;
}

.appdiv p{
    padding: 0;
    margin-bottom: 0;
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

iframe {
    border: 0;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
@media screen and (max-width: 1300px) {
    .category_title{
        margin-top: 100px;
    }
    .article-page {
        margin-top: 50px;
        margin-left: 30px;
    }
}

@media screen and (max-width: 758px) {
    .appdiv {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        gap: 20px 20px;
        margin-top: 30px;
        margin-bottom: 30px;
        grid-template-areas: "appvideo appvideo" "ios  android";
    }

    .ios {
        grid-area: ios;
        text-align: center;
    }

    .android {
        grid-area: android;
        text-align: center;
    }

    .appvideo {
        grid-area: appvideo;
        text-align: center;
    }

    .appdiv img {
        max-width: 100%;
        height: auto;
    }
}

.slide.data-slide.archive-flex,
#hirek.slide.data-slide{
    display: flex;
    flex-direction: column;
}