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

	#style-switcher h3 {
		color: #2D3338 !important;
		font-size: 13px !important;
		margin: 5px 0 -5px 1px;
		text-transform: capitalize;
		text-align: center;
		
	}
	
	#style-switcher {
		background-color: #2A2F35;
		width: 199px;
		position:fixed;
		top: 222px;
		z-index: 999;		
		left: -200px;
		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;
		background-color: #F5F5F5;
	}
	
	#style-switcher h2 {
		background-color: #2A2F35;
		color: #fff;
		font-weight: bold;
		font-size: 13px !important;
		padding: 0px 0px 3px;
        text-align: center;
		text-transform:uppercase;
     
		
	}
	
	#style-switcher span {
		position: absolute;
		right: -50px;
		height: 50px;
		width: 50px;
		text-align: center;
		line-height: 50px;
		cursor: pointer;
		font-size: 22px;
		color: rgb(255, 255, 255);
		background: none repeat scroll 0% 0% #2A2F35;
		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: #A0CE4E; }
	.blue    		{ background: #3498db; }
	.orange   		{ background: #FF7300; }
	.yellow  	 	{ background: #eeb313; }	
    .red-color      { background: #F64243; }
    .gold     		{ background: #B57C00; }	
	.turquoise		{ background: #0DC0C0; }		
	.lightyellow   	{ background: #D3C124; }
	.violet   		{ background: #5E6EC7; }
	
	

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