.reslide_sliders_list_wrapper {
    width: 100%;
    margin-top: 0.2vw;
    color: #C6C6DA;
}

.reslide_sliders_list_wrapper a:focus {
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.reslide_sliders_list_header {
    width: 100%;
    height: 40px;
    float: left;
    background: rgba(209, 212, 219, 0.42);
}

.reslide_sliders_list_header > div {
    width: 30%;
    height: 100%;
    float: left;
}

.reslide_sliders_list_header > div.id {
    width: 10%;
}

.reslide_sliders_list_header h3 {
    color: rgba(42, 46, 47, 0.73) !important;
    margin: 0;
    padding: 5px;
    padding-left: 0px;
    line-height: 30px;
    /*border-bottom: 1px solid */

}

#reslide_sliders_list li {
    height: 37px;
    width: 100%;
    margin: 0;
    float: left;
    background: #f1f1f1;
    border-bottom: 1px solid #D1D4DB;
    clear: both;
}

#reslide_sliders_list > li > div {
    line-height: 37px;
    height: 37px;
    font-size: 14px;
    width: 30%;
    display: inline-block;
    float: left;
    position: relative;
}

#reslide_sliders_list > li > div.id {
    width: 10%;
}

#reslide_sliders_list > li > div.id, #reslide_sliders_list > li > div.name, #reslide_sliders_list > li > div.count {
    color: #8B8888;
}

#reslide_sliders_list > li > div.properties {
    margin-top: initial;
}

#reslide_sliders_list > li > div a {
    margin-right: 25px;
    display: block;
    float: left;
    text-decoration: none;
    color: #0073aa;
    font-weight: bold !important;
}

#reslide_sliders_list > li > div a.delete {
    font-size: 18px;
    line-height: 38px;
    color: #8B8888 !important;
}

#reslide_sliders_list > li > div a:hover {
    color: rgb(57, 192, 255) !important;
}

#reslide_sliders_list > li > div a.delete:hover * {
    color: rgb(174, 10, 19) !important;
}

#reslide_sliders_list > li a.add-slider {
    margin: 5px;
    font-size: 31px;
    color: rgba(31, 154, 22, 0.82);
    line-height: 34px;
}

#reslide_sliders_list > li a.add-slider:hover * {
    color: rgba(31, 154, 22, 0.53);
}

#reslide_sliders_list > li > div.properties a {
    color: rgb(174, 10, 19);
    margin-left: 0%;
}

/***  reslide_edit_slider ***/

.reslide_slider_view_wrapper {
    width: 100%;
    margin-top: 2px;
    float: left;
    background: #FFF; /* For browsers that do not support gradients */
    color: #C6C6DA;
}

/*** left sidebar ***/

#reslide_slider_view {
    width: 20%;
    float: left;
}

#reslide_slider_view .add_slide_container {
    position: relative;
    padding: 0;
    width: 100%;
    height: 40px;
    text-align: center;
    overflow: hidden;
}

#reslide_slider_view .add_slide_container a {
    width: 100%;
    height: 100%;
    padding-left: 0.2vw;
    line-height: 1;
    display: inline-block;
    box-sizing: border-box;
    border-radius: 3px;
    background: #fff;
    color: rgb(86, 88, 85);
    text-decoration: none;
    border: 1px solid #A4AFAE;
    font-weight: bold;
    font-size: 18px;
    font-weight: 800;
    cursor: pointer;
}

#reslide_slider_view .add_slide_container a span:first-child {
    display: block;
    height: 100%;
    float: left;
    line-height: 40px;
    padding-left: 2%;
}

#reslide_slider_view .add_slide_container a span:last-child {
    color: #41A63A;
    display: block;
    height: 100%;
    font-size: 19px;
    float: right;
    line-height: 2;
    margin-right: 3%;
}

#reslide_slider_view .add_slide_container a:hover {
    box-shadow: none;
}

.reslide_slider_images_list_wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
    /*background: rgba(223, 223, 223, 0.4);*/
    padding-bottom: 14px;
}

.reslide_slider_images_list_wrapper a {
    box-shadow: none;
}

#reslide_slider_images_list {
    width: 100%;
    margin: 0;
    padding: 5px 0;
    position: relative;
    overflow: hidden;
    display: block;
    /*	background: #F1F1F1;*/
}

#reslide_slider_images_list input[type=checkbox] {
    width: 12px !important;
    height: 12px !important;
    min-width: inherit;
    position: relative;
    line-height: 1;
    border-radius: 7px;
    background: #E9E9E9;
    border: 1px solid #9090AE;
    margin: 0;
    /* color: red; */
    background: #E9E9E9;
    border: 1px solid #9090AE;
}

#reslide_slider_images_list input[type=checkbox]:focus {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#reslide_slider_images_list input[type=checkbox]:checked {
    /*-moz-box-shadow: inset 0 0 10px #000000;
    -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow: inset 0 0 10px #A1A1D0;*/
    border: 1px solid #A4AFAE;
}

#reslide_slider_images_list input[type=checkbox]:checked:before {
    content: "";
    width: 5px !important;
    height: 5px !important;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    content: "";
    background: #41A63A;
    border-radius: 5px;
}

#reslide_slider_images_list > li.reslideitem, #reslide_slider_images_list > li.noimage {
    width: 100%;
    padding: 2%;
    display: block;
    float: left;
    clear: both;
    background: #fff;
    border: 1px solid #A4AFAE;
    box-sizing: border-box;

}

#reslide_slider_images_list > li.noimage {
    background: #ECECEC;
}

#reslide_slider_images_list > li.reslideitem.active {
    -moz-box-shadow: inset 0 0 10px #000000;
    -webkit-box-shadow: inset 0 0 10px #343637;
    box-shadow: 0 0 15px #171718
}

