@charset "UTF-8";
@import "/inc/styles/global.css";
@import "/inc/styles/menu.css";
@import "/inc/styles/footer.css";
@import "/inc/styles/ebook.css";
@import "/inc/styles/chat.css";
@import "/inc/styles/relatedEvents.css";
@import "/inc/styles/registrationForm.css";
@import "/inc/styles/clinical-evidence.css";
@import "/inc/styles/skills-in-pills.css";


/***** Utilizzato per teaser E-learning e Virtual Meeting, riutilizzabile per altri video *****/

.container-video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}

.container-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ========================================
	HOME NEW
======================================== */

/***** Welcome to ZBIN *****/

.home-welcome-to-circle-wrap {
	position: relative;
	margin-top: -20px;
}

.home-circle-ext {
	position: absolute;
	width: 100%;
	height: 100%;
}

.home-welcome-to-cont {
	margin-bottom: 50px !important;
}

.home-welcome-to-cont h1 {
	margin-top: 28px;
	color: #0081c9;
	font-size: 42px;
	font-weight: 400;
	line-height: 1.3;
}

.home-welcome-to-cont h1 span {
	font-size: 36px;
	font-weight: bold;
}

.home-welcome-to-cont h2 {
	margin-top: 10px;
	font-size: 26px;
	font-weight: 400;
	line-height: 1.3;
}

.home-welcome-to-cont h2 span {
	font-weight: bold;
}

.img-responsive.zbinetwork-logo {
	max-width: 540px;
	margin: 4px 0 10px;
}

.img-responsive.home-icons {
	margin-top: 50px;
	max-width: 400px;
}

.home-welcome-to-cont a {
	position: absolute;
	bottom: 0;
	right: 96px;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	text-decoration: none;
}

.home-welcome-to-cont a:link, .home-welcome-to-cont a:visited {
	color: #0081c9;
}

.home-welcome-to-cont a:hover, .home-welcome-to-cont a:active, .home-welcome-to-cont a:focus {
	color: #5a5a5a;
}

/***** Cerchio *****/

.home-circle-outer {
	overflow: hidden;
}

.home-circle-cont {
	display: inline-block;
	position: relative;
	width: 100%;
	padding-top: 50%;
}

.home-circle {
	position: absolute;
	top: -170%;
	right: -100%;
	width: 250%;
	height: 250%;
	background: url(../img/home-new/home-circle.png) 50% 0 no-repeat;
	background-size: contain;
 }

/***** Animazione cerchio *****/

.home-circle.home-circle-rotazione {
	animation: cerchio-rotate linear 10s;
	animation-iteration-count: infinite;
	-webkit-animation: cerchio-rotate linear 10s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation: cerchio-rotate linear 10s;
	-moz-animation-iteration-count: infinite;
	-o-animation: cerchio-rotate linear 10s;
	-o-animation-iteration-count: infinite;
	-ms-animation: cerchio-rotate linear 10s;
	-ms-animation-iteration-count: infinite;
}

@keyframes cerchio-rotate{
	from {transform:rotate(0deg);}
	to {transform:rotate(360deg);}
}

@-moz-keyframes cerchio-rotate{
	from {-moz-transform:rotate(0deg);}
	to {  -moz-transform:rotate(360deg);}
}

@-webkit-keyframes cerchio-rotate {
	from {-webkit-transform:rotate(0deg);}
	to {  -webkit-transform:rotate(360deg);}
}

@-o-keyframes cerchio-rotate {
	from {-o-transform:rotate(0deg);}
	to {  -o-transform:rotate(360deg);}
}

@-ms-keyframes cerchio-rotate {
	from {-ms-transform:rotate(0deg);}
	to {  -ms-transform:rotate(360deg);}
}

/***** row Coming Up e video *****/

.home-coming-up-video-row {
	margin-bottom: 40px;
}

/***** col Coming Up Next *****/

.home-coming-up-cont {
	margin-bottom: 20px;
}

#carousel-coming-up {
	border: solid 1px #e6e6e6;
}

.home-coming-up-cont h1 {
	position: absolute;
	width: 100%;
	margin: 0;
	padding-left: 15px;
	background-color: #bec0c3;
	z-index: 1;
	font-size: 30px;
	line-height: 44px;
	font-weight: 400;
}

.coming-up-e-learn {
	background-color: #0081c9 !important;
	color: #fff !important;
}

.home-coming-up-cont h1 span {
	font-weight: bold;
}

/***** Agenda *****/

/***** Agenda - title, prev, next *****/

.home-agenda-title-prev-next {
	text-align: center;
	margin-bottom: 10px;
}

.home-agenda-title-prev-next h1 {
	display: inline;
	font-size: 25px;
	color: #0081c9;
	font-weight: bold;
}

.home-agenda-title-prev-next span {
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
}

.home-agenda-prev {
	color: #ccc;
	float: left;
}

.home-agenda-next {
	color: #ccc;
	float: right;
}

.home-agenda-prev-next-active {
	color: #0081c9;
	cursor: pointer;
}

/***** Agenda - grid *****/

.home-agenda-row {
	margin-bottom: 50px;
}

.home-agenda-mask {
	overflow: hidden;
}

.home-agenda-items-outer {
	position: relative;
	left: 0;
}

.home-agenda-items-wrapper {
	float: left;
}

.home-agenda-item {
	position: relative;
	float: left;
	width: calc(33.33333333% - 14px);
	padding-top: calc(33.33333333% - 14px);
	margin-right: 20px;
	margin-bottom: 20px;
	cursor: pointer;
}

.home-agenda-item:nth-child(3n) {
	margin-right: 0;
}

.home-agenda-item:nth-child(odd) {
	background-color: #0081c9;
}

.home-agenda-item:nth-child(even) {
	background-color: #808285;
}

.home-agenda-item:nth-child(odd):hover {
	background-color: #2b2a80;
}

.home-agenda-item:nth-child(even):hover {
	background-color: #474c55;
}

.home-agenda-item:hover {
	-webkit-transition: background-color 0.2s linear;
	-moz-transition: background-color 0.2s linear;
	-o-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
}

.home-agenda-item-int {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 6px 30px 10px 15px;
	color: #fff;
}

.home-agenda-item-active {
	cursor: auto;
}

.home-agenda-item:nth-child(odd) .home-agenda-item-active {
	background-color: #2b2a80;
}

.home-agenda-item:nth-child(even) .home-agenda-item-active {
	background-color: #474c55;
}

.home-agenda-item-int.home-agenda-item-active:after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -26px;
	width: 0; 
	height: 0; 
	border-top: 26px solid transparent;
	border-bottom: 26px solid transparent; 
	border-right: 26px solid #fff; 
}

.home-agenda-item-int h1 {
	margin-top: 10px;
	font-size: 18px;
	line-height: 1.2;
	font-weight: bold;
}

