.match-widget-desktop {
    direction: ltr
}

.match-widget-mobile {
    position: fixed;
    top: 45px;
    left: 0;
    right: 0;
    z-index: 998;
    height: calc(100% - 32px);
    display: none;
    overflow: auto;
    background: #fff
}

.match-widget-mobile .loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.match-widget-mobile .match-widget {
    box-shadow: none;
    padding-bottom: 50px
}

.match-widget {
    direction: rtl;
    background: #f6f6f6
}

.match-widget .match-widget-loading {
    padding: 10px
}

.match-widget .title {
    position: relative;
    padding: 5px 10px;
    border-bottom: 1px solid #eee;
    min-height: 39px;
    font-size: 16px
}

.match-widget .title .fa {
    content: "\F00C";
    font-family: FontAwesome;
    margin-left: 5px
}

.match-widget .title .close {
    position: absolute;
    left: 0;
    font-size: 36px;
    text-align: center;
    width: 35px;
    margin: -5px 0;
    line-height: 1;
    height: 100%
}

.match-widget .title .close:before {
    content: "\D7";
    font-family: FontAwesome;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%)
}

.match-widget .title .close:hover {
    color: #3498db
}

.match-widget .match-head {
    padding: 10px 10px 30px
}

.match-widget .match-head a:hover {
    color: #3498db
}

.match-widget .match-head .away-team,.match-widget .match-head .home-team {
    width: 35%;
    font-size: 18px;
    text-align: center
}

.match-widget .match-head .logo-row {
    margin-bottom: 10px
}

.match-widget .match-head .logo-row img {
    height: 60px
}

.match-widget .match-head .name-row .away-team,.match-widget .match-head .name-row .home-team {
    font-weight: 700;
    padding-bottom: 2px
}

.match-widget .match-head .score {
    width: 30%;
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    line-height: 60px;
    position: relative;
    margin-top: 11px
}

.match-widget .match-head .score .score-row {
    line-height: 1.3
}

.match-widget .match-head .score .elapsed {
    font-size: 12px;
    line-height: 1;
    direction: ltr;
    text-align: center
}

.match-widget[data-status="3"] .match-head .score {
    color: #e74c3c
}

.match-widget[data-status="6"] .match-head .score {
    color: #3498db
}

.match-widget .match-link {
    display: block;
    padding: 10px;
    background: #fff;
    color: #3498db;
    position: relative;
    transition: all .3s
}

.match-widget .match-link:after {
    content: "\F104";
    font-family: FontAwesome;
    position: absolute;
    left: 10px;
    font-size: 1.1em
}

.match-widget .match-link:hover {
    background: #3498db;
    color: #fff
}

.match-widget .match-info {
    background: #fff
}

.match-widget .match-info .match-nav {
    margin-bottom: 10px
}

.match-widget .match-info .match-nav a {
    padding: 10px;
    background: #eee;
    height: 39px
}

.match-widget .match-info .match-nav li.active a {
    border-top: 1px solid #3498db;
    background: #fff;
    font-weight: 700;
    font-family: Roboto,IRANSans
}

.match-widget .match-info .h2h-wins {
    background: #f6f6f6;
    margin-bottom: 10px
}

.match-widget #lineups .matches-nav.has-field li.active {
    border: none;
    background: #23a94a;
    color: #fff
}

.match-widget #lineups .tab-content {
    transition: all .3s;
    display: block
}

.match-widget #lineups .pitch-away.active,.match-widget #lineups .pitch-home.active {
    transform: translateX(0)
}

.match-widget #matches .matches-nav li a {
    height: 40px
}

.match-widget a {
    color: inherit
}

.incidents-box .incident-row {
    padding: 3px 10px;
    border-bottom: 1px solid #eee
}

.incidents-box .incident-row.injury-time,.incidents-box .incident-row.period-end {
    text-align: center;
    padding: 5px
}

.incidents-box .incident-row.period-end {
    font-weight: 700;
    font-family: Roboto,IRANSans
}

.incidents-box .incident-row .away,.incidents-box .incident-row .home {
    width: calc(50% - 21px);
    line-height: 1.5
}

.incidents-box .incident-row .home {
    direction: ltr;
    text-align: left
}

.incidents-box .incident-row .score-result {
    display: inline-block;
    direction: rtl;
    margin: 0 2px;
    font-weight: 700;
    font-size: 1.1em
}

.incidents-box .incident-row .time {
    width: 42px;
    text-align: center;
    font-weight: 700;
    direction: ltr
}

.incidents-box .incident-row a:hover {
    color: #3498db
}

.fact-row {
    padding: 10px;
    border-bottom: 1px solid #eee;
    text-align: justify
}

.fact-row:before {
    content: "\F10D";
    margin-left: 5px;
    font-family: FontAwesome;
    color: #3498db;
    display: inline-block
}

.fact-row.news-row:before {
    content: "\F192";
    vertical-align: -1px
}

.h2h-wins {
    padding: 10px;
    background: #fff
}

.h2h-wins img {
    height: 50px
}

.h2h-wins .h2h-value {
    font-size: 22px;
    font-weight: 700
}

.h2h-wins .h2h-value.draws {
    margin-top: -15px
}

.h2h-wins .home img {
    margin-left: 10px
}

.h2h-wins .home .h2h-value {
    color: #2b5797
}

.h2h-wins .home .incident-icon.goal {
    margin-right: 0
}

.h2h-wins .away {
    direction: ltr
}

.h2h-wins .away img {
    margin-right: 10px
}

.h2h-wins .away .h2h-value {
    color: #da532c
}

.h2h-wins .away .incident-icon.goal {
    margin-left: 0
}

.standings.live:after {
    content: "\62C\62F\648\644   \632\646\62F\647!";
    color: #e74c3c;
    padding: 5px 10px 2px;
    font-size: .9em;
    font-weight: 700;
    font-family: iransansbold;
    display: inline-block
}

.standings .standings-row {
    padding: 3px 5px;
    height: 30px;
    border-bottom: 1px solid #eee
}

.standings .standings-row.active {
    background: #eee
}

.standings .standings-row.highlights-home {
    background: #c3dbff
}

.standings .standings-row.highlights-away {
    background: #ffb8a4
}

.standings .standings-row.live .standings-team a {
    color: #e74c3c
}

.standings .standings-row.live .standings-team a:after {
    content: "";
    position: relative;
    display: inline-block;
    top: -1px;
    width: 6px;
    height: 6px;
    margin-right: 4px;
    border-radius: 50%;
    background-color: #e74c3c;
    -webkit-animation: pulse 1s ease-in infinite;
    animation: pulse 1s ease-in infinite
}

.standings .standings-label {
    color: #aaa
}

.standings .standings-team {
    width: 40%
}

.standings .standings-team .logo {
    display: inline-block;
    width: 25px;
    text-align: center
}

.standings .standings-team img {
    margin-left: 5px;
    height: 22px
}

.standings .standings-team a:hover {
    color: #3498db
}

.standings .standings-rank {
    width: 30px;
    text-align: center
}

.standings .standings-rank span {
    display: inline-block;
    width: 22px;
    height: 22px;
    line-height: 22px;
    border-radius: 50%;
    background: #eee
}

.standings .standings-rank.promotion-blue,.standings .standings-rank.promotion-blue-light,.standings .standings-rank.promotion-gray,.standings .standings-rank.promotion-gray-dark,.standings .standings-rank.promotion-gray-light,.standings .standings-rank.promotion-green,.standings .standings-rank.promotion-green-light,.standings .standings-rank.promotion-orange,.standings .standings-rank.promotion-red,.standings .standings-rank.promotion-yellow {
    color: #fff;
    cursor: help
}

.standings .standings-rank.promotion-blue span {
    background-color: #00417a
}

.standings .standings-rank.promotion-blue-light span {
    background-color: #0a8dff
}

.standings .standings-rank.promotion-gray-dark span,.standings .standings-rank.promotion-gray span {
    background-color: #708090
}

.standings .standings-rank.promotion-gray-light span {
    background-color: #bac0c6
}

.standings .standings-rank.promotion-green span {
    background-color: #459428
}

.standings .standings-rank.promotion-green-light span {
    background-color: #64ca3f
}

.standings .standings-rank.promotion-orange span {
    background-color: orange
}

.standings .standings-rank.promotion-red span {
    background-color: #c1272d
}

.standings .standings-rank.promotion-yellow span {
    background-color: #ff0
}

.standings .standings-value {
    width: 7%;
    text-align: center
}

.standings .standings-value.live {
    color: #e74c3c
}

.standings .standings-form {
    width: 120px;
    text-align: center
}

@media (max-width: 991px) {
    .standings .standings-form {
        display:none
    }
}

.standings .standings-form .form {
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 10px;
    transition: all .2s
}

.standings .standings-form a {
    direction: ltr
}

.standings .standings-form a:last-child .form {
    text-decoration: underline
}

.standings .standings-form a:hover .form.w {
    background: #459a26
}

.standings .standings-form a:hover .form.d {
    background: #979ca0
}

.standings .standings-form a:hover .form.l {
    background: #b12329
}