#reslide_slider_images_list > li.reslideitem a.edit, #reslide_slider_images_list > li.noimage span {
    width: 50%;
    height: auto;
    float: left;
    display: block;
    position: relative;
    border: 1px solid #A4AFAE;
}

#reslide_slider_images_list > li.noimage span {
    border: none;
}

#reslide_slider_images_list > li.noimage span img {
    width: 100%;
    border: none;
}

#reslide_slider_images_list > li.reslideitem a.edit img, #reslide_slider_images_list > li.reslideitem a.edit iframe {
    width: 100%;
    height: auto;
    float: left;
}

#reslide_slider_images_list > li.reslideitem a.edit .title {
    width: 100%;
    max-height: 60%;
    padding: 1%;
    display: none;
    position: absolute;
    bottom: 0;
    overflow: hidden;
    background: #424256;
    opacity: 0.5;
    color: #fff;
    box-sizing: border-box;
}

#reslide_slider_images_list > li.reslideitem a.edit:hover .title {
    display: block;

}

#reslide_slider_images_list > li.reslideitem .reslideitem-img-container {
    position: relative;
    overflow: hidden;
}

.reslideitem-img-container .reslideitem-properties {
    float: left;
    width: 48%;
    padding-left: 2%;
    padding-top: 1%;
    box-sizing: border-box;
}

.reslideitem-img-container b {
    display: block;
    width: 100%;
    overflow: hidden;
    margin-bottom: 4%;
    position: relative;
    float: left;
}

.reslideitem-img-container b a, .reslideitem-img-container b label {
    float: left;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    text-decoration: none;
    color: #6B7D77;
    position: relative;
    overflow: hidden;

}

.reslideitem-img-container b span {
    font-size: 0.8vw !important;
    height: 1vw;
    float: left;
    line-height: 1;
    color: #6B7D77;
    padding-left: 2%;
}

#reslide_slider_images_list .reslideitem-img-container b .fa, #reslide_slider_images_list .reslideitem-img-container b input {
    font-size: 1vw !important;
    height: 1vw !important;
    float: left;
    line-height: 1;
    color: #6B7D77;
}

#reslide_slider_images_list .reslideitem-img-container b input[type="checkbox"] {
    height: 12px !important;
}

#reslide_slider_images_list > li.reslideitem .reslideitem-img-container .quick_edit:hover span, #reslide_slider_images_list > li.reslideitem .reslideitem-img-container .quick_edit:hover .fa {
    color: #41A63A;
}

#reslide_slider_images_list > li.reslideitem .reslideitem-img-container .reslide_remove_image:hover span, #reslide_slider_images_list > li.reslideitem .reslideitem-img-container .reslide_remove_image:hover .fa {
    color: #B01700;
}

#reslide_slider_images_list > li.reslideitem .reslideitem-img-container .reslide_remove_image {
    margin-bottom: 5px;
}

#reslide_slider_images_list > li.reslideitem .reslideitem-img-container .reslide_remove_image span {
    line-height: 1.4;
}

#reslide_slider_images_list > li.reslideitem form {
    padding-top: 0.2vw;
    display: none;
    clear: both;
    width: 100%;
}

#reslide_slider_images_list > li.reslideitem form input, #reslide_slider_images_list > li.reslideitem form textarea {
    margin: 0;
    color: #333232;
    display: inline-block;
    width: 100%;
    background: #f1f1f1;
    border: #333232;
    margin-bottom: 1%;
}

#reslide_slider_images_list > li.reslideitem form input:focus, #reslide_slider_images_list > li.reslideitem form textarea:focus {
    background: #fff;
}

.reslide_slider_images_list_wrapper #save_slider {
    display: none;
    height: 40px;
    margin: 0 auto;
    text-align: center;
    background: rgba(31, 154, 22, 0.82);
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    border: 0;
    font-weight: bold;
    font-weight: 800;
    cursor: pointer;
    width: 48%;
    margin-left: 22%
}

/*** end sidebar ***/

#reslide_slider_edit {
    width: 76%;
    float: left;
}

#reslide_slider_edit input[type="text"], #reslide_slider_edit input[type="number"], #reslide_slider_edit select, #reslide_slider_edit textarea {
    border: 1px solid #DFDFDF;
}

#reslide_slider_edit input[type="text"]:focus, #reslide_slider_edit input[type="number"]:focus, #reslide_slider_edit textarea:focus {
    background: #F1F1F1;
}

#reslide_slider_edit input[type=checkbox] {
    margin: 0;
    /* color: red; */
    width: 16px;
    height: 16px;
    border-radius: 7px;
    background: #E9E9E9;
    border: 1px solid #9090AE;
}

#reslide_slider_edit input[type=checkbox]:focus {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#reslide_slider_edit input[type=checkbox]:checked {
    /*-moz-box-shadow: inset 0 0 10px #000000;
    -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow: inset 0 0 10px #A1A1D0;
    border: 1px solid #4C4C5C;	*/
}

#reslide_slider_edit input[type=checkbox]:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #41A63A;
    margin: 4px 0 0 4px;
    border-radius: 5px;
}

#reslide_slider_edit input[type=radio] {
    margin-top: 13px;
    /* margin: 0; */
    /* color: red; */
    width: 16px;
    height: 16px;
    border-radius: 7px;
    background: #E9E9E9;
    border: 1px solid #9090AE;
    text-align: left;
    float: left;
    margin-left: 10px;
}

#reslide_slider_edit input[type=radio]:focus {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#reslide_slider_edit input[type=radio]:checked {
    border: 1px solid #A4AFAE;
}

#reslide_slider_edit input[type=radio]:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #41A63A;
    margin: 4px 0 0 4px;
    border-radius: 5px;
}

#reslide_slider_edit .header {
    width: 100%;
    height: 40px;
    padding: 4px 1.5%;
    margin-bottom: 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #A4AFAE;
}

#reslide_slider_edit .header h3 {
    margin: 0;
    padding: 0;
}

