
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400;1,700&display=swap');

body {
	font-family: 'Lato', sans-serif;
}

h2 {
	text-align: left;
}

main *, #nav {
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

#nav {
	height: auto;
	background-color: rgba(255,255,255,0);
	box-shadow: 0px 1px 20px rgba(0,0,0,0);
	text-transform: none;
	width: 100%;
	position: fixed;
	z-index: 99;
}

#nav .nav {
	text-align: right;
}

#nav .nav li a {
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	border-top: 0;
	padding: 15px 15px;
	margin: 15px 0;
	color: #002d39;
}

#nav .nav li a:hover {
	border-top: 0;
	color: #002d39;
}

.logo-img img {
	height: 100px;
	width: auto;
}

#nav-wrapper {
	margin-top: 40px;
}


.scrolled {
	background-color: rgba(73, 131, 154, 1) !important;
}

.scrolled .logo-img img {
	height: 70px;
	width: auto;
}

.scrolled #nav-wrapper {
	padding: 5px 0;
	color: #FFF;
	margin: 0 auto;
}

#nav.scrolled .nav li a {
	color: #FFF;
	margin: 10px 0;
}


header {
	margin: 140px 0;
	padding-left: 0 !important;
}

header .header-img {
	margin-top: 100px;
}

header h2, header h2 small {
	color: rgba(73, 131, 154, 1);
}

header h2 {
	font-size: 2.8em;
}

header h2 small {
	font-size: 80%;
}

header > div > div > p {
	color: rgba(73, 131, 154, 1);
	font-size: 1.6em;
	margin: 20px 0 30px;
}

.highlight-wrapper {
	margin: 20px 0;
	width: 100%;
	max-width: 400px;
	background: rgba(73, 131, 154, 1);
	border-radius: 12px;
	padding-bottom: 6px;
	box-shadow: 0px 5px 40px rgba(0, 0, 0, .2);
}


.highlight {
	background: rgba(255, 255, 255, 1);
	position: relative;
	top: 6px;
	border-radius: 12px;
	padding: 10px 30px 20px;
}

.highlight p {
	text-align: left;
}

.highlight p.location {
	color: rgba(73, 131, 154, 1);
	position: relative;
	top: 10px;
	width: 60%;
}

.highlight a {
	background-color: #e74e0e;
	padding: 10px 20px;
	color: #FFF;
	width: 38%;
}

.highlight footer > * {
	display: inline-block;
}

main h2 {
	color: #e74e0e;
	font-size: 30px;
	font-weight: 500;
}

main h3 {
	text-transform: uppercase;
	color: #e74e0e;
}

.blue-rounded-bg {
	background-color: #e74e0e;
	width: 100%;
	height: 40px;
	border-radius: 12px;
	top: -6px;
	position: absolute;
}

.article-wrapper {
	position: relative;
	margin: 30px auto;
}



article {
	padding: 25px 0;
	position: relative;
}

article .visible-intro {
	display: table;
}

article .visible-intro > * {
	display: table-cell;
	vertical-align: middle;
}


article .visible-intro .image {
	width: 40%;
	background-image: url('/templates/comunicare/images/Cardio/sgb_placeholder.jpg');
	background-size: cover;
	background-position: 50%;
}

article .visible-intro .content {
	padding: 10px 20px;
}

article .visible-intro .content h5 {
	text-align: left;
	color: #e74e0e;
	font-weight: bold;
	font-size: 16px;
}

article .visible-intro .content > p {
	margin: 20px 0;
}

article .visible-intro .content .location {
	color: #e74e0e;
	padding-right: 10px;
}

article .visible-intro .content footer {
	display: table;
	width: 100%;
	height: 40px;
}

article .visible-intro .content footer > *{
	display: table-cell;
	vertical-align: middle;
}

article .visible-intro .content footer > p {
}

article .visible-intro .content footer > a {
	width: 120px;
	background-color: #e74e0e;
	color: #FFF;
	text-align: center;
	padding: 10px 20px;
}

