.color-switcher {
    width: 234px;
    position: fixed;
    left: -235px;
    top: 15%;
    background: #fff;
    z-index: 999999;
    padding: 0;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border-bottom: 1px solid #F1F1F1;
    border-right: 1px solid #F1F1F1;
}
.color-switcher h5 {
    font-size: 15px;
    margin-top: 0;
    padding: 15px 13px;
    background-color: #525866;
    color: #fff;
}

.color-switcher p {
    padding-bottom: 7px;
    font-size: 16px;
    color: #595959;
    margin-bottom: 0;
}
.color-switcher ul {
    list-style: none;
    padding: 0;
}
.color-switcher ul li {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}
.color-switcher ul li a {
    display: block;
    width: 33px;
    height: 33px;
    outline: none;
}
.boxed_size {
    padding: 0;
    background: #f1f1f1;
}
.inner_box{
    background-color: #fff;
}
.boxed_size .inner_box {
    width: 1300px;
    margin: 0 auto;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 0 14px -3px #000;
}
.color-switcher ul.layouts {
    padding-top: 20px;
    margin-bottom: 20px;
}
.color-switcher ul.layouts li {
    width: 47%}
.color-switcher ul.layouts li a {
    width: 100%;
    font-size: 14px;
    border: double 4px #dadada;
    height: auto;
    padding: 18px 0;
}
.color-switcher ul li a.default-color {
    background: #00c0ff;
}
.color-switcher ul li a.green {
    background: #009999;
}
.color-switcher ul li a.purple {
    background:#cc33ff;
}
.color-switcher ul li .red {
    background:#cc3300;
}
.color-switcher ul li .yellow {
    background:#ff751a;
}
.picker_close {
    width: 46px;
    height: 53px;
    position: absolute;
    right: -47px;
    top: 0;
    text-align: center;
    background: url(../images/icon_settings.jpg) no-repeat center;
    background-size: cover;
}
.picker_close i {
    font-size: 22px;
    margin-top: 9px;
}
.position {
    left: 0;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.theme-colours, .layouts, .backgrounds, .choose-header, .choose-footer, .choose-theme {
    display: table;
    padding: 10px 20px 15px;
    text-align: left;
    border-top: 1px solid #e1e1e1;
    width: 100%}
.layouts a, .choose-header a, .choose-footer a, .choose-theme a {
    display: inline-block;
    text-align: center;
    width: 47%;
    margin: 0 4px 0 0;
    color: #5d5d5d;
    font-size: 16px;
    border: 1px solid #e7e7e7;
    padding: 6px 0;
}
.layouts a:hover, .choose-header a:hover, .choose-footer a:hover, .choose-theme a:hover {
    background-color: #EAEAEA;
    padding: 6px 0;
}
.backgrounds {
    padding-bottom: 0;
    margin-bottom: -10px;
}
.backgrounds a {
    width: 24px;
    height: 24px;
    float: left;
    margin: 0 6px 6px 0;
    border: 1px solid #ccc;
}
.theme-colours h6 {
    padding-bottom: 15px;
    font-size: 16px;
    color: #595959;
    margin-bottom: 15px;
    border-bottom: 1px solid #e1e1e1;
}

@media only screen and (max-width: 1200px){
    .layouts li{
        display: none;
    } 

    .color-switcher p {
        padding-bottom: 7px;
        font-size: 16px;
        color: #595959;
        margin-bottom: 0;
        display: none;
    }
    .color-switcher ul.layouts {
        padding-top: 20px;
        margin-bottom: 20px;
        display: none;
    }
}
