/**
 * Current template's main css file.
 * 
 *      It contains all the main styles for your template.
 */ 

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

*:focus-visible 
{
    outline: 2px solid white;
    outline-offset: 2px;
    box-shadow: 0px 0px 3px 1px #880015 !important;
}

a:focus-visible div.logo-div, 
a:focus-visible div.main-div, 
a:focus-visible p.slide-title, 
a:focus-visible img.fire-map, 
a:focus-visible div.lake-box, 
.szechenyi a:focus-visible img,
.epapir a:focus-visible img, 
.e-papir-county a:focus-visible img,
.organisation-logo-div a:focus-visible img
{
    box-shadow: 0px 0px 3px 1px #880015 !important;
}

.news a,
.middle-part a,
.low-part a,
.container.inner-container a
{
    outline: none;
}


a:focus-visible div.colleague-base 
{
    border-bottom: 0.5rem solid #880015;
}

[tabindex="-1"]:focus {
  box-shadow: none !important;
}

html {
    position: relative;
    height: 100%;
    margin: 0;
    /*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;*/
    font-family: 'Open Sans', sans-serif;
}

body {
    position: relative;
    height: 100%;
    margin: 0;
    /*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;*/
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #000;
}

/*a, h1, h2, h3, h4, h5, h6, p, li, span, div {
        font-weight: bold;
}*/

.wrapper {
    position: relative;
    min-height: 100%;
}

.site.content {
    min-height: 768px;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #EBEBEB 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%,#EBEBEB 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%,#EBEBEB 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#EBEBEB',GradientType=0 );
    padding-bottom: 2%;
}

.row{
    width: 100% !important;
    margin-left: 0 !important;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, 
.col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, 
.col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, 
.col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, 
.col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    float: left;
}

