﻿#style-switcher h3 {  
	color: #101010;
    font-size: 15px;
    letter-spacing: 1px;
    margin: 2px 0 5px 1px;
    padding: 10px 0;
    border-bottom: 1px dotted #8D8787;
}
#style-switcher {
	background-color: #fff;
	width: 250px;
	position:fixed;
	top: 100px;
	z-index: 999;
	border-radius: 0 0 3px 0;
	left: -250px;
	border: 1px solid #e4e4e4;
	border-left: 0;
	border-top: 0;
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.08);
}


#style-switcher h2 {
	border: 1px solid #eee;
    color: #30373b;
	padding: 0 15px;
    font-weight: bold;
    font-size: 14px;
    margin: 0;
    line-height: 40px;
    text-transform: uppercase;
}
#style-switcher h2 a {
	background-color: #30373b;
	display: block;
	position: absolute;
	right: -50px;
	text-align:center;
	color:#fff;
	top:100px;
	text-decoration:none;
	position: absolute;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    text-align: center;
	/* border-radius: 0 3px 3px 0; */
}
#style-switcher h2 a i {
	line-height:40px;
}		
#style-switcher h2 a:focus { outline: none; }
.colors1 { list-style: none outside none; margin: 0 0 10px; border-bottom: 1px solid #d2d2d2; overflow: hidden; padding: 0 0 20px; }
.colors1 li { float:left; margin: 0px 5px 0; }
.colors1 li a { 
	border-radius:50px; 
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-size: 13px;
    height: 30px;
    padding: 5px;
    text-align: center;
    width: 80px;
} 
button#colorcss {
	margin:0px;
}
.colors { list-style: none outside none; margin: 0 0 10px; overflow: hidden; padding: 5px 0 20px; }
.colors:last-child { border-bottom: 0 none; padding: 0 0 10px; }
.colors li { float:left; margin:8px 6px 0; }
.colors li a { 
    width: 58px;
    height: 40px;
    display: inline-block; 
	cursor: pointer; 
	box-shadow: 0 0px 2px 0 rgba(0,0,0,0.6);
	border-radius: 100% 0px 0px 0px;
}
.layout-style select, .header-style select, 
.footer-style select, .header-color input {
	width: 164px;
	padding: 7px 5px;
	color: #363636;
	cursor: pointer;
	border-radius: 0px;
	height: 35px;
	font-size: 14px;
	margin: 2px 0 2px 2px;
	border: 1px solid #ccc;
	
}
.header-color .sp-replacer  { padding:4px 6px !important; }
.header-color .sp-replacer .sp-dd, 
.header-color .sp-replacer .sp-preview, 
div.header-color { padding:0px 1px !important; }
.layout-style, .header-style, .header-color
.footer-style { padding: 0 !important; }

.btn_layout {
	background-color: #242424;
    color: #eee;
    box-shadow: 0 0px 2px 0 #000000;
    border: 0px none;
    display: inline-block;
    font-size: 13px;
    letter-spacing: 1.5px;
    line-height: 20px;
    margin: 0 5px 2px;
    padding: 8px 10px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
}
.btn_layout_box {
	background-color: #eee !important ;
    color: #101010 !important;
}
.default { background: #00a3a3; }
.light_blue { background: #08B8D1; }
.light_green { background: #009057; }
.pink { background: #C259A8; }
.purple { background: #3A6BB2; }
.yellow { background: #D1B20B; }
.orange { background: #DE3A00; }
.light-red { background: #C50020;}
.brown { background:#C29459;}

.bg1 { background-image: url("../../images/bg-pattern/bg-img1.jpg"); }
.bg2 { background-image: url("../../images/bg-pattern/bg-img2.jpg"); }
.bg3 { background-image: url("../../images/bg-pattern/bg-img3.jpg"); }
.bg4 { background-image: url("../../images/bg-pattern/bg-img4.jpg"); }
.bg5 { background-image: url("../../images/bg-pattern/bg-img5.jpg"); }
.bg6 { background-image: url("../../images/bg-pattern/bg-img6.jpg"); }
.bg7 { background-image: url("../../images/bg-pattern/bg-img7.jpg"); }
.bg8 { background-image: url("../../images/bg-pattern/bg-img8.jpg"); }
.bg9 { background-image: url("../../images/bg-pattern/bg-img9.jpg"); }

	
@media only screen and (max-width: 1023px) { #style-switcher { display: none; } }

/* This media query for layout resize with boxed layout */

@media(min-width: 1200px) {

.skin_layout_div.boxed {
    width: 1210px;

}

}

@media (min-width: 768px) and (max-width: 979px)  {

.skin_layout_div.boxed { width: 100%;  height:100%!important;}
.wrapper{
  background-color:#fff;
	
}

}

@media (max-width: 767px) {

body.boxed { width: 100%; /* padding: 0px 20px !important; */ }
body { padding-left: 0px !important; padding-right: 0px !important; }
	
}

@media (min-width: 980px) and (max-width: 1199px) {

body.boxed { width: 100%; }
	
}   