/* ---------------------------- FONTS ------------------- */
@import url('https://fonts.googleapis.com/css?family=Montserrat:500,600&subset=cyrillic,cyrillic-ext,latin-ext');
@font-face {
    font-family: 'DIN Next LT Pro';
    src: local('DIN Next LT Pro Regular'), local('DIN-Next-LT-Pro-Regular'),
        url('../webfonts/DINNextLTPro-Regular.woff2') format('woff2'),
        url('../webfonts/DINNextLTPro-Regular.woff') format('woff'),
        url('../webfonts/DINNextLTPro-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

/* ------------- Main setup ----------- */
html, body{
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    line-height: 1.6;
}
textarea:hover, 
input:hover, 
textarea:active, 
input:active, 
textarea:focus, 
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active,
.custom-control-input:checked~.custom-control-label::before
{
  border-color: inherit;
    outline:0px !important;
    -webkit-appearance:none;
    box-shadow: none !important;
}
.btn-success,
.custom-control-input:checked~.custom-control-label::before,
.btn-primary{
    background-color: rgba(93,182,70,1);
    border-color: rgba(93,182,70,1);
}
.bg-tag {
    background-color: #FAB900;
}
.btn-success:hover,
.btn-success:active,
.btn-primary:hover,
.btn-primary:active{
    background-color: rgb(85,124,68)!important;
    border-color: rgb(85,124,68)!important;
}

.form-control:focus,
button:focus{
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: -webkit-focus-ring-color auto 0px;
    background-color: initial;
}
.btn:focus{
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: -webkit-focus-ring-color auto 0px;
}
h1{
    font-size: 2rem;
}
a,
.page-link,
.page-link:hover{
    color:#fab900;
    word-break: break-all;
}
.page-item.active .page-link{
    background-color: #fab900;
    border-color: #fab900;
}
a:hover{
    color:#fab900;
    text-decoration: none;
}
html .form-control::-webkit-input-placeholder { color:rgb(255,255,255); }
html .form-control:-moz-placeholder { color:rgb(255,255,255); }
html .form-control::-moz-placeholder { color:rgb(255,255,255); }
html .form-control:-ms-input-placeholder { color:rgb(255,255,255); }

html header #nav-form input::-webkit-input-placeholder { color:rgb(255,255,255); font-weight: 800; }
html header #nav-form input:-moz-placeholder { color:rgb(255,255,255); font-weight: 800;  }
html header #nav-form input::-moz-placeholder { color:rgb(255,255,255); font-weight: 800; }
html header #nav-form input:-ms-input-placeholder { color:rgb(255,255,255); font-weight: 800; }

.text-dark_green{
    color:#fab900;
}

.lboxgallery {
	margin: 5px; margin-bottom: 5px;
}
.lboxleft {
	float: left; 
}
.lboxright {
	float: right; 
}
#loading{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color:rgba(255, 255, 255, 1);
    z-index: 9999;
}
#loading span {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    margin: -70px 0 0 -60px;
    border: 11px solid #f3f3f3;
    border-radius: 50%;
    border-top: 11px solid #fab900;
    width: 100px;
    height: 100px;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
  }
  
  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }


/* ----------------------------------- HEADER --------------------*/
header{
    position: fixed;
    z-index: 9999;
    width: 100%;
}
header #nav-container{
    background-color: rgb(0,0,0);
}
header .navbar{
    width: 100%;
    max-width: 1430px;
    padding: 0;
    position: initial;
}
header .navbar .navbar-nav{
    padding-left: 12%;
    padding-right: calc(12% + 55px);
}
header .navbar .dropdown-menu{
    border-radius: 0;
    padding: 0;
    margin-top:0;
}
header .navbar .dropdown-item{
    cursor: pointer;
}
header .navbar .dropdown-item.active, 
header .navbar .dropdown-item:active,
header .navbar .dropdown-item:focus, 
header .navbar .dropdown-item:hover {
    color:rgb(255,255,255);
    text-decoration: none;
    background-color: #fab900;
}
header #nav-form{
    position: absolute;
    right: 0;
}
header #nav-form input{
    border-radius: 0;
    background-color: #fab900;
    border:none;
    color:rgb(255,255,255);
    font-weight: 800;
    text-align: right;
    line-height: 49px;
    min-height: 49px;
    padding-right: 48px;
    margin: 0;
    max-width: 268px;
}
header #nav-form i{
    font-size: 21px;
    position: absolute;
    top: 15px;
    right: 21px;
    cursor: pointer;
}
header .navbar-expand-md .navbar-nav .nav-item{
    line-height: 23px;
    padding: 6px 0;
}
header .navbar-expand-md .navbar-nav .nav-item.active .nav-link,
header .navbar-expand-md .navbar-nav .nav-item:hover .nav-link{
    color:#fab900;
}
header .navbar-expand-md .navbar-nav .nav-link{
    color:rgb(255,255,255);
    cursor: pointer;
}


/* Multilevel navbar */

.dropdown-submenu {
    position: relative;
}
.dropdown-submenu>a{
    position: relative;
}
.dropdown-submenu>a:after {
    position:absolute;
    right:0; 
    bottom:0;
    width: 12px; 
    height: 12px;
    border-bottom: solid 6px black;
    border-right: solid 6px black; 
    box-sizing: border-box; 
    color:#fff;
    border-left: solid 6px transparent; 
    border-top: solid 6px transparent;
}
  
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0px;
    margin-left: 2px;
}

#lang {    
	position: absolute;
    right: 210px;
    z-index: 99;
}

#lang ul li {display: none;}
#lang ul li.active{display:inline-block;}
#lang ul {
	position: relative;
	display:inline-block;
}
#lang ul {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0;
}
#lang{
    top: 37px;
}
#lang ul{
    background-color: #fff;
}
#lang ul li a, 
#lang ul li.active a{
    color: #fab900 !important;
    line-height: 2.5;
    padding: 9px;
    word-break: keep-all;
}
#lang ul li a, 
#lang ul li.active a {
    font-size: 1rem;
    border: none;
    margin: 0;
    
    cursor: pointer;
}
#lang ul li{
	padding:0;
}
#lang ul li a:before, 
#lang ul li a:after{
	display:none;
}
#lang ul.responsive li {
    display: block;
}

/* ------------------------ Pagination ------------------*/
.paginationContainer{
	width:100%;
}
.pagination{
	padding: 2em 2em;
}
.pagination li{
    background-color: rgb(245,245,245);
    border-radius:0.2rem;
    width:2.5rem;
    line-height:2.5rem;
    margin:0 0.5rem;
    text-align:center;
}
.pagination li:hover .page-link,
.pagination li.active{
    color: rgb(254, 254, 254);
    background: #fab900;
}
.pagination .page-link,
.pagination .page-item.disabled:hover .page-link{
	background: transparent;
	color: rgb(150,152,154);
	border:none;
	padding:0;
	line-height:2.5rem;
	font-weight:bold;
	color: #fab900;
	border-radius:0.2rem;
}
.pagination .page-item.disabled .page-link{
	/*color: rgb(10,163,228);*/
}