article  {
		height: 0;
		overflow: hidden;
		padding: 0 20px;
}

article  {
	height: auto;
	margin: 30px auto;
}

article  .intro-biellacuore{
  margin: 50px 0;
}

article  .intro-biellacuore .intro-title{
    color: #e74e0e;
    margin-bottom: 15px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    hyphens: none;
}

article  .event-timetable {
  padding: 25px 10px;
	display: table;
	background-color: #f7ebed;
	padding-bottom: 20px;
}

article  .event-timetable-infermieri {
  padding: 25px 10px;
	display: table;
	background-color: #ecebf7;
	padding-bottom: 20px;
}

article  .event-timetable .title {
	display: table-row;
}

article  .event-timetable-infermieri .title {
	display: table-row;
}

article  .event-timetable .title h3 {
	margin-left: 25px;
  color: #e74e0e;
}

article  .event-timetable-infermieri .title h3 {
	margin-left: 25px;
  color: #e74e0e;
}

article  .event-timetable h4 {
  padding: 5px 10px;
  background-color: #e74e0e;
  color: #fff;
}

article  .event-timetable-infermieri h4 {
  padding: 5px 10px;
  background-color: #e74e0e;
  color: #fff;
}

article  .event-timetable-infermieri a {
  text-decoration: none;
  color: #fff;
}

article  .event-timetable-infermieri a:hover {
  text-decoration: underline;
  color: #fff;
}

article  .event-timetable .sub-session {
  color: #e74e0e;
}

article  .event-timetable-infermieri .sub-session {
  color: #e74e0e;
}

article  .event-timetable > .left, article  .event-timetable > .right{
	display: table-cell;
	width: 50%;
	padding: 10px 15px;
}

article  .event-timetable-infermieri > .left, article  .event-timetable-infermieri > .right{
	display: table-cell;
	width: 50%;
	padding: 0px 15px;
}

article  .event-timetable .left {
	padding-left: 25px;
}

article  .event-timetable-infermieri .left {
	padding-left: 25px;
}

article  .event-timetable .right {
	padding-right: 25px;
}

article  .event-timetable-infermieri .right {
	padding-right: 25px;
}

article  .event-timetable .item {
	display: table;
}

article  .event-timetable-infermieri .item {
	display: table;
}

article  .event-timetable .item > * {
	display: table-cell;
}

article  .event-timetable-infermieri .item > * {
	display: table-cell;
}

article  .event-timetable .item .time {
	width: 110px;
	padding-right: 10px;
	color: #e74e0e;
	font-size: 18px;
	position: relative;
	top: 3px;
}

article  .event-timetable-infermieri .item .time {
	width: 110px;
	padding-right: 10px;
	color: #e74e0e;
	font-size: 18px;
	position: relative;
	top: 3px;
}

article  .event-timetable .item .author {
	font-style: italic;
	font-weight: bold;
	
}

article  .event-timetable-infermieri .item .author {
	font-style: italic;
	font-weight: bold;
	
}


article .sponsors {
	padding-bottom: 0px;
	margin-top: 40px;
	box-shadow: none;
}

.sponsors {
	padding-bottom: 50px;
	padding-bottom: 50px;
	margin-top: 40px;
	box-shadow: 0px 0px 60px rgba(0, 0, 0, .2);
}

.general-infos h3{
  color: #e74e0e;
}

.sponsors p{
  margin-bottom: 25px;
}

.sponsors .container {
	padding: 20px 0;
}

.sponsors h6 {
	color: rgba(73, 131, 154, 1);
	text-transform: uppercase;
}

.sponsor-sample {
	display: inline-block;
	height: 50px;
	background-color: grey;
}

.sponsors ul {
	display: flex;
	flex-wrap: wrap;
	padding-inline-start: 0;
}

.sponsors li {
	flex-grow: 1;
	list-style: none;
	align-self: center;
}

