/* Minification failed. Returning unminified contents.
(3794,37): run-time error CSS1039: Token not allowed after unary operator: '-b38'
(3844,22): run-time error CSS1039: Token not allowed after unary operator: '-f52'
(3849,37): run-time error CSS1039: Token not allowed after unary operator: '-i1d'
(3851,22): run-time error CSS1039: Token not allowed after unary operator: '-i1d'
(3858,22): run-time error CSS1039: Token not allowed after unary operator: '-i1d'
 */
@font-face {
    font-family: 'iransans';
    src: url('/Content/fonts/IRANSansWeb.eot'); /* IE9 Compat Modes */
    src: url('/Content/fonts/IRANSansWeb.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/Content/fonts/IRANSansWeb.woff2') format('woff2'), /* Super Modern Browsers */
    url('/Content/fonts/IRANSansWeb.woff') format('woff'), /* Pretty Modern Browsers */
    url('/Content/fonts/IRANSansWeb.ttf') format('truetype'); /* Safari, Android, iOS */
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    font-family: 'iransans',tahoma;
    font-weight: normal;
    font-style: normal;
}

b {
    font-size: larger;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    background-color: #fafafa
}

ol, ul {
    list-style: none;
}

blockquote, q {
    -webkit-quotes: none;
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

label, .label {
    color: #5F5F5F;
    margin-right: 5px;
}

textarea {
    box-sizing: border-box;
    max-height: 160px;
    min-height: 38px;
    overflow-x: hidden;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.right {
    float: right;
}

.left {
    float: left;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.username {
    margin-top: 12px !important;
    padding-right: 5px !important;
    font-size: 1.1em;
    color: #fff;
    max-width: 125px;
}

.mainH {
    font-size: 16px;
    line-height: 26px;
    display: inline;
    font-size: 1em;
    color: #ddd;
}

body {
    color: #4C4C4C;
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 15px;
    line-height: 1.5;
    /*background: url('img/core/back.png');*/
    background-repeat: repeat;
}

.honar-logo {
    width: 130px;
    height: 72px;
    background-image: url(img/core/iconsprite.png);
    background-position: -100px -215px;
}

.wrapper {
    width: 100%;
    margin: 0 auto;
}

main {
    display: block;
    padding: 0 0 20px;
}

.container {
    width: 100%;
    margin: 0 auto;
}

footer .container {
    max-width: 960px;
}

header {
    background-color: #2d323c;
    color: white;
}

    header .branding {
        padding: 5px 0;
        text-align: center;
    }

    header .logo {
        text-align: center;
    }

    header .social {
        text-align: center;
    }

    header nav {
        margin: -5px auto 5px;
    }

.socialIcon {
    padding: 5px;
    border-radius: 15px;
    color: #2D323C;
    font-size: 19px !important;
    background: #fff;
    width: 29px;
    height: 29px;
    text-align: center;
}

.menuIcon {
    display: none !important;
}

.contest span {
    font-size: small;
}

.mob span {
    font-size: .9em;
}

.requests.menu {
    display: none;
}

.w100-center {
    text-align: center !important;
    width: 100%;
    display: inline-block;
}

.visualart-desc input[type=number] {
    direction: ltr;
}

@media all and (min-width: 600px) {
    .contest {
        float: right !important;
    }

    .uImage {
        width: 62px;
        height: 62px;
    }
}

.site-title h1 {
    color: #fff;
}

footer {
    padding: 20px 0;
    background-color: #2d323c;
}

    footer .asides {
        margin-bottom: 20px;
    }

    footer aside {
        margin-bottom: 10px;
    }

    footer nav ul {
        list-style: none;
        margin: 0;
        padding: 0;
        text-align: center;
    }

    footer nav li {
        display: inline-block;
    }

    footer nav a {
        margin: 0 5px;
        color: #fff;
    }

    footer .logo {
        text-align: center;
    }

        footer .logo img {
            display: inline-block;
            vertical-align: middle;
            width: 130px;
        }

    footer .copyright {
        text-align: center;
    }

        footer .copyright small {
            color: #fff;
            font-size: 12px;
        }

        footer .copyright a {
            color: #010102;
        }

@media all and (min-width: 600px) {
    footer aside {
        margin-bottom: 0;
        float: left;
        width: 33.3333%;
    }

    footer nav ul {
        text-align: left;
    }

    footer nav li {
        display: block;
    }

    footer nav a {
        display: inline-block;
        margin: 0;
    }

    footer .logo {
        text-align: right;
    }
}

#fusionads {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 20;
    padding: 20px;
    background: #ffffff;
    background: rgba(255, 255, 255, 0.95);
    font-size: 12px;
    line-height: 1.2;
    -webkit-box-shadow: -2px 2px 4px #000000;
    -webkit-box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: -2px 2px 4px #000000;
    -moz-box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.1);
    box-shadow: -2px 2px 4px #000000;
    box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.1);
}

    #fusionads .fusion-wrap {
        display: block;
        margin: 0 auto 10px auto;
        width: 130px;
    }

    #fusionads a.fusion-text {
        display: block;
        color: #646464;
    }

    #fusionads a.fusion-img {
        display: block;
        margin-bottom: 10px;
        width: 130px;
        height: 100px;
        background-color: #fff;
    }

        #fusionads a.fusion-img img {
            display: block;
            margin: 0 0 10px 0;
        }

    #fusionads a.fusion-poweredby {
        color: #2d323c;
    }

        #fusionads a.fusion-poweredby:hover {
            color: #010102;
        }

#close-fusionad {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 30;
    width: 20px;
    height: 20px;
    background-color: #282828;
    text-align: center;
    line-height: 20px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
}

a {
    text-decoration: blink;
    text-decoration: none;
    color: #00b9ff;
    display: inline-block;
}

    a:hover {
        color: #28aadc;
    }

.dirRight {
    direction: rtl;
}


.margin2 {
    margin: 2px;
}

[class^="icon-"], [class*=" icon-"] {
    display: inline-block;
    width: 40px;
    height: 49px;
    vertical-align: text-top;
    margin-left: 2px;
    margin-top: -19px;
    background-image: url(img/core/iconsprite.png);
    background-repeat: no-repeat;
}

.icon-paint {
    background-position: -152px -100px !important;
}

.icon-photo {
    background-position: -206px -100px !important;
}

.icon-music {
    background-position: -102px -50px !important;
}

.icon-write {
    background-position: -102px -100px !important;
}

.icon-poem {
    background-position: -152px -150px !important;
}

.icon-other {
    background-position: -102px -150px !important;
}

.icon-film {
    background-position: -152px -50px !important;
}

.icon-animate {
    background-position: -206px -150px !important;
}

nav.cmn-tile-nav {
    display: none;
}

    nav.cmn-tile-nav.open {
        display: block;
    }

    nav.cmn-tile-nav ul {
        list-style: none;
    }

    nav.cmn-tile-nav li {
        display: block;
        overflow: hidden;
        font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
        -ms-text-shadow: -1px 1px #000000;
        -ms-text-shadow: -1px 1px rgba(0, 0, 0, 0.3);
        text-shadow: -1px 1px #000000;
        text-shadow: -1px 1px rgba(0, 0, 0, 0.3);
        -webkit-transition: background 0.3s;
        -moz-transition: background 0.3s;
        -o-transition: background 0.3s;
        transition: background 0.3s;
    }

    nav.cmn-tile-nav a {
        display: block;
        padding: 20px;
        padding: 16px 16px 6px 0;
        color: #fff;
        -webkit-transition: background 0.3s, -webkit-transform 0.3s;
        -moz-transition: background 0.3s, -moz-transform 0.3s;
        -o-transition: background 0.3s, -o-transform 0.3s;
        transition: background 0.3s, transform 0.3s;
    }

        nav.cmn-tile-nav a:hover {
            -webkit-transform: translateX(20px);
            -moz-transform: translateX(20px);
            -ms-transform: translateX(20px);
            -o-transform: translateX(20px);
            transform: translateX(20px);
        }

i.colour-1 {
    color: #28aadc;
}

i.colour-2 {
    color: #0a8cbe;
}

i.colour-3 {
    color: #006ea0;
}

i.colour-4 {
    color: #006478;
}

i.colour-5 {
    color: #005a5a;
}

i.colour-6 {
    color: #007864;
}

i.colour-7 {
    color: #0aa06e;
}

i.colour-8 {
    color: #0abe8c;
}

nav.cmn-tile-nav li.colour-1, div.colour-1 {
    background-color: #28aadc;
    border-color: #28aadc;
}

    nav.cmn-tile-nav li.colour-1 a {
        background-color: #28aadc;
    }

    nav.cmn-tile-nav li.colour-1:hover, nav.cmn-tile-nav li.colour-1:hover a {
        background-color: #166888;
    }

nav.cmn-tile-nav li.colour-2, div.colour-2 {
    background-color: #0a8cbe;
    border-color: #0a8cbe;
}

    nav.cmn-tile-nav li.colour-2 a {
        background-color: #0a8cbe;
    }

    nav.cmn-tile-nav li.colour-2:hover, nav.cmn-tile-nav li.colour-2:hover a {
        background-color: #05455d;
    }

nav.cmn-tile-nav li.colour-3, div.colour-3 {
    background-color: #006ea0;
    border-color: #006ea0;
}

    nav.cmn-tile-nav li.colour-3 a {
        background-color: #006ea0;
    }

    nav.cmn-tile-nav li.colour-3:hover, nav.cmn-tile-nav li.colour-3:hover a {
        background-color: #00283a;
    }

nav.cmn-tile-nav li.colour-4, div.colour-4 {
    background-color: #006478;
    border-color: #006478;
}

    nav.cmn-tile-nav li.colour-4 a {
        background-color: #006478;
    }

    nav.cmn-tile-nav li.colour-4:hover, nav.cmn-tile-nav li.colour-4:hover a {
        background-color: #000f12;
    }

nav.cmn-tile-nav li.colour-5, div.colour-5 {
    background-color: #005a5a;
    border-color: #005a5a;
}

    nav.cmn-tile-nav li.colour-5 a {
        background-color: #005a5a;
    }

    nav.cmn-tile-nav li.colour-5:hover, nav.cmn-tile-nav li.colour-5:hover a {
        background-color: black;
    }

nav.cmn-tile-nav li.colour-6, div.colour-6 {
    background-color: #007864;
    border-color: #007864;
}

    nav.cmn-tile-nav li.colour-6 a {
        background-color: #007864;
    }

    nav.cmn-tile-nav li.colour-6:hover, nav.cmn-tile-nav li.colour-6:hover a {
        background-color: #00120f;
    }

nav.cmn-tile-nav li.colour-7, div.colour-7 {
    background-color: #0aa06e;
    border-color: #0aa06e;
}

    nav.cmn-tile-nav li.colour-7 a {
        background-color: #0aa06e;
    }

    nav.cmn-tile-nav li.colour-7:hover, nav.cmn-tile-nav li.colour-7:hover a {
        background-color: #04402c;
    }

nav.cmn-tile-nav li.colour-8, div.colour-8 {
    background-color: #0abe8c;
    border-color: #0abe8c;
}

    nav.cmn-tile-nav li.colour-8 a {
        background-color: #0abe8c;
    }

    nav.cmn-tile-nav li.colour-8:hover, nav.cmn-tile-nav li.colour-8:hover a {
        background-color: #055d45;
    }

nav.cmn-tile-nav li,
nav.cmn-tile-nav a {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.logout {
    position: absolute;
    left: 5px;
    top: 60px;
}

    .logout a {
        font-size: .9em;
    }

.paket {
    margin: 15px 5px 0 0;
}

    .paket .fa {
        font-size: 1.3em !important;
        margin: 0;
        padding: 0;
    }

@media all and (min-width: 768px) {
    .logoLink {
        margin-top: 2px;
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0);
    }
}

.font10 {
    font-size: 12px !important;
}

.font12, .font14 {
    font-size: 14px !important;
}

@media all and (max-width: 768px) {
    .font10 {
        font-size: 10px !important;
    }

    .font12 {
        font-size: 12px !important;
    }

    .logout {
        top: 140px;
    }


    .fix-social {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #2d323c;
        z-index: 13;
    }

    header .branding {
        padding: 5px 0 0 0;
    }

    .logo-nav {
        display: inline-block;
    }

    header nav {
        margin: 5px auto 0;
    }

    .search-box {
        width: 100%;
    }

        .search-box input {
            width: 100% !important;
            border-radius: 0 !important;
            padding-right: 10px;
            text-align: center;
        }

    button#SearchBtn {
        border-radius: 0 !important;
        position: absolute !important;
        left: 0;
    }

    header .logo {
        height: 41px;
    }

        header .logo img {
            display: block;
            margin: 0;
            width: 130px;
        }
}

@media all and (min-width: 480px) {
    .level0:hover aside {
        display: block !important;
    }

    .fm-hr {
        display: none;
    }

    .fm-icon {
        display: none !important;
    }

    .label.artist {
        max-width: 150px;
    }

    .logoLink {
        margin-top: 2px;
    }


    nav.cmn-tile-nav {
        display: block;
    }

    .uImage {
        width: 52px;
        height: 52px;
    }

    nav.cmn-tile-nav li {
        width: 50%;
        float: right;
    }

    nav.cmn-tile-nav li, nav.cmn-tile-nav a {
        direction: rtl;
        text-align: right;
    }
}