#reslide_slider_edit .header div {
    margin: 0;
    padding: 0;
}

#reslide_slider_edit .header .slider-preview-options {
    height: 32px;
    float: right;
    width: 20%;
}

#reslide_slider_edit .header a {
    font-size: 14px;
    line-height: 2.2;
    display: block;
    float: left;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    background: rgba(31, 154, 22, 0.82);
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    border: 0;
    font-weight: bold;
    font-weight: 800;
    cursor: pointer;
}

#reslide_slider_edit .header #save_custom_slide {
    width: 40%;
}

#general-settings-slide label {
    display: block;
    float: left;
    color: #fff;
    width: 10%;
    padding-left: 8px;
    background: #14ABD7;
    text-align: left;
    line-height: 40px;
    box-sizing: border-box;
    margin-right: 10px;
    height: 2.5vw;

}

#general-settings-slide input, #general-settings-slide textarea {
    width: 87%;
    margin: 0;
    padding: 5px 20px;
    display: block;
    height: 2.5vw;
    max-width: 87%;
}

.reslide_slider_view_wrapper #general-settings-slide .reslide-custom label {
    background: #14ABD7;
}

.reslide_slider_view_wrapper #reslide-custom-stylings {
    display: none;
}

/*** Slide apge ***/
.reslide_slide_view_wrapper #reslide_slider_view .add_slide_container h2 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    line-height: 40px;
}

.reslide_slide_view_wrapper #reslide_slider_view .add_slide_container a {
    background: #47AC40;
    color: #fff;

}

.reslide_slide_view_wrapper #general-settings-slide > li {
    width: 100%;
    height: 40px;
    margin-right: 0%;
    padding: 2px;
    padding-right: 1.7%;
    position: relative;
    overflow: hidden;
    color: rgb(86, 88, 85);
    display: inline-block;
    background: transparent;
    margin-left: 1%;
}

.reslide_slide_view_wrapper #general-settings-slide > li.reslide-slide-description {
    height: initial;
}

.reslide_slide_view_wrapper #general-settings-slide > li label {
    height: 40px;
    max-height: 40px;
}

.reslide_slide_view_wrapper #general-settings-slide > li input, .reslide_slide_view_wrapper #general-settings-slide > li select {
    height: 40px;
    max-height: 40px;
    margin: 0;
    vertical-align: initial;
}

.reslide_slide_view_wrapper #general-settings-slide #reslide-custom-add,
.reslide_slide_view_wrapper #general-settings-slide #reslide-custom-stylings {
    height: 28px !important;
    max-height: 28px !important;
    line-height: 28px;
    margin: 6px 0;
    margin-left: 6px;
    padding: 0 4px;
    cursor: pointer;
    border-radius: 2px;
    color: #fff;
    font-weight: bold;
}

#reslide_slider_edit .header .reslide_save_all, #reslide_slider_edit .header #save_custom_slide {
    width: 40%;
    background: #255DCD;
}

#reslide_slider_edit .header #save_custom_slide {
    box-sizing: border-box;
}

#reslide_slider_edit .header #reslide_preview {
    width: 58%;
    margin-right: 2%;
}

#reslide_slider_edit .header a:hover {
    box-shadow: none;
}

#reslide_slider_edit .header div:first-child {
    display: inline-block;
    /* font-size: 1vw; */
    line-height: 2.2;
    margin-left: 4px;
    height: 100%;
}

#reslide_slider_edit .header div:first-child h3 {
    padding: 0;
    color: #373747;
    max-height: 100%;
    line-height: 2;
}

#reslide_slider_edit .settings {
    width: 100%;
    /*  margin: 10px 1%;*/
    float: left;
    clear: both;
}

#reslide_slider_edit .settings .menu {
    height: 36px;
    padding: 0;
    padding-bottom: 6px;
    max-height: 36px;
    padding-left: 1.5%;
}

#reslide_slider_edit .settings .menu ul {
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 0px;
}

#reslide_slider_edit .settings .menu ul > li {
    /* height: 40px; */
    height: 100%;
    padding: 0 10px;
    display: inline-block;
    color: #25282D;
    background: transparent;
    border-radius: 2px;
    /* border: 1px solid rgba(37, 40, 45, 0.29);*/
}

#reslide_slider_edit .settings .menu ul > li a:hover {
    font-size: 14px;
    font-weight: 800;
    border-bottom: 4px solid #47AC40 !important;
    padding: 0 4px;
    text-align: center;
}

#reslide_slider_edit .settings .menu ul > li a.active {
    font-weight: 800;
    border-bottom: 4px solid #47AC40 !important;
    padding: 0 4px;
    text-align: center;

}

#reslide_slider_edit .settings .menu ul > li a {
    padding: 0 4px;
    text-align: center;
    height: 100%;
    width: 100%;
    display: block;
    color: #25282D;
    text-decoration: none;
    font-weight: 800;
    font-size: 14px;
    box-sizing: border-box;
}

#reslide_slider_edit .settings .menu ul > li a:focus, #reslide_slider_edit .settings .menu ul > li a:visited, #reslide_slider_edit .settings .menu ul > li a:link, #reslide_slider_edit .settings .menu ul > li a:hover, #reslide_slider_edit .settings .menu ul > li a:active {
    outline: 0;
    border: 0;
    box-shadow: none;
    max-height: 42px;
}

#reslide_slider_edit .settings .menu-content {
    width: 100%;
}

#reslide_slider_edit .settings .menu-content ul.main-content {
    width: 100%;
    margin: 0;
    padding: 10px 0 0 0;
    padding-left: 1.5%;
    float: left;
    box-sizing: border-box;
}

#reslide_slider_edit .settings .menu-content ul.main-content > li {
    display: none;
}

#reslide_slider_edit .settings .menu-content ul.main-content > li.active {
    width: 100%;
    background: #fff;
    display: inline-block;
}