/* ------------------------------- IMTRO ----------------------- */
/* ------------------------------- IMTRO ----------------------- */
#NKS_intro_container{
    background-image: url("/assets/img/header_bg.jpg");
    background-size: cover;
    min-height: 40vw;
}
#NKS_intro{
    border-bottom: 0;
    padding: 0;
    width: auto;
    line-height: 1.65;
}
#NKS_intro .row{
    padding-top: 70px;
    min-height: 40vw;
    padding-bottom: 40px;
}
#NKS_intro .row .col{
    text-align: center;
}
#NKS_intro .agsm_logo{
    position: relative;
    left: -42px;
    margin-bottom: 30px;
}
#NKS_intro h1{
    width: 80%;
    margin: auto;
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 10px;
}
#NKS_intro .fuen_logo{
    padding-top:30px;
    position: relative;
}
#NKS_intro .fuen_logo img{
    max-width: 56px;
}
#NKS_intro .fuen_logo:after{
    content: '';
    position: absolute;
    top:0;
    left:50%;
    background-color: #FAB900;
    width:100%;
    max-width: 147px;
    height: 2px;
    transform: translateX(-50%);
}

#NKS_intro .agsm_25_logo{
    padding-top: 15%;
    padding-right: 20%;
}

#NKS_intro #social_link {
    position: absolute;
    padding-top: 0;
    min-height: calc(40vw - 38px);
    top: 38px;
    right: 25px;
    text-align: center;
}
#NKS_intro #social_link a{
    color: rgb(255,255,255);
    display: block;
    padding: 8px 0;
    margin: 8px 0;
}
#NKS_intro #social_link a:hover{
    color: #fab900;
}
#NKS_intro #social_link i{
    font-size: 21px;
}
    

/* ----------------------------------- carousel ------------------------------ */

#news_carousel .slick-slide{
    position: relative;
    cursor: pointer;
}
#news_carousel .slick-slide img{
    object-fit: cover;
    height: 150%;
    width: auto;
    max-width: 100%;
    object-position: center;
}
#news_carousel .slick-current:after{
    content: "";
    background: transparent;
    border:2px solid #fab900;
    position: absolute;
    top:0;
    right:0;
    bottom: 0;
    left: 0;
}

#news_carousel .slick-arrow{
    position: absolute;
    z-index: 10;
    top:50%;
    background-color: transparent;
    background-image: url("/assets/img/Slider_arrow.svg"), url("/assets/img/Slider_arrow_bg.png");
    background-size: 20px, cover;
    background-position: 70% center, center center;
    background-repeat: no-repeat, no-repeat, no-repeat;
    font-size: 0;
    width:24.55%;
    height: 10rem;
    border:none;
    
}
#news_carousel .slick-arrow.slick-prev{
    left: 0;
    transform: translateY(-50%);
}
#news_carousel .slick-arrow.slick-next{
    right: 0%;
    transform: translateY(-50%) scaleX(-1);
}
#news_carousel div{
    width: 100%;
    height: 10rem;
    background-size: cover;
    background-position: center center;
}
#news{
    margin-top: 2rem;
    margin-bottom: 2rem;
}
#news .slick-arrow {
    display: none !important;
}
#news .news_text h2{
    margin-bottom: 0.5rem;
}
#news .news_text h3{
    margin-bottom: 2rem;
}

/* ------------------------------- #map ---------------------------------*/
#members-map{
    margin-bottom: 10rem;
}
#members-map .col{
    padding-left: 0;
    padding-right: 0;
}
#members-map .col h3{
    color:rgb(255,255,255);
    line-height: 92px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 0;
    box-shadow: inset 0 -0.8em 0.5em rgba(0,0,0,0.2);
}
#members-map .map h3{
    background-color: rgb(131,173,31);
    border-top-left-radius: 10px;
}
#members-map #map_canvas {
    width: 100%;
    height: 31.2em;
    border-bottom-left-radius: 1em;
}
#members-map .list{
    background-color: #FAB900;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

#members-map .list .bootstrap-select{
    width: 80%;
    margin: 0 10% 2rem 10% !important;
	padding: 0;
	background-color: transparent;
}
#members-map .list .bootstrap-select .btn,
#members-map .list .bootstrap-select .btn:focus,
#members-map .list .bootstrap-select .btn:hover{
	background-color: rgb(255,255,255);
	border: 1px solid rgb(210,211,213) !important;
	border-radius: 2em;
	height: 3em;
	line-height: 2em;
	width: 100%;
}
#members-map .list #aside .bootstrap-select .btn{
	line-height: 2.3em;
	height: 3em;
}
#members-map .list .bootstrap-select .btn:focus {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
#members-map .list .bootstrap-select .dropdown-toggle::after{
	display: none !important;
}
#members-map .list .bootstrap-select .dropdown-toggle .filter-option-inner{
	padding-right: 0;
}
#members-map .list .bootstrap-select .dropdown-toggle .filter-option-inner-inner{
	text-align: center;
    font-weight: 600;
    color: #FAB900;
}
#members-map .list .slimScrollDiv,
#members-map .list .scrollbar-outer{
	max-height: 23.5em;
    min-height: 23.5em;
}
#members-map .list #membersFullList {
    max-height: 400px;
    overflow: hidden;
}
#members-map .list #membersFullList ul{
    width: 80%;
    margin: 0 10%;
	padding: 0 0.4em; 
    text-align: left;
    list-style: none;
}
#members-map .list #membersFullList ul li{
	padding: 0.4em 0;
	font-size: 0.8em;
	color:rgb(255, 255, 255);
	line-height: 1.6;
}
#members-map .list #membersFullList ul li a{
	padding: 0.4em 0;
	display: block;
	color:rgb(255, 255, 255);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0.8)";
    filter: alpha(opacity=0.8);
	opacity: 0.8;
	line-height: 1.6;
}
#members-map .list #membersFullList ul li a:hover{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
    filter: alpha(opacity=1);
    opacity: 1;
}
#members-map .list #membersFullList ul li a b{
	font-size: 1.1em;
	font-weight: 700;
	display: block;
}

/* ------------------------------- members country --------------------------*/
#members-country .row{
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}
#members-country .card{
    justify-content: space-between;
    border:none;
    border-radius: 11px;
    box-shadow: 0 0 2em 1em rgba(0,0,0,0.1);
    height: 100%;
}
#members-country .card figcaption{
    color: rgb(0, 148, 140);
    padding: 15px 15px 0 15px;
    text-align: center;
    min-height: 7.2rem;
    word-break: normal;
}
#members-country .card span{
    color: rgb(0, 148, 140);
    padding: 7px 7px 0 7px;
    text-align: center;
    display: block;
    white-space: pre-wrap;
  	word-break: break-word;
}
#members-country .card-flag img{
    width: 41px;
    height: 26px;
    border-radius: 6px;
    position: absolute;
    top:-13px;
    left:0;
    right: 0;
    margin: 0 auto;
    object-fit: cover;
}
#members-country .card-flag:before{
    content: '';
    position: absolute;
    width: 55px;
    height: 40px;
    border-radius: 6px;
    top:-20px;
    left:0;
    right: 0;
    margin: 0 auto;
    background-color: rgb(255,255,255);
}
#members-country .card-img{
    min-height: 12rem;
    max-height: 12rem;
    object-fit: cover;
}
#members-country .card-title{
    color:rgb(51,51,51);
    text-align: center;
    line-height: 18px;
    font-weight: 600;
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 20px;
}
#members-country .card-title-logo{
    line-height: 68px;
    text-align: center;
    margin-bottom: 0;
}
#members-country .card-title-logo img{
    max-width: 90%;
    margin: auto;
}
#members-country .card-link{
    color:rgb(128,128,128);
    line-height: 41px;
    font-weight: 600;
    text-align: center;
}

