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

	#style-switcher h3 {
		color: #4b464c !important;
		font-size: 13px !important;
		font-weight: 400;
		margin: 5px 0 -2px 1px;
		text-transform: capitalize;
		text-align: center;		
	}
	
	#style-switcher {
		background: rgba(25,29,32,0.9);
		width: 199px;
		position: absolute;
		top: 28px;
		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: 10px 20px 10px 20px;
		background-color: #fff;
	}
	
	#style-switcher h2 {
		background-color: transparent;
		color: #fff;
		font-weight: bold;
		font-size: 13px;
		padding: 0px 0px 3px;
        text-align: center;
		text-transform:uppercase;
		margin-top: 15px;    
		margin-bottom: 13px;    		
	}
	
	#style-switcher span {
		position: absolute;
		right: -45px;
		height: 45px;
		width: 45px;
		text-align: center;
		line-height: 49px;
		cursor: pointer;
		font-size: 24px;
		color: rgb(255, 255, 255);
		border-radius: 0 5px 5px 0;
		background: rgba(25,29,32,0.9);
		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 #ededed;
	}
	
	.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; }
	
	
	
	.red 			{ background: #da3038; }
	.bright-red    	{ background: #ff1414; }
	.yellow   		{ background: #fac716; }
	.dark-yellow	{ background: #fdad00; }
	.cobalt-blue	{ background: #3b55e6; }	
    .green		    { background: #60b845; }
    .orange    		{ background: #fd6502; }	
	.blue			{ background: #1b86ca; }		
	.bronzegreen	{ background: #dd9142; }
	
	

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