.home-agenda-item-int h1 span {
	display: block;
	margin-bottom: 6px;
	font-size: 15px;
	font-weight: 400;
}

.home-agenda-item-int h2 {
	margin: 0;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 400;
}

.home-agenda-item-int h2 span {
	font-size: 60px;
}

.home-agenda-item-int h3 {
	margin: 0;
	font-size: 13px;
	line-height: 1.1;
	font-style: italic;
}

.home-agenda-item-int a {
	display: none;
	float: right;
	color: #fff !important;
	font-size: 12px;
}

.home-agenda-item-int.home-agenda-item-active a {
	display: block;
}

/***** Agenda - event *****/

.home-agenda-event-outer {
	padding-top: 42%;
}

.home-agenda-event-outer:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -26px;
	width: 0; 
	height: 0; 
	border-top: 26px solid transparent;
	border-bottom: 26px solid transparent; 
	border-left: 26px solid #fff;
}

.home-agenda-event-cont {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - 15px);
	height: 100%;
	padding: 10px 20px 10px 30px;
	color: #fff;
}

.home-agenda-event-cont img {
	position: absolute;
	top: 0;
	left: 0;
}

.home-agenda-event-cont h1 {
	position: relative;
	margin-bottom: 30px;
	font-size: 32px;
	line-height: 1.2;
	font-weight: bold;
}

.home-agenda-event-cont.home-agenda-event-cont-sm h1 {
	font-size: 24px;
}

.home-agenda-event-cont h1 span {
	display: block;
	margin-bottom: 10px;
	font-size: 22px;
	font-weight: 400;
}

.home-agenda-event-cont a {
	position: relative;
	float: right;
	font-size: 21px;
	font-weight: bold;
	color: #fff !important;
}

.home-agenda-event-active {
	display: block;
}

/***** Agenda - pagination *****/

.home-agenda-page {
	float: right;
	color: #0081c9;
	font-size: 16px;
	font-style: italic;
}

/************* Media queries *************/

/***** md *****/
@media screen and (max-width: 1199px) {
	
	/***** Welcome to ZBIN *****/
	.home-welcome-to-cont h1 {
		font-size: 36px;
	}

	.home-welcome-to-cont h1 span {
		font-size: 28px;
	}

	.home-welcome-to-cont h2 {
		font-size: 18px;
	}
	
	.img-responsive.zbinetwork-logo {
		max-width: 380px;
	}

	.img-responsive.home-icons {
		max-width: 300px;
	}
	
	.home-welcome-to-cont a {
		right: 80px;
		font-size: 16px;
		line-height: 16px;
	}
	
	/***** row Coming Up e video *****/
	
	.home-coming-up-cont h1 {
		font-size: 24px;
		line-height: 30px;
	}
	
	/***** Agenda *****/
	
	/***** Agenda - title, prev, next *****/

	.home-agenda-title-prev-next h1 {
		font-size: 22px;
	}
	
	/***** Agenda - grid *****/
	
	.home-agenda-item-int {
		padding: 3px 22px 8px 8px;
	}
	
	.home-agenda-item-int.home-agenda-item-active:after {
		margin-top: -18px;
		border-top-width: 18px;
		border-bottom-width: 18px; 
		border-right-width: 18px;
	}
	
	.home-agenda-item-int h1 {
		font-size: 16px;
	}

	.home-agenda-item-int h1 span {
		margin-bottom: 3px;
		font-size: 13px;
	}

	.home-agenda-item-int h2 {
		font-size: 16px;
	}

	.home-agenda-item-int h2 span {
		font-size: 35px;
	}

	.home-agenda-item-int h3 {
		margin: 0;
		font-size: 11px;
	}

	.home-agenda-item-int a {
		font-size: 12px;
	}
	
	/***** Agenda - event *****/

	.home-agenda-event-outer:after {
		margin-top: -18px;
		border-top-width: 18px;
		border-bottom-width: 18px; 
		border-left-width: 18px;
	}

	.home-agenda-event-cont {
		padding: 4px 16px 10px 24px;
	}

	.home-agenda-event-cont h1 {
		margin-bottom: 16px;
		font-size: 26px;
	}

	.home-agenda-event-cont.home-agenda-event-cont-sm h1 {
		font-size: 18px;
	}

	.home-agenda-event-cont h1 span {
		margin-bottom: 10px;
		font-size: 18px;
	}

	.home-agenda-event-cont a {
		font-size: 16px;
	}

	/***** Agenda - pagination *****/

	.home-agenda-page {
		font-size: 14px;
	}
	
}  
/***** /md *****/

/***** sm *****/
@media screen and (max-width: 991px) {
	
	/***** Welcome to ZBIN *****/

	.home-circle {
		top: -130%;
		right: -80%;
		width: 200%;
		height: 200%;
	 }
	
	.home-welcome-to-cont h1 {
		font-size: 30px;
	}

	.home-welcome-to-cont h1 span {
		font-size: 24px;
	}

	.home-welcome-to-cont h2 {
		font-size: 16px;
	}
	
	.img-responsive.home-icons {
		max-width: 260px;
	}
	
	.home-welcome-to-cont a {
		right: 300px;
		font-size: 14px;
		line-height: 14px;
	}
	
	/***** row Coming Up e video *****/
	
	.home-coming-up-cont h1 {
		font-size: 20px;
		line-height: 26px;
	}
	
	/***** Agenda - grid *****/
	
	.home-agenda-item {
		width: calc(50% - 5px);
		padding-top: calc(50% - 5px);
		margin-right: 10px;
		margin-bottom: 10px;
	}
	
	.home-agenda-item:nth-child(3n) {
		margin-right: 10px;
	}
	
	.home-agenda-item:nth-child(2n) {
		margin-right: 0;
	}

}
/***** /sm *****/

/***** xs *****/
@media screen and (max-width: 767px) {
	
	/***** Carousel principale *****/
	
	#myCarousel .carousel-indicators li {
		display: none;
	}
	
	/***** Welcome to ZBIN *****/
	
	.home-welcome-to-cont h1 {
		font-size: 26px;
	}

	.home-welcome-to-cont h1 span {
		font-size: 20px;
	}
	
	.img-responsive.zbinetwork-logo {
		max-width: 280px;
	}

	.home-welcome-to-cont h2 {
		font-size: 12px;
	}
	
	.home-welcome-to-cont a {
		position: static;
		font-size: 14px;
		line-height: 14px;
	}
	
	/***** Agenda *****/
	
	/***** Agenda - title, prev, next *****/
	
	.home-agenda-title-prev-next span {
		font-size: 13px;
	}
}
/***** /xs *****/