/* --------------------- CONTENT galleries ------------*/
#gallery_content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
#article #gallery_content article{
	position:relative;
    width: 48.5%;
    padding: 1em 0;
}
#article #gallery_content article div{
    padding-bottom: 60%;
    background-size: cover;
}
#article #gallery_content article p{
	position:absolute;
	top: calc(50% + 0.58em);
    transform: translateY(-50%);
    color: #ffffff;
    display: none;
    text-align: center;
    font-size: 2em;
	padding: 0 1.5rem;
    width:100%;
}
#article #gallery_content article:hover div{
    background: #fab900;
    box-shadow: none;
    background-image: none !important;
}
#article #gallery article:hover p{
    display:block;
    word-break: normal;
}

#article #gallery #gallery_images{
	display: grid;
    grid-gap: 20px;
	grid-template-columns: repeat(5, 1fr);
	grid-auto-rows: 200px;
  	grid-auto-flow: row dense;
}

#article #gallery #gallery_images a{
	display:block;
	align-self: stretch;
}
#article #gallery #gallery_images a img{
	width: 100%;
    height: 100%;
    object-fit: cover;
    margin-bottom:1.5rem;
    border-radius:0.4rem;
   /*border:0.4rem solid rgb(255,255,255);*/
}

/* ---------------------------------- event calendar ----------------------------*/
#event-calendar{
    margin-top: 10rem;
    background-image: url(/assets/img/Calendar_bg.jpg);
    background-size: cover;
}
#event-calendar-top,
#event-calendar-bottom{
    height: 26px;
    position: relative;
}
#event-calendar-top:before,
#event-calendar-bottom:before{
    content: "";
    width:35.8%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
    background-color: rgb(255,255,255);
}
#event-calendar-top:after,
#event-calendar-bottom:after{
    content: "";
    width:35.8%;
    height: 100%;
    position: absolute;
    top:0;
    right: 0;
    background-color: rgb(255,255,255);
}
#event-calendar-top span,
#event-calendar-bottom span{
    width: 28.4%;
    margin:0 auto;
    display: block;
    position: relative;
    height: 100%;
}
#event-calendar-top span:before,
#event-calendar-top span:after,
#event-calendar-bottom span:before,
#event-calendar-bottom span:after{
    content: "";
    width: 56px;
    height: 26px;
    background-image: url(/assets/img/Calendar_bg_shape.svg);
    background-size: cover;
    position: absolute;
    top:0;
    
}
#event-calendar-top span:before,
#event-calendar-bottom span:before{
    left: -1px;
}
#event-calendar-top span:after,
#event-calendar-bottom span:after{
    right: -1px;
}
#event-calendar-top span:after{
    transform: scaleX(-1);
}
#event-calendar-bottom span:before{
    transform: scaleY(-1);
}
#event-calendar-bottom span:after{
    transform: scaleX(-1) scaleY(-1);
}

#event-calendar .row{
    margin-top: 8rem;
    margin-bottom: 14rem;
}


#calendar .ui-datepicker{
    position: relative;
    width: auto;
    margin-right: 22px;
    border: none;
    background: transparent;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
#calendar .ui-datepicker .ui-widget-header{
    border: none;
    background-color: transparent;
}

#calendar .ui-datepicker .ui-datepicker-title{
    color: rgb(255,255,255);
    font-size: 1.5rem;
    font-weight: 600;
}

#calendar.ui-datepicker .ui-datepicker-prev, 
#calendar .ui-datepicker .ui-datepicker-next{
    width: 50px;
    height: 50px;
}
#calendar .ui-widget-header .ui-icon{
    width: 50px;
    height: 50px;
    background-image: url(/assets/img/Slider_arrow.svg);
    background-position: center center;
    background-size: 50px;
    cursor: pointer;
}
#calendar .ui-datepicker .ui-datepicker-prev,
#calendar .ui-datepicker .ui-datepicker-prev .ui-icon{
    top:0 !important;
    left:25% !important;
    right: auto;
    margin:0;
}
#calendar .ui-datepicker .ui-datepicker-next,
#calendar .ui-datepicker .ui-datepicker-next .ui-icon{
    top:0 !important;
    right:25% !important;
    left: auto;
    margin:0;
}
#calendar .ui-datepicker .ui-datepicker-next .ui-icon{
    transform: scaleX(-1);
}
#calendar .ui-widget-header .ui-state-hover{
    border: none;
    background-color: transparent;
}
#calendar table.ui-datepicker-calendar{
    margin-top: 50px;
}
#calendar table.ui-datepicker-calendar thead{
    display: none;
}
#calendar table.ui-datepicker-calendar tbody tr:first-child td:first-child,
#calendar table.ui-datepicker-calendar tbody tr:first-child td:first-child a{
    border-top-left-radius: 16px;
}
#calendar table.ui-datepicker-calendar tbody tr:first-child td:last-child,
#calendar table.ui-datepicker-calendar tbody tr:first-child td:last-child a{
    border-top-right-radius: 16px;
}
#calendar table.ui-datepicker-calendar tbody tr:last-child td:first-child,
#calendar table.ui-datepicker-calendar tbody tr:last-child td:first-child a{
    border-bottom-left-radius: 16px;
}
#calendar table.ui-datepicker-calendar tbody tr:last-child td:last-child,
#calendar table.ui-datepicker-calendar tbody tr:last-child td:last-child a{
    border-bottom-right-radius: 16px;
}
#calendar .ui-datepicker td{
    padding: 0;
}
#calendar .ui-datepicker td a,
#calendar .ui-datepicker td span{
    position: relative;
    text-align: center;
    line-height: 120px;
    z-index: 1;
}
#calendar .ui-datepicker td span{
    /*color: rgb(204, 204, 204) !important;*/
}

#calendar table.ui-datepicker-calendar tbody tr:last-child a,
#calendar table.ui-datepicker-calendar tbody tr:last-child span{
    border-bottom: solid 2px rgb(230,230,230);
}
#calendar table.ui-datepicker-calendar tbody tr td:first-child a,
#calendar table.ui-datepicker-calendar tbody tr td:first-child span{
    border-left: solid 2px rgb(230,230,230);
}
#calendar .ui-state-disabled{
    background-color: rgb(77,77,77);
    opacity: 1;
    filter: Alpha(Opacity=100);
}

#calendar .ui-state-default, 
#calendar .ui-widget-content .ui-state-default, 
#calendar .ui-widget-header .ui-state-default, 
#calendar .ui-button, 
html #calendar .ui-button.ui-state-disabled:hover, 
html #calendar .ui-button.ui-state-disabled:active {
    border: none;
    background-color: rgb(255,255,255);
    font-weight: 600;
    color: rgb(255,255,255);
    font-size: 1rem;
    padding: 0;
    border-top: solid 2px rgb(230,230,230);
    border-right: solid 2px rgb(230,230,230);
    cursor: initial;
}

