.article-show-overlay{
    z-index:100000000000000000;
    background:rgba(0,0,0,0.7);
    position:fixed;
    top:0;
    bottom:0;
    right:0;
    left:0;
    display:none;
    justify-content: center;
    align-items:center;
    align-content:center;
    transition:0.8s;
}   

.article-show-modal{
    background: #fff;
    padding: 20px; 
    text-align:center;
    margin-left: 30px;
    margin-right: 30px;
}

.article-show-modal .options-container{
    display:flex; 
    flex-direction:row;
    justify-content: center;
    align-items:center;
}

.article-show-modal .single-item{
    width:288px;
    height:100%;
}

.article-show-modal .subtitle span{
    color:#FDA12B !important;
}

.article-show-modal .img-container a{
    height: 100%;
    display: block;
}

.article-show-modal .img-container{
    height: 100%;
}

.article-show-modal .single-item img{
    width:100%;
    height: 288px;
    object-fit:cover;
}

@media(max-width:768px){
    .article-show-modal .single-item{
        width:200px;  
    }

    .article-show-modal .single-item img{
        height:200px; 
    }

    .article-show-modal .single-item a{
        font-size:14px;
    }
}

@media(max-width:500px){
    .article-show-modal .single-item{
        width:160px;  
    }

    .article-show-modal .single-item img{
        height:160px; 
    }

    .article-show-modal .single-item a{
        font-size:13px;
    }

    .article-show-modal h3{
        font-size:23px !important;
        line-height:25px !important;
    }

    .article-show-modal p{
        line-height:18px;
    }
}

@media(max-width:400px){
    .article-show-modal .single-item{
        width:130px;  
    }

    .article-show-modal .single-item img{
        height:130px; 
    }

    .article-show-modal .single-item a{
        font-size:11px;
    }

    .article-show-modal h3{
        font-size:23px !important;
        line-height:25px !important;
    }

    .article-show-modal p{
        line-height:18px;
    }

    .search-or-bomb-modal.article-show-modal h3{
        font-size:20px !important;
        line-height:22px !important;        
    }
}

@media(max-width:400px){
    .article-show-modal .options-container{
        flex-direction: column;
    }

    .article-show-modal .single-item{
        width:150px;  
        margin-bottom:20px;
    }

    .article-show-modal .single-item img{
        height:130px; 
    }

    .article-show-modal .single-item a{
        font-size:11px;
    }

    .article-show-modal h3{
        font-size:23px !important;
        line-height:25px !important;
    }

    .article-show-modal p{
        line-height:18px;
    }
}

@media(max-width:450px){
    .article-content h3{
        font-size:25px !important;
        line-height: 27px !important;
    }
}

#o-href-box{
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    align-content: center;
    align-items:center;
    justify-content: center;
    text-align:center !important;
}

#o-href-box > a{
    width:49% !important;
    margin:3px;
    background: #FDA430 !important;
    color:#fff !important;
    display:inline-block;
    padding:4px;
    font-weight:400 !important;
    position:relative;
    padding-right:33px;
}

#o-href-box > a::before{
    background-color: #182333;
    display: block;
    content: '';
    position: absolute;
    right: 4px;
    top: calc(50%);
    transform: translateY(-49%);
    height: 28px;
    width: 28px;
    border-radius: 4px;
    background-image: url(/themes/guest/assets/own/images/svgs/wrench-right-white.svg);
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
}

#o-href-box > a::after {
    display: block;
    content: '';
    position: absolute;
    left: 0px;
    width: 0%;
    bottom: 0px;
    height: 3px;
    background: #172232;
}

#o-href-box > a:hover::after {
    transition:0.3s;
    width:100%;
}


#o-href-box i{
    color: #FDA430 !important;
}

#o-href-box br{
    height:0px !important;
}

@media(min-width:768px) and (max-width:880px){
    #o-href-box > a{
        width:48% !important;
    }
}


