/*
	Demo Styles: NOT REQUIRED
*/
html,
body {
  margin: 0;
  height: 100%;
    font-size:0;
font-family: 'Poppins', sans-serif;
    color:#3e3e3e;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
        -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    
    
}

.bg{
background: rgba(237,237,237,1);
background: -moz-radial-gradient(center, ellipse cover, rgba(237,237,237,1) 0%, rgba(214,214,214,1) 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(237,237,237,1)), color-stop(100%, rgba(214,214,214,1)));
background: -webkit-radial-gradient(center, ellipse cover, rgba(237,237,237,1) 0%, rgba(214,214,214,1) 100%);
background: -o-radial-gradient(center, ellipse cover, rgba(237,237,237,1) 0%, rgba(214,214,214,1) 100%);
background: -ms-radial-gradient(center, ellipse cover, rgba(237,237,237,1) 0%, rgba(214,214,214,1) 100%);
background: radial-gradient(ellipse at center, rgba(237,237,237,1) 0%, rgba(214,214,214,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#d6d6d6', GradientType=1 );
    height:100%;
    width:100vw;
    position: fixed;
    top:0;
    left:0;
}
*{
    color:#3e3e3e;
}
a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a.active {
  text-decoration: underline;
}

h1,
p {
  margin: 0;
  padding: 0;
        white-space: initial;
        font-size: 20px;
    margin: 0;
}

.active .content-box-container, .active .content-box{
    width:546px;
}
.content-box>div{
    width:calc(546px - 12px);
}

.root, .content, .content-box{
    height: 520px;
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
    perspective: 1000;
    backface-visibility: hidden;
}
.gallery-container{
    height: 410px;
}
.owl-carousel .owl-item img{
    width: 100%;
    height: 100%;
    max-height: 410px;
    object-fit: contain;
    object-position: top center;
}
.blog-body {
    height: calc(100% - 60px);
        width: calc(100% - 15px);
}
.profile .blog-body {
    height: calc(100% - 200px);
}
.profile-img{
    height:130px;
    width:calc(100% - 15px);
    margin-top:13px;
}
.profile img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.root, .active .content-box-container{
    max-height: 80vh;
}

header {
  position: fixed;
  top: 10px;
  left: 10px;
        z-index: 2;
    font-size: 20px;
}

main {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  text-align: center;
  color: #EFEFEF;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
    font-size:12px;
    margin-left:20px;
    min-width:calc(100% - 40px);
}

main>.rtd{
    position: relative;
    transition: 1s;
    left:0px;
    top: -20px;
    
    position: relative;
    top:auto;
    right: auto;
    left:0;
    padding-left: 136px;
    padding-right:136px;
}

.reset{
    cursor: pointer;
}

.full-screen {
  max-height: 100%;

  height: 100%;
     white-space : nowrap; /* this does the trick */
  /* makes panels the entire window height */
}

section{
    display:inline-block;
}

.flex, .root>li.flex{
    display:flex;
}
.space-between{
    justify-content: space-between;
}

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


ul .inner {
  display: none;
    overflow: visible !important;
            animation-name: revee;
    animation-duration: 0.6s;
}
ul .inner.show {
        animation-name: reve;
    animation-duration: 0.6s;
}

@keyframes reve {
    from {    filter: opacity(0%);visibility:hidden;}
    to {    filter: opacity(100%);visibility:visible;}
}
@keyframes revee {
    from {    filter: opacity(100%);visibility:visible;}
    to {    filter: opacity(0%);visibility:hidden;}
}

/*
ul .inner{
    max-width:0px;
        transition: 0.25s;
        opacity: 0;
    visibility: hidden;
}
ul .inner.show{
    opacity: 1;
     transition: 1s;
    visibility: visible;
}*/

ul, li {
  margin: 0;
    padding: 0;
}
ul>li>a{
        width:100%;
    cursor: pointer;
}
.root>li{
    display:flex;
}


.category-title, .content-title, ul>li>a{
    text-align: left;
    font-weight: 700;
    display:block;
    -webkit-font-smoothing: antialiased
}
.content-number, .category-title, .content-title, ul>li>a{
    padding:0px 2px;
}

@-moz-document url-prefix() {
ul>li>a{
    padding:0px 4px;
}
}
.category-title, .content-title, ul>li>a{
    padding-bottom: 10px;
}
.category-title{
    font-weight:400;
        -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    vertical-align: top;
}
.content-title{
    font-weight:400;
        text-transform: lowercase;
}
ul li a.toggle {
  width: 100%;
  display: block;
    color:#333;
}
ul li a:hover{
    text-decoration: none;
}

.rtd{
    text-align:left;
}
.opened{
    display:flex;
        -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.root>li{
    position: relative;
    overflow: hidden;
}
.inner, .content-containers{
    flex:1;
        -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.root li{
        border-right: 2px solid #636363;
}
.root>li>a{
    width:100%;
    text-align: left;
    font-weight: 800;
    padding-bottom: 10px;
    transition:1s;
}


.parent-of-elements{
    display: flex;
    position: relative;
}
.category-title{
        border-right: 2px solid #868686;
    border-color:#636363;
        -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.content-title{
    cursor: pointer;
        -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
li>.inner .opened:nth-of-type(1) .category-title.remove-border:nth-of-type(1), .root li>.inner .opened:nth-of-type(1) .content-container:nth-of-type(1) .content-title-container.remove-border:nth-of-type(1){
    border:0 !important;
}
.content-parent{
    overflow: hidden;
}
.content{
    position: relative;
    display: block;
    position: absolute;
    top: 0;
    right:48px;
    width: 200px;
}

.content-box-container{
    width:0px;
    transition:0.4s;
        -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
        position: relative;
}

.content-box{
position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    overflow: hidden;
    transition: 0.4s;
}
.content-box>div{
    position: relative;
    height: 100%;
    padding-left:6px;
}
.content-title-container{
        display:flex;
    justify-content: space-between;
            border-right: 2px solid #b7b7b7;
        border-color:#636363;
    cursor:pointer;
        -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.content-number{
    font-size:14px;
    font-family: 'Abhaya Libre', serif;
    color:#fff;
}

.content-box .title{
        font-size:36px;
    line-height: 40px;
    font-weight: 500;
    letter-spacing: -1px;
    text-transform: uppercase;
    margin-bottom:6px;
    max-width:420px;
}
.content-box .number{
    font-size:40px;
    line-height: 30px;
    font-family: 'Abhaya Libre', serif;
    color:#fff;
    padding-right:10px;
}

.p1, .p2{
    font-family: 'Abhaya Libre', serif;
}
.p1{
    font-weight: 600;
    font-size:16px;
    line-height: 20px;
}
.p2{
    font-weight: 400;
    font-size:13px;
    line-height: 17px;
}

.gallery-container{
    width: 100%;
    margin-top: 14px;
}
.owl-carousel{
}

.owl-nav{
top:0;
    width: 100%;
    position: absolute;
        pointer-events: none;
}
.owl-nav, .owl-next, .owl-prev {
    position: absolute;
    height: 100%;
}
.owl-nav .arrow {
    border: 2px solid #060606;
    border-left: 0;
    border-bottom: 0;
    width: 16px;
    height: 16px;
    display: block;
    transform: rotate(45deg);
    opacity: .8;
    transition: .2s;
    top: 10px;
    
        right: -8px;
    left: auto;
}
.owl-nav .arrow:hover{
    opacity: 1;
}

.owl-nav .owl-prev .arrow{
    transform: rotate(-135deg);
    left: 15px;
    right:auto;
}
.owl-carousel .owl-stage-outer {
    overflow: inherit;
    z-index:-1;
}
.owl-prev, .owl-next{
    top: calc(50% - 20px);
    height:40px;
    display: block;
    width: 40px;
    background-color: white;
}
.owl-prev{
    left: 0;
    pointer-events: auto;
}
.owl-next{
    right:0px;
    pointer-events: auto;
}

.owl-carousel .owl-item{
    flex: 1;
    align-self: center;
}
.owl-stage{
    display: flex;
}

.logo img{
        width: 300px;
    position: fixed;
    left: calc(100vw - 477px);
    top: calc(50vh - 310px);
}
.logo{
    position: relative;
    z-index:2;
}

.blog-body {
    font-size:14px;
    font-family: 'Abhaya Libre', serif;
}
.blog-body p, .blog-body ul, .blog-body li{
    margin:10px 0;
    font-size: 14px;
}

.simplebar-scrollbar {
    right: 4px;
    width: 4px;
    border-radius: 2px;
}
.simplebar-track:after{
    content: "";
    top: 0;
    bottom: 0;
    right: 5px;
    width: 2px;
    position: absolute;
    z-index: -1;
    background-color: #dadada;
}
.simplebar-content{
        padding-right: 20px;
}

.attach-bottom{
    position: absolute;
    bottom:0;
}

.port-logo{
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    height:36%;
    width: 60%;
}
.owl-carousel .owl-item .port-logo img{
    object-fit: contain;
    object-position: center center;
}
.featured>img{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    position: relative;
}
.featured .overlay{
    position: absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    background-color:#fff;
    opacity: 0.7;
}


.op-ani,
.inview.inview-op {
    -webkit-animation-name: op;
    animation-name: op;
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0;
}
/*
.rtd{
    -webkit-animation-name: sc;
    animation-name: sc;
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
        transform: scaleX(1.4);
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
*/

@-webkit-keyframes op {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes op {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
/*
@-webkit-keyframes sc {
    0% {
        transform: scaleX(1.4);
    }
    100% {
        transform: scaleX(1);
    }
}

@keyframes sc {
    0% {
        transform: scaleX(1.4);
    }
    100% {
        transform: scaleX(1);
    }
}
*/



/*
.op-ani-1 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.op-ani-2 {
    -webkit-animation-delay: 1.15s;
    animation-delay: 1.15s;
}

.op-ani-3 {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
}

.op-ani-4 {
    -webkit-animation-delay: 1.45s;
    animation-delay: 1.45s;
}

.op-ani-5 {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
}

.op-ani-6 {
    -webkit-animation-delay: 1.75s;
    animation-delay: 1.75s;
}

.op-ani-7 {
    -webkit-animation-delay: 1.9s;
    animation-delay: 1.9s;
}

.op-ani-8 {
    -webkit-animation-delay: 2.15s;
    animation-delay: 2.15s;
}

*/

.owl-nav{
    opacity: 0;
    transition: opacity 0.3s;
}
.owl-carousel.onscreen:hover .owl-nav{
    opacity: 1;
}
.owl-carousel{
    opacity: 0;
    transition:1s;
}
.owl-carousel.onscreen{
    opacity: 1;
}


.owl-nav .arrow{
    position: relative;
}

.flag{
        position: fixed;
    left: calc(100vw - 223px);
    top: calc(50vh - 360px);
    transition:0.2s;
    z-index:2;
}
.flag:hover{
    opacity: 0.7;
}
.flag span{
        font-size: 15px;
    line-height: 20px;
    transform: translateY(-1px);
    display: inline-block;
    margin-left: 4px;
}

#cookie-block{
    position: fixed;
    right: 0px;
    height: 100%;
    z-index: 2;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 110px;
    transition:1.5s;
    transition-delay: 1s;
    background-color: rgba(0, 0, 0, 0.84);
}
#cookie-block .label{
        writing-mode: vertical-rl;
    transform: rotate(180deg);
    border-right: 2px solid #636363;
    height: 100%;
    border-color: transparent;
}
#cookie-block p, #cookie-block span{
    font-size:12px;
        background: transparent;
    color: #dfdfdf;
    cursor: pointer;
}
#cookie-block a{
    font-weight: 800;
    cursor: pointer;
        color: #dfdfdf;
}
#cookie-block a:hover{
    text-decoration: none;
}
#cookie-block>div{
    opacity: 1;
    transition:0.4s;
    background-color: transparent;
position: absolute;
    height: 521px;
    top: 0;
    bottom: 0;
    margin: auto;
}
#cookie-block.hide-cookies{
    opacity: 0;
    pointer-events: none;
    right:-110px;
    transition-delay:0s;
}
#cookie-block.hide-cookies{
    pointer-events: none;
}

