/* GENERAL */

/*
COLOR: #666666;
COLOR: #E03838;
COLOR: #000000;
*/
:root {
    --border-color: #bdbdbd;
    --primary-color: #E03838;
    --text-color: #000000;
    --white: #ffffff;
    --default-text-color: #666666;
}

body{
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  color: #666666;
}

h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6{
  color: #E03838;
  font-weight: 600;
  font-family: 'Source Sans Pro', sans-serif;
}

p{
  margin-bottom: 10px;
}

hr{
  margin-top: 15px;
  margin-bottom: 15px;
}

a{
    color: #E03838;
    text-decoration: none;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

a:hover{
    color: #000000;
    text-decoration: none;
}

/* a:focus,
a:active,
a:visited{
  color: #E03838;
  text-decoration: none;
  outline:0;
} */

button{
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

button:focus {
    outline: 0;
}

:focus {
    outline: -webkit-focus-ring-color auto 0;
}

.tooltip{
  font-size: 12px;
}

.modal-lg {
    max-width: 100%;
}

.modal-title {
  margin-bottom: 0;
  line-height: 20px;
  font-size: 16px;
  color: black;
}

.modal-title span{
  display: block;
  color: #E03838;
}

ul{
  padding-left: 27px;
  margin-bottom: 10px;
}

.navbar-nav .dropdown-menu {
    margin-top: -2px;
}

/* /GENERAL */

/* STRUCTURE */

main{
  width: 100%;
  max-width: 1000px;
  margin: auto;
}

/* /STRUCTURE */

/* HEADER */

header{
  position: relative;
  height: 160px;
  width: calc(100% + 2px);
  margin-left: -1px;
}

.header_bg{
  width: 100%;
  height: auto;
  position: relative;
  z-index: 0
}

.header_logo{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

/* /HEADER */

/* NAVBAR */

.navbar{
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0;
}

.nav-link{
  background-color: white;
  border-left: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  color: #333333;
  font-size: 13px;
  line-height: 26px;
  padding: 0 10px;
}

.nav-item:last-child .nav-link{
  border-right: 1px solid #cccccc;
}

.navbar-light .navbar-nav .nav-link {
    color: #333333;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #333333;
    background-color: #bdbdbd;
}

.nav-link.active,
.dropdown-item.active {
  color: #333333;
  background-color: #bdbdbd;
  border-bottom: 1px solid white;
}

.navbar .form-control {
    padding: 0 10px;
    height: 27px;
    font-size: 13px;
    line-height: 27px;
    border-radius: 0;
    width: calc(100% - 36px);
    border-color: #cccccc;
    color: #333333;
    border-width: 0 0 1px 1px;
    border-style: solid;
}

.navbar .form-control:focus {
    outline: 0;
}
.navbar .form-control:focus ~ .btn_search{
    border-bottom-color: #E03838;
}

.navbar ::placeholder{
  color: #333333;
  opacity: 1;
}

.navbar :-ms-input-placeholder{
  color: white;
}

.navbar ::-ms-input-placeholder {
  color: white;
}

.btn_search{
  color: #E03838;
  background-color: #ffffff;
  background-image: none;
  font-size: 16px;
  height: 27px;
  padding: 0 10px;
  border-radius: 0;
  margin-left: -1px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
    border: 1px solid #cccccc;
    border-width: 0 1px 1px 0;
}

.btn_search:hover{
    color: #ff3939;
}

.btn_search:focus{
  outline: 0;
  box-shadow: 0 0 0 0 rgba(0,123,255,0);
}

.navbar-light .navbar-toggler {
    color: #ffffff;
    border: 0;
    border-radius: 0;
    padding: 5px 10px;
    font-size: 30px;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
}

.dropdown-menu{
  border-radius: 0;
}

.dropdown-menu .dropdown-menu{
  border-left: 0;
  border-right: 0;
}

.dropdown-item{
    padding-right: .5rem;
    padding-left: .5rem;
    background-color: white;
    border: 0;
    color: #333333;
    font-size: 13px;
    line-height: 26px;
    padding: 0 10px;
}

.dropdown-menu .nav-link{
  border: 0!important;
}

a.dropdown-item:hover{
  color: #333333;
  background-color: #bdbdbd;
}

.dropdown-menu .dropdown-menu{
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  border-top: 0;
  border-bottom: 0;
}

.dropdown-menu .dropdown-menu .dropdown-item{
    line-height: 18px;
    padding-left: 1.3rem;
}

.sub_nav{
  width: 100%;
  cursor: pointer;
}

.sub_nav::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.navbar-collapse{
    z-index: 99;
}

@media (min-width: 992px){
    .navbar-nav{
        flex-shrink: 0;
    }
    .navbar .form-control {
        border-width: 0 0 1px 0;
    }
}
/* /NAVBAR */

/* NOTY JS */

.noty_bar{
  -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow:    0px 0px 13px 0px rgba(0, 0, 0, 0.25);
  box-shadow:         0px 0px 13px 0px rgba(0, 0, 0, 0.25);
}

/* /NOTY JS */

/* DATATABLES */

.table .btn{
  font-size: 12px;
  line-height: 12px;
  padding: 8px 7px 6px 7px;
  margin: 2px 2px 3px 2px;
}

.table td,
.table th {
    padding: 7px 7px 5px 7px;
    vertical-align: middle;
}

.dataTables_wrapper{
  padding: 0;
  margin-bottom: 15px;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
    right: 19px;
}

table.dataTable thead > tr > th.sorting_asc,
table.dataTable thead > tr > th.sorting_desc,
table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting {
    padding-right: 40px;
}

table td .btn{
  margin: 0;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
    bottom: 50%;
    margin-bottom: -14px;
}

.pagination>li.page-item>a,
.pagination>li.page-item>span {
    padding: 2px 6px;
}

.pagination>li.page-item>a {
    color: #666666;
    background-color: #303030;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-top: 1px solid #303030;
    border-bottom: 1px solid #303030;
    font-size: 14px;
}

.pagination>li.page-item>a:focus,
.pagination>li.page-item>a:hover {
    color: #E03838;
    background-color: #666666;
    border-left: 1px solid #666666;
    border-right: 1px solid #666666;
    border-top: 1px solid #666666;
    border-bottom: 1px solid #666666;
}

.pagination>.page-item.disabled>a,
.pagination>.page-item.disabled>a:focus,
.pagination>.page-item.disabled>a:hover,
.pagination>.page-item.disabled>span,
.pagination>.page-item.disabled>span:focus,
.pagination>.page-item.disabled>span:hover {
    color: #E03838;
    background-color: #666666;
    border-color: #666666;
}

.pagination>.page-item.active>a,
.pagination>.page-item.active>a:focus,
.pagination>.page-item.active>a:hover,
.pagination>.page-item.active>span,
.pagination>.page-item.active>span:focus,
.pagination>.page-item.active>span:hover {
    color: #fff;
    background-color: #E03838;
    border-color: #E03838;
}

div.dataTables_wrapper div.dataTables_length label {
    font-size: 12px;
}

div.dataTables_wrapper div.dataTables_info {
    font-size: 12px;
}

div.dataTables_wrapper div.dataTables_filter label {
    font-size: 12px;
}

div.dataTables_wrapper div.dataTables_filter input {
    height: 20px;
    font-size: 12px;
}

div.dataTables_wrapper div.dataTables_length select {
    width: 55px;
    font-size: 12px;
    height: 20px!important;
}

/* /DATATABLES */

/* CHECKBOX */

.checkbox {
    padding-left: 0;
}

.checkbox.checkbox-inline{
  display: inline;
}

.checkbox label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 27px;
    line-height: 22px;
    margin-right: 15px;
    margin-bottom: 5px;
}

.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    margin-left: -3px;
    border: 1px solid #666666;
    border-radius: 0;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox label::after {
  width: 20px;
  height: 20px;
  left: -1px;
  top: 0;
  margin-left: 0px;
  padding-left: 0px;
  padding-top: 0px;
  font-size: 15px;
  margin-top: -1px;
  color: #E03838;
}

.checkbox input[type="checkbox"] {
    opacity: 0;
    z-index: 1;
    margin-right: -16px;
}

/* /CHECKBOX */

/* RADIO BUTTON */

.radio {
    padding-left: 0;
}

.radio.radio-inline {
    display: inline;
    margin-left: 0 !important;
}

.checkbox input[type="radio"] {
    opacity: 0;
    z-index: 1;
    margin-right: -16px;
}

.radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #666666;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;
}

.radio label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 10px;
    height: 10px;
    left: 5px;
    top: 5px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #E03838;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.radio input[type="radio"]:checked + label::before {
    border-color: #E03838;
}

