/* 
    Created on : Oct 3, 2014, 4:32:56 PM
    Author     : Tahir.Anjum
*/
.mce-menu-item .mce-ico, .mce-menu-item .mce-text {
    color: #333 !important;
}

.spin {
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.website_saved {
    width: 228px;
    margin: 0 auto;
}

.mceEditor table {
    max-width: none; /* Bug in computation of fullscreen */
}

.mceEditor table.mceLayout {
    width: 100% !important;
    height: auto !important;
}

table.mceToolbar {
    float: left;
}

body .mceToolbar div {
    white-space: normal;
}

::selection {
    background: #c72357 !important;
    color: #fff;
}

/*.edit-selector{outline: #4d4d4d dashed 1px; background: rgba(255, 255, 255, 0.5);  width: auto; display:inline-block;}*/
/*.edit-selector{outline: #4d4d4d dashed 1px; background: rgba(255, 255, 255, 0.5); display:inline-block;width: auto;}*/
.edit-selector {
    outline: #000 dashed 1px;
    outline-offset: 1px;
    background: rgba(255, 255, 255, 0.26);
    /*margin: 0px auto;*/
}

.image-selector {
    outline: #000 dashed 1px;
    outline-offset: 2px;
    background: rgba(255, 255, 255, 0.26);
}

.box-selector {
    outline: #005fb3 dashed 2px;
    outline-offset: 0px;
    background: rgba(255, 255, 255, 0.26);
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    /*background: url('../images/page-loader.gif') 50% 50% no-repeat rgb(249,249,249);*/
}

.resizeableWidget {
    display: block;
    width: 100%;
    height: 100%;
    min-width: 0 !important;
    min-height: 0 !important;
}

/*              -----: Responsive view :----         */
.switcher-preview {
    width: 17%;
}

.switcher-preview * {
    display: inline-block;
}

ul.responsive-devices-view {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
}

ul.responsive-devices-view li {
    display: inline-block;
    margin-right: 15px;
}

ul.responsive-devices-view li .fa {
    color: #525f66;
    font-size: 25px;
    cursor: pointer;
}


ul.responsive-devices-view li .fa:hover {
    color: #C72357;
    transition: all 0.5s ease;
}

.modal-dialog h1, .modal-dialog h2, .modal-dialog h3, .modal-dialog h4, .modal-dialog h5, .modal-dialog h6 
{font-family: Arial, Helvetica, sans-serif!important;text-align:left!important;color: #4C4E4F!important; margin: 0px;font-style: normal;}
.modal-dialog h4{font-size: 16px;font-weight: bold;}


.fa-rotate {
    -webkit-transform: rotate(-90deg) !important;
    -moz-transform: rotate(-90deg) !important;
    -ms-transform: rotate(-90deg) !important;
    -o-transform: rotate(-90deg) !important;
    transform: rotate(-90deg) !important;
}

#responsive-devices-view {
    margin: auto;
    height: 24px; /*padding:12px 0 0;*/
}

#responsive-devices-view ul {
    margin: 0;
    padding: 0;
}

#responsive-devices-view li {
    margin: 0 6px 0 6px;
    opacity: 0.6;
    cursor: pointer;
    background: url(../images/state-icons-h.png) no-repeat;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
    color: #fff;
}

#responsive-devices-view li.active, #responsive-devices-view li:hover {
    opacity: 1;
}

#responsive-devices-view li {
    text-indent: -9999em;
    height: 24px;
}

#responsive-devices-view li#smartphone-landscape {
    width: 16px;
    background-position: -17px 0;
}

#responsive-devices-view li#smartphone-portrait {
    width: 10px;
    background-position: 0em 0;
}

#responsive-devices-view li#tablet-portrait {
    width: 16px;
    background-position: -43px 0;
}

#responsive-devices-view li#tablet-landscape {
    width: 21px;
    background-position: -66px 0;
}

#responsive-devices-view li#desktop {
    width: 27px;
    background-position: -96px 0;
}

.preview_content {
    background: url(../images/preview_layer_bg.gif) repeat 0 0;
    height: 100%
}

#preview_website article {
    display: block;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
    height: 100%
}

aside #overlay-mask {
    display: block;
    content: ".";
    background-color: black;
    background-color: rgba(204, 204, 204, 0.6);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 0;
    margin-top: 9999px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

#preview_website iframe {
    display: block;
    border: none;
    margin: 0 auto;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

.auto iframe {
    width: 100%;
    height: 100%;
}

.smartphone-portrait iframe {
    width: 320px;
    height: 100%;
}

.smartphone-portrait #overlay-mask {
    margin-top: 480px;
}

.smartphone-landscape iframe {
    width: 480px;
    height: 100%;
}

.smartphone-landscape #overlay-mask {
    margin-top: 320px;
}

.tablet-portrait iframe {
    width: 768px;
    height: 100%;
}

.tablet-portrait #overlay-mask {
    margin-top: 1024px;
}

.tablet-landscape iframe {
    width: 1024px;
    height: 100%;
}

.tablet-landscape #overlay-mask {
    margin-top: 768px;
}

.desktop iframe {
    width: 100%;
    height: 100%;
}

.desktop #overlay-mask {
    margin-top: 900px;
}

/*              -----: Responsive view :----         */

/* */
.popover {
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#logo-template, #image-template .modal-dialog {
    width: 73.5%;
}

.modal-content {
    margin-top: 75px !important;
    border-radius: 0px !important;
    color: #4C4E4F !important;
    font-family: Arial, Helvetica, sans-serif !important;
}

#btnSaveWebsite + .popover>.popover-content {
    color: #C72357;
    font-weight: 500;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    padding: 9px 10px;
    letter-spacing: 1px;
}

.modal-dialog h1, .modal-dialog h2, .modal-dialog h3, .modal-dialog h4, .modal-dialog h5, .modal-dialog h6 {
    font-family: Arial, Helvetica, sans-serif;
    text-align: left !important;
    color: #4C4E4F !important;
    margin: 0px;
	letter-spacing:0;
}

.modal-dialog h4 {
    font-size: 16px;
    font-weight: bold;
}
.modal-dialog .nav > li > a {
    padding: 10px 15px;
}

.modal-dialog .nav-tabs > li > a {
    color: #6B6566;
    background-color: #eee;
    border: 1px solid #ddd;
    font-weight: normal;
    text-transform: uppercase;
}

/*.modal-header{padding: 0px 15px;}*/
/*.btn{border-radius:0!important;background-color: #4C4E4F;border: 0;font-family: arial;border: 1px solid #4c4e4f;color: #fff!important;}*/
/*.btn:hover, .btn:focus, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
    color: #333!important;
    background: #f5f5f5;
    border: 1px solid #ddd;
}*/
.btn-sm, .btn-group-sm > .btn {
    border-radius: 0 !important;
}

.modal-dialog a:hover, .modal-dialog a:focus {
    color: #000000 !important;
    text-decoration: none !important;
}

.deleteNavigation {
    background: url(../../web-builder/images/removeBtn.png) 0 0 no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    position: relative;
    top: 7px;
    float: right;
}

.modal-dialog input[type="text"], .modal-dialog input[type="password"],
.modal-dialog input[type="email"], .modal-dialog textarea, .modal-dialog select {
    padding: 0px 4px;
    outline: none;
    font: 13px arial;
    color: #4C4E4F;
    margin: 0;
    max-width: 100%;
    background: transparent !important;
    border-radius: 0 !important;
    border: 1px solid #ddd;
}

