@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: #00519c;
}

#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;
    height: 45px;
}

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: #00519c;
    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 li {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    font-size: 10px;
}

nav ul.header-menu {
    float: none;
    text-align: center;
    height: 45px !important;
    margin: 0;
    padding: 0;
}

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

@media (max-width: 1170px) {
    nav ul li a {
        font-size: 11px !important;
    }
}

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

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

.slide {
    position: relative;
    width: 100%;
    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;
}

#publication_letters {
    list-style: none;
    display: table;
    width: 100%;
    padding-left: 0;
}

#publication_letters li {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

#publication_letters li a {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
}

#publication_search_form {
    padding: 20px 20px;
    margin-bottom: 70px;
    margin-top: 20px;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 0px 10px 0px #e6e6e6;
    -moz-box-shadow: 0px 0px 10px 0px #e6e6e6;
    box-shadow: 0px 0px 10px 0px #e6e6e6;
}

#publication_search_form .row {
    /*  height: 30px;
*/
}

#publication_search_form input[type="text"] {
    border: 1px solid #00519c;
    font-size: 14px;
    color: #00519c;
    line-height: 28px;
    padding: 0 7px;
    width: 330px;
    float: left;
    margin-right: 10px;
}

#search_box {
    width: 430px;
    margin: 10px auto;
    display: block;
}

#publication_search_form button {
    border: none;
    background: #FFFFFF;
    color: #00519c;
    height: 30px;
    width: 40px;
    margin-bottom: 0;
    padding: 0;
    text-align: center;
    float: left;
}

#publication_search_form button[type="reset"] {
    float: left;
}

.book-page {
    margin-top: 45px;
}

#bibcats {
    margin: 0px 0px;
}

#bibcats a {
    display: inline-block;
    /* float: left; */
    /* width: 25%; */
    text-align: center;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0px 12px;
}


/*#bibcats a:nth-of-type(2) {
	width: 50%;
}*/


/*# sourceMappingURL=style.css.map */

@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: #00519c;
    color: #FFFFFF;
}

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

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

.data-slide {
    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: 118px;
    height: 0;
    /*border-top: solid 20px #00519c;
	border-left: solid 35px transparent;
	border-right: solid 35px transparent;*/
}

h2 {
    text-transform: uppercase;
    font-size: 46px;
    color: #333;
    text-align: center;
    line-height: 118px;
    font-family: "AvenirNextCondensed-Bold";
    color: #FFFFFF;
    background: #00519c;
    margin-bottom: 30px;
}

h3 {
    text-transform: uppercase;
    font-size: 20px;
    color: #333;
    line-height: 30px;
    font-family: "AvenirNextCondensed-Bold";
}

.html-container {
    /*width: 905px;*/
    margin: auto;
    padding-top: 20px;
}

@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: #00519c;
}

.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 a {
    margin-top: 7px;
    font-size: 23px;
    line-height: 30px;
    font-weight: bold;
    color: #999;
    text-align: center;
    width: 20px;
    display: inline-block;
    padding: 8px 0;
}

.letter-filter a.active {
    color: #00519c;
    border-top: solid 2px #00519c;
    border-bottom: solid 2px #00519c;
    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;
}

button,
#modal-dialog a {
    padding: 15px 30px;
    border: solid 2px #e4e4e4;
    background-color: #f2f2f2;
    background-image: none;
    color: #4d4d4d;
    margin: auto;
    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: 700px;
    float: left;
}

.years {
    width: 126px;
    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.active {
    background-color: #00519c;
    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: #00519c;
    color: #00519c !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: #00519c;
    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: #00519c;
    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: #00519c;
    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: 40px;
    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 li.footer_socials a {
    display: inline-block;
    margin-left: 10px;
}

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

.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: #00519c;
}

.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: #00519c;
    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: #00519c;
    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: #00519c;
    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: #00519c;
}

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

.events h3 {
    color: #00519c;
    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: #00519c;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 28px;
}

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

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

.article-page .html-container.wide-article .column_50 {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding-left: 30px;
}

.article-page .html-container.wide-article .column_50:first-child {
    padding-right: 30px;
    padding-left: 0px;
}

.article-page .html-container.wide-article .column_25 {
    float: left;
    width: 25%;
    box-sizing: border-box;
    padding-left: 30px;
}

.article-page .html-container.wide-article .column_25:first-child {
    padding-right: 30px;
    padding-left: 0px;
}

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

.bibliography-intro a {
    padding: 20px 30px;
    border: solid 2px #00519c;
    border-radius: 1px;
    display: block;
    color: #00519c;
    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: #00519c;
    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 #00519c;
    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;
}

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

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

