<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: #303030 !important;
		font-size: 13px !important;
		margin: 5px 0 -5px 1px;
		text-transform:uppercase;
	}
	
	#style-switcher {
		background-color: #ffffff;
		width: 185px;
		position:fixed;
		top: 222px;
		z-index: 999;		
		left: -186px;
		border-left: 0;
		border-top: 0;
		box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	}

	#style-switcher div {
		padding: 2px 20px 10px 20px;
	}
	
	#style-switcher h2 {
		background-color: #ffffff;
		color: #303030;
		font-weight: bold;
		font-size: 13px;
		padding: 15px 0px;
		margin:0px;
		margin-bottom:15px;
		text-align: center;
		text-transform:uppercase;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
		
	}
	
	#style-switcher h2 a {
		background: url("../images/switcher.png") no-repeat 10px center transparent;
		background-color:#ffffff;
		display: block;
		height: 44px;
		position: absolute;
		right: -44px;
		text-indent: -9999px;
		top: 0px;
		width: 44px;
		z-index:999999!important;
		box-shadow: 5px 0px 5px rgba(0, 0, 0, 0.2);
		



	}
	
	.colors {
		list-style:none;
		margin: 10px 0px 10px -20px;
		overflow: hidden;
	}
	
	.colors li {
		float:left;
		margin: 4px 2px 0 2px;
		border: 1px solid #999;
		border-radius: 2px;
		padding: 2px;
	}
	
	.colors li a {
		display: block;
		width: 30px;
		height: 30px;
		cursor: pointer;
		border-radius:2px;
		
	} 
	
	
	.layout-style select,
	.header-style select {
		width: 140px;
		padding: 5px;
		color: #303030;
		cursor: pointer;
		border-radius: 2px;
		font-size: 13px;
		margin: 10px 0 10px 2px;
		
	}
	
	.layout-style,
	.header-style { padding: 0 !important; }
	
	
	
	.salmon    { background: #E64C71; }
	.blue     { background: #008ACC; }
	.orange   { background: #FF5722; }
	.yellow   { background: #FFD769; }	
    .red      { background: #E94C37; }
    .material-blue { background: #3F51B5; }	
	.turquoise{ background: #0DC0C0; }		
	.purple   { background: #894997; }
	.brown    { background: #6B6245; }
	.pink    { background: #E91E63; }
	
	

	.bg1 { background-image: url("../images/bg/bg1.png"); }
	.bg2 { background-image: url("../images/bg/bg2.png"); }	
	.bg3 { background-image: url("../images/bg/bg3.png"); }
	.bg4 { background-image: url("../images/bg/bg4.png"); }
	.bg5 { background-image: url("../images/bg/bg5.png"); }
	.bg6 { background-image: url("../images/bg/bg6.png"); }
	.bg7 { background-image: url("../images/bg/bg7.png"); }
	.bg8 { background-image: url("../images/bg/bg8.png"); }
	.bg9 { background-image: url("../images/bg/default_bg.png"); }
	
	
	
	@media only screen and (max-width: 1023px) { #style-switcher { display: none; } }
	   
</pre></body></html>