.modal-dialog input[type="text"]:focus, .modal-dialog input[type="password"]:focus, .modal-dialog input[type="email"]:focus, .modal-dialog textarea:focus {
    border: 1px solid #ddd  !important;
    background: transparent !important;    
    color: #4C4E4F !important;
}

.modal-dialog select {
    border: 1px solid #ddd !important;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 0 !important;
    /*padding: 10px;*/
}
.modal-dialog select option{height:30px;background: #fff;}
.addNewItem {
    float: right;
}

.modal-dialog .alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    padding: 5px 0px 5px 15px;
    font-family: Arial, Helvetica, sans-serif;
}

.modal-dialog .alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    padding: 5px 0px 5px 15px;
    font-family: Arial, Helvetica, sans-serif;
}

.modal-dialog .panel-group .panel {
    border-radius: 0px !important;
}

.modal-dialog .panel-heading {
    padding: 5px 15px !important;
}

.modal-dialog .panel {
    border-radius: 0px !important;
}

.mce-container, .mce-container *, .mce-widget, .mce-widget *, .mce-reset {
    /*color: #333!important;*/
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.mce-content-body div.mce-resizehandle {
    z-index: 0;
}

.mce-widget .button:hover, .mce-widget button:hover,
.mce-widget input[type="submit"]:hover, .mce-widget input[type="reset"]:hover, .mce-widget input[type="button"]:hover {
    background: transparent !important;
    border-bottom: 0 !important;
    border-top: 0 !important;
    border: none !important;
}

.mce-tooltip {
    color: #fff !important;
}

.mce-open button {
    padding: 0px 10px 8px 0px !important;
}

.mce-foot div.mce-btn {
    padding: 2px 0px 2px 0px !important;
    margin-top: -2px;
}

.mce-foot button {
    padding: 0px 8px 0px 5px !important
}

button.mce-close:hover {
    border: 0;
    background: none;
    padding: 0px;
}

/*.modal-footer button:hover { padding: 6px 15px; }*/
ul.account-details {
    margin: 6px 10px;
    padding: 0px;
    float: right;
}

ul.account-details li {
    list-style: none;
    display: inline-block;
    font-size: 12px;
    color: #000;
    padding: 0;
}

ul.account-details li a {
    color: #000;
}

ul.account-details li a:hover, .account-details li a:focus, .account-details li a:active {
    color: #C72357 !important;
    text-decoration: underline !important;
}


.no-csstransforms3d .st-pusher,
.no-js .st-pusher {
    padding-left: 300px;
}

.iconCustom {
    font-size: 24px;
    float: right;
}
.element-box {
    position: absolute;
    width: 139px;
    background: #DEDEDE;
    left: 100%;
    border: #8F8F8F 1px solid;
    padding: 5px 0px 0 5px;
}

.textElement {
    top: 24.0%;
}

.galleryElement {
    top: 28.8%;
}

.sliderElement {
    top: 33.5%;
}

.mapElement {
    top: 33.5%;
}

.formElement {
    top: 38.0%;
}

.powerTips {
    background: #ffffff !important;
    width: 675px;
    border: 1px solid #58585A;
}

.powerTips .container {
    width: 100%;
}

.powerTips.e:before {
    border-right: 10px solid #58585A !important;
}

.powerTips .example-default h3 {
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: 'Open Sans', sans-serif;
}

.powerTips .example-default p {
    font-size: 10px;
    white-space: normal;
    font-family: 'Open Sans', sans-serif;
}

.element-box ul {
    margin: 0;
    padding: 0;
    width: 100%;
}

.element-box ul li {
    width: 61px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    border: 1px solid #58585A;
}

.element-box ul li a {
    box-shadow: none;
    font-size: 12px;
    padding: 0;
}

.small-icon {
    margin-right: 5px;
}

.img-responsive {
    width: 100%;
}

.example-default {
}

.example-default h1, .example-default h2, .example-default h3, .example-default h4, .example-default h5, .example-default h6, .example-default p, .example-default span {
    color: #000;
    text-align: left;
}

.example-background {
}

.example-background h1, .example-background h2, .example-background h3, .example-background h4,
.example-background h5, .example-background h6, .example-background p, .example-background span {
    color: #fff;
    text-align: left;
}

.example-text-with-icon {
    margin-top: 20px;
}

.example-text-with-icon span {
    float: left;
    margin-right: 15px;
    font-size: 36px;
}

img.scale-with-grid {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}

.example-default .theme-button {
    border: 1px solid #000;
    color: #000;
    display: inline-block;
    font-size: 13px;
    text-decoration: none;
    cursor: pointer;
    margin-top: 5px;
    line-height: normal;
    padding: 10px 20px;
    font-family: 'Open Sans', 'sans-serif';
    background: transparent;
    transition: all 0.5s ease;
}

.themeBuilder {
    background: #f1f2f2;
    font-size: 14px;
    top: 0;
    left: 0;
    width: 100%;
    clear: both;
    z-index: 9999;
    font-family: 'Open Sans', sans-serif;
    position: fixed;
    padding: 8px 0;
}

/*.themeBuilder .button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {border: 0!important;padding: 7px 13px;}*/

#SITE_STRUCTURE {
    margin-top: 50px;
}

.userName {
    float: left;
    width: 142px;
}

.userName span {
    color: #fff;
}

.deviceList {
    /*width: 400px;float: left;margin-top: 10px;*/
    display: block;
    text-align: center;
    margin: 0 auto;
}

.download-template {
    /*float: right;width:165px;*/
}

.web-template-edit {
    float: right;
    width: 327px;
}

ul.screenIcons {
    margin: 0;
    padding: 0;
}

ul.screenIcons li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0;
}

ul.screenIcons li a {
    color: #fff;
    font-size: x-large;
}

ul.screenIcons li:nth-child(3n+2) a {
    -moz-transform: rotate(90deg); /* FF3.5+ */
    -o-transform: rotate(90deg); /* Opera 10.5 */
    -webkit-transform: rotate(90deg); /* Saf3.1+, Chrome */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    display: block;
}

.addAndremove {
    /*float:left;width:550px;*/
}

.btn {
    margin: 0;
    font-style: normal;
    width: auto;
}

.dm-editor-btn {
    margin-right: 10px;
    margin-top: 0px;
}

#st-trigger-effects {
    float: left;
}

.devicesContainer {
    /* float: left;width: 375px;*/
}

ul.themePreview {
    margin: 0px;
    padding: 0;
    float: left;
}

ul.themePreview li {
    list-style: none;
    display: inline-block;
    margin-bottom: 0;
    float: left;
    display: inline-block;
    margin-left: 2px;
    padding:0px;
}

ul.themePreview li a {
    color: #000;
    font-size: 12px;
    text-decoration: none;
    padding: 8px;
    float: left;
    font-family: 'open sans', sans-serif;
    letter-spacing: 1px;
}

ul.themePreview li a:hover, ul.themePreview li a:focus, ul.themePreview li a:active {
    background-color: #c72357;
    color: #fff !important;
    border-radius: 5px;
}

ul.themePreview li a.active {
    background-color: #c72357 !important;
    color: #fff !important;
    border-radius: 5px;
    background-image: none !important;
}

.themeBuilder .button, button, input[type="submit"], input[type="reset"], input[type="button"] {
    font-family: Arial, Helvetica, sans-serif !important;
}

.themeBuilder input[type="text"], .themeBuilder textarea, .themeBuilder select {
    margin-bottom: 0px !important;
    width: auto !important;
    background-color: #FFF !important;
    font-size: 14px !important;
    font-family: Arial, Helvetica, sans-serif;
}