@media all and (max-width: 480px) {

    .fm-side {
        margin-top: 0 !important;
        position: fixed;
        top: 0 !important;
        bottom: 0 !important;
        right: 0;
        z-index: 13;
        margin-top: 0;
        overflow-y: auto;
        max-height: 100%;
        height: 100%;
        transform: translate3d(250px,0,0);
        -webkit-transform: translate3d(250px, 0, 0);
        -moz-transform: translate3d(250px, 0, 0);
        -ms-transform: translate3d(250px, 0, 0);
        -o-transform: translate3d(250px, 0, 0);
        overflow: hidden;
        overflow-y: scroll;
        transition-duration: 800ms;
        transition-property: transform;
        transition-property: transform,-webkit-transform;
        transition-delay: 0;
        transition-timing-function: cubic-bezier(.99,-.05,.19,1.04);
        will-change: transform;
    }

        .fm-side .title {
            color: #666;
            text-align: center;
            background: #eeeeee;
            padding: 5px;
            direction: rtl;
        }

        .fm-side.show-it {
            transform: translate3d(0,0,0);
            -webkit-transform: translate3d(0, 0, 0);
            -moz-transform: translate3d(0, 0, 0);
            -ms-transform: translate3d(0, 0, 0);
            -o-transform: translate3d(0, 0, 0);
            z-index: 1002;
        }

    .fm-side-backdrop {
        display: block;
        visibility: hidden;
        transition-delay: 0ms;
        opacity: 0;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1001;
        background-color: rgba(60,60,59,.4);
        transition-property: opacity;
        transition-duration: 500ms;
        will-change: opacity;
    }

        .fm-side-backdrop.show-it {
            visibility: visible;
            opacity: 1;
        }

    .fm-nav {
        height: auto !important;
        display: inline-block;
        background: none !important;
    }

    li.level0 {
        float: none !important;
        text-align: right !important
    }

    .level0 aside {
        position: static !important;
        background: none !important;
    }

    a.fm-link {
        color: #333 !important;
        padding: 10px !important;
        font-size: 1em !important;
    }

        a.fm-link.hot {
            background-color: #d80e44 !important;
            color: #fff !important;
            width: 100%;
            text-align: center;
            border-radius: 3px;
        }

    .fm-hr {
        display: block;
        width: 100%;
    }

    .fm-icon {
        margin-left: 5px;
        font-size: 1.2em !important;
        color: #777;
    }

    .logo-con {
        width: 100%;
        height: 50px;
        display: inline-block;
        background: #2d323c;
        border-bottom: 1px solid #23272f;
        margin-top: -5px;
    }

    a.logoLink {
        float: left;
        -ms-transform: scale(0.5, 0.5);
        -webkit-transform: scale(0.5, 0.5);
        transform: scale(0.5, 0.5);
        margin-top: -10px;
        margin-left: -25px;
    }

    .font10 {
        font-size: 9px !important;
    }

    .font12 {
        font-size: 11px !important;
    }

    .requests.menu {
        display: block;
        margin-bottom: 5px;
    }

    .site-title-fixup {
        margin-top: 52px;
    }

    .site-title-fixdown {
        margin-bottom: 45px;
    }

    header .logo img {
        display: block;
        margin: 0;
        width: 130px;
    }

    .uImage {
        width: 42px;
        height: 42px;
    }

    nav.cmn-tile-nav li, nav.cmn-tile-nav a {
        direction: rtl !important;
        text-align: right !important;
    }

    nav.cmn-tile-nav.nav-fix {
        position: fixed;
        right: 0;
        top: 51px;
        z-index: 12;
        width: 100%;
    }

        nav.cmn-tile-nav.nav-fix a {
            padding: 16px 16px 6px 0;
        }

    .ArtistBox {
        float: none !important;
    }
}

@media all and (min-width: 768px) {
    header .branding {
        padding: 5px 2%;
    }

    .logo-nav nav {
        float: right;
        margin-top: 13px;
    }

    header .social {
        padding: 13px 0 5px;
    }

    header .logo {
        margin-bottom: 0;
        float: left;
        height: 60px;
        margin-top: 5px;
    }

        header .logo img {
            display: block;
            margin: 0;
            width: 130px;
        }

    header .social {
        padding: 13px 0 5px;
        float: right;
        text-align: right;
    }

    nav.cmn-tile-nav li {
        width: 25%;
    }

    .uImage {
        width: 100px;
        height: 100px;
    }

    nav.cmn-tile-nav a {
        text-align: center;
        padding: 20px 13px 20px 13px;
    }

        nav.cmn-tile-nav a:hover {
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0);
            -webkit-transform: translateY(-20px);
            -moz-transform: translateY(-20px);
            -ms-transform: translateY(-20px);
            -o-transform: translateY(-20px);
            transform: translateX(0);
            transform: translateY(-20px);
        }
}

a.nav-toggle {
    display: block;
    padding: 0;
    background-color: #0bbe8c;
    text-align: center;
    line-height: 15px;
    box-shadow: 0 2px 4px 0 #000000,0 2px 10px 0 #000000 !important;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12) !important;
}

    a.nav-toggle.nav-toggle-fix {
        position: fixed;
        top: 3px;
        right: 0;
        z-index: 13;
        background-color: transparent !important;
        box-shadow: none !important;
    }

    a.nav-toggle span {
        position: absolute;
        top: 16px;
        right: 35px;
        z-index: 13;
        color: #fff;
        font-size: 16px;
    }

    a.nav-toggle.open {
        background: #2D323C;
    }

    a.nav-toggle .btn {
        border: 0;
        font-size: 20px;
    }

@media all and (min-width: 480px) {
    a.nav-toggle {
        display: none;
    }

    .fm-side {
        width: 100% !important;
        overflow: hidden !important;
        padding: 0 !important;
        box-shadow: none !important;
        margin-top: 0 !important;
        background-color: #23272f !important;
        max-width: 100% !important;
        height: 65px !important;
    }

        .fm-side .title {
            display: none
        }
}

@media all and (min-width: 1251px) {
    .fm-side {
        height: 34px !important;
    }
}

@media all and (min-width: 1024px) {

    .menuIcon {
        /*display: block;*/
        margin: -20px auto 10px;
    }

    nav.cmn-tile-nav li {
        overflow: visible;
        width: 12.5%;
    }

    .uImage {
        width: 152px;
        height: 152px;
    }

    nav.cmn-tile-nav a {
        padding: 20px 5px 20px 5px;
    }

        nav.cmn-tile-nav a:hover {
            -webkit-transform: translateY(20px);
            -moz-transform: translateY(20px);
            -ms-transform: translateY(20px);
            -o-transform: translateY(20px);
            transform: translateY(20px);
        }

    li.level0:hover {
        background: #2d323c;
    }
}

.container.content {
    padding: 0 0px 40px;
    display: inline-block;
    text-align: center;
}

    .container.content h2 {
        font-size: x-large;
    }

    .container.content p {
        font-family: 'iransans',tahoma;
    }

#logoutForm {
    margin-left: 5px;
    display: inline;
}

#login {
    direction: rtl;
    display: inline-block;
}

    #login li {
        float: right;
        margin-left: 5px;
    }

#login1 a, .btn {
    margin: 5px;
    display: inline-block;
    padding: 6px;
    margin-bottom: 1px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    -ms-border-radius: 4px;
    border-radius: 4px;
    color: #FFF;
    border-color: #ccc;
}


hgroup.title {
    margin-bottom: 10px;
    text-align: center;
}

fieldset {
    border: none;
    margin: 0;
    padding: 0;
    width: 280px;
    background: #eee;
    padding: 15px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    margin: auto;
    margin-bottom: 10px;
}

    fieldset legend {
        display: none;
    }

    fieldset ol li {
        padding-bottom: 5px;
    }

.autowidth {
    width: auto;
    max-width: 500px;
}

.autohight {
    height: auto !important;
}

.autowidth ol li {
    padding-bottom: 5px;
    margin: 0 20px;
}

.autowidth input, .autowidth textarea, .autowidth select {
    width: 100%;
}

#loginForm input[type="checkbox"], #loginForm input[type="submit"], #loginForm input[type="button"], #loginForm button {
    width: auto;
}

input[type="submit"], input[type="button"], button {
    cursor: pointer;
    padding: 7px 10px;
    width: auto;
    font-family: iransans,tahoma;
    background-color: #2196f3;
    color: #fff;
    border: 0;
    font-size: 1em;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-appearance: none;
}

input, textarea, select {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1.2em;
    margin: 1px 0 6px 0;
    padding: 5px;
    width: 280px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    font-family: iransans,tahoma;
}

    input:not([type=checkbox]):not([type=radio]) {
        -webkit-appearance: none;
    }

.main-content {
    direction: rtl;
}

.regLink {
    width: 275px;
    margin: auto;
}

    .regLink a {
        color: #2895F1;
    }

.ContestMain {
    height: 100%;
    overflow: hidden;
    width: auto;
    display: table;
    margin: auto !important;
    position: relative;
    padding: 0 10px;
    text-align: center;
}

h1 {
    font-size: 25px;
}

h2 {
    font-size: large;
}

.contest {
    width: 200px;
    border: 1px solid;
    color: #fff;
    padding: 5px;
    margin: 20px;
    text-align: right;
    -ms-border-radius: 5px;
    border-radius: 5px;
    height: 380px;
    position: relative;
    border: 0;
}

    .contest.contestant, .contest.old {
        display: inline-table;
        float: none !important;
    }

.sp-old-True, .dedicateContest-old, .learning-old {
    border: 2px solid rgb(232, 198, 95) !important;
    padding: 1px 5px;
}

.dedicateContest-old, .learning-old {
    border: 2px solid rgb(197,197,197) !important;
}

.sp-True, .spb-True, .dedicateContest, .learning, .holding {
    border: 2px solid rgb(232, 198, 95) !important;
    width: 204px;
}

.dedicateContest {
    border: 2px solid rgb(197,197,197) !important;
}

.learning {
    border: 2px solid rgb(241, 174, 159) !important;
}

.exhibition {
    border: 2px solid #e04f5f !important;
    border: 2px solid rgba(224, 79, 95,0.5) !important;
}

.workshop {
    border: 2px solid #fc6e51 !important;
    border: 2px solid rgba(252, 110, 81,0.5) !important;
}

.tour {
    border: 2px solid #fdbf57 !important;
    border: 2px solid rgba(253, 191, 87,0.5) !important;
}

.wall {
    background: #00e8fd;
    background: rgba(0,232,253,1);
    background: -moz-linear-gradient(top, rgba(0,232,253,1) 0%, rgba(72,229,65,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,232,253,1)), color-stop(100%, rgba(72,229,65,1)));
    background: -webkit-linear-gradient(top, rgba(0,232,253,1) 0%, rgba(72,229,65,1) 100%);
    background: -o-linear-gradient(top, rgba(0,232,253,1) 0%, rgba(72,229,65,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,232,253,1) 0%, rgba(72,229,65,1) 100%);
    background: linear-gradient(to bottom, rgba(0,232,253,1) 0%, rgba(72,229,65,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e8fd', endColorstr='#48e541', GradientType=0 );
    text-align: center;
}

    .wall label, .wall .label {
        display: none;
    }

    .wall .contestDesc {
        color: #666;
    }

        .wall .contestDesc div:first-child {
            color: #fff;
            padding: 7px;
        }

            .wall .contestDesc div:first-child span {
                font-size: large;
                white-space: pre;
            }

.sp-True::before, .dedicateContest::before, .dedicateBtn::before, .spBtn::before, .learning::before, .holding::before {
    content: ' ';
    width: 78px;
    height: 78px;
    background-image: url(img/core/iconsprite.png);
    position: absolute;
    margin-right: 151px;
    margin-top: -43px;
    font-family: tahoma;
    -webkit-transform: scale(.45);
    -moz-transform: scale(.45);
    -ms-transform: scale(.45);
    -o-transform: scale(.45);
    transform: scale(.45);
}

.dedicateContest::before, .dedicateBtn::before {
    background-position: -95px -945px;
}

.learningBtn::before, .learning::before {
    background-position: -100px -1169px;
}

.exhibition::before, .exhibition::before {
    background-position: -100px -1358px;
}

.workshop::before, .workshop::before {
    background-position: -100px -1454px;
}

.tour::before, .tour::before {
    background-position: -100px -1264px;
}

.sp-True::before, .spBtn::before {
    background-position: -100px -1865px;
}


.dedicateBtn::before, .spBtn::before {
    margin-right: 130px;
}

.contest label, .contest .label {
    color: #F9FF18;
    font-size: small;
    margin: 0;
}

.contestant label, .contestant .label, .baseColor {
    color: #333;
}

.contestant span {
    color: #888888;
}

.contest div {
    padding: 1px;
}

.contest.old {
    background: #c5c5c5;
    height: 170px;
    text-align: center;
}

.contestMes.goContest.old {
    background: rgb(167, 167, 167);
    bottom: 0;
    border: 0;
    color: #EAE6E6;
    left: 0;
    width: 100%;
    border-top: 1px solid;
}

    .contestMes.goContest.old:hover {
        background: rgb(187, 187, 187);
    }

input#UploadFile {
    width: 125px;
}

.uploadFile {
    visibility: hidden;
}

.upFile, .contestMes {
    color: white;
    text-align: center;
    margin: auto;
    position: absolute;
    bottom: 5px;
    width: 188px;
}

    .contestMes a {
        color: black;
        font-family: 'iransans',tahoma;
        font-size: small;
    }

    .contestMes.goContest.rankBtn {
        padding: 5px 0;
        -moz-box-shadow: inset 0 0 7px #ff0000;
        -webkit-box-shadow: inset 0 0 7px #ff0000;
        box-shadow: inset 0 0 7px #ff0000;
        border: 0;
        left: 7px;
    }

    .contestMes.goContest, .upFile {
        width: 188px;
        cursor: pointer;
        border: 3px #ffffff solid;
        border: 3px rgba(255, 255, 255, 0.62) solid;
        background-color: rgb(249, 255, 24);
        margin: 2px auto;
        color: #333;
    }

        .contestMes.goContest:hover, .upFile:hover {
            background-color: rgb(255, 241, 0);
        }

.break {
    border-top: #ffffff solid 1px;
    position: absolute;
    width: 188px;
    bottom: 40px;
}

.note {
    position: relative;
    padding: 1em 1.5em;
    margin: -10px auto 0 auto;
    background: transparent;
    overflow: hidden;
    -ms-border-radius: 5px;
    font-size: 1.09em;
    text-align: center;
    padding-bottom: 0;
    font-family: 'iransans',tahoma;
}

    .note.blue {
        background: #53A3B4;
    }

    .note.red {
        background: #D00000;
        background: rgba(208, 0, 0, 0.62);
    }

    .note.yellow {
        background: #d08600;
        background: rgba(208, 134, 0, 0.62);
    }

.CusData {
    text-align: center;
    border-top: 1px solid #ddd;
    display: inline-block;
    width: 100%;
}

    .CusData p {
        margin-top: 50px;
    }

