/*! jQuery UI - v1.11.4 - 2015-05-29  ****.sep****
* http://jqueryui.com
* Includes: core.css, draggable.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, menu.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden {
    display: none;
}


.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-clearfix {
    min-height: 0;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}

.ui-front {
    z-index: 100;
}

.ui-state-disabled {
    cursor: default !important;
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-resizable {
    position: relative;
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
    display: none;
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}

.ui-selectable {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black;
}

.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: .5em .5em .5em .7em;
    min-height: 0;
    font-size: 100%;
}

.ui-accordion .ui-accordion-icons {
    padding-left: 2.2em;
}

    .ui-accordion .ui-accordion-icons .ui-accordion-icons {
        padding-left: 2.2em;
    }

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    position: absolute;
    left: .5em;
    top: 50%;
    margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto;
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}

.ui-button {
    display: inline-block;
    position: relative;
    padding: 0;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    overflow: visible;
}

    .ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
        text-decoration: none;
    }

.ui-button-icon-only {
    width: 2.2em;
}

button.ui-button-icon-only {
    width: 2.4em;
}

.ui-button-icons-only {
    width: 3.4em;
}

button.ui-button-icons-only {
    width: 3.7em;
}

.ui-button .ui-button-text {
    display: block;
    line-height: normal;
}

.ui-button-text-only .ui-button-text {
    padding: .4em 1em;
}

.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
    padding: .4em;
    text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
    padding: .4em 1em .4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text {
    padding: .4em 2.1em .4em 1em;
}

.ui-button-text-icons .ui-button-text {
    padding-left: 2.1em;
    padding-right: 2.1em;
}

input.ui-button {
    padding: .4em 1em;
}

.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
    position: absolute;
    top: 50%;
    margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
    left: 50%;
    margin-left: -8px;
}

.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary {
    left: .5em;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
    right: .5em;
}

.ui-buttonset {
    margin-right: 7px;
}

    .ui-buttonset .ui-button {
        margin-left: 0;
        margin-right: -.3em;
    }

input.ui-button::-moz-focus-inner, button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}

    .ui-datepicker .ui-datepicker-header {
        position: relative;
        padding: .2em 0;
    }

    .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
        position: absolute;
        top: 2px;
        width: 1.8em;
        height: 1.8em;
    }

    .ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
        top: 1px;
    }

    .ui-datepicker .ui-datepicker-prev {
        left: 2px;
    }

    .ui-datepicker .ui-datepicker-next {
        right: 2px;
    }

    .ui-datepicker .ui-datepicker-prev-hover {
        left: 1px;
    }

    .ui-datepicker .ui-datepicker-next-hover {
        right: 1px;
    }

    .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
        display: block;
        position: absolute;
        left: 50%;
        margin-left: -8px;
        top: 50%;
        margin-top: -8px;
    }

    .ui-datepicker .ui-datepicker-title {
        margin: 0 2.3em;
        line-height: 1.8em;
        text-align: center;
    }

        .ui-datepicker .ui-datepicker-title select {
            font-size: 1em;
            margin: 1px 0;
        }

    .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
        width: 45%;
    }

    .ui-datepicker table {
        width: 100%;
        font-size: .9em;
        border-collapse: collapse;
        margin: 0 0 .4em;
    }

    .ui-datepicker th {
        padding: .7em .3em;
        text-align: center;
        font-weight: bold;
        border: 0;
    }

    .ui-datepicker td {
        border: 0;
        padding: 1px;
    }

        .ui-datepicker td span, .ui-datepicker td a {
            display: block;
            padding: .2em;
            text-align: right;
            text-decoration: none;
        }

    .ui-datepicker .ui-datepicker-buttonpane {
        background-image: none;
        margin: .7em 0 0 0;
        padding: 0 .2em;
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
    }

        .ui-datepicker .ui-datepicker-buttonpane button {
            float: right;
            margin: .5em .2em .4em;
            cursor: pointer;
            padding: .2em .6em .3em .6em;
            width: auto;
            overflow: visible;
        }

            .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
                float: left;
            }

    .ui-datepicker.ui-datepicker-multi {
        width: auto;
    }

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

    .ui-datepicker-multi .ui-datepicker-group table {
        width: 95%;
        margin: 0 auto .4em;
    }

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

.ui-datepicker-rtl {
    direction: rtl;
}

    .ui-datepicker-rtl .ui-datepicker-prev {
        right: 2px;
        left: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-next {
        left: 2px;
        right: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-prev:hover {
        right: 1px;
        left: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-next:hover {
        left: 1px;
        right: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-buttonpane {
        clear: right;
    }

        .ui-datepicker-rtl .ui-datepicker-buttonpane button {
            float: left;
        }

            .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
                float: right;
            }

    .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
        border-right-width: 0;
        border-left-width: 1px;
    }

.ui-dialog {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0;
}

    .ui-dialog .ui-dialog-titlebar {
        padding: .4em 1em;
        position: relative;
    }

    .ui-dialog .ui-dialog-title {
        float: left;
        margin: .1em 0;
        white-space: nowrap;
        width: 90%;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .ui-dialog .ui-dialog-titlebar-close {
        position: absolute;
        right: .3em;
        top: 50%;
        width: 20px;
        margin: -10px 0 0 0;
        padding: 1px;
        height: 20px;
    }

    .ui-dialog .ui-dialog-content {
        position: relative;
        border: 0;
        padding: .5em 1em;
        background: none;
        overflow: auto;
    }

    .ui-dialog .ui-dialog-buttonpane {
        text-align: left;
        border-width: 1px 0 0 0;
        background-image: none;
        margin-top: .5em;
        padding: .3em 1em .5em .4em;
    }

        .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
            float: right;
        }

        .ui-dialog .ui-dialog-buttonpane button {
            margin: .5em .4em .5em 0;
            cursor: pointer;
        }

    .ui-dialog .ui-resizable-se {
        width: 12px;
        height: 12px;
        right: -5px;
        bottom: -5px;
        background-position: 16px 16px;
    }

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: none;
}

    .ui-menu .ui-menu {
        position: absolute;
    }

    .ui-menu .ui-menu-item {
        position: relative;
        margin: 0;
        padding: 3px 1em 3px .4em;
        cursor: pointer;
        min-height: 0;
        list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
    }

    .ui-menu .ui-menu-divider {
        margin: 5px 0;
        height: 0;
        font-size: 0;
        line-height: 0;
        border-width: 1px 0 0 0;
    }

    .ui-menu .ui-state-focus, .ui-menu .ui-state-active {
        margin: -1px;
    }

.ui-menu-icons {
    position: relative;
}

    .ui-menu-icons .ui-menu-item {
        padding-left: 2em;
    }

.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0;
}

.ui-menu .ui-menu-icon {
    left: auto;
    right: 0;
}

.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden;
}

    .ui-progressbar .ui-progressbar-value {
        margin: -1px;
        height: 100%;
    }

    .ui-progressbar .ui-progressbar-overlay {
        background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
        height: 100%;
        filter: alpha(opacity=25);
        opacity: 0.25;
    }

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none;
}

.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

    .ui-selectmenu-menu .ui-menu {
        overflow: auto;
        overflow-x: hidden;
        padding-bottom: 1px;
    }

        .ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
            font-size: 1em;
            font-weight: bold;
            line-height: 1.5;
            padding: 2px 0.4em;
            margin: 0.5em 0 0 0;
            height: auto;
            border: 0;
        }

.ui-selectmenu-open {
    display: block;
}

.ui-selectmenu-button {
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    cursor: pointer;
}

    .ui-selectmenu-button span.ui-icon {
        right: 0.5em;
        left: auto;
        margin-top: -8px;
        position: absolute;
        top: 50%;
    }

    .ui-selectmenu-button span.ui-selectmenu-text {
        text-align: left;
        padding: 0.4em 2.1em 0.4em 1em;
        display: block;
        line-height: 1.4;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.ui-slider {
    position: relative;
    text-align: left;
}

    .ui-slider .ui-slider-handle {
        position: absolute;
        z-index: 2;
        width: 1.2em;
        height: 1.2em;
        cursor: default;
        -ms-touch-action: none;
        touch-action: none;
    }

    .ui-slider .ui-slider-range {
        position: absolute;
        z-index: 1;
        font-size: .7em;
        display: block;
        border: 0;
        background-position: 0 0;
    }

    .ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
        filter: inherit;
    }

.ui-slider-horizontal {
    height: .8em;
}

    .ui-slider-horizontal .ui-slider-handle {
        top: -.3em;
        margin-left: -.6em;
    }

    .ui-slider-horizontal .ui-slider-range {
        top: 0;
        height: 100%;
    }

    .ui-slider-horizontal .ui-slider-range-min {
        left: 0;
    }

    .ui-slider-horizontal .ui-slider-range-max {
        right: 0;
    }

.ui-slider-vertical {
    width: .8em;
    height: 100px;
}

    .ui-slider-vertical .ui-slider-handle {
        left: -.3em;
        margin-left: 0;
        margin-bottom: -.6em;
    }

    .ui-slider-vertical .ui-slider-range {
        left: 0;
        width: 100%;
    }

    .ui-slider-vertical .ui-slider-range-min {
        bottom: 0;
    }

    .ui-slider-vertical .ui-slider-range-max {
        top: 0;
    }

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
}

.ui-spinner-input {
    border: none;
    background: none;
    color: inherit;
    padding: 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 22px;
}

.ui-spinner-button {
    width: 16px;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0;
}

.ui-spinner a.ui-spinner-button {
    border-top: none;
    border-bottom: none;
    border-right: none;
}

.ui-spinner .ui-icon {
    position: absolute;
    margin-top: -8px;
    top: 50%;
    left: 0;
}

.ui-spinner-up {
    top: 0;
}

.ui-spinner-down {
    bottom: 0;
}

.ui-spinner .ui-icon-triangle-1-s {
    background-position: -65px -16px;
}

.ui-tabs {
    position: relative;
    padding: .2em;
}

    .ui-tabs .ui-tabs-nav {
        margin: 0;
        padding: .2em .2em 0;
    }

        .ui-tabs .ui-tabs-nav li {
            list-style: none;
            float: left;
            position: relative;
            top: 0;
            margin: 1px .2em 0 0;
            border-bottom-width: 0;
            padding: 0;
            white-space: nowrap;
        }

        .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
            float: left;
            padding: .5em 1em;
            text-decoration: none;
        }

        .ui-tabs .ui-tabs-nav li.ui-tabs-active {
            margin-bottom: -1px;
            padding-bottom: 1px;
        }

            .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
                cursor: text;
            }

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none;
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    -webkit-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa;
}

body .ui-tooltip {
    border-width: 2px;
}

.sep .ui-widget {
    font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
    font-size: 1.1em;
}

    .sep .ui-widget .ui-widget {
        font-size: 1em;
    }

    .sep .ui-widget input, .sep .ui-widget select, .sep .ui-widget textarea, .sep .ui-widget button {
        font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
        font-size: 1em;
    }

.sep .ui-widget-content {
    border: 1px solid #ddd;
    background: #eee url("images/ui-bg_highlight-soft_100_eeeeee_1x100.png") 50% top repeat-x;
    color: #333;
}

    .sep .ui-widget-content a {
        color: #333;
    }

.sep .ui-widget-header {
    border: 1px solid #e78f08;
    background: #f6a828 url("images/ui-bg_gloss-wave_35_f6a828_500x100.png") 50% 50% repeat-x;
    color: #fff;
    font-weight: bold;
}

    .sep .ui-widget-header a {
        color: #fff;
    }

    .sep .ui-state-default, .sep .ui-widget-content .ui-state-default, .sep .ui-widget-header .ui-state-default {
        border: 1px solid #ccc;
        background: #f6f6f6 url("images/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x;
        font-weight: bold;
        color: #1c94c4;
    }

        .sep .ui-state-default a, .sep .ui-state-default a:link, .sep .ui-state-default a:visited {
            color: #1c94c4;
            text-decoration: none;
        }

    .sep .ui-state-hover, .sep .ui-widget-content .ui-state-hover, .sep .ui-widget-header .ui-state-hover, .sep .ui-state-focus, .sep .ui-widget-content .ui-state-focus, .sep .ui-widget-header .ui-state-focus {
        border: 1px solid #fbcb09;
        background: #fdf5ce url("images/ui-bg_glass_100_fdf5ce_1x400.png") 50% 50% repeat-x;
        font-weight: bold;
        color: #c77405;
    }

        .sep .ui-state-hover a, .sep .ui-state-hover a:hover, .sep .ui-state-hover a:link, .sep .ui-state-hover a:visited, .sep .ui-state-focus a, .sep .ui-state-focus a:hover, .sep .ui-state-focus a:link, .sep .ui-state-focus a:visited {
            color: #c77405;
            text-decoration: none;
        }

    .sep .ui-state-active, .sep .ui-widget-content .ui-state-active, .sep .ui-widget-header .ui-state-active {
        border: 1px solid #fbd850;
        background: #fff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
        font-weight: bold;
        color: #eb8f00;
    }

        .sep .ui-state-active a, .sep .ui-state-active a:link, .sep .ui-state-active a:visited {
            color: #eb8f00;
            text-decoration: none;
        }

    .sep .ui-state-highlight, .sep .ui-widget-content .ui-state-highlight, .sep .ui-widget-header .ui-state-highlight {
        border: 1px solid #fed22f;
        background: #ffe45c url("images/ui-bg_highlight-soft_75_ffe45c_1x100.png") 50% top repeat-x;
        color: #363636;
    }

        .sep .ui-state-highlight a, .sep .ui-widget-content .ui-state-highlight a, .sep .ui-widget-header .ui-state-highlight a {
            color: #363636;
        }

    .sep .ui-state-error, .sep .ui-widget-content .ui-state-error, .sep .ui-widget-header .ui-state-error {
        border: 1px solid #cd0a0a;
        background: #b81900 url("images/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% repeat;
        color: #fff;
    }

        .sep .ui-state-error a, .sep .ui-widget-content .ui-state-error a, .sep .ui-widget-header .ui-state-error a {
            color: #fff;
        }

    .sep .ui-state-error-text, .sep .ui-widget-content .ui-state-error-text, .sep .ui-widget-header .ui-state-error-text {
        color: #fff;
    }

    .sep .ui-priority-primary, .sep .ui-widget-content .ui-priority-primary, .sep .ui-widget-header .ui-priority-primary {
        font-weight: bold;
    }

    .sep .ui-priority-secondary, .sep .ui-widget-content .ui-priority-secondary, .sep .ui-widget-header .ui-priority-secondary {
        opacity: .7;
        filter: Alpha(Opacity=70);
        font-weight: normal;
    }

    .sep .ui-state-disabled, .sep .ui-widget-content .ui-state-disabled, .sep .ui-widget-header .ui-state-disabled {
        opacity: .35;
        filter: Alpha(Opacity=35);
        background-image: none;
    }

        .sep .ui-state-disabled .ui-icon {
            filter: Alpha(Opacity=35);
        }

.sep .ui-icon {
    width: 16px;
    height: 16px;
}

.sep .ui-icon, .sep .ui-widget-content .ui-icon {
    background-image: url("images/ui-icons_222222_256x240.png");
}

.sep .ui-widget-header .ui-icon {
    background-image: url("images/ui-icons_ffffff_256x240.png");
}

.sep .ui-state-default .ui-icon {
    background-image: url("images/ui-icons_ef8c08_256x240.png");
}

.sep .ui-state-hover .ui-icon, .sep .ui-state-focus .ui-icon {
    background-image: url("images/ui-icons_ef8c08_256x240.png");
}

.sep .ui-state-active .ui-icon {
    background-image: url("images/ui-icons_ef8c08_256x240.png");
}

.sep .ui-state-highlight .ui-icon {
    background-image: url("images/ui-icons_228ef1_256x240.png");
}

.sep .ui-state-error .ui-icon, .sep .ui-state-error-text .ui-icon {
    background-image: url("images/ui-icons_ffd27a_256x240.png");
}

.sep .ui-icon-blank {
    background-position: 16px 16px;
}

.sep .ui-icon-carat-1-n {
    background-position: 0 0;
}

.sep .ui-icon-carat-1-ne {
    background-position: -16px 0;
}

.sep .ui-icon-carat-1-e {
    background-position: -32px 0;
}

.sep .ui-icon-carat-1-se {
    background-position: -48px 0;
}

.sep .ui-icon-carat-1-s {
    background-position: -64px 0;
}

.sep .ui-icon-carat-1-sw {
    background-position: -80px 0;
}

.sep .ui-icon-carat-1-w {
    background-position: -96px 0;
}

.sep .ui-icon-carat-1-nw {
    background-position: -112px 0;
}

.sep .ui-icon-carat-2-n-s {
    background-position: -128px 0;
}

.sep .ui-icon-carat-2-e-w {
    background-position: -144px 0;
}

.sep .ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.sep .ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.sep .ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.sep .ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.sep .ui-icon-triangle-1-s {
    background-position: -64px -16px;
}

.sep .ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.sep .ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.sep .ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.sep .ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.sep .ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.sep .ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.sep .ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.sep .ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.sep .ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.sep .ui-icon-arrow-1-s {
    background-position: -64px -32px;
}

.sep .ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.sep .ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.sep .ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.sep .ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.sep .ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.sep .ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.sep .ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.sep .ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.sep .ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.sep .ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.sep .ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.sep .ui-icon-arrowthick-1-n {
    background-position: 0 -48px;
}

.sep .ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.sep .ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.sep .ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.sep .ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.sep .ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.sep .ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.sep .ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.sep .ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.sep .ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.sep .ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.sep .ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.sep .ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.sep .ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.sep .ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.sep .ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.sep .ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.sep .ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.sep .ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.sep .ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.sep .ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.sep .ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.sep .ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.sep .ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.sep .ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.sep .ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.sep .ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.sep .ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.sep .ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.sep .ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.sep .ui-icon-extlink {
    background-position: -32px -80px;
}

.sep .ui-icon-newwin {
    background-position: -48px -80px;
}

.sep .ui-icon-refresh {
    background-position: -64px -80px;
}

.sep .ui-icon-shuffle {
    background-position: -80px -80px;
}

.sep .ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.sep .ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.sep .ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.sep .ui-icon-folder-open {
    background-position: -16px -96px;
}

.sep .ui-icon-document {
    background-position: -32px -96px;
}

.sep .ui-icon-document-b {
    background-position: -48px -96px;
}

.sep .ui-icon-note {
    background-position: -64px -96px;
}

.sep .ui-icon-mail-closed {
    background-position: -80px -96px;
}

.sep .ui-icon-mail-open {
    background-position: -96px -96px;
}

.sep .ui-icon-suitcase {
    background-position: -112px -96px;
}

.sep .ui-icon-comment {
    background-position: -128px -96px;
}

.sep .ui-icon-person {
    background-position: -144px -96px;
}

.sep .ui-icon-print {
    background-position: -160px -96px;
}

.sep .ui-icon-trash {
    background-position: -176px -96px;
}

.sep .ui-icon-locked {
    background-position: -192px -96px;
}

.sep .ui-icon-unlocked {
    background-position: -208px -96px;
}

.sep .ui-icon-bookmark {
    background-position: -224px -96px;
}

.sep .ui-icon-tag {
    background-position: -240px -96px;
}

.sep .ui-icon-home {
    background-position: 0 -112px;
}

.sep .ui-icon-flag {
    background-position: -16px -112px;
}

.sep .ui-icon-calendar {
    background-position: -32px -112px;
}

.sep .ui-icon-cart {
    background-position: -48px -112px;
}

.sep .ui-icon-pencil {
    background-position: -64px -112px;
}

.sep .ui-icon-clock {
    background-position: -80px -112px;
}

.sep .ui-icon-disk {
    background-position: -96px -112px;
}

.sep .ui-icon-calculator {
    background-position: -112px -112px;
}

.sep .ui-icon-zoomin {
    background-position: -128px -112px;
}

.sep .ui-icon-zoomout {
    background-position: -144px -112px;
}

.sep .ui-icon-search {
    background-position: -160px -112px;
}

.sep .ui-icon-wrench {
    background-position: -176px -112px;
}

.sep .ui-icon-gear {
    background-position: -192px -112px;
}

.sep .ui-icon-heart {
    background-position: -208px -112px;
}

.sep .ui-icon-star {
    background-position: -224px -112px;
}

.sep .ui-icon-link {
    background-position: -240px -112px;
}

.sep .ui-icon-cancel {
    background-position: 0 -128px;
}

.sep .ui-icon-plus {
    background-position: -16px -128px;
}

.sep .ui-icon-plusthick {
    background-position: -32px -128px;
}

.sep .ui-icon-minus {
    background-position: -48px -128px;
}

.sep .ui-icon-minusthick {
    background-position: -64px -128px;
}

.sep .ui-icon-close {
    background-position: -80px -128px;
}

.sep .ui-icon-closethick {
    background-position: -96px -128px;
}

.sep .ui-icon-key {
    background-position: -112px -128px;
}

.sep .ui-icon-lightbulb {
    background-position: -128px -128px;
}

.sep .ui-icon-scissors {
    background-position: -144px -128px;
}

.sep .ui-icon-clipboard {
    background-position: -160px -128px;
}

.sep .ui-icon-copy {
    background-position: -176px -128px;
}

.sep .ui-icon-contact {
    background-position: -192px -128px;
}

.sep .ui-icon-image {
    background-position: -208px -128px;
}

.sep .ui-icon-video {
    background-position: -224px -128px;
}

.sep .ui-icon-script {
    background-position: -240px -128px;
}

.sep .ui-icon-alert {
    background-position: 0 -144px;
}

.sep .ui-icon-info {
    background-position: -16px -144px;
}

.sep .ui-icon-notice {
    background-position: -32px -144px;
}

.sep .ui-icon-help {
    background-position: -48px -144px;
}

.sep .ui-icon-check {
    background-position: -64px -144px;
}

.sep .ui-icon-bullet {
    background-position: -80px -144px;
}

.sep .ui-icon-radio-on {
    background-position: -96px -144px;
}

.sep .ui-icon-radio-off {
    background-position: -112px -144px;
}

.sep .ui-icon-pin-w {
    background-position: -128px -144px;
}

.sep .ui-icon-pin-s {
    background-position: -144px -144px;
}

.sep .ui-icon-play {
    background-position: 0 -160px;
}

.sep .ui-icon-pause {
    background-position: -16px -160px;
}

.sep .ui-icon-seek-next {
    background-position: -32px -160px;
}

.sep .ui-icon-seek-prev {
    background-position: -48px -160px;
}

.sep .ui-icon-seek-end {
    background-position: -64px -160px;
}

.sep .ui-icon-seek-start {
    background-position: -80px -160px;
}

.sep .ui-icon-seek-first {
    background-position: -80px -160px;
}

.sep .ui-icon-stop {
    background-position: -96px -160px;
}

.sep .ui-icon-eject {
    background-position: -112px -160px;
}

.sep .ui-icon-volume-off {
    background-position: -128px -160px;
}

.sep .ui-icon-volume-on {
    background-position: -144px -160px;
}

.sep .ui-icon-power {
    background-position: 0 -176px;
}

.sep .ui-icon-signal-diag {
    background-position: -16px -176px;
}

.sep .ui-icon-signal {
    background-position: -32px -176px;
}

.sep .ui-icon-battery-0 {
    background-position: -48px -176px;
}

.sep .ui-icon-battery-1 {
    background-position: -64px -176px;
}

.sep .ui-icon-battery-2 {
    background-position: -80px -176px;
}

.sep .ui-icon-battery-3 {
    background-position: -96px -176px;
}

.sep .ui-icon-circle-plus {
    background-position: 0 -192px;
}

.sep .ui-icon-circle-minus {
    background-position: -16px -192px;
}

.sep .ui-icon-circle-close {
    background-position: -32px -192px;
}

.sep .ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.sep .ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.sep .ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.sep .ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.sep .ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.sep .ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.sep .ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.sep .ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.sep .ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.sep .ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.sep .ui-icon-circle-check {
    background-position: -208px -192px;
}

.sep .ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.sep .ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.sep .ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.sep .ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.sep .ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.sep .ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.sep .ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.sep .ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.sep .ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.sep .ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.sep .ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.sep .ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}

.sep .ui-corner-all, .sep .ui-corner-top, .sep .ui-corner-left, .sep .ui-corner-tl {
    border-top-left-radius: 4px;
}

.sep .ui-corner-all, .sep .ui-corner-top, .sep .ui-corner-right, .sep .ui-corner-tr {
    border-top-right-radius: 4px;
}

.sep .ui-corner-all, .sep .ui-corner-bottom, .sep .ui-corner-left, .sep .ui-corner-bl {
    border-bottom-left-radius: 4px;
}

.sep .ui-corner-all, .sep .ui-corner-bottom, .sep .ui-corner-right, .sep .ui-corner-br {
    border-bottom-right-radius: 4px;
}

.sep .ui-widget-overlay {
    background: #666 url("images/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat;
    opacity: .5;
    filter: Alpha(Opacity=50);
}

.sep .ui-widget-shadow {
    margin: -5px 0 0 -5px;
    padding: 5px;
    background: #000 url("images/ui-bg_flat_10_000000_40x100.png") 50% 50% repeat-x;
    opacity: .2;
    filter: Alpha(Opacity=20);
    border-radius: 5px;
}

/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */ @font-face {
    font-family: 'FontAwesome';
    src: url('/font/awesome/fonts/fontawesome-webfont.eot?v=4.3.0');
    src: url('/font/awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'),url('/font/awesome/fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'),url('/font/awesome/fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'),url('/font/awesome/fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'),url('/font/awesome/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571429em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}

    .fa-ul > li {
        position: relative;
    }

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center;
}

    .fa-li.fa-lg {
        left: -1.85714286em;
    }

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: .3em;
}

