<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * Version: 2.1.1
 * File Description: Place here your custom CSS styles
 * Styles for New Slider
 */
 
 /* Large Devices, Wide Screens */
   @media only screen and (min-width : 1200px) {
		
		.slide-image_new {
			background-position: right top;
			/*background-size: auto 100%;
			height: 300px;
			background-repeat: no-repeat;
			width:100%;
			max-width: 1370px;
			margin: 0 auto;*/
		}	
				
		.gradation-overlay_new 
		{
			/* background-image: linear-gradient(to right, rgba(255, 255, 255, 0.9) 30%, transparent); */
			width:100%;
			height:100%;
			max-width: 1370px;
			margin: 0 auto;
			/*border:1px solid green;*/
		}	
		
		.carousel-caption_new {
			position: absolute;
			right: auto;
			/*top: 20px;*/ /* Uncomment this out to go back to default slide caption div size. */
			top: 2px;
			left: 0;
			z-index: 10;
			padding-top: 20px;
			padding-bottom: 20px;
			color: #fff;
			text-align: center;
			width: 800px;
			margin: 0;
			/* background: #f00; */
			/*max-width: 1400px;*/ /* Uncomment this out to go back to default slide caption div size. */
			/*max-width: 400px;*/
			border:1px solid red;
		}
				
		.slide-heading {
			/*font-size: 40px;*/ /* Uncomment this out to go back to default slide caption font size. */
			font-size: 38px;
			/*font-family:'Frutiger Neue W01 Light',Verdana, Geneva, sans-serif;*/ /* Uncomment this out to go back to default slide caption font. */
			font-family:'FrutigerLTW01-67BoldCn',Verdana, Geneva, sans-serif;
			color: #ffffff;
			text-align:left;
			line-height:1.2;
		}
		
		.slide-heading-caption {
			/*font-size:32px;*/ /* Uncomment this out to go back to default slide caption font size. */
			font-size:30px;
			/*font-family:'FrutigerNeueW01-Regular',Verdana, Geneva, sans-serif;*/ /* Uncomment this out to go back to default slide caption font size. */
			font-family:'FrutigerNeueLTW01-CnRg', Verdana, Geneva, sans-serif;
			color: #fff;
			text-align:left;
			text-shadow:none;
			margin:0px
			line-height:1;
		}
		
		.slide-heading-caption2 {
			font-size:24px; /* Uncomment this out to go back to default slide caption font size. */
			/*font-family:'FrutigerNeueW01-Regular',Verdana, Geneva, sans-serif;*/ /* Uncomment this out to go back to default slide caption font. */
			font-family:'FrutigerNeueLTW01-CnIta',Verdana, Geneva, sans-serif;
			color: #fff;
			text-align:left;
			text-shadow:none;
			padding:0px;
			line-height: 1;
		}

    }
	
/* Medium Devices, Desktops */
    @media only screen and (max-width : 1199px){
		
		.slide-heading {
			/*font-size: 40px;*/ /* Uncomment this out to go back to default slide caption font size. */
			font-size: 34px;
			/*font-family:'Frutiger Neue W01 Light',Verdana, Geneva, sans-serif;*/ /* Uncomment this out to go back to default slide caption font. */
			font-family:'FrutigerLTW01-67BoldCn',Verdana, Geneva, sans-serif;
			color: red;
			text-align:left;
			line-height:1.2;
		}
		
		.slide-heading-caption {
			/*font-size:32px;*/ /* Uncomment this out to go back to default slide caption font size. */
			font-size:28px;
			/*font-family:'FrutigerNeueW01-Regular',Verdana, Geneva, sans-serif;*/ /* Uncomment this out to go back to default slide caption font size. */
			font-family:'FrutigerNeueLTW01-CnRg', Verdana, Geneva, sans-serif;
			color: #fff;
			text-align:left;
			text-shadow:none;
			margin:0px
			line-height:1;
		}
		
		.slide-heading-caption2 {
			font-size:24px; /* Uncomment this out to go back to default slide caption font size. */
			/*font-family:'FrutigerNeueW01-Regular',Verdana, Geneva, sans-serif;*/ /* Uncomment this out to go back to default slide caption font. */
			font-family:'FrutigerNeueLTW01-CnIta',Verdana, Geneva, sans-serif;
			color: #fff;
			text-align:left;
			text-shadow:none;
			padding:0px;
			line-height: 1;
		}

    }</pre></body></html>