.contestMes.goContest.disabled {
    background-color: rgb(219, 219, 219);
    cursor: default;
}

.disabled, .disabled:hover {
    background-color: rgb(219, 219, 219) !important;
    cursor: default;
}

.contestant, .LatestContest {
    height: 326px;
    text-align: center;
    width: 262px;
    background-color: #ffffff !important;
    color: #4c4c4c;
    /*box-shadow: 0px 0px 5px #888888;*/
}

.LatestContest {
    box-shadow: none;
}

.contestant.search-art {
    height: 230px;
}

.LatestContest {
    height: 193px;
    width: 100%;
    margin: 5px 0;
    border: 0;
    border-radius: 0;
    background-color: #f7f7f7 !important;
}

.contest.LatestContest {
    text-align: right;
    float: none !important;
    direction: rtl;
}

    .contest.LatestContest.sp-True::before {
        margin-right: 200px;
    }

    .contest.LatestContest label, .contest.LatestContest .label {
        color: #9e9e9e;
    }

.contestant div {
    padding: 0;
}

.artContain, .topArt {
    margin: 0;
    display: table;
    position: relative;
}

.topArt {
    float: none;
    text-align: center;
    display: inline-block;
    margin: 0;
    width: 140px;
    height: 100px;
}

.artistInfo {
    float: right;
    margin: 2px 0;
    text-align: right;
}

.view {
    padding: 1px;
}

.artistInfo a {
    float: right;
}

.artistName {
    float: right;
    /*border-bottom: 1px solid #ddd;*/
    width: 70%;
    text-align: right;
    margin: 1px 0;
    height: 28px;
}

label.artist, .label.artist, .label.link {
    cursor: pointer;
    overflow: hidden;
    height: 23px;
    font-size: 0.9em;
    line-height: 23px;
}

.item label.artist, .item .label.artist, .label.link {
    width: auto;
}

.LatestArt {
    max-height: 100%;
    background-repeat: no-repeat;
    max-width: 100%;
    margin: auto;
    cursor: pointer;
}

.LatestArtInfo {
    overflow: hidden;
    height: 40px;
    font-size: .85em;
    line-height: 16px;
    width: 100%;
}

.contestant .art {
    background-repeat: no-repeat;
    margin: auto;
    cursor: pointer;
    width: 296px;
    height: 200px;
    object-fit: cover;
    border-radius: 3px;
}
    .contestant .art:hover {
        object-fit: contain !important;
    }

.artContainFile .art {
    width: auto;
    height: auto;
    border-radius: 0px;
}

.pm-content .art, .topArt .art {
    max-height: 100px;
    background-repeat: no-repeat;
    max-width: 140px;
    margin: auto;
    cursor: pointer;
    float: left;
}

.topArt .art {
    float: none;
    box-shadow: 1px 1px 0px #eee, 2px 2px 0px #333, 3px 3px 0px #ccc, 4px 4px 0px #444, 5px 5px 1px #bbb, 6px 6px 1px #555;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.topArt i.fa-music {
    color: #eae6e6;
    margin-right: 20px;
    text-shadow: 1px 1px 0px #eee, 2px 2px 0px #333, 3px 3px 0px #ccc, 4px 4px 0px #444, 5px 5px 1px #bbb, 6px 6px 1px #555;
}


.totalVote, .activeArt, .totalComment {
    background-color: #f5f5f5;
    text-align: center;
    /*-ms-border-radius: 5px;
    border-radius: 5px;*/
    color: #4C4C4C;
    -moz-min-width: 20px;
    -ms-min-width: 20px;
    -o-min-width: 20px;
    -webkit-min-width: 20px;
    min-width: 20px;
    display: inline-block;
    margin-bottom: 2px;
    cursor: pointer;
}

.totalVote, .totalComment {
    width: 40px;
}

.totalComment {
    /*background-color: #f0f8ff;*/
    margin-right: 1px;
}

    .totalVote i, .totalComment i {
        margin: 0 1px;
    }

.activeArt {
    position: absolute;
    margin-top: -7px;
    margin-left: -14px;
    position: relative;
    top: -13px;
    left: 10px;
    -moz-min-width: 15px;
    -ms-min-width: 15px;
    -o-min-width: 15px;
    -webkit-min-width: 15px;
    min-width: 15px;
    font-size: 12px;
    -ms-text-shadow: none;
    text-shadow: none;
    font-family: arial;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.contestantRank {
    height: 23px;
    text-align: right;
    margin-top: 3px;
    float: left;
}

.fullBreak {
    width: 100%;
    border-bottom: 2px solid #919191;
    color: rgb(92, 92, 92);
    display: inline-block;
}

.link {
    color: #3897f0 !important;
}

.artist {
    color: #262626 !important;
}

.over {
    visibility: hidden;
    -ms-opacity: 0;
    opacity: 0;
    position: absolute;
    left: -4px;
    top: 30px;
    height: 100px;
    background-repeat: no-repeat;
    width: 140px;
    margin: auto;
}

.artBox.fa-video-camera:before, .artContain.fa-video-camera:before {
    position: absolute;
    z-index: 2;
    font-size: 1em;
    color: #e8e8e8;
    margin-left: 2px;
    margin-top: 2px;
}

.artContain.fa-video-camera:before {
    left: 8px;
}

.artContain:hover .over {
    margin: 10px;
    cursor: pointer;
    visibility: visible;
    -ms-opacity: 1;
    opacity: 1;
    -webkit-transition: opacity .2s linear;
    -moz-transition: opacity .2s linear;
    -ms-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    transition: opacity .2s linear;
}

.validation-summary-errors, .field-validation-error, .invalid {
    color: #CA0000;
    text-align: center;
}

.valid {
    color: green;
}

.error {
    background: red;
    padding: 2px;
}

.contestMes.goContest.half {
    width: 91px;
}

.upFile.half {
    width: 91px;
}

.progress {
    display: block;
    text-align: center;
    width: 0;
    height: 5px;
    padding: 0 !important;
    background: greenyellow;
    -webkit-transition: width .3s;
    -moz-transition: width .3s;
    -ms-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s;
}

    .progress.hide {
        -ms-opacity: 0;
        opacity: 0;
        -webkit-transition: opacity 1.3s;
        -moz-transition: opacity 1.3s;
        -ms-transition: opacity 1.3s;
        -o-transition: opacity 1.3s;
        transition: opacity 1.3s;
    }

.invisible {
    visibility: hidden;
}

.readMore {
    cursor: pointer;
    color: #7cdbff !important;
}

.note .special {
    padding: 5px;
    display: inline-block;
    -ms-border-radius: 3px;
    border-radius: 3px;
    background: #FFFDC5;
    margin: 5px 0;
    white-space: pre-line;
    text-align: right;
    border: 1px solid #e6e4ab;
    max-width: 1000px
}


.userImage, .uImage, .pImage, .sImage {
    -ms-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #ddd;
    background-image: url("img/core/noimage.gif");
    -ms-background-size: cover;
    background-size: cover;
    background-position: center center;
}

.userImage {
    width: 152px;
    height: 152px;
    cursor: pointer;
}

.pImage {
    width: 52px;
    height: 52px;
}

.sImage {
    width: 25px;
    height: 25px;
    margin-top: -2px;
    border: .5px solid #f5f5f5;
}

.rateHelp {
    direction: ltr;
    font-size: .7em;
    margin-top: -10px;
    text-align: left;
    color: #8a8a8a;
    width: 135px;
}

.cancelVote {
    color: #333;
    background: #fff;
    width: 57px;
    margin: -5px 0 0;
}

.hidden {
    display: none;
}

.voters {
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #ddd;
}

.mainVoters {
    max-height: 250px;
}


.MessageMain {
    width: 100%;
    max-width: 800px;
    background: #ffffff;
    border: 1px solid #ddd;
    margin: auto;
    border-radius: 5px;
    margin-bottom: 10px;
}

.messageRow {
    height: 50px;
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding: 5px;
    cursor: pointer;
    overflow: hidden;
}

.messageToRow {
    width: 100%;
    padding: 5px;
}

.messageRow.noRead {
    background: #fffbcb;
}

.messageToRow .mess {
    border-radius: 3px;
    display: inline-block;
    padding: 3px;
    white-space: pre-wrap;
    max-width: 80%;
}

.mess.myMessage {
    background-color: #eee;
}

.mess.otherMessage {
    border: 1px solid #ddd;
}

.cp-container {
    position: relative;
    width: 104px;
    height: 104px;
    background-image: url(img/core/iconsprite.png);
    background-position: -100px -486px;
    padding: 48px;
    -webkit-tap-highlight-color: #000000;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    margin: 0;
    left: -15px;
    position: absolute;
    left: 27px;
}

    .cp-container :focus {
        border: none;
        outline: 0;
    }

.cp-buffer-1,
.cp-buffer-2,
.cp-progress-1,
.cp-progress-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 104px;
    height: 104px;
    clip: rect(0,52px,104px,0);
    -moz-border-radius: 52px;
    -webkit-border-radius: 52px;
    border-radius: 52px;
}

.cp-buffer-1,
.cp-buffer-2 {
    background-image: url(img/core/iconsprite.png);
    background-position: -100px -640px;
}

.cp-progress-1,
.cp-progress-2 {
    background-image: url(img/core/iconsprite.png);
    background-position: -100px -1711px;
}

.cp-buffer-holder,
.cp-progress-holder,
.cp-circle-control {
    position: absolute;
    width: 104px;
    height: 104px;
}

.cp-circle-control {
    cursor: pointer;
}

.cp-buffer-holder,
.cp-progress-holder {
    clip: rect(0,104px,104px,52px);
    display: none;
}

    .cp-buffer-holder.cp-gt50,
    .cp-progress-holder.cp-gt50,
    .cp-progress-1.cp-fallback {
        clip: rect(auto, auto, auto, auto);
    }

.cp-controls {
    margin: 0;
    padding: 26px;
}

    .cp-controls li {
        list-style-type: none;
        display: block;
        position: absolute;
    }

        .cp-controls li a {
            position: relative;
            display: block;
            width: 50px;
            height: 50px;
            text-indent: -9999px;
            z-index: 1;
            cursor: pointer;
        }

    .cp-controls .cp-play {
        background-image: url(img/core/iconsprite.png);
        background-position: -99px -800px;
    }

        .cp-controls .cp-play:hover {
            background-position: -149px -800px;
        }

    .cp-controls .cp-pause {
        background-image: url(img/core/iconsprite.png);
        background-position: -99px -850px;
    }

        .cp-controls .cp-pause:hover {
            background-position: -149px -850px;
        }

.cp-jplayer {
    width: 0;
    height: 0;
}

.rankHeader {
    width: 100%;
    padding: 5px !important;
    display: inline-block;
    background-color: #f7f9fa;
}

    .rankHeader span {
        color: #ffffff;
    }

.ranks {
    height: 35px;
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #ddd;
    margin-top: -7px;
    padding-top: 6px !important;
}

.rankMain, .latestMain {
    height: 200px;
    text-align: center;
    width: 300px;
    border: 1px solid #f1f1f1;
    background-color: #FBFBFB !important;
    color: #4C4C4C;
}

.latestMain {
    height: 255px;
    width: 100%;
    direction: ltr;
    float: none !important;
    margin: 0 auto 10px;
    max-width: 1274px;
}

.latestAd {
    width: 100%;
    direction: ltr;
    float: none !important;
    margin: 5px auto 0;
    max-width: 1274px;
    text-align: center;
}

    .latestAd img {
        width: 100%;
        padding: 0 1px;
    }

.ad-title {
    background: #f7f7f7;
    margin: -7px 1px 10px 1px;
    color: #333 !important;
    line-height: 2em;
}

.ranksRow, .latestRow {
    overflow-x: auto;
    height: 150px;
    width: 100%;
    padding: 7px 2px !important;
}

.latestRow {
    height: 200px;
    padding: 0 !important;
    margin: 0;
}

.artistLink {
    display: inline;
    float: right;
    text-align: right;
}

.myRank {
    background: rgb(252, 255, 132);
}

.profileInfoTop {
    background: #ffffff;
    background: rgba(255, 255, 255, 0.57);
    width: 300px;
    padding: 5px 15px;
    margin: auto;
}

.SoundMain {
    width: 80px;
    margin: auto;
    display: inline-block;
    height: 100px;
}

.soundDesc {
    text-align: center;
    width: 104px;
    height: 20px;
    background: #EAEAEA;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform-origin: left top;
    -moz-transform-origin: 0px 0px;
    -ms-transform-origin: 0px 0px;
    -o-transform-origin: 0px 0px;
    -webkit-transform-origin: 0px 0px;
    transform-origin: 0px 0px;
    float: left;
    position: static;
    margin-top: 104px;
    font-size: 12px;
}

    .soundDesc p {
        color: #999;
        display: inline-block;
        line-height: 20px;
    }

.share, .shareLatest {
    height: 18px;
    left: 0;
    position: absolute;
    top: 10px;
}

.shareLatest {
    position: static;
    width: 100%;
}

    .share ul, .shareLatest ul {
        height: 23px;
        direction: ltr;
        justify-content: space-around;
        width: 100%;
        float: left;
    }

    .shareLatest ul {
        float: none;
        margin: auto;
        width: 95px;
    }

.maxBox .shareLatest ul {
    width: 100px !important;
}

.share ul li, .shareLatest ul li {
    float: left;
    margin: 0 10px;
}

    .share ul li a, .shareLatest ul li a {
        color: #D4D4D4;
        font-size: .9em;
    }

.maxBox .share ul li a, .maxBox .shareLatest ul li a {
    font-size: 1em;
}

.artistShare ul li a {
    color: #ABABAB;
    font-size: .8em;
    width: 30px;
}

.menuTitle {
    display: inline;
    direction: ltr;
}

.artBox {
    min-height: 107px;
    margin-top: 5px;
}

.rightLbl {
    width: 200px;
    display: inline-block;
}

.adminBtn {
    color: #ffffff;
    margin: 0;
    text-decoration: underline;
}

.requests {
    margin: 0 auto;
    text-align: center;
}

    .requests .btn {
        width: 200px;
        background: #7b7b7b;
        background: rgba(123,123,123,.7);
    }

