@media (min-width: 20px) {

    /* show 3 items */
    .carousel-inner .active,
    .carousel-inner .active+.carousel-item,
    .carousel-inner .active+.carousel-item+.carousel-item,
    .carousel-inner .active+.carousel-item+.carousel-item+.carousel-item {
        display: block;
    }

    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item,
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item+.carousel-item,
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item+.carousel-item+.carousel-item {
        transition: none;
    }

    .carousel-inner .carousel-item-next,
    .carousel-inner .carousel-item-prev {
        position: relative;
        transform: translate3d(0, 0, 0);
    }

    .carousel-inner .active.carousel-item+.carousel-item+.carousel-item+.carousel-item+.carousel-item {
        position: absolute;
        top: 0;
        right: -25%;
        z-index: -1;
        display: block;
        visibility: visible;
    }

    /* left or forward direction */
    .active.carousel-item-left+.carousel-item-next.carousel-item-left,
    .carousel-item-next.carousel-item-left+.carousel-item,
    .carousel-item-next.carousel-item-left+.carousel-item+.carousel-item,
    .carousel-item-next.carousel-item-left+.carousel-item+.carousel-item+.carousel-item,
    .carousel-item-next.carousel-item-left+.carousel-item+.carousel-item+.carousel-item+.carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    /* farthest right hidden item must be abso position for animations */
    .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        visibility: visible;
    }

    /* right or prev direction */
    .active.carousel-item-right+.carousel-item-prev.carousel-item-right,
    .carousel-item-prev.carousel-item-right+.carousel-item,
    .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item,
    .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item+.carousel-item,
    .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item+.carousel-item+.carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }

}



.carousel-control-next {
    right: 0;
}

.carousel-control-next,
.carousel-control-prev {
    /* border: 1px solid red; */
    width: 3% !important;
}


.carousel-item {
    margin-right: unset !important;
    padding-right: 1px;
    padding-left: 1px;
    background-color: lightslategray;
    height: 87px !important;
    border-left: 1px solid black;
}

.shoutout-container {
    height: 87px !important;
    background-color: lightslategray;
}

.shoutout-img {
    max-height: 86px;
}

.shoutout-details {
    font-size: 0.95rem;
    /* max-height: 86px; */
    padding: 0 5px;
    padding-top: 3px;
}

.shoutout-details p {
    margin-bottom: 0px;
    padding-left: 5px;
}

.shoutout-details p:nth-child(3) {
    overflow-y: auto;
    overflow-x: hidden;
    line-height: 1.1;
}

.shoutout-title {
    font-weight: 900;
    font-size: 1rem;
    line-height: 1.25;
    margin-bottom: 7px !important;
}

.shoutout-author {
    font-weight: 900;
    font-size: 1rem;
    line-height: 0.5;
    margin-bottom: 9px !important;
    font-style: italic !important;
}



.shoutout-tag {
    text-decoration: underline;
    cursor: pointer;
}

.shoutout-text-big {
    margin-bottom: 0.5rem;
}

.shoutout-tag-big {
    margin-bottom: 0.5rem;
}

.shoutout-uname-big {
    display: inline-block;
}


/* Bootstrap Lightbox using Modal */

/* #profile-grid { overflow: auto; white-space: normal; } 
#profile-grid .profile { padding-bottom: 40px; }
#profile-grid .panel { padding: 0 }
#profile-grid .panel-body { padding: 15px }
#profile-grid .profile-name { font-weight: bold; }
#profile-grid .thumbnail {margin-bottom:6px;}
#profile-grid .panel-thumbnail { overflow: hidden; }
#profile-grid .img-rounded { border-radius: 4px 4px 0 0;} */




#shoutout_section .owl-carousel {
    margin: 2rem 0;
}

#shoutout_section .owl-carousel .item {
    height: 7rem;
    background: #e7e7e7;
    padding: 1rem;
}

#shoutout_section .owl-carousel .item h4 {
    color: #fff;
    font-weight: 400;
    margin-top: 0rem;
}

#shoutout_section .owl-carousel .item-video {
    height: 300px;
}

#shoutout_section #setup {
    margin-top: 4rem;
}

#shoutout_section .demo-list h5 {
    margin: 0;
}

@media only screen {
    .demo-list [class*="column"]+[class*="column"]:last-child {
        float: left;
    }
}

.large-12 {
    width: 100%;
}

.column,
.columns {
    /* padding-left: 0.9375rem;
    padding-right: 0.9375rem; */
    width: 100%;
    float: left;
}

.column+.column:last-child,
.columns+.column:last-child,
.column+.columns:last-child,
.columns+.columns:last-child {
    float: right;
}

.column+.column.end,
.columns+.column.end,
.column+.columns.end,
.columns+.columns.end {
    float: left;
}