.radio label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    color: #666666;
    padding-left: 12px;
    margin-right: 15px;
    margin-bottom: 5px;
}

/* /RADIO BUTTON */

/* FORM */

.row_form{
  border-bottom: 1px solid #666666;
  margin-bottom: 15px;
}

.row_form:last-of-type{
  border-bottom: 0;
}

.row_buttons{
  border-bottom: 0;
  border-top: 1px solid #666666;
  padding-top: 15px;
}

.form-group{
  margin-bottom: 15px;
}

.form-group label{
  width: 100%;
  color: white;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 7px;
}

.form-control{
  width: 100%;
  padding: 4px 7px 4px 7px;
  border: 1px solid #666666;
  height: 33px;
  font-size: 14px;
  line-height: 16px;
  border-radius: 0;
}

.form-control:focus {
    color: #666666;
    background-color: #fff;
    border-color: #E03838;
    outline: 0;
    box-shadow: 0 0 1px 0 rgba(214, 0, 28, 0.3);
}

textarea{
  width: 100%;
  padding: 4px 7px 4px 7px;
  border: 1px solid #666666;
  height: 100px;
  font-size: 14px;
  line-height: 16px;
  border-radius: 0;
}

textarea:focus{
  border-color: #E03838;
  outline: 0;
  box-shadow: 0 0 1px 0 rgba(214, 0, 28, 0.3);
}

/* /FORM */

/* DATE PICKER */

.ui-datepicker{
  z-index: 2 !important;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    border: 1px solid #c5c5c5;
    background: #e8e8e7;
    font-weight: normal;
    color: #000000;;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #666666;
    background: #666666;
    color: #fff;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover{
  left: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 2px;
    cursor: pointer;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #E03838;
    background: #E03838;
    font-weight: normal;
    color: #ffffff;
}