.AboutArticle .requests .btn {
    width: auto;
    min-width: 200px;
    font-size: 1.2em;
    background: #7b7b7b;
    background: rgba(123,123,123,.7);
    color: #fff;
}

.contestDesc {
    height: 210px;
    padding: 0;
    margin: 0;
}

.wall .contestDesc {
    height: 108px;
}

.wall .invalid {
    font-size: .8em;
}

.AboutArticle {
    width: 100%;
    padding: 10px;
    background: #f7f7f7;
    text-align: justify;
    max-width: 960px;
    margin: 20px auto;
}

    .AboutArticle h1 {
        color: #0abe8c;
    }

    .AboutArticle p {
        white-space: pre-line;
    }

    .AboutArticle a {
        display: inline;
    }

    .AboutArticle .btn {
        display: inline-block !important;
        color: #d79d32;
        border-color: #b17f22;
    }

    .AboutArticle li {
        list-style: circle;
        margin: 0 20px 10px 0;
    }

.dedicateDesc {
    width: 60%;
    white-space: pre-wrap;
    text-align: right;
    font-size: 10px;
    float: right;
    line-height: 11px;
    direction: ltr;
    margin-top: -6px;
    color: #a0a0a0;
    z-index: 10;
    /*position: relative;*/
}

.dedicateInvite {
    margin-top: 20px !important;
    font-size: small;
}

/*.box-title {
        height: 45px;
        line-height: 55px;
        padding-top: 11px;
    }*/

.appClose {
    margin-right: 10px;
    margin-top: 9px;
    font-size: 13px;
    padding: 10px 0 0 10px;
    color: #737373;
}

.appIcon {
    margin: 5px 0 0 5px;
}

.icon50 {
    border-radius: 5px;
    width: 50px;
    height: 50px;
    background-image: url(img/core/iconsprite.png);
    background-position: -100px -1075px;
}

.appDl {
    margin-top: 5px;
}

.appLbl {
    max-width: 150px;
}

.refresh {
    color: rgb(52, 236, 102);
}

.appShow {
    background: #f1f1f1;
    width: 100%;
    height: 60px;
    transition: all ease 1000ms;
}

.appBtn {
    margin: 10px;
    background-color: #2dd05b;
    padding: 5px 20px;
}

.uploadBox {
    float: right;
    border: 1px dashed;
    width: 52px;
    height: 52px;
    margin: 25px 5px;
    padding: 0px !important;
    font-size: small;
    cursor: pointer;
}

    .uploadBox i.fa {
        display: block;
        margin-top: 5px;
    }

    .uploadBox div {
        padding: 0 !important;
        width: 50px;
        height: 50px;
    }

.imgMain {
    height: 45px;
    text-align: center;
}

.creditMain {
    margin: 0px 5px 0 0;
    text-align: center;
    font-size: .8em;
    color: #ddd;
}

.userCredit {
    margin: 10px 0 -5px 0;
}

.CreditPlus {
    font-size: .8em;
    padding: 2px 3px;
    margin: 10px 8px 0 0;
}

.plus {
    margin: 0 0 -3px 0;
}

.loginMore {
    position: relative;
}

.morebox {
    width: 150px;
    background: #f1f1f1;
    position: absolute;
    text-align: right;
    border-radius: 2px;
    z-index: 100000;
    margin-top: 2px;
}

    .morebox div {
        border-bottom: 1px solid #ddd;
        padding: 7px;
    }

        .morebox div:last-child {
            border: none;
        }

        .morebox div:hover {
            background: #f9f9f9;
        }

    .morebox i {
        margin-left: 5px;
        cursor: pointer;
    }

    .morebox a {
        color: #4C4C4C;
        width: 100%;
    }

.moreicon {
    margin: 15px 0 0 5px;
    cursor: pointer;
    padding: 0 5px;
    font-size: 1.3em !important;
}


.Ads, .AdsLink {
    box-shadow: 0px 0px 30px #828282;
    cursor: pointer;
    max-width: 100%;
    margin: 15px auto;
}

.SponsorBox {
    border-bottom: 1px solid #e6c14e;
    text-align: center;
    height: 40px;
    position: relative;
}

    .SponsorBox label, .SponsorBox .label {
        color: #e8c863;
        position: absolute;
        top: -6px;
        right: 0;
        font-size: 10px;
    }

    .SponsorBox .sImage {
        border-radius: 3px;
        border: none;
        width: 42px;
        height: 42px;
    }

    .SponsorBox span {
        font-size: 1em;
        line-height: 30px;
        padding: 2px;
    }

.contestant .fa-lock, .contestant .fa-unlock {
    position: absolute;
    top: 30px;
    left: 3px;
    color: #6d6d6d;
    font-size: medium;
}

.contestant .fa-unlock, .payEdu {
    color: #21bb21;
}

.artMiddle {
    width: 100%;
    height: 235px;
}

.caption {
    width: 100%;
    height: 40px;
    margin-top: 5px;
    border-top: 1px solid #f5f5f5;
    font-size: .8em;
    text-align: right;
    max-height: 40px;
    line-height: 15px;
    padding: 5px !important;
}

.mob .caption {
    height: auto;
    max-height: 85px;
    line-height: 20px;
}

.caption p {
    position: relative;
    display: inline-block;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 2.4em;
    line-height: 1.3em;
}

.caption .fa-pencil {
    margin: 0 0px 0 5px;
    float: right;
    color: #f38647;
    font-size: 1.3em;
}

.rightAlign {
    text-align: right;
    direction: rtl;
    padding-right: 5px;
}

.preBreak {
    white-space: pre-line;
}

.tags a {
    color: #9c9c9c;
    font-size: small;
    cursor: default;
}

.homeDesc {
    max-width: 960px;
    text-align: right;
    margin: auto;
    font-size: 1em;
    padding: 5px;
    background-color: #f9f9f9;
    box-shadow: #ddd 0px 0px 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

    .homeDesc h1, .homeDesc h2 {
        font-size: 1em !important;
        margin: 5px 0;
    }

    .homeDesc ul {
        margin: 10px;
    }

.latestContainer {
    width: 100%;
    display: inline-block;
}

.wallBtn {
    position: absolute;
    left: -1px;
    top: 0;
    font-size: .85em;
    text-align: center;
    background: #33bde6;
    background: rgba(51, 189, 230, 0.8);
    color: #fff;
    border: 0;
    float: right;
    padding: 6px !important;
    max-width: 95px;
    white-space: normal;
}

.gsc-search-button {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    margin: 2px 0 0 0 !important;
    border-radius: 0px !important;
    padding: 0;
}

.gsc-search-box-tools .gsc-search-box .gsc-input {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    padding: 0px !important;
}

.cse .gsc-control-cse, .gsc-control-cse {
    background-color: transparent !important;
    padding: 0 0 !important;
    border: 0 !important;
    margin: 5px 5px 0 0;
}

.gsc-input-box {
    height: 27px !important;
    border-right: 0px !important;
    margin-top: -3px !important;
}

.gsc-tabHeader, .gsc-control-cse * {
    box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
}

.dedicateDesc.price .fa {
    font-size: 14px;
}

.ranksMan {
    /*position: absolute;
    bottom: 35px;*/
}

.dedicateDesc.price {
    direction: rtl;
    float: left;
    width: auto;
    margin: 0;
    padding: 0;
    white-space: normal;
    font-size: .9em;
    /*position: relative;*/
    top: -10px;
}

    .dedicateDesc.price.p-search {
        margin-top: -14px;
    }

.pushMsg {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 277px;
    height: 77px;
    z-index: 2000;
    text-align: right;
    background: #ffffff;
    display: none;
    border: 1px solid #ddd;
    opacity: .9;
}

.pushImg {
    float: left;
    width: 75px;
    height: 75px;
}

.pushBody {
    float: right;
    width: 200px;
    height: 75px;
    padding: 5px;
    color: #333;
}

    .pushBody p {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.ranking {
    margin: 10px auto;
    background: #f38647;
    border-color: #f38647;
    min-width: 200px;
}

.result-valid {
    background: #75ff75;
    text-align: center;
}

.buyresult-valid {
    background: #75ff75;
    text-align: center;
    font-size: 1.4em;
    padding: 5px;
    color: #555;
    direction: rtl;
}

.comment-div {
    display: inline-block;
    width: 100%;
}

    .comment-div .artist {
        font-weight: bold;
    }

.main-comment {
    padding: 7px;
}

    .main-comment textarea {
        height: 45px;
        -ms-transition: height 1s;
        -o-transition: height 1s;
        -webkit-transition: height 1s;
        transition: height 1s;
    }

        .main-comment textarea:focus {
            height: 105px;
        }

.reply-btn {
    display: inline;
    padding: 1px;
    color: #999;
}

.parent-reply {
    display: inline
}

.user-search, .info-search {
    text-align: center;
    color: #f0f0f0;
    background: #c5c5c5;
    padding: 5px;
    margin: 2px;
    cursor: pointer;
    border-radius: 5px;
}

.info-search {
    background: #b8860b;
}

.search-box {
    text-align: center;
    display: inline-block;
}

    .search-box input {
        width: 250px;
        margin: auto;
        max-width: 800px;
        text-align: center;
        direction: rtl;
        font-family: 'iransans';
        font-size: .9em !important;
        float: left;
        height: 35px;
        border-radius: 15px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border: 0;
        background: #23272f;
        color: #ddd;
    }

        .search-box input::-webkit-input-placeholder, .search-box input::-moz-placeholder, .search-box input:-ms-input-placeholder, .search-box input:-moz-placeholder {
            opacity: .5;
        }

        .search-box input:focus {
            background: #e2e2e2;
            outline: none;
            color: #333;
        }

fieldset ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #aaa;
    font-size: 14px;
}

fieldset ::-moz-placeholder { /* Firefox 19+ */
    color: #aaa;
    font-size: 14px;
}

fieldset :-ms-input-placeholder { /* IE 10+ */
    color: #aaa;
    font-size: 14px;
}

fieldset :-moz-placeholder { /* Firefox 18- */
    color: #aaa;
    font-size: 14px;
}

button#SearchBtn {
    position: relative;
    float: left;
    height: 35px;
    border-radius: 0;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    background: #23272f;
    color: #838383;
    outline: none;
}

.ArtistMain {
    background: #f7f7f7;
    margin-bottom: 20px !important;
    height: 100%;
    overflow: hidden;
    padding: 10px;
}

    .ArtistMain a {
        color: #4646f1;
    }

.ArtistDesc {
    min-width: 300px;
    padding: 5px;
}

    .ArtistDesc *, .ArtistBox * {
        font-family: 'iransans' !important;
    }

.ArtistBox {
    float: right;
    clear: right;
    margin: 5px;
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 5px;
    text-align: center;
    max-width: 350px;
}

    .ArtistBox table {
        width: 100%;
    }

    .ArtistBox tr:nth-child(even) {
        background: #CCC;
    }

    .ArtistBox tr:nth-child(odd) {
        background: #FFF;
    }

    .ArtistBox td.title {
        font-weight: bold;
        margin-left: 5px;
        width: 80px;
        text-align: right;
        padding: 5px;
    }

    .ArtistBox td.value {
        text-align: right;
    }

.SubTitle {
    font-size: 1.4em;
}

.ArtistBox .SubTitle {
    background: #ffa500;
}

.RelatedPost div {
    float: right;
    text-align: center;
    background: #fff;
    margin: 5px;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.sep:after {
    content: '،';
}

.ArtistDesc img {
    max-width: 100%;
}

.infotype-title {
    font-size: .9em !important;
}

.workshopNotice {
    float: right;
    width: 125px;
}

.ExNotice {
    margin-bottom: -22px;
}

#loadingDiv {
    text-align: center;
    display: none;
    margin-bottom: 20px;
}


.contestant.mob, .LatestContest.mob {
    height: auto;
    width: 100%;
    border: 0;
    margin: 25px 0;
}

.ContestMain.mob {
    padding: 0;
    margin: 0 !important;
    width: 100%;
}

.artContain.mob, .topArt.mob {
    width: 100%;
    height: auto;
}

.artContain.performance {
    margin-bottom: 8px;
}

.artMobile {
    width: 100%;
}

.artMiddle.mob {
    overflow: hidden;
    height: auto;
    font-size: 1.2em;
}

.contestantRank.mob {
    margin: 2px 5px 0;
    line-height: 28px;
}

.wallBtn.mob {
    position: absolute;
    left: 0px;
    top: 0;
    width: auto;
    max-width: initial;
    background: transparent;
    color: #0d00d0;
}

.dedicateDesc.price.mob {
    float: left;
    width: auto;
    margin: 0;
    padding: 0;
    white-space: normal;
    font-size: .9em;
}

.artistInfo.ranksMan.mob {
    /*position: absolute;
    bottom: 35px;*/
}

.mob .cp-container {
    position: absolute;
    left: 27px;
}

.mob .rateHelp {
    text-align: left;
    width: 133px;
}

.logo-nav {
    width: 100%;
    height: 42px;
}

.ContestLink {
    display: inline;
    float: right;
    margin-left: 5px;
    color: #000;
}

.cap {
    color: #888;
}