/***** custom *****/
@media screen and (max-width: 575px) {
	
	/***** Agenda *****/
	
	/***** Agenda - title, prev, next *****/

	.home-agenda-title-prev-next h1 {
		font-size: 20px;
	}
	
	/***** Agenda - grid *****/

	.home-agenda-item-int {
		padding: 0 14px 5px 5px;
	}
	
	.home-agenda-item-int.home-agenda-item-active:after {
		margin-top: -12px;
		border-top-width: 12px;
		border-bottom-width: 12px; 
		border-right-width: 12px;
	}
	
	.home-agenda-item-int h1 {
		margin-top: 5px;
		margin-bottom: 3px;
		font-size: 12px;
	}

	.home-agenda-item-int h1 span {
		margin-bottom: 3px;
		font-size: 10px;
	}

	.home-agenda-item-int h2 {
		font-size: 14px;
	}

	.home-agenda-item-int h2 span {
		font-size: 20px;
	}

	.home-agenda-item-int h3 {
		margin: 0;
		font-size: 9px;
	}

	.home-agenda-item-int a {
		font-size: 11px;
	}

	/***** Agenda - pagination *****/

	.home-agenda-page {
		font-size: 12px;
	}
  
}
/***** /custom *****/

/* ========================================
	MISCELLANEOUS
======================================== */

.checkbox.emailing-consent-checkbox {
	margin-top: 30px;
}

.emailing-consent-note {
	margin-bottom: 30px;
	padding-left: 20px;
	font-size: 12px;
}

/***** Persona Partial Knee 2017 extras *****/

.ppk-17-extras-container {
	margin: 0 50px;
	overflow: hidden;
}

.ppk-17-extras-container > .row {
	border-top: 2px solid #0081c9;
	border-bottom: 2px solid #0081c9;
}

.ppk-17-extras-separator {
	position: absolute;
	z-index: 1;
	top: 20px;
	width: 2px;
	height: calc(100% - 40px);
	background-color: #5a5a5a;
}

@media screen and (max-width: 991px) {
	.ppk-17-extras-container {
		overflow: auto;
	}
	
	.ppk-17-extras-border-bottom-991 {
		border-bottom: solid 2px #0081c9;
	}
}

@media screen and (max-width: 767px) {
	.ppk-17-extras-container {
		margin: 0;
	}
}

/***** /Persona Partial Knee 2017 extras *****/

/* ========================================
	CSS OLD
======================================== */


video::-internal-media-controls-download-button {
	display:none;
}

video::-webkit-media-controls-enclosure {
	overflow:hidden;
}

video::-webkit-media-controls-panel {
	width: calc(100%); /* Adjust as needed */
}

.container {
	margin: 0 auto;
	padding-top: 10px;
}

.text-justify {
	text-align: justify;
}

.featurette-divider_event {
	margin: 10px 0; /* Space out the Bootstrap <hr> more */
}

.live_now a {
	color: #c20430;
}

.live_now a:hover {
	color: #e6083c;
}

#video1{
	border:none;
	
}
.video_intro {
	border: solid 1px;
	border-color: #e6e6e6;
}

.terms_cond {
	width: 100%;
	max-height: 200px;
	overflow-y: auto;
}

#termscondaccept {
	width: 100%;
	max-height: 300px;
	overflow-y: auto;
}

#ZBField {
	display:none;
}

#MPA {
	display:none;
}

#modify_password {
	display:none;
}

#country_approval {
	display:none;
}

.table {
	font-size: 15px;
}

.table tbody>tr>td.vert-align{
	vertical-align: middle;
}

.video_intro {
	width: 100%;
}
.spaziatura{
	height:20px;
}

div.event {
	width:100%;
	background:url(../img/bg_video.jpg) no-repeat center;
	background-size:cover;
	border-bottom: solid 1px;
	border-color: #e6e6e6;
 }
 div.cat6 {
	width:100%;
	background:url(../img/bg_event_got.jpg) no-repeat center;
	background-size:cover;
	border-bottom: solid 1px;
	border-color: #e6e6e6;
}

div.cat7 {
	width:100%;
	background:url(../img/fondo.jpg) no-repeat center;
	background-size:cover;
	border-bottom: solid 1px;
	border-color: #e6e6e6;
}

div.cat8 {
	width:100%;
	background:url(../img/bg_event_ppk.jpg) no-repeat center;
	background-size:cover;
	border-bottom: solid 1px;
	border-color: #e6e6e6;
}
  
.marginata {
	margin-top:20px;
	margin-bottom:40px;
}

.birthday {
	background:url(../img/birthday.jpg) no-repeat center;
	background-size:cover;
	border-bottom: solid 1px;
	border-color: #e6e6e6;
}

.lista_eventi {
	height: 180px;
}

.lista_news img:hover {
	opacity: 0.4;
	transition: opacity 0.3s ease-in-out;
}

.archived a img:hover {
	opacity: 0.4;
	transition: opacity 0.3s ease-in-out;
}

.archived {
	margin-bottom: 15px;
}

/************* Media queries *************/

@media (min-width: 300px) {
	
	.featurette-divider{
		margin: 500px 0;
	 }
	.soprabottom {
		margin: 150px 0px 0px 0px;
	}

	.spaziaturamobi{
		height:20px;
	}
	.spaziatura{
		height:0px;
	}

	 .player_livestream iframe{
		width: 100%;
		height: auto;
	}

	.archived {
		margin-bottom: 40px;
	}
}

@media (min-width: 480px) {

	.soprabottom {
		margin: 80px 0px 0px 0px;
	}

	.spaziaturamobi{
		height:20px;
	}
	.spaziatura{
		height:0px;
	}

	 .player_livestream iframe {
		width: 440px;
		height: 248px;
	}

	div.player_livestream iframe {
		  align: center;
	}
}

@media (min-width: 768px) {

	.soprabottom {
		margin: 80px 0px 0px 0px;
	}

	.spaziaturamobi{
		height:0px;
	}
	.spaziatura{
		height:20px;
	}
	.player_livestream iframe{
		width: 720px;
		height: 405px;
	}
}

@media (min-width: 992px) {
	
	.navbar-right  {
		margin-right: 10px !important;
	}

	.soprabottom {
		margin: 80px 0px 0px 0px;
	}

	.spaziaturamobi{
		height:0px;
	}
	.spaziatura{
		height:20px;
	}
	.player_livestream iframe{
		width: 940px;
		height: 529px;
	}
}

@media (min-width: 1200px) {

	.soprabottom {
		margin: 80px 0px 0px 0px;
	}
	.spaziaturamobi{
		height:0px;
	}
	.spaziatura{
		height:20px;
	}
	.player_livestream iframe{
		width: 1140px;
		height: 641px;
	}
}

/* ========================================
	THIRD PARTY CONGRESSES
======================================== */

/**** Classe in uso anche in titolo Total Ankle Replacement e eLibrary *****/
.third-party-title {
	margin-bottom: 20px;
	font-size: 22px;
	line-height: 30px;
	color: #337ab7;
	font-weight: normal; 
}