.fa.pull-right {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
    filter: none;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #fff;
}

.fa-glass:before {
    content: "\f000";
}

.fa-music:before {
    content: "\f001";
}

.fa-search:before {
    content: "\f002";
}

.fa-envelope-o:before {
    content: "\f003";
}

.fa-heart:before {
    content: "\f004";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-o:before {
    content: "\f006";
}

.fa-user:before {
    content: "\f007";
}

.fa-film:before {
    content: "\f008";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-check:before {
    content: "\f00c";
}

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-signal:before {
    content: "\f012";
}

.fa-gear:before, .fa-cog:before {
    content: "\f013";
}

.fa-trash-o:before {
    content: "\f014";
}

.fa-home:before {
    content: "\f015";
}

.fa-file-o:before {
    content: "\f016";
}

.fa-clock-o:before {
    content: "\f017";
}

.fa-road:before {
    content: "\f018";
}

.fa-download:before {
    content: "\f019";
}

.fa-arrow-circle-o-down:before {
    content: "\f01a";
}

.fa-arrow-circle-o-up:before {
    content: "\f01b";
}

.fa-inbox:before {
    content: "\f01c";
}

.fa-play-circle-o:before {
    content: "\f01d";
}

.fa-rotate-right:before, .fa-repeat:before {
    content: "\f01e";
}

.fa-refresh:before {
    content: "\f021";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-lock:before {
    content: "\f023";
}

.fa-flag:before {
    content: "\f024";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-print:before {
    content: "\f02f";
}

.fa-camera:before {
    content: "\f030";
}

.fa-font:before {
    content: "\f031";
}

.fa-bold:before {
    content: "\f032";
}

.fa-italic:before {
    content: "\f033";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-list:before {
    content: "\f03a";
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b";
}

.fa-indent:before {
    content: "\f03c";
}

.fa-video-camera:before {
    content: "\f03d";
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: "\f03e";
}

.fa-pencil:before {
    content: "\f040";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-tint:before {
    content: "\f043";
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044";
}

.fa-share-square-o:before {
    content: "\f045";
}

.fa-check-square-o:before {
    content: "\f046";
}

.fa-arrows:before {
    content: "\f047";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-play:before {
    content: "\f04b";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-eject:before {
    content: "\f052";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-times-circle-o:before {
    content: "\f05c";
}

.fa-check-circle-o:before {
    content: "\f05d";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064";
}

.fa-expand:before {
    content: "\f065";
}

.fa-compress:before {
    content: "\f066";
}

.fa-plus:before {
    content: "\f067";
}

.fa-minus:before {
    content: "\f068";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-warning:before, .fa-exclamation-triangle:before {
    content: "\f071";
}

.fa-plane:before {
    content: "\f072";
}

.fa-calendar:before {
    content: "\f073";
}

.fa-random:before {
    content: "\f074";
}

.fa-comment:before {
    content: "\f075";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-arrows-v:before {
    content: "\f07d";
}

.fa-arrows-h:before {
    content: "\f07e";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-key:before {
    content: "\f084";
}

.fa-gears:before, .fa-cogs:before {
    content: "\f085";
}

.fa-comments:before {
    content: "\f086";
}

.fa-thumbs-o-up:before {
    content: "\f087";
}

.fa-thumbs-o-down:before {
    content: "\f088";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-heart-o:before {
    content: "\f08a";
}

.fa-sign-out:before {
    content: "\f08b";
}

.fa-linkedin-square:before {
    content: "\f08c";
}

.fa-thumb-tack:before {
    content: "\f08d";
}

.fa-external-link:before {
    content: "\f08e";
}

.fa-sign-in:before {
    content: "\f090";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-upload:before {
    content: "\f093";
}

.fa-lemon-o:before {
    content: "\f094";
}

.fa-phone:before {
    content: "\f095";
}

.fa-square-o:before {
    content: "\f096";
}

.fa-bookmark-o:before {
    content: "\f097";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a";
}

.fa-github:before {
    content: "\f09b";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-rss:before {
    content: "\f09e";
}

.fa-hdd-o:before {
    content: "\f0a0";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-hand-o-right:before {
    content: "\f0a4";
}

.fa-hand-o-left:before {
    content: "\f0a5";
}

.fa-hand-o-up:before {
    content: "\f0a6";
}

.fa-hand-o-down:before {
    content: "\f0a7";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-group:before, .fa-users:before {
    content: "\f0c0";
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4";
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-save:before, .fa-floppy-o:before {
    content: "\f0c7";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-plus:before {
    content: "\f0d5";
}

.fa-money:before {
    content: "\f0d6";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-unsorted:before, .fa-sort:before {
    content: "\f0dc";
}

.fa-sort-down:before, .fa-sort-desc:before {
    content: "\f0dd";
}

.fa-sort-up:before, .fa-sort-asc:before {
    content: "\f0de";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2";
}

.fa-legal:before, .fa-gavel:before {
    content: "\f0e3";
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4";
}

.fa-comment-o:before {
    content: "\f0e5";
}

.fa-comments-o:before {
    content: "\f0e6";
}

.fa-flash:before, .fa-bolt:before {
    content: "\f0e7";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-paste:before, .fa-clipboard:before {
    content: "\f0ea";
}

.fa-lightbulb-o:before {
    content: "\f0eb";
}

.fa-exchange:before {
    content: "\f0ec";
}

.fa-cloud-download:before {
    content: "\f0ed";
}

.fa-cloud-upload:before {
    content: "\f0ee";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-bell-o:before {
    content: "\f0a2";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cutlery:before {
    content: "\f0f5";
}

.fa-file-text-o:before {
    content: "\f0f6";
}

.fa-building-o:before {
    content: "\f0f7";
}

.fa-hospital-o:before {
    content: "\f0f8";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b";
}

.fa-circle-o:before {
    content: "\f10c";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-circle:before {
    content: "\f111";
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-folder-o:before {
    content: "\f114";
}

.fa-folder-open-o:before {
    content: "\f115";
}

.fa-smile-o:before {
    content: "\f118";
}

.fa-frown-o:before {
    content: "\f119";
}

.fa-meh-o:before {
    content: "\f11a";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-keyboard-o:before {
    content: "\f11c";
}

.fa-flag-o:before {
    content: "\f11d";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-code:before {
    content: "\f121";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-crop:before {
    content: "\f125";
}

.fa-code-fork:before {
    content: "\f126";
}

.fa-unlink:before, .fa-chain-broken:before {
    content: "\f127";
}

.fa-question:before {
    content: "\f128";
}

.fa-info:before {
    content: "\f129";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-shield:before {
    content: "\f132";
}

.fa-calendar-o:before {
    content: "\f133";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-ticket:before {
    content: "\f145";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-minus-square-o:before {
    content: "\f147";
}

.fa-level-up:before {
    content: "\f148";
}

.fa-level-down:before {
    content: "\f149";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-pencil-square:before {
    content: "\f14b";
}

.fa-external-link-square:before {
    content: "\f14c";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: "\f150";
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: "\f151";
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: "\f152";
}

.fa-euro:before, .fa-eur:before {
    content: "\f153";
}

.fa-gbp:before {
    content: "\f154";
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155";
}

.fa-rupee:before, .fa-inr:before {
    content: "\f156";
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: "\f157";
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "\f158";
}

.fa-won:before, .fa-krw:before {
    content: "\f159";
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-text:before {
    content: "\f15c";
}

.fa-sort-alpha-asc:before {
    content: "\f15d";
}

.fa-sort-alpha-desc:before {
    content: "\f15e";
}

.fa-sort-amount-asc:before {
    content: "\f160";
}

.fa-sort-amount-desc:before {
    content: "\f161";
}

.fa-sort-numeric-asc:before {
    content: "\f162";
}

.fa-sort-numeric-desc:before {
    content: "\f163";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-youtube-square:before {
    content: "\f166";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-youtube-play:before {
    content: "\f16a";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-adn:before {
    content: "\f170";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitbucket-square:before {
    content: "\f172";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-long-arrow-down:before {
    content: "\f175";
}

.fa-long-arrow-up:before {
    content: "\f176";
}

.fa-long-arrow-left:before {
    content: "\f177";
}

.fa-long-arrow-right:before {
    content: "\f178";
}

.fa-apple:before {
    content: "\f179";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-android:before {
    content: "\f17b";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-trello:before {
    content: "\f181";
}

.fa-female:before {
    content: "\f182";
}

.fa-male:before {
    content: "\f183";
}

.fa-gittip:before, .fa-gratipay:before {
    content: "\f184";
}

.fa-sun-o:before {
    content: "\f185";
}

.fa-moon-o:before {
    content: "\f186";
}

.fa-archive:before {
    content: "\f187";
}

.fa-bug:before {
    content: "\f188";
}

.fa-vk:before {
    content: "\f189";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-arrow-circle-o-right:before {
    content: "\f18e";
}

.fa-arrow-circle-o-left:before {
    content: "\f190";
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: "\f191";
}

.fa-dot-circle-o:before {
    content: "\f192";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-turkish-lira:before, .fa-try:before {
    content: "\f195";
}

.fa-plus-square-o:before {
    content: "\f196";
}

.fa-space-shuttle:before {
    content: "\f197";
}

.fa-slack:before {
    content: "\f198";
}

.fa-envelope-square:before {
    content: "\f199";
}

.fa-wordpress:before {
    content: "\f19a";
}

.fa-openid:before {
    content: "\f19b";
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: "\f19c";
}

.fa-mortar-board:before, .fa-graduation-cap:before {
    content: "\f19d";
}

.fa-yahoo:before {
    content: "\f19e";
}

.fa-google:before {
    content: "\f1a0";
}

.fa-reddit:before {
    content: "\f1a1";
}

.fa-reddit-square:before {
    content: "\f1a2";
}

.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

.fa-stumbleupon:before {
    content: "\f1a4";
}

.fa-delicious:before {
    content: "\f1a5";
}

.fa-digg:before {
    content: "\f1a6";
}

.fa-pied-piper:before {
    content: "\f1a7";
}

.fa-pied-piper-alt:before {
    content: "\f1a8";
}

.fa-drupal:before {
    content: "\f1a9";
}

.fa-joomla:before {
    content: "\f1aa";
}

.fa-language:before {
    content: "\f1ab";
}

.fa-fax:before {
    content: "\f1ac";
}

.fa-building:before {
    content: "\f1ad";
}

.fa-child:before {
    content: "\f1ae";
}

.fa-paw:before {
    content: "\f1b0";
}

.fa-spoon:before {
    content: "\f1b1";
}

.fa-cube:before {
    content: "\f1b2";
}

.fa-cubes:before {
    content: "\f1b3";
}

.fa-behance:before {
    content: "\f1b4";
}

.fa-behance-square:before {
    content: "\f1b5";
}

.fa-steam:before {
    content: "\f1b6";
}

.fa-steam-square:before {
    content: "\f1b7";
}

.fa-recycle:before {
    content: "\f1b8";
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9";
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba";
}

.fa-tree:before {
    content: "\f1bb";
}

.fa-spotify:before {
    content: "\f1bc";
}

.fa-deviantart:before {
    content: "\f1bd";
}

.fa-soundcloud:before {
    content: "\f1be";
}

.fa-database:before {
    content: "\f1c0";
}

.fa-file-pdf-o:before {
    content: "\f1c1";
}

.fa-file-word-o:before {
    content: "\f1c2";
}

.fa-file-excel-o:before {
    content: "\f1c3";
}

.fa-file-powerpoint-o:before {
    content: "\f1c4";
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: "\f1c5";
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: "\f1c6";
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: "\f1c7";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8";
}

.fa-file-code-o:before {
    content: "\f1c9";
}

.fa-vine:before {
    content: "\f1ca";
}

.fa-codepen:before {
    content: "\f1cb";
}

.fa-jsfiddle:before {
    content: "\f1cc";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: "\f1cd";
}

.fa-circle-o-notch:before {
    content: "\f1ce";
}

.fa-ra:before, .fa-rebel:before {
    content: "\f1d0";
}

.fa-ge:before, .fa-empire:before {
    content: "\f1d1";
}

.fa-git-square:before {
    content: "\f1d2";
}

.fa-git:before {
    content: "\f1d3";
}

.fa-hacker-news:before {
    content: "\f1d4";
}

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7";
}

.fa-send:before, .fa-paper-plane:before {
    content: "\f1d8";
}

.fa-send-o:before, .fa-paper-plane-o:before {
    content: "\f1d9";
}

.fa-history:before {
    content: "\f1da";
}

.fa-genderless:before, .fa-circle-thin:before {
    content: "\f1db";
}

.fa-header:before {
    content: "\f1dc";
}

.fa-paragraph:before {
    content: "\f1dd";
}

.fa-sliders:before {
    content: "\f1de";
}

.fa-share-alt:before {
    content: "\f1e0";
}

.fa-share-alt-square:before {
    content: "\f1e1";
}

.fa-bomb:before {
    content: "\f1e2";
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: "\f1e3";
}

.fa-tty:before {
    content: "\f1e4";
}

.fa-binoculars:before {
    content: "\f1e5";
}

.fa-plug:before {
    content: "\f1e6";
}

.fa-slideshare:before {
    content: "\f1e7";
}

.fa-twitch:before {
    content: "\f1e8";
}

.fa-yelp:before {
    content: "\f1e9";
}

.fa-newspaper-o:before {
    content: "\f1ea";
}

.fa-wifi:before {
    content: "\f1eb";
}

.fa-calculator:before {
    content: "\f1ec";
}

.fa-paypal:before {
    content: "\f1ed";
}

.fa-google-wallet:before {
    content: "\f1ee";
}

.fa-cc-visa:before {
    content: "\f1f0";
}

.fa-cc-mastercard:before {
    content: "\f1f1";
}

.fa-cc-discover:before {
    content: "\f1f2";
}

.fa-cc-amex:before {
    content: "\f1f3";
}

.fa-cc-paypal:before {
    content: "\f1f4";
}

.fa-cc-stripe:before {
    content: "\f1f5";
}

.fa-bell-slash:before {
    content: "\f1f6";
}

.fa-bell-slash-o:before {
    content: "\f1f7";
}

.fa-trash:before {
    content: "\f1f8";
}

.fa-copyright:before {
    content: "\f1f9";
}

.fa-at:before {
    content: "\f1fa";
}

.fa-eyedropper:before {
    content: "\f1fb";
}

.fa-paint-brush:before {
    content: "\f1fc";
}

.fa-birthday-cake:before {
    content: "\f1fd";
}

.fa-area-chart:before {
    content: "\f1fe";
}

.fa-pie-chart:before {
    content: "\f200";
}

.fa-line-chart:before {
    content: "\f201";
}

.fa-lastfm:before {
    content: "\f202";
}

.fa-lastfm-square:before {
    content: "\f203";
}

.fa-toggle-off:before {
    content: "\f204";
}

.fa-toggle-on:before {
    content: "\f205";
}

.fa-bicycle:before {
    content: "\f206";
}

.fa-bus:before {
    content: "\f207";
}

.fa-ioxhost:before {
    content: "\f208";
}

.fa-angellist:before {
    content: "\f209";
}

.fa-cc:before {
    content: "\f20a";
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: "\f20b";
}

.fa-meanpath:before {
    content: "\f20c";
}

.fa-buysellads:before {
    content: "\f20d";
}

.fa-connectdevelop:before {
    content: "\f20e";
}

.fa-dashcube:before {
    content: "\f210";
}

.fa-forumbee:before {
    content: "\f211";
}

.fa-leanpub:before {
    content: "\f212";
}

.fa-sellsy:before {
    content: "\f213";
}

.fa-shirtsinbulk:before {
    content: "\f214";
}

.fa-simplybuilt:before {
    content: "\f215";
}

.fa-skyatlas:before {
    content: "\f216";
}

.fa-cart-plus:before {
    content: "\f217";
}

.fa-cart-arrow-down:before {
    content: "\f218";
}

.fa-diamond:before {
    content: "\f219";
}

.fa-ship:before {
    content: "\f21a";
}

.fa-user-secret:before {
    content: "\f21b";
}

.fa-motorcycle:before {
    content: "\f21c";
}

.fa-street-view:before {
    content: "\f21d";
}

.fa-heartbeat:before {
    content: "\f21e";
}

.fa-venus:before {
    content: "\f221";
}

.fa-mars:before {
    content: "\f222";
}

.fa-mercury:before {
    content: "\f223";
}

.fa-transgender:before {
    content: "\f224";
}

.fa-transgender-alt:before {
    content: "\f225";
}

.fa-venus-double:before {
    content: "\f226";
}

.fa-mars-double:before {
    content: "\f227";
}

.fa-venus-mars:before {
    content: "\f228";
}

.fa-mars-stroke:before {
    content: "\f229";
}

.fa-mars-stroke-v:before {
    content: "\f22a";
}

.fa-mars-stroke-h:before {
    content: "\f22b";
}

.fa-neuter:before {
    content: "\f22c";
}

.fa-facebook-official:before {
    content: "\f230";
}

.fa-pinterest-p:before {
    content: "\f231";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-server:before {
    content: "\f233";
}

.fa-user-plus:before {
    content: "\f234";
}

.fa-user-times:before {
    content: "\f235";
}

.fa-hotel:before, .fa-bed:before {
    content: "\f236";
}

.fa-viacoin:before {
    content: "\f237";
}

.fa-train:before {
    content: "\f238";
}

.fa-subway:before {
    content: "\f239";
}

.fa-medium:before {
    content: "\f23a";
}
/* Global styles*/

.ck.froala-box:hover, .ckp.froala-box:hover {
    border: 1px dashed red;
}



.saba_tashih {
    background-color: lightgray;
    border: 1px solid lightgray;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 3px lightgray;
    display: block;
    margin: 10px;
    padding: 7px;
    width: 204px;
    text-align: center;
}

    .saba_tashih:hover {
        background-color: White;
    }

    .saba_tashih img {
        vertical-align: middle;
    }

input {
    font-family: inherit;
}

textarea {
    font-family: inherit;
}

.saba_autocomplete_res_image {
    width: 50px;
    float: left;
    margin-right: 6px;
}

.saba_autocomplete_res_title {
    float: left;
    width: 80%;
    font-weight: bold;
}

.saba_autocomplete_res_des {
    float: left;
}

.sep_ratting, .sep_treemenu, .sep_contentMenu, .sep_verticalMenu, .sep_blogArchive, .sep_tagCloud, .sep_stat {
    min-width: 200px;
}

.ServicePrice.saba_serviceUl {
    padding: 0;
    text-align: center;
    width: 100%;
    margin: 0;
}

.saba_searchItem.saba_products td {
    direction: rtl;
}

.ServicePrice.saba_serviceUl > li {
    margin: 10px;
    text-align: right;
    border: 1px solid;
    padding: 5px;
    border-radius: 4px;
    list-style: none;
}
.s_tabs ul{
	padding:0;
}
.s_tabs ul li {
    display:inline-block;
    border: 1px solid;
	margin-bottom: 10px;
}

    .s_tabs ul li.ui-tabs-active {
        background-color: gray;
    }

        .s_tabs ul li.ui-tabs-active a {
            color: white !important;
            width: inherit !important;
        }

.ui-tabs-anchor {
    width: inherit !important;
}

.ui-tabs-panel {
    border: 1px solid !important;
}

.s_accordion .ui-accordion-header {
    background-color: gray;
    color: white;
}

.sep_comment, .sep_comment ul {
    padding-right: 0px;
}

    .sep_comment li {
        border-width: 0 0 1px 0;
        border-style: solid;
        border-color: #ddd;
        list-style: none outside none;
        margin: 10px;
        padding: 10px;
    }

    .sep_comment > li ul > li {
        background-color: rgb(249, 249, 249);
        border-width: 1px 0 0 0;
        margin-left: 0;
    }

    .sep_comment li a.rReply {
        float: left;
    }

.s_accordion .ui-accordion-content {
    border: 1px solid gray !important;
    padding: 10px;
    background-color: white;
}

.green {
    background-color: #82DF7D;
}

.saba_shopCart {
    min-width: 200px;
}

.hide {
    display: none;
}

.saba_editInPlace:hover {
    box-shadow: 0px 0px 3px yellow;
}

#m_overlay {
    background: none repeat scroll 0 0 black;
    bottom: 0;
    height: 200%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 10;
    filter: alpha(opacity = 50);
}
/*
.sep_vit_pagination .page a {
    border: 1px solid;
    border-radius: 4px;
    cursor: pointer;
    display: block;
    float: left;
    margin: 3px;
    min-width: 29px;
    padding: 3px 0;
    text-align: center;
}

.sep_vit_pagination .currentPage a {
    font-weight: bold;
    border: 2px solid;
}
    */

.saba_currentMenu {
    font-weight: bold;
}

.saba_cur {
    font-size: 12px;
    padding: 3px;
}

.saba_slider ul li a img {
    width: 100%;
    height: 100%;
}

a.saba_profile_Save {
    background-image: url("../images/tick2.gif");
    background-position: right center;
    background-repeat: no-repeat;
    border: 1px solid;
    color: green;
    padding: 4px 16px 4px 4px;
}

a.saba_profile_exit {
    background-image: url("../images/cross.gif");
    background-position: right center;
    background-repeat: no-repeat;
    border: 1px solid;
    color: red;
    padding: 4px 16px 4px 4px;
}

.saba_poll_Percent {
    background-color: #dcdcdc;
}

.saba_poll_innPercent {
    background-color: #ace3f9;
    float: left;
}

.saba_tree_curentPage {
    font-weight: bold;
}


a img {
    border: none;
}

.zard {
    background-color: #F6E32F;
}

.evenitem {
    direction: rtl;
    background-color: #85cf7a;
    font-family: "tahoma";
    color: White;
    padding: 10;
    height: 50;
}

.odditem {
    direction: rtl;
    background-color: #6fbe6b;
    font-family: "tahoma";
    color: White;
    padding: 10;
    height: 50;
    border-color: Fuchsia;
}

    .evenitem td, .odditem td {
        padding: 4px 10px;
    }

.evenitem:hover {
    background-color: #f6e32f;
    font-family: "tahoma";
    color: dimgray;
    padding: 10;
    height: 50;
}

.odditem:hover {
    background-color: #f6e32f;
    font-family: "tahoma";
    color: dimgray;
    padding: 10;
    height: 50;
}

.black {
    background-color: #000000;
    box-shadow: 0 0 3px green;
    color: White;
    margin: 23px 0;
    padding: 10px;
}

.saba_totalPrice {
    border-top: 1px dashed lightgray;
    margin-top: 10px;
    padding: 10px 0px 4px;
    color: rgb(133, 207, 122);
    font-size: 20px;
}

.saba_orderStep {
    background-color: lightgray;
    display: block;
    font-weight: bold;
    margin: 11px 0;
    padding: 10px;
}
/* Rating */
.myRating {
    background-image: url(../images/s1.gif);
    width: 20px;
}

    .myRating:hover {
        background-image: url(../images/s2.gif);
        width: 20px;
    }

.ratingStar {
    font-size: 0pt;
    width: 35px;
    height: 35px;
    margin: 0px;
    padding: 0px;
    azimuth: center;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(../images/s2.gif);
    width: 20px;
}

.emptyRatingStar {
    background-image: url(../images/s1.gif);
    width: 20px;
}

.savedRatingStar {
    background-image: url(../images/s1.gif);
    width: 20px;
}
/* end of ratting */

/* facebox */
#facebox .b {
    background: url(../images/b.png);
}

#facebox .tl {
    background: url(../images/tl.png);
}

#facebox .tr {
    background: url(../images/tr.png);
}

#facebox .bl {
    background: url(../images/bl.png);
}

#facebox .br {
    background: url(../images/br.png);
}

#facebox {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    text-align: left;
}

    #facebox .popup {
        position: relative;
        direction: ltr;
    }

    #facebox table {
        border-collapse: collapse;
    }

    #facebox td {
        border-bottom: 0;
        padding: 0;
    }

    #facebox .face_body {
        padding: 10px;
        background: #fff;
        width: 370px;
    }

    #facebox .loading {
        text-align: center;
    }

    #facebox .image {
        text-align: center;
    }

    #facebox img {
        border: 0;
        margin: 0;
    }

    #facebox .face_footer {
        border-top: 1px solid #DDDDDD;
        padding-top: 5px;
        margin-top: 10px;
        text-align: right;
    }

    #facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
        height: 10px;
        width: 10px;
        overflow: hidden;
        padding: 0;
    }

#facebox_overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}

.facebox_hide {
    z-index: -100;
}

.facebox_overlayBG {
    background-color: #000;
    z-index: 99;
}

* html #facebox_overlay { /* ie6 hack */
    position: absolute;
    height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
/* end of face box */
.insertText {
    background-repeat: no-repeat;
    background-position: right 10px;
    float: right;
    cursor: pointer;
    background-image: url(../images/dplus.gif);
    padding: 10px;
    float: right;
    padding-right: 15px;
}

    .insertText:hover {
        background-image: url(../images/plus.gif);
        padding: 10px;
        float: right;
        padding-right: 15px;
    }

    .insertText a {
        text-decoration: underline;
    }

.insertBtn {
    background-repeat: no-repeat;
    background-position: right 3px;
    float: right;
    cursor: pointer;
    background-image: url(../images/dplus.gif);
    padding: 1px 10px 4px 10px;
    float: right;
    padding-right: 15px;
    border: 1px solid lightgray;
    margin: 2px;
    font-size: 11px;
}

    .insertBtn:hover {
        background-image: url(../images/plus.gif);
        background-position: right 2px;
        float: right;
        background-color: #ffffcc;
        border: 1px solid green;
        font-size: 11px;
    }

.newLink {
    background-repeat: no-repeat;
    background-image: url(../images/plus.gif);
    background-position: right 10px;
    float: right;
    cursor: pointer;
    padding-right: 15px;
    padding: 10px;
    padding-right: 20px;
}

    .newLink:hover {
        text-decoration: underline;
    }

.insertLink {
    background-repeat: no-repeat;
    background-position: right -1px;
    cursor: pointer;
    background-image: url(../images/dplus.gif);
    padding: 0px 15px 15px 15px;
    color: #6699CC;
}

    .insertLink:hover {
        background-image: url(../images/plus.gif);
        color: Green;
    }

.saba_tags li {
    background-image: url(../images/tag_blue.png);
    background-position: right 3px;
    background-repeat: no-repeat;
    float: right;
    height: 20px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    padding-left: 11px;
    padding-right: 19px;
}

.saba_ratting a {
    cursor: default;
}

h1 {
    display: inline;
}

h1 {
    display: inline;
    font-size: medium;
}

.ac_results {
    padding: 0px;
    border: 1px solid black;
    background-color: white;
    overflow: hidden;
    z-index: 1000002;
}

    .ac_results ul {
        width: 100%;
        list-style-position: outside;
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .ac_results li {
        margin: 0px;
        padding: 2px 5px;
        cursor: default;
        display: block;
        font: menu;
        font-size: 12px;
        line-height: 16px;
        overflow: hidden;
    }

.ac_loading {
    background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
    background-color: #eee;
}

.ac_over {
    background-color: #0A246A;
    color: white;
}

.saba_paymethod {
    float: right;
    padding: 5px;
    width: 100%;
}

    .saba_paymethod li {
        float: right;
        padding: 10px;
        width: 200px;
        border: 1px solid lightGray;
        background-color: White;
        border-radius: 5px;
        text-align: center;
        width: 114px;
        list-style: none;
        margin: 4px;
    }

.saba_loading {
    background-color: black;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

    .saba_loading > div {
        background-color: white;
        border: 1px solid lightgray;
        border-radius: 8px;
        bottom: 50%;
        box-shadow: 0 0 10px lightgray;
        color: black;
        direction: rtl;
        height: 50px;
        left: 50%;
        opacity: 1;
        padding: 10px;
        position: fixed;
        right: 50%;
        text-align: center;
        top: 50%;
        width: 155px;
        z-index: 3000;
        font-family: Tahoma !important;
    }

/* Star Rating*/
/***** CSS Magic to Highlight Stars on Hover *****/
/*.sep_rate_rating {overflow: hidden;display: inline-block;font-size: 0;position: relative;border: 0 none;}
input[type="radio"].sep_rate_rating-input {float: right;width: 16px;height: 16px;padding: 0;margin: 0 0 0 -16px;opacity: 0;}

.sep_rate_rating-input:checked ~ .sep_rate_rating-star {background-position: 0 0;}
.sep_rate_rating-star {margin-left:5px; position: relative;float: right;display: block;width: 16px;height: 16px;background: url('Images/icon/star.png') 0 -16px;}
*/
.sep_rate_rating {
    border: none;
    margin: 0 -5px;
    padding: 0;
    vertical-align: middle;
    display: inline;
    line-height: 1em;
}

    .sep_rate_rating > input {
        display: none;
    }

    .sep_rate_rating > label:before {
        margin: 5px;
        font-size: 1.25em;
        font-family: FontAwesome;
        display: inline-block;
        content: "\f005";
    }

    .sep_rate_rating > .half:before {
        content: "\f089";
        position: absolute;
    }

    .sep_rate_rating > label {
        color: #ddd;
        float: right;
    }

    /***** CSS Magic to Highlight Stars on Hover *****/

    .sep_rate_rating > input:checked ~ label, /* show gold star when clicked */
    .sep_rate_rating:not(:checked) > .sep_rate_rating-star:hover, /* hover current star */
    .sep_rate_rating:not(:checked) > .sep_rate_rating-star:hover ~ label {
        color: #FFD700;
    }
    /* hover previous stars in list */

    .sep_rate_rating > input:checked + .sep_rate_rating-star:hover, /* hover current star when changing sep_rate_rating */
    .sep_rate_rating > input:checked ~ .sep_rate_rating-star:hover,
    .sep_rate_rating > .sep_rate_rating-star:hover ~ input:checked ~ .label, /* lighten current selection */
    .sep_rate_rating > input:checked ~ .sep_rate_rating-star:hover ~ label {
        color: #FFED85;
    }


/* tabs css*/
.themes td {
    border: gainsboro 2px solid;
    cursor: pointer;
    height: 213px;
    min-width: 250px;
    vertical-align: top;
}

    .themes td:hover {
        border: #99cc00 2px solid;
        background-color: #ccff99;
    }

    .themes td img {
        margin-top: 10px;
    }

.ThemeSelected {
    border: #99cc00 2px solid;
    background-color: #99cc00;
}

.saba_unRead {
    background-color: #FF0000;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    padding: 4px;
}

ul.saba_productImgGall {
    list-style: none;
    margin: 10px auto;
    padding: 0;
}

a.sep_gallery {
    display: block;
    float: right;
}

.sep_gallery li {
    float: right;
    list-style: none outside none;
    margin: 5px;
}

.saba_productImgGall a.sep_gallery img {
    float: right;
    list-style: none;
}

ul.sep_productImg {
    float: right;
    list-style: none outside none;
    padding: 0;
    width: 100%;
}

#saba_productImg img {
    max-height: 100%;
    max-width: 100%;
}

#saba_closeImg img {
    width: 30px;
}

ul.sep_gallery {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

    ul.sep_gallery > li {
        float: right;
        margin: 2px;
        cursor: pointer;
    }

.sep_paymentDesc {
    border-radius: 10px;
    padding: 10px;
    width: 300px;
    background-color: white;
    display: none;
    position: absolute;
    margin-top: -339px;
    border: 1px solid gray;
    box-shadow: 0px 0px 4px gray;
    color: black;
}

.tRow {
    float: right;
    max-height: 45px;
    width: 100%;
}

.ttext {
    float: right;
    width: 110px;
}

.tSpacer {
    float: right;
}

.tbigRow {
    float: right;
    width: 100%;
}

.sep_vit_selectedTags:after {
    clear: both;
    display: block;
    content: '';
}

.sep_vit_selectedTags label::before {
    content: "ï€";
    display: block;
    float: left;
    font-family: fontawesome;
    margin-top: 3px;
    padding: 0 4px 0 0;
}

.sep_vit_selectedTags label {
    border: 1px solid lightgray;
    border-radius: 6px;
    cursor: pointer;
    float: right;
    margin: 0 0 0 8px;
    padding: 2px 7px 0 8px;
}

    .sep_vit_selectedTags label:hover {
        box-shadow: 1px 1px 1px gray;
    }

.sep_vit_DisplayType {
    text-align: left;
}

    .sep_vit_DisplayType label {
        border: 1px solid #ddd;
        color: #ddd;
        cursor: pointer;
        padding: 5px;
        line-height: 18px;
        height: 30px;
        width: 30px;
        text-align: center;
        box-sizing: border-box;
    }

        .sep_vit_DisplayType label.active {
            border: 1px solid #cecece;
            color: #cecece;
        }

.sep_vit_slider {
    padding: 11px;
}

.helpStyle {
    background: url("../Images/icon/helpIco.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    color: Gray;
    float: right;
    font-size: x-small;
    margin: 6px 15px 10px 5px;
    padding-right: 20px;
    min-height: 16px;
}

.ltip {
    background-color: #e9e9e9;
    background-image: url("/images/tip.jpg");
    background-position: right center;
    background-repeat: no-repeat;
    border: 2px dashed gray;
    border-radius: 12px;
    color: black;
    direction: rtl;
    font-weight: normal;
    line-height: 22px;
    margin: 10px;
    min-height: 70px;
    padding: 10px 51px 10px 10px;
    text-align: justify;
}

label.error {
    color: red;
}

.sep_avai_Available:before {
    font-family: FontAwesome;
    content: "\f058";
    font-size: 15px;
    color: green;
    margin: 5px;
    vertical-align: middle;
}

.sep_avai_UnAvailable:before {
    font-family: FontAwesome;
    content: "\f057";
    font-size: 15px;
    color: crimson;
    margin: 5px;
    vertical-align: middle;
}

.sep_avai_ComingSoon:before {
    font-family: FontAwesome;
    content: "\f017";
    font-size: 15px;
    color: skyblue;
    margin: 5px;
    vertical-align: middle;
}

.sep_avai_EndOfProduction:before {
    font-family: FontAwesome;
    content: "\f05e";
    font-size: 15px;
    color: red;
    vertical-align: middle;
    margin: 5px;
}

.sep_avai_Container {
    border-radius: 19px;
    display: inline-block;
    font-size: 12px;
    min-width: 68px;
    padding: 0 2px 4px 11px;
}

.sep_vit_specs {
    text-align: center;
    font-size: 12px;
}


.sep_vit_pagination.pagers li {
    list-style: outside none none;
}

.sep_vit_marks > li {
    list-style: outside none none;
}

.sep_vit_marks {
    padding: 0;
}

.sep_vit_kinds li {
    list-style: outside none none;
}

.sep_vit_kinds {
    padding: 0;
}

.sep_vit_description {
    padding: 7px;
}


.sep_vit_ProductsGridView .sep_vit_pimg img {
    display: block;
    margin: auto;
    max-height: 100%;
    max-width: 96%;
    padding: 2%;
}

.sep_vit_ProductsGridView .sep_vit_fatitle {
    display: block;
    font-size: 14px;
    height: 3em;
    overflow: hidden;
    line-height: 1.5em;
    margin: 0 0 10px 0;
}

.sep_vit_entitle {
    display: block;
    font-size: 14px;
    height: 3em;
    overflow: hidden;
    line-height: 1.5em;
    margin: 0 0 10px 0;
}

.sep_vit_ProductsGridView .sep_vit_item {
    border: 1px solid lightgray;
    position: relative;
    margin-bottom: 8px;
}

    .sep_vit_ProductsGridView .sep_vit_item:hover {
        box-shadow: 0 0 4px gray;
    }

.sep_vit_ProductsGridView .sep_vit_rightspec.saba_price {
    text-align: left;
}

.sep-vitrin-page > table{width:100%;}

.sep_vit_compare {
    background-color: #4b4b4b;
    border: 1px solid gray;
    color: white;
    cursor: pointer;
    direction: ltr;
    left: 0;
    margin: 6px;
    padding: 1px 3px 1px 0;
    position: absolute;
    z-index: 10;
}

.sep_vit_ProductsGridView .sep_vit_item .sep_vit_compare {
    display: none;
}

.sep_vit_ProductsGridView .sep_vit_item:hover .sep_vit_compare {
    display: block;
}

.sep_vit_morelink::before {
    content: "ïº";
    font-family: fontawesome;
    padding: 0 5px 0 9px;
}

.sep_vit_morelink {
    background-color: #ddd;
    bottom: 8px;
    color: white;
    float: left;
    margin: 0 0 0 -7px;
    padding: 9px;
}

.sep_vit_ProductsGridView .sep_vit_morelink::before {
    font-size: 20px;
}

.sep_vit_ProductsGridView .sep_vit_morelink {
    font-size: 0px;
}

.sep_vit_ProductsListView .sep_vit_morelink {
    margin-left: -10px;
}

.sep_vit_pimg {
    text-align: center;
}

.sep_vit_ProductsGridView .sep_vit_pimg > a {
    display: block;
    height: 150px;
    overflow: hidden;
}

.sep_vit_ProductsListView .sep_vit_pimg {
    padding-top: 7px;
}
/**/


.sep_vit_ProductsListView .sep_vit_item:hover {
    box-shadow: 0 0 4px gray;
}

.sep_vit_ProductsListView .sep_vit_pimg img {
    max-width: 96%;
    padding: 2%;
}

.sep_vit_ProductsListView .sep_vit_item {
    border: 1px solid lightgray;
    width: 100%;
    position: relative;
    margin-bottom: 8px;
}

.sep_vit_item:after {
    clear: both;
    display: block;
    content: '';
}


.sep_vit_products.sep_vit_ProductsListView {
    display: inline-block;
}

.sep_vit_paging {
    margin: 20px 0;
}

.sep_vit_pagination.pagers {
    margin: 0;
}

.sep_vit_paging {
    display: inline-block;
    width: 100%;
}

.sep_vit_optionsPanel {
    color: rgba(22, 22, 22, 0.9);
    font-size: 12px;
    font-weight: bold;
    margin: 10px 0;
}

.sep-vit-option {
    display: inline-block;
    margin-left: 15px;
}

    .sep-vit-option select {
        margin-right: 5px;
    }

.sep_vit_search {
    color: rgba(22, 22, 22, 0.9);
    font-size: 12px;
    font-weight: bold;
}

.sep_vit_pishnahad {
    background-image: url("/images/SpecialOffer.png");
    font-size: 0.1px;
    height: 61px;
    position: absolute;
    width: 110px;
    z-index: 22;
}


.sep_vit_rightspec.saba_price {
    float: right;
}

.sep_vit_fatitle {
    font-size: 25px;
    display: block;
    margin-top: 0;
}

.sep_vit_ProductsListView .sep_vit_comment {
    margin-bottom: 11px;
    margin-top: 14px;
    height: 9em;
    line-height: 1.5em;
    overflow: hidden;
}

.sep_vit_ProductsListView .sep-price {
    float: right;
}

.sep_vit_ProductsListView .sep_vit_entitle {
    display: none;
}
/*FLIP BUTTON*/
.onoffswitch {
    direction: ltr !important;
    position: relative;
    width: 63px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 5px;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #999999;
    border-radius: 20px;
    margin: 0;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s;
    -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s;
    transition: margin 0.3s ease-in 0s;
}

    .onoffswitch-inner:before, .onoffswitch-inner:after {
        box-sizing: border-box;
        color: white;
        display: block;
        float: left;
        font-family: Trebuchet,Arial,sans-serif;
        font-size: 14px;
        font-weight: bold;
        height: 20px;
        line-height: 20px;
        padding: 0;
        width: 50%;
    }

    .onoffswitch-inner:before {
        content: "Yes";
        padding-left: 10px;
        background-color: #87bd00;
        color: #FFFFFF;
        text-align: left !important;
    }

    .onoffswitch-inner:after {
        background-color: #eeeeee;
        color: #999999;
        content: "No";
        padding-right: 5px;
        text-align: right !important;
    }

.onoffswitch-switch {
    background: #ffffff none repeat scroll 0 0;
    border: 2px solid #999999;
    border-radius: 20px;
    bottom: 0;
    display: block;
    margin: 2px 4px;
    position: absolute;
    right: 36px;
    top: 0;
    transition: all 0.3s ease-in 0s;
    width: 19px;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}

.sep_vit_EmptyProductList {
    background-color: whitesmoke;
    font-family: bayekan;
    height: 50px;
    line-height: 50px;
    list-style-type: none;
    text-align: center;
    vertical-align: middle;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

/*--------------------grid-class--------------------------*/
body{direction:rtl}.sep-container{margin-left:auto;margin-right:auto;;padding-left:10px;padding-right:10px;box-sizing:border-box}.sep-container:before,.sep-container:after{content:" ";display:block}.sep-container:after{clear:both}.sep-container-fluid{margin-left:auto;margin-right:auto;padding-left:10px;padding-right:10px}.sep-container-fluid:before,.sep-container-fluid:after{content:" ";display:block}.sep-container-fluid:after{clear:both}.sep-clearfix{display:block;clear:both;height:0px}.sep-row{box-sizing:border-box;margin-left:-10px;margin-right:-10px}.sep-row:before,.sep-row:after{content:" ";display:block}.sep-row:after{clear:both}.sep-xs-1,.sep-sm-1,.sep-md-1,.sep-lg-1,.sep-xs-2,.sep-sm-2,.sep-md-2,.sep-lg-2,.sep-xs-3,.sep-sm-3,.sep-md-3,.sep-lg-3,.sep-xs-4,.sep-sm-4,.sep-md-4,.sep-lg-4,.sep-xs-5,.sep-sm-5,.sep-md-5,.sep-lg-5,.sep-xs-6,.sep-sm-6,.sep-md-6,.sep-lg-6,.sep-xs-7,.sep-sm-7,.sep-md-7,.sep-lg-7,.sep-xs-8,.sep-sm-8,.sep-md-8,.sep-lg-8,.sep-xs-9,.sep-sm-9,.sep-md-9,.sep-lg-9,.sep-xs-10,.sep-sm-10,.sep-md-10,.sep-lg-10,.sep-xs-11,.sep-sm-11,.sep-md-11,.sep-lg-11,.sep-xs-12,.sep-sm-12,.sep-md-12,.sep-lg-12{position:relative;min-height:1px;box-sizing:border-box;padding-left:10px;padding-right:10px}.sep-xs-1,.sep-xs-2,.sep-xs-3,.sep-xs-4,.sep-xs-5,.sep-xs-6,.sep-xs-7,.sep-xs-8,.sep-xs-9,.sep-xs-10,.sep-xs-11,.sep-xs-12{float:right}.sep-xs-1{width:8.33333%}.sep-xs-2{width:16.66667%}.sep-xs-3{width:25%}.sep-xs-4{width:33.33333%}.sep-xs-5{width:41.66667%}.sep-xs-6{width:50%}.sep-xs-7{width:58.33333%}.sep-xs-8{width:66.66667%}.sep-xs-9{width:75%}.sep-xs-10{width:83.33333%}.sep-xs-11{width:91.66667%}.sep-xs-12{width:100%}.sep-sm-1,.sep-sm-2,.sep-sm-3,.sep-sm-4,.sep-sm-5,.sep-sm-6,.sep-sm-7,.sep-sm-8,.sep-sm-9,.sep-sm-10,.sep-sm-11,.sep-sm-12{float:right}.sep-sm-1{width:8.33333%}.sep-sm-2{width:16.66667%}.sep-sm-3{width:25%}.sep-sm-4{width:33.33333%}.sep-sm-5{width:41.66667%}.sep-sm-6{width:50%}.sep-sm-7{width:58.33333%}.sep-sm-8{width:66.66667%}.sep-sm-9{width:75%}.sep-sm-10{width:83.33333%}.sep-sm-11{width:91.66667%}.sep-sm-12{width:100%}.sep-md-1,.sep-md-2,.sep-md-3,.sep-md-4,.sep-md-5,.sep-md-6,.sep-md-7,.sep-md-8,.sep-md-9,.sep-md-10,.sep-md-11,.sep-md-12{float:right}.sep-md-1{width:8.33333%}.sep-md-2{width:16.66667%}.sep-md-3{width:25%}.sep-md-4{width:33.33333%}.sep-md-5{width:41.66667%}.sep-md-6{width:50%}.sep-md-7{width:58.33333%}.sep-md-8{width:66.66667%}.sep-md-9{width:75%}.sep-md-10{width:83.33333%}.sep-md-11{width:91.66667%}.sep-md-12{width:100%}.sep-lg-1,.sep-lg-2,.sep-lg-3,.sep-lg-4,.sep-lg-5,.sep-lg-6,.sep-lg-7,.sep-lg-8,.sep-lg-9,.sep-lg-10,.sep-lg-11,.sep-lg-12{float:right}.sep-lg-1{width:8.33333%}.sep-lg-2{width:16.66667%}.sep-lg-3{width:25%}.sep-lg-4{width:33.33333%}.sep-lg-5{width:41.66667%}.sep-lg-6{width:50%}.sep-lg-7{width:58.33333%}.sep-lg-8{width:66.66667%}.sep-lg-9{width:75%}.sep-lg-10{width:83.33333%}.sep-lg-11{width:91.66667%}.sep-lg-12{width:100%}.sep-xs-0p,.sep-sm-0p,.sep-md-0p,.sep-lg-0p,.sep-xs-5p,.sep-sm-5p,.sep-md-5p,.sep-lg-5p,.sep-xs-10p,.sep-sm-10p,.sep-md-10p,.sep-lg-10p,.sep-xs-15p,.sep-sm-15p,.sep-md-15p,.sep-lg-15p,.sep-xs-20p,.sep-sm-20p,.sep-md-20p,.sep-lg-20p,.sep-xs-25p,.sep-sm-25p,.sep-md-25p,.sep-lg-25p,.sep-xs-30p,.sep-sm-30p,.sep-md-30p,.sep-lg-30p,.sep-xs-35p,.sep-sm-35p,.sep-md-35p,.sep-lg-35p,.sep-xs-40p,.sep-sm-40p,.sep-md-40p,.sep-lg-40p,.sep-xs-45p,.sep-sm-45p,.sep-md-45p,.sep-lg-45p,.sep-xs-50p,.sep-sm-50p,.sep-md-50p,.sep-lg-50p,.sep-xs-55p,.sep-sm-55p,.sep-md-55p,.sep-lg-55p,.sep-xs-60p,.sep-sm-60p,.sep-md-60p,.sep-lg-60p,.sep-xs-65p,.sep-sm-65p,.sep-md-65p,.sep-lg-65p,.sep-xs-70p,.sep-sm-70p,.sep-md-70p,.sep-lg-70p,.sep-xs-75p,.sep-sm-75p,.sep-md-75p,.sep-lg-75p,.sep-xs-80p,.sep-sm-80p,.sep-md-80p,.sep-lg-80p,.sep-xs-85p,.sep-sm-85p,.sep-md-85p,.sep-lg-85p,.sep-xs-90p,.sep-sm-90p,.sep-md-90p,.sep-lg-90p,.sep-xs-95p,.sep-sm-95p,.sep-md-95p,.sep-lg-95p,.sep-xs-100p,.sep-sm-100p,.sep-md-100p,.sep-lg-100p{position:relative;min-height:1px;box-sizing:border-box;padding-left:10px;padding-right:10px}.sep-xs-0p,.sep-xs-5p,.sep-xs-10p,.sep-xs-15p,.sep-xs-20p,.sep-xs-25p,.sep-xs-30p,.sep-xs-35p,.sep-xs-40p,.sep-xs-45p,.sep-xs-50p,.sep-xs-55p,.sep-xs-60p,.sep-xs-65p,.sep-xs-70p,.sep-xs-75p,.sep-xs-80p,.sep-xs-85p,.sep-xs-90p,.sep-xs-95p,.sep-xs-100p{float:right}.sep-xs-0p{width:0%}.sep-xs-0p{padding-left:0;padding-right:0;overflow:hidden}.sep-xs-5p{width:5%}.sep-xs-10p{width:10%}.sep-xs-15p{width:15%}.sep-xs-20p{width:20%}.sep-xs-25p{width:25%}.sep-xs-30p{width:30%}.sep-xs-35p{width:35%}.sep-xs-40p{width:40%}.sep-xs-45p{width:45%}.sep-xs-50p{width:50%}.sep-xs-55p{width:55.0%}.sep-xs-60p{width:60%}.sep-xs-65p{width:65%}.sep-xs-70p{width:70%}.sep-xs-75p{width:75%}.sep-xs-80p{width:80%}.sep-xs-85p{width:85%}.sep-xs-90p{width:90%}.sep-xs-95p{width:95%}.sep-xs-100p{width:100%}.sep-sm-0p,.sep-sm-5p,.sep-sm-10p,.sep-sm-15p,.sep-sm-20p,.sep-sm-25p,.sep-sm-30p,.sep-sm-35p,.sep-sm-40p,.sep-sm-45p,.sep-sm-50p,.sep-sm-55p,.sep-sm-60p,.sep-sm-65p,.sep-sm-70p,.sep-sm-75p,.sep-sm-80p,.sep-sm-85p,.sep-sm-90p,.sep-sm-95p,.sep-sm-100p{float:right}.sep-sm-0p{width:0%}.sep-sm-0p{padding-left:0;padding-right:0;overflow:hidden}.sep-sm-5p{width:5%}.sep-sm-10p{width:10%}.sep-sm-15p{width:15%}.sep-sm-20p{width:20%}.sep-sm-25p{width:25%}.sep-sm-30p{width:30%}.sep-sm-35p{width:35%}.sep-sm-40p{width:40%}.sep-sm-45p{width:45%}.sep-sm-50p{width:50%}.sep-sm-55p{width:55.0%}.sep-sm-60p{width:60%}.sep-sm-65p{width:65%}.sep-sm-70p{width:70%}.sep-sm-75p{width:75%}.sep-sm-80p{width:80%}.sep-sm-85p{width:85%}.sep-sm-90p{width:90%}.sep-sm-95p{width:95%}.sep-sm-100p{width:100%}.sep-md-0p,.sep-md-5p,.sep-md-10p,.sep-md-15p,.sep-md-20p,.sep-md-25p,.sep-md-30p,.sep-md-35p,.sep-md-40p,.sep-md-45p,.sep-md-50p,.sep-md-55p,.sep-md-60p,.sep-md-65p,.sep-md-70p,.sep-md-75p,.sep-md-80p,.sep-md-85p,.sep-md-90p,.sep-md-95p,.sep-md-100p{float:right}.sep-md-0p{width:0%}.sep-md-0p{padding-left:0;padding-right:0;overflow:hidden}.sep-md-5p{width:5%}.sep-md-10p{width:10%}.sep-md-15p{width:15%}.sep-md-20p{width:20%}.sep-md-25p{width:25%}.sep-md-30p{width:30%}.sep-md-35p{width:35%}.sep-md-40p{width:40%}.sep-md-45p{width:45%}.sep-md-50p{width:50%}.sep-md-55p{width:55.0%}.sep-md-60p{width:60%}.sep-md-65p{width:65%}.sep-md-70p{width:70%}.sep-md-75p{width:75%}.sep-md-80p{width:80%}.sep-md-85p{width:85%}.sep-md-90p{width:90%}.sep-md-95p{width:95%}.sep-md-100p{width:100%}.sep-lg-0p,.sep-lg-5p,.sep-lg-10p,.sep-lg-15p,.sep-lg-20p,.sep-lg-25p,.sep-lg-30p,.sep-lg-35p,.sep-lg-40p,.sep-lg-45p,.sep-lg-50p,.sep-lg-55p,.sep-lg-60p,.sep-lg-65p,.sep-lg-70p,.sep-lg-75p,.sep-lg-80p,.sep-lg-85p,.sep-lg-90p,.sep-lg-95p,.sep-lg-100p{float:right}.sep-lg-0p{width:0%}.sep-lg-0p{padding-left:0;padding-right:0;overflow:hidden}.sep-lg-5p{width:5%}.sep-lg-10p{width:10%}.sep-lg-15p{width:15%}.sep-lg-20p{width:20%}.sep-lg-25p{width:25%}.sep-lg-30p{width:30%}.sep-lg-35p{width:35%}.sep-lg-40p{width:40%}.sep-lg-45p{width:45%}.sep-lg-50p{width:50%}.sep-lg-55p{width:55.0%}.sep-lg-60p{width:60%}.sep-lg-65p{width:65%}.sep-lg-70p{width:70%}.sep-lg-75p{width:75%}.sep-lg-80p{width:80%}.sep-lg-85p{width:85%}.sep-lg-90p{width:90%}.sep-lg-95p{width:95%}.sep-lg-100p{width:100%}.sep-xs-1e,.sep-sm-1e,.sep-md-1e,.sep-lg-1e,.sep-xs-2e,.sep-sm-2e,.sep-md-2e,.sep-lg-2e,.sep-xs-3e,.sep-sm-3e,.sep-md-3e,.sep-lg-3e,.sep-xs-4e,.sep-sm-4e,.sep-md-4e,.sep-lg-4e,.sep-xs-5e,.sep-sm-5e,.sep-md-5e,.sep-lg-5e,.sep-xs-6e,.sep-sm-6e,.sep-md-6e,.sep-lg-6e,.sep-xs-7e,.sep-sm-7e,.sep-md-7e,.sep-lg-7e,.sep-xs-8e,.sep-sm-8e,.sep-md-8e,.sep-lg-8e,.sep-xs-9e,.sep-sm-9e,.sep-md-9e,.sep-lg-9e,.sep-xs-10e,.sep-sm-10e,.sep-md-10e,.sep-lg-10e,.sep-xs-11e,.sep-sm-11e,.sep-md-11e,.sep-lg-11e,.sep-xs-12e,.sep-sm-12e,.sep-md-12e,.sep-lg-12e{position:relative;min-height:1px;box-sizing:border-box;padding-left:10px;padding-right:10px}.sep-xs-1e,.sep-xs-2e,.sep-xs-3e,.sep-xs-4e,.sep-xs-5e,.sep-xs-6e,.sep-xs-7e,.sep-xs-8e,.sep-xs-9e,.sep-xs-10e,.sep-xs-11e,.sep-xs-12e{float:right}.sep-xs-1e{width:100%}.sep-xs-2e{width:50%}.sep-xs-3e{width:33.33333%}.sep-xs-4e{width:25%}.sep-xs-5e{width:20%}.sep-xs-6e{width:16.66667%}.sep-xs-7e{width:14.28571%}.sep-xs-8e{width:12.5%}.sep-xs-9e{width:11.11111%}.sep-xs-10e{width:10%}.sep-xs-11e{width:9.09091%}.sep-xs-12e{width:8.33333%}.sep-sm-1e,.sep-sm-2e,.sep-sm-3e,.sep-sm-4e,.sep-sm-5e,.sep-sm-6e,.sep-sm-7e,.sep-sm-8e,.sep-sm-9e,.sep-sm-10e,.sep-sm-11e,.sep-sm-12e{float:right}.sep-sm-1e{width:100%}.sep-sm-2e{width:50%}.sep-sm-3e{width:33.33333%}.sep-sm-4e{width:25%}.sep-sm-5e{width:20%}.sep-sm-6e{width:16.66667%}.sep-sm-7e{width:14.28571%}.sep-sm-8e{width:12.5%}.sep-sm-9e{width:11.11111%}.sep-sm-10e{width:10%}.sep-sm-11e{width:9.09091%}.sep-sm-12e{width:8.33333%}.sep-md-1e,.sep-md-2e,.sep-md-3e,.sep-md-4e,.sep-md-5e,.sep-md-6e,.sep-md-7e,.sep-md-8e,.sep-md-9e,.sep-md-10e,.sep-md-11e,.sep-md-12e{float:right}.sep-md-1e{width:100%}.sep-md-2e{width:50%}.sep-md-3e{width:33.33333%}.sep-md-4e{width:25%}.sep-md-5e{width:20%}.sep-md-6e{width:16.66667%}.sep-md-7e{width:14.28571%}.sep-md-8e{width:12.5%}.sep-md-9e{width:11.11111%}.sep-md-10e{width:10%}.sep-md-11e{width:9.09091%}.sep-md-12e{width:8.33333%}.sep-lg-1e,.sep-lg-2e,.sep-lg-3e,.sep-lg-4e,.sep-lg-5e,.sep-lg-6e,.sep-lg-7e,.sep-lg-8e,.sep-lg-9e,.sep-lg-10e,.sep-lg-11e,.sep-lg-12e{float:right}.sep-lg-1e{width:100%}.sep-lg-2e{width:50%}.sep-lg-3e{width:33.33333%}.sep-lg-4e{width:25%}.sep-lg-5e{width:20%}.sep-lg-6e{width:16.66667%}.sep-lg-7e{width:14.28571%}.sep-lg-8e{width:12.5%}.sep-lg-9e{width:11.11111%}.sep-lg-10e{width:10%}.sep-lg-11e{width:9.09091%}.sep-lg-12e{width:8.33333%}
/*--------------------grid-class--------------------------*/

.sep_bas_item_name_img {
    width: 30%;
}

.sep_bas_item_name_title {
    font-size: 17px;
    text-align: right;
}

.sep_bas_item_delete {
    background-color: #BF2C2C;
}

.sep_bas_reg_signup_btns a div {
    float: right;
    width: 33%;
    text-align: center;
}

.basketUpperContainer * {
    box-sizing: border-box;
}

.sep_bas_background1 {
    background-color: #ddd;
}

.sep-item * {
    box-sizing: border-box;
}

.sep-item:after {
    display: block;
    clear: both;
    content: '';
}

.sep-item img {
    max-width: 100%;
}

.sep-btns {
    text-decoration: none;
}

    .sep-btns a {
        text-decoration: none;
    }

.sep-items:after {
    clear: both;
    display: block;
    content: '';
}

.sep-item {
    list-style-type: none;
	margin-bottom:10px;
}

    .sep-item h2 {
        font-size: 16px;
        margin: 5px 0;
        overflow: hidden;
		height:3em;
		line-height:1.5em;
    }

.sep-form * {
    box-sizing: border-box;
}

.sep-form-header, .sep-form-footer {
    margin: 10px 0;
}

.sep-form-group {
    margin-bottom: 10px;
}

    .sep-form-group:after {
        display: block;
        content: '';
        clear: both;
    }

    .sep-form-group > label {
        display: block;
        float: right;
        margin-left: 1%;
        width: 25%;
        min-height: 1px;
    }

.sep-form-control {
    display: inline-block;
    width: 74%;
}

    .sep-form-control textarea {
        width: 100%;
        height: 140px;
    }

    .sep-form-control input {
        max-width: 100%;
    }

.sep-form-inline .sep-form-control {
    width: auto;
}

.sep-form-inline input {
    max-width: 80%;
}

.sep-help-block {
    clear: both;
    font-size: 13px;
    margin-top: 5px;
}

.sep-error {
    color: red;
}

.sep-warning {
    color: #ffa543;
}

.sep-success {
    color: #029145;
}

.sep-form > li {
    list-style-type: none;
}

ul.sep-form {
    padding: 0;
}

.sep-form-required > label:after {
    content: '*';
    color: red;
}

.sep-pagination {
    margin-bottom: 15px;
}

    .sep-pagination * {
        box-sizing: border-box;
    }

    .sep-pagination ul {
        padding: 0;
    }

    .sep-pagination li {
        display: inline-block;
        line-height: 29px;
        margin-bottom: 5px;
    }

        .sep-pagination li a {
            text-decoration: none;
            padding: 0px 7px;
            margin: 0 1px;
            line-height: 25px;
            border: 1px solid #E1E1E1;
            text-align: center;
        }

        .sep-pagination li.currentPage a, .sep-pagination li.pageActive a:hover {
            background-color: #E1E1E1;
        }

        .sep-pagination li.pageInactive a {
            cursor: default;
        }

    .sep-pagination .etcPage a {
        border-color: transparent;
    }

.sep-statics-part * {
    box-sizing: border-box;
}

.sep-statics-part ul {
    padding: 0;
}

.sep-statics-part li {
    list-style-type: none;
    margin-bottom: 5px;
}

.viewTheme1 h2 {
    margin-top: 0;
}

.viewTheme3 .sep-imgBox, .viewTheme1 .sep-imgBox {
    float: right;
    width: 20%;
    margin-left: 2%;
    margin-bottom: 2%;
}
.viewTheme1 .sep-caption, .viewTheme3 .sep-caption {
    width: 78%;
    float: right;
}
#rightcol .viewTheme1 .sep-imgBox, #rightcol .viewTheme3 .sep-imgBox, 
#leftcol .viewTheme1 .sep-imgBox, #leftcol .viewTheme3 .sep-imgBox{
    width: 40%;
    margin-left: 4%;
    margin-bottom: 4%;
}
#rightcol .viewTheme1 .sep-caption, #rightcol .viewTheme3 .sep-caption, 
#leftcol .viewTheme1 .sep-caption, #leftcol .viewTheme3 .sep-caption{
    width: 56%;
}



    .viewTheme1 .sep-imgBox img {
        width: 100%;
    }

.viewTheme3 .sep-imgBox {
    float: right;
    width: 40%;
    margin-left: 4%;
    margin-bottom: 4%;
}

    .viewTheme3 .sep-imgBox img {
        width: 100%;
    }

.sep-select-pro * {
    box-sizing: border-box;
}

.sep-select-pro .sep-form-group > label {
    display: block;
    width: 100%;
}

.sep-select-pro .sep-form-group > .sep-form-control {
    margin-left: 10px;
}

.sep-select-pro input[type="radio"] {
    display: none;
}

.sep-select-pro label.radio {
    font-weight: 400;
    cursor: pointer;
    position: relative;
}

.sep-select-pro .sep-select-size label.radio {
    padding-right: 20px;
}

    .sep-select-pro .sep-select-size label.radio:before {
        width: 13px;
        height: 13px;
        line-height: 15px;
        background-color: #eee;
        border: 1px solid #ddd;
        text-align: center;
        display: block;
        position: absolute;
        top: 50%;
        margin-top: -9px;
        right: 0;
        border-radius: 50%;
        content: '';
        font-size: 11px;
        color: #8a8a8a;
        font-family: FontAwesome !important;
    }

.sep-select-pro .sep-select-color label.radio {
    width: 17px;
    height: 17px;
    font-size: 12px;
    background-color: #eee;
    border: 1px solid #ddd;
    text-align: center;
    display: block;
    border-radius: 50%;
    content: '';
    line-height: 19px;
    color: #8a8a8a;
    float: right;
    margin-left: 10px;
}

.sep-select-pro .sep-form-control input[type="radio"]:checked + label.radio:before {
    content: "ï€Œ";
    font-family: FontAwesome;
}

.sep-select-pro .sep-select-color label.radio:before {
    color: #fff;
    width: 17px;
    height: 17px;
    font-size: 12px;
    line-height: 19px;
}

.sep-specifications * {
    box-sizing: border-box;
}

.sep-specifications {
    padding: 0;
}

    .sep-specifications:after {
        display: block;
        content: '';
        clear: both;
    }

    .sep-specifications > li {
        list-style-type: none;
    }

.sep-infoParentItem h3 {
    font-size: 20px;
}

.sep-infoItem {
    background-color: #e8e8e8;
    border: 1px solid #fff;
}

    .sep-infoItem:after {
        display: block;
        clear: both;
        content: '';
    }

.sep-infoName {
    padding: 5px 10px;
}

.sep-info {
    background-color: #f0f0f0;
    border-right: 2px solid #fff;
    padding: 5px 10px;
}

.sep-comparison * {
    box-sizing: border-box;
}

.sep-comparison {
    position: relative;
}

.sep-comp-head {
    background-color: #fff;
    padding-top: 10px;
}

    .sep-comp-head:after {
        clear: both;
        display: block;
        content: '';
    }

.fixTop {
    position: fixed;
    top: 0;
    z-index: 10;
}

.sep-comp-product {
    border: 1px solid #ddd;
    max-width: 150px;
    margin: 0 auto;
    padding: 5px;
    text-align: center;
    position: relative;
    font-size: 12px;
    line-height: 18px;
}

    .sep-comp-product img {
        height: 80px;
    }

    .sep-comp-product a {
        text-decoration: none;
        display: block;
    }

.sep-comp-proTitle {
    height: 55px;
    overflow: hidden;
    margin-top: 5px;
}

.sep-cPro {
    position: absolute;
    top: 0;
    right: 50%;
    margin-right: -8px;
    font-size: 16px;
}

    .sep-cPro:hover {
        color: #fe0000;
    }

    .sep-cPro span:before {
        content: "ï—";
        font-family: FontAwesome;
    }

.sep-comp-head ul {
    margin: 0 -10px;
}

.sep-comp-body > ul {
    padding: 0;
    margin: 0;
}

    .sep-comp-body > ul > li {
        border-bottom: 1px solid #ffffff;
        list-style-type: none;
    }

.sep-comp-row {
    background-color: #eceded;
}

.sep-row > li {
    list-style-type: none;
}

.sep-row {
    padding: 0;
}

.sep-comp-body > ul > li:after {
    display: block;
    content: '';
    clear: both;
}

.sep-comp-PName {
    padding: 5px 10px;
}

.sep-comp-PValues {
    background-color: #f3f5f6;
}

    .sep-comp-PValues > ul > li {
        border-right: 1px solid #fff;
        border-left: 1px solid #fff;
        padding: 5px 10px;
    }

    .sep-comp-PValues:hover {
        background-color: #ECEDED;
    }

.fixTop .sep-comp-product:after {
    content: "ïƒ—";
    font-family: FontAwesome;
    position: absolute;
    width: 10px;
    height: 10px;
    margin-right: -5px;
    right: 50%;
    bottom: -9px;
    color: #fff;
    text-shadow: 0px 1px 0px #DDD;
    line-height: 6px;
    font-size: 19px;
}

.sep-comp-infoParent h3 {
    margin-bottom: 5px;
}

.sep-table-responsive * {
    box-sizing: border-box;
}

.sep-table-responsive {
    overflow-x: auto;
    border: 1px solid;
}

.sep-table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

    .sep-table th {
        border-bottom: 2px solid;
        padding: 5px;
        text-align: right;
    }

    .sep-table td, .sep-table tbody th {
        border-bottom: 1px solid;
        padding: 5px;
    }

.sep-table-striped tbody > tr:nth-child(odd) {
    background-color: #F9F9F9;
}

.sep-table-bordered {
    border: 1px solid;
}

    .sep-table-bordered tbody > tr > td, .sep-table-bordered tbody > tr > th, .sep-table-bordered thead > tr > th {
        border: 1px solid;
    }

    .sep-table-bordered thead > tr > th {
        border-bottom: 2px solid;
    }

.sep-table-responsive .sep-table-bordered {
    border: none;
}

.sep-table-responsive .sep-table tbody > tr:last-child > td, .sep-table-responsive .sep-table tbody > tr:last-child > th {
    border-bottom: none;
}

.sep-table-responsive .sep-table tbody > tr > td:last-child, .sep-table-responsive .sep-table thead > tr > th:last-child {
    border-left: none;
}

.sep-table-responsive .sep-table tbody > tr > td:first-child, .sep-table-responsive .sep-table thead > tr > th:first-child {
    border-right: none;
}

.sep-table-responsive .sep-table thead > tr > th {
    border-top: none;
}

.sep-table-hover tbody > tr:hover {
    background-color: #f5f5f5;
}

.sep_bordercolor1 {
    border-color: #ddd;
}

.sep-table.sep_bordercolor1 * {
    border-color: #ddd;
}

.sep_bordercolor1 .sep-table * {
    border-color: #ddd;
}

.sep-comment-show * {
    box-sizing: border-box;
}

.sep-comment-show, .sep-comment-show ul {
    padding: 0;
}

    .sep-comment-show li {
        border-width: 0 0 1px;
        border-style: solid;
        border-color: #ddd;
        list-style: none outside none;
        margin: 10px 0;
        padding: 10px;
    }

    .sep-comment-show .sep-comment-info {
        color: #8F8F8F;
        font-size: 13px;
    }

    .sep-comment-show .sep-comment-date:before {
        content: "/";
        margin: 0 5px;
    }

    .sep-comment-show > li ul > li {
        background-color: rgb(249, 249, 249);
        border-width: 1px 0 0;
        margin-left: 0;
    }

    .sep-comment-show li a.sep-btns {
        float: left;
    }

.sep-desc {
    line-height: 1.5em;
    font-size: 13px;
	height: 4.5em;
	overflow:hidden;
}


.sep-item .sep-imgBox {
    height:150px;
    overflow: hidden;
}

.sep-item.viewTheme4 .sep-imgBox, .sep-item.viewTheme1 .sep-imgBox {
    height: auto;
}

.sep-showproducts-part .sep-item .sep-imgBox img {
    max-height: 100%;
}

.viewTheme4 .sep-desc {
    /*height: 5em;*/
    overflow: hidden;
}



.sep-tashih-part .sep-form-group > label {
    width: 12%;
}

.sep-tashih-part .sep-form-control {
    width: 87%;
}

.showGroups .sep-item, .sep-showproducts-part .sep-item {
    text-align: center;
}

.sep-form-withoutLabel .sep-form-control {
    width: 100%;
}

.sep-comment-part .sep-form .sep-form-group > label {
    width: 10%;
}

.sep-comment-part .sep-form .sep-form-control {
    width: 89%;
}

.sep-comment-part .sep-form-form {
    padding-top: 20px;
}

.sep-comp-head-container {
    padding: 0 10px;
}

.sep-comp-search .txtSearch {
    width: 40%;
}

/*--------------------------login------------------------------*/
.adminLogin .panelTitle {
    display: none;
}

.adminLogin .sep-form {
    max-width: 300px;
    margin: 0 auto;
    padding: 50px 20px;
    text-align: center;
}

    .adminLogin .sep-form > br {
        display: none;
    }

.adminLogin .sep-form-header i {
    font-size: 70px;
}

.adminLogin input[type="password"], .adminLogin input[type="email"], .adminLogin input[type="submit"] {
    width: 100%;
}

/*--------------------------end-login------------------------------*/


/*-----------------------------view-themes-------------------------------*/
.sep-showproducts-part .viewTheme1 .sep-price {
    margin: 7px 0;
}

.sep-showproducts-part .sep-item.viewTheme1 {
    text-align: right;
}

.sep-showproducts-part .viewTheme1 h2 {
    margin-bottom: 10px;
}

/*-----------------------------end-view-themes-------------------------------*/

.sep-btns.product-btns a {
    border-radius: 3px;
    display: inline-block;
    margin: 0 2px;
    overflow: hidden;
    background: #d8d8d8;
}

    .sep-btns.product-btns a img {
        padding: 5px;
        background: #B1B1B1;
        border-radius: 3px;
        vertical-align: middle;
        width: 30px;
    }

    .sep-btns.product-btns a span {
        margin: 0 10px;
    }


.mPop {
    background-color: #ffffff;
    border-radius: 6px;
    box-shadow: 0 4px 0 lightgray;
    color: #000000;
    font-size: 13px;
    left: 15%;
    margin: auto;
    padding: 15px;
    position: fixed;
    right: 15%;
    top: 100px;
    z-index: 2600;
}

.sep-form-header .panelTitle {
    background: none;
}

.orderDefault-signUp {
    border-left: 1px dotted #ddd;
}

.sep-orderDefault-part .sep-titleInPanel {
    margin-bottom: 25px;
    text-align: center;
    font-size: 18px;
}

.sep-orderDefault-part .sep-form {
    max-width: 450px;
    margin: auto;
}
/*-----------------------------sep-tabs-----------------------------*/
.sep-tabs {
    padding: 0;
    margin: 0;
}

    .sep-tabs li {
        display: inline-block;
        list-style-type: none;
        padding: 0 10px;
        border-left: 1px solid #eee;
    }
/*---------------------------end-sep-tabs-------------------------------*/
.sep-vitrin-price:after {
    clear: both;
    display: block;
    content: '';
}

.sep-vitrin-subgroups ul {
    padding-right: 15px;
    min-width: 150px;
}

.sep-vitrin-subgroups li a {
    display: inline-block;
}

.sep-vit-paging {
    text-align: left;
    direction: ltr;
}

.sep_vit_ProductsGridView .sep_vit_comment, .sep_vit_ProductsGridView .sep_vit_entitle, .sep_vit_ProductsGridView .sep_vit_rate {
    display: none;
}


/*----------------------------------SpecialOffer---------------------------------*/
.sep_spOffer_slideContainer {
}

    .sep_spOffer_slideContainer ul li {
        list-style-type: none;
    }

.sep_SpecialOffer {
}

.sep_spOffer_slides {
    display: inline-block;
    height: 200px;
    margin: 0;
    vertical-align: middle;
    min-height: 200px;
}

    .sep_spOffer_slides > ul {
        padding: 0;
        margin: 0 -10px;
        height: 200px;
        overflow:hidden;
    }

    .sep_spOffer_slides img.incredible {
        width: 100%;
    }

.sep_spOff_itemNames {
    display: inline-block;
}

    .sep_spOff_itemNames > ul {
        height: 100%;
        margin: 0 -10px;
        padding: 0;
    }

        .sep_spOff_itemNames > ul > li {
            border-bottom: 1px solid #e5e5e5;
            border-right: 1px solid #e5e5e5;
            background-color: #f5f5f5;
            line-height: 1.5em;
            position: relative;
            transition:all 0.4s;
            display:table;
            width:100%;
        }

    .sep_spOff_itemNames li.current {
        background-color: #a5a6aa;
        border-right-color: #a5a6aa;
    }

        .sep_spOff_itemNames li.current a {
        }

    .sep_spOff_itemNames li a {
        color: black;
        margin-top: 0;
        vertical-align: middle;
        z-index: 2;
        display:table-cell;
        padding:0 10px;
    }

.dkbox {
    overflow: hidden;
}


.sep_spOff_itemNames li .arr{
    height:100%;
    width:0px;
    display:block;
    position:absolute;
    top:0;
    right:0;
    opacity:0;
    transition:opacity 0.3s;
    text-align:left;
    overflow:hidden;
    vertical-align:middle;
    line-height:100%;
}
.sep_spOff_itemNames li .arr:after{
    content: "\f0da";
    font-family:"FontAwesome";
    font-size:3em;
    vertical-align:middle;
    height:100%;
    width:100%;
    display:block;
    line-height:60%;

}
.sep_spOff_itemNames li:hover .arr{
    width:25px;
    margin-right:-20px;
    opacity:1;
    color:#a5a6aa;
}
.sep_spOff_itemNames li.current .arr{
    width:25px;
    margin-right:-20px;
    opacity:1;
    color:#a5a6aa;
}

.sep_spOff_itemNames li:hover {
    background-color: #a5a6aa;
    transition-duration: 0.3s;
    transition-property: right;
}

.sep_spOff_itemNames li.current:hover {
    background-color: #a5a6aa;
    border-right-color:#a5a6aa;
}


footer ul li a:hover .arr, footer ul li.current a .arr {
    display: block;
}

.sep_spOffer_slides .sep_spOffer_images li {
    height: 200px;
}

/*Timmer */


.sep_spOffer_counter {
    float: right;
    margin: -80px 0 0 0;
    height: 80px;
}


.blankState {
    background-color: whitesmoke;
    color: inactivecaptiontext;
    font-family: "bayekan";
    font-size: large;
    padding: 13px;
    text-align: center !important;
}

    .blankState > table {
        width: 100%;
    }
/*-------------------------------------------------------------------*/

.sep-orderTrack-part .sep-form{
	text-align:center;
}
.sep-orderTrack-part .sep-form-group > label, .sep-orderTrack-part .sep-form-control{
    width:100%;
}
.sep_vit_minPrice{float:left;}
#rightcol, #centercol, #leftcol{vertical-align: initial;}

.sep-search-mark-part .viewTheme1 .sep-imgBox{
    width: auto;
	margin-left:10px;
}
.sep-search-mark-part .viewTheme1 .sep-imgBox img{
    max-width: 80px;
}
.sep-search-mark-part .viewTheme1 .sep-caption{
    width: auto;
}
.sep-search-grouping-part ul{
    padding-right:15px;
}


.sep-st-page ul.sep_gallery:after{
    clear:both;
    display:block;
    content:'';
}
.sep-st-page ul.sep_gallery li{
    height:150px;
    margin:5px;
    position:relative;
    overflow:hidden;
}
.sep-st-page ul.sep_gallery li img{
    transition:all 0.3s;
}
.sep-st-page ul.sep_gallery li:hover img{
    opacity:0.7;
}
.sep-st-page ul.sep_gallery li:before{
    margin:-20px;
    width:40px;
    height:40px;
    line-height:40px;
    text-align:center;
    font-size:30px;
    display:block;
    position:absolute;
    top:-20px;
    right:50%;
    content:"\f00e";
    font-family:'FontAwesome';
    z-index:100;
    color:gray;
    transition:all 0.3s;
}
.sep-st-page ul.sep_gallery li:hover:before{
    top:50%;
}
.sep-st-page ul.sep_gallery li img{
    height:150px;
}
#hiddenList {
    display:none;
}





.AspNet-WebPart {
    margin-bottom: 10px;
    margin-top: 10px;
}

.AspNet-WebPart::after {
    clear: both;
    display: block;
    content: '';
}
.container{padding-left:10px;padding-right:10px;}
.sep_zone, .sep_zone, .sep_zone > tbody, .sep_zone > tbody > tr, .sep_zone > tbody > tr > td
, .sep_zone > tbody > tr > td > table, .sep_zone > tbody > tr > td > table > tbody
, .sep_zone > tbody > tr > td > table > tbody > tr, .sep_zone > tbody > tr > td > table > tbody > tr > td 
, .sep_zone > tbody > tr > td > table > tbody > tr > td > table, .sep_zone > tbody > tr > td > table > tbody > tr > td > table > tbody
, .sep_zone > tbody > tr > td > table > tbody > tr > td > table > tbody > tr
, .sep_zone > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td
, .sep_zone > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table
, .sep_zone > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody
, .sep_zone > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr
, .sep_zone > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td{display:block}
.sep_zone table table > tbody > tr:nth-child(1){width:100%;}
.sep_zone table table > tbody > tr:nth-child(1) table td{display: table-cell;}
.sep_zone table table > tbody > tr:nth-child(1) table > tbody > tr:nth-child(1){display: table-row;}
td::after {
    clear: both;
    display: block;
    content: '';
}

.sep_background1{
    background-color: #7b7b7b;
}
.sep_background2{
    background-color: #eee;
}
.sep_color1{
    color: #7b7b7b;
}
.sep_color2{
    color: #eee;
}

/*------------------Prepared-part-------------------*/
.sep-Prepared-part:after{
	display:block;
	content:'';
	clear:both;
}
.sep-Prepared-part *{
	box-sizing:border-box;
}
.mItems-1item:after{
    clear: both;
    display: block;
    content: '';
}
.sep-Prepared-part{
    padding:70px 0;
    background-color:#ffffff;
}
/*-------------mItems-Prepared-part-------------------*/
.mItems-Prepared-part{
    background:#ffffff;
    padding:80px 30px;
}
.mItems-img{
    
}
.mItems-icon{
    float:right;
    font-size:50px;
    padding:0 10px;
    width:25%;
    text-align:center;
}
.mItems-caption{
    float:right;
    width:75%;
}
.mItems-caption h3{
    margin-top:0;
}
.mItems-1item{
    margin-bottom:40px;
}
.mItems-col1> .mItems-1item:last-child{
    margin-bottom:0;
}
.mItems-desc{
    line-height:1.8em;
    font-size:15px;
}
/*-------------mItems-Prepared-part-end------------------*/
.sep-container .sep-container{
    width:auto !important;
}
/*-------------------------social-Prepared-part------------------------------*/
.social-Prepared-part{
    text-align:center;
}
.desc-Prepared-part{
    padding:0 10%;
    margin:30px 0;
}
.social-Prepared-part .social-Icons{
    padding:0;
    margin:0;
}
.social-Prepared-part .social-Icons li{
    list-style-type:none;
    display:inline-block;
    width:54px;
    height:54px;
    border:2px solid gray;
    line-height:50px;
    border-radius:50%;
    margin:0 5px;
}
.social-Prepared-part .social-Icons li a{
    display:inline-block;
    width:50px;
    height:50px;
    line-height:50px;
}
.social-Prepared-part .social-Icons li i{
    font-size:18px;
    vertical-align:middle;
}
/*-------------------------social-Prepared-part-end-----------------------------*/

/*-------------------------columns-Prepared-part------------------------------------*/
.col3-Prepared-part{
}
.title-Prepared-part{
    text-align:center;
    font-size:25px;
    margin-top:0;
    margin-bottom: 50px;
}
.columns-Img{
    height:200px;
    overflow:hidden;
    text-align:center;
}
.col3-Prepared-part .columns-Img{
    height:auto;
    border-radius:50%;
    overflow:hidden;
    text-align:center;
    margin:0 auto;
}
.columns-Img img{height:200px;}
.col3-Prepared-part .columns-Img img{height:auto;}
.columns-caption{
    margin: 30px auto 20px;
}
.columns-caption h3{
    font-size:25px;
}
.columns-desc{
    color:gray;
    margin:10px 0;
}
.col3-Prepared-part .columns-caption{
    text-align:center;
    padding:0 10px;
}
.columns-contex{
    font-size:15px;
}
.col4-Prepared-part{
}
.columns-Icons{
    padding:0;
    margin-top:10px;
}
.columns-Icons li{
    list-style-type:none;
    display:inline-block;
    font-size:18px;
    margin:5px;
}
/*-------------------------columns-Prepared-part-end-----------------------------------*/
/*---------------------------------Table-Prepared-part----------------------------------------*/
.Table-Prepared-part{
}
.Table-Prepared-part .desc-Prepared-part{
    text-align:center;
}
.Table-Prepared-part .sep-table-responsive{
    border:none;
}
/*---------------------------------Table-Prepared-part-end---------------------------------------*/
/*-----------------------------stat-Prepared-part--------------------------------*/
.stat-Prepared-part{
    text-align:center;
}
.stat-icon{
    width:120px;
    height:120px;
    margin:0 auto;
    font-size:50px;
    line-height:120px;
    border-radius:50%;
    background:#ddd;
    margin-bottom:20px;
}
.stat-icon i{
    vertical-align:middle;
}
.stat-title{
    font-size:20px;
    margin:10px 0;
}
.stat-cols{
    padding:0 7%;
}
/*------------------------------------stat-Prepared-part-end--------------------------------*/
/*-----------------------halfImg-Prepared-part--------------------------*/
.halfImg-Prepared-part{
    position:relative;
    background-color:#d7dbde;
}
.halfImg-Prepared-part .halfImg-imgCol{
    background-image:url('../images/bg44.jpg');
    background-repeat:no-repeat;
    background-size:cover;
    height: 100%;
    width: 50%;
    width: 50%;
    position: absolute;
    left: 0;
    top: 0;
}
.halfImg-textCol{
	float:right;
	width:50%;
	padding:0 30px;
}
.halfImg-textCol h2{
    margin-bottom:30px;
}
/*-----------------------halfImg-Prepared-part-end-------------------------*/

/*-----------------------contact-Prepared-part----------------------------*/
.contact-Prepared-part{
    font-size:15px;
}
.contact-Prepared-part h3{
    margin-bottom:30px;
}
.contact-info ul li p{
    display:inline-block;
    margin:0;
}
.contact-info ul{
    padding:0;
}
.contact-info ul li{
    list-style-type:none;
    margin-bottom:20px;
}
.contact-info ul li i{
    font-size:20px;
    vertical-align:top;
    margin-left:10px;
}
/*-----------------------contact-Prepared-part-end--------------------------------*/
/*----------------Prepared-part-end---------------------*/




/*--------------------------*/
.sep_webpartTitle{
    background-color:#d5d7d9;
    border:1px solid #30917a;
    border-radius: 5px;
    padding: 2px 8px;
    transition:all 0.3s;
    opacity:0;
    color:#2e373f;
    margin:-1px;
}
.sep_webpartTitle a{
    color:#2e373f;
}
.sep_webpartVerb{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px;
}
table.sep_zone{
    border:none !important;
    margin-top:10px;
}

table.sep_zone > tbody > tr:nth-child(2){
    border:1px dashed #2e373f !important;
    padding:0 5px;
}
table.sep_webpart{
    border:1px dotted transparent;
    transition:all 0.3s;
    border-radius: 5px;
}
table.sep_webpart:hover{
    border-color:#2e373f;
}
.sep_webpart:hover .sep_webpartTitle{
    opacity:1;
}
.sep-container-fluid > div{
    margin-right:-10px;
    margin-left:-10px;
}
.sep_webpartTitle table tr > td:nth-child(2) > .sep_webpartVerb:nth-child(3):after{
    width:65px;
    margin: 0 -32px;
}
.sep_webpartTitle table tr > td:nth-child(2) > .sep_webpartVerb:nth-child(2):hover:after
, .sep_webpartTitle table tr > td:nth-child(2) > .sep_webpartVerb:nth-child(3):hover:after{
    display: initial;
}
.sep_webpart_close, .sep_webpart_minimize{
    font-size:0;
}
.sep_webpart_close::before {
    content: "\f00d";
    font-family: fontawesome;
    font-size: 18px;
    vertical-align: middle;
}
.sep_webpart_minimize::before {
    content: "\f068";
    font-family: fontawesome;
    font-size: 18px;
    vertical-align: middle;
}
.sep_webpart_empty{
    text-align:center;
}
.sep_webpart_empty:before{
    display:block;
    content:'empty';
    font-size:20px;
    margin-bottom:5px;
    color: #aaa;
}
/*--------------------------*/