body > img.bg {
    background-image: url('../../img/custom/bela/belabg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    min-width: auto;
	opacity: 0.3;
    margin-left: 0px !important;
	left: 0px;
}



/*hotel*/
.company-content .col.col-md-8.ci-ri-wr
{
    width: 100%;
}


.company-info-page section.services .select-service > div.header,
.company-info-page div.training-type,
.company-info-page section.services .select-service .box-item-length,
.company-info-page .bg-triangel,
.company-info-page section.categories .widget-categories .header > *,
.company-info-page div.first-nav-row-under-banner,
.company-info-page .contact-me-wr,
.company-info-page .cl-login,
.container .orderpage,
.company-info-page section .step,
.company-info-page .price-responsive
{
    display: none;
}

body .wrapper .container > .well {
    box-shadow: none;
    -webkit-box-shadow: none;
    border: none;
    margin-top: 0px;
}

.well .wrapper-reservation.company-info-page
{
    background-color: transparent;
    border-width: 0px;
}

.wrapper-reservation.company-info-page > .View-header
{
    padding: 0px 15px;
}

.View-header-title
{
    font-weight: bold;
}

.company-info-page section {
    margin-bottom: 30px;
    padding-left: 0px;
}

.company-info-page section.kalendar-cas {
    /*padding: 15px 15px 15px 15px;    
    background: rgba(255,255,255,0.8);
    border-radius: 12px;*/
}

.company-info-page #calendar {
    background: rgba(255,255,255,0.8);
    border-radius: 12px;
    padding: 15px;
}

.company-info-page section.kalendar-cas .select-date .header
{
    padding-left: 10px;
}

.company-info-page .View-header .View-header-content .trusted
{
    z-index: 1;
}

.company-info-page .View-header .View-header-content
{
    border-radius: 10px;
}

.View-header-navigation
{
    background-image: none;
    min-height: inherit;
    padding-left: 20px;
    padding-bottom: 6px;
}

.company-info-page  section.categories .widget-categories .header
{
    padding: 5px 5px;
}

.stepwizardReservation
{
    visibility: hidden;
}

.select-time1 .times-service-name
{
    display: none;
}

body .well.well-dark.well-transparent
{
    box-shadow: none;
}

.company-content .col.col-md-4.ci-cid-wr
{
    display: none;
}



@media (min-width: 670px){
    .m-calendars-row .m-calendar {
        width: 50%;
    }
}

@media (max-width: 767px){
    .company-content .col.col-md-8.ci-ri-wr
    {
        width: 100%;
    }
}

section.services .select-service .widget-service {
    gap: 2rem;
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
}
section.services .select-service .widget-service > .sluzba
{
    width: calc((100% - 6rem) / 4) !important;
    padding: 0px;
}

@media (max-width: 1359px){
    section.services .select-service .widget-service > .sluzba
    {
        width: calc((100% - 4rem) / 3) !important;
    }
}
@media (max-width: 991px){
    section.services .select-service .widget-service > .sluzba
    {
        width: calc((100% - 2rem) / 2) !important;
    }
}
@media (max-width: 767px){
    section.services .select-service .widget-service > .sluzba
    {
        width: 100% !important;
    }
}


.company-info-page section.services .select-service .widget-service .sluzba {
    background: white;
}

.widget-service .cat-item-photo-wr
{
    width: 100% !important;
    padding: 0px;
}

.widget-service .cat-item-photo-wr .cat-item-photo .picture-inf
{
    height: 190px;
    object-fit: cover;
    width: 100%;
    border-radius: 10px 10px 0px 0px;
}

.widget-service .item-wr {
    padding: 15px 0px;
}

.widget-service  .item-wr .item-header .item-name
{
    margin-bottom: 10px;
}

.widget-service .item-wr > .item-cl .item-header .item-name .radio-button
{
    display: none;
}

.widget-service .item-wr > .item-cl .item-header .item-name .item
{
    font-size: 16px;
    line-height: 18px;
    padding: 0px;
}

.widget-service .item-wr > * {
    padding: 0px;
    width: 100%;
}

.widget-service .item-wr .price{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    width: 100%;
    padding: 0px;
    font-size: 18px;
}

.widget-service  .item-wr .catalog-description
{
    font-size: 13px;
    line-height: 14px;
    padding-left: 0px;
    margin-top: 10px;
}

.company-info-page .catalog-item > .row > div {
    width: 100%;
}

.company-info-page .catalog-item > .row > div .picture-inf {
    display: none;
}

.company-info-page .catalog-item > .row  div.image-select .method-box div
{
    display: block;
    height: 20px;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    overflow: hidden;
    white-space: nowrap;
}