.cookie-content{
    font-size: 14px;
    font-family: 'Abhaya Libre',serif;
    max-width: 800px;
    margin: auto;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left:15px;
    padding-right:15px;
}
.cookie-content>p{
    font-size: 13px;
    margin-top:12px;
    margin-bottom:12px;
    text-align: justify;
    text-justify: inter-word;
}
#cookie-fullscreen{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    overflow: auto;
    height: 100%;
    background-color: #f1f1f1;
    background: rgba(237,237,237,1);
    background: -moz-radial-gradient(center,ellipse cover,rgba(237,237,237,1) 0,rgba(214,214,214,1) 100%);
    background: -webkit-gradient(radial,center center,0,center center,100%,color-stop(0,rgba(237,237,237,1)),color-stop(100%,rgba(214,214,214,1)));
    background: -webkit-radial-gradient(center,ellipse cover,rgba(237,237,237,1) 0,rgba(214,214,214,1) 100%);
    background: -o-radial-gradient(center,ellipse cover,rgba(237,237,237,1) 0,rgba(214,214,214,1) 100%);
    background: -ms-radial-gradient(center,ellipse cover,rgba(237,237,237,1) 0,rgba(214,214,214,1) 100%);
    background: radial-gradient(ellipse at center,rgba(237,237,237,1) 0,rgba(214,214,214,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#d6d6d6', GradientType=1 );
    z-index: 1234;
    opacity: 0;
    pointer-events: none;
    transition: 1s;
    visibility: hidden;
}
#cookie-fullscreen.show{
    opacity: 0.987;
    pointer-events: auto;
    transition:1s;
    visibility: visible;
}
.close-x {
    height: 20px;
    width: 20px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 20px;
     opacity: 0.6;
    transition: 0.5s;
}
.close-x:hover{
    opacity: 1;
}
.close-x:after, .close-x:before{
    content:"";
    width:30px;
    height:1px;
    background-color:#000;
    position: absolute;
    transform: rotate(45deg);
}
.close-x:before{
    transform: rotate(-45deg);
}
.cookie-content h3{
        margin-bottom: 10px;
}
.cookie-content a{
    font-weight:700;
}