@media (max-width: 1199px) {
    .standings .standings-team {
        width:35%
    }

    .standings .standings-value {
        width: 9%
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .standings .standings-team {
        width:45%
    }

    .standings .standings-value {
        width: 15%
    }

    .standings .standings-form,.standings .standings-value.draws,.standings .standings-value.losses,.standings .standings-value.wins {
        display: none
    }
}

@media (min-width: 576px) and (max-width:767px) {
    .standings .standings-team {
        width:32%
    }

    .standings .standings-value {
        width: 8%
    }

    .standings .standings-form {
        display: block
    }
}

@media (max-width: 575px) {
    .standings .standings-team {
        width:45%
    }

    .standings .standings-value {
        width: 15%
    }

    .standings .standings-form,.standings .standings-value.draws,.standings .standings-value.losses,.standings .standings-value.wins {
        display: none
    }
}

.standings.short .standings-team {
    width: 50%
}

.standings.short .standings-value {
    width: 12%
}

.flags.f32 {
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    background: url(../img/flags32.png) 0 0 no-repeat;
    background-position: 0 0
}

.flags.f32.rounded,.flags.f32.square {
    background: url(../img/flags32_square.png) 0 0 no-repeat;
    transform: scale(.9)
}

.flags.f32.f24 {
    transform: scale(.8)
}

.flags.f32.rounded {
    border-radius: 50%
}

.flags.f32.mauritius {
    background-position: 0 -32px
}

.flags.f32.cyprus {
    background-position: 0 -64px
}

.flags.f32.austria {
    background-position: 0 -96px
}

.flags.f32.oman {
    background-position: 0 -128px
}

.flags.f32.ethiopia {
    background-position: 0 -160px
}

.flags.f32.tanzania {
    background-position: 0 -192px
}

.flags.f32.nicaragua {
    background-position: 0 -224px
}

.flags.f32.estonia {
    background-position: 0 -256px
}

.flags.f32.uganda {
    background-position: 0 -288px
}

.flags.f32.slovenia {
    background-position: 0 -320px
}

.flags.f32.zimbabwe {
    background-position: 0 -352px
}

.flags.f32.sao-tome-and-prince {
    background-position: 0 -384px
}

.flags.f32.italy {
    background-position: 0 -416px
}

.flags.f32.wales {
    background-position: 0 -448px
}

.flags.f32.el-salvador {
    background-position: 0 -480px
}

.flags.f32.nepal {
    background-position: 0 -512px
}

.flags.f32.christmas-island {
    background-position: 0 -544px
}

.flags.f32.lebanon {
    background-position: 0 -576px
}

.flags.f32.ceuta {
    background-position: 0 -608px
}

.flags.f32.iraq {
    background-position: 0 -640px
}

.flags.f32.cook-islands {
    background-position: 0 -672px
}

.flags.f32.syria {
    background-position: 0 -704px
}

.flags.f32.cocos-island {
    background-position: 0 -736px
}

.flags.f32.honduras {
    background-position: 0 -768px
}

.flags.f32.anguilla {
    background-position: 0 -800px
}

.flags.f32.american-samoa {
    background-position: 0 -832px
}

.flags.f32.puerto-rico {
    background-position: 0 -864px
}

.flags.f32.comoros {
    background-position: 0 -896px
}

.flags.f32.north-korea {
    background-position: 0 -928px
}

.flags.f32.corsica {
    background-position: 0 -960px
}

.flags.f32.zambia {
    background-position: 0 -992px
}

.flags.f32.saint-kitts-and-nevis {
    background-position: 0 -1024px
}

.flags.f32.china {
    background-position: 0 -1056px
}

.flags.f32.luxembourg {
    background-position: 0 -1088px
}

.flags.f32.central-african-republic {
    background-position: 0 -1120px
}

.flags.f32.jamaica {
    background-position: 0 -1152px
}

.flags.f32.cape-verde {
    background-position: 0 -1184px
}

.flags.f32.monaco {
    background-position: 0 -1216px
}

.flags.f32.bhutan {
    background-position: 0 -1248px
}

.flags.f32.paraguay {
    background-position: 0 -1280px
}

.flags.f32.aruba {
    background-position: 0 -1312px
}

.flags.f32.montserrat {
    background-position: 0 -1344px
}

.flags.f32.latvia {
    background-position: 0 -1376px
}

.flags.f32.andorra {
    background-position: 0 -1408px
}

.flags.f32.micronesia {
    background-position: 0 -1440px
}

.flags.f32.dominican-republic {
    background-position: 0 -1472px
}

.flags.f32.abkhazia {
    background-position: 0 -1504px
}

.flags.f32.tunisia {
    background-position: 0 -1536px
}

.flags.f32.mauritania {
    background-position: 0 -1568px
}

.flags.f32.cayman-islands {
    background-position: 0 -1600px
}

.flags.f32.kosovo {
    background-position: 0 -1632px
}

.flags.f32.ghana {
    background-position: 0 -1664px
}

.flags.f32.canary-islands {
    background-position: 0 -1696px
}

.flags.f32.scotland {
    background-position: 0 -1728px
}

.flags.f32.guinea-bissau {
    background-position: 0 -1760px
}

.flags.f32.burundi {
    background-position: 0 -1792px
}

.flags.f32.myanmar {
    background-position: 0 -1824px
}

.flags.f32.gabon {
    background-position: 0 -1856px
}

.flags.f32.benin {
    background-position: 0 -1888px
}

.flags.f32.saba-island {
    background-position: 0 -1920px
}

.flags.f32.namibia {
    background-position: 0 -1952px
}

.flags.f32.japan {
    background-position: 0 -1984px
}

.flags.f32.lithuania {
    background-position: 0 -2016px
}

.flags.f32.eritrea {
    background-position: 0 -2048px
}

.flags.f32.chad {
    background-position: 0 -2080px
}

.flags.f32.kenya {
    background-position: 0 -2112px
}

.flags.f32.djibouti {
    background-position: 0 -2144px
}

.flags.f32.british-indian-ocean-territory {
    background-position: 0 -2176px
}

.flags.f32.tuvalu-1 {
    background-position: 0 -2208px
}

.flags.f32.serbia {
    background-position: 0 -2240px
}

.flags.f32.bonaire {
    background-position: 0 -2272px
}

.flags.f32.togo {
    background-position: 0 -2304px
}

.flags.f32.kazakhstan {
    background-position: 0 -2336px
}

.flags.f32.antigua-and-barbuda {
    background-position: 0 -2368px
}

.flags.f32.suriname {
    background-position: 0 -2400px
}

.flags.f32.jordan {
    background-position: 0 -2432px
}

.flags.f32.belize {
    background-position: 0 -2464px
}

.flags.f32.st-barts {
    background-position: 0 -2496px
}

.flags.f32.iceland {
    background-position: 0 -2528px
}

.flags.f32.bermuda {
    background-position: 0 -2560px
}

.flags.f32.united-nations {
    background-position: 0 -2592px
}

.flags.f32.somalia {
    background-position: 0 -2624px
}

.flags.f32.barbados {
    background-position: 0 -2656px
}

.flags.f32.solomon-islands {
    background-position: 0 -2688px
}

.flags.f32.nigeria {
    background-position: 0 -2720px
}

.flags.f32.aland-islands {
    background-position: 0 -2752px
}

.flags.f32.uruguay {
    background-position: 0 -2784px
}

.flags.f32.sint-maarten {
    background-position: 0 -2816px
}

.flags.f32.burkina-faso {
    background-position: 0 -2848px
}

.flags.f32.slovakia {
    background-position: 0 -2880px
}

.flags.f32.sierra-leone {
    background-position: 0 -2912px
}

.flags.f32.basque-country {
    background-position: 0 -2944px
}

.flags.f32.south-korea {
    background-position: 0 -2976px
}

.flags.f32.pitcairn-islands {
    background-position: 0 -3008px
}

.flags.f32.mozambique {
    background-position: 0 -3040px
}

.flags.f32.san-marino {
    background-position: 0 -3072px
}

.flags.f32.guatemala {
    background-position: 0 -3104px
}

.flags.f32.albania {
    background-position: 0 -3136px
}

.flags.f32.pakistan {
    background-position: 0 -3168px
}

.flags.f32.northern-cyprus {
    background-position: 0 -3200px
}

.flags.f32.balearic-islands {
    background-position: 0 -3232px
}

.flags.f32.marshall-island {
    background-position: 0 -3264px
}

.flags.f32.ecuador {
    background-position: 0 -3296px
}

.flags.f32.cameroon {
    background-position: 0 -3328px
}

.flags.f32.panama {
    background-position: 0 -3360px
}

.flags.f32.kuwait {
    background-position: 0 -3392px
}

.flags.f32.armenia {
    background-position: 0 -3424px
}

.flags.f32.romania {
    background-position: 0 -3456px
}

.flags.f32.guinea {
    background-position: 0 -3488px
}

.flags.f32.afghanistan {
    background-position: 0 -3520px
}

.flags.f32.laos {
    background-position: 0 -3552px
}

.flags.f32.greenland {
    background-position: 0 -3584px
}

.flags.f32.british-virgin-islands {
    background-position: 0 -3616px
}

.flags.f32.hungary {
    background-position: 0 -3648px
}

.flags.f32.curacao {
    background-position: 0 -3680px
}

.flags.f32.angola {
    background-position: 0 -3712px
}

.flags.f32.malaysia {
    background-position: 0 -3744px
}

.flags.f32.brunei {
    background-position: 0 -3776px
}

.flags.f32.bahamas {
    background-position: 0 -3808px
}

.flags.f32.new-zealand {
    background-position: 0 -3840px
}

.flags.f32.faroe-islands {
    background-position: 0 -3872px
}

.flags.f32.british-columbia {
    background-position: 0 -3904px
}

.flags.f32.vatican-city {
    background-position: 0 -3936px
}

.flags.f32.finland {
    background-position: 0 -3968px
}

.flags.f32.botswana {
    background-position: 0 -4000px
}

.flags.f32.sri-lanka {
    background-position: 0 -4032px
}

.flags.f32.spain {
    background-position: 0 -4064px
}

.flags.f32.ossetia {
    background-position: 0 -4096px
}

.flags.f32.sicily {
    background-position: 0 -4128px
}

.flags.f32.chile {
    background-position: 0 -4160px
}

.flags.f32.bosnia-and-herzegovina {
    background-position: 0 -4192px
}

.flags.f32.saudi-arabia {
    background-position: 0 -4224px
}

.flags.f32.liechtenstein {
    background-position: 0 -4256px
}

.flags.f32.belarus {
    background-position: 0 -4288px
}

.flags.f32.iran {
    background-position: 0 -4320px
}

.flags.f32.fiji {
    background-position: 0 -4352px
}

.flags.f32.bahrain {
    background-position: 0 -4384px
}

.flags.f32.venezuela {
    background-position: 0 -4416px
}

.flags.f32.east-timor {
    background-position: 0 -4448px
}

.flags.f32.azerbaijan {
    background-position: 0 -4480px
}

.flags.f32.tibet {
    background-position: 0 -4512px
}

.flags.f32.norway {
    background-position: 0 -4544px
}

.flags.f32.algeria {
    background-position: 0 -4576px
}

.flags.f32.ukraine {
    background-position: 0 -4608px
}

.flags.f32.gambia {
    background-position: 0 -4640px
}

.flags.f32.bangladesh {
    background-position: 0 -4672px
}

.flags.f32.madeira {
    background-position: 0 -4704px
}

.flags.f32.czech-republic {
    background-position: 0 -4736px
}

.flags.f32.bolivia {
    background-position: 0 -4768px
}

.flags.f32.united-arab-emirates {
    background-position: 0 -4800px
}

.flags.f32.kyrgyzstan {
    background-position: 0 -4832px
}

.flags.f32.cuba {
    background-position: 0 -4864px
}

.flags.f32.swaziland {
    background-position: 0 -4896px
}

.flags.f32.israel {
    background-position: 0 -4928px
}

.flags.f32.costa-rica {
    background-position: 0 -4960px
}

.flags.f32.republic-of-the-congo {
    background-position: 0 -4992px
}

.flags.f32.egypt {
    background-position: 0 -5024px
}

.flags.f32.cambodia {
    background-position: 0 -5056px
}

.flags.f32.northern-marianas-islands {
    background-position: 0 -5088px
}

.flags.f32.ivory-coast {
    background-position: 0 -5120px
}

.flags.f32.germany {
    background-position: 0 -5152px
}

.flags.f32.papua-new-guinea {
    background-position: 0 -5184px
}

.flags.f32.croatia {
    background-position: 0 -5216px
}

.flags.f32.belgium {
    background-position: 0 -5248px
}

.flags.f32.morocco {
    background-position: 0 -5280px
}

.flags.f32.macao {
    background-position: 0 -5312px
}

.flags.f32.bulgaria {
    background-position: 0 -5344px
}

.flags.f32.liberia {
    background-position: 0 -5376px
}

.flags.f32.greece {
    background-position: 0 -5408px
}

.flags.f32.galapagos-islands {
    background-position: 0 -5440px
}

.flags.f32.st-lucia {
    background-position: 0 -5472px
}

.flags.f32.mali {
    background-position: 0 -5504px
}

.flags.f32.denmark {
    background-position: 0 -5536px
}

.flags.f32.rapa-nui {
    background-position: 0 -5568px
}

.flags.f32.lesotho {
    background-position: 0 -5600px
}

.flags.f32.colombia {
    background-position: 0 -5632px
}

.flags.f32.palau {
    background-position: 0 -5664px
}

.flags.f32.ireland {
    background-position: 0 -5696px
}

.flags.f32.french-polynesia {
    background-position: 0 -5728px
}

.flags.f32.trinidad-and-tobago {
    background-position: 0 -5760px
}

.flags.f32.niue {
    background-position: 0 -5792px
}

.flags.f32.hong-kong {
    background-position: 0 -5824px
}

.flags.f32.sweden {
    background-position: 0 -5856px
}

.flags.f32.haiti {
    background-position: 0 -5888px
}

.flags.f32.dominica {
    background-position: 0 -5920px
}

.flags.f32.vanuatu {
    background-position: 0 -5952px
}

.flags.f32.peru {
    background-position: 0 -5984px
}

.flags.f32.equatorial-guinea {
    background-position: 0 -6016px
}

.flags.f32.uzbekistan {
    background-position: 0 -6048px
}

.flags.f32.tonga {
    background-position: 0 -6080px
}

.flags.f32.philippines {
    background-position: 0 -6112px
}

.flags.f32.norfolk-island {
    background-position: 0 -6144px
}

.flags.f32.malta {
    background-position: 0 -6176px
}

.flags.f32.france {
    background-position: 0 -6208px
}

.flags.f32.tajikistan {
    background-position: 0 -6240px
}

.flags.f32.melilla {
    background-position: 0 -6272px
}

.flags.f32.argentina {
    background-position: 0 -6304px
}

.flags.f32.sudan {
    background-position: 0 -6336px
}

.flags.f32.south-africa {
    background-position: 0 -6368px
}

.flags.f32.martinique {
    background-position: 0 -6400px
}

.flags.f32.taiwan {
    background-position: 0 -6432px
}

.flags.f32.sahrawi-arab-democratic-republic {
    background-position: 0 -6464px
}

.flags.f32.guernsey {
    background-position: 0 -6496px
}

.flags.f32.switzerland {
    background-position: 0 -6528px
}

.flags.f32.rwanda {
    background-position: 0 -6560px
}

.flags.f32.guam {
    background-position: 0 -6592px
}

.flags.f32.palestine {
    background-position: 0 -6624px
}

.flags.f32.indonesia {
    background-position: 0 -6656px
}

.flags.f32.grenada {
    background-position: 0 -6688px
}

.flags.f32.poland {
    background-position: 0 -6720px
}

.flags.f32.moldova {
    background-position: 0 -6752px
}

.flags.f32.gibraltar {
    background-position: 0 -6784px
}

.flags.f32.malawi {
    background-position: 0 -6816px
}

.flags.f32.falkland-islands {
    background-position: 0 -6848px
}

.flags.f32.england {
    background-position: 0 -6880px
}

.flags.f32.virgin-islands {
    background-position: 0 -6912px
}

.flags.f32.turkey {
    background-position: 0 -6944px
}

.flags.f32.isle-of-man {
    background-position: 0 -6976px
}

.flags.f32.vietnam {
    background-position: 0 -7008px
}

.flags.f32.tuvalu {
    background-position: 0 -7040px
}

.flags.f32.niger {
    background-position: 0 -7072px
}

.flags.f32.turks-and-caicos {
    background-position: 0 -7104px
}

.flags.f32.portugal {
    background-position: 0 -7136px
}

.flags.f32.maldives {
    background-position: 0 -7168px
}

.flags.f32.senegal {
    background-position: 0 -7200px
}

.flags.f32.nauru {
    background-position: 0 -7232px
}

.flags.f32.turkmenistan {
    background-position: 0 -7264px
}

.flags.f32.singapore {
    background-position: 0 -7296px
}

.flags.f32.libya {
    background-position: 0 -7328px
}

.flags.f32.yemen {
    background-position: 0 -7360px
}

.flags.f32.transnistria {
    background-position: 0 -7392px
}

.flags.f32.australia {
    background-position: 0 -7424px
}

.flags.f32.tokelau {
    background-position: 0 -7456px
}

.flags.f32.republic-of-macedonia {
    background-position: 0 -7488px
}

.flags.f32.netherlands {
    background-position: 0 -7520px
}

.flags.f32.thailand {
    background-position: 0 -7552px
}

.flags.f32.montenegro {
    background-position: 0 -7584px
}

.flags.f32.azores-islands {
    background-position: 0 -7616px
}

.flags.f32.st-vincent-and-the-grenadines {
    background-position: 0 -7648px
}

.flags.f32.madagascar {
    background-position: 0 -7680px
}

.flags.f32.canada {
    background-position: 0 -7712px
}

.flags.f32.south-sudan {
    background-position: 0 -7744px
}

.flags.f32.jersey {
    background-position: 0 -7776px
}

.flags.f32.india {
    background-position: 0 -7808px
}

.flags.f32.somaliland {
    background-position: 0 -7840px
}

.flags.f32.russia {
    background-position: 0 -7872px
}

.flags.f32.democratic-republic-of-congo {
    background-position: 0 -7904px
}

.flags.f32.sint-eustatius {
    background-position: 0 -7936px
}

.flags.f32.samoa {
    background-position: 0 -7968px
}

.flags.f32.mexico {
    background-position: 0 -8000px
}

.flags.f32.seychelles {
    background-position: 0 -8032px
}

.flags.f32.nato {
    background-position: 0 -8064px
}

.flags.f32.brazil {
    background-position: 0 -8096px
}

.flags.f32.georgia {
    background-position: 0 -8128px
}

.flags.f32.sardinia {
    background-position: 0 -8160px
}

.flags.f32.mongolia {
    background-position: 0 -8192px
}

.flags.f32.european-union {
    background-position: 0 -8224px
}

.flags.f32.united-kingdom {
    background-position: 0 -8256px
}

.flags.f32.kiribati {
    background-position: 0 -8288px
}

.flags.f32.hawaii {
    background-position: 0 -8320px
}

.flags.f32.fifa {
    background-position: 0 -8352px
}

.flags.f32.uefa {
    background-position: 0 -8384px
}

.flags.f32.csf {
    background-position: 0 -8416px
}

.flags.f32.afc {
    background-position: 0 -8448px
}

.flags.f32.cf {
    background-position: 0 -8480px
}

.flags.f32.caf {
    background-position: 0 -8512px
}

.flags.f32.ofc {
    background-position: 0 -8544px
}

.flags.f32.united-states {
    background-position: 0 -8576px
}

.flags.f32.qatar {
    background-position: 0 -8608px
}

.flags.f16 {
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background: url(../img/flags16.png) 0 0 no-repeat;
    background-position: 0 0
}

.flags.f16.rounded,.flags.f16.square {
    background: url(../img/flags16_square.png) 0 0 no-repeat
}

.flags.f16.rounded {
    border-radius: 50%
}

.flags.f16.mauritius {
    background-position: 0 -16px
}

.flags.f16.cyprus {
    background-position: 0 -32px
}

.flags.f16.austria {
    background-position: 0 -48px
}

.flags.f16.oman {
    background-position: 0 -64px
}

.flags.f16.ethiopia {
    background-position: 0 -80px
}

.flags.f16.tanzania {
    background-position: 0 -96px
}

.flags.f16.nicaragua {
    background-position: 0 -112px
}

.flags.f16.estonia {
    background-position: 0 -128px
}

.flags.f16.uganda {
    background-position: 0 -144px
}

.flags.f16.slovenia {
    background-position: 0 -160px
}

.flags.f16.zimbabwe {
    background-position: 0 -176px
}

.flags.f16.sao-tome-and-prince {
    background-position: 0 -192px
}

.flags.f16.italy {
    background-position: 0 -208px
}

.flags.f16.wales {
    background-position: 0 -224px
}

.flags.f16.el-salvador {
    background-position: 0 -240px
}

.flags.f16.nepal {
    background-position: 0 -256px
}

.flags.f16.christmas-island {
    background-position: 0 -272px
}

.flags.f16.lebanon {
    background-position: 0 -288px
}

.flags.f16.ceuta {
    background-position: 0 -304px
}

.flags.f16.iraq {
    background-position: 0 -320px
}

.flags.f16.cook-islands {
    background-position: 0 -336px
}

.flags.f16.syria {
    background-position: 0 -352px
}

.flags.f16.cocos-island {
    background-position: 0 -368px
}

.flags.f16.honduras {
    background-position: 0 -384px
}

.flags.f16.anguilla {
    background-position: 0 -400px
}

.flags.f16.american-samoa {
    background-position: 0 -416px
}

.flags.f16.puerto-rico {
    background-position: 0 -432px
}

.flags.f16.comoros {
    background-position: 0 -448px
}

.flags.f16.north-korea {
    background-position: 0 -464px
}

.flags.f16.corsica {
    background-position: 0 -480px
}

.flags.f16.zambia {
    background-position: 0 -496px
}

.flags.f16.saint-kitts-and-nevis {
    background-position: 0 -512px
}

.flags.f16.china {
    background-position: 0 -528px
}

.flags.f16.luxembourg {
    background-position: 0 -544px
}

.flags.f16.central-african-republic {
    background-position: 0 -560px
}

.flags.f16.jamaica {
    background-position: 0 -576px
}

.flags.f16.cape-verde {
    background-position: 0 -592px
}

.flags.f16.monaco {
    background-position: 0 -608px
}

.flags.f16.bhutan {
    background-position: 0 -624px
}

.flags.f16.paraguay {
    background-position: 0 -640px
}

.flags.f16.aruba {
    background-position: 0 -656px
}

.flags.f16.montserrat {
    background-position: 0 -672px
}

.flags.f16.latvia {
    background-position: 0 -688px
}

.flags.f16.andorra {
    background-position: 0 -704px
}

.flags.f16.micronesia {
    background-position: 0 -720px
}

.flags.f16.dominican-republic {
    background-position: 0 -736px
}

.flags.f16.abkhazia {
    background-position: 0 -752px
}

.flags.f16.tunisia {
    background-position: 0 -768px
}

.flags.f16.mauritania {
    background-position: 0 -784px
}

.flags.f16.cayman-islands {
    background-position: 0 -800px
}

.flags.f16.kosovo {
    background-position: 0 -816px
}

.flags.f16.ghana {
    background-position: 0 -832px
}

.flags.f16.canary-islands {
    background-position: 0 -848px
}

.flags.f16.scotland {
    background-position: 0 -864px
}

.flags.f16.guinea-bissau {
    background-position: 0 -880px
}

.flags.f16.burundi {
    background-position: 0 -896px
}

.flags.f16.myanmar {
    background-position: 0 -912px
}

.flags.f16.gabon {
    background-position: 0 -928px
}

.flags.f16.benin {
    background-position: 0 -944px
}

.flags.f16.saba-island {
    background-position: 0 -960px
}

.flags.f16.namibia {
    background-position: 0 -976px
}

.flags.f16.japan {
    background-position: 0 -992px
}

.flags.f16.lithuania {
    background-position: 0 -1008px
}

.flags.f16.eritrea {
    background-position: 0 -1024px
}

.flags.f16.chad {
    background-position: 0 -1040px
}

.flags.f16.kenya {
    background-position: 0 -1056px
}

.flags.f16.djibouti {
    background-position: 0 -1072px
}

.flags.f16.british-indian-ocean-territory {
    background-position: 0 -1088px
}

.flags.f16.tuvalu-1 {
    background-position: 0 -1104px
}

.flags.f16.serbia {
    background-position: 0 -1120px
}

.flags.f16.bonaire {
    background-position: 0 -1136px
}

.flags.f16.togo {
    background-position: 0 -1152px
}

.flags.f16.kazakhstan {
    background-position: 0 -1168px
}

.flags.f16.antigua-and-barbuda {
    background-position: 0 -1184px
}

.flags.f16.suriname {
    background-position: 0 -1200px
}

.flags.f16.jordan {
    background-position: 0 -1216px
}

.flags.f16.belize {
    background-position: 0 -1232px
}

.flags.f16.st-barts {
    background-position: 0 -1248px
}

.flags.f16.iceland {
    background-position: 0 -1264px
}

.flags.f16.bermuda {
    background-position: 0 -1280px
}

.flags.f16.united-nations {
    background-position: 0 -1296px
}

.flags.f16.somalia {
    background-position: 0 -1312px
}

.flags.f16.barbados {
    background-position: 0 -1328px
}

.flags.f16.solomon-islands {
    background-position: 0 -1344px
}

.flags.f16.nigeria {
    background-position: 0 -1360px
}

.flags.f16.aland-islands {
    background-position: 0 -1376px
}

.flags.f16.uruguay {
    background-position: 0 -1392px
}

.flags.f16.sint-maarten {
    background-position: 0 -1408px
}

.flags.f16.burkina-faso {
    background-position: 0 -1424px
}

.flags.f16.slovakia {
    background-position: 0 -1440px
}

.flags.f16.sierra-leone {
    background-position: 0 -1456px
}

.flags.f16.basque-country {
    background-position: 0 -1472px
}

.flags.f16.south-korea {
    background-position: 0 -1488px
}

.flags.f16.pitcairn-islands {
    background-position: 0 -1504px
}

.flags.f16.mozambique {
    background-position: 0 -1520px
}

.flags.f16.san-marino {
    background-position: 0 -1536px
}

.flags.f16.guatemala {
    background-position: 0 -1552px
}

.flags.f16.albania {
    background-position: 0 -1568px
}

.flags.f16.pakistan {
    background-position: 0 -1584px
}

.flags.f16.northern-cyprus {
    background-position: 0 -1600px
}

.flags.f16.balearic-islands {
    background-position: 0 -1616px
}

.flags.f16.marshall-island {
    background-position: 0 -1632px
}

.flags.f16.ecuador {
    background-position: 0 -1648px
}

.flags.f16.cameroon {
    background-position: 0 -1664px
}

.flags.f16.panama {
    background-position: 0 -1680px
}

.flags.f16.kuwait {
    background-position: 0 -1696px
}

.flags.f16.armenia {
    background-position: 0 -1712px
}

.flags.f16.romania {
    background-position: 0 -1728px
}

.flags.f16.guinea {
    background-position: 0 -1744px
}

.flags.f16.afghanistan {
    background-position: 0 -1760px
}

.flags.f16.laos {
    background-position: 0 -1776px
}

.flags.f16.greenland {
    background-position: 0 -1792px
}

.flags.f16.british-virgin-islands {
    background-position: 0 -1808px
}

.flags.f16.hungary {
    background-position: 0 -1824px
}

.flags.f16.curacao {
    background-position: 0 -1840px
}

.flags.f16.angola {
    background-position: 0 -1856px
}

.flags.f16.malaysia {
    background-position: 0 -1872px
}

.flags.f16.brunei {
    background-position: 0 -1888px
}

.flags.f16.bahamas {
    background-position: 0 -1904px
}

.flags.f16.new-zealand {
    background-position: 0 -1920px
}

.flags.f16.faroe-islands {
    background-position: 0 -1936px
}

.flags.f16.british-columbia {
    background-position: 0 -1952px
}

.flags.f16.vatican-city {
    background-position: 0 -1968px
}

.flags.f16.finland {
    background-position: 0 -1984px
}

.flags.f16.botswana {
    background-position: 0 -2000px
}

.flags.f16.sri-lanka {
    background-position: 0 -2016px
}

.flags.f16.spain {
    background-position: 0 -2032px
}

.flags.f16.ossetia {
    background-position: 0 -2048px
}

.flags.f16.sicily {
    background-position: 0 -2064px
}

.flags.f16.chile {
    background-position: 0 -2080px
}

.flags.f16.bosnia-and-herzegovina {
    background-position: 0 -2096px
}

.flags.f16.saudi-arabia {
    background-position: 0 -2112px
}

.flags.f16.liechtenstein {
    background-position: 0 -2128px
}

.flags.f16.belarus {
    background-position: 0 -2144px
}

.flags.f16.iran {
    background-position: 0 -2160px
}

.flags.f16.fiji {
    background-position: 0 -2176px
}

.flags.f16.bahrain {
    background-position: 0 -2192px
}

.flags.f16.venezuela {
    background-position: 0 -2208px
}

.flags.f16.east-timor {
    background-position: 0 -2224px
}

.flags.f16.azerbaijan {
    background-position: 0 -2240px
}

.flags.f16.tibet {
    background-position: 0 -2256px
}

.flags.f16.norway {
    background-position: 0 -2272px
}

.flags.f16.algeria {
    background-position: 0 -2288px
}

.flags.f16.ukraine {
    background-position: 0 -2304px
}

.flags.f16.gambia {
    background-position: 0 -2320px
}

.flags.f16.bangladesh {
    background-position: 0 -2336px
}

.flags.f16.madeira {
    background-position: 0 -2352px
}

.flags.f16.czech-republic {
    background-position: 0 -2368px
}

.flags.f16.bolivia {
    background-position: 0 -2384px
}

.flags.f16.united-arab-emirates {
    background-position: 0 -2400px
}

.flags.f16.kyrgyzstan {
    background-position: 0 -2416px
}

.flags.f16.cuba {
    background-position: 0 -2432px
}

.flags.f16.swaziland {
    background-position: 0 -2448px
}

.flags.f16.israel {
    background-position: 0 -2464px
}

.flags.f16.costa-rica {
    background-position: 0 -2480px
}

.flags.f16.republic-of-the-congo {
    background-position: 0 -2496px
}

.flags.f16.egypt {
    background-position: 0 -2512px
}

.flags.f16.cambodia {
    background-position: 0 -2528px
}

.flags.f16.northern-marianas-islands {
    background-position: 0 -2544px
}

.flags.f16.ivory-coast {
    background-position: 0 -2560px
}

.flags.f16.germany {
    background-position: 0 -2576px
}

.flags.f16.papua-new-guinea {
    background-position: 0 -2592px
}

.flags.f16.croatia {
    background-position: 0 -2608px
}

.flags.f16.belgium {
    background-position: 0 -2624px
}

.flags.f16.morocco {
    background-position: 0 -2640px
}

.flags.f16.macao {
    background-position: 0 -2656px
}

.flags.f16.bulgaria {
    background-position: 0 -2672px
}

.flags.f16.liberia {
    background-position: 0 -2688px
}

.flags.f16.greece {
    background-position: 0 -2704px
}

.flags.f16.galapagos-islands {
    background-position: 0 -2720px
}

.flags.f16.st-lucia {
    background-position: 0 -2736px
}

.flags.f16.mali {
    background-position: 0 -2752px
}

.flags.f16.denmark {
    background-position: 0 -2768px
}

.flags.f16.rapa-nui {
    background-position: 0 -2784px
}

.flags.f16.lesotho {
    background-position: 0 -2800px
}

.flags.f16.colombia {
    background-position: 0 -2816px
}

.flags.f16.palau {
    background-position: 0 -2832px
}

.flags.f16.ireland {
    background-position: 0 -2848px
}

.flags.f16.french-polynesia {
    background-position: 0 -2864px
}

.flags.f16.trinidad-and-tobago {
    background-position: 0 -2880px
}

.flags.f16.niue {
    background-position: 0 -2896px
}

.flags.f16.hong-kong {
    background-position: 0 -2912px
}

.flags.f16.sweden {
    background-position: 0 -2928px
}

.flags.f16.haiti {
    background-position: 0 -2944px
}

.flags.f16.dominica {
    background-position: 0 -2960px
}

.flags.f16.vanuatu {
    background-position: 0 -2976px
}

.flags.f16.peru {
    background-position: 0 -2992px
}

.flags.f16.equatorial-guinea {
    background-position: 0 -3008px
}

.flags.f16.uzbekistan {
    background-position: 0 -3024px
}

.flags.f16.tonga {
    background-position: 0 -3040px
}

.flags.f16.philippines {
    background-position: 0 -3056px
}

.flags.f16.norfolk-island {
    background-position: 0 -3072px
}

.flags.f16.malta {
    background-position: 0 -3088px
}

.flags.f16.france {
    background-position: 0 -3104px
}

.flags.f16.tajikistan {
    background-position: 0 -3120px
}

.flags.f16.melilla {
    background-position: 0 -3136px
}

.flags.f16.argentina {
    background-position: 0 -3152px
}

.flags.f16.sudan {
    background-position: 0 -3168px
}

.flags.f16.south-africa {
    background-position: 0 -3184px
}

.flags.f16.martinique {
    background-position: 0 -3200px
}

.flags.f16.taiwan {
    background-position: 0 -3216px
}

.flags.f16.sahrawi-arab-democratic-republic {
    background-position: 0 -3232px
}

.flags.f16.guernsey {
    background-position: 0 -3248px
}

.flags.f16.switzerland {
    background-position: 0 -3264px
}

.flags.f16.rwanda {
    background-position: 0 -3280px
}

.flags.f16.guam {
    background-position: 0 -3296px
}

.flags.f16.palestine {
    background-position: 0 -3312px
}

.flags.f16.indonesia {
    background-position: 0 -3328px
}

.flags.f16.grenada {
    background-position: 0 -3344px
}

.flags.f16.poland {
    background-position: 0 -3360px
}

.flags.f16.moldova {
    background-position: 0 -3376px
}

.flags.f16.gibraltar {
    background-position: 0 -3392px
}

.flags.f16.malawi {
    background-position: 0 -3408px
}

.flags.f16.falkland-islands {
    background-position: 0 -3424px
}

.flags.f16.england {
    background-position: 0 -3440px
}

.flags.f16.virgin-islands {
    background-position: 0 -3456px
}

.flags.f16.turkey {
    background-position: 0 -3472px
}

.flags.f16.isle-of-man {
    background-position: 0 -3488px
}

.flags.f16.vietnam {
    background-position: 0 -3504px
}

.flags.f16.tuvalu {
    background-position: 0 -3520px
}

.flags.f16.niger {
    background-position: 0 -3536px
}

.flags.f16.turks-and-caicos {
    background-position: 0 -3552px
}

.flags.f16.portugal {
    background-position: 0 -3568px
}

.flags.f16.maldives {
    background-position: 0 -3584px
}

.flags.f16.senegal {
    background-position: 0 -3600px
}

.flags.f16.nauru {
    background-position: 0 -3616px
}

.flags.f16.turkmenistan {
    background-position: 0 -3632px
}

.flags.f16.singapore {
    background-position: 0 -3648px
}

.flags.f16.libya {
    background-position: 0 -3664px
}

.flags.f16.yemen {
    background-position: 0 -3680px
}

.flags.f16.transnistria {
    background-position: 0 -3696px
}

.flags.f16.australia {
    background-position: 0 -3712px
}

.flags.f16.tokelau {
    background-position: 0 -3728px
}

.flags.f16.republic-of-macedonia {
    background-position: 0 -3744px
}

.flags.f16.netherlands {
    background-position: 0 -3760px
}

.flags.f16.thailand {
    background-position: 0 -3776px
}

.flags.f16.montenegro {
    background-position: 0 -3792px
}

.flags.f16.azores-islands {
    background-position: 0 -3808px
}

.flags.f16.st-vincent-and-the-grenadines {
    background-position: 0 -3824px
}

.flags.f16.madagascar {
    background-position: 0 -3840px
}

.flags.f16.canada {
    background-position: 0 -3856px
}

.flags.f16.south-sudan {
    background-position: 0 -3872px
}

.flags.f16.jersey {
    background-position: 0 -3888px
}

.flags.f16.india {
    background-position: 0 -3904px
}

.flags.f16.somaliland {
    background-position: 0 -3920px
}

.flags.f16.russia {
    background-position: 0 -3936px
}

.flags.f16.democratic-republic-of-congo {
    background-position: 0 -3952px
}

.flags.f16.sint-eustatius {
    background-position: 0 -3968px
}

.flags.f16.samoa {
    background-position: 0 -3984px
}

.flags.f16.mexico {
    background-position: 0 -4000px
}

.flags.f16.seychelles {
    background-position: 0 -4016px
}

.flags.f16.nato {
    background-position: 0 -4032px
}

.flags.f16.brazil {
    background-position: 0 -4048px
}

.flags.f16.georgia {
    background-position: 0 -4064px
}

.flags.f16.sardinia {
    background-position: 0 -4080px
}

.flags.f16.mongolia {
    background-position: 0 -4096px
}

.flags.f16.european-union {
    background-position: 0 -4112px
}

.flags.f16.united-kingdom {
    background-position: 0 -4128px
}

.flags.f16.kiribati {
    background-position: 0 -4144px
}

.flags.f16.hawaii {
    background-position: 0 -4160px
}

.flags.f16.fifa {
    background-position: 0 -4176px
}

.flags.f16.uefa {
    background-position: 0 -4192px
}

.flags.f16.csf {
    background-position: 0 -4208px
}

.flags.f16.afc {
    background-position: 0 -4224px
}

.flags.f16.cf {
    background-position: 0 -4240px
}

.flags.f16.caf {
    background-position: 0 -4256px
}

.flags.f16.ofc {
    background-position: 0 -4272px
}

.flags.f16.united-states {
    background-position: 0 -4288px
}

.flags.f16.qatar {
    background-position: 0 -4304px
}

.incident-icon {
    background-color: transparent;
    background-image: url(../img/live_icons.png);
    background-repeat: no-repeat;
    background-position: -16px 0;
    height: 16px;
    width: 16px;
    display: inline-block;
    vertical-align: -3px;
    margin: 0
}

.incident-icon.goal {
    background-position: 0 0
}

.incident-icon.assist {
    background-position: 0 -32px
}

.incident-icon.ownGoal {
    background-position: 0 -16px
}

.incident-icon.penGoal {
    background-position: 0 -144px
}

.incident-icon.penMissed {
    background-position: 0 -160px
}

.incident-icon.penSaved {
    background-position: 0 -372px;
    height: 14px
}

.incident-icon.yellowCard {
    background-position: 0 -48px
}

.incident-icon.redCard {
    background-position: 0 -80px
}

.incident-icon.secondYellow {
    background-position: 0 -64px
}

.incident-icon.substitution {
    background-position: 0 -96px
}

.incident-icon.subOn {
    background-position: 0 -112px
}

.incident-icon.subOff {
    background-position: 0 -128px
}

.incident-icon.shotOnPost {
    background-position: 0 -304px
}

.incident-icon.whistle {
    background-position: 0 -160px
}

.incident-icon.motm {
    background-position: 0 -94px
}

.missing {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(../img/missing_sprite.png);
    background-repeat: no-repeat;
    vertical-align: middle
}

.missing.injured {
    background-position: 0 0
}

.missing.injured-doubtful {
    background-position: 0 -96px
}

.missing.unfit {
    background-position: 0 -32px
}

.missing.suspended {
    background-position: 0 -48px
}

.missing.ineligible {
    background-position: 0 -16px
}

.missing.other {
    background-position: 0 -64px;
    height: 15px
}

.missing.international-duty {
    background-position: 0 -77px
}

#goToTopButton {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #3498db;
    -ms-box-shadow: 0 1px 4px 0 rgba(32,33,36,.28);
    box-shadow: 0 1px 4px 0 rgba(32,33,36,.28);
    color: #fff;
    cursor: pointer;
    height: 33px;
    line-height: 33px;
    width: 33px;
    text-align: center;
    font-size: 22px;
    border-radius: 50%;
    transition: all .2s
}

