<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Styles Switcher
====================================================================== */

	#style-switcher h3 {
		color: #3d3d3d !important;
		font-size: 13px !important;
		margin: 5px 0 -5px 1px;
		text-transform: capitalize;
		text-align: center;
		font-weight: 400;
		font-family: 'Hind Madurai', Arial, sans-serif;
		letter-spacing: 0;
	}
	
	#style-switcher {
		background-color: #F4F5F7;
		width: 199px;
		position:fixed;
		top: 207px;
		z-index: 999;		
		left: -200px;
		border-left: 0;
		border-top: 0;
	}

	#style-switcher div {
		padding: 10px 20px 15px 20px;
		background-color: #F4F5F7;
		
	}
	
	#style-switcher h2 {
		color: #3d3d3d;
		font-weight: 500;
		font-size: 13px;
		padding: 14px 0px 15px;
		background: #F4F5F7;
		border: 1px solid #d6dfec;
        text-align: center;
		text-transform:uppercase;
        margin-top: 0;
		margin-bottom: 0;	
	}
	
	#style-switcher span {
		position: absolute;
		right: -45px;
		height: 45px;
		width: 45px;
		text-align: center;
		line-height: 45px;
		cursor: pointer;
		font-size: 22px;
		color: #555;
		background: none repeat scroll 0% 0% #F4F5F7;
		border: 1px solid #d6dfec;
		top: 0px;
		z-index:999999!important;
	}		
	
	.colors {
		list-style:none;
		margin: 10px 0px 10px -20px;
		overflow: hidden;
	}
	
	.colors li {
		float:left;
		margin: 3px 2px 0px;
		padding: 2px;
		border: 1px solid #c1c1c1;
	}
	
	.colors li a {
		display: block;
		width: 30px;
		height: 30px;
		cursor: pointer;
		border-radius: 2px;
		
	} 
	.colors li a:active{
		box-shadow:0 3px 3px rgba(0, 0, 0, 0.5) inset;
	}
	
	.layout-style select,
	.header-style select {
		width: 140px;
		padding: 5px;
		color: #909090;
		cursor: pointer;
		border-radius: 2px;
		font-size: 13px;
		margin: 10px 0 10px 10px;
		
	}
	
	.layout-style,
	.header-style { padding: 0 !important; }
	
	
	
	.green    		{ background: #00D14B; }
	.blue    		{ background: #37c6f5; }
	.orange   		{ background: #FB5E1B; }
	.turquoise		{ background: #01A2AE; }	
	.yellow  	 	{ background: #FF9900; }	
    .red	        { background: #FF003D; }
    .pink     		{ background: #FB0F51; }	
	.cyan		  	{ background: #00C3DA; }
	.ballet-cream  	{ background: #f88860; }
	
	

	.bg1 { background-image: url("../images/transporter/bg/bg_1.png"); }
	.bg2 { background-image: url("../images/transporter/bg/bg_2.png"); }	
	.bg3 { background-image: url("../images/transporter/bg/bg_3.png"); }
	.bg4 { background-image: url("../images/transporter/bg/bg_4.png"); }
	.bg5 { background-image: url("../images/transporter/bg/bg_5.png"); }
	.bg6 { background-image: url("../images/transporter/bg/bg_6.png"); }
	
	
	@media only screen and (max-width: 1023px) { #style-switcher { display: none; } }
	   
</pre></body></html>