.row-shoutout {
    margin: 0 auto;
    /* max-width: 62.5rem; */
    width: 100%;
}

.row-shoutout:before,
.row-shoutout:after {
    content: " ";
    display: table;
}

.row-shoutout:after {
    clear: both;
}

.row-shoutout .row {
    margin: 0 -0.9375rem;
    max-width: none;
    width: auto;
}

.row-shoutout .row:before,
.row-shoutout .row:after {
    content: " ";
    display: table;
}

.row-shoutout .row:after {
    clear: both;
}

/* 888888888888888888888888888888888888888 */


#shoutout_section .owl-carousel {
    margin: 0 !important;
    /* margin-top: 5px !important;
    margin-bottom: 5px !important; */
    border-top: 4px solid;
}

#shoutout_section .owl-carousel .item {
    height: 7rem;
    background-color: #e7e7e7 !important;
    padding: unset !important;
    /* max-height: 95px; */
    border-right: 2px solid;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: unset !important;
    color: unset !important;
    text-decoration: none;
    cursor: pointer;
}

.owl-carousel .owl-item img {
    width: auto !important;
    max-width: 100% !important;
    margin: auto !important;
}

.owl-carousel .owl-stage-outer {
    background-color: #e7e7e7;
}

#shoutout_cancel {
    width: 160px;
    height: 57px;
    background-repeat: no-repeat;
    background-size: contain;
}

/* 
.custom-file-input::-webkit-file-upload-button {
    visibility: hidden;
  }
  .custom-file-input::before {
    content: 'Select some files';
    display: inline-block;
    background: linear-gradient(top, #f9f9f9, #e3e3e3);
    border: 1px solid #999;
    border-radius: 0px;
    padding: 5px 8px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    text-shadow: 1px 1px #fff;
    font-weight: 700;
    font-size: 10pt;
  }
  .custom-file-input:hover::before {
    border-color: black;
  }
  .custom-file-input:active::before {
    background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
  } */


.shoutout-like-icon.deactivate {
    pointer-events: none;
}



.shoutout-ctrl-strip {
    margin-right: 0;
    margin-left: 0;
    margin-top: 1px;
}

.shoutout-ctrl {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 0px;
}


.shoutout-ctrl span {
    cursor: pointer;
}



.add-close-comemnts-btn {
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    width: 90%;
    margin: auto;
}

.comment-submit-section {
    text-align: center;
    width: 90%;
    margin: auto;
    height: auto;
}

textarea.text-shout-comments {
    width: 100%;
    color: #000000;
    outline: none;
}

.btn-submit-shout-comments {
    /* width: 90%; */
    text-align: right;
    /* cursor: pointer; */
    /* margin: auto; */
    position: relative;
    text-transform: uppercase;
}

.btn-submit-comment {
    cursor: pointer;
    width: auto;
}

.btn-submit-comment:active {
    color: gray;
    ;
}

.comments-list {
    width: 90%;
    margin: auto;
}

.comment-wrapper {
    margin-bottom: 1.2rem;
    line-height: normal;
}


@media (max-width: 575px) {

    #support_cancel,
    #shoutout_cancel,
    #aaq_cancel,
    .btn-submit,
    .btn-submit.portal-btn,
    .btn-close-access,
    .btn-close,
    .btn-close.portal-btn {
        width: 128px;
    }
}

@media (max-width: 375px) {

    #support_cancel,
    #shoutout_cancel,
    #aaq_cancel,
    .btn-submit,
    .btn-submit.portal-btn,
    .btn-close-access,
    .btn-close,
    .btn-close.portal-btn {
        width: 110px;
    }
}


.owl-carousel.bayernbm-3 .owl-stage-outer {
    background-color: transparent !important;
}

#shoutout_section.bayernbm-3 .owl-carousel.bayernbm-3 .item {
    background: transparent !important;
}

#shoutout_section.bayernbm-3 .row-shoutout.bayernbm-3 {
    background-image: linear-gradient(180deg, rgb(255 255 255 / 0%), rgb(255 255 255 / 25%));
}




#shoutout_clear.endo-11,
#shoutout_refresh.endo-11,
#shoutout_contribute.endo-11 {
    background-image: linear-gradient(90deg, #ffcd03, #f89e23) !important;
    color: #000000 !important;
}

#shoutout_clear.endo-11:active,
#shoutout_refresh.endo-11:active,
#shoutout_contribute.endo-11:active {
    color: #00000080 !important;
}

#shoutout_section.endo-11:not(.broadcast) {
    border-top: 1px solid #ffcd03 !important;
}



.comment-section.endo-11 {
    display: none !important;
}

.shoutout-tag-big.endo-11 {
    display: none !important;
}

.shoutout-tag-filter-comp.endo-11 {
    visibility: hidden !important;
}