#reslide_slider_edit .settings .menu-content ul.main-content #general-settings .margin input {
    width: 40px;
}

.main-content #general-settings > li {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-height: 40px;
    height: 40px;
    margin: 5px 0;
}

.main-content #general-settings > li.style {
    width: 100%;
    padding-right: 1.5%;
    box-sizing: border-box;
}

#general-settings > li.style > label {
    height: 40px;
    width: 10%;
    padding-left: 8px;
    position: absolute;
    color: #fff;
    background: #14ABD7;
    text-align: left;
    line-height: 40px;
}

#general-settings > li.style > input {
    width: 90%;
    height: 40px;
    margin: 0;
    padding-left: 2%;
    margin-left: 10%;
    color: rgb(86, 88, 85);
}

#general-settings > li.style.margin > label {
    display: block;
    height: 40px;
    width: 98%;
    margin: 0;
}

#general-settings > li.style.margin > div {
    width: 40%;
    height: 150px;
    margin: 44px auto 0;
    position: relative;
    background: #7F7FA5;
}

#general-settings > li.style.margin > div #reslide-margin-left {
    position: absolute; /* 2 */
    top: 50%; /* 3 */
    transform: translate(0, -50%)
}

#general-settings > li.style.margin > div #reslide-margin-right {
    position: absolute; /* 2 */
    top: 50%;
    right: 0;
    transform: translate(0, -50%)
}

#general-settings > li.style.margin > div #reslide-margin-top {
    position: absolute;
    top: 0;
    /* right: 0; */
    left: 50%;
    transform: translate(-50%, 0);
}

#general-settings > li.style.margin > div #reslide-margin-bottom {
    position: absolute;
    bottom: 0;
    /* right: 0; */
    left: 50%;
    transform: translate(-50%, 0);
}

#general-settings > li.style.margin > input {
    display: block;
    height: 40px;
    margin-left: 10%;
    width: 88%;
    margin: 0;
    padding: 0 2%;
    margin-left: 10%;
}

#general-settings > li.params {
    width: initial;
    height: 40px;
    max-height: 40px;
    padding: 2px 0;
    padding: 0 8px;
    float: left;
    position: relative;
    overflow: hidden;
    display: inline-block;
    color: rgb(86, 88, 85);
    background: transparent;
    border-right: 1px solid #ccc;
    line-height: 40px;
}

#general-settings > li.params > label {
    float: left;
    display: block;
    line-height: 40px;
    padding-right: 8px;
    box-sizing: border-box;
}

#general-settings > li.params > input {
    margin-top: 12px;
    float: left;
    display: block;
}

#general-settings > li.params > select, #general-settings > li.params > div, #general-settings > li.params > input[type=number], #reslide-custom-add {
    height: 32px !important;
    max-height: 32px !important;
    line-height: 32px;
    margin: 6px 0;
    padding: 0 10px;
    vertical-align: inherit;

}

#general-settings > li.params > div {
    height: auto;
    margin-left: 6px;
    cursor: pointer;
    border-radius: 2px;
    color: #fff;
    font-weight: bold;

}

#general-settings > li.params .reslide_styling, #reslide-custom-stylings {
    font-weight: 600;
    background: rgb(36, 183, 48);
}

#general-settings > li.params #reslide-custom-add, #reslide-custom-add {
    font-weight: 600;
    background: #4280FB;
}

#general-settings #reslide-custom-stylings, #general-settings-slide #reslide-custom-stylings {
    display: none;
}

#general-settings li.params.custom {
    border-right: 0;
}

#reslide_slider_edit .shortcode {
    width: 98%;
    float: left;
    margin: 5px 1%;
    color: #fff;
    text-align: center;
    color: rgb(86, 88, 85);
}

#reslide_slider_edit .shortcode span {
    width: 100%;
    padding: 0.3vw;
    display: block;
    font-size: 1vw;
    font-weight: bold;
    color: #25282D;
}

#reslide_slider_edit .shortcode .header {
    width: 100%;
    float: left;
    background: #14ABD7;
    color: #fff;
}

#reslide_slider_edit .shortcode .header h3 {
    margin: 0;
    padding: 0;
    line-height: 30px;
    color: #fff;
}

#reslide_slider_edit .shortcode .usage {
    width: 50%;
    height: 140px;
    float: left;
    border: 1px solid #424256;
    box-sizing: border-box;
}

#reslide_slider_edit .settings .menu-content ul.main-content #general-view {
    width: 98%;
    min-height: 500px;
    padding: 1%;
    overflow-y: scroll;
    background: #F2F2F2
}

#arrow-settings > li.params, #thumbnail-settings > li.params, #bullet-settings > li.params {
    width: 100%;
    margin-top: 8px;
    float: left;
    position: relative;
    overflow: hidden;
}

#arrow-settings > li.params > label, #thumbnail-settings > li.params > label, #bullet-settings > li.params > label {
    width: 12%;
    height: 40px;
    padding-left: 8px;
    float: left;
    position: absolute;
    color: #fff;
    background: #14ABD7;
    line-height: 40px
}

#arrow-settings > li.params > form, #thumbnail-settings > li.params > form, #bullet-settings > li.params > form {
    width: 86%;
    margin-left: 14%;
    padding: 0 8px;
    float: left;
    box-sizing: border-box;
}

#arrow-settings > li.params > form > div, #thumbnail-settings > li.params > form > div, #bullet-settings > li.params > form > div {
    width: initial;
    height: 40px;
    max-height: 40px;
    padding: 2px 0;
    padding: 0 8px;
    float: left;
    position: relative;
    overflow: hidden;
    display: inline-block;
    color: rgb(86, 88, 85);
    background: transparent;
    border-right: 1px solid #ccc;
    line-height: 40px;
}