.vcenter {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.hcenter {
    margin: auto;
}

.tcenter {
    text-align: center;
}

.vhcenter {
    top: 50% !important;
    left: 50% !important;
    -webkit-transform: translate(-50%,-50%) !important;
    -moz-transform: translate(-50%,-50%) !important;
    -ms-transform: translate(-50%,-50%) !important;
    -o-transform: translate(-50%,-50%) !important;
    transform: translate(-50%,-50%) !important;
}

.not-follower {
    background: #3897f0;
    color: #fff;
}

.follower {
    background: #fff;
    color: #333;
}

.followBtn {
    color: #333;
    border: 0;
    width: 88px;
}

    .followBtn span {
        width: 100%;
        display: block;
        text-align: center;
    }

    .followBtn label {
        color: #999;
        display: block;
        margin: auto;
    }

.conFl {
    background: #fff !important;
    float: right;
    font-size: 1em;
    width: auto;
    cursor: pointer;
    width: 25px;
    overflow: hidden;
    text-align: right;
    position: relative;
    z-index: 2;
}

.mob .conFl {
    margin-top: -2px;
}

.box-title .conFl {
    float: none;
    position: absolute;
    top: 0;
    left: 85px;
    height: 45px;
    width: 28px;
}

.conFl.follower {
    color: #262626 !important;
}

    .conFl.follower:after {
        content: "\f00c";
        font-family: FontAwesome;
        margin: 0 5px 0 10px;
    }

.conFl.not-follower:after {
    content: "\f234";
    font-family: FontAwesome;
    margin: 0 5px 0 10px;
    color: #888888 !important;
}

.artistOl li {
    text-align: center;
}

.loginRate, .voteBtn {
    color: #c1c1c1;
    font-size: 1.45em;
    margin: -4px 5px 0 0;
    float: left;
    cursor:pointer;
}

    .voteBtn.voted {
        color: #d4af37;
    }

.loginMsg {
    direction: rtl;
    font-size: 1.2em;
    margin: 30px;
}

    .loginMsg a, .loginBuy a, .buy a {
        color: #fffefe !important;
        background: #28aadc;
        border: none;
    }

.loginBuy a, .buy a {
    background: #888;
    padding: 7px 5px;
    margin-top: 0;
    cursor: pointer;
}

.accountSubmit {
    width: 100% !important;
    margin-bottom: 15px;
}

.cap a {
    color: #003569;
}

.artDesc h1 {
    font-weight: bold;
}

.artDesc h2, .artDesc h3 {
    font-size: .9em !important;
}

a[href="#CaptchaImage"] {
    float: left;
    margin-top: -25px;
    margin-left: 20px;
}

    a[href="#CaptchaImage"]:before {
        font-family: FontAwesome !important;
        content: '\f021';
        color: #5F5F5F;
    }

.dayH {
    text-align: center;
    font-size: 14px;
    font-weight: 100;
    white-space: pre-line;
}

.dayR {
    text-align: center;
    overflow: hidden;
    max-height: 40px;
    position: absolute;
    width: 100%;
}

.gallery {
    width: 100%;
    background: #fff;
    max-width: 800px;
    margin: 20px auto;
    border: 1px solid #ddd;
}

    .gallery th, .gallery td {
        text-align: center;
        width: 12.5%;
        border-left: 1px solid #ddd;
        height: 40px;
        position: relative;
    }

    .gallery tr {
        border-bottom: 1px solid #ddd;
    }

.evName td {
    text-align: center;
    height: 20px;
}

.eventName {
    max-height: 40px;
    overflow: hidden;
    width: 100%;
}

    .eventName.vcenter {
        position: absolute !important;
    }

    .eventName a {
        display: block;
        color: #333;
        background-color: #bcffbc;
    }

.evName.gray, .evDate.gray {
    background: #f2f2f2;
}

.gallery td:first-child, .gallery th {
    background: #fffef0;
}

    .gallery td:first-child a {
        color: #00b7fd;
    }

    .gallery th:first-child {
        background: #fcfad5;
        height: 65px;
    }

.ChkLbl {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 9px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .ChkLbl input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #ffffff;
    border: 1px solid #ddd;
}

.ChkLbl:hover input ~ .checkmark {
    background-color: #ccc;
}

.ChkLbl input:checked ~ .checkmark {
    background-color: #2196F3;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.ChkLbl input:checked ~ .checkmark:after {
    display: block;
}

.ChkLbl .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.bold {
    font-weight: bold
}

.after-star:after {
    content: '*'
}

.exevent {
    text-align: center;
    width: auto;
    background-color: #ececec;
    background-color: #ececec9e;
    margin: 20px auto 40px;
    padding: 10px;
    display: inline-block;
    font-size: 1.1em;
    max-width: 1040px;
    border-radius: 3px
}

    .exevent h1 {
        margin-bottom: 20px;
        background: #ffbe47;
        padding: 5px;
    }

.eventContainer .right {
    max-width: 50%;
    height: 480px;
    overflow: hidden
}

.eventContainer div {
    padding: 20px;
    text-align: right;
}

.exevent img {
    max-width: 300px;
    width: 100%
}

.evImgTitle {
    max-width: 300px;
    height: 30px;
}

.exevent .eventContainer {
    width: 100%;
    display: inline-block;
    text-align: right;
}


@media all and (max-width:600px) {
    .exevent img {
        max-width: 100%;
    }

    .eventContainer .right {
        max-width: 100%;
        height: auto;
    }

    .evImgTitle {
        max-width: 100%;
        height: auto;
    }
}

.exevent p {
    line-height: 2em;
    word-break: break-word
}

.eventContainer .fa {
    color: #c1c0c0;
    font-size: 1.2em;
}

.exevent h2 {
    font-size: 1.2em;
    color: #222;
}

.artTag {
    background: #ccc;
    font-size: .9em;
    margin: 2px;
    padding: 2px;
}

.evImgTitle {
    text-align: center;
    background: #fbfbfb;
    padding: 5px 0;
}

.exstart a {
    border-right: 2px solid #f38647;
}

.evSug .user-search {
    max-width: 165px;
}

.evSug .evTitle {
    height: 44px;
}

.side-menu, .fm-side {
    width: 250px;
    max-width: 250px;
    background-color: #f9f9f9;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-top: -20px;
    padding: 5px;
    box-shadow: -1px -1px 1px 0px #ddd;
}

.fix-side-menu {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 13;
    margin-top: 0;
}

.fix-side-menu-bottom {
    bottom: 200px;
    top: auto;
}

.shop {
    width: calc(100% - 250px);
    float: left;
    display: block;
}

.side-menu-btn {
    display: none;
}

.side-menu .exit, .fm-side .exit {
    display: none
}

@media all and (max-width: 850px) {
    .shop {
        width: 100% !important;
        float: none;
    }

    .side-menu .exit, .fm-side .exit {
        display: block
    }

    .side-menu-btn {
        background-color: #397ff6;
        position: fixed;
        right: 20px;
        bottom: 20px;
        padding: 14px 14px 6px 14px;
        border-radius: 50%;
        z-index: 1000;
        cursor: pointer;
        display: block;
        color: #fff;
        -webkit-box-shadow: 0px 0px 10px 1px rgba(51,51,3,.75);
        -moz-box-shadow: 0px 0px 10px 1px rgba(51,51,3,.75);
        box-shadow: 0px 0px 10px 1px rgba(51,51,3,.75);
    }

    .side-menu {
        position: fixed;
        top: 0 !important;
        bottom: 0 !important;
        right: 0;
        z-index: 13;
        margin-top: 0;
        overflow-y: auto;
        max-height: 100%;
        height: 100%;
        transform: translate3d(250px,0,0);
        -webkit-transform: translate3d(250px, 0, 0);
        -moz-transform: translate3d(250px, 0, 0);
        -ms-transform: translate3d(250px, 0, 0);
        -o-transform: translate3d(250px, 0, 0);
        overflow: hidden;
        overflow-y: scroll;
        transition-duration: 800ms;
        transition-property: transform;
        transition-property: transform,-webkit-transform;
        transition-delay: 0;
        transition-timing-function: cubic-bezier(.99,-.05,.19,1.04);
        will-change: transform;
    }

        .side-menu.show-it {
            transform: translate3d(0,0,0);
            -webkit-transform: translate3d(0, 0, 0);
            -moz-transform: translate3d(0, 0, 0);
            -ms-transform: translate3d(0, 0, 0);
            -o-transform: translate3d(0, 0, 0);
            z-index: 1002;
        }

    .side-menu-backdrop {
        display: block;
        visibility: hidden;
        transition-delay: 0ms;
        opacity: 0;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1001;
        background-color: rgba(60,60,59,.4);
        transition-property: opacity;
        transition-duration: 500ms;
        will-change: opacity;
    }

        .side-menu-backdrop.show-it {
            visibility: visible;
            opacity: 1;
        }
}

.filter-div {
    text-align: right;
    background: #fff;
    padding: 5px;
    margin: 5px;
    border: 1px solid #efefef;
    border-radius: 5px;
}

    .filter-div * {
        max-width: 100% !important;
    }

.allGalleries a {
    width: 250px;
    text-align: right;
    background: #f1f1f1;
    color: #333;
    margin: 10px
}

    .allGalleries a div {
        cursor: pointer;
        overflow: hidden;
        height: 50px;
        line-height: 50px;
        padding: 0 5px 0 0;
    }

a.fm-link {
    white-space: nowrap;
    color: #efefef;
    text-align: right;
    padding: 5px 10px;
    border: 0;
    font-size: 14px;
}

    a.fm-link.hot {
        color: #d80e44
    }

    a.fm-link .fa-sort-desc {
        margin-right: 5px;
    }

li.level0 {
    float: right;
    text-align: center;
    min-width: 50px;
    direction: rtl;
    position: relative;
}

nav.fm-nav {
    background: #23272f;
    width: 100%;
    margin: 0;
    padding: 1px 10px;
    position: absolute;
}

.level0 aside {
    display: none;
    position: absolute;
    z-index: 10;
    background: #2d323c;
    text-align: right;
    padding: 10px;
    margin-top: 1px;
    width: 100%;
}

.ads-page {
    position: relative;
    float: right;
    margin: 10px;
}

    .ads-page h3 {
        padding: 5px;
        background-color: rgb(150, 255, 145);
    }

    .ads-page table {
        padding: 5px;
        text-align: center;
        border: 1px solid #ddd;
        background: #fff;
        direction: rtl;
        width: 100%;
        max-width: 400px;
        margin: auto;
    }

    .ads-page td, .ads-page th {
        padding: 5px;
        text-align: center
    }

    .ads-page tr:nth-child(even) {
        background: #ddd;
    }

.GalleryArtworkAdmin, .ArtistArtworkAdmin {
    background: #fff;
    display: inline-block;
    padding: 10px;
    margin: 5px 0 20px;
    border: 1px dashed black;
}

.ArtistArtworkAdmin {
    margin: auto;
}

.pendingArtwork {
    margin: 5px;
}

.black {
    color: #000;
}

.soldBtn {
    position: absolute;
    left: 10px;
    bottom: 15px;
    font-size: .85em;
    text-align: right;
    background: #ed1b24;
    color: #fff;
    border: 0;
    float: left;
    white-space: normal;
    border-radius: 5px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 1.05em;
    text-align: center;
    padding: 15px 5px !important;
}

.soldLatest .owl-item, .soldLatest .owl-stage, .soldLatest .item {
    min-width: 300px;
}

.soldLatest .contestant {
    height: auto;
    min-width: 300px;
    margin: auto;
    position: relative;
}

.artSoldMobile {
    width: 100% !important
}

.soldLatest {
    height: 288px;
    overflow: hidden;
}

.whiteTags {
    color: #fafafa !important;
    font-size: 8px !important;
}

.saveArt, .loginSave {
    float: right;
    padding: 0 5px !important;
    margin: 1px 0 1px 5px;
    cursor:pointer;
}

    /*.saveArt svg path, .loginSave svg path {
        d: path('M43.5 48c-.4 0-.8-.2-1.1-.4L24 29 5.6 47.6c-.4.4-1.1.6-1.6.3-.6-.2-1-.8-1-1.4v-45C3 .7 3.7 0 4.5 0h39c.8 0 1.5.7 1.5 1.5v45c0 .6-.4 1.2-.9 1.4-.2.1-.4.1-.6.1zM24 26c.8 0 1.6.3 2.2.9l15.8 16V3H6v39.9l15.8-16c.6-.6 1.4-.9 2.2-.9z') !important;
    }

    .saveArt.saved svg path {
        d: path('M43.5 48c-.4 0-.8-.2-1.1-.4L24 28.9 5.6 47.6c-.4.4-1.1.6-1.6.3-.6-.2-1-.8-1-1.4v-45C3 .7 3.7 0 4.5 0h39c.8 0 1.5.7 1.5 1.5v45c0 .6-.4 1.2-.9 1.4-.2.1-.4.1-.6.1z') !important;
    }*/
.topTabMenu {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #dbdbdb;
    border-top: 1px solid rgba(var(--b38,219,219,219),1);
    color: #8e8e8e;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 12px;
    font-weight: 600;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    letter-spacing: 1px;
    text-align: center;
    margin-top: 10px;
}
.topTabMenuItem {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 52px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
}
.topTabMenuItem {

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #8e8e8e;
    color: rgba(var(--f52,142,142,142),1);
    margin-right: 60px;
}
.topTabMenuItemActive {
    border-top: 1px solid #262626;
    border-top: 1px solid rgba(var(--i1d,38,38,38),1);
    color: #262626;
    color: rgba(var(--i1d,38,38,38),1);
    margin-top: -1px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #262626;
    color: rgba(var(--i1d,38,38,38),1);
}
.loadmask {
    z-index: 100;
    position: absolute;
    top:0;
    left:0;
    -ms-opacity: .8;
    opacity: .8;
    -webkit-filter: alpha(opacity=80);
    -moz-filter: alpha(opacity=80);
    -o-filter: alpha(opacity=80);
    filter: alpha(opacity=80);
    background-color: #CCC;
    width: 100%;
    height: 100%;
    zoom: 1;
    text-align: center;
}

.loadmask-msg {
    z-index: 20001;
    position: absolute;
    top: 0;
    left: 0;
    border:1px solid #6593cf;
    background: #c3daf9;
    padding:2px;
    text-align: center;
}
.loadmask-msg div {
    padding:5px 10px 5px 25px;
    background: #fbfbfb; /*url('../images/loading.gif') no-repeat 5px 5px;*/
    line-height: 16px;
	/*border:1px solid #a3bad9;*/
    color:green;
    font:normal 11px tahoma, arial, helvetica, sans-serif;
    cursor:wait;
    text-align: center;
}
.masked {
    overflow: hidden !important;
}
.masked-relative {
    position: relative !important;
}
.masked-hidden {
    visibility: hidden !important;
}
/**
 * PgwModal - Version 2.0
 *
 * Copyright 2014, Jonathan M. Piat
 * http://pgwjs.com - http://pagawa.com
 *
 * Released under the GNU GPLv3 license - http://opensource.org/licenses/gpl-3.0
 */
body.pgwModalOpen {
    overflow: hidden;
}

#pgwModalBackdrop {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9000;
}

#pgwModal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9010;
    overflow-x: auto;
    overflow-y: scroll;
    text-align: center;
}

