.col-sidebar ul {
  margin: 0 0 28px 0;
  padding: 0;
  list-style: none; }

.col-sidebar ul li {
  font-size: 22px;
  font-weight: 600;
  color: #213259;
  margin-bottom: 12px; }

.col-sidebar ul li a {
  font-size: 22px;
  font-weight: 400;
  color: #213259; }

.col-sidebar ul li a.active {
  font-weight: 600;
  text-decoration: underline; }

h4 {
  margin: 0 0 50px 0;
  width: auto; }

.col-about .col-w-25 {
  height: 472px; }

.col-about p {
  font-family: Roboto, sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #353536;
  line-height: 32px;
  margin: 0;
  clear: both; }

.col-about p strong {
  color: #213259; }

.col-about .btn-default {
  background: #213259;
  border-radius: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 54px;
  margin: 24px 24px 0 0;
  float: none;
  display: inline-block;
  height: 54px;
  padding: 0;
  width: 200px; }

.col-about .btn-default:last-child {
  margin-right: 0; }

.col-sidebar .btn-default, .btn-default.btn-scarica {
  line-height: 54px;
  height: 54px;
  padding: 0;
  border-radius: 0;
  background: #213259;
  font-size: 18px;
  font-weight: 400;
  width: 100%;
  display: block;
  float: none;
  max-width: 260px; }

.btn-default.btn-scarica {
  position: relative;
  width: 54px;
  margin-top: 12px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.btn-default.btn-scarica::before {
  display: none; }

.btn-default.btn-scarica::after {
  content: "";
  position: absolute;
  background: url("/themes/srm/images/ico-scarica-pdf.png") no-repeat center left / 19px 20px;
  width: 19px;
  height: 20px;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -9.5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.col-sidebar .btn-default small {
  display: inline-block;
  font-size: 18px;
  padding-left: 36px;
  background: url("/themes/srm/images/ico-contattaci.png") no-repeat center left / 23px 16px; }

.btn-default.btn-scarica small {
  font-size: 18px;
  padding-left: 31px;
  background: url("/themes/srm/images/ico-scarica-pdf.png") no-repeat center left / 19px 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  display: inline-block;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.riga-relazione .col-w-100 {
  margin: 0;
  font-size: 0;
  position: relative;
  overflow: hidden; }

.riga-relazione .col-w-100::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background: #B5B5B7;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.riga-relazione .col-w-100::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  right: -100%;
  background: #243256;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.riga-relazione:hover .col-w-100::after {
  right: 0; }

.riga-relazione h6 {
  font-size: 24px;
  font-weight: 400;
  margin: 26px 0;
  width: auto;
  float: left; }

.riga-relazione:hover h6 {
  font-weight: 700; }

@media (min-width: 1200px) {
  .col-sidebar {
    margin: 0;
    width: 14.5%; }
  .col-about {
    display: table;
    width: 85.5%;
    margin: 0;
    padding-left: 46px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .col-sidebar {
    margin: 0;
    width: 20.5%; }
  .col-about {
    display: table;
    width: 79.5%;
    margin: 0;
    padding-left: 46px; } }

@media (min-width: 992px) {
  .riga-relazione:hover .btn-scarica {
    width: 255px; }
  .riga-relazione:hover .btn-scarica::after {
    opacity: 0; }
  .riga-relazione:hover .btn-scarica small {
    opacity: 1; } }

@media (min-width: 768px) and (max-width: 991px) {
  .col-sidebar {
    margin: 0;
    width: 27.5%; }
  .col-about {
    display: table;
    width: 72.5%;
    margin: 0;
    padding-left: 46px; } }

@media (max-width: 767px) {
  .col-sidebar ul li, .col-sidebar ul li a {
    font-size: 18px; }
  .riga-relazione h6 {
    font-size: 18px; } }
