.fls_slide_wrap {
    padding: 15px;
    overflow: hidden;
}
.fls_slide_wrap form {
    overflow: hidden;
}
.fls_title {
    font-size: 28px;
    margin-bottom: 20px;;
}
.fls_descritpion {
    font-size: 14px;
    color: #666;
    margin-bottom: 30px;
}
.fls_slide_section {
    width: 23.5%;
    padding: 15px;
    box-sizing: border-box;
    float: left;
    border: 1px solid #CCC;
    margin: 0 1%;
    box-shadow: 0 0 20px -3px rgba(0,0,0,0.2);
    margin-bottom: 20px;
}
.fls_slide_section_colors {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    float: left;
    border: 1px solid #CCC;
    margin: 0;
    box-shadow: 0 0 20px -3px rgba(0,0,0,0.2);
    margin-bottom: 20px;
}
.fls_slide_section_colors .fls_label {
    display: inline-block;
    margin-right: 15px;
    vertical-align: top;
    margin-top: 2px;
    width: 120px;
}
.fls_slide_section_colors .fls_label.second-row {
    margin-left: 20px;
}
.fls_slide_section.fls-first-child {
    margin-left: 0;
}
.fls_slide_section.fls-last-child {
    margin-right: 0;
}
.fls_slide_section img {
    width: 100%;
}
.slideimg_wrapper {
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 20px;
}
.fls_input_wrapp {
    position: relative;
}
.fls_input_wrapp .error {
    position: absolute;
    bottom: -4px;
    right: 0;
    font-size: 11px;
    color: red;
}
.fls_input {
    width: 100%;
    padding: 8px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 0px;
    border: 1px solid #EDEDED;
    margin-bottom: 15px;
}
.fls_label {
    font-size: 14px;
    line-height: 2;
}
.fls_slide_section .button {
    margin-top: 10px;
}
.upload_fls_wrapp {
    overflow: hidden;
}
.upload_fls_wrapp .slideImg {
    width: calc(100% - 80px);
    float: left;
    margin-left: 0;
    margin-right: 0;
}
.upload_fls_wrapp .slideImgBtn {
    width: 80px;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding: 8px;
    font-size: 16px;
    border: 1px solid #EDEDED;
    background: #007cba;
    color: #FFF;
    cursor: pointer;
    line-height: 1.5;
}
.upload_fls_wrapp .slideImgBtn:hover {
    background: #0071a1;
}
.fls_btn_save {
    width: 200px;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding: 8px;
    font-size: 16px;
    border: 1px solid #EDEDED;
    background: #007cba;
    color: #FFF;
    cursor: pointer;
    line-height: 1.5;
}
.fls_btn_save:hover {
    background: #0071a1;
}
.fls_slide_wrap .notice {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
}

@media screen and (max-width: 1200px) {
    .fls_slide_section {
        width: 23.5%;
        margin: 0 0.5%;
    }
}

@media screen and (max-width: 991px) {
    .fls_slide_section {
        width: 48%;
        padding: 15px;
        margin: 0 1%;
    }
    .fls_slide_section_colors .fls_label {
        margin-right: 5px;
        width: 96px;
        font-size: 12px;
    }
    .fls_slide_section_colors .fls_label.second-row {
        margin-left: 0px;
    }
}

@media screen and (max-width: 558px) {
    .fls_slide_section {
        width: 100%;
        padding: 10px;
        margin: 0 0%;
    }
}