/* /DATE PICKER */

/* SWIPER */

.swiper-wrapper{
    height: 300px;
}
.swiper-slide img{
  width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}
.swiper-slide a{
    display: inline-block;
    width: 100%;
    height: 100%;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    pointer-events: all;
    opacity: 0;
}
.swiper-button-next::after, .swiper-button-prev::after{
    display: none;
}
.swiper-button-next, .swiper-button-prev{
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: center;
}
.swiper-button-next {
    background-image: url("../graphics/next_new.svg");
}
.swiper-button-prev{
    background-image: url("../graphics/prev_new.svg");
}

.swiper-container .swiper-button-next:hover,
.swiper-container .swiper-container-rtl:hover .swiper-button-prev:hover {
    opacity: 1;
}

.swiper-container .swiper-button-prev:hover,
.swiper-container .swiper-container-rtl:hover .swiper-button-next:hover {
    opacity: 1;
}

.swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 100%;
    background: #ffffff;
    opacity: 1;
    -webkit-box-shadow: 4px 2px 1px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:    4px 2px 1px 0px rgba(0, 0, 0, 0.5);
    box-shadow:         4px 2px 1px 0px rgba(0, 0, 0, 0.5);
}

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: -5px !important;
    left: auto !important;
    right: 0 !important;
    width: auto !important;
} 

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #E03838;
}

.swiper-button-prev, .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 44px;
}

.swiper-button-prev.swiper-button-disabled:hover, .swiper-button-next.swiper-button-disabled:hover {
    opacity: 0.35;
}

.include-in-gallery:hover{
  cursor: -webkit-zoom-in;
}

.swiper-slide .title_box{
  position: absolute;
  top: 0;
  left: 0;
    width: 100%;
    padding: 10px 15px;
    background-color: rgba(0, 0, 0, 0.5);
}

.swiper-slide .title_box h1{
  margin: 0;
  color: white;
  display: inline-block;
    font-size: 30px;
}

.swiper-slide .title_box h1:first-of-type{
  padding-top: 2px;
}

.swiper-slide .swiper_date{
  font-size: 16px;
  line-height: 33px;
  margin: 0;
  display: inline-block;
  color: white;
}

.swiper-slide .swiper_location{
  font-size: 16px;
  line-height: 22px;
  margin: 0;
  color: #fff;
    font-weight: bold;
  display: inline-block;
}

/* /SWIPER */

/* SECTION TITLE */

.section_title{
  margin-bottom: 0;
  padding-left: 10px!important;
  color: white;
  background-color: #E03838;
  font-size: 16px;
  line-height: 25px;
}

/* /SECTION TITLE */

/* HOME */

.template_home .main_container,
.template_article .main_container{
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-template-areas: "main" "sidebar";
    border-color: #ccc;
    border-width: 0 1px 1px 1px;
    border-style: solid;
}
@media screen and (min-width: 798px){
    .template_home .main_container,
    .template_article .main_container{
        grid-template-columns: 75% 25%;
        grid-template-areas: "main sidebar";
    }
    .template_home .main_content,
    .template_article .main_content{
        border-right: 1px solid var(--border-color);
    }
}
.template_home .main_content,
.template_article .main_content{
    grid-area: main;
}

.template_home aside,
.template_article aside{
    grid-area: sidebar;
}

