    #style-selector {
        position: fixed;
        top: 140px;
        left: 0;
        z-index: 9999;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		-moz-box-shadow:0px 0px 4px rgba(0, 0, 0, 0.4);
		-webkit-box-shadow:0px 0px 4px rgba(0, 0, 0, 0.4);
		box-shadow:0px 0px 4px rgba(0, 0, 0, 0.4);
		
    }
    .style-selector-wrapper {
        position: relative;
        z-index: 9999;
        display: inline-block;
        background: #fff;
    }
    .style-selector-wrapper > div {
        margin: 0px 20px 10px 20px;
    }
    #style-selector a.close {
        position: absolute;
        top: 0px;
        right: -46px;
        width: 46px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background: #272727 url(images/colors-swi.png) no-repeat 8px 5px;
        border-radius: 0px;
		font-size: 1px;
		color: #454545;
    }
    #style-selector a.active {
        box-shadow: 0 0 0 2px #000;
    }
    #style-selector .title {
        height: 40px;
		width: 100%;
		float: left;
		display: block;
        background: #e9e9e9;
        text-align: center;
        font-size: 14px;
		font-weight: bold;
        line-height: 40px;
		color: #272727;
		text-transform: uppercase;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		
    }
    #style-selector .title-sub {
        margin-top: 50px;
        margin-bottom: 0px;
		margin-left: 7px;
		display: block;
        color: #fff;
        text-align: left;
        font-weight: bold;
        font-size: 12px;
		text-transform: uppercase;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    }
	#style-selector .title-sub2 {
        margin-top: 22px;
        margin-bottom: 0px;
		margin-left: 0px;
		display: block;
        color: #454545;
        text-align: left;
        font-weight: bold;
        font-size: 13px;
		text-transform: uppercase;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    }
    #style-selector ul {
        width: 170px;
		margin: 0px 0px 0px 0px;
		padding: 7px 0 20px 0;
		border-bottom: 1px solid #e0e0e0;
    }
    #style-selector .styles {
        overflow: hidden;
        margin: 0px 0px 0px 0px;
    }
    #style-selector .styles li {
        float: left;
		margin: 2px;
		padding: 0;
		color: #fff;
    }
    #style-selector .styles li a {
        display: block;
        cursor: pointer;
		color: #fff;
    }
    .layout select {
        margin: 0 3px;
        width: 100%;
        font-size: 12px;
    }
    .bg-image img {
        width: auto;
        height: 100%;
    }

	#style-selector .menu-fswitcher {
        margin-left: 0px;
		margin-top: 4px;
    }
	#style-selector .menu-fswitcher select {
		color: #fff;
        width:175px;
		padding: 5px 4px;
		border: 1px solid #575757;
		background-color: #575757;
    }


#style-selector .styles.demos li a {
	text-align: center;
	width: 50px;
	height: 27px;
	font-size: 11px;
	border-radius: 3px;
	text-transform: uppercase;
	line-height: 27px;
	vertical-align: middle;
	background-color: #454545;
}
#style-selector .styles.demos li a:hover {
	background-color: #13afeb;
}
#style-selector .styles.demos li a:active {
	background-color: #13afeb;
}



/* ----------- Colors ----------- */

.pre-color-skin1{
	width:40px;
	height:35px;
	background-color: #21bbc7;
	float: left;
	cursor: pointer;
}
.pre-color-skin2{
	width:40px;
	height:35px;
	background-color: #9e2426;
	float: left;
	cursor: pointer;
}
.pre-color-skin3{
	width:40px;
	height:35px;
	background-color: #15967d;
	float: left;
	cursor: pointer;
}
.pre-color-skin4{
	width:40px;
	height:35px;
	background-color: #5ca5dd;
	float: left;
	cursor: pointer;
}
.pre-color-skin5{
	width:40px;
	height:35px;
	background-color: #ff6e41;
	float: left;
	cursor: pointer;
}
 .pre-color-skin6{
	width:40px;
	height:35px;
	background-color: #c41d54;
	float: left;
	cursor: pointer;
}
/*
.pre-color-skin7{
	width:40px;
	height:35px;
	background-color: #fa3aab;
	float: left;
	cursor: pointer;
}
.pre-color-skin8{
	width:40px;
	height:35px;
	background-color: #c762cb;
	float: left;
	cursor: pointer;
}
.pre-color-skin9{
	width:40px;
	height:35px;
	background-color: #a5d549;
	float: left;
	cursor: pointer;
}
.pre-color-skin10{
	width:40px;
	height:35px;
	background-color: #6b798f;
	float: left;
	cursor: pointer;
}
.pre-color-skin11{
	width:40px;
	height:35px;
	background-color: #f2d438;
	float: left;
	cursor: pointer;
}
.pre-color-skin12{
	width:40px;
	height:35px;
	background-color: #970001;
	float: left;
	cursor: pointer;
}

 */
