

/**
 ** Desktop **
 **/

.ui-menu {
    z-index: 99999999999;
}

.seminar-item .seminar-numbers strong,label, .powermail_radio_legend{
    font-size: 18px;
}

label p, .powermail_radio_legend p {
    color: #616A74 !important;
}

.btn-add-participant {
    margin-right: 17px !important;
}

.booking-nav .submit-wrapper:hover,
.booking-nav.booking-nav-inline .submit-wrapper:hover,
.booking-login .btn-booking-login:hover {
    border: 1px solid #fff;
}

.booking-nav .submit-wrapper:hover {
    padding-top: 9px;
    padding-bottom: 7px;
}

.booking-nav.booking-nav-inline .submit-wrapper:hover
{
    padding-top: 11px;
    padding-bottom: 9px;
}

.booking-login .btn-booking-login:hover {
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 29px;
    padding-right: 29px;
}

.highlighted-area .news-list-view .csc-default{
    margin-bottom: 0 !important;
}

#popup .seminar-list .seminar-item .info .date{
    margin-top: 0;
}

#popup .seminar-list .seminar-item .info {
    margin-top: 10px;
}

.bt-back .bt-back-icon {
    margin-right: 10px;
    margin-left: -10px;
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
    margin-top: 2px;
}

.bt-back {
}
.bt-back:after {
    display: none;
}

.lightbox-wrapper .btn-big-delete-participant {
    margin: 0;
    max-width: 245px;
    width: 100%;
    text-align: center;
    color: #ccffff;
    padding-top: 11px;
    padding-bottom: 33px;
    font-size: 16px;
    font-family: "TitilliumWebB",sans-serif;
}

.lightbox-wrapper .btn-big-delete-participant:hover {
    color: #fff;
}


@media all and (max-width: 609px){
    .lightbox-wrapper .btn-save-participant{
        margin-left: 0;
        margin-top: 10px;
    }
}

@media all and (min-width: 601px) and (max-width: 767px), all and (min-width: 1025px) and (max-width: 1059px) {

    /*.grey-border h2{*/
        /*font-size: 24px !important;*/
    /*}*/
    .tab-news .header h3{
        font-size: 28px !important;
    }

} 

@media all and (min-width: 768px) and (max-width: 1025px) {
    /*.tab-news .header h3,.grey-border h2{*/
        /*font-size: 14px !important; */
    /*}*/
    .tab-news .header h3{
        font-size: 14px !important;
    }

    /*.grey-border p {*/
        /*font-size: 10px;*/
    /*}*/
}

@media all and (max-width: 1059px) and (min-width: 1025px) {
    .highlighted-area .top-news .more{
        padding-left: 61px !important;
        padding-right: 61px !important; 
    }
     
}

@media all and (min-width: 601px)  and (max-width: 768px){

    .highlighted-area .top-news .text-cont {
        padding-left: 20px;
    }
}


@media all and (min-width: 769px) and (max-width: 1059px){

    .highlighted-area .top-news .text-cont {
        padding-left: 21px;
    }
}

@media all and (min-width: 840px) and (max-width: 1059px){
    .highlighted-area .top-news .text-cont {
        padding-left: 23px;
    }
}

@media all and (min-width: 900px) and (max-width: 1059px) {
    .highlighted-area .top-news .text-cont {
        padding-left: 25px;
    }   
}
@media all and (min-width: 900px) and (max-width: 1059px){
    .highlighted-area .top-news .text-cont {
        padding-left: 27px;
    }   
}

@media all and (min-width: 320px) and (max-width: 1025px){
    .offset-process-step, .booking-confirm-title {
        padding: 0 10% !important;
    }
}

@media all and (max-width: 600px) {
    .social-media {
        position: fixed;
    }

    .booking-login .btn-booking-login{
        width: 100%;
        text-align: center;
        max-width: 100%;
    }
}