#goToTopButton .fa {
    vertical-align: 2px
}

#goToTopButton:hover {
    background-color: #2b7fb7
}

@media (max-width: 979px) {
    #goToTopButton {
        bottom:40px
    }
}

@media (max-width: 767px) {
    #goToTopButton.live {
        bottom:0;
        right: 1px;
        height: 32px;
        line-height: 32px;
        width: 32px;
        border-radius: 0
    }
}

.footer-container {
    margin-top: 20px;
    width: 100%;
    border-top: 2px solid #3498db;
    background: #191919;
    color: #fff
}

@media (max-width: 767px) {
    .footer-container {
        padding-bottom:32px
    }
}

.footer-container>.page-container {
    padding-left: 5px;
    padding-right: 5px
}

.footer-container a {
    color: inherit
}

.footer-container .navigation {
    padding: 10px 0;
    border-bottom: 1px solid #4b4b4b
}

.footer-container .navigation li {
    padding-left: 20px;
    display: inline-block
}

.footer-container .navigation li:last-child {
    padding-left: 0
}

.footer-container .navigation a:hover {
    color: #3498db
}

.footer-container .about {
    padding: 10px 0;
    border-bottom: 1px solid #4b4b4b;
    text-align: justify
}

.footer-container .tags {
    padding: 5px 0
}