#arrow-settings > li.params > form > div:last-child, #thumbnail-settings > li.params > form > div:last-child, #bullet-settings > li.params > form > div:last-child {
    border: none;
}

#arrow-settings > li.params > form > div > label, #thumbnail-settings > li.params > form > div > label, #bullet-settings > li.params > form > div > label {
    float: left;
    display: block;
    line-height: 40px;
    padding-right: 8px;
    box-sizing: border-box;
}

#reslide-arrows-background {
    padding-top: 4px;
    background: #F1F1F1;
}

#reslide-arrows-background > span {
    display: block;
    width: 20%;
    padding: 1%;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    float: left;
}

#reslide-arrows-background label {
    background: none !important;
}

#bullet-settings > li.params > form > div > input[type=number] {
    height: 28px;
    margin-top: 6px;
}

#reslide_slider_edit .settings .menu-content ul.main-content .arrows #reslide-arrows-background img {
    width: 100%;
}

#reslide_slider_edit .settings .menu-content ul.main-content .arrows #reslide-arrows-background input {
    display: none;
}

#reslide_slider_edit .settings .menu-content ul.main-content .arrows #reslide-arrows-background input:checked + label,
#reslide_slider_edit .settings .menu-content ul.main-content .bullets #reslide-bullets-background input:checked + label {
    /* -moz-box-shadow: inset 0 0 10px #000000;
     -webkit-box-shadow: inset 0 0 10px #000000;
     box-shadow: inset 0 0 10px rgba(32, 32, 51, 0.98);*/
    border: 1px solid #14ABD7;
}

#reslide_slider_edit .settings .menu-content ul.main-content .arrows #reslide-arrows-background label img {
    margin: 0 auto;
    display: block;
}

#reslide_slider_edit .settings .menu-content ul.main-content .arrows #reslide-arrows-background label,
#reslide_slider_edit .settings .menu-content ul.main-content .bullets #reslide-bullets-background label {
    display: inline-block;
}

#reslide-arrows-show {
    height: 40px;
}

#reslide_slider_edit .settings .menu-content ul.main-content .bullets #reslide-bullets-background label {
    text-align: left;
    display: inline-block;
    margin-left: 5px;
    width: 20%;
}

#reslide_slider_edit .settings .menu-content ul.main-content .bullets #reslide-bullets-background input {
    display: inline-block;
}

#reslide_slider_edit .settings .menu-content ul.main-content .bullets input[type="number"] {
    max-width: 48px;
}

#reslide_slider_edit .settings .menu-content ul.main-content #reslide-bullets-background input[type="number"] {
    max-width: 60px;
    width: 60px;
}

#reslide_slider_edit #reslide-bullets-show, #reslide-thumbnails-show {
    width: 60% !important;
    border: none !important;
}

#reslide_slider_edit #reslide-bullets-show label, #reslide_slider_edit #reslide-thumbnails-show label, #reslide_slider_edit #reslide-bullets-background label, #reslide_slider_edit #reslide-bbullets-space label {
    text-align: right;
    width: 60%;
    background: none;
    color: rgb(86, 88, 85);
    font-size: 13px;
    display: inline-block;
    /* border-right: 1px solid #ccc; */
    /* padding-right: 40px; */
}

#reslide_slider_edit #reslide-bullets-position {
    width: initial;
    padding: 2% 1% 1%;
    margin-top: -2%;
    border: none;
    background: #F1F1F1;
}

#reslide_slider_edit #reslide-bulllets-orientation label {
    text-align: right;
    width: 60%;
    background: none;
    color: rgb(86, 88, 85);
    font-size: 13px;
    display: inline-block;
    /* border-right: 1px solid #ccc; */
    /* padding-right: 40px; */
}

#reslide_slider_edit #reslide-bullets-background {
    width: 20%;
    border: none;
    background: #F1F1F1;
}

#reslide_slider_edit #reslide-bullets-background > span {
    display: block;
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    line-height: 3;
}

#reslide_slider_view {
    width: 20%;
    float: left;
}

#reslide_slide_edit {
    width: 80%;
    background: yellow;
    height: 40px;
    float: left;
    min-height: 500px;
    height: 100%;
}

#reslide_slide_edit .content {
    position: relative;
    width: 800px;
    height: 400px;
    margin: 0 auto;
    margin-top: 200px;
    background: gray;
}

#reslide_slide_edit .contents {
    position: absolute;
    width: 800px;
    height: 400px;
    margin: 0 auto;
    background: red;
}

#reslide_slide_edit .contents iframe, #reslide_slide_edit .contents img {
    width: 100%;
    height: 100%;
}

#logo {
    width: 80px;
    height: 80px;
    position: absolute;
    z-index: 2;
    background: lime;
}

#logo {
    background: lime;
    height: 200px;
    width: 300px;
}

#logo.resizable {
    background: cyan;
    position: absolute;
}

.resizer {
    width: 10px;
    height: 10px;
    background: blue;
    position: absolute;
    right: 0;
    bottom: 0;
    cursor: se-resize;
}

/**Popups**/

/*stling*/
body #reslide_slider_title_styling, #reslide_slider_description_styling, .reslide-custom-styling {
    display: none;
    position: fixed;
    height: 80%;
    width: 95%;
    background: #D3D3D6;
    opacity: 1;
    top: 6.5%;
    left: 2.5%;
    z-index: 10000;
}

body #reslide_slider_title_styling.dark, #reslide_slider_description_styling.dark, .reslide-custom-styling.dark {
    background: transparent !important;
}

body #reslide_slider_title_styling form, #reslide_slider_description_styling form, .reslide-custom-styling form {
    padding: 2%;
    background: #F1F1F1;
    border-right: 1px solid #ccc;
    width: 22%;
    height: 100%;
    float: left;
    box-sizing: border-box;
}

body #reslide_slider_title_styling.dark form, #reslide_slider_description_styling.dark form, .reslide-custom-styling.dark form {
    background: transparent !important;
    border: 1px solid #fff;
}

