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

	#style-switcher span {
		position: absolute;
		right: -50px;
		height: 50px;
		width: 50px;
		text-align: center;
		line-height: 49px;
		cursor: pointer;
		font-size: 24px;
		color: #fff;
		border-radius: 0 0 0 0;
		background: #29282d;
		top: 0px;
		z-index: 99;
	}

	#style-switcher {
		background: #29282d;
		width: 199px;
		position: absolute;
		top: 165px;
		z-index: 99;		
		left: -200px;
		border-left: 0;
		border-top: 0;
		box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	}

	#style-switcher h3 {
		margin: 10px 0 -2px 1px;
		text-align: center;	
		color: #fff;
		outline: none;
		font-size: 14px;
		text-transform: uppercase;
		font-weight: 600;
		letter-spacing: 2px;
		letter-spacing: .08em; 	
	}
	
	#style-switcher div {
		padding: 10px 20px 10px 20px;
		background-color: #29282d;
	}
	
	#style-switcher h2 {
		background-color: transparent;
		color: #fff;
		font-weight: 600;
		font-size: 18px;
		padding: 0px 0px 3px;
        text-align: center;
		text-transform: uppercase;
		margin-top: 15px;    
		margin-bottom: 9px;  
		letter-spacing: .08em;  		
	}
	
	.colors {
		list-style:none;
		margin: 10px 0px 10px -20px;
		overflow: hidden;
	}
	
	.colors li {
		float:left;
		margin: 3px 2px 0px;
		padding: 2px;
		border: 1px solid #3d3d3d;
	}
	
	.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: #29282d;
		cursor: pointer;
		border-radius: 2px;
		font-size: 13px;
		margin: 10px 0 20px 10px;
		border: 1px solid #f1f1f1;
		box-shadow: none;	
	}
	
	.layout-style,
	.header-style { padding: 0 !important; }
	
	.orange    		{ background: #FF4D30; }	
	.red 			{ background: #D6001C; }
	.yellow	    	{ background: #ffa320; }
	.green		  	{ background: #078169; }
	.blue			{ background: #3BC3D3; }
	.gold			{ background: #c59d5f; }	
    .lightgreen		{ background: #478A27; }
	.lightorange	{ background: #fd5900; }		
	.lightred		{ background: #f95259; }

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