#theme-options h4,
#theme-options h5 {
    font-weight: 400;
    text-transform: uppercase
}
#theme-options h4,
#theme-options h5,
.buy-button {
    text-transform: uppercase;
}
#theme-options {
    position: fixed;
    z-index: 9999;
    top: 148px;
    left: -250px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 250px;
    padding: 0 20px;
    -webkit-transition: all .5s;
    transition: all .5s;
    color: #323232;
    background-color: #fff
}
#theme-options.open {
    left: 0;
    box-shadow: 1px 1px 2px 0 #ccc
}
#theme-options a.switcher_btn {
    text-decoration: none;
    color: #323232
}
#theme-options h4,
#theme-options>a.switcher_btn {
    color: #fff;
    background-color: #323232;
    text-align: center
}
#theme-options>a.switcher_btn {
    font-size: 20px;
    line-height: 55px;
    position: absolute;
    top: 0;
    right: -47px;
    display: block;
    width: 47px;
    height: 55px;
    text-decoration: none
}
.colors a,
.patterns a {
    display: block;
    float: left;
    height: 30px
}
#theme-options>a.switcher_btn:before {
    font-family: FontAwesome;
    content: '\f013'
}
#theme-options h4 {
    font-size: 16px;
    margin: 0 -20px;
    padding: 10px 0;
    letter-spacing: .5px
}
.colors,
.patterns {
    padding-bottom: 15px
}
#theme-options h5 {
    font-size: 14px;
    margin: 10px 0 15px;
    text-align: center;
    color: #000;
}
.colors,
.layout {
    margin-bottom: 15px
}
.colors {
    border-bottom: 1px solid #ccc
}
.boxed-bg {
    padding-top: 15px;
    border-top: 1px solid #ccc
}
.colors a {
    position: relative;
    width: 30px;
    margin-right: 15px;
    margin-bottom: 10px
}
.colors a:last-child {
    margin-right: 0
}
.layout a {
    display: block;
    float: left;
    width: 50%;
    text-align: center;
    background: 0 0
}
.layout a img {
    display: block;
    margin: 0 auto
}
.patterns a {
    width: 30px;
    margin-right: 12px;
    margin-bottom: 10px;
}
#color1:before,
#color2:before,
#color3:before,
#color4:before,
#color5:before {
	content: "";
    height: 26px;
    position: absolute;
    right: 7px;
    top: -4px;
    width: 27px;
	border: 1px solid #ccc;
}
#color1 {
    background-color: #FFD700;
}
#color1:before {
    background-color: #003366;
}
#color2 {
    background-color: #9ac928;
}
#color2:before {
    background-color: #333;
}
#color3 {
    background-color: #fda700;
}
#color3:before {
    background-color: #754dae;
}
#color4 {
    background-color: #bed500;
}
#color4:before {
    background-color: #d34160;
}
#color5 {
    background-color: #3cb497;
}
#color5:before {
    background-color: #333;
}
.buy-button {
    font-size: 10px!important;
    line-height: inherit;
    width: 100%;
    margin-bottom: 20px;
    padding: 9px 25px!important;
    vertical-align: middle;
    letter-spacing: 1px;
    color: #fff!important;
    border: 1px solid transparent;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #323232;
}
.buy-button:hover {
    color: #323232!important;
    border: 1px solid #323232;
    background: 0 0
}
.layout a.wide, .layout a.boxed{
	background: #323232;
	width: 45%;
	padding: 7px;
	margin: 0 5px;
	border: 1px solid transparent;
	text-transform: uppercase;
	color: #fff;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.layout a.wide:hover, .layout a.boxed:hover{
	background: transparent;
	border: 1px solid #323232;
	color: #323232!important;
}
@media (max-width:767px) {
    #select-demos,
    #theme-options {
        display: none
    }
}