.dm-editor-logo {
    text-align: left;
    margin: 0;
    float: left; /*height: 50px;padding: 10px;*/
    margin-right: 10px;
}

.modal-content {
    margin-top: 75px !important;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #E2E1E1 !important;
}

/*              -----: Responsive view :----         */
.switcher-preview {
    width: 17%;
}

.switcher-preview * {
    display: inline-block;
}

#switcher {
    margin: auto;
    height: 24px; /*padding:12px 0 0;*/
}

#switcher ul {
    margin: 0;
    padding: 0;
}

#switcher li {
    margin: 0 6px 0 6px;
    opacity: 0.6;
    cursor: pointer;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
    color: #fff;
}

#switcher li.active, #switcher li:hover {
    opacity: 1;
}

#switcher li {
    text-indent: -9999em;
    height: 24px;
}

#switcher li#smartphone-landscape {
    width: 16px;
    background-position: -17px 0;
}

#switcher li#smartphone-portrait {
    width: 10px;
    background-position: 0em 0;
}

#switcher li#tablet-portrait {
    width: 16px;
    background-position: -43px 0;
}

#switcher li#tablet-landscape {
    width: 21px;
    background-position: -66px 0;
}

#switcher li#desktop {
    width: 27px;
    background-position: -96px 0;
}

.preview_content {
    height: 100%
}

#preview_website article {
    display: block;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
    height: 100%;
    height: calc(100% - 3em);
}

article #mask {
    display: block;
    content: ".";
    background-color: black;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 0;
    margin-top: 9999px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

#preview_website iframe {
    display: block;
    border: none;
    margin: 0 auto;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

.auto iframe {
    width: 100%;
    height: 100%;
}

.smartphone-portrait iframe {
    width: 320px;
    height: 100%;
}

.smartphone-portrait #mask {
    margin-top: 480px;
}

.smartphone-landscape iframe {
    width: 480px;
    height: 100%;
}

.smartphone-landscape #mask {
    margin-top: 320px;
}

.tablet-portrait iframe {
    width: 768px;
    height: 100%;
}

.tablet-portrait #mask {
    margin-top: 1024px;
}

.tablet-landscape iframe {
    width: 1024px;
    height: 100%;
}

.tablet-landscape #mask {
    margin-top: 768px;
}

.desktop iframe {
    width: 100%;
    height: 100%;
}

.desktop #mask {
    margin-top: 900px;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    /*background: url('../images/page-loader.gif') 50% 50% no-repeat rgb(249,249,249);*/
}

.overlaySharing {
    padding: 0;
    transition: opacity 0.4s ease 0s, top 0.25s ease 0s;
    width: 100%;
    z-index: 500;
}

#overlayIcons {
    padding: 0;
    top: 50px;
    position: absolute;
    width: 100%;
    z-index: 6000;
}

#overlaySharing {
    position: absolute;
    z-index: 9999;
    float: left;
    overflow: hidden;
    display: none;
}

div.img {
    margin: 5px;
    padding: 5px;
    border: 1px solid #ccc;
    height: 80px;
    width: 80px;
    float: left;
    text-align: center;
}

div.img img {
    display: inline;
    width: 100%;
    height: 100%;
}

div.img a:hover img {
    border: 1px solid #ccc;
}

div.desc {
    text-align: center;
    font-weight: normal;
    width: 120px;
    margin: 5px;
}

.resizeableWidget {
    display: block;
    width: 100%;
    height: 100%;
    min-width: 0 !important;
    min-height: 0 !important;
}

.themeBuilder .button, .themeBuilder button, .themeBuilder input[type="submit"],
.themeBuilder input[type="reset"], .themeBuilder input[type="button"] {
    border: 0;
    transition: none;
    font-style: normal;
}

.themeBuilder .button:hover, .themeBuilder button:hover, .themeBuilder input[type="submit"]:hover,
.themeBuilder input[type="reset"]:hover, .themeBuilder input[type="button"]:hover {
    border: 0;
    transition: all 0.5s ease;
    font-style: normal;
}

.modal-dialog .button, .modal-dialog button, .modal-dialog input[type="submit"],
.modal-dialog input[type="reset"], .modal-dialog input[type="button"] {
    /*border: 0;*/
    transition: none;
    font-style: normal;
}

.modal-dialog .button:hover, .modal-dialog button:hover, .modal-dialog input[type="submit"]:hover,
.modal-dialog input[type="reset"]:hover, .modal-dialog input[type="button"]:hover {
    /*border: 0;*/
    transition: none;
    font-style: normal;
}

.modal-body .nav > li {
    margin-right: 0px !important;
    background: none;
}

.modal-body .nav > li.active {
    background-image: none !important;
}

.modal-body label {
    display: block;
    font-size: 12px;
    color: #000 !important;
    margin-bottom: 0px;
    font-weight: 100;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 2px;
    letter-spacing: 0px;
}
.modal-body a {
    color: #428bca;
    text-decoration: none;
}

fieldset.img-gallery-description {
    height: 264px !important;
}

/* ie */
:-ms-input-placeholder {
    color: #aaa;
}

/* individual: webkit */
textarea::-webkit-input-placeholder {
    color: #aaa;
}

/* individual: mozilla */
textarea::-moz-placeholder {
    color: #aaa;
}

#preview_website iframe {
    border: none;
    height: 730px;
    padding-top: 50px !important;
}

/* Image gallery Thumbnail */

.image-gallery-thumbnail-wrap{overflow: hidden;float: left;max-width: 1000%;}
.image-gallery-thumbnail{list-style: none outside none;margin: 0;padding: 0;height: 110px;width: 100%;position: relative;overflow-y: scroll;}
.image-gallery-thumbnail li{float: left;width: 100px;margin-left: 5px;margin-right: 14px;
margin-bottom: 10px;border: 1px solid #ccc;padding: 5px;margin-top: 5px;display: block;position: relative;}
.image-gallery-thumbnail img{width: 100%;height: 80px;}
.image-gallery-thumbnail .select{outline: 3px solid #ccc!important;}

/* Image gallery Thumbnail */

/* Sidebar Menu */

.page-container {
  min-width: 1260px;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: 0px auto;
}

.content {
  max-width: 800px;
  min-width: 600px;
  display: block;
  padding: 50px;
  margin: 50px auto;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  overflow: hidden;
}

.page-container.sidebar-collapsed {
  padding-right: 65px;
  transition: all 100ms linear;
  transition-delay: 300ms;
}

.page-container.sidebar-collapsed-back {
  padding-right: 280px;
  transition: all 100ms linear;
}

.page-container.sidebar-collapsed .sidebar-menu {
  width: 55px;
  transition: all 100ms ease-in-out;
  transition-delay: 300ms;
}

.page-container.sidebar-collapsed-back .sidebar-menu {
  width: 220px;
  transition: all 100ms ease-in-out;
}

.page-container.sidebar-collapsed .sidebar-icon {
  transform: rotate(90deg);
  transition: all 300ms ease-in-out;
  padding: 6px 3px;
}

.page-container.sidebar-collapsed-back .sidebar-icon {
  transform: rotate(0deg);
  transition: all 300ms ease-in-out;
}

.page-container.sidebar-collapsed .dm-sidebar-logo {
    padding: 0px 13px;
    height: 62px;
    box-sizing: border-box;
    transition: all 100ms ease-in-out;
    transition-delay: 300ms;
    background:#c72357;
}

.page-container.sidebar-collapsed-back .dm-sidebar-logo {
    width: 100%;
    padding: 0px 20px;
    height: 62px;
    box-sizing: border-box;
    transition: all 100ms ease-in-out;
    background:#c72357;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	border:none;
}

.page-container.sidebar-collapsed #logo {
  opacity: 0;
  transition: all 200ms ease-in-out;
}

.page-container.sidebar-collapsed-back #logo {
  opacity: 1;
  transition: all 200ms ease-in-out;
  transition-delay: 300ms;
}