.pgwModal .pm-container {
    /*margin: 10px;*/
    height: 100%;
    /*height: calc(100% - 10px);*/
}

.pgwModal.maxBox .pm-container {
    margin: 0px;
}

.pgwModal .pm-body {
    display: inline-block;
    max-width: 800px;
    -moz-min-width: 300px;
    -ms-min-width: 300px;
    -o-min-width: 300px;
    -webkit-min-width: 300px;
    min-width: 300px;
    position: relative;
    width: 100%;
    z-index: 9020;
    margin-top: 10px;
    background-color: #fff;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0px 3px 3px #555;
    -ms-box-shadow: 0 0px 3px 3px #555;
    box-shadow: 0 0px 3px 3px #555;
}

.pgwModal.maxBox .pm-body {
    height: 100%;
    -ms-border-radius: 0;
    border-radius: 0;
}


/**
 * NOTICE:
 * If you want to update the modal rendering, please only edit the content below.
 * And if you update a class name, remember to specify it in the plugin configuration.
 * Please don't change the class names prefixed by "pm-".
 */

.pgwModalBackdrop {
    background: #000;
    -ms-opacity: 0.6;
    opacity: 0.6;
    -webkit-filter: alpha(opacity=60);
    -moz-filter: alpha(opacity=60);
    -o-filter: alpha(opacity=60);
    filter: alpha(opacity=60);
}

.pgwModal .pm-title {
    background: #F5F5F5;
    padding: 5px 0 6px;
    border-bottom: 1px solid #d5d5d5;
    -ms-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    font-size: 1rem;
    min-height: 25px;
}

.pgwModal .pm-content {
    background: #fff;
    padding: 10px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
        overflow-y: auto;
    /*overflow-y: auto;*/
}

.pgwModal.maxBox .pm-content {
    background: #fff;
    padding: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    width: 100%;
    height: 100%;
        /*overflow-y: hidden;*/
}

.pgwModal .pm-close {
    cursor: pointer;
    position: absolute;
    top: 4px;
    right: 5px;
    z-index: 1000;
}

    .pgwModal .pm-close span.pm-icon {
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAMAAADypuvZAAAATlBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABaWlrZ2dk5OTnr6+vz8/Pk5OSGD0r1AAAAGnRSTlMABRstOENITAkhOU0wKksYJQMyPGa+WtfkzLW9v7MAAAEbSURBVHgBYqAWAHRaF0gMAlEMQAdbSx2//0WL634kGa08dCVBGMWJ0lolcRQGV4SxTmMR7aw5Iw948jhiwfMFb17PQDJvBTHq7TcfHObjId8fTvL77kyK06Rb9cOF/K7fj3Rfb1zMezaBuorU/L6euJznaMxiHGR5gU2KPFuMjXFEPRamrOqNKuqqXKhHbwzm5FW1UY2pqhxzTIfs9i+Nkr+A7ZCDR4kGrnveGh4lGuigQSHgU5IBwgZFEJRgEHW3JCjBdDeVQFCCQdIgBUEJBqpBGoISDDSLqMsjHgTxyGPq5VLDiBqwzNSgJiE/3amFhVvCqMWSW5apDYDbarhNjds+qY2aqgRE+SBqDlGoiOomlETXl0QnlUQif9llY+80SXACAAAAAElFTkSuQmCC) no-repeat center center;
        background-size: auto 26px;
        height: 26px;
        padding: 10px;
        position: absolute;
        width: 26px;
        z-index: 2;
        right: 5px
    }

/*!
 *  Font Awesome 4.5.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('fonts/fontawesome-webfont.eot?v=4.5.0');src:url('fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'),url('fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'),url('fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'),url('fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'),url('fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-family: FontAwesome !important;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.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}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.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-feed:before,.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-y-combinator-square:before,.fa-yc-square:before,.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-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-intersex:before,.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-genderless:before{content:"\f22d"}.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"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
   box-sizing: content-box;
}
.owl-stage {
        margin: auto;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  /*display: block;*/
  /*width: 100%;*/
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

.owl-btn {
    color: #ccc;
    margin: 0;
    padding: 2px;
    margin: 0 2px;
}
.owl-box {
    margin-top: -10px;
}
.owl-item.active .item, .artItem {
    min-height: 210px;
    background-image: url('img/core/loader.gif');
    -ms-background-position: center center;
    background-position: center center;
    -ms-background-repeat: no-repeat;
    background-repeat: no-repeat;
}
/***
*   Grid.Mvc stylesheet http://gridmvc.codeplex.com/
*   This file contains default styles for Grid.Mvc.
*/
/* Grid */
table.grid-table {
    margin: 0;
}

    table.grid-table .grid-wrap {
        padding: 0;
        position: relative;
    }

    table.grid-table .grid-empty-text {
        color: #666;
    }

    /* Grid headers */
    table.grid-table .grid-header {
        position: relative;
        background: #777777;
        color: #fff;
    }

        table.grid-table .grid-header .sorted-asc .grid-sort-arrow:after {
            content: " \2193";
        }

        table.grid-table .grid-header .sorted-desc .grid-sort-arrow:after {
            content: " \2191";
        }

        table.grid-table .grid-header > .grid-header-title {
            width: 100%;
            margin-right: 15px;
            white-space: nowrap;
        }

    /* Grid body */
    table.grid-table tr.grid-row-selected td {
        background: #4888C2 !important;
        color: white;
    }

    table.grid-table tr.grid-row-selected a {
        color: white;
    }

/* Grid filtering */
input.grid-filter-input {
    padding: 4px;
    font-size: 13px;
}

table.grid-table .grid-filter {
    position: relative;
    margin-top: 2px;
    float: right;
    width: 10px;
    height: 12px;
}

table.grid-table .grid-filter-btn {
    cursor: pointer;
    display: block;
    width: 10px;
    height: 12px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAMCAYAAABbayygAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAJFJREFUKFNjkJSU/E8MZvj//78DMRhkoj+6bizYH2SiiIeHx2FjY+P/2DBIDqSGAQSOHTtmYWZm9hldEUgMJAdWBAJAHSzt7e056ApBYiA5qDIIAAoIhIaGroYpArFBYlBpVLB3715DmEIQGyqMCUDWwBRiWIkOYAqhXNwApMjX13c7lIsbgBQBrdWAcqGAgQEAdOGTrvsYKXIAAAAASUVORK5CYII=') no-repeat;
}

    table.grid-table .grid-filter-btn.filtered {
        background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAMCAYAAABbayygAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAJNJREFUKFNjYGj//58o/P//fwdiMIOkpKQ/VhOQMFgNULWIh4fHYWNj4//YMEgOpIYBBI4dO2ZhZmb2GV0RSAwkB1YEAkAdLO3t7TnoCkFiIDmoMggACgiEhoauhikCsUFiUGlUsHfvXkOYQhAbKowJQNbAFGJYiQ5gCqFc3ACkyNfXdzuUixuAFAGt1YByoYCBAQAUDanUpFB4UQAAAABJRU5ErkJggg==') no-repeat;
    }

table.grid-table .grid-filter-buttons {
    padding: 0;
}

table.grid-table .grid-filter-datepicker {
    font-size: 12px;
}

    table.grid-table .grid-filter-datepicker table td {
        padding: 1px !important;
    }

    table.grid-table .grid-filter-datepicker .ui-datepicker {
        width: auto;
    }

table.grid-table .grid-dropdown-inner ul.menu-list li a.grid-filter-clear {
    white-space: nowrap;
    padding-left: 23px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAMCAYAAABbayygAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAARpJREFUKFNjYGj//58o/P//fwdiMIOkpKQ/VhOQMFgNULWIh4fHYWNj4//YMEgOpIYBBI4dO2axOC/396GinP/O+vpwRVbGxl92+vluXm1kuASsEKiD5VB99aG3eTH/HxjL/A/RUPsfrqb6f7e21uutlhbRYEUwAFQskOLmun2+lND/0xxM/7dycXzd6OxoCpVGBduWLjXv4+f/v5WF+f9RbtYvfeysqlApBKhhY2Hcxsy0+xAL038nbe3/m8W4ss/Jcx2GSiPAal6uvGtczP9TFOXBHgGJ7RHlmLGOjy0UrAAGzgT7rn7urP/P3NDgv6+v73aQWAMzM+dqTtbJYAUwsNzeyuhImE8GSBHQYxpQYYYJQCcxMDAwAAB7/bt5uWh9FAAAAABJRU5ErkJggg==');
    background-position: 3px center;
    background-repeat: no-repeat;
}

table.grid-table .grid-filter-choose.choose-selected {
    background-color: white !important;
    cursor: default;
    color: #999;
}

table.grid-table .grid-popup-additional {
    padding: 3px 0 0 0;
}

/* POP-UP */
.grid-dropdown {
    font-weight: normal;
    left: -102px;
    top: 16px !important;
    min-width: 180px;
}

.grid-dropdown-arrow {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAICAYAAADJEc7MAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOwgAADsIBFShKgAAAABp0RVh0U29mdHdhcmUAUGFpbnQuTkVUIHYzLjUuMTAw9HKhAAAAl0lEQVQoU42PMQuFMAyE6xN5gpOjjsIb/P9/o3O3zh27dY25kIPq8DBwmLT35WoQkUEVOmGec84CaW2q7+N+AdCD6M9SisQYTei1jsfyCeCu+vjFVGs1AN++94DRfUOfuNLoKUiyRC5y2F5I8NdaM4P/l0EswvBorQTnfxBhLMRih+2pklIy+eEtjQPu6MNZwIBNbwteMBd5X4ZGHcwL3QAAAABJRU5ErkJggg==") no-repeat;
    height: 8px;
    left: 99px;
    position: absolute;
    top: -8px;
    width: 14px;
}

.grid-dropdown-inner {
    padding: 5px 7px;
}

.grid-dropdown ul.menu-list {
    list-style-type: none;
    margin: 3px 0 0 0;
    padding: 0;
}

    .grid-dropdown ul.menu-list li a {
        text-decoration: none;
        background-position: 6px center;
        background-repeat: no-repeat;
        display: block;
        padding: 4px 5px;
    }

        .grid-dropdown ul.menu-list li a:hover {
            background-color: #EEE;
            text-decoration: none;
        }

.grid-row {
    background: #fff;
}

    .grid-row:nth-child(even) {
        background: #ddd;
    }



table {
    background-color: transparent;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777777;
    text-align: left;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

    .table > thead > tr > th,
    .table > tbody > tr > th,
    .table > tfoot > tr > th,
    .table > thead > tr > td,
    .table > tbody > tr > td,
    .table > tfoot > tr > td {
        padding: 8px;
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 1px solid #dddddd;
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #dddddd;
        text-align: center;
    }

    .table > caption + thead > tr:first-child > th,
    .table > colgroup + thead > tr:first-child > th,
    .table > thead:first-child > tr:first-child > th,
    .table > caption + thead > tr:first-child > td,
    .table > colgroup + thead > tr:first-child > td,
    .table > thead:first-child > tr:first-child > td {
        border-top: 0;
    }

    .table > tbody + tbody {
        border-top: 2px solid #dddddd;
    }

    .table .table {
        background-color: #ffffff;
    }

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #dddddd;
}

    .table-bordered > thead > tr > th,
    .table-bordered > tbody > tr > th,
    .table-bordered > tfoot > tr > th,
    .table-bordered > thead > tr > td,
    .table-bordered > tbody > tr > td,
    .table-bordered > tfoot > tr > td {
        border: 1px solid #dddddd;
    }

    .table-bordered > thead > tr > th,
    .table-bordered > thead > tr > td {
        border-bottom-width: 2px;
    }

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
    background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
    background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
    background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #dddddd;
    }

        .table-responsive > .table {
            margin-bottom: 0;
        }

            .table-responsive > .table > thead > tr > th,
            .table-responsive > .table > tbody > tr > th,
            .table-responsive > .table > tfoot > tr > th,
            .table-responsive > .table > thead > tr > td,
            .table-responsive > .table > tbody > tr > td,
            .table-responsive > .table > tfoot > tr > td {
                white-space: nowrap;
            }

        .table-responsive > .table-bordered {
            border: 0;
        }

            .table-responsive > .table-bordered > thead > tr > th:first-child,
            .table-responsive > .table-bordered > tbody > tr > th:first-child,
            .table-responsive > .table-bordered > tfoot > tr > th:first-child,
            .table-responsive > .table-bordered > thead > tr > td:first-child,
            .table-responsive > .table-bordered > tbody > tr > td:first-child,
            .table-responsive > .table-bordered > tfoot > tr > td:first-child {
                border-left: 0;
            }

            .table-responsive > .table-bordered > thead > tr > th:last-child,
            .table-responsive > .table-bordered > tbody > tr > th:last-child,
            .table-responsive > .table-bordered > tfoot > tr > th:last-child,
            .table-responsive > .table-bordered > thead > tr > td:last-child,
            .table-responsive > .table-bordered > tbody > tr > td:last-child,
            .table-responsive > .table-bordered > tfoot > tr > td:last-child {
                border-right: 0;
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > th,
            .table-responsive > .table-bordered > tfoot > tr:last-child > th,
            .table-responsive > .table-bordered > tbody > tr:last-child > td,
            .table-responsive > .table-bordered > tfoot > tr:last-child > td {
                border-bottom: 0;
            }
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a,
        .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            color: #337ab7;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            margin-left: -1px;
        }

        .pagination > li:first-child > a,
        .pagination > li:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination > li:last-child > a,
        .pagination > li:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .pagination > li > a:hover,
        .pagination > li > span:hover,
        .pagination > li > a:focus,
        .pagination > li > span:focus {
            z-index: 2;
            color: #23527c;
            background-color: #eeeeee;
            border-color: #dddddd;
        }

    .pagination > .active > a,
    .pagination > .active > span,
    .pagination > .active > a:hover,
    .pagination > .active > span:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span:focus {
        z-index: 3;
        color: #ffffff;
        background-color: #337ab7;
        border-color: #337ab7;
        cursor: default;
    }

    .pagination > .disabled > span,
    .pagination > .disabled > span:hover,
    .pagination > .disabled > span:focus,
    .pagination > .disabled > a,
    .pagination > .disabled > a:hover,
    .pagination > .disabled > a:focus {
        color: #777777;
        background-color: #ffffff;
        border-color: #dddddd;
        cursor: not-allowed;
    }

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center;
}

    .pager li {
        display: inline;
    }

        .pager li > a,
        .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            border-radius: 15px;
        }

            .pager li > a:hover,
            .pager li > a:focus {
                text-decoration: none;
                background-color: #eeeeee;
            }

    .pager .next > a,
    .pager .next > span {
        float: right;
    }

    .pager .previous > a,
    .pager .previous > span {
        float: left;
    }

    .pager .disabled > a,
    .pager .disabled > a:hover,
    .pager .disabled > a:focus,
    .pager .disabled > span {
        color: #777777;
        background-color: #ffffff;
        cursor: not-allowed;
    }

    .clearfix:before,
    .clearfix:after,
    .container:before,
    .container:after,
    .container-fluid:before,
    .container-fluid:after,
    .row:before,
    .row:after,
    .pager:before,
    .pager:after {
        content: " ";
        display: table;
    }

    .clearfix:after,
    .container:after,
    .container-fluid:after,
    .row:after,
    .pager:after {
        clear: both;
    }

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.affix {
    position: fixed;
}

