
.img-landing-section {
    border-radius: 25px;
}

.nav-search-input {
    max-width: 300px;
    width: 120px !important;
    transition: width 0.5s ease-in-out;
}

/*.nav-search-input:not([value=""]),*/
/*.nav-search-input:not(:placeholder-shown),*/
.nav-search-input:valid, /* Input contains value */
.nav-search-input:focus,
.nav-search-input:hover {
    width: 250px !important;
    box-shadow: none !important;
}

.nav-search-submit {
    cursor: pointer;
}

.layout-shadow {
    box-shadow: 0 0 9px rgba(57, 73, 76, 0.25);
}

.container-shadow {
    box-shadow: 0px 0px 12px 0px rgba(171, 171, 171, 0.2);
    background-color: #FFFFFF;
    border: solid 1px #ddd;
    /*padding-top: 5em !important;*/
}

.container-footer {
    /*margin-top: 0.5em;*/
    border-top: solid 1px #ddd;
}

body {
    background-color: #f8f9fa !important;
}

/*.navbar-brand img {*/
/*background-color: rgba(255, 255, 255, 0.95);*/
/*border-radius: 25%;*/
/*}*/

#video_player {
    width: 100%;
    transition: height 0.5s ease-in-out;
    /*height: calc(width * 9 / 16);*/
    /*padding-bottom: 56.25%;*/
}

.video-item-box {
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 0.25rem;
    padding: .75rem 1rem;
    background-color: #fff;
    width: 100%;
    color: #495057;
    transition: background-color 0.5s ease;
}

.video-item-box.active {
    color: #111;
    background-color: rgba(142, 171, 202, 0.22);
    border: solid 1px rgba(70, 74, 78, 0.44);
}

a.video-item-box:hover {
    color: #495057;
    text-decoration: none;
    background-color: #dcdcdc;
}

.box-shadow-none,
.box-shadow-none:focus,
.box-shadow-none:hover {
    box-shadow: none;
}

.fixed-top-nav + * {
    margin-top: 4.5em;
}

.animate-headline * {
    font-weight: bold;
}

.categories-list {
    list-style: none;
    padding: 0;
}

.categories-list li .categories-list {
    padding-left: 2em;
}

.categories-list li a {
    display: block;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
    color: #495057;
    width: 100%;
    padding: .5rem 0.5rem;
}

.categories-list li a:hover {
    text-decoration: none;
    color: #495057;
    background-color: #f8f9fa;
}

.categories-list li a:active {
    color: #212529;
    background-color: #e9ecef;
}

.categories-list li a.active {
    background-color: #e1e5e3;
    color: #1d2124;
    cursor: pointer;
}

.categories-list-column {
    border-left: solid 1px #cecece;
}

.nav-item-categories ul {
    position: absolute;
    z-index: 100;

    border-bottom-left-radius: 0.75em !important;
    border-bottom-right-radius: 0.75em !important;
    overflow: hidden;

    border: solid 1px rgba(0, 0, 0, 0.15);

    visibility: hidden;
    opacity: 0;
    transition: visibility 0.2s, opacity 0.2s linear;
    animation: 1s fadeIn;
    animation-fill-mode: forwards;
}

.nav-item-categories .nav-link:focus ~ ul, /* Enable keyboard select category */
.nav-item-categories .nav-link ~ ul:focus-within,
.nav-item-categories:hover > ul {
    visibility: visible;
    opacity: 1;
}

.nav-item-categories {
    cursor: pointer;
}

.nav-item-categories ul li {
    background-color: #f7f7f7;
}

.nav-item-categories ul li {
    transition: background-color 0.5s ease;
}

.nav-item-categories ul li:hover {
    background-color: #dcdcdc;
}

.nav-item-categories ul li a {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
}

@media (max-width: 991px) {
    .nav-item-categories ul {
        position: static;
        visibility: visible;
        opacity: 1;
    }
}

.btn {
    cursor: pointer;
}

.container {
    transition: max-width 0.5s ease;
}

/*.video-group-item {*/
/*background-image: linear-gradient(#FFF, #EEE);*/
/*!*background-image: linear-gradient(to bottom, #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%);*!*/
/*!*background-image: linear-gradient(to bottom, rgba(184,186,198,1) 0%,rgba(232,233,239,0.87) 55%,rgba(184,186,198,0.76) 100%);*!*/
/*border: solid 1px rgba(93, 93, 93, 0.15);*/
/*border-radius: 0.7em;*/
/*}*/

/*.video-group-item:hover {*/
/*background-image: linear-gradient(rgba(221, 221, 221, 0.33), rgba(221, 221, 221, 0.33));*/
/*border-color: rgba(93, 93, 93, 0.35);*/
/*}*/

/*.video-group .video-group-item {*/
/*border-radius: 0;*/
/*}*/

/*.video-group .video-group-item:first-of-type {*/
/*border-radius: 0.7em 0.7em 0 0;*/
/*}*/

/*.video-group .video-group-item:last-of-type {*/
/*border-radius: 0 0 0.7em 0.7em;*/
/*}*/

/*.video-group-item .video-thumbnail {*/
/*display: inline;*/
/*}*/
/*.video-group-item .video-thumbnail img {*/
/*border-radius: 0.7em;*/
/*}*/