.page-container.sidebar-collapsed #menu span {
  opacity: 0;
  transition: all 50ms linear;
}

.page-container.sidebar-collapsed-back #menu span {
  opacity: 1;
  float:left;
}
.page-container.sidebar-collapsed #drag-element-wrap span {opacity: 0;transition: all 50ms linear;display:none;}
/*.page-container.sidebar-collapsed #drag-element-wrap a{padding: 10px 20px 0px 20px;}*/
.page-container.sidebar-collapsed #drag-element-wrap select {padding: 10px 3px;font-size: 10px;}
.page-container.sidebar-collapsed #drag-element-wrap ul{padding-left: 0px;}
.page-container.sidebar-collapsed .drag-content{width: 95%!important;}
.page-container.sidebar-collapsed .img-element-box{width: 100%!important;}

.sidebar-menu {
  position: fixed;
  float: left;
  width: 280px;
  top: 50px;
  left: 0;
  bottom: 0;
  background-color: #f1f2f2;
  color: #333;
  font-family: 'open sans', sans-serif;
  z-index:9999;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.15);
box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.15);
}

#menu {
  list-style: none;
  margin: 0;
  padding: 0;
  /*margin-bottom: 20px;*/
  float: left;
  width: 100%;
}

#menu li {
  position: relative;
  margin: 0;
  font-size: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0;
  float: left;
  width: 100%;
  list-style: none;
  color:#333!important;
}

#menu li ul {
  opacity: 0;
  height: 0px;
}

#menu li a, #menu li div {
  font-style: normal;
  font-weight: 400;
  position: relative;
  display: block;
  padding: 10px 20px;
  color: #333!important;
  white-space: nowrap;
  z-index: 2;
  float: right;
    width: 100%;
    cursor: pointer;
}

#menu li a:hover, #menu li.side-menu-settings div:hover {
    color: #ffffff!important;
    background-color: #333944;
}
#menu li .fa a:hover, #menu li .fa div:hover{
    color:#fff;
}

#menu li.active > a, #menu li.active>div {
  background-color: #333944;;
  color: #ffffff!important;
}

#menu>li>div:hover {
    color: #ffffff!important;
    background-color: #333944;
}

#menu ul li { background-color:#f1f2f2; }

#menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#menu li ul {
  position: absolute;
  visibility: hidden;
  left: 100%;
  top: -1px;
  background-color: #f1f2f2;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: opacity 0.1s linear;
  border-top: 1px solid #f1f2f2;
  width:100%;
}

#menu li:hover > ul {
  visibility: visible;
  opacity: 1;
}

#menu li li ul {
  left: 100%;
  visibility: hidden;
  top: -1px;
  opacity: 0;
  transition: opacity 0.1s linear;
}

#menu li li:hover ul {
  visibility: visible;
  opacity: 1;
}

#menu .fa { margin-right: 5px;float: left;margin-top: 3px;}
.icons-container .fa, .sidebar-icon .fa{color:#fff!important;}
.page-text-break{    display: inline-block;
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre;}
p.page-text-break{color:#333;margin-bottom: 0;font-size: 12px;text-transform: capitalize;margin: 0;
letter-spacing: 0;line-height: 17px;padding: 0px !important;}	
.dm-sidebar-logo {
  width: 100%;
  padding: 21px;
  box-sizing: border-box;
}

.sidebar-icon {
    position: relative;
    float: left;
    margin-top: 10px;
    text-align: center;
    line-height: 1;
    font-size: 28px;
    padding: 6px 8px;
    color: #fff;
    background-clip: padding-box;
    z-index: 9999;
    cursor: pointer;
}
.sidebar-icon a {
    color: #fff;
}
.sidebar-icon a:hover, .sidebar-icon a:focus {
    color: #fff!important;
}
.img-element-box{display: block;
    float: left;
    width: 100%;
    background-color: #f1f2f2;}
.drag-content {
    display: inline-block;
    width: 48%;
    float: left;
}
.drag-content a{padding: 10px 10px!important;}
.drag-content img {
    border: 1px solid #333944;
    width:100%;
}
#productOptions select{float: left;width: 28%;margin-bottom: 14px!important;margin-right:10px;height:40px;}
#productOptions select option{background:transparent;}
#productOptions input{float: left;width: 100%;height: 40px;margin-bottom: 10px;color:black !important;}
#productOptions .add-margin-right{margin-right: 3%;}
.half-input{width: 54.7%!important;}
.sidebar-fa{position: relative;float: right;top:3px;}
.sidebar-inner-width{width: 57%!important;}
.sidebar-width{width: 45%!important;}
.menu-edit-link{display: inline-flex;padding: 0!important;float: right;}
.menu-edit-link a{padding: 0!important;background-color:transparent!important;display: inline-block!important;}
.menu-edit-link a:hover, .menu-edit-link a:focus{padding: 0!important;background-color:transparent!important;color:#333!important;}
.sidebar-menu-link{padding:10px 20px!important;}
ul#pageList{height: 229px;
    overflow: hidden;
    overflow-y: scroll;}
/* Sidebar Menu */

/*              -----: Responsive view :----         */
/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 1024px) {
    .dm-editor-logo {
        width: 150px;
    }

    ul.account-details {
        margin: 6px 9px;
    }
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
    fieldset.img-gallery-description {
        height: 100% !important;
    }

    ul.themePreview li a {
        letter-spacing: 0px;
        font-size: 11px;
        padding: 8px 5px;
    }

    ul.account-details li a {
        font-size: 9px;
    }

    .dm-editor-logo {
        margin-bottom: 10px;
    }
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {

    fieldset.img-gallery-description {
        height: 100% !important;
    }

    .devicesContainer {
        width: 100%;
    }

    .dm-editor-logo {
        float: none;
        margin: 0px 0px 10px 0px;
        text-align: center;
    }

    ul.responsive-devices-view {
        margin: 0px 0px 10px 0px;
    }
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
    .themeBuilder {
        padding-bottom: 10px;
    }

    .devicesContainer, .deviceList {
        width: 100%;
    }

    .addAndremove {
        width: 100%;
        height: auto;
    }

    ul.themePreview {
        margin: 10px auto;
        height: auto;
        float: left;
        width: 100%;
    }

    ul.themePreview li a {
        padding: 12px;
        font-size: 12px;
    }

    ul.responsive-devices-view {
        margin: 0px 0px 10px 0px;
    }

    ul.responsive-devices-view li .fa {
        font-size: 30px;
    }

    .dm-editor-logo {
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }

    .download-template {
        float: left;
        width: 100%;
        margin: 0 auto;
        display: block;
        text-align: center;
    }

    #preview_website iframe {
        padding-top: 163px !important;
    }

    #st-trigger-effects {
        float: left;
        width: 100%;
        text-align: center;
        display: block;
        margin: 10px auto 0;
    }

    ul.account-details {
        float: none;
    }

    ul.themePreview {
        text-align: center;
        display: block;
    }

    ul.themePreview li {
        float: none;
    }

    fieldset.img-gallery-description {
        height: 100% !important;
    }
}

/*              -----: Responsive view end:----         */