article.box h3 {
    color: #00519c;
    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;
}

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

.profile img {
    border-radius: 50%;
}

.profiles {
    padding-top: 20px;
}

.book img {
    width: 124px;
}

.profile img {
    width: 124px;
    height: 124px;
}

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

.profile .name {
    font-weight: 400;
    font-size: 20px;
}

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;
}

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

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

.two-columns article:nth-child(even) .article_wrapper {
    margin-left: 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: #00519c;
    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: #00519c;
    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: #00519c;
    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%;
}

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

.overlay_social a {
    margin: 0 3px;
}

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

img.floated-left {
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}

#terem_koncepciok,
#bibliografia-lista {
    margin-top: 45px;
}

blockquote {
    font-family: "Open Sans";
    font-size: 24px;
    font-weight: 300;
    color: #888888;
    padding-top: 20px;
    line-height: 36px;
}

cite {
    display: block;
    text-align: right;
    padding: 27px 0 10px 0;
    font-size: 18px;
    font-style: normal;
    color: #969696;
}

div.input {
    margin: 20px 0;
    clear: left;
}

div.input.left {
    float: left;
    width: 27%;
    clear: none;
    box-sizing: border-box;
    margin-right: 30px;
}

div.input input[type="text"],
div.input input[type="email"],
div.input textarea {
    height: 48px;
    width: 100%;
    box-shadow: 0px 2px 10px rgba(88, 88, 88, 0.5);
    border: none;
    padding: 0 18px;
    font-size: 16px;
    font-family: "Open Sans";
    font-weight: 300;
    box-sizing: border-box;
}

div.checkbox {
    padding-top: 13px;
}

div.checkbox label {
    font-size: 16px;
    font-family: "Open Sans";
    font-weight: 300;
    padding-left: 10px;
}

div.input textarea {
    height: 178px;
    padding: 10px 18px;
}

#guestbook {
    clear: both;
}

#vendegkonyv {
    border-bottom: 1px solid #CECECE;
}

.submit .submit_forum {
    float: right;
    font-size: 16px;
    font-family: "Open Sans";
    font-weight: 300;
    color: #FFFFFF;
    background: #333333;
    border: none;
    border-radius: 5px;
    line-height: 48px;
    padding: 0px 40px;
    margin: 10px 0;
}

p.small.uppercase {
    text-transform: uppercase;
    font-size: 14px;
    color: #333;
    line-height: 24px;
    font-family: "AvenirNextCondensed-Bold";
    padding-bottom: 0;
}

p.small.uppercase .light {
    color: #CECECE;
}

p.small {
    font-size: 12px;
    padding: 0;
}

ul.contact-menu li {
    padding-bottom: 10px;
}

.guestbook_entry {
    border-bottom: 1px solid #CECECE;
    padding-bottom: 24px;
    margin-bottom: 40px;
}

.guestbook_footer span,
span.guestbook_entry_date {
    line-height: 33px;
    font-size: 14px;
    color: #969696;
}

.guestbook_footer a {
    float: right;
}

.guestbook_entry p {
    font-size: 14px;
}

.guestbook_entry p.name {
    font-weight: bold;
}

div.concepts {
    /*margin-left: -30px;*/
    /*margin-top: 30px;*/
}

div.concept {
    /*width: 282px;*/
    height: 320px;
    box-shadow: 0px 2px 10px rgba(88, 88, 88, 0.5);
    margin-top: 30px;
    /*margin-left: 29px;
	margin-bottom: 30px;
	float: left;
	position: relative;
	margin: 10px;*/
}

div.concept img {
    width: 100%;
    /*max-height: 130px;*/
}

div.concept a.concepts_subtitle {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: #333;
    padding: 0 5px;
    background: #FFF;
    display: block;
}

div.concept a h3 {
    padding: 0px 20px;
}

div.concept p {
    padding: 0 20px;
    font-size: 14px;
}

div.lead {
    font-family: "Open Sans";
    font-size: 24px;
    font-weight: 300;
    line-height: 36px;
    padding-bottom: 10px;
}

div.body p,
div.body ul li {
    font-size: 14px;
}

div.small_concepts {
    width: 810px;
    margin: 0px auto;
}

div.small_concepts a {
    display: block;
    margin-left: 29px;
    margin-bottom: 30px;
    float: left;
    width: 126px;
    height: 210px;
    box-shadow: 0px 2px 10px rgba(88, 88, 88, 0.5);
    background-position: 50% 0%;
    background-size: 126px 120px;
    background-repeat: no-repeat;
    box-sizing: border-box;
    text-transform: uppercase;
    font-size: 14px;
    color: #333;
    line-height: 24px;
    font-family: "AvenirNextCondensed-Bold";
    padding: 130px 10px 0 10px;
    position: relative;
}

