header nav #navbarSupportedContent .dropdown-menu li a {
    padding: 8px 8px;
}

.about_bg {
    padding-bottom: 30px;
}

section .textatea_small { padding: 0px 20px; }

.cookie_message_container {
    bottom: 1%;
    right: 0%;
    width: 100%;
    height: auto;
    min-height: 100px;
    position: fixed;
    background-color: #000000;
    color: #ffffff;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 0% 2% 0% 2%;
    opacity: 80%;
}

.cookie_message_content {
    flex: 3;
    display: block;
}

.cookie_message_private {
    font-weight: 700;
    color:  #326c95;
}

.cookie_message_btn {
    flex: 1;
    line-height: 2.5;
    text-align: center;
    outline: none;
    text-decoration: none;
    font-weight: 700;
    cursor: pointer;
    justify-content: center;
    background: transparent;
    border: 1px solid #30A651;
    color: #326c95;
}

.animated_content_des {
    left: -50%;
}

.animated_content_media {
    height: 300px;
    right: -50%;
}

.max_height_300 {
    max-height: 300px;
}

.height_300 {
    height: 300px;
}

.i_animated_content_ul { /* margin-top:$w_padding; */ }
.i_animated_content_ul .i_animated_content_ul_list { position: relative; }
.i_animated_content_ul .i_animated_content_ul_list div.img { overflow: hidden; }
.i_animated_content_ul .i_animated_content_ul_list div.img img { width: 100%; margin-bottom: -6px; transition: transform .5s; }
.i_animated_content_ul .i_animated_content_ul_list div.des { width: 100%; /* background:rgba(36,76,117,0.8); */ color: #fff; padding: 30px 50px; font-size: 18px; position: absolute; bottom: 0px; text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5); }
.i_animated_content_ul .i_animated_content_ul_list div.des span { display: block; font-weight: bold; font-size: 24px; /*  margin-bottom:13.5px; */ }
.i_animated_content_ul .i_animated_content_ul_list:hover div.img img { -webkit-transform: scale(1.15); transform: scale(1.15); }

.i_animated_content_ul .i_animated_content_ul_list { /* margin-top:$w_padding/2; */ }
.i_animated_content_ul .i_animated_content_ul_list div.des { padding: 10px 10px; }

#i_animated_content {
    padding-top: 1% !important;
    padding-bottom: 1% !important;
}


.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}

.videoWrapper iframe {
    padding: 2%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