.copyonclick{
    position: relative;
    cursor: pointer;
}
.copyonclick:after{
    position: absolute;
    left: calc(100% + 10px);
    bottom: 0;
    height: 12px;
    padding: 3px 10px;
    background-color: #505050;
    border-radius: 3px;
    content: 'Másolás';
    color: #fff;
    text-transform: uppercase;
    font-size: 9px;
    line-height: 12px;
    font-family: Poppins,sans-serif;
    letter-spacing: 0.5px;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
}
.copyonclick:hover:after{
    opacity: 1;
    visibility: visible;
}
.lang-en .copyonclick:after{
    content: "Copy";
}


#main-gallery{
        top: calc(50% - 260px);
    position: absolute;
    
}

#main-gallery .gallery-container{
    width: 520px;
    width: calc(100vw - 543px - 110px);
    max-width: 787px;
    height:520px;
    margin-top: 0;
}

#main-gallery .gallery-container .owl-carousel .owl-stage-outer {
    overflow: hidden;
}

#main-gallery .item img{
    cursor: pointer;
    max-height: 520px;
}

.owl_fooldali, .owl_fooldali .owl-stage-outer, .owl_fooldali .owl-stage, .owl_fooldali .owl-item, .owl_fooldali .item{
    height:100%;
}

@media screen and (max-width: 1100px) {
    #main-gallery{
        display:none;
    }
}