.footer-container .tags li {
    float: right
}

.breadcrumb-container {
    background: #f2f2f2
}

.breadcrumb {
    color: #000
}

.breadcrumb li {
    padding-bottom: 1px;
    display: inline-block
}

.breadcrumb li a {
    color: inherit
}

.breadcrumb li a:after {
    font-family: FontAwesome;
    content: "\F100";
    padding: 0 5px;
    display: inline-block
}

.breadcrumb li a:hover {
    color: #2b7fb7
}

.breadcrumb li span {
    padding-bottom: 2px
}

.money-box {
    text-align: center;
    overflow: hidden;
    background: none
}

.money-box>div {
    display: inline-block
}

.drawer-container {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -300px;
    overflow: hidden;
    max-width: 90%;
    width: 300px;
    background: #fff;
    color: #444;
    z-index: 999;
    transition: all .2s ease;
    display: block;
    -ms-box-shadow: 0 1px 4px 0 rgba(32,33,36,.28);
    box-shadow: 0 1px 4px 0 rgba(32,33,36,.28)
}

.drawer-container.active {
    right: 0
}

.drawer-container .topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #3498db;
    height: 45px;
    color: #fff;
    font-size: 18px;
    padding: 0 15px 0 10px;
    border-bottom: 1px solid rgba(0,0,0,.1)
}