.sponsors li img {
	padding: 5px;
	vertical-align: bottom;
	max-height: 100%;
}

.col-md-7 .sponsor-sample {
	width: 32%;
}

.col-md-5 .sponsor-sample {
	width: 49%;
}

.sponsors img {
	padding: 5px;
}

h3.past-event-title{
margin: 100px 0 50px 0;
color: #e74e0e ;
}

.highlight-wrapper-past {
	margin: 25px 0 50px 0;
	width: 100%;
	background: #e74e0e;
	border-radius: 12px;
	padding-bottom: 6px;
	box-shadow: 0px 5px 40px rgba(0, 0, 0, .2);
}

.highlight-wrapper-past .expandable-content{
	background: #fff;
}

.highlight-wrapper-past .shoulder-link{
  color: white;
  cursor: pointer;
  text-decoration: none;
}

.highlight-past {
  display: flex;
  justify-content: center;
  align-items: center;
	background: rgba(255, 255, 255, 1);
	position: relative;
	top: 6px;
	border-radius: 12px 12px 0px 0px;
	padding: 10px 30px 20px;
}


.highlight-past p {
	text-align: left;
}

.highlight-past .event-info {
  flex: 1;
	padding: 10px;
}
.highlight-past .event-link {
  flex: 1;
	padding: 10px;
}

@media screen and (max-width: 991px) {
  .highlight-past {
    display: block;
  }
}

.highlight-past .event-info h3 {
  color: #e74e0e;
  font-weight: 700;
}

.highlight-past .event-info p.date-biellacuore {
  font-weight: 700;
}

.highlight-past .event-info p.location-biellacuore{
  color: #e74e0e;
  text-transform: uppercase;
}


.highlight-past .event-link{
	background-color: #e74e0e;
  text-align: center;
}

.highlight-past .event-link a {
	color: #FFF;
}

.highlight-past footer > * {
	display: inline-block;
}


#footer {
    background-color: #e74e0e;
}

#footer .nav {
    margin: 15px 0;
}

#footer .nav > li > a {
    position: relative;
    display: block;
    padding: 0px 15px;
    color: #FFF;
}

#footer .nav > li > a {
    background-color: rgba(0,0,0,0);
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
}

#footer .bottom-footer .container > .row{
display:flex;
align-items: center;
justify-content: center;
}

#footer .bottom-footer .row .right{
height: 100%;
  line-height: 1em;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    color: #fff;
    text-align: right;
    font-weight: bold;
}



.general-infos img.img-responsive {
    margin: 25px 0;
    max-height: 60px;
}

.general-infos {
    margin-bottom: 50px;
}



#content {
	display: none;
}

div#info {
	margin-bottom: 100px;
}

/*#footer {
	background-color: #e74e0e;
}

#footer .nav {
	margin-top: 12px;
}

#footer .nav > li > a {
	position: relative;
	display: block;
	padding: 0px 15px;
	color: #FFF;
}

#footer .nav > li > a {
	background-color: rgba(0,0,0,0);
	color: #FFF;
}

#footer .text-right {
	color: #FFF;
}

#footer .bottom-footer .row .right {
    height: 100%;
    line-height: 1em;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    color: #fff;
    text-align: right;
    font-weight: bold;
}*/

@media screen and (max-width: 979px) {
	article  .event-timetable > .left, 
	article  .event-timetable > .right {
		width: 100%;
		display: inherit;
	}

  article  .event-timetable-infermieri > .left, 
	article  .event-timetable-infermieri > .right {
		width: 100%;
		display: inherit;
	}
	
	.container-fluid .main-event {
		max-width: 750px;
		margin: auto;
		float: none;
	}
	
	.sponsors.row img {
		padding: 20px 0;
		margin: 0 auto;
		display: block;
	}
}


@media screen and (max-width: 600px) {
	article .visible-intro .image {
	display: none;
	}
}





html {
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
}

body {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 300;
  background: #fff;
}