#calendar .ui-datepicker td a:before,
#calendar .ui-datepicker td span:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 36%;
    width: 48px;
    padding-top: 36%;
    max-height: 48px;
    border-radius: 24px;
    margin: auto;
    background-color: rgb(204,204,204);
    z-index: -1;
}
#calendar .ui-datepicker td.event-single a,
#calendar .ui-datepicker td.event-day a,
#calendar .ui-datepicker td.event-start a,
#calendar .ui-datepicker td.event-end a{
    cursor: pointer;
}
#calendar .ui-datepicker td.event-single a:before,
#calendar .ui-datepicker td.event-day a:before,
#calendar .ui-datepicker td.event-start a:before,
#calendar .ui-datepicker td.event-end a:before{
    background-color: rgb(172,219,61);
}
#calendar .ui-datepicker td.event-single a.ui-state-active:before{
    background-color: rgb(222, 40, 40);
}
#calendar .ui-datepicker td.event-start a:before{
    width:calc(50% + 26px);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    left:auto;
    right: -2px;
}
#calendar .ui-datepicker td.event-end a:before{
    width:calc(50% + 26px);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    right:auto;
    left: -2px;
}
#calendar .ui-datepicker td.event-day a:before{
    width: calc(100% + 4px);
    border-radius: 0;
    left:-2px;
    right: -2px;
}

#calendar_jan_2020{
    display: none;
}
#event-calendar #event_container{
    margin-left: 22px;
    height: calc(100% - 100px);
    border-radius: 16px;
    background-color: rgb(255,255,255);
    padding: 60px;
    margin-top: 95px;
}
#event-calendar #event_container .date{
    color: rgb(172,219,61);
    font-size: 20px;
    margin-bottom: 2rem;
}
#event-calendar #event_container .date span{
    line-height: 58px;
    padding: 0 20px;
    background-color: rgb(172,219,61);
    color: rgb(255,255,255);
    display: inline-block;
    border-radius: 30px;
    min-width: 60px;
    text-align: center;
    margin-right: 5px;
}
#event-calendar #event_container h5{
    font-size: 1.3rem;
    line-height: 1.6;
}
#event-calendar #event_container .location{
    margin:2rem 0;
    padding:1rem 0;
    border-top: 1px solid rgb(230,230,230);
    border-bottom: 1px solid rgb(230,230,230);
    text-align: center;
    word-break: break-word;
}
#event-calendar #event_container p{
    line-height: 1.6;
    word-break: break-word;
}
#event-calendar #event_container .event-link{
    margin-top: 1rem;
    display: block;
    text-align: center;
}

#event-calendar #event_container .event{
    display: none;
    padding-bottom: 20px;
    margin-bottom: 40px;
    position: relative;
}
#event-calendar #event_container .event:after{
    content: "";
    height: 1px;
    width: calc(100% + 120px);
    position: absolute;
    bottom: 0;
    left:-60px;
    background-color: rgb(172,219,61);
}
#event-calendar #event_container .event:last-of-type{
    margin-bottom: 0px;
    padding-bottom: 0px;
}
#event-calendar #event_container .event:last-of-type:after{
    display: none;
}


/* --------------------------- article page ----------------------------------*/
#article,
#categories{
    background-image: url(/assets/img/header-bg.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    /*background-color: rgb(241, 241, 241);*/
    padding-top:100px;
    padding-bottom:100px;
}
#categories .container,
#article .container{
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 15px;
    background-color: #fff;
    color: rgb(56, 56, 56);
    line-height: 1.6;
    font-size: 1rem;
    /*padding-bottom: 20px;*/
}
#article .container h1{
    padding: 2rem 0;
}
#article .container p{
    padding: 0.2rem 0;
    font-weight: 400;
}
#article .container .feature-img img{
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    object-fit: cover;
    height: auto;
    width: calc(100% + 30px) !important;
    max-width: calc(100% + 30px) !important;
    max-height: 595px;
    margin-left:-15px;
    margin-right: -15px;
}
#article .content,
#article .news,
#article .documents,
#article .member_org{
    padding: 20px 40px;
}
#article .content img,
#article .news img,
#article .documents img,
#article .member_org img{
    max-width: 100%;
    height: auto;
}
#article .news article p,
#article .documents p{
    margin-bottom: 0;
}
#article .news article,
#article .documents article{
    padding-bottom: 1.4rem;
}
#article .content.cat_18 a::before{
    content:'';
    width: 20px;
    height: 20px;
    background-image: url(images/pdf.jpg);
    background-size: contain;
    display: inline-block;
    background-repeat: no-repeat;
    vertical-align: bottom;
}
#article h3{
    font-weight: 600;
}


#categories .container{
    padding: 20px 40px;
}
#categories h1{
    font-weight: 600;
    margin-bottom: 2rem;
}

/* ------------------------- Members page -----------------------*/
#content.members #member-info #contact{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0;
    padding: 2em 0;
    line-height: 1.8;
}
#content.members #member-info #description .imageText {
    display: block;
    margin-bottom: 2rem;
}
#content.members #member-info #description .imageText img {
    width: 8em;
    height: 8em;
    object-fit: cover;
    border-radius: 50%;
    float: left;
    margin-right: 2em;
    object-position: center center;
    border: 6px solid rgb(245,245,245);
}
#content.members #member-info #description .imageText span {
    display: block;
    padding: 2.1em 0;
    color: rgb(150,152,154);
}
#content.members #member-info #description .imageText b {
    display: block;
    color: rgb(55,52,53);
}

#article #members-map{
    margin-top: 40px;
}


/* --------------------------- intern login ----------------------------------*/
#login{
    padding-top:200px;
    padding-bottom:200px;
    max-width: 400px;
}
#login h2{
    vertical-align: -5px;
}

/* ---------------------------- intern page --------------------------------*/
#intern{
    background-image: url(/assets/img/header-bg.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: rgb(241, 241, 241);
    padding-top:100px;
    padding-bottom:100px;
}
#intern h1 {
    font-weight: 600;
    padding-left: 15px;
    margin-bottom: 2rem;
    border-bottom: 1px solid rgb(156, 156, 156);
}
#intern hr{
    margin: 30px 0;
}
#intern h3 {
    font-weight: 600;
    font-size: 1.4rem;
}
#intern .container{
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 15px;
    background-color: #fff;
    color: rgb(56, 56, 56);
    line-height: 1.6;
    font-size: 1rem;
    min-height: 500px;
    padding-top: 30px;
    padding-bottom: 30px;
}
#intern #nodes{
    margin:0 30px;
    position: relative;
}
#intern .node{
    position: relative;
    color: rgb(140, 178, 50);
    line-height: 2rem;
    margin:5px 0;
    cursor: pointer;
}
#intern .favorite:before{
    content: "\f005";
    position: absolute;
    left: -22px;
    top: 7px;
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    color: rgb(140, 178, 50);
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: 1rem;
    margin-right: 5px;
    vertical-align: top;
}
#intern .favorite:hover:before,
#intern .favorite.active:before{
    font-weight: 900;
}
#intern .delete_node{
    position: absolute;
    right: 0px;
    top: 4px;
    font-size: 1.1rem;
    cursor: pointer;
}
#intern .node{
    white-space: nowrap;
}
#intern .node:hover{
    color: rgb(120, 120, 120);
}
#intern .node:hover:before{
    color: rgb(120, 120, 120);
}
#intern .node:before{
    content: "\f07b";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: rgb(140, 178, 50);
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: 2rem;
    margin-right: 5px;
    vertical-align: top;
}
#intern .node.root{
    display: block;
}
#intern .node.root:before{
    content: "\f07c";
}
#intern .children{
    margin-left: 37px;
}
#intern .children .node,
#intern #favorite .node{
    display: inline-block;
    margin-top: 4px;
    margin-bottom: 4px;
    padding-right: 5px;
    /*border-right: 1px solid rgb(140, 178, 50);*/
    margin-right: 5px;
}
#intern .children .node:last-of-type{
    border-right: 0;
}
#intern .add_node{
    display: block;
    margin-top: 15px;
}
#intern .add_node i{
    font-size: 1.5rem;
    vertical-align: top;
}