#preloader_main {
    background: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
}

#preloader_2 {
    position: relative;
    left: 50%;
    width: 100px;
    height: 130px;
    margin-left: -55px;
}

#preloader_2 span {
    display: block;
    bottom: 0px;
    width: 50px;
    height: 50px;
    background: #c71f53;
    position: absolute;
}

#preloader_2 span:nth-child(1) {
    -webkit-animation: preloader_2_1 1.5s infinite ease-in-out;
    -moz-animation: preloader_2_1 1.5s infinite ease-in-out;
    -ms-animation: preloader_2_1 1.5s infinite ease-in-out;
    animation: preloader_2_1 1.5s infinite ease-in-out;
}

#preloader_2 span:nth-child(2) {
    left: 50px;
    -webkit-animation: preloader_2_2 1.5s infinite ease-in-out;
    -moz-animation: preloader_2_2 1.5s infinite ease-in-out;
    -ms-animation: preloader_2_2 1.5s infinite ease-in-out;
    animation: preloader_2_2 1.5s infinite ease-in-out;

}

#preloader_2 span:nth-child(3) {
    top: 30px;
    -webkit-animation: preloader_2_3 1.5s infinite ease-in-out;
    -moz-animation: preloader_2_3 1.5s infinite ease-in-out;
    -ms-animation: preloader_2_3 1.5s infinite ease-in-out;
    animation: preloader_2_3 1.5s infinite ease-in-out;
}

#preloader_2 span:nth-child(4) {
    top: 30px;
    left: 50px;
    -webkit-animation: preloader_2_4 1.5s infinite ease-in-out;
    -moz-animation: preloader_2_4 1.5s infinite ease-in-out;
    -ms-animation: preloader_2_4 1.5s infinite ease-in-out;
    animation: preloader_2_4 1.5s infinite ease-in-out;
}

@-webkit-keyframes preloader_2_1 {
    0% {
        -webkit-transform: translateX(0px) translateY(0px) rotate(0deg);
        border-radius: 0px;
    }
    50% {
        -webkit-transform: translateX(-50px) translateY(-25px) rotate(-180deg);
        border-radius: 60px;
        background: #DB0A5B;
    }
    80% {
        -webkit-transform: translateX(0px) translateY(0px) rotate(-360deg);
        border-radius: 0px;
    }
    100% {
        -webkit-transform: translateX(0px) translateY(0px) rotate(-360deg);
        border-radius: 0px;
    }
}

@-webkit-keyframes preloader_2_2 {
    0% {
        -webkit-transform: translateX(0px) translateY(0px) rotate(0deg);
        border-radius: 0px;
    }
    50% {
        -webkit-transform: translateX(50px) translateY(-25px) rotate(180deg);
        border-radius: 60px;
        background: #58585a;
    }
    80% {
        -webkit-transform: translateX(0px) translateY(0px) rotate(360deg);
        border-radius: 0px;
    }
    100% {
        -webkit-transform: translateX(0px) translateY(0px) rotate(360deg);
        border-radius: 0px;
    }
}

@-webkit-keyframes preloader_2_3 {
    0% {
        -webkit-transform: translateX(0px) translateY(0px) rotate(0deg);
        border-radius: 0px;
    }
    50% {
        -webkit-transform: translateX(-50px) translateY(25px) rotate(-180deg);
        border-radius: 60px;
        background: #58585a;
    }
    80% {
        -webkit-transform: translateX(0px) translateY(0px) rotate(-360deg);
        border-radius: 0px;
    }
    100% {
        -webkit-transform: translateX(0px) translateY(0px) rotate(-360deg);
        border-radius: 0px;
    }
}

@-webkit-keyframes preloader_2_4 {
    0% {
        -webkit-transform: translateX(0px) translateY(0px) rotate(0deg);
        border-radius: 0px;
    }
    50% {
        -webkit-transform: translateX(50px) translateY(25px) rotate(180deg);
        border-radius: 60px;
        background: #DB0A5B;
    }
    80% {
        -webkit-transform: translateX(0px) translateY(0px) rotate(360deg);
        border-radius: 0px;
    }
    100% {
        -webkit-transform: translateX(0px) translateY(0px) rotate(360deg);
        border-radius: 0px;
    }
}

/*moz circle color*/
@-moz-keyframes preloader_2_1 {
    0% {
        -moz-transform: translateX(0px) translateY(0px) rotate(0deg);
        border-radius: 0px;
    }
    50% {
        -moz-transform: translateX(-50px) translateY(-25px) rotate(-180deg);
        border-radius: 60px;
        background: #DB0A5B;
    }
    80% {
        -moz-transform: translateX(0px) translateY(0px) rotate(-360deg);
        border-radius: 0px;
    }
    100% {
        -moz-transform: translateX(0px) translateY(0px) rotate(-360deg);
        border-radius: 0px;
    }
}

@-moz-keyframes preloader_2_2 {
    0% {
        -moz-transform: translateX(0px) translateY(0px) rotate(0deg);
        border-radius: 0px;
    }
    50% {
        -moz-transform: translateX(50px) translateY(-20px) rotate(180deg);
        border-radius: 60px;
        background: #58585a;
    }
    80% {
        -moz-transform: translateX(0px) translateY(0px) rotate(360deg);
        border-radius: 0px;
    }
    100% {
        -moz-transform: translateX(0px) translateY(0px) rotate(360deg);
        border-radius: 0px;
    }
}

@-moz-keyframes preloader_2_3 {
    0% {
        -moz-transform: translateX(0px) translateY(0px) rotate(0deg);
        border-radius: 0px;
    }
    50% {
        -moz-transform: translateX(-50px) translateY(25px) rotate(-180deg);
        border-radius: 60px;
        background: #58585a;
    }
    80% {
        -moz-transform: translateX(0px) translateY(0px) rotate(-360deg);
        border-radius: 0px;
    }
    100% {
        -moz-transform: translateX(0px) translateY(0px) rotate(-360deg);
        border-radius: 0px;
    }
}

@-moz-keyframes preloader_2_4 {
    0% {
        -moz-transform: translateX(0px) translateY(0px) rotate(0deg);
        border-radius: 0px;
    }
    50% {
        -moz-transform: translateX(50px) translateY(25px) rotate(180deg);
        border-radius: 60px;
        background: #DB0A5B;
    }
    80% {
        -moz-transform: translateX(0px) translateY(0px) rotate(360deg);
        border-radius: 0px;
    }
    100% {
        -moz-transform: translateX(0px) translateY(0px) rotate(360deg);
        border-radius: 0px;
    }
}

/*moz circle color*/

@-ms-keyframes preloader_2_1 {
    0% {
        -ms-transform: translateX(0px) translateY(0px) rotate(0deg);
        border-radius: 0px;
    }
    50% {
        -ms-transform: translateX(-20px) translateY(-10px) rotate(-180deg);
        border-radius: 20px;
        background: #3498db;
    }
    80% {
        -ms-transform: translateX(0px) translateY(0px) rotate(-360deg);
        border-radius: 0px;
    }
    100% {
        -ms-transform: translateX(0px) translateY(0px) rotate(-360deg);
        border-radius: 0px;
    }
}

@-ms-keyframes preloader_2_2 {
    0% {
        -ms-transform: translateX(0px) translateY(0px) rotate(0deg);
        border-radius: 0px;
    }
    50% {
        -ms-transform: translateX(20px) translateY(-10px) rotate(180deg);
        border-radius: 20px;
        background: #f1c40f;
    }
    80% {
        -ms-transform: translateX(0px) translateY(0px) rotate(360deg);
        border-radius: 0px;
    }
    100% {
        -ms-transform: translateX(0px) translateY(0px) rotate(360deg);
        border-radius: 0px;
    }
}