/* ----------- BG Patterns ----------- */


/* .bg-patterns1{
	width:40px;
	height:35px;
	background: #eee url(../../images/elements/bg.png) no-repeat center top;
	float: left;
	cursor: pointer;
}
.bg-patterns2{
	width:40px;
	height:35px;
	background: #eee url(../../images/elements/pattern2.png) no-repeat center top;
	float: left;
	cursor: pointer;
}
.bg-patterns3{
	width:40px;
	height:35px;
	background: #eee url(../../images/elements/pattern3.png) no-repeat center top;
	float: left;
	cursor: pointer;
}
.bg-patterns4{
	width:40px;
	height:35px;
	background: #eee url(../../images/elements/pattern4.png) no-repeat center top;
	float: left;
	cursor: pointer;
}
.bg-patterns5{
	width:40px;
	height:35px;
	background: #eee url(../../images/elements/pattern5.png) no-repeat center top;
	float: left;
	cursor: pointer;
}
.bg-patterns6{
	width:40px;
	height:35px;
	background: #eee url(../../images/elements/pattern6.png) no-repeat center top;
	float: left;
	cursor: pointer;
}
.bg-patterns7{
	width:40px;
	height:35px;
	background: #eee url(../../images/elements/pattern7.png) no-repeat center top;
	float: left;
	cursor: pointer;
}
.bg-patterns8{
	width:40px;
	height:35px;
	background: #eee url(../../images/elements/pattern8.png) no-repeat center top;
	float: left;
	cursor: pointer;
}
.bg-patterns9{
	width:40px;
	height:35px;
	background: #eee url(../../images/elements/pattern9.png) no-repeat center top;
	float: left;
	cursor: pointer;
}
.bg-patterns10{
	width:40px;
	height:35px;
	background: #eee url(../../images/elements/pattern10.png) no-repeat center top;
	float: left;
	cursor: pointer;
}
.bg-patterns11{
	width:40px;
	height:35px;
	background: #eee url(../../images/elements/pattern11.png) no-repeat center top;
	float: left;
	cursor: pointer;
}
.bg-patterns12{
	width:40px;
	height:35px;
	background: #eee url(../../images/elements/pattern1.png) no-repeat center top;
	float: left;
	cursor: pointer;
}


.bg-patterns13{
	width:40px;
	height:35px;
	background: #eee url(../../images/elements/pattern-small-img1.jpg) no-repeat center top;
	float: left;
	cursor: pointer;
}
.bg-patterns14{
	width:40px;
	height:35px;
	background: #eee url(../../images/elements/pattern-small-img2.jpg) no-repeat center top;
	float: left;
	cursor: pointer;
}
.bg-patterns15{
	width:40px;
	height:35px;
	background: #eee url(../../images/elements/pattern-small-img3.jpg) no-repeat center top;
	float: left;
	cursor: pointer;
}
.bg-patterns16{
	width:40px;
	height:35px;
	background: #eee url(../../images/elements/pattern-small-img4.jpg) no-repeat center top;
	float: left;
	cursor: pointer;
}
 */

#style-selector .styles-noborder {
	overflow: hidden;
	margin: 0px 0px 0px 0px;
}
#style-selector .styles-noborder li {
	float: left;
	margin: 0px 0px;
	padding: 0;
	color: #ddd;
}
#style-selector .styles-noborder li.left {
	float: left;
	width: 80px;
	line-height: 14px;
}
#style-selector .styles-noborder li.left em {
	font-style: normal;
	line-height: 18px;
	display: block;
	margin-top: 7px;
}
#style-selector .styles-noborder li.left em a {
	color: #b3b3b3;
	font-size: 11px;
}
#style-selector .styles-noborder li.left em a:hover {
	color: #fff;
}

#style-selector .styles-noborder li img {
	float: left;
	width: 100px;
	height: 70px;
}
	
