span.abstract{
  font-family: 'Encode Sans', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  padding: 0 0 20px 0;
  display: block;

  color: #1C1C1B;
}

span.author{
  font-family: 'Encode Sans', sans-serif;
  font-size: 12px;
  color: #797973;
  display: block;
}

.box-main-image{
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;

  height: 550px;
  overflow: hidden;
}

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

	.box-main-image{
		display: block;
		width: auto;
	}

}

.box-main-image > img{
	display: block;
	width: 100%;
}


/* TAG */

.tag-band{
  border-bottom: 1px solid #F73D56;
  border-top: 1px solid #F73D56;
}

span.title-tag{
	font-family: 'Encode Sans', sans-serif;
  font-size: 14px;
  color: #F73D56;
	letter-spacing: 0.7px;
	text-transform: uppercase;

  margin: 0;
	padding-right: 10px;

	display: inline-block;
}

.tag-band a{
	display: inline-block;
	margin: 0;
	padding: 0 10px;

	font-family: 'Encode Sans', sans-serif;
  font-size: 14px;
  color: #797973;
	letter-spacing: 0.7px;

	text-decoration: none;
}


/* PRECEDENTE SUCCESSIVO */

a.previous-next-box{
	display: block;
	width: 100%;
	background-color: #F73D56;
	color: #fff;
	text-decoration:none;
}

a.previous-next-box span.title-pn{
	font-family: 'Encode Sans', sans-serif;
  font-size: 12px;
	letter-spacing: 1px;
	color: #fff;
	text-transform: uppercase;
}

a.previous-next-box h5.article-pn{
	display: block;
	font-family: 'Encode Sans', sans-serif;
  font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 24px;
	margin: 0;
	padding: 10px 0 0 0;
	letter-spacing: 0.5px;
}

/* MEDIA PRINT */

.print-only, .print-only *{
  visibility: hidden;
  height: 0;
	display: none;
}

@media print {

  main{
    margin-top: 0;
  }

  body * {
    visibility: hidden;
    height: 0;
  }
  .printable, .printable * {
    visibility: visible;
    height: auto;
  }
  .printable .not-printable, .printable .not-printable *{
    visibility: hidden;
    height: 0;
  }
  .printable {

  }

  .print-only, .print-only *{
    visibility: visible;
    height: auto;
		display: block;
  }

	.printable-col{
		width: 100% !important;
		max-width: 100% !important;
		flex: none;
	}
}

.div-video{
  position: relative;
}

.div-video .video-img{
  display: block;
  width: 100%;
}

.div-video iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* BOX SOCIAL */

.box-social{
  position: fixed;
  top: 220px;
  left: 0;

  padding: 15px;
  border-radius: 5px;
  background-color: #fff;

  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}

.box-social-title{
  font-size: 10px;
  padding-bottom: 12px;
}

.box-social a{
  display: block;
  padding: 5px;
}

.box-social i{
  font-size: 26px;
}

@media only screen and (max-width: 1299px){
  .box-social{
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;

    padding: 10px 5px;

    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;

    z-index: 100;
  }

  .box-social-title{
    padding-bottom: 5px;
  }

  .box-social a{
    display: inline-block;
    padding: 0 5px;
  }

  footer {
    padding-bottom: 80px !important;
  }
}

.contact-c{
  padding: 10px 30px;
  border-top: 1px solid #797973;
  border-bottom: 1px solid #797973;
  display: flex;
  justify-content: space-between;
  align-items: center
}

@media (max-width: 768px) {
  .contact-c{
    padding: 10px;
    flex-direction: column;
  }
}

.contact-c p{
  color: #F73D56;
  font-size: 16px;
}

.contact-c_left{
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .contact-c_left{
    margin-bottom: 10px;
  }
}

.contact-c_left img{
  height: 50px;
  padding-right: 15px;
}

.box-form{
  border-radius: 10px;
  padding: 25px;
  background-color: #F9F9F9;
}

.box-form-title{
  display: flex;
  align-items: center;
}

.box-form-title img{
  height: 60px;
  padding-right: 15px;
}

/* ! SHOWCASE */
/*
.slider-vet-c .slick-list {
  overflow: visible;
}

.slider-vet-item {
  opacity: 0;
  pointer-events: none;
  cursor: default;
}

.slider-vet-item.slick-active {
  opacity: 1;
  pointer-events:visible;
  cursor: default;
}
*/

.slider-vet-item{
  padding: 20px;
}

.slider-vet-item .ato-card{
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
}

.slick-dots {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slider-vet-nav .slick-dots li button:before {
  font-family: 'slick';
  font-size: 10px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  background: -webkit-linear-gradient(#FFFFFF, #FFFFFF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-font-smoothing: antialiased;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  font-size: 14px;
}

.schowcase-band{
  padding: 30px 0;
  margin-bottom: 30px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .schowcase-band{
    margin-left: -15px;
    margin-right: -15px;
  }
}

.schowcase-title{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.schowcase-title a{
  padding: 0 !important;
  padding-right: 15px !important;
  color: #fff !important;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .schowcase-title a{
    padding-right: 0px !important;
  }
}

.schowcase-band h3{
  padding: 0 !important;
  padding-left: 15px !important;
  color: #fff !important;
  font-weight:400 !important;
}



@media (max-width: 768px) {
  .schowcase-band h3{
    padding-left: 0px !important;
  }
}

.slider-vet-item{
  padding-left: 15px;
  padding-right: 15px;
  background: transparent;
}

@media (max-width: 768px) {
  .slider-vet-item{
    
  }
}