@media(max-width:650px){
    #o-href-box > a{
        width:100% !important;
        /*margin-bottom: -25px !important;*/
    }
}
@media(max-width:450px){
    #o-href-box > a{
        font-weight: 400 !important;
        font-size: 14px;
        padding-right:33px;
        padding-left:10px;
    }
    #o-href-box > a::before{
        top: calc(50%);
        transform: translateY(-49%);
    }
}


.o-fixed-sidebar {
    position: fixed;
    top: 60px;
    right: 197px;
    width: 265px;
    z-index: 1000000;
    background:transparent;
}

@media(max-width:1110px){
    .register-title{
        font-size:10px !important;
    }

    .register-title .dot{
        height: 10px !important;
        width: 10px !important;   
        margin-right:2px !important;   
        margin-left:1px !important;  
    }
}

@media(max-width:992px){
    .register-title .dot{
        display:none !important;
    }
}

.more-images-container img{
    max-height:150px;
    object-fit: cover;
}

.small-regiester-text{
    font-size:14px !important;
}

.article-comment-section{
    margin-top:50px;
}

.article-comment-section textarea{
    border:1px solid #182333 !important;
}

.article-comment-section h2{
    margin-bottom:-20px !important;
}

.article-comment-section .title-desc{
    margin-bottom:-0px !important;
}

.article-comment-section input[type="submit"]{
    margin-top:-10px !important;
}

.comments_display_section{
    margin-top:35px;
}

.validate{
    display:none;
    font-size: 12px;
    margin-top: 1px;
    margin-bottom: 15px;
    color: red;
    line-height: 13px;
}

.blog-show-submit-container{
    margin-top:10px;
    display:flex;
    flex-direction:row;
    justify-content: space-between;
    align-items:flex-end;
}

.inkabb-regisztralok{
    border-bottom:1px solid #FF9102;
    cursor:pointer;
}

.register-options-items{
    display:flex;
    flex-direction:row;
    align-items:center;    
}

@media(max-width:520px){
    .register-options-items{
        flex-direction:column;
    }    

    .inkabb-regisztralok{
        font-size:12px;
        margin-top:10px;
    }

    .blog-show-submit-container{
        flex-wrap:wrap;
        justify-content: flex-end;
    }

    .login{
        width:100% !important;
        text-align:center !important;
        padding-right:auto !important;
    }
}

.register-options-items span{
    color:#182333;
    width:220px;
    padding:8px;
    border:3px solid #182333;
    margin:5px;
    cursor:pointer;
}

.login-comment-overlay input[type="text"],
.login-comment-overlay input[type="password"],
.login-comment-overlay input[type="email"]
.login-comment-overlay textarea{
    margin-bottom:5px;
}

.send-comment-btn{
    text-align:center;
}

@media(max-width:400px){
    .send-comment-btn{
        font-size:14px !important;
    } 
}

.review-alert{
    border-radius:10px;
    -webkit-box-shadow: 0px 1px 6px -1px rgba(0,0,0,0.75);
            box-shadow: 0px 1px 6px -1px rgba(0,0,0,0.75);
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
        -ms-flex-direction:row;
            flex-direction:row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin:10px;
    margin-bottom: 13px !important;
    padding:10px;
    height:auto;
    position:relative;
}

#article-comments-list .review-alert{
    height: auto !important;
    align-items: flex-start !important;
    flex-direction: row;
    justify-content: flex-start;
    position:relative;
    overflow: hidden;
}

#article-comments-list .review-alert .avatar-img{
    width: 70px;
    height: 70px;
    object-fit: cover;
}

#article-comments-list .review-alert .avatar-img img{
    width:100% !important;
    height:100% !important;
    object-fit:cover !important;
}

#article-comments-list .review-alert .description{
    font-size: 14px;
    line-height: 15px;
    display: inline-block;
}

.blog-beagyazott-szakik{
    display:flex;
    flex-direction:row;
    justify-content: center;
    align-items:center;
    flex-wrap:wrap;
}

#article-comments-list .review-alert .right{
    margin-left: 10px;
}