@-ms-keyframes preloader_2_3 {
    0% {
        -ms-transform: translateX(0px) translateY(0px) rotate(0deg);
        border-radius: 0px;
    }
    50% {
        -ms-transform: translateX(-20px) translateY(10px) rotate(-180deg);
        border-radius: 20px;
        background: #2ecc71;
    }
    80% {
        -ms-transform: translateX(0px) translateY(0px) rotate(-360deg);
        border-radius: 0px;
    }
    100% {
        -ms-transform: translateX(0px) translateY(0px) rotate(-360deg);
        border-radius: 0px;
    }
}

@-ms-keyframes preloader_2_4 {
    0% {
        -ms-transform: translateX(0px) translateY(0px) rotate(0deg);
        border-radius: 0px;
    }
    50% {
        -ms-transform: translateX(20px) translateY(10px) rotate(180deg);
        border-radius: 20px;
        background: #e74c3c;
    }
    80% {
        -ms-transform: translateX(0px) translateY(0px) rotate(360deg);
        border-radius: 0px;
    }
    100% {
        -ms-transform: translateX(0px) translateY(0px) rotate(360deg);
        border-radius: 0px;
    }
}

@-keyframes preloader_2_1 {
0% {
    -transform: translateX(0px) translateY(0px) rotate(0deg);
    border-radius: 0px;
}
50% {
    -transform: translateX(-20px) translateY(-10px) rotate(-180deg);
    border-radius: 20px;
    background: #3498db;
}
80% {
    -transform: translateX(0px) translateY(0px) rotate(-360deg);
    border-radius: 0px;
}
100% {
    -transform: translateX(0px) translateY(0px) rotate(-360deg);
    border-radius: 0px;
}
}
@-keyframes preloader_2_2 {
0% {
    -transform: translateX(0px) translateY(0px) rotate(0deg);
    border-radius: 0px;
}
50% {
    -transform: translateX(20px) translateY(-10px) rotate(180deg);
    border-radius: 20px;
    background: #f1c40f;
}
80% {
    -transform: translateX(0px) translateY(0px) rotate(360deg);
    border-radius: 0px;
}
100% {
    -transform: translateX(0px) translateY(0px) rotate(360deg);
    border-radius: 0px;
}
}
@-keyframes preloader_2_3 {
0% {
    -transform: translateX(0px) translateY(0px) rotate(0deg);
    border-radius: 0px;
}
50% {
    -transform: translateX(-20px) translateY(10px) rotate(-180deg);
    border-radius: 20px;
    background: #2ecc71;
}
80% {
    -transform: translateX(0px) translateY(0px) rotate(-360deg);
    border-radius: 0px;
}
100% {
    -transform: translateX(0px) translateY(0px) rotate(-360deg);
    border-radius: 0px;
}
}

@-keyframes preloader_2_4 {
0% {
    -transform: translateX(0px) translateY(0px) rotate(0deg);
    border-radius: 0px;
}
50% {
    -transform: translateX(20px) translateY(10px) rotate(180deg);
    border-radius: 20px;
    background: #e74c3c;
}
80% {
    -transform: translateX(0px) translateY(0px) rotate(360deg);
    border-radius: 0px;
}
100% {
    -transform: translateX(0px) translateY(0px) rotate(360deg);
    border-radius: 0px;
}
}

.dm-loader-logo {
    position: relative;
    margin-top: 25px;
}

.dm-loader-logo h1 {
    color: #c71f53;
    font-size: 25px;
    text-align: center;
    font-family: Arial;
}

.preloader_wrap {
    position: absolute;
    width: 420px;
    left: 50%;
    margin-left: -200px;
    top: 50%;
    margin-top: -200px;
}

.sortable-placeholder {
    border-bottom: 2px solid #e4e4e4;
    background: #f5f5f5 url(../../web-builder/images/drop-icon.png) no-repeat center center;
    visibility: visible !important;
    margin-bottom: 18px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border-bottom: 1px solid #e4e4e4 !important;
    background: #f5f5f5 url(../../web-builder/images/drop-icon.png) no-repeat center center !important;
    color: #000;
}

.icons-container-wrap {
    position: relative;
    display: block;
    width: 100%;
}

.icons-container {
    position: absolute;
    top: 0%;
    z-index: 1000;
    right: 1%;
}

.icons-container ul {
    margin: 0px;
    padding: 0;
}

.icons-container ul li {
    list-style: none;
    display: inline-block;
    margin-bottom: 2px;
}
.icons-container span {font-size: 16px;}

.icons-inner {
    color: #fff;
    padding: 8px 8px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-boder-radius: 4px;
    width: 31px;
    height: 31px;
    text-align: center;
}

.fa-arrows {
    /*background: #c5c5c5;*/
    background: #555;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}

.fa-arrows:hover {
    cursor: -webkit-grab;
    background: #5cb85c;
}
.icons-container-tooltip .fa-files-o {
    /*background: #c5c5c5;*/
    background: #555;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}

.icons-container-tooltip .fa-files-o:hover {
    cursor: -webkit-grab;
    background: #5cb85c;
}
.fa-close {
    /*background: #c5c5c5;*/
    background: #555;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}

.fa-close:hover {
    background: #C0392B;
    cursor: pointer;
}

.fa-image {
    /*background: #c5c5c5;*/
    background: #555;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}

.fa-image:hover {
    background: #5cb85c;
    cursor: pointer;
}


.fa-copy {
    background: #c5c5c5;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}

.fa-copy:hover {
    background: #22A7F0;
    cursor: pointer;
}

.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
    pointer-events: none;
}

.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events: none;
}

/*.ComponentsItems{
    height: 50px;
    width: 45%;
    margin: 5px 0px 5px 8px;
}
.ComponentsItems i{
    font-size: 2.3em;
    margin-top: 5px;
}*/

.ui-widget-content {
    border: none;
    background: none;
}

.holder {
    float: left;
    width: 300px;
    zoom: 0.8;
}

.droppedSelected {
    border: 1px solid #22CC22;
}

.hanger {
    background-color: #22CC22;
    border: 1px solid #22CC22;
    position: relative;
    padding: 2px;
    z-index: 7000;
    margin-left: 2%;
    float: left;
}

.special {
    background-color: #efefef;
    height: 400px;
    float: left;
    width: 400px;
    margin-left: 10px;
}

.add-border-component {
    outline: 2px #656161 dashed;
}

.close-menu {
    float: left;
    background: #ccc;
    padding: 24.5px 27px;
}

.close-menu span.fa.fa-close {
    background: none;
    font-size: 20px;
}

.closeSideBar span {
    color: #000000 !important;
}

.sortable {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 60%;
}

.sortable li {
    margin: 0 3px 3px 3px;
    padding: 0.4em;
    padding-left: 1.5em;
    font-size: 1.4em;
    height: 18px;
}

.sortable li span {
    position: absolute;
    margin-left: -1.3em;
}

.ui-state-highlight-page {
    height: 1.5em;
    line-height: 1.2em;
}

.sortable-number {
    width: 25px;
    float: right;
    line-height: 1em;
    text-align: center;
    border-bottom: 0 !important;
    background: none !important;
    border: 0;
}

ul.pagesSort {
    margin: 0;
    padding: 0;
}

ul.pagesSort li {
    list-style: none;
    display: block;
    padding: 12px;
    background: #f5f5f5 !important;
    border: 0;
}

#pagesSort .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    font-weight: normal;
}

.ui-icon {
    float: left;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -50px !important;
}

.modal-backdrop {
    background-color: #C1C1C1 !important;
}

.sp-input {
    height: 30px !important;
    border: 2px solid black !important;

}

#fontsizevalue, #fontawesomecolor {
    width: 80px !important;
    color: black !important;
    display: inline-block !important;
    padding: 0px !important;
    text-align: center !important;
    background-color: white ! important;
    border: 1px solid black;
    margin-right: 5px;
}

/*.fontawesomecolor{
    left: 250px;
    position: relative !important;
    top: -25px;
    
}*/

.descriptioneditor {
    overflow-y: scroll;

}

.descriptioneditor p
{
    color:black !important;
    
}

.selectedfont {
    background-color: rgba(6, 77, 5, 0.44) !important;
}

.fontupdatebtn {
    color: #fff ! important;
    background-color: #5cb85c !important;
    border-color: #4cae4c !important;
    padding: 5px !important;
    width: 50px !important;
    text-align: center ! important;
    margin-top: -3px ! important;
    border-radius: 5px;
}

ul.imageListsWidget li figure figcaption p:empty {
    display: none !important;
}
.selectedProductColor
{
    border: 3px solid green;
}
#optionPowerTip{
	height: 210px;
        background-color:#fff;
        width:235px;
        position: absolute;
	display: none;
        z-index: 99999999999999999;
}
ul#productOptions li{
    list-style-type: none !important;
    list-style-position: outside !important;
}

