body {
  color: #121212;
  background: #fcfbf7;
  overflow-x: hidden;
}

@media screen and (max-width: 767px) {
  @supports (-webkit-touch-callout: none) {
    body {
      -webkit-overflow-scroll: touch;
    }
  }
}

img {
  width: 100%;
}

a,
button {
  text-decoration: none;
  transition: all 0.5s linear;
}

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

  a,
  button {
    transition: none;
  }
}

a {
  color: #121212;
}

a:hover {
  color: #0f00ff;
  opacity: 1 !important;
}

p {
  font-family: "Swift Neue LT Pro Regular";
  font-size: 14px;
  letter-spacing: 0.07px;
  line-height: 18px;
}

button {
  border: none;
  box-shadow: none;
  outline: none;
  padding: 0;
  background: none;
}

button:hover {
  border: none;
  box-shadow: none;
  outline: none;
}

button:focus {
  border: none;
  box-shadow: none;
  outline: none;
  background: none;
}

.container {
  max-width: 100%;
  padding: 0 80px;
}

@media screen and (min-width: 1921px) {
  .container {
    max-width: 1320px;
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .container {
    padding: 0 40px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding: 0 24px;
  }
}

.img_block img {
  transition: all 0.5s linear;
}

.p-l-0 {
  padding-left: 0;
}

.p-r-0 {
  padding-right: 0;
}

.p-b-0 {
  padding-bottom: 0 !important;
}

.no_brdr_btm {
  border-bottom: none !important;
}

.badge_sp {
  display: block;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 14px;
  color: #ffffff;
  background: #1104de;
  font-size: 11px;
  font-family: "ITC Franklin Gothic Std DmCd";
}

.offwhite_main_section {
  background: #f0f0e7;
}

.offwhite_main_section .ad_wrapper {
  background: #f0f0e7;
  margin: 0;
  padding: 46px 0;
}

.offwhite_main_section .filter_per_tags_wrap {
  border-bottom: 2px solid #121212;
  box-shadow: 0px 8px 12px rgba(18, 18, 18, 0.1490196078);
}

.ltoffwhite_main_section {
  background: #fcfbf7;
}

.ltoffwhite_main_section .ad_wrapper {
  background: #fcfbf7;
  margin: 0;
  padding: 46px 0;
}

.inner_highlight_news_wrapper {
  margin-top: 80px;
  margin-bottom: 24px;
}

.brdr_top_highlight {
  border-top: 2px solid #121212;
}

.brdr_ad_wrapper a {
  padding: 10px 0;
  border-top: 1px solid #121212;
  border-bottom: 1px solid #121212;
}

.brdr_ad_wrapper.lg_space_ad {
  margin: 78px 0;
}

@media screen and (max-width: 767px) {
  .brdr_ad_wrapper.lg_space_ad {
    margin: 24px 0;
  }
}

.subtitle_section {
  margin-bottom: 32px;
}

.subtitle_section h2 {
  display: block;
  font-size: 28px;
  font-family: "ITC Franklin Gothic Std DmCd";
  color: #121212;
}

.show_more_btn {
  display: table;
  padding: 0 16px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #121212;
  border: 1px solid #121212;
  font-size: 14px;
  font-family: "Swift Neue LT Pro Regular";
}

.show_more_btn.align_center {
  margin: 0 auto;
}

.show_more_btn:hover {
  border-color: #0f00ff;
  color: #0f00ff;
}

.brdr_btn {
  display: inline-block;
  height: 22px;
  line-height: 22px;
  padding: 0 6px;
  text-align: center;
  color: #121212;
  font-size: 12px;
  border: 1px solid #121212;
  background: #ffffff;
  font-family: "Swift Neue LT Pro Regular";
}

/* .brdr_btn:hover {
  border-color: #0f00ff;
  color: #0f00ff;
} */

.sticky_lbl {
  display: block;
  font-size: 16px;
  color: #121212;
  font-family: "ITC Franklin Gothic Std DmCd";
  margin-right: 24px;
}

.back_lbl {
  display: flex;
  align-items: center;
  justify-content: stretch;
}

.back_lbl .back_link {
  display: flex;
  align-items: center;
  justify-content: stretch;
  cursor: pointer;
}

.back_lbl .back_link label {
  display: block;
  font-size: 16px;
  color: #121212;
  font-family: "ITC Franklin Gothic Std DmCd";
  margin-right: 24px;
  cursor: pointer;
}

.back_lbl .back_link img {
  width: 25px;
  height: 25px;
}

.back_lbl .back_link img.arrow_left_black {
  display: block;
}

.back_lbl .back_link img.arrow_left_blue {
  display: none;
}

.back_lbl .back_link:hover label {
  color: #0f00ff;
}

.back_lbl .back_link:hover img.arrow_left_black {
  display: none;
}

.back_lbl .back_link:hover img.arrow_left_blue {
  display: block;
}

.subsec_title_ul li .title_sub_header {
  display: block;
  font-size: 16px;
  color: #121212;
  font-family: "ITC Franklin Gothic Std DmCd";
}

.sp_tp_80 {
  margin: 80px 0 0 !important;
}

.w-95 {
  width: 95% !important;
}

.owl-dots .owl-dot {
  margin-right: 6px;
}

.owl-dots .owl-dot:last-child {
  margin-right: 0;
}

.owl-dots .owl-dot span {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  border: 1px solid #99999b;
  background: transparent;
}

.owl-dots .owl-dot.active span {
  background: #99999b;
}

.dots_center .owl-dots {
  display: table;
  margin: 0 auto;
}

.full_img_carousel {
  margin-bottom: 78px;
}

.image_title_box_wrapper {
  margin-bottom: 78px;
}

@media screen and (max-width: 767px) {
  .image_title_box_wrapper {
    margin-bottom: 40px;
  }

  .image_title_box_wrapper>.container>.row>.col-12 {
    width: 100%;
  }

  .image_title_box_wrapper>.container>.row>.col-12.p-r-0 {
    padding-right: 15px;
  }
}

.author_social_wrapper {
  margin-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .author_social_wrapper {
    margin-bottom: 40px;
  }

  .author_social_wrapper>.container>.author_social_content_block>.row>.col-12 {
    width: 100%;
  }

  .author_social_wrapper>.container>.author_social_content_block>.row>.col-12 .social_block_cap {
    margin-top: 16px;
  }

  .author_social_wrapper>.container>.author_social_content_block>.row>.col-12 p {
    text-align: center;
  }
}

.author_social_content_block {
  border-top: 1px solid #bebcb8;
  padding: 16px 0;
}

.brdr_section_title_wrapper {
  width: 100%;
  border-top: 2px solid #121212;
  border-bottom: 2px solid #121212;
  padding: 20px 0;
  margin-bottom: 41px;
}

.brdr_section_title_wrapper .title_grp_block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .brdr_section_title_wrapper .title_grp_block {
    flex-direction: column;
  }
}

.brdr_section_title_wrapper .title_grp_block .subsectitle_block {
  display: block;
  font-size: 28px;
  color: #121212;
  font-family: "ITC Franklin Gothic Std DmCd";
}

@media screen and (max-width: 767px) {
  .brdr_section_title_wrapper .title_grp_block .subsectitle_block {
    margin-bottom: 16px;
  }
}

.brdr_section_title_wrapper .title_grp_block .subsec_link_block {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.brdr_section_title_wrapper .title_grp_block .subsec_link_block a {
  display: block;
  color: #121212;
  font-size: 14px;
  font-family: "Swift Neue LT Pro Semibold";
}

.brdr_section_title_wrapper .title_grp_block .subsec_link_block a:hover {
  color: #0f00ff;
}

.brdr_section_title_wrapper.no_brdr_section_title {
  border-top: none;
  border-bottom: none;
  padding: 0;
}

.cal_data_title_wrapper {
  margin-bottom: 48px;
}

.sub_filter_menus ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sub_filter_menus ul li {
  position: relative;
  padding-right: 16px;
  margin-right: 16px;
}

@media screen and (max-width: 1540px) {
  .sub_filter_menus ul li {
    padding-right: 10px;
    margin-right: 10px;
  }
}

.sub_filter_menus ul li::before {
  content: "|";
  position: absolute;
  right: 0;
  top: -2px;
  color: #121212;
  font-size: 16px;
}

.sub_filter_menus ul li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.sub_filter_menus ul li:last-child::before {
  content: "";
  display: none;
}

.sub_filter_menus ul li a {
  display: block;
  font-size: 16px;
  font-family: "Swift Neue LT Pro Semibold";
}

.sub_filter_menus ul li a.link_active {
  opacity: 0.5;
}

@media screen and (max-width: 1540px) {
  .sub_filter_menus ul li a {
    font-size: 14px;
  }
}

.sub_filter_menus ul li a:hover {
  color: #0f00ff;
}

.brdr_btm_block {
  border-bottom: 1px solid #121212;
}

.mostre_recensioni_pg .news_listing_title_wrapper {
  margin-top: 104px;
  margin-bottom: 80px;
}

.mostre_recensioni_pg .news_listing_title_wrapper .each_news_box {
  margin-bottom: 24px;
}

.mostre_recensioni_pg .news_listing_title_wrapper .each_news_box .img_block {
  position: relative;
}

.btn_group {
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn_group .show_more_btn {
  margin-right: 16px;
}

.btn_group .show_more_btn:hover {
  border: 1px solid #0f00ff;
  color: #0f00ff;
}

.btn_group .show_more_btn.no_brdr {
  border-color: transparent;
  font-family: "Swift Neue LT Pro Semibold";
}

.btn_group .show_more_btn.no_brdr:hover {
  border-color: transparent;
  color: #0f00ff;
}

.btn_group .show_more_btn:last-child {
  margin-right: 0;
}

.section_title_block {
  border-bottom: 1px solid #121212;
  padding-bottom: 10px;
  margin-bottom: 47px;
}

.section_title_block h1 {
  display: block;
  color: #121212;
  font-size: 60px;
  font-family: "ITC Franklin Gothic Std DmCd";
}

.section_title_block.section_title_sub h1 {
  font-size: 54px;
}

.rubriche_listing_wrapper {
  margin-top: 80px;
}

.rubriche_listing_wrapper .section_title_block {
  margin-bottom: 20px;
}

.rubriche_listing_wrapper .filter_per_tags_wrap {
  padding-top: 0;
  padding-bottom: 48px;
}

.rubriche_listing_wrapper .filter_per_tags_wrap .filter_per_tag_content {
  width: 100%;
  justify-content: center;
}

.rubriche_listing_wrapper .filter_per_tags_wrap .filter_per_tag_content .filter_per_tag_carousel {
  width: 95%;
}

.rubriche_listing_wrapper .filter_per_tags_wrap .filter_per_tag_content .filter_per_tag_carousel .filter_tag_slider {
  padding-left: 24px !important;
}

.sub_sec_filter {
  border-top: 1px solid #121212;
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .sub_sec_filter {
    margin-top: 36px;
  }
}

.link_lt {
  opacity: 0.5;
}

.mobile_mn_logo {
  display: none;
}

@media screen and (max-width: 767px) {
  .menuheader_fixed .mobile_mn_logo {
    display: block;
    padding: 0 24px 16px;
    border-bottom: 2px solid #121212;
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 767px) {
  .menuheader_fixed .menu_wrapper {
    border-top: none !important;
    padding-bottom: 16px !important;
  }

  .menuheader_fixed .navigation_block {
    display: none;
  }
}

.mob_title_sublinks {
  display: none;
}

@media screen and (max-width: 767px) {
  .mob_title_sublinks {
    display: block;
  }
}

.desktop_hide {
  display: none;
}

@media screen and (max-width: 767px) {
  .desktop_hide {
    display: block;
  }
}

.stripe_lbl_mn {
  display: block;
  font-family: "ITC Franklin Gothic Std DmCd";
  font-size: 16px;
  color: #121212;
  line-height: normal;
}

.modal-backdrop {
  background: #121212;
  opacity: 0.8 !important;
}

.error_msg {
  color: #ff004e;
  font-size: 12px;
  font-family: "Swift Neue LT Pro Semibold";
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: stretch;
}

.error_msg i {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 10px;
}

.error_msg p {
  color: #ff004e;
  font-size: 12px;
  font-family: "Swift Neue LT Pro Semibold";
  margin: 0;
}

.has_error .form-control {
  border-color: #ff004e !important;
}

.has_error .form-control::placeholder {
  color: #ff004e !important;
}

.error_block {
  margin-top: 16px;
}

.error_block p {
  color: #ff004e;
  font-size: 12px;
  font-family: "Swift Neue LT Pro Regular";
}

.form-check-label {
  font-size: 14px;
  font-family: "Swift Neue LT Pro Regular";
  color: #121212;
  padding-left: 8px;
}

.box_radio {
  display: flex;
  align-items: center;
  justify-content: stretch;
  min-height: inherit;
  margin: 0;
}

.box_radio .form-check-input {
  border-radius: 1px;
  width: 18px;
  height: 18px;
  margin-top: 0;
}

.box_radio .form-check-input:checked {
  background: transparent;
  border-color: #0f00ff;
  background-image: url("../images/auth/radio_active.svg");
  background-size: 6px 6px;
  background-repeat: no-repeat;
  background-position: center center;
}

.box_radio .form-check-input:focus {
  box-shadow: none;
}

p strong {
  font-family: "Swift Neue LT Pro Bold";
}

p i {
  font-family: "Swift Neue LT Pro Italic";
}

.mega_menu_active .news_detail_stripe {
  z-index: 0;
}

.mega_menu_active .mostre_citta_stripe {
  z-index: 0;
}

.mega_menu_active .top_fixed_stripe {
  z-index: 0;
}

.highlight_news_block:hover .img_block {
  opacity: 0.8;
}

.highlight_news_block:hover .news_highlight_detail .news_descrip .title_block h1 a {
  color: #0f00ff;
}

.each_vertical_list:hover .img_block {
  opacity: 0.8;
}

.each_cat_news_item:hover .img_block a {
  opacity: 0.8;
}

.each_cat_news_item:hover .news_title h2 a {
  color: #0f00ff;
}

.image-crop {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.image-crop::before {
  content: "";
  display: block;
  padding-top: 66.67%;
  /* 3/2 aspect ratio */
}

.image-crop img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mega_menu_active .user_dropdown_block {
  pointer-events: none;
}

.mega_menu_active .search_btn {
  pointer-events: none;
}

.search_active .user_dropdown_block {
  pointer-events: none;
}

.search_active .menu_btn {
  pointer-events: none;
}

.icon_title {
  display: block;
  width: 36px;
  text-align: center;
  margin: 0 auto;
}

.no_pointer {
  pointer-events: none;
  cursor: default;
}

.listing_recensioni_pg .bottom_sublinks ul li a {
  font-size: 12px;
}

.listing_recensioni_pg .each_news_box {
  margin-bottom: 48px !important;
}

@media screen and (max-width: 767px) {
  .listing_recensioni_pg .each_news_box {
    margin-bottom: 24px !important;
  }
}

.articoli_list_template_pg .bottom_sublinks ul li a {
  font-size: 12px;
}

.articoli_list_template_pg .each_news_box {
  margin-bottom: 48px !important;
}

@media screen and (max-width: 767px) {
  .articoli_list_template_pg .each_news_box {
    margin-bottom: 24px !important;
  }
}

.border_btm_main {
  border-bottom: 1px solid #121212;
  padding-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .border_btm_main {
    padding-bottom: 24px;
  }
}

.header_wrapper {
  position: relative;
  z-index: 999;
  background: #fcfbf7;
}

.header_wrapper .ad_wrapper {
  padding-top: 36px;
  margin-bottom: 36px;
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .header_wrapper .ad_wrapper {
    padding-top: 16px;
    margin-bottom: 16px;
  }
}

.logo_section_wrapper {
  margin-bottom: 36px;
}

.logo_section_wrapper .main_logo_ad_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo_section_wrapper .main_logo_ad_block a {
  display: block;
}

.logo_section_wrapper .main_logo_ad_block a.sm_ad {
  width: 190px;
}

@media screen and (max-width: 767px) {
  .logo_section_wrapper .main_logo_ad_block a.sm_ad {
    display: none;
  }
}

.logo_section_wrapper .main_logo_ad_block a.sm_ad img {
  transition: all 0.3s linear;
}

.logo_section_wrapper .main_logo_ad_block a.sm_ad:hover img {
  opacity: 0.8;
}

.logo_section_wrapper .main_logo_ad_block a.main_logo {
  width: 1040px;
}

@media screen and (max-width: 1540px) {
  .logo_section_wrapper .main_logo_ad_block a.main_logo {
    width: 850px;
  }
}

@media screen and (max-width: 1440px) {
  .logo_section_wrapper .main_logo_ad_block a.main_logo {
    width: 650px;
  }
}

@media screen and (max-width: 1201px) {
  .logo_section_wrapper .main_logo_ad_block a.main_logo {
    width: 450px;
  }
}

.menu_wrapper {
  background: #f0f0e7;
  box-shadow: 0px 4px 12px rgba(18, 18, 18, 0.2);
  padding: 16px 0;
  border-top: 2px solid #121212;
  border-bottom: 1px solid #121212;
  position: relative;
  min-height: 64px;
}

.menu_block {
  width: 100%;
}

.menu_block>.row {
  align-items: center;
}

.menu_block .menu_cntrl_block {
  display: flex;
  justify-content: stretch;
  align-items: center;
}

.menu_block .menu_cntrl_block .menu_btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: stretch;
}

.menu_block .menu_cntrl_block .menu_btn .nav_icon {
  position: relative;
}

.menu_block .menu_cntrl_block .menu_btn .nav_icon span {
  display: block;
  width: 18px;
  height: 2px;
  background: #121212;
  margin-bottom: 3px;
  transition: all 0.3s;
  position: relative;
}

.menu_block .menu_cntrl_block .menu_btn .nav_icon span:last-child {
  margin-bottom: 0;
}

.menu_block .menu_cntrl_block .menu_btn .nav_icon span:nth-child(1) {
  animation: ease 0.7s top-2 forwards;
}

.menu_block .menu_cntrl_block .menu_btn .nav_icon span:nth-child(2) {
  animation: ease 0.7s scaled-2 forwards;
}

.menu_block .menu_cntrl_block .menu_btn .nav_icon span:nth-child(3) {
  animation: ease 0.7s bottom-2 forwards;
}

.menu_block .menu_cntrl_block .menu_btn label {
  font-family: "ITC Franklin Gothic Std DmCd";
  display: block;
  font-size: 16px;
  color: #121212;
  padding-left: 7px;
  cursor: pointer;
}

@media screen and (max-width: 1540px) {
  .menu_block .menu_cntrl_block .menu_btn label {
    font-size: 14px;
  }
}

.menu_block .menu_cntrl_block .menu_btn label.menu_txt {
  display: block;
}

.menu_block .menu_cntrl_block .menu_btn label.close_txt {
  display: none;
}

.menu_block .menu_cntrl_block .menu_btn:hover .nav_icon span {
  background: #0f00ff;
}

.menu_block .menu_cntrl_block .menu_btn:hover label {
  color: #0f00ff;
}

.menu_block .menu_cntrl_block .login_link {
  font-family: "Swift Neue LT Pro Semibold";
  display: block;
  font-size: 16px;
  color: #121212;
  padding-left: 16px;
  margin-left: 16px;
  position: relative;
}

/* .menu_block .menu_cntrl_block .login_link::before {
  content: "|";
  position: absolute;
  left: 0;
  top: 0;
  color: #121212;
  font-size: 16px;
} */
.menu_block .menu_cntrl_block .login_link::before {
  color: #121212;
  font-size: 16px;
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 25px;
  background: rgb(18, 18, 18);
}

.login_link .login_image_icon {
  height: 23px;
}


.menu_block .menu_cntrl_block .login_link:hover {
  color: #0f00ff;
}

.menu_block .navigation_block .sticky_logo {
  display: none;
  width: 317px;
  margin: 0 auto;
}

.menu_block .navigation_block .nav_menus ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu_block .navigation_block .nav_menus ul li {
  position: relative;
  padding-right: 16px;
  margin-right: 16px;
}

@media screen and (max-width: 1200px) {
  .menu_block .navigation_block .nav_menus ul li {
    padding-right: 10px;
    margin-right: 10px;
  }
}

.menu_block .navigation_block .nav_menus ul li::before {
  content: "|";
  position: absolute;
  right: 0;
  top: -2px;
  color: #121212;
  font-size: 16px;
}

.menu_block .navigation_block .nav_menus ul li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.menu_block .navigation_block .nav_menus ul li:last-child::before {
  content: "";
  display: none;
}

.menu_block .navigation_block .nav_menus ul li:first-child {
  padding-left: 16px;
}

.menu_block .navigation_block .nav_menus ul li:first-child::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #ff004e;
}

.menu_block .navigation_block .nav_menus ul li a {
  display: block;
  font-size: 16px;
  font-family: "Swift Neue LT Pro Semibold";
}

@media screen and (max-width: 1540px) {
  .menu_block .navigation_block .nav_menus ul li a {
    font-size: 14px;
  }
}

.menu_block .navigation_block .nav_menus ul li a:hover {
  color: #0f00ff;
}

.menu_block .cerca_block {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.menu_block .cerca_block ul {
  display: flex;
  align-items: center;
  justify-content: stretch;
}

.menu_block .cerca_block ul li {
  position: relative;
  padding-right: 16px;
  margin-right: 16px;
}

@media screen and (max-width: 767px) {
  .menu_block .cerca_block ul li {
    margin-right: 0;
  }
}

.menu_block .cerca_block ul li::before {
  content: "|";
  position: absolute;
  right: 0;
  top: -2px;
  color: #121212;
  font-size: 16px;
}

.menu_block .cerca_block ul li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.menu_block .cerca_block ul li:last-child::before {
  content: "";
  display: none;
}

.menu_block .cerca_block ul li .ab_link {
  display: block;
  font-size: 16px;
  font-family: "Swift Neue LT Pro Semibold";
}

@media screen and (max-width: 1540px) {
  .menu_block .cerca_block ul li .ab_link {
    font-size: 13px;
  }
}

.menu_block .cerca_block ul li .ab_link:hover {
  color: #0f00ff;
}

.menu_block .cerca_block ul li .search_btn {
  display: flex;
  align-items: center;
  justify-content: stretch;
  cursor: pointer;
}

.menu_block .cerca_block ul li .search_btn i {
  display: block;
  width: 24px;
  margin-right: 4px;
}

.menu_block .cerca_block ul li .search_btn i .search_icon_img {
  display: block;
}

.menu_block .cerca_block ul li .search_btn i .search_icon_img_blu {
  display: none;
}

.menu_block .cerca_block ul li .search_btn i .search_close_img {
  display: none;
}

.menu_block .cerca_block ul li .search_btn i .search_close_img_blue {
  display: none;
}

.menu_block .cerca_block ul li .search_btn label {
  font-family: "ITC Franklin Gothic Std DmCd";
  display: block;
  font-size: 16px;
  color: #121212;
  cursor: pointer;
}

@media screen and (max-width: 1540px) {
  .menu_block .cerca_block ul li .search_btn label {
    font-size: 13px;
  }
}

.menu_block .cerca_block ul li .search_btn label.cerca_txt {
  display: inline-block;
}

.menu_block .cerca_block ul li .search_btn label.chiudi_txt {
  display: none;
}

@supports (-webkit-touch-callout: none) {
  .menu_block .cerca_block ul li .search_btn label {
    position: relative;
    top: 3px;
  }
}

.menu_block .cerca_block ul li .search_btn:hover label {
  color: #0f00ff;
}

.menu_block .cerca_block ul li .search_btn:hover i .search_icon_img {
  display: none;
}

.menu_block .cerca_block ul li .search_btn:hover i .search_icon_img_blu {
  display: block;
}

.mega_menu_wrapper {
  background: #fcfbf7;
  box-shadow: 0px 4px 4px rgba(18, 18, 18, 0.0509803922);
  margin-top: 1px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 123;
  display: none;
}

.mega_menu_wrapper .mega_menu_block .mega_nav .mega_menu_items {
  border-right: 1px solid #525251;
  height: 100%;
}

@media screen and (max-width: 1442px) {
  .mega_menu_wrapper .mega_menu_block .mega_nav .mega_menu_items {
    min-width: inherit;
  }
}

.mega_menu_wrapper .mega_menu_block .mega_nav .mega_menu_items ul {
  padding: 24px 0;
}

.mega_menu_wrapper .mega_menu_block .mega_nav .mega_menu_items ul li {
  margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
  .mega_menu_wrapper .mega_menu_block .mega_nav .mega_menu_items ul li {
    display: table;
    margin: 0 auto 12px;
  }
}

.mega_menu_wrapper .mega_menu_block .mega_nav .mega_menu_items ul li:last-child {
  margin-bottom: 0;
}

.mega_menu_wrapper .mega_menu_block .mega_nav .mega_menu_items ul li .menu_item_head {
  display: block;
  font-family: "ITC Franklin Gothic Std DmCd";
  font-size: 18px;
  color: #121212;
}

@media screen and (max-width: 1442px) {
  .mega_menu_wrapper .mega_menu_block .mega_nav .mega_menu_items ul li .menu_item_head {
    font-size: 16px;
  }
}

.mega_menu_wrapper .mega_menu_block .mega_nav .mega_menu_items ul li a {
  display: block;
  font-family: "Swift Neue LT Pro Semibold";
  font-size: 16px;
  color: #121212;
}

@media screen and (max-width: 1442px) {
  .mega_menu_wrapper .mega_menu_block .mega_nav .mega_menu_items ul li a {
    font-size: 14px;
    line-height: 18px;
  }
}

.mega_menu_wrapper .mega_menu_block .mega_nav .mega_menu_items ul li a:hover {
  color: #0f00ff;
}

.mega_menu_wrapper .mega_menu_block .mega_nav>.row>.col-12:last-child .mega_menu_items {
  border-right: none;
}

.header_slider {
  border-left: 1px solid #525251;
  height: 100%;
  padding-top: 24px;
  padding-left: 24px;
  display: flex;
  justify-content: flex-end;
}

.header_slider .dp-img {
  text-align: left;
}

.header_slider .dp-img img {
  height: 140px;
}

.header_slider .dp-content {
  background: #fcfbf7;
}

.header_slider .dp-dots {
  margin-bottom: 12px;
  margin-left: 195px;
}

.mega_menu_active {
  height: 100vh;
  overflow: hidden;
}

.mega_menu_active::before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #121212;
  opacity: 0.6;
  z-index: 11;
}

.mega_menu_active .menu_block .menu_cntrl_block .menu_btn label.menu_txt {
  display: none;
}

.mega_menu_active .menu_block .menu_cntrl_block .menu_btn label.close_txt {
  display: block;
}

@supports (-webkit-touch-callout: none) {
  .mega_menu_active .menu_block .menu_cntrl_block .menu_btn label {
    position: relative;
    top: 3px;
  }
}

.mega_menu_active .mega_menu_wrapper {
  display: block;
}

.mega_menu_active .menu_block .menu_cntrl_block .menu_btn .nav_icon {
  margin-top: -7px;
  transition: all 0.2s linear;
  height: 16px;
}

.mega_menu_active .menu_block .menu_cntrl_block .menu_btn .nav_icon span:nth-child(1) {
  animation: ease 0.7s top forwards;
}

.mega_menu_active .menu_block .menu_cntrl_block .menu_btn .nav_icon span:nth-child(2) {
  animation: ease 0.7s scaled forwards;
}

.mega_menu_active .menu_block .menu_cntrl_block .menu_btn .nav_icon span:nth-child(3) {
  animation: ease 0.7s bottom forwards;
}

.mega_menu_active .menu_block .menu_cntrl_block .menu_btn .nav_icon:hover {
  transform: rotate(45deg);
}

.menuheader_fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99999;
}

.menuheader_fixed .menu_block .navigation_block .nav_menus ul {
  display: none;
}

.menuheader_fixed .menu_block .navigation_block .sticky_logo {
  display: block;
}

.search_active .menu_full {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
}

.search_active .menu_full .menu_block .cerca_block ul li .search_btn i .search_icon_img {
  display: none;
}

.search_active .menu_full .menu_block .cerca_block ul li .search_btn i .search_close_img {
  display: block;
  transition: all 0.5s linear;
}

.search_active .menu_full .menu_block .cerca_block ul li .search_btn i .search_close_img_blue {
  display: none;
  transition: all 0.5s linear;
}

.search_active .menu_full .menu_block .cerca_block ul li .search_btn i .search_icon_img_blu {
  display: none;
}

.search_active .menu_full .menu_block .cerca_block ul li .search_btn label.cerca_txt {
  display: none;
}

.search_active .menu_full .menu_block .cerca_block ul li .search_btn label.chiudi_txt {
  display: inline-block;
}

.search_active .menu_full .menu_block .cerca_block ul li .search_btn:hover .search_close_img {
  display: none;
}

.search_active .menu_full .menu_block .cerca_block ul li .search_btn:hover .search_close_img_blue {
  display: block;
  transform: rotate(0);
}

.search_active .menu_full .menu_block .cerca_block ul li .search_btn:hover .search_close_img_blue:hover {
  transform: rotate(180deg);
}

.search_active .menu_full .menu_block .cerca_block ul li .search_btn:hover label.chiudi_txt {
  color: #0f00ff;
}

.search_active .menu_full .menu_block .navigation_block .sticky_logo {
  display: block;
}

.search_active .menu_full .menu_block .navigation_block .nav_menus {
  display: none;
}

@keyframes top {
  0% {
    top: 0;
    transform: rotate(0);
  }

  50% {
    top: 10px;
    transform: rotate(0);
  }

  100% {
    top: 10px;
    transform: rotate(45deg);
  }
}

@keyframes top-2 {
  0% {
    top: 10px;
    transform: rotate(45deg);
  }

  50% {
    top: 10px;
    transform: rotate(0deg);
  }

  100% {
    top: 0;
    transform: rotate(0deg);
  }
}

@keyframes bottom {
  0% {
    bottom: 0;
    transform: rotate(0);
  }

  50% {
    bottom: 0;
    transform: rotate(0);
  }

  100% {
    bottom: 0;
    transform: rotate(135deg);
  }
}

@keyframes bottom-2 {
  0% {
    bottom: 10px;
    transform: rotate(135deg);
  }

  50% {
    bottom: 10px;
    transform: rotate(0);
  }

  100% {
    bottom: 0;
    transform: rotate(0);
  }
}

@keyframes scaled {
  50% {
    transform: scale(0);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes scaled-2 {
  0% {
    transform: scale(0);
  }

  50% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@media screen and (min-width: 767px) {
  .innerpage .mega_nav .row {
    width: 100%;
  }

  .innerpage .mega_nav .row .col-xxl-3 {
    width: 20%;
  }

  .innerpage .mega_menu_wrapper .mega_menu_block .mega_nav .mega_menu_items {
    min-width: 100%;
  }

  .home_page .quick_links_menu_nav {
    display: none;
  }

  .home_page .mega_menu_wrapper .mega_nav>.row>.col-xxl-3:nth-child(4) .mega_menu_items {
    border-right: none;
  }

  .home_page .menuheader_fixed .quick_links_menu_nav {
    display: block;
  }

  .home_page .menuheader_fixed .mega_menu_wrapper .mega_nav>.row>.col-xxl-3:nth-child(4) .mega_menu_items {
    border-right: 1px solid #121212;
  }

  .home_page .menuheader_fixed .mega_nav .row {
    width: 100%;
  }

  .home_page .menuheader_fixed .mega_nav .row .col-xxl-3 {
    width: 20%;
  }
}

.quick_links_menu_nav li {
  position: relative;
}

.quick_links_menu_nav li:nth-child(2) {
  padding-left: 16px;
}

.quick_links_menu_nav li:nth-child(2)::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #ff004e;
}

@media only screen and (min-device-width: 1025px) and (max-device-width: 1540px) {
  .mega_menu_block>.row>.col-xxl-10 {
    width: 76%;
  }

  .mega_menu_block>.row>.col-xxl-2 {
    width: 20%;
  }

  .menuheader_fixed .home_page .mega_nav .row .col-xxl-3 {
    width: 20%;
  }
}

@media screen and (min-width: 1540px) {
  .home_page .mega_nav .row .col-xxl-3 {
    width: 20%;
  }
}

@media only screen and (min-device-width: 1200px) and (max-device-width: 1540px) {
  .container {
    padding: 0 50px;
  }
}

@media screen and (max-width: 767px) {
  .innerpage .menu_cntrl_block {
    min-height: 36px;
  }
}

.abbonamenti_mobile_link {
  display: none;
}

@media screen and (max-width: 767px) {
  .abbonamenti_mobile_link {
    display: block;
    padding-left: 16px;
    font-family: "Swift Neue LT Pro Semibold";
    font-size: 16px;
    color: #121212;
  }
}

.abbonamenti_desktop_link {
  display: block !important;
}

@media screen and (max-width: 767px) {
  .abbonamenti_desktop_link {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .login_link {
    border-right: 1px solid #121212;
    padding-right: 16px;
  }
}

.footer_wrapper {
  padding: 48px 0 120px;
  border-top: 2px solid #121212;
  box-shadow: 0px 0px 16px rgba(18, 18, 18, 0.2);
}

.footer_wrapper .logo_block {
  margin-bottom: 48px;
}

@media screen and (max-width: 767px) {
  .footer_wrapper .logo_block {
    margin-bottom: 36px;
  }
}

.footer_wrapper .logo_block span {
  width: 380px;
}

@media screen and (max-width: 480px) {
  .footer_wrapper .logo_block span {
    width: 320px;
  }
}

.footer_wrapper .logo_block span.light_footer_logo {
  display: block;
}

.footer_wrapper .logo_block span.dark_footer_logo {
  display: none;
}

.footer_wrapper .footer_nav_block_wrap {
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  margin-bottom: 48px;
}

@media screen and (max-width: 1024px) {
  .footer_wrapper .footer_nav_block_wrap {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .footer_wrapper .footer_nav_block_wrap {
    margin-bottom: 6px;
  }
}

.footer_wrapper .footer_nav_block_wrap .footer_nav_block {
  border-right: 1px solid #121212;
  padding-right: 36px;
  /* margin-right: 36px; */
}

@media screen and (max-width: 1024px) {
  .footer_wrapper .footer_nav_block_wrap .footer_nav_block {
    width: 33.33%;
    padding-right: 0 !important;
    margin-right: 0 !important;
    border-right: none !important;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .footer_wrapper .footer_nav_block_wrap .footer_nav_block {
    width: 50%;
  }
}

@media screen and (max-width: 1024px) {
  .footer_wrapper .footer_nav_block_wrap .footer_nav_block.footer_news_slider_block {
    width: 100% !important;
    border-right: none !important;
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 1336px) {
  .footer_wrapper .footer_nav_block_wrap .footer_nav_block {
    padding-right: 16px;
    margin-right: 16px;
  }
}

.footer_wrapper .footer_nav_block_wrap .footer_nav_block:last-child {
  border-right: none !important;
  padding-right: 0;
  margin-right: 0;
}

.footer_wrapper .footer_nav_block_wrap .footer_nav_block ul li {
  margin-bottom: 12px;
}

.footer_wrapper .footer_nav_block_wrap .footer_nav_block ul li:last-child {
  margin-bottom: 0;
}

.footer_wrapper .footer_nav_block_wrap .footer_nav_block ul li a {
  display: block;
  font-family: "Swift Neue LT Pro Semibold";
  font-size: 16px;
  color: #121212;
}

@media screen and (max-width: 1336px) {
  .footer_wrapper .footer_nav_block_wrap .footer_nav_block ul li a {
    line-height: 24px;
  }
}

@media screen and (max-width: 767px) {
  .footer_wrapper .footer_nav_block_wrap .footer_nav_block ul li a {
    font-size: 14px;
    line-height: 18px;
  }
}

.footer_wrapper .footer_nav_block_wrap .footer_nav_block ul li a:hover {
  color: #0f00ff;
}

.footer_wrapper .footer_nav_block_wrap .footer_nav_block ul li .title_nav {
  display: block;
  font-family: "ITC Franklin Gothic Std DmCd";
  font-size: 18px;
  color: #121212;
  margin-bottom: 11px;
}

.footer_wrapper .footer_nav_block_wrap .footer_nav_block ul li .title_nav:hover {
  color: #121212;
}

.footer_wrapper .newsletter_social_block {
  border-top: 1px solid #121212;
  padding-top: 48px;
}

@media screen and (max-width: 1024px) {
  .footer_wrapper .newsletter_social_block>.row>.col-12 {
    width: 100%;
  }
}

.footer_wrapper .newsletter_social_block .newsletter_form {
  display: flex;
  align-items: center;
  justify-content: stretch;
}

@media screen and (max-width: 1024px) {
  .footer_wrapper .newsletter_social_block .newsletter_form {
    flex-direction: column;
    align-items: stretch;
  }
}

.footer_wrapper .newsletter_social_block .newsletter_form label {
  display: block;
  font-size: 12px;
  color: #121212;
  font-family: "Swift Neue LT Pro Semibold";
  margin-right: 16px;
  text-transform: uppercase;
}

@media screen and (max-width: 1024px) {
  .footer_wrapper .newsletter_social_block .newsletter_form label {
    margin-bottom: 8px;
  }
}

.footer_wrapper .newsletter_social_block .newsletter_form .newsletter_txtbox {
  position: relative;
  width: 60%;
}

@media screen and (max-width: 1024px) {
  .footer_wrapper .newsletter_social_block .newsletter_form .newsletter_txtbox {
    width: 100%;
  }
}

.footer_wrapper .newsletter_social_block .newsletter_form .newsletter_txtbox .form-control {
  height: 36px;
  border: 1px solid #121212;
  border-radius: 6px 0px 0px 6px;
  box-shadow: inset 0px 4px 6px rgba(18, 18, 18, 0.1019607843);
  padding-left: 16px;
  padding-right: 95px;
  font-family: "Swift Neue LT Pro Regular";
  color: #0f00ff;
  font-size: 14px;
}

.footer_wrapper .newsletter_social_block .newsletter_form .newsletter_txtbox .form-control::placeholder {
  opacity: 0.6;
  color: #121212;
}

.footer_wrapper .newsletter_social_block .newsletter_form .newsletter_txtbox .news_btn {
  display: block;
  font-size: 14px;
  height: 36px;
  border: 1px solid #121212;
  width: 92px;
  line-height: 36px;
  color: #121212;
  font-family: "Swift Neue LT Pro Regular";
  background: transparent;
  position: absolute;
  right: 0;
  top: 0;
}

.footer_wrapper .newsletter_social_block .newsletter_form .newsletter_txtbox .news_btn:hover {
  border-color: #0f00ff;
  color: #0f00ff;
}

.footer_wrapper .newsletter_social_block .social_block {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media screen and (max-width: 1024px) {
  .footer_wrapper .newsletter_social_block .social_block {
    justify-content: stretch;
    flex-direction: column;
    margin-top: 30px;
    align-items: stretch;
  }
}

.footer_wrapper .newsletter_social_block .social_block h4 {
  display: block;
  font-size: 12px;
  color: #121212;
  font-family: "Swift Neue LT Pro Semibold";
  margin-right: 16px;
  text-transform: uppercase;
}

@media screen and (max-width: 1024px) {
  .footer_wrapper .newsletter_social_block .social_block h4 {
    margin-bottom: 8px;
  }
}

.footer_wrapper .newsletter_social_block .social_block ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media screen and (max-width: 1024px) {
  .footer_wrapper .newsletter_social_block .social_block ul {
    justify-content: stretch;
    align-items: stretch;
  }
}

.footer_wrapper .newsletter_social_block .social_block ul li {
  margin-right: 16px;
}

.footer_wrapper .newsletter_social_block .social_block ul li:last-child {
  margin-right: 0;
}

.footer_wrapper .newsletter_social_block .social_block ul li a {
  display: block;
  width: 36px;
}

.footer_wrapper .newsletter_social_block .social_block ul li a img {
  transition: all 0.5s linear;
}

.footer_wrapper .newsletter_social_block .social_block ul li a img.social_light {
  display: block;
}

.footer_wrapper .newsletter_social_block .social_block ul li a img.social_dark {
  display: none;
}

.footer_wrapper .newsletter_social_block .social_block ul li a:hover img {
  opacity: 0.7;
}

.footer_wrapper .copyright_block {
  /* margin-top: 36px; */
}


.footer_wrapper .copyright_block p {
  display: block;
  clear: both;
  font-size: 10px;
  font-family: "Swift Neue LT Pro Regular";
  margin-bottom: 2px;
}

.footer_wrapper .copyright_block p:last-child {
  margin-bottom: 0;
}

.footer_wrapper.dark_footer {
  background: #1a1b1f;
  border-top: 2px solid #ffffff;
}

.footer_wrapper.dark_footer .logo_block span.light_footer_logo {
  display: none;
}

.footer_wrapper.dark_footer .logo_block span.dark_footer_logo {
  display: block;
}

.footer_wrapper.dark_footer .footer_nav_block_wrap .footer_nav_block {
  border-right: 1px solid #ffffff;
}

.footer_wrapper.dark_footer .footer_nav_block_wrap .footer_nav_block ul li a {
  color: #ffffff;
}

.footer_wrapper.dark_footer .footer_nav_block_wrap .footer_nav_block ul li a:hover {
  color: #6c87f8;
}

.footer_wrapper.dark_footer .footer_nav_block_wrap .footer_nav_block ul li .title_nav {
  color: #ffffff;
}

.footer_wrapper.dark_footer .footer_nav_block_wrap .footer_nav_block ul li .title_nav:hover {
  color: #ffffff;
}

.footer_wrapper.dark_footer .newsletter_social_block {
  border-top: 1px solid #ffffff;
}

@media screen and (max-width: 767px) {
  .footer_wrapper.dark_footer .newsletter_social_block {
    border-top: 1px solid #6a6a6a;
  }
}

.footer_wrapper.dark_footer .newsletter_social_block .newsletter_form label {
  color: #ffffff;
}

.footer_wrapper.dark_footer .newsletter_social_block .social_block h4 {
  color: #ffffff;
}

.footer_wrapper.dark_footer .newsletter_social_block .social_block ul li a img.social_light {
  display: none;
}

.footer_wrapper.dark_footer .newsletter_social_block .social_block ul li a img.social_dark {
  display: block;
}

.footer_wrapper.dark_footer .copyright_block p {
  color: #ffffff;
}

.footer_wrapper.footer_innerpg {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .footer_wrapper.footer_innerpg {
    margin-top: 48px;
  }
}

.light_footer .newsletter_social_block .social_block ul li a img.social_light {
  display: block;
}

.light_footer .newsletter_social_block .social_block ul li a img.social_blue {
  display: none;
}

.light_footer .newsletter_social_block .social_block ul li a:hover img {
  opacity: 1;
}

.light_footer .newsletter_social_block .social_block ul li a:hover img.social_light {
  display: none;
}

.light_footer .newsletter_social_block .social_block ul li a:hover img.social_blue {
  display: block;
}

.footer_news_slider_block .dp-content {
  background: #fcfbf7;
}

.innerpage .footer_wrapper {
  padding: 48px 0 48px;
}

.dark_footer.footer_wrapper .social_block ul li a:hover img {
  opacity: 1 !important;
}

.dark_footer.footer_wrapper .social_block ul li a:hover img.social_dark {
  display: none;
}

.dark_footer.footer_wrapper .social_block ul li a:hover img.social_light {
  display: block;
}

.news_ticker_wrapper {
  margin-top: 24px;
}

.news_tick_block {
  display: flex;
  justify-content: stretch;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .news_tick_block {
    flex-wrap: wrap;
  }
}

.news_tick_block .block_news {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 13px;
  border-right: 1px solid #121212;
}

@media screen and (max-width: 767px) {
  .news_tick_block .block_news {
    order: 1;
  }
}

@media screen and (max-width: 767px) {
  .news_tick_block .block_news {
    border-right: none;
  }
}

.news_tick_block .block_news .box_img {
  margin-right: 15px;
}

.news_tick_block .block_news .box_img span {
  display: block;
  border: 2px solid #121212;
  width: 95px;
  height: 52px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .news_tick_block .block_news .box_img span {
    width: 158px;
    height: 86px;
  }
}

.news_tick_block .block_news .box_content a {
  display: block;
  font-size: 16px;
  color: #121212;
  font-family: "ITC Franklin Gothic Std DmCd";
  font-weight: 500;
  margin-bottom: 4px;
}

.news_tick_block .block_news .box_content a.news_sublink_mob {
  display: none;
}

@media screen and (max-width: 767px) {
  .news_tick_block .block_news .box_content a.news_sublink_mob {
    display: block;
    font-size: 13px;
  }
}

.news_tick_block .block_news .box_content .box_date {
  display: block;
  font-size: 12px;
  color: #121212;
  font-family: "Swift Neue LT Pro Bold";
}

.news_tick_block .block_news .box_content .box_date:hover {
  color: #0f00ff;
}

@media screen and (max-width: 767px) {
  .news_tick_block .link_block {
    order: 2;
  }
}

.news_tick_block .link_block a {
  display: block;
  font-size: 12px;
  font-family: "Swift Neue LT Pro Bold";
  letter-spacing: 0.06px;
  color: #121212;
  padding-left: 13px;
  align-items: center;
}

.news_tick_block .link_block a:hover {
  color: #0f00ff;
}

@media screen and (max-width: 767px) {
  .news_tick_block .link_block a.hid_mob {
    display: none;
  }
}

.scroll_news {
  width: 77%;
  border-right: 1px solid #121212;
}

@media screen and (max-width: 767px) {
  .scroll_news {
    border-right: none;
  }
}

@media screen and (max-width: 767px) {
  .scroll_news {
    order: 3;
    width: 100%;
    margin-top: 16px;
  }
}

.scroll_news .scroll-nav {
  overflow-x: auto;
  overflow-y: hidden;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
}

.scroll_news .scroll-nav ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  line-height: 36px;
  padding: 0 8px;
  text-align: center;
  color: #121212;
  border: 2px solid #121212;
  font-family: "ITC Franklin Gothic Std DmCd";
  font-size: 16px;
}

@supports (-webkit-touch-callout: none) {
  .scroll_news .scroll-nav ul li a {
    display: table-cell;
    vertical-align: middle;
  }
}

.scroll_news .scroll-nav ul li a:hover {
  background: #0f00ff;
  color: #ffffff;
  border-color: #0f00ff;
}

.scroll_news .scroll-nav ul li a.selected {
  border-color: #0f00ff;
  background: #0f00ff;
  color: #ffffff;
}

.scroll_news .scroll-nav ul.skroll-items {
  overflow-x: hidden;
  overflow-y: hidden;
  white-space: nowrap;
  transform: scale(0.98);
  will-change: transform;
  user-select: none;
  cursor: pointer;
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
}

.scroll_news .scroll-nav ul.skroll-items li {
  margin: 10px;
}

.scroll_news .scroll-nav ul.skroll-items li:first-child {
  margin-left: 0;
}

.scroll_news .scroll-nav ul.skroll-items li:last-child {
  margin-right: 0;
}

.scroll_news .scroll-nav ul.skroll-items li a {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.main_news_block {
  margin-top: 30px;
}

.main_news_block>.container>.row>.col-12:first-child {
  padding-right: 0;
}

@media screen and (max-width: 767px) {
  .main_news_block>.container>.row>.col-12:first-child {
    padding-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .main_news_block>.container>.row>.col-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .main_news_block>.container>.row>.col-12 .news_box {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .main_news_block>.container>.row>.col-12 .news_box {
    margin-bottom: 16px;
  }
}

.news_box {
  border-left: 2px solid #121212;
}

.news_box .news_descrip {
  padding: 24px 24px 0;
}

.news_box .news_descrip .title_block h1 a {
  display: block;
  font-size: 42px;
  font-family: "ITC Franklin Gothic Std DmCd";
  color: #121212;
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .news_box .news_descrip .title_block h1 a {
    font-size: 32px;
  }
}

.news_box .news_descrip .title_block h1 a:hover {
  color: #0f00ff;
}

.news_box .news_descrip .title_block span {
  display: block;
  clear: both;
  font-size: 10px;
  font-family: "Swift Neue LT Pro Semibold";
  margin-top: 4px;
}

.news_box .news_descrip .news_para {
  margin: 11px 0 8px;
}

.news_box:hover .img_block a {
  opacity: 0.6;
}

.news_sublinks ul {
  display: flex;
  justify-content: stretch;
  align-items: stretch;
}

.news_sublinks ul li {
  display: block;
  position: relative;
  margin-right: 8px;
  padding-right: 8px;
}

.news_sublinks ul li::before {
  content: "|";
  position: absolute;
  right: 0;
  top: 50%;
  color: #121212;
  opacity: 0.5;
  transform: translateY(-50%);
  font-size: 10px;
}

.news_sublinks ul li:last-child::before {
  content: "";
}

.news_sublinks ul li a {
  display: block;
  font-size: 10px;
  font-family: "Swift Neue LT Pro Semibold";
  opacity: 0.5;
  text-transform: uppercase;
}

.bottom_sublinks {
  margin-top: 8px;
}

.bottom_sublinks ul {
  display: flex;
  justify-content: stretch;
  align-items: stretch;
}

@media screen and (max-width: 767px) {
  .bottom_sublinks ul {
    flex-direction: column;
  }
}

.bottom_sublinks ul li {
  display: block;
  position: relative;
  margin-right: 6px;
  padding-right: 6px;
}

@media screen and (max-width: 767px) {
  .bottom_sublinks ul li {
    margin-right: 0;
    padding-right: 0;
    margin-bottom: 3px;
  }
}

.bottom_sublinks ul li::before {
  content: "|";
  position: absolute;
  right: 0;
  top: 50%;
  color: #121212;
  opacity: 0.5;
  transform: translateY(-50%);
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .bottom_sublinks ul li::before {
    display: none;
  }
}

.bottom_sublinks ul li:last-child::before {
  content: "";
}

.bottom_sublinks ul li a {
  display: block;
  font-size: 14px;
  font-family: "Swift Neue LT Pro Regular";
  opacity: 0.5;
  text-transform: uppercase;
}

.news_tag_links ul {
  display: flex;
  justify-content: stretch;
  align-items: stretch;
}

.news_tag_links ul li {
  display: block;
  position: relative;
  margin-right: 6px;
  padding-right: 6px;
}

.news_tag_links ul li::before {
  content: "|";
  position: absolute;
  right: 0;
  top: 50%;
  color: #121212;
  opacity: 0.5;
  transform: translateY(-50%);
  font-size: 10px;
}

.news_tag_links ul li:last-child::before {
  content: "";
}

.news_tag_links ul li a {
  display: block;
  font-size: 12px;
  font-family: "Swift Neue LT Pro Semibold";
  opacity: 0.5;
}

.img_block a:hover img {
  opacity: 0.6 !important;
}

.img_block a:hover .news_date {
  opacity: 1;
}

.auth_link {
  display: block;
  letter-spacing: 0.07px;
  opacity: 0.5;
  color: #121212;
  font-size: 14px;
  font-family: "Swift Neue LT Pro Regular";
}

.list_ul {
  margin-top: 15px;
}

.list_ul li {
  display: block;
  clear: both;
  margin-bottom: 4px;
}

@media screen and (max-width: 767px) {
  .list_ul li {
    margin-bottom: 6px;
  }
}

.list_ul li a {
  display: block;
  font-family: "ITC Franklin Gothic Std DmCd";
  font-size: 16px;
  position: relative;
  padding-left: 14px;
}

.list_ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 8px;
  height: 8px;
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  background: #0f00ff;
}

@supports (-webkit-touch-callout: none) {
  .list_ul li a::before {
    top: 2px;
  }
}

.subgrp_div {
  margin-top: 8px;
}

.subtxt {
  display: block;
  clear: both;
  font-size: 10px;
  font-family: "Swift Neue LT Pro Semibold";
  margin-top: 4px;
}

@media screen and (max-width: 767px) {
  .subtxt {
    border-bottom: 1px solid #121212;
    padding-bottom: 4px;
    margin-bottom: 15px;
  }
}

.titlo_box_wrap .top_grp {
  margin-bottom: 13px;
}

.titlo_box_wrap .top_grp h3 {
  display: block;
  font-size: 16px;
  font-family: "ITC Franklin Gothic Std DmCd";
}

@media screen and (max-width: 767px) {
  .titlo_box_wrap .top_grp h3 {
    font-size: 20px;
    margin-bottom: 4px;
  }
}

.titlo_box_wrap .top_grp p {
  font-size: 14px;
  font-family: "Swift Neue LT Pro Regular";
  opacity: 0.5;
}

@media screen and (max-width: 767px) {
  .titlo_box_wrap .top_grp p {
    font-size: 16px;
  }
}

.titlo_vertical_list li {
  border-bottom: 1px solid #121212;
  margin-bottom: 12px;
  padding-bottom: 12px;
}

.titlo_vertical_list li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.titlo_vertical_list li a {
  display: block;
}

.titlo_vertical_list li a h2 {
  display: block;
  font-size: 16px;
  font-family: "ITC Franklin Gothic Std DmCd";
}

@media screen and (max-width: 767px) {
  .titlo_vertical_list li a h2 {
    font-size: 20px;
    margin-bottom: 4px;
  }
}

.titlo_vertical_list li a p {
  font-size: 14px;
  font-family: "Swift Neue LT Pro Regular";
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .titlo_vertical_list li a p {
    font-size: 16px;
  }
}

.titlo_vertical_list li a span {
  display: block;
  margin-top: 6px;
  font-family: "Swift Neue LT Pro Regular";
  font-size: 14px;
  opacity: 0.5;
  transition: all 0.5s linear;
}

@media screen and (max-width: 767px) {
  .titlo_vertical_list li a span {
    font-size: 16px;
    margin-top: 5px;
  }
}

.titlo_vertical_list li a:hover {
  opacity: 1;
}

.titlo_vertical_list li a:hover span {
  opacity: 1;
}

.titlo_box_wrap .simple_link {
  border-top: 1px solid #121212;
  margin-top: 12px;
  padding-top: 12px;
}

.img_block a {
  display: block;
}

.img_block .badge_sp {
  position: absolute;
  top: 12px;
  right: 12px;
}

.simple_link {
  display: block;
  font-family: "Swift Neue LT Pro Semibold";
  font-size: 14px;
}

.news_highlight_detail .news_descrip {
  padding: 46px;
}

@media screen and (max-width: 767px) {
  .news_highlight_detail .news_descrip {
    padding: 22px 0;
  }
}

.news_highlight_detail .news_descrip .title_block {
  margin-top: 35px;
}

.news_highlight_detail .news_descrip .title_block h1 a {
  display: block;
  font-size: 68px;
  font-family: "ITC Franklin Gothic Std DmCd";
  color: #121212;
}

@media screen and (max-width: 767px) {
  .news_highlight_detail .news_descrip .title_block h1 a {
    font-size: 42px;
  }
}

@media screen and (max-width: 767px) {
  .news_highlight_detail .news_descrip .title_block h1 a {
    font-size: 32px;
  }
}

.news_highlight_detail .news_descrip .title_block h1 a:hover {
  color: #0f00ff;
}

.news_highlight_detail .news_descrip .title_block span {
  display: block;
  clear: both;
  font-size: 10px;
  font-family: "Swift Neue LT Pro Semibold";
  margin-top: 4px;
}

.news_highlight_detail .news_descrip .news_para {
  margin: 11px 0;
}

.news_highlight_detail .news_descrip .news_para p {
  font-size: 20px;
  line-height: 26px;
}

.articoli_listing_wrap .each_news_box {
  margin-bottom: 24px;
}

.articoli_listing_wrap .each_news_box .img_block {
  position: relative;
}

@media screen and (max-width: 767px) {
  .articoli_listing_wrap .news_col {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .news_box {
    border-left: none;
  }

  .news_box .news_descrip {
    padding-left: 0;
    padding-right: 0;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

@media screen and (max-width: 767px) {
  .listing_recensioni_pg .articoli_listing_wrap .news_col {
    width: 100%;
  }

  .listing_recensioni_pg .articoli_listing_wrap .news_col .news_box {
    border-left: 1px solid #121212;
  }

  .listing_recensioni_pg .articoli_listing_wrap .news_col .news_box .news_descrip {
    padding-left: 12px;
    padding-right: 12px;
  }

  .listing_recensioni_pg .articoli_listing_wrap .news_col .news_box .news_descrip .bottom_sublinks ul {
    flex-direction: row;
  }

  .listing_recensioni_pg .articoli_listing_wrap .news_col .news_box .news_descrip .bottom_sublinks ul li {
    margin-right: 6px;
    padding-right: 6px;
  }

  .listing_recensioni_pg .articoli_listing_wrap .news_col .news_box .news_descrip .bottom_sublinks ul li::before {
    content: "|";
    position: absolute;
    right: 0;
    top: 50%;
    color: #121212;
    opacity: 0.5;
    transform: translateY(-50%);
    font-size: 14px;
    display: block;
  }

  .listing_recensioni_pg .articoli_listing_wrap .news_col .news_box .news_descrip .bottom_sublinks ul li:last-child::before {
    display: none;
  }
}

.news_listing_title_wrapper {
  margin: 22px 0 0;
}

@media screen and (max-width: 767px) {
  .news_listing_title_wrapper>.container>.row>.col-12 {
    flex: 0 0 auto;
    width: 50%;
  }

  .news_listing_title_wrapper>.container>.row>.col-12 .news_box {
    margin-bottom: 30px;
  }
}

.news_col {
  padding-right: 0;
}

.each_news_box .news_box .news_descrip .title_block {
  margin-top: 15px;
}

.each_news_box .news_box .news_descrip .title_block h1 a {
  font-size: 32px;
}

@media screen and (max-width: 767px) {
  .each_news_box .news_box .news_descrip .title_block h1 a {
    font-size: 18px !important;
    line-height: 18px;
  }
}

.each_news_box:hover .img_block a {
  opacity: 0.6 !important;
}

.each_news_box:hover .news_box .news_descrip .title_block h1 a {
  color: #0f00ff;
}

.each_news_box.col_4_newsbox .news_box .news_descrip .title_block h1 a {
  font-size: 42px;
}

.title_only_tilelist .each_news_box .news_box .news_descrip .title_block {
  margin-bottom: 3px;
}

.title_only_tilelist .each_news_box .news_box .news_descrip .title_block h1 a {
  font-size: 28px;
}

@media screen and (max-width: 767px) {
  .highlight_news_block>.row>.col-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

.listing_block .each_news_box {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .listing_block>.row>.col-12 {
    width: 50%;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .listing_block>.row>.col-12 {
    width: 100%;
  }
}

.nobox_btm_space .each_news_box {
  margin-bottom: 0;
}

.news_listing_articoli_wrap {
  margin-bottom: 30px;
}

.news_listing_articoli_wrap .each_news_box {
  margin-bottom: 50px;
}

.news_listing_articoli_wrap .each_news_box .news_box {
  position: relative;
}

.dark_theme .full_dark_block {
  background: #121212;
}

.dark_theme .full_banner_title {
  border-bottom: 2px solid #ffffff;
}

.dark_theme .full_banner_title .b_title h1 {
  color: #ffffff;
}

.dark_theme .full_banner_title .b_title h1:hover {
  color: #ffffff !important;
}

.dark_theme .full_banner_title .b_title h1:focus {
  color: #ffffff !important;
}

@media screen and (max-width: 767px) {
  .dark_theme .news_listing_articoli_wrap .each_news_box {
    margin-bottom: 24px;
  }

  .dark_theme .news_listing_articoli_wrap .news_box {
    border-left: none;
  }

  .dark_theme .news_listing_articoli_wrap .news_box .news_sublinks ul {
    flex-direction: column;
  }

  .dark_theme .news_listing_articoli_wrap .news_box .news_sublinks ul li::before {
    content: "";
  }

  .dark_theme .news_listing_articoli_wrap .news_box .news_descrip {
    padding-bottom: 0;
  }

  .dark_theme .news_listing_articoli_wrap .news_box .news_descrip .title_block {
    margin-top: 0;
  }

  .dark_theme .news_listing_articoli_wrap .news_box .news_descrip .title_block h1 a {
    margin-bottom: 8px;
  }

  .dark_theme .news_listing_articoli_wrap .news_box .news_descrip .news_sublinks:last-child ul li a {
    font-size: 10px;
  }
}

.articoli_premium_wrap .img_block img {
  border: 2px solid #121212;
  border-left: none;
}

@media screen and (max-width: 767px) {
  .articoli_premium_wrap .img_block img {
    border-left: 2px solid #121212;
  }
}

.premium_badge {
  display: block;
  position: absolute;
  top: 15px;
  left: 15px;
  background: #1a1b1f;
  padding: 0 6px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 10px;
  font-family: "Swift Neue LT Pro Semibold";
  z-index: 12;
}

@media screen and (max-width: 767px) {
  .premium_badge {
    top: 0;
    left: 0;
  }
}

.ad_wrapper {
  margin: 46px 0;
}

.ads_a {
  display: block;
  clear: both;
}

.ads_a img {
  transition: all 0.3s linear;
}

.ads_a:hover img {
  opacity: 0.8;
}

.main_title_wrapper {
  box-shadow: 0px 0px 16px rgba(18, 18, 18, 0.2);
  background: #f0f0e7;
  border-top: 2px solid #121212;
  border-bottom: 2px solid #121212;
  padding: 52px 0 32px;
}

@media screen and (max-width: 767px) {
  .main_title_wrapper {
    padding: 32px 0;
  }
}

.main_title_wrapper .main_title h1 {
  display: block;
  text-align: center;
  color: #121212;
  font-size: 120px;
  font-family: "ITC Franklin Gothic Std DmCp";
}

@media screen and (max-width: 991px) {
  .main_title_wrapper .main_title h1 {
    font-size: 60px;
    margin-bottom: 18px;
  }
}

@media screen and (max-width: 767px) {
  .main_title_wrapper .main_title h1 {
    font-size: 42px;
    margin-bottom: 12px;
  }
}

.main_title_wrapper .main_title h5 {
  display: block;
  text-align: center;
  font-family: "Swift Neue LT Pro Italic";
  font-size: 24px;
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .main_title_wrapper .main_title h5 {
    font-size: 16px;
    font-family: "Swift Neue LT Pro Regular";
  }
}

.main_title_wrapper .main_title a {
  display: block;
  clear: both;
  text-align: center;
  font-family: "Swift Neue LT Pro Semibold";
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  .main_title_wrapper .main_title a {
    font-size: 16px;
  }
}

.main_title_wrapper.dark_theme {
  background: #1a1b1f;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}

.main_title_wrapper.dark_theme .main_title h1 {
  color: #ffffff;
}

.main_title_wrapper.dark_theme .main_title h5 {
  color: #ffffff;
}

.main_title_wrapper.dark_theme .main_title a {
  color: #ffffff;
  font-size: 16px;
}

.offwhite_main_section .main_title_wrapper {
  box-shadow: none;
  border-top: none;
}

.top_sec_maintitle .sub_filter_menus {
  margin-bottom: 68px;
  padding-top: 15px;
}

.ltoffwhite_main_section .main_title_wrapper {
  background: #fcfbf7;
  box-shadow: none;
  border-top: none;
  border-bottom: none;
}

.top_sec_maintitle {
  padding-top: 80px;
  box-shadow: 0px 8px 12px rgba(18, 18, 18, 0.1490196078) !important;
}

.button_grp_title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  margin-top: 40px;
}

.button_grp_title .calender_title_block {
  cursor: pointer;
}

.button_grp_title .calender_title_block>ul>li {
  background: #fcfbf7;
  border: 1px solid #121212;
  border-radius: 30px;
  padding: 8px 11px;
}

.button_grp_title .calender_title_block .date_picker_li .search__caption {
  font-size: 14px;
}

.each_option_title {
  margin-right: 24px;
}

.each_option_title:last-child {
  margin-right: 0;
}

.each_option_title .date_picker_li .search__caption {
  font-size: 14px;
}

.link_elem a {
  display: block;
  font-family: "Swift Neue LT Pro Semibold";
  font-size: 16px;
  color: #121212;
}

.link_elem a:hover {
  color: #0f00ff;
}

a {
  cursor: pointer;
}

.main_title_content {
  padding: 80px 0;
  padding-top: 50px;
}

@media screen and (max-width: 767px) {
  .main_title_content {
    padding: 48px 0;
    padding-top: 48px;
  }
}

.main_title_content .main_title h1 {
  display: block;
  text-align: center;
  color: #121212;
  font-size: 120px;
  font-family: "ITC Franklin Gothic Std DmCp";
}

@media screen and (max-width: 991px) {
  .main_title_content .main_title h1 {
    font-size: 60px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .main_title_content .main_title h1 {
    font-size: 42px;
  }
}

.main_title_content .main_title h5 {
  display: block;
  text-align: center;
  font-family: "Swift Neue LT Pro Italic";
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  .main_title_content .main_title h5 {
    font-size: 18px;
    line-height: 24px;
  }
}

.main_title_content .main_title a {
  display: block;
  clear: both;
  text-align: center;
  font-family: "Swift Neue LT Pro Semibold";
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  .main_title_content .main_title a {
    font-size: 12px;
  }
}

.lt_dark_title {
  background: #2e2e2e;
  border-bottom: 1px solid #ffffff;
}

.lt_dark_title .main_title h1 {
  color: #ffffff;
}

@media screen and (min-width: 1024px) {
  .chisiamo_full_pg .main_title_content .main_title h1 {
    font-size: 148px;
  }

  .contatti_pg .main_title_content .main_title h1 {
    font-size: 148px;
  }

  .vederea_template_pg .main_title_content .main_title h1 {
    font-size: 148px;
  }

  .notizie_in_pg .main_title_wrapper .main_title h1 {
    font-size: 148px;
  }

  .mostre_template_pg .main_title_wrapper .main_title h1 {
    font-size: 148px;
  }

  .sezione_pg .offwhite_main_section .main_title_wrapper .main_title h1 {
    font-size: 148px;
  }

  .mostre_list_template_pg .main_title_content .main_title h1 {
    font-size: 148px;
  }

  .recensioni_list_template_pg .main_title_content .main_title h1 {
    font-size: 148px;
  }

  .articoli_list_template_pg .main_title_content .main_title h1 {
    font-size: 148px;
  }

  .aste_calendario_full_pg .main_title_wrapper .main_title h1 {
    font-size: 148px;
  }

  .opinini_rubriche_full_pg .main_title_wrapper .main_title h1 {
    font-size: 148px;
  }

  .main_title_content .main_title.h_title_mn h1 {
    font-size: 148px;
  }
}

.main_title_content .main_title h1 {
  line-height: normal;
}

.main_title_wrapper .main_title h1 {
  line-height: normal;
}

.main_title_wrapper .main_title h1 {
  line-height: normal;
}

.news_tiles_carousel_wrapper {
  margin: 46px 0;
}

.carousel_inner {
  width: 95%;
  margin: 0 auto;
  position: relative;
}

.carousel_inner .owl-nav>button {
  position: absolute;
  top: 0;
  display: block;
}

@media screen and (max-width: 640px) {
  .carousel_inner .owl-nav>button {
    transform: scale(0.7);
  }
}

.carousel_inner .owl-nav>button.owl-prev {
  left: -50px;
}

@media screen and (max-width: 640px) {
  .carousel_inner .owl-nav>button.owl-prev {
    left: -40px;
  }
}

.carousel_inner .owl-nav>button.owl-next {
  right: -50px;
}

@media screen and (max-width: 640px) {
  .carousel_inner .owl-nav>button.owl-next {
    right: -40px;
  }
}

.news_tiles_slide {
  border-right: 1px solid #121212;
}

.news_tiles_slide .each_slide_item .news_box .news_descrip .title_block {
  margin-top: 16px;
}

.news_tiles_slide .each_slide_item .news_box .news_descrip .title_block h1 a {
  font-size: 28px;
}

.news_tiles_slide .each_slide_item .news_box .news_descrip .news_para p {
  font-size: 14px;
}

.author_news_slider_wrapper {
  margin: 36px 0;
}

.auth_slider_inner {
  width: 95%;
  margin: 0 auto;
  position: relative;
}

.auth_slider_inner .owl-nav>button {
  position: absolute;
  top: 0;
  display: block;
}

@media screen and (max-width: 640px) {
  .auth_slider_inner .owl-nav>button {
    transform: scale(0.7);
  }
}

.auth_slider_inner .owl-nav>button.owl-prev {
  left: -50px;
}

@media screen and (max-width: 640px) {
  .auth_slider_inner .owl-nav>button.owl-prev {
    left: -40px;
  }
}

.auth_slider_inner .owl-nav>button.owl-next {
  right: -50px;
}

@media screen and (max-width: 640px) {
  .auth_slider_inner .owl-nav>button.owl-next {
    right: -40px;
  }
}

.author_carousel {
  border-left: 1px solid #121212;
  padding-left: 35px;
  border-right: 1px solid #121212;
}

.each_author_slide .img_data_block {
  display: flex;
  justify-content: stretch;
  align-items: center;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #121212;
}

.each_author_slide .img_data_block span {
  display: block;
  width: 64px;
  height: 64px;
  overflow: hidden;
  margin-right: 16px;
  border-radius: 100%;
}

.each_author_slide .img_data_block .data_block h3 {
  display: block;
  clear: both;
  font-size: 14px;
  font-family: "Swift Neue LT Pro Bold";
  line-height: 18px;
}

.each_author_slide .img_data_block .data_block h5 {
  display: block;
  clear: both;
  font-size: 12px;
  font-family: "Swift Neue LT Pro Regular";
  opacity: 0.5;
  margin-top: 8px;
}

@media screen and (max-width: 767px) {
  .each_author_slide .img_data_block .data_block h5 {
    font-size: 14px;
    margin-top: 4px;
  }
}

.each_author_slide .news_auth_data .auth_link {
  display: block;
  clear: both;
  font-size: 10px;
  font-family: "Swift Neue LT Pro Semibold";
  opacity: 0.5;
  margin-bottom: 12px;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .each_author_slide .news_auth_data .auth_link {
    font-size: 13px;
  }
}

.each_author_slide .news_auth_data h2 a {
  display: block;
  clear: both;
  font-size: 18px;
  font-family: "ITC Franklin Gothic Std DmCd";
}

.author_carousel_profile_wrapper {
  padding: 80px 0;
}

.auth_profile_slider {
  width: 95%;
  margin: 0 auto;
  position: relative;
}

.auth_profile_slider .owl-nav>button {
  position: absolute;
  top: 0;
  display: block;
}

@media screen and (max-width: 640px) {
  .auth_profile_slider .owl-nav>button {
    transform: scale(0.7);
  }
}

.auth_profile_slider .owl-nav>button.owl-prev {
  left: -50px;
}

@media screen and (max-width: 640px) {
  .auth_profile_slider .owl-nav>button.owl-prev {
    left: -40px;
  }
}

.auth_profile_slider .owl-nav>button.owl-next {
  right: -50px;
}

@media screen and (max-width: 640px) {
  .auth_profile_slider .owl-nav>button.owl-next {
    right: -40px;
  }
}

.auth_slider {
  border-left: 1px solid #121212;
  padding-left: 35px;
  border-right: 1px solid #121212;
}

.each_auth_profile {
  display: flex;
  align-items: center;
  justify-content: stretch;
  border-right: 1px solid #121212;
}

.each_auth_profile .img_block {
  margin-right: 16px;
}

.each_auth_profile .img_block span {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  overflow: hidden;
  border: 1px solid #121212;
}

.each_auth_profile .auth_detail h2 {
  display: block;
  clear: both;
  font-size: 24px;
  font-family: "ITC Franklin Gothic Std DmCd";
  line-height: 24px;
  color: #121212;
  margin-bottom: 4px;
}

.each_auth_profile .auth_detail h4 {
  display: block;
  clear: both;
  font-size: 14px;
  font-family: "Swift Neue LT Pro Regular";
  color: #121212;
  opacity: 0.5;
  margin-bottom: 8px;
}

.each_auth_profile .auth_detail a {
  display: block;
  clear: both;
  font-size: 14px;
  font-family: "Swift Neue LT Pro Semibold";
  color: #121212;
}

.each_auth_profile .auth_detail a:hover {
  color: #0f00ff;
}

.listing_content_area .each_news_box {
  margin-bottom: 35px;
}

.listing_content_area .btn_group {
  margin-top: 15px;
}

.article_author_box {
  display: flex;
  align-items: center;
  justify-content: stretch;
  margin-bottom: 16px;
}

.article_author_box .img_block {
  margin-right: 16px;
}

.article_author_box .img_block span {
  display: block;
  border: 1px solid #bebcb8;
  border-radius: 100%;
  width: 64px;
  height: 64px;
  overflow: hidden;
}

.article_author_box .article_auth_detail h2 {
  display: block;
  clear: both;
  font-size: 14px;
  font-family: "Swift Neue LT Pro Bold";
  color: #121212;
  margin-bottom: 4px;
}

.article_author_box .article_auth_detail h4 {
  display: block;
  clear: both;
  font-size: 14px;
  font-family: "Swift Neue LT Pro Regular";
  color: #121212;
  opacity: 0.5;
}

.bigbanner_news_wrapper {
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 970px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .bigbanner_news_wrapper {
    min-height: 670px;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .bigbanner_news_wrapper {
    background-size: contain;
    align-items: flex-end;
    min-height: 620px;
  }
}

.dark_banner {
  position: relative;
}

.dark_banner::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45%;
  background: transparent linear-gradient(180deg, #1a1b1f 0%, rgba(26, 27, 31, 0) 100%) 0% 0% no-repeat padding-box;
  transform: rotate(180deg);
}

@media screen and (max-width: 767px) {
  .dark_banner::before {
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .dark_banner::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    height: 175px;
    background: linear-gradient(359deg, #1a1b1f, #1a1b1f, transparent);
  }
}

.sidenews_banner_wrapper {
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-color: #1a1b1f;
  overflow: hidden;
}

.sidenews_banner_wrapper.dark_theme {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}

.sidenews_banner_wrapper .left_content_sidenews {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 826px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

@media screen and (max-width: 767px) {
  .sidenews_banner_wrapper .left_content_sidenews {
    min-height: 265px;
    background-size: contain;
  }
}

.sidenews_banner_wrapper .left_content_sidenews::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(269deg, #1a1b1f, transparent);
  position: absolute;
}

.sidenews_banner_wrapper .left_content_sidenews .banner_news_content {
  padding-bottom: 0;
  width: 60%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .sidenews_banner_wrapper .left_content_sidenews .banner_news_content {
    width: 90%;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .sidenews_banner_wrapper .sidenews_banner_inner>.row>.col-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

.vertical_news_lists {
  border-left: 0.5px solid #282828;
  padding: 80px 16px;
  height: 100%;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .vertical_news_lists {
    padding: 24px 16px;
  }
}

@media screen and (max-width: 767px) {
  .vertical_news_lists>ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -7px;
  }
}

.vertical_news_lists>ul>li {
  display: block;
  clear: both;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #ffffff;
}

@media screen and (max-width: 767px) {
  .vertical_news_lists>ul>li {
    width: 50%;
    padding: 0 7px;
    border-bottom: none;
    padding-bottom: 0;
  }
}

.vertical_news_lists>ul>li:last-child {
  border-bottom: none;
  padding: 0;
  margin: 0;
}

.vertical_news_lists>ul>li .each_vertical_list {
  display: flex;
  align-items: center;
  justify-content: stretch;
}

@media screen and (max-width: 767px) {
  .vertical_news_lists>ul>li .each_vertical_list {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 22px;
  }
}

.vertical_news_lists>ul>li .each_vertical_list .img_block {
  margin-right: 15px;
}

@media screen and (max-width: 767px) {
  .vertical_news_lists>ul>li .each_vertical_list .img_block {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.vertical_news_lists>ul>li .each_vertical_list .img_block a {
  display: block;
  width: 170px;
  height: 115px;
  overflow: hidden;
}

.vertical_news_lists>ul>li .each_vertical_list .vertical_news_data .simple_link {
  color: #ffffff;
  opacity: 0.8;
  font-family: "Swift Neue LT Pro Semibold";
  font-size: 12px;
  margin-bottom: 12px;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .vertical_news_lists>ul>li .each_vertical_list .vertical_news_data .simple_link {
    font-size: 10px;
  }
}

.vertical_news_lists>ul>li .each_vertical_list .vertical_news_data h2 a {
  display: block;
  font-size: 20px;
  font-family: "ITC Franklin Gothic Std DmCd";
  color: #ffffff;
  line-height: 20px;
}

@media screen and (max-width: 767px) {
  .vertical_news_lists>ul>li .each_vertical_list .vertical_news_data h2 a {
    font-size: 18px;
    margin-bottom: 4px;
  }
}

.vertical_news_lists>ul>li .each_vertical_list .vertical_news_data h2 a:hover {
  color: #6c87f8;
}

.vertical_news_lists>ul>li .each_vertical_list .vertical_news_data .news_sublinks {
  margin-top: 8px;
}

@media screen and (max-width: 767px) {
  .vertical_news_lists>ul>li .each_vertical_list .vertical_news_data .news_sublinks ul {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .vertical_news_lists>ul>li .each_vertical_list .vertical_news_data .news_sublinks ul li::before {
    display: none;
  }
}

.vertical_news_lists>ul>li .each_vertical_list .vertical_news_data .news_sublinks ul li a {
  font-size: 12px;
  font-family: "Swift Neue LT Pro Regular";
  color: #ffffff;
  opacity: 0.8;
}

.banner_80w {
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .banner_80w {
    width: 100%;
  }
}

.banner_news_content {
  position: relative;
  z-index: 99;
  padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .banner_news_content {
    padding-bottom: 24px;
    padding-top: 16px;
  }
}

.banner_news_content.center_content_banner .title_block h1 {
  margin-bottom: 8px;
}

.banner_news_content.center_content_banner .title_block h1 a {
  display: block;
  clear: both;
  color: #ffffff;
  font-size: 76px;
  text-align: center;
  font-family: "ITC Franklin Gothic Std DmCd";
}

@media screen and (max-width: 767px) {
  .banner_news_content.center_content_banner .title_block h1 a {
    font-size: 45px;
  }
}

@media screen and (max-width: 767px) {
  .banner_news_content.center_content_banner .title_block h1 a {
    font-size: 28px;
    margin-bottom: 4px;
    line-height: 32px;
  }
}

.banner_news_content.center_content_banner .news_tag_links {
  margin-bottom: 24px;
  margin-top: 24px;
}

.banner_news_content.center_content_banner .news_tag_links ul {
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.banner_news_content.center_content_banner .news_descrip p {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .banner_news_content.center_content_banner .news_descrip p {
    font-size: 14px;
    line-height: 18px;
  }
}

.banner_news_content .news_descrip p {
  font-size: 20px;
  line-height: 26px;
}

.banner_news_content .news_sublinks {
  margin-top: 24px;
}

@media screen and (max-width: 767px) {
  .banner_news_content .news_sublinks {
    margin-top: 16px;
  }
}

.banner_news_content .news_sublinks ul {
  display: flex;
  justify-content: stretch;
  align-items: stretch;
}

.banner_news_content .news_sublinks ul.center_align_ul {
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .banner_news_content .news_sublinks ul.center_align_ul {
    flex-wrap: wrap;
  }
}

.banner_news_content .news_sublinks ul li::before {
  font-size: 16px;
}

.banner_news_content .news_sublinks ul li a {
  font-size: 16px;
  opacity: 1;
  font-family: "Swift Neue LT Pro Regular";
}

@media screen and (max-width: 640px) {
  .banner_news_content .news_sublinks ul li a {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .banner_news_content .news_sublinks ul li {
    margin-bottom: 10px;
  }

  .banner_news_content .news_sublinks ul li:nth-child(2)::before {
    display: none;
  }
}

.dark_theme .news_tag_links ul li::before {
  color: #ffffff;
  opacity: 0.8;
}

.dark_theme .news_tag_links ul li a {
  color: #ffffff;
  opacity: 0.8;
  text-transform: uppercase;
}

.dark_theme .news_tag_links ul li a:hover {
  opacity: 1;
  color: #6c87f8 !important;
}

.dark_theme .news_sublinks ul li::before {
  color: #ffffff;
}

.dark_theme .news_sublinks ul li a {
  color: #ffffff;
}

.main_audio_banner {
  padding: 82px 0;
}

@media screen and (max-width: 767px) {
  .main_audio_banner {
    padding: 40px 0;
  }
}

.main_audio_banner.dark_theme {
  background: #1a1b1f;
}

@media screen and (max-width: 767px) {
  .main_audio_banner .container>.row>.col-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

.media_bannerimg {
  display: block;
  margin: 0 auto;
  width: 72%;
}

@media screen and (max-width: 767px) {
  .media_bannerimg {
    margin: 0 auto 25px;
  }
}

@media screen and (max-width: 767px) {
  .media_bannerimg {
    width: 95%;
    border: 0.3px solid #ffffff;
    border-radius: 24px;
    overflow: hidden;
  }
}

.media_icon {
  display: block;
  margin-bottom: 23px;
  width: 36px;
}

.media_content_banner {
  width: 72%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .media_content_banner {
    width: 100%;
  }

  .media_content_banner .media_icon {
    margin: 0 auto 18px;
  }
}

.media_content_banner .title_block {
  margin-top: 24px;
}

.media_content_banner .title_block h1 a {
  display: block;
  font-size: 68px;
  font-family: "ITC Franklin Gothic Std DmCd";
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .media_content_banner .title_block h1 a {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .media_content_banner .title_block h1 a {
    font-size: 40px;
  }
}

.media_content_banner .news_descrip {
  margin: 5px 0 0;
}

.media_content_banner .news_descrip p {
  font-size: 20px;
  line-height: 26px;
}

@media screen and (max-width: 767px) {
  .media_content_banner .news_descrip p {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .media_content_banner .news_descrip p {
    font-size: 16px;
    line-height: 18px;
  }
}

.media_content_banner .news_sublinks {
  margin-top: 24px;
}

@media screen and (max-width: 767px) {
  .media_content_banner .news_sublinks ul {
    justify-content: center;
  }
}

.media_content_banner .news_sublinks ul li {
  margin-right: 12px;
  padding-right: 12px;
}

.media_content_banner .news_sublinks ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}

@media screen and (max-width: 640px) {
  .media_content_banner .news_sublinks ul li {
    margin-right: 5px;
    padding-right: 5px;
  }
}

.media_content_banner .news_sublinks ul li::before {
  font-size: 14px;
}

.media_content_banner .news_sublinks ul li a {
  font-family: "Swift Neue LT Pro Regular";
  font-size: 16px;
  opacity: 1;
  pointer-events: none;
}

@media screen and (max-width: 640px) {
  .media_content_banner .news_sublinks ul li a {
    font-size: 11px;
  }
}

@media screen and (max-width: 767px) {
  .media_content_banner .news_tag_links ul {
    justify-content: center;
  }
}

.media_content_banner .news_tag_links ul li a:hover {
  color: #6c87f8;
}

.main_audio_banner:hover .media_bannerimg img {
  opacity: 0.8;
}

.main_audio_banner:hover .title_block h1 a {
  color: #6c87f8;
}

.dark_theme .media_content_banner .title_block h1 a {
  color: #ffffff;
}

.dark_theme .media_content_banner .title_block h1 a:hover {
  color: #6c87f8 !important;
}

@media screen and (max-width: 991px) {
  .each_media_block {
    margin-bottom: 30px;
  }
}

.each_media_block .img_block {
  position: relative;
  width: 80%;
  margin: 0 auto 24px;
}

@media screen and (max-width: 767px) {
  .each_media_block .img_block {
    margin: 0 auto 12px;
  }
}

.each_media_block .img_block a {
  display: block;
}

@media screen and (max-width: 767px) {
  .each_media_block .img_block a {
    border: 0.3px solid #ffffff;
    border-radius: 24px;
    overflow: hidden;
  }
}

.each_media_block .img_block .media_icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  cursor: pointer;
}

.each_media_block .media_descrip {
  width: 90%;
  margin: 0 auto;
}

.each_media_block .media_descrip .tag_link {
  display: block;
  text-align: center;
  font-family: "Swift Neue LT Pro Semibold";
  font-size: 10px;
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .each_media_block .media_descrip .tag_link {
    margin-bottom: 10px;
  }
}

.each_media_block .media_descrip h2 a {
  display: block;
  text-align: center;
  font-family: "ITC Franklin Gothic Std DmCd";
  font-size: 28px;
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .each_media_block .media_descrip h2 a {
    font-size: 18px;
    line-height: 18px;
  }
}

.each_media_block .media_descrip .auth_link {
  display: block;
  text-align: center;
  font-family: "Swift Neue LT Pro Regular";
  font-size: 14px;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .each_media_block .media_descrip .auth_link {
    font-size: 12px;
  }
}

.each_media_block:hover .img_block .media_icon {
  opacity: 1;
}

.each_media_block:hover .media_descrip h2 a {
  color: #6c87f8 !important;
}

.media_tile_list_wrapper.dark_theme {
  background: #1a1b1f;
}

.media_tile_list_wrapper.dark_theme .media_descrip .tag_link {
  color: #ffffff;
  text-transform: uppercase;
  opacity: 0.6;
}

.media_tile_list_wrapper.dark_theme .media_descrip .tag_link:hover {
  color: #6c87f8 !important;
}

.media_tile_list_wrapper.dark_theme .media_descrip h2 a {
  color: #ffffff;
}

.media_tile_list_wrapper.dark_theme .media_descrip .auth_link {
  color: #ffffff;
}

.playmedia_block .img_block {
  position: relative;
  z-index: 12;
}

.playmedia_block .img_block.md_width {
  width: 85%;
  margin: 0 auto;
}

.playmedia_block .img_block span {
  display: block;
  mix-blend-mode: multiply;
  position: relative;
}

.playmedia_block .img_block span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(180deg, #121212 0%, rgba(18, 18, 18, 0) 100%) 0% 0% no-repeat padding-box;
}

.playmedia_block .img_block .play_icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
}

.main_audio_banner:hover .media_content_banner .title_block h1 a {
  color: #6c87f8;
}

.podcast_premium_pg .main_title_content {
  background: #1a1b1f;
}

.podcast_premium_pg .footer_wrapper.footer_innerpg {
  margin-top: 0;
}

.podcast_premium_pg .media_tile_list_wrapper {
  margin-bottom: 48px;
}

@media screen and (max-width: 767px) {
  .podcast_premium_pg .media_tile_list_wrapper {
    margin-bottom: 0;
  }
}

.podcast_premium_wrapper .each_media_block {
  margin-bottom: 64px;
}

@media screen and (max-width: 767px) {
  .podcast_premium_wrapper .each_media_block {
    margin-bottom: 36px;
  }
}

.podcast_premium_wrapper .each_media_block .media_descrip p {
  text-align: center;
  margin: 8px 0 12px;
}

@media screen and (max-width: 767px) {
  .podcast_premium_wrapper .each_media_block .img_block {
    width: 100%;
  }

  .podcast_premium_wrapper .each_media_block .img_block a {
    border-radius: 16px;
  }
}

.media_tile_list_wrapper {
  padding: 80px 0 170px;
}

@media screen and (max-width: 767px) {
  .media_tile_list_wrapper {
    padding: 40px 0;
  }

  .media_tile_list_wrapper .container>.row>.col-12 {
    flex: 0 0 auto;
    width: 50%;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .media_tile_list_wrapper .container>.row>.col-12 {
    width: 100%;
  }
}

.abbonamenti_fixed {
  border: 2px solid #121212;
  background: #1a1b1f;
  box-shadow: 0px 0px 48px rgba(18, 18, 18, 0.6);
  border-radius: 8px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  position: fixed;
  width: 99%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
  z-index: 1234;
  padding: 24px 0;
}

@media screen and (max-width: 767px) {
  .abbonamenti_fixed {
    padding-bottom: 50px;
    bottom: 0;
    border-radius: 16px 16px 0px 0px;
  }
}

.abbonamenti_fixed>.container>.row {
  align-items: center;
}

.abbonamenti_fixed .ab_fix_img {
  display: block;
  width: 92%;
  margin: 0 auto;
}

.abbonamenti_fixed .ab_content_block {
  width: 85%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .abbonamenti_fixed .ab_content_block {
    width: 100%;
  }
}

.abbonamenti_fixed .ab_content_block h1 {
  display: block;
  color: #ffffff;
  font-size: 48px;
  font-family: "ITC Franklin Gothic Std DmCd";
  margin-bottom: 8px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .abbonamenti_fixed .ab_content_block h1 {
    font-size: 28px;
  }
}

.abbonamenti_fixed .ab_content_block p {
  text-align: center;
  color: #ffffff;
  font-family: "Swift Neue LT Pro Regular";
  font-size: 18px;
  line-height: 24px;
}

@media screen and (max-width: 767px) {
  .abbonamenti_fixed .ab_content_block p {
    font-size: 14px;
    line-height: 18px;
  }
}

.abbonamenti_fixed .ab_content_block .btn_grp {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 33px;
}

@media screen and (max-width: 767px) {
  .abbonamenti_fixed .ab_content_block .btn_grp {
    margin-top: 21px;
  }
}

.abbonamenti_fixed .ab_content_block .btn_grp a {
  display: block;
  width: 125px;
  height: 37px;
  line-height: 37px;
  color: #ffffff;
  text-align: center;
  font-family: "Swift Neue LT Pro Regular";
}

.abbonamenti_fixed .ab_content_block .btn_grp a:hover {
  color: #6c87f8;
}

.abbonamenti_fixed .ab_content_block .btn_grp a.brdr_btn {
  border: 1px solid #ffffff;
  background: #121212;
}

.abbonamenti_fixed .ab_content_block .btn_grp a.brdr_btn:hover {
  border: 1px solid #6c87f8;
}

.abbonamenti_fixed .ab_content_block .btn_grp a:last-child {
  margin-right: 0;
}

.abbonamenti_fixed .ab_content_block .btn_grp .close_modal {
  width: 125px;
  height: 37px;
  line-height: 37px;
  color: #ffffff;
}

.horiz-slider {
  width: 280px;
  height: 90%;
}

@media screen and (max-width: 991px) {
  .horiz-slider {
    height: auto;
    border-left: none;
    margin-top: 10px;
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .horiz-slider {
    width: 100%;
    transform: translateX(-5%);
  }
}

.footer_news_slider_block .horiz-slider {
  width: 350px;
}

.slider_wrap {
  max-width: 350px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}

.dp-wrap {
  margin: 0 auto;
  position: relative;
  perspective: 1000px;
  height: 100%;
}

.dp-slider {
  height: 100%;
  width: 100%;
  position: absolute;
  transform-style: preserve-3d;
}

.dp-slider div {
  transform-style: preserve-3d;
}

.dp_item {
  display: block;
  position: absolute;
  text-align: center;
  color: #fff;
  border-radius: 10px;
  transition: transform 1.2s;
  display: flex;
  align-items: center;
}

.dp-img {
  box-shadow: 6px 0px 6px rgba(0, 0, 0, 0.1019607843);
  text-align: left;
}

.dp-img img {
  border: 4px solid #fff;
  object-fit: cover;
  object-position: right;
  height: 170px;
  max-width: 167px;
}

@media screen and (max-width: 767px) {
  .dp-img img {
    width: 118px;
  }

  @supports (-webkit-touch-callout: none) {
    .dp-img img {
      width: 118px;
    }
  }
}

@media screen and (max-width: 767px) {
  .header_slider .dp-img img {
    width: 104px;
  }

  @supports (-webkit-touch-callout: none) {
    .header_slider .dp-img img {
      width: 104px;
    }
  }
}

.dp-slider {
  height: 153px;
  position: relative;
  width: 100%;
}

.dp-slider .dp_item:first-child {
  z-index: 10 !important;
  transform: rotateY(0deg) !important;
}

.dp-slider .dp_item:first-child .dp-img {
  z-index: 10 !important;
  transform: rotateY(0deg) translateX(0px) !important;
}

.dp-slider .dp_item:hover:not(:first-child) {
  cursor: pointer;
}

.dp-slider .dp_item[data-position="2"] .dp-img {
  z-index: 9;
  transform: rotateY(0deg) translateX(15%) scale(0.99);
}

.dp-slider .dp_item[data-position="3"] .dp-img {
  z-index: 8;
  transform: rotateY(0deg) translateX(30%) scale(0.99);
}

.dp-slider .dp_item[data-position="4"] .dp-img {
  z-index: 7;
  transform: rotateY(0deg) translateX(45%) scale(0.99);
}

.dp-slider .dp_item[data-position="5"] .dp-img {
  z-index: 6;
  transform: rotateY(0deg) translateX(60%) scale(0.99);
}

.dp_item[data-position="2"] {
  z-index: 9;
  transform: rotateY(0deg);
}

.dp_item[data-position="3"] {
  z-index: 8;
  transform: rotateY(0deg);
}

.dp_item[data-position="4"] {
  z-index: 7;
  transform: rotateY(0deg);
}

.dp_item[data-position="5"] {
  z-index: 6;
  transform: rotateY(0deg);
}

.dp-dots {
  position: absolute;
  bottom: 3px;
  z-index: 12;
  left: 0;
  cursor: default;
  padding: 0;
  margin-bottom: -30px;
  margin-left: 215px;
  display: flex;
}

.dp-dots li {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: white;
  border: 1px solid #99999b;
  border-radius: 50%;
  margin-right: 4px;
}

.dp-dots li:last-child {
  margin-right: 0;
}

.dp-dots li:hover {
  cursor: pointer;
  background: #99999b;
  transition: background 0.3s;
}

.dp-dots li.active {
  background: #99999b;
}

.dp-content {
  text-align: left;
  padding-right: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #ffffff;
  position: absolute;
  left: 100%;
  margin-left: 95px;
}

.dp-content .content_inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
}

.dp-content .content_inner h3 {
  display: block;
  font-size: 16px;
  margin: 0;
  color: #121212;
  font-family: "ITC Franklin Gothic Std DmCd";
}

.dp-content .content_inner h3 span {
  font-size: 16px;
  display: block;
  clear: both;
  color: #121212;
  font-family: "ITC Franklin Gothic Std DmCd";
}

.dp-content .content_inner h3 em {
  font-style: normal;
  font-size: 16px;
  opacity: 0.5;
  display: block;
  clear: both;
  color: #121212;
  font-family: "ITC Franklin Gothic Std DmCd";
}

.dp-content .content_inner .bottom_block {
  position: relative;
  top: -21px;
}

.dp-content .content_inner .bottom_block h4 {
  font-size: 12px;
  color: #121212;
  margin: 0;
  font-family: "Swift Neue LT Pro Regular";
}

.dp-content .content_inner .bottom_block span {
  font-size: 12px;
  color: #121212;
  font-family: "Swift Neue LT Pro Regular";
}

.dark_footer .dp-content {
  background: #1a1b1f;
}

.dark_footer .dp-content .content_inner h3 {
  color: #ffffff;
}

.dark_footer .dp-content .content_inner h3 span {
  color: #ffffff;
}

.dark_footer .dp-content .content_inner h3 em {
  color: #ffffff;
  opacity: 0.5;
}

.dark_footer .dp-content .content_inner .bottom_block h4 {
  color: #ffffff;
}

.dark_footer .dp-content .content_inner .bottom_block span {
  color: #ffffff;
}

.dark_footer .dp-dots li {
  background: #1a1b1f;
  border: 1px solid #99999b;
}

.dark_footer .dp-dots li:last-child {
  margin-right: 0;
}

.dark_footer .dp-dots li:hover {
  cursor: pointer;
  background: #99999b;
  transition: background 0.3s;
}

.dark_footer .dp-dots li.active {
  background: #99999b;
}

.each_subnews_md {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #121212;
}

.each_subnews_md:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.each_subnews_md .img_block a {
  display: block;
}

.each_subnews_md .subnews_md_title .title_block {
  margin-top: 12px;
}

@media screen and (max-width: 767px) {
  .each_subnews_md .subnews_md_title .title_block {
    padding-left: 16px;
  }
}

.each_subnews_md .subnews_md_title .title_block h1 a {
  display: block;
  font-family: "ITC Franklin Gothic Std DmCd";
  font-size: 28px;
}

.each_subnews_md .subnews_md_title .title_block h1 a:hover {
  color: #0f00ff;
}

@media screen and (max-width: 767px) {
  .each_subnews_md .subnews_md_title .news_sublinks {
    padding-left: 16px;
    padding-top: 16px;
  }
}

.each_subnews_md .news_para {
  padding: 16px;
}

.each_subnews_md .news_para p {
  font-size: 16px;
  line-height: 20px;
}

.each_subnews_md .news_para .simple_link {
  display: block;
  font-family: "Swift Neue LT Pro Regular";
  font-size: 14px;
  opacity: 0.6;
  margin-top: 8px;
}

.each_subnews_md.each_rubriche_news {
  margin-bottom: 35px;
}

.each_subnews_md.each_rubriche_news .news_para {
  padding: 0;
  margin-bottom: 8px;
}

.each_subnews_md.each_rubriche_news .news_detail_md {
  padding: 16px;
}

.each_subnews_md.each_rubriche_news .subnews_md_title .news_sublinks ul li a {
  font-size: 10px;
}

.each_subnews_md.each_rubriche_news .news_sublinks ul li a {
  font-size: 14px;
}

.each_subnews_md:hover .img_block a {
  opacity: 0.8;
}

.each_subnews_md:hover .subnews_md_title .title_block h1 a {
  color: #0f00ff;
}

.subnews_md_vertical_list .link_badge {
  display: flex;
  justify-content: stretch;
  align-items: center;
  color: #1104de;
  font-size: 11px;
  font-family: "ITC Franklin Gothic Std DmCd";
  line-height: 14px;
  margin-bottom: 12px;
  transition: all 0.3s;
}

.subnews_md_vertical_list .link_badge i {
  display: block;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 14px;
  color: #ffffff;
  background: #1104de;
  font-size: 11px;
  font-family: "ITC Franklin Gothic Std DmCd";
  margin-right: 6px;
}

.subnews_md_vertical_list .link_badge:hover {
  color: #121212;
}

.subnews_md_vertical_list .link_badge:hover i {
  background: #121212;
}

.subnews_md_vertical_list a span {
  margin-top: 6px !important;
}

.newsletter_fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  background: #1a1b1f;
  box-shadow: 0px 0px 48px rgba(18, 18, 18, 0.6);
  border: 2px solid #121212;
  border-radius: 8px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  width: 100%;
  padding: 48px 0;
}

.newsletter_fixed>.container>.row {
  align-items: center;
}

.newsletter_fixed .news_letter_form {
  display: flex;
  align-items: center;
  justify-content: stretch;
}

@media screen and (max-width: 1024px) {
  .newsletter_fixed .news_letter_form {
    flex-direction: column;
    align-items: stretch;
  }
}

.newsletter_fixed .news_letter_form label {
  display: block;
  font-size: 12px;
  color: #121212;
  font-family: "Swift Neue LT Pro Semibold";
  margin-right: 16px;
}

@media screen and (max-width: 1024px) {
  .newsletter_fixed .news_letter_form label {
    margin-bottom: 8px;
  }
}

.newsletter_fixed .news_letter_form .newsletter_txtbox {
  position: relative;
  width: 90%;
}

@media screen and (max-width: 1024px) {
  .newsletter_fixed .news_letter_form .newsletter_txtbox {
    width: 100%;
  }
}

.newsletter_fixed .news_letter_form .newsletter_txtbox .form-control {
  height: 36px;
  border: 1px solid #121212;
  border-radius: 6px 0px 0px 6px;
  box-shadow: inset 0px 4px 6px rgba(18, 18, 18, 0.1019607843);
  padding-left: 16px;
  padding-right: 95px;
  font-family: "Swift Neue LT Pro Regular";
  color: #121212;
  font-size: 14px;
}

.newsletter_fixed .news_letter_form .newsletter_txtbox .form-control::placeholder {
  opacity: 0.6;
  color: #121212;
}

.newsletter_fixed .news_letter_form .newsletter_txtbox .news_btn {
  display: block;
  font-size: 14px;
  height: 36px;
  border: 1px solid #121212;
  width: 92px;
  line-height: 36px;
  color: #121212;
  font-family: "Swift Neue LT Pro Regular";
  background: transparent;
  position: absolute;
  right: 0;
  top: 0;
}

.newsletter_fixed .news_letter_form .newsletter_txtbox .news_btn:hover {
  border-color: #0f00ff;
  color: #0f00ff;
}

.newsletter_fixed .news_letter_txt_block {
  display: flex;
  justify-content: stretch;
  align-items: center;
  margin-top: 8px;
}

.newsletter_fixed .news_letter_txt_block p {
  font-size: 10px;
  color: #ffffff;
  font-family: "Swift Neue LT Pro Bold";
}

.newsletter_fixed .news_letter_txt_block p a {
  font-size: 10px;
  color: #ffffff;
  font-family: "Swift Neue LT Pro Bold";
}

.newsletter_fixed .news_letter_txt_block p a:hover {
  color: #6c87f8;
}

.newsletter_fixed .news_letter_txt_block .chiudi_link {
  display: block;
  margin-left: 24px;
  font-size: 14px;
  color: #ffffff;
  font-family: "Swift Neue LT Pro Semibold";
}

.newsletter_fixed .news_letter_txt_block .chiudi_link:hover {
  color: #6c87f8;
}

.md_title_block h1 {
  display: block;
  color: #ffffff;
  font-size: 42px;
  font-family: "ITC Franklin Gothic Std DmCd";
  margin-bottom: 8px;
}

.md_title_block p {
  color: #ffffff;
  font-size: 14px;
}

.user_dropdown_block {
  position: relative;
  cursor: pointer;
  z-index: 123;
  margin-left: 16px;
}

.user_dropdown_block .user_drp_btn {
  display: flex;
  align-items: center;
  justify-content: stretch;
  cursor: pointer;
  position: relative;
  padding-left: 16px;
  padding-right: 16px;
}

.user_dropdown_block .user_drp_btn::before {
  content: "|";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #121212;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .user_dropdown_block .user_drp_btn::after {
    content: "|";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #121212;
    font-size: 18px;
  }
}

.user_dropdown_block .user_drp_btn>i {
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  border: 1px solid #121212;
  /* background: #121212; */
  transition: all 0.5s linear;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .user_dropdown_block .user_drp_btn>i {
    width: 36px;
    height: 36px;
  }
}

.user_dropdown_block .user_drp_btn>label {
  display: block;
  font-size: 16px;
  font-family: "Swift Neue LT Pro Bold";
  padding-left: 6px;
  color: #121212;
  transition: all 0.5s linear;
}

@media screen and (max-width: 1540px) {
  .user_dropdown_block .user_drp_btn>label {
    font-size: 13px;
  }
}

.user_dropdown_block .user_drp_btn:hover>i {
  border: 1px solid #0f00ff;
}

.user_dropdown_block .user_drp_btn:hover>label {
  color: #0f00ff;
}

.user_dropdown_show {
  display: none;
  width: 250px;
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #cccccc;
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 1px;
  z-index: 123;
}

.user_dropdown_show ul {
  padding: 24px;
}

.user_dropdown_show ul li {
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #cccccc;
}

.user_dropdown_show ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}

.user_dropdown_show ul li a {
  display: flex;
  align-items: center;
  justify-content: stretch;
}

.user_dropdown_show ul li a i {
  display: block;
}

.user_dropdown_show ul li a i .menu_icon_normal {
  display: block;
}

.user_dropdown_show ul li a i .menu_icon_hvr {
  display: none;
}

.user_dropdown_show ul li a span {
  display: block;
  font-size: 14px;
  font-family: "Swift Neue LT Pro Semibold";
  padding-left: 16px;
}

.user_dropdown_show ul li a:hover i .menu_icon_normal {
  display: none;
}

.user_dropdown_show ul li a:hover i .menu_icon_hvr {
  display: block;
}

.user_dropdown_block:hover .user_dropdown_show {
  display: block;
}

.cerca_filter_block {
  background: #f0f0e7;
  position: relative;
  box-shadow: 0px 4px 12px rgba(18, 18, 18, 0.2);
  border-bottom: 1px solid #121212;
}

.cerca_filter_block .cerca_form_area {
  border-bottom: 1px solid #121212;
  padding: 80px 0 55px;
}

@media screen and (max-width: 767px) {
  .cerca_filter_block .cerca_form_area {
    padding: 95px 0 22px;
  }
}

.cerca_filter_block .cerca_form_area .filter_block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50%;
  margin: 0 auto;
}

@media screen and (max-width: 1600px) {
  .cerca_filter_block .cerca_form_area .filter_block {
    width: 65%;
  }
}

@media screen and (max-width: 767px) {
  .cerca_filter_block .cerca_form_area .filter_block {
    width: 100%;
  }
}

.cerca_filter_block .cerca_form_area .filter_block .search_form_block {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: stretch;
}

@media screen and (max-width: 767px) {
  .cerca_filter_block .cerca_form_area .filter_block .search_form_block {
    flex-direction: column;
  }
}

.cerca_filter_block .cerca_form_area .filter_block .search_form_block .cntrl_grp {
  position: relative;
  width: 90%;
}

.cerca_filter_block .cerca_form_area .filter_block .search_form_block .cntrl_grp .form-control {
  border: 1px solid #121212;
  box-shadow: 0px 4px 8px rgba(18, 18, 18, 0.1019607843);
  border-radius: 24px;
  background: #ffffff;
  padding-right: 50px;
}

.cerca_filter_block .cerca_form_area .filter_block .search_form_block .cntrl_grp .form-control::placeholder {
  color: #121212;
  font-family: "Swift Neue LT Pro Bold";
}

@media screen and (max-width: 767px) {
  .cerca_filter_block .cerca_form_area .filter_block .search_form_block .cntrl_grp .form-control {
    height: 48px;
  }
}

.cerca_filter_block .cerca_form_area .filter_block .search_form_block .cntrl_grp .search_icon {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  width: 24px;
  height: 24px;
}

.cerca_filter_block .cerca_form_area .filter_block .search_form_block .search_btn {
  width: 80px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #121212;
  border: 1px solid #121212;
  background: #fcfbf7;
  margin-left: 16px;
}

.cerca_filter_block .cerca_form_area .filter_block .search_form_block .search_btn:hover {
  border: 1px solid #0f00ff;
  color: #0f00ff;
}

@media screen and (max-width: 767px) {
  .cerca_filter_block .cerca_form_area .filter_block .search_form_block .search_btn {
    margin-top: 15px;
    width: 50%;
    font-family: "Swift Neue LT Pro Bold";
  }
}

.tags_filter_block {
  margin: 48px 0;
}

@media screen and (max-width: 767px) {
  .tags_filter_block {
    margin: 36px 0;
  }
}

.tags_filter_block ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.tags_filter_block ul li {
  margin-right: 12px;
}

@media screen and (max-width: 767px) {
  .tags_filter_block ul li {
    margin-right: 9px;
  }
}

.tags_filter_block ul li:last-child {
  margin-right: 0;
}

.tags_filter_block ul li a {
  display: block;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: #121212;
  font-family: "Swift Neue LT Pro Semibold";
  font-size: 12px;
  border: 1px solid #121212;
  padding: 0 8px;
  background: #ffffff;
}

.tags_filter_block ul li a:hover {
  border-color: #0f00ff;
  color: #0f00ff;
}

@media screen and (max-width: 767px) {
  .tags_filter_block ul li a {
    font-size: 10px;
  }
}

.link_date_filter_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .link_date_filter_wrap {
    flex-direction: column;
  }
}

.link_date_filter_wrap .link_filter ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.link_date_filter_wrap .link_filter ul li {
  position: relative;
  padding-right: 16px;
  margin-right: 16px;
}

@media screen and (max-width: 767px) {
  .link_date_filter_wrap .link_filter ul li {
    padding-right: 12px;
    margin-right: 12px;
  }
}

.link_date_filter_wrap .link_filter ul li::before {
  content: "|";
  position: absolute;
  right: 0;
  top: -2px;
  color: #121212;
  font-size: 16px;
}

.link_date_filter_wrap .link_filter ul li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.link_date_filter_wrap .link_filter ul li:last-child::before {
  content: "";
  display: none;
}

.link_date_filter_wrap .link_filter ul li a {
  display: block;
  font-size: 16px;
  font-family: "Swift Neue LT Pro Semibold";
}

@media screen and (max-width: 767px) {
  .link_date_filter_wrap .link_filter ul li a {
    font-size: 14px;
  }
}

.link_date_filter_wrap .link_filter ul li a:hover {
  color: #0f00ff;
}

.date_filter_grp {
  margin-left: 48px;
}

@media screen and (max-width: 767px) {
  .date_filter_grp {
    margin-left: 0;
    margin-top: 24px;
  }
}

.date_filter_grp ul {
  display: flex;
  justify-content: stretch;
  align-items: center;
}

.cerca_wrapper {
  display: none;
  position: fixed;
  top: 64px;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 95vh;
  overflow: hidden;
  overflow-y: auto;
}

.search_active {
  height: 100vh;
  overflow: hidden;
}

.search_active::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fcfbf7;
  z-index: 99;
  opacity: 1;
}

.search_active .cerca_wrapper {
  display: block;
}

.search_active .header_wrapper {
  position: static;
}

.date_picker_li {
  display: flex;
  align-items: center;
  justify-content: stretch;
  position: relative;
  padding-right: 16px;
  margin-right: 16px;
}

.date_picker_li::before {
  content: "|";
  position: absolute;
  right: 0;
  top: 0;
  color: #121212;
  font-size: 16px;
}

.date_picker_li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.date_picker_li:last-child::before {
  content: "";
  display: none;
}

.date_picker_li .search__caption {
  font-size: 16px;
  font-family: "Swift Neue LT Pro Bold";
  color: #121212;
  margin-left: 8px;
}

.date_picker_li .search__din {
  color: #121212;
  margin-left: 8px;
  font-size: 16px;
  font-family: "Swift Neue LT Pro Regular";
}

.date_picker {
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 1px;
  width: 336px;
  z-index: 99;
}

.date_picker .calendar-box {
  border: 1px solid #bebcb8;
  border-radius: 16px;
  background: #ffffff;
}

.date_picker .calendar-box .weeks-container .buttons-container {
  padding: 12px;
}

.date_picker .calendar-box .weeks-container .buttons-container button {
  padding: 0 !important;
  border: none;
}

.date_picker .calendar-box .weeks-container .buttons-container .month-label {
  font-family: "Swift Neue LT Pro Regular";
  font-size: 16px;
}

.date_picker .calendar-box .weeks-container .buttons-container .year-label {
  font-family: "Swift Neue LT Pro Regular";
  font-size: 16px;
}

.date_picker .calendar-box .weeks-container .buttons-container .label-container {
  font-weight: normal;
}

.date_picker .week .day span {
  font-family: "Swift Neue LT Pro Regular";
  font-size: 16px;
  color: #121212;
}

.date_picker .week .day.header {
  font-family: "Swift Neue LT Pro Bold";
  font-size: 12px;
  opacity: 0.6;
}

.prev_btn_cal {
  background: url("../images/arrow_left.svg") no-repeat;
  width: 24px;
  height: 24px;
  display: block;
  background-size: 24px 24px;
}

.next_btn_cal {
  background: url("../images/arrow_right.svg") no-repeat;
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
  display: block;
}

.filter_per_tags_wrap {
  padding: 24px 0;
}

.filter_per_tags_wrap .filter_per_tag_content {
  display: flex;
  justify-content: stretch;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .filter_per_tags_wrap .filter_per_tag_content {
    flex-direction: column;
    justify-content: center;
  }
}

.filter_per_tags_wrap .filter_per_tag_content label {
  display: block;
  font-family: "Swift Neue LT Pro Semibold";
  font-size: 12px;
  margin-right: 72px;
}

@media screen and (max-width: 767px) {
  .filter_per_tags_wrap .filter_per_tag_content label {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.filter_per_tags_wrap .filter_per_tag_content .filter_per_tag_carousel {
  width: 90%;
}

.filter_per_tags_wrap .filter_per_tag_content .filter_per_tag_carousel .tag_item {
  display: block;
  background: #ffffff;
  height: 18px;
  line-height: 18px;
  text-align: center;
  color: #121212;
  font-family: "Swift Neue LT Pro Semibold";
  font-size: 10px;
  padding: 0 6px;
  border: 1px solid #121212;
}

.filter_per_tags_wrap .filter_per_tag_content .filter_per_tag_carousel .tag_item:hover {
  border-color: #0f00ff;
  color: #0f00ff;
}

.filter_per_tags_wrap .filter_per_tag_content .filter_per_tag_carousel .tag_item.selected {
  border-color: #0f00ff;
  background: #0f00ff;
  color: #ffffff;
}

.filter_per_tags_wrap .filter_per_tag_content .filter_per_tag_carousel .filter_tag_slider {
  border-left: 1px solid #121212;
  border-right: 1px solid #121212;
  padding: 10px 0;
}

.filter_per_tags_wrap .filter_per_tag_content .filter_per_tag_carousel .filter_tag_slider .owl-nav button {
  position: absolute;
  top: 0;
}

.filter_per_tags_wrap .filter_per_tag_content .filter_per_tag_carousel .filter_tag_slider .owl-nav button.owl-prev {
  left: 0;
  margin-left: -45px;
}

.filter_per_tags_wrap .filter_per_tag_content .filter_per_tag_carousel .filter_tag_slider .owl-nav button.owl-next {
  right: 0;
  margin-right: -45px;
}

.filter_per_tags_wrap .full_filter_tags.filter_per_tag_content .filter_per_tag_carousel {
  width: 100%;
}

.sub_tags_links_group {
  margin: 24px 0 40px;
}

.sub_tags_links_group ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .sub_tags_links_group ul {
    flex-wrap: wrap;
  }
}

.sub_tags_links_group ul li {
  margin-right: 16px;
}

@media screen and (max-width: 767px) {
  .sub_tags_links_group ul li {
    margin-bottom: 16px;
  }
}

.sub_tags_links_group ul li a {
  display: block;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: #121212;
  border: 1px solid #121212;
  padding: 0 8px;
  font-size: 12px;
  font-family: "Swift Neue LT Pro Semibold";
  text-transform: uppercase;
}

.sub_tags_links_group ul li a:hover {
  color: #0f00ff;
  border: 1px solid #0f00ff;
}

.sub_tags_links_group ul li:last-child {
  margin-right: 0;
}

.submenu_section {
  padding: 15px 0;
  border-bottom: 2px solid #121212;
}

.submenu_section .submenu_block {
  display: flex;
  justify-content: center;
  align-items: center;
}

.submenu_section .submenu_block .submenu_inner {
  display: flex;
  justify-content: center;
  align-items: center;
}

.submenu_section .submenu_block .submenu_inner ul {
  display: flex;
  align-items: center;
  justify-content: stretch;
}

.submenu_section .submenu_block .submenu_inner ul li {
  position: relative;
  padding-right: 24px;
  margin-right: 24px;
}

.submenu_section .submenu_block .submenu_inner ul li::before {
  content: "|";
  position: absolute;
  right: 0;
  top: -2px;
  color: #121212;
  font-size: 16px;
}

.submenu_section .submenu_block .submenu_inner ul li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.submenu_section .submenu_block .submenu_inner ul li:last-child::before {
  content: "";
  display: none;
}

.submenu_section .submenu_block .submenu_inner ul li a {
  display: block;
  font-size: 16px;
  font-family: "Swift Neue LT Pro Semibold";
}

.submenu_section .submenu_block .submenu_inner ul li a:hover {
  color: #0f00ff;
}

.submenu_section .submenu_block .link_badge {
  margin-left: 16px;
  padding-left: 16px;
  display: flex;
  justify-content: stretch;
  align-items: center;
  color: #1104de;
  font-size: 11px;
  font-family: "ITC Franklin Gothic Std DmCd";
  line-height: 14px;
  transition: all 0.3s;
  border-left: 1px solid #121212;
  text-transform: uppercase;
}

.submenu_section .submenu_block .link_badge i {
  display: block;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 14px;
  color: #ffffff;
  background: #1104de;
  font-size: 11px;
  font-family: "ITC Franklin Gothic Std DmCd";
  margin-right: 6px;
}

.submenu_section .submenu_block .link_badge:hover {
  color: #121212;
}

.submenu_section .submenu_block .link_badge:hover i {
  background: #121212;
}

.submenu_section.hidden_subsection {
  display: none;
}

.submenu_section.submenuheader_fixed {
  position: fixed;
  top: 64px;
  left: 0;
  width: 100%;
  z-index: 123;
  background: #f0f0e7;
}

.submenu_section.submenuheader_fixed .submenu_block {
  justify-content: space-between;
}

.submenu_section.submenuheader_fixed .submenu_block .link_badge {
  margin-left: 0;
  padding-left: 0;
  border-left: none;
}

.submenu_section.submenuheader_fixed.hidden_subsection {
  display: block;
}

.mobile_submenu_section.submenuheader_fixed.hidden_subsection {
  display: none;
}

.news_category_slider_wrapper {
  margin: 40px 0;
}

.news_cat_slide_block {
  width: 90%;
  margin: 0 auto;
}

.news_cat_slide_block .news_cat_carousel {
  border-left: 1px solid #121212;
  border-right: 1px solid #121212;
  padding-left: 24px;
}

.news_cat_slide_block .news_cat_carousel .owl-nav button {
  position: absolute;
  top: 0;
}

.news_cat_slide_block .news_cat_carousel .owl-nav button.owl-prev {
  left: 0;
  margin-left: -50px;
}

.news_cat_slide_block .news_cat_carousel .owl-nav button.owl-next {
  right: 0;
  margin-right: -50px;
}

.each_cat_news_item .link_badge {
  margin-bottom: 15px;
  display: flex;
  justify-content: stretch;
  align-items: center;
  color: #1104de;
  font-size: 11px;
  font-family: "ITC Franklin Gothic Std DmCd";
  line-height: 14px;
  transition: all 0.3s;
  text-transform: uppercase;
}

.each_cat_news_item .link_badge i {
  display: block;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 14px;
  color: #ffffff;
  background: #1104de;
  font-size: 11px;
  font-family: "ITC Franklin Gothic Std DmCd";
  margin-right: 6px;
}

.each_cat_news_item .link_badge:hover {
  color: #121212;
}

.each_cat_news_item .link_badge:hover i {
  background: #121212;
}

.each_cat_news_item .sublink_a {
  display: block;
  font-size: 14px;
  font-family: "Swift Neue LT Pro Semibold";
  margin-bottom: 10px;
  color: #121212;
}

.each_cat_news_item .cat_news_title h2 {
  display: block;
  margin-bottom: 4px;
}

.each_cat_news_item .cat_news_title h2 a {
  display: block;
  font-size: 18px;
  color: #121212;
  font-family: "ITC Franklin Gothic Std DmCd";
  margin-bottom: 8px;
}

.each_cat_news_item .cat_news_title h2 a:hover {
  color: #0f00ff;
}

.each_cat_news_item .news_cat_date {
  display: block;
  clear: both;
  font-size: 14px;
  opacity: 0.6;
  color: #121212;
  font-family: "Swift Neue LT Pro Regular";
}

.each_cat_news_item .img_block {
  margin: 12px 0;
}

.each_cat_news_item .img_block a {
  display: block;
}

.each_cat_news_item .news_title h2 {
  display: block;
  margin-bottom: 4px;
}

.each_cat_news_item .news_title h2 a {
  display: block;
  font-size: 24px;
  color: #121212;
  font-family: "ITC Franklin Gothic Std DmCd";
  margin-bottom: 8px;
}

.each_cat_news_item .news_title h2 a:hover {
  color: #0f00ff;
}

.content_section_cat_news .btm_content_news {
  border-top: 1px solid #121212;
  padding-top: 16px;
  margin-top: 24px;
}

.content_section_cat_news .btm_content_news .auth_link {
  opacity: 1;
  font-family: "Swift Neue LT Pro Semibold";
}

.fullsec_banner_news_wrapper {
  overflow: hidden;
}

.fullsec_banner_news_wrapper.has_banner_fullimg .banner_full_img {
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 48%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@media screen and (max-width: 767px) {
  .fullsec_banner_news_wrapper.has_banner_fullimg .banner_full_img {
    position: relative;
    width: 100%;
    height: 500px;
  }
}

.fullsec_banner_news_wrapper.has_banner_fullimg.banner_full_img_right .banner_full_img {
  left: auto;
  right: 0;
  width: 50%;
}

@media screen and (max-width: 767px) {
  .fullsec_banner_news_wrapper.has_banner_fullimg.banner_full_img_right .banner_full_img {
    width: 100%;
  }
}

.fullsec_banner_news_wrapper>.container {
  padding-left: 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .fullsec_banner_news_wrapper>.container {
    padding: 0 !important;
  }

  .fullsec_banner_news_wrapper>.container>.row>.col-12 {
    width: 100%;
  }
}

.fullsec_banner_content {
  padding: 80px 40px 80px 100px;
}

@media screen and (max-width: 767px) {
  .fullsec_banner_content {
    padding: 40px 24px;
  }
}

.fullsec_banner_content .tag_links ul {
  display: flex;
  align-items: center;
  justify-content: stretch;
}

.fullsec_banner_content .tag_links ul li {
  margin-right: 16px;
}

.fullsec_banner_content .tag_links ul li:last-child {
  margin-right: 0;
}

.fullsec_banner_content .tag_links ul li a {
  display: block;
  height: 24px;
  line-height: 24px;
  background: #ffffff;
  text-align: center;
  border: 1px solid #121212;
  font-family: "Swift Neue LT Pro Semibold";
  font-size: 12px;
  padding: 0 6px;
  text-transform: uppercase;
}

.fullsec_banner_content .tag_links ul li a:hover {
  border-color: #0f00ff;
  color: #0f00ff;
}

.fullsec_banner_content .main_bannernews_content_area {
  margin: 50px 0;
}

@media screen and (max-width: 767px) {
  .fullsec_banner_content .main_bannernews_content_area {
    margin-bottom: 0;
  }
}

.fullsec_banner_content .main_bannernews_content_area .main_banner_news_title {
  margin-bottom: 16px;
}

.fullsec_banner_content .main_bannernews_content_area .main_banner_news_title h1 a {
  display: block;
  color: #121212;
  font-size: 68px;
  line-height: 64px;
  font-family: "ITC Franklin Gothic Std DmCd";
}

@media screen and (max-width: 767px) {
  .fullsec_banner_content .main_bannernews_content_area .main_banner_news_title h1 a {
    font-size: 40px;
    line-height: 36px;
  }
}

.fullsec_banner_content .main_bannernews_content_area .banner_news_para {
  margin-bottom: 24px;
}

.fullsec_banner_content .main_bannernews_content_area .banner_news_para p {
  font-size: 18px;
  line-height: 24px;
}

.fullsec_banner_content .main_bannernews_content_area .banner_sub_links {
  margin-bottom: 14px;
}

.fullsec_banner_content .main_bannernews_content_area .banner_sub_links ul {
  display: flex;
  justify-content: stretch;
  align-items: center;
}

.fullsec_banner_content .main_bannernews_content_area .banner_sub_links ul li {
  padding-right: 8px;
  margin-right: 8px;
  position: relative;
  font-family: "Swift Neue LT Pro Regular";
  font-size: 14px;
}

.fullsec_banner_content .main_bannernews_content_area .banner_sub_links ul li::before {
  content: "|";
  position: absolute;
  top: 0;
  right: 0;
  color: #121212;
  font-size: 12px;
}

.fullsec_banner_content .main_bannernews_content_area .banner_sub_links ul li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.fullsec_banner_content .main_bannernews_content_area .banner_sub_links ul li:last-child::before {
  content: "";
}

.fullsec_banner_content .main_bannernews_content_area .banner_sub_links ul li a {
  display: block;
  font-size: 14px;
  font-family: "Swift Neue LT Pro Regular";
  color: #121212;
}

.fullsec_banner_content .main_bannernews_content_area .banner_sub_links ul li a:hover {
  color: #0f00ff;
}

.fullsec_banner_content.center_align .tag_links ul {
  justify-content: center;
}

.fullsec_banner_content.center_align .main_bannernews_content_area .main_banner_news_title h1 a {
  text-align: center;
}

.fullsec_banner_content.center_align .main_bannernews_content_area .banner_news_para p {
  text-align: center;
}

.fullsec_banner_content.center_align .main_bannernews_content_area .banner_sub_links ul {
  justify-content: center;
}

.fullsec_banner_content.center_align .main_bannernews_content_area .news_sublinks ul {
  justify-content: center;
}

.caption_social_wrapper {
  padding: 16px 0;
  border-top: 1px solid #121212;
  border-bottom: 1px solid #121212;
  box-shadow: 0px 0px 16px rgba(18, 18, 18, 0.2);
}

@media screen and (max-width: 767px) {
  .caption_social_wrapper {
    padding: 40px 0;
  }

  .caption_social_wrapper>.container>.row {
    align-items: center;
  }

  .caption_social_wrapper>.container>.row>.col-12 {
    width: 100%;
  }
}

.caption_social_wrapper>.container>.row {
  align-items: center;
}

@media screen and (max-width: 767px) {
  .caption_block {
    margin-bottom: 16px;
  }
}

.caption_block p {
  font-size: 12px;
  opacity: 0.6;
  font-family: "ITC Franklin Gothic Std DmCd";
}

@media screen and (max-width: 767px) {
  .caption_block p {
    text-align: center;
  }
}

.social_block_cap ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media screen and (max-width: 1024px) {
  .social_block_cap ul {
    justify-content: stretch;
    align-items: stretch;
  }
}

@media screen and (max-width: 767px) {
  .social_block_cap ul {
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .social_block_cap ul {
    margin-top: 24px;
  }
}

.social_block_cap ul li {
  margin-right: 16px;
}

.social_block_cap ul li:last-child {
  margin-right: 0;
}

.social_block_cap ul li a {
  display: block;
  width: 36px;
}

.social_block_cap ul li a img {
  transition: all 0.5s linear;
}

.social_block_cap ul li a img.social_light {
  display: block;
}

.social_block_cap ul li a img.social_blue {
  display: none;
}

.social_block_cap ul li a:hover img.social_light {
  display: none;
}

.social_block_cap ul li a:hover img.social_blue {
  display: block;
}

.social_block_cap ul li.bookmark_block {
  margin-right: 24px;
  padding-right: 24px;
  position: relative;
}

.social_block_cap ul li.bookmark_block::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  width: 1px;
  height: 100%;
  background: #121212;
}

.caption_social_opposite .social_block_cap ul {
  justify-content: flex-start;
}

@media screen and (max-width: 767px) {
  .caption_social_opposite .social_block_cap ul {
    justify-content: center;
  }
}

.caption_social_opposite .caption_block p {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .caption_social_opposite .caption_block p {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .caption_social_opposite>.container>.row>.col-12:first-child {
    order: 2;
  }

  .caption_social_opposite>.container>.row>.col-12:last-child {
    order: 1;
  }
}

.foglia_template_pg .fullsec_banner_news_wrapper {
  min-height: 625px;
}

.block_span_img {
  display: block;
  width: 100%;
  height: 100%;
}

.block_span_img img {
  object-fit: cover;
  height: 100%;
}

.main_content_wrapper {
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  .main_content_wrapper>.container>.row>.col-12 {
    width: 100%;
  }
}

.user_data {
  display: flex;
  justify-content: stretch;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .user_data {
    margin-bottom: 40px;
  }
}

.user_data .user_img {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  overflow: hidden;
  border: 1px solid #121212;
  background: #0f00ff;
}

.user_data .user_name_data {
  margin-left: 16px;
}

.user_data .user_name_data h2 {
  display: block;
  font-size: 24px;
  color: #121212;
  font-family: "ITC Franklin Gothic Std DmCd";
  margin-bottom: 4px;
}

.user_data .user_name_data span {
  display: block;
  font-size: 14px;
  margin-bottom: 8px;
  color: #121212;
  opacity: 0.5;
  font-family: "Swift Neue LT Pro Regular";
}

.user_data .user_name_data a {
  display: block;
  font-size: 14px;
  color: #121212;
  font-family: "Swift Neue LT Pro Semibold";
}

.user_data .user_name_data a:hover {
  color: #0f00ff;
}

.subsec_title {
  margin-bottom: 11px;
}

.subsec_title h2 {
  display: block;
  font-size: 32px;
  color: #121212;
  font-family: "ITC Franklin Gothic Std DmCd";
}

.content_para {
  margin-bottom: 80px;
}

.content_para:last-child {
  margin-bottom: 0;
}

.content_para p {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 22px;
}

.content_para p:last-child {
  margin-bottom: 10px;
}

.content_para p a {
  color: #0f00ff;
}

.content_para p b {
  font-family: "Swift Neue LT Pro Bold";
}

.content_para p em {
  font-family: "Swift Neue LT Pro Italic";
}

.quotes_content_para p {
  font-family: "Swift Neue LT Pro Italic";
}

.plain_txt {
  font-family: "Swift Neue LT Pro Regular";
  font-size: 16px;
  opacity: 0.6;
  color: #121212;
  margin-top: 15px;
  display: block;
}

.content_section_wrapper {
  padding: 80px 0;
}

.content_section_wrapper.img_center_content>.container>.row {
  align-items: center;
}

.content_section_wrapper.img_center_content>.container>.row .content_block {
  padding: 46px 75px;
}

@media screen and (max-width: 767px) {
  .content_section_wrapper.img_center_content>.container>.row .content_block {
    padding: 46px 15px;
  }
}

@media screen and (max-width: 767px) {
  .content_section_wrapper>.container>.row>.col-12 {
    width: 100%;
  }
}

.caption_imgblock .caption_block {
  margin-top: 16px;
}

.caption_center {
  margin: 16px 0;
}

.caption_center p {
  text-align: center;
}

.twoside_content_wrapper {
  margin-bottom: 80px;
}

.each_side_content {
  margin-bottom: 36px;
}

.each_side_content:last-child {
  margin-bottom: 0;
}

.each_side_content>.row {
  align-items: center;
}

@media screen and (max-width: 767px) {
  .each_side_content>.row>.col-12 {
    width: 100%;
  }
}

.each_side_content .img_block span {
  width: 80%;
  display: block;
}

@media screen and (max-width: 767px) {
  .each_side_content .img_block span {
    width: 100%;
    margin-bottom: 40px;
  }
}

.each_side_content .content_para {
  width: 80%;
}

@media screen and (max-width: 767px) {
  .each_side_content .content_para {
    width: 100%;
  }
}

.news_listsings .each_news_listing {
  display: flex;
  align-items: center;
  justify-content: stretch;
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .news_listsings .each_news_listing {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 40px;
  }
}

.news_listsings .each_news_listing:last-child {
  margin-bottom: 0;
}

.news_listsings .each_news_listing .img_block {
  margin-right: 16px;
}

@media screen and (max-width: 767px) {
  .news_listsings .each_news_listing .img_block {
    margin-bottom: 16px;
    margin-right: 0;
  }
}

.news_listsings .each_news_listing .img_block a {
  display: block;
  width: 248px;
}

.news_listsings .each_news_listing .sidesec_news_data .tag_a {
  display: block;
  font-size: 10px;
  opacity: 0.5;
  color: #121212;
  margin-bottom: 10px;
  font-family: "Swift Neue LT Pro Semibold";
}

.news_listsings .each_news_listing .sidesec_news_data h2 {
  display: block;
  color: #121212;
  font-size: 24px;
  font-family: "ITC Franklin Gothic Std DmCd";
  line-height: 24px;
}

.news_listsings .each_news_listing:hover .sidesec_news_data h2 a {
  color: #0f00ff;
}

.sm_title {
  display: block;
  font-size: 12px;
  font-family: "Swift Neue LT Pro Semibold";
}

@media screen and (max-width: 767px) {
  .sidesec_news_listsing {
    margin-bottom: 40px;
  }
}

.sidesec_news_listsing .sm_title {
  margin-bottom: 24px;
}

.sidesec_news_listsing .news_listsings {
  width: 90%;
}

@media screen and (max-width: 1600px) {
  .sidesec_news_listsing .news_listsings {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .sidesec_news_content_wrapper>.container>.row>.col-12 {
    width: 100%;
  }
}

.borderline_content_wrapper {
  padding: 77px 0;
}

@media screen and (max-width: 767px) {
  .borderline_content_wrapper {
    padding: 40px 0;
  }
}

.each_borderline_content {
  border-top: 1px solid #121212;
  padding-top: 36px;
  margin-bottom: 36px;
}

.each_borderline_content .brdr_left_content {
  width: 80%;
}

@media screen and (max-width: 767px) {
  .each_borderline_content>.row>.col-12 {
    width: 100%;
  }
}

.border_line_sublist {
  margin-top: 77px;
}

.each_sublist {
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  border-top: 1px solid #121212;
  padding-top: 24px;
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .each_sublist:last-child {
    margin-bottom: 0;
  }
}

.each_sublist label {
  display: block;
  color: #0f00ff;
  font-size: 10px;
  font-family: "Swift Neue LT Pro Semibold";
  margin-right: 16px;
  min-width: 15%;
}

.each_sublist .sublist_data h3 {
  display: block;
  font-family: "Swift Neue LT Pro Regular";
  font-size: 18px;
  margin-bottom: 8px;
  line-height: 24px;
}

.each_sublist .sublist_data span {
  display: block;
  clear: both;
  font-family: "Swift Neue LT Pro Regular";
  font-size: 14px;
  opacity: 0.5;
}

.dark_theme .each_sublist .sublist_data h3 {
  color: #ffffff;
}

.dark_theme .each_sublist .sublist_data span {
  color: #ffffff;
}

.dark_theme .sidesec_news_content_wrapper .news_listsings .each_news_listing:hover .img_block img {
  opacity: 0.8;
}

.dark_theme .sidesec_news_content_wrapper .news_listsings .each_news_listing:hover .sidesec_news_data h2 a {
  color: #6c87f8;
}

.fixed_stripe_wrapper {
  width: 100%;
  height: 50px;
  background: #fcfbf7;
  position: sticky;
  bottom: 0;
  left: 0;
  border-top: 1px solid #bebcb8;
  box-shadow: 0px 0px 16px rgba(18, 18, 18, 0.2);
  z-index: 999;
  display: none;
}

.fixed_stripe_wrapper.fixed_stripe_wrapper_active {
  display: block;
}

.fixed_stripe_wrapper .fixed_stripe_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
}

.scroll_top {
  display: flex;
  justify-content: stretch;
  align-items: center;
}

.scroll_top i {
  width: 16px;
  margin-right: 6px;
}

.scroll_top i .arrow_up_black {
  display: block;
}

.scroll_top i .arrow_up_blue {
  display: none;
}

.scroll_top label {
  cursor: pointer;
  color: #121212;
  font-size: 14px;
  font-family: "ITC Franklin Gothic Std DmCd";
}

.scroll_top:hover i .arrow_up_black {
  display: none;
}

.scroll_top:hover i .arrow_up_blue {
  display: block;
}

.scroll_top:hover label {
  color: #0f00ff !important;
}

.stripe_title {
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.stripe_title h3 {
  color: #121212;
  font-size: 14px;
  font-family: "ITC Franklin Gothic Std DmCd";
  display: block;
}

.stripe_title span {
  font-size: 14px;
  font-family: "Swift Neue LT Pro Regular";
  color: #121212;
  display: block;
  padding-left: 8px;
}

.bookmark_a {
  display: block;
  width: 36px;
  transition: all 0.5s linear;
}

.bookmark_a img {
  transition: all 0.5s linear;
}

.bookmark_a .social_light {
  display: block;
}

.bookmark_a .social_blue {
  display: none;
}

.bookmark_a:hover .social_light {
  display: none;
}

.bookmark_a:hover .social_blue {
  display: block;
}

.top_fixed_stripe {
  width: 100%;
  height: 35px;
  background: #f0f0e7;
  position: fixed;
  top: 64px;
  left: 0;
  border-bottom: 2px solid #121212;
  box-shadow: 0px 0px 16px rgba(18, 18, 18, 0.2);
  z-index: 999;
  display: none;
}

.top_fixed_stripe>.container {
  height: 100%;
}

.top_fixed_stripe>.container>.row {
  height: 100%;
  align-items: center;
}

.top_fixed_stripe.topfixed_stripe_wrapper_active {
  display: block;
}

.calender_filter_block {
  cursor: pointer;
  display: flex;
  justify-content: flex-end;
}

.calender_filter_block .date_picker {
  left: auto;
  right: 0;
}

.news_detail_stripe {
  width: 100%;
  height: 35px;
  background: #f0f0e7;
  position: fixed;
  top: 64px;
  left: 0;
  border-bottom: 2px solid #121212;
  box-shadow: 0px 0px 16px rgba(18, 18, 18, 0.2);
  z-index: 999;
  display: none;
}

.news_detail_stripe .fixed_stripe_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 35px;
}

.news_detail_stripe.news_detail_stripe_active {
  display: block;
}

.news_detail_stripe .stripe_title h3 {
  display: flex;
  justify-content: stretch;
  align-items: center;
}

.news_detail_stripe .stripe_title h3 a {
  color: #121212;
  font-family: "ITC Franklin Gothic Std DmCd";
}

.news_detail_stripe .stripe_title h3 a:hover {
  color: #0f00ff;
}

.news_detail_stripe .stripe_title h3 span {
  color: #121212;
  font-family: "ITC Franklin Gothic Std DmCd";
  opacity: 0.5;
}

.news_detail_stripe>.container {
  height: 100%;
}

.news_detail_stripe>.container>.row {
  height: 100%;
  align-items: center;
}

.fixed_stripe_wrapper .stripe_title h3 {
  display: flex;
}

.fixed_stripe_wrapper .stripe_title h3 .badge_sp {
  margin-right: 5px;
}

@media screen and (max-width: 640px) {
  .fixed_stripe_wrapper .stripe_title h3 {
    flex-direction: column;
    font-size: 13px;
  }
}

.title_stripe_icon_mn {
  display: flex;
  align-items: center;
  justify-content: stretch;
}

.title_stripe_icon_mn i {
  width: 22px;
}

.title_stripe_icon_mn label {
  color: #121212;
  font-family: "ITC Franklin Gothic Std DmCd";
  font-size: 14px;
  margin-left: 6px;
}

.mostre_citta_stripe.salvati_stripe {
  height: 42px;
}

.dark_theme {
  background-color: #1a1b1f;
}

@media screen and (max-width: 767px) {
  .dark_theme {
    background-color: #121212;
  }
}

.dark_theme p {
  color: #ffffff;
}

.dark_theme p a {
  color: #5c8eff;
}

.dark_theme .fullsec_banner_content .tag_links ul li a {
  border: 1px solid #ffffff;
  color: #ffffff;
  background: #121212;
}

.dark_theme .fullsec_banner_content .main_bannernews_content_area .main_banner_news_title h1 a {
  color: #ffffff;
}

.dark_theme .fullsec_banner_content .main_bannernews_content_area .banner_sub_links ul li::before {
  color: #f0f0e7;
}

.dark_theme .fullsec_banner_content .main_bannernews_content_area .banner_sub_links ul li a {
  color: #ffffff;
}

.dark_theme .fullsec_banner_content .main_bannernews_content_area .news_sublinks ul li a {
  opacity: 0.8;
}

.dark_theme .caption_social_wrapper {
  border-top: 1px solid #99999b;
  border-bottom: 1px solid #99999b;
}

.dark_theme .social_block_cap ul li.bookmark_block::before {
  background: #99999b;
}

.dark_theme .social_block_cap ul li a:hover img.social_dark {
  display: none;
}

.dark_theme .social_block_cap ul li a:hover img.social_blue {
  display: block;
}

.dark_theme .user_data .user_img {
  border: 1px solid #99999b;
}

.dark_theme .user_data .user_name_data h2 {
  color: #ffffff;
}

.dark_theme .user_data .user_name_data span {
  color: #ffffff;
  opacity: 0.7;
}

.dark_theme .user_data .user_name_data a {
  color: #ffffff;
}

.dark_theme .subsec_title h2 {
  color: #ffffff;
}

.dark_theme .plain_txt {
  color: #ffffff;
  opacity: 0.7;
}

.dark_theme .sidesec_news_content_wrapper .news_listsings .each_news_listing .sidesec_news_data .tag_a {
  color: #ffffff;
  opacity: 0.8;
}

.dark_theme .sidesec_news_content_wrapper .news_listsings .each_news_listing .sidesec_news_data h2 a {
  color: #ffffff;
}

.dark_theme .each_borderline_content {
  border-top: 1px solid #99999b;
}

.dark_theme .each_sublist {
  border-top: 1px solid #99999b;
}

.dark_theme .each_sublist label {
  color: #5c8eff;
}

.dark_theme .subtitle_section h2 {
  color: #ffffff;
}

.dark_theme .news_box {
  border-left: 2px solid #99999b;
}

.dark_theme .news_sublinks ul li a {
  opacity: 0.8;
}

.dark_theme .news_descrip .title_block h1 a {
  color: #ffffff;
}

.dark_theme .fixed_stripe_wrapper {
  background: #121212;
}

.dark_theme .fixed_stripe_wrapper .scroll_top label {
  color: #ffffff;
}

.dark_theme .fixed_stripe_wrapper .stripe_title h3 {
  color: #ffffff;
}

.dark_theme .fixed_stripe_wrapper .stripe_title span {
  color: #ffffff;
}

.dark_theme .main_title a:hover {
  color: #6c87f8 !important;
}

.dark_theme.bigbanner_news_wrapper {
  margin-top: 36px;
}

.dark_theme .each_news_box:hover .news_descrip .title_block h1 a {
  color: #6c87f8 !important;
}

.dark_theme .link_dropdown_block .dropdown_block {
  background: #2e2e2e;
  box-shadow: 0px 4px 8px rgba(18, 18, 18, 0.1019607843);
  border: 1px solid #4a4a4a;
}

.dark_theme .link_dropdown_block .dropdown_block ul li {
  border-bottom-color: #4a4a4a;
}

.dark_theme .link_dropdown_block .dropdown_block ul li a {
  color: #ffffff;
  font-family: "Swift Neue LT Pro Semibold";
}

.dark_theme .link_dropdown_block .dropdown_block ul li a:hover {
  color: #6c87f8;
}

.dark_theme .double_brdr_title {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}

.dark_theme .double_brdr_title h1 {
  color: #ffffff;
}

.dark_theme .double_brdr_title h4 {
  color: #ffffff;
  opacity: 0.8;
}

.dark_theme .scroll_top:hover i .arrow_up_blue {
  display: none;
}

.dark_theme .scroll_top:hover i .arrow_up_black {
  display: block;
}

.dark_theme .main_title_content .main_title {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 55px;
}

@media screen and (max-width: 767px) {
  .dark_theme .main_title_content .main_title {
    padding-bottom: 24px;
  }
}

.dark_theme .main_title_content .main_title h1 {
  color: #ffffff;
}

.dark_theme .main_title_content .main_title h5 {
  color: #ffffff;
}

.long_form_banner_wrapper {
  background-size: cover;
  position: relative;
  height: 100vh;
}

.long_form_banner_wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(180deg, #1a1b1f 0%, rgba(26, 27, 31, 0) 100%) 0% 0% no-repeat padding-box;
}

.long_form_banner_wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 45%;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.95) 0px -324px 95px -50px inset;
  transform: rotate(-180deg);
}

.long_form_banner_wrapper>.container {
  padding: 0 80px;
}

.long_form_banner_wrapper .fullsec_banner_content {
  width: 60%;
  margin: 0 auto;
  position: relative;
  z-index: 12;
  padding: 120px 0 0 0;
}

.block_cal_news_wrapper {
  margin: 88px 0 36px;
}

.each_calender_block_news {
  margin-bottom: 45px;
}

.each_calender_block_news .img_block {
  margin-bottom: 24px;
}

.each_calender_block_news .img_block a {
  display: block;
  position: relative;
  width: 100%;
}

.each_calender_block_news .img_block a .news_date {
  position: absolute;
  top: 0;
  left: 0;
  background: #ffffff;
  box-shadow: 0px 0px 8px rgba(18, 18, 18, 0.2);
  border: 1px solid rgba(18, 18, 18, 0.2);
  border-radius: 12px;
  width: 72px;
  height: 72px;
  margin-left: -15px;
  margin-top: -15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .each_calender_block_news .img_block a .news_date {
    width: 56px;
    height: 56px;
  }
}

.each_calender_block_news .img_block a .news_date h2 {
  display: block;
  text-align: center;
  color: #121212;
  font-size: 36px;
  font-family: "ITC Franklin Gothic Std DmCd";
  clear: both;
}

@media screen and (max-width: 767px) {
  .each_calender_block_news .img_block a .news_date h2 {
    font-size: 28px;
  }
}

.each_calender_block_news .img_block a .news_date h3 {
  display: block;
  text-align: center;
  color: #ff004e;
  font-size: 16px;
  font-family: "ITC Franklin Gothic Std DmCd";
  clear: both;
}

@media screen and (max-width: 767px) {
  .each_calender_block_news .img_block a .news_date h3 {
    font-size: 12px;
  }
}

.each_calender_block_news .calender_news_data .title_block h1 a {
  display: block;
  font-size: 48px;
  color: #121212;
  font-family: "ITC Franklin Gothic Std DmCd";
}

@media screen and (max-width: 767px) {
  .each_calender_block_news .calender_news_data .title_block h1 a {
    font-size: 28px;
  }
}

.each_calender_block_news .calender_news_data .news_sublinks {
  margin-top: 10px;
  margin-bottom: 10px;
}

.each_calender_block_news .calender_news_data .news_sublinks ul li {
  margin-right: 8px;
  padding-right: 8px;
}

.each_calender_block_news .calender_news_data .news_sublinks ul li::before {
  font-size: 14px;
}

.each_calender_block_news .calender_news_data .news_sublinks ul li a {
  font-size: 14px;
}

.each_calender_block_news .calender_news_data .calender_news_description ol {
  list-style-type: none;
  counter-reset: li;
}

.each_calender_block_news .calender_news_data .calender_news_description ol li {
  margin-bottom: 8px;
  position: relative;
}

.each_calender_block_news .calender_news_data .calender_news_description ol li::before {
  content: counter(li, decimal-leading-zero);
  counter-increment: li;
  color: #121212;
  position: absolute;
  left: 0;
  top: 3px;
  opacity: 0.5;
  font-size: 12px;
  font-family: "Swift Neue LT Pro Regular";
}

.each_calender_block_news .calender_news_data .calender_news_description ol li p {
  font-size: 18px;
  padding-left: 24px;
  line-height: 24px;
}

.each_calender_block_news.cal_banner_news {
  margin-bottom: 0;
}

.each_calender_block_news.cal_banner_news>.row {
  align-items: center;
}

@media screen and (max-width: 767px) {
  .each_calender_block_news.cal_banner_news>.row>.col-12 {
    width: 100%;
  }
}

.each_calender_block_news.cal_banner_news .img_block {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .each_calender_block_news.cal_banner_news .img_block {
    margin-bottom: 24px;
  }
}

.each_calender_block_news.cal_banner_news .calender_news_data {
  padding: 0 65px;
}

@media screen and (max-width: 767px) {
  .each_calender_block_news.cal_banner_news .calender_news_data {
    padding: 0;
  }
}

.each_calender_block_news.cal_banner_news .calender_news_data .title_block {
  margin-bottom: 10px;
}

.each_calender_block_news.cal_banner_news .calender_news_data .title_block h1 a {
  font-size: 54px;
}

@media screen and (max-width: 767px) {
  .each_calender_block_news.cal_banner_news .calender_news_data .title_block h1 a {
    font-size: 28px;
  }
}

.each_calender_block_news.cal_banner_news .news_sublinks {
  margin-top: 11px;
  margin-bottom: 0;
}

.each_calender_block_news.cal_banner_news .news_sublinks ul li::before {
  font-size: 16px;
}

.each_calender_block_news.cal_banner_news .news_sublinks ul li a {
  font-size: 16px;
}

.each_calender_block_news:hover .img_block img {
  opacity: 0.8;
}

.each_calender_block_news:hover .calender_news_data .title_block h1 a {
  color: #0f00ff;
}

.cal_news_listing_wrapper {
  margin-bottom: 77px;
}

.cal_news_listing_wrapper .listing_block {
  margin-bottom: 77px;
}

.calender_news_description .news_sublinks ul li a {
  text-transform: unset;
}

.cal_news_carousel_wrapper {
  margin: 0 0 41px;
}

.cal_news_carousel_inner {
  width: 95%;
  margin: 0 auto;
}

.cal_news_carousel_inner .cal_news_slider {
  border-left: 1px solid #121212;
  border-right: 1px solid #121212;
  padding-left: 24px;
}

@media screen and (max-width: 767px) {
  .cal_news_carousel_inner .cal_news_slider {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.cal_news_carousel_inner .cal_news_slider .owl-nav button {
  position: absolute;
  top: 0;
}

.cal_news_carousel_inner .cal_news_slider .owl-nav button.owl-prev {
  left: 0;
  margin-left: -50px;
}

.cal_news_carousel_inner .cal_news_slider .owl-nav button.owl-next {
  right: 0;
  margin-right: -50px;
}

.cal_news_carousel_inner .cal_news_slider .img_block a .news_date {
  margin-left: 15px;
  margin-top: 15px;
  width: 56px;
  height: 56px;
}

.cal_news_carousel_inner .cal_news_slider .img_block a .news_date h2 {
  font-size: 28px;
}

.cal_news_carousel_inner .cal_news_slider .img_block a .news_date h3 {
  font-size: 12px;
}

.cal_news_carousel_inner .cal_news_slider .calender_news_data .title_block h1 a {
  font-size: 32px;
}

@media screen and (max-width: 767px) {
  .cal_news_carousel_inner .cal_news_slider .calender_news_data .title_block h1 a {
    font-size: 28px;
  }
}

.cal_news_carousel_inner .cal_news_slider .calender_news_description ol li::before {
  font-size: 12px;
}

.cal_news_carousel_inner .cal_news_slider .calender_news_description ol li p {
  font-size: 14px;
  line-height: 18px !important;
}

@media screen and (max-width: 767px) {
  .cal_news_carousel_inner .cal_news_slider .calender_news_description ol li p {
    font-size: 14px !important;
    line-height: 18px !important;
  }
}

.news_detail_wrapper {
  margin-bottom: 80px;
}

.news_detail_wrapper .title_block {
  margin-bottom: 40px;
}

.news_detail_wrapper .title_block h1 {
  display: block;
  font-size: 120px;
  color: #121212;
  font-family: "ITC Franklin Gothic Std DmCp";
}

@media screen and (max-width: 767px) {
  .news_detail_wrapper .title_block h1 {
    font-size: 60px;
  }
}

.news_detail_wrapper .news_date_social_block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .news_detail_wrapper .news_date_social_block {
    flex-direction: column;
    align-items: stretch;
    justify-content: stretch;
  }

  .news_detail_wrapper .news_date_social_block .social_block_cap ul {
    justify-content: stretch;
  }
}

.news_detail_wrapper .news_date_social_block .date_block {
  display: flex;
  justify-content: stretch;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .news_detail_wrapper .news_date_social_block .date_block {
    margin-bottom: 24px;
  }
}

.news_detail_wrapper .news_date_social_block .date_block .news_date {
  background: #ffffff;
  box-shadow: 0px 0px 8px rgba(18, 18, 18, 0.2);
  border: 1px solid rgba(18, 18, 18, 0.2);
  border-radius: 12px;
  width: 56px;
  height: 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.news_detail_wrapper .news_date_social_block .date_block .news_date h2 {
  display: block;
  text-align: center;
  color: #121212;
  font-size: 28px;
  font-family: "ITC Franklin Gothic Std DmCd";
  clear: both;
}

.news_detail_wrapper .news_date_social_block .date_block .news_date h3 {
  display: block;
  text-align: center;
  color: #ff004e;
  font-size: 12px;
  font-family: "ITC Franklin Gothic Std DmCd";
  clear: both;
}

.news_detail_wrapper .news_date_social_block .news_detail_sublinks {
  margin-left: 16px;
}

.news_detail_wrapper .news_date_social_block .news_detail_sublinks ul {
  display: flex;
  justify-content: stretch;
  align-items: center;
}

.news_detail_wrapper .news_date_social_block .news_detail_sublinks ul li {
  margin-right: 16px;
  position: relative;
  padding-right: 16px;
}

.news_detail_wrapper .news_date_social_block .news_detail_sublinks ul li::before {
  content: "|";
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  color: #121212;
}

.news_detail_wrapper .news_date_social_block .news_detail_sublinks ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.news_detail_wrapper .news_date_social_block .news_detail_sublinks ul li:last-child::before {
  content: "";
  display: none;
}

.news_detail_wrapper .news_date_social_block .news_detail_sublinks ul li a {
  display: block;
  font-size: 16px;
  color: #121212;
  font-family: "Swift Neue LT Pro Semibold";
}

.news_detail_wrapper .news_date_social_block .news_detail_sublinks ul li a:hover {
  color: #0f00ff;
}

.news_detail_wrapper .news_detail_banner .img_block span {
  display: block;
}

.news_detail_wrapper .news_detail_banner .caption_block {
  margin-top: 16px;
}

.news_detail_wrapper .news_detail_banner .caption_block p {
  font-size: 12px;
  color: #121212;
  font-family: "ITC Franklin Gothic Std DmCd";
  opacity: 1;
}

.news_detail_sublinks_list {
  padding: 77px 0;
}

@media screen and (max-width: 767px) {
  .news_detail_sublinks_list {
    padding: 40px 0;
  }
}

.news_detail_sublinks_list .subtitle_block {
  padding-bottom: 15px;
  border-bottom: 1px solid #99999b;
  margin-bottom: 36px;
}

.news_detail_sublinks_list .subtitle_block h4 {
  display: block;
  font-size: 12px;
  color: #121212;
  font-family: "Swift Neue LT Pro Semibold";
}

@media screen and (max-width: 767px) {
  .news_detail_sublinks_list .sublinks_lists>.row>.col-12 {
    width: 100%;
  }
}

.sublinks_lists .lists_block ul li {
  border-bottom: 1px solid #cdccc9;
  padding-bottom: 13px;
  margin-bottom: 16px;
  width: 95%;
  position: relative;
}

.sublinks_lists .lists_block ul li::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 30px;
  height: 2px;
  background: #fcfbf7;
}

@media screen and (max-width: 767px) {
  .sublinks_lists .lists_block ul li {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .sublinks_lists .lists_block ul li:last-child {
    border-bottom: 1px solid #cdccc9;
    padding-bottom: 13px;
    margin-bottom: 16px;
  }
}

.sublinks_lists .lists_block ul li a {
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  position: relative;
  height: 100%;
}

.sublinks_lists .lists_block ul li a em {
  display: block;
  font-size: 12px;
  color: #121212;
  opacity: 0.5;
  margin-right: 16px;
  font-family: "Swift Neue LT Pro Regular";
  height: 100%;
  position: relative;
  transition: all 0.5s linear;
}

.sublinks_lists .lists_block ul li a span {
  font-size: 20px;
  color: #121212;
  font-family: "ITC Franklin Gothic Std DmCd";
  display: block;
  line-height: 20px;
  transition: all 0.5s linear;
}

.sublinks_lists .lists_block ul li a:hover em {
  color: #0f00ff;
  opacity: 1;
}

.sublinks_lists .lists_block ul li a:hover span {
  color: #0f00ff;
}

@media screen and (max-width: 767px) {
  .sublinks_lists>.row>.col-xxl-4:last-child .lists_block ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

.news_detail_main_list_wrapper {
  margin: 77px 0;
}

@media screen and (max-width: 767px) {
  .news_detail_main_list_wrapper {
    margin: 40px 0;
  }
}

@media screen and (max-width: 767px) {
  .main_list_block>.row>.col-12 {
    width: 100%;
  }
}

.main_list_block .each_detail_main_list {
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  width: 90%;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .main_list_block .each_detail_main_list {
    width: 100%;
  }
}

.main_list_block .each_detail_main_list .count_block {
  margin-right: 22px;
}

.main_list_block .each_detail_main_list .count_block em {
  display: block;
  font-size: 14px;
  color: #121212;
  opacity: 0.5;
  font-family: "Swift Neue LT Pro Regular";
  position: relative;
  top: 5px;
}

.main_list_block .each_detail_main_list .news_detail_descrip .title_block {
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  position: relative;
  margin-bottom: 12px;
}

.main_list_block .each_detail_main_list .news_detail_descrip .title_block h2 {
  font-size: 28px;
  color: #121212;
  font-family: "ITC Franklin Gothic Std DmCd";
  display: block;
  line-height: 30px;
}

.main_list_block .each_detail_main_list .news_detail_descrip .content_block p {
  font-size: 18px;
  color: #121212;
  font-family: "Swift Neue LT Pro Regular";
  line-height: 24px;
}

.main_list_block .each_detail_main_list .news_detail_descrip .content_block p a {
  color: #0f00ff;
}

.main_list_block .each_detail_main_list .news_detail_descrip .content_block p b {
  font-family: "Swift Neue LT Pro Bold";
}

.main_list_block .each_detail_main_list .news_detail_descrip .content_block p em {
  font-family: "Swift Neue LT Pro Italic";
}

.main_list_block .each_detail_main_list .news_detail_descrip .news_detail_links {
  margin-top: 8px;
}

.main_list_block .each_detail_main_list .news_detail_descrip .news_detail_links ul {
  display: flex;
  justify-content: stretch;
  align-items: stretch;
}

.main_list_block .each_detail_main_list .news_detail_descrip .news_detail_links ul li {
  margin-right: 8px;
  padding-right: 8px;
  position: relative;
}

.main_list_block .each_detail_main_list .news_detail_descrip .news_detail_links ul li::before {
  content: "|";
  position: absolute;
  top: -3px;
  right: 0;
}

.main_list_block .each_detail_main_list .news_detail_descrip .news_detail_links ul li a {
  display: block;
  font-size: 14px;
  color: #121212;
  opacity: 0.6;
  font-family: "Swift Neue LT Pro Semibold";
}

.main_list_block .each_detail_main_list .news_detail_descrip .news_detail_links ul li a:hover {
  color: #0f00ff;
}

.main_list_block .each_detail_main_list .news_detail_descrip .news_detail_links ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.main_list_block .each_detail_main_list .news_detail_descrip .news_detail_links ul li:last-child::before {
  display: none;
}

.main_list_block .each_detail_main_list .news_detail_descrip .news_detail_links ul li:last-child a {
  opacity: 1;
}

.main_list_block .each_detail_main_list .news_detail_descrip .news_detail_links ul li:last-child a:hover {
  color: #121212;
}

.main_list_block:last-child .each_detail_main_list {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .news_detail_sublinks_list .sublinks_lists>.row>.col-12:last-child .lists_block ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

.block_title_wrapper {
  padding: 80px 0;
  border-bottom: 2px solid #121212;
}

.hi_title {
  display: block;
  font-size: 120px;
  line-height: 100px;
  color: #121212;
  font-family: "ITC Franklin Gothic Std DmCp";
}

.block_lists_wrapper {
  border-bottom: 2px solid #121212;
  padding: 48px 0;
}

.block_lists_wrapper:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.block_lists_wrapper .each_cat_news_item .news_descrip {
  margin-bottom: 8px;
}

.block_lists_wrapper .each_cat_news_item .news_descrip p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.mostre_listing_area .each_cat_news_item {
  border-bottom: 1px solid #99999b;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.mostre_listing_area .each_cat_news_item.no_brdr_btm {
  border-bottom: none;
  padding-bottom: 15px;
  margin-bottom: 0;
}

.mostre_listing_area .each_cat_news_item .img_block {
  margin-bottom: 12px;
}

.mostre_listing_area .each_cat_news_item .img_block a {
  display: block;
}

.mostre_listing_area .each_cat_news_item .second_title_block h2 {
  margin-bottom: 8px;
}

.mostre_listing_area .each_cat_news_item .second_title_block h2 a {
  display: block;
  font-family: "ITC Franklin Gothic Std DmCd";
  font-size: 24px;
}

.title_label h2 {
  display: block;
  clear: both;
  color: #121212;
  font-size: 24px;
  font-family: "ITC Franklin Gothic Std DmCd";
  margin-bottom: 4px;
}

.title_label span {
  display: block;
  clear: both;
  font-size: 16px;
  color: #121212;
  opacity: 0.5;
  font-family: "Swift Neue LT Pro Regular";
}

.mostre_citta_stripe {
  background: #f0f0e7;
  height: 35px;
  border-bottom: 2px solid #121212;
  box-shadow: 0px 0px 16px rgba(18, 18, 18, 0.2);
  z-index: 99;
  position: sticky;
  top: 64px;
  left: 0;
  display: none;
}

@media screen and (max-width: 767px) {
  .mostre_citta_stripe {
    top: 126px;
  }
}

.mostre_citta_stripe.mostre_citta_stripe_active {
  display: block;
}

.mostre_citta_stripe>.container {
  height: 100%;
}

.mostre_citta_stripe>.container>.row {
  height: 100%;
  align-items: center;
}

.mostre_citta_stripe .top_links>ul {
  display: flex;
  align-items: center;
  justify-content: stretch;
}

.mostre_citta_stripe .top_links>ul>li {
  position: relative;
  padding-right: 16px;
  margin-right: 16px;
}

@media screen and (max-width: 1540px) {
  .mostre_citta_stripe .top_links>ul>li {
    padding-right: 10px;
    margin-right: 10px;
  }
}

.mostre_citta_stripe .top_links>ul>li::before {
  content: "|";
  position: absolute;
  right: 0;
  top: 2px;
  color: #121212;
  font-size: 14px;
}

.mostre_citta_stripe .top_links>ul>li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.mostre_citta_stripe .top_links>ul>li:last-child::before {
  content: "";
  display: none;
}

.mostre_citta_stripe .top_links>ul>li>a {
  display: block;
  font-size: 14px;
  font-family: "Swift Neue LT Pro Semibold";
}

.mostre_citta_stripe .top_links>ul>li>a.link_active {
  opacity: 0.5;
}

@media screen and (max-width: 1540px) {
  .mostre_citta_stripe .top_links>ul>li>a {
    font-size: 14px;
  }
}

.mostre_citta_stripe .top_links>ul>li>a:hover {
  color: #0f00ff;
}

.mostre_citta_stripe .title_stripe {
  display: block;
  text-align: center;
  color: #121212;
  font-family: "ITC Franklin Gothic Std DmCd";
  font-size: 16px;
}

.mostre_citta_stripe .side_links ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.mostre_citta_stripe .side_links ul li {
  position: relative;
  padding-right: 16px;
  margin-right: 16px;
}

@media screen and (max-width: 1540px) {
  .mostre_citta_stripe .side_links ul li {
    padding-right: 10px;
    margin-right: 10px;
  }
}

.mostre_citta_stripe .side_links ul li::before {
  content: "|";
  position: absolute;
  right: 0;
  top: -2px;
  color: #121212;
  font-size: 16px;
}

.mostre_citta_stripe .side_links ul li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.mostre_citta_stripe .side_links ul li:last-child::before {
  content: "";
  display: none;
}

.mostre_citta_stripe .side_links ul li a {
  display: block;
  font-size: 14px;
  font-family: "Swift Neue LT Pro Semibold";
}

@media screen and (max-width: 1540px) {
  .mostre_citta_stripe .side_links ul li a {
    font-size: 14px;
  }
}

.mostre_citta_stripe .side_links ul li a:hover {
  color: #0f00ff;
}

.mostre_citta_stripe .side_links ul li a.brdr_btn {
  font-size: 12px;
}

.mostre_citta_stripe.vederea_articoli_citta_stripe {
  height: 40px;
}

.mostre_citta_stripe.vederea_articoli_citta_stripe .top_links ul li::before {
  top: 50%;
  transform: translateY(-50%);
}

.mostre_citta_stripe.dark_stripe {
  background: #2e2e2e;
}

.mostre_citta_stripe.dark_stripe .top_links>ul>li>a {
  color: #ffffff;
  font-family: "Swift Neue LT Pro Regular";
}

.mostre_citta_stripe.dark_stripe .top_links>ul>li>a:hover {
  color: #6c87f8;
}

.mostre_citta_stripe.dark_stripe .top_links>ul>li::before {
  color: #ffffff;
}

.dark_stripe {
  border-bottom: 1px solid #ffffff;
}

.dark_stripe .sticky_lbl {
  color: #ffffff;
}

.dark_stripe .side_links ul li a {
  color: #ffffff;
}

.dark_stripe .side_links ul li a:hover {
  color: #6c87f8;
}

.each_cat_news_item.show_full_p .news_descrip p {
  overflow: auto;
  display: block;
}

.link_elem {
  font-family: "Swift Neue LT Pro Semibold";
  font-size: 14px;
}

.link_elem .show_txt {
  display: block;
}

.link_elem .close_txt {
  display: none;
}

.show_full_p .link_elem .show_txt {
  display: none;
}

.show_full_p .link_elem .close_txt {
  display: block;
}

.mostre_template_pg .cat_news_title h2 {
  display: block;
  font-size: 18px;
  color: #121212;
  font-family: "ITC Franklin Gothic Std DmCd";
}

.mostre_template_pg .each_cat_news_item .sublink_a:hover {
  color: #0f00ff;
}

.filter_block_area {
  min-height: 50px;
  margin-top: 77px;
  margin-bottom: 30px;
}

.search_tog_block {
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  position: relative;
}

@media screen and (max-width: 767px) {
  .search_tog_block {
    min-height: 50px;
  }
}

.search_tog_block .search_block {
  transition: all 0.2s linear;
  position: relative;
}

.search_tog_block .search_block .search_box {
  transition: all 0.2s linear;
  width: 48px;
  height: 48px;
  background: #ffffff;
  border-radius: 24px;
  border: 1px solid #121212;
  padding-left: 16px;
}

.search_tog_block .search_block .search_box::placeholder {
  opacity: 0;
  font-family: "Swift Neue LT Pro Bold";
  color: #121212;
}

.search_tog_block .search_block .search_ic {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  transition: all 0.2s linear;
  z-index: 123;
}

.search_tog_block .search_block .search_ic img {
  width: 22px;
}

.search_tog_block .search_block .search_close {
  display: none;
}

.search_tog_block.search_expand_active .search_block {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 123;
}

.search_tog_block.search_expand_active .search_block .search_box {
  width: 100%;
  border-radius: 24px;
  padding-right: 50px;
}

.search_tog_block.search_expand_active .search_block .search_box::placeholder {
  opacity: 1;
}

.search_tog_block.search_expand_active .search_block .search_ic {
  left: auto;
  right: 10px;
  display: none;
}

.search_tog_block.search_expand_active .search_block .search_close {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  transition: all 0.2s linear;
  z-index: 123;
  display: block;
}

.search_tog_block.search_expand_active .search_block .search_close img {
  width: 22px;
}

.search_tog_block.search_rht {
  justify-content: flex-end;
}

.search_tog_block.search_rht .search_ic {
  left: auto;
  right: 0;
}

.search_tog_block.search_rht .search_block {
  display: flex;
  justify-content: flex-end;
}

.search_tog_block.search_rht.search_expand_active .search_block {
  left: auto;
  right: 0;
}

.filter_drop_block {
  opacity: 1;
  position: relative;
  margin-left: 16px;
}

.filter_drop_block .dropdown_ic {
  display: block;
  background: #ffffff;
  border: 1px solid #121212;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  transition: none;
  position: relative;
  z-index: 123;
  visibility: visible;
}

.filter_drop_block .dropdown_ic img {
  width: 22px;
}

.filter_drop_block .dropdown_ic.dropdown_ic_active {
  visibility: hidden;
}

.filter_drop_block .dropdown_menu_block {
  box-shadow: 0px 4px 8px rgba(18, 18, 18, 0.1019607843);
  border: 1px solid #bebcb8;
  background: #ffffff;
  padding: 15px;
  position: absolute;
  z-index: 1;
  transition: all 0.3s linear;
  border-radius: 100%;
  width: 48px;
  height: 48px;
  top: 0;
  left: 0;
  transform: scale(0);
  transform-origin: top left;
  margin-left: 20px;
  margin-top: 20px;
}

.filter_drop_block .dropdown_menu_block h5 {
  display: block;
  font-size: 10px;
  font-family: "Swift Neue LT Pro Semibold";
  color: #121212;
  opacity: 0.5;
  margin-bottom: 17px;
  text-align: left;
  display: none;
}

.filter_drop_block .dropdown_menu_block .drop_close_menu {
  display: block;
  position: absolute;
  top: 10px;
  right: 15px;
  width: 15px;
  display: none;
  transition: all 0.3s linear;
}

.filter_drop_block .dropdown_menu_block .drop_close_menu:hover {
  transform: rotate(90deg);
}

.filter_drop_block .dropdown_menu_block ul {
  display: none;
}

.filter_drop_block .dropdown_menu_block ul li {
  margin-bottom: 20px;
}

.filter_drop_block .dropdown_menu_block ul li a {
  display: block;
  font-family: "Swift Neue LT Pro Semibold";
  color: #121212;
  font-size: 16px;
  text-align: left;
}

.filter_drop_block .dropdown_menu_block ul li a.active {
  opacity: 0.5;
}

.filter_drop_block .dropdown_menu_block ul li a:hover {
  color: #0f00ff;
}

.filter_drop_block .dropdown_menu_block.dropdown_menu_active {
  min-width: 196px;
  height: auto;
  border-radius: 8px;
  z-index: 123;
  transform: scale(1);
  margin-left: 0;
  margin-top: 0;
}

.filter_drop_block .dropdown_menu_block.dropdown_menu_active h5 {
  display: block;
}

.filter_drop_block .dropdown_menu_block.dropdown_menu_active .drop_close_menu {
  display: block;
}

.filter_drop_block .dropdown_menu_block.dropdown_menu_active ul {
  display: block;
}

.search_expand_active .filter_drop_block {
  opacity: 0;
}

.each_dropdown_filter {
  position: relative;
}

.each_dropdown_filter .filter_input_block {
  position: relative;
  cursor: pointer;
}

.each_dropdown_filter .filter_input_block .form-control {
  box-shadow: 0px 4px 8px rgba(18, 18, 18, 0.1019607843);
  border: 1px solid #121212;
  border-radius: 24px;
  background: #ffffff;
  padding: 0 45px;
  height: 48px;
}

.each_dropdown_filter .filter_input_block .form-control::placeholder {
  font-family: "Swift Neue LT Pro Bold";
  color: #121212;
  font-size: 16px;
  opacity: 0.6;
}

.each_dropdown_filter .filter_input_block .loc_ic {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  display: block;
  width: 20px;
}

.each_dropdown_filter .filter_input_block .loc_ic .icon_black {
  display: block;
}

.each_dropdown_filter .filter_input_block .loc_ic .icon_blue {
  display: none;
}

.each_dropdown_filter .filter_input_block .drop_close {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  display: none;
  width: 16px;
  transition: all 0.1s linear;
}

.each_dropdown_filter .filter_input_block .drop_close:hover {
  transform: translateY(-50%) rotate(45deg);
}

.each_dropdown_filter .filter_input_block:hover .form-control {
  border: 1px solid #0f00ff;
}

.each_dropdown_filter .filter_input_block:hover .form-control::placeholder {
  color: #0f00ff;
}

.each_dropdown_filter .filter_input_block:hover .loc_ic .icon_black {
  display: none;
}

.each_dropdown_filter .filter_input_block:hover .loc_ic .icon_blue {
  display: block;
}

.each_dropdown_filter.dropdown_filter_active .drop_close {
  display: block;
}

.filter_dropdown_block {
  background: #ffffff;
  box-shadow: 0px 4px 8px rgba(18, 18, 18, 0.1019607843);
  border: 1px solid rgba(18, 18, 18, 0.2);
  border-radius: 8px;
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 8px;
  width: 100%;
  z-index: 9999;
  display: none;
}

.filter_dropdown_block ul {
  padding: 12px 0;
  max-height: 276px;
  overflow: hidden;
  overflow-y: auto;
}

.filter_dropdown_block ul li {
  margin-bottom: 8px;
}

.filter_dropdown_block ul li a {
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  padding: 12px 0;
  width: 95%;
  margin: 0 auto;
  border-bottom: 1px solid rgba(18, 18, 18, 0.2);
}

.filter_dropdown_block ul li a i {
  margin-right: 16px;
  width: 16px;
}

.filter_dropdown_block ul li a .drop_menu_txt h4 {
  display: block;
  color: #121212;
  font-family: "Swift Neue LT Pro Bold";
  font-size: 16px;
}

.filter_dropdown_block ul li a .drop_menu_txt span {
  display: block;
  color: #121212;
  font-family: "Swift Neue LT Pro Bold";
  opacity: 0.6;
  font-size: 12px;
}

.filter_dropdown_block ul li a:hover {
  background: #fafafa;
}

.filter_dropdown_block ul li a:hover .drop_menu_txt h4 {
  color: #0f00ff;
}

.filter_dropdown_block ul li:last-child {
  margin-bottom: 0;
}

.filter_dropdown_block ul li:last-child a {
  border-bottom: none;
}

.dropdown_filter_active .filter_dropdown_block {
  display: block;
}

.filter_sec_link {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}

.filter_sec_link a {
  display: block;
  color: #121212;
  font-family: "Swift Neue LT Pro Bold";
  font-size: 16px;
}

.filter_sec_link a:hover {
  color: #0f00ff;
}

.filter_sec_link.centrelize_link {
  justify-content: center;
}

.filter_sec_link.centrelize_link a {
  text-align: center;
  font-family: "Swift Neue LT Pro Semibold";
}

.filter_block_area.only_link {
  margin-top: 41px;
  margin-bottom: 0;
}

.filter_sec_links ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.filter_sec_links ul li {
  position: relative;
  padding-right: 12px;
  margin-right: 12px;
}

.filter_sec_links ul li::before {
  content: "|";
  position: absolute;
  right: 0;
  top: -2px;
  color: #121212;
  font-size: 14px;
}

.filter_sec_links ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.filter_sec_links ul li:last-child::before {
  display: none;
}

.filter_sec_links ul li a {
  display: block;
  font-size: 16px;
  font-family: "Swift Neue LT Pro Semibold";
  color: #121212;
}

.progress-container {
  background-color: transparent;
  height: 10px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.progress-bar {
  background-color: #6c87f8;
  height: 1px;
  width: 0%;
}

.each_news_box:hover .img_block a img {
  opacity: 0.6 !important;
}

.each_news_box:hover .news_box .news_descrip .title_block h1 a {
  color: #0f00ff;
}

.each_news_box:hover .news_para {
  cursor: pointer;
}

.each_slide_item:hover .img_block a img {
  opacity: 0.6 !important;
}

.each_slide_item:hover .news_box .news_descrip .title_block h1 a {
  color: #0f00ff;
}

.each_slide_item:hover .news_para {
  cursor: pointer;
}

.news_box:hover .img_block a img {
  opacity: 0.6 !important;
}

.news_box:hover .news_descrip .title_block h1 a {
  color: #0f00ff;
}

.news_box:hover .news_para {
  cursor: pointer;
}

.calender_rel {
  position: relative;
}

.calander_each {
  position: relative;
}

.datepicker.dropdown-menu {
  width: 336px;
  min-height: 240px;
  padding: 0;
}

.link_calander .datepicker.dropdown-menu {
  right: 0 !important;
  left: auto !important;
  transform: translateX(0);
}

.stripe_datepicker_div .datepicker.dropdown-menu {
  right: 0 !important;
  left: auto !important;
  transform: translateX(0);
}

.datepicker-days {
  height: 100%;
}

.datepicker table {
  width: 100%;
  height: 100%;
}

.datepicker table th {
  font-family: "Swift Neue LT Pro Bold";
  color: #878787;
  vertical-align: middle;
  font-size: 14px;
}

.datepicker table th.datepicker-switch {
  color: #121212;
  font-family: "Swift Neue LT Pro Regular";
  font-size: 16px;
}

.datepicker table td {
  font-family: "Swift Neue LT Pro Regular";
  color: #121212;
  border-right: 1px solid #bebcb8;
  border-bottom: 1px solid #bebcb8;
  vertical-align: middle;
  padding: 0;
  width: 38px;
  height: 38px;
}

.datepicker table td:last-child {
  border-right: none;
}

.datepicker table thead tr:nth-child(2) {
  border-bottom: 1px solid #bebcb8;
}

.datepicker table thead tr:nth-child(2) th {
  padding: 0;
  width: 38px;
  height: 38px;
}

.datepicker table thead tr:nth-child(2) th.prev {
  color: transparent;
  background: url("../images/arrow_left.svg") no-repeat center center;
}

.datepicker table thead tr:nth-child(2) th.next {
  color: transparent;
  background: url("../images/arrow_right.svg") no-repeat center center;
}

.datepicker table thead tr:nth-child(3) {
  border-bottom: 1px solid #bebcb8;
}

.datepicker table thead tr:nth-child(3) th {
  padding: 0;
  width: 38px;
  height: 38px;
}

.datepicker table tbody tr:last-child td {
  border-bottom: none;
}

.datepicker table tr td.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover {
  background: #fcfbf7 !important;
  color: #121212;
}

.no_date_show_filter {
  position: relative;
}

.no_date_show_filter .form-control {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}

.datepicker_strap {
  cursor: pointer;
  margin-right: 24px;
}

.cal_icon {
  display: flex;
  background: #fcfbf7;
  border: 1px solid #121212;
  border-radius: 18px !important;
  width: 126px;
  height: 36px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.cal_icon label {
  font-family: "Swift Neue LT Pro Bold";
  font-size: 14px;
  margin-left: 6px;
  position: relative;
  top: 2px;
  cursor: pointer;
}

.cal_icon img {
  width: 16px;
}

.calander_flex {
  display: flex;
  justify-content: stretch;
  align-items: center;
}

.calander_flex .form-control {
  background: transparent;
  border: none;
  font-family: "Swift Neue LT Pro Regular";
  font-size: 16px;
}

.calander_flex .form-control:focus {
  box-shadow: none;
}

.calander_flex .calender_rel {
  width: 155px;
}

.calander_flex .input-group {
  align-items: center;
}

.calander_flex .input-group label {
  font-family: "Swift Neue LT Pro Bold";
  font-size: 16px;
  margin-left: 6px !important;
  color: #121212;
}

@media screen and (max-width: 767px) {
  .calander_flex {
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .datepicker.dropdown-menu {
    left: 50% !important;
    transform: translateX(-50%);
  }
}

.link_calander {
  position: relative;
  cursor: pointer;
}

.link_calander .cal_label_icon {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.link_calander .cal_label_icon img {
  width: 16px;
  cursor: pointer;
}

.link_calander .cal_label_icon label {
  font-family: "Swift Neue LT Pro Bold";
  font-size: 14px;
  margin-left: 6px;
  position: relative;
  top: 2px;
  cursor: pointer;
  display: inline-block;
}

.link_calander .form-control {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.link_calander:hover label {
  color: #0f00ff;
}

.hide_calander_link {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s ease-in-out;
}

.hide_calander_link .cal_remove {
  display: flex;
  justify-content: stretch;
  align-content: baseline;
}

.hide_calander_link .cal_remove img {
  width: 16px;
}

.hide_calander_link .cal_remove span {
  font-family: "Swift Neue LT Pro Bold";
  font-size: 14px;
  margin-left: 3px;
  position: relative;
  cursor: pointer;
  top: 2px;
}

.datepicker-dropdown:before {
  display: none;
}

.datepicker-dropdown.datepicker-orient-bottom:after {
  display: none;
}

.hide_calander_link {
  display: none;
}

.show_chuidi_link {
  display: flex;
}

.date_pick_label_hide {
  display: none;
}

.center_cal_block {
  position: relative;
  transition: all 0.3s ease-in-out;
}

.center_cal_block .link_calander {
  padding: 0 24px;
  height: 36px;
  background: #fcfbf7;
  border: 1px solid #121212;
  border-radius: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}

.center_cal_block .link_calander .input-group {
  justify-content: center;
  transition: all 0.3s ease-in-out;
}

.center_cal_block .link_calander:hover {
  border-color: #0f00ff;
}

.cal_normal {
  display: inline-block;
}

.cal_blue_hvr {
  display: none !important;
}

.link_calander:hover label {
  color: #0f00ff;
}

.link_calander:hover .cal_remove span {
  color: #0f00ff;
}

.link_calander:hover .cal_normal {
  display: none;
}

.link_calander:hover .cal_blue_hvr {
  display: inline-block !important;
}

.hide_calander_link .close_normal {
  display: inline-block;
}

.hide_calander_link .close_blue {
  display: none;
}

.hide_calander_link:hover .close_normal {
  display: none;
}

.hide_calander_link:hover .close_blue {
  display: inline-block;
}

.end_rel {
  display: flex;
  justify-content: flex-end;
  position: relative;
}

.stripe_datepicker_div {
  width: 150px;
  cursor: pointer;
}

.stripe_datepicker_div .input-group {
  align-items: center;
  justify-content: flex-end;
  width: auto;
}

.stripe_datepicker_div .input-group .input-group-addon {
  cursor: pointer;
}

.stripe_datepicker_div .input-group .input-group-addon img {
  position: relative;
}

.stripe_datepicker_div .input-group .input-group-addon.icon_lbl_flex {
  display: flex;
  justify-content: stretch;
  align-items: center;
  cursor: pointer;
}

.stripe_datepicker_div .input-group .input-group-addon.icon_lbl_flex label {
  font-family: "Swift Neue LT Pro Bold";
  color: #121212;
  font-size: 14px;
  padding-left: 5px;
  position: relative;
  top: 2px;
}

.stripe_datepicker_div .form-control {
  background: none;
  border: none;
  padding: 0;
  font-size: 14px;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.stripe_datepicker_div .form-control:focus {
  box-shadow: none;
}

.stripe_datepicker_div .form-control::placeholder {
  font-family: "Swift Neue LT Pro Bold";
  color: #121212;
  font-size: 14px;
}

.hide_calander_link_stripe {
  display: none;
}

.hide_calander_link_stripe label {
  align-items: center;
  justify-content: flex-end;
  width: auto;
  display: flex;
  cursor: pointer;
}

.hide_calander_link_stripe label img {
  width: 16px;
  position: relative;
  cursor: pointer;
}

.hide_calander_link_stripe label span {
  font-family: "Swift Neue LT Pro Bold";
  color: #121212;
  font-size: 14px;
  display: block;
  padding-left: 5px;
  position: relative;
  top: 2px;
}

.stripe_date_picker_active .stripe_picker_tog {
  display: none;
}

.stripe_date_picker_active .hide_calander_link_stripe {
  display: flex;
}

.mob_end_rel {
  display: flex;
  justify-content: flex-end;
  position: relative;
}

.mobile_stripe_datepicker_div {
  width: 150px;
  cursor: pointer;
}

.mobile_stripe_datepicker_div .input-group {
  align-items: center;
  justify-content: flex-end;
  width: auto;
}

.mobile_stripe_datepicker_div .input-group .input-group-addon {
  cursor: pointer;
}

.mobile_stripe_datepicker_div .input-group .input-group-addon img {
  position: relative;
}

.mobile_stripe_datepicker_div .input-group .input-group-addon.icon_lbl_flex {
  display: flex;
  justify-content: stretch;
  align-items: center;
  cursor: pointer;
}

.mobile_stripe_datepicker_div .input-group .input-group-addon.icon_lbl_flex label {
  font-family: "Swift Neue LT Pro Bold";
  color: #121212;
  font-size: 14px;
  padding-left: 5px;
  position: relative;
  top: 2px;
}

.mobile_stripe_datepicker_div .form-control {
  background: none;
  border: none;
  padding: 0;
  font-size: 14px;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.mobile_stripe_datepicker_div .form-control:focus {
  box-shadow: none;
}

.mobile_stripe_datepicker_div .form-control::placeholder {
  font-family: "Swift Neue LT Pro Bold";
  color: #121212;
  font-size: 14px;
}

.mobile_hide_calander_link_stripe {
  display: none;
}

.mobile_hide_calander_link_stripe label {
  align-items: center;
  justify-content: flex-end;
  width: auto;
  display: flex;
  cursor: pointer;
}

.mobile_hide_calander_link_stripe label img {
  width: 16px;
  position: relative;
  cursor: pointer;
}

.mobile_hide_calander_link_stripe label span {
  font-family: "Swift Neue LT Pro Bold";
  color: #121212;
  font-size: 14px;
  display: block;
  padding-left: 5px;
  position: relative;
  top: 2px;
}

.mobile_stripe_date_picker_active .stripe_picker_tog_mob {
  display: none;
}

.mobile_stripe_date_picker_active .mobile_hide_calander_link_stripe {
  display: flex;
}

.calender_filter_block_mobile .datepicker.dropdown-menu {
  right: 0 !important;
  left: auto !important;
  transform: translateX(0);
}

.range_picker .calender_rel {
  display: flex;
  align-items: center;
  justify-content: stretch;
}

.range_picker .calender_rel .input-group-addon img {
  width: 16px;
}

.range_picker .calender_rel label {
  font-family: "Swift Neue LT Pro Bold";
  font-size: 14px;
}

.range_picker .calender_rel .form-control {
  padding-left: 0;
}

@media screen and (max-width: 767px) {
  .range_picker {
    margin-bottom: 20px;
  }
}

.calender_closeicon {
  display: none;
}

.vederea_full_block_news {
  margin: 77px 0;
}

.vederea_full_block_news .download_block {
  margin: 46px 0;
}

.vederea_full_block_news .main_news_block {
  padding-bottom: 57px;
}

.title_with_subs .title_block h1 {
  display: block;
  color: #121212;
  font-size: 60px;
  font-family: "ITC Franklin Gothic Std DmCd";
}

.title_with_subs .title_block h4 {
  display: block;
  color: #121212;
  font-size: 14px;
  font-family: "Swift Neue LT Pro Semibold";
  margin-top: 4px;
}

.sub_vederea_content_wrap {
  margin-top: 24px;
}

.sub_vederea_content_wrap .brdr_btm_block {
  padding-bottom: 64px;
}

.last_list_block .each_news_box {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .last_list_block .each_news_box {
    margin-bottom: 40px;
  }
}

.vederea_news_listing_wrapper {
  padding: 80px 0;
}

.each_box_withdownload.each_news_box .news_box .news_descrip {
  padding: 24px 24px 0;
}

@media screen and (max-width: 767px) {
  .each_box_withdownload.each_news_box .news_box .news_descrip {
    padding: 15px 0 12px;
  }
}

.each_box_withdownload.each_news_box .news_box .news_descrip .title_block h1 a {
  font-size: 42px;
}

.each_box_withdownload.each_news_box .news_box .news_descrip .news_sublinks ul li a {
  font-size: 14px;
}

.each_box_withdownload.each_news_box .news_box .news_descrip .news_sublinks:first-child ul li a {
  font-size: 10px;
}

.each_box_withdownload.each_news_box .download_block {
  margin-top: 22px;
}

.vederea_articoli_crono_pg .listing_block {
  margin-bottom: 35px;
}

.download_block {
  display: flex;
  justify-content: stretch;
  align-items: center;
}

.download_block .each_download_block {
  margin-right: 16px;
  transition: all 0.3s linear;
}

.download_block .each_download_block:last-child {
  margin-right: 0;
}

.download_block .each_download_block .download_box {
  background: #ffffff;
  box-shadow: 0px 4px 8px rgba(18, 18, 18, 0.1019607843);
  border: 1px solid rgba(18, 18, 18, 0.2);
  border-radius: 8px;
  opacity: 1;
  min-width: 211px;
  height: 64px;
  overflow: hidden;
}

.download_block .each_download_block .download_box .box_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.download_block .each_download_block .download_box .box_inner .img_block {
  width: 110px;
}

.download_block .each_download_block .download_box .box_inner .img_block span {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.download_block .each_download_block .download_box .box_inner .title_block {
  height: 100%;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-direction: column;
  margin: 0 16px;
}

@media screen and (max-width: 767px) {
  .download_block .each_download_block .download_box .box_inner .title_block {
    margin: 0 12px;
  }
}

.download_block .each_download_block .download_box .box_inner .title_block h5 {
  display: block;
  font-family: "Swift Neue LT Pro Semibold";
  font-size: 10px;
  color: #121212;
  margin-bottom: 4px;
}

.download_block .each_download_block .download_box .box_inner .title_block h2 {
  display: block;
  font-family: "ITC Franklin Gothic Std DmCd";
  font-size: 20px;
  color: #121212;
  margin-bottom: 4px;
}

@media screen and (max-width: 767px) {
  .download_block .each_download_block .download_box .box_inner .title_block h2 {
    font-size: 16px;
    margin-bottom: 0;
  }
}

.download_block .each_download_block .download_box .box_inner .cntrl_block {
  border-left: 1px solid #bebcb8;
  height: 100%;
  width: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.download_block .each_download_block .download_box .box_inner .cntrl_block .media_cntrl {
  display: block;
  width: 24px;
}

.download_block .each_download_block .download_box .box_inner .cntrl_block .media_cntrl img.download_grey {
  display: block;
}

.download_block .each_download_block .download_box .box_inner .cntrl_block .media_cntrl img.download_blue {
  display: none;
}

.download_block .each_download_block:hover .download_box .box_inner .title_block h2 {
  color: #0f00ff;
}

.download_block .each_download_block:hover .download_box .box_inner .cntrl_block .media_cntrl img.download_grey {
  display: none;
}

.download_block .each_download_block:hover .download_box .box_inner .cntrl_block .media_cntrl img.download_blue {
  display: block;
}

.download_block.center_download_block {
  justify-content: center;
}

.download_block.vederea_list_download {
  margin-top: 75px;
}

.link_dropdown_block {
  position: relative;
}

.link_dropdown_block .drop_link {
  display: flex;
  align-items: center;
  justify-content: stretch;
}

.link_dropdown_block .drop_link i {
  transition: all 0.3s linear;
  top: -2px;
  position: relative;
}

.link_dropdown_block .drop_link i img.arrow_black {
  display: block;
}

.link_dropdown_block .drop_link i img.arrow_blue {
  display: none;
}

.link_dropdown_block .drop_link span {
  font-size: 14px;
  color: #121212;
  display: block;
  font-family: "Swift Neue LT Pro Bold";
  transition: all 0.3s linear;
}

.link_dropdown_block .drop_link:hover i img.arrow_black {
  display: none;
}

.link_dropdown_block .drop_link:hover i img.arrow_blue {
  display: block;
}

.link_dropdown_block .drop_link:hover span {
  color: #0f00ff;
}

.link_dropdown_block .dropdown_block {
  box-shadow: 0px 4px 8px rgba(18, 18, 18, 0.1019607843);
  border: 1px solid #bebcb8;
  border-radius: 8px;
  background: #ffffff;
  padding: 15px;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 300px;
  z-index: 1234;
  display: none;
  transition: all 0.2s linear;
}

.link_dropdown_block .dropdown_block ul {
  max-height: 200px;
  overflow: hidden;
  overflow-y: auto;
}

.link_dropdown_block .dropdown_block ul li {
  margin-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 15px;
}

.link_dropdown_block .dropdown_block ul li a {
  display: block;
  color: #121212;
  font-size: 14px;
  font-family: "Swift Neue LT Pro Bold";
}

.link_dropdown_block .dropdown_block ul li a:hover {
  color: #0f00ff;
}

.link_dropdown_block .dropdown_block ul li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.link_dropdown_block.link_dropdown_block_active .dropdown_block {
  display: block;
}

.link_dropdown_block.link_dropdown_block_active .drop_link i {
  transform: rotate(-180deg);
  opacity: 0.5;
}

.link_dropdown_block.link_dropdown_block_active .drop_link span {
  opacity: 0.5;
}

.link_dropdown_block.link_dropdown_block_active .drop_link:hover i img.arrow_black {
  display: block;
}

.link_dropdown_block.link_dropdown_block_active .drop_link:hover i img.arrow_blue {
  display: none;
}

.link_dropdown_block.link_dropdown_block_active .drop_link:hover span {
  color: #121212;
}

.each_pdf_block .pdf_block_inner {
  width: 60%;
  margin: 0 auto;
}

.each_pdf_block .img_block {
  margin-bottom: 35px;
}

.each_pdf_block .img_block span {
  display: block;
  width: 100%;
  box-shadow: 0px 4px 8px rgba(18, 18, 18, 0.1019607843);
  border-radius: 4px;
  overflow: hidden;
  transition: all 0.3s linear;
}

.each_pdf_block .title_block h2 {
  display: block;
  text-align: center;
  font-size: 28px;
  color: #121212;
  font-family: "ITC Franklin Gothic Std DmCd";
  margin-bottom: 4px;
  transition: all 0.3s linear;
}

.each_pdf_block .title_block h4 {
  display: block;
  clear: both;
  font-size: 18px;
  opacity: 0.6;
  color: #121212;
  margin-top: 8px;
  font-family: "Swift Neue LT Pro Regular";
  text-align: center;
  margin-bottom: 18px;
}

.each_pdf_block .downlod_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  transition: all 0.3s linear;
}

.each_pdf_block .downlod_btn i {
  display: block;
  width: 24px;
  transition: all 0.3s linear;
}

.each_pdf_block .downlod_btn i img {
  transition: all 0.3s linear;
}

.each_pdf_block .downlod_btn i img.downlod_grey {
  display: block;
}

.each_pdf_block .downlod_btn i img.downlod_blue {
  display: none;
}

.each_pdf_block .downlod_btn span {
  display: block;
  font-size: 16px;
  color: #99999b;
  font-family: "ITC Franklin Gothic Std DmCd";
  transition: all 0.3s linear;
}

.each_pdf_block.sp_padding_down {
  padding-bottom: 82px;
  border-right: 1px solid #bebcb8;
}

.each_pdf_block:hover .img_block span {
  opacity: 0.6;
}

.each_pdf_block:hover .title_block h2 {
  color: #0f00ff;
}

.each_pdf_block:hover .downlod_btn i img.downlod_grey {
  display: none;
}

.each_pdf_block:hover .downlod_btn i img.downlod_blue {
  display: block;
}

.each_pdf_block:hover .downlod_btn span {
  color: #0f00ff;
}

.vederea_pdf_pg .pdf_listing_wrapper {
  padding: 120px 0 40px;
}

.vederea_pdf_pg .pdf_listing_wrapper .pdf_listing_block>.row>.col-xxl-3:last-child .each_pdf_block.sp_padding_down {
  border-right: none;
}

.calendario_block_wrapper .block_title_wrapper {
  padding: 80px 0 40px;
}

.block_lists_wrapper {
  border-bottom: 2px solid #121212;
  padding-bottom: 48px;
  margin-bottom: 48px;
}

.block_lists_wrapper:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.each_calendario_item {
  margin-bottom: 50px;
}

.calendario_box .calendario_main_sec {
  margin-bottom: 18px;
}

.calendario_box .calendario_main_sec .img_block {
  margin-bottom: 15px;
}

.calendario_box .calendario_main_sec .img_block span {
  display: block;
  width: 100%;
}

.calendario_box .calendario_main_sec .img_block a {
  display: block;
  width: 100%;
}

.calendario_box .calendario_main_sec .calendario_data .top_links {
  margin-bottom: 15px;
}

.calendario_box .calendario_main_sec .calendario_data .top_links ul li a {
  display: block;
  color: #121212;
  font-size: 10px;
  font-family: "Swift Neue LT Pro Semibold";
  opacity: 0.5;
}

.calendario_box .calendario_main_sec .calendario_data .top_links ul li a:hover {
  color: #0f00ff;
}

.calendario_box .calendario_main_sec .calendario_data .title_block {
  margin-bottom: 10px;
}

.calendario_box .calendario_main_sec .calendario_data .title_block h2 {
  display: block;
  color: #121212;
  font-size: 24px;
  font-family: "ITC Franklin Gothic Std DmCd";
  margin-bottom: 8px;
}

.calendario_box .calendario_main_sec .calendario_data .title_block h4 a {
  display: block;
  color: #121212;
  font-size: 14px;
  font-family: "Swift Neue LT Pro Semibold";
}

.calendario_box .calendario_main_sec .calendario_data .title_block h4 a:hover {
  color: #0f00ff;
}

.calendario_box .calendario_main_sec .calendario_data .item_details p {
  color: #121212;
  font-size: 12px;
  font-family: "Swift Neue LT Pro Regular";
  opacity: 0.5;
}

.calendario_subitem_block .subitem_inner {
  display: flex;
  align-items: stretch;
  justify-content: stretch;
}

.calendario_subitem_block .subitem_inner .img_block {
  margin-right: 16px;
}

.calendario_subitem_block .subitem_inner .img_block a {
  display: block;
  width: 108px;
  height: 72px;
  overflow: hidden;
}

.calendario_subitem_block .subitem_inner .subitem_details .top_links {
  margin-bottom: 10px;
}

.calendario_subitem_block .subitem_inner .subitem_details .top_links ul li a {
  display: block;
  color: #121212;
  font-size: 10px;
  font-family: "Swift Neue LT Pro Semibold";
  opacity: 0.5;
}

.calendario_subitem_block .subitem_inner .subitem_details .top_links ul li a:hover {
  color: #0f00ff;
}

.calendario_subitem_block .subitem_inner .subitem_details .title_block h2 a {
  display: block;
  color: #121212;
  font-size: 18px;
  font-family: "ITC Franklin Gothic Std DmCd";
  line-height: 18px;
}

.calendario_subitem_block .subitem_inner .subitem_details .title_block h2 a:hover {
  color: #0f00ff;
}

.calendario_subitem_block:hover .subitem_inner .subitem_details .title_block h2 a {
  color: #0f00ff;
}

.aste_rile_listing_wrapper {
  padding: 80px 0 0;
}

.search_exapnd_open>.row {
  min-height: 50px;
}

.cntrls_tog_block {
  display: flex;
  justify-content: stretch;
  align-items: center;
}

.cntrls_tog_block .filter_drop_block {
  margin-left: 0;
  margin-right: 24px;
}

.cntrls_tog_block .top_links>ul {
  display: flex;
  justify-content: stretch;
  align-items: center;
}

.cntrls_tog_block .top_links>ul>li {
  margin-right: 16px;
  padding-right: 16px;
  position: relative;
}

.cntrls_tog_block .top_links>ul>li::before {
  content: "|";
  position: absolute;
  right: 0;
  top: 0;
  color: #121212;
  font-size: 16px;
}

.cntrls_tog_block .top_links>ul>li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.cntrls_tog_block .top_links>ul>li:last-child::before {
  display: none;
}

.aste_rile_listing_wrapper .each_aste_box {
  margin-bottom: 48px;
}

.each_aste_box .img_block span {
  display: block;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}

.each_aste_box .aste_box_description .top_links {
  margin-bottom: 11px;
}

.each_aste_box .aste_box_description .top_links ul {
  display: flex;
  justify-content: stretch;
  align-items: center;
}

.each_aste_box .aste_box_description .top_links ul li {
  margin-right: 6px;
}

.each_aste_box .aste_box_description .top_links ul li:last-child {
  margin-right: 0;
}

.each_aste_box .aste_box_description .top_links ul li a {
  display: block;
  opacity: 0.5;
  color: #121212;
  font-size: 10px;
  font-family: "Swift Neue LT Pro Semibold";
}

.each_aste_box .aste_box_description .title_block {
  margin-bottom: 8px;
}

.each_aste_box .aste_box_description .title_block h2 {
  display: block;
  color: #121212;
  font-size: 20px;
  font-family: "ITC Franklin Gothic Std DmCd";
  line-height: 20px;
}

.each_aste_box .aste_box_description .title_block span {
  display: block;
  clear: both;
  font-size: 14px;
  font-family: "Swift Neue LT Pro Regular";
  margin-top: 4px;
}

.each_aste_box .aste_box_description .aste_data_list p {
  display: block;
  clear: both;
  font-size: 12px;
}

.each_aste_box .aste_box_description .aste_data_list p label {
  color: #121212;
  opacity: 0.6;
  font-family: "Swift Neue LT Pro Bold";
}

.each_aste_box .aste_box_description .aste_data_list p span {
  font-family: "Swift Neue LT Pro Regular";
  color: #121212;
  opacity: 0.6;
}

.abbonamenti_pg .main_title_content .main_title h1 {
  font-size: 148px;
}

@media screen and (max-width: 767px) {
  .abbonamenti_pg .main_title_content .main_title h1 {
    font-size: 42px;
    margin-bottom: 10px;
  }
}

.abbonamenti_banner_wrap {
  margin-bottom: 100px;
}

.abbonamenti_banner_wrap>.container>.row {
  align-items: center;
}

.abbonamenti_banner_wrap .img_block span {
  display: block;
  width: 90%;
}

.abbonamenti_banner_wrap .banner_content_block .title_block {
  margin-bottom: 8px;
}

.abbonamenti_banner_wrap .banner_content_block .title_block h2 {
  display: block;
  font-size: 36px;
  color: #121212;
  font-family: "ITC Franklin Gothic Std DmCd";
}

@media screen and (max-width: 767px) {
  .abbonamenti_banner_wrap .banner_content_block .title_block h2 {
    text-align: center;
    font-size: 28px;
  }
}

.abbonamenti_banner_wrap .banner_content_block .banner_content {
  margin-bottom: 20px;
}

.abbonamenti_banner_wrap .banner_content_block .banner_content p {
  font-size: 20px;
  line-height: 26px;
}

@media screen and (max-width: 767px) {
  .abbonamenti_banner_wrap .banner_content_block .banner_content p {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
  }
}

.abbonamenti_banner_wrap .banner_content_block .brdr_btn {
  min-width: 90px;
  height: 36px;
  line-height: 36px;
}

@media screen and (max-width: 767px) {
  .abbonamenti_banner_wrap .banner_content_block .brdr_btn {
    margin: 0 auto;
    display: table;
  }
}

.abbonamento_box_wrapper {
  margin-bottom: 24px;
}

.abbonamento_box_data {
  border-radius: 24px;
  padding: 48px 0;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .abbonamento_box_data {
    padding: 36px 0;
  }
}

.blue_ab_box {
  background: #dde4f8;
}

.offwhite_ab_box {
  background: #eff0e8;
}

.abbonamento_card {
  background: #ffffff;
  box-shadow: 0px 4px 8px rgba(18, 18, 18, 0.1019607843);
  border: 1px solid rgba(18, 18, 18, 0.2);
  border-radius: 36px;
  overflow: hidden;
  width: 512px;
  min-height: 750px;
}

@media screen and (max-width: 767px) {
  .abbonamento_card {
    width: 90%;
    margin: 0 auto;
    min-height: auto;
  }
}

.abbonamento_card .ab_box_inner {
  padding: 36px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .abbonamento_card .ab_box_inner {
    padding: 36px 24px;
  }
}

.abbonamento_card .ab_box_inner .link_block {
  display: block;
  clear: both;
  text-align: center;
  font-family: "Swift Neue LT Pro Semibold";
  font-size: 12px;
  color: #0f00ff;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.abbonamento_card .ab_box_inner .title_block h2 {
  display: block;
  text-align: center;
  font-size: 36px;
  color: #121212;
  font-family: "ITC Franklin Gothic Std DmCd";
}

@media screen and (max-width: 767px) {
  .abbonamento_card .ab_box_inner .title_block h2 {
    font-size: 24px;
  }
}

.abbonamento_card .ab_box_inner .title_block h3 {
  display: block;
  text-align: center;
  font-size: 36px;
  color: #0f00ff;
  font-family: "ITC Franklin Gothic Std DmCd";
}

@media screen and (max-width: 767px) {
  .abbonamento_card .ab_box_inner .title_block h3 {
    font-size: 24px;
  }
}

.abbonamento_card .ab_box_inner .subcontent_block h4 {
  display: block;
  text-align: center;
  font-size: 20px;
  color: #121212;
  font-family: "ITC Franklin Gothic Std DmCd";
  text-decoration: line-through;
  margin: 8px 0;
}

.abbonamento_card .ab_box_inner .subcontent_block p {
  text-align: center;
  font-size: 16px;
  color: #121212;
  font-family: "Swift Neue LT Pro Regular";
}

@media screen and (max-width: 767px) {
  .abbonamento_card .ab_box_inner .subcontent_block p {
    font-size: 14px;
  }
}

/* .abbonamento_card .ab_box_inner .img_block {
  margin: 25px 0 0; 
} */

.abbonamento_card .ab_box_inner .img_block {
  margin: 25px 0 15px 0;
}

.abbonamento_card .ab_box_inner .img_block span {
  display: block;
  margin: 0 auto;
}

.abbonamento_card .ab_box_inner .brdr_btn {
  display: inline-block;
  margin: 25px auto;
  min-width: 90px;
  font-size: 14px;
  height: 36px;
  line-height: 36px;

}

.abbonamento_card .ab_box_inner .abbonamento_para_block .btn_para_tog {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  opacity: 0.5;
}

.abbonamento_card .ab_box_inner .abbonamento_para_block .btn_para_tog i {
  transform: rotate(180deg);
  transition: all 0.3s linear;
}

.abbonamento_card .ab_box_inner .abbonamento_para_block .btn_para_tog span {
  font-size: 12px;
  color: #121212;
  font-family: "Swift Neue LT Pro Bold";
}

.abbonamento_card .ab_box_inner .abbonamento_para_block .para_ab {
  display: block;
}

.abbonamento_card .ab_box_inner .abbonamento_para_block .para_ab p {
  opacity: 0.6;
  font-size: 12px;
  line-height: 16px;
}

.abbonamento_card .ab_box_inner .abbonamento_para_block .para_ab p b {
  font-family: "Swift Neue LT Pro Bold";
}

.abbonamento_card .ab_box_inner .abbonamento_para_block.abbonamento_para_block_hide .btn_para_tog i {
  transform: rotate(0);
}

.abbonamento_card .ab_box_inner .abbonamento_para_block.abbonamento_para_block_hide .para_ab {
  display: none;
}

@media screen and (max-width: 767px) {
  .abbonamento_card {
    margin-bottom: 24px;
  }

  .abbonamento_box_data>.row>.col-12:last-child .abbonamento_card {
    margin-bottom: 0;
  }

  .abbonamenti_stripe .abbonamenti_list {
    height: 100%;
  }

  .abbonamenti_stripe .abbonamenti_list ul {
    display: flex;
    align-items: center;
    justify-content: stretch;
    white-space: nowrap;
    height: 100%;
    overflow-x: auto;
    position: relative;
    top: 8px;
  }

  .abbonamenti_stripe .abbonamenti_list ul li {
    position: relative;
    padding-right: 15px;
    margin-right: 15px;
  }

  .abbonamenti_stripe .abbonamenti_list ul li::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 10px;
    background: #bebcb8;
  }

  .abbonamenti_stripe .abbonamenti_list ul li:first-child::before {
    display: none;
  }

  .abbonamenti_stripe .abbonamenti_list ul li:last-child::before {
    display: none;
  }

  .abbonamenti_stripe .abbonamenti_list ul li a {
    display: block;
    font-size: 14px;
    font-family: "Swift Neue LT Pro Semibold";
  }

  .abbonamenti_stripe .abbonamenti_list ul li a.title_link {
    font-family: "ITC Franklin Gothic Std DmCd";
  }

  .abbonamenti_stripe .abbonamenti_list ul li a:hover {
    color: #121212;
  }
}

.contact_block_wrapper {
  margin-bottom: 70px;
}

.contact_block_wrapper>.container>.contact_block_inner {
  border-bottom: 2px solid #121212;
  padding-bottom: 30px;
}

.contact_block_wrapper>.container>.contact_block_inner>.row {
  align-items: center;
}

.map_block {
  box-shadow: 0px 0px 12px rgba(18, 18, 18, 0.2);
  border: 2px solid #bebcb8;
  border-radius: 8px;
  overflow: hidden;
  width: 90%;
}

.contact_detail_list .logo_block span {
  display: block;
  width: 510px;
  margin-bottom: 12px;
}

.contact_detail_list .contact_data {
  margin-bottom: 30px;
}

.contact_detail_list .contact_data p {
  font-size: 16px;
  font-family: "Swift Neue LT Pro Regular";
  line-height: 20px;
}

.contact_detail_list .contact_data_list p {
  margin-bottom: 10px;
}

.contact_detail_list .contact_data_list p label {
  font-size: 16px;
  font-family: "Swift Neue LT Pro Regular";
}

.contact_detail_list .contact_data_list p a {
  font-size: 16px;
  font-family: "Swift Neue LT Pro Semibold";
}

.contact_banner_wrapper {
  margin-bottom: 70px;
}

.contact_banner_wrapper>.container>.contact_banner_content {
  border-bottom: 2px solid #121212;
  padding-bottom: 30px;
}

.contact_banner_wrapper>.container>.contact_banner_content>.row {
  align-items: center;
}

.contact_banner_wrapper>.container>.contact_banner_content .banner_data_block {
  width: 75%;
}

.contact_banner_wrapper>.container>.contact_banner_content .banner_data_block h2 {
  display: block;
  clear: both;
  margin-bottom: 10px;
  color: #121212;
  font-size: 36px;
  font-family: "ITC Franklin Gothic Std DmCd";
}

.contact_banner_wrapper>.container>.contact_banner_content .banner_data_block p {
  font-size: 20px;
  line-height: 26px;
}

.contact_banner_wrapper>.container>.contact_banner_content .banner_data_block .btn_group {
  justify-content: stretch;
  margin-top: 20px;
}

.contact_banner_wrapper>.container>.contact_banner_content .banner_data_block .btn_group a.no_brdr {
  font-family: "Swift Neue LT Pro Semibold";
}

.contact_banner_wrapper>.container>.contact_banner_content .img_block span {
  width: 100%;
  display: block;
}

.contact_banner_wrapper:nth-child(odd) .banner_data_block {
  padding-left: 80px;
}

.contact_banner_wrapper:last-child>.container>.contact_banner_content {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.contatti_pg .main_title h5 {
  display: none;
}

@media screen and (max-width: 767px) {
  .contatti_pg .main_title h5 {
    display: block;
  }
}

.contatti_pg .main_title h5.hide_on_mobile {
  display: block;
}

@media screen and (max-width: 767px) {
  .contatti_pg .main_title h5.hide_on_mobile {
    display: none;
  }
}

.chisiamo_pg {
  padding-top: 15px;
}

.redazione_lists_wrapper {
  margin-bottom: 77px;
}

.corrispondenti_wrapper {
  margin-bottom: 77px;
}

.each_redazion_list {
  margin-bottom: 37px;
}

.each_redazion_list h2 {
  display: block;
  clear: both;
  color: #121212;
  font-size: 28px;
  font-family: "ITC Franklin Gothic Std DmCd";
  margin-bottom: 4px;
}

.each_redazion_list span {
  display: block;
  clear: both;
  font-size: 14px;
  font-family: "Swift Neue LT Pro Regular";
  color: #121212;
  opacity: 0.6;
  margin-bottom: 4px;
}

.each_redazion_list a {
  display: block;
  clear: both;
  font-size: 14px;
  font-family: "Swift Neue LT Pro Semibold";
  color: #121212;
}

.each_redazion_list a:hover {
  color: #0f00ff;
}

.each_corrisponde_list {
  margin-bottom: 16px;
}

.each_corrisponde_list h2 {
  display: block;
  clear: both;
  color: #121212;
  font-size: 24px;
  font-family: "ITC Franklin Gothic Std DmCd";
}

.each_organigramma_list {
  margin-bottom: 36px;
}

.each_organigramma_list .img_block span {
  display: block;
  width: 100%;
}

.each_organigramma_list .organigramma_content {
  width: 90%;
}

.each_organigramma_list .organigramma_content .title_block {
  margin-bottom: 13px;
}

.each_organigramma_list .organigramma_content .title_block h2 {
  display: block;
  clear: both;
  font-size: 28px;
  font-family: "ITC Franklin Gothic Std DmCd";
  margin-bottom: 3px;
}

.each_organigramma_list .organigramma_content .title_block h4 {
  display: block;
  clear: both;
  font-size: 14px;
  font-family: "Swift Neue LT Pro Regular";
  color: #121212;
  opacity: 0.5;
}

.each_organigramma_list .organigramma_content .organigramma_data p {
  font-size: 14px;
  font-family: "Swift Neue LT Pro Regular";
  color: #121212;
}

@media screen and (max-width: 767px) {
  .mostre_citta_stripe.chisiamo_stripe {
    height: auto;
    height: 50px;
    top: 126px;
  }

  .mostre_citta_stripe>.container {
    height: 100%;
  }

  .mostre_citta_stripe>.container>.chisiamo_list {
    height: 100%;
  }
}

.result_wrapper {
  background: #fcfbf7;
  padding: 75px 0;
}

@media screen and (max-width: 767px) {
  .result_wrapper {
    padding: 30px 0;
  }
}

.each_result_carousel_wrapper .title_block {
  border-bottom: 1px solid #121212;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.each_result_carousel_wrapper .title_block h2 {
  display: block;
  color: #121212;
  font-size: 28px;
  font-family: "ITC Franklin Gothic Std DmCd";
}

.each_result_carousel_wrapper .title_block .sublinks_ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.each_result_carousel_wrapper .title_block .sublinks_ul li a {
  display: block;
  color: #121212;
  font-size: 16px;
  font-family: "Swift Neue LT Pro Semibold";
}

@media screen and (max-width: 767px) {
  .each_result_carousel_wrapper .title_block>.row {
    align-items: center;
  }

  .each_result_carousel_wrapper .title_block>.row>.col-12 {
    width: 50%;
  }
}

.result_carousel_block .result_carousel_inner {
  width: 95%;
  margin: 0 auto;
  position: relative;
}

.result_carousel_block .result_carousel_inner .owl-nav>button {
  position: absolute;
  top: 0;
  display: block;
}

@media screen and (max-width: 640px) {
  .result_carousel_block .result_carousel_inner .owl-nav>button {
    transform: scale(0.7);
  }
}

.result_carousel_block .result_carousel_inner .owl-nav>button.owl-prev {
  left: -50px;
}

@media screen and (max-width: 640px) {
  .result_carousel_block .result_carousel_inner .owl-nav>button.owl-prev {
    left: -40px;
  }
}

.result_carousel_block .result_carousel_inner .owl-nav>button.owl-next {
  right: -50px;
}

@media screen and (max-width: 640px) {
  .result_carousel_block .result_carousel_inner .owl-nav>button.owl-next {
    right: -40px;
  }
}

.result_carousel_block .result_carousel_inner .each_news_box .title_block {
  border-bottom: none;
  padding-bottom: 0;
}

.result_carousel_block .result_carousel_inner .each_news_box .news_para p {
  font-size: 14px;
  line-height: 18px;
}

.result_carousel_block .result_carousel_inner .each_news_box .news_sublinks:last-child ul li a {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .result_carousel_block .result_carousel_inner .each_news_box .news_sublinks:last-child ul li a {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .result_carousel_block .result_carousel_inner .each_news_box .news_sublinks:last-child ul {
    flex-direction: column;
  }

  .result_carousel_block .result_carousel_inner .each_news_box .news_sublinks:last-child ul li::before {
    display: none;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .result_carousel_block .result_carousel_inner .result_slider .each_news_box {
    padding-left: 16px;
  }

  .result_carousel_block .result_carousel_inner .result_slider_recensioni .each_news_box {
    padding-left: 16px;
  }

  .result_carousel_block .result_carousel_inner .mostre_result_slider .each_cat_news_item {
    padding: 0 16px;
  }

  .result_carousel_block .result_carousel_inner .podcast_result_slider .each_podcast_item .img_block {
    margin-bottom: 12px;
  }

  .result_carousel_block .result_carousel_inner .podcast_result_slider .each_podcast_item .content_media {
    width: 100%;
  }

  .result_carousel_block .result_carousel_inner .podcast_result_slider .each_podcast_item .content_media a h2 {
    font-size: 18px;
  }

  .result_carousel_block .result_carousel_inner .podcast_result_slider .each_podcast_item .content_media a span {
    font-size: 12px;
    margin-top: 4px;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .result_carousel_block .result_carousel_inner .podcast_result_slider {
    padding-left: 16px;
  }
}

@media screen and (max-width: 767px) {
  .result_carousel_block .result_carousel_inner .video_result_slider .each_video_item {
    padding-left: 16px;
  }

  .result_carousel_block .result_carousel_inner .video_result_slider .each_video_item .img_block {
    margin-bottom: 12px;
  }

  .result_carousel_block .result_carousel_inner .video_result_slider .each_video_item .content_media {
    width: 100%;
    padding: 0 8px 0 0;
  }

  .result_carousel_block .result_carousel_inner .video_result_slider .each_video_item .content_media a h2 {
    font-size: 28px;
  }

  .result_carousel_block .result_carousel_inner .video_result_slider .each_video_item .content_media a span {
    font-size: 12px;
    margin-top: 4px;
  }
}

.each_result_carousel_wrapper {
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .each_result_carousel_wrapper {
    margin-bottom: 30px;
  }
}

.mostre_result_slide_wrapper .each_cat_news_item {
  padding: 15px 0;
}

.podcast_result_slider {
  padding-top: 15px;
  padding-bottom: 15px;
}

.each_podcast_item .img_block {
  position: relative;
  margin-bottom: 50px;
}

.each_podcast_item .img_block a {
  display: block;
  position: relative;
}

.each_podcast_item .img_block i {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  opacity: 0;
  transition: all 0.3s linear;
}

.each_podcast_item .content_media {
  transition: all 0.3s linear;
  width: 80%;
  margin: 0 auto;
}

.each_podcast_item .content_media a {
  display: block;
}

.each_podcast_item .content_media a h2 {
  display: block;
  text-align: center;
  font-size: 32px;
  color: #121212;
  font-family: "ITC Franklin Gothic Std DmCd";
  margin-bottom: 4px;
}

.each_podcast_item .content_media a p {
  text-align: center;
  font-size: 14px;
  color: #121212;
  font-family: "Swift Neue LT Pro Regular";
}

.each_podcast_item .content_media a span {
  text-align: center;
  font-size: 14px;
  color: #121212;
  font-family: "Swift Neue LT Pro Regular";
  opacity: 0.7;
  display: block;
  margin-top: 10px;
}

.each_podcast_item:hover .img_block i {
  opacity: 1;
}

.each_podcast_item:hover .content_media {
  opacity: 0.7;
}

.each_video_item .img_block {
  position: relative;
  margin-bottom: 50px;
}

.each_video_item .img_block a {
  display: block;
  position: relative;
}

.each_video_item .img_block i {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  transition: all 0.3s linear;
}

.each_video_item .content_media {
  transition: all 0.3s linear;
  margin: 0 auto;
}

.each_video_item .content_media a {
  display: block;
}

.each_video_item .content_media a h2 {
  display: block;
  font-size: 32px;
  color: #121212;
  font-family: "ITC Franklin Gothic Std DmCd";
  margin-bottom: 4px;
}

.each_video_item .content_media a p {
  font-size: 14px;
  color: #121212;
  font-family: "Swift Neue LT Pro Regular";
}

.each_video_item:hover .img_block a {
  opacity: 0.6;
}

.each_video_item:hover .content_media a h2 {
  color: #0f00ff;
}

.media_tag_link {
  display: none;
  text-align: center;
  font-size: 10px;
  font-family: "Swift Neue LT Pro Semibold";
  margin-bottom: 11px;
  color: #121212;
  opacity: 0.5;
}

@media screen and (max-width: 767px) {
  .media_tag_link {
    display: block;
  }
}

.result_slider {
  border-right: 1px solid #121212;
}

@media screen and (max-width: 767px) {
  .result_slider {
    border-left: 1px solid #121212;
  }
}

.result_slider_recensioni {
  border-right: 1px solid #121212;
}

@media screen and (max-width: 767px) {
  .result_slider_recensioni {
    border-left: 1px solid #121212;
  }
}

.mostre_result_slider {
  border-left: 1px solid #121212;
  border-right: 1px solid #121212;
}

.podcast_result_slider {
  border-left: 1px solid #121212;
  border-right: 1px solid #121212;
}

.video_result_slider {
  border-left: 1px solid #121212;
  border-right: 1px solid #121212;
}

.video_result_slider .media_tag_link {
  text-align: left;
  font-size: 12px;
}

.search_result_active .form-control {
  border-color: #0f00ff !important;
  color: #0f00ff !important;
  font-family: "Swift Neue LT Pro Bold";
}

.search_result_active .search_icon img {
  display: none;
}

.search_result_active .search_icon.search_icon_close img {
  display: block;
}

.input-group-addon {
  pointer-events: none;
}

.date_pik_close {
  display: none;
}

.cal_del_enable {
  pointer-events: all;
}

.cal_del_enable .input-group-addon {
  display: none;
}

.cal_del_enable .input-group-addon.date_pik_close {
  display: block;
}

.aggiorna_btn {
  width: 100px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #121212;
  border: 1px solid #121212;
  background: #fcfbf7;
}

.aggiorna_btn:hover {
  border: 1px solid #0f00ff;
  color: #0f00ff;
}

.aggiorna_btn:focus {
  border: 1px solid #121212;
}

@media screen and (max-width: 767px) {
  .aggiorna_btn {
    width: 50%;
    font-family: "Swift Neue LT Pro Bold";
  }
}

.cerca_wrapper .search_form_block .form-control {
  height: 48px;
}

.cerca_wrapper .search_form_block .form-control:focus {
  border: 1px solid #0f00ff !important;
}

.cerca_wrapper .search_form_block .form-control:focus::placeholder {
  color: #0f00ff !important;
}

.cerca_result_stripe {
  position: sticky;
  top: 0;
  width: 100%;
  left: 0;
  background: #f0f0e7;
  border-bottom: 1px solid #121212;
  padding: 15px 0;
  z-index: 123;
  display: none;
}

@media screen and (max-width: 767px) {
  .cerca_result_stripe {
    top: 65px;
  }
}

.cerca_result_stripe .stripe_search_block .cntrl_grp {
  position: relative;
  width: 50%;
}

@media screen and (max-width: 767px) {
  .cerca_result_stripe .stripe_search_block .cntrl_grp {
    width: 90%;
    margin: 0 auto;
  }
}

.cerca_result_stripe .stripe_search_block .cntrl_grp .form-control {
  height: 40px;
  border-radius: 25px;
  padding-right: 45px;
  border: 1px solid #0f00ff;
  color: #0f00ff;
  font-family: "Swift Neue LT Pro Bold";
}

.cerca_result_stripe .stripe_search_block .cntrl_grp .form-control::placeholder {
  color: #0f00ff;
  font-family: "Swift Neue LT Pro Bold";
}

.cerca_result_stripe .stripe_search_block .cntrl_grp .form-control:focus {
  box-shadow: none;
}

.cerca_result_stripe .stripe_search_block .cntrl_grp .search_icon {
  display: block;
  width: 22px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.cerca_result_stripe .rht_btn_grp {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .cerca_result_stripe .rht_btn_grp {
    display: none;
  }
}

.cerca_result_stripe .rht_btn_grp .search_btn {
  width: 90px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #121212;
  border: 1px solid #121212;
  background: #fcfbf7;
}

.cerca_result_stripe .rht_btn_grp .search_btn:hover {
  border: 1px solid #0f00ff;
  color: #0f00ff;
}

.search_active .cerca_result_stripe.cerca_result_stripe_active {
  display: block;
}

.round_awi_icon {
  display: block;
  width: 180px;
  height: 180px;
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 99;
  transition: all 3s ease-in-out;
}

@media screen and (max-width: 767px) {
  .round_awi_icon {
    bottom: 0;
    right: 0;
    width: 140px;
    height: 140px;
  }
}

.round_awi_icon.clockwise_active {
  transform: rotate(360deg);
}

.round_awi_icon.anti_clockwise_active {
  transform: rotate(180deg);
}

.mostre_listing_wrap_inner {
  width: 85%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .mostre_listing_wrap_inner {
    width: 100%;
  }
}

.mostre_listing_wrap_inner>.row {
  border-bottom: 1px solid #121212;
  padding-bottom: 48px;
  margin-bottom: 48px;
}

@media screen and (max-width: 767px) {
  .mostre_listing_wrap_inner>.row {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
}

.mostre_listing_wrap_inner>.row:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.mostre_listing_wrap_inner .each_cat_news_item {
  border-bottom: none;
  width: 80%;
}

@media screen and (max-width: 767px) {
  .mostre_listing_wrap_inner .each_cat_news_item {
    width: 100%;
    border-bottom: 1px solid #121212;
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
}

.top_links_flex>ul {
  display: flex;
  align-items: center;
  justify-content: stretch;
}

.top_links_flex>ul>li {
  position: relative;
  padding-right: 16px;
  margin-right: 16px;
}

@media screen and (max-width: 1540px) {
  .top_links_flex>ul>li {
    padding-right: 10px;
    margin-right: 10px;
  }
}

.top_links_flex>ul>li::before {
  content: "|";
  position: absolute;
  right: 0;
  top: -2px;
  color: #121212;
  font-size: 14px;
}

.top_links_flex>ul>li.drop_li::before {
  top: 3px;
}

.top_links_flex>ul>li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.top_links_flex>ul>li:last-child::before {
  content: "";
  display: none;
}

.top_links_flex>ul>li>a {
  display: block;
  font-size: 14px;
  font-family: "Swift Neue LT Pro Semibold";
}

@media screen and (max-width: 1540px) {
  .top_links_flex>ul>li>a {
    font-size: 14px;
  }
}

.top_links_flex>ul>li>a:hover {
  color: #0f00ff;
}

.lt_dark_title .top_links_flex>ul>li::before {
  color: #ffffff;
}

.lt_dark_title .top_links_flex>ul>li>a {
  color: #ffffff;
  font-size: 16px;
}

.lt_dark_title .top_links_flex>ul>li>a:hover {
  color: #6c87f8;
}

.lt_dark_title .top_links_flex>ul>li .link_dropdown_block .drop_link span {
  color: #ffffff;
}

.filter_top_links .side_links ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.filter_top_links .side_links ul li a {
  color: #ffffff;
  display: block;
  font-family: "Swift Neue LT Pro Semibold";
  font-size: 16px;
}

.filter_top_links .side_links ul li a:hover {
  color: #6c87f8;
}

.filter_top_links {
  padding-top: 73px;
}

.links_group_center .top_links_flex>ul {
  justify-content: center;
}

.media_sec {
  position: relative;
}

.media_sec span {
  display: block;
}

.podcast_pg_content_wrapper .main_audio_banner {
  padding: 120px 0 40px;
}

@media screen and (max-width: 992px) {
  .podcast_pg_content_wrapper .main_audio_banner {
    padding: 48px 0 0;
  }
}

.podcast_pg_content_wrapper .each_media_block .media_descrip p {
  text-align: center;
  margin-bottom: 8px;
}

.double_brdr_title {
  padding: 24px 0;
  border-top: 1px solid #121212;
  border-bottom: 1px solid #121212;
  margin-bottom: 65px;
}

.double_brdr_title h1 {
  display: block;
  text-align: center;
  color: #121212;
  font-size: 32px;
  font-family: "ITC Franklin Gothic Std DmCd";
}

.double_brdr_title h4 {
  display: block;
  text-align: center;
  color: #121212;
  font-size: 18px;
  font-family: "Swift Neue LT Pro Regular";
  margin-top: 8px;
}

.media_column_list_wrapper {
  padding-bottom: 115px;
}

.each_podcast_slide {
  position: relative;
}

.each_podcast_slide a {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}

.each_podcast_slide a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 186px;
  background: linear-gradient(0deg, #000000, transparent);
}

.each_podcast_slide a .media_icon {
  position: absolute;
  top: 15px;
  right: 15px;
}

.each_podcast_slide a .img_block span {
  display: block;
}

.each_podcast_slide a .media_data_block {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
}

.each_podcast_slide a .media_data_block .title_block h2 {
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 28px;
  font-family: "ITC Franklin Gothic Std DmCd";
  margin-bottom: 10px;
}

.each_podcast_slide a .media_data_block .top_tag_block li span {
  display: block;
  font-size: 10px;
  font-family: "Swift Neue LT Pro Semibold";
  text-align: center;
  color: #ffffff;
  opacity: 0.8;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.each_podcast_slide a .media_data_block .bottom_tag_block li span {
  display: block;
  font-size: 12px;
  font-family: "Swift Neue LT Pro Regular";
  color: #ffffff;
  text-align: center;
  opacity: 0.8;
}

.media_slider_inner {
  width: 95%;
  margin: 0 auto;
  position: relative;
}

.media_slider_inner .media_carousel {
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}

.media_slider_inner .owl-nav>button {
  position: absolute;
  top: 0;
  display: block;
}

@media screen and (max-width: 640px) {
  .media_slider_inner .owl-nav>button {
    transform: scale(0.7);
  }
}

.media_slider_inner .owl-nav>button.owl-prev {
  left: -50px;
}

@media screen and (max-width: 640px) {
  .media_slider_inner .owl-nav>button.owl-prev {
    left: -40px;
  }
}

.media_slider_inner .owl-nav>button.owl-next {
  right: -50px;
}

@media screen and (max-width: 640px) {
  .media_slider_inner .owl-nav>button.owl-next {
    right: -40px;
  }
}

.podcast_episodi_carousel .each_podcast_slide a::before {
  display: none;
}

.mobile_smad_block {
  display: none;
}

@media screen and (max-width: 767px) {
  .mobile_smad_block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    order: 3;
    width: 100%;
    margin: 16px 0 0 0;
  }

  .mobile_smad_block .sm_ad {
    width: 164px;
    height: 164px;
  }
}

@media screen and (max-width: 767px) and (max-width: 380px) {
  .mobile_smad_block .sm_ad {
    width: 130px;
    height: 130px;
  }
}

.news_sublinks {
  display: block;
  margin-bottom: 12px;
}

.news_sublinks.desktop_hide {
  display: none;
}

@media screen and (max-width: 767px) {
  .news_sublinks.desktop_hide {
    display: block;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .news_sublinks.mobile_hide {
    display: none;
  }
}

.news_sublinks.mob_title_sublinks {
  display: none;
}

@media screen and (max-width: 767px) {
  .news_sublinks.mob_title_sublinks {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .main_news_block {
    margin-top: 16px;
  }

  .main_news_block>.container {
    padding: 0;
  }

  .main_news_block>.container .news_box {
    border-left: none;
  }

  .main_news_block>.container .news_box .news_descrip {
    padding: 12px 24px;
  }

  .news_para p {
    font-size: 16px;
    line-height: 20px;
  }

  .subnews_block .news_sublinks {
    margin-bottom: 15px;
  }

  .titlo_box_wrap {
    padding: 24px;
    border-top: 2px solid #121212;
    border-bottom: 2px solid #121212;
  }

  .news_listing_title_wrapper .each_news_box .news_box {
    border-left: none;
  }

  .news_listing_title_wrapper .each_news_box .news_box .news_descrip {
    padding: 10px 0;
  }

  .news_listing_title_wrapper .each_news_box .news_box .news_descrip .news_para p {
    font-size: 14px;
    line-height: 18px;
  }

  .news_listing_title_wrapper .each_news_box .news_box .news_descrip .auth_link {
    font-size: 12px;
  }

  .ad_wrapper {
    margin: 24px 0;
  }

  .ad_wrapper img {
    border-top: 2px solid #121212;
    border-bottom: 2px solid #121212;
  }

  .ad_wrapper>.container {
    padding: 0;
  }

  .highlight_news_wrapper>.container {
    padding: 0;
  }

  .highlight_news_wrapper>.container .news_highlight_detail {
    padding: 0 24px;
  }

  .news_col:last-child .each_news_box .news_box {
    margin-bottom: 0 !important;
  }

  .main_title_wrapper.dark_theme {
    background: #2e2e2e;
  }

  .main_title_wrapper.dark_theme .main_title h5 {
    font-family: "Swift Neue LT Pro Regular";
    font-size: 16px;
    line-height: 20px;
  }

  .footer_wrapper.dark_footer .footer_nav_block_wrap .footer_nav_block:first-child {
    border-bottom: 1px solid #6a6a6a;
    padding-bottom: 50px;
    margin-bottom: 40px;
  }

  .light_footer .footer_nav_block_wrap .footer_nav_block:first-child {
    border-bottom: 1px solid #121212;
    padding-bottom: 50px;
    margin-bottom: 40px;
  }

  .submenu_section {
    padding-bottom: 0;
  }

  .submenu_section .submenu_block {
    width: 100%;
    white-space: nowrap;
    justify-content: stretch;
    overflow: hidden;
    overflow-x: auto;
  }

  .hide_on_mobile {
    display: none;
  }

  .hide_on_mobile.mostre_citta_stripe_active {
    display: none;
  }

  .half_on_mobile .col-12 {
    width: 50% !important;
    margin-bottom: 20px !important;
  }

  .half_on_mobile .col-12 .each_news_box {
    margin-bottom: 0 !important;
  }

  .half_on_mobile .news_sublinks:last-child ul {
    flex-direction: column;
  }

  .half_on_mobile .news_sublinks:last-child ul li {
    margin-bottom: 5px;
  }

  .half_on_mobile .news_sublinks:last-child ul li:last-child {
    margin-bottom: 0;
  }

  .half_on_mobile .news_sublinks:last-child ul li::before {
    display: none;
  }

  .half_on_mobile .news_sublinks:last-child ul li a {
    font-size: 12px;
  }

  .main_audio_banner .media_content_banner .news_sublinks ul {
    flex-wrap: wrap;
  }

  .main_audio_banner .media_content_banner .news_sublinks ul li {
    margin-bottom: 10px;
  }

  .main_audio_banner .media_content_banner .news_sublinks ul li:nth-child(2)::before {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .contatti_pg .main_title_content {
    padding: 45px 0;
  }

  .contatti_pg .main_title_content .hide_on_mobile {
    display: none;
  }

  .contatti_pg .main_title_content .main_title h5 {
    line-height: 24px;
  }

  .contatti_pg .map_block {
    width: 100%;
  }

  .contatti_pg .map_block iframe {
    height: 217px !important;
  }

  .contatti_pg .contact_detail_list {
    margin: 35px 0 0;
  }

  .contatti_pg .contact_detail_list .logo_block span {
    width: 360px;
  }

  .contatti_pg .contact_block_wrapper>.container>.contact_block_inner {
    padding-bottom: 0;
    border-bottom: none;
  }

  .contatti_pg .contact_banner_wrapper {
    margin-bottom: 35px;
  }

  .contatti_pg .contact_banner_wrapper>.container {
    padding: 0;
  }

  .contatti_pg .contact_banner_wrapper>.container .contact_banner_content>.row>.col-12:first-child {
    order: 2;
  }

  .contatti_pg .contact_banner_wrapper>.container .contact_banner_content>.row>.col-12:last-child {
    order: 1;
  }

  .contatti_pg .contact_banner_wrapper>.container .contact_banner_content .banner_data_block {
    width: 100%;
    padding: 0 24px;
  }

  .contatti_pg .contact_banner_wrapper>.container .contact_banner_content .banner_data_block h2 {
    font-size: 28px;
  }

  .contatti_pg .contact_banner_wrapper>.container .contact_banner_content .banner_data_block p {
    font-size: 18px;
    line-height: 24px;
  }

  .contatti_pg .contact_banner_wrapper>.container .contact_banner_content .img_block {
    padding: 0 24px;
    margin-bottom: 15px;
  }

  .contatti_pg .contact_banner_wrapper:last-child .contact_banner_content>.row>.col-12:first-child {
    order: 1;
  }

  .contatti_pg .contact_banner_wrapper:last-child .contact_banner_content>.row>.col-12:last-child {
    order: 2;
  }
}

@media screen and (max-width: 767px) {
  .abbonamenti_full_pg .main_title_content .main_title h5 {
    line-height: 24px;
  }

  .abbonamenti_full_pg .abbonamenti_banner_wrap {
    margin-bottom: 64px;
  }

  .abbonamenti_full_pg .abbonamento_box_wrapper>.container {
    padding: 0;
  }
}

@media screen and (min-width: 767px) {
  .abbonamenti_full_pg .desktop_hide {
    display: none;
  }

  .abbonamenti_full_pg .desktop_hide.mostre_citta_stripe_active {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .chisiamo_full_pg .contact_banner_wrapper {
    margin-bottom: 24px;
  }

  .chisiamo_full_pg .contact_banner_wrapper>.container {
    padding: 0;
  }

  .chisiamo_full_pg .contact_banner_wrapper>.container>.contact_banner_content .banner_data_block {
    width: 100%;
    padding: 24px 0 0;
  }

  .chisiamo_full_pg .contact_banner_wrapper>.container>.contact_banner_content .banner_data_block h2 {
    font-size: 28px;
  }

  .chisiamo_full_pg .contact_banner_wrapper>.container>.contact_banner_content .banner_data_block p {
    font-size: 18px;
  }

  .chisiamo_full_pg .contact_banner_wrapper>.container .contact_banner_content {
    padding: 0 24px 24px;
  }

  .chisiamo_full_pg .content_banner_2 {
    margin-bottom: 24px;
  }

  .chisiamo_full_pg .content_banner_2>.container .contact_banner_content>.row>.col-12:first-child {
    order: 2;
  }

  .chisiamo_full_pg .content_banner_2>.container .contact_banner_content>.row>.col-12:last-child {
    order: 1;
  }

  .chisiamo_full_pg .redazione_lists_wrapper {
    margin-bottom: 46px;
  }

  .chisiamo_full_pg .redazione_lists_wrapper>.container {
    padding: 0;
  }

  .chisiamo_full_pg .redazione_lists_wrapper>.container .section_title_block {
    padding: 0 24px;
  }

  .chisiamo_full_pg .redazione_lists_wrapper>.container .section_title_block.section_title_sub h1 {
    font-size: 42px;
  }

  .chisiamo_full_pg .redazione_lists_wrapper>.container .redazione_list_block {
    padding: 0 24px;
  }

  .chisiamo_full_pg .redazione_lists_wrapper>.container .redazione_list_block .row .col-6 {
    width: 100%;
  }

  .chisiamo_full_pg .redazione_lists_wrapper>.container .redazione_list_block .row .col-6 .each_redazion_list {
    margin-bottom: 21px;
  }

  .chisiamo_full_pg .redazione_lists_wrapper>.container .redazione_list_block .row .col-6 .each_redazion_list h2 {
    font-size: 20px;
  }

  .chisiamo_full_pg .redazione_lists_wrapper>.container .redazione_list_block .row .col-6:last-child .each_redazion_list {
    margin-bottom: 0;
  }

  .chisiamo_full_pg .corrispondenti_wrapper {
    margin-bottom: 46px;
  }

  .chisiamo_full_pg .corrispondenti_wrapper>.container {
    padding: 0;
  }

  .chisiamo_full_pg .corrispondenti_wrapper .section_title_block {
    padding: 0 24px;
  }

  .chisiamo_full_pg .corrispondenti_wrapper .section_title_block.section_title_sub h1 {
    font-size: 42px;
  }

  .chisiamo_full_pg .corrispondenti_wrapper .corrisponde_list_block {
    padding: 0 24px;
  }

  .chisiamo_full_pg .corrispondenti_wrapper .corrisponde_list_block .row .col-6 {
    width: 100%;
  }

  .chisiamo_full_pg .corrispondenti_wrapper .corrisponde_list_block .row .col-6 .each_corrisponde_list {
    margin-bottom: 21px;
  }

  .chisiamo_full_pg .corrispondenti_wrapper .corrisponde_list_block .row .col-6 .each_corrisponde_list h2 {
    font-size: 20px;
  }

  .chisiamo_full_pg .corrispondenti_wrapper .corrisponde_list_block .row .col-6:last-child .each_corrisponde_list {
    margin-bottom: 0;
  }

  .chisiamo_full_pg .organigramma_wrapper {
    margin-bottom: 46px;
  }

  .chisiamo_full_pg .organigramma_wrapper>.container {
    padding: 0;
  }

  .chisiamo_full_pg .organigramma_wrapper .section_title_block {
    padding: 0 24px;
  }

  .chisiamo_full_pg .organigramma_wrapper .section_title_block.section_title_sub h1 {
    font-size: 42px;
  }

  .chisiamo_full_pg .organigramma_wrapper .organigramma_list_block {
    padding: 0 24px;
  }

  .chisiamo_full_pg .organigramma_wrapper .organigramma_list_block .row .col-12 {
    width: 100%;
  }

  .chisiamo_full_pg .organigramma_wrapper .organigramma_list_block .row .col-12 .each_organigramma_list {
    margin-bottom: 21px;
  }

  .chisiamo_full_pg .organigramma_wrapper .organigramma_list_block .row .col-12 .each_organigramma_list h2 {
    font-size: 20px;
  }

  .chisiamo_full_pg .organigramma_wrapper .organigramma_list_block .row .col-12 .each_organigramma_list .img_block {
    margin-bottom: 24px;
  }

  .chisiamo_full_pg .organigramma_wrapper .organigramma_list_block .row .col-12 .each_organigramma_list .organigramma_content .title_block h2 {
    font-size: 24px;
  }

  .chisiamo_full_pg .organigramma_wrapper .organigramma_list_block .row .col-12 .each_organigramma_list .organigramma_content .title_block h4 {
    font-size: 16px;
  }

  .chisiamo_full_pg .organigramma_wrapper .organigramma_list_block .row .col-12:last-child .each_organigramma_list {
    margin-bottom: 0;
  }

  .chisiamo_full_pg .chisiamo_stripe .chisiamo_list {
    height: 100%;
  }

  .chisiamo_full_pg .chisiamo_stripe .chisiamo_list ul {
    display: flex;
    align-items: center;
    justify-content: stretch;
    white-space: nowrap;
    height: 100%;
    overflow: hidden;
    overflow-x: auto;
    position: relative;
  }

  .chisiamo_full_pg .chisiamo_stripe .chisiamo_list ul li {
    position: relative;
    padding-right: 15px;
    margin-right: 15px;
  }

  .chisiamo_full_pg .chisiamo_stripe .chisiamo_list ul li::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 10px;
    background: #bebcb8;
  }

  .chisiamo_full_pg .chisiamo_stripe .chisiamo_list ul li:first-child::before {
    display: none;
  }

  .chisiamo_full_pg .chisiamo_stripe .chisiamo_list ul li:last-child::before {
    display: none;
  }

  .chisiamo_full_pg .chisiamo_stripe .chisiamo_list ul li a {
    display: block;
    font-size: 14px;
    font-family: "Swift Neue LT Pro Semibold";
  }

  .chisiamo_full_pg .chisiamo_stripe .chisiamo_list ul li a.title_link {
    font-family: "ITC Franklin Gothic Std DmCd";
  }

  .chisiamo_full_pg .chisiamo_stripe .chisiamo_list ul li a:hover {
    color: #121212;
  }
}

@media screen and (min-width: 767px) {
  .chisiamo_full_pg .desktop_hide {
    display: none;
  }

  .chisiamo_full_pg .desktop_hide.mostre_citta_stripe_active {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .mega_menu_active .menu_block .menu_cntrl_block .menu_btn .nav_icon:hover {
    transform: none;
  }

  *:hover {
    color: #121212 !important;
  }

  * .dark_theme .content_wrapper *:hover {
    color: #ffffff !important;
  }

  * .dark_theme .each_news_box .news_box .news_descrip .title_block h1 a:hover {
    color: #ffffff !important;
  }

  * .dark_theme .each_sublist .sublist_data h3 {
    color: #ffffff !important;
  }

  * .dark_theme .each_sublist .sublist_data span {
    color: #ffffff !important;
  }

  .each_news_box:hover .news_box .news_descrip .title_block h1 a {
    color: #121212 !important;
  }

  a:hover {
    color: #121212 !important;
  }

  .home_page .header_wrapper>.ad_wrapper {
    border-top: none;
  }

  .home_page .menu_cntrl_block {
    padding-left: 24px;
  }

  .home_page .menu_cntrl_block .user_dropdown_block .user_drp_btn label {
    display: none;
  }

  @supports (-webkit-touch-callout: none) {
    .home_page .menu_cntrl_block .menu_btn label {
      position: relative;
      top: 3px;
    }
  }

  .home_page .menu_wrapper {
    padding-bottom: 0;
  }

  .home_page .menu_wrapper>.container {
    padding: 0;
  }

  .home_page .menu_block>.row>.col-5 {
    order: 1;
    padding-right: 0;
  }

  .home_page .menu_block>.row>.col-7 {
    order: 2;
    padding-left: 0;
  }

  .home_page .menu_block>.row>.col-7 .cerca_block {
    padding-right: 24px;
    justify-content: flex-end;
  }

  .home_page .menu_block>.row>.col-7 .cerca_block ul {
    justify-content: flex-end;
    width: 100%;
  }

  .home_page .menu_block>.row>.col-7 .cerca_block ul li::before {
    display: none;
  }

  .home_page .menu_block>.row>.col-7 .cerca_block ul li .search_btn label {
    display: none;
  }

  .home_page .menu_block>.row>.col-12 {
    order: 3;
  }

  .home_page .menu_block>.row>.col-12 .navigation_block .sticky_logo {
    display: none;
  }

  .home_page .menu_block>.row>.col-12 .navigation_block .nav_menus {
    border-top: 2px solid #121212;
    padding: 16px 0 0;
    margin-top: 16px;
    min-height: 45px;
  }

  .home_page .menu_block>.row>.col-12 .navigation_block .nav_menus ul {
    white-space: nowrap;
    width: 100%;
    padding-left: 24px;
    justify-content: stretch;
    overflow: hidden;
    overflow-x: auto;
  }

  @supports (-webkit-touch-callout: none) {
    .home_page .menu_block>.row>.col-12 .navigation_block .nav_menus ul {
      padding-bottom: 16px;
    }
  }

  .home_page .menu_block>.row>.col-12 .navigation_block .nav_menus ul li a {
    font-size: 16px;
  }

  .innerpage .menu_wrapper {
    border-top: none;
  }

  .innerpage .mobile_mn_logo {
    display: block;
    display: block;
    padding: 0 24px 16px;
    border-bottom: 2px solid #121212;
  }

  .innerpage .menu_cntrl_block {
    padding-left: 24px;
  }

  .innerpage .menu_cntrl_block .user_dropdown_block .user_drp_btn label {
    display: none;
  }

  @supports (-webkit-touch-callout: none) {
    .innerpage .menu_cntrl_block .menu_btn label {
      position: relative;
      top: 3px;
    }
  }

  .innerpage .menu_wrapper {
    padding-bottom: 0;
  }

  .innerpage .menu_wrapper>.container {
    padding: 0;
  }

  .innerpage .menu_block {
    padding: 16px 0;
  }

  .innerpage .menu_block>.row>.col-5 {
    order: 1;
    padding-right: 0;
  }

  .innerpage .menu_block>.row>.col-7 {
    order: 2;
    padding-left: 0;
  }

  .innerpage .menu_block>.row>.col-7 .cerca_block {
    padding-right: 24px;
    justify-content: flex-end;
  }

  .innerpage .menu_block>.row>.col-7 .cerca_block ul {
    justify-content: flex-end;
    width: 100%;
  }

  .innerpage .menu_block>.row>.col-7 .cerca_block ul li::before {
    display: none;
  }

  .innerpage .menu_block>.row>.col-7 .cerca_block ul li .search_btn label {
    display: none;
  }

  .innerpage .menu_block>.row>.col-7 .cerca_block ul li .ab_link {
    padding-left: 16px;
  }

  .innerpage .menu_block>.row>.col-12 {
    order: 3;
    display: none;
  }

  .innerpage .menuheader_fixed .menu_block {
    padding-bottom: 0 !important;
    padding-top: 0;
  }

  .mega_menu_wrapper {
    height: 90vh;
    overflow: hidden;
    overflow-y: auto;
  }

  .mega_menu_wrapper .mega_menu_block .mega_nav .mega_menu_items {
    border-right: none;
    border-bottom: 1px solid #121212;
  }

  .mega_menu_wrapper .mega_menu_block .mega_nav .mega_menu_items ul li a {
    text-align: center;
  }

  .mega_menu_wrapper .header_slider {
    border-left: none;
    padding-bottom: 70px;
  }

  .mega_menu_active {
    overflow: auto;
    overflow-y: auto;
    height: auto;
  }

  .menu_block .menu_cntrl_block .menu_btn:hover label {
    color: #121212;
  }

  .menu_block .menu_cntrl_block .menu_btn:hover .nav_icon span {
    background: #121212;
  }
}

@media screen and (max-width: 767px) {
  .stripe_desktop {
    display: none;
  }

  .stripe_desktop.mostre_citta_stripe_active {
    display: none;
  }
}

.mobile_stripe_wrapper {
  display: none;
}

.mobile_stripe_wrapper.mostre_citta_stripe_active {
  display: none;
}

@media screen and (max-width: 767px) {
  .mobile_stripe_wrapper {
    display: none;
  }

  .mobile_stripe_wrapper.mostre_citta_stripe_active {
    display: block;
  }
}

.mobile_stripe_wrapper.top_fixed_stripe.topfixed_stripe_wrapper_active {
  display: none;
}

.mobile_stripe_wrapper.news_detail_stripe.news_detail_stripe_active {
  display: none;
}

@media screen and (max-width: 767px) {
  .notizie_detail_pg .mobile_stripe_wrapper.news_detail_stripe.news_detail_stripe_active {
    display: block;
  }

  .notizie_detail_pg .hide_on_mobile.news_detail_stripe.news_detail_stripe_active {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .mobile_stripe_wrapper {
    padding: 12px 0;
    background: #f0f0e7;
    min-height: 48px;
    border-top: 1px solid #121212;
    height: auto;
  }

  .mobile_stripe_wrapper .hard_title {
    display: block;
  }

  .mobile_stripe_wrapper .hard_title a {
    display: block;
    font-family: "ITC Franklin Gothic Std DmCd";
    font-size: 18px;
    color: #121212;
  }

  .mobile_stripe_wrapper .side_links ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  .mobile_stripe_wrapper .side_links ul li a {
    display: block;
    color: #121212;
    opacity: 0.5;
    font-family: "Swift Neue LT Pro Bold";
    font-size: 16px;
  }

  .scroll_top i {
    width: 20px;
  }

  .scroll_top label {
    font-size: 18px;
  }

  .arrow_back {
    opacity: 1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
  }

  .arrow_back i {
    width: 16px;
    display: block;
    position: relative;
    top: 2px;
  }

  .arrow_back label {
    font-size: 16px;
    font-family: "ITC Franklin Gothic Std DmCd";
    margin-left: 8px;
  }

  .stripe_links_tog {
    display: flex;
    justify-content: stretch;
    align-items: center;
  }

  .stripe_links_tog i {
    display: block;
    width: 24px;
  }

  .stripe_links_tog i .list_ic {
    display: block;
  }

  .stripe_links_tog i .close_ic {
    display: none;
  }

  .stripe_links_tog label {
    display: block;
    color: #121212;
    font-family: "ITC Franklin Gothic Std DmCd";
    font-size: 16px;
    padding-left: 5px;
  }
}

@media screen and (max-width: 767px) and (max-width: 400px) {
  .stripe_links_tog label {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .content_sub_tog {
    padding: 16px 0;
    border-top: 1px solid #121212;
    margin-top: 12px;
    display: none;
  }

  .content_sub_tog ul {
    display: flex;
    justify-content: stretch;
    align-items: center;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
  }

  .content_sub_tog ul li {
    position: relative;
    padding-right: 16px;
    margin-right: 16px;
  }

  .content_sub_tog ul li::before {
    content: "|";
    position: absolute;
    right: 0;
    top: -2px;
    color: #121212;
    font-size: 14px;
  }

  .content_sub_tog ul li:last-child {
    padding-right: 0;
    margin-right: 0;
  }

  .content_sub_tog ul li:last-child::before {
    content: "";
    display: none;
  }

  .content_sub_tog ul li a {
    display: block;
    font-size: 14px;
    font-family: "Swift Neue LT Pro Bold";
  }

  .content_sub_tog ul li a.link_active {
    opacity: 0.5;
  }

  .content_sub_tog_active {
    padding-bottom: 0;
  }

  .content_sub_tog_active .content_sub_tog {
    display: block;
  }

  .content_sub_tog_active .stripe_links_tog i .list_ic {
    display: none;
  }

  .content_sub_tog_active .stripe_links_tog i .close_ic {
    display: block;
  }
}

.sezione_pg .news_category_mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  .sezione_pg .offwhite_main_section .ad_wrapper {
    padding: 0;
  }

  .sezione_pg .offwhite_main_section .ad_wrapper img {
    border-top: none;
  }

  .sezione_pg .offwhite_main_section .main_title_wrapper .main_title h5 {
    font-size: 18px;
    font-family: "Swift Neue LT Pro Italic";
    line-height: 24px;
    margin-bottom: 0;
  }

  .sezione_pg .inner_highlight_news_wrapper {
    margin-top: 0;
  }

  .sezione_pg .inner_highlight_news_wrapper .brdr_top_highlight {
    border-top: none;
  }

  .sezione_pg .news_highlight_detail .news_descrip {
    padding-bottom: 0;
  }

  .sezione_pg .news_highlight_detail .news_descrip .title_block {
    margin-top: 16px;
  }

  .sezione_pg .news_highlight_detail .news_descrip .news_para p {
    font-size: 16px;
    line-height: 20px;
  }

  .sezione_pg .news_highlight_detail .news_sublinks:last-child ul li a {
    font-size: 14px;
  }

  .sezione_pg .main_news_block .news_descrip {
    padding: 24px;
  }

  .sezione_pg .main_news_block .mob_title_sublinks {
    margin-bottom: 12px;
  }

  .sezione_pg .main_news_block .news_sublinks:last-child ul li a {
    font-size: 14px;
  }

  .sezione_pg .full_on_mobile.news_listing_title_wrapper>.container>.row>.col-12 {
    width: 100%;
  }

  .sezione_pg .full_on_mobile.news_listing_title_wrapper>.container>.row>.col-12 .col_4_newsbox .news_box .news_descrip .title_block h1 a {
    font-size: 28px !important;
    line-height: 28px;
  }

  .sezione_pg .full_on_mobile.news_listing_title_wrapper>.container>.row>.col-12 .col_4_newsbox .news_box .news_descrip .news_sublinks:last-child ul li a {
    font-size: 14px;
  }

  .sezione_pg .brdr_ad_wrapper.lg_space_ad {
    margin-top: 0;
  }

  .sezione_pg .brdr_ad_wrapper a {
    border: none;
    padding: 0;
  }

  .sezione_pg .main_title_wrapper .main_title h1 {
    font-size: 48px;
  }

  .sezione_pg .submenu_section {
    padding-bottom: 16px;
  }

  .sezione_pg .submenu_section.submenuheader_fixed {
    display: block;
    top: 126px;
    padding-bottom: 16px;
  }

  .sezione_pg .submenu_section.submenuheader_fixed .submenu_block .link_badge {
    margin-left: 16px;
  }

  .sezione_pg .news_category_mobile {
    display: block;
    padding: 25px 0;
  }

  .sezione_pg .news_category_mobile .news_cat_mobile_list .each_cat_news_item {
    margin-bottom: 25px;
  }

  .sezione_pg .news_category_mobile .news_cat_mobile_list .each_cat_news_item .news_title {
    margin-bottom: 10px;
  }

  .sezione_pg .news_category_mobile .news_cat_mobile_list .each_cat_news_item .auth_link {
    display: block;
    font-size: 14px;
    font-family: "Swift Neue LT Pro Semibold";
    color: #121212;
    opacity: 1;
  }

  .sezione_pg .news_category_mobile .news_cat_mobile_list .each_cat_news_item .auth_link.lt_auth_link {
    opacity: 0.5;
  }

  .sezione_pg .news_category_mobile .news_cat_mobile_list .row .col-12:last-child .each_cat_news_item {
    margin-bottom: 0;
  }
}

.sezione_pg .submenuheader_fixed .submenu_inner .sticky_lbl {
  display: block;
}

.sottosezione_pg .mobile_submenu_section {
  display: none;
}

@media screen and (max-width: 767px) {
  .sottosezione_pg .submenu_section {
    padding-bottom: 16px;
  }

  .sottosezione_pg .sp_tp_80 {
    margin: 0 !important;
  }

  .sottosezione_pg .sp_tp_80>.container>.subtitle_section {
    border-top: 1px solid #121212;
    padding-top: 24px;
  }

  .sottosezione_pg .hide_on_mobile.submenuheader_fixed {
    display: none;
  }

  .sottosezione_pg .mobile_submenu_section .content_mn_stripe label {
    display: block;
    color: #121212;
    font-size: 16px;
    font-family: "ITC Franklin Gothic Std DmCd";
  }
}

.sottosezione_pg .content_mn_stripe .link_badge {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #1104de;
  font-size: 11px;
  font-family: "ITC Franklin Gothic Std DmCd";
  line-height: 14px;
  transition: all 0.3s;
}

.sottosezione_pg .content_mn_stripe .link_badge i {
  display: block;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 14px;
  color: #ffffff;
  background: #1104de;
  font-size: 11px;
  font-family: "ITC Franklin Gothic Std DmCd";
  margin-right: 5px;
}

.sottosezione_pg .ltoffwhite_main_section .ad_wrapper {
  padding-bottom: 0;
}

.sottosezione_pg .ltoffwhite_main_section .main_title_wrapper {
  padding-top: 80px;
}

@media screen and (max-width: 767px) {
  .sottosezione_pg .ltoffwhite_main_section .main_title_wrapper {
    padding-top: 48px;
  }
}

.sezione_pg .offwhite_main_section .ad_wrapper {
  padding-bottom: 0;
}

.sezione_pg .offwhite_main_section .main_title_wrapper {
  padding-top: 80px;
}

@media screen and (max-width: 767px) {
  .sezione_pg .offwhite_main_section .main_title_wrapper {
    padding-top: 48px;
  }
}

@media screen and (max-width: 767px) {
  .news_sublinks ul {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .mostre_template_pg .offwhite_main_section .ad_wrapper {
    padding: 0;
  }

  .mostre_template_pg .offwhite_main_section .ad_wrapper img {
    border-top: none;
  }

  .mostre_template_pg .offwhite_main_section .top_sec_maintitle {
    padding-top: 48px;
    padding-bottom: 0;
  }

  .mostre_template_pg .offwhite_main_section .top_sec_maintitle.main_title_wrapper {
    border-bottom: none;
  }

  .mostre_template_pg .offwhite_main_section .top_sec_maintitle.main_title_wrapper .container {
    padding: 0;
  }

  .mostre_template_pg .offwhite_main_section .top_sec_maintitle.main_title_wrapper .main_title {
    padding-bottom: 25px;
    border-bottom: 1px solid #121212;
  }

  .mostre_template_pg .offwhite_main_section .top_sec_maintitle.main_title_wrapper .main_title h5 {
    font-size: 18px;
    font-family: "Swift Neue LT Pro Italic";
    line-height: 24px;
    padding: 0 24px;
  }

  .mostre_template_pg .offwhite_main_section .top_sec_maintitle .filter_block_area {
    background: #fcfbf7;
    padding: 36px 24px;
    margin: 0;
  }

  .mostre_template_pg .offwhite_main_section .top_sec_maintitle .filter_block_area>.row {
    position: relative;
  }

  .mostre_template_pg .offwhite_main_section .top_sec_maintitle .filter_block_area>.row>.col-xl-6 {
    order: 1;
  }

  .mostre_template_pg .offwhite_main_section .top_sec_maintitle .filter_block_area>.row>.col-xl-6 .each_dropdown_filter {
    margin-bottom: 16px;
  }

  .mostre_template_pg .offwhite_main_section .top_sec_maintitle .filter_block_area>.row>.col-xl-3 {
    order: 3;
  }

  .mostre_template_pg .offwhite_main_section .top_sec_maintitle .filter_block_area>.row>.col-xl-3:first-child {
    order: 2;
  }

  .mostre_template_pg .offwhite_main_section .top_sec_maintitle .filter_block_area>.row>.col-xl-3 .filter_sec_link {
    position: absolute;
    bottom: 0;
    right: 0;
    height: auto;
    margin-bottom: 15px;
    margin-right: 15px;
  }

  .mostre_template_pg .offwhite_main_section .top_sec_maintitle .filter_block_area>.row .filter_drop_block {
    margin-left: 10px;
  }

  .mostre_template_pg .offwhite_main_section .filter_per_tags_wrap {
    padding-top: 0;
    background: #fcfbf7;
    border-bottom: none;
    box-shadow: none;
  }

  .mostre_template_pg .offwhite_main_section .filter_per_tags_wrap .filter_per_tag_content {
    border-top: 1px solid #121212;
    padding-top: 24px;
  }

  .mostre_template_pg .block_title_wrapper {
    padding: 0 0 48px;
  }

  .mostre_template_pg .hi_title {
    font-size: 48px;
    line-height: 46px;
    text-align: center;
  }

  .mostre_template_pg .block_lists_wrapper {
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .mostre_template_pg .block_lists_wrapper>.container {
    padding: 0;
  }

  .mostre_template_pg .block_lists_wrapper .title_label {
    border-bottom: 2px solid #121212;
    padding: 24px 0;
    text-align: center;
    background: #f0f0e7;
  }

  .mostre_template_pg .block_lists_wrapper .title_label h2 {
    font-size: 28px;
  }

  .mostre_template_pg .block_lists_wrapper .mostre_listing_area {
    padding: 30px 24px;
  }

  .mostre_template_pg .block_lists_wrapper .mostre_listing_area>.row>.col-xl-6:last-child .each_cat_news_item {
    border-bottom: none;
  }

  .mostre_template_pg .single_content_sub {
    padding-bottom: 16px;
  }

  .mostre_template_pg .recensioni_offwhite.offwhite_main_section .top_sec_maintitle {
    border-bottom: 2px solid #121212;
    box-shadow: 0px 8px 12px rgba(18, 18, 18, 0.1490196078);
  }

  .mostre_template_pg .recensioni_offwhite.offwhite_main_section .top_sec_maintitle .filter_block_area.only_link {
    padding: 0;
    border-top: none;
    background: none;
  }

  .mostre_template_pg .recensioni_offwhite.offwhite_main_section .top_sec_maintitle.main_title_wrapper .main_title {
    border-bottom: none;
  }

  .mostre_template_pg .recensioni_offwhite.offwhite_main_section .top_sec_maintitle.main_title_wrapper .main_title h5 {
    margin-bottom: 0;
  }

  .mostre_template_pg .recensioni_offwhite.offwhite_main_section .filter_per_tags_wrap {
    padding-top: 48px;
  }

  .mostre_template_pg .recensioni_offwhite.offwhite_main_section .filter_per_tags_wrap .filter_per_tag_content {
    border-top: none;
    padding-top: 0;
  }

  .mostre_template_pg .mostre_recensioni_pg .news_listing_title_wrapper {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .mostre_template_pg .mostre_recensioni_pg .news_listing_title_wrapper .each_news_box .news_box {
    border-left: 2px solid #121212;
  }

  .mostre_template_pg .mostre_recensioni_pg .news_listing_title_wrapper .each_news_box .news_box .news_descrip {
    padding-left: 24px;
    padding-right: 24px;
  }

  .mostre_template_pg .mostre_recensioni_pg .news_listing_title_wrapper .each_news_box .news_box .news_descrip .title_block h1 a {
    font-size: 28px !important;
    line-height: 28px;
  }

  .mostre_template_pg .mostre_recensioni_pg .news_listing_title_wrapper .each_news_box .news_box .news_descrip .auth_link {
    font-size: 14px;
  }

  .mostre_template_pg .mostre_recensioni_pg .news_listing_title_wrapper .each_news_box .news_box .news_descrip .news_sublinks {
    margin-top: 8px;
  }

  .mostre_template_pg .mostre_recensioni_pg .news_listing_title_wrapper .each_news_box .news_box .news_descrip .news_sublinks:last-child ul li a {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .vederea_template_pg .offwhite_main_section .top_sec_maintitle .filter_block_area {
    background: #f0f0e7;
  }

  .vederea_template_pg .offwhite_main_section .top_sec_maintitle.main_title_wrapper .main_title {
    padding-bottom: 0;
    border-bottom: none;
  }
}

@media screen and (max-width: 767px) {
  .vederea_page_banner {
    padding: 48px 0;
    border-bottom: 1px solid #121212;
    box-shadow: 0px 8px 12px rgba(18, 18, 18, 0.1490196078);
  }

  .top_block {
    margin-bottom: 46px;
  }

  .mobile_banner_title {
    display: block;
    text-align: center;
    font-size: 42px;
    font-family: "ITC Franklin Gothic Std DmCd";
    margin-bottom: 12px;
  }

  .banner_para p {
    text-align: center;
    font-size: 18px;
    font-family: "Swift Neue LT Pro Italic";
    line-height: 24px;
  }

  .filter_block_mobile .each_dropdown_filter {
    margin-bottom: 16px;
  }

  .filter_block_mobile .filter_sec_link {
    height: auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 767px) {
  .vederea_full_block_news {
    margin: 48px 0;
  }

  .vederea_full_block_news>.container {
    padding: 0;
  }

  .vederea_citta_pg .title_with_subs .title_block h1 {
    display: block;
    text-align: center;
    font-size: 28px;
  }

  .vederea_citta_pg .title_with_subs .title_block h4 {
    display: block;
    text-align: center;
  }

  .vederea_citta_pg .download_block {
    flex-direction: column;
    padding: 0 24px;
  }

  .vederea_citta_pg .download_block .each_download_block {
    margin-right: 0;
    margin-bottom: 16px;
    width: 100%;
  }

  .vederea_citta_pg .highlight_news_block .news_descrip {
    padding: 12px 24px;
  }

  .vederea_citta_pg .highlight_news_block .news_descrip .title_block {
    margin-top: 16px;
  }

  .vederea_citta_pg .highlight_news_block .news_descrip .news_para p {
    font-size: 16px;
    line-height: 20px;
  }

  .vederea_citta_pg .highlight_news_block .news_descrip .news_sublinks:last-child ul li a {
    font-size: 14px;
  }

  .vederea_citta_pg .sub_vederea_content_wrap .listing_block .each_news_box {
    padding: 0 24px;
  }

  .vederea_citta_pg .sub_vederea_content_wrap .listing_block .each_news_box .news_box .news_descrip {
    padding: 12px 0;
  }

  .vederea_citta_pg .sub_vederea_content_wrap .listing_block .each_news_box .news_box .news_descrip .title_block {
    margin-top: 16px;
  }

  .vederea_citta_pg .sub_vederea_content_wrap .listing_block .each_news_box .news_box .news_descrip .title_block h1 a {
    font-size: 28px !important;
    line-height: 30px;
  }

  .vederea_citta_pg .sub_vederea_content_wrap .listing_block .each_news_box .news_box .news_descrip .news_para p {
    font-size: 14px;
    line-height: 18px;
  }

  .vederea_citta_pg .sub_vederea_content_wrap .listing_block .each_news_box .news_box .news_descrip .news_sublinks:last-child ul li a {
    font-size: 14px;
  }

  .vederea_citta_pg .sub_vederea_content_wrap .listing_block>.row>.news_col {
    margin-bottom: 0;
  }

  .vederea_citta_pg .sub_vederea_content_wrap .listing_block>.row>.news_col .each_news_box {
    margin-bottom: 24px;
  }

  .vederea_citta_pg .vederea_full_block_news .main_news_block .news_box {
    margin-bottom: 24px;
  }

  .vederea_citta_pg .vederea_full_block_news .main_news_block .news_box .news_descrip {
    padding: 16px 24px;
  }

  .vederea_citta_pg .vederea_full_block_news .main_news_block .news_box .news_descrip .title_block {
    margin-top: 16px;
  }

  .vederea_citta_pg .vederea_full_block_news .main_news_block .news_box .news_descrip .title_block h1 a {
    font-size: 32px !important;
    line-height: 32px;
    margin-bottom: 0;
  }

  .vederea_citta_pg .vederea_full_block_news .main_news_block .news_box .news_descrip .news_para p {
    font-size: 16px;
    line-height: 20px;
  }

  .vederea_citta_pg .vederea_full_block_news .main_news_block .news_box .news_descrip .news_sublinks:last-child ul li a {
    font-size: 14px;
  }

  .vederea_articoli_crono_pg .vederea_news_listing_wrapper {
    padding: 48px 0;
  }

  .vederea_articoli_crono_pg .each_box_withdownload.each_news_box .download_block {
    margin-top: 10px;
  }

  .vederea_articoli_crono_pg .listing_block .each_news_box {
    margin-bottom: 36px;
  }

  .vederea_articoli_crono_pg .listing_block>.row>.col-12 {
    margin-bottom: 0;
  }

  .vederea_articoli_crono_pg .each_news_box .news_box .news_descrip .title_block h1 a {
    font-size: 28px !important;
    line-height: 28px;
  }

  .vederea_articoli_crono_pg .news_para p {
    font-size: 14px;
    line-height: 18px;
  }

  .vederea_listing_main_title .download_block.vederea_list_download {
    margin-top: 34px;
  }

  .vederea_listing_pg .each_box_withdownload {
    margin-bottom: 0;
  }

  .vederea_listing_pg .each_box_withdownload .news_box .news_descrip .title_block {
    margin-top: 16px;
  }

  .vederea_listing_pg .each_box_withdownload .news_box .news_descrip .title_block h1 a {
    font-size: 28px !important;
    line-height: 28px;
    margin-bottom: 0;
  }

  .vederea_listing_pg .each_box_withdownload .news_box .news_descrip .news_para p {
    font-size: 14px;
    line-height: 18px;
  }

  .vederea_listing_pg .each_box_withdownload .news_box .news_descrip .news_sublinks:last-child ul li a {
    font-size: 14px;
  }
}

.vederea_template_pg .top_sec_maintitle .sub_filter_menus {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .vederea_pdf_pg .pdf_listing_wrapper {
    padding: 48px 0 0;
  }

  .vederea_pdf_pg .pdf_listing_block .col-6 {
    width: 100%;
  }

  .vederea_pdf_pg .pdf_listing_block .col-6 .each_pdf_block.sp_padding_down {
    border-right: none;
    padding-bottom: 40px;
  }

  .vederea_pdf_pg .pdf_listing_block .col-6 .each_pdf_block .img_block {
    margin-bottom: 24px;
  }

  .vederea_pdf_pg .pdf_listing_block .col-6 .each_pdf_block .title_block h2 {
    font-size: 24px;
  }

  .vederea_pdf_pg .pdf_listing_block .col-6:last-child .each_pdf_block.sp_padding_down {
    padding-bottom: 0;
  }
}

.notizie_in_pg .cal_news_carousel_inner .cal_news_slider {
  padding-left: 0;
}

@media screen and (max-width: 767px) {
  .notizie_in_pg .top_fixed_stripe.topfixed_stripe_wrapper_active {
    display: none;
  }

  .notizie_in_pg .top_fixed_stripe.notizie_mobile_stripe.topfixed_stripe_wrapper_active {
    display: block;
    top: 126px;
  }

  .notizie_in_pg .top_sec_maintitle {
    padding: 48px 0;
  }

  .notizie_in_pg .top_sec_maintitle.main_title_wrapper .main_title h5 {
    font-size: 18px;
    font-family: "Swift Neue LT Pro Italic";
    line-height: 24px;
    margin-bottom: 0;
  }

  .notizie_in_pg .top_sec_maintitle.main_title_wrapper .button_grp_title {
    margin: 21px 0 0;
    flex-direction: column;
  }

  .notizie_in_pg .top_sec_maintitle.main_title_wrapper .button_grp_title .each_option_title {
    margin-right: 0;
    margin-bottom: 22px;
  }

  .notizie_in_pg .top_sec_maintitle.main_title_wrapper .button_grp_title .each_option_title:last-child {
    margin-bottom: 0;
  }

  .notizie_in_pg .block_cal_news_wrapper {
    margin: 50px 0;
  }

  .notizie_in_pg .each_calender_block_news .calender_news_data .news_sublinks ul li a {
    font-size: 16px;
  }

  .notizie_in_pg .each_calender_block_news .calender_news_data .calender_news_description ol li p {
    font-size: 16px;
  }

  .notizie_in_pg .each_calender_block_news .calender_news_data .news_sublinks {
    margin-bottom: 0;
  }

  .notizie_in_pg .each_calender_block_news:last-child {
    margin-bottom: 0;
  }

  .notizie_in_pg .cal_news_listing_wrapper {
    margin: 45px 0;
  }

  .notizie_in_pg .calender_news_description {
    display: flex;
    flex-direction: column-reverse;
  }

  .notizie_in_pg .calender_news_description .news_sublinks {
    margin-top: 0;
  }

  .notizie_in_pg .calender_news_description ol {
    margin-top: 16px;
  }

  .notizie_in_pg .brdr_section_title_wrapper {
    background: #f0f0e7;
  }

  .notizie_in_pg .brdr_section_title_wrapper .title_grp_block .subsectitle_block {
    margin-bottom: 8px;
  }

  .notizie_in_pg .cal_news_carousel_wrapper .each_calender_block_news .calender_news_data .news_sublinks ul li a {
    font-size: 14px;
  }

  .notizie_in_pg .cal_data_title_wrapper>.container {
    padding: 0;
  }

  .notizie_in_pg .cal_news_listing_wrapper .listing_block {
    margin-bottom: 36px;
  }

  .notizie_in_pg .cal_news_listing_wrapper .listing_block .row>.col-12:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .notizie_detail_pg .news_detail_stripe {
    top: 126px;
  }

  .notizie_detail_pg .ad_wrapper {
    margin-top: 0;
    margin-bottom: 55px;
  }

  .notizie_detail_pg .ad_wrapper img {
    border-top: none;
  }

  .notizie_detail_pg .news_detail_wrapper {
    margin-bottom: 0;
  }

  .notizie_detail_pg .news_detail_wrapper>.container {
    padding: 0;
  }

  .notizie_detail_pg .news_detail_wrapper .title_block {
    margin-bottom: 15px;
  }

  .notizie_detail_pg .news_detail_wrapper .title_block h1 {
    text-align: center;
    font-size: 42px;
    width: 80%;
    margin: 0 auto;
  }

  .notizie_detail_pg .news_detail_wrapper .news_date_social_block {
    margin-bottom: 48px;
    padding: 0 24px;
  }

  .notizie_detail_pg .news_detail_wrapper .news_date_social_block .social_block_cap ul {
    margin-top: 0;
    justify-content: center;
  }

  .notizie_detail_pg .news_detail_wrapper .news_detail_sublinks_list {
    padding: 35px 24px;
    border-bottom: 2px solid #121212;
  }

  .notizie_detail_pg .news_detail_wrapper .news_detail_sublinks_list .subtitle_block {
    margin-bottom: 16px;
    display: none;
  }

  .notizie_detail_pg .news_detail_wrapper .news_detail_main_list_wrapper {
    padding: 0 24px;
  }

  .notizie_detail_pg .news_detail_wrapper .author_social_content_block {
    padding: 16px 24px 0;
    border-top: none;
    position: relative;
  }

  .notizie_detail_pg .news_detail_wrapper .author_social_content_block::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    height: 2px;
    background: #121212;
  }

  .notizie_detail_pg .news_detail_wrapper .author_social_content_block p {
    width: 50%;
  }

  .notizie_detail_pg .news_detail_wrapper .author_social_content_block .social_block_cap ul {
    justify-content: stretch;
  }

  .notizie_detail_pg .cal_news_carousel_wrapper {
    display: none;
  }

  .notizie_detail_pg .footer_wrapper.footer_innerpg {
    margin-top: 36px;
  }
}

.notizie_detail_pg .cal_news_carousel_inner .cal_news_slider {
  padding-left: 24px;
}

.notizie_detail_pg .cal_news_carousel_inner .cal_news_slider .each_calender_block_news {
  margin-bottom: 0;
}

.foglia_template_pg .foglia_banner_mob {
  display: none;
}

.foglia_template_pg .fixed_stripe_wrapper_active.hide_on_mobile {
  display: block;
}

.foglia_template_pg .mobile_fixed_stripe.fixed_stripe_wrapper_active {
  display: none;
}

@media screen and (max-width: 767px) {
  .foglia_template_pg .fixed_stripe_wrapper_active.hide_on_mobile {
    display: none;
  }

  .foglia_template_pg .mobile_fixed_stripe.fixed_stripe_wrapper_active {
    display: block;
  }

  .foglia_template_pg .foglia_banner_mob {
    overflow: hidden;
    display: block;
  }

  .foglia_template_pg .foglia_banner_mob .caption_block {
    padding: 16px 24px;
    border-bottom: 1px solid #121212;
    box-shadow: 0px 0px 16px rgba(18, 18, 18, 0.2);
    margin-bottom: 0;
  }

  .foglia_template_pg .foglia_banner_mob .caption_block p {
    text-align: left;
  }

  .foglia_template_pg .foglia_banner_mob .foglia_banner_content_block {
    padding: 36px 24px 0;
  }

  .foglia_template_pg .foglia_banner_mob .foglia_banner_content_block .tag_links {
    margin-bottom: 36px;
  }

  .foglia_template_pg .foglia_banner_mob .foglia_banner_content_block .tag_links ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }

  .foglia_template_pg .foglia_banner_mob .foglia_banner_content_block .tag_links ul li {
    margin-right: 8px;
    margin-bottom: 8px;
  }

  .foglia_template_pg .foglia_banner_mob .foglia_banner_content_block .tag_links ul li:last-child {
    margin-right: 0;
  }

  .foglia_template_pg .foglia_banner_mob .foglia_banner_content_block .tag_links ul li a {
    display: block;
    height: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 10px;
    font-family: "Swift Neue LT Pro Semibold";
    border: 1px solid #121212;
    padding: 0 6px;
    text-transform: uppercase;
  }

  .foglia_template_pg .foglia_banner_mob .foglia_banner_content_block .title_block {
    margin-bottom: 10px;
  }

  .foglia_template_pg .foglia_banner_mob .foglia_banner_content_block .title_block h1 {
    display: block;
    color: #121212;
    font-family: "ITC Franklin Gothic Std DmCd";
    font-size: 36px;
    line-height: 36px;
    text-align: center;
  }

  .foglia_template_pg .foglia_banner_mob .foglia_banner_content_block .content_para {
    margin-bottom: 12px;
  }

  .foglia_template_pg .foglia_banner_mob .foglia_banner_content_block .content_para p {
    font-size: 18px;
    line-height: 24px;
    font-family: "Swift Neue LT Pro Regular";
    text-align: center;
  }

  .foglia_template_pg .foglia_banner_mob .foglia_banner_content_block .banner_sub_links ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }

  .foglia_template_pg .foglia_banner_mob .foglia_banner_content_block .banner_sub_links ul li {
    position: relative;
    margin-right: 8px;
    padding-right: 8px;
    margin-bottom: 4px;
  }

  .foglia_template_pg .foglia_banner_mob .foglia_banner_content_block .banner_sub_links ul li::before {
    content: "|";
    position: absolute;
    top: 0;
    right: 0;
    color: #121212;
    font-size: 14px;
    font-family: "Swift Neue LT Pro Regular";
  }

  .foglia_template_pg .foglia_banner_mob .foglia_banner_content_block .banner_sub_links ul li:nth-child(2)::before {
    display: none;
  }

  .foglia_template_pg .foglia_banner_mob .foglia_banner_content_block .banner_sub_links ul li:last-child::before {
    display: none;
  }

  .foglia_template_pg .foglia_banner_mob .foglia_banner_content_block .banner_sub_links ul li a {
    font-size: 14px;
    font-family: "Swift Neue LT Pro Regular";
    color: #121212;
    display: block;
  }

  .foglia_template_pg .foglia_banner_mob .foglia_banner_content_block .news_sublinks {
    margin-top: 22px;
  }

  .foglia_template_pg .foglia_banner_mob .foglia_banner_content_block .news_sublinks ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }

  .foglia_template_pg .foglia_banner_mob .foglia_banner_content_block .news_sublinks ul li {
    position: relative;
    margin-right: 6px;
    padding-right: 6px;
    margin-bottom: 4px;
  }

  .foglia_template_pg .foglia_banner_mob .foglia_banner_content_block .news_sublinks ul li::before {
    content: "|";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    color: #121212;
    font-size: 14px;
    font-family: "Swift Neue LT Pro Regular";
  }

  .foglia_template_pg .foglia_banner_mob .foglia_banner_content_block .news_sublinks ul li:last-child::before {
    display: none;
  }

  .foglia_template_pg .foglia_banner_mob .foglia_banner_content_block .news_sublinks ul li a {
    font-size: 10px;
    font-family: "Swift Neue LT Pro Semibold";
    color: #121212;
    opacity: 0.5;
    display: block;
  }

  .foglia_template_pg .foglia_banner_mob .foglia_banner_content_block .social_block_cap {
    border-bottom: 1px solid #121212;
    padding-bottom: 36px;
  }

  .foglia_template_pg .main_content_wrapper {
    padding: 48px 0 0;
  }

  .foglia_template_pg .user_data .user_name_data h2 {
    font-size: 18px;
  }

  .foglia_template_pg .content_para {
    margin-bottom: 36px;
    padding-bottom: 36px;
    border-bottom: 1px solid #121212;
  }

  .foglia_template_pg .content_para.quotes_content_para {
    border-bottom: none;
    padding-bottom: 0;
  }

  .foglia_template_pg .content_para:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .foglia_template_pg .subsec_title h2 {
    font-size: 24px;
  }

  .foglia_template_pg .news_listsings .each_news_listing {
    flex-direction: row;
  }

  .foglia_template_pg .news_listsings .each_news_listing .img_block {
    margin-bottom: 0;
    margin-right: 14px;
  }

  .foglia_template_pg .news_listsings .each_news_listing .img_block a {
    display: block;
    width: 156px;
  }

  .foglia_template_pg .news_listsings .each_news_listing .sidesec_news_data h2 a {
    font-size: 18px;
    line-height: 18px;
  }

  .foglia_template_pg .content_section_wrapper {
    padding: 33px 0;
  }

  .foglia_template_pg .content_section_wrapper>.container {
    padding: 0;
  }

  .foglia_template_pg .content_section_wrapper>.container .caption_imgblock .caption_block {
    padding: 10px 24px;
    margin-bottom: 0;
  }

  .foglia_template_pg .content_section_wrapper>.container .caption_imgblock .caption_block p {
    text-align: left;
  }

  .foglia_template_pg .img_center_content .content_block {
    padding-top: 28px !important;
    padding-bottom: 0 !important;
  }

  .foglia_template_pg .full_img_carousel_wrapper>.container {
    padding: 0;
  }

  .foglia_template_pg .full_img_carousel_wrapper .full_img_carousel {
    margin-bottom: 34px;
  }

  .foglia_template_pg .full_sec_mob>.container {
    padding: 0;
  }

  .foglia_template_pg .full_sec_mob>.container .each_title_boximg {
    padding: 0;
  }

  .foglia_template_pg .playmedia_block .img_block.md_width {
    width: 100%;
  }

  .foglia_template_pg .playmedia_block .caption_block {
    margin-bottom: 0;
  }

  .foglia_template_pg .each_borderline_content:last-child {
    margin-bottom: 0;
  }

  .foglia_template_pg .each_borderline_content .brdr_left_content .content_para p {
    font-size: 16px;
  }

  .foglia_template_pg .no_brdr_btm_mob {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .foglia_template_pg .border_line_sublist {
    margin-top: 36px;
  }

  .foglia_template_pg .border_line_sublist .each_sublist {
    flex-direction: column;
  }

  .foglia_template_pg .border_line_sublist .each_sublist label {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .foglia_template_pg .twoside_content_wrapper {
    margin-bottom: 36px;
  }

  .foglia_template_pg .twoside_content_wrapper .each_side_content .img_block span {
    margin-bottom: 24px;
  }

  .foglia_template_pg .twoside_content_wrapper .each_side_content .content_para p {
    font-size: 16px;
  }

  .foglia_template_pg .fogila_mob_auth .author_social_content_block p {
    text-align: left !important;
    width: 50%;
  }

  .foglia_template_pg .fogila_mob_auth .author_social_content_block .social_block_cap ul {
    justify-content: stretch;
  }

  .foglia_template_pg .fogila_mob_news_listing .listing_block>.row>.col-xxl-3 {
    width: 50%;
  }

  .foglia_template_pg .fogila_mob_news_listing .listing_block>.row>.col-xxl-3 .each_news_box .news_sublinks:last-child ul {
    flex-direction: column;
  }

  .foglia_template_pg .fogila_mob_news_listing .listing_block>.row>.col-xxl-3 .each_news_box .news_sublinks:last-child ul li {
    margin-right: 0;
  }

  .foglia_template_pg .fogila_mob_news_listing .listing_block>.row>.col-xxl-3 .each_news_box .news_sublinks:last-child ul li::before {
    display: none;
  }

  .foglia_template_pg .footer_wrapper.footer_innerpg {
    margin-top: 46px;
  }
}

.foglia_template_pg .fogila_mob_news_listing .news_box .news_descrip {
  padding-bottom: 0;
}

.foglia_template_pg .fullsec_banner_content .main_banner_news_title h1 a {
  cursor: default;
}

.fixed_stripe_wrapper_active.hide_on_mobile {
  display: none;
}

.mobile_fixed_stripe {
  height: 60px;
}

.mobile_fixed_stripe .stripe_title h3 {
  font-size: 13px;
}

.mobile_fixed_stripe .btn_grp {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.mobile_fixed_stripe .btn_grp .scroll_top {
  width: 36px;
  height: 36px;
  display: block;
  border-radius: 100%;
  text-align: center;
  border: 1px solid #121212;
  margin-right: 16px;
}

.mobile_fixed_stripe .btn_grp .scroll_top i {
  width: 20px;
  display: block;
  margin: 0 auto;
}

.mobile_fixed_stripe .fixed_stripe_content {
  height: 60px;
}

@media screen and (max-width: 767px) {
  .articolo_mostre_template_pg .content_section_cat_news .auth_link {
    display: block;
    margin-bottom: 34px;
  }

  .articolo_mostre_template_pg .sidesec_news_content_wrapper {
    margin-top: 34px;
  }

  .articolo_mostre_template_pg .each_borderline_content:last-child .content_para {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

.longform_pg .articlo_longform_banner_mobile {
  display: none;
}

.longform_pg .fixed_stripe_wrapper_active.hide_on_mobile {
  display: block;
}

.longform_pg .mobile_fixed_stripe.fixed_stripe_wrapper_active {
  display: none;
}

@media screen and (max-width: 767px) {
  .longform_pg .fixed_stripe_wrapper_active.hide_on_mobile {
    display: none;
  }

  .longform_pg .mobile_fixed_stripe.fixed_stripe_wrapper_active {
    display: block;
  }

  .longform_pg .articlo_longform_banner_mobile {
    display: block;
    background: #121212;
    padding-top: 48px;
  }

  .longform_pg .articlo_longform_banner_mobile .fullsec_banner_content {
    padding: 0 24px;
  }

  .longform_pg .articlo_longform_banner_mobile .fullsec_banner_content .tag_links ul {
    justify-content: center;
  }

  .longform_pg .articlo_longform_banner_mobile .fullsec_banner_content .tag_links ul li {
    margin-right: 8px;
  }

  .longform_pg .articlo_longform_banner_mobile .fullsec_banner_content .tag_links ul li a {
    font-size: 10px;
  }

  .longform_pg .articlo_longform_banner_mobile .fullsec_banner_content .main_bannernews_content_area {
    margin: 36px 0;
  }

  .longform_pg .articlo_longform_banner_mobile .fullsec_banner_content .main_bannernews_content_area .main_banner_news_title h1 a {
    font-size: 36px;
    text-align: center;
  }

  .longform_pg .articlo_longform_banner_mobile .fullsec_banner_content .main_bannernews_content_area .banner_news_para p {
    text-align: center;
  }

  .longform_pg .articlo_longform_banner_mobile .fullsec_banner_content .main_bannernews_content_area .banner_sub_links ul {
    justify-content: center;
    flex-wrap: wrap;
  }

  .longform_pg .articlo_longform_banner_mobile .fullsec_banner_content .main_bannernews_content_area .banner_sub_links ul li {
    margin-bottom: 8px;
  }

  .longform_pg .articlo_longform_banner_mobile .fullsec_banner_content .main_bannernews_content_area .banner_sub_links ul li:nth-child(2)::before {
    display: none;
  }

  .longform_pg .articlo_longform_banner_mobile .fullsec_banner_content .main_bannernews_content_area .banner_sub_links ul li:last-child::before {
    display: none;
  }

  .longform_pg .articlo_longform_banner_mobile .fullsec_banner_content .main_bannernews_content_area .news_sublinks ul {
    justify-content: center;
    flex-wrap: wrap;
  }

  .longform_pg .articlo_longform_banner_mobile .long_form_bannerimage {
    position: relative;
  }

  .longform_pg .articlo_longform_banner_mobile .long_form_bannerimage::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: transparent linear-gradient(180deg, #1a1b1f 0%, rgba(26, 27, 31, 0) 100%) 0% 0% no-repeat padding-box;
    width: 100%;
    height: 60%;
  }

  .longform_pg .articlo_longform_banner_mobile .long_form_bannerimage span {
    display: block;
  }

  .longform_pg .articlo_longform_banner_mobile .caption_block {
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    padding: 16px 24px;
    margin-bottom: 0;
  }

  .longform_pg .articlo_longform_banner_mobile .caption_block p {
    text-align: left;
    opacity: 0.6;
  }

  .longform_pg .main_content_wrapper {
    padding: 48px 0 34px;
  }

  .longform_pg .main_content_wrapper .user_data {
    margin-bottom: 36px;
  }

  .longform_pg .main_content_wrapper .user_data .user_name_data h2 {
    font-size: 18px;
  }

  .longform_pg .main_content_wrapper .user_data .user_name_data span {
    opacity: 0.5;
  }

  .longform_pg .main_content_wrapper .content_para {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #bebcb8;
  }

  .longform_pg .main_content_wrapper .subsec_title h2 {
    font-size: 24px;
  }

  .longform_pg .main_content_wrapper .content_block .content_para {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 34px;
  }

  .longform_pg .main_content_wrapper .content_block .content_para:last-child {
    margin-bottom: 0;
  }

  .longform_pg .main_content_wrapper .content_block .content_para.quotes_content_para .plain_txt {
    opacity: 0.5;
  }

  .longform_pg .sidesec_news_listsing .news_listsings .each_news_listing {
    flex-direction: row;
  }

  .longform_pg .sidesec_news_listsing .news_listsings .each_news_listing .img_block {
    margin-bottom: 0;
    margin-right: 14px;
  }

  .longform_pg .sidesec_news_listsing .news_listsings .each_news_listing .img_block a {
    display: block;
    width: 156px;
  }

  .longform_pg .sidesec_news_listsing .news_listsings .each_news_listing .sidesec_news_data h2 a {
    font-size: 18px;
    line-height: 18px;
  }

  .longform_pg .subsec_title h2 {
    font-size: 24px;
  }

  .longform_pg .content_section_wrapper {
    padding: 33px 0;
  }

  .longform_pg .content_section_wrapper>.container {
    padding: 0;
  }

  .longform_pg .content_section_wrapper .caption_imgblock .caption_block {
    padding: 0 24px;
  }

  .longform_pg .content_section_wrapper .caption_imgblock .caption_block p {
    text-align: left;
  }

  .longform_pg .content_section_wrapper.img_center_content>.container>.row .content_block {
    padding: 34px 24px 0;
  }

  .longform_pg .full_img_carousel_wrapper .container {
    padding: 0;
  }

  .longform_pg .media_section_wrapper>.container .playmedia_block .img_block.md_width {
    width: 100%;
  }

  .longform_pg .media_section_wrapper .caption_center p {
    text-align: left;
  }

  .longform_pg .borderline_content_wrapper {
    padding: 34px 0;
  }

  .longform_pg .border_line_sublist {
    margin-top: 34px;
  }

  .longform_pg .border_line_sublist .each_sublist {
    flex-direction: column;
  }

  .longform_pg .border_line_sublist .each_sublist label {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .longform_pg .twoside_content_wrapper {
    margin-bottom: 36px;
  }

  .longform_pg .twoside_content_wrapper .each_side_content .img_block span {
    margin-bottom: 24px;
  }

  .longform_pg .twoside_content_wrapper .each_side_content .content_para p {
    font-size: 16px;
  }

  .longform_pg .author_social_content_block p {
    text-align: left !important;
    width: 50%;
  }

  .longform_pg .author_social_content_block .social_block_cap ul {
    justify-content: stretch;
  }

  .longform_pg .listing_block>.row>.col-xxl-3 {
    width: 50%;
  }

  .longform_pg .listing_block>.row>.col-xxl-3 .each_news_box .news_sublinks:last-child ul {
    flex-direction: column;
  }

  .longform_pg .listing_block>.row>.col-xxl-3 .each_news_box .news_sublinks:last-child ul li {
    margin-right: 0;
  }

  .longform_pg .listing_block>.row>.col-xxl-3 .each_news_box .news_sublinks:last-child ul li::before {
    display: none;
  }

  .longform_pg .footer_wrapper.footer_innerpg {
    margin-top: 6px;
  }

  .longform_pg .mobile_fixed_stripe .btn_grp .scroll_top {
    border-color: #ffffff;
  }
}

.dark_theme .longform_pg .sidesec_news_listsing .sm_title {
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .opinini_rubriche_full_pg .main_title_wrapper {
    padding: 48px 0;
  }

  .opinini_rubriche_full_pg .main_title_wrapper .main_title h1 {
    text-align: center;
    width: 50%;
    margin: 0 auto 8px;
  }

  .opinini_rubriche_full_pg .main_title_wrapper .main_title h5 {
    font-family: "Swift Neue LT Pro Italic";
    font-size: 18px;
    margin-bottom: 0;
  }

  .opinini_rubriche_full_pg .author_carousel_profile_wrapper {
    padding: 48px 0;
  }

  .opinini_rubriche_full_pg .author_carousel_profile_wrapper .auth_slider {
    padding-left: 24px;
  }

  .opinini_rubriche_full_pg .author_carousel_profile_wrapper .auth_slider .each_auth_profile {
    border-right: none;
  }

  .opinini_rubriche_full_pg .author_carousel_profile_wrapper .auth_slider .each_auth_profile .auth_detail h2 {
    font-size: 18px;
    line-height: 18px;
  }

  .opinini_rubriche_full_pg .listing_main_wrapper>.container {
    padding: 0;
  }

  .opinini_rubriche_full_pg .listing_main_wrapper>.container .section_title_block h1 {
    text-align: center;
    font-size: 42px;
  }

  .opinini_rubriche_full_pg .listing_main_wrapper>.container .listing_content_area {
    padding: 0 24px;
  }

  .opinini_rubriche_full_pg .listing_main_wrapper .article_author_box .article_auth_detail h2 {
    font-size: 18px;
    font-family: "ITC Franklin Gothic Std DmCd";
  }

  .opinini_rubriche_full_pg .listing_main_wrapper .each_news_box {
    margin-bottom: 22px;
  }

  .opinini_rubriche_full_pg .listing_main_wrapper .each_news_box .news_box .news_descrip {
    padding-bottom: 0;
  }

  .opinini_rubriche_full_pg .listing_main_wrapper .each_news_box .news_box .news_descrip .title_block h1 a {
    font-size: 28px !important;
    line-height: 28px;
  }

  .opinini_rubriche_full_pg .listing_main_wrapper .each_news_box .news_box .news_descrip .news_para p {
    font-size: 14px;
    line-height: 18px;
  }

  .opinini_rubriche_full_pg .listing_main_wrapper .each_rubriche_news .news_box>.row .col-xxl-6 {
    width: 50%;
  }

  .opinini_rubriche_full_pg .listing_main_wrapper .each_rubriche_news .news_box>.row .col-xxl-6 .subnews_md_title .news_sublinks {
    padding: 0;
  }

  .opinini_rubriche_full_pg .listing_main_wrapper .each_rubriche_news .news_box>.row .col-xxl-6 .subnews_md_title .title_block {
    padding-left: 0;
  }

  .opinini_rubriche_full_pg .listing_main_wrapper .each_rubriche_news .news_box>.row .col-xxl-6 .subnews_md_title .title_block h1 a {
    font-size: 18px;
    line-height: 18px;
  }

  .opinini_rubriche_full_pg .listing_main_wrapper .each_rubriche_news .news_box .news_detail_md {
    padding-left: 0;
    padding-right: 0;
  }

  .opinini_rubriche_full_pg .listing_main_wrapper .each_rubriche_news .news_box .news_para p {
    font-size: 14px;
    line-height: 18px;
  }
}

.news_detail_md .news_sublinks ul li a {
  text-transform: unset;
}

.news_descrip .news_sublinks:nth-child(even) ul li a {
  text-transform: unset;
  font-size: 14px;
  font-family: "Swift Neue LT Pro Regular";
}

.news_data .news_sublinks:last-child ul li a {
  text-transform: unset;
  font-size: 14px;
  font-family: "Swift Neue LT Pro Regular";
}

.each_news_box .news_descrip .news_sublinks:last-child ul li a {
  text-transform: unset;
  font-size: 14px;
  font-family: "Swift Neue LT Pro Regular";
}

.cal_news_slider .each_calender_block_news .calender_news_data .news_sublinks ul li a {
  text-transform: unset;
  font-family: "Swift Neue LT Pro Regular";
}

@media screen and (max-width: 767px) {
  .aste_calendario_full_pg .offwhite_main_section .ad_wrapper {
    padding: 0;
  }

  .aste_calendario_full_pg .offwhite_main_section .ad_wrapper img {
    border-top: none;
  }

  .aste_calendario_full_pg .offwhite_main_section .top_sec_maintitle {
    padding: 48px 0;
  }

  .aste_calendario_full_pg .offwhite_main_section .top_sec_maintitle>.container {
    padding: 0;
  }

  .aste_calendario_full_pg .offwhite_main_section .top_sec_maintitle .main_title {
    border-bottom: 2px solid #121212;
    padding-bottom: 45px;
  }

  .aste_calendario_full_pg .offwhite_main_section .top_sec_maintitle .main_title h5 {
    font-family: "Swift Neue LT Pro Italic";
    font-size: 18px;
    margin-bottom: 0;
    line-height: 24px;
  }

  .aste_calendario_full_pg .offwhite_main_section .main_title_wrapper {
    border-bottom: none;
    box-shadow: none !important;
    background: #fcfbf7;
  }

  .aste_calendario_full_pg .offwhite_main_section .filter_block_area {
    position: relative;
    margin-top: 0;
    padding: 36px 24px 0;
    margin-bottom: 0;
    background: #fcfbf7;
  }

  .aste_calendario_full_pg .offwhite_main_section .filter_block_area>.row>.col-xxl-6 {
    order: 1;
  }

  .aste_calendario_full_pg .offwhite_main_section .filter_block_area>.row>.col-xxl-6 .each_dropdown_filter {
    margin-bottom: 16px;
  }

  .aste_calendario_full_pg .offwhite_main_section .filter_block_area>.row>.col-xxl-3:first-child {
    order: 2;
  }

  .aste_calendario_full_pg .offwhite_main_section .filter_block_area>.row>.col-xxl-3:last-child {
    order: 3;
  }

  .aste_calendario_full_pg .offwhite_main_section .filter_block_area>.row>.col-xxl-3:last-child .filter_sec_links {
    position: absolute;
    bottom: 0;
    right: 0;
    height: auto;
    margin-bottom: 15px;
    margin-right: 25px;
  }

  .aste_calendario_full_pg .offwhite_main_section .filter_per_tags_wrap {
    padding: 0;
    border-bottom: none;
    box-shadow: none;
    background: #fcfbf7;
  }

  .aste_calendario_full_pg .offwhite_main_section .filter_per_tags_wrap .container {
    padding: 0 24px;
  }

  .aste_calendario_full_pg .offwhite_main_section .filter_per_tags_wrap .container .filter_per_tag_content {
    border-top: 1px solid #121212;
    padding: 24px 0 0;
  }

  .aste_calendario_full_pg .calendario_block_wrapper {
    border-bottom: 2px solid #121212;
  }

  .aste_calendario_full_pg .calendario_block_wrapper .block_title_wrapper {
    padding: 36px 0;
  }

  .aste_calendario_full_pg .calendario_block_wrapper .block_title_wrapper .hi_title {
    font-size: 48px;
    line-height: 46px;
    text-align: center;
  }

  .aste_calendario_full_pg .calendario_block_wrapper .block_lists_wrapper {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .aste_calendario_full_pg .calendario_block_wrapper .block_lists_wrapper>.container {
    padding: 0;
  }

  .aste_calendario_full_pg .calendario_block_wrapper .block_lists_wrapper>.container .title_label {
    padding: 24px;
    background: #f0f0e7;
    border-bottom: 2px solid #121212;
  }

  .aste_calendario_full_pg .calendario_block_wrapper .block_lists_wrapper>.container .title_label h2 {
    font-size: 28px;
    text-align: center;
  }

  .aste_calendario_full_pg .calendario_block_wrapper .block_lists_wrapper>.container .title_label span {
    display: block;
    text-align: center;
  }

  .aste_calendario_full_pg .calendario_block_wrapper .calendario_item_wrap {
    padding: 36px 24px 0;
  }

  .aste_calendario_full_pg .calendario_block_wrapper .calendario_item_wrap .each_calendario_item {
    margin-bottom: 24px;
    border-bottom: 1px solid #bebcb8;
    padding-bottom: 24px;
  }

  .aste_calendario_full_pg .calendario_block_wrapper .calendario_item_wrap>.row>.col-12:last-child .each_calendario_item {
    margin-bottom: 0;
    border-bottom: none;
  }

  .aste_calendario_full_pg .calendario_block_wrapper .block_lists_wrapper:last-child {
    border-bottom: none;
  }

  .aste_calendario_full_pg .calendario_block_wrapper .block_lists_wrapper:last-child .calendario_item_wrap>.row>.col-12:last-child .each_calendario_item {
    padding-bottom: 0;
  }

  .aste_calendario_full_pg .calendario_block_wrapper:last-child {
    border-bottom: none;
  }
}

@media screen and (max-width: 767px) {
  .aste_rilevazioni_full_pg .filter_block_area>.row>.col-xxl-4:nth-child(2) {
    order: 1;
  }

  .aste_rilevazioni_full_pg .filter_block_area>.row>.col-xxl-4:first-child {
    order: 2;
  }

  .aste_rilevazioni_full_pg .filter_block_area>.row>.col-xxl-4:first-child .cntrls_tog_block {
    margin: 16px 0;
    justify-content: center;
  }

  .aste_rilevazioni_full_pg .filter_block_area>.row>.col-xxl-4:last-child {
    order: 3;
  }

  .aste_rilevazioni_full_pg .filter_block_area>.row>.col-xxl-4:last-child .filter_sec_link {
    justify-content: center;
  }

  .aste_rilevazioni_full_pg .aste_rile_listing_wrapper {
    padding: 46px 0 0;
  }

  .aste_rilevazioni_full_pg .aste_rile_listing_wrapper .each_aste_box {
    margin-bottom: 33px;
  }

  .aste_rilevazioni_full_pg .aste_rile_listing_wrapper .each_aste_box .img_block {
    margin-bottom: 15px;
  }

  .aste_rilevazioni_full_pg .aste_rile_listing_wrapper .each_aste_box .aste_box_description .top_links ul li a {
    font-size: 12px;
  }

  .aste_rilevazioni_full_pg .aste_rile_listing_wrapper .each_aste_box .aste_box_description .title_block h2 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 8px;
  }

  .aste_rilevazioni_full_pg .aste_rile_listing_wrapper .each_aste_box .aste_box_description .title_block span {
    font-size: 18px;
  }

  .aste_rilevazioni_full_pg .aste_rile_listing_wrapper .each_aste_box .aste_box_description .aste_data_list p {
    font-size: 14px;
  }

  .aste_rilevazioni_full_pg .aste_rile_listing_wrapper>.row>.col-xxl-4:last-child .each_aste_box {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .owl-nav button {
    width: 24px;
    height: 24px;
    transform: scale(1) !important;
  }

  .owl-nav button img {
    display: none;
  }

  .owl-nav button::before {
    content: "";
    position: absolute;
    top: 0;
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
  }

  .owl-nav button.owl-prev {
    margin-left: 0 !important;
    left: -30px !important;
  }

  .owl-nav button.owl-prev::before {
    left: 0;
    background: url("../images/arrow_left.svg") no-repeat;
  }

  .owl-nav button.owl-next {
    margin-right: 0 !important;
    right: -30px !important;
  }

  .owl-nav button.owl-next::before {
    right: 0;
    background: url("../images/arrow_left.svg") no-repeat;
    transform: rotate(180deg);
  }

  .news_tiles_slide {
    border-left: 1px solid #121212;
  }

  .news_tiles_slide .news_box .news_descrip {
    padding: 12px 24px 0;
  }

  .author_carousel {
    padding-left: 24px;
  }

  .rubriche_listing_wrapper .filter_per_tags_wrap .filter_per_tag_content .filter_per_tag_carousel {
    width: 80%;
  }

  .rubriche_listing_wrapper .filter_per_tags_wrap .filter_per_tag_content .filter_per_tag_carousel .filter_tag_slider {
    padding-left: 16px !important;
  }
}

.auth_content_wrapper {
  margin: 128px 0;
}

@media screen and (max-width: 767px) {
  .auth_content_wrapper {
    margin: 48px 0;
  }
}

.auth_content_wrapper .auth_content_inner {
  width: 40%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .auth_content_wrapper .auth_content_inner {
    width: 100%;
  }
}

.auth_content_wrapper .auth_content_inner .title_block h1 {
  display: block;
  font-size: 48px;
  text-align: center;
  color: #121212;
  font-family: "ITC Franklin Gothic Std DmCd";
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .auth_content_wrapper .auth_content_inner .title_block h1 {
    font-size: 42px;
    text-align: center;
  }
}

.auth_content_wrapper .auth_content_inner .title_block h4 {
  display: block;
  font-size: 16px;
  text-align: center;
  color: #121212;
  font-family: "Swift Neue LT Pro Regular";
}

.auth_content_wrapper .auth_content_inner .title_block h4 a {
  color: #0f00ff;
  font-family: "Swift Neue LT Pro Semibold";
}

@media screen and (max-width: 767px) {
  .auth_content_wrapper .auth_content_inner .title_block h4 {
    text-align: center;
  }

  .auth_content_wrapper .auth_content_inner .title_block h4 a {
    text-align: center;
  }
}

.auth_content_wrapper .auth_content_inner .auth_form_block {
  width: 75%;
  margin: 64px auto 0;
}

@media screen and (max-width: 767px) {
  .auth_content_wrapper .auth_content_inner .auth_form_block {
    width: 100%;
    margin: 48px auto 0;
  }
}

.auth_content_wrapper .auth_content_inner .auth_form_block .form-group {
  margin-bottom: 36px;
}

.auth_content_wrapper .auth_content_inner .auth_form_block .form-group label {
  display: block;
  font-size: 12px;
  margin-bottom: 12px;
  color: #121212;
  font-family: "Swift Neue LT Pro Semibold";
}

.auth_content_wrapper .auth_content_inner .auth_form_block .form-group .form-control {
  border: 1px solid #bebcb8;
  border-radius: 8px;
  background: #ffffff;
  height: 48px;
  padding: 0 16px;
  color: #121212;
  font-family: "Swift Neue LT Pro Semibold";
}

.auth_content_wrapper .auth_content_inner .auth_form_block .form-group .form-control:focus {
  box-shadow: none;
  border: 1px solid #0f00ff;
}

.auth_content_wrapper .auth_content_inner .auth_form_block .form-group .frgt_pass_link {
  display: block;
  margin-top: 16px;
  color: #121212;
  font-family: "Swift Neue LT Pro Semibold";
  font-size: 16px;
}

.auth_content_wrapper .auth_content_inner .auth_form_block .form-group .frgt_pass_link:hover {
  color: #0f00ff;
}

.auth_content_wrapper .auth_content_inner .auth_form_block .form-group .info {
  display: block;
  color: #121212;
  font-size: 12px;
  font-family: "Swift Neue LT Pro Regular";
  margin-top: 16px;
}

.auth_content_wrapper .auth_content_inner .auth_form_block .submit_btn {
  width: 100%;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border: 1px solid #121212;
  color: #121212;
  font-family: "Swift Neue LT Pro Regular";
  font-size: 16px;
}

.auth_content_wrapper .auth_content_inner .auth_form_block .submit_btn:hover {
  border: 1px solid #0f00ff;
  color: #0f00ff;
}

.auth_content_wrapper .auth_content_inner .auth_form_block .cntrl_grp {
  position: relative;
}

.auth_content_wrapper .auth_content_inner .auth_form_block .show_pass_link {
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #0f00ff;
  font-family: "Swift Neue LT Pro Bold";
  font-size: 12px;
}

.auth_content_wrapper .auth_content_inner .ext_login {
  margin-top: 64px;
  padding-top: 16px;
  border-top: 1px solid #121212;
}

@media screen and (max-width: 767px) {
  .auth_content_wrapper .auth_content_inner .ext_login {
    margin-top: 48px;
  }
}

.auth_content_wrapper .auth_content_inner .ext_login h3 {
  display: block;
  font-size: 18px;
  margin-bottom: 36px;
  color: #121212;
  font-family: "ITC Franklin Gothic Std DmCd";
  text-align: center;
}

.auth_content_wrapper .auth_content_inner .ext_login .social_auth {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .auth_content_wrapper .auth_content_inner .ext_login .social_auth {
    flex-direction: column;
  }
}

.auth_content_wrapper .auth_content_inner .ext_login .social_auth li {
  margin-right: 16px;
}

@media screen and (max-width: 767px) {
  .auth_content_wrapper .auth_content_inner .ext_login .social_auth li {
    margin-right: 0;
    margin-bottom: 16px;
  }
}

.auth_content_wrapper .auth_content_inner .ext_login .social_auth li:last-child {
  margin-right: 0;
}

.auth_content_wrapper .auth_content_inner .ext_login .social_auth li .icon_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  line-height: 48px;
  text-align: center;
  padding: 0 16px;
  border: 2px solid #121212;
  cursor: pointer;
}

.auth_content_wrapper .auth_content_inner .ext_login .social_auth li .icon_btn i {
  cursor: pointer;
  margin-right: 5px;
}

.auth_content_wrapper .auth_content_inner .ext_login .social_auth li .icon_btn i .icon_black {
  display: block;
}

.auth_content_wrapper .auth_content_inner .ext_login .social_auth li .icon_btn i .icon_blue {
  display: none;
}

.auth_content_wrapper .auth_content_inner .ext_login .social_auth li .icon_btn label {
  color: #121212;
  font-family: "Swift Neue LT Pro Bold";
  font-size: 16px;
  cursor: pointer;
}

.auth_content_wrapper .auth_content_inner .ext_login .social_auth li .icon_btn:hover {
  border: 2px solid #0f00ff;
}

.auth_content_wrapper .auth_content_inner .ext_login .social_auth li .icon_btn:hover i .icon_black {
  display: none;
}

.auth_content_wrapper .auth_content_inner .ext_login .social_auth li .icon_btn:hover i .icon_blue {
  display: block;
}

.auth_content_wrapper .auth_content_inner .ext_login .social_auth li .icon_btn:hover label {
  color: #0f00ff;
}

.auth_content_wrapper .auth_content_inner .ext_login .reg_info_txt {
  margin-top: 36px;
}

.auth_content_wrapper .auth_content_inner .ext_login .reg_info_txt p {
  text-align: center;
  font-size: 12px;
  color: #121212;
  font-family: "Swift Neue LT Pro Regular";
  opacity: 0.5;
}

.auth_content_wrapper .auth_content_inner .ext_login .reg_info_txt p a {
  font-size: 12px;
  text-decoration: underline;
}

.auth_modal_block {
  padding: 48px;
  box-shadow: 0px 4px 12px rgba(18, 18, 18, 0.2);
  border-radius: 16px;
  background: #f0f0e7;
  min-width: 608px;
}

@media screen and (max-width: 767px) {
  .auth_modal_block {
    min-width: 100%;
    width: 100%;
    padding: 24px;
  }
}

.auth_modal_block h1 {
  display: block;
  text-align: center;
  font-size: 48px;
  color: #121212;
  font-family: "ITC Franklin Gothic Std DmCd";
  margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
  .auth_modal_block h1 {
    font-size: 28px;
    margin-bottom: 4px;
  }
}

.auth_modal_block p {
  text-align: center;
  color: #121212;
  opacity: 0.5;
  font-family: "Swift Neue LT Pro Regular";
  font-size: 18px;
  line-height: 24px;
}

@media screen and (max-width: 767px) {
  .auth_modal_block p {
    font-size: 16px;
    line-height: 20px;
  }
}

.auth_modal_block .form_block {
  margin-top: 36px;
}

.auth_modal_block .form_block .form-group {
  margin-bottom: 36px;
}

.auth_modal_block .form_block .form-group label {
  display: block;
  font-size: 12px;
  margin-bottom: 12px;
  color: #121212;
  font-family: "Swift Neue LT Pro Semibold";
}

.auth_modal_block .form_block .form-group .form-control {
  border: 1px solid #bebcb8;
  border-radius: 8px;
  background: #ffffff;
  height: 48px;
  padding: 0 16px;
  color: #121212;
  font-family: "Swift Neue LT Pro Semibold";
}

.auth_modal_block .form_block .form-group .form-control:focus {
  box-shadow: none;
  border: 1px solid #0f00ff;
}

.auth_modal_block .btn_grp {
  display: flex;
  justify-content: center;
  align-items: center;
}

.auth_modal_block .btn_grp .submit_btn {
  width: 120px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border: 1px solid #121212;
  color: #121212;
  font-family: "Swift Neue LT Pro Regular";
  font-size: 16px;
  margin-right: 16px;
  background: #ffffff;
}

.auth_modal_block .btn_grp .submit_btn:hover {
  border: 1px solid #0f00ff;
  color: #0f00ff;
}

.auth_modal_block .btn_grp .submit_btn .no_brdr {
  width: 120px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border: 1px solid transparent;
  color: #121212;
  font-family: "Swift Neue LT Pro Semibold";
  font-size: 16px;
}

.auth_pg .menuheader_fixed {
  position: relative;
}

.choose_listing h5 {
  display: block;
  font-size: 12px;
  clear: both;
  font-family: "Swift Neue LT Pro Bold";
  color: #121212;
  margin-bottom: 8px;
}

.choose_listing .each_chose_list {
  margin-bottom: 24px;
}

.choose_listing .each_chose_list p {
  font-size: 12px;
  color: #121212;
  font-family: "Swift Neue LT Pro Regular";
}

.choose_listing .each_chose_list .chose_cntrl_block {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.register_form .reg_info_txt {
  margin-top: 24px;
}

.register_form .reg_info_txt p a {
  text-decoration: underline;
}

.register_form .submit_btn {
  width: 100%;
  margin-top: 48px;
  display: block;
}

@media screen and (max-width: 767px) {
  .register_form .submit_btn {
    margin-top: 36px;
  }
}

.register_form .home_link {
  display: block;
  margin-top: 36px;
  text-align: center;
  color: #121212;
  font-family: "Swift Neue LT Pro Semibold";
  font-size: 16px;
}

.register_form .home_link:hover {
  color: #0f00ff;
}

.reg_p3 .title_block h4 {
  opacity: 0.5;
  font-size: 18px;
}

.prof_grey_section {
  width: 100%;
  background: #f0f0e7;
  padding: 76px 0 64px;
  box-shadow: 0px 8px 12px rgba(18, 18, 18, 0.1490196078);
  border-bottom: 1px solid #121212;
}

@media screen and (max-width: 767px) {
  .prof_grey_section {
    padding: 48px 0;
  }
}

@media screen and (max-width: 767px) {
  .user_mail_block {
    border-bottom: 1px solid #121212;
    padding-bottom: 24px;
  }
}

.user_mail_block h1 {
  display: block;
  text-align: center;
  color: #121212;
  font-size: 48px;
  font-family: "ITC Franklin Gothic Std DmCd";
  margin-bottom: 4px;
}

@media screen and (max-width: 767px) {
  .user_mail_block h1 {
    text-align: left;
  }
}

.user_mail_block span {
  display: block;
  text-align: center;
  font-size: 16px;
  opacity: 0.5;
  color: #121212;
  margin-bottom: 16px;
  font-family: "Swift Neue LT Pro Regular";
}

@media screen and (max-width: 767px) {
  .user_mail_block span {
    text-align: left;
  }
}

.user_mail_block a {
  display: block;
  text-align: center;
  font-size: 16px;
  font-family: "Swift Neue LT Pro Semibold";
  color: #0f00ff;
}

@media screen and (max-width: 767px) {
  .user_mail_block a {
    text-align: left;
  }
}

.user_sm_list {
  margin-top: 36px;
}

@media screen and (max-width: 767px) {
  .user_sm_list {
    margin-top: 24px;
  }
}

.user_sm_list p {
  font-size: 16px;
  color: #121212;
  font-family: "Swift Neue LT Pro Regular";
  text-align: center;
  margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
  .user_sm_list p {
    text-align: left;
  }
}

.user_sm_list p:last-child {
  margin-bottom: 0;
}

.user_sm_list p span {
  font-family: "Swift Neue LT Pro Bold";
}

.user_sm_list h5 {
  display: block;
  text-align: center;
  font-size: 16px;
  font-family: "Swift Neue LT Pro Semibold";
  color: #0f00ff;
}

@media screen and (max-width: 767px) {
  .user_sm_list h5 {
    text-align: left;
  }
}

.profile_premium_links_wrapper {
  padding: 80px 0;
}

.profile_premium_links_wrapper .logout_btn {
  margin-top: 80px;
  display: block;
  background: #121212;
  border: 1px solid #121212;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  font-family: "Swift Neue LT Pro Regular";
  margin: 80px auto 0;
  width: 30%;
  height: 48px;
  line-height: 48px;
  border-radius: 8px;
}

.profile_premium_links_wrapper .logout_btn:hover {
  background: transparent;
  border-color: #0f00ff;
  color: #0f00ff;
}

@media screen and (max-width: 767px) {
  .profile_premium_links_wrapper .logout_btn {
    margin: 48px auto 0;
    width: 90%;
  }
}

.profile_premium_links_wrapper .pre_links_block ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .profile_premium_links_wrapper .pre_links_block ul {
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
}

.profile_premium_links_wrapper .pre_links_block ul li {
  display: block;
  margin-right: 16px;
}

@media screen and (max-width: 767px) {
  .profile_premium_links_wrapper .pre_links_block ul li {
    margin-bottom: 16px;
    margin-right: 0;
  }
}

.profile_premium_links_wrapper .pre_links_block ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 4px 8px rgba(18, 18, 18, 0.1019607843);
  border: 1px solid #bebcb8;
  min-width: 156px;
  min-height: 148px;
  text-align: center;
}

.profile_premium_links_wrapper .pre_links_block ul li a h2 {
  display: block;
  color: #121212;
  text-align: center;
  font-size: 16px;
  font-family: "Swift Neue LT Pro Regular";
  line-height: 20px;
}

@media screen and (max-width: 767px) {
  .profile_premium_links_wrapper .pre_links_block ul li a h2 {
    color: #0f00ff;
  }
}

.profile_premium_links_wrapper .pre_links_block ul li a i {
  display: block;
  text-align: center;
  margin: 0 auto 20px;
  width: 40px;
}

.profile_premium_links_wrapper .pre_links_block ul li a:hover {
  border-color: #0f00ff;
}

.profile_premium_links_wrapper .pre_links_block ul li a:hover h2 {
  color: #0f00ff;
}

.user_detail_block {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .user_detail_block {
    margin-top: 48px;
  }
}

.user_detail_block .title_block {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .user_detail_block .title_block {
    margin-bottom: 48px;
  }
}

.user_detail_block .title_block h1 {
  display: block;
  text-align: center;
  color: #121212;
  font-size: 48px;
  font-family: "ITC Franklin Gothic Std DmCd";
}

@media screen and (max-width: 767px) {
  .user_detail_block .title_block h1 {
    font-size: 42px;
  }
}

.user_profile_wrapper {
  width: 35%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .user_profile_wrapper {
    width: 100%;
  }
}

.user_profile_data .img_block span {
  display: block;
  width: 156px;
  height: 156px;
  border-radius: 100%;
  overflow: hidden;
  border: 2px solid #ffffff;
  box-shadow: 0px 0px 8px rgba(18, 18, 18, 0.1490196078);
  margin: 0 auto 24px;
}

@media screen and (max-width: 767px) {
  .user_profile_data .user_details {
    margin-top: 48px;
  }
}

.user_profile_data .user_details .each_detail {
  margin-bottom: 46px;
}

@media screen and (max-width: 767px) {
  .user_profile_data .user_details .each_detail {
    margin-bottom: 24px;
  }
}

.user_profile_data .user_details .each_detail:last-child {
  margin-bottom: 0;
}

.user_profile_data .user_details .each_detail label {
  display: block;
  clear: both;
  font-family: "Swift Neue LT Pro Semibold";
  font-size: 12px;
}

.user_profile_data .user_details .each_detail span {
  display: block;
  clear: both;
  font-family: "Swift Neue LT Pro Regular";
  font-size: 18px;
  margin: 12px 0;
}

.user_profile_data .user_details .each_detail a {
  display: block;
  cursor: pointer;
  color: #0f00ff;
  font-size: 16px;
  font-family: "Swift Neue LT Pro Semibold";
}

.user_profile_data .user_details .each_detail .prof_password_display {
  background: transparent;
  border: none;
  padding: 0;
  margin: 12px 0;
  font-family: "Swift Neue LT Pro Regular";
  font-size: 18px;
  cursor: default;
}

.user_profile_data .user_details .each_detail .prof_password_display:focus {
  border: none;
  box-shadow: none;
  outline: none;
}

.user_profile_data .user_details .each_detail .prof_password_display:focus-visible {
  border: none;
  box-shadow: none;
  outline: none;
}

.user_profile_data>.row {
  align-items: center;
}

.user_profile_data .upload_block {
  cursor: pointer;
}

.user_profile_data .upload_block label {
  display: block;
  cursor: pointer;
  color: #0f00ff;
  font-size: 16px;
  font-family: "Swift Neue LT Pro Semibold";
  position: relative;
  text-align: center;
}

.user_profile_data .upload_block label .input_upload {
  cursor: pointer;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.user_fill_form {
  margin: 80px 0;
}

@media screen and (max-width: 767px) {
  .user_fill_form {
    margin: 48px 0;
  }
}

.user_fill_form .form-group {
  margin-bottom: 36px;
}

.user_fill_form .form-group label {
  display: block;
  font-size: 12px;
  margin-bottom: 12px;
  color: #121212;
  font-family: "Swift Neue LT Pro Semibold";
}

.user_fill_form .form-group .form-control {
  border: 1px solid #bebcb8;
  border-radius: 8px;
  background: #ffffff;
  height: 48px;
  padding: 0 16px;
  color: #121212;
  font-family: "Swift Neue LT Pro Semibold";
}

.user_fill_form .form-group .form-control:focus {
  box-shadow: none;
  border: 1px solid #0f00ff;
}

.user_fill_form>.row>.col-12:last-child .form-group {
  margin-bottom: 0;
}

.privacy_data_block {
  margin-bottom: 36px;
}

.privacy_data_block h4 {
  display: block;
  font-size: 12px;
  color: #121212;
  font-family: "Swift Neue LT Pro Semibold";
}

.privacy_data_block p {
  font-size: 12px;
  color: #121212;
  font-family: "Swift Neue LT Pro Regular";
}

.chose_lists_wrap {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .chose_lists_wrap {
    margin-bottom: 48px;
  }
}

.submit_btn_block {
  margin-bottom: 46px;
}

.submit_btn_block .submit_btn {
  width: 100%;
  display: block;
  height: 48px;
  line-height: 48px;
  border-radius: 8px;
  background: #121212;
  border: 1px solid #121212;
  color: #ffffff;
  font-family: "Swift Neue LT Pro Regular";
  font-size: 16px;
  margin-bottom: 36px;
}

@media screen and (max-width: 767px) {
  .submit_btn_block .submit_btn {
    margin-bottom: 24px;
  }
}

.submit_btn_block .submit_btn:hover {
  background: transparent;
  border-color: #0f00ff;
  color: #0f00ff;
}

.submit_btn_block p {
  text-align: center;
  font-size: 16px;
  font-family: "Swift Neue LT Pro Regular";
  color: #121212;
}

.submit_btn_block p a {
  color: #0f00ff;
  font-family: "Swift Neue LT Pro Semibold";
  font-size: 16px;
}

.user_detail_block .choose_listing .each_chose_list:last-child {
  margin-bottom: 0;
}

.user_detail_block .choose_listing .each_chose_list .chose_cntrl_block {
  justify-content: stretch;
}

.user_detail_block .choose_listing .each_chose_list .chose_cntrl_block .box_radio {
  margin-right: 24px;
}

.full_banner_title {
  border-top: 1px solid #121212;
  border-bottom: 1px solid #121212;
  padding: 32px 0;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .full_banner_title {
    margin-bottom: 40px;
  }
}

.full_banner_title .b_title h1 {
  display: block;
  text-align: center;
  font-size: 48px;
  color: #121212;
  font-family: "ITC Franklin Gothic Std DmCd";
}

@media screen and (max-width: 767px) {
  .full_banner_title .b_title h1 {
    font-size: 36px;
  }
}

.articoli_salvati_pg .footer_wrapper {
  margin-top: 0;
}

.each_pdf_list {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .each_pdf_list {
    margin-bottom: 36px;
  }
}

.each_pdf_list .img_block {
  margin-bottom: 36px;
}

@media screen and (max-width: 767px) {
  .each_pdf_list .img_block {
    margin-bottom: 16px;
  }
}

.each_pdf_list .img_block span {
  display: block;
  width: 70%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .each_pdf_list .img_block span {
    width: 100%;
  }
}

.each_pdf_list .img_block span img {
  border-radius: 6px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .each_pdf_list .img_block span img {
    border-radius: 4px;
  }
}

.each_pdf_list .pdf_content_block .title_block {
  margin-bottom: 8px;
}

.each_pdf_list .pdf_content_block .title_block h2 {
  display: block;
  font-size: 28px;
  color: #121212;
  font-family: "ITC Franklin Gothic Std DmCd";
  text-align: center;
}

@media screen and (max-width: 767px) {
  .each_pdf_list .pdf_content_block .title_block h2 {
    font-size: 20px;
    text-align: left;
  }
}

.each_pdf_list .pdf_content_block .content_descrip {
  width: 90%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .each_pdf_list .pdf_content_block .content_descrip {
    width: 100%;
  }
}

.each_pdf_list .pdf_content_block .content_descrip p {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .each_pdf_list .pdf_content_block .content_descrip p {
    text-align: left;
  }
}

.each_pdf_list .pdf_content_block .date_txt {
  display: block;
  padding: 8px 0 16px;
  color: #121212;
  opacity: 0.6;
  font-family: "Swift Neue LT Pro Regular";
  text-align: center;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .each_pdf_list .pdf_content_block .date_txt {
    text-align: left;
    font-size: 14px;
    padding: 8px 0 12px;
  }
}

.each_pdf_list .pdf_content_block .dnwload_btn {
  display: block;
  border: 1px solid #121212;
  text-align: center;
  width: 118px;
  height: 36px;
  line-height: 36px;
  color: #121212;
  font-family: "Swift Neue LT Pro Regular";
  font-size: 14px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .each_pdf_list .pdf_content_block .dnwload_btn {
    margin: 0;
  }
}

.each_pdf_list .pdf_content_block .dnwload_btn:hover {
  border-color: #0f00ff;
  color: #0f00ff;
}

.report_economic_pg .footer_wrapper.footer_innerpg {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .report_economic_pg .footer_wrapper.footer_innerpg {
    margin-top: 12px;
  }
}

.mnbanner_content_wrapper {
  border-bottom: 2px solid #121212;
  box-shadow: 0px 8px 12px rgba(18, 18, 18, 0.1490196078);
  overflow: hidden;
}

@media screen and (max-width: 992px) {
  .mnbanner_content_wrapper {
    background: #f0f0e7;
  }
}

.mnbanner_content_wrapper>.row {
  align-items: center;
}

@media screen and (max-width: 992px) {
  .mnbanner_content_wrapper>.row {
    flex-direction: column;
  }

  .mnbanner_content_wrapper>.row .col-lg-6 {
    width: 100%;
  }
}

.mnbanner_content_wrapper .img_block span {
  display: block;
  width: 100%;
  position: relative;
}

.mnbanner_content_wrapper .img_block span::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 35%;
  background: transparent linear-gradient(269deg, #f0f0e7 0%, rgba(240, 240, 231, 0) 100%) 0% 0% no-repeat padding-box;
}

@media screen and (max-width: 992px) {
  .mnbanner_content_wrapper .img_block span::before {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 35%;
    background: transparent linear-gradient(0, #f0f0e7 0%, rgba(240, 240, 231, 0) 100%) 0% 0% no-repeat padding-box;
  }
}

.mnbanner_content_wrapper .mnbanner_content_block {
  padding: 0 80px;
}

@media only screen and (min-device-width: 992px) and (max-device-width: 1024px) {
  .mnbanner_content_wrapper .mnbanner_content_block {
    padding: 0 24px;
  }
}

@media screen and (max-width: 992px) {
  .mnbanner_content_wrapper .mnbanner_content_block {
    padding: 0 24px;
    margin: 48px 0;
  }
}

@media screen and (max-width: 767px) {
  .mnbanner_content_wrapper .mnbanner_content_block {
    margin: 24px 0;
  }
}

.mnbanner_content_wrapper .mnbanner_content_block .title_block {
  margin-bottom: 25px;
}

.mnbanner_content_wrapper .mnbanner_content_block .title_block .icon_heading {
  display: flex;
  align-items: center;
  justify-content: stretch;
}

@media screen and (max-width: 992px) {
  .mnbanner_content_wrapper .mnbanner_content_block .title_block .icon_heading {
    flex-direction: column;
  }
}

.mnbanner_content_wrapper .mnbanner_content_block .title_block .icon_heading i {
  display: block;
  width: 48px;
  margin-right: 28px;
}

@media only screen and (min-device-width: 992px) and (max-device-width: 1024px) {
  .mnbanner_content_wrapper .mnbanner_content_block .title_block .icon_heading i {
    width: 24px;
    margin-right: 16px;
  }
}

.mnbanner_content_wrapper .mnbanner_content_block .title_block .icon_heading h1 {
  font-size: 80px;
  font-family: "ITC Franklin Gothic Std DmCd";
  text-transform: uppercase;
}

@media only screen and (min-device-width: 992px) and (max-device-width: 1024px) {
  .mnbanner_content_wrapper .mnbanner_content_block .title_block .icon_heading h1 {
    font-size: 36px;
  }
}

@media screen and (max-width: 992px) {
  .mnbanner_content_wrapper .mnbanner_content_block .title_block .icon_heading h1 {
    font-size: 42px;
  }
}

.mnbanner_content_wrapper .mnbanner_content_block .content_block p {
  font-size: 16px;
  line-height: 20px;
  font-family: "Swift Neue LT Pro Regular";
}

.cerca_in_wrapper {
  padding: 80px 0;
  border-bottom: 2px solid #121212;
}

@media screen and (max-width: 992px) {
  .cerca_in_wrapper {
    padding: 48px 0;
  }
}

.cerca_in_wrapper .cerca_in_filter_block {
  width: 50%;
  margin: 0 auto;
}

@media screen and (max-width: 992px) {
  .cerca_in_wrapper .cerca_in_filter_block {
    width: 100%;
  }
}

.cerca_in_wrapper .cerca_in_filter_block h4 {
  display: block;
  font-size: 14px;
  font-family: "Swift Neue LT Pro Semibold";
  text-transform: uppercase;
  text-align: center;
}

.cerca_in_wrapper .cerca_in_filter_block .cerca_in_links {
  margin-top: 24px;
}

.cerca_in_wrapper .cerca_in_filter_block .cerca_in_links ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cerca_in_wrapper .cerca_in_filter_block .cerca_in_links ul li {
  display: block;
  margin-right: 12px;
}

.cerca_in_wrapper .cerca_in_filter_block .cerca_in_links ul li:last-child {
  margin-right: 12px;
}

.cerca_in_wrapper .cerca_in_filter_block .cerca_in_links ul li a {
  display: block;
  color: #121212;
  font-size: 18px;
  font-family: "Swift Neue LT Pro Semibold";
  text-decoration: underline;
}

.cerca_in_wrapper .cerca_in_filter_block .cerca_in_links ul li a:hover {
  color: #0f00ff;
}

.cerca_in_wrapper .cerca_in_filter_block .cerca_in_links ul li a.link_active {
  opacity: 0.3;
}

.cerca_in_wrapper .cerca_in_filter_block .cerca_in_links ul li a.link_active:hover {
  color: #121212;
  opacity: 0.3 !important;
}

.cerca_in_wrapper .cerca_in_filter_block .date_filter_block {
  margin: 24px 0 52px;
}

.cerca_in_wrapper .cerca_in_filter_block .date_filter_block .calander_flex {
  justify-content: center;
}

.cerca_in_wrapper .cerca_in_filter_block .date_filter_block .calander_flex .range_picker .calender_rel label {
  font-size: 16px;
}

.cerca_in_wrapper .cerca_in_filter_block .date_filter_block .calander_flex .range_picker .calender_rel .date_r_pick {
  font-size: 16px;
}

.filter_range_picker {
  position: relative;
}

.filter_inputs_block {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .filter_inputs_block {
    flex-direction: column;
  }
}

.filter_inputs_block .each_dropdown_filter {
  width: 380px;
}

@media screen and (max-width: 767px) {
  .filter_inputs_block .each_dropdown_filter {
    width: 100%;
  }
}

.filter_inputs_block .search_input_wrap {
  width: 380px;
}

@media screen and (max-width: 767px) {
  .filter_inputs_block .search_input_wrap {
    width: 100%;
  }
}

.search_input_wrap .search_cntrl_grp {
  position: relative;
}

.search_input_wrap .search_cntrl_grp .srch_cntrl_btn {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin-right: 10px;
}

.search_input_wrap .search_cntrl_grp .srch_cntrl_btn i img.search_default {
  display: block;
}

.search_input_wrap .search_cntrl_grp .srch_cntrl_btn i img.search_blue {
  display: none;
}

.search_input_wrap .form-control {
  box-shadow: 0px 4px 8px rgba(18, 18, 18, 0.1019607843);
  border: 1px solid #121212;
  border-radius: 24px;
  background: #ffffff;
  padding-right: 35px;
  height: 48px;
  font-size: 16px;
  font-family: "Swift Neue LT Pro Bold";
  color: #121212;
}

.search_input_wrap .form-control::placeholder {
  font-size: 16px;
  font-family: "Swift Neue LT Pro Bold";
  color: #121212;
}

.option_txt {
  margin: 0 16px;
  opacity: 0.5;
  display: block;
  font-family: "Swift Neue LT Pro Regular";
}

@media screen and (max-width: 767px) {
  .option_txt {
    margin: 16px 0;
  }
}

.archive_list_block {
  width: 50%;
  margin: 0 auto;
  padding: 80px 0;
}

@media screen and (max-width: 992px) {
  .archive_list_block {
    width: 100%;
    padding: 48px 0;
  }
}

.each_archive_list {
  margin-bottom: 48px;
}

.each_archive_list:last-child {
  margin-bottom: 0;
}

.each_archive_list .title_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  border-bottom: 1px solid #121212;
  padding-bottom: 15px;
}

.each_archive_list .title_block h1 {
  display: block;
  font-size: 36px;
  font-family: "ITC Franklin Gothic Std DmCd";
}

.each_archive_list .title_block .archive_tog_btn {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  background: none;
  box-shadow: none;
}

.each_archive_list .title_block .archive_tog_btn img.tog_minus {
  display: none;
}

.each_archive_list .title_block .archive_tog_btn img.tog_plus {
  display: block;
}

.each_archive_list .each_archive_content_listing {
  display: none;
}

.each_archive_list .each_archive_content_listing ul {
  margin-top: 16px;
}

.each_archive_list .each_archive_content_listing ul li {
  display: block;
  border-bottom: 1px solid #b5b5b2;
  padding-bottom: 12px;
  margin-bottom: 12px;
  position: relative;
}

.each_archive_list .each_archive_content_listing ul li a {
  display: block;
}

.each_archive_list .each_archive_content_listing ul li a .archivelist_data {
  display: flex;
  align-items: center;
  justify-content: stretch;
}

.each_archive_list .each_archive_content_listing ul li a .archivelist_data .img_block {
  margin-right: 24px;
}

.each_archive_list .each_archive_content_listing ul li a .archivelist_data .img_block span {
  display: block;
  width: 116px;
  height: 84px;
  border: 1px solid #b5b5b2;
  border-radius: 4px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .each_archive_list .each_archive_content_listing ul li a .archivelist_data .img_block span {
    width: 71px;
    height: 51px;
  }
}

.each_archive_list .each_archive_content_listing ul li a .archivelist_data .list_archive_content h2 {
  display: block;
  clear: both;
  font-size: 24px;
  font-family: "Swift Neue LT Pro Bold";
  margin-bottom: 8px;
  color: #121212;
}

@media screen and (max-width: 767px) {
  .each_archive_list .each_archive_content_listing ul li a .archivelist_data .list_archive_content h2 {
    font-size: 16px;
  }
}

.each_archive_list .each_archive_content_listing ul li a .archivelist_data .list_archive_content h4 {
  display: block;
  clear: both;
  font-size: 18px;
  font-family: "Swift Neue LT Pro Regular";
  margin-bottom: 18px;
  color: #121212;
  opacity: 0.5;
}

@media screen and (max-width: 767px) {
  .each_archive_list .each_archive_content_listing ul li a .archivelist_data .list_archive_content h4 {
    font-size: 16px;
  }
}

.each_archive_list .each_archive_content_listing ul li a .forward_arrow {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 24px;
}

.each_archive_list .each_archive_content_listing ul li a .forward_arrow img.arrow_f_black {
  display: block;
}

.each_archive_list .each_archive_content_listing ul li a .forward_arrow img.arrow_f_blue {
  display: none;
}

.each_archive_list .each_archive_content_listing ul li a:hover .archivelist_data .img_block span {
  border-color: #0f00ff;
}

.each_archive_list .each_archive_content_listing ul li a:hover .archivelist_data .list_archive_content h2 {
  color: #0f00ff;
}

.each_archive_list .each_archive_content_listing ul li a:hover .forward_arrow img.arrow_f_black {
  display: none;
}

.each_archive_list .each_archive_content_listing ul li a:hover .forward_arrow img.arrow_f_blue {
  display: block;
}

.each_archive_list.each_archive_list_active .title_block .archive_tog_btn img.tog_minus {
  display: block;
}

.each_archive_list.each_archive_list_active .title_block .archive_tog_btn img.tog_plus {
  display: none;
}

.each_archive_list.each_archive_list_active .each_archive_content_listing {
  display: block;
}

.archivo_storico_pg .h_title_mn {
  border-bottom: 2px solid #121212;
  padding-bottom: 56px;
}

.archivo_storico_pg .cerca_in_wrapper {
  padding-top: 0;
  border-bottom: none;
}

.archivo_storico_pg .cerca_in_wrapper .cerca_in_filter_block .date_filter_block {
  margin-bottom: 0;
}

.archivo_storico_pg .each_pdf_block .img_block {
  width: 60%;
  margin: 0 auto 35px;
}

.archivo_storico_pg .each_pdf_block .img_block span {
  border: 1px solid #bebcb8;
  border-radius: 4px;
  box-shadow: 0px 4px 8px rgba(18, 18, 18, 0.1019607843);
  overflow: hidden;
}

.archivo_storico_pg .each_pdf_block .pdf_block_inner {
  width: 100%;
}

.archivo_storico_pg .each_pdf_block:hover .img_block span {
  opacity: 1;
}

.archivo_storico_pg .each_pdf_block:hover .title_block h2 {
  color: #121212;
}

.archivo_storico_pg .title_stripe_icon_mn label {
  margin-left: 0;
}

@media screen and (max-width: 992px) {
  .archivo_storico_pg .h_title_mn {
    padding-bottom: 36px;
  }

  .archivo_storico_pg .main_title_content {
    padding-bottom: 48px;
  }

  .archivo_storico_pg .pdf_listing_block>.row>.col-md-3 {
    width: 50%;
  }

  .archivo_storico_pg .pdf_listing_block>.row>.col-md-3 .each_pdf_block .title_block h2 {
    font-size: 18px;
  }

  .archivo_storico_pg .pdf_listing_block>.row>.col-md-3 .each_pdf_block .title_block h4 {
    margin-bottom: 12px;
    font-size: 16px;
  }

  .archivo_storico_pg .pdf_listing_block>.row>.col-md-3 .each_pdf_block.sp_padding_down {
    border-right: none;
  }

  .archivo_storico_pg .pdf_listing_block>.row>.col-md-3 .each_pdf_block .img_block {
    width: 100%;
    margin-bottom: 16px;
  }

  .archivo_storico_pg .footer_wrapper.footer_innerpg {
    margin-top: 0;
  }

  .archivo_storico_pg .each_pdf_block.sp_padding_down {
    padding-bottom: 40px;
  }

  .archivo_storico_pg .range_picker {
    margin-bottom: 0;
  }
}

.pdf_carousel_block {
  width: 50%;
  margin: 0 auto;
  padding-top: 80px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .pdf_carousel_block {
    width: 80%;
  }
}

.pdf_carousel_block .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) !important;
}

@media screen and (max-width: 767px) {
  .pdf_carousel_block .owl-nav button {
    margin-top: -40px;
    width: 42px;
    height: 42px;
  }
}

.pdf_carousel_block .owl-nav button.owl-prev {
  left: 0;
}

.pdf_carousel_block .owl-nav button.owl-next {
  right: 0;
}

.pdf_carousel_block .owl-nav button.owl-next img {
  transform: rotate(180deg);
}

.pdf_carousel_block .owl-nav button.disabled {
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .pdf_carousel_block .owl-nav button img {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .pdf_carousel_block .owl-nav button::before {
    display: none;
  }
}

.each_pdf_item .img_block span {
  display: block;
  border: 1px solid #bebcb8;
  border-radius: 4px;
  box-shadow: 0px 4px 8px rgba(18, 18, 18, 0.1019607843);
  overflow: hidden;
  margin: 0 auto;
  width: 228px;
}

@media screen and (max-width: 767px) {
  .each_pdf_item .img_block span {
    width: 156px;
  }
}

.each_pdf_item .pdf_item_content {
  margin-top: 36px;
}

.each_pdf_item .pdf_item_content h2 {
  display: block;
  font-size: 28px;
  color: #121212;
  font-family: "ITC Franklin Gothic Std DmCd";
  margin-bottom: 8px;
  text-align: center;
}

.each_pdf_item .pdf_item_content h4 {
  display: block;
  font-size: 18px;
  color: #121212;
  font-family: "Swift Neue LT Pro Regular";
  text-align: center;
}

.download_btn_block {
  display: table;
  margin: 48px auto 0;
}

.download_btn_block .dwnlod_pdf {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 170px;
  height: 48px;
  line-height: 48px;
  border: 2px solid #121212;
  cursor: pointer;
}

.download_btn_block .dwnlod_pdf i {
  width: 16px;
  cursor: pointer;
}

.download_btn_block .dwnlod_pdf i img.download_black {
  display: block;
}

.download_btn_block .dwnlod_pdf i img.download_blu {
  display: none;
}

.download_btn_block .dwnlod_pdf label {
  color: #121212;
  display: block;
  font-family: "Swift Neue LT Pro Bold";
  line-height: 48px;
  margin-left: 12px;
  cursor: pointer;
}

.download_btn_block .dwnlod_pdf:hover {
  border: 2px solid #0f00ff;
}

.download_btn_block .dwnlod_pdf:hover i img.download_black {
  display: none;
}

.download_btn_block .dwnlod_pdf:hover i img.download_blu {
  display: block;
}

.download_btn_block .dwnlod_pdf:hover label {
  color: #0f00ff;
}

.autori_pg .main_title_content {
  background: #f0f0e7;
  border-bottom: 1px solid #121212;
  box-shadow: 0px 4px 12px rgba(18, 18, 18, 0.2);
}

.autori_pg .footer_wrapper {
  margin: 0;
}

.alphabetics_filter_wrapper {
  margin-top: 110px;
}

@media screen and (max-width: 992px) {
  .alphabetics_filter_wrapper {
    margin-top: 48px;
  }
}

.alphabet_filter_content_block ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 992px) {
  .alphabet_filter_content_block ul {
    flex-wrap: wrap;
  }
}

.alphabet_filter_content_block ul li {
  display: block;
  position: relative;
}

@media screen and (max-width: 992px) {
  .alphabet_filter_content_block ul li {
    margin-bottom: 15px;
  }
}

.alphabet_filter_content_block ul li::before {
  content: "|";
  position: absolute;
  right: 0;
  top: 50%;
  color: #121212;
  font-size: 16px;
  transform: translateY(-50%);
  margin-top: -2px;
}

.alphabet_filter_content_block ul li:last-child::before {
  content: "";
}

.alphabet_filter_content_block ul li a {
  display: block;
  color: #121212;
  font-size: 16px;
  padding: 0 10px;
  font-family: "Swift Neue LT Pro Semibold";
  text-align: center;
}

.alphabet_filter_content_block ul li a:hover {
  color: #0f00ff;
}

.autori_content_wrap {
  padding: 80px 0 40px;
}

@media screen and (max-width: 992px) {
  .autori_content_wrap {
    padding: 36px 0 24px;
  }
}

.autori_content_wrap .each_autori_content {
  margin-bottom: 40px;
}

@media screen and (max-width: 992px) {
  .autori_content_wrap .each_autori_content {
    margin-bottom: 24px;
  }
}

.autori_content_wrap .each_autori_content a {
  display: block;
  font-size: 24px;
  color: #121212;
  font-family: "ITC Franklin Gothic Std DmCd";
}

@media screen and (max-width: 992px) {
  .autori_content_wrap .each_autori_content a {
    font-size: 16px;
  }
}

.autori_content_wrap .each_autori_content a:hover {
  color: #0f00ff;
}

.podcast_pg .main_title_content {
  padding-bottom: 48px;
}

@media screen and (max-width: 992px) {
  .podcast_pg .main_title_content {
    padding-bottom: 0;
  }
}

.podcast_pg .main_title_content .main_title {
  border-bottom: none !important;
  padding-bottom: 0;
}

@media screen and (max-width: 992px) {
  .podcast_pg .main_title_content .main_title {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.podcast_pg .main_title_content .filter_top_links {
  padding-top: 80px;
}

@media screen and (max-width: 992px) {
  .podcast_pg .main_title_content .filter_top_links {
    padding-top: 36px;
  }
}

@media screen and (max-width: 992px) {
  .podcast_pg .main_title_content .container {
    padding: 0;
  }
}

.podcast_pg .mostre_citta_stripe.podcast_stripe .top_links>ul>li:first-child {
  padding-right: 0 !important;
}

.podcast_pg .mostre_citta_stripe.podcast_stripe .top_links>ul>li:first-child::before {
  content: "";
}

.podcast_pg .mostre_citta_stripe.podcast_stripe .top_links>ul>li::before {
  top: -2px;
}

.podcast_pg .mostre_citta_stripe.podcast_stripe .top_links>ul>li .sticky_lbl {
  margin-right: 0 !important;
  padding-right: 0 !important;
  font-size: 14px !important;
  position: relative;
  top: -1px;
}

@media screen and (max-width: 992px) {
  .podcast_pg .top_links_flex {
    padding: 16px 0;
    border-top: 1px solid #ffffff;
  }
}

@media screen and (max-width: 992px) {
  .podcast_pg .top_links_flex>ul {
    justify-content: stretch;
    padding: 0 16px;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
  }
}

.podcast_pg .top_links_flex>ul>li.drop_li {
  display: block;
}

@media screen and (max-width: 992px) {
  .podcast_pg .top_links_flex>ul>li.drop_li {
    display: none;
  }
}

.podcast_pg .desktop_hide {
  display: none;
}

@media screen and (max-width: 992px) {
  .podcast_pg .drop_link {
    margin: 36px auto 0;
  }

  .podcast_pg .drop_link span {
    color: #ffffff;
  }
}

@media screen and (max-width: 992px) {
  .podcast_pg .hide_s_col {
    display: none;
  }

  .podcast_pg .filter_top_links .col-lg-4 {
    width: 100%;
  }

  .podcast_pg .mob_hide {
    display: none;
  }

  .podcast_pg .desktop_hide {
    display: block;
  }

  .podcast_pg .media_slider_inner .media_carousel {
    border: none;
  }

  .podcast_pg .mostre_citta_stripe>.container>.row .col-lg-4 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .podcast_pg .mostre_citta_stripe .top_links>ul {
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
    justify-content: stretch;
    padding: 0 16px;
  }
}

.drop_down_mobile {
  display: none;
}

@media screen and (max-width: 992px) {
  .drop_down_mobile {
    display: block;
  }
}

@media screen and (max-width: 992px) {
  .podcast_pg_content_wrapper .main_audio_banner .container .row .col-12 {
    width: 100%;
  }

  .podcast_pg_content_wrapper .main_audio_banner .container .row .col-12 .media_content_banner {
    width: 100%;
    text-align: center;
  }

  .podcast_pg_content_wrapper .main_audio_banner .container .row .col-12 .media_content_banner .media_icon {
    margin: 15px auto;
  }

  .podcast_pg_content_wrapper .main_audio_banner .container .row .col-12 .media_content_banner .news_tag_links ul {
    justify-content: center;
  }

  .podcast_pg_content_wrapper .main_audio_banner .container .row .col-12 .media_content_banner .news_sublinks ul {
    justify-content: center;
  }

  .podcast_pg_content_wrapper .media_column_list_wrapper {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .podcast_pg_content_wrapper .media_column_list_wrapper .col-lg-3 {
    width: 50%;
  }

  .podcast_pg_content_wrapper .media_column_list_wrapper .col-lg-3 .each_media_block .img_block {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 16px;
    overflow: hidden;
  }

  .podcast_pg_content_wrapper .media_carousel .owl-nav>button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    margin: 0 16px;
  }

  .podcast_pg_content_wrapper .media_carousel .owl-nav>button::before {
    background: none !important;
  }

  .podcast_pg_content_wrapper .media_carousel .owl-nav>button.owl-prev {
    left: -30px !important;
  }

  .podcast_pg_content_wrapper .media_carousel .owl-nav>button.owl-next {
    right: -30px !important;
  }

  .podcast_pg_content_wrapper .media_carousel .owl-nav>button img {
    display: block !important;
  }
}

.main_audio_banner_detail {
  padding: 120px 0;
}

@media screen and (max-width: 1024px) {
  .main_audio_banner_detail {
    padding: 48px 0;
  }

  .main_audio_banner_detail>.container>.row>.col-md-4 {
    width: 33.33%;
  }
}

@media screen and (max-width: 1024px) and (max-width: 767px) {
  .main_audio_banner_detail>.container>.row>.col-md-4 {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .main_audio_banner_detail>.container>.row>.col-md-6 {
    width: 66.66666667%;
  }
}

@media screen and (max-width: 1024px) and (max-width: 767px) {
  .main_audio_banner_detail>.container>.row>.col-md-6 {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .main_audio_banner_detail>.container>.row>.col-md-2 {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) and (max-width: 767px) {
  .main_audio_banner_detail>.container>.row>.col-md-2 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .main_audio_banner_detail .media_block {
    margin-bottom: 24px;
  }
}

.main_audio_banner_detail .media_block span {
  display: block;
  width: 90%;
}

@media screen and (max-width: 1024px) {
  .main_audio_banner_detail .media_block span {
    width: 100%;
  }
}

.main_audio_banner_detail .media_detail_block {
  width: 90%;
}

@media screen and (max-width: 767px) {
  .main_audio_banner_detail .media_detail_block {
    width: 100%;
  }
}

.main_audio_banner_detail .media_detail_block .link_top {
  margin-bottom: 24px;
}

.main_audio_banner_detail .media_detail_block .link_top ul {
  display: flex;
}

@media screen and (max-width: 767px) {
  .main_audio_banner_detail .media_detail_block .link_top ul {
    justify-content: center;
  }
}

.main_audio_banner_detail .media_detail_block .link_top ul li {
  display: block;
  margin-right: 8px;
  padding-right: 8px;
  position: relative;
}

.main_audio_banner_detail .media_detail_block .link_top ul li::before {
  content: "|";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  color: #ffffff;
  font-size: 16px;
}

.main_audio_banner_detail .media_detail_block .link_top ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.main_audio_banner_detail .media_detail_block .link_top ul li:last-child::before {
  content: "";
}

.main_audio_banner_detail .media_detail_block .link_top ul li a {
  display: block;
  font-size: 12px;
  font-family: "Swift Neue LT Pro Regular";
  opacity: 0.8;
  color: #ffffff;
}

.main_audio_banner_detail .media_detail_block .title_block {
  margin-bottom: 24px;
}

.main_audio_banner_detail .media_detail_block .title_block h1 {
  display: block;
  color: #ffffff;
  font-size: 80px;
  font-family: "ITC Franklin Gothic Std DmCd";
}

@media screen and (max-width: 1024px) {
  .main_audio_banner_detail .media_detail_block .title_block h1 {
    font-size: 48px;
  }
}

@media screen and (max-width: 767px) {
  .main_audio_banner_detail .media_detail_block .title_block h1 {
    text-align: center;
    font-size: 32px;
  }
}

.main_audio_banner_detail .media_detail_block .desc_block p {
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
}

@media screen and (max-width: 767px) {
  .main_audio_banner_detail .media_detail_block .desc_block p {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
  }
}

.main_audio_banner_detail .media_detail_block .bottom_links {
  margin-top: 16px;
}

.main_audio_banner_detail .media_detail_block .bottom_links ul {
  display: flex;
}

@media screen and (max-width: 767px) {
  .main_audio_banner_detail .media_detail_block .bottom_links ul {
    justify-content: center;
    flex-wrap: wrap;
  }
}

.main_audio_banner_detail .media_detail_block .bottom_links ul li {
  display: block;
  margin-right: 8px;
  padding-right: 8px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .main_audio_banner_detail .media_detail_block .bottom_links ul li {
    margin-right: 0;
    padding-right: 0;
    width: 100%;
    margin-bottom: 8px;
  }

  .main_audio_banner_detail .media_detail_block .bottom_links ul li:last-child {
    margin-bottom: 0;
  }
}

.main_audio_banner_detail .media_detail_block .bottom_links ul li::before {
  content: "|";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  color: #ffffff;
  font-size: 16px;
  margin-top: -2px;
}

@media screen and (max-width: 767px) {
  .main_audio_banner_detail .media_detail_block .bottom_links ul li::before {
    content: "";
  }
}

.main_audio_banner_detail .media_detail_block .bottom_links ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.main_audio_banner_detail .media_detail_block .bottom_links ul li:last-child::before {
  content: "";
}

.main_audio_banner_detail .media_detail_block .bottom_links ul li a {
  display: block;
  font-size: 16px;
  font-family: "Swift Neue LT Pro Regular";
  opacity: 0.8;
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .main_audio_banner_detail .media_detail_block .bottom_links ul li a {
    text-align: center;
  }
}

.audio_social_lists {
  margin-top: 24px;
}

.audio_social_lists .sub_sec_hd {
  display: block;
  clear: both;
  margin-bottom: 24px;
  color: #ffffff;
  font-size: 20px;
  font-family: "ITC Franklin Gothic Std DmCd";
}

@media screen and (max-width: 767px) {
  .audio_social_lists .sub_sec_hd {
    text-align: center;
  }
}

@media screen and (max-width: 1024px) {
  .audio_social_lists ul {
    display: flex;
    justify-content: stretch;
    align-items: center;
  }
}

@media screen and (max-width: 1024px) and (max-width: 767px) {
  .audio_social_lists ul {
    width: 100%;
    justify-content: center;
  }
}

.audio_social_lists ul li {
  display: block;
  clear: both;
  margin-bottom: 16px;
}

@media screen and (max-width: 1024px) {
  .audio_social_lists ul li {
    margin-bottom: 0;
    margin-right: 16px;
  }

  .audio_social_lists ul li:last-child {
    margin-right: 0;
  }
}

.audio_social_lists ul li a {
  display: flex;
  justify-content: stretch;
  align-items: center;
}

.audio_social_lists ul li a i {
  display: block;
  border-radius: 100%;
  margin-right: 15px;
  border: 1px solid #ffffff;
  position: relative;
  width: 48px;
  height: 48px;
}

@media screen and (max-width: 767px) {
  .audio_social_lists ul li a i {
    margin-right: 0;
  }
}

.audio_social_lists ul li a i img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
}

.audio_social_lists ul li a i img.media_social_white {
  display: block;
}

.audio_social_lists ul li a i img.media_social_blue {
  display: none;
}

.audio_social_lists ul li a label {
  font-size: 16px;
  color: #ffffff;
  font-family: "Swift Neue LT Pro Regular";
  display: block;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .audio_social_lists ul li a label {
    display: none;
  }
}

.audio_social_lists ul li a:hover i {
  border: 1px solid #6c87f8;
}

.audio_social_lists ul li a:hover i img.media_social_white {
  display: none;
}

.audio_social_lists ul li a:hover i img.media_social_blue {
  display: block;
}

.media_players_block {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 80px 0;
}

@media screen and (max-width: 1024px) {
  .media_players_block {
    padding: 48px 0;
  }
}

@media screen and (max-width: 767px) {
  .media_players_block {
    padding: 36px 0;
  }
}

.media_players_block .each_media_block {
  width: 80%;
  margin: 0 auto 64px;
}

.media_players_block .each_media_block:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
  .media_players_block .each_media_block {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .media_players_block .each_media_block {
    margin: 0 auto 24px;
  }
}

.media_players_block .each_media_block h4 {
  display: block;
  color: #ffffff;
  font-family: "ITC Franklin Gothic Std DmCd";
  font-size: 16px;
  margin-bottom: 24px;
}

.podcast_para_block {
  padding: 80px 0;
  border-bottom: 1px solid #ffffff;
}

@media screen and (max-width: 1024px) {
  .podcast_para_block {
    padding: 48px 0;
  }
}

@media screen and (max-width: 767px) {
  .podcast_para_block {
    padding: 36px 0;
  }
}

.podcast_para_block .podcast_para_inner {
  width: 90%;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .podcast_para_block .podcast_para_inner {
    width: 100%;
  }

  .podcast_para_block .podcast_para_inner>.row>.col-12 {
    width: 100%;
  }
}

.podcast_para_block .podcast_para_inner>h4 {
  display: block;
  color: #ffffff;
  font-family: "ITC Franklin Gothic Std DmCd";
  font-size: 16px;
  margin-bottom: 48px;
}

@media screen and (max-width: 767px) {
  .podcast_para_block .podcast_para_inner>h4 {
    margin-bottom: 36px;
  }
}

.podcast_para_block .podcast_para_inner .podcast_data_block .content_block .title_block {
  margin-bottom: 24px;
}

.podcast_para_block .podcast_para_inner .podcast_data_block .content_block .title_block h2 {
  display: block;
  clear: both;
  font-size: 36px;
  color: #ffffff;
  font-family: "ITC Franklin Gothic Std DmCd";
}

@media screen and (max-width: 767px) {
  .podcast_para_block .podcast_para_inner .podcast_data_block .content_block .title_block h2 {
    font-size: 24px;
  }
}

.podcast_para_block .podcast_para_inner .podcast_data_block .content_block .descrip p {
  clear: both;
  font-size: 20px;
  color: #ffffff;
  font-family: "Swift Neue LT Pro Regular";
  margin-bottom: 16px;
  line-height: 26px;
}

.podcast_para_block .podcast_para_inner .podcast_data_block .content_block .descrip p strong {
  font-family: "Swift Neue LT Pro Bold";
}

.podcast_para_block .podcast_para_inner .podcast_data_block .content_block .descrip p i {
  font-family: "Swift Neue LT Pro Italic";
}

.podcast_para_block .podcast_para_inner .podcast_data_block .content_block .descrip p em {
  font-family: "Swift Neue LT Pro Italic";
}

@media screen and (max-width: 1024px) {
  .crediti_content_block {
    margin-top: 36px;
  }
}

.crediti_content_block .title_block {
  margin-bottom: 24px;
}

.crediti_content_block .title_block h2 {
  display: block;
  clear: both;
  font-size: 36px;
  color: #ffffff;
  font-family: "ITC Franklin Gothic Std DmCd";
}

@media screen and (max-width: 767px) {
  .crediti_content_block .title_block h2 {
    font-size: 24px;
  }
}

.crediti_content_block .content_block {
  margin-bottom: 24px;
}

.crediti_content_block .content_block p {
  clear: both;
  font-size: 16px;
  color: #ffffff;
  font-family: "Swift Neue LT Pro Regular";
  line-height: 20px;
}

.crediti_content_block ul li {
  display: flex;
  align-items: center;
  justify-content: stretch;
  clear: both;
  margin-bottom: 10px;
}

.crediti_content_block ul li:last-child {
  margin-bottom: 0;
}

.crediti_content_block ul li label {
  font-size: 14px;
  color: #ffffff;
  font-family: "Swift Neue LT Pro Bold";
  display: block;
}

.crediti_content_block ul li span {
  font-size: 14px;
  color: #ffffff;
  font-family: "Swift Neue LT Pro Regular";
  display: block;
}

.crediti_content_block .crediti_social_block {
  margin-top: 48px;
}

@media screen and (max-width: 767px) {
  .crediti_content_block .crediti_social_block {
    margin-top: 36px;
  }
}

.crediti_content_block .crediti_social_block h4 {
  font-size: 12px;
  display: block;
  clear: both;
  color: #ffffff;
  font-family: "Swift Neue LT Pro Semibold";
  margin-bottom: 24px;
}

.crediti_content_block .crediti_social_block ul {
  display: flex;
  align-items: center;
  justify-content: stretch;
}

.crediti_content_block .crediti_social_block ul li {
  margin-right: 16px;
  margin-bottom: 0;
  display: block;
}

.crediti_content_block .crediti_social_block ul li:last-child {
  margin-right: 0;
}

.crediti_content_block .crediti_social_block ul li a {
  display: block;
  width: 36px;
  height: 36px;
}

.crediti_content_block .crediti_social_block ul li a img.social_light {
  display: block;
}

.crediti_content_block .crediti_social_block ul li a img.social_dark {
  display: none;
}

.crediti_content_block .crediti_social_block ul li a:hover img.social_light {
  display: none;
}

.crediti_content_block .crediti_social_block ul li a:hover img.social_dark {
  display: block;
}

.autori_wrapper {
  padding: 80px 0;
}

@media screen and (max-width: 1024px) {
  .autori_wrapper {
    padding: 48px 0;
  }
}

@media screen and (max-width: 767px) {
  .autori_wrapper {
    padding: 36px 0;
  }
}

.autori_wrapper .autori_content_block {
  width: 90%;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .autori_wrapper .autori_content_block {
    width: 100%;
  }
}

.autori_wrapper .autori_content_block .title_block {
  margin-bottom: 36px;
}

.autori_wrapper .autori_content_block .title_block h2 {
  display: block;
  clear: both;
  font-size: 16px;
  color: #ffffff;
  font-family: "ITC Franklin Gothic Std DmCd";
}

.autori_wrapper .autori_content_block .autori_list_block .autori_each_data {
  width: 80%;
}

@media screen and (max-width: 1024px) {
  .autori_wrapper .autori_content_block .autori_list_block .autori_each_data {
    width: 100%;
  }

  .autori_wrapper .autori_content_block .autori_list_block .autori_each_data>.row>.col-12 {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .autori_wrapper .autori_content_block .autori_list_block .autori_each_data .img_block {
    margin-bottom: 14px;
  }
}

.autori_wrapper .autori_content_block .autori_list_block .autori_each_data .img_block span {
  display: block;
  width: 100%;
}

.autori_wrapper .autori_content_block .autori_list_block .autori_each_data .content_block .title_block {
  margin-bottom: 16px;
}

.autori_wrapper .autori_content_block .autori_list_block .autori_each_data .content_block .title_block h2 {
  display: block;
  clear: both;
  font-size: 24px;
  color: #ffffff;
  font-family: "ITC Franklin Gothic Std DmCd";
  margin-bottom: 8px;
}

.autori_wrapper .autori_content_block .autori_list_block .autori_each_data .content_block .title_block h5 {
  display: block;
  clear: both;
  font-size: 14px;
  color: #ffffff;
  font-family: "Swift Neue LT Pro Regular";
  opacity: 0.8;
}

.autori_wrapper .autori_content_block .autori_list_block .autori_each_data .content_block .content_para p {
  color: #ffffff;
  font-size: 14px;
  line-height: 18px;
  font-family: "Swift Neue LT Pro Regular";
  margin-bottom: 0;
}

.realted_podcast_wrapper {
  padding: 0 0 120px;
}

@media screen and (max-width: 1024px) {
  .realted_podcast_wrapper {
    padding: 48px 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .realted_podcast_wrapper {
    background-color: #121212 !important;
    padding: 36px 0 !important;
  }
}

.related_podcast_block {
  padding: 80px 0 0;
  border-top: 1px solid #ffffff;
}

@media screen and (max-width: 1024px) {
  .related_podcast_block {
    padding: 48px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .related_podcast_block {
    padding: 36px 0 0;
  }
}

.related_podcast_block .title_block {
  margin-bottom: 36px;
}

.related_podcast_block .title_block h3 {
  display: block;
  clear: both;
  font-size: 16px;
  color: #ffffff;
  font-family: "ITC Franklin Gothic Std DmCd";
}

@media screen and (max-width: 767px) {
  .realted_podcast_wrapper .each_media_block .img_block {
    width: 100%;
  }

  .podcast_pg .footer_wrapper.dark_footer {
    background: #121212;
  }

  .podcast_pg .footer_wrapper .dp-content {
    background: #121212;
  }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1330px) {
  .main_title_wrapper .main_title h1 {
    font-size: 80px;
  }

  .main_title_wrapper .main_title h5 {
    font-size: 18px;
  }

  .news_highlight_detail .news_descrip .title_block {
    margin-top: 15px;
  }

  .news_highlight_detail .news_descrip .title_block h1 a {
    font-size: 42px;
  }

  .each_news_box .news_box .news_descrip .title_block h1 a {
    font-size: 24px;
    line-height: 25px;
  }

  .news_box .news_descrip .title_block h1 a {
    font-size: 28px;
  }

  .news_tick_block .block_news .box_content a {
    font-size: 14px;
  }

  .main_title_wrapper {
    padding: 32px 0 32px;
  }

  .each_author_slide .news_auth_data h2 a {
    font-size: 16px;
    line-height: 18px;
  }

  .banner_news_content.center_content_banner .title_block h1 a {
    font-size: 65px;
  }

  .media_content_banner .title_block h1 a {
    font-size: 65px;
  }

  .each_media_block .media_descrip h2 a {
    font-size: 24px;
  }

  .footer_wrapper .footer_nav_block_wrap .footer_nav_block ul li {
    margin-bottom: 8px;
  }

  .footer_wrapper .footer_nav_block_wrap .footer_nav_block ul li a {
    font-size: 13px;
    line-height: 18px;
  }

  .footer_wrapper .newsletter_social_block {
    padding-top: 24px;
  }

  .media_tile_list_wrapper {
    padding: 80px 0 100px;
  }

  .fullsec_banner_content .main_bannernews_content_area .main_banner_news_title h1 a {
    font-size: 48px;
    line-height: 50px;
  }

  .news_listsings .each_news_listing .sidesec_news_data h2 {
    font-size: 18px;
    line-height: 20px;
  }

  .news_listsings .each_news_listing .img_block a {
    width: 180px;
  }

  .each_calender_block_news.cal_banner_news .calender_news_data .title_block h1 a {
    font-size: 46px;
  }

  .cal_news_carousel_inner .cal_news_slider .calender_news_data .title_block h1 a {
    font-size: 24px;
  }

  .each_calender_block_news .calender_news_data .title_block h1 a {
    font-size: 38px;
  }

  .main_title_wrapper .main_title h1 {
    font-size: 80px !important;
  }

  .news_detail_wrapper .title_block h1 {
    font-size: 80px;
  }

  .main_list_block .each_detail_main_list .news_detail_descrip .title_block h2 {
    font-size: 24px;
    line-height: 26px;
  }

  .main_title_content .main_title h1 {
    font-size: 80px !important;
  }

  .contact_banner_wrapper>.container>.contact_banner_content .banner_data_block {
    width: 90%;
  }

  .contact_banner_wrapper:nth-child(odd) .banner_data_block {
    padding-left: 40px;
  }

  .mostre_citta_stripe .top_links>ul>li>a {
    font-size: 11px;
  }

  .filter_per_tags_wrap .filter_per_tag_content {
    flex-direction: column;
  }

  .block_title_wrapper {
    padding: 48px 0;
  }

  .hi_title {
    font-size: 100px;
  }

  .each_cat_news_item .cat_news_title h2 a {
    font-size: 16px;
  }

  .each_cat_news_item .news_title h2 a {
    font-size: 20px;
  }

  .sezione_pg .offwhite_main_section .main_title_wrapper {
    padding-top: 40px;
  }

  .each_subnews_md .subnews_md_title .title_block h1 a {
    font-size: 22px;
  }

  .each_subnews_md .news_para p {
    font-size: 14px;
    line-height: 17px;
  }

  .rubriche_listing_wrapper {
    margin-top: 40px;
  }

  .each_auth_profile .auth_detail h2 {
    font-size: 18px;
  }

  .horiz-slider {
    transform: scale(0.95);
  }

  .vertical_news_lists>ul>li .each_vertical_list .vertical_news_data h2 a {
    font-size: 18px;
  }

  .each_vertical_list .news_sublinks ul {
    flex-wrap: wrap;
  }

  .media_content_banner .news_sublinks ul {
    flex-wrap: wrap;
  }

  .media_content_banner .news_sublinks ul li {
    margin-bottom: 10px;
  }

  .title_only_tilelist .each_news_box .news_box .news_descrip .title_block h1 a {
    font-size: 22px;
    line-height: 22px;
  }

  .list_ul li a {
    font-size: 14px;
  }

  .each_pdf_block .title_block h2 {
    font-size: 24px;
  }

  .link_dropdown_block .drop_link span {
    font-size: 11px;
  }

  .each_box_withdownload.each_news_box .news_box .news_descrip .title_block h1 a {
    font-size: 28px;
    line-height: 32px;
  }
}

@media screen and (max-width: 767px) {
  @supports (-webkit-touch-callout: none) {
    .sticky_lbl {
      position: relative;
      top: 2px;
    }

    .chisiamo_list .title_link {
      position: relative;
      top: 2px;
    }

    .stripe_links_tog label {
      position: relative;
      top: 2px;
    }

    .scroll_top label {
      position: relative;
      top: 2px;
    }

    .stripe_lbl_mn {
      position: relative;
      top: 2px;
    }

    .back_lbl .back_link label {
      position: relative;
      top: 2px;
    }
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .container {
    padding: 0 24px;
  }

  .logo_section_wrapper .main_logo_ad_block a.main_logo {
    width: 350px;
  }

  .logo_section_wrapper .main_logo_ad_block a.sm_ad {
    width: 160px;
    height: 160px;
  }

  .home_page .menu_block>.row>.col-5 {
    order: 1;
    padding-right: 0;
  }

  .home_page .menu_block>.row>.col-12 {
    order: 3;
    width: 100%;
  }

  .home_page .menu_block>.row>.col-7 {
    order: 2;
    padding-left: 0;
  }

  .home_page .menu_block>.row>.col-12 .navigation_block .nav_menus {
    border-top: 2px solid #121212;
    padding: 16px 0 0;
    margin-top: 16px;
  }

  .home_page .menu_wrapper>.container {
    padding: 0;
  }

  .home_page .menu_block .row {
    justify-content: space-between;
  }

  .home_page .menu_cntrl_block {
    padding-left: 24px;
  }

  .menuheader_fixed .menu_block .cerca_block {
    padding-right: 24px;
  }

  .home_page .main_news_block>.container>.row>.col-12 {
    width: 100%;
  }

  .home_page .main_news_block>.container>.row>.col-12 .news_box {
    margin-bottom: 24px;
  }

  .home_page .news_listing_title_wrapper>.container>.row>.col-12 {
    width: 50%;
  }

  .home_page .news_listing_title_wrapper>.container>.row>.col-12 .news_box {
    margin-bottom: 24px;
  }

  .home_page .highlight_news_block>.row>.col-12 {
    width: 100%;
  }

  .home_page .highlight_news_block>.row>.col-12 .news_highlight_detail .news_descrip {
    padding: 24px 0;
  }

  .home_page .sidenews_banner_inner>.row>.col-12 {
    width: 100%;
  }

  .home_page .main_audio_banner .row>.col-12 {
    width: 100%;
  }

  .home_page .main_audio_banner .row>.col-12 .media_content_banner {
    text-align: center;
    width: 100%;
  }

  .home_page .main_audio_banner .row>.col-12 .media_content_banner .media_icon {
    margin: 23px auto;
  }

  .home_page .main_audio_banner .row>.col-12 .media_content_banner .news_tag_links ul {
    justify-content: center;
  }

  .home_page .main_audio_banner .row>.col-12 .media_content_banner .news_sublinks ul {
    justify-content: center;
  }

  .home_page .media_tile_list_wrapper .row>.col-6 {
    width: 50%;
  }

  .home_page .media_tile_list_wrapper .row>.col-6 .each_media_block {
    margin-bottom: 36px;
  }

  .home_page .media_tile_list_wrapper {
    padding: 45px 0;
  }

  .innerpage .main_title_content .filter_per_tag_content {
    flex-direction: column;
  }

  .innerpage .main_title_content .filter_per_tag_content label {
    margin-right: 0;
  }

  .listing_recensioni_pg .articoli_listing_wrap>.container .row>.col-12 {
    width: 50%;
  }

  .listing_articoli_pg .articoli_listing_wrap>.container .row>.col-12 {
    width: 50%;
  }

  .mostre_listing_wrap_inner {
    width: 100%;
  }

  .sezione_pg .submenu_section.submenuheader_fixed {
    top: 64px;
  }

  .sezione_pg .highlight_news_block .row>.col-12 {
    width: 100%;
  }

  .sezione_pg .highlight_news_block .row>.col-12 .news_descrip {
    padding: 24px 0;
  }

  .sezione_pg .highlight_news_block .row>.col-12 .news_descrip .title_block {
    margin-top: 16px;
  }

  .sezione_pg .highlight_news_block .row>.col-12 .news_descrip .title_block h1 a {
    font-size: 42px;
  }

  .sezione_pg .main_news_block>.container>.row>.col-12 {
    width: 100%;
  }

  .sezione_pg .main_news_block>.container>.row>.col-12 .news_box {
    margin-bottom: 24px;
  }

  .sezione_pg .news_listing_title_wrapper>.container>.row>.col-12 {
    width: 50% !important;
  }

  .sezione_pg .news_listing_title_wrapper>.container>.row>.col-12 .news_box {
    margin-bottom: 24px;
  }

  .sezione_pg .news_listing_title_wrapper .listing_block>.row>.col-12 {
    width: 50% !important;
  }

  .sezione_pg .news_listing_title_wrapper .listing_block>.row>.col-12 .news_box {
    margin-bottom: 24px;
  }

  .mostre_template_pg .mostre_citta_stripe .top_links>ul>li>a {
    font-size: 10px;
  }

  .mostre_template_pg .offwhite_main_section .filter_per_tags_wrap .filter_per_tag_content {
    flex-direction: column;
  }

  .mostre_template_pg .offwhite_main_section .filter_per_tags_wrap .filter_per_tag_content label {
    margin-right: 0;
  }

  .mostre_template_pg .news_listing_title_wrapper>.row>.col-12 {
    width: 50% !important;
  }

  .mostre_template_pg .news_listing_title_wrapper>.row>.col-12 .news_box {
    margin-bottom: 24px;
  }

  .mostre_template_pg .vederea_citta_pg .highlight_news_block>.row>.col-12 {
    width: 100% !important;
  }

  .mostre_template_pg .vederea_citta_pg .highlight_news_block>.row>.col-12 .news_descrip {
    padding: 24px 0;
  }

  .mostre_template_pg .vederea_citta_pg .highlight_news_block>.row>.col-12 .news_descrip .title_block {
    margin-top: 16px;
  }

  .mostre_template_pg .vederea_citta_pg .highlight_news_block>.row>.col-12 .news_descrip .title_block h1 a {
    font-size: 42px;
  }

  .mostre_template_pg .vederea_citta_pg .sub_vederea_content_wrap .listing_block>.row>.col-12 {
    width: 50% !important;
  }

  .mostre_template_pg .vederea_citta_pg .sub_vederea_content_wrap .listing_block>.row>.col-12 .news_box {
    margin-bottom: 24px;
  }

  .mostre_template_pg .vederea_citta_pg .main_news_block>.row>.col-12 {
    width: 100%;
  }

  .mostre_template_pg .vederea_listing_pg .listing_block>.row>.col-12 {
    width: 50%;
  }

  .mostre_template_pg .vederea_listing_pg .listing_block>.row>.col-12 .news_box {
    margin-bottom: 24px;
  }

  .mostre_template_pg .vederea_pdf_pg .pdf_listing_block>.row>.col-lg-3 {
    width: 50%;
  }

  .mostre_template_pg .vederea_pdf_pg .pdf_listing_block>.row>.col-lg-3 .each_pdf_block {
    margin-bottom: 24px;
  }

  .mostre_template_pg .vederea_articoli_crono_pg .listing_block>.row>.col-12 {
    width: 50%;
  }

  .mostre_template_pg .vederea_articoli_crono_pg .listing_block>.row>.col-12 .news_box {
    margin-bottom: 24px;
  }

  .notizie_in_pg .content_mn_stripe {
    height: 100%;
  }

  .notizie_in_pg .content_mn_stripe>.row {
    height: 100%;
    align-items: center;
  }

  .notizie_in_pg .top_fixed_stripe {
    top: 65px;
  }

  .notizie_in_pg .block_cal_news_wrapper>.container>.each_calender_block_news>.row>.col-12 {
    width: 100%;
  }

  .notizie_in_pg .block_cal_news_wrapper>.container>.each_calender_block_news>.row>.col-12 .calender_news_data {
    padding: 12px 0;
  }

  .notizie_in_pg .each_calender_block_news .calender_news_data .title_block h1 a {
    font-size: 40px;
  }

  .notizie_in_pg .cal_news_slider .each_calender_block_news .calender_news_data .title_block h1 a {
    font-size: 32px;
  }

  .notizie_detail_pg .social_block_cap ul {
    justify-content: flex-end;
  }

  .notizie_detail_pg .news_detail_wrapper .title_block h1 {
    font-size: 70px;
  }

  .menu_block .navigation_block .sticky_logo {
    width: 245px;
  }

  .news_highlight_detail .news_descrip .title_block h1 a {
    font-size: 42px;
  }

  .contact_banner_wrapper>.container>.contact_banner_content .banner_data_block {
    width: 100%;
  }

  .link_date_filter_wrap {
    flex-direction: column;
    justify-content: center;
  }

  .filter_per_tags_wrap .filter_per_tag_content {
    flex-direction: column;
    justify-content: center;
  }

  .mega_menu_block>.row>.col-xxl-10 {
    width: 100%;
  }

  .mega_menu_block>.row>.col-xxl-2 {
    width: 100%;
  }

  .mega_nav>.row>.col-xxl-3 {
    width: 100% !important;
  }

  .mega_nav>.row>.col-xxl-3 .mega_menu_items {
    border-bottom: 1px solid #121212;
    border-right: none;
  }

  .mega_nav>.row>.col-xxl-3 .mega_menu_items ul li {
    display: table;
    margin: 0 auto 12px;
  }

  .mega_menu_wrapper {
    height: 90vh;
    overflow: hidden;
    overflow-y: auto;
  }

  .mega_menu_wrapper .header_slider {
    border-left: none;
    padding-bottom: 70px;
    justify-content: center;
  }

  .sticky_lbl {
    font-size: 14px;
  }

  .submenu_section .submenu_block .submenu_inner ul li a {
    font-size: 14px;
  }

  .vederea_template_pg .link_dropdown_block .drop_link span {
    font-size: 10px;
  }

  .vederea_template_pg .link_dropdown_block .drop_link i {
    transform: scale(0.8);
  }

  .main_title_wrapper .main_title h5 {
    line-height: 30px;
  }

  .sidesec_news_content_wrapper>.container>.row>.col-xxl-4 {
    width: 50%;
  }

  .sidesec_news_content_wrapper>.container>.row>.col-xxl-2 {
    display: none;
  }

  .articolo_mostre_template_pg .news_listing_title_wrapper .listing_block>.row>.col-xxl-3 {
    width: 50%;
    margin-bottom: 30px;
  }

  .articolo_mostre_template_pg .fullsec_banner_news_wrapper.has_banner_fullimg .banner_full_img {
    position: relative;
    height: 500px;
    width: 100%;
  }

  .articolo_mostre_template_pg .fullsec_banner_news_wrapper>.container {
    padding: 0;
  }

  .articolo_mostre_template_pg .fullsec_banner_news_wrapper>.container>.row>.col-xxl-6 {
    width: 100%;
  }

  .articolo_mostre_template_pg .fullsec_banner_news_wrapper>.container>.row>.col-xxl-6:last-child {
    display: none;
  }

  .articolo_mostre_template_pg .main_content_wrapper .row .row .col-lg-5 {
    width: 80%;
  }

  .author_social_content_block .social_block_cap {
    justify-content: flex-end;
    display: flex;
  }

  .opinini_rubriche_full_pg .listing_main_wrapper .listing_content_area>.row>.col-xxl-3 {
    width: 50%;
    margin-bottom: 30px;
  }

  .opinini_rubriche_full_pg .news_listing_block>.row>.col-xxl-4 {
    width: 50%;
    margin-bottom: 30px;
  }

  .aste_calendario_full_pg .calendario_item_wrap>.row>.col-xxl-4 {
    width: 50%;
    margin-bottom: 46px;
  }

  .aste_calendario_full_pg .link_dropdown_block .drop_link span {
    font-size: 10px;
  }

  .aste_calendario_full_pg .scroll_top label {
    font-size: 10px;
  }

  .aste_calendario_full_pg .mostre_citta_stripe .side_links ul li a {
    font-size: 10px;
  }

  .aste_calendario_full_pg .hi_title {
    font-size: 80px;
    line-height: 80px;
  }

  .aste_calendario_full_pg .filter_block_area>.row>.col-xxl-6 {
    order: 1;
    width: 100%;
    margin-bottom: 45px;
  }

  .aste_calendario_full_pg .filter_block_area>.row>.col-xxl-3:first-child {
    order: 2;
    width: 50%;
  }

  .aste_calendario_full_pg .filter_block_area>.row>.col-xxl-3:last-child {
    order: 3;
    width: 50%;
  }

  .aste_rilevazioni_full_pg .aste_rile_listing_wrapper>.row>.col-xxl-4 {
    width: 50%;
    margin-bottom: 46px;
  }

  .menu_full.menuheader_fixed .navigation_block {
    display: none;
  }

  .menu_block .cerca_block {
    margin-right: 15px;
  }
}

@media screen and (max-width: 769px) {
  .submenu_section .submenu_block .submenu_inner ul li a {
    font-size: 12px;
  }

  .submenu_section .submenu_block .submenu_inner ul li {
    padding-right: 16px;
    margin-right: 16px;
  }
}

@media screen and (max-width: 767px) {
  .submenu_section .submenu_block .submenu_inner ul li a {
    font-size: 14px;
  }
}

/* custom style */

.custom-cart-empty-message {
  text-align: center;
  margin: 20px 0;
}

.custom-cart-empty-message h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

.custom-cart-empty-message p {
  font-size: 18px;
  margin-bottom: 20px;
}

.custom-cart-empty-message .button {
  color: #000;
  text-decoration: none;
  border-radius: 5px;
  display: inline-block;
  min-width: 90px;
  font-size: 14px;
  height: 36px;
  line-height: 36px;
}

.custom-cart-empty-message .button:hover {
  color: #0f00ff;
}

/**
 * My Account
 */

/* Change WC Acct Page Column Widths */
@media only screen and (min-width: 769px) {
  .woocommerce-MyAccount-navigation {
    width: 22%;
  }

  .woocommerce-MyAccount-content {
    width: 75%;
  }
}

/* Style WC Account Endpoint Links */
nav.woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  padding-left: 0;
  max-width: 200px;
  font-size: 17px;
  line-height: 26px;
}

nav.woocommerce-MyAccount-navigation ul li {
  padding: 8px 20px;
  background-color: rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

nav.woocommerce-MyAccount-navigation ul li.is-active {
  background-color: rgba(0, 0, 0, 0.1);
}

nav.woocommerce-MyAccount-navigation ul li.is-active a {
  color: rgba(0, 0, 0, 0.8);
  cursor: default;
}

nav.woocommerce-MyAccount-navigation ul li.is-active:after {
  content: "";
  height: 0;
  width: 0;
  border-top: 20px solid transparent;
  border-left: 14px solid rgba(0, 0, 0, 0.1);
  border-bottom: 20px solid transparent;
  float: right;
  margin-right: -34px;
  margin-top: -7px;
}

nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover {
  background-color: rgba(0, 0, 0, 0.07);
}

nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover:after {
  content: "";
  height: 0;
  width: 0;
  border-top: 20px solid transparent;
  border-left: 14px solid rgba(0, 0, 0, 0.07);
  border-bottom: 20px solid transparent;
  float: right;
  margin-right: -34px;
  margin-top: -7px;
}

.woocommerce-info::before {
  color: #000000 !important;
}

.woocommerce-info {
  border-top-color: #000000 !important;
}

/* Ensure the container is centered */
#customer_login {
  display: flex;
  justify-content: center;
}

/* Additional spacing and alignment adjustments */
.u-columns.col2-set {
  display: flex;
  justify-content: center;
  /* align-items: flex-start; */
}

.u-column1,
.u-column2 {
  width: 100%;
  max-width: 400px;
  margin: 10px;
  height: auto;
}

.woocommerce-MyAccount-content {
  padding: 20px;
}

.woocommerce-form-row {
  margin-bottom: 15px;
}

.woocommerce-Button,
.woocommerce-button {
  width: 100%;
}

/* ----End my account---- */
.entry-header,
.post-thumbnail,
.entry-content,
.entry-footer,
.author-bio {
  margin-top: 60px !important;
}

/* shop listing page */
a.added_to_cart.wc-forward {
  display: none;
}

.wc-block-components-form .wc-block-components-text-input input:-webkit-autofill+label,
.wc-block-components-form .wc-block-components-text-input.is-active label,
.wc-block-components-text-input input:-webkit-autofill+label,
.wc-block-components-text-input.is-active label,
.wc-block-components-form .wc-block-components-combobox:focus-within .wc-block-components-combobox-control label.components-base-control__label,
.wc-block-components-combobox:focus-within .wc-block-components-combobox-control label.components-base-control__label,
.wc-block-components-form .wc-block-components-combobox.is-active .wc-block-components-combobox-control label.components-base-control__label {
  transform: translateY(.1em) scale(.685) !important;
}




/* CHECKOUT */

.post-77 .woocommerce {
  width: 100%;
  max-width: 1400px;
  margin: auto !important;
}



.checkout-section {
  width: 100%;
  /* max-width: 48% !important; */
  background: #FFF !important;
  padding: 60px !important;
  border-radius: 10px !important;
  border: 1px solid #ededed !important;
  box-shadow: 0px 4px 8px rgba(18, 18, 18, 0.10) !important;
  float: left;
  height: 100%;
}

.checkout-section label {
  font-family: "ITC Franklin Gothic Std DmCd" !important;
  font-size: 15px;
  letter-spacing: .5px;
  font-weight: 400;
  margin-top: 10px;
  color: #000000;
}


.checkout-section.shipping-section {
  margin-right: 15px;
}

.checkout-section.billing-section {
  margin-left: 15px;
  float: right;
}

.checkout-section .woocommerce-additional-fields,
.checkout-section .woocommerce-shipping-fields hr,
.checkout-section .woocommerce-billing-fields hr,
.checkout-section label .optional {
  display: none !important;
}

.checkout-section input,
.checkout-section select,
.checkout-section .select2-selection {
  background: #f1eeee !important;
  border: 0 !important;
  border-radius: 0 !important;
  font-size: 18px !important;
}


.checkout-section h3,
.checkout-section h3 label {
  text-align: center !important;
  font-size: 36px !important;
  line-height: 40px !important;
  color: #121212 !important;
  font-family: "ITC Franklin Gothic Std DmCd" !important;
  font-weight: 400 !important;
  margin: 0;
  margin-bottom: 10px !important;
}

div#recipient_email_option h3 {
  display: flex;
}

label.gift_email_notify_heading {
  font-size: 16px;
  font-family: "Swift Neue LT Pro Regular" !important;
  font-weight: 500;
}

input#shipping_user_email {
  background: none !important;
  padding: 0 !important;
}

small.shipping-email-notice {
  font-family: "ITC Franklin Gothic Std DmCd" !important;
  font-size: 15px;
  /* letter-spacing: .5px; */
  font-weight: 400;
  /* margin-top: 10px; */
  color: #000000;
  display: flex;
}

table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table,
th.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number {
  font-family: "ITC Franklin Gothic Std DmCd" !important;
}

/* .shop_table .woocommerce-checkout-review-order-table.entry-content img {
  max-width: 100%;
  width: auto !important;
  max-height: 100px !important;
} */
/* 
@media (min-width: 768px) {
  .entry-content>*:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator) {
    flex-direction: column;
    margin: 0 auto !important;
    max-width: 1265px !important;
  }
} */



table.shop_table.woocommerce-checkout-review-order-table td img {
  width: auto;
  max-height: 100px;
}

table.shop_table.woocommerce-checkout-review-order-table td {
  text-align: center;
  font-family: "Swift Neue LT Pro Semibold";
}

table.shop_table.woocommerce-checkout-review-order-table td.cart-item {
  font-size: 20px;
  line-height: 18px;
  font-family: "ITC Franklin Gothic Std DmCd";
  color: #121212;
}

.woocommerce table.shop_table td.cart-amount {
  font-size: 20px;
  line-height: 18px;
  color: #121212;
  font-weight: 600;
}

.woocommerce table.shop_table td.cart-Detta {
  vertical-align: middle;
  padding: 15px;
  font-size: 14px;
  line-height: 18px;
  color: #707070;
  font-family: "Swift Neue LT Pro Semibold";
}

.product_names ol.product_list {
  padding-left: 20px;
  line-height: 30px;
}

.cart_amount_block {
  /* height: 100%; */
}


p.checkout-inline-error-message,
.shipping_gift_email_error {
  color: #a00000;
  font-family: "ITC Franklin Gothic Std DmCd" !important;
  font-size: 15px;
  letter-spacing: .5px;
  font-weight: 400;
  margin-top: 10px;
}

table.shop_table.woocommerce-checkout-review-order-table {
  margin-bottom: 50px !important;
}

.woocommerce-shipping-fields__field-wrapper,
.woocommerce-billing-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.woocommerce-billing-fields__field-wrapper p,
.woocommerce-shipping-fields__field-wrapper p {
  width: 100%;
}


p.checkout-inline-error-message {
  line-height: 15px;
}

table.shop_table.woocommerce-checkout-review-order-table tfoot tr th {
  padding: 20px 12px;
}


.shop_table.woocommerce-checkout-review-order-table {
  background: #FFF;
  box-shadow: 0px 4px 8px rgba(18, 18, 18, 0.10);
  border: 1px solid #ededed;
}


.woocommerce-checkout-payment {
  box-shadow: 0px 4px 8px rgba(18, 18, 18, 0.10);
  border: 1px solid #ededed;
}


.Label {
  box-shadow: 0px 4px 8px rgba(18, 18, 18, 0.10);
  border: 1px solid #ededed;
}


.wc_payment_method label {
  font-family: "ITC Franklin Gothic Std DmCd";
  font-size: 18px !important;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .5px;
}


button#place_order {
  float: initial !important;
  display: block;
  margin: auto;
  font-size: 25px;
  margin-top: 50px;
  margin-bottom: 30px;
  padding: 20px 50px;
}

.order_confirmation_block_inner {
  background: #FFF;
  box-shadow: 0px 4px 8px rgba(18, 18, 18, 0.10);
  border: 1px solid #ededed;
  border-radius: 10px !important;
}

.order_confirmation_block_inner h1 {
  font-size: 40px;
}

.order_confirmation_block_inner a.button.return-home {
  line-height: 22px;
  text-align: center;
  color: #121212;
  font-size: 14px;
  border: 1px solid #121212;
  background: #ffffff;
  font-family: "Swift Neue LT Pro Regular";
  font-weight: 500;
}

.order_confirmation_block_inner a.button.return-home:hover {
  opacity: 0.8;
  background: none !important;
}

h2.order_confirm_heading_sub {
  font-size: 25px;
  padding: 20px;
}

h1.order_confirm_heading_main {
  font-size: 40px;
}

a.woocommerce-button.button.view {
  font-family: "Swift Neue LT Pro Regular";
  font-size: 14px;
  line-height: 23px;
  font-weight: 500;
  text-align: center;
  color: #121212;
  border: 1px solid #121212;
  border-radius: 0;
  background: #ffffff;
  transition: all 0.5s linear;
}

a.woocommerce-button.button.view:hover {
  background-color: #fff !important;
  opacity: 0.6 !important;
}

.woocommerce-Address a.edit {
  display: inline-block;
  margin: 10px auto;
  min-width: 90px;
  font-size: 14px;
  height: 36px;
  line-height: 36px;
  padding: 0 6px;
  text-align: center;
  color: #121212;
  border: 1px solid #121212;
  background: #ffffff;
  font-family: "Swift Neue LT Pro Regular";
}

.woocommerce-Address a.edit:hover {
  opacity: 0.6 !important;
}

/* Force the label to be visible on My Account edit address page */
.woocommerce-edit-address label[for="billing_address_2"] {
  display: inline-block !important;
  clip: auto !important;
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
}



a.woocommerce-button.button.cancel.wcs_block_ui_on_click,
a.woocommerce-button.button.change_payment_method,
a.woocommerce-button.button.reactivate.wcs_block_ui_on_click {
  font-family: "Swift Neue LT Pro Regular";
  font-size: 14px;
  line-height: 23px;
  font-weight: 500;
  text-align: center;
  color: #121212;
  border: 1px solid #121212;
  border-radius: 0;
  background: #ffffff;
  transition: all 0.5s linear;
  width: 25%;
}

a.woocommerce-button.button.cancel.wcs_block_ui_on_click:hover,
a.woocommerce-button.button.change_payment_method:hover,
a.woocommerce-button.button.reactivate.wcs_block_ui_on_click:hover {
  opacity: 0.6 !important;
  background-color: #fff !important;
}

input#place_order {
  background-color: #2c7332 !important;
}


.payment_box.payment_method_stripe {
  display: block !important;
  margin: 20px;
}

ul.woocommerce-SavedPaymentMethods.wc-saved-payment-methods {
  margin-top: 20px;
}

.woocommerce-SavedPaymentMethods li {
  list-style: none;
}

/* #billing_address_2_field .screen-reader-text{

  position: relative !important;
      display: block !important;
      height: auto !important;
      clip-path: unset !important;
      width: auto !important;
} */

.checkout-section {
  padding: 60px 30px !important;
}



.woocommerce-shipping-fields label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
  pointer-events: none;
}

h1.entry-title {
  font-family: "ITC Franklin Gothic Std DmCd" !important;
  font-size: 60px;
  text-align: center;
}

span.woocommerce-input-wrapper {
  display: inline-block;
  width: 100%;
  height: 37px;
}

.woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .form-row {
  margin: 8px 0 !important;
  float: left;
}

.woocommerce-address-fields__field-wrapper {
  display: inline-block;
  width: 100%;
  padding-bottom: 10px;
}

.cart_amount_block .cart_coupon_block.cart_block_subtotal_warp {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.cart_amount_block .cart_block_right form {
  padding-top: 0;
  padding-left: 10px;
}

.cart_amount_block .cart_coupon_block.cart_block_subtotal_warp .applied-coupons ul {
  padding-left: 10px;
}

section.cart_block_wrapper .cart_amount_block {
  padding: 15px;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  padding: 1em 2em 1em 3.5em;
  margin: 0 0 2em;
  position: relative;
  border-top: 3px solid #000000 !important;
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
  background: #f0f0e7 !important;
  font-family: "ITC Franklin Gothic Std DmCd" !important;
  font-size: 18px !important;
  color: #121212 !important;
  border-radius: 0;
  box-shadow: none;
}

.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-message:before {
  color: #000000 !important;
}

.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
  padding-bottom: 5px;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  padding: 1em 2em 1em 3.5em;
  margin: 0 0 2em;
  position: relative;
  border-top: 3px solid #000000 !important;
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
  background: #f0f0e7 !important;
  font-family: "ITC Franklin Gothic Std DmCd" !important;
  font-size: 18px !important;
  color: #121212 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: none;
}

.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-message:before {
  color: #000000 !important;
}

.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
  line-height: 25px;
  padding: 0;
}

h3#order_review_heading {
  font-size: 36px !important;
  line-height: 40px !important;
  color: #121212 !important;
  font-family: "ITC Franklin Gothic Std DmCd" !important;
  font-weight: 400 !important;
  margin: 0;
  margin-bottom: 10px !important;
}

.single-page ul.wp-block-list,
.single-page ol.wp-block-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-left: 25px;
  word-break: break-all;
}

.contatti_pg .wp-block-group p {
  /* word-break: break-all; */
}

.contatti_pg,
.contatti_pg article.page {
  overflow-y: hidden;
}



@media screen and (max-width: 767px) {
  .entry-content.container.single-page .woocommerce {
    display: flex;
    flex-direction: column-reverse;
  }

  .entry-content.container.single-page .woocommerce nav.woocommerce-MyAccount-navigation ul {
    max-width: 100%;
  }

  .entry-content.container.single-page .woocommerce .woocommerce-MyAccount-content {
    padding: 20px 0;
  }

  .entry-content.container.single-page .woocommerce nav.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.is-active:after {
    display: none;
  }

  .woocommerce table.shop_table.order_details tfoot tr {
    display: flex;
    justify-content: space-between;
  }

  .woocommerce table.shop_table.order_details tfoot tr td {
    text-align: right;
  }

  .woocommerce table.shop_table.order_details td {
    text-align: left;
    width: 100%;
  }

  table.shop_table.order_details {
    font-size: 18px;
  }

  table.shop_table.subscription_details {
    font-size: 18px;
  }

  table.shop_table.order_details {
    display: flex;
    flex-direction: column;
  }

  table.shop_table.subscription_details td {
    width: 100%;
  }

  .u-columns.woocommerce-Addresses .u-column1,
  .u-columns.woocommerce-Addresses .u-column2 {
    width: 100%;
    max-width: 100%;
    margin: 10px 0px;
  }

  .woocommerce-MyAccount-content .woocommerce-Addresses .col-1,
  .woocommerce-MyAccount-content .woocommerce-Addresses .col-2 {
    width: 100% !important;
  }

  table.woocommerce-MyAccount-paymentMethods.shop_table.shop_table_responsive.account-payment-methods-table {
    font-size: 18px;
  }

  .woocommerce h1.woocommerce-form-checkout-form-title {
    font-size: 36px;
    line-height: 40px;
  }

  .checkout-section h3,
  .checkout-section h3 label {
    font-size: 25px !important;
    line-height: 28px !important;
  }

  h3#order_review_heading {
    font-size: 25px !important;
    line-height: 28px !important;
  }

  .subscription-options-wrapper .text-center {
    font-size: 36px !important;
    line-height: 40px !important;
  }

  table.shop_table.woocommerce-checkout-review-order-table td,
  table.shop_table.woocommerce-checkout-review-order-table th {
    width: 100%;
  }

  /* table.shop_table.woocommerce-checkout-review-order-table th {
  text-align: left !important;
} */
  table.shop_table.woocommerce-checkout-review-order-table td.order-total {
    text-align: right;
  }

  table.shop_table.woocommerce-checkout-review-order-table {
    display: flex;
    width: 100%;
    flex-direction: column;
  }

  ul.woocommerce-SavedPaymentMethods.wc-saved-payment-methods {
    padding: 0;
  }

  ul.woocommerce-SavedPaymentMethods.wc-saved-payment-methods li {
    display: flex;
    padding-top: 10px;
  }

  ul.woocommerce-SavedPaymentMethods.wc-saved-payment-methods li input {
    margin-right: 5px !important;
    display: flex;
  }

  ul.woocommerce-SavedPaymentMethods.wc-saved-payment-methods li label {
    line-height: 24px;
  }

  .cart_block_wrapper .table_cart_block table tbody tr {
    padding-bottom: 15px;
  }

  .cart_block_wrapper .table_cart_block table tbody tr td {
    padding: 5px;
  }

  .cart_amount_block .cart_block_right form input[type=text] {
    width: 130px;
  }

  table.shop_table.woocommerce-checkout-review-order-table tfoot tr th {
    padding: 10px 12px;
  }

  table.shop_table.woocommerce-checkout-review-order-table tfoot tr {
    font-size: 18px;
  }

  .menu_block>.row {
    align-items: center;
    width: 100%;
  }

  .abbonamenti_mobile_link {
    padding: 0 30px;
  }

  .cerca_abbonamenti_block {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  }

  .innerpage .menu_block>.row>.col-7 .cart_view.cerca_block.cart-icn {
    margin-right: 12px !important;
  }

  .woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody td {
    border-top: 0;
    padding: 5px 12px;
  }

  .woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody tr {
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding: 15px 0;
  }

  .woocommerce table.shop_table.woocommerce-checkout-review-order-table tbody tr:first-child {
    border: 0;
  }
}

/* Subscription Info Box */
.ab_info_inner {
  margin-bottom: 10px;
}


.subscription-info-icon {
  cursor: pointer;
}

/* Subscription Info Modal */
#subscription-info-modal .modal-contents {
  font-size: 14px;
  /* reduce overall text size */
  line-height: 1.4;
}

#subscription-info-modal .subscription-info-message {
  font-size: 14px;
  /* text inside the popup */
}

/* Adjust spacing and size of the info icon near Italia */
.subscription-info-icon img {
  width: 20px;
  height: 25px;
  /*margin-left: 6px;*/
  vertical-align: middle;
}

/* Link block styling */
.subscription-info-modal .link_block {
  display: block;
  clear: both;
  text-align: center;
  font-family: "Swift Neue LT Pro Semibold", sans-serif;
  font-size: 12px;
  color: #0f00ff;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.modal-contents {
  font-family: var(--entry-content--font-family);
}

button#copy-shipping-to-billing {
  padding: 0 12px !important;
  text-align: center;
  color: #121212 !important;
  font-size: 14px !important;
  border: 1px solid #121212 !important;
  background-color: #ffffff !important;
  font-family: "Swift Neue LT Pro Regular", sans-serif;
  width: fit-content !important;
  min-width: 90px;
  line-height: 34px !important;
  font-weight: 500 !important;
  border-radius: 4px !important;
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

button#copy-shipping-to-billing:hover {
  background-color: #121212 !important;
  color: #ffffff !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
}

button#copy-shipping-to-billing:active {
  transform: translateY(1px);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}


.cart_block_button.back_to_shop {
  margin-top: 25px;
}

/* Custom Auto Renew Button Style */
button.custom-auto-renew-btn {
  display: inline-block;
  margin: 10px auto;
  min-width: 90px;
  font-size: 14px;
  line-height: 36px;
  padding: 0 6px;
  text-align: center;
  color: #121212;
  border: 1px solid #121212;
  background: #ffffff;
  font-family: "Swift Neue LT Pro Regular";
}
button.btn.btn-outline-dark.toggle-category {
  border: 1px solid #000000;
  margin: 10px;
}

.woocommerce form .form-row .required{
    font-weight: 400 !important;
}

.woocommerce form .form-row input.required {
  color: #000 !important;
}
/* section.cart_block_wrapper {
  padding: 100px 0;
} */

.custom-cart-empty-message {
  padding: 100px 0;
}

button.brdr_btn.list_add_to_giftMode {
  border: none !important;
}


.abbonamento_card .ab_box_inner .link_block {
  margin-bottom: 10px !important;
}

.abbonamento_card .ab_box_inner .title_block h3{
  margin-top: 10px !important;
  margin-bottom: 15px !important;
}

.abbonamento_card .ab_box_inner .subcontent_block p {
  font-size: 17px  !important;
  line-height: 22px !important;
  /* margin-bottom: 45px !important; */
}


button.brdr_btn.list_add_to_giftMode {
  margin-bottom: 8px !important;
  margin-top: 0 !important;
 
}

.abbonamento_card .ab_box_inner .brdr_btn {
  font-weight: 500 !important;
  font-size: 16px !important;
  
}

button.brdr_btn.list_add_to_cartButton {
  margin-top: 30px !important;
}


.gda-single-product-image {
  position: relative;
  float: left;
  width: 48%;
  display: flex;
  justify-content: center;
}
.gda-single-product-image img.single-main-image {
  max-height: 500px;
  width: auto;
}
.single-product {
  max-width: 1200px;
}

.single-product .subcontent_block, .single-product .banner_content {
  line-height: 30px;
  font-size: 17px;
  line-height: 25px;
  margin-bottom: 10px;
  color: #121212;
  margin-top: 25px;
  font-family: "Swift Neue LT Pro Regular";
}

/* FOOTER NAV WRAPPER → Align columns horizontally */
.footer_nav_block {
  display: flex;
  gap: 60px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
}

/* ONE COLUMN */
.footer_nav_block .footer_column {
  list-style: none;
  margin: 0;
  padding: 0 40px 0 0;
  position: relative;
}

/* VERTICAL SEPARATOR BETWEEN COLUMNS */
.footer_nav_block .footer_column:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #dcdcdc;
}

/* PARENT TITLE */
.footer_nav_block .title_nav {
  font-weight: 700;
  font-size: 15px;
  display: inline-block;
  margin-bottom: 8px;
  text-transform: uppercase;
  color: #000;
}

/* CHILD LINKS */
.footer_nav_block .footer_column li a {
  display: block;
  margin-bottom: 4px;
  font-size: 15px;
  color: #000;
  text-decoration: none;
}

/* Hover effect */
.footer_nav_block .footer_column li a:hover {
  text-decoration: underline;
}

.entry-content.container.single-page {
  min-height: 400px;
}
body > span.select2-container.select2-container--default.select2-container--open {
  width: auto !important;
  max-width: 100%;
}