.shoutout-popup-title-sec.endo-11,
.shoutout-popup-category-sec.endo-11,
.shoutout-popup-custom-tag-sec.endo-11 {
    display: none !important;
}







.row.shoutout-ctrl-strip.gsk-36 {
    margin-top: 0px !important;
    color: #ffffff !important;
    background-color: #515051 !important;
}

#shoutout_clear.gsk-36,
#shoutout_refresh.gsk-36,
#shoutout_contribute.gsk-36 {
    background-color: #f0efed !important;
    color: #515051 !important;
}

#shoutout_clear.gsk-36:active,
#shoutout_refresh.gsk-36:active,
#shoutout_contribute.gsk-36:active {
    color: #a8a7a5 !important;
}



.shoutout-ctrl-strip.braeburn-1 {
    margin-top: 0px !important;
    border-top: 1px solid #FFFFFF;
}




#btn_upload_photo_realtime.gsk-36,
#btn_upload_photo_realtime.az-25,
#btn_upload_photo_realtime.abbott-4,
#btn_upload_photo_realtime.az-29 {
    display: none !important;
}

#frm_photo.shoutout-photo-upload-ctrls.gsk-36,
#frm_photo.shoutout-photo-upload-ctrls.az-25,
#frm_photo.shoutout-photo-upload-ctrls.abbott-4,
#frm_photo.shoutout-photo-upload-ctrls.az-29 {
    display: none !important;
}

.shoutout-popup-title-sec.az-29 {
    display: none !important;
}

#shoutout_section.az-29 {
    font-family: 'passport' !important;
    font-size: 18px;
}

#shoutout_section.az-29.m {
    font-size: 14px !important;
}

p.shoutout-author.az-29 {
    font-size: 18px;
}

.shoutout-details.az-29 {
    font-size: 18px;
}

p.shoutout-author.az-29.m {
    font-size: 16px;
}

.shoutout-details.az-29.m {
    font-size: 16px;
}

.shoutout-hdr-row {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    padding: 3px;
    text-align: center;
}


.az-29.shoutout-hdr-row {
    background-color: #f29f1f;
    color: #ffffff !important;
}

.az-29.shoutout-hdr-row span.az-29 {
    color: #ffffff !important;

}

.az-29.shoutout-hdr-row span.az-29 strong.az-29 {
    font-weight: 800 !important;
    /* font-size: 20px !important; */
}

.row.shoutout-ctrl-strip.az-29 {
    margin-top: 0px !important;
}

.modal-dialog.modal-dialog-centered.az-29.m {
    width: 90% !important;
}

.shoutout-popup-custom-tag-sec.az-29 {
    display: none !important;
}

.row.shoutout-ctrl-strip.az-32 {
    border: 0.5px solid #cd128a7a;
}
.row-shoutout.az-32{
    border: 0.5px solid #cd128a7a;
}

.az-32.shoutout-hdr-row {
    background-color: transparent;
    color: #ffffff !important;
    border: 0.5px solid #cd128a7a;
    padding: 6px !important;
}





#shoutout_section.az-33 {
    font-family: 'pdfintextReg' !important;
    /* font-size: 18px; */
    letter-spacing: 1px;
}
.az-33.shoutout-hdr-row {
    background-color: transparent !important;
    color: #003865 !important;
    border: 1px solid #003865 !important;
    font-weight: 900 !important;
    font-size: 20px !important;
    font-family: 'pdfintextMed' !important;
    line-height: normal !important;
    padding: 1px 6px !important;
}
.shoutout-ctrl-strip.az-33 {
    font-size: 20px;
    /* font-family: 'pdfintextMed' !important; */
    line-height: normal !important;
}
.shoutout-ctrl.az-33{
    font-weight: normal !important;
}
.shoutout-details p.az-33:nth-child(3) {
    line-height: normal !important;
    font-size: 17px !important;
}

p.shoutout-title.az-33 {
    font-size: 18px !important;
}
.shoutout-author.az-33 {
    font-style: normal !important;
    font-size: 20px !important;
}


.shoutout-ctrl-strip.az-33.m {
    font-size: 16px !important;
}
.shoutout-hdr-row.az-33.m {
    font-size: 16px !important;
}
p.shoutout-title.az-33.m {
    font-size: 16px !important;
}
.shoutout-author.az-33.m {
    font-size: 18px !important;
}
.shoutout-details p.az-33.m:nth-child(3) {
    font-size: 16px !important;
}


.shoutout-popup-title-sec.az-33,
.shoutout-popup-category-sec.az-33,
.shoutout-popup-custom-tag-sec.az-33 {
    display: none !important;
}

#shoutout_tag_filter_sec.az-33{
    display: none !important;
}


.owl-stage.az-43 {
    border-top: 2px solid #ffffff !important;
}