a:hover, a:active, a:focus, a:visited, a:focus {
    color: inherit;
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

body {
    background: transparent url("../images/tile.png") repeat repeat
}

.header-background {
    position: absolute;
    display: block;
    width: 100%;
    background: linear-gradient(to bottom, transparent 90%, #BDBDBD), url("../images/header01.png") no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 270px;
    box-shadow: 0px 0px 40px 1px #BDBDBD;
    pointer-events: none;
}

header {
    position: relative;
    z-index: 9;
    top: 0;
    width: 100vw;
    background: rgba(23, 59, 85, 0.7);
    min-height: 110px;
    /*display: flex;*/
    align-content: center
}

header .brand {
    max-width: 80px;
    max-height: 80px;
    display: block;
    float: left;
    margin-top: 20px
}

header .brand img.img-fluid {
    max-width: 80px;
    max-height: 80px;
    display: block
}

header .motto {
    width: auto;
    max-height: 80px;
    display: block;
    margin-top: 30px;
    color: #fff;
    float: left;
    padding-left: 10px
}

header .motto > span {
    width: 100%;
    text-transform: uppercase;
    font: 30px/30px Arial;
    display: block;
    clear: both
}

header .motto > small {
    text-transform: unset;
    width: 100%;
    display: block;
    padding-top: 5px;
    font: 16px/16px Arial
}

header .socials {
    width: auto;
    height: auto;
    display: block;
    float: right;
    margin-top: 45px
}

header .socials > a {
    width: 42px;
    height: 42px;
    display: inline-block;
    margin: 0 0 0 10px;
    padding: 0;
    border-radius: 5px;
    overflow: hidden
}

header .socials > a + a {
    margin-right: 75px
}

header > .container {
    width: 100%;
}

.menu-holder {
    width: 100%;
    background: #1B2943;
    color: white;
    position: relative;
    border-top: 10px solid #C44A12;
    margin-bottom: 10px;
}

.menu-holder .menu a {
    color: white;
    padding: 6px 15px;
    text-transform: capitalize;
    margin: 0px 15px;
}

.menu-holder .menu a.active, .menu-holder .menu a:hover {
    background: #C44A12;
    border-radius: 0 0 5px 5px;
}

.section {
    width: 100%;
    max-width: 100vw;
    margin: 0;
    padding: 0;
    position: relative
}

.section.content-box > .container {
    background: rgba(255, 255, 255, 0.75)
}

.section.video-block .title {
    margin-top: 50px;
    margin-bottom: 30px;
}

.section.video-block .videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0
}

.section.video-block .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.section.video-block .video-slider {
    margin-top: 65px
}

.section .youtube-wrap {
    background: #fff;
    width: 100%;
    height: auto;
    display: block;
    float: left;
    margin: 0;
    padding: 0 15px 15px;
    margin-bottom: 30px
}

.section .youtube-wrap .item {
    padding: 0 3px
}

.section .yt-titleholder {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
    padding: 10px 3px 10px;
    float: left
}

.section .yt-titleholder .title {
    margin: 0;
    width: auto;
    display: block;
    float: left;
    font-weight: bold;
    font-family: Arial;
    color: #000;
    font-size: 14px;
    padding: 0 2px
}

.section .yt-titleholder .redare_toate {
    border: 0;
    outline: 0;
    background: transparent;
    width: auto;
    float: left;
    color: #797979;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    line-height: 12px;
    margin: 0 0 0 15px;
    padding: 5px 0
}

.section .yt-titleholder .redare_toate > i {
    color: #797979;
    margin-right: 5px
}

.slider-wrap {
    width: 100%;
    height: auto;
    display: block;
    float: left
}

.slider-wrap .slick-round {
    background: #fff;
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 50%;
    overflow: hidden;
    border: 0;
    outline: 0;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    position: absolute;
    z-index: 10;
    top: 50px;
    left: 0;
    transform: translateY(-50%);
    color: #8a8a8a;
    font-size: 14px;
    margin-left: -10px
}

.slider-wrap .slick-round.slick-next {
    right: 0;
    left: auto;
    margin-left: auto;
    margin-right: -15px
}

.slider-wrap .slick-round.slick-disabled {
    opacity: 0
}

.slider-wrap .descr h3 {
    font-size: 14px;
    line-height: 14px;
    margin: 5px 2px 5px
}

.slider-wrap .descr p {
    color: #868686;
    font-size: 12px;
    line-height: 12px;
    margin: 0;
    padding: 3px 0 10px
}

.item a h3 {
    color: black;
    text-decoration: none;
}

.video-list .item {
    padding: 5px 10px;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.video-list .item h3 {
    height: 42px;
    font-size: 14px;
    line-height: 14px;
    margin: 5px 2px 5px;
}

.page-item .page-link {
    color: #007bff;
}

.categories {
    margin-bottom: 30px;
}

.page-link.active {
    color: black;
}

.video-list .item p {
    color: #868686;
    font-size: 12px;
    line-height: 12px;
    margin: 0;
    padding: 3px 0 10px;
}

.video-list > .container > .row {
    align-items: center;
    justify-content: center;
}

.categories div a {
    font-weight: bold;
    color: rgba(0, 0, 0, 0.7);
	padding-left: 30px;
}

.categories {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
    width: 250px;
    /* transform: translateY(-50%); */
}

.videos {
    width: calc(100% - 250px);
}

.categories div a:hover {
    text-decoration: underline;
}

.categories div a.active {
    text-decoration: underline;
}

.err {
    box-shadow: 0 0 5px red;
    border-color: red;
}