.chirurgia-protesica-spalla #content,
.chirurgiaspalla #content {
  display: none;
}

/* NAV
**********************/
.scrolled {
    background-color: #fff !important;
}

#nav {
  color: #1d1d1b;
  background: #ffffff;
  padding: 10px 0;
  display: block !important;
  z-index: 999;
}

#nav-wrapper {
  position: relative;
  margin-top: 0;
  background: #fff;
  padding: 10px 15px !important;
}

#nav-wrapper.scrolled {
  padding: 10px 15px !important;
  margin: 0;
  background: #fff;
}

#nav-wrapper > .row {
  display: flex;
  max-width: 100%;
  align-items: center;
  margin: 0;
}

#nav-wrapper .nav-logo {
  max-height: 100%;
  flex: 1;
  max-width: 200px;
}

#nav-wrapper .nav.menu {
  flex: 2;
}

#nav .nav li a {
  color: #e74e0e;
  text-transform: uppercase;
  font-size: 14px;
  border: 0;
   margin-top: 0;
  margin: 0 !important;
}

#nav.scrolled .nav li a {
  color: #e74e0e;
  margin-top: 0;
  margin: 0 !important;
}

#top-mobile-toggle {
  display: none !important;
}

@media(max-width: 748px) {
  #nav-wrapper .nav.menu {
    display: none;
  }
}

/* HEADER
************/
header {
  padding: 0;
  padding-top: 90px !important;
  margin: 0;  
}

header > .content {
  display: flex;
  background: url('/images/biellacuore/bg-header.jpg');
  background-size: cover;
  align-items: center;
  padding: 2% 8%;
  position: relative;
}

header .piedmont-image {
  flex: 1;
}

header .piedmont-image img {
  max-width: 100%;
  margin-top: 0 !important;
}

header .event-info {
  flex: 1;
}

header .event-info h2 {
  color: #002e3a;
  font-size: 3rem;
  /*margin: 3rem 0;*/
}

header .event-info h3 {
  color: #002e3a;
  margin: 1rem 0 3rem 0;
}

header .event-info .scientific-committee {
  font-style: italic;
  margin-bottom: 3rem;
  font-weight: 400;
  color: #002e3a;
}

header .event-info .scientific-committee h4 {
  text-decoration: underline;
  margin-bottom: 1rem;
  font-size: 2.5rem;
  font-weight: 700;
}

header .event-info .scientific-committee table {
  width: 100%;
  font-size: 2.2rem;  
}

.highlight-wrapper {
  margin: 0;
  width: 100%;
  max-width: 600px;
  background: #e74e0e;
}

.highlight-wrapper h4 {
  color: #e74e0e;
  font-size: 2.2rem;
  font-weight: 700;
}

.highlight-wrapper p {
  color: #b9b9b9;
  font-size: 1.5rem;
  margin: 2rem 0;
  font-weight: 400;
}

.highlight a {
  background-color: #e74e0e !important;
}

header .event-info-footer {
  display: flex;
  width: 100%;
  align-items: center;
}

header .event-info-footer .location {
  width: auto !important;
  flex: 1 !important;
  color: #e74e0e;
  font-weight: 400;
}

header .event-info-footer .shoulder-link {
  margin-bottom: 0 !important;
}

@media (max-width: 1200px) {
  header > .content {
    padding: 2%;
  }
}

@media (max-width: 900px) {
  header > .content {
    display: block;
  }

  header .event-info h2,
  header .event-info .scientific-committee,
  header .event-info,
  .highlight-wrapper-past,
  .highlight-past,
  .highlight-wrapper,
  .highlight {
    z-index: 99;
  }

  header .event-info h2,header .event-info .scientific-committee h4 {
    font-size: 2.2rem;
  }

  header .event-info .scientific-committee table {
    font-size: 1.8rem;
  }

   header .event-info {
    flex: none;
    margin: auto;
    max-width: 600px;
  }

  header .piedmont-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;      
    text-align: center;
    z-index: 1;
  }

  header .piedmont-image img {
    max-height: 100%;
    margin: auto !important;
    z-index: 1;
  }
}

