/* =================================================================== */
/* Styles Switcher
====================================================================== */

	#style-switcher h3 {
		color: #666;
		font-size: 13px;
		margin: 5px 0 -5px 1px;
		font-family: 'PT Sans', sans-serif;
		letter-spacing: 0px;
		color: #313131 !important;
	}
	
	#style-switcher p {
		color: #999;
	    line-heihgt: 20px;
		font-style: italic;
		font-size: 13px;
	}
	
	#style-switcher {
		background-color: #fff;
		width: 205px;
		position:fixed;
		top: 140px;
		z-index: 999;
		border-radius: 0 0 3px 0;
		left: -206px;
		border-left: 0;
		border-top: 0;
		box-shadow: -3px 0px 50px -2px rgba(0, 0, 0, 0.14)
	}
	
	#style-switcher div {
		padding: 2px 18px 10px 18px;
	}
	
	#style-switcher h2 {
		background-color: #676767;
		color: #fff;
		font-size: 14px;
		padding: 7px 0 6px 20px;
	}
	
	#style-switcher h2 a {
		background: url("../images/switcher.png") no-repeat 10px center transparent;
		background-color: #5E5E5E;
		display: block;
		height: 49px;
		position: absolute;
		right: -49px;
		text-indent: -9999px;
		top: 0;
		width: 49px;
		border-radius: 0 2px 2px 0;
	}
	
	.colors {
		list-style:none;
		margin: 0 0px 10px 0;
		overflow: hidden;
	}
	
	.colors li {
		float:left;
		margin: 4px 2px 0 2px;
	}
	
	.colors li a {
		display: block;
		width: 22px;
		height: 22px;
		cursor: pointer;
	} 
	
	.layout-style select,
	.footer-style select {
		width: 164px;
		height: 33px;
		padding: 5px;
		color: #888;
		cursor: pointer;
		border-radius: 2px;
		font-size: 13px;
		margin: 2px 0 10px 2px;
	}
	
	.layout-style,
	.footer-style { padding: 0 !important; }
	
	.royal { background: #0088cc; }
	.blue-a { background: #3dc4e4; }
	.turquoise {background: #01a4a4; }
	.green { background: #8ad529; }
	.red { background: #e36159; }
	.olive { background: #6e8b3d; }
	.salmon { background: #ffa07a; }
	.violet { background: #ff82ab; }
	.yellow { background: #ffc53b; }
	.gray { background: #c5c5c5; }
	
	.sk-w { background: #e4e4e4; }
	.sk-d { background: #282d36; }

	.bg1 { background-image: url("../images/ptn/concrete.png"); }
	.bg2 { background-image: url("../images/ptn/china.png"); }
	.bg3 { background-image: url("../images/ptn/eight.png"); }
	.bg4 { background-image: url("../images/ptn/swirl.png"); }
	.bg5 { background-image: url("../images/ptn/wood.png"); }
	.bg6 { background-image: url("../images/ptn/wood-dark.png"); }
	.bg7 { background-image: url("../images/ptn/lodyas.png"); }
	.bg8 { background-image: url("../images/ptn/green_cup.png"); }
	.bg9 { background-image: url("../images/ptn/stardust.png"); }
	.bg10 { background-image: url("../images/ptn/struckaxiom.png"); }
	
	@media only screen and (max-width: 1023px) { #style-switcher { display: none; } }