#article-comments-list .title-header .me-too-reply {
    position: absolute;
    background: #182333;
    color: #fff;
    top: 3px;
    right: 3px;
    padding: 5px 15px;
    border-radius: 2px;
    font-weight: 600;
    font-size: .8em;
    text-transform: uppercase;
}

#article-comments-list { background: #f2f2f2;
    padding: 24px 15px;
    border-radius: 12px;
    margin-top: 48px;
    display: block; }

#article-comments-list .review-alert {
    border-radius: 6px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 1px 6px -1px rgba(0,0,0,0.75);
    box-shadow: 0px 15px 10px rgba(0,0,0,0.05);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* display: block; */
    /* margin: 10px 10px 30px; */
    margin-bottom: 24px !important;
    padding: 15px;
    height: auto;
    background-color: #fff;
    position: relative;
}


#article-comments-list .review-alert .avatar-img {
    width: 80px;
    height: 80px;
    -o-object-fit: cover;
    object-fit: cover;
}

#article-comments-list .review-alert img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
    /* border-radius: 90px; */
}

#article-comments-list .review-alert .description {
    font-size: 14px;
    line-height: 18px;
    display: inline-block;
    border-top: 2px solid #fda430;
    padding-top: 7px;
    display: block;
    padding-bottom: 7px;
        border-radius: 0;
    padding-left: 0;
    padding-right: 0;
}

#article-comments-list .review-alert .created_at {
    font-size: 12px;
    padding-left: 9px;
    color: #fda12b;
}

#article-comments-list .reviews-profile-section .title-header .me-too-reply {
    position: absolute;
    background: #182333;
    color: #fff;
    top: 3px;
    font-weight: 600;
    right: 3px;
    padding: 5px 12px 3px;
    border-radius: 30px;
    text-transform: uppercase;
    font-size: .7em;
    letter-spacing: 0;
}







.blog-beagyazott-szakik .item{
    width:25%;
    margin-top:10px;
}

.blog-beagyazott-szakik .item img{
    width:100%;
}

.blog-beagyazott-szakik .item .top{
    display:flex;
    flex-direction:row;
    justify-content: center;
    align-items:center;
}

.blog-beagyazott-szakik .item .top a{
    width:70%;
}

.blog-beagyazott-szakik .bottom{
    text-align:center;
}

.blog-beagyazott-szakik .bottom h4{
    font-size: 13px;
    line-height: 14px;
    color: #182333 !important;
    font-weight: 800;
    text-transform: uppercase;
    font-family: Poppins,Arial,Helvetica,sans-serif;
    margin-bottom: 3px;
    margin-top:3px;
}

.blog-beagyazott-szakik .bottom h4 a{
     color: #182333 !important;   
}

.vallalok{
    background: #182333;
    padding: 1px 4px;
    color: #fff !important; 
    font-size:11px; 
    margin-top:-10px;
    display:inline-block;
}

.vallalok .dot{
    background: #FF9102;
    color:#fff;
    display: inline-block;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    margin-right: 5px;
    margin-left: 5px;
    margin-top:-10px;
    animation: dotting 1s infinite linear;
}