@media (max-width: 500px) {
  header {
    padding-top: 78px !important;
  }
}
/**/




.header-left,
.header-center,
.header-right {
  height: 400px;
}

.header-left {
  color: #FFFFFF;
  font-size: 25px;
  text-transform: uppercase;
  background-image: linear-gradient(#c43418, #c43418, #005e9b);
}

.header-left div {
  -webkit-transform: rotate(-90deg);
  -webkit-transform-origin: left top;
  -moz-transform: rotate(-90deg);
  -moz-transform-origin: left top;
  -o-transform: rotate(-90deg);
  -o-transform-origin: left top;
  transform: rotate(-90deg);
  transform-origin: left top;
  position: absolute;
  bottom: 0px;
  left: 40%;
  white-space: nowrap;
  font-weight: 400;
}

.header-center {
  background-color: #006aae;
  color: #000000;
  padding: 45px 30px;
}

.header-center .title {
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 700;
}

.header-center .highlight {
  color: #fff;
}

.header-center .date {
  font-size: 18px;
  padding: 20px 0;
}

.header-center .place {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.header-right {
  padding: 0;
  bottom: 0;
  background: #000000;
}

.header-right img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.header-left-bottom,
.header-center-bottom,
.header-right-bottom {
  height: 100px;
}

.header-left-bottom {
  background: #005e9b;
}

.header-center-bottom {
  background: #ffffff;
  padding: 5px 0;
  text-align: center;
  font-size: 13px;
}

.header-center-bottom p {
  padding: 0;
}

.header-center-bottom div {
  display: inline;
  margin: 0 5px;
}

.header-center-bottom img {
  max-height: 60px;
}

.header-right-bottom {
  background: #c43418;
  color: #ffffff;
  font-size: 20px;
  padding: 20px 40px;
}

.header-right-bottom .highlight {
  font-weight: 700;
}

/* RAZIONALE
********************/

#razionale h2,
#segreteria-scientifica h2,
#contatti h2,
#scheda-iscrizione .title,
#manifestazione-interesse h2,
#manifestazione-interesse .title.lora {
  font-size: 24px;
  font-weight: 500;
  text-align: left;
}

#razionale h2 {
  padding-top: 50px;
}

/* PROGRAMMA
****************/

section#programma,
section#scheda-iscrizione,
section#manifestazione-interesse {
  padding-top: 150px;
}

#programma h2.clickable-title {
  text-align: left;
  font-size: 32px;
  font-weight: 500;
}

#program-070219 .event-info,
#program-080219 .event-info{
  color: #ffffff;
  margin: 0;
}

#program-070219 .event-info {
  background-color: #006aae;
}

#program-080219 .event-info {
  background-color: #c43418;
  margin-top: 50px;
}

.row.event-program {
  color: #ffffff;
  padding: 50px 0;
  margin: 0;
}

#program-070219 .row.event-program {
  background: #00428b;   
}

#program-080219 .row.event-program {
  background: #9d1005;   
}

.program-070219 img,
.program-080219 img{
  object-fit: cover;
  object-position: right;
  height: 165px;
  margin: auto;
}

#programma h3 {
  font-weight: 200;
}

#programma p.session {
  font-size: 24px;
}

#programma .event-program .item {
  display: table;
  text-align: left;
}

#programma .event-program .time {
  display: table-cell;
  text-align: center;
  padding: 10px;
  width: 100px;
}

#programma .program-070219 .event-program .time {
  background-color: #006aae;
}

#programma .program-080219 .event-program .time {
  background-color: #c43418;
}

#programma .event-program .content {
  display: table-cell;
  padding: 10px;
}

#programma .content span.authors {
  font-weight: 600;
}

a .fa-file-pdf-o {
  color: #6a6f72;
}