.highIndex
{
    z-index:9999999;
}
/**/
/**/

/*.dropdown-submenu {
    position: relative;
}





.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-right-width: 0;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}*/
/**/
/**/

/**/
/**/


.dd {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    max-width: 600px;
    list-style: none;
    font-size: 13px;
    line-height: 20px;
}

.dd-list {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

.dd-list .dd-list {
    padding-left: 30px;
}

.dd-collapsed .dd-list {
    display: none;
}

.dd-item,
.dd-empty,
.dd-placeholder {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 20px;
    font-size: 13px;
    line-height: 20px;
}

.dd-handle {
    display: block;
    height: 30px;
    margin: 5px 0;
    padding: 5px 10px;
    color: #333;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #ccc;
    background: #fafafa;
    background: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%);
    background: -moz-linear-gradient(top, #fafafa 0%, #eee 100%);
    background: linear-gradient(top, #fafafa 0%, #eee 100%);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.dd-handle:hover {
    color: #2ea8e5;
    background: #fff;
}

.dd-item > button {
    display: block;
    position: relative;
    cursor: pointer;
    float: left;
    width: 25px;
    height: 20px;
    margin: 5px 0;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 0;
    background: transparent;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    font-weight: bold;
}

.dd-item > button:before {
    content: '+';
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    text-indent: 0;
}

.dd-item > button[data-action="collapse"]:before {
    content: '-';
}

.dd-placeholder,
.dd-empty {
    margin: 5px 0;
    padding: 0;
    min-height: 30px;
    background: #f2fbff;
    border: 1px dashed #b6bcbf;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.dd-empty {
    border: 1px dashed #bbb;
    min-height: 100px;
    background-color: #e5e5e5;
    background-image: -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-image: -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-image: linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-size: 60px 60px;
    background-position: 0 0, 30px 30px;
}

.dd-dragel {
    position: absolute;
    pointer-events: none;
    z-index: 9999;
}

.dd-dragel > .dd-item .dd-handle {
    margin-top: 0;
}

.dd-dragel .dd-handle {
    -webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, .1);
    box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, .1);
}
/**
 * Nestable Extras
 */

.nestable-lists {
    display: block;
    clear: both;
    padding: 30px 0;
    width: 100%;
    border: 0;
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
}

#nestable-menu {
    padding: 0;
    margin: 20px 0;
}

#nestable-output,
#nestable2-output {
    width: 100%;
    height: 7em;
    font-size: 0.75em;
    line-height: 1.333333em;
    font-family: Consolas, monospace;
    padding: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#nestable2 .dd-handle {
    color: #fff;
    border: 1px solid #999;
    background: #bbb;
    background: -webkit-linear-gradient(top, #bbb 0%, #999 100%);
    background: -moz-linear-gradient(top, #bbb 0%, #999 100%);
    background: linear-gradient(top, #bbb 0%, #999 100%);
}

#nestable2 .dd-handle:hover {
    background: #bbb;
}

#nestable2 .dd-item > button:before {
    color: #fff;
}

@media only screen and (min-width: 700px) {
    .dd {
        float: left;
        width: 100%;
    }
    .dd + .dd {
        margin-left: 2%;
    }
}

.dd-hover > .dd-handle {
    background: #2ea8e5 !important;
}
/**
 * Nestable Draggable Handles
 */