body #reslide_slider_title_styling.dark form > span label, #reslide_slider_description_styling.dark form > span label, .reslide-custom-styling.dark form > span label {
    color: #fff !important;
}

#reslide_slider_description_styling .reslide_content,
#reslide_slider_title_styling .reslide_content,
.reslide-custom-styling .reslide_content {
    height: 100%;
    width: 78%;
    float: left;
    position: relative;
    background: #fff;
}

#reslide_slider_description_styling.dark .reslide_content,
#reslide_slider_title_styling.dark .reslide_content,
.reslide-custom-styling.dark .reslide_content {
    background: transparent !important;
    border: 1px solid #fff;
    box-sizing: border-box;
}

body #reslide_slider_description_styling .reslide_content > div,
body #reslide_slider_title_styling .reslide_content > div,
body .reslide-custom-styling .reslide_content > div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-style: solid;
    border-width: 0;
    border-color: #000;
    overflow: hidden;
    box-sizing: border-box;
}

body #reslide_slider_title_styling form > span, #reslide_slider_description_styling form > span, .reslide-custom-styling form > span {
    margin: 2px 7px;
    position: relative;
    overflow: hidden;
    display: block;
    /* background: rgba(151, 145, 145, 0.21); */
    border: 1px dashed #ccc;
    height: 2vw;
    padding: 2px;
}

body #reslide_slider_title_styling form > span label, #reslide_slider_description_styling form > span label, .reslide-custom-styling form > span label {
    display: block;
    float: left;
    color: #23282d;
    height: 100%;
    font-weight: 600;
    /* text-align: left; */
    background: rgba(150, 169, 182, 0.25);
    line-height: 2vw;
    box-sizing: border-box;
    padding: 0 0.2vw;
    width: 60%;
}

body #reslide_slider_title_styling form > span input, #reslide_slider_description_styling form > span input, .reslide-custom-styling form > span input {
    height: 100%;
    margin: 0;
    padding: 0 0 0 10px;
}

body #reslide_slider_title_styling form > span.color input, #reslide_slider_description_styling form > span.color input, .reslide-custom-styling form > span.color input {
    width: 40%;
}

body #reslide_slider_title_styling form > span.size input, #reslide_slider_description_styling form > span.size input, .reslide-custom-styling form > span.size input {
    width: 40%;
    border: 1px solid rgb(114, 118, 117);
    border-radius: 2px;
}

body .reslide_close {
    height: 26px;
    width: 26px;
    position: absolute;
    background: #777;
    right: 10px;
    top: 10px;
    color: #fff;
    cursor: pointer;
    z-index: 9998;
}

body .reslide_close * {
    font-size: 26px;
    margin-left: 2px;
}

body .popup-type {
    height: 26px;
    width: 26px;
    position: absolute;
    background: none;
    right: 46px;
    display: block;
    top: 10px;
    color: #fff;
    cursor: pointer;
    z-index: 9998;
}

body .popup-type img {
    width: 70%;
    height: 100%;
    margin: 0 auto;
    display: block;
}

.popup-type.active:after {
    background: #fff;
}

/*** construct styles ***/

#reslide-construct-vertical {
    display: none;
    position: absolute;
    height: 100%;
    width: 1px;
    /* margin: 0 auto; */
    background: red;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#reslide-construct-horizontal {
    display: none;
    position: absolute;
    width: 1px;
    width: 100%;
    height: 1px;
    /* margin: 0 auto; */
    background: blue;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#zoom {
    width: 10px;
    height: 10px;
    position: absolute;
    display: none;
    right: 0;
    bottom: 0;
    border: 1px solid black;
    cursor: se-resize;
    z-index: 9999;
}

#reslide_remove {
    width: 16px;
    height: 16px;
    position: absolute;
    display: none;
    right: 0;
    bottom: 0;
    cursor: pointer;
    color: #D2646C;
    z-index: 9999;
}

#reslide_remove .fa {
    color: rgb(174, 10, 19);
    margin-top: 1px;
    margin-left: -1px;
    font-size: 15px;
}

#reslide-slider-construct #reslide-description-construct #reslide_remove {
    display: none !important;
    opacity: 0 !important;
}

.reslide_construct .properties {
    position: absolute;
    width: 30px;
    height: 40px;
    top: 0;
    right: 0;
    z-index: 1200;
    font-size: 8px;
    color: #000;
    text-shadow: 3px 3px 1px #fff;
}

.reslide_construct .properties .w {
    position: absolute;
    width: 100%;
    height: 18px;
    top: 0;
}

.reslide_construct .properties .h {
    position: absolute;
    width: 100%;
    height: 18px;
    top: 22px;
}

.reslide_construct.reslide_h3 {
    padding: 2px;
    background: transparent;
    border: 1px solid #000024;
    font-size: 12px;
    text-align: center;
    box-sizing: border-box;
}

.reslide_construct.reslide_h3 .reslide_construct_textarea {
    padding: 2px;
    background: transparent !important;
    resize: none;
    overflow: hidden;
    word-wrap: break-word;
    font-size: 12px;
    border: 1px !important;
    text-align: center;
}

.reslide_construct.reslide_button, .reslide-custom-styling .reslide_button.reslide_custom {
    border: 2px solid #18902F;
    box-sizing: border-box;
    border-radius: 2px;
    position: relative;
    background: #1EBD27;
}

.reslide_construct.reslide_button {
    position: relative;
    background: #00a0d2;
    border-color: #0073aa;
    -webkit-box-shadow: inset 0 1px 0 rgba(120, 200, 230, .5), 0 1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 1px 0 rgba(120, 200, 230, .5), 0 1px 0 rgba(0, 0, 0, .15);
    color: #fff;
    text-decoration: none;
    font-size: 12px;
}