/* SCHEDA ISCRIZIONE E MANIFESTAZIONE INTERESSE
************************************************/

section#scheda-iscrizione {
  background-color: #ffffff;
}

#scheda-iscrizione .title,
#manifestazione-interesse h2 {
  color: black;
  margin-bottom: 50px;
  text-align: left;
}

form#chronoform-iscrizioni_spalla_2018,
form#chronoform-manifestazione_interesse_spalla_2018 {
  padding: 50px 20px;
  margin-bottom: 50px;
}

form#chronoform-iscrizioni_spalla_2018 {
  background-color: #f6f6f6;
}

form#chronoform-manifestazione_interesse_spalla_2018 {
  background-color: #ffffff;
}

#chronoform-iscrizioni_spalla_2018 .chronoform-row label,
#chronoform-manifestazione_interesse_spalla_2018 .chronoform-row label {
  color: #9e9e9e;
  text-transform: unset;
  font-weight: 300;
}

#chronoform-iscrizioni_spalla_2018 .chronoform-row input.form-control {
  border-bottom: 1px solid #9e9e9e;
}

#scheda-iscrizione .title.lora {
  color: #006aae;
  margin: 30px 15px;
}

#manifestazione-interesse .title.lora {
  color: #c43418;
  margin: 30px 15px;
}

#scheda-iscrizione .title.lora small {
  font-size: 16px;
}

div#quota_iscrizione label {
  vertical-align: top;
  margin-left: 10px;
}

#chronoform-iscrizioni_spalla_2018 input#submit,
#chronoform-manifestazione_interesse_spalla_2018 input#submit:hover  {
  border: 0;
  background-color: #006aae;
  width: unset;
  color: #ffffff;
  padding: 15px 40px;
  margin: 0;
  text-transform: uppercase;
  height: unset;
  margin-top: 10px;
}

#chronoform-manifestazione_interesse_spalla_2018 input#submit,
#chronoform-iscrizioni_spalla_2018 input#submit:hover {
  border: 0;
  background-color: #c43418;
  width: unset;
  color: #ffffff;
  padding: 15px 40px;
  margin: 0;
  text-transform: uppercase;
  height: unset;
  margin-top: 10px;
}

/* SEGRETERIA SCIENTIFICA
****************************/

#segreteria-scientifica {
  padding: 60px 0;
}

section#segreteria-scientifica {
  color: #ffffff;
  background-image: url(/templates/comunicare/images/spalla/spalla_comitato.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}


/* CONTATTI
*****************/

section#contatti {
  color: #ffffff;
  background-color: #7dabd1;
}

#contatti {
  padding: 20px 0;
}

#contatti h2, #segreteria-scientifica h2, #contatti h2 {
  padding-top: 20px;
  text-transform: uppercase;
}

#contatti a:link {
  color: #ffffff;
  text-decoration: none;
}

/* SPONSOR
***************/
#sponsor img {
    padding: 15px 10px;
}

/* FOOTER
*************/

div#footer {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  position: static;
  background-color: #e74e0e;
}

div#footer a:link {
  color: #ffffff;
}

div#footer a:hover {
  color: #002d39;
  text-decoration: none;
  background-color: transparent;
}

/* PAGINA CONFERMA INVIO FORM
********************************/

.confirm-page div[itemprop="articleBody"] {
  display: table;
  padding: 15px;
  border: 2px solid #c43418;
  height: 400px;
  width: 100%;
  margin-top: 80px;
  margin-bottom: 20px;
}

.confirm-page .subscription {
  vertical-align: middle;
  display: table-cell;
  text-align: center;
}

.subscription h3 {
  text-align: center;
  color: #c43418;
  margin-bottom: 30px;
}

.confirm-page div[itemprop=articleBody] .subscription .home-btn {
  background: #c43418;
  padding: 10px 15px;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  margin-top: 15px;
}

/* MEDIA QUERY
*******************/

@media screen and (min-width: 992px) {
  #home {
    padding-top: 90px;
  }

}