#intern #notes,
#intern #files,
#intern #favorite{
    margin:0 10px;
    position: relative;
}
#intern #notes .add_note{
    position: absolute;
    top:0;
    right: 0;
    color:#fab900;
}
#intern #notes .btn{
    background-color: #fab900;
    padding: 3px 8px;
    margin: 0 8px;
}
#intern #notes .btn:before{
    content: "\f249";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: 1rem;
    margin-right: 4px;
}
#intern #notes .btn:hover{
    background-color: rgb(255, 165, 0)
}
#intern #files .add_file{
    position: absolute;
    top:0;
    right: 0;
    color:rgb(100,100,100);
}
#intern #files .btn{
    background-color: rgb(200,200,200);
    padding: 3px 8px;
    margin: 0 8px;
    cursor: pointer;
}
#intern #files .btn:before{
    content: "\f15b";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: 1rem;
    margin-right: 4px;
}
#intern #files .btn:hover{
    background-color: rgb(170,170,170);

}
.fa-folder-tree{
    background-image: url(images/folder_tree.svg);
    width: 16px;
    height: 15px;
    display: block;
    background-size: cover;
    margin: 4px 10px 4px 0px;
    cursor: pointer;
}
.tree_node{
    margin-bottom: 4px;
    display: inline-block;
}
.tree_node:before{
    content: "";
    background-image: url(images/sub_folder.svg);
    width: 28px;
    height: 18px;
    display: inline-block;
    background-size: cover;
    margin-right: 3px;
    vertical-align: top;
}
.tree_node.first_level:before{
    background-image: url(images/sub_folder_first.svg);
}

.file-block{
    background-color: rgb(230,230,230);
    padding: 10px;
    margin:0 0 20px 0;
    position: relative;
}
.fileblock_remove{
    position: absolute;
    top: 10px;
    right: 10px;
    color:#dc3545!important;
    font-size: 1.1rem;
    cursor: pointer;
}
#add_more_files{
    font-size: 1.5rem;
    color:rgb(140, 178, 50);
    position: absolute;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
}
#operations{
    float: right;
    font-size: 1.5rem;
}
#operations i{
    cursor: pointer;
}
#operations .fa-key{
    color:rgb(140, 178, 50);
    margin-right: 10px;
}
#operations .fa-sign-out-alt{
    color:#dc3545!important;
}

/* ----------------------------- ekko-lightbox ----------------------*/
.ekko-lightbox{
	overflow-y:hidden !important;
}
.ekko-lightbox .modal-body{
	padding:0;
}
.ekko-lightbox .modal-header{
	padding: 0;
    border-bottom: none;
}
.ekko-lightbox .modal-header .modal-title{
	display:none;
}
.ekko-lightbox .modal-header .close{
    position: absolute;
    top: 0rem;
    right: .5rem;
    text-shadow: none;
    color: white;
    opacity: 1;
    font-size: 3rem;
    z-index: 99;
}
.ekko-lightbox .modal-content{
	border:none;
    background-color: transparent;
}
.ekko-lightbox .ekko-lightbox-nav-overlay{
	z-index: -1;
}
.ekko-lightbox .ekko-lightbox-nav-overlay a{
	opacity: 1;
	left: -14.6rem;
    padding: 10rem;
	position:absolute;
	font-size: 1rem;
	top:50%;
	transform: translateY(-50%);
}
.ekko-lightbox .ekko-lightbox-nav-overlay a:last-of-type {
    right: -14.6rem;
    left: auto;
}

.ekko-lightbox .ekko-lightbox-nav-overlay a span{
	background: #fab900;
	padding: 4.73em 2.4em;
	border-top-left-radius: 1em;
	border-bottom-left-radius: 1em;
	position: relative;
}
.ekko-lightbox .ekko-lightbox-nav-overlay a:last-of-type span{
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: 1em;
	border-bottom-right-radius: 1em;
}

.ekko-lightbox .ekko-lightbox-nav-overlay a span::before{
	content: "";
	position: absolute;
	top:0;
	bottom: 0;
	left:0;
	right: 0;
	margin: auto;
	width: 0; 
	height: 0; 
	border-top: 0.96em solid transparent;
	border-bottom: 0.93em solid transparent;
	border-left: 1.33em solid rgb(255,255,255);
}
.ekko-lightbox .ekko-lightbox-nav-overlay a:first-of-type span::before{
    border-left: none;
    border-right: 1.33em solid rgb(255,255,255);
}

#footer a{
    color: rgb(131,173,31);
}

/* ------------- cookie warning ------------------*/
#cookie-warning {
    margin: 0px;
    position: fixed;
    border-width: 1px 1px 0px;
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
    border-top-color: rgb(210, 211, 213);
    border-right-color: rgb(210, 211, 213);
    border-left-color: rgb(210, 211, 213);
    border-image: initial;
    bottom: 0px;
    border-bottom-style: initial;
    border-bottom-color: initial;
    z-index: 2147483647;
    color: rgb(0, 73, 141);
    background: rgb(245, 245, 245);
    opacity: 1;
    width: 100%;
}
#cookie-warning .cookie-warning-content {
    margin: 5px 35px 5px 35px;
    text-align: center !important;
    font-size: 11px;
}
#cookie-warning .cookie-warning-content .btn{
	padding: 3px 6px;
    font-size: 12px;
    vertical-align: unset;
    background-color: #2b659b;
    margin: 2px 5px;
    color: rgb(255,255,255);
}
#cookie-warning .cookie-warning-content .btn:hover{
	background-color: rgb(0,73,141);
	color: rgb(255,255,255);
}
.navbar-dark .navbar-toggler-icon {
    background-image: url('/assets/img/navbar.svg');
}
.navbar-dark .navbar-toggler{
    border:none;
}
@media (min-width: 768px) {
    /* ---------------------------------- header ----------------------------------*/
    .navbar-brand{
        display: none;
    }
    header .navbar .navbar-nav{
        padding-left: 2%;
        padding-right: calc(2% + 76px);
    }
    header .navbar-expand-md .navbar-nav .nav-item{
        line-height: 24px;
        padding: 0;
    }
    .navbar-nav .nav-item .nav-link,
    .navbar .dropdown-item{
        font-size: 11px;
    }
    header #nav-form{
        z-index: 99;
    }
    #lang{
        top: 0;
        right: 38px;
    }
    #lang ul{
        background-color: #fab900;
    }
    #lang ul li a, 
    #lang ul li.active a{
        color: #fff !important;
        line-height: 38px;
    }

    .dropdown-submenu>a:after {
        right: auto;
        left: -4px;
        bottom: 0;
        width: 10px;
        height: 10px;
        border-bottom: solid 5px black;
        border-left: solid 5px black;
        border-right: solid 5px transparent;
        border-top: solid 5px transparent;
    }
    .dropdown-submenu>.dropdown-menu {
        top: 0;
        left: auto;
        right: 100%;
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 2px;
    }

    header #nav-form i{
        font-size: 18px;
        top: 10px;
        right: 10px;
    }
    header #nav-form input{
        line-height: 38px;
        min-height: 38px;
        max-width: 38px;
        padding-right: 27px;
        -webkit-transition: all 500ms; /* Safari prior 6.1 */
        transition: all 500ms;
    }

    header #nav-form input:focus{
        padding-right: 30px;
        max-width: 200px;
    }

    /* ----------------------------------- intro -------------------------------*/
    #NKS_intro #social_link{
        
    }
    #NKS_intro #social_link i{
        font-size: 18px;
    }


    /* ----------------------------------- carousel ------------------------------ */
    .carousel-onebyone .carousel-inner .carousel-item{
        margin-right: initial;
    }
    
    /* show 10 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,
    .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item + .carousel-item,
    .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item,
    .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item,
    .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item,
    .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item,
    .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .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,
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item + .carousel-item,
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item,
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item,
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item,
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item,
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .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 + .carousel-item  + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item{ 
        position: absolute;
        top: 0;
        right: -10%;
        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,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .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,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }

    #news_carousel .slick-arrow{
        background-color: transparent;
        background-image: url("/assets/img/Slider_arrow.svg"), url("/assets/img/Slider_arrow_bg.png");
        background-size: 20px, cover;
        background-position: 25% center, center center;
        background-repeat: no-repeat, no-repeat, no-repeat;
        width:24.55%;
        height: 60px;
    }
    #news_carousel div{
        height: 60px;
    }
    #news_carousel .slick-current:after{
        border-width: 2px;
    }
    #news {
        max-width: 100%;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    #news h2{
        font-size: 1.6rem;
    }

    /* ------------------------------- members country --------------------------*/
    #members-country .row{
        max-width: 100%;
    }
    #members-country .card-title{
        font-size: 0.9rem;
    }
    #members-country .card-link{
        font-size: 0.8rem;
    }

    /* ------------------------------ calendar -----------------------------------*/
    #event-calendar-top, #event-calendar-bottom{
        display: none;
    }
    #calendar .ui-datepicker .ui-datepicker-prev, #calendar .ui-datepicker .ui-datepicker-prev .ui-icon{
        left: 0 !important;
    }
    #calendar .ui-datepicker .ui-datepicker-next, #calendar .ui-datepicker .ui-datepicker-next .ui-icon{
        right: 0 !important;
    }
    #calendar .ui-datepicker{
        margin-right: 0;
    }
    #event-calendar #event_container{
        margin-left: 0;
        padding: 15px;
    }

}

