/* -----------------------------------------
   Style Changer
----------------------------------------- */

.style_changer {
    width: 250px;
    position: fixed;
    color: #fff;
    top: 25%;
    right: -250px;
    z-index: 999;
}
.style_changer .wrap {
    position: relative;
    height: 46px;
}

.style_changer h3 {
    font-size: 16px;
    font-weight: 900;
    /* font-family: Source Sans Pro; */
    text-align: center;
    padding: 10px 0;
    height: 46px;
}

.changer_content_block {
    border-bottom: solid 1px #eaeaea;
    position: relative;
}

.changer_content_block h3{
    font-size: 16px;
    font-weight: 900;
    /* font-family: Source Sans Pro; */
    text-align: center;
    padding: 10px 0;
    height: 36px;
}


.sc_main_header{
    background: url(../img/header_bg.png) no-repeat 95% center #f8f8f8;
    padding: 15px 20px 15px 0 !important;
    border-bottom: solid 1px #eaeaea;
}
/*options list styling start*/
.sel_wrap select{
    display:none;
}
.sel_imul{
    width: 220px;
    display: table-cell;
    vertical-align: middle;
}
.sel_imul .sel_selected{
    width: 220px;
    background: #f5f5f5;
    border: solid 1px #eaeaea;
    padding: 10px;
    font: normal 200 14px Source Sans Pro;
    cursor:pointer;
    position:relative;
    margin: 0 15px 15px 15px;
    color: black;
}
.sel_imul.act .sel_selected{
    background:#f5f5f5;
}
.sel_selected .sel_arraw{
    height:100%;
    width:40px;
    background:url(../img/select_bg.gif) 50% 50% no-repeat;
    position:absolute;
    top:0px;
    right:0px;    
}
.sel_imul:hover .sel_selected .sel_arraw{
    background-color:#f8f8f8;
}
.sel_imul.act .sel_selected .sel_arraw{
    background-color:#f8f8f8;
}
.sel_selected .sel_arraw.sel_arraw_loading {
	background: url(../img/loader.gif) center center no-repeat;
}

.sel_imul .sel_options{
    background:#fff;
    border-top:none;
    overflow:auto;
    position:absolute;
    width:298px;
    display:none;
    z-index:10;
}
.sel_options .sel_option {
	position: relative;
    font-size:14px;
    /* font-family: Source Sans Pro; */
	color: #000;
	width: 220px;
	margin: 0 15px;
	padding: 10px;
    border: 1px solid #eaeaea;
	border-bottom: 0px;
}

.sel_options .sel_option:last-child {
	border-bottom: 1px solid #eaeaea;
}

.sel_options .sel_option:hover {
    border-color: #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
    cursor: pointer;
	background-color: #f8f8f8;
}

.sel_options .sel_option:hover + .sel_option {
	border-top: 0px !important;
}

.sel_options .sel_option a{
	color: #000;
}
.sel_options .sel_option.sel_ed{
    background:#f5f5f5;
    border-color:#dbdbdb;
}
.sel_options .sel_option.sel_ed{
	color: #000;
}
/*options list styling end*/
.style_changer label {
    font-size: 12px;
    color: #7a7f80;
    font-weight: 400;
    text-transform: uppercase;
}
.changer_button {
    position:absolute;
    top:0;
    left:-46px;
    display:block;
    width:46px;
    height:46px;
    background: #fff;
    text-align: center;
	border: solid 1px #eaeaea;
	border-right: none;
}
.changer_button i {
    font-size: 32px;
    line-height:46px;
    color: #7a7a7a;
}

.layout-change {
    margin: 15px 0 20px -6px;
    overflow: hidden;
}
.layout-change .item {
    position: relative;
    margin-left: 6px;
    float: left;
}
.layout-change a {
    position: absolute;
    width: 100%;
    line-height: 70px;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    height: 71px;
}
.layout-change a:hover:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #ff6565;
    background: url(../assets/img/current.png) right top no-repeat;
}

.style_changer label {
	color:#8a8a8a;
}

.changer_content {
    background: #fff;
    border: 1px solid #ebebeb;
	position:relative;
}


.fl {
	float:left;
	padding:0 2% 0 0;
}


.ch_button {
	padding:10px 25px;
    margin: 0 0 5px;
    color: #fff !important;
    border-radius: 3px;
	font-weight: 300;

}


.boxed_wrap {
	margin-bottom:14px;
}
.style_changer .line {
    position: relative;
    width: 249px;
    margin-left: -10px;
    border-bottom: 1px solid #ebebeb;
}
.lt-ie9 .boxed_layout:before {
	display:none;
}
.lt-ie9 .check_wrap input {
	margin-top:4px;
}
.lt-ie9 .version_check_wrap,
.lt-ie9 .version_check_wrap label span.check_dark,
.lt-ie9 .version_check_wrap label span.check_light {
	background:none;
}
.lt-ie9 .version_check_wrap input {
	margin-top:6px;
}
.boxed_lay {
	max-width: 1220px;
	margin: 0 auto;
	box-shadow:0px 0px 6px 0px rgba(0, 0, 0, 0.2);
        overflow: hidden;
        background: #fff !important;
}

#pattern-changer {
	margin: 0 5px;
}

#pattern-changer ul{
    margin-bottom: 0 !important;
}

#pattern-changer li {
    width: 26px;
    height: 26px;
    background-color: #8b8b8b;
    display: inline-block;
    margin: 5px 0 0 1px;
    border: solid 1px #eaeaea;
	overflow: hidden;
}

#pattern-changer li img {
	min-width: 100%;
	min-height: 100%;
}

body > div:first-child {
	background: #fff;
}

body > div.dark-skin {
	background: #32353B;
}
.reset-button {
	display: inline-block;
	padding: 12px 63px;
	font: italic 800 16px Source Sans Pro;
	border: none;
	background: none;
	text-transform: none;
	color: #000;
}

.color_scheme {
	padding: 17px 17px !important;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
        margin-bottom: 10px;
}

#picker_first{
	background-color: #ff6060;
}

#picker_second{
	background-color: #dbdbdb;
}

.changer_content_block p{
	display: inline-block;
	color: #000;
	height: 2em;
	margin-bottom: 0;
	width: 60%;
	position: relative;
}

.changer_content_block p span{
	position: absolute;
        line-height: 1em;
	top: 13px;
	left: 5px;
}

.boxed_layout{
    max-width: 1220px;
    margin: 0 auto;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    background: #fff !important;
	margin-top: 25px !important;
	margin-bottom: 25px !important;
}

.colpick{
    position: fixed !important;
    right: 250px !important;
    top: 60% !important;
    z-index: 9999;
}

@media only screen and (max-width: 767px){
	.style_changer {
		display:none;
	}
}