/* style switcher */
.styles {
list-style-type: none;
margin: 0;
padding: 0;
}
.styles li {
display: inline-block;
margin: 5px 0;
}
.styles li a {
margin: 2px;
}
#style-switcher {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
background-color: #f6f6f6;
border-color: -moz-use-text-color #e4e4e4 #e4e4e4 -moz-use-text-color;
border-image: none;
border-radius: 0 0 3px;
border-style: none solid solid none;
border-width: 0 1px 1px 0;
box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.08);
left: -206px;
position: fixed;
top: 140px;
width: 205px;
z-index: 999;
}
#style-switcher h2 {
background-color: #474747;
color: #fff;
font-family: "Open Sans",Helvetica,Arial,sans-serif;
font-size: 14px;
font-weight: bold;
line-height: 40px;
margin: 0;
padding: 0 0 0 20px;
text-transform: uppercase;
}
#style-switcher div {
margin: 0 0 20px;
padding: 3px 10px 5px 18px;
}
#style-switcher h3 {
border-bottom: 1px solid #e0e0e0;
color: #363636;
font-family: "OpenSansRegular";
font-size: 14px;
font-weight: 600;
margin: 10px 0 10px 1px;
padding: 0 0 10px;
text-transform: uppercase;
}
.colors {
list-style: outside none none;
margin: 0 0 20px;
overflow: hidden;
padding: 0;
}
.colors li {
float: left;
margin: 4px 2px 0;
}
.colors li a {
border-radius: 1px;
cursor: pointer;
display: block;
height: 29px;
width: 29px;
}
.default {
background: #31a3dd none repeat scroll 0 0;
}
.red {
background: #f8504b none repeat scroll 0 0;
}
.skyblue {
background: #0ac2d2 none repeat scroll 0 0;
}
.green {
background: #1abc9c none repeat scroll 0 0;
}
.blue {
background: #136597 none repeat scroll 0 0;
}
.orange {
background: #ff7757 none repeat scroll 0 0;
}
.pink {
background: #d63861 none repeat scroll 0 0;
}
.layout-style select, .header-style select, .footer-style select, .header-color input {
border: 1px solid #ccc;
border-radius: 0;
color: #363636;
cursor: pointer;
font-size: 14px;
height: 35px;
margin: 2px 0 2px 2px;
padding: 7px 5px;
width: 164px;
}
.bg1 {
background-image: url("../images/bg/1.jpg");;
}
.bg2 {
background-image: url("../images/bg/2.jpg");
}
.bg3 {
background-image: url("../images/bg/3.jpg");
}
.bg4 {
background-image: url("../images/bg/4.jpg");
}
.bg5 {
background-image: url("../images/bg/5.jpg");
}
.wrapper {
  background-color: #fff;
  box-shadow: 12px 0 15px -4px rgba(31, 73, 125, 0.3), -12px 0 8px -4px rgba(31, 73, 125, 0.3);
}
.layout-style, .header-style, .header-color .footer-style {
padding: 0 !important;
}
.colors li {
float: left;
margin: 4px 2px 0;
}
.colors li a {
border-radius: 1px;
cursor: pointer;
display: block;
height: 29px;
width: 29px;
}

#style-switcher h2 a {
background-color: #474747;
border-radius: 0 3px 3px 0;
color: #fff;
display: block;
font-size: 26px;
height: 40px;
position: absolute;
right: -43px;
text-align: center;
text-decoration: none;
top: 0;
width: 43px;
}
/* switcher-end */

/* switcher icon rotate */
.gh{
-webkit-animation: spin 3s infinite linear;
-moz-animation: spin 3s infinite linear;
-o-animation: spin 3s infinite linear;
-ms-animation: spin 3s infinite linear;
}
@-webkit-keyframes spin {
0% { -webkit-transform: rotate(0deg);}
100% { -webkit-transform: rotate(360deg);}
}
@-moz-keyframes spin {
0% { -moz-transform: rotate(0deg);}
100% { -moz-transform: rotate(360deg);}
}
@-o-keyframes spin {
0% { -o-transform: rotate(0deg);}
100% { -o-transform: rotate(360deg);}
}
@-ms-keyframes spin {
0% { -ms-transform: rotate(0deg);}
100% { -ms-transform: rotate(360deg);}
}
.cp-color-picker{
z-index:999;
}
.color-control {
  max-width: 100%;
}
.bg-imgs {
  width: 22%;
  height: 40px;
}
.color-picker {
    float: left;
    width: 70%;
    margin-left: -45px !important;
}
#color-value{
    float: right;
}
/* switcher icon rotate */	
	
	
@media(max-width:992px){	
section#style-switcher {
    display: none;
}
}	