@keyframes dotting {
  0% { background-color: #182333 }                       /* X   Y , X     Y */
  50% { background-color: #FF9102 }
  100% { background-color: #182333 } 
}

.blog-masters-title{
    text-align:center;
    border-top:1px solid #182333;
}

.blog-masters-title h4{
    font-weight: 800;
    text-transform: uppercase;
    font-family: Poppins,Arial,Helvetica,sans-serif;
    padding-top:5px;
}

.blog-more-cta-container{
    display:flex;
    flex-direction: row;
    justify-content: center;
    border-bottom:1px solid #182333;
    margin-bottom: 10px;
}

.blog-more-cta-container .blog-more-cta{
    color:#fff !important;
    background:#182333;
    padding:2px 7px;
    text-transform:uppercase;
    margin-top:12px;
    margin-bottom:7px;
}

.blog-more-cta-container .blog-more-cta i{
    color:#FF9102;
}

.inkabb-bomb-container{
    background:#182333;
}

.bongeszek-btn{

}

@media(max-width:860px){
    .blog-beagyazott-szakik .bottom h4{
        font-size: 12px;
        line-height: 13px;
    }

    .vallalok{
        font-size: 10px;
    }
    .vallalok .dot{
        height: 9px;
        width: 9px;
        margin-right: 2px;
        margin-left: 2px;
    }
}

@media(max-width:560px){
    .blog-beagyazott-szakik .bottom h4{
        font-size: 12px;
        line-height: 13px;
    }

    .vallalok{
        font-size: 9px;
    }
    .vallalok .dot{
        height: 8px;
        width: 8px;
        margin-right: 2px;
        margin-left: 2px;
    }    
}

@media(max-width:500px){
    .blog-beagyazott-szakik .bottom h4{
        font-size: 12px;
        line-height: 13px;
    }

    .vallalok{
        font-size: 8px;
        line-height:20px;
    }
    .vallalok .dot{
        height: 7px;
        width: 7px;
        margin-right: 2px;
        margin-left: 2px;
    }    
}

@media(max-width:460px){
    .blog-beagyazott-szakik .bottom h4{
        font-size: 10px;
        line-height: 11px;
    }

    .vallalok{
        font-size: 7px;
        line-height:20px;
    }
    .vallalok .dot{
        height: 6px;
        width: 6px;
        margin-right: 2px;
        margin-left: 2px;
    }    
}

@media(max-width:415px){
    .blog-beagyazott-szakik .bottom h4{
        font-size: 9px;
        line-height: 10px;
    }

    .vallalok{
        font-size: 6px;
        line-height:20px;
    }
    .vallalok .dot{
        height: 5px;
        width: 5px;
        margin-right: 1px;
        margin-left: 1px;
    }    

    .blog-more-cta-container .blog-more-cta{
        font-size:13px !important;
    }
}

@media(max-width:365px){
    .blog-beagyazott-szakik .bottom h4{
        font-size: 9px;
        line-height: 10px;
    }

    .vallalok{
        font-size: 5px;
        line-height:20px;
    }
    .vallalok .dot{
        height: 4px;
        width: 4px;
        margin-right: 1px;
        margin-left: 1px;
    }    
}

.city-dropdown-overlay .cities_input{
    max-width:300px;
}

.city-dropdown-overlay .rendered-cities{
    position: absolute;
    width: 100%;
    background: #fff;
    top: 60px;
    overflow-y: scroll;
    max-height: 200px;
    z-index: 200;
}

.city-dropdown-overlay .rendered-cities div{
    color: #fff;
    background: #182333;
    padding: 5px;
    padding-left: 5px;
    border-bottom: 3px solid #FDA12B;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    text-align: left;
    padding-left: 35px;
    border-bottom: 2px solid #FF9102 !important;
    font-size: 15px !important;
}

.city-dropdown-overlay .rendered-cities div::before{
content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  width: 24px;
  height: 24px;
  background-image: url(/themes/guest/assets/own/images/svgs/city-white.svg);
  border-radius: 24px;
  background-size: 80%;
  opacity: 0.9;
  background-repeat: no-repeat;
  background-position: center;
}

.city-dropdown-overlay .cities-relative{
    position: relative;
}

.city-dropdown-overlay .click-explanation{
    display:inline-block;
    border-bottom: 1px solid #182333;
    font-weight:600;
}

.local-szaki-overlay .options-container{
    display:flex;
    flex-direction: row;
    justify-content: center;
    align-items:center;
}

.local-szaki-overlay .options-container a{
    background: transparent !important;
    color: #182333 !important;
    border: 1px solid !important;
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    line-height: 21px;
    font-weight: 500;
    padding: 11px 40px;
    cursor:pointer;
    margin-left: 5px;
    margin-right: 5px;
}

.local-szaki-overlay .options-container a:hover{
    background: #182333 !important;
    color:#fff !important;
}

@media(max-width:500px){
    .local-szaki-overlay .options-container{
        flex-direction: column
    }

    .local-szaki-overlay .options-container a{
         margin-top:5px;
         width:100%;
    }
}

.local-szaki-overlay .subtitle span{
    font-weight: 600;
}

.local-szaki-overlay .subtitle span{
    border-bottom: 1px solid black;
    color:black !important;
}

.inkabb-bombazzanak-btn.register-btn {
    font-size: 16px;
}

@media(max-width:768px){
    .inkabb-bombazzanak-btn.register-btn {
        font-size: 12px !important;
    }
}

@media(max-width:400px){
    .register-btn{
        line-height: 14px !important;
    }
}

.review-alert .created_at{
    position:absolute;
    bottom: 1px;
    right:10px;
    background: #fff;
}

.review-alert .name{
    font-weight:600;
}

.review-alert .edit{
    position:absolute;
    top: 5px;
    right:10px;
    background: #fff;
}

@media(max-width:500px){
    .review-alert .created_at{
        font-size:11px;
    }
}


@media(max-width:450px){
    #article-comments-list .review-alert{
        padding-bottom: 30px !important;
    }
}

.article-content .webshop-listak-table .title{
    position:relative;
    padding-left: 35px;
}

.article-content .webshop-listak-table .title:before{
    display: block;
    content: '';
    position: absolute;
    left: 5px;
    top: calc(50%);
    transform: translateY(-56%);
    height: 24px;
    width: 24px;
    border-radius: 4px;
    background-color: rgba(253, 161, 43,1);
    background-image: url(/themes/guest/assets/own/images/svgs/wrench-right-white.svg);
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
}

@media(max-width:400px){
    .article-content .webshop-listak-table thead tr,
    .article-content .webshop-listak-table .title{
        height: 50px !important;
    }
}

.author-container{
    box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.75);
}

.article-content iframe{
    margin-top:8px;
}

.article-content img{
    border-radius: 20px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
}

.article-content .blog-beagyazott-szakik img{
    border-radius:0px !important;
    box-shadow:none !important;
}

.article-content .main_cities_container{
    display:flex;
    justify-content: space-between;
    padding-top:2px;
    padding-bottom:4px;
    width: 90%;
    margin-left: 5%;
    margin-bottom:6px;
}

.article-content .main_cities_container.is_orszagos_container{
    flex-direction: column;
    align-items:center;
}

.article-content .main_cities_container.is_nem_orszagos_container{
    flex-wrap:wrap;
    padding:3px;
    justify-content: center;
}

.article-content .main_cities_container.is_nem_orszagos_container span{
    margin-left:1.5px;
}

.article-content .main_cities_container span{
    font-size: 11px;
    border-bottom: 1px solid #182333;
    display: inline-block;
    padding-bottom: 0px;
    line-height: 15px;
    color:#182333;
}   

@media(max-width:500px){
    .article-content .main_cities_container span{
        line-height: 8px;
        font-size: 7px;
    }
}

.comments_display_section .title-header{
    position:relative;
}

.comments_display_section .title-header .me-too-reply{
    position:absolute;
    background:#182333;
    color:#fff;
    top:3px;
    right:3px;
    padding: 3px 10px;
    border-radius: 10px;
}

.comments_display_section .title-header .me-too-reply i{
    margin-left: 4px;
    margin-left: 4px;
    color: #fda12b;
}

@media(max-width:550px){
    .comments_display_section .title-header .me-too-reply{
        padding: 1px 5px;
        font-size: 14px;
    }
}

@media(max-width:400px){
    #article-comments-list h2.title{
        margin-top:20px !important;
    }

    .comments_display_section .title-header .me-too-reply{
        top: -41px !important;
        right: 0px !important;
        border-top-right-radius: 10px !important;
    }

    #article-comments-list{
        padding: 24px 0px;
    }
}