/*@charset "UTF-8";*/
.video-js .vjs-big-play-button:before, .video-js .vjs-control:before, .video-js .vjs-modal-dialog, .vjs-modal-dialog .vjs-modal-dialog-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.video-js .vjs-big-play-button:before, .video-js .vjs-control:before {
  text-align: center; }

@font-face {
  font-family: VideoJS;
  src: url("../font/1.5.1/VideoJS.eot?#iefix") format("eot"); }

@font-face {
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,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) format("woff"), url(data:application/x-font-ttf;charset=utf-8;base64,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ATcuAScjBh8BHgEXDgEFMz8BFTMRIwYDJRUnAxyEzZRbCA2rgketCAEBqlRoCglxYwF+IiEOIysBAkswHQEECiQ0AgE+YyIhDiIsAQJLMB4BBQokNAE/YyIhDiIsAQJLMB4BBQokNAEBPvmD7kHhqs0s0gEnjgHJAv0FD2a9gIrADwUFAwPDAlVMZ3MF/pUHwgc1HTyWV325PgsJED+oY3G9TAc1HTyWV325PgsJED+oY3G9TAc1HTyWV325PgsJED+oY3G9UmQBZQMMR/61g/kBAAAAAAAQAMYAAQAAAAAAAQAHAAAAAQAAAAAAAgAHAAcAAQAAAAAAAwAHAA4AAQAAAAAABAAHABUAAQAAAAAABQALABwAAQAAAAAABgAHACcAAQAAAAAACgArAC4AAQAAAAAACwATAFkAAwABBAkAAQAOAGwAAwABBAkAAgAOAHoAAwABBAkAAwAOAIgAAwABBAkABAAOAJYAAwABBAkABQAWAKQAAwABBAkABgAOALoAAwABBAkACgBWAMgAAwABBAkACwAmAR5WaWRlb0pTUmVndWxhclZpZGVvSlNWaWRlb0pTVmVyc2lvbiAxLjBWaWRlb0pTR2VuZXJhdGVkIGJ5IHN2ZzJ0dGYgZnJvbSBGb250ZWxsbyBwcm9qZWN0Lmh0dHA6Ly9mb250ZWxsby5jb20AVgBpAGQAZQBvAEoAUwBSAGUAZwB1AGwAYQByAFYAaQBkAGUAbwBKAFMAVgBpAGQAZQBvAEoAUwBWAGUAcgBzAGkAbwBuACAAMQAuADAAVgBpAGQAZQBvAEoAUwBHAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAHMAdgBnADIAdAB0AGYAIABmAHIAbwBtACAARgBvAG4AdABlAGwAbABvACAAcAByAG8AagBlAGMAdAAuAGgAdAB0AHAAOgAvAC8AZgBvAG4AdABlAGwAbABvAC4AYwBvAG0AAAACAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4AAAECAQMBBAEFAQYBBwEIAQkBCgELAQwBDQEOAQ8BEAERARIBEwEUARUBFgEXARgBGQEaARsBHAEdAR4EcGxheQtwbGF5LWNpcmNsZQVwYXVzZQt2b2x1bWUtbXV0ZQp2b2x1bWUtbG93CnZvbHVtZS1taWQLdm9sdW1lLWhpZ2gQZnVsbHNjcmVlbi1lbnRlcg9mdWxsc2NyZWVuLWV4aXQGc3F1YXJlB3NwaW5uZXIJc3VidGl0bGVzCGNhcHRpb25zCGNoYXB0ZXJzBXNoYXJlA2NvZwZjaXJjbGUOY2lyY2xlLW91dGxpbmUTY2lyY2xlLWlubmVyLWNpcmNsZQJoZAZjYW5jZWwGcmVwbGF5CGZhY2Vib29rBWdwbHVzCGxpbmtlZGluB3R3aXR0ZXIGdHVtYmxyCXBpbnRlcmVzdBFhdWRpby1kZXNjcmlwdGlvbgAAAAAA) format("truetype");
  font-weight: normal;
  font-style: normal; }

.vjs-icon-play, .video-js .vjs-big-play-button, .video-js .vjs-play-control {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-play:before, .video-js .vjs-big-play-button:before, .video-js .vjs-play-control:before {
    content: '\f101'; }

.vjs-icon-play-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-play-circle:before {
    content: '\f102'; }

.vjs-icon-pause, .video-js .vjs-play-control.vjs-playing {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-pause:before, .video-js .vjs-play-control.vjs-playing:before {
    content: '\f103'; }

.vjs-icon-volume-mute, .video-js .vjs-mute-control.vjs-vol-0,
.video-js .vjs-volume-menu-button.vjs-vol-0 {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-volume-mute:before, .video-js .vjs-mute-control.vjs-vol-0:before,
  .video-js .vjs-volume-menu-button.vjs-vol-0:before {
    content: '\f104'; }

.vjs-icon-volume-low, .video-js .vjs-mute-control.vjs-vol-1,
.video-js .vjs-volume-menu-button.vjs-vol-1 {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-volume-low:before, .video-js .vjs-mute-control.vjs-vol-1:before,
  .video-js .vjs-volume-menu-button.vjs-vol-1:before {
    content: '\f105'; }

.vjs-icon-volume-mid, .video-js .vjs-mute-control.vjs-vol-2,
.video-js .vjs-volume-menu-button.vjs-vol-2 {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-volume-mid:before, .video-js .vjs-mute-control.vjs-vol-2:before,
  .video-js .vjs-volume-menu-button.vjs-vol-2:before {
    content: '\f106'; }

.vjs-icon-volume-high, .video-js .vjs-mute-control,
.video-js .vjs-volume-menu-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-volume-high:before, .video-js .vjs-mute-control:before,
  .video-js .vjs-volume-menu-button:before {
    content: '\f107'; }

.vjs-icon-fullscreen-enter, .video-js .vjs-fullscreen-control {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-fullscreen-enter:before, .video-js .vjs-fullscreen-control:before {
    content: '\f108'; }

.vjs-icon-fullscreen-exit, .video-js.vjs-fullscreen .vjs-fullscreen-control {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-fullscreen-exit:before, .video-js.vjs-fullscreen .vjs-fullscreen-control:before {
    content: '\f109'; }

.vjs-icon-square {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-square:before {
    content: '\f10a'; }

.vjs-icon-spinner {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-spinner:before {
    content: '\f10b'; }

.vjs-icon-subtitles, .video-js .vjs-subtitles-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-subtitles:before, .video-js .vjs-subtitles-button:before {
    content: '\f10c'; }

.vjs-icon-captions, .video-js .vjs-captions-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-captions:before, .video-js .vjs-captions-button:before {
    content: '\f10d'; }

.vjs-icon-chapters, .video-js .vjs-chapters-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-chapters:before, .video-js .vjs-chapters-button:before {
    content: '\f10e'; }

.vjs-icon-share {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-share:before {
    content: '\f10f'; }

.vjs-icon-cog {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-cog:before {
    content: '\f110'; }

.vjs-icon-circle, .video-js .vjs-mouse-display, .video-js .vjs-play-progress, .video-js .vjs-volume-level {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-circle:before, .video-js .vjs-mouse-display:before, .video-js .vjs-play-progress:before, .video-js .vjs-volume-level:before {
    content: '\f111'; }

.vjs-icon-circle-outline {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-circle-outline:before {
    content: '\f112'; }

.vjs-icon-circle-inner-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-circle-inner-circle:before {
    content: '\f113'; }

.vjs-icon-hd {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-hd:before {
    content: '\f114'; }

.vjs-icon-cancel, .video-js .vjs-control.vjs-close-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-cancel:before, .video-js .vjs-control.vjs-close-button:before {
    content: '\f115'; }

.vjs-icon-replay {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-replay:before {
    content: '\f116'; }

.vjs-icon-facebook {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-facebook:before {
    content: '\f117'; }

.vjs-icon-gplus {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-gplus:before {
    content: '\f118'; }

.vjs-icon-linkedin {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-linkedin:before {
    content: '\f119'; }

.vjs-icon-twitter {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-twitter:before {
    content: '\f11a'; }

.vjs-icon-tumblr {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-tumblr:before {
    content: '\f11b'; }

.vjs-icon-pinterest {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-pinterest:before {
    content: '\f11c'; }

.vjs-icon-audio-description {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-audio-description:before {
    content: '\f11d'; }

.video-js {
    display: block;
  vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    margin: auto;
}

.video-js:-moz-full-screen {
    position: absolute; }
  .video-js:-webkit-full-screen {
    width: 100% !important;
    height: 100% !important; }

.video-js *,
.video-js *:before,
.video-js *:after {
  box-sizing: inherit; }

.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0; }

.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3 {
  width: 100%;
  max-width: 100%;
  height: 0; }

.video-js.vjs-16-9 {
  padding-top: 56.25%; }

.video-js.vjs-4-3 {
  padding-top: 75%; }

.video-js.vjs-fill {
  width: 100%;
  height: 100%; }

.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
  overflow-y: auto; }

.vjs-full-window .video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0; }

.video-js.vjs-fullscreen {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important; }

.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none; }

.vjs-hidden {
  display: none !important; }

.video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px; }

.vjs-lock-showing {
  display: block !important;
  opacity: 1;
  visibility: visible; }

.vjs-no-js {
  padding: 20px;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0 auto; }

.vjs-no-js a,
.vjs-no-js a:visited {
  color: #66A8CC; }

.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.5em;
  width: 3em;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: 0.06666em solid #fff;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }

.vjs-big-play-centered .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-top: -0.75em;
  margin-left: -1.5em; }

.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
  outline: 0;
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  -webkit-transition: all 0;
  -moz-transition: all 0;
  -o-transition: all 0;
  transition: all 0; }

.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
  display: none; }

.video-js button {
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  overflow: visible;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: 0.5em;
  z-index: 2; }

.vjs-menu-button {
  cursor: pointer; }

.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  overflow: auto; }

.vjs-scrubbing .vjs-menu-button:hover .vjs-menu {
  display: none; }

.vjs-menu li {
  list-style: none;
  margin: 0;
  padding: 0.2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase; }

.vjs-menu li:focus,
.vjs-menu li:hover {
  outline: 0;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5); }

.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover {
  background-color: #fff;
  color: #2B333F; }

.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default; }

.vjs-menu-button-popup .vjs-menu {
    display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0;
  margin-bottom: 1.5em;
    border-top-color: #2b333f;
    border-top-color: rgba(43, 51, 63, 0.7);
}

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em; }

.vjs-menu-button-popup:hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
  display: block; }

.video-js .vjs-menu-button-inline {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden; }

.video-js .vjs-menu-button-inline:before {
  width: 2.222222222em; }

.video-js .vjs-menu-button-inline:hover,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 12em; }

.video-js .vjs-menu-button-inline.vjs-slider-active {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none; }

.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }

.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  display: block;
  opacity: 1; }

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
  display: block;
  opacity: 1;
  position: relative;
  width: auto; }

.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  width: auto; }

.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden; }

.video-js .vjs-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3.0em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7); }

.vjs-has-started .vjs-control-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0.1s, opacity 0.1s;
  -moz-transition: visibility 0.1s, opacity 0.1s;
  -o-transition: visibility 0.1s, opacity 0.1s;
  transition: visibility 0.1s, opacity 0.1s; }

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  -moz-transition: visibility 1s, opacity 1s;
  -o-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s; }

.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
  display: none !important; }

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible; }

@media screen {
  .vjs-user-inactive.vjs-playing .vjs-control-bar :before {
    content: ""; } }

.vjs-has-started.vjs-no-flex .vjs-control-bar {
  display: table; }

.video-js .vjs-control {
  outline: none;
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none; }
  .video-js .vjs-control:before {
    font-size: 1.8em;
    line-height: 1.67; }

.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
  text-shadow: 0 0 1em white; }

.video-js .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.vjs-no-flex .vjs-control {
  display: table-cell;
  vertical-align: middle; }

.video-js .vjs-custom-control-spacer {
  display: none; }

.video-js .vjs-progress-control {
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.vjs-live .vjs-progress-control {
  display: none; }

.video-js .vjs-progress-holder {
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  height: 0.3em; }

.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.666666666666666666em; }

/* If we let the font size grow as much as everything else, the current time tooltip ends up
 ginormous. If you'd like to enable the current time tooltip all the time, this should be disabled
 to avoid a weird hitch when you roll off the hover. */
.video-js .vjs-progress-control:hover .vjs-mouse-display:after,
.video-js .vjs-progress-control:hover .vjs-play-progress:after {
  display: block;
  font-size: 0.6em; }

.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: 0.3em;
  margin: 0;
  padding: 0;
  width: 0;
  left: 0;
  top: 0; }

.video-js .vjs-mouse-display:before {
  display: none; }