@media (min-width: 992px){
    header .navbar .navbar-nav{
        padding-left: 5%;
        padding-right: calc(5% + 76px);
    }
    .navbar-nav .nav-item .nav-link, .navbar .dropdown-item {
        font-size: 13px;
    }
}

@media (min-width: 1200px){

    /* -------------------------------------- INTRO ------------------------------*/
    .navbar-brand{
        display: block;
    }
    header .navbar .navbar-nav{
        padding-left: 12%;
        padding-right: calc(12% + 200px);
    }
    header .navbar-expand-md .navbar-nav .nav-item{
        line-height: 23px;
        padding: 6px 0;
    }
    .navbar-nav .nav-item .nav-link{
        font-size: 1rem;
    }

    #lang{
        top: 0;
        right: 210px;
    }

    #lang ul li a, 
    #lang ul li.active a{
        line-height: 3.5;
    }

    .dropdown-submenu>a:after {
        right: 0;
        left: auto;
        width: 12px;
        height: 12px;
        border-bottom: solid 6px black;
        border-right: solid 6px black;
        border-left: solid 6px transparent;
        border-top: solid 6px transparent;
    }
    .dropdown-submenu>.dropdown-menu {
        top: 0;
        left: 100%;
        right: auto;
        margin-top: 0px;
        margin-left: 2px;
        margin-right: 0px;
    }

    header #nav-form i{
        font-size: 21px;
        top: 15px;
        right: 21px;
    }
    header #nav-form input{
        line-height: 49px;
        min-height: 49px;
        padding-right: 48px;
        margin: 0;
        max-width: 200px;
        -webkit-transition: none; /* Safari prior 6.1 */
        transition: none;
    }

    header #nav-form input:focus{
        padding-right: 48px;
        max-width: 200px;
    }

    #NKS_intro .row .col{
        padding-left: 114px;
        text-align: left;
    }

    #NKS_intro h1{
        font-size: 2.55rem;
        font-weight: 500;
        margin: 0;
        margin-bottom: 50px;
    }
    #NKS_intro .fuen_logo img {
        max-width: unset;
    }
    #NKS_intro .fuen_logo:after {
        left: 0;
        max-width: 215px;
        height: 2px;
        transform: translateX(0);
    }
    #NKS_intro #social_link{
        top: 49px;
        right: 7%;
    }
    #NKS_intro #social_link i{
        font-size: 21px;
    }

    #NKS_intro #social_link a{
        color: rgb(255,255,255);
        display: block;
        padding: 11px 0;
        margin: 11px 0;
    }


    /* ----------------------------------- carousel ------------------------------ */
    #news_carousel .slick-arrow{
        background-color: transparent;
        background-image: url("/assets/img/Slider_arrow.svg"), url("/assets/img/Slider_arrow_bg.svg"), url("/assets/img/Slider_arrow_bg.png");
        background-size: 50px, 100%, cover;
        background-position: 70% center, 0px calc(100% + 1px), center center;
        background-repeat: no-repeat, no-repeat, no-repeat;
        width:24.55%;
        height: 10rem;
        
    }
    #news_carousel div{
        height: 10rem;
    }
    #news_carousel .slick-current:after{
        border-width: 8px;
    }
    #news {
        max-width: 1140px;
        margin-top: 10rem;
        margin-bottom: 10rem;
    }
    #news .news_image{
        padding-right: 5%;
    }
    #news .news_text{
        padding-left: 2%;
    }
    #news .news_image img{
        border: 8px solid #fab900;
        border-radius: 14px;
    }

    #news .news_text h2{
        font-size: 2rem;
    }
    #news .news_text h3{
        font-size: 1.6rem;
    }
    /* ------------------------------- members country --------------------------*/
    #members-country .row{
        max-width: 90%;
    }
    #members-country .card-title{
        font-size: 1.25rem;
    }
    #members-country .card-link{
        font-size: 1rem;
    }

    /* ------------------------------ calendar -----------------------------------*/
    #event-calendar-top, #event-calendar-bottom{
        display: block;
    }
    #calendar .ui-datepicker .ui-datepicker-prev, #calendar .ui-datepicker .ui-datepicker-prev .ui-icon{
        left: 25% !important;
    }
    #calendar .ui-datepicker .ui-datepicker-next, #calendar .ui-datepicker .ui-datepicker-next .ui-icon{
        right: 25% !important;
    }
    #calendar .ui-datepicker{
        margin-right: 22px;
    }
    #event-calendar #event_container{
        margin-left: 22px;
        padding: 60px;
    }
}
@media (max-width: 1200px){
    #NKS_intro .agsm_logo{
        max-width: 190px;
        margin-bottom: 10px;
    }
}
@media (min-width: 1430px){
    #news, .container {
        max-width: 1430px;
    }
}
@media (max-width: 767px){
    #article .content, #article .news, #article .documents, #article .member_org {
        padding: 20px;
    }
    main{
        background-color: rgb(242,242,242);
    }
    .container {
        max-width: 100%;
    }
    header #nav-container {
        background-color: #fab900;
    }
    .navbar-brand > span{
        color: rgb(0,0,0);
    }
    #social_link{
        display: none;
    }
    .navbar-collapse{
        position: fixed;
        top: 0;
        right: 0;
        background: white;
        text-align: right;
        display: block !important;
        height: 100vh !important;
    }
    .navbar-collapse.collapse.show{
        transform: translateX(0);
    }
    .navbar-collapse.collapse{
        transform: translateX(100%);
    }
    .navbar-collapse.collapsing {
        -webkit-transition: transform 0.35s ease;
        -moz-transition: transform 0.35s ease;
        -ms-transition: transform 0.35s ease;
        -o-transition: transform 0.35s ease;
        transition: transform 0.35s ease; 
    }
    
    header .navbar-expand-md .navbar-nav .nav-link,
    header .navbar-nav > li > .dropdown-item,
    .navbar-dark .navbar-nav .show>.nav-link,
    header .navbar-expand-md .navbar-nav .nav-item:hover .nav-link {
        color: rgb(0,0,0);
    }
    header .navbar-expand-md .navbar-nav .nav-link,
    header .navbar-nav > li > .dropdown-item,
    header .navbar-nav li.nav-item.dropdown.show .dropdown-item{
        padding-right: 23px;
        padding-top: 4px;
        padding-bottom: 4px;
        padding-left: 0;
    }
    .dropdown-toggle::after{
        position: absolute;
        top: 19px;
        right: 8px;
    }
    .social_link{
        padding-right: 23px;
    }
    .social_link a{
        display: block;
        color: rgb(204,204,204);
        padding: 10px 0;
    }

    header .navbar .navbar-nav{
        padding-left: 0;
        padding-right: 0;
        padding-top: 31px;
    }
    header .navbar button.close{
        font-size: 2.5em;
        font-weight: 400;
        color:  #fab900;
        padding: 2px 20px;
    }
    header #nav-form {
        position: absolute;
        top: 37px;
        left: 0;
        right: 0;
    }
    header #nav-form input{
        max-width: initial;
        line-height: 30px;
        min-height: 30px;
        background-color: #fab900;
    }
    header #nav-form i{
        font-size: 16px;
        top: 10px;
    }
    header .navbar .dropdown-menu{
        text-align: right;
        padding: 0;
        margin: 0;
        box-shadow: none !important;
        background-color: rgb(242,242,242);
    }
    header .navbar-nav li a{
        padding-left: 0;
        padding-right: 0;
    }
    #NKS_intro_container{
        background-position: center center;
    }
    #NKS_intro .row{
        margin-left: 0;
        margin-right: 0;
    }
    #NKS_intro > div{
        padding-top: 68px;
        padding-bottom: 30px;
    }
    #NKS_intro .agsm_logo {
        max-width: 40%;
        left: 0;
        margin-bottom: 30px;
    }
    #NKS_intro .agsm_25_logo {
        padding: 20px;
        text-align: center;
    }
    #NKS_intro .agsm_25_logo img {
        max-width: 40%;
    }
    #NKS_intro h1{
        width: 100%;
        font-size: 1.5rem;
        line-height: 1.6;
        font-weight: 400;
        margin-bottom: 20px;
    }
    #NKS_intro h2{
        font-size: .7rem;
        line-height: 1.6;
        font-weight: 400;
    }
    #NKS_intro h2 br{
        display: none;
    }
    #NKS_intro h2 span:after{
        content: " • ";
    }
    #NKS_intro h2 span:last-of-type:after{
        display: none;
    }
    #NKS_intro .fuen_logo:after{
        display: none;
    }
    #news_carousel{
        display: none;
    }

    #news .slick-arrow{
        all: unset;
        font-size: 0;
        background-color: rgb(255, 255, 255);
        border: 4px solid rgb(242,242,242);
        border-radius: 20px;
        width: 21px;
        height: 40px;
        position: relative;
        display: block !important;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1;
    }
    #news .slick-arrow::after{
        content: "";
        position: absolute;
        z-index: 2;
        background-image: url(/assets/img/arrow.svg);
        background-size: contain;
        background-repeat: no-repeat;
        width: 7px;
        height: 9px;
        top:0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }
    #news .slick-prev{
        left: 1px;
    }
    #news .slick-next{
        right: 1px;
    }
    #news .slick-next::after{
        transform: rotate(180deg);
    }
    #news .slick-list{
        background: white;
        border-radius: 10px;
        padding-bottom: 20px;
    }
    #news .news_text{
        padding-bottom: 15px;
        font-weight: 400;
        font-size: 0.85rem;
    }
    #news .news_text *{
        padding-left: 10%;
        padding-right: 10%;
    }
    #news .news_text h2{
        font-size: 1.25rem;
        font-weight: 600;
    }
    #news .news_text h3{
        font-size: 1.15rem;
        font-weight: 600;
    }
    #news .news_text p{
        font-weight: 400;
        font-size: 0.85rem;
    }

    #members-country h1{
        font-size: 5.5vw;
        color: rgb(0,0,0);
        margin-bottom: 1rem !important;
    }
    .map{
        padding: 0;
    }
    .bs-title-option{
        display: none;
    }
    #member_country,
    #member_list{
        font-size: 3vw;
    }
    #member_country{
        background-color: #007D77;
        border-radius: 0;
        border: none;
        color: #fff;
    }
    #member_list{
        background-color: #00635E;
        border-radius: 0;
        border: none;
        color: #fff;
    }
    #members-map h1{
        background-color: #00C7BD;
        color: #fff;
        font-size: 5.5vw;
        margin-bottom: 0!important;
        margin-left: -15px;
        margin-right: -15px;
        padding: 10px 0;
        position: relative;
    }
    #members-map h1::before{
        content: "";
        position: absolute;
        left:0;
        right: 0;
        top:0;
        height: 16px;
        background: rgba(0,0,0,0);
        background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.3) 100%);
    }
    #members-map .list{
        background-color: transparent;
    }
    #members-map .list_container{
        padding: 0 !important;
        display: flex;
    }
    #members-map .list_container > .bootstrap-select,
    #membersFullList_mobile{
        margin: 0 !important;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    #membersFullList_mobile .bootstrap-select{
        margin: 0 !important;
    }
    #members-map .list .bootstrap-select .btn, #members-map .list .bootstrap-select .btn:focus, #members-map .list .bootstrap-select .btn:hover{
        background-color: #007D77;
        border-radius: 0;
        border: none !important;
    }
    #members-map .list .bootstrap-select .dropdown-toggle .filter-option-inner-inner{
        color: white;
        font-size: 3.5vw;
        padding-right: 5px;
    }
    .bootstrap-select .dropdown-toggle:before{
        width: 0; 
        height: 0; 
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 4px solid #fff;
        top: -4px;
        position: relative;
        right: 0px;
    }
    #members-map .col h3{
        display: none;
    }
    #members-map .map h3{
        display: none;
    }
    #members-map{
        margin-bottom: 2rem;
    }
    #members-map #map_canvas{
        max-height: 35vh;
        border-radius: 0;
    }
    #members-country h1{
        padding-bottom: 0 !important;
    }
    #members_container .card{
        margin: 0 20px;
        text-align: center;
    }
    #members-country .card span{
        font-size: .9rem;
    }
    #members-country .card-title-logo img{
        padding-top: 15px;
        padding-bottom: 20px;
    }
    #members_container .slick-list{
        padding-top: 40px !important;
        padding-bottom: 20px !important;
    }
    #members-country .card-title{
        font-size: 4vw;
    }
    #members-country .card-link{
        font-size: .9rem;
    }
    #members-country .card{
        box-shadow: 0 0 1.2em 0.5em rgba(0,0,0,0.1);
    }
    #members-country .card-img{
        min-height: 20vh;
        max-height: 20vh;
    }
    #event-calendar{
        background: rgb(255,255,255);
        margin-top: 1rem;
    }
    #event-calendar h1{
        text-align: center;
        color: rgb(179,179,179);
        font-size: 5.5vw;
        margin-bottom: 0;
        padding: .75rem 0;
    }
    #event-calendar .row{
        margin-top: 0;
        margin-bottom: 0;
    }
    #event-calendar .col-12{
        padding: 0;
    }
    #event-calendar-top, #event-calendar-bottom{
        display: none;
    }
    #calendar .ui-datepicker{
        margin-right: 0;
        padding:0 0 38px 0;
    }
    #calendar table.ui-datepicker-calendar{
        margin-top: 0;
    }
    #calendar table.ui-datepicker-calendar tbody tr:first-child td:first-child, #calendar table.ui-datepicker-calendar tbody tr:first-child td:first-child a,
    #calendar table.ui-datepicker-calendar tbody tr:last-child td:last-child, #calendar table.ui-datepicker-calendar tbody tr:last-child td:last-child a,
    #calendar table.ui-datepicker-calendar tbody tr:last-child td:first-child, #calendar table.ui-datepicker-calendar tbody tr:last-child td:first-child a{
        border-radius: 0;
    }
    #calendar .ui-state-disabled{
        background-color: rgb(204,204,204);
    }
    #calendar .ui-state-default, #calendar .ui-widget-content .ui-state-default, #calendar .ui-widget-header .ui-state-default, #calendar .ui-button, html #calendar .ui-button.ui-state-disabled:hover, html #calendar .ui-button.ui-state-disabled:active{
        border-top: solid 1px rgb(230,230,230);
        border-right: solid 1px rgb(230,230,230);
    }
    #calendar table.ui-datepicker-calendar tbody tr td:first-child a, #calendar table.ui-datepicker-calendar tbody tr td:first-child span{
        border-left: solid 1px rgb(230,230,230);
    }
    #calendar table.ui-datepicker-calendar tbody tr:last-child a, #calendar table.ui-datepicker-calendar tbody tr:last-child span{
        border-bottom: solid 1px rgb(230,230,230);
    }
    #calendar .ui-datepicker td a, #calendar .ui-datepicker td span{
        line-height: 16vw;
    }
    #calendar .ui-state-default, #calendar .ui-widget-content .ui-state-default, #calendar .ui-widget-header .ui-state-default, #calendar .ui-button, html #calendar .ui-button.ui-state-disabled:hover, html #calendar .ui-button.ui-state-disabled:active{
        font-size: 2.7vw;
        font-weight: 400;
    }
    #calendar .ui-datepicker td a:before, #calendar .ui-datepicker td span:before{
        width: 5vw;
        height: 5vw;
        bottom: 1px;
    }
    #calendar .ui-datepicker .ui-datepicker-title{
        color:rgb(0,0,0);
    }
    #calendar.ui-datepicker .ui-datepicker-prev, #calendar .ui-datepicker .ui-datepicker-next{
        width: auto;
        height: auto;
    }
    #calendar .ui-datepicker .ui-widget-header{
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
    }
    #calendar .ui-datepicker .ui-datepicker-prev,
    #calendar .ui-datepicker .ui-datepicker-next{
        width: 43px;
        height: 43px;
    }
    #calendar .ui-datepicker .ui-datepicker-prev{
        left: 0 !important;
    }
    #calendar .ui-datepicker .ui-datepicker-prev .ui-icon{
        top: 50% !important;
        left:50% !important;
        transform: translate(-50%, -50%);
    }
    #calendar .ui-datepicker .ui-datepicker-next{
        right: 0 !important;
    }
    #calendar .ui-datepicker .ui-datepicker-next .ui-icon{
        top: 50% !important;
        right:50% !important;
        transform: translate(50%, -50%) scaleX(-1);
    }
    #calendar .ui-widget-header .ui-icon{
        width: 1.875vw;
        height: 2.5vw;
        background-size: cover;
        background-image: url('/assets/img/arrow_gray.svg');
    }
    #event-calendar #event_container{
        display: none;
    }
    #article img{
        max-width: 100%;
        height: auto;
    }
    #footer{
        padding-left: 0;
        padding-right: 0;
    }
    #footer .row{
        padding: 0 !important;
        margin: 0 !important;
    }
    #footer .col{
        min-width: 100%;
        padding: 2rem;
    }
    #footer .link{
        background-color: rgb(230,230,230);
        padding: 1rem;
    }
    #footer .link a{
        color: rgb(0,0,0);
    }
    .modal-dialog{
        margin: 0;
    }
    .modal-backdrop.show{
        z-index: 2;
    }
    .modal-content{
        border: 0;
        border-radius: 0;
        margin-top: 36px;
    }
    .modal-header{
        border-bottom: 0;
    }
    .modal-header::before{
        content: "";
        position: absolute;
        left:0;
        right: 0;
        top:0;
        height: 16px;
        background: rgb(255,255,255);
        background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(223,223,223,1) 100%);
    }
    .modal-header .close{
        font-size: 2.5rem;
        font-weight: 400;
        padding: .5rem 1rem 0 1rem;
        color: #fab900;
    }
    .modal-body{
        padding: 0 12% 40px 12%;
    }
    .event .date{
        color: #fab900;
        font-size: 15px;
        margin-bottom: 2rem;
    }
    .event .date span{
        line-height: 30px;
        padding: 0 10px;
        background-color: #fab900;
        color: rgb(255,255,255);
        display: inline-block;
        border-radius: 30px;
        min-width: 40px;
        text-align: center;
        margin-right: 5px;
    }
    .event h5{
        font-size: 1.3rem;
        line-height: 1.6;
    }
    .event .location{
        padding: .5rem 0;
        word-break: break-word;
        color: rgb(153,153,153);
        font-size: .8rem;
    }
    .event p{
        line-height: 1.6;
        word-break: break-word;
    }
    .event .event-link{
        margin-top: 1rem;
        display: block;
    }
    #article, #categories{
        padding-top: 37px;
        padding-bottom: 0;
    }
    #categories .container, #article .container, .feature-img img{
        border-radius: 0 !important;
    }
    .img_0{
        display: none;
    }
    #article #gallery #gallery_images{
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 100px;
    }
    .ekko-lightbox .ekko-lightbox-nav-overlay a span{
        padding: 1.73em .6em;
    }
    .ekko-lightbox .ekko-lightbox-nav-overlay a{
        left: -164px;
    }
    .ekko-lightbox .ekko-lightbox-nav-overlay a span::before{
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 14px solid rgb(255,255,255);
    }
    .ekko-lightbox .ekko-lightbox-nav-overlay a:first-of-type span::before{
        border-left: none;
        border-right: 14px solid rgb(255,255,255);
    }
    .ekko-lightbox .ekko-lightbox-nav-overlay a:last-of-type{
        right: -164px;
    }
}
@media (max-width: 767px) and (orientation: landscape){
    #members-map #map_canvas {
        max-height: 70vh;
    }
    #members-country .card-img {
        min-height: 60vh;
        max-height: 60vh;
    }
    #members-country h1,
    #members-map h1,
    #event-calendar h1{
        font-size: 3.5vw;
    }
}