.drawer-container .topbar .close-button {
    font-size: 25px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    cursor: pointer
}

.drawer-container .drawer-content {
    height: calc(100% - 160px);
    overflow: auto
}

.drawer-container .user-info {
    background: #3498db;
    color: #fff;
    text-align: center;
    padding: 15px 10px
}

.drawer-container .user-info img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-bottom: 5px
}

.drawer-container .user-info .buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px
}

.drawer-container .user-info .button {
    margin: 0 10px;
    width: 80px;
    padding: 5px 10px;
    background: #fff;
    color: #444;
    border-radius: 4px
}

.drawer-container .user-info .button .fa {
    margin-left: 5px
}

.drawer-container .links {
    padding: 10px 0
}

.drawer-container .link {
    display: block;
    padding: 10px;
    font-size: 18px
}

.drawer-container .link .icon {
    margin-left: 10px;
    line-height: 1;
    vertical-align: -2px
}

.drawer-container .market-links {
    height: 115px;
    background: #ecf0f1;
    padding: 10px
}

.drawer-container .market-links p {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 25px
}

.drawer-container .market-links img {
    height: 35px
}

/*!
 *  Font Awesome 4.7.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.7.0);
    src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"),url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"),url(../fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"),url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"),url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.3333333333em;
    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.2857142857em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.1428571429em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.1428571429em;
    width: 2.1428571429em;
    top: .1428571429em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.8571428571em
}

.fa-border {
    padding: .2em .25em .15em;
    border: .08em solid #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 linear infinite;
    animation: fa-spin 2s linear infinite
}

.fa-pulse {
    -webkit-animation: fa-spin 1s steps(8) infinite;
    animation: fa-spin 1s steps(8) infinite
}

@-webkit-keyframes fa-spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    transform: scaleX(-1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    transform: scaleY(-1)
}

:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270 {
    -webkit-filter: none;
    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-close:before,.fa-remove: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-cog:before,.fa-gear: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-repeat:before,.fa-rotate-right: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-image:before,.fa-photo: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-exclamation-triangle:before,.fa-warning: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-cogs:before,.fa-gears: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-floppy-o:before,.fa-save:before {
    content: "\F0C7"
}

.fa-square:before {
    content: "\F0C8"
}

.fa-bars:before,.fa-navicon:before,.fa-reorder: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-sort:before,.fa-unsorted:before {
    content: "\F0DC"
}

.fa-sort-desc:before,.fa-sort-down:before {
    content: "\F0DD"
}

.fa-sort-asc:before,.fa-sort-up:before {
    content: "\F0DE"
}

.fa-envelope:before {
    content: "\F0E0"
}

.fa-linkedin:before {
    content: "\F0E1"
}

.fa-rotate-left:before,.fa-undo:before {
    content: "\F0E2"
}

.fa-gavel:before,.fa-legal:before {
    content: "\F0E3"
}

.fa-dashboard:before,.fa-tachometer:before {
    content: "\F0E4"
}

.fa-comment-o:before {
    content: "\F0E5"
}

.fa-comments-o:before {
    content: "\F0E6"
}

.fa-bolt:before,.fa-flash:before {
    content: "\F0E7"
}

.fa-sitemap:before {
    content: "\F0E8"
}

.fa-umbrella:before {
    content: "\F0E9"
}

.fa-clipboard:before,.fa-paste: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-chain-broken:before,.fa-unlink: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-caret-square-o-down:before,.fa-toggle-down:before {
    content: "\F150"
}

.fa-caret-square-o-up:before,.fa-toggle-up:before {
    content: "\F151"
}

.fa-caret-square-o-right:before,.fa-toggle-right:before {
    content: "\F152"
}

.fa-eur:before,.fa-euro:before {
    content: "\F153"
}

.fa-gbp:before {
    content: "\F154"
}

.fa-dollar:before,.fa-usd:before {
    content: "\F155"
}

.fa-inr:before,.fa-rupee:before {
    content: "\F156"
}

.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before {
    content: "\F157"
}

.fa-rouble:before,.fa-rub:before,.fa-ruble:before {
    content: "\F158"
}

.fa-krw:before,.fa-won: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-caret-square-o-left:before,.fa-toggle-left:before {
    content: "\F191"
}

.fa-dot-circle-o:before {
    content: "\F192"
}

.fa-wheelchair:before {
    content: "\F193"
}

.fa-vimeo-square:before {
    content: "\F194"
}

.fa-try:before,.fa-turkish-lira: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-bank:before,.fa-institution:before,.fa-university:before {
    content: "\F19C"
}

.fa-graduation-cap:before,.fa-mortar-board: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-pp: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-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before {
    content: "\F1C5"
}

.fa-file-archive-o:before,.fa-file-zip-o:before {
    content: "\F1C6"
}

.fa-file-audio-o:before,.fa-file-sound-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-ring:before,.fa-life-saver:before,.fa-support:before {
    content: "\F1CD"
}

.fa-circle-o-notch:before {
    content: "\F1CE"
}

.fa-ra:before,.fa-rebel:before,.fa-resistance:before {
    content: "\F1D0"
}

.fa-empire:before,.fa-ge:before {
    content: "\F1D1"
}

.fa-git-square:before {
    content: "\F1D2"
}

.fa-git:before {
    content: "\F1D3"
}

.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before {
    content: "\F1D4"
}

.fa-tencent-weibo:before {
    content: "\F1D5"
}

.fa-qq:before {
    content: "\F1D6"
}

.fa-wechat:before,.fa-weixin:before {
    content: "\F1D7"
}

.fa-paper-plane:before,.fa-send:before {
    content: "\F1D8"
}

.fa-paper-plane-o:before,.fa-send-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-futbol-o:before,.fa-soccer-ball-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-ils:before,.fa-shekel:before,.fa-sheqel: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-bed:before,.fa-hotel:before {
    content: "\F236"
}

.fa-viacoin:before {
    content: "\F237"
}

.fa-train:before {
    content: "\F238"
}

.fa-subway:before {
    content: "\F239"
}

.fa-medium:before {
    content: "\F23A"
}

.fa-y-combinator:before,.fa-yc: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,.fa-battery: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-paper-o:before,.fa-hand-stop-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-television:before,.fa-tv: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"
}

.fa-gitlab:before {
    content: "\F296"
}

.fa-wpbeginner:before {
    content: "\F297"
}

.fa-wpforms:before {
    content: "\F298"
}

.fa-envira:before {
    content: "\F299"
}

.fa-universal-access:before {
    content: "\F29A"
}

.fa-wheelchair-alt:before {
    content: "\F29B"
}

.fa-question-circle-o:before {
    content: "\F29C"
}

.fa-blind:before {
    content: "\F29D"
}

.fa-audio-description:before {
    content: "\F29E"
}

.fa-volume-control-phone:before {
    content: "\F2A0"
}

.fa-braille:before {
    content: "\F2A1"
}

.fa-assistive-listening-systems:before {
    content: "\F2A2"
}

.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before {
    content: "\F2A3"
}

.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before {
    content: "\F2A4"
}

.fa-glide:before {
    content: "\F2A5"
}

.fa-glide-g:before {
    content: "\F2A6"
}

.fa-sign-language:before,.fa-signing:before {
    content: "\F2A7"
}

.fa-low-vision:before {
    content: "\F2A8"
}

.fa-viadeo:before {
    content: "\F2A9"
}

.fa-viadeo-square:before {
    content: "\F2AA"
}

.fa-snapchat:before {
    content: "\F2AB"
}

.fa-snapchat-ghost:before {
    content: "\F2AC"
}

.fa-snapchat-square:before {
    content: "\F2AD"
}

.fa-pied-piper:before {
    content: "\F2AE"
}

.fa-first-order:before {
    content: "\F2B0"
}

.fa-yoast:before {
    content: "\F2B1"
}

.fa-themeisle:before {
    content: "\F2B2"
}

.fa-google-plus-circle:before,.fa-google-plus-official:before {
    content: "\F2B3"
}

.fa-fa:before,.fa-font-awesome:before {
    content: "\F2B4"
}

.fa-handshake-o:before {
    content: "\F2B5"
}

.fa-envelope-open:before {
    content: "\F2B6"
}

.fa-envelope-open-o:before {
    content: "\F2B7"
}

.fa-linode:before {
    content: "\F2B8"
}

.fa-address-book:before {
    content: "\F2B9"
}

.fa-address-book-o:before {
    content: "\F2BA"
}

.fa-address-card:before,.fa-vcard:before {
    content: "\F2BB"
}

.fa-address-card-o:before,.fa-vcard-o:before {
    content: "\F2BC"
}

.fa-user-circle:before {
    content: "\F2BD"
}

.fa-user-circle-o:before {
    content: "\F2BE"
}

.fa-user-o:before {
    content: "\F2C0"
}

.fa-id-badge:before {
    content: "\F2C1"
}

.fa-drivers-license:before,.fa-id-card:before {
    content: "\F2C2"
}

.fa-drivers-license-o:before,.fa-id-card-o:before {
    content: "\F2C3"
}

.fa-quora:before {
    content: "\F2C4"
}

.fa-free-code-camp:before {
    content: "\F2C5"
}

.fa-telegram:before {
    content: "\F2C6"
}

.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before {
    content: "\F2C7"
}

.fa-thermometer-3:before,.fa-thermometer-three-quarters:before {
    content: "\F2C8"
}

.fa-thermometer-2:before,.fa-thermometer-half:before {
    content: "\F2C9"
}

.fa-thermometer-1:before,.fa-thermometer-quarter:before {
    content: "\F2CA"
}

.fa-thermometer-0:before,.fa-thermometer-empty:before {
    content: "\F2CB"
}

.fa-shower:before {
    content: "\F2CC"
}

.fa-bath:before,.fa-bathtub:before,.fa-s15:before {
    content: "\F2CD"
}

.fa-podcast:before {
    content: "\F2CE"
}

.fa-window-maximize:before {
    content: "\F2D0"
}

.fa-window-minimize:before {
    content: "\F2D1"
}

.fa-window-restore:before {
    content: "\F2D2"
}

.fa-times-rectangle:before,.fa-window-close:before {
    content: "\F2D3"
}

.fa-times-rectangle-o:before,.fa-window-close-o:before {
    content: "\F2D4"
}

.fa-bandcamp:before {
    content: "\F2D5"
}

.fa-grav:before {
    content: "\F2D6"
}

.fa-etsy:before {
    content: "\F2D7"
}

.fa-imdb:before {
    content: "\F2D8"
}

.fa-ravelry:before {
    content: "\F2D9"
}

.fa-eercast:before {
    content: "\F2DA"
}

.fa-microchip:before {
    content: "\F2DB"
}

.fa-snowflake-o:before {
    content: "\F2DC"
}

.fa-superpowers:before {
    content: "\F2DD"
}

.fa-wpexplorer:before {
    content: "\F2DE"
}

.fa-meetup:before {
    content: "\F2E0"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.ui-helper-hidden {
    display: none
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

.ui-helper-clearfix:after,.ui-helper-clearfix:before {
    content: "";
    display: table;
    border-collapse: collapse
}

.ui-helper-clearfix:after {
    clear: both
}

.ui-helper-clearfix {
    min-height: 0
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0)
}

.ui-front {
    z-index: 100
}

.ui-state-disabled {
    cursor: default!important
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0;
    padding: .5em .5em .5em .7em;
    min-height: 0;
    font-size: 100%
}

.ui-accordion .ui-accordion-icons,.ui-accordion .ui-accordion-icons .ui-accordion-icons {
    padding-left: 2.2em
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    position: absolute;
    left: .5em;
    top: 50%;
    margin-top: -8px
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default
}

.ui-button {
    display: inline-block;
    position: relative;
    padding: 0;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    overflow: visible
}

.ui-button,.ui-button:active,.ui-button:hover,.ui-button:link,.ui-button:visited {
    text-decoration: none
}

.ui-button-icon-only {
    width: 2.2em
}

button.ui-button-icon-only {
    width: 2.4em
}

.ui-button-icons-only {
    width: 3.4em
}

button.ui-button-icons-only {
    width: 3.7em
}

.ui-button .ui-button-text {
    display: block;
    line-height: normal
}

.ui-button-text-only .ui-button-text {
    padding: .4em 1em
}

.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text {
    padding: .4em;
    text-indent: -9999999px
}

.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text {
    padding: .4em 1em .4em 2.1em
}

.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text {
    padding: .4em 2.1em .4em 1em
}

.ui-button-text-icons .ui-button-text {
    padding-left: 2.1em;
    padding-right: 2.1em
}

input.ui-button {
    padding: .4em 1em
}

.ui-button-icon-only .ui-icon,.ui-button-icons-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon {
    position: absolute;
    top: 50%;
    margin-top: -8px
}

.ui-button-icon-only .ui-icon {
    left: 50%;
    margin-left: -8px
}

.ui-button-icons-only .ui-button-icon-primary,.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary {
    left: .5em
}

.ui-button-icons-only .ui-button-icon-secondary,.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary {
    right: .5em
}

.ui-buttonset {
    margin-right: 7px
}

.ui-buttonset .ui-button {
    margin-left: 0;
    margin-right: -.3em
}

button.ui-button::-moz-focus-inner,input.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0
}

.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em
}

.ui-datepicker .ui-datepicker-next-hover,.ui-datepicker .ui-datepicker-prev-hover {
    top: 1px
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px
}

.ui-datepicker .ui-datepicker-next {
    right: 2px
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px
}

.ui-datepicker .ui-datepicker-next span,.ui-datepicker .ui-datepicker-prev span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0
}

.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year {
    width: 45%
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: 700;
    border: 0
}

.ui-datepicker td {
    border: 0;
    padding: 1px
}

.ui-datepicker td a,.ui-datepicker td span {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em;
    width: auto;
    overflow: visible
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left
}

.ui-datepicker.ui-datepicker-multi {
    width: auto
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0
}

.ui-datepicker-rtl {
    direction: rtl
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group {
    float: right
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px
}

.ui-dialog {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0
}

.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0;
    padding: 1px;
    height: 20px
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow: auto
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0;
    background-image: none;
    margin-top: .5em;
    padding: .3em 1em .5em .4em
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer
}

.ui-dialog .ui-resizable-se {
    width: 12px;
    height: 12px;
    right: -5px;
    bottom: -5px;
    background-position: 16px 16px
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move
}

.ui-draggable-handle {
    touch-action: none
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: none
}

.ui-menu .ui-menu {
    position: absolute
}

.ui-menu .ui-menu-item {
    position: relative;
    margin: 0;
    padding: 3px 1em 3px .4em;
    cursor: pointer;
    min-height: 0;
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")
}

.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0
}

.ui-menu .ui-state-active,.ui-menu .ui-state-focus {
    margin: -1px
}

.ui-menu-icons {
    position: relative
}

.ui-menu-icons .ui-menu-item {
    padding-left: 2em
}

.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0
}

.ui-menu .ui-menu-icon {
    left: auto;
    right: 0
}

.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden
}

.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%
}

.ui-progressbar .ui-progressbar-overlay {
    background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
    height: 100%;
    filter: alpha(opacity=25);
    opacity: .25
}

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none
}

.ui-resizable {
    position: relative
}

.ui-resizable-handle {
    position: absolute;
    font-size: .1px;
    display: block;
    touch-action: none
}

.ui-resizable-autohide .ui-resizable-handle,.ui-resizable-disabled .ui-resizable-handle {
    display: none
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px
}

.ui-selectable {
    touch-action: none
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted #000
}

.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none
}

.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 1px
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    font-size: 1em;
    font-weight: 700;
    line-height: 1.5;
    padding: 2px .4em;
    margin: .5em 0 0;
    height: auto;
    border: 0
}

.ui-selectmenu-open {
    display: block
}

.ui-selectmenu-button {
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    cursor: pointer
}

.ui-selectmenu-button span.ui-icon {
    right: .5em;
    left: auto;
    margin-top: -8px;
    position: absolute;
    top: 50%
}

.ui-selectmenu-button span.ui-selectmenu-text {
    text-align: left;
    padding: .4em 2.1em .4em 1em;
    display: block;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ui-slider {
    position: relative;
    text-align: left
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    touch-action: none
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0
}

.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range {
    -webkit-filter: inherit;
    filter: inherit
}

.ui-slider-horizontal {
    height: .8em
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0
}

.ui-slider-vertical {
    width: .8em;
    height: 100px
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0
}

.ui-sortable-handle {
    touch-action: none
}

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden
}

.ui-spinner,.ui-spinner-input {
    padding: 0;
    vertical-align: middle
}

.ui-spinner-input {
    border: none;
    background: none;
    color: inherit;
    margin: .2em 22px .2em .4em
}

.ui-spinner-button {
    width: 16px;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0
}

.ui-spinner a.ui-spinner-button {
    border-top: none;
    border-bottom: none;
    border-right: none
}

.ui-spinner .ui-icon {
    position: absolute;
    margin-top: -8px;
    top: 50%;
    left: 0
}

.ui-spinner-up {
    top: 0
}

.ui-spinner-down {
    bottom: 0
}

.ui-spinner .ui-icon-triangle-1-s {
    background-position: -65px -16px
}

.ui-tabs {
    position: relative;
    padding: .2em
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: .5em 1em;
    text-decoration: none
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px
}

.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    box-shadow: 0 0 5px #aaa
}

body .ui-tooltip {
    border-width: 2px
}

.ui-widget {
    font-family: Arial,Helvetica,sans-serif
}

.ui-widget,.ui-widget .ui-widget {
    font-size: 1em
}

.ui-widget button,.ui-widget input,.ui-widget select,.ui-widget textarea {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em
}

.ui-widget-content {
    border: 1px solid #ddd;
    background: #fff;
    color: #333
}

.ui-widget-content a {
    color: #333
}

.ui-widget-header {
    border: 1px solid #ddd;
    background: #e9e9e9;
    color: #333;
    font-weight: 700
}

.ui-widget-header a {
    color: #333
}

.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: 400;
    color: #454545
}

.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited {
    color: #454545;
    text-decoration: none
}

.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover {
    border: 1px solid #ccc;
    background: #ededed;
    font-weight: 400;
    color: #2b2b2b
}

.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited {
    color: #2b2b2b;
    text-decoration: none
}

.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: 400;
    color: #fff
}

.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited {
    color: #fff;
    text-decoration: none
}

.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620
}

.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a {
    color: #777620
}

.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f
}

.ui-state-error-text,.ui-state-error a,.ui-widget-content .ui-state-error-text,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error-text,.ui-widget-header .ui-state-error a {
    color: #5f3f3f
}

.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary {
    font-weight: 700
}

.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: 400
}

.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35)
}

.ui-icon-blank {
    background-position: 16px 16px
}

.ui-icon-carat-1-n {
    background-position: 0 0
}

.ui-icon-carat-1-ne {
    background-position: -16px 0
}

.ui-icon-carat-1-e {
    background-position: -32px 0
}

.ui-icon-carat-1-se {
    background-position: -48px 0
}

.ui-icon-carat-1-s {
    background-position: -64px 0
}

.ui-icon-carat-1-sw {
    background-position: -80px 0
}

.ui-icon-carat-1-w {
    background-position: -96px 0
}

.ui-icon-carat-1-nw {
    background-position: -112px 0
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0
}

.ui-icon-carat-2-e-w {
    background-position: -144px 0
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px
}

.ui-icon-arrowthick-1-n {
    background-position: 0 -48px
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px
}

.ui-icon-arrow-4 {
    background-position: 0 -80px
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px
}

.ui-icon-extlink {
    background-position: -32px -80px
}

.ui-icon-newwin {
    background-position: -48px -80px
}

.ui-icon-refresh {
    background-position: -64px -80px
}

.ui-icon-shuffle {
    background-position: -80px -80px
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px
}

.ui-icon-folder-open {
    background-position: -16px -96px
}

.ui-icon-document {
    background-position: -32px -96px
}

.ui-icon-document-b {
    background-position: -48px -96px
}

.ui-icon-note {
    background-position: -64px -96px
}

.ui-icon-mail-closed {
    background-position: -80px -96px
}

.ui-icon-mail-open {
    background-position: -96px -96px
}

.ui-icon-suitcase {
    background-position: -112px -96px
}

.ui-icon-comment {
    background-position: -128px -96px
}

.ui-icon-person {
    background-position: -144px -96px
}

.ui-icon-print {
    background-position: -160px -96px
}

.ui-icon-trash {
    background-position: -176px -96px
}

.ui-icon-locked {
    background-position: -192px -96px
}

.ui-icon-unlocked {
    background-position: -208px -96px
}

.ui-icon-bookmark {
    background-position: -224px -96px
}

.ui-icon-tag {
    background-position: -240px -96px
}

.ui-icon-home {
    background-position: 0 -112px
}

.ui-icon-flag {
    background-position: -16px -112px
}

.ui-icon-calendar {
    background-position: -32px -112px
}

.ui-icon-cart {
    background-position: -48px -112px
}

.ui-icon-pencil {
    background-position: -64px -112px
}

.ui-icon-clock {
    background-position: -80px -112px
}

.ui-icon-disk {
    background-position: -96px -112px
}

.ui-icon-calculator {
    background-position: -112px -112px
}

.ui-icon-zoomin {
    background-position: -128px -112px
}

.ui-icon-zoomout {
    background-position: -144px -112px
}

.ui-icon-search {
    background-position: -160px -112px
}

.ui-icon-wrench {
    background-position: -176px -112px
}

.ui-icon-gear {
    background-position: -192px -112px
}

.ui-icon-heart {
    background-position: -208px -112px
}

.ui-icon-star {
    background-position: -224px -112px
}

.ui-icon-link {
    background-position: -240px -112px
}

.ui-icon-cancel {
    background-position: 0 -128px
}

.ui-icon-plus {
    background-position: -16px -128px
}

.ui-icon-plusthick {
    background-position: -32px -128px
}

.ui-icon-minus {
    background-position: -48px -128px
}

.ui-icon-minusthick {
    background-position: -64px -128px
}

.ui-icon-close {
    background-position: -80px -128px
}

.ui-icon-closethick {
    background-position: -96px -128px
}

.ui-icon-key {
    background-position: -112px -128px
}

.ui-icon-lightbulb {
    background-position: -128px -128px
}

.ui-icon-scissors {
    background-position: -144px -128px
}

.ui-icon-clipboard {
    background-position: -160px -128px
}

.ui-icon-copy {
    background-position: -176px -128px
}

.ui-icon-contact {
    background-position: -192px -128px
}

.ui-icon-image {
    background-position: -208px -128px
}

.ui-icon-video {
    background-position: -224px -128px
}

.ui-icon-script {
    background-position: -240px -128px
}

.ui-icon-alert {
    background-position: 0 -144px
}

.ui-icon-info {
    background-position: -16px -144px
}

.ui-icon-notice {
    background-position: -32px -144px
}

.ui-icon-help {
    background-position: -48px -144px
}

.ui-icon-check {
    background-position: -64px -144px
}

.ui-icon-bullet {
    background-position: -80px -144px
}

.ui-icon-radio-on {
    background-position: -96px -144px
}

.ui-icon-radio-off {
    background-position: -112px -144px
}

.ui-icon-pin-w {
    background-position: -128px -144px
}

.ui-icon-pin-s {
    background-position: -144px -144px
}

.ui-icon-play {
    background-position: 0 -160px
}

.ui-icon-pause {
    background-position: -16px -160px
}

.ui-icon-seek-next {
    background-position: -32px -160px
}

.ui-icon-seek-prev {
    background-position: -48px -160px
}

.ui-icon-seek-end {
    background-position: -64px -160px
}

.ui-icon-seek-first,.ui-icon-seek-start {
    background-position: -80px -160px
}

.ui-icon-stop {
    background-position: -96px -160px
}

.ui-icon-eject {
    background-position: -112px -160px
}

.ui-icon-volume-off {
    background-position: -128px -160px
}

.ui-icon-volume-on {
    background-position: -144px -160px
}

.ui-icon-power {
    background-position: 0 -176px
}

.ui-icon-signal-diag {
    background-position: -16px -176px
}

.ui-icon-signal {
    background-position: -32px -176px
}

.ui-icon-battery-0 {
    background-position: -48px -176px
}

.ui-icon-battery-1 {
    background-position: -64px -176px
}

.ui-icon-battery-2 {
    background-position: -80px -176px
}

.ui-icon-battery-3 {
    background-position: -96px -176px
}

.ui-icon-circle-plus {
    background-position: 0 -192px
}

.ui-icon-circle-minus {
    background-position: -16px -192px
}

.ui-icon-circle-close {
    background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px
}

.ui-icon-circle-check {
    background-position: -208px -192px
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px
}

.ui-corner-all,.ui-corner-left,.ui-corner-tl,.ui-corner-top {
    border-top-left-radius: 3px
}

.ui-corner-all,.ui-corner-right,.ui-corner-top,.ui-corner-tr {
    border-top-right-radius: 3px
}

.ui-corner-all,.ui-corner-bl,.ui-corner-bottom,.ui-corner-left {
    border-bottom-left-radius: 3px
}

.ui-corner-all,.ui-corner-bottom,.ui-corner-br,.ui-corner-right {
    border-bottom-right-radius: 3px
}

.ui-widget-overlay {
    background: #aaa;
    opacity: .3;
    filter: Alpha(Opacity=30)
}

.ui-widget-shadow {
    margin: 0;
    padding: 5px;
    background: #666;
    opacity: .3;
    filter: Alpha(Opacity=30);
    border-radius: 8px
}

.datepicker {
    -ms-box-shadow: 0 1px 4px 0 rgba(32,33,36,.28);
    box-shadow: 0 1px 4px 0 rgba(32,33,36,.28)
}

.datepicker.fixed {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 98;
    top: -250px;
    transition: all .5s ease
}

.datepicker.fixed.visible {
    top: 85px
}

.ui-datepicker {
    padding: 0;
    border-radius: 0;
    border: none
}

.ui-widget-content {
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #fff;
    font-family: Roboto,IRANSans;
    font-size: 15px
}

.ui-state-disabled {
    opacity: 1
}

.ui-widget-header {
    color: #653d84;
    background: transparent;
    text-transform: uppercase;
    font-size: .9em;
    border: none;
    border-bottom: 1px solid #fbfbfb
}

.ui-datepicker-inline {
    width: 100%
}

.ui-datepicker-title select {
    padding: 0 2px;
    width: auto!important;
    font-size: .9em!important
}

.ui-datepicker td {
    padding: 0
}

.ui-datepicker th {
    font-weight: 400;
    padding: 7px 0
}

.ui-state-default {
    background: transparent;
    border: none;
    color: #ab9f8d;
    font-weight: 400
}

.ui-state-disabled .ui-state-default {
    color: #cfc7bb;
    text-align: center
}

.ui-datepicker table a {
    text-align: center;
    border-bottom: none
}

.ui-datepicker a {
    transition: all .2s ease
}

.ui-datepicker-header .ui-state-hover {
    border: none;
    cursor: pointer
}

.ui-datepicker .ui-datepicker-header {
    height: 40px;
    line-height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.ui-datepicker-rtl .ui-datepicker-next,.ui-datepicker-rtl .ui-datepicker-prev {
    top: 0;
    height: inherit;
    width: 30px;
    text-align: center;
    border-radius: 0;
    font-weight: 400
}

.ui-datepicker-rtl .ui-datepicker-next:hover,.ui-datepicker-rtl .ui-datepicker-prev:hover {
    background: #eee
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 0
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 0
}

.ui-datepicker-rtl .ui-datepicker-next:before,.ui-datepicker-rtl .ui-datepicker-prev:before {
    font-family: FontAwesome
}

.ui-datepicker-rtl .ui-datepicker-next:before {
    content: "\F053"
}

.ui-datepicker-rtl .ui-datepicker-prev:before {
    content: "\F054"
}

.ui-widget-content .ui-state-default {
    background: none;
    border: none;
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    border-radius: 50%;
    margin: 0 auto
}

.ui-datepicker-calendar thead,.ui-widget-content .ui-state-default:not(.ui-state-active):hover,.ui-widget-content .ui-state-highlight {
    background: #eee
}

.ui-widget-content .ui-state-active {
    background: #3498db;
    color: #fff
}

.ui-widget-content .ui-state-active,.ui-widget-content .ui-state-default:not(.ui-state-active):hover {
    -ms-box-shadow: 0 1px 5px 0 rgba(0,0,0,.2);
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.2)
}

.ui-widget-content.ui-datepicker-buttonpane {
    margin-top: 0;
    padding: 0
}

.ui-datepicker-buttonpane button.ui-datepicker-current {
    font-family: Roboto,IRANSans;
    margin: 0;
    padding: 0 7px;
    border-radius: 0;
    width: 100%;
    height: 40px;
    line-height: 40px
}

.ui-icon {
    display: none!important
}

.table {
    overflow-x: auto
}

.table-sorter-wrapper {
    position: relative
}

table.tablesorter thead tr .header,table.tablesorter thead tr .tablesorter-header:not(.sorter-false) {
    cursor: pointer
}

table.tablesorter thead tr .headerSortDown,table.tablesorter thead tr .headerSortUp,table.tablesorter thead tr .tablesorter-headerAsc,table.tablesorter thead tr .tablesorter-headerDesc {
    background: rgba(0,0,24,.04);
    position: relative
}

table.tablesorter thead tr .headerSortDown:before,table.tablesorter thead tr .headerSortUp:before,table.tablesorter thead tr .tablesorter-headerAsc:before,table.tablesorter thead tr .tablesorter-headerDesc:before {
    content: "";
    position: absolute;
    display: inline-block;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid
}

table.tablesorter thead tr .headerSortDown.headerSortDown:before,table.tablesorter thead tr .headerSortDown.tablesorter-headerAsc:before,table.tablesorter thead tr .headerSortUp.headerSortDown:before,table.tablesorter thead tr .headerSortUp.tablesorter-headerAsc:before,table.tablesorter thead tr .tablesorter-headerAsc.headerSortDown:before,table.tablesorter thead tr .tablesorter-headerAsc.tablesorter-headerAsc:before,table.tablesorter thead tr .tablesorter-headerDesc.headerSortDown:before,table.tablesorter thead tr .tablesorter-headerDesc.tablesorter-headerAsc:before {
    bottom: 0;
    border-width: 0 6px 6px 0;
    border-color: #404040 transparent
}

table.tablesorter thead tr .headerSortDown.headerSortUp:before,table.tablesorter thead tr .headerSortDown.tablesorter-headerDesc:before,table.tablesorter thead tr .headerSortUp.headerSortUp:before,table.tablesorter thead tr .headerSortUp.tablesorter-headerDesc:before,table.tablesorter thead tr .tablesorter-headerAsc.headerSortUp:before,table.tablesorter thead tr .tablesorter-headerAsc.tablesorter-headerDesc:before,table.tablesorter thead tr .tablesorter-headerDesc.headerSortUp:before,table.tablesorter thead tr .tablesorter-headerDesc.tablesorter-headerDesc:before {
    top: 0;
    border-width: 6px 6px 0 0;
    border-color: #404040 transparent transparent
}

table.tablesorter[data-sort="3"] td:nth-child(3),table.tablesorter[data-sort="4"] td:nth-child(4),table.tablesorter[data-sort="5"] td:nth-child(5),table.tablesorter[data-sort="6"] td:nth-child(6),table.tablesorter[data-sort="7"] td:nth-child(7),table.tablesorter[data-sort="8"] td:nth-child(8),table.tablesorter[data-sort="9"] td:nth-child(9),table.tablesorter[data-sort="10"] td:nth-child(10),table.tablesorter[data-sort="11"] td:nth-child(11),table.tablesorter td.active {
    background: rgba(0,0,24,.04)
}

.table-sorter-loading {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 100;
    background: hsla(0,0%,100%,.6);
    pointer-events: none
}

.table-sorter-loading .box-loading {
    padding-top: 50px
}

.tablesorter-pager {
    background: #ddd;
    text-align: center
}

.tablesorter-pager .button {
    text-decoration: none;
    display: inline-block;
    padding: 6px 10px;
    transition: all .2s;
    outline: none;
    border: none;
    box-shadow: none
}

.tablesorter-pager .button.disabled {
    visibility: hidden
}

.tablesorter-pager .button:hover {
    background-color: #3498db;
    color: #fff
}

.tablesorter-pager .button.prev {
    float: right
}

.tablesorter-pager .button.next {
    float: left
}

.tablesorter-pager .pagedisplay {
    line-height: 30px
}

.tablesorter-pager .gotoPage {
    border: 1px solid #3498db;
    min-width: 50px;
    text-align: center;
    margin-left: 5px;
    padding-right: 10px
}

.ps {
    touch-action: auto;
    overflow: hidden!important;
    -ms-overflow-style: none
}

@supports (-ms-overflow-style: none) {
    .ps {
        overflow:auto!important
    }
}

@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active) {
    .ps {
        overflow: auto!important
    }
}

.ps.ps--active-x>.ps__scrollbar-x-rail,.ps.ps--active-y>.ps__scrollbar-y-rail {
    display: block;
    background-color: transparent
}

.ps.ps--in-scrolling.ps--x>.ps__scrollbar-x-rail {
    background-color: #eee;
    opacity: .9
}

.ps.ps--in-scrolling.ps--x>.ps__scrollbar-x-rail>.ps__scrollbar-x {
    background-color: #999;
    height: 11px
}

.ps.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail {
    background-color: #eee;
    opacity: .9
}

.ps.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail>.ps__scrollbar-y {
    background-color: #999;
    width: 11px
}

.ps>.ps__scrollbar-x-rail {
    display: none;
    position: absolute;
    opacity: 0;
    transition: background-color .2s linear,opacity .2s linear;
    bottom: 0;
    height: 15px
}

.ps>.ps__scrollbar-x-rail>.ps__scrollbar-x {
    position: absolute;
    background-color: #aaa;
    border-radius: 6px;
    transition: background-color .2s linear,height .2s linear,width .2s ease-in-out,border-radius .2s ease-in-out;
    bottom: 2px;
    height: 6px
}

.ps>.ps__scrollbar-x-rail:active>.ps__scrollbar-x,.ps>.ps__scrollbar-x-rail:hover>.ps__scrollbar-x {
    height: 11px
}

.ps>.ps__scrollbar-y-rail {
    display: none;
    position: absolute;
    opacity: 0;
    transition: background-color .2s linear,opacity .2s linear;
    right: 0;
    width: 15px
}

.ps>.ps__scrollbar-y-rail>.ps__scrollbar-y {
    position: absolute;
    background-color: #aaa;
    border-radius: 6px;
    transition: background-color .2s linear,height .2s linear,width .2s ease-in-out,border-radius .2s ease-in-out;
    right: 2px;
    width: 6px
}

.ps>.ps__scrollbar-y-rail:active>.ps__scrollbar-y,.ps>.ps__scrollbar-y-rail:hover>.ps__scrollbar-y {
    width: 11px
}

.ps:hover.ps--in-scrolling.ps--x>.ps__scrollbar-x-rail {
    background-color: #eee;
    opacity: .9
}

.ps:hover.ps--in-scrolling.ps--x>.ps__scrollbar-x-rail>.ps__scrollbar-x {
    background-color: #999;
    height: 11px
}

.ps:hover.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail {
    background-color: #eee;
    opacity: .9
}

.ps:hover.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail>.ps__scrollbar-y {
    background-color: #999;
    width: 11px
}

.ps:hover>.ps__scrollbar-x-rail,.ps:hover>.ps__scrollbar-y-rail {
    opacity: .6
}

.ps:hover>.ps__scrollbar-x-rail:hover {
    background-color: #eee;
    opacity: .9
}

.ps:hover>.ps__scrollbar-x-rail:hover>.ps__scrollbar-x {
    background-color: #999
}

.ps:hover>.ps__scrollbar-y-rail:hover {
    background-color: #eee;
    opacity: .9
}

.ps:hover>.ps__scrollbar-y-rail:hover>.ps__scrollbar-y {
    background-color: #999
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden
}

.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;
    -webkit-transform: translateZ(0)
}

.owl-carousel .owl-item,.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled {
    display: none
}

.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-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 {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -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
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.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;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    transform: scale(1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0!important;
    clip: rect(0 0 0 0)!important;
    -webkit-clip-path: inset(50%)!important;
    clip-path: inset(50%)!important;
    height: 1px!important;
    overflow: hidden!important;
    padding: 0!important;
    position: absolute!important;
    width: 1px!important;
    white-space: nowrap!important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #000;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #ddd;
    border-radius: 8px;
    outline: none
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: #fff
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: linear-gradient(180deg,#fff 50%,#eee);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF",endColorstr="#FFEEEEEE",GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: linear-gradient(180deg,#eee 50%,#ccc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE",endColorstr="#FFCCCCCC",GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: linear-gradient(180deg,#fff 0,#eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF",endColorstr="#FFEEEEEE",GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: linear-gradient(180deg,#eee 50%,#fff);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE",endColorstr="#FFFFFFFF",GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}
