.attachment-filters {
    display: none;
}
.media-frame-menu .separator {
    display: none;
}
.msTipsy .tipsy-arrow-s {
    border-top-color: #555;
}
.msTipsy .tipsy-arrow-w {
    border-right-color: #555;
}
.msTipsy .tipsy-arrow-n {
    border-bottom-color: #555;
}
.msTipsy .tipsy-inner {
    color: white;
    background-color: #555;
}
.msTipsy .tipsy-arrow-e {
    border-left-color: #555;
}
#cboxLoadedContent {
    overflow: hidden !important;
}
#cboxLoadedContent iframe {
    border: 0 none;
    display: block;
    height: 100%;
    overflow: hidden;
    width: 100%;
}
.easy-parallax-slider .left table tr.slide input.alt,
.easy-parallax-slider .left table tr.slide input.url {
    width: 100%;
    margin: 0 0 8px 0;
}
#goProWrap {
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    background: #e3e3e3;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#dfdfdf), to(#f1f1f1));
    background-image: -webkit-linear-gradient(bottom, #dfdfdf, #f1f1f1);
    background-image: -moz-linear-gradient(bottom, #dfdfdf, #f1f1f1);
    background-image: -o-linear-gradient(bottom, #dfdfdf, #f1f1f1);
    background-image: linear-gradient(to top, #dfdfdf, #f1f1f1);
    float: right;
}
#goProWrap span {
    z-index: 1;
    padding: 0 6px;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    display: block;
    text-shadow: rgba(255, 255, 255, 0.7) 0 1px 0;
}
#goProWrap a {
    text-decoration: none;
}
.easy-parallax-slider .section {
    cursor: pointer;
}
.easy-parallax-slider .hidden {
    display: none;
}
.easy-parallax-slider .probutton,
.easy-parallax-slider .probutton:hover {
    width: 36%;
    margin: 20px 32% 10px 32%;
    float: left;
    font-size: 1.4em;
    padding: 15px 0;
    border-color: #3793B7;
    background-color: #41add7;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #41add7), color-stop(100%, #218cb7));
    background-image: -webkit-linear-gradient(top, #41add7, #218cb7);
    background-image: -moz-linear-gradient(top, #41add7, #218cb7);
    background-image: -o-linear-gradient(top, #41add7, #218cb7);
    background-image: linear-gradient(top, #41add7, #218cb7);
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px 3px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 2px 0 rgba(57, 140, 255, 0.8);
    box-shadow: inset 0 0 2px 0 rgba(57, 140, 255, 0.8);
    color: #fff;
    font-family: 'PT Sans', helvetica, arial, sans-serif;
    text-shadow: 0 -1px 1px #1a5ad9;
    color: white;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    line-height: 2em;
}
.easy-parallax-slider .super {
    text-transform: uppercase;
    font-size: 0.7em;
    vertical-align: top;
    line-height: 2em;
}
.easy-parallax-slider .subtext {
    float: left;
    width: 100%;
    text-align: center;
    font-style: italic;
}
.easy-parallax-slider .logo {
    text-transform: uppercase;
}
.easy-parallax-slider .tipsy-tooltip {
    font-size: 0.9em;
}
.easy-parallax-slider .nav-tab-active input {
    padding: 0;
    margin: 0;
    border: 0;
    width: 100px;
    font-size: 13px;
}
.easy-parallax-slider .button {
    font-family: sans-serif;
}
.easy-parallax-slider .widefat th {
    padding: 6px 7px 5px;
    font-size: 15px;
    line-height: 1.4em;
}
.easy-parallax-slider .nav-tab-wrapper :first-child {
    margin-left: 5px;
}
.easy-parallax-slider .ui-sortable-helper {
    box-shadow: 3px 3px 5px #cccccc;
}
.easy-parallax-slider .left {
    width: 66%;
    margin-top: 20px;
    float: left;
    clear: none;
}
@media (max-width: 900px) {
    .easy-parallax-slider .left {
        width: 100%;
        float: none;
    }
}
.easy-parallax-slider .left table {
    width: 100%;
}
.easy-parallax-slider .left table thead input {
    margin-left: 5px;
}
.easy-parallax-slider .left table thead .add-slide {
    padding-left: 0.4em;
    padding-right: 0.6em;
}
.easy-parallax-slider .left table thead .add-slide .wp-media-buttons-icon {
    background: url('../../../../../wp-admin/images/media-button.png') no-repeat top left;
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: text-top;
    margin: 0 2px;
}
.easy-parallax-slider .left table tr.slide {
    background: #f9f9f9;
    height: 167px;
}
.easy-parallax-slider .left table tr.slide label input {
    margin: 1px 0 10px 3px;
}
.easy-parallax-slider .left table tr.slide textarea {
    width: 100%;
    height: 75px;
    margin: 0 0 5px 0;
}
.easy-parallax-slider .left table tr.slide td.col-1 {
    cursor: move;
}
.easy-parallax-slider .left table tr.slide td.col-1 .thumb {
    position: relative;
    height: 150px;
    width: 150px;
    background-size: auto 150px;
    background-position: center;
}
.easy-parallax-slider .left table tr.slide td.col-1 .thumb .delete-slide {
    position: absolute;
    top: 0px;
    left: 0px;
    background: #EE2C2C;
    color: white;
    width: 16px;
    height: 16px;
    float: left;
    text-align: center;
    display: none;
}
.easy-parallax-slider .left table tr.slide td.col-1 .thumb .slide-details {
    bottom: 0;
    left: 0;
    position: absolute;
    background: #333;
    color: white;
    padding: 0 5px;
    text-transform: uppercase;
    font-size: 9px;
    opacity: 0.6;
}
.easy-parallax-slider .left table tr.slide td.col-1:hover .delete-slide {
    display: block;
}
.easy-parallax-slider .left table tr.slide .new_window {
    position: relative;
    float: right;
    font-size: 10px;
    padding: 0px 3px;
    color: #a9a9a9;
}
.easy-parallax-slider .left table tr.slide .new_window label {
    position: absolute;
    width: 120px;
    right: 6px;
    text-align: right;
    top: -28px;
}
.easy-parallax-slider .left table td {
    border-top: 0;
    padding: 8px;
}
.easy-parallax-slider .left table td.col-2 {
    padding: 8px 8px 8px 0;
}
.easy-parallax-slider .right {
    width: 32%;
    float: right;
    margin-top: 20px;
    clear: none;
}
@media (max-width: 900px) {
    .easy-parallax-slider .right {
        width: 100%;
        float: none;
    }
}
.easy-parallax-slider .right .highlight {
    background: #E1E1E1;
    border-top: 3px solid #f9f9f9;
    border-bottom: 3px solid #f9f9f9;
}
.easy-parallax-slider .right .settings .slider-lib-row {
    padding: 6px 3px;
    text-shadow: 1px 1px 1px grey;
}
.easy-parallax-slider .right .settings #save {
    margin-right: 0;
}
.easy-parallax-slider .right .settings input {
    margin-right: 5px;
}
.easy-parallax-slider .right .settings label {
    margin-right: 5px;
    display: inline-block;
}
.easy-parallax-slider .right .settings .slider-lib {
    float: left;
    width: 23%;
    margin: 1%;
    list-style-type: none;
    text-align: center;
}
.easy-parallax-slider .right .settings .slider-lib input {
    margin: 3px 0 0 0;
}
@media (max-width: 1120px) {
    .easy-parallax-slider .right .settings .slider-lib {
        width: 48%;
        margin: 1%;
    }
}
@media (max-width: 900px) {
    .easy-parallax-slider .right .settings .slider-lib {
        width: 23%;
        margin: 1%;
    }
}
.easy-parallax-slider .right .settings .slider-lib label {
    color: white;
    border-radius: 2px;
    float: left;
    width: 100%;
    padding: 5px 0px;
    vertical-align: bottom;
}
.easy-parallax-slider .right .settings .slider-lib.nivo label {
    background: #b6e026;
    background: -moz-linear-gradient(top, #b6e026 0%, #abdc28 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b6e026), color-stop(100%, #abdc28));
    background: -webkit-linear-gradient(top, #b6e026 0%, #abdc28 100%);
    background: -o-linear-gradient(top, #b6e026 0%, #abdc28 100%);
    background: -ms-linear-gradient(top, #b6e026 0%, #abdc28 100%);
    background: linear-gradient(to bottom, #b6e026 0%, #abdc28 100%);
}
.easy-parallax-slider .right .settings .slider-lib.responsive label {
    background: #959595;
    background: -moz-linear-gradient(top, #959595 0%, #0d0d0d 46%, #010101 50%, #0a0a0a 53%, #4e4e4e 76%, #383838 87%, #1b1b1b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #959595), color-stop(46%, #0d0d0d), color-stop(50%, #010101), color-stop(53%, #0a0a0a), color-stop(76%, #4e4e4e), color-stop(87%, #383838), color-stop(100%, #1b1b1b));
    background: -webkit-linear-gradient(top, #959595 0%, #0d0d0d 46%, #010101 50%, #0a0a0a 53%, #4e4e4e 76%, #383838 87%, #1b1b1b 100%);
    background: -o-linear-gradient(top, #959595 0%, #0d0d0d 46%, #010101 50%, #0a0a0a 53%, #4e4e4e 76%, #383838 87%, #1b1b1b 100%);
    background: -ms-linear-gradient(top, #959595 0%, #0d0d0d 46%, #010101 50%, #0a0a0a 53%, #4e4e4e 76%, #383838 87%, #1b1b1b 100%);
    background: linear-gradient(to bottom, #959595 0%, #0d0d0d 46%, #010101 50%, #0a0a0a 53%, #4e4e4e 76%, #383838 87%, #1b1b1b 100%);
}
.easy-parallax-slider .right .settings .slider-lib.coin label {
    background: #ffd65e;
    background: -moz-linear-gradient(top, #ffd65e 0%, #febf04 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffd65e), color-stop(100%, #febf04));
    background: -webkit-linear-gradient(top, #ffd65e 0%, #febf04 100%);
    background: -o-linear-gradient(top, #ffd65e 0%, #febf04 100%);
    background: -ms-linear-gradient(top, #ffd65e 0%, #febf04 100%);
    background: linear-gradient(to bottom, #ffd65e 0%, #febf04 100%);
}
.easy-parallax-slider .right .settings .slider-lib.flex label {
    background: #00b7ea;
    background: -moz-linear-gradient(top, #00b7ea 0%, #009ec3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00b7ea), color-stop(100%, #009ec3));
    background: -webkit-linear-gradient(top, #00b7ea 0%, #009ec3 100%);
    background: -o-linear-gradient(top, #00b7ea 0%, #009ec3 100%);
    background: -ms-linear-gradient(top, #00b7ea 0%, #009ec3 100%);
    background: linear-gradient(to bottom, #00b7ea 0%, #009ec3 100%);
}
@media (max-width: 1120px) {
    .easy-parallax-slider .right .settings .configuration {
        display: none;
    }
}
@media (max-width: 900px) {
    .easy-parallax-slider .right .settings .configuration {
        display: inline;
    }
}
@media (max-width: 900px) {
    .easy-parallax-slider .right .settings .button {
        width: auto;
        float: right;
    }
}
.easy-parallax-slider .right .shortcode {
    width: 100%;
    margin-top: 20px;
}
.easy-parallax-slider .right .shortcode td {
    border-bottom: 0;
    border-top: 0;
    font-size: 0.9em;
}
.easy-parallax-slider .right .shortcode input,
.easy-parallax-slider .right .shortcode input:active {
    font-family: monospace;
    width: 100%;
    font-size: 0.9em;
    background: transparent;
    border: 0;
    box-shadow: none;
}
.easy-parallax-slider .right table td {
    border-top: 0;
    height: 28px;
    font-size: 0.9em;
    vertical-align: middle;
    padding: 0 6px;
    border-bottom: 0;
}
.easy-parallax-slider .right table td input[type='checkbox'] {
    margin-left: 2px;
}
.easy-parallax-slider .right table .slider-lib-row {
    padding: 3px;
}
.easy-parallax-slider .nav-tab,
.easy-parallax-slider h2.nav-tab-wrapper {
    font-size: 13px;
}
ul.info {
    width: 100%;
    margin-top: 20px;
    border-radius: 5px;
}
ul.info li {
    text-align: right;
    display: inline;
    width: 33%;
    float: left;
}
.delete-slider {
    margin: 0 5px 3px 0 !important;
}
.colorSelector div {
    background: url("../images/select.png") repeat scroll center center transparent;
    float: left;
    height: 30px;
    left: 15px;
    top: 0;
    width: 30px;
}

.ui-state-highlight { height: 167px; background-color: #FCF8E3;}



/*slider Setting*/

.ui-accordion .ui-accordion-content {
    padding: 12px !important;
    background: #F4F4F4;
}
.ui-accordion-content .eps_slide_setting td h4{
    background: none repeat scroll 0 0 #D6D6D6;
    font-size: 14px;
    padding: 0 0 0 10px;
    margin: 0;
    font-weight: bold;
}
.eps_slide_setting td {
    border: 1px solid #CCCCCC !important;
    float: left;
    line-height: 28px;
    margin: 0 5px 0 0;
    padding: 4px 6px !important;
    width: 97%;
}
.eps_slide_setting td label {
    float: left;
    line-height: 26px;
    min-width: 30%;
}
.eps_slide_setting td input, .eps_slide_setting td select{
    float: left;
    width: 60%;
    margin: 0 5px 0 0 ;
}
span.wp-picker-input-wrap .wp-color-picker{
    width: 70px;
}
span.wp-picker-input-wrap .button-small{
    width: 50px;
    height: 26px !important;
}

.easy-parallax-slider.wp-picker-container{
    position: relative;
}
.easy-parallax-slider .iris-picker {
    position: absolute;
    z-index: 10;
}

/* --------------------------------- */
.eps-colapsable-slider .iris-picker .iris-slider-offset,.eps-slider-settings-tbl .iris-picker .iris-slider-offset{
    background: transparent;
    border: none;
}
.eps-slider-settings-tbl{
    font-size: 12px;
}
.eps-slider-settings-tbl textarea,.eps-slider-settings-tbl input,.eps-slider-settings-tbl select{
    font-size: 11px;
}
.eps-slider-settings-tbl select{
    width: 180px;
    padding: 3px;
    height: 24px;
}
.easy-parallax-slider .right input[type="checkbox"],.easy-parallax-slider .right input[type="radio"]{
    margin-right: 2px;
    margin-top: 0;
}
.easy-parallax-slider .wp-color-result{
    margin:0 ;
}
.easy-parallax-slider input{
    padding: 1px 5px;
}