div.small_concepts a div.concept_subtitle {
    position: absolute;
    right: 0px;
    top: 96px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: #333;
    padding: 0 5px;
    background: #FFF;
    display: block;
}

div.small_concepts h3 {
    padding-top: 35px;
    padding-bottom: 35px;
}

div.small_concepts {
    border-top: 1px solid #CECECE;
}

div.concept_image {
    margin-top: 45px;
    width: 100%;
    max-width: 1280px;
    margin: 45px auto 0 auto;
    height: 600px;
    position: relative;
    background-repeat: no-repeat;
    background-position: 50% 0%;
}

h1 {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: #030303;
    padding: 0 10px;
    text-transform: uppercase;
    font-size: 36px;
    line-height: 64px;
    color: #FFFFFF;
    font-family: "AvenirNextCondensed-Bold";
}

.concept_number {
    position: absolute;
    left: 20px;
    bottom: 94px;
    line-height: 32px;
    font-size: 14px;
    background: #FFFFFF;
    text-transform: uppercase;
    padding: 0 10px;
    color: #333333;
}

.yt_share {
    position: absolute;
    top: 498px;
    right: 265px;
    width: 48px;
    height: 48px;
}

.fb_share {
    position: absolute;
    top: 498px;
    right: 187px;
    width: 48px;
    height: 48px;
}

#ujvilag_cover .fb_share {
    right: 342px;
}

#ujvilag_cover .yt_share {
    right: 420px;
}

#slideshow_prev {
    position: absolute;
    top: 498px;
    right: 265px;
    width: 48px;
    height: 48px;
    background: url("../images/cover_prev.png") no-repeat 50% 50%;
}

#slideshow_prev:hover {
    background-image: url("../images/cover_prev_over.png");
    text-decoration: none;
}

#slideshow_next {
    position: absolute;
    top: 498px;
    right: 187px;
    width: 48px;
    height: 48px;
    background: url("../images/cover_next.png") no-repeat 50% 50%;
}

#slideshow_next:hover {
    background-image: url("../images/cover_next_over.png");
    text-decoration: none;
}

#ujvilag_cover {
    height: 600px;
    width: 100%;
    max-width: 1280px;
    margin: 45px auto 0 auto;
}

.html_carousel {
    position: relative;
    height: 605px;
    overflow: hidden;
}

.html_carousel div.carousel_box {
    position: relative;
    display: block;
    float: left;
}

.clearfix {
    float: none;
    clear: both;
}

a.site_name {
    color: #00519c;
    text-transform: uppercase;
    float: left;
    line-height: 40px;
    font-size: 11px;
    font-weight: 700;
}

label.error,
div.error-message {
    font-size: 14px;
    line-height: 21px;
    padding: 5px 5px;
    color: #00519c;
    font-weight: 400;
}

.carousel_slide {
    height: 800px;
}

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

#hosok_csarnoka_link {
    margin-bottom: 45px;
    display: block;
}

.hosok_folyosoja {
    margin-top: 45px;
    background: #000000;
    padding-bottom: 0;
}

.hosok_slide a {
    width: 100%;
    border: none;
}

.hosok_slide a img {
    display: block;
    width: 100%;
    border: none;
}

.popup_navigation {
    height: 30px;
    margin-top: 10px;
}

#popup_text {
    display: none;
    color: #FFFFFF;
    padding: 10px 0;
}

.prev-image {
    float: left;
}

.next-image {
    float: right;
}

#popup_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    min-height: 2000px;
    z-index: 1000000;
    background: rgba(33, 33, 33, 0.8);
    display: none;
    -webkit-transition: background-color 1000ms linear;
    -moz-transition: background-color 1000ms linear;
    -o-transition: background-color 1000ms linear;
    -ms-transition: background-color 1000ms linear;
    transition: background-color 1000ms linear;
}

.popup_internal {
    display: none;
    border: 1px solid #FFFFFF;
    width: 500px;
    margin: 132px auto;
    padding: 30px;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
}

.popup_left {
    width: 50%;
    float: left;
}

.popup_right {
    width: 50%;
    float: left;
}

.popup_internal h1 {
    position: relative;
    top: auto;
    left: auto;
    float: none;
    padding-left: 0;
    background: none;
    border-bottom: 1px solid #00519c;
}

