/*color switcher*/
.color-switcher {
    width: 234px;
    position:fixed;
    left: -235px;
    top: 18%;
    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: 0px;
    background: #e2e2e2;
}

.boxed_size .inner_box {
    width: 1300px;
    margin: 0 auto;
    background: #fff;
    overflow: hidden;
    box-shadow: 0px 0px 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 0px;
}


.color-switcher ul li a.default-color {background: rgba(225,98,151,1);
    background: -moz-linear-gradient(left, rgba(225,98,151,1) 0%, rgba(225,98,151,0.86) 44%, rgba(47,191,223,0.81) 59%, rgba(47,191,223,0.77) 71%, rgba(47,191,223,0.68) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(225,98,151,1)), color-stop(44%, rgba(225,98,151,0.86)), color-stop(59%, rgba(47,191,223,0.81)), color-stop(71%, rgba(47,191,223,0.77)), color-stop(100%, rgba(47,191,223,0.68)));
    background: -webkit-linear-gradient(left, rgba(225,98,151,1) 0%, rgba(225,98,151,0.86) 44%, rgba(47,191,223,0.81) 59%, rgba(47,191,223,0.77) 71%, rgba(47,191,223,0.68) 100%);
    background: -o-linear-gradient(left, rgba(225,98,151,1) 0%, rgba(225,98,151,0.86) 44%, rgba(47,191,223,0.81) 59%, rgba(47,191,223,0.77) 71%, rgba(47,191,223,0.68) 100%);
    background: -ms-linear-gradient(left, rgba(225,98,151,1) 0%, rgba(225,98,151,0.86) 44%, rgba(47,191,223,0.81) 59%, rgba(47,191,223,0.77) 71%, rgba(47,191,223,0.68) 100%);
    background: linear-gradient(to right, rgba(225,98,151,1) 0%, rgba(225,98,151,0.86) 44%, rgba(47,191,223,0.81) 59%, rgba(47,191,223,0.77) 71%, rgba(47,191,223,0.68) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e16297', endColorstr='#2fbfdf', GradientType=1 );}


.color-switcher ul li a.green {background: rgba(60,199,190,1);
    background: -moz-linear-gradient(left, rgba(60,199,190,1) 0%, rgba(60,199,190,0.89) 36%, rgba(65,90,172,0.81) 65%, rgba(65,90,172,0.7) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(60,199,190,1)), color-stop(36%, rgba(60,199,190,0.89)), color-stop(65%, rgba(65,90,172,0.81)), color-stop(100%, rgba(65,90,172,0.7)));
    background: -webkit-linear-gradient(left, rgba(60,199,190,1) 0%, rgba(60,199,190,0.89) 36%, rgba(65,90,172,0.81) 65%, rgba(65,90,172,0.7) 100%);
    background: -o-linear-gradient(left, rgba(60,199,190,1) 0%, rgba(60,199,190,0.89) 36%, rgba(65,90,172,0.81) 65%, rgba(65,90,172,0.7) 100%);
    background: -ms-linear-gradient(left, rgba(60,199,190,1) 0%, rgba(60,199,190,0.89) 36%, rgba(65,90,172,0.81) 65%, rgba(65,90,172,0.7) 100%);
    background: linear-gradient(to right, rgba(60,199,190,1) 0%, rgba(60,199,190,0.89) 36%, rgba(65,90,172,0.81) 65%, rgba(65,90,172,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3cc7be', endColorstr='#415aac', GradientType=1 );}

.color-switcher ul li a.purple {background: rgba(6,52,234,1);
    background: -moz-linear-gradient(left, rgba(6,52,234,1) 0%, rgba(6,52,234,0.89) 36%, rgba(255,225,216,0.8) 66%, rgba(255,225,216,0.7) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(6,52,234,1)), color-stop(36%, rgba(6,52,234,0.89)), color-stop(66%, rgba(255,225,216,0.8)), color-stop(100%, rgba(255,225,216,0.7)));
    background: -webkit-linear-gradient(left, rgba(6,52,234,1) 0%, rgba(6,52,234,0.89) 36%, rgba(255,225,216,0.8) 66%, rgba(255,225,216,0.7) 100%);
    background: -o-linear-gradient(left, rgba(6,52,234,1) 0%, rgba(6,52,234,0.89) 36%, rgba(255,225,216,0.8) 66%, rgba(255,225,216,0.7) 100%);
    background: -ms-linear-gradient(left, rgba(6,52,234,1) 0%, rgba(6,52,234,0.89) 36%, rgba(255,225,216,0.8) 66%, rgba(255,225,216,0.7) 100%);
    background: linear-gradient(to right, rgba(6,52,234,1) 0%, rgba(6,52,234,0.89) 36%, rgba(255,225,216,0.8) 66%, rgba(255,225,216,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0634ea', endColorstr='#ffe1d8', GradientType=1 );
}
.color-switcher ul li .red {background: rgba(207,49,130,1);
    background: -moz-linear-gradient(left, rgba(207,49,130,1) 0%, rgba(207,49,130,0.89) 36%, rgba(238,132,87,0.8) 66%, rgba(238,132,87,0.7) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(207,49,130,1)), color-stop(36%, rgba(207,49,130,0.89)), color-stop(66%, rgba(238,132,87,0.8)), color-stop(100%, rgba(238,132,87,0.7)));
    background: -webkit-linear-gradient(left, rgba(207,49,130,1) 0%, rgba(207,49,130,0.89) 36%, rgba(238,132,87,0.8) 66%, rgba(238,132,87,0.7) 100%);
    background: -o-linear-gradient(left, rgba(207,49,130,1) 0%, rgba(207,49,130,0.89) 36%, rgba(238,132,87,0.8) 66%, rgba(238,132,87,0.7) 100%);
    background: -ms-linear-gradient(left, rgba(207,49,130,1) 0%, rgba(207,49,130,0.89) 36%, rgba(238,132,87,0.8) 66%, rgba(238,132,87,0.7) 100%);
    background: linear-gradient(to right, rgba(207,49,130,1) 0%, rgba(207,49,130,0.89) 36%, rgba(238,132,87,0.8) 66%, rgba(238,132,87,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf3182', endColorstr='#ee8457', GradientType=1 );}


.picker_close {
    width: 46px;
    height: 53px;
    position: absolute;
    right: -47px;
    top: 0px;
    text-align: center;
    background: url(../image/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;
}