.trans {        
    transition: all 0.3s ease-in-out; 
    -webkit-transition: all 0.3s ease-in-out; 
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

li{
    margin-bottom: 10px;
}

a{
    color: #BB2127 !important;
    /*text-decoration: none !important;*/
    padding: 2px;
}

.navbar-brand {
    font-size: 1rem;
}

.nav-item a, .dropdown-menu a {
    text-decoration: none;
}

a:not([href]){
    color: #333 ;
    font-weight: bold;
}

/*h1{
    font-size: 28px;
}

h2{
    font-size: 26px;
}

h3{
    font-size: 24px;
}

h4{
    font-size: 22px;
}

h5{
    font-size: 20px;
}

h6{
    font-size: 18px;
}*/

h1{
    font-size: 25px;
}

h2{
    font-size: 24px;
}

h3{
    font-size: 23px;
}

h4{
    font-size: 22px;
}

h5{
    font-size: 20px;
}

h6{
    font-size: 18px;
}

.logo-and-title a, 
.colleague-container a, 
.map-box > a,
.szechenyi a,
.epapir a,
.e-papir-county a
{
    padding: 0;
}

.logo-and-title a:focus, 
.colleague-container a:focus, 
.carousel-caption > a:focus, 
.fire a:focus, 
.map-box > a:focus,
.szechenyi a:focus,
.epapir a:focus,
.e-papir-county a:focus,
.organisation-logo-div a:focus
{
    outline: none;
    box-shadow: none !important;
}

.kohezios {
    position: sticky;
    right: 0;
    bottom: 123px;
    z-index: 10000;
    float: right;
    width: 274px;
}

.kohezios img {
    width: 100%; 
    position: absolute; 
    bottom: -123px;
}

.container-content{
    padding-left: 0;
    padding-right: 0;
}

.page-image img{
    width: 100%;
}

.panel-default{
    border-radius: 1px;
    box-shadow: 0px 1px 5px 0px #777;
    margin-top: 15px;
    background: #fff;
    min-height: 752px;
}

.breadcrumb{
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 0;
    /*color: #880015;*/
    background: rgba(255, 255, 255, 0.9);
}

.breadcrumb > .active{
    color: #000 !important;
}

.breadcrumb a:focus{
    outline: none;
}

.breadcrumb a.back{
    font-size: 18px;
    float: right;
    /*color: #880015 !important;*/
}

.breadcrumb a.back:hover{
    color: #E4E4E4 !important;
    transition: all 0.3s ease-in-out; 
    -webkit-transition: all 0.3s ease-in-out; 
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.breadcrumb-item {
    padding: 2px;
}

.arrow{
    margin-left: 5px;
    margin-right: 5px;
    padding: 2px;
}

.page-image{
    width: 100%;
}

.page-image > img{
    width: 100% !important;
    background-size: cover;
}

.page-title{
    font-size: 28px;
    /*color: #880015;*/
    color: #333;
    background: rgba(255, 255, 255, 0.9);
    padding: 8px 12px;
    border-bottom: 1px solid #880015;
    width: 100%;
    text-align: left !important;
}

/*.part-two{
    margin-top: -50px;
}*/

.side-menu-parent{
    padding-left: 0;
    padding-right: 0;
    z-index: 1000;
    margin-top: -3px;
}

.right-side{
    padding-left: 0;
    padding-right: 0;
}

.page-text{
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.page-text > img {
    display: block;
    max-width: 100%;
    text-align: center;
    margin: 10px auto 10px auto;
}

.page-text .text-tiny { font-size: .7em; }
.page-text .text-small { font-size: .85em; }
.page-text .text-big { font-size: 1.4em; }
.page-text .text-huge { font-size: 1.8em; }

.back{
    font-size: 18px;
    float: right;
    /*color: #880015 !important;*/
    margin-right: 15px;
    margin-bottom: 15px;
}

.back:hover{
    color: #E4E4E4 !important;
    transition: all 0.3s ease-in-out; 
    -webkit-transition: all 0.3s ease-in-out; 
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

#member_img{
    width: 300px; 
    float: left; 
    margin: 20px 20px 0 0;
}

#member{
    list-style: none;
}

.member-row {
    width: 100% !important;
    margin-left: 20px !important;
    text-align: justify;
    text-justify: inter-word;
}

.contents{
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    font-variant: small-caps;
    padding-top: 25px;
    margin-left: 20px;
}

.contents-title {
    margin-right: 0;
    padding: 12px 5px 12px 15px;
    display: block;
    color: #fff;
}

.sidebar-menu .treeview-menu{
    padding-left: 0;
    list-style-type: none;
}

.sidebar-menu .treeview-menu li{
    border: none;
    border-radius: none;
    box-shadow: none;
    background: transparent;
}

.sidebar-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebar-menu > li {
    position: relative;
    margin-bottom: 8px;
    padding: 0;
}

.sidebar-menu > li > a {
    padding: 12px 5px 12px 15px;
    display: block;
    color: #fff !important;
}

.sidebar-menu li > a > .fa-angle-left,
.sidebar-menu li > a > .pull-right-container > .fa-angle-left {
    width: auto;
    height: auto;
    padding: 0;
    margin-right: 10px;
    margin-top: -15px;
    -webkit-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
}

.sidebar-menu li > a > .fa-angle-left {
    position: absolute;
    right: 10px;
}

.sidebar-menu .menu-open > a > .fa-angle-left,
.sidebar-menu .menu-open > a > .pull-right-container > .fa-angle-left {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.sidebar-menu .active > .treeview-menu {
    display: block;
}

.sidebar-menu > li {
    position: relative;
}

.sidebar-menu > li > a {
    margin-right: 0;
}

.sidebar-menu > li > a > span {
    border-top-right-radius: 4px;
}

.sidebar-menu > li:not(.treeview) > a > span {
    border-bottom-right-radius: 4px;
}

.sidebar-menu > li > .treeview-menu {
    border-radius: 4px;
    background: #D8D7D7;
    margin-bottom: 8px;
}

.sidebar-menu > li > .treeview-menu > li{
    padding: 12px 5px 12px 15px;
    background: transparent;
    border-radius: 4px;
}

.sidebar-menu > li > .treeview-menu > li > a{
    border: none;
    box-shadow: none;
    background: transparent !important;
}

.sidebar-menu{
    /*white-space: nowrap;*/
    overflow: hidden;
}

.sidebar-menu li > a {
    position: relative;
    /*background: #D8D7D7;
    border-bottom: 1px solid #BAB9B9;
    border-right: 1px solid #BAB9B9;
    border-radius: 4px;
    box-shadow: 0px 1px 5px 0px #777;*/
    color: #434444;
}

.sidebar-menu li > a:hover,
.sidebar-menu li > a:focus,
.sidebar-menu li > a:active{
    text-decoration: underline;
    color: #000;
    outline-offset: -3px;
}

.more{
    /*color: #880015;*/
    font-size: 18px;
}

.more:hover{
    color: #E4E4E4;
    transition: all 0.3s ease-in-out; 
    -webkit-transition: all 0.3s ease-in-out; 
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.more-btn {
    background: #880015;
    color: #fff;
    border-radius: 0;
    float: right;
    margin-top: 25px;
    margin-bottom: 30px;
    margin-left: auto;
}

.previous{
    /*color: #880015;*/
    font-size: 18px;
    float: right;
}

.previous:hover{
    color: #E4E4E4 !important;
    transition: all 0.3s ease-in-out; 
    -webkit-transition: all 0.3s ease-in-out; 
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.scrollToTop_default {
    padding: 8px 10px !important;
    background: #D8D7D7 !important;
    border-radius: 4px !important;
    box-shadow: 0px 1px 5px 0px #777;
    color: #434444 !important;
    bottom: 100px;
}

.scrollToTop_default:hover{
    background: #880015 !important;
    color: #fff;
    transition: all 0.3s ease-in-out; 
    -webkit-transition: all 0.3s ease-in-out; 
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.scrollToTop_default > i:hover{
    background: #880015 !important;
    color: #fff;
}

td, th {
    padding: 5px;
    border: 4px solid #fff;
    font-weight: normal;
}

.table-striped > thead > tr:first-child {
    background-color: #BBB;
}

.table-striped > tbody > tr:nth-child(even) > th, .table-striped > tbody > tr:nth-child(even) > td {
    background-color: #E4E4E4;
}

.table-striped > tbody > tr:first-child > th,.table-striped > tbody > tr:first-child > td, .table-striped > tbody > tr > th {
    background-color: #BBB;
}

/*For text alignment tables in CKEditor form fields.*/
.table-layout, .table-layout th, .table-layout td {
   border: none;
   padding-right: 1em !important;
   padding: 0;
   background-color: #fff !important;
}

.btn.okf {
    background: #880015;
    color: #fff !important;
    border-radius: 0;
    float: right;
    margin: 5px;
}

.btn.okf:hover,
.btn.okf:focus {
    background: #E4E4E4;
    color: #000 !important;
    transition: all 0.3s ease-in-out; 
    -webkit-transition: all 0.3s ease-in-out; 
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.gallery-title {
    text-align: left;
    display: flex;
    align-items: center;
}

.gallery{
    position: static;
    /*display: block;*/
    display: none;
    text-align: center;
    margin-bottom: 20px;
}

.gallery p{
    font-weight: bold;
}

.gallery a {
    margin-left: 15px;
}

.gallery a:hover{
    cursor: pointer;
}

.gallery img {
    width: 100px;
    /*display: none;*/
}

/*.gallery img{
    position: relative;
    display: inline-block;
    width: 110px;
    height: 110px;
    box-shadow: 0px 4px 5px 1px #555;
    margin-bottom: 10px;
}*/

.gallery  a.btn{
    display: block;
    background: #880015;
    color: #fff;
    margin: 15px auto 0 auto;
    width: 150px;
}

.gallery-btn{
    color: #fff;
    background: #880015;
    border-radius: 0;
    margin: 3px auto 0 auto;
}

.gallery-btn:hover,
/*.gallery-btn:focus{*/
.gallery-btn:focus-visible{
    background: #E4E4E4 !important;;
    color: #000;
    transition: all 0.3s ease-in-out; 
    -webkit-transition: all 0.3s ease-in-out; 
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.btn.focus, .btn:focus{
   box-shadow: none; 
}

.form-control:focus{
    border-color: #8896A5;
}

.lg-outer{
    z-index: 150000;
}

.documents{
    text-align: center;
}

.documents p{
    font-weight: bold;
    text-align: center;
}

.ui-widget-header{
    background: #880015 !important;
    color: #fff !important;
}

.ui-dialog .ui-dialog-titlebar-close{
    color: #fff !important;
    background: #880015 !important;
    border: none !important;
    width: 30px !important;
    height: 25px !important;
    outline: none !important; 
    font-weight: bold;
    font-size: 16px;
}

.ui-dialog .ui-dialog-titlebar-close:hover{
    cursor: pointer;
}

.modal-dialog{
    max-width: 1450px !important;
}

.modal-header{
    color: #fff !important;
    background: #880015 !important;
}

.modal-header .close{
    color: #fff !important;
}

#search-modal{
    padding-right: 0;
    z-index: 200000;
}

#search-modal .modal-dialog{
    width: 35%;
    /*margin-top: 12%;*/
}

.fade.in {
    opacity: 1;
  }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  
  .modal-backdrop .fade .in {
    opacity: 0.5 !important;
  }
  
  
  .modal-backdrop.fade {
      opacity: 0.5 !important;
  }

.modal .modal-title{
	font-size: 20px;
}

.modal .modal-sub-title {
	font-size: 20px;
}

#topButton{
    position: fixed;
    outline: currentcolor none medium;
    overflow: hidden;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background: rgb(136, 0, 21) none repeat scroll 0% 0%;
    color: rgb(255, 255, 255);
    right: 15px;
    bottom: 80px;
    border: medium solid rgb(255, 255, 255);
    border-radius: 5px;
    font-size: 20px;
}

a.to-top-button{
    border-radius: 0% !important;
    bottom: 80px !important;
    width: 50px !important;
    height: 50px !important;
    background: rgb(136, 0, 21) none repeat scroll 0% 0%;
    color: rgb(255, 255, 255);
    border: medium solid rgb(255, 255, 255) !important;
}

/*a.to-top-button:focus{
    background: rgb(228, 228, 228) none repeat scroll 0% 0%;
    outline: none;
}*/

a.to-top-button:focus-visible{
    background: rgb(228, 228, 228) none repeat scroll 0% 0% !important;
    outline: none;
}

.up-icon{
    color: #fff !important;
    font-size: 20px;
    display: block;
    margin-top: 20%;
}

/*.footer a:focus .up-icon{
    color: #333!important;
    outline: none;
    box-shadow: none !important;
}*/

.footer a:focus-visible .up-icon{
    color: #333!important;
    outline: none;
    box-shadow: none !important;
}

a.to-top-button img{
    display: none;
}

.ckeditor-anchor-invisible-on-client {
    visibility: hidden;
    display: inline;
    text-indent: -999999999999px;
}

figure.table table{
    width: 100% !important;
}

.rsoe-okf-map-container {
    text-align: center;
}

iframe.rsoe-okf-map {
    border-radius: 10px;
    box-shadow: 0px 0px 10px 1px #777;
    margin: 0 auto 0 auto;
}

.rsoe-okf-media-container {
    text-align: center;
}

video.rsoe-okf-media {
    width: 60%;
    background: #ccc;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px #777;
}

figure.image {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

figure.image.image-style-align-left {
    float: left;
    padding-right: 15px;
}

figure.image.image-style-align-right {
    float: right;
    padding-left: 15px;
}

figure.image figcaption {
    padding-top: 10px;
}

figure.image img {
    width: 100%;
}

figure.media div {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.quick-jump-links {
    position: absolute;
    display: inline-block;
	left: auto; 
	right: 50px;
	top: 9px;
    font-size: 16px;	
    text-decoration: none !important;
    z-index: 999999;
}

.quick-jump-links a,
.quick-jump-links a:link {
	color: #fff !important;
	padding: 2px;
    text-decoration: none !important;
	opacity: 0;
}

.quick-jump-links a:focus {
	color: #fff !important;
	padding: 2px;
    text-decoration: none !important;
	opacity: 1;
    background-color: #880015;
}

.quick-jump-links-page {
	position: absolute;
	font-size: 18px;
    float: left;
    padding: 12px 4px 12px 4px;
    text-decoration: none !important;
}

.quick-jump-links-page a {
	opacity: 0;
}

.quick-jump-links-page a:focus {
	opacity: 1;
}

.page-title {
	padding-left: 25px !important;
}

.audioDiv {
    background: #BB2127;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 30px;
    margin-bottom: 8px;
}

.audioDiv .col-md-5 {
    padding-left: 15px;
    padding-right: 0;
}

.audioDiv .col-md-7 {
    padding-left: 0;
    padding-right: 0;
}

.audioDiv span {
    color: #fff;
}

.audioDiv audio {
    float: right;
}

/* Medium devices (desktops, 992px and up) */
@media (max-width: 750px) { 
    #search-modal .modal-dialog{
        width: 85%;
    }
}


/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}

/* Extra small */
@media (max-width: 576px) {
    h3 {
        margin-left: 10px;
    }
}
@media (min-width: 576px) {

	.quick-jump-links {
		left: 75px;
		right: auto;
		top: 6px;
	}
}

@media (min-width: 768px) {
	.quick-jump-links {
		left: 5px;
		right: auto;
		top: 5px;
	}
}

@media (max-width: 768px) {
	.contents {
		font-size: 13px;
	}

    .sidebar-menu li > a {
        font-size: 12px;
    }
}

@media (max-width: 380px) {
	.contents {
		font-size: 15px;
	}

    .sidebar-menu li > a {
        font-size: 15px;
    }
}