.third-party-divider {
	margin: 20px 0;
	border-bottom: solid 2px #0081c9;
}

.third-party-content p {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

.third-party-content strong {
	color: #337ab7;
	font-size: 16px;
	font-weight: normal;
}

.third-party-content a {
	margin-right: 20px;
	margin-bottom: 10px;
}

.third-party-content a:nth-of-type(2) {
	display: table;
	margin-top: 30px;
}

@media screen and (max-width: 991px) {
	
	.third-party-title {
		font-size: 16px;
		line-height: 24px;
	}
}

@media screen and (max-width: 767px) {

	.third-party-content a:nth-of-type(1) {
		margin-top: 30px;
	}
	.third-party-content a:nth-of-type(2) {
		display: inline-block;
	}
}

/* ========================================
	WEBINAR SATISFACTION SURVEY
======================================== */

.row-event-satisfaction-survey h1 {
	margin: 50px 0;
	font-size: 30px;
	color: #0081c9;
}

.row-event-satisfaction-survey h2 {
	display: inline-block;
	padding: 0 20px;
	margin: 0;
	height: 40px;
	background-color: #0081c9;
	color: #fff;
	font-size: 22px;
	line-height: 40px;
	border-radius: 10px;
}

.row-event-satisfaction-survey form {
	margin-top:  -20px;
	padding: 30px;
	border: 2px solid #0081c9;
	border-radius: 20px;
}

.row-event-satisfaction-survey .form-group {
	border-bottom: 1px solid #0081c9;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.row-event-satisfaction-survey .form-group:nth-child(4) {
	border: none;
}	

.row-event-satisfaction-survey .form-group:nth-child(5) {
	border: none;
	padding-bottom: 0;
}

.row-event-satisfaction-survey h3 {
	margin-bottom: 15px;
	font-size: 18px;
	color: #0081c9;
}

.row-event-satisfaction-survey label {
	min-width: 80px;
	margin: 0 2em;
	padding: 10px;
	cursor: pointer;
	border-radius: 4px;
	font-weight: normal;
}

.row-event-satisfaction-survey label:hover {
	color: #0081c9;
	-webkit-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	transition: color 0.2s linear;
}

.row-event-satisfaction-survey label span {
	font-size: 21px;
}

.survey-label-sel {
	background-color: #0081c9;
	color: #fff;
}

.row-event-satisfaction-survey label.survey-label-sel:hover {
	color: #fff;
}

.row-event-satisfaction-survey textarea {
	margin-top: 20px;
	border-color: #0081c9;
}

/************* Media queries *************/

/***** md *****/
@media screen and (max-width: 1199px) {

}  
/***** /md *****/

/***** sm *****/
@media screen and (max-width: 991px) {
	
	.row-event-satisfaction-survey h1 {
		font-size: 21px;
	}
	
	.row-event-satisfaction-survey h2 {
		font-size: 18px;
	}
	
	.row-event-satisfaction-survey h3 {
		font-size: 16px;
	}
	
	.row-event-satisfaction-survey label {
		font-size: 12px;
	}
	
	.row-event-satisfaction-survey label span {
		font-size: 18px;
	}
}
/***** /sm *****/

/***** xs *****/
@media screen and (max-width: 767px) {
	
}
/***** /xs *****/


/* ==========================================================
	E-LEARNING MODULES
========================================================== */

/* =================================
	E-LEARNING - Teaser generic
================================= */

.el-teaser-video-row-wrapper {
	margin: 0 15px;
}

/* =================================
	E-LEARNING - Main page
================================= */

/***** Preloader - Spostare / fare preloader generale? *****/
.preloader {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    background: url(../img/preloader.gif) center no-repeat #fff;
}

.js .preloader {
    display: block;
}

/***** particles.js *****/

/*#particles-js {
	width: 100%;
	height: 100%;
	background-color: #b61924;
	background-image: url('');
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}*/

#particles-js canvas {
    position: absolute;
    width: 100%;
	height: 100%;
	top: -80px;
    z-index: -1;
}

/***** Banner e parallax.js *****/

.e-learn-row-banner {
	position: relative;
	overflow: hidden;
}

.e-learn-row-banner img {
	/*min-width: 100%;*/
	width: 100%;
}

#e_learn_parallax {
	position: absolute;
	width: 120vw;
	top: -10vw;
	left: -9vw;
}

#e_learn_parallax img {
	/*min-width: 100%;*/
	width: 120vw;
}

/***** Video home sito MPA *****/

/*.home-container-video {
	position: relative;
	width: 100%;
	padding-bottom:56.25%;
}

.home-container-video iframe {
	position: absolute;
	top: 0;
	left: 0;
}*/

/***** Row player and extras *****/

/*.flex-row.row {
	display: flex;
	flex-wrap: wrap;
}

.flex-row.row > [class*='col-'] {
	display: flex;
	flex-direction: column;
}

.flex-row.row:after, 
.flex-row.row:before {
	display: flex;
}*/