@media(max-width:370px){

    #article-comments-list  .review-alert{
        flex-direction: column;
    }

    #article-comments-list  .review-alert .left{
        margin-left:10px;
    }
} 

#comment-section .reply-to-title{
    margin-bottom: 10px;
    margin-top:10px;
    background: #F4F4F6 !important;
}

.comments_display_section .created_at{
    font-size: 14px;
    margin-left: -4px;
}

.comments_display_section .subcomment{
    margin-left: 50px;
}

@media(max-width:400px){
    .comments_display_section .subcomment{
        margin-left: 30px;
    }
}

.article-comment-section button{

}

.article-comment-section button img{
    height: 32px;
    display: inline-block;
    width: auto !important;
    position: absolute;
    right: 5px;
    top: calc(50% - 17px);    
}

@media(max-width:400px){
    .article-comment-section button{
        font-size: 20px !important;
        padding-left:20px !important;
        padding-right:30px !important;
        text-align:center !important;
        width:100% !important;
        line-height:25px !important;
    }

    .sidebar-right .register-btn{
        line-height:20px !important;
    }
}

.sidebar-hover{
  position:relative;
}

.sidebar-hover::before{
    display: block;
    content: '';
    position: absolute;
    left:0px;
    width:0%;
    bottom:0px;
    height:5px;   
    background:#FA8E03;
}