.dd3-content {
    display: block;
    height: 30px;
    margin: 5px 0;
    padding: 5px 10px 5px 40px;
    color: #333;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #ccc;
    background: #fafafa;
    background: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%);
    background: -moz-linear-gradient(top, #fafafa 0%, #eee 100%);
    background: linear-gradient(top, #fafafa 0%, #eee 100%);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.dd3-content:hover {
    color: #2ea8e5;
    background: #fff;
}

.dd-dragel > .dd3-item > .dd3-content {
    margin: 0;
}

.dd3-item > button {
    margin-left: 30px;
}

.dd3-handle {
    position: absolute;
    margin: 0;
    left: 0;
    top: 0;
    cursor: pointer;
    width: 30px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 1px solid #aaa;
    background: #ddd;
    background: -webkit-linear-gradient(top, #ddd 0%, #bbb 100%);
    background: -moz-linear-gradient(top, #ddd 0%, #bbb 100%);
    background: linear-gradient(top, #ddd 0%, #bbb 100%);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.dd3-handle:before {
    content: '≡';
    display: block;
    position: absolute;
    left: 0;
    top: 3px;
    width: 100%;
    text-align: center;
    text-indent: 0;
    color: #fff;
    font-size: 20px;
    font-weight: normal;
}

.dd3-handle:hover {
    background: #ddd;
}


/**/
/**/

.preloader_wrap{position: absolute;
    width: 420px;
    left: 50%;
    margin-left: -200px;
    top: 50%;
    margin-top: -200px;}
ul.gallery_effects{margin: 0px;padding:15px;float:left; overflow-y: scroll;height: 500px;}
ul.gallery_effects li{list-style: none;display: inline-block;width:30%;margin-right: 20px;float: left;margin-bottom: 20px;}
.effectsgrid h2{font-size:16px!important;}
.grid figure figcaption{padding: 1em;}
.gallery_effects figure.effect-lily img{width: calc(100% + 50px)!important;opacity: 0.7!important;}
figure.effect-lily h2{color:#fff!important;}
.effectsgrid img{width:100%!important;}
figure.effect-sadie h2{text-align: center!important;}
figure.effect-sadie:hover h2,figure.effect-sadie:hover p{color:#fff!important;}
figure.effect-honey h2, figure.effect-honey p{color:#fff!important;}
figure.effect-honey figcaption::before{background: #000!important;}
figure.effect-honey{background: #4a3753!important;}
figure.effect-layla h2, figure.effect-layla p, figure.effect-bubba h2, figure.effect-bubba p{color:#fff!important;text-align: center!important;}
figure.effect-layla h2{padding-top: 16%!important;}
.effectsgrid{padding: 0!important;}
figure.effect-oscar h2, figure.effect-oscar p,figure.effect-selena h2{text-align: center!important;color:#fff!important}
figure.effect-oscar{background: -webkit-linear-gradient(45deg,#22682a 0,#9b4a1b 40%,#3a342a 100%)!important;background: linear-gradient(45deg,#22682a 0,#9b4a1b 40%,#3a342a 100%)!important;}
figure.effect-marley figcaption, figure.effect-marley h2, figure.effect-marley p{text-align: right!important;color:#fff!important;}
figure.effect-ruby h2, figure.effect-ruby p,figure.effect-chico h2, figure.effect-chico p,figure.effect-jazz h2,figure.effect-jazz p,figure.effect-ming h2,figure.effect-ming p,figure.effect-duke h2,figure.effect-duke p{color:#fff!important;text-align: center!important;}
figure.effect-ruby h2{margin-top: 9%!important;}
.gallery_effects figure.effect-roxy h2{padding:0!important;}
figure.effect-roxy h2, figure.effect-roxy p,figure.effect-apollo h2,figure.effect-apollo p,figure.effect-moses h2,figure.effect-moses p{color:#fff!important;}
figure.effect-sarah h2,figure.effect-sarah p{color:#fff!important;text-align: left!important;}
.gallery_effects figure.effect-bubba h2{padding-top:0%!important;}
.gallery_effects figure.effect-bubba p{padding: 10px 2.5em!important;}
figure.effect-dexter h2, figure.effect-dexter p, figure.effect-milo h2, figure.effect-milo p,figure.effect-julia h2,figure.effect-goliath h2, figure.effect-goliath p{color:#fff!important;}

.gallery_effects h1, .gallery_effects h2, .gallery_effects h3, .gallery_effects h4, .gallery_effects h5, .gallery_effects h6{font-family: 'Open Sans', sans-serif;}
.gallery_effects h3{font-size: 24px;}
.gallery_effects figure{height: 185px;}
.gallery_effects figure figcaption{text-transform: capitalize!important;line-height: 20px;}
.gallery_effects figure.effect-layla figcaption,.gallery_effects figure.effect-oscar figcaption, .gallery_effects figure.effect-ruby p,.gallery_effects figure.effect-chico h2{padding: 0!important;}
.gallery_effects figure.effect-dexter p{left: 45px!important;bottom: 31px!important;}
.gallery_effects figure.effect-dexter figcaption::after{height: calc(56% - 30px)!important;border: 3px solid #fff!important;bottom: 23px!important;}
.gallery_effects figure.effect-milo p{padding: 0 5px 0 0!important;}
.gallery_effects figure.effect-julia figcaption{padding: 1em!important;}
.gallery_effects figure.effect-julia p{padding: 0.2em 1em!important;}
.gallery_effects figure.effect-moses h2{padding: 2px 9px!important;width: 90%;}
.gallery_effects figure.effect-moses p{padding: 6px!important;height: 60%;width: 100%;margin-top: 10px;}
.gallery_effects figure.effect-jazz h2{padding-top:0%!important;}
.gallery_effects figure.effect-ming h2{margin: 0% 0 10px!important;}
.gallery_effects figure.effect-ming p{padding: 0em 2em!important;}
.gallery_effects figure.effect-duke p{padding: 15px!important;}
.gallery_effects figure.effect-steve h2{margin-top: 0em!important;}
.gallery_effects figure.effect-steve{overflow: hidden !important;}
.gallery_effects figure.effect-lily figcaption>div{height: 100%!important;}
.gallery_effects figure.effect-layla figcaption::before{top: 38px!important;right: 13px!important;bottom: 38px!important;left: 13px!important;}
.gallery_effects figure.effect-layla figcaption::after{top: 31px!important;right: 23px!important;bottom: 30px!important;left: 23px!important;}
/*.effectsgrid figure{max-height: 116px ! important;}*/
.effectsgrid figure {
    width: 100% ! important;
    max-height: 240px ! important;
    margin: 0px 0 ! important;
    background: rgba(0, 0, 0, 0.8) !important;
}

figure.effect-julia p, figure.effect-steve p{background: rgba(0, 0, 0, 0.7) !important;}

/*hassan*/
.js_image_gallary figure.effect-lily img, .js_image_gallary figure.effect-roxy img{width: calc(100% + 50px) !important;width: -webkit-calc(100% + 50px) !important;}
.js_image_gallary figure.effect-roxy h2, .js_image_gallary figure.effect-bubba h2, .js_image_gallary figure.effect-chico h2 {
    padding: 10% 0 20px;
}

.js_image_gallary figure.effect-sarah img{width: -webkit-calc(100% + 20px) !important;
    width: calc(100% + 20px) !important;}
.js_image_gallary figure.effect-julia p{ -webkit-transform: translate3d(-530px,0,0);
    transform: translate3d(-530px,0,0);
}
.js_image_gallary figure.effect-goliath:hover p {    -webkit-transform: translate3d(0,0,0) !important;
    transform: translate3d(0,0,0) !important;}
.js_image_gallary .grid figure{max-height:360px !important;}
.js_image_gallary figure.effect-apollo figcaption::before{-webkit-transform: scale3d(3.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);transform: scale3d(3.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);}
.js_image_gallary figure.effect-apollo:hover figcaption::before {-webkit-transform: scale3d(3.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);transform: scale3d(3.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);}
.js_image_gallary figure.effect-jazz p {}
.js_image_gallary figure.effect-jazz h2 {
    padding-top: 10%;}
.galleryEffectHeading{font-size: 14px;color: #fff;background: #4a4a4a;padding: 8px;border-radius: 5px 5px 0 0;}

#menuStylesList{padding:0!important;}
.select-nav{position:relative;}
.select-nav:after{content:'\f05d';position: absolute;top: 7px;left: 10px;font-family: FontAwesome;font-size: 20px;color: #abc837;}
.selectMenuStyle:hover{cursor:pointer;background:#f1f1f1;}
#menuStylesList .nav > li {
    margin-right: 20px!important;
	display:inline-block;
        background: none;
}
.selectMenuStyle {
    float: left;
    padding: 30px 20px;
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #f1f1f1;
}

#menuStylesList .nav{margin: 0 auto;display: block;text-align: center;}
/*#menuStylesList .cl-effect-14 a{line-height:20px;}*/

#menuStylesList .nav>li>a:hover, #menuStylesList .nav>li>a:focus{background-color:transparent!important;}

#sliderstyles .panel-body{text-align: center;}
#sliderStylePreview img {padding: 10px;  margin: auto;}
.sliderStylesContainer {padding: 5px}
.compact-btn{
    border-radius: 2px;
    font-size: 12px;
}

#calender-info-close {
    background: inherit;
    cursor: pointer;
    opacity: 0.2;
}

#calender-info-close:hover {
    opacity: 0.5
}
.metaTagsHeading{
    font-size: 15px;
    /*font-weight: 800;*/
    padding-bottom: 8px;
}

.metaTagsHeading>div {
    width: 178px;
    float: left;
    text-align: center;

}
.tagItem{
    width: 178px; !important;
}
.menu-edit-link>a {
    width: auto!important;
    /*float: right;*/
}
.menu-edit-link{
    width:auto!important;
}
.form-control-list > div{
    padding-bottom: 5px;
    padding-top: 5px;
}
#socialShareTags .fa-facebook-square {
    font-size: 18px;
    color: #3b5998;
}
#socialShareTags .fa-twitter-square {
    font-size: 19px;
    color: #55ACEE;
}