.reslide_construct.reslide_button span {
    height: auto !important;
    min-height: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*.reslide_construct.reslide_button .reslide_construct_textarea,*/
.reslide_construct.reslide_button .reslide_construct_textarea {
    min-height: 20px;
    min-height: 20px;
    text-align: center;
    background: #00a0d2 !important;
    border-color: #0073aa;
    -webkit-box-shadow: inset 0 1px 0 rgba(120, 200, 230, .5), 0 1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 1px 0 rgba(120, 200, 230, .5), 0 1px 0 rgba(0, 0, 0, .15);
    color: #fff;
    text-decoration: none;
    font-size: 12px;
}

.reslide-custom-styling .reslide_content .reslide_button {
    width: 100px;
    height: 50px;
    background: none;
    position: relative;
    color: #fff !important;
}

.reslide_button.reslide_custom > div.reslide_custom_child {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #1EBD27;
    font-size: 12px;
    color: #fff !important;
}

.reslide_button.reslide_custom > .btn {
    width: 100%;
    display: block;
    position: absolute;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    word-wrap: break-word;
    color: inherit !important;
}

.reslide_button.reslide_custom > .btn * {

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.reslide_h3.reslide_custom > .h3 {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 1%;
    text-align: center;
    position: absolute;
    box-sizing: border-box;
}

.reslide-custom-styling .reslide_h3.reslide_custom {
    width: 100px;
    height: 50px;
    border: 1px solid #000024;
    box-sizing: border-box;
    border-radius: 0;
    background: transparent;
    resize: none;
    overflow: hidden;
    word-wrap: break-word;
    position: relative;
    font-size: 12px;
}

.reslide_h3.reslide_custom > div.reslide_custom_child {
    width: 100%;
    height: 100%;
    position: absolute;
}

.reslide_h3.reslide_custom > .h3 {
    width: 100%;
    height: 100%;
    position: absolute;
    font-size: inherit !important;
    line-height: 1.5;
}

.reslideh3 {
    box-sizing: border-box;
}

.reslide_construct.reslide_button .reslide_construct_textarea {
    resize: none;
    overflow: hidden;
    word-wrap: break-word;
}

/*** title in styling ***/
.reslide_title > div.reslide_title_child, .reslide_description > div.reslide_description_child {
    width: 100%;
    height: 100%;
    position: absolute;
}

.reslide_title > .title {
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center;
    display: block;

}

.reslide_description > .description {
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center;
    display: block;
    font-style: normal !important;
    font-size: inherit !important;
    padding: 0 5px;
    box-sizing: border-box;
}

.reslidetitle span, .reslidedescription span {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 10px;
    box-sizing: border-box;

}

.reslidetitle span {
    text-align: center;
}

/*** preview thumbnail ****/

/*
  .reslide-thumbnail .p            (normal)
  .reslide-thumbnail .p:hover      (normal mouseover)
  .reslide-thumbnail .pav          (active)
  .reslide-thumbnail .pav:hover    (active mouseover)
  .reslide-thumbnail .pdn          (mousedown)
  */

.reslide-thumbnail {
    position: absolute;
    /* size of thumbnail navigator container */
    width: 850px;
    height: 60px;
    z-index: 1;
}

.reslide-thumbnail > div {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 800px;
}

.reslide-thumbnail .p {
    position: absolute;
    top: 0;
    left: 0;
    width: 62px;
    height: 32px;
}

.reslide-thumbnail .t {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.reslide-thumbnail .w, .reslide-thumbnail .pav:hover .w {
    position: absolute;
    width: 60px;
    height: 30px;
    border: #0099FF 1px solid;
    box-sizing: border-box;
}

.reslide-thumbnail .pdn .w, .reslide-thumbnail .pav .w {
    border-style: dashed;
}

.reslide-thumbnail .c {
    position: absolute;
    top: 0;
    left: 0;
    width: 62px;
    height: 30px;
    background-color: #000;
    filter: alpha(opacity=45);
    opacity: .45;
    transition: opacity .6s;
    -moz-transition: opacity .6s;
    -webkit-transition: opacity .6s;
    -o-transition: opacity .6s;
}

.reslide-thumbnail .p:hover .c, .reslide-thumbnail .pav .c {
    filter: alpha(opacity=0);
    opacity: 0;
}

.reslide-thumbnail .p:hover .c {
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
}

* html .reslide-thumbnail .w {
    width /**/: 62px;
    height /**/: 32px;
}

#reslide_loading_overlay {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000000;
    opacity: 0.7;
    top: 0;
    left: 0;
    z-index: 9998;
}

#reslide_loading_overlay > div {
    height: 80px;
    width: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#reslide_loading_overlay > div > img {
    width: 100%;
    height: 100%;
}

.reslide_slider_view_wrapper .reslide-free {
    color: rgb(179, 2, 2) !important;
    font-size: inherit;
    font-weight: 700;
}

@media screen and (max-width: 1024px) {
    .reslide_slider_view_wrapper #reslide_slider_edit {
        width: 70%;
    }

    .reslide_slider_view_wrapper #reslide_slider_view {
        width: 26%;
    }

    .reslide_slider_view_wrapper .reslideitem-img-container b span {
        font-size: 1.2vw !important;
        height: 1.4vw;
        float: left;
        line-height: 1.4;
        padding-left: 2%;
        width: 60%;
    }

    #arrow-settings > li.params > label, #thumbnail-settings > li.params > label, #bullet-settings > li.params > label {
        width: 15%;
    }

    #arrow-settings > li.params > form, #thumbnail-settings > li.params > form, #bullet-settings > li.params > form {
        margin-left: 16%;
    }

    #reslide_slider_images_list .reslideitem-img-container b .fa, #reslide_slider_images_list .reslideitem-img-container b input {
        margin-top: 0.3vw;
    }

    #general-settings > li.style > label, #general-settings > li.params > label,
    #arrow-settings li.params label, #bullet-settings li.params label, #thumbnail-settings li.params label, .reslide_slide_view_wrapper #general-settings-slide > li label,
    #arrow-settings > li.params > label {
        padding-left: 1px;
        font-size: 9px;
    }

    #general-settings > li.params > select,
    #general-settings > li.params > input,
    #general-settings > li.params > .reslide_styling, #reslide-custom-stylings, #reslide-custom-add {
        font-size: 10px;
    }

}