.sidebar-hover:hover::before{
    transition:0.8s;
    width:100%;
}

.article-content p{
    text-align: justify !important;
}

a.blog-cta {
    background: #FDA12B;
    color: #ffffff !important;
    border: 3px solid #182333;
    padding: 14px;
    border-radius: 10px;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
    display: block;
    text-transform: uppercase;
    font-family: Ariel,sans-serif !important;
    font-weight: 800;
    letter-spacing: 1px;
    font-size: 20px;
}

@media(max-width:320px){
    a.blog-cta {
        font-size:18px;
    }
}

.blog-cta-container{
    display:flex;
    justify-content: center;
    align-items:center;
    align-content:center;
    margin-top:10px;
    margin-bottom:10px;
}

.blog-cta-container .blog-cta-type-1{
background: #182333;
  color: #fff !important;
  padding: 14px 39px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 0;
  border: 0;
  margin-top: 12px;
  margin-top: 20px;
  display: inline-block;
  position: relative;
}

.blog-cta-container .blog-cta-type-1 img{
    height: 32px;
    display: inline-block;
    width: auto !important;
    position: absolute;
    right: 3px;
    top: calc(50% - 17px);
}

.blog-cta-container .blog-cta-type-2{
    position: relative;
    display: inline-block;
    padding: 20px 60px 20px 30px;
    text-align: center;
    font-size: 25px;
    font-weight: 300;
    color: #eee!important;
    text-transform: uppercase;
    letter-spacing: 0;
    font-family: o_impact;
    background-image: linear-gradient(0deg, #404d5f, #182333);
    border-radius: 60px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0,0,0, .3);
    margin-bottom: 30px;
}       

.blog-cta-container .blog-cta-type-2:before{
    content: "";
    position: absolute;
    width: 35px;
    height: 35px;
    top: calc(50% - 19px);
    right: 12px;
    background-color: #182333;
    border-radius: 60px;
    background-position: center;
    background-size: contain;
    background-image: url(/themes/guest/assets/own/images/svgs/arrow1w-orange.svg);
}

.blog-cta-container .blog-cta-type-2 i{
    color:#FF9102;
    margin-left:6px;
    transform:scale(1.2);
}

.blog-cta-container .blog-cta-type-3{
    background: #FDA12B;
    color: #ffffff !important;
    border: 3px solid #182333;
    padding: 14px;
    border-radius: 10px;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
    display: block;
    text-transform: uppercase;
    font-family: Ariel,sans-serif !important;
    font-weight: 800;
    letter-spacing: 1px;
    font-size: 20px;    
}

@media(max-width:320px){
    .blog-cta-container .blog-cta-type-3 {
        font-size:18px;
    }
}