/***** Spostare in generale? TESTARE IN IE10 e browsers vecchi *****/
.row-eq-height {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

/***** Title *****/

.row.e-learn-row-title {
	max-width: 96%;
	margin: 50px 2% 0;
}

.video-title {
	display: inline;
	font-size: 34px;
	color: #0081c9;
}

.video-description:before {
	content: " | ";
}

.video-description {
	display: inline;
	font-size: 24px;
}


/***** Row player extras *****/

.row.e-learn-row-player-extras {
	max-width: 96%;
	margin: 30px 2% 30px;
	padding-top: 30px;
	border-top: solid 2px #0081c9;
	background-color: #fff;
	/*background-color: rgba(255, 255, 255, 0.5);*/
}

/***** Video column *****/

/***** Menu button *****/
.e-learn-video-btn-menu {
	display: none;
	position: absolute;
	z-index: 10;
	top: 15px;
	right: 30px;
	width: 34px;
	height: 34px;
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 50%;
}

.e-learn-video-btn-menu .hamburger {
	padding: 0;
	width: 34px;
	height: 34px;
	outline: 0;
}

.e-learn-video-btn-menu .hamburger-box {
	top: 3px;
	width: 20px;
	/*height: 20px;*/
}

.e-learn-video-btn-menu .hamburger-inner, .e-learn-video-btn-menu .hamburger-inner::before, .e-learn-video-btn-menu .hamburger-inner::after {
	background-color: #fff !important;
	width: 20px;
	height: 3px;
}

.e-learn-video-btn-menu .hamburger-inner::before {
	top: -7px;
}

.e-learn-video-btn-menu .hamburger-inner::after {
	bottom: -7px;
}

/***** Fullscreen button *****/

/***** 
DESKTOP 
Working: Chrome, Edge, Opera, FF, 
IE10 - Posizionamento diverso, fondo nero intorno - ultmo elemento degli extra "tagliato"

MOBILE
Working: Cell mio - Chrome, Cell Daril - Chrome. ATTENZIONE: doppio tap su video lo manda in fullscreen. ANCHE DOPPIO CLICK CHROME, IE11
Cell Meli Safari iPhone, video va in fullscreen al play

******/

.e-learn-custom-fs-btn {
	position: absolute;
	z-index: 10;
	bottom: 0;
	right: 6px;
	width: 34px;
	height: 42px;
	background-color: transparent;
	border: none;
	/*cursor: crosshair !important;
	background-color: green;*/
}

/***** /Fullscreen button *****/

/***** Player video *****/

/***** Utile? Spostare in stili generali? *****/
*:fullscreen
*:-ms-fullscreen,
*:-webkit-full-screen,
*:-moz-full-screen {
	overflow: auto !important;
}

/***** Per problema resize EDGE - si applica anche a video home ****/

/***** Codice copiato da strumenti di sviluppo EDGE ****/
/*<video class="jw-video jw-reset" style="" src="https://pdvod.new.livestream.com/events/00000000007cbb56/30cfbf7f-710b-4ca2-80a1-3f339cc5465b_4628.mp4?end=84&amp;__gda__=1531401454_ab8cec92bb4d48b893969bb858b49fe0" disableRemotePlayback="" webkit-playsinline="" playsinline="" jw-loaded="data" jw-played=""></video>*/

/***** Codice copiato da strumenti di sviluppo Chrome ****/
/*<video class="jw-video jw-reset" disableremoteplayback="" webkit-playsinline="" playsinline="" jw-loaded="data" src="https://pdvod.new.livestream.com/events/00000000007cbb56/30cfbf7f-710b-4ca2-80a1-3f339cc5465b_4628.mp4?end=84&amp;__gda__=1531401454_ab8cec92bb4d48b893969bb858b49fe0" jw-played="" style="object-fit: fill;"></video>*/

/***** Corregge il problema in EDGE, ma si applica anche a Chrome *****/
/***** In realtà questi stili non pare si applichino, ma quelli applicati inline funzionano se li dichiaro qua (?) *****/
/*.jw-video.jw-reset {
	margin: 0px;
	left: 50%;
	top: 50%;
	width: 1920px;
	height: 1080px;
	transform: translate(-961px, -541px) scale(1); object-fit: fill;
}*/

/***** Stili di default? Se li applico funziona in Chrome e non in Edge *****/
/*.jwplayer video {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    margin: auto;
    background: transparent;
}*/


/***** /Player video *****/


/*.jw-icon-fullscreen {
	visibility: hidden;
	z-index: -1;
}

.e-learn-custom-fs-btn {
	position: absolute;
	z-index: 99999;
	bottom: 0;
	right: 8px;
	width: 100%;
	height: 100%;
	background-color: transparent;
	background: green;
	border: none;
}*/


/***** classi originali *****/

/*.jwplayer {
    width: 100%;
    font-size: 16px;
    position: relative;
    display: block;
    min-height: 0;
    overflow: hidden;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #000;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}*/

/*.jwplayer.jw-flag-fullscreen {
    width: 100%!important;
    height: 100%!important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    margin: 0;
    position: fixed
}*/

/***** Cancella video e mostra contenuto sottostante in FF, Opera, Chrome.
	IE11 e Edge mostrano background nero. Audio continua la riproduzione *****/
/*#e-learn-main-video.jw-flag-fullscreen {
	display: none;
}*/

/***** Funziona, però proporzione diversa nei browser *****/
/*#e-learn-main-video.jw-flag-fullscreen * {
	width: 50%;
}*/

/***** Parte da studiare *****/
/*#e-learn-main-video.jwplayer {
    background-color: red;
}


#e-learn-main-video.jwplayer.jw-flag-fullscreen {
    width: 50%!important;
    height: auto!important;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    z-index: 1000;
    margin: 0;
    position: fixed;
}

#e-learn-main-video.jwplayer.jw-flag-fullscreen video {
    width: 50%!important;
    height: auto!important;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    position: fixed;
}*/
/***** /Parte da studiare *****/

/***** Inutile *****/
/*#e-learn-main-video:-webkit-full-screen {
	width: 50%!important;
    height: auto!important;
	background-color: transparent!important;
}*/



/***** Test per prevenire fullscreen al doppio click *****/
/*.jw-media {
	display: none !important;
	background: red !important;
}*/

/***** Extras column *****/

.e-learn-col-extras {
	padding: 0 !important;
	overflow: hidden;
	background-image: url(../img/e-learning/e-learn-col-extras-bg.jpg);
	background-repeat: repeat-y; /***** TOGLIERE? *****/
	background-size: cover;
}

/***** Tabs *****/

.el-extras-ul-tabs.nav-tabs > li > a {
	border-radius: 0;
	margin: 0;
	border: 0;
	/*border: 0 !important;*/
}

.el-extras-ul-tabs {
	position: relative;
	z-index: 1;
	background-color: #1e365a;
	border-radius: 0 !important;
}

.el-extras-ul-tabs.nav-tabs > li.active > a, .el-extras-ul-tabs.nav-tabs > li.active > a:hover, .el-extras-ul-tabs.nav-tabs > li.active > a:focus {
	

	color: #fff;
	background-color: #0c5675 !important;
	/*border-left-color: red;*/
	/*border-bottom: 1px solid red !important;*/
}

.el-extras-ul-tabs.nav-tabs > li:nth-child(1).active > a, .el-extras-ul-tabs.nav-tabs > li:nth-child(1).active > a:hover, .el-extras-ul-tabs.nav-tabs > li:nth-child(1).active > a:focus {
	border-top-color: #0c5675;
	border-left-color: #0c5675;
}

.el-extras-ul-tabs.nav-tabs > li:nth-child(2).active > a, .el-extras-ul-tabs.nav-tabs > li:nth-child(2).active > a:hover, .el-extras-ul-tabs.nav-tabs > li:nth-child(2).active > a:focus {
	border-top-color: #0c5675;
	border-right-color: #0c5675;
}

/*.el-extras-ul-tabs.nav .open > a, .el-extras-ul-tabs.nav .open > a:hover, .el-extras-ul-tabs.nav .open > a:focus {
	background-color: #1e365a !important;
}*/

.el-extras-ul-tabs.nav > li > a:hover, .el-extras-ul-tabs.nav > li > a:focus {
	background-color: #172a46;
}

/*.el-extras-ul-tabs.active {
	background-color: #0c5675 !important;
}*/

.el-extras-li-tab {
	width: 50%;
}

/***** Dropdown *****/
.el-extras-ul-tabs .dropdown-menu {
	min-width: 100%;
	border: 0;
	background-color: #172a46;
}

.el-extras-ul-tabs li.active .dropdown-menu {
	background-color: #0c5675;
}

.el-extras-ul-tabs li.active .dropdown-menu li.active a {
	background-color: #1e365a;
}

.el-extras-ul-tabs li.active .dropdown-menu a:hover, .el-extras-ul-tabs li.active .dropdown-menu a:active, .el-extras-ul-tabs li.active .dropdown-menu a:focus {
	background-color: #1e365a;
	color: #fff;
}

.el-extras-ul-tabs .dropdown-menu a:hover, .el-extras-ul-tabs .dropdown-menu a:active, .el-extras-ul-tabs .dropdown-menu a:focus {
	background-color: #0c5675;
	color: #fff;
}

/***** Pane *****/

.el-extras-panes {
	color: #fff;
}

.el-extras-pane-title {
	padding: 10px;
	font-size: 15px;
	line-height: 20px;
	font-style: italic;
	/*color: #0083c0;*/
	/*font-weight: 700;*/
	/*text-decoration: underline;*/
}

.e-learn-col-extras a:link, .e-learn-col-extras a:visited {
	/*color: #0081c9;*/
	color: #fff;
}

.e-learn-col-extras a:hover, .e-learn-col-extras a:active, .e-learn-col-extras a:focus {
	/*color: #0081c9;*/
	color: #fff;
	text-decoration: none;
}

.e-learn-col-extras-inner {
	position: absolute;
	top: 112px;
	right: 0;
	bottom: 0;
	left: 0;
	overflow-y: auto;
}

.e-learn-item-extra {
	position: relative;
	overflow: hidden;
	/*background: red;*/
	
	/*min-height: 120px;*/ /***** LASCIARE? ATTENZIONE A ANIMAZIONE IN CASO *****/
	padding: 0 10px 10px;
	margin-bottom: 10px;
}

.timed-attachments-container .e-learn-item-extra {
	display: none;
}

.e-learn-item-extra-bg {
	position: absolute;
	top: 0;
	left: 0;
}

.timed-attachments-container .e-learn-item-extra-bg {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

/***** Chapters *****/

.lesson-chapter-name div  {
	display: block;
	padding: 10px;
	margin-bottom: 10px;
	background-color: #0c5675;
	cursor: pointer;
}

.lesson-chapter-name div:hover {
	background-color: #1e365a;
}


/***** Slide in and slide out animations. ATTENZIONE A COMPATIBILITA' IE10 *****/

/*#slider {
    position: absolute;
    width: 100px;
    height: 100px;
    background: blue;
}*/

.slide-in {
    -webkit-animation: slide-in 0.5s forwards;
	 animation: slide-in 0.5s forwards;
}

.slide-out {
	-webkit-animation: slide-out 0.5s forwards;
    animation: slide-out 0.5s forwards;
}

@-webkit-keyframes slide-in {
    100% { -webkit-transform: translateX(0%); }
}

@keyframes slide-in {
    100% { transform: translateX(0%); }
}

@-webkit-keyframes slide-out {
    0% { -webkit-transform: translateX(0%); }
    100% { -webkit-transform: translateX(-100%); }
}

@keyframes slide-out {
    0% { transform: translateX(0%); }
    100% { transform: translateX(-100%); }
}

/***** /Slide in and slide out animations *****/

.e-learn-item-extra-inner {
	position: relative;
}

.timed-attachments-container .e-learn-item-extra-inner {
	display: none;
}

.e-learn-item-extra-inner h4 {
	float: left;
	width: calc(88% - 70px);
	margin: 0;
	padding: 10px 0;
	font-size: 14px;
	line-height: 18px;
}

.e-learn-item-extra-inner img {
	float: left;
	margin: 10px 10px 0 0;
	width: 70px;
}

/***** /Extras column *****/

/***** Share and quiz buttons *****/

.row.e-learn-row-btn-quiz-share {
	max-width: 96%;
	margin: 30px 2%;
	padding-bottom: 30px;
	border-bottom: solid 2px #0081c9;
}

.e-learn-row-btn-quiz-share button {
	margin-bottom: 10px;
}

.quiz-link-container {
	float: right;
}

.certificate-msg-container {
	text-align: right;
	font-size: 11px;
	color: #333;
}

/***** /Share and test buttons *****/

/***** Lesson list *****/

.lesson-list h4 {
	font-size: 18px;
	color: #337ab7;
}

.lesson-list h4 span {
	font-size: 14px;
	color: #5a5a5a;
}

.lesson-list a:hover, .lesson-list a:active, .lesson-list a:focus {
	text-decoration: none;
}

.lesson-list a:hover h4, .lesson-list a:active h4, .lesson-list a:focus h4 {
	text-decoration: underline;
}

.lesson-list h5 {
	font-size: 14px;
	color: #5a5a5a;
	font-style: italic;
}

/*.lesson-list a:link h5, .lesson-list a:visited h5 {
	text-decoration: none !important;
}

.lesson-list a:hover h5, .lesson-list a:active h5, .lesson-list a:focus h5 {
	text-decoration: none !important;
}*/

/*.lesson-list a:hover h5 {
	text-decoration: none !important;
}*/

.teaser-available {
	color: #337ab7;
}

/* =================================
	E-LEARNING - Quiz page
================================= */

/***** Title *****/

.row.e-learn-row-title.e-learn-row-quiz-title {
	max-width: none;
	margin: 50px -15px 30px;
}

.e-learn-quiz-title:before {
	content: " | ";
}

.e-learn-quiz-title {
	display: inline;
	font-size: 24px;
	color: #0081c9;
}

.e-learn-quiz-title-no-before:before {
	display: none;
}

.e-learn-quiz-right, .e-learn-quiz-wrong {
	font-weight: 700 !important;
}

.e-learn-quiz-right {
	color: green;
}
.e-learn-quiz-wrong {
	color: red;
}

/***** Back to module col *****/

.e-learn-back-to-module-col {
	margin: 10px 0 0;
}

.e-learn-back-to-module-col button, .e-learn-back-to-module-col a {
	float: right;
}

/***** No quiz container *****/

.e-learn-no-quiz-container {
	display: none;
}

/***** Questions and answers *****/

.e-learn-questions-container {
	counter-reset: e-learn-questions-counter;
	border-top: solid 2px #0081c9;
	padding-top: 30px;
	background-color: rgba(255, 255, 255, 0.7);
}

.e-learn-questions-container .question {
	counter-increment: e-learn-questions-counter;
	position: relative;
	padding-left: 80px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: solid 1px #0081c9;
}

.e-learn-questions-container .question:before {
	content: counter(e-learn-questions-counter);
	position: absolute;
	left: 0;
	top: 0;
	width: 60px;
	text-align: right;
	color: #0081c9;
	font-size: 50px;
	line-height: 50px;
	font-weight: 700;
}

.e-learn-questions-container .question:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

.e-learn-questions-container p {
	color: #0081c9;
	font-size: 18px;
	margin-bottom: 20px;
}

.e-learn-questions-container label {
	display: block;
	margin-bottom: 10px !important;
}

/***** Submit section *****/

.e-learn-submit-quiz-col {
	border-top: solid 2px #0081c9;
	padding-top: 30px;
}

/***** Modals *****/

#unansweredModal .modal-title, #resultModal .modal-title {
	color: #0081c9;
}

/* =================================
	E-LEARNING - Media queries
================================= */


/***** md *****/
@media screen and (max-width: 1199px) {
	
	/* =================================
		E-LEARNING - Main page
	================================= */
	
	/***** Extras column *****/
	.e-learn-item-extra-inner h4 {
		font-size: 12px;
		line-height: 15px;
	}

	.e-learn-item-extra-inner img {
		width: 50px;
	}

}  
/***** /md *****/

/***** sm *****/
@media screen and (max-width: 991px) {
	
	/* =================================
		E-LEARNING - Main page
	================================= */
	
	/***** Title *****/
	.video-title {
		font-size: 24px;
	}

	.video-description {
		font-size: 18px;
	}
	
	/***** Row player and extras *****/
	
	/* For mobile fullscreen */
	.row.e-learn-row-player-extras {
		/*max-width: none;
		margin: 30px -15px;*/
		border-top-style: none;
		padding-top: 0; 
	}
	
	/***** Player column *****/
	.e-learn-col-player {
		flex: 0 0 100%;
		min-width: 100%; /* For IE10 */
		max-width: 100%;  /* For IE11 */
		/*padding: 0 15px;*/
	}
	
	.e-learn-video-btn-menu {
		display: block;
	}
	
	/***** Extras column *****/
	.e-learn-col-extras {
		flex: 0 0 100%;
		min-width: 100%; /* For IE10 */
		max-width: 100%;  /* For IE11 */
		margin-left: -100%;
	}
	
	.e-learn-item-extra-inner h4 {
		font-size: 14px;
		line-height: 18px;
	}

	.e-learn-item-extra-inner img {
		width: 70px;
	}
	
	/***** Lesson list *****/
	.row.lesson-list {
		margin: 0;
	}
	
	/* =================================
		E-LEARNING - Quiz page
	================================= */
	
	/***** Title *****/
	
	.e-learn-quiz-title {
		font-size: 18px;
	}
	
}
/***** /sm *****/

/***** xs *****/
@media screen and (max-width: 767px) {
	
	/* =================================
		E-LEARNING - Main page
	================================= */
	
	/***** Title *****/
	.video-title {
		font-size: 18px;
	}

	.video-description {
		font-size: 14px;
	}
	
	/***** Row player and extras *****/
	
	/***** TESTARE IN IE10 e browsers vecchi *****/
	/* Anteriore a prova menu */
	/*.e-learn-row-player-extras.row-eq-height {
		display: block;
	}
	
	.e-learn-col-extras {
		overflow: visible;
	}

	.e-learn-col-extras-inner {
		position: static;
		overflow-y: visible;
	}*/
	/* /Anteriore a prova menu */
	
	
	/*.e-learn-row-player-extras.row-eq-height .col-sm-9 {
		flex: 0 0 100%;
		background: red;
	}
	
	.e-learn-row-player-extras.row-eq-height .col-sm-3 {
		flex: 0 0 100%;
		background: green;
	}*/
	
	
	
	/*.row.e-learn-row-player-extras {
		max-width: none;
		margin: 30px -15px;
	}
		
	.row.e-learn-row-btn-test-share {
		max-width: none;
		margin: 30px -15px;
	}*/
	
	/*.row.e-learn-row-player-extras, .row.e-learn-row-btn-test-share {
		max-width: none;
		margin: 30px -15px;
	}*/
	
	/***** Extras column *****/
	
	.e-learn-col-extras-inner {
		top: 52px;
	}
	
	.el-extras-pane-title {
		display: none;
	}
	
	/***** Share and quiz buttons *****/

	.e-learn-row-btn-quiz-share button {
		font-size:  12px;
	}

	/***** /Share and test buttons *****/
	
	/* =================================
		E-LEARNING - Quiz page
	================================= */
	
	/***** Title *****/
	
	/*.e-learn-quiz-title {
		font-size: 14px;
	}*/
	
	/***** Back to module col *****/

	.e-learn-back-to-module-col button, .e-learn-back-to-module-col a {
		float: none;
	}
	
	/***** Questions and answers *****/

	.e-learn-questions-container .question {
		padding-left: 50px;
	}

	.e-learn-questions-container .question:before {
		width: 38px;
		font-size: 30px;
		line-height: 30px;
	}

	.e-learn-questions-container p {
		font-size: 14px;
	}

	.e-learn-questions-container label {
		font-size: 12px;
	}

}
/***** /xs *****/

/***** custom 1 - (from Bootstrap 4) *****/
@media (max-width: 400px) {
	
	/* =================================
		E-LEARNING - Main page
	================================= */
	
	/***** Share and quiz buttons *****/

	.e-learn-row-btn-quiz-share button {
		display: block;
		margin: 0 auto 10px;
	}

	.quiz-link-container {
		float: none;
	}

	.certificate-msg-container {
		text-align: center;
	}

	/***** /Share and test buttons *****/
	
}
/***** /custom 1 *****/

/***** custom  - (from Bootstrap 4) *****/
/*@media (max-width: 575.98px) {
	
}*/
/***** /custom *****/

/***** custom 2 *****/
@media screen and (max-width: 361px) {
	
	/* =================================
		E-LEARNING - Teaser generico
	================================= */

	.el-teaser-video-row-wrapper {
		margin: 0;
	}

}
/***** /custom 2 *****/

/* ==========================================================
	/E-LEARNING MODULES
========================================================== */


/* ==========================================================
	V-LEARNING
========================================================== */

.vlearning-container .row.e-learn-row-player-extras {
	border-top: 0;
}

.vlearning-col {
	margin-top: 50px;
}

.vlearning-col .nav-tabs {
	border-bottom: 1px solid #0081c9;
}

.vlearning-col .nav-tabs > li > a {
	color: #5a5a5a;
	background-color: #f7f7f7;
	border-bottom: 1px solid #0081c9;
	outline: 0;
	font-size: 13px;
}

.vlearning-col .nav-tabs > li.active > a {
	background-color: #fff;
}

.vlearning-col .nav-tabs > li > a:hover {
	border-bottom: 1px solid #0081c9;
}

.vlearning-col .nav-tabs > li.active > a {
	z-index: 10;
	border: 1px solid #0081c9;
	border-bottom-color: transparent;
	font-weight: 700;
	color: #0081c9 !important;
	-webkit-box-shadow: 0px -2px 12px 0px rgba(130, 130, 130, 0.5);
	-moz-box-shadow:    0px -2px 12px 0px rgba(130, 130, 130, 0.5);
	box-shadow:         0px -2px 12px 0px rgba(130, 130, 130, 0.5);
}

.vlearning-col .nav-tabs > li.active > a::after {
	content: "";
	position: absolute;
	display: block;
	bottom: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background-color: #fff;
}

.vlearning-col .nav-tabs > li.active > a:hover, .vlearning-col .nav-tabs > li.active > a:focus {
	border: 1px solid #0081c9;
	border-bottom-color: transparent;
}

.vlearning-col .tab-content {
	position: relative;
	z-index: 1;
	-webkit-box-shadow: 0px -2px 12px 0px rgba(130, 130, 130, 0.5);
	-moz-box-shadow:    0px -2px 12px 0px rgba(130, 130, 130, 0.5);
	box-shadow:         0px -2px 12px 0px rgba(130, 130, 130, 0.5);
}

.vlearning-col .tab-pane {
	padding: 30px;
	border: 1px solid #0081c9;
	border-top: none;
}

.vlearning-wrapper {
	position: relative;
	padding-bottom: 42.85%;
	padding-top: 0;
	height: 0;
}

.vlearning-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* =================================
	V-LEARNING - Media queries
================================= */

/***** md *****/
@media screen and (max-width: 1199px) {

}  
/***** /md *****/

/***** sm *****/
@media screen and (max-width: 991px) {
	.vlearning-col .nav-tabs > li > a {
		font-size: 12px;
	}
}
/***** /sm *****/

/***** xs *****/
@media screen and (max-width: 767px) {
	
	.container-fluid.vlearning-container {
		padding: 0;
	}
	
	.vlearning-container .row.e-learn-row-player-extras {
		max-width: 100%;
		margin: 0;
		padding: 0;
	}
	
	.vlearning-col .nav-tabs {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	
	.vlearning-col .tab-pane {
		padding: 15px;
	}
	
	.vlearning-col .nav-tabs > li.active {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	
	.vlearning-col .nav-tabs > li > a {
		width: 100%;
		font-size: 10px;
		border: 1px solid #ddd;
	}
	
	.vlearning-col .nav-tabs > li > a:hover, .vlearning-col .nav-tabs > li > a:focus {
		border-bottom-color: transparent;
	}
	
	.vlearning-wrapper {
		padding-bottom: 150%;
	}
}
/***** /xs *****/

/* ==========================================================
	/V-LEARNING
========================================================== */


/* ==========================================================
	VIRTUAL MEETING
========================================================== */

/* =================================
	VIRTUAL MEETING - Teaser
================================= */

.bg-vm-teaser {
	background: rgb(26,72,130);
	background: -moz-linear-gradient(315deg, rgba(26,72,130,1) 0%, rgba(41,146,192,1) 100%);
	background: -webkit-linear-gradient(315deg, rgba(26,72,130,1) 0%, rgba(41,146,192,1) 100%);
	background: linear-gradient(315deg, rgba(26,72,130,1) 0%, rgba(41,146,192,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1a4882",endColorstr="#2992c0",GradientType=1);
}

.vm-teaser-logo {
	max-width: 200px;
	margin-bottom: 30px;
}

.vm-video-teaser-border {
	border: 2px solid #fff;
}

/* =================================
	VIRTUAL MEETING - Teaser
	Media queries
================================= */

/***** md *****/
@media screen and (max-width: 1199px) {

}  
/***** /md *****/

/***** sm *****/
@media screen and (max-width: 991px) {
	.vm-teaser-logo {
		max-width: 160px;
		margin-bottom: 20px;
	}
}
/***** /sm *****/

/***** xs *****/
@media screen and (max-width: 767px) {
	.vm-teaser-logo {
		max-width: 120px;
		margin-bottom: 15px;
	}
}
/***** /xs *****/

/* =================================
	VIRTUAL MEETING - Event Page
================================= */

.virtual-meeting-text {
	font-size: 15px;
	line-height: 1.7;
}

.virtual-meeting-text h3, .virtual-meeting-text h4 {
	font-weight: 700;
}

.virtual-meeting-text h3 {
	color: #0081c9;
}

.virtual-meeting-text strong {
	color: #0081c9; 
}

.virtual-meeting-note {
	display: inline-block;
	margin: 30px 0;
	padding: 10px 20px;
	border: 1px solid #0081c9;
	font-size: 13px;
}

.virtual-meeting-text a:link, .virtual-meeting-text a:visited {
	font-weight: 700;
	text-decoration: underline;
}

.virtual-meeting-row-btn a {
	margin: 10px 0;
}

.virtual-meeting-enter-btn a:link, .virtual-meeting-enter-btn a:visited {
	background-color: #2b2a80;
}

.virtual-meeting-enter-btn a:hover, .virtual-meeting-enter-btn a:active, .virtual-meeting-enter-btn a:focus {
	background-color: #0f80c4;
}

/* =================================
	VIRTUAL MEETING - Event Page
	Media queries
================================= */

/***** md *****/
@media screen and (max-width: 1199px) {

}  
/***** /md *****/

/***** sm *****/
@media screen and (max-width: 991px) {
	
}
/***** /sm *****/

/***** xs *****/
@media screen and (max-width: 767px) {
	
}
/***** /xs *****/

/* ==============================================
	VIRTUAL MEETING - Event Page Post-live
============================================== */

.col-vm-post-live {
	border: 1px solid #0081c9;
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 10px 20px;
}

.vm-post-live-note {
	font-size: 13px;
}


/* =================================
	VIRTUAL MEETING - Main page
================================= */

.container-vm-iframe {
	margin: 20px 0 30px;
}

.container-vm-iframe iframe {
	/*border: 2px solid #0081c9;*/
	border: 1px solid #0081c9;
}

#vm-modal p:nth-child(1) {
	font-size: 18px;
}

#vm-modal p {
	font-weight: 700;
	color: #0081c9;
}

/* =================================
	VIRTUAL MEETING - Main page
	Media queries
================================= */

/***** md *****/
@media screen and (max-width: 1199px) {

}  
/***** /md *****/

/***** sm *****/
@media screen and (max-width: 991px) {
	
}
/***** /sm *****/

/***** xs *****/
@media screen and (max-width: 767px) {
	#vm-modal p:nth-child(1) {
		font-size: 13px;
	}

	#vm-modal p, #vm-modal label, #vm-modal select {
		font-size: 11px;
	}
	
	#vm-modal button {
		font-size: 12px;
	}
	
}
/***** /xs *****/

/* ==========================================================
	/VIRTUAL MEETING
========================================================== */