.video-js .vjs-play-progress {
  background-color: #fff; }
  .video-js .vjs-play-progress:before {
    position: absolute;
    top: -0.333333333333333em;
    right: -0.5em;
    font-size: 0.9em; }

.video-js .vjs-mouse-display:after,
.video-js .vjs-play-progress:after {
  display: none;
  position: absolute;
  top: -2.4em;
  right: -1.5em;
  font-size: 0.9em;
  color: #000;
  content: attr(data-current-time);
  padding: 0.2em 0.5em;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em; }

.video-js .vjs-play-progress:before,
.video-js .vjs-play-progress:after {
  z-index: 1; }

.video-js .vjs-load-progress {
  background: #bfc7d3;
  background: rgba(115, 133, 159, 0.5); }

.video-js .vjs-load-progress div {
  background: white;
  background: rgba(115, 133, 159, 0.75); }

.video-js.vjs-no-flex .vjs-progress-control {
  width: auto; }

.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1; }

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  z-index: 0; }

.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block; }

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display,
.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display:after {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  -moz-transition: visibility 1s, opacity 1s;
  -o-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s; }

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display,
.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display:after {
  display: none; }

.video-js .vjs-progress-control .vjs-mouse-display:after {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8); }

.video-js .vjs-slider {
  outline: 0;
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 0.45em 0 0.45em;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5); }

.video-js .vjs-slider:focus {
  text-shadow: 0 0 1em white;
  -webkit-box-shadow: 0 0 1em #fff;
  -moz-box-shadow: 0 0 1em #fff;
  box-shadow: 0 0 1em #fff; }

.video-js .vjs-mute-control,
.video-js .vjs-volume-menu-button {
  cursor: pointer;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none; }

.video-js .vjs-volume-control {
  width: 5em;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.video-js .vjs-volume-bar {
  margin: 1.35em 0.45em; }

.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: 0.3em; }

.vjs-volume-bar.vjs-slider-vertical {
  width: 0.3em;
  height: 5em;
  margin: 1.35em auto; }

.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff; }
  .video-js .vjs-volume-level:before {
    position: absolute;
    font-size: 0.9em; }

.vjs-slider-vertical .vjs-volume-level {
  width: 0.3em; }
  .vjs-slider-vertical .vjs-volume-level:before {
    top: -0.5em;
    left: -0.3em; }

.vjs-slider-horizontal .vjs-volume-level {
  height: 0.3em; }
  .vjs-slider-horizontal .vjs-volume-level:before {
    top: -0.3em;
    right: -0.5em; }

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%; }

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%; }

.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu {
  display: block;
  width: 0;
  height: 0;
  border-top-color: transparent; }

.vjs-menu-button-popup.vjs-volume-menu-button-vertical .vjs-menu {
  left: 0.5em;
  height: 8em; }

.vjs-menu-button-popup.vjs-volume-menu-button-horizontal .vjs-menu {
  left: -2em; }

.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu-content {
  height: 0;
  width: 0;
  overflow-x: hidden;
  overflow-y: hidden; }

.vjs-volume-menu-button-vertical:hover .vjs-menu-content,
.vjs-volume-menu-button-vertical:focus .vjs-menu-content,
.vjs-volume-menu-button-vertical.vjs-slider-active .vjs-menu-content,
.vjs-volume-menu-button-vertical .vjs-lock-showing .vjs-menu-content {
  height: 8em;
  width: 2.9em; }

.vjs-volume-menu-button-horizontal:hover .vjs-menu-content,
.vjs-volume-menu-button-horizontal:focus .vjs-menu-content,
.vjs-volume-menu-button-horizontal .vjs-slider-active .vjs-menu-content,
.vjs-volume-menu-button-horizontal .vjs-lock-showing .vjs-menu-content {
  height: 2.9em;
  width: 8em; }

.vjs-volume-menu-button.vjs-menu-button-inline .vjs-menu-content {
  background-color: transparent !important; }

.vjs-poster {
    display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
    -ms-background-size: contain;
    background-size: contain;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}

.vjs-poster img {
  display: block;
  vertical-align: middle;
  margin: 0 auto;
  max-height: 100%;
  padding: 0;
  width: 100%; }

.vjs-has-started .vjs-poster {
  display: none; }

.vjs-audio.vjs-has-started .vjs-poster {
  display: block; }

.vjs-controls-disabled .vjs-poster {
  display: none; }

.vjs-using-native-controls .vjs-poster {
  display: none; }

.video-js .vjs-live-control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  font-size: 1em;
  line-height: 3em; }

.vjs-no-flex .vjs-live-control {
  display: table-cell;
  width: auto;
  text-align: left; }

.video-js .vjs-time-control {
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  font-size: 1em;
  line-height: 3em; }

.vjs-live .vjs-time-control {
  display: none; }

.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
  display: none; }

.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
  display: none; }

.vjs-time-divider {
  display: none;
  line-height: 3em; }

.vjs-live .vjs-time-divider {
  display: none; }

.video-js .vjs-play-control {
  cursor: pointer;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none; }

.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none; }

.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em; }

.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5); }

.vjs-subtitles {
  color: #fff; }

.vjs-captions {
  color: #fc6; }

.vjs-tt-cue {
  display: block; }

video::-webkit-media-text-track-display {
  -moz-transform: translateY(-3em);
  -ms-transform: translateY(-3em);
  -o-transform: translateY(-3em);
  -webkit-transform: translateY(-3em);
  transform: translateY(-3em); }

.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  -moz-transform: translateY(-1.5em);
  -ms-transform: translateY(-1.5em);
  -o-transform: translateY(-1.5em);
  -webkit-transform: translateY(-1.5em);
  transform: translateY(-1.5em); }

.video-js .vjs-fullscreen-control {
  width: 3.8em;
  cursor: pointer;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none; }

.vjs-playback-rate .vjs-playback-rate-value {
  font-size: 1.5em;
  line-height: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center; }

.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0; }

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center; }

.vjs-error .vjs-error-display:before {
  color: #fff;
  content: 'X';
  font-family: Arial, Helvetica, sans-serif;
  font-size: 4em;
  left: 0;
  line-height: 1;
  margin-top: -0.5em;
  position: absolute;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 100%; }

.vjs-loading-spinner {
    display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.85;
  text-align: left;
    border: 6px solid #2b333f;
    border: 6px solid rgba(43, 51, 63, 0.7);
  box-sizing: border-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  border-radius: 25px;
}

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
  display: block; }

.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
  content: "";
  position: absolute;
  /*margin: -6px;*/
    top: -6px;
    left: -6px;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: white; }

.vjs-seeking .vjs-loading-spinner:before,
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after {
  -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite; }

.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
  border-top-color: white; }

.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
  border-top-color: white;
  -webkit-animation-delay: 0.44s;
  animation-delay: 0.44s; }

@keyframes vjs-spinner-spin {
  100% {
    transform: rotate(360deg); } }

@-webkit-keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f; }
  20% {
    border-top-color: #73859f; }
  35% {
    border-top-color: white; }
  60% {
    border-top-color: #73859f; }
  100% {
    border-top-color: #73859f; } }

@-webkit-keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f; }
  20% {
    border-top-color: #73859f; }
  35% {
    border-top-color: white; }
  60% {
    border-top-color: #73859f; }
  100% {
    border-top-color: #73859f; } }

.vjs-chapters-button .vjs-menu {
  left: -10em;
  width: 0; }

.vjs-chapters-button .vjs-menu ul {
  width: 24em; }

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer {
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto; }

.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer {
  width: auto; }

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-menu-button {
  display: none; }

.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-fullscreen-control {
  display: none; }

.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button {
  display: none; }

.vjs-caption-settings {
  position: relative;
  top: 1em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.75);
  color: #fff;
  margin: 0 auto;
  padding: 0.5em;
  height: 15em;
  font-size: 12px;
  width: 40em; }

.vjs-caption-settings .vjs-tracksettings {
  top: 0;
  bottom: 2em;
  left: 0;
  right: 0;
  position: absolute;
  overflow: auto; }

.vjs-caption-settings .vjs-tracksettings-colors,
.vjs-caption-settings .vjs-tracksettings-font {
  float: left; }

.vjs-caption-settings .vjs-tracksettings-colors:after,
.vjs-caption-settings .vjs-tracksettings-font:after,
.vjs-caption-settings .vjs-tracksettings-controls:after {
  clear: both; }

.vjs-caption-settings .vjs-tracksettings-controls {
  position: absolute;
  bottom: 1em;
  right: 1em; }

.vjs-caption-settings .vjs-tracksetting {
  margin: 5px;
  padding: 3px;
  min-height: 40px; }

.vjs-caption-settings .vjs-tracksetting label {
  display: block;
  width: 100px;
  margin-bottom: 5px; }

.vjs-caption-settings .vjs-tracksetting span {
  display: inline;
  margin-left: 5px; }

.vjs-caption-settings .vjs-tracksetting > div {
  margin-bottom: 5px;
  min-height: 20px; }

.vjs-caption-settings .vjs-tracksetting > div:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  min-height: 0; }

.vjs-caption-settings label > input {
  margin-right: 10px; }

.vjs-caption-settings input[type="button"] {
  width: 40px;
  height: 40px; }

.video-js .vjs-modal-dialog {
    background: #000000;
    background: rgba(0, 0, 0, 0.8);
  background: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
}

.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1; }

.vjs-fullscreen video{
    width:100% !important;
    height:100% !important;
    max-height: 100%;
    max-width:100%;
}
.slider-container {
    margin-top: 20px;
    padding-bottom: 20px;
    margin: 20px auto 0;
    width: 100%;
    padding: 5px 10px;
}

    .slider-container .back-bar {
        height: 10px;
        position: relative;
    }

        .slider-container .back-bar .selected-bar {
            position: absolute;
            height: 100%;
        }

        .slider-container .back-bar .pointer {
            position: absolute;
            width: 10px;
            height: 10px;
            background-color: red;
            cursor: col-resize;
            opacity: 1;
            z-index: 2;
        }

            .slider-container .back-bar .pointer.last-active {
                z-index: 3;
            }

        .slider-container .back-bar .pointer-label {
            position: absolute;
            top: -17px;
            font-size: 8px;
            background: white;
            white-space: nowrap;
            line-height: 1;
        }

        .slider-container .back-bar .focused {
            z-index: 10;
        }

    .slider-container .clickable-dummy {
        cursor: pointer;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

    .slider-container .scale {
        top: 2px;
        position: relative;
    }

        .slider-container .scale span {
            position: absolute;
            height: 5px;
            border-left: 1px solid #999;
            font-size: 0;
        }

        .slider-container .scale ins {
            font-size: 9px;
            text-decoration: none;
            position: absolute;
            left: 0;
            top: 5px;
            color: #999;
            line-height: 1;
        }

    .slider-container.slider-readonly .clickable-dummy,
    .slider-container.slider-readonly .pointer {
        cursor: auto;
    }

.theme-green .back-bar {
    height: 5px;
    border-radius: 2px;
    background-color: #eeeeee;
    background-color: #e7e7e7;
    background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#dddddd));
    background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
    background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
    background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0);
}

    .theme-green .back-bar .selected-bar {
        border-radius: 2px;
        background-color: #a1fad0;
        background-image: -moz-linear-gradient(top, #bdfade, #76fabc);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bdfade), to(#76fabc));
        background-image: -webkit-linear-gradient(top, #bdfade, #76fabc);
        background-image: -o-linear-gradient(top, #bdfade, #76fabc);
        background-image: linear-gradient(to bottom, #bdfade, #76fabc);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbdfade', endColorstr='#ff76fabc', GradientType=0);
    }

    .theme-green .back-bar .pointer {
        width: 25px;
        height: 25px;
        top: -10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 50%;
        border: 1px solid #AAA;
        background-color: #e7e7e7;
        background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#dddddd));
        background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
        background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
        background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0);
    }

    .theme-green .back-bar .pointer-label {
        color: #999;
    }

    .theme-green .back-bar .focused {
        color: #333;
    }

.theme-green .scale span {
    border-left: 1px solid #e5e5e5;
}

.theme-green .scale ins {
    color: #999;
}

.theme-blue .back-bar {
    height: 5px;
    border-radius: 2px;
    background-color: #eeeeee;
    background-color: #e7e7e7;
    background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#dddddd));
    background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
    background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
    background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0);
}

    .theme-blue .back-bar .selected-bar {
        border-radius: 2px;
        background-color: #92c1f9;
        background-image: -moz-linear-gradient(top, #b1d1f9, #64a8f9);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b1d1f9), to(#64a8f9));
        background-image: -webkit-linear-gradient(top, #b1d1f9, #64a8f9);
        background-image: -o-linear-gradient(top, #b1d1f9, #64a8f9);
        background-image: linear-gradient(to bottom, #b1d1f9, #64a8f9);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb1d1f9', endColorstr='#ff64a8f9', GradientType=0);
    }

    .theme-blue .back-bar .pointer {
        width: 14px;
        height: 14px;
        top: -5px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 10px;
        border: 1px solid #AAA;
        background-color: #e7e7e7;
        background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#dddddd));
        background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
        background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
        background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0);
    }

    .theme-blue .back-bar .pointer-label {
        color: #999;
    }

    .theme-blue .back-bar .focused {
        color: #333;
    }

.theme-blue .scale span {
    border-left: 1px solid #e5e5e5;
}

.theme-blue .scale ins {
    color: #999;
}

.filter-range-desc {
    list-style: none;
    display: -ms-flexbox;
    display: flex;
}

    .filter-range-desc li {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        text-align: center;
        font-size: 13px;
        font-size: .929rem;
        line-height: 1.692;
        letter-spacing: .3px;
        color: #858585;
        padding: 13px 5px 20px;
    }

        .filter-range-desc li:before {
            content: attr(data-label);
        }

        .filter-range-desc li:after, .filter-range-desc li:before {
            display: block;
        }

        .filter-range-desc li:after {
            content: attr(data-currency);
        }
    .filter-range-desc input[type=text] {
        width: 82px;
        height: 28px;
        line-height: 28px;
        border-radius: 5px;
        background-color: #f8f8f8;
        display: inline-block;
        overflow: hidden;
        border: none;
        margin: 6px 0;
        text-align: center;
        color: #3c3c3c;
        font-size: 14px;
        font-size: 12px;
        line-height: 1.571;
        letter-spacing: .3px;
    }

    .filter-range-desc input.disabled {
        opacity: .5;
        cursor: default !important;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        pointer-events: none;
    }
