@supports (-ms-ime-align: auto) {

		.languageSwitch{
			width:100%;
			background-color: transparent !important; 
			background-image: url('/media/images/qsp_header.svg') !important;
			background-size: cover;
			background-position: top right;
			min-height:55px;
			background-repeat: no-repeat;
			text-align:right;
			overflow:hidden; 
		}

		#lang-selector{
			background-color: transparent !important; 
			min-height:55px;
		}

		.social{
			-webkit-clip-path:  unset;
			clip-path:  unset;
			width: 100%;
			position: unset;
			margin-top: 0px;
			height: auto;
			padding: 15px 0px;
		}
		.social-footer{
			-webkit-clip-path:  unset;
			clip-path:  unset;
			width: 100%;
			position: unset;
			margin-top: 0px;
			height: auto;
			padding: 0px;
		}

		.social .link-holder{
			margin-top: 0px;	
			
		}

		.social-footer .link-holder{
			padding-bottom: 10px;
		}

		
		div.eventPhotos, div.mediaEnquires {
		  	background:  url('/media/images/qsp_ctas/qsp_cta_blue.svg');	
		}
		
		div.eventProgram, div.contacts{
			background:  url('/media/images/qsp_ctas/qsp_cta_pink.svg');
		}

		div.onlineRegistration{
			background:  url('/media/images/qsp_ctas/qsp_cta_orange.svg');
		}

		div.exhibitionArea{
			background:  url('/media/images/qsp_ctas/qsp_cta_purple.svg');
		}

		div.eventPhotos, div.mediaEnquires, div.eventProgram, div.contacts, div.onlineRegistration, div.exhibitionArea {
			background-repeat: no-repeat;
			background-size: cover;
		}

		.moderador {
			background:url('/media/images/qsp_worklab.svg') !important; 
			background-repeat: no-repeat !important;
			background-size: cover !important;
		    -webkit-clip-path: unset !important;
		    clip-path: unset !important;
		}

		.slick-active img{
			width: 100%;
		}
		
		
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

	.languageSwitch{
		width:100%;
		background-color: transparent !important; 
		background-image: url('/media/images/qsp_header.svg') !important;
		background-size: cover;
		background-position: top right;
		min-height:40px;
		background-repeat: no-repeat;
		text-align:right;
		overflow:hidden; 
		height:  65px;
		top:  -5px;
	}

	#lang-selector{
		background-color: transparent !important; 
		min-height:55px;
	}

	.social{
		-webkit-clip-path:  unset;
		clip-path:  unset;
		width: 100%;
		position: unset;
		margin-top: 0px;
		height: auto;
		padding: 15px 0px;
		left: 0%;
		right: 0%;
	}
	.social-footer{
		-webkit-clip-path:  unset;
		clip-path:  unset;
		width: 100%;
		position: unset;
		margin-top: 0px;
		height: auto;
		padding: 0px;
	}

	.social .link-holder{
		margin-top: 0px;	
		
	}

	.social-footer .link-holder{
		padding-bottom: 10px;
	}

	
	div.eventPhotos, div.mediaEnquires {
	  	background:  url('/media/images/qsp_ctas/qsp_cta_blue.svg');	
	}
	
	div.eventProgram, div.contacts{
		background:  url('/media/images/qsp_ctas/qsp_cta_pink.svg');
	}

	div.onlineRegistration{
		background:  url('/media/images/qsp_ctas/qsp_cta_orange.svg');
	}

	div.exhibitionArea{
		background:  url('/media/images/qsp_ctas/qsp_cta_purple.svg');
	}

	div.eventPhotos, div.mediaEnquires, div.eventProgram, div.contacts, div.onlineRegistration, div.exhibitionArea {
		background-repeat: no-repeat;
		background-size: cover;
	}

	#lang-selector ul li{
		height: 60px;
	}	

	.moderador {
		background:url('/media/images/qsp_worklab.svg') !important; 
		background-repeat: no-repeat !important;
		background-size: cover !important;
	    -webkit-clip-path: unset !important;
	    clip-path: unset !important;
	}
}