.sidebar-teacher{
    background:#fff !important;
}

.jq-stars {
  display: inline-block;
}

.jq-rating-label {
  font-size: 22px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  font-family: helvetica, arial, verdana;
}

.jq-star {
  width: 100px;
  height: 100px;
  display: inline-block;
  cursor: pointer;
}

.jq-star-svg {
  padding-left: 3px;
  width: 100%;
  height: 100% ;
}

.jq-star:hover .fs-star-svg path {
}

.jq-star-svg path {
  /* stroke: #000; */
  stroke-linejoin: round;
}

/* un-used */
.jq-shadow {
  -webkit-filter: drop-shadow( -2px -2px 2px #888 );
  filter: drop-shadow( -2px -2px 2px #888 );
}

.bomb-options-overlay i{
    color:#FDA430;
    font-size: 15px;
    margin-left: 5px; 
}

.bomb-options-overlay .o-general-modal{
    max-width: 1000px;
}

.bomb-options-overlay .smaller-text{
    font-size: 14px;
    line-height: 15px;
}

.bomb-options-overlay .teacher-grid{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top:20px;
}

.bomb-options-overlay .item{
    width: 30%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 20px;
}

.bomb-options-overlay .item .left{
    width: 30%;
}

.bomb-options-overlay .item .left img{
    width: 100%;
}

.bomb-options-overlay .item .right{
    width: 68%;
}

.bomb-options-overlay .item .right h4{
    font-size: 18px;
    line-height: 19px;
    margin-bottom: 5px;
    cursor: pointer;
}

.bomb-options-overlay .item .right h4.smaller{
    font-size: 14px;
    line-height: 16px;
}

.bomb-options-overlay .item .right  .text{
    font-size: 10px;
    line-height: 12px;
    display: block;
}

@media(max-width:768px){
    .bomb-options-overlay .item{
        width:50%;
    }

    .bomb-options-overlay h3{
        font-size: 25px;
        line-height: 30px;
    }
}

@media(max-width:600px){
    .bomb-options-overlay h3{
        font-size: 20px;
        line-height: 23px;
    }

    .bomb-options-overlay .item .right h4{
        font-size: 15px;
        line-height: 17px;
    }

    .bomb-options-overlay .item .right h4.smaller{
        font-size: 13px;
        line-height: 15px;        
    }

    .bomb-options-overlay .item .right  .text{
        font-size: 9px;
        line-height: 10px;
        display: block;
    }

    .bomb-options-overlay .teacher-grid{
        align-items: flex-start;
    }
}

@media(max-width:400px){
    .bomb-options-overlay h3{
        font-size: 15px;
        line-height: 17px;
    } 

    .bomb-options-overlay .item .right h4{
        font-size: 13px;
        line-height: 15px;
    }

    .bomb-options-overlay .item .right h4.smaller{
        font-size: 11px;
        line-height: 13px;        
    }

    .bomb-options-overlay .item .right  .text{
        font-size: 8px;
        line-height: 9px;
        display: block;
    }

    .bomb-options-overlay .teacher-grid{
        align-items: flex-start;
    }

    .inkabb-bomba{
        font-size:12px !important;
        padding-left:12px;
        padding-right:12px;
        padding-top: 4px;
        padding-bottom: 4px;

    }

    .bomb-options-overlay .item{
        flex-direction:column;
        align-items: center;
        overflow-x:hidden;
        margin-bottom:5px !important;
    }

    .bomb-options-overlay .smaller-text{
        font-size:11px !important;
        line-height:12px !important;
    }

    .bomb-options-overlay .o-general-modal{
        margin-top:20px !important;
        padding:10px !important;
    }
}

@media(max-width:330px){
    .inkabb-bomba{
        font-size:11px !important;
        padding-left:10px;
        padding-right:10px;
    }    
}

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

.review-alert .left{
    height:auto;
}

.review-alert .avatar-img{
    width:80px;
    height:80px;
    -o-object-fit: cover;
       object-fit: cover;

}

.review-alert img{
    width: 100%;
    height:100%;
    object-fit:cover;
    /*border-radius:50%;*/
} 

.review-alert .right{
    width:calc(100% - 80px);
    padding-left:20px;  
}

.review-alert .right .top{
    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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.review-alert .right .bottom{
    
}

.review-alert .name{

}

.review-alert .created_at{
    font-size:14px;
}

.review-alert .ratings{
    
}

@media(max-width:500px){
    .review-alert .description{
        font-size: 14px;
        line-height: 15px !important;
        display: inline-block;
    }
}

.review-alert.subcomment{
    margin-left: 50px;;
}

@media(max-width:500px){
    .review-alert.subcomment{
        margin-left: 30px !important;
    }    
}


.lcl_close .only-mobile{
    left: -80px;
    position: absolute;
    top: 10px;
    font-weight: 500;
}

.szaki-adatlap-lebego img{
    height: 20px;
    transform: translateY(-1px) translateX(-4px);
}

.szaki-adatlap-lebego i{
    transform: translateX(-5px);
    font-weight:600;
    color:#FF9102;
}

.szaki-adatlap-lebego .message span{
    padding:10px 17px !important;
}

@media(max-width:380px){
    .szaki-adatlap-lebego span{
        font-size:18px !important;
    }
}
/*
@media(max-width:362px){
    .szaki-adatlap-lebego span{
        font-size:12px !important;
    }
}
*/
@media(max-width:340px){
    /*.szaki-adatlap-lebego span{
        font-size:11px !important;
    }*/

    .szaki-adatlap-lebego .message span{
        padding:10px 12px !important;
    }

    .szaki-adatlap-lebego .call-phone span{
        padding-left: 13px !important;
    }

    .szaki-adatlap-lebego i{
        transform: translateX(-5px) scale(1.2);
    }
}

@media(max-width:310px){
    .szaki-adatlap-lebego .message span{
        padding:10px 9px !important;
    }

    .szaki-adatlap-lebego .call-phone span{
        padding-left: 11px !important;
    }

    .szaki-adatlap-lebego i{
        transform: translateX(-5px) scale(1.2);
    }
}


.review-alert .edit{

}

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

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

.szakma-list-adatlap{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 24px;
}

.szakma-list-adatlap a{
    background-color: #182333;
    color: #fff !important;
    display: inline-block;
    padding: 5px 12px;
    border-radius: 4px;
    white-space: nowrap;
    font: 400 12px "PT Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 2px auto;
    font-size: 16px!important;
}

.szakma-list-adatlap a:hover{
    color:#182333 !important;
    background: transparent;
    transition:1s;
}

.szakma-list-adatlap img{
    width:10px;
    margin-right:2px;
    /*transform:translateY(-1px) scale(1.1);*/ 
    transform: translateY(-1px) translateX(-2px) scale(1.3);
}

@media(max-width:992px){
    .profile-silo-container{
        justify-content: flex-start;
    }

    .profile-silo-container i{
        margin-right:10px;
    }

    .profile-silo-container.silo-phone i{
        margin-right:14px;
    }

    .profile-silo-container.silo-business-hours i{
        margin-right:17px;
    }

    .szakma-list-adatlap{
        justify-content: flex-start !important;
    }

    .szakma-list-adatlap a{
        margin-left:3px !important;
    }

    .profile-egyeb-linkek{
        display:flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}

@media(max-width:500px){
    .profile-silo-container{
        justify-content: space-between;
    }   

    .szakma-list-adatlap{
        justify-content: space-between !important;
    }
}

.profile-href-link{
    display: inline-block;
    background: #FF9102;
    padding: 12px;
    line-height: 18px;
    color: #fff!important;
    font-size: 18px!important;
    border-radius: 4px;
}

.jelentes-href-link{
    display: inline-block;
    border-bottom: 1px solid #182333;
    margin-top: 6px !important;
    line-height: 10px;
    font-size: 10px !important;
    font-weight:600;
}

.profile-silo-container{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    align-content: center;
    color: #182333!important;
    background: rgb(242 242 242);
    padding: 14px 10px;
    /* padding-top: 10px; */
    /* padding-bottom: 10px; */
    margin-bottom: 3px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 14px;
    text-align: right;
    /* border: 2px solid #eee; */
    line-height: 1.1em;
}

.profile-silo-container a,
.profile-silo-container span{
    color:#182333!important
    font-size:16px !important;
    display: inline-block;
    line-height: 18px;
}

.profile-silo-container i{
    color: #FDA430;
    font-size: 24px;
}

.profile-silo-container.silo-phone a{
    font-size:22px !important;
    font-weight: 500;
}

.jelentes-href-link{
    margin-top:-10px;
}

.review-href-link{
    font-size:20px !important;
    position:relative;
}

.review-href-link::before{
    display: block;
    content: '';
    position: absolute;
    left:0px;
    width:0%;
    bottom:0px;
    height:3px;   
    background:#182333;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.review-href-link:hover::before{
    transition:0.8s;
    width:100%;
}

.actions-container-szaki-adatlap{
    display:flex;
    flex-direction:row;
    justify-content: space-between;
    align-items:center;
    color:#fff;
    margin-top:20px;
}

.actions-container-szaki-adatlap .item{
    width: 49.5%;
    margin: 0;
    border-radius: 5px;
    padding: 21px;
    position: relative;
    cursor: pointer;
}

.actions-container-szaki-adatlap .item::before{
    display: block;
    content: '';
    position: absolute;
    left:0px;
    width:0%;
    bottom:0px;
    height:3px;   
    border-bottom-left-radius: 5px;
    border-bottom-right-radius:5px;
}

.actions-container-szaki-adatlap .ajanlatkeres::before{
    background:#FDA430;
}

.actions-container-szaki-adatlap .phone::before{
    background:#182333;
}

.actions-container-szaki-adatlap .item:hover{
    transition:0.8s;
    transform:scaleY(1.03) scaleX(1.02);
}

.actions-container-szaki-adatlap h4{
    color: #fff;
    font-size: 24px;
    margin-bottom: 0px;
}

.actions-container-szaki-adatlap p{
    margin-bottom: 0px;
    font-size:14px;
    color:#fff;
}

.actions-container-szaki-adatlap .ajanlatkeres{ 
    background: #182333;
}

.actions-container-szaki-adatlap .phone{
    background:#FDA430;
}

.actions-container-szaki-adatlap i,
.actions-container-szaki-adatlap img{
    position: absolute;
    top: 24px;
    right: 10px;
    font-size: 25px;
    color:#fff;
}

.actions-container-szaki-adatlap img{
    height:48px;
}

.actions-container-szaki-adatlap .phone i{
    font-size: 42px;
    top: 29px;
}

@media(max-width:992px){
    .szakma-list-adatlap{
        display: block !important;
    }
}

@media(max-width:620px){
    .actions-container-szaki-adatlap{
        flex-direction:column;
    }

    .actions-container-szaki-adatlap .item {
        width: 100%;
        margin-bottom:3px;
    }
}


@media(min-width:620px) and (max-width:680px){
    .actions-container-szaki-adatlap h4{
        font-size:21px !important;
    }

    .actions-container-szaki-adatlap p{
        font-size:13px !important;
    }
}

@media(max-width:1200px){
    .profile-silo-container.silo-phone a{
        font-size:19px !important;
    }    

    .review-href-link {
        line-height: 23px !important;
    }
}

@media(max-width:360px){
    .actions-container-szaki-adatlap h4{
        font-size:21px !important;
    }

    .actions-container-szaki-adatlap p{
        font-size:13px !important;
    }
}

@media(max-width:330px){
    .actions-container-szaki-adatlap h4{
        font-size:20px !important;
    }

    .actions-container-szaki-adatlap p{
        font-size:12px !important;
    }

    .actions-container-szaki-adatlap img,
    .actions-container-szaki-adatlap i {
        height: 40px !important; 
    }
}

@media(max-width:317px){
    .actions-container-szaki-adatlap h4{
        font-size:19px !important;
    }

    .actions-container-szaki-adatlap img{
        margin-right: -5px;
    }
}

@media(max-width:306px){
    .actions-container-szaki-adatlap img{
        margin-right: -8px;
    }
}

.kiszallok-section{
    background: #182333;
    padding: 6px;
    text-align: center;
    border: 3px solid #FDA430;
    margin-bottom: 1px;
    color:#fff;
    margin-top: 20px;
}

.kiszallok-section i{
    color: #FDA430;
    font-size: 18px !important;
    margin: 3px;
}

@media(max-width:400px){
    .kiszallok-section{
        font-size:14px;
    }
    .kiszallok-section i{
        font-size:14px;
    }
}

.price-teacher-table{
    margin-top:20px;
}

.price-teacher-table .price-name{
    display:block;
    font-size:18px;
    font-weight:600;
}

.price-teacher-table .price-description{
    display:block;
}

.price-teacher-table .desc-column{
    width:69%;
}

.price-teacher-table .price-column{
    display:flex;
    justify-content: flex-end;
    align-items:center;
    align-content:center;
    height:100%;
    border-bottom: none;
}

.price-teacher-table .title{
    position:relative;
        font-weight: 700;
    text-transform: uppercase;
}

.price-teacher-table .title:before{
    display: block;
    content: '';
    position: absolute;
    left: 50%;
    top: 12px;
    transform:translateX(-53px);
    height: 22px;
    width: 22px;
    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){
    .price-teacher-table .title:before{
        left: 50%;
        top: 8px;
        transform: translateX(-40px);
        height: 18px;
        width: 18px;
    }
}

.aside-teacher-show .kedvencek-koze-szaki-show{
    position:relative;
}

.kedvencek-koze-szaki-show{
    position: absolute !important;
    top: -80px;
    right: 10px;
    cursor: pointer;
    z-index: 9;
    background: white;
    width: 48px;
    height: 48px;
    border-radius: 60px;
    text-align: center;
    font-size: 30px;
    padding-top: 12px;
    background: #fda430;
    color: #fff;
}

.contact-szaki-submit button{
    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;
}       

.contact-szaki-submit button: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);
}

.contact-szaki-submit button i{
    color:#FF9102;
    margin-left:6px;
    transform:scale(1.2);
}

@media(max-width:500px){
    .contact-szaki-submit button{
        width: 100%;
    }
}

.contact-szaki-submit button:hover{
    transform:scale(1.03);
}

.contact-to-szaki-area input[type=checkbox]{
    box-sizing: border-box;
    padding: 0px;
    margin-right: 3px;
    width: 18px;
    height: 18px;
    margin-top: 12px;
    transform:translateY(1px);
}

.comment-form .comment-notes {
    margin-bottom: 25px;
    color: #888;
    font-size: .9em;
    font-style:normal;
}

.honnan-jottel-text{
    margin-top:-50px;
    margin-bottom:30px;
}

.honnan-jottel-text.mobile,
.rewiews-section.mobile{
    display:none !important;
}

@media(max-width:992px){
    .honnan-jottel-text.desktop,
    .rewiews-section.desktop{
        display:none;
    }

    .honnan-jottel-text.mobile,
    .rewiews-section.mobile{
        display:block !important;
    }

    .honnan-jottel-text.mobile{
        margin-top:25px !important;
    }

    .rewiews-section.mobile{
        margin-top:25px !important;
    }

    .profile-egyeb-linkek{
        margin-top: -40px;
    }

    .sidebar-right{
        padding-top:0px !important;
    }

    .ttm-blog-classic-box-comment{
        margin-top:-60px !important;
    }

    .widget-area.col-lg-3{
        padding-bottom:0px !important;
    }

    .jelentes-href-link{
        margin-top: 16px !important;
        display: inline-block;
    }

    .author-widget_img .author-img{
        margin-top:-20px !important;
    }
}

.kedvenceim_kozott{
    color:#182333 !important;
}

.kedvencek-koze-szaki-show.kozott{
    transform: scale(0.7);
}

@media(max-width:992px){
    .rewiews-section .review-alert .bottom{
        text-align: left;
    }
}

@media(max-width:500px){
    .rewiews-section .review-alert{   
        margin-left: 0px;
        margin-right: 0px;
    }

    .rewiews-section .review-alert .bottom{
        text-align: left;
    }

    .rewiews-section .first{
        text-align: left;
    }

    .rewiews-section .second{
        transform: scale(0.8) translateX(12px);
        position:absolute;
        top: -18px;
        right: -9px;
    }

    .rewiews-section .top{
        position:relative;
    }
}

.revirew-icons-container{
    position:absolute;
    bottom: 0px;
    right: 8px;
    background: #fff;
}

.revirew-icons-container .reply{
    margin-right:5px;
}


.reference-grid{
    display:flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap:wrap;
}

.reference-grid .ref-thumb{
    width:85px;
    height:85px;
    margin:5px;
}

.reference-grid .ref-thumb img{
    border-radius:10px;
}

@media(max-width:320px){
    .reference-grid .ref-thumb{
        width:80px;
        height:80px;
    }
}



.reviews-profile-section .title-header{
    position:relative;
    margin-bottom: 25px;
}

.reviews-profile-section .title-header .title{
    text-align:left !important;
}

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

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

@media(max-width:550px){
    .reviews-profile-section .title-header .me-too-reply{
        padding: 1px 5px;
        font-size: 14px;
        margin-top:2px;
    }
}

@media(max-width:330px){
    .title-header h2.title {
        font-size: 25px !important;
    }
}



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

.reviews-profile-section { 
    background: #f2f2f2;
    padding: 24px 15px;
    border-radius: 12px;
    margin-top: 48px;
    display: block; 
    overflow-x: hidden;
}

.reviews-profile-section .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: center;
    -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;
    overflow-x:hidden;
}


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

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

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

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

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

@media(max-width:380px){
    .reviews-profile-section .title{
        margin-top:22px !important;
    }

    .reviews-profile-section .title-header .me-too-reply{
        top: -38px !important;
        right: -3px !important;
    }

    .reviews-profile-section .review-alert{
        flex-direction: column !important;
    }

    .reviews-profile-section .review-alert .top{
        flex-direction: column !important;
    }

    .reviews-profile-section .first span{
        display:inline-block !important;
    }

    .reviews-profile-section .reviews-profile-section .first{
        text-align:center !important;
    }

    .reviews-profile-section .review-alert .created_at{
        padding-left:0px !important;
        margin-left: 0px;
        text-align: center;
        width: 100%;
    }

    .reviews-profile-section .first .name{
        width: 100%;
        text-align: center;
    }

    .review-alert .right{
        width:100% !important;
        padding-left:0px !important;
    }

    .rewiews-section .second{
        position:static !important;
        transform:scale(1) !important;
    }
}

.contact-top-style-container{
    border-top: 3px solid #FDA430;
    padding-bottom: 0px;
    position: relative;   
    margin-top:60px; 
}


.contact-top-style-container:before{
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 60px 12px 12px 60px;
    left: calc(50% - 30px);
    background: #FDA430;
    top: -30px;
    background-image: url(/themes/guest/assets/own/images/tools.svg);
    background-position: center;
    background-size: 65%;
    background-repeat: no-repeat;
    transform: rotate(-90deg);
    background-blend-mode: screen;
}

.contact-top-style-container h3{
    margin-top:-15px;
}

.contact-top-style-container.only_mobile{
    margin-top: -45px;
    padding-top:45px;
    border-top:0px;
}

.contact-top-style-container.only_mobile:before{
    display:none !important;
}

.contact-to-szaki-area input[type="text"],
.contact-to-szaki-area input[type="email"],
.contact-to-szaki-area input[type="phone"],
.contact-to-szaki-area textarea{
    color:#fff !important;
}

.contact-to-szaki-area input[type="text"]::placeholder,
.contact-to-szaki-area input[type="email"]::placeholder,
.contact-to-szaki-area input[type="phone"]::placeholder,
.contact-to-szaki-area textarea::placeholder{
    color: #888 !important;
}


.bomb-options-overlay button{
    font-size:20px !important;
    margin-bottom:20px;
    text-transform: uppercase;
    font-family: Poppins,Arial,Helvetica,sans-serif;
    font-weight: 600;
    letter-spacing:0.6px;    
    position:relative;
}

.bomb-options-overlay button:before{
    display: block;
    content: '';
    position: absolute;
    right: -1px;
    top: calc(50% + 1px);
    transform: translateY(-56%);
    height: 30px;
    width: 37px;
    border-radius: 4px;
    background-image: url(/themes/guest/assets/own/images/svgs/arrow1w-orange.svg);
    background-size: 80%;
    background-position: center;
    background-repeat: no-repeat;
}

@media(max-width:450px){
    .bomb-options-overlay button{
        font-size: 18px !important;
        text-align:center;
        padding-left:15px;
        padding-right:15px;
        padding-top:7px !important;
        padding-bottom:7px !important;
    }
}

@media(max-width:385px){
    .bomb-options-overlay button{
        font-size: 16px !important;
    }
}

@media(max-width:352px){
    .bomb-options-overlay button:before{
        display:none !important;
        background-image:none !important;
    }
}

.teacher-show-breadcrumb{
    position:relative;
}

.top-fogadok-munkat-container{
    position: absolute;
    width: 250px;
    right: 40px;
    top: 23px;
}

.top-fogadok-munkat-container .fogadok-munkat-top-avatar{
    position: absolute;
    left: 20%;
    top: -20px;
    background: #182333;
    padding: 5px;
    color: #fff !important;
    transform: translateX(-20%);
}

.top-fogadok-munkat-container .fogadok-munkat-top-avatar .dot{
    background: #FF9102;
    display: inline-block;
    border-radius: 50%;
    height: 13px;
    width: 13px;
    margin-right: 5px;
    margin-left: 5px;
    animation: dotting 1s infinite linear;
}

@media(max-width:991px){
    .top-fogadok-munkat-container{
        right: -30px;
    }
}

@media(max-width:650px){
    .top-fogadok-munkat-container .fogadok-munkat-top-avatar{
        left: 20%;
        top: -64px;
        border: 2px solid #fff;
        transform: translateX(-15%);
        border-radius: 10px;
    }
}

/*@media(max-width:400px){
    .top-fogadok-munkat-container .fogadok-munkat-top-avatar{
        top: 250px;
    }
}

@media(max-width:391px){
    .top-fogadok-munkat-container{
        display:none !important;
    }
}*/

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