@media screen and (max-width: 768px) {

    .reslide_slider_view_wrapper #reslide_slider_images_list > li.reslideitem a.edit {
        width: 100%;
    }

    .reslide_slider_view_wrapper #reslide_slider_images_list > li.reslideitem form input, .reslide_slider_view_wrapper #reslide_slider_images_list > li.reslideitem form textarea {
        font-size: 12px;
    }

    #general-settings > li.style > input, .reslide_slide_view_wrapper #general-settings-slide > input {
        width: 80%;
        margin-left: 19%;
        font-size: 14px;
    }

    .reslide_slide_view_wrapper #general-settings-slide input,
    .reslide_slide_view_wrapper #general-settings-slide textarea {
        width: 76%;
    }

    #reslide_slider_images_list input[type=checkbox] {
        width: 8px !important;
        height: 8px !important;
    }

    #reslide_slider_images_list .reslideitem-img-container b input[type="checkbox"] {
        height: 8px !important;
    }

    #reslide_slider_images_list .reslideitem-img-container b input[type="checkbox"]:before {
        content: "";
        width: 4px;
        height: 4px;
        background: #41A63A;
        margin: 0px 0 0 0px;
        border-radius: 5px;
    }

    #general-settings > li.style > label, .reslide_slide_view_wrapper #general-settings-slide > li label {
        width: 19%;
        font-size: 10px;
    }

    #reslide-arrows-background > span {
        width: 33%;
    }

    #arrow-settings > li.params > label, #thumbnail-settings > li.params > label, #bullet-settings > li.params > label {
        width: 19%;
    }

    #arrow-settings > li.params > form, #thumbnail-settings > li.params > form, #bullet-settings > li.params > form {
        margin-left: 20%;
    }

    body #reslide_slider_title_styling form > span input, #reslide_slider_description_styling form > span input, .reslide-custom-styling form > span input {
        padding-left: 2px;
    }

    body #reslide_slider_title_styling form > span input, #reslide_slider_description_styling form > span input, .reslide-custom-styling form > span input,
    body #reslide_slider_title_styling form > span label, #reslide_slider_description_styling form > span label, .reslide-custom-styling form > span label {
        font-size: 10px;
    }

    body #reslide_slider_title_styling, #reslide_slider_description_styling, .reslide-custom-styling, #reslide-custom-add {
        top: 11.5%;
    }

}

/* banner */
.free_version_banner {
    position: relative;
    display: block;
    background-image: url(../images/wp_banner_bg.jpg);
    background-position: top left;
    backround-repeat: repeat;
    overflow: hidden;
}

.free_version_banner .manual_icon {
    position: absolute;
    display: block;
    top: 15px;
    left: 15px;
}

.free_version_banner .usermanual_text {
    font-weight: bold !important;
    display: block;
    float: left;
    width: 270px;
    margin-left: 75px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 300;
    font-style: italic;
    color: #ffffff;
    line-height: 10px;
    margin-top: 0;
    padding-top: 15px;
}

.free_version_banner .usermanual_text a,
.free_version_banner .usermanual_text a:link,
.free_version_banner .usermanual_text a:visited {
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    font-weight: 600;
    font-style: italic;
    color: #ffffff;
    line-height: 30.5px;
    text-decoration: underline;
}

.free_version_banner .usermanual_text a:hover,
.free_version_banner .usermanual_text a:focus,
.free_version_banner .usermanual_text a:active {
    text-decoration: underline;
}

.free_version_banner .get_full_version,
.free_version_banner .get_full_version:link,
.free_version_banner .get_full_version:visited {
    padding-left: 60px;
    padding-right: 4px;
    display: inline-block;
    position: absolute;
    top: 15px;
    right: calc(50% - 167px);
    height: 38px;
    width: 268px;
    border: 1px solid rgba(255, 255, 255, .6);
    font-family: 'Open Sans', sans-serif;
    font-size: 23px;
    color: #ffffff;
    line-height: 43px;
    text-decoration: none;
    border-radius: 2px;
    transition: background .15s linear, color .15s linear;
}

.free_version_banner .get_full_version:hover {
    background: #ffffff;
    color: #bf1e2e;
    text-decoration: none;
    outline: none;
}

.free_version_banner .get_full_version:focus,
.free_version_banner .get_full_version:active {

}

.free_version_banner .get_full_version:before {
    content: '';
    display: block;
    position: absolute;
    width: 33px;
    height: 23px;
    left: 25px;
    top: 9px;
    background-image: url(<?php echo $path_site2; ?>/wp_shop.png);
    background-position: 0px 0px;
    background-repeat;
}

.free_version_banner .get_full_version:hover:before {
    background-position: 0px -27px;
}

.free_version_banner .gotohuge {
    float: right;
    margin: 15px 15px;
}

.free_version_banner .description_text {
    padding: 0 0 13px 0;
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    float: left;
    font-family: 'Open Sans', sans-serif;
    color: #fffefe;
    line-height: inherit;
}

.free_version_banner .description_text p {
    margin: 0;
    padding: 0;
    font-size: 14px;
}

@media screen and (max-width: 1300px) {
    .free_version_banner .usermanual_text {
        width: calc(100% - 210px);
    }

    .free_version_banner .get_full_version,
    .free_version_banner .get_full_version:link,
    .free_version_banner .get_full_version:visited {
        top: 60px;
    }

    .free_version_banner .description_text {
        margin-top: 40px;
    }
}