@media screen and (max-width: 1000px) {
main>.rtd {
    padding-left: 36px;
    padding-right: 36px;
}
    
    #cookie-block{
    width: 23px;
}
    #cookie-block.hide-cookies{
    right:-23px;
}
    #cookie-block>div {
    padding-top: 0px;
    bottom: auto;
    top: 40px;
}
    #cookie-block>div {
        bottom: 0;
    padding-top: 0;
    top: 0;
    }
    .cookie-content{

    padding-top: 50px;
    padding-bottom: 50px;

}
    
}


@media screen and (max-width: 600px) {
.logo img {
    width: 200px;
    left: 10px !important;
    top: 10px !important;
}
    .root, .full-screen, .content, .content-box {
    height: calc(80vh - 100px);
}
    .full-screen{
            padding-bottom: 90px;
    }

    .content-box>div {
    width: calc(96vw - 6px);
}
    .active .content-box {
    width: 96vw;
}
    .active .content-box-container {
    width: 96vw;
}
    .content-box .title{
        font-size:30px;
    line-height: 32px;
}
.content-box .number{
    font-size:30px;
    line-height: 26px;
}
    /*
    .simplebar-scrollbar, .simplebar-track:after{
        display:none;
    }
    */
    .profile-img {
    height: 100px;
}
    .profile .blog-body {
    height: calc(100% - 160px);
}
    .flag{
    top: 10px;
        right:25px !important;
        left:auto !important;
}
    
    main>.rtd {
    padding-left: 0;
    padding-right: 0;
}

    #cookie-block>div {
    height: calc(80vh - 100px);
    padding-top: 90px;
    bottom: auto;
    top: 0;
}
    
}


@media screen and (max-height: 800px) and (min-width: 601px) {
.flag {
    top: calc(50vh - 340px) !important;
}
    .logo img {
    top: calc(50vh - 295px) !important;
}
    main>.rtd {
    top: -40px;
}
    #main-gallery {
    top: calc(50% - 260px + 40px);
}
    #cookie-block>div{
          bottom: 0;
    top: 0;
    padding-top: 80px;
    margin: auto;
    }
    #cookie-block .label{
        height:100%;
    }
    
}
@media screen and (max-height: 700px) and (min-width: 601px){
.flag {
    top: 14px !important;
}
    .logo img {
    top: 48px !important;
}
    .content, .content-box, .root, #cookie-block>div{
    height: 80vh;
}
    #cookie-block .label{
        height:100%;
    }
}

@media screen and (max-height: 500px){
        .root, .full-screen, .content, .content-box {
    height: calc(80vh - 50px);
}
    .flag{
    top: 10px;
        right:25px !important;
        left:auto !important;
}
    
    main>.rtd {
    padding-left: 0;
    padding-right: 0;
}
    .logo img {
    width: 200px;
    left: 10px !important;
    top: 10px !important;
}
    
    #cookie-block>div{
            height: calc(80vh - 50px);
    bottom: auto;
            padding-top: 40px;
    }

}

@media screen and (max-height: 500px) and (max-width: 600px){
        .full-screen{
            padding-bottom: 40px;
    }
}

/*
@media screen and (max-height: 600px) and (min-width: 601px){
    .logo img{
       display:none;
    }
        .root, .full-screen, .content, .content-box {
    height: calc(100vh - 50px);
}
}

    */