.popup_internal h2 {
    text-align: center;
    background: none;
    font-size: 24px;
    line-height: 64px;
    font-family: "AvenirNextCondensed-Medium";
    padding-left: 0;
    margin-bottom: 0;
    min-height: 20px;
}

.popup_content p {
    color: #FFFFFF;
    font-weight: 300;
    line-height: 36px;
}

#article {
    margin-top: 45px;
}

.popup_internal {
    position: relative;
}

#close_popup {
    position: absolute;
    top: -5px;
    right: 0px;
    z-index: 100000;
    color: #FFFFFF;
    padding: 20px;
    display: block;
}

#main_slider {}

ul.slick-dots li button:before {
    font-size: 20px;
    color: #FFFFFF;
}

ul.slick-dots li.slick-active button:before {
    color: #00519c;
}

.slick-slider {
    height: 800px;
}

button.slick-prev,
button.slick-next {
    height: 800px;
    width: 50px;
    top: 10px;
}

button.slick-prev {
    left: -50px;
}

button.slick-next {
    right: -50px;
}

div.slick-slider {
    margin-bottom: 0px;
}

.slick-dots {
    bottom: -5px !important;
}

.slick-slide img {
    margin: 0 auto;
}

.termek_carousel div.slick-slider {
    width: 680px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
}

.termek_carousel .hosok_slide {
    width: 12.25%;
    margin: 1%;
}

.termek_carousel .hosok_slide:nth-of-type(7n+1) {
    clear: both;
}

.termek_carousel .hosok_slide a {
    color: #00519c;
    font-size: 13px;
}

.termek_carousel .hosok_slide a:hover {
    color: #00519c;
}

.termek_carousel .hos_name {
    padding-top: 5px;
    display: block;
    text-align: center;
}

.hosok_caption p {
    color: #FFFFFF;
}

.slide.termek_carousel {
    padding-bottom: 0px;
    min-height: auto;
}

.termek_carousel ul.slick-dots li button:before {
    color: #EEE;
}

.latogatói-informaciók p,
.visitor-information p {
    padding: 0px;
}

table.partnerek td {
    padding: 5px;
    text-align: center;
    vertical-align: middle;
    font-size: 13px;
}

table.partnerek tr:nth-of-type(even) td {
    padding-top: 0px;
    vertical-align: top;
    padding-bottom: 45px;
}

div.partnerek img {
    max-height: 100px;
    max-width: 100px;
}

#main_slider {
    height: 609px !important;
}

.html_carousel div.carousel_box img {
    height: 605px !important;
}

.vetito h2 {
    margin-bottom: 40px;
}


/* boostrap fixes*/

.center-block {
    float: none;
}

h2 {
    margin-top: 0;
}

div.concept a:hover {
    text-decoration: none;
}

div.partnerek p {
    min-height: 100px;
    text-align: center;
    font-size: 13px;
}

.partnerimg {
    height: 240px;
}

.navbar-toggle {
    width: 40px;
    height: 40px;
}

.navbar-toggle .icon-bar {
    background-color: #00519c;
}

.navbar-header button {
    background-color: #000;
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 17px 15px 15px 15px;
    font-size: 18px;
    line-height: 20px;
    color: #00519c;
    text-transform: uppercase;
    font-weight: 700;
}

.navbar-nav>li>a {
    text-align: right;
}

.navbar-nav {
    margin: 7.5px 0;
}

iframe {
    max-width: 100%;
}

.imagewrapper {
    position: relative;
}

.nav>li>a:hover,
.nav>li>a:focus {
    background-color: #000;
}

.hosok-container {
    max-width: 80%;
    margin: auto;
}

@media only screen and (max-width: 767px) {
    div.concept_image {
        height: 400px;
    }
    h2 {
        font-size: 24px;
    }
}

.fix__main__slide {
    margin-top: 45px;
}

.panel-heading {
    color: #00519c;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
    font-size: 24px;
}

.panel {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: none;
}

@media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,
    .navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in {
        display: block !important;
    }
    .navbar-brand {
        font-size: 12px;
    }
}

.carousel .carousel-inner {
    background-color: #000;
}

.carousel .carousel-inner .item {
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.carousel .carousel-inner .item img {
    width: 100%;
    min-width: 100%;
    height: auto;
}

.carousel .left {
    left: 0;
}

.body .carousel {
    margin-bottom: 40px;
}

.featured_quote {
    width: 33%;
    float: left;
    padding: 10px 20px;
    background-color: #fff;
    margin: 15px 15px 15px 0;
    border-left: 2px solid #00519c;
    color: #00519c;
    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);
}

.modal-header {
    border-bottom: 0;
}

.modal-header button.close {
    font-size: 3.5rem;
}