.grid-home-box{
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: auto;

}
@media screen and (min-width: 576px){
    .grid-home-box{
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (min-width: 798px){
    .grid-home-box{
        grid-template-columns: repeat(3, 1fr);
    }
}
.home_box_link, .home_box{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.home_box_link{
    padding: 16px;
    border-bottom: 1px solid var(--border-color);
}

@media screen and (min-width: 576px){
    .home_box_link:nth-child(2n -1){
        border-right: 1px solid var(--border-color);
    }
}
@media screen and (min-width: 768px){
    .home_box_link:nth-child(2n -1){
        border-right: 0;
    }
    .home_box_link:nth-child(3n -2),
    .home_box_link:nth-child(3n -1){
        border-right: 1px solid var(--border-color);
    }
}

.home_box_text{
  width: 100%;
  height: 100%;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.home_box_text p, .home_box_text h3 {
    margin-bottom: 0;
}
.home_box-category{
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--text-color);
}

.home_box-title{
  color: var(--primary-color);
  margin: 0;
  font-size: 18px;
    font-weight: bold;
}
.home_box-date{
    font-size: 16px;
    font-weight: bold;
    color: var(--text-color);
}
.home_box-text{
    font-size: 14px;
    color: var(--text-color);
}

.home_box_link:hover .home_box-title{
    text-decoration: underline;
}

.home_box_link_gradient .home_box_text h3,
.home_box_link_gradient .home_box_text p{
  color: var(--white);
  text-shadow: 0 0 2px rgba(0,0,0,0.3);
    margin-bottom: 0;
}
.home_box_link_gradient .home_box_text h3{
    font-size: 18px;
}
.home_box_link_gradient .home_box_text p{
    font-size: 14px;
}
.gradient_box_ico{
    width: 20%;
    height: auto;
    margin-left: auto;
}
@media screen and (min-width: 576px){
    .gradient_box_ico{
        width: 50%;
    }
}

.home_box_link_gradient:hover .home_box_text h3{
  color: black;
}
/* /HOME */

/* SIDEBAR */

.button_sidebar{
  display: none;
  color: #bdbdbd;
  font-size: 28px;
  line-height: 28px;
  position: absolute;
  top: 10px;
  left: 10px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

  .button_sidebar i{
    transform: rotate(90deg);
    padding-bottom: 5px;
  }

  .button_sidebar:hover{
    color: #E03838;
  }

  .sidebar .person_strip_text {
    max-width: 100%;
    min-width: 100%;
    min-height: auto;
   }

   .sidebar .person_strip_text p{
     padding: 0;
  }

   .sidebar .person_strip_foto {
    min-height: auto;
   }

   .sidebar .person_strip_foto img{
    margin-bottom: 0;
   }

 .sidebar .person_strip_text:nth-child(2) {
    display:none;
}

 .sidebar .person_strip {
    display: flex;
    flex-direction: column-reverse;
}

  .sidebar_active .button_sidebar i{
    transform: rotate(-45deg);
  }

/* /SIDEBAR */

/* SIDEBAR LINK */

aside .section_title{
    background: var(--text-color);
}

aside .document_strip {
    padding: 0;
}

aside .document_strip p {
    padding: 10px!important;
}

aside .document_link {
    position: relative;
    border-left: none;
}



.sidebar_link{
  font-size: 14px;
  color: var(--text-color);
  border-bottom: 1px solid #bdbdbd;
  padding: 10px 27px 10px 10px;
  width: 100%;
  display: block;
  position: relative;
}

.sidebar_link i {
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 10px;
}

.sidebar_link:hover {
  color: #E03838;
}
.document_download{
  padding: 10px 40px 10px 10px;
  color: var(--text-color);
  border-bottom: 1px solid #bdbdbd;
  width: 100%;
  font-size: 14px;
  display: block;
  position: relative;
}

.document_download i{
  font-size: 20px;
  position: absolute;
  right: 10px;
}

.document_download:hover{
  color: #E03838;
}

.article_strip_side .info_strip_link:last-of-type .sidebar_link{
  border-bottom: 0;
}

.card-body .article_strip_side p{
  padding-left: 10px;
  padding-right: 10px;
}

.card-body .article_strip{
  margin-top: -8px;
  border-top: 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #bdbdbd;
}

.red-box{
    background: var(--primary-color);
    color: var(--white);
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.red-box > h5{
    font-size: 16px;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 0;
}
.red-box > p{
    font-size: 14px;
    margin-bottom: 0;
}
.red-box > a{
    color: var(--white);
    font-size: 14px;
    font-weight: 700;
    text-decoration: underline;
    margin-bottom: 0;
}
.red-box > a:hover{
    color: var(--white);
}
.red-box button{
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: underline;
    padding: 0;
    color: var(--white);
    font-size: 14px;
}

/* /SIDEBAR LINK */

/* SPONSOR */

.sponsor_strip{
    border-style: solid;
    border-color: var(--border-color);
    border-width: 1px 1px 0 1px;
    margin-top: -1px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: auto;

}
@media screen and (min-width: 768px){
    .sponsor_strip{
        grid-template-columns: repeat(4, 1fr);
    }
}

.sponsor_link{
  font-size: 14px;
  color: var(--primary-color);
    font-weight: 700;
    text-decoration: underline;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 16px;
    border-style: solid;
    border-color: var(--border-color);
    border-width: 0 0 1px 0;
}
.sponsor_link:nth-child(odd){
    border-width: 0 1px 1px 0;
}
@media screen and (min-width: 768px){
    .sponsor_link:nth-child(4n -2){
        border-width: 0 1px 1px 0;
    }
}

.sponsor_link img{
    width: calc(100% - 32px);
    height: 80px;
    object-fit: contain;
    object-position: center;
}
.sponsor_link span{
  display: block;
}
.sponsor_link:hover img{
  opacity: 0.5;
}

.sponsor_link:hover span{
  color: var(--primary-color);
}

/* /SPONSOR */

/* FOOTER */

footer{
    background: #4D4D4D;
  font-size: 14px;
  margin-top: -1px;
    color: var(--white);
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
}
@media screen and (min-width: 576px){
    footer{
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (min-width: 768px){
    footer{
        grid-template-columns: repeat(4, 1fr);
    }
}

footer > div{
    padding: 10px 16px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.footer-section-title{
    font-weight: bold;
    font-size: 16px;
}
footer p{
  margin-bottom: 0;
}
footer a{
  color: var(--white);
}
footer a:hover{
    color: var(--white);
    text-decoration: underline;
}

/* /FOOTER */

/* ARTICLE */

.template_article .main_content p,
.template_article .main_content h1,
.template_article .main_content h2,
.template_article .main_content h3,
.template_article .main_content h4,
.template_article .main_content h5,
.template_article .main_content h6{
  padding-left: 10px;
  padding-right: 10px;
}

.template_article aside p{
  padding: 10px;
  margin: 0;
  line-height: 21px;
}

.template_article aside img{
  width: 100%;
  margin-bottom: 10px;
}

.template_article .main_content h1{
  margin-top: 15px;
  margin-bottom: 15px;
}

.header_article{
  width: 100%;
  position: relative;
}

.header_article img{
  width: 100%;
  height: auto;
}

.header_article .title_box{
  position: absolute;
  top: 0;
  left: 0;
}

.header_article .title_box h1{
  margin: 0;
  padding-left: 10px;
  padding-right: 10px;
  color: white;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.2);
}

.header_article .title_box h1:first-of-type{
  padding-top: 2px;
}

.header_article .swiper_date{
  font-size: 18px;
  line-height: 33px;
  margin: 0;
  margin-bottom: -3px;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
  color: white;
  background-color: rgba(0, 0, 0, 0.2);
}

.header_article .swiper_location{
  font-size: 13px;
  line-height: 22px;
  margin: 0;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 3px;
  color: #ccc;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.2);
}

/* /ARTICLE */

/* DOCUMENT STRIP */

.document_strip{
  width: 100%;
  padding: 10px 239px 10px 0;
  position: relative;
    border-style: solid;
    border-color: var(--border-color);
    border-width: 0 1px 1px 1px;
}

.document_strip:last-child{
  border-bottom: 0;
}

.document_strip p{
  padding-left: 10px;
  padding-right: 10px;
  margin: 0;
  font-weight: bold;
}

.document_link{
  width: 239px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #bdbdbd;
}

.document_link a{
  padding: 10px 40px 10px 10px;
  color: var(--default-text-color);
  width: 100%;
  display: block;
  position: relative;
}

.document_link a i{
  font-size: 24px;
  position: absolute;
  right: 10px;
}

.document_link a:hover{
    color: #E03838;
}

/* /DOCUMENT STRIP */

/* STRIP PERSON */

.person_strip{
    margin-top: -1px;
  position: relative;
  display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid var(--border-color)
}

.person_strip:after{
  content: '';
  display: block;
  clear: both;
}

.person_strip_text{
  -ms-flex: 0 0 calc(75% / 2);
  flex: 0 0 calc(75% / 2);
  padding: 10px;
  border-right: 1px solid #cccccc;
}

.person_strip_text p{
  font-size: 13px;
}

.person_strip_text h3{
  font-weight: bold;
  font-size: 16px;
  color: #000;
  margin: 0;
}

.person_strip_text h4{
  font-size: 16px;
  font-weight: normal;
  color: #E03838;
  margin: 0;
}

.person_strip_foto{
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}

.person_strip_foto img{
  height: auto;
  width: 100%;
}

.person_strip_title{
  height: auto;
}

.person_strip_title .person_strip_text,
.person_strip_title .person_strip_foto{
  padding: 0;
  height: auto;
  min-height: auto;
}

.person_strip_title .mobile_title{
  display: none;
}

/* /STRIP PERSON */

/* ARTICLE STRIP */

.article_strip{
  padding: 10px 249px 10px 10px;
  width: 100%;
  position: relative;
  min-height: 135px;
  border-top: 1px solid #bdbdbd;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.article_strip h2{
  color: #E03838;
  font-size: 16px;
  margin-bottom: 0;
}

.article_strip p{
  color: #000;
  margin: 0;
  line-height: 19px;
}

.article_strip_side{
  width: 239px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (min-width: 992px) {
    .article_strip_side{
        border-left: 1px solid var(--border-color);
    }
}

.article_strip_side img{
  width: 100%;
  height: auto;
}

.article_strip_side p{
  padding-left: 10px;
  padding-right: 10px;
}

.article_strip_link:hover .article_strip{
  background-color: #eaeaea;
}

.article_strip_side .sidebar_link,
.article_strip_side .document_download{
  border-bottom: 0;
  font-size: 16px;
}

.article_strip_side .document_download i{
  top: 11px;
}

/* /ARTICLE STRIP */

/* ARTICLE STRIP */

.main_content table{
  width: calc(100% - 20px)!important;
  margin-left: 10px;
}

.main_content table td{
  padding-left: 7px;
  padding-right: 7px;
}

/* /ARTICLE STRIP */

/* ARTICLE STRIP IMG */

.article_strip_img{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  min-height: auto;
    border-style: solid;
    border-width: 0 1px 1px 1px;
    border-color: var(--border-color);
}

.article_strip_img .article_strip_img_text{
  -ms-flex: 0 0 calc(100% - 239px);
  flex: 0 0 calc(100% - 239px);
  max-width: calc(100% - 239px);
  padding: 10px;
  min-height: 134px
}

.article_strip_img .article_strip_side{
  -ms-flex: 0 0 239px;
  flex: 0 0 239px;
  max-width: 239px;
  position: relative;
  height: auto;
  min-height: 134px
}

/* /ARTICLE STRIP IMG */

/* LOAD MORE */

.load_more_box{
  width: 100%;
  padding: 10px 0 12px 0;
  text-align: center;
    border-top: 1px solid var(--border-color);
    margin-top: -1px;
}

.content_strip .load_more_box{
    border-right: 1px solid var(--border-color);
    border-left: 1px solid var(--border-color);
}

/* /LOAD MORE */

/* CHARGER */

.charger{
  width: 100%;
  text-align: center;
  font-size: 44px;
  line-height: 44px;
  color: #000;
  padding: 10px 0;
    border-top: 1px solid var(--border-color);
    margin-top: -1px;
}
.content_strip .charger{
    border-right: 1px solid var(--border-color);
    border-left: 1px solid var(--border-color);
}

/* /CHARGER */

/* INFO STRIP */

.info_strip{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
    border-color: var(--border-color);
    border-style: solid;
    border-width: 0 1px 1px 1px;
}

.info_strip_text{
  -ms-flex: 0 0 calc(100% - 239px);
  flex: 0 0 calc(100% - 239px);
  max-width: calc(100% - 239px);
  min-height: 135px;
  padding: 10px;
}

.info_strip .article_strip_side{
  -ms-flex: 0 0 239px;
  flex: 0 0 239px;
  max-width: 239px;
  min-height: 135px;
  height: auto;
  position: relative;
}

.info_strip h4{
  font-size: 13px;
  color: #000;
  margin-bottom: 0;
}

.info_strip h3{
  font-size: 13px;
  margin-bottom: 5px;
}

.info_strip h2{
  color: black;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 0;
}

.info_strip_link:hover .sidebar_link,
.info_strip_link:hover .document_download{
  color: #E03838;
}
.info_strip:last-child{
    border-bottom-width: 0;
}

/* /INFO STRIP */

/* BREADCRUMBS */
.breadcrumb{
    margin-bottom: 0;
    background: #4D4D4D;
    border-radius: 0;
    padding: 8px 10px;
    border-left: 1px solid var(--border-color);
    border-right: 1px solid var(--border-color);
}
.breadcrumb-item{
    font-size: 14px;
}
.breadcrumb-item a{
    color: var(--white);
    font-weight: 700;
    text-decoration: underline;
}
.breadcrumb-item+.breadcrumb-item::before{
    color: var(--primary-color);
    padding-right: 8px;
    padding-left: 8px;
}
.breadcrumb-item.active{
    color: var(--white);
}
/* /BREADCRUMBS */

/* EVENT STRIP */

.event_strip{
  padding: 10px !important;
  min-height: auto;
}

.event_strip h4{
  font-size: 13px;
  color: #000;
  font-weight: normal;
  margin-bottom: 2px;
}

.event_strip h3{
  font-size: 13px;
  margin-bottom: 2px;
  color: #000;
  font-weight: bold;
}

.event_strip h2{
  color: #E03838;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 0;
}

.box_iscrizione_newsletter{
  padding: 10px;
}

.box_iscrizione_newsletter input {
    padding: 5px;
    border: 1px solid #CCCCCC;
    background-color: #EEEEEE;
    margin-bottom: 8px;
}

.event_strip_link:hover .event_strip{
  background-color: #eaeaea;
}

/* /EVENT STRIP */

/* FILTER ROW */

.filter_box{
  width: 100%;
  height: auto;
  padding: 10px;
  background-color: #e8e8e7;
}

.filter_row{
  width: 100%;
}

.filter_row:after{
  content: '';
  display: block;
  clear: both;
}

.filter_row label{
  float: left;
  color: #666666;
  width: auto;
  font-size: 13px;
  margin-bottom: 0;
  margin-top: 3px;
  margin-right: 5px;
}

.filter_row input.form-control{
  width: 137px;
  height: 22px;
  border-color: #CCCCCC;
  padding: 1px 5px 1px 5px;
  float: left;
}

.filter_row .form-group{
  margin-bottom: 10px;
}

.form_group_text{
  margin-top: 2px;
  margin-left: 0;
}

.form-group:after{
  content: '';
  display: block;
  clear: both;
}

.form-check{
  float: left;
  margin-right: 10px;
}

.form-check-input {
    margin-top: 2px;
    margin-left: 0;
}

.filter_row .form_group_data input{
  width: 82px;
}

.form_group_data label:last-of-type{
  margin-left: 5px;
}

.btn-outline-dark{
  background-color: white;
  border-color: #666666;
  color: #666666;
  height: 22px;
  line-height: 21px;
  padding: 0 5px;
}

.btn-outline-dark:hover{
  background-color: white;
  border-color: #E03838;
  color: #E03838;
  height: 22px;
  line-height: 21px;
  padding: 0 5px;
}

.btn-outline-dark.focus, .filter_box .btn-outline-dark:focus {
    box-shadow: 0 0 0 0 rgba(52,58,64,0);
}

/* /FILTER ROW */

/* COLLAPSE */

.card{
  border-top: 1px solid #bdbdbd;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
}

.card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 0;
}

.card-header h2{
  padding: 0!important;
}

.card-header .btn-link{
  display: block;
  width: 100%;
  text-align: left;
  padding: 0 30px 0 10px;
  font-size: 14px;
  line-height: 40px;
  border-radius: 0;
  color: black;
  border-bottom: 1px solid #bdbdbd;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-header .btn-link:hover{
  color: #E03838;
  text-decoration: none;
}

.card-header .btn-link.collapsed{
  border-bottom: 0;
}

.card-header .btn-link::before{
  content: '\f068';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  position: absolute;
  right: 10px;
}

.card-header .btn-link.collapsed::before{
  content: '\f067';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
}

.card:last-child .card-header .btn-link{
  border-bottom: 1px solid #bdbdbd;
}

.sidebar .card-header .btn-link{
  font-size: 14px;
  line-height: 40px;
  color: var(--text-color);
}

.sidebar .card-header .btn-link:hover{
  color: #E03838;
}

.accordion .card-body{
  padding: 7px 0 0 0;
}

.sidebar .accordion .card-body{
  padding: 0;
}

/* /COLLAPSE */

/* ATTIVITÀ POLITICHE */

.article_strip p.autore{
  color: #bdbdbd;
  margin-top: 7px;
}

.ap_strip .article_strip_side .sidebar_link,
.ap_strip .article_strip_side .document_download {
    padding: 10px 40px 10px 10px;
    color: var(--text-color);
    border-bottom: 1px solid #bdbdbd;
    width: 100%;
    font-size: 14px;
    display: block;
    position: relative;
}

.ap_strip .article_strip_side .sidebar_link:hover,
.ap_strip .article_strip_side .document_download:hover {
    padding: 10px 40px 10px 10px;
    color: #E03838;
}

.ap_strip .article_strip_side .accordion .card-body{
  padding: 0 0 10px 0;
}

.ap_strip .article_strip_side .btn-link{
  color: #bdbdbd;
}

.ap_strip .article_strip_side .btn-link:hover{
  color: #E03838;
}

.ap_strip .article_strip_side .card:last-child .btn-link.collapsed {
  border-bottom: 0;
}

/* /ATTIVITÀ POLITICHE */

/* MAP */

.map_box{
  padding: 0;
  margin-bottom: -6px;
}

.map_link{
  font-size: 13px;
  line-height: 13px;
  display: block;
  padding: 5px 10px 5px 10px;
}

.map_link:first-child{
  padding-top:10px;
}

.map_link:last-child{
  padding-bottom:10px;
}

/* /MAP */

/* GALLERY */

.gallery_img{
  width: 100%;
}

.grid_container{
  width: calc(100% - 10px);
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.grid-sizer,
.grid-item {
    width: 33.3333%;
    padding: 5px;
}

.lg-backdrop.in {
    opacity: 0.85;
}

.lg-download{
  display: none;
}

.lg-toolbar .lg-close:after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    content: "\f00d";
}

.lg-actions .lg-next:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "\f061";
}

.lg-actions .lg-prev:after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "\f060";
}

.grid_container a:hover{
  opacity: 0.8;
  text-decoration: none;
  cursor: -webkit-zoom-in;
}

/* /GALLERY */

/* ==================================================================== MEDIA QUERIES ==================================================================== */

@media screen and (max-width: 1199px) {



}

@media screen and (max-width: 1020px) {

  /* STRUCTURE */

  main{
    padding-left: 11px;
    padding-right: 11px;
  }

  /* /STRUCTURE */

}

@media screen and (max-width: 991px) {

/* HEADER */

header{
  height: auto;
  width: 100%;
}

.header_logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}


/* /HEADER */

/* NAVBAR */

.navbar {
  bottom: auto;
  top: 0;
  right: 0;
  width: 100%;
  position: absolute;
  padding-top: 67px;
}

.navbar-light .navbar-toggler {
    top: 0;
    right: 0;
    border: 0;
    border-radius: 0;
    position: absolute;
}

.navbar-nav .nav-link {
    padding-right: 10px;
    padding-left: 10px;
    border-right: 1px solid #cccccc;
}


/* /NAVBAR */

/* HOME */

/* /HOME */

/* FOOTER */

footer>p{
  padding: 10px;
  width: 28%;
  float: left;
}

footer>p:first-child{
  width: 18%;
}

.footer_side{
  width: 187px;
  float: right;
  padding: 10px;
  border-left: 1px solid #bdbdbd;
}

/* /FOOTER */

/* STRIP PERSON */

.person_strip{
  padding-right: 0;
  border-top: 1px solid #cccccc;
  position: relative;
}

.person_strip:after{
  content: '';
  display: block;
  clear: both;
}

.person_strip_text{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    min-height: auto;
  height: auto;
  float: none;
  padding: 10px 10px 0 10px;
  border-right: 0;
}

.person_strip_text p{
  font-size: 13px;
}

.person_strip_text h3{
  font-weight: bold;
  font-size: 18px;
  color: #000;
  margin: 0;
}

.person_strip_text h4{
  font-size: 18px;
  font-weight: normal;
  color: #E03838;
  margin: 0;
}

.person_strip_foto{
  height: 150px;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  min-height: auto;
  padding: 0 10px 10px 10px;
  position: relative;
  right: 0;
  top: 0;
}

.person_strip_foto img{
  height: 100%;
  max-width: auto;
  width: auto;
}

.person_strip_title .person_strip_text,
.person_strip_title .person_strip_foto{
  display: none;
}

.person_strip_title .person_strip_text.mobile_title{
  display: block;
}

/* /STRIP PERSON */

/* EVENT STRIP */

.box_iscrizione_newsletter{
  padding: 10px 0;
}

/* /EVENT STRIP */

/* INFO STRIP */

  .info_strip{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
  }

  .info_strip_text{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    min-height: auto;
    padding: 10px;
  }

  .info_strip .article_strip_side{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    min-height: auto;
    height: auto;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
  }

/* /INFO STRIP */

/* ARTICLE STRIP IMG */

.article_strip_img{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  min-height: auto;
}

.article_strip_img .article_strip_img_text{
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 10px 0 10px;
  min-height: auto;
}

.article_strip_img .article_strip_side{
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  height: auto;
  min-height: auto
}

.article_strip_img .article_strip_side{
  max-width: 100%;
  width: auto;
  height: auto;
}

/* /ARTICLE STRIP IMG */

/* GALLERY */

.gallery_img{
  width: 100%;
}

.grid_container{
  width: 100%;
  margin-left: -5px;
  margin-right: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}

.grid-sizer,
.grid-item {
    width: 50%;
    padding: 5px;
}

/* /GALLERY */

}

@media screen and (max-width: 767px) {

  /* STRUCTURE */

  main{
    padding-top: 15.7vw;
  }

  /* /STRUCTURE */

  /* HEADER */

  header{
    height: auto;
    position: fixed;
    top: 0;
    left: 12px;
    width: calc(100% - 22px);
    z-index: 998;
    background-color: white;
  }

  /* /HEADER */

  /* HOME */

  /* HOME */

  /* SIDEBAR */

  /* /SIDEBAR */

  /* FOOTER */

  footer>p{
    padding: 10px;
    width: 100%;
    float: left;
  }

  footer>p:first-child{
    width: 100%;
  }

  .footer_side{
    width: 100%;
    float: right;
    padding: 10px;
    border-left: 0;
  }

  /* /FOOTER */

  /* DOCUMENT STRIP */

  .document_strip{
    width: 100%;
    padding: 10px 0 10px 10px;
  }


  .document_link{
    width: 100%;
    position: relative;
    right: auto;
    top: 0;
    border-left: 0;
  }

  .document_link a{
    padding: 10px 10px 10px 40px;
    color: var(--text-color);
    width: 100%;
    display: block;
    position: relative;
  }

  .document_link a i{
    font-size: 24px;
    position: absolute;
    left: 10px;
  }

  .document_link a:hover{
      color: #E03838;
  }

  /* /DOCUMENT STRIP */

  /* ARTICLE STRIP */

  .article_strip{
    padding: 10px 0 0 0;
    width: 100%;
  }

  .article_strip_side{
    width: 100%;
    height: auto;
    position: relative;
    right: auto;
    top: 0;
    padding-top: 10px;
    border-left: 0;
  }

  .article_strip_side .sidebar_link{
    padding-left: 0;
  }

  .article_strip_side .document_download{
    border-bottom: 0;
    font-size: 16px;
    padding: 10px 10px 10px 25px;
  }

  .article_strip_side .document_download i{
    /* left: 0;
    right: auto; */
  }

  /* /ARTICLE STRIP */

}

@media screen and (max-width: 575px) {

  /* STRUCTURE */

  main{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 22.7vw;
  }

  /* /STRUCTURE */

/* HEADER */

  header{
    padding-top: 40px;
  }

  .header_logo {
    position: fixed;
    top: 0;
    left: 10px;
    z-index: 1;
    height: 40px;
    width: auto;
  }

/* /HEADER */

  /* NAVBAR */

  .navbar {
    position: fixed;
    padding-top: 40px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
  }

  .navbar-light .navbar-toggler {
      top: 0;
      right: 0;
      border: 0;
      border-radius: 0;
      position: fixed;
      color: #E03838;
      text-shadow: 0px 0px 0 rgba(0, 0, 0, 0);
      background: var(--white);
  }

  /* /NAVBAR */

  /* SIDEBAR */

  .template_article .sidebar{
    top: 22vw;
  }
    .wrap-sidebar {
        height: calc(100% - (22vw + 53px));
    }

  /* /SIDEBAR */

  /* SWIPER */

  .swiper-slide .title_box h1{
    font-size: 24px;
  }

  .swiper-slide .title_box h1:first-of-type {
    padding-top: 4px;
  }

  .swiper-slide .swiper_date{
    font-size: 16px;
    line-height: 30px;
  }

  .swiper-slide .swiper_location {
    font-size: 12px;
    line-height: 21px;
  }

  .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    -webkit-box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.5);
  }

  /* /SWIPER */

  /* HOME */


  /* /HOME */

  /* ARTICLE */

  .header_article .title_box h1{
    font-size: 24px;
  }

  .header_article .title_box h1:first-of-type {
    padding-top: 4px;
  }

  .header_article .swiper_date{
    font-size: 16px;
    line-height: 30px;
  }

  .header_article .swiper_location {
    font-size: 12px;
    line-height: 21px;
  }

  /* /ARTICLE */

}

@media screen and (max-width: 500px) {

  /* STRUCTURE */

  main{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 26.7vw;
  }

  /* /STRUCTURE */

  /* SIDEBAR */

  .template_article .sidebar{
    top: 26.7vw;
  }
    .wrap-sidebar {
        height: calc(100% - (26.7vw + 53px));
    }

  /* /SIDEBAR */

}

/* POL ACTYVITY */

.trspace  {
	padding-bottom: 5px;
}

.filterFixW {
	width: 720px;
}

/* /POL ACTYVITY */
