/*!
 *  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('../font-awesome/4.7.0/fonts/fontawesome-webfont_v-4.7.0.eot');
    src: url('../font-awesome/4.7.0/fonts/fontawesome-webfont.eot') format('embedded-opentype'), url('../font-awesome/4.7.0/fonts/fontawesome-webfont.woff') format('woff2'), url('http://roshoi.com/public/assets/front-end/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../font-awesome/4.7.0/fonts/fontawesome-webfont_v-4.7.0.ttf') format('truetype'), url('../font-awesome/4.7.0/fonts/fontawesome-webfont_v-4.7.0.svg') format('svg');
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul > li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

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

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before, .fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before, .fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before, .fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before, .fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before, .fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before, .fa-users:before {
    content: "\f0c0"
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before, .fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before, .fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before, .fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before, .fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before, .fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before, .fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before, .fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before, .fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before, .fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155"
}

.fa-rupee:before, .fa-inr:before {
    content: "\f156"
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "\f158"
}

.fa-won:before, .fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before, .fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before, .fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before, .fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-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-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before, .fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before, .fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before, .fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before, .fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before, .fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before, .fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before, .fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before, .fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.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-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before, .fa-sign-language: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-vcard:before, .fa-address-card:before {
    content: "\f2bb"
}

.fa-vcard-o:before, .fa-address-card-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:before, .fa-thermometer-full: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-bathtub:before, .fa-s15:before, .fa-bath: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
}
/*
 * Note that this is toastr v2.1.3, the "latest" version in url has no more maintenance,
 * please go to https://cdnjs.com/libraries/toastr.js and pick a certain version you want to use,
 * make sure you copy the url from the website since the url may change between versions.
 * */
.toast-title{font-weight:700}.toast-message{-ms-word-wrap:break-word;word-wrap:break-word}.toast-message a,.toast-message label{color:#FFF}.toast-message a:hover{color:#CCC;text-decoration:none}.toast-close-button{position:relative;right:-.3em;top:-.3em;float:right;font-size:20px;font-weight:700;color:#FFF;-webkit-text-shadow:0 1px 0 #fff;text-shadow:0 1px 0 #fff;opacity:.8;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80);line-height:1}.toast-close-button:focus,.toast-close-button:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.4;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40)}.rtl .toast-close-button{left:-.3em;float:left;right:.3em}button.toast-close-button{padding:0;cursor:pointer;background:0 0;border:0;-webkit-appearance:none}.toast-top-center{top:0;right:0;width:100%}.toast-bottom-center{bottom:0;right:0;width:100%}.toast-top-full-width{top:0;right:0;width:100%}.toast-bottom-full-width{bottom:0;right:0;width:100%}.toast-top-left{top:12px;left:12px}.toast-top-right{top:12px;right:12px}.toast-bottom-right{right:12px;bottom:12px}.toast-bottom-left{bottom:12px;left:12px}#toast-container{position:fixed;z-index:999999;pointer-events:none}#toast-container *{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}#toast-container>div{position:relative;pointer-events:auto;overflow:hidden;margin:0 0 6px;padding:15px 15px 15px 50px;width:300px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;background-position:15px center;background-repeat:no-repeat;-moz-box-shadow:0 0 12px #999;-webkit-box-shadow:0 0 12px #999;box-shadow:0 0 12px #999;color:#FFF;opacity:.8;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80)}#toast-container>div.rtl{direction:rtl;padding:15px 50px 15px 15px;background-position:right 15px center}#toast-container>div:hover{-moz-box-shadow:0 0 12px #000;-webkit-box-shadow:0 0 12px #000;box-shadow:0 0 12px #000;opacity:1;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);cursor:pointer}#toast-container>.toast-info{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=)!important}#toast-container>.toast-error{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=)!important}#toast-container>.toast-success{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==)!important}#toast-container>.toast-warning{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=)!important}#toast-container.toast-bottom-center>div,#toast-container.toast-top-center>div{width:300px;margin-left:auto;margin-right:auto}#toast-container.toast-bottom-full-width>div,#toast-container.toast-top-full-width>div{width:96%;margin-left:auto;margin-right:auto}.toast{background-color:#030303}.toast-success{background-color:#51A351}.toast-error{background-color:#BD362F}.toast-info{background-color:#2F96B4}.toast-warning{background-color:#F89406}.toast-progress{position:absolute;left:0;bottom:0;height:4px;background-color:#000;opacity:.4;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40)}@media all and (max-width:240px){#toast-container>div{padding:8px 8px 8px 50px;width:11em}#toast-container>div.rtl{padding:8px 50px 8px 8px}#toast-container .toast-close-button{right:-.2em;top:-.2em}#toast-container .rtl .toast-close-button{left:-.2em;right:.2em}}@media all and (min-width:241px) and (max-width:480px){#toast-container>div{padding:8px 8px 8px 50px;width:18em}#toast-container>div.rtl{padding:8px 50px 8px 8px}#toast-container .toast-close-button{right:-.2em;top:-.2em}#toast-container .rtl .toast-close-button{left:-.2em;right:.2em}}@media all and (min-width:481px) and (max-width:768px){#toast-container>div{padding:15px 15px 15px 50px;width:25em}#toast-container>div.rtl{padding:15px 50px 15px 15px}}
body {
    font-family: sans-serif;
}

.tsb {
    font-weight: 600;
}

.tb {
    font-weight: 700;
}

.twr {
    font-weight: 400;
}

.rr {
    font-family:  sans-serif;
    font-weight: 400;
}

.rb {
    font-family:  sans-serif;
    font-weight: 700;
}

.navbar-brand img {

}

.aspect-1 {
    aspect-ratio: 1;
}


@font-face {
    font-family: 'Roboto Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Roboto Regular'), url("http://roshoi.com/public/assets/front-end/fonts/Roboto/Roboto-Regular.woff2") format('woff2');
}

@font-face {
    font-family: 'Roboto Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Roboto Italic'), url('http://roshoi.com/public/assets/front-end/fonts/Roboto/Roboto-Italic.woff2') format('woff2');
}

@font-face {
    font-family: 'Roboto Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Roboto Bold'), url('http://roshoi.com/public/assets/front-end/fonts/Roboto/Roboto-Bold.woff2') format('woff2');
}

@font-face {
    font-family: 'Roboto Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Roboto Bold Italic'), url('http://roshoi.com/public/assets/front-end/fonts/Roboto/Roboto-BoldItalic.woff') format('woff');
}

@font-face {
    font-family: 'Roboto Thin';
    font-style: normal;
    font-weight: normal;
    src: local('Roboto Thin'), url('http://roshoi.com/public/assets/front-end/fonts/Roboto/Roboto-Thin.woff') format('woff');
}

@font-face {
    font-family: 'Roboto Thin Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Roboto Thin Italic'), url('http://roshoi.com/public/assets/front-end/fonts/Roboto/Roboto-ThinItalic.woff') format('woff');
}

@font-face {
    font-family: 'Roboto Light';
    font-style: normal;
    font-weight: normal;
    src: local('Roboto Light'), url('http://roshoi.com/public/assets/front-end/fonts/Roboto/Roboto-Light.woff2') format('woff2');
}

@font-face {
    font-family: 'Roboto Light Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Roboto Light Italic'), url('http://roshoi.com/public/assets/front-end/fonts/Roboto/Roboto-LightItalic.woff') format('woff');
}

@font-face {
    font-family: 'Roboto Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Roboto Medium'), url('http://roshoi.com/public/assets/front-end/fonts/Roboto/Roboto-Medium.woff') format('woff');
}

@font-face {
    font-family: 'Roboto Medium Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Roboto Medium Italic'), url('http://roshoi.com/public/assets/front-end/fonts/Roboto/Roboto-MediumItalic.woff') format('woff');
}

@font-face {
    font-family: 'Roboto Black';
    font-style: normal;
    font-weight: normal;
    src: local('Roboto Black'), url('http://roshoi.com/public/assets/front-end/fonts/Roboto/Roboto-Black.woff') format('woff');
}

@font-face {
    font-family: 'Roboto Black Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Roboto Black Italic'), url('http://roshoi.com/public/assets/front-end/fonts/Roboto/Roboto-BlackItalic.woff') format('woff');
}
body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  /*background: url(http://roshoi.com/public/images/loading.gif) no-repeat;*/
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(http://roshoi.com/public/images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(http://roshoi.com/public/images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(http://roshoi.com/public/images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
@font-face {
    font-family: "The-Icon-of";
    src: url("http://roshoi.com/public/assets/back-end/vendor/icon-set/fonts/The-Icon-of9a76.eot?ww946b");
    src: url("http://roshoi.com/public/assets/back-end/vendor/icon-set/fonts/The-Icon-of9a76.eot?ww946b#iefix")
            format("embedded-opentype"),
        url("http://roshoi.com/public/assets/back-end/vendor/icon-set/fonts/The-Icon-of9a76.ttf?ww946b") format("truetype"),
        url("http://roshoi.com/public/assets/back-end/vendor/icon-set/fonts/The-Icon-of9a76.woff?ww946b") format("woff"),
        url("http://roshoi.com/public/assets/back-end/vendor/icon-set/fonts/The-Icon-of9a76.svg?ww946b#The-Icon-of") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="tio-"],
[class*=" tio-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "The-Icon-of" !important;
    font-size: 1.125em;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Enable Ligatures ================ */
    letter-spacing: 0;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    font-feature-settings: "liga";
    -webkit-font-variant-ligatures: discretionary-ligatures;
    font-variant-ligatures: discretionary-ligatures;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.tio-lg {
    font-size: 1.25rem;
}

.tio-xl {
    font-size: 1.75rem;
}

.tio-add-circle-outlined:before {
    content: "\e900";
}
.tio-add-circle:before {
    content: "\e901";
}
.tio-add-square-outlined:before {
    content: "\e902";
}
.tio-add-square:before {
    content: "\e903";
}
.tio-add:before {
    content: "\e904";
}
.tio-appointment-cancelled:before {
    content: "\e905";
}
.tio-appointment:before {
    content: "\e906";
}
.tio-archive:before {
    content: "\e907";
}
.tio-autorenew:before {
    content: "\e908";
}
.tio-block-ads:before {
    content: "\e909";
}
.tio-bookmark-outlined:before {
    content: "\e90a";
}
.tio-bookmark:before {
    content: "\e90b";
}
.tio-bookmarks-outlined:before {
    content: "\e90c";
}
.tio-bookmarks:before {
    content: "\e90d";
}
.tio-browser-window:before {
    content: "\e90e";
}
.tio-browser-windows:before {
    content: "\e90f";
}
.tio-cached:before {
    content: "\e910";
}
.tio-calendar-month:before {
    content: "\e911";
}
.tio-calendar-note:before {
    content: "\e912";
}
.tio-calendar:before {
    content: "\e913";
}
.tio-carousel-horizontal-outlined:before {
    content: "\e914";
}
.tio-carousel-horizontal:before {
    content: "\e915";
}
.tio-carousel-vertical-outlined:before {
    content: "\e916";
}
.tio-carousel-vertical:before {
    content: "\e917";
}
.tio-checkmark-circle-outlined:before {
    content: "\e918";
}
.tio-checkmark-circle:before {
    content: "\e919";
}
.tio-checkmark-square-outlined:before {
    content: "\e91a";
}
.tio-checkmark-square:before {
    content: "\e91b";
}
.tio-clear-circle-outlined:before {
    content: "\e91c";
}
.tio-clear-circle:before {
    content: "\e91d";
}
.tio-clear-square-outlined:before {
    content: "\e91e";
}
.tio-clear-square:before {
    content: "\e91f";
}
.tio-clear:before {
    content: "\e920";
}
.tio-column-view-outlined:before {
    content: "\e921";
}
.tio-column-view:before {
    content: "\e922";
}
.tio-command-outlined:before {
    content: "\e923";
}
.tio-command:before {
    content: "\e924";
}
.tio-date-range:before {
    content: "\e925";
}
.tio-done:before {
    content: "\e926";
}
.tio-drag:before {
    content: "\e927";
}
.tio-eject-circle-outlined:before {
    content: "\e928";
}
.tio-eject-circle:before {
    content: "\e929";
}
.tio-eject:before {
    content: "\e92a";
}
.tio-event:before {
    content: "\e92b";
}
.tio-exit-fullscreen-1-1:before {
    content: "\e92c";
}
.tio-exit-fullscreen-4-3:before {
    content: "\e92d";
}
.tio-exit-fullscreen-16-9:before {
    content: "\e92e";
}
.tio-find-replace:before {
    content: "\e92f";
}
.tio-first-page:before {
    content: "\e930";
}
.tio-hashtag:before {
    content: "\e931";
}
.tio-heart-outlined:before {
    content: "\e932";
}
.tio-heart:before {
    content: "\e933";
}
.tio-help-outlined:before {
    content: "\e934";
}
.tio-help:before {
    content: "\e935";
}
.tio-history:before {
    content: "\e936";
}
.tio-incognito:before {
    content: "\e937";
}
.tio-info-outined:before {
    content: "\e938";
}
.tio-info:before {
    content: "\e939";
}
.tio-key:before {
    content: "\e93a";
}
.tio-label-important:before {
    content: "\e93b";
}
.tio-label-off:before {
    content: "\e93c";
}
.tio-label-outlined:before {
    content: "\e93d";
}
.tio-label:before {
    content: "\e93e";
}
.tio-labels-outlined:before {
    content: "\e93f";
}
.tio-labels:before {
    content: "\e940";
}
.tio-last-page:before {
    content: "\e941";
}
.tio-layout:before {
    content: "\e942";
}
.tio-move-page:before {
    content: "\e943";
}
.tio-multi-direction-diagonal:before {
    content: "\e944";
}
.tio-multi-direction:before {
    content: "\e945";
}
.tio-notebook-bookmarked:before {
    content: "\e946";
}
.tio-notice-outlined:before {
    content: "\e947";
}
.tio-notice:before {
    content: "\e948";
}
.tio-open-in-new:before {
    content: "\e949";
}
.tio-pages-outlined:before {
    content: "\e94a";
}
.tio-pages:before {
    content: "\e94b";
}
.tio-publish:before {
    content: "\e94c";
}
.tio-record-screen:before {
    content: "\e94d";
}
.tio-refresh:before {
    content: "\e94e";
}
.tio-remaining-time:before {
    content: "\e94f";
}
.tio-remove-circle-outlined:before {
    content: "\e950";
}
.tio-remove-circle:before {
    content: "\e951";
}
.tio-remove-square-outlined:before {
    content: "\e952";
}
.tio-remove-square:before {
    content: "\e953";
}
.tio-remove:before {
    content: "\e954";
}
.tio-restore:before {
    content: "\e955";
}
.tio-search:before {
    content: "\e956";
}
.tio-settings-back:before {
    content: "\e957";
}
.tio-shopping-basket-add:before {
    content: "\e958";
}
.tio-shopping-basket-clear:before {
    content: "\e959";
}
.tio-shopping-basket-outlined:before {
    content: "\e95a";
}
.tio-shopping-basket-remove:before {
    content: "\e95b";
}
.tio-shopping-basket:before {
    content: "\e95c";
}
.tio-shopping-cart-add:before {
    content: "\e95d";
}
.tio-shopping-cart-off:before {
    content: "\e95e";
}
.tio-shopping-cart-outlined:before {
    content: "\e95f";
}
.tio-shopping-cart-remove:before {
    content: "\e960";
}
.tio-shopping-cart:before {
    content: "\e961";
}
.tio-snooze-notification:before {
    content: "\e962";
}
.tio-snooze:before {
    content: "\e963";
}
.tio-sort:before {
    content: "\e964";
}
.tio-star-half:before {
    content: "\e965";
}
.tio-star-outlined:before {
    content: "\e966";
}
.tio-star:before {
    content: "\e967";
}
.tio-subscribe:before {
    content: "\e968";
}
.tio-support:before {
    content: "\e969";
}
.tio-sync-off:before {
    content: "\e96a";
}
.tio-sync:before {
    content: "\e96b";
}
.tio-tab:before {
    content: "\e96c";
}
.tio-tabs:before {
    content: "\e96d";
}
.tio-time-20-s:before {
    content: "\e96e";
}
.tio-time-30-s:before {
    content: "\e96f";
}
.tio-time-40-s:before {
    content: "\e970";
}
.tio-time:before {
    content: "\e971";
}
.tio-timer-20-s:before {
    content: "\e972";
}
.tio-timer-30-s:before {
    content: "\e973";
}
.tio-timer-40-s:before {
    content: "\e974";
}
.tio-timer-off:before {
    content: "\e975";
}
.tio-timer:before {
    content: "\e976";
}
.tio-turn-off:before {
    content: "\e977";
}
.tio-unarchive:before {
    content: "\e978";
}
.tio-update:before {
    content: "\e979";
}
.tio-vibrations-off:before {
    content: "\e97a";
}
.tio-vibrations:before {
    content: "\e97b";
}
.tio-watch-later:before {
    content: "\e97c";
}
.tio-youtube-search:before {
    content: "\e97d";
}
.tio-battery-alert:before {
    content: "\e97e";
}
.tio-error-outlined:before {
    content: "\e97f";
}
.tio-error:before {
    content: "\e980";
}
.tio-message-failed-outlined:before {
    content: "\e981";
}
.tio-message-failed:before {
    content: "\e982";
}
.tio-new-release-outlined:before {
    content: "\e983";
}
.tio-new-release:before {
    content: "\e984";
}
.tio-notification-add:before {
    content: "\e985";
}
.tio-notifications-alert:before {
    content: "\e986";
}
.tio-notifications-off:before {
    content: "\e987";
}
.tio-notifications-on-outlined:before {
    content: "\e988";
}
.tio-notifications-on:before {
    content: "\e989";
}
.tio-notifications-outlined:before {
    content: "\e98a";
}
.tio-notifications:before {
    content: "\e98b";
}
.tio-report-outlined:before {
    content: "\e98c";
}
.tio-report:before {
    content: "\e98d";
}
.tio-security-warning-outlined:before {
    content: "\e98e";
}
.tio-security-warning:before {
    content: "\e98f";
}
.tio-warning-outlined:before {
    content: "\e990";
}
.tio-warning:before {
    content: "\e991";
}
.tio-arrow-backward:before {
    content: "\e992";
}
.tio-arrow-doublesided-horizontal:before {
    content: "\e993";
}
.tio-arrow-doublesided-vertical:before {
    content: "\e994";
}
.tio-arrow-downward:before {
    content: "\e995";
}
.tio-arrow-drop-down-circle-outlined:before {
    content: "\e996";
}
.tio-arrow-drop-down-circle:before {
    content: "\e997";
}
.tio-arrow-drop-up-circle-outlined:before {
    content: "\e998";
}
.tio-arrow-drop-up-circle:before {
    content: "\e999";
}
.tio-arrow-forward:before {
    content: "\e99a";
}
.tio-arrow-large-backward-outlined:before {
    content: "\e99b";
}
.tio-arrow-large-backward:before {
    content: "\e99c";
}
.tio-arrow-large-downward-outlined:before {
    content: "\e99d";
}
.tio-arrow-large-downward:before {
    content: "\e99e";
}
.tio-arrow-large-forward-outlined:before {
    content: "\e99f";
}
.tio-arrow-large-forward:before {
    content: "\e9a0";
}
.tio-arrow-large-upward-outlined:before {
    content: "\e9a1";
}
.tio-arrow-large-upward:before {
    content: "\e9a2";
}
.tio-arrow-left-circle-outlined:before {
    content: "\e9a3";
}
.tio-arrow-left-circle:before {
    content: "\e9a4";
}
.tio-arrow-long-down:before {
    content: "\e9a5";
}
.tio-arrow-long-left:before {
    content: "\e9a6";
}
.tio-arrow-long-right:before {
    content: "\e9a7";
}
.tio-arrow-long-up:before {
    content: "\e9a8";
}
.tio-arrow-right-circle-outlined:before {
    content: "\e9a9";
}
.tio-arrow-right-circle:before {
    content: "\e9aa";
}
.tio-arrow-upward:before {
    content: "\e9ab";
}
.tio-back-ui:before {
    content: "\e9ac";
}
.tio-caret-down:before {
    content: "\e9ad";
}
.tio-caret-left:before {
    content: "\e9ae";
}
.tio-caret-right:before {
    content: "\e9af";
}
.tio-caret-up:before {
    content: "\e9b0";
}
.tio-chevron-down:before {
    content: "\e9b1";
}
.tio-chevron-left:before {
    content: "\e9b2";
}
.tio-chevron-right:before {
    content: "\e9b3";
}
.tio-chevron-up:before {
    content: "\e9b4";
}
.tio-collapse-all:before {
    content: "\e9b5";
}
.tio-double-caret-horizontal:before {
    content: "\e9b6";
}
.tio-double-caret-vertical:before {
    content: "\e9b7";
}
.tio-down-ui:before {
    content: "\e9b8";
}
.tio-expand-all:before {
    content: "\e9b9";
}
.tio-next-ui:before {
    content: "\e9ba";
}
.tio-pull-right-left:before {
    content: "\e9bb";
}
.tio-subdirectory-left:before {
    content: "\e9bc";
}
.tio-subdirectory-right:before {
    content: "\e9bd";
}
.tio-up-ui:before {
    content: "\e9be";
}
.tio-fast-forward:before {
    content: "\e9bf";
}
.tio-fast-rewind:before {
    content: "\e9c0";
}
.tio-forward:before {
    content: "\e9c1";
}
.tio-mic-off-outlined:before {
    content: "\e9c2";
}
.tio-mic-off:before {
    content: "\e9c3";
}
.tio-mic-outlined:before {
    content: "\e9c4";
}
.tio-mic:before {
    content: "\e9c5";
}
.tio-music-off:before {
    content: "\e9c6";
}
.tio-music:before {
    content: "\e9c7";
}
.tio-pause-circle-outlined:before {
    content: "\e9c8";
}
.tio-pause-circle:before {
    content: "\e9c9";
}
.tio-pause:before {
    content: "\e9ca";
}
.tio-play-circle-outlined:before {
    content: "\e9cb";
}
.tio-play-circle:before {
    content: "\e9cc";
}
.tio-play-outlined:before {
    content: "\e9cd";
}
.tio-play:before {
    content: "\e9ce";
}
.tio-record-outlined:before {
    content: "\e9cf";
}
.tio-record-voice-outlined:before {
    content: "\e9d0";
}
.tio-record-voice:before {
    content: "\e9d1";
}
.tio-record:before {
    content: "\e9d2";
}
.tio-repeat:before {
    content: "\e9d3";
}
.tio-replay:before {
    content: "\e9d4";
}
.tio-shuffle:before {
    content: "\e9d5";
}
.tio-skip-back:before {
    content: "\e9d6";
}
.tio-skip-forward:before {
    content: "\e9d7";
}
.tio-skip-next:before {
    content: "\e9d8";
}
.tio-skip-previous:before {
    content: "\e9d9";
}
.tio-skip:before {
    content: "\e9da";
}
.tio-stop-circle-outlined:before {
    content: "\e9db";
}
.tio-stop-circle:before {
    content: "\e9dc";
}
.tio-stop-outlined:before {
    content: "\e9dd";
}
.tio-stop:before {
    content: "\e9de";
}
.tio-tune-horizontal:before {
    content: "\e9df";
}
.tio-tune-vertical:before {
    content: "\e9e0";
}
.tio-tune:before {
    content: "\e9e1";
}
.tio-voice-line:before {
    content: "\e9e2";
}
.tio-voice:before {
    content: "\e9e3";
}
.tio-volume-down:before {
    content: "\e9e4";
}
.tio-volume-low:before {
    content: "\e9e5";
}
.tio-volume-minus:before {
    content: "\e9e6";
}
.tio-volume-mute:before {
    content: "\e9e7";
}
.tio-volume-off:before {
    content: "\e9e8";
}
.tio-volume-plus:before {
    content: "\e9e9";
}
.tio-volume-up:before {
    content: "\e9ea";
}
.tio-adaptive-lighting:before {
    content: "\e9eb";
}
.tio-airbag-deactivated:before {
    content: "\e9ec";
}
.tio-airbag-warning:before {
    content: "\e9ed";
}
.tio-alternator-warning-outlined:before {
    content: "\e9ee";
}
.tio-alternator-warning:before {
    content: "\e9ef";
}
.tio-bonnet-open:before {
    content: "\e9f0";
}
.tio-boot-open:before {
    content: "\e9f1";
}
.tio-brake-pad-warning:before {
    content: "\e9f2";
}
.tio-cruise-control-on:before {
    content: "\e9f3";
}
.tio-dipped-beam-headlights:before {
    content: "\e9f4";
}
.tio-direction-indicators:before {
    content: "\e9f5";
}
.tio-door-open:before {
    content: "\e9f6";
}
.tio-engine-warning-outlined:before {
    content: "\e9f7";
}
.tio-engine-warning:before {
    content: "\e9f8";
}
.tio-exterior-light-fault:before {
    content: "\e9f9";
}
.tio-fog-light-front:before {
    content: "\e9fa";
}
.tio-fog-light-rear:before {
    content: "\e9fb";
}
.tio-glow-plug-warning:before {
    content: "\e9fc";
}
.tio-handbrake-warning:before {
    content: "\e9fd";
}
.tio-hazard-warning:before {
    content: "\e9fe";
}
.tio-main-beam-headlights:before {
    content: "\e9ff";
}
.tio-oil-pressure-low-outlined:before {
    content: "\ea00";
}
.tio-oil-pressure-low:before {
    content: "\ea01";
}
.tio-parking-brake-light:before {
    content: "\ea02";
}
.tio-rain-sensor:before {
    content: "\ea03";
}
.tio-rear-window-defrost:before {
    content: "\ea04";
}
.tio-recirculation:before {
    content: "\ea05";
}
.tio-seatbelt-not-on:before {
    content: "\ea06";
}
.tio-sidelight-indicator:before {
    content: "\ea07";
}
.tio-sidelight-information:before {
    content: "\ea08";
}
.tio-stability-control-off:before {
    content: "\ea09";
}
.tio-temperature-warning:before {
    content: "\ea0a";
}
.tio-tyre-pressure-low:before {
    content: "\ea0b";
}
.tio-washer-fluid-low:before {
    content: "\ea0c";
}
.tio-windscreen-defrost:before {
    content: "\ea0d";
}
.tio-call-cancelled:before {
    content: "\ea0e";
}
.tio-call-ended:before {
    content: "\ea0f";
}
.tio-call-forward:before {
    content: "\ea10";
}
.tio-call-talking-quiet:before {
    content: "\ea11";
}
.tio-call-talking:before {
    content: "\ea12";
}
.tio-call:before {
    content: "\ea13";
}
.tio-chat-outlined:before {
    content: "\ea14";
}
.tio-chat:before {
    content: "\ea15";
}
.tio-comment-image-outlined:before {
    content: "\ea16";
}
.tio-comment-image:before {
    content: "\ea17";
}
.tio-comment-outlined:before {
    content: "\ea18";
}
.tio-comment-play-outlined:before {
    content: "\ea19";
}
.tio-comment-play:before {
    content: "\ea1a";
}
.tio-comment-text-outlined:before {
    content: "\ea1b";
}
.tio-comment-text:before {
    content: "\ea1c";
}
.tio-comment-video:before {
    content: "\ea1d";
}
.tio-comment-vs-outlined:before {
    content: "\ea1e";
}
.tio-comment-vs:before {
    content: "\ea1f";
}
.tio-comment:before {
    content: "\ea20";
}
.tio-contact-notebook:before {
    content: "\ea21";
}
.tio-contacts-book:before {
    content: "\ea22";
}
.tio-contacts:before {
    content: "\ea23";
}
.tio-draft:before {
    content: "\ea24";
}
.tio-email-outlined:before {
    content: "\ea25";
}
.tio-email:before {
    content: "\ea26";
}
.tio-favorite-comment:before {
    content: "\ea27";
}
.tio-import-export:before {
    content: "\ea28";
}
.tio-inbox:before {
    content: "\ea29";
}
.tio-inboxes:before {
    content: "\ea2a";
}
.tio-made-call:before {
    content: "\ea2b";
}
.tio-message-add-outlined:before {
    content: "\ea2c";
}
.tio-message-add:before {
    content: "\ea2d";
}
.tio-message-outlined:before {
    content: "\ea2e";
}
.tio-message-play-outlined:before {
    content: "\ea2f";
}
.tio-message-play:before {
    content: "\ea30";
}
.tio-message:before {
    content: "\ea31";
}
.tio-messages-outlined:before {
    content: "\ea32";
}
.tio-messages:before {
    content: "\ea33";
}
.tio-missed-call-outgoing:before {
    content: "\ea34";
}
.tio-missed-call:before {
    content: "\ea35";
}
.tio-mms-outlined:before {
    content: "\ea36";
}
.tio-mms:before {
    content: "\ea37";
}
.tio-new-email:before {
    content: "\ea38";
}
.tio-received-call:before {
    content: "\ea39";
}
.tio-reply-all:before {
    content: "\ea3a";
}
.tio-reply:before {
    content: "\ea3b";
}
.tio-send-outlined:before {
    content: "\ea3c";
}
.tio-send:before {
    content: "\ea3d";
}
.tio-share-message:before {
    content: "\ea3e";
}
.tio-share-screen:before {
    content: "\ea3f";
}
.tio-sms-active-outlined:before {
    content: "\ea40";
}
.tio-sms-active:before {
    content: "\ea41";
}
.tio-sms-chat-outlined:before {
    content: "\ea42";
}
.tio-sms-chat:before {
    content: "\ea43";
}
.tio-sms-outlined:before {
    content: "\ea44";
}
.tio-sms:before {
    content: "\ea45";
}
.tio-swap-horizontal:before {
    content: "\ea46";
}
.tio-swap-vs:before {
    content: "\ea47";
}
.tio-swap:before {
    content: "\ea48";
}
.tio-unsubscribe:before {
    content: "\ea49";
}
.tio-voice-chat:before {
    content: "\ea4a";
}
.tio-voicemail:before {
    content: "\ea4b";
}
.tio-airpods:before {
    content: "\ea4c";
}
.tio-android-phone-vs:before {
    content: "\ea4d";
}
.tio-android-phone:before {
    content: "\ea4e";
}
.tio-android-phones:before {
    content: "\ea4f";
}
.tio-apple-watch:before {
    content: "\ea50";
}
.tio-batery-vertical-3-quarters:before {
    content: "\ea51";
}
.tio-battery-horizontal-3-quarters:before {
    content: "\ea52";
}
.tio-battery-horizontal-half:before {
    content: "\ea53";
}
.tio-battery-horizontal-outlined:before {
    content: "\ea54";
}
.tio-battery-horizontal-quarter:before {
    content: "\ea55";
}
.tio-battery-horizontal:before {
    content: "\ea56";
}
.tio-battery-vertical-half:before {
    content: "\ea57";
}
.tio-battery-vertical-outlined:before {
    content: "\ea58";
}
.tio-battery-vertical-quarter:before {
    content: "\ea59";
}
.tio-battery-vertical:before {
    content: "\ea5a";
}
.tio-calculator:before {
    content: "\ea5b";
}
.tio-charging:before {
    content: "\ea5c";
}
.tio-devices-1:before {
    content: "\ea5d";
}
.tio-devices-2:before {
    content: "\ea5e";
}
.tio-devices-apple:before {
    content: "\ea5f";
}
.tio-disc:before {
    content: "\ea60";
}
.tio-hdmi-outlined:before {
    content: "\ea61";
}
.tio-hdmi:before {
    content: "\ea62";
}
.tio-headphones:before {
    content: "\ea63";
}
.tio-imac:before {
    content: "\ea64";
}
.tio-iphone:before {
    content: "\ea65";
}
.tio-iphones:before {
    content: "\ea66";
}
.tio-joystick:before {
    content: "\ea67";
}
.tio-keyboard-hide:before {
    content: "\ea68";
}
.tio-keyboard-vs:before {
    content: "\ea69";
}
.tio-keyboard:before {
    content: "\ea6a";
}
.tio-laptop:before {
    content: "\ea6b";
}
.tio-light-battery:before {
    content: "\ea6c";
}
.tio-microphone:before {
    content: "\ea6d";
}
.tio-monitor:before {
    content: "\ea6e";
}
.tio-mouse-outlined:before {
    content: "\ea6f";
}
.tio-mouse-pad-outlined:before {
    content: "\ea70";
}
.tio-mouse-pad:before {
    content: "\ea71";
}
.tio-mouse:before {
    content: "\ea72";
}
.tio-no-sim-card:before {
    content: "\ea73";
}
.tio-photo-camera:before {
    content: "\ea74";
}
.tio-plug-outlined:before {
    content: "\ea75";
}
.tio-plug:before {
    content: "\ea76";
}
.tio-radio:before {
    content: "\ea77";
}
.tio-remote-controller:before {
    content: "\ea78";
}
.tio-router:before {
    content: "\ea79";
}
.tio-sim-card:before {
    content: "\ea7a";
}
.tio-speaker:before {
    content: "\ea7b";
}
.tio-surveillance-camera:before {
    content: "\ea7c";
}
.tio-tablet-phone:before {
    content: "\ea7d";
}
.tio-tablet:before {
    content: "\ea7e";
}
.tio-tv-new:before {
    content: "\ea7f";
}
.tio-tv-old:before {
    content: "\ea80";
}
.tio-usb-c-outlined:before {
    content: "\ea81";
}
.tio-usb-c:before {
    content: "\ea82";
}
.tio-usb-port-outlined:before {
    content: "\ea83";
}
.tio-usb-port:before {
    content: "\ea84";
}
.tio-video-camera-off:before {
    content: "\ea85";
}
.tio-video-camera-outlined:before {
    content: "\ea86";
}
.tio-video-camera:before {
    content: "\ea87";
}
.tio-vinyl:before {
    content: "\ea88";
}
.tio-watches:before {
    content: "\ea89";
}
.tio-document-outlined:before {
    content: "\ea8a";
}
.tio-document-text-outlined:before {
    content: "\ea8b";
}
.tio-document-text:before {
    content: "\ea8c";
}
.tio-document:before {
    content: "\ea8d";
}
.tio-documents-outlined:before {
    content: "\ea8e";
}
.tio-documents:before {
    content: "\ea8f";
}
.tio-file-add-outlined:before {
    content: "\ea90";
}
.tio-file-add:before {
    content: "\ea91";
}
.tio-file-outlined:before {
    content: "\ea92";
}
.tio-file-text-outlined:before {
    content: "\ea93";
}
.tio-file-text:before {
    content: "\ea94";
}
.tio-file:before {
    content: "\ea95";
}
.tio-files-labeled-outlined:before {
    content: "\ea96";
}
.tio-files-labeled:before {
    content: "\ea97";
}
.tio-files-outlined:before {
    content: "\ea98";
}
.tio-files:before {
    content: "\ea99";
}
.tio-folder-add:before {
    content: "\ea9a";
}
.tio-folder-bookmarked:before {
    content: "\ea9b";
}
.tio-folder-labeled-outlined:before {
    content: "\ea9c";
}
.tio-folder-labeled:before {
    content: "\ea9d";
}
.tio-folder-opened-labeled:before {
    content: "\ea9e";
}
.tio-folder-opened:before {
    content: "\ea9f";
}
.tio-folder-outlined:before {
    content: "\eaa0";
}
.tio-folder-photo:before {
    content: "\eaa1";
}
.tio-folder-shared:before {
    content: "\eaa2";
}
.tio-folder-special:before {
    content: "\eaa3";
}
.tio-folder:before {
    content: "\eaa4";
}
.tio-folders-outlined:before {
    content: "\eaa5";
}
.tio-folders:before {
    content: "\eaa6";
}
.tio-avocado:before {
    content: "\eaa7";
}
.tio-banana:before {
    content: "\eaa8";
}
.tio-beer-bottle-labeled:before {
    content: "\eaa9";
}
.tio-beer-bottle:before {
    content: "\eaaa";
}
.tio-chicken-outlined:before {
    content: "\eaab";
}
.tio-chicken:before {
    content: "\eaac";
}
.tio-citrus-fruits:before {
    content: "\eaad";
}
.tio-drink-outlined:before {
    content: "\eaae";
}
.tio-drink:before {
    content: "\eaaf";
}
.tio-egg:before {
    content: "\eab0";
}
.tio-fastfood:before {
    content: "\eab1";
}
.tio-fish-outlined:before {
    content: "\eab2";
}
.tio-fish:before {
    content: "\eab3";
}
.tio-fruit-apple-outlined:before {
    content: "\eab4";
}
.tio-fruit-apple:before {
    content: "\eab5";
}
.tio-ice-cream-cup:before {
    content: "\eab6";
}
.tio-ice-cream:before {
    content: "\eab7";
}
.tio-meal-outlined:before {
    content: "\eab8";
}
.tio-meal:before {
    content: "\eab9";
}
.tio-mushroom:before {
    content: "\eaba";
}
.tio-pizza-outlined:before {
    content: "\eabb";
}
.tio-pizza:before {
    content: "\eabc";
}
.tio-soda:before {
    content: "\eabd";
}
.tio-strawberry:before {
    content: "\eabe";
}
.tio-water-bottle-labeled:before {
    content: "\eabf";
}
.tio-water-bottle:before {
    content: "\eac0";
}
.tio-wine-bottle-labeled:before {
    content: "\eac1";
}
.tio-wine-bottle:before {
    content: "\eac2";
}
.tio-clap:before {
    content: "\eac3";
}
.tio-expressionless:before {
    content: "\eac4";
}
.tio-face-female:before {
    content: "\eac5";
}
.tio-face-male:before {
    content: "\eac6";
}
.tio-frowning:before {
    content: "\eac7";
}
.tio-gesture-hand-1f:before {
    content: "\eac8";
}
.tio-gesture-hand-2f:before {
    content: "\eac9";
}
.tio-gesture-hover-1f:before {
    content: "\eaca";
}
.tio-gesture-scroll-down-2f:before {
    content: "\eacb";
}
.tio-gesture-scroll-down:before {
    content: "\eacc";
}
.tio-gesture-scroll-up-2f:before {
    content: "\eacd";
}
.tio-gesture-scroll-up-down-2f:before {
    content: "\eace";
}
.tio-gesture-scroll-up-down:before {
    content: "\eacf";
}
.tio-gesture-scroll-up:before {
    content: "\ead0";
}
.tio-gesture-swipe-left-2f:before {
    content: "\ead1";
}
.tio-gesture-swipe-left-right-2f:before {
    content: "\ead2";
}
.tio-gesture-swipe-left-right:before {
    content: "\ead3";
}
.tio-gesture-swipe-left:before {
    content: "\ead4";
}
.tio-gesture-swipe-right-2f:before {
    content: "\ead5";
}
.tio-gesture-swipe-right:before {
    content: "\ead6";
}
.tio-hand-basic:before {
    content: "\ead7";
}
.tio-hand-draw:before {
    content: "\ead8";
}
.tio-hand-metal-horns:before {
    content: "\ead9";
}
.tio-hand-middle-finger:before {
    content: "\eada";
}
.tio-hand-ok:before {
    content: "\eadb";
}
.tio-hand-piece:before {
    content: "\eadc";
}
.tio-hand-wave:before {
    content: "\eadd";
}
.tio-neutral-face:before {
    content: "\eade";
}
.tio-protection:before {
    content: "\eadf";
}
.tio-sad:before {
    content: "\eae0";
}
.tio-slap:before {
    content: "\eae1";
}
.tio-slightly-smilling:before {
    content: "\eae2";
}
.tio-smile:before {
    content: "\eae3";
}
.tio-thumbs-down:before {
    content: "\eae4";
}
.tio-thumbs-up-down:before {
    content: "\eae5";
}
.tio-thumbs-up:before {
    content: "\eae6";
}
.tio-wink:before {
    content: "\eae7";
}
.tio-alt:before {
    content: "\eae8";
}
.tio-backspace-outlined:before {
    content: "\eae9";
}
.tio-backspace:before {
    content: "\eaea";
}
.tio-caps-lock:before {
    content: "\eaeb";
}
.tio-command-key:before {
    content: "\eaec";
}
.tio-enter:before {
    content: "\eaed";
}
.tio-keyboard-brightness-1:before {
    content: "\eaee";
}
.tio-keyboard-brightness-2:before {
    content: "\eaef";
}
.tio-space-bar:before {
    content: "\eaf0";
}
.tio-tab-key:before {
    content: "\eaf1";
}
.tio-rotate:before {
    content: "\eaf2";
}
.tio-beijing:before {
    content: "\eaf3";
}
.tio-bratislava:before {
    content: "\eaf4";
}
.tio-broadleaf-tree-outlined:before {
    content: "\eaf5";
}
.tio-broadleaf-tree:before {
    content: "\eaf6";
}
.tio-cafe-outlined:before {
    content: "\eaf7";
}
.tio-cafe:before {
    content: "\eaf8";
}
.tio-cairo:before {
    content: "\eaf9";
}
.tio-castle:before {
    content: "\eafa";
}
.tio-city:before {
    content: "\eafb";
}
.tio-clinic:before {
    content: "\eafc";
}
.tio-company:before {
    content: "\eafd";
}
.tio-conifer-outlined:before {
    content: "\eafe";
}
.tio-conifer:before {
    content: "\eaff";
}
.tio-direction:before {
    content: "\eb00";
}
.tio-dubai:before {
    content: "\eb01";
}
.tio-earth-east:before {
    content: "\eb02";
}
.tio-earth-west:before {
    content: "\eb03";
}
.tio-education-outlined:before {
    content: "\eb04";
}
.tio-education:before {
    content: "\eb05";
}
.tio-factory:before {
    content: "\eb06";
}
.tio-gas-station:before {
    content: "\eb07";
}
.tio-globe:before {
    content: "\eb08";
}
.tio-gym:before {
    content: "\eb09";
}
.tio-hospital:before {
    content: "\eb0a";
}
.tio-hotel:before {
    content: "\eb0b";
}
.tio-location-off:before {
    content: "\eb0c";
}
.tio-location-search:before {
    content: "\eb0d";
}
.tio-machu-picchu:before {
    content: "\eb0e";
}
.tio-map-outlined:before {
    content: "\eb0f";
}
.tio-map-zoom-out:before {
    content: "\eb10";
}
.tio-map:before {
    content: "\eb11";
}
.tio-museum:before {
    content: "\eb12";
}
.tio-my-location:before {
    content: "\eb13";
}
.tio-navigate-outlined:before {
    content: "\eb14";
}
.tio-navigate:before {
    content: "\eb15";
}
.tio-neighborhood:before {
    content: "\eb16";
}
.tio-new-york:before {
    content: "\eb17";
}
.tio-paris:before {
    content: "\eb18";
}
.tio-parking-outlined:before {
    content: "\eb19";
}
.tio-parking:before {
    content: "\eb1a";
}
.tio-pharmacy-outlined:before {
    content: "\eb1b";
}
.tio-pharmacy:before {
    content: "\eb1c";
}
.tio-pin-outlined:before {
    content: "\eb1d";
}
.tio-pin:before {
    content: "\eb1e";
}
.tio-poi-add-outlined:before {
    content: "\eb1f";
}
.tio-poi-add:before {
    content: "\eb20";
}
.tio-poi-delete-outlined:before {
    content: "\eb21";
}
.tio-poi-delete:before {
    content: "\eb22";
}
.tio-poi-outlined:before {
    content: "\eb23";
}
.tio-poi-remove-outlined:before {
    content: "\eb24";
}
.tio-poi-remove:before {
    content: "\eb25";
}
.tio-poi-user:before {
    content: "\eb26";
}
.tio-poi:before {
    content: "\eb27";
}
.tio-pyramid:before {
    content: "\eb28";
}
.tio-restaurant:before {
    content: "\eb29";
}
.tio-rome:before {
    content: "\eb2a";
}
.tio-route-dashed:before {
    content: "\eb2b";
}
.tio-route:before {
    content: "\eb2c";
}
.tio-san-francisco:before {
    content: "\eb2d";
}
.tio-shop-outlined:before {
    content: "\eb2e";
}
.tio-shop:before {
    content: "\eb2f";
}
.tio-shopping-icon:before {
    content: "\eb30";
}
.tio-shopping:before {
    content: "\eb31";
}
.tio-singapore:before {
    content: "\eb32";
}
.tio-spa-outlined:before {
    content: "\eb33";
}
.tio-spa:before {
    content: "\eb34";
}
.tio-sydney:before {
    content: "\eb35";
}
.tio-theatre:before {
    content: "\eb36";
}
.tio-toilets:before {
    content: "\eb37";
}
.tio-trencin:before {
    content: "\eb38";
}
.tio-zoom-in:before {
    content: "\eb39";
}
.tio-zoom-out:before {
    content: "\eb3a";
}
.tio-add-photo:before {
    content: "\eb3b";
}
.tio-adjust:before {
    content: "\eb3c";
}
.tio-align-to-bottom-outlined:before {
    content: "\eb3d";
}
.tio-align-to-bottom-vs:before {
    content: "\eb3e";
}
.tio-align-to-bottom:before {
    content: "\eb3f";
}
.tio-align-to-center-outlined:before {
    content: "\eb40";
}
.tio-align-to-center-vs:before {
    content: "\eb41";
}
.tio-align-to-center:before {
    content: "\eb42";
}
.tio-align-to-left-outlined:before {
    content: "\eb43";
}
.tio-align-to-left-vs:before {
    content: "\eb44";
}
.tio-align-to-left:before {
    content: "\eb45";
}
.tio-align-to-middle-outlined:before {
    content: "\eb46";
}
.tio-align-to-middle-vs:before {
    content: "\eb47";
}
.tio-align-to-middle:before {
    content: "\eb48";
}
.tio-align-to-right-outlined:before {
    content: "\eb49";
}
.tio-align-to-right-vs:before {
    content: "\eb4a";
}
.tio-align-to-right:before {
    content: "\eb4b";
}
.tio-align-to-top-outlined:before {
    content: "\eb4c";
}
.tio-align-to-top-vs:before {
    content: "\eb4d";
}
.tio-align-to-top:before {
    content: "\eb4e";
}
.tio-artboard-outlined:before {
    content: "\eb4f";
}
.tio-artboard:before {
    content: "\eb50";
}
.tio-black-white:before {
    content: "\eb51";
}
.tio-blend-tool:before {
    content: "\eb52";
}
.tio-bold:before {
    content: "\eb53";
}
.tio-brightness-1-outlined:before {
    content: "\eb54";
}
.tio-brightness-1:before {
    content: "\eb55";
}
.tio-brightness-2-outlined:before {
    content: "\eb56";
}
.tio-brightness-2:before {
    content: "\eb57";
}
.tio-brightness-3:before {
    content: "\eb58";
}
.tio-bring-forward:before {
    content: "\eb59";
}
.tio-bring-to-front:before {
    content: "\eb5a";
}
.tio-brush:before {
    content: "\eb5b";
}
.tio-camera-enhance:before {
    content: "\eb5c";
}
.tio-camera-roll:before {
    content: "\eb5d";
}
.tio-canvas-graphics:before {
    content: "\eb5e";
}
.tio-canvas-text:before {
    content: "\eb5f";
}
.tio-canvas:before {
    content: "\eb60";
}
.tio-color-off-outlined:before {
    content: "\eb61";
}
.tio-color-off:before {
    content: "\eb62";
}
.tio-color-outlined:before {
    content: "\eb63";
}
.tio-color-picker-empty:before {
    content: "\eb64";
}
.tio-color-picker-point:before {
    content: "\eb65";
}
.tio-color-picker:before {
    content: "\eb66";
}
.tio-color:before {
    content: "\eb67";
}
.tio-copy:before {
    content: "\eb68";
}
.tio-crop:before {
    content: "\eb69";
}
.tio-cut-in-half:before {
    content: "\eb6a";
}
.tio-cut:before {
    content: "\eb6b";
}
.tio-difference:before {
    content: "\eb6c";
}
.tio-eraser:before {
    content: "\eb6d";
}
.tio-exposure:before {
    content: "\eb6e";
}
.tio-flare:before {
    content: "\eb6f";
}
.tio-flash-off:before {
    content: "\eb70";
}
.tio-flash:before {
    content: "\eb71";
}
.tio-focus:before {
    content: "\eb72";
}
.tio-format-1-1:before {
    content: "\eb73";
}
.tio-format-4-3:before {
    content: "\eb74";
}
.tio-format-16-9:before {
    content: "\eb75";
}
.tio-formats:before {
    content: "\eb76";
}
.tio-free-transform:before {
    content: "\eb77";
}
.tio-fullscreen-1-1:before {
    content: "\eb78";
}
.tio-fullscreen-4-3:before {
    content: "\eb79";
}
.tio-fullscreen-16-9:before {
    content: "\eb7a";
}
.tio-gesture:before {
    content: "\eb7b";
}
.tio-gradient:before {
    content: "\eb7c";
}
.tio-grid:before {
    content: "\eb7d";
}
.tio-image-rotate-left:before {
    content: "\eb7e";
}
.tio-image-rotate-right:before {
    content: "\eb7f";
}
.tio-image:before {
    content: "\eb80";
}
.tio-intersect:before {
    content: "\eb81";
}
.tio-invert-colors-off:before {
    content: "\eb82";
}
.tio-invert-colors:before {
    content: "\eb83";
}
.tio-invert:before {
    content: "\eb84";
}
.tio-italic:before {
    content: "\eb85";
}
.tio-keyframe-bezier-in:before {
    content: "\eb86";
}
.tio-keyframe-bezier-out:before {
    content: "\eb87";
}
.tio-keyframe-cont-bezier:before {
    content: "\eb88";
}
.tio-keyframe-linear-in:before {
    content: "\eb89";
}
.tio-keyframe-linear-out:before {
    content: "\eb8a";
}
.tio-keyframe-linear:before {
    content: "\eb8b";
}
.tio-knife:before {
    content: "\eb8c";
}
.tio-lasso:before {
    content: "\eb8d";
}
.tio-layers-off:before {
    content: "\eb8e";
}
.tio-layers-outlined:before {
    content: "\eb8f";
}
.tio-layers:before {
    content: "\eb90";
}
.tio-ligature:before {
    content: "\eb91";
}
.tio-macro-outlined:before {
    content: "\eb92";
}
.tio-macro:before {
    content: "\eb93";
}
.tio-magic-wand:before {
    content: "\eb94";
}
.tio-marker-outlined:before {
    content: "\eb95";
}
.tio-marker:before {
    content: "\eb96";
}
.tio-mask-vs:before {
    content: "\eb97";
}
.tio-mask:before {
    content: "\eb98";
}
.tio-material:before {
    content: "\eb99";
}
.tio-media-photo:before {
    content: "\eb9a";
}
.tio-mesh-grid:before {
    content: "\eb9b";
}
.tio-mouse-cursor-outlined:before {
    content: "\eb9c";
}
.tio-mouse-cursor:before {
    content: "\eb9d";
}
.tio-opacity:before {
    content: "\eb9e";
}
.tio-paint-bucket:before {
    content: "\eb9f";
}
.tio-paint-outlined:before {
    content: "\eba0";
}
.tio-paint:before {
    content: "\eba1";
}
.tio-palette-outlined:before {
    content: "\eba2";
}
.tio-palette:before {
    content: "\eba3";
}
.tio-pan-tool:before {
    content: "\eba4";
}
.tio-panorama-image:before {
    content: "\eba5";
}
.tio-panorama-outlined:before {
    content: "\eba6";
}
.tio-panorama-vs-outlined:before {
    content: "\eba7";
}
.tio-panorama-vs:before {
    content: "\eba8";
}
.tio-panorama:before {
    content: "\eba9";
}
.tio-paste:before {
    content: "\ebaa";
}
.tio-pattern:before {
    content: "\ebab";
}
.tio-pen:before {
    content: "\ebac";
}
.tio-photo-album:before {
    content: "\ebad";
}
.tio-photo-filter:before {
    content: "\ebae";
}
.tio-photo-gallery-outlined:before {
    content: "\ebaf";
}
.tio-photo-gallery:before {
    content: "\ebb0";
}
.tio-photo-landscape-outlined:before {
    content: "\ebb1";
}
.tio-photo-landscape:before {
    content: "\ebb2";
}
.tio-photo-square-outlined:before {
    content: "\ebb3";
}
.tio-photo-square:before {
    content: "\ebb4";
}
.tio-podcast:before {
    content: "\ebb5";
}
.tio-print-disabled:before {
    content: "\ebb6";
}
.tio-print:before {
    content: "\ebb7";
}
.tio-redo:before {
    content: "\ebb8";
}
.tio-reflect-horizontal:before {
    content: "\ebb9";
}
.tio-reflect-vertical:before {
    content: "\ebba";
}
.tio-rounded-corner:before {
    content: "\ebbb";
}
.tio-ruler:before {
    content: "\ebbc";
}
.tio-save-outlined:before {
    content: "\ebbd";
}
.tio-save:before {
    content: "\ebbe";
}
.tio-scan-document-icon:before {
    content: "\ebbf";
}
.tio-scan-document:before {
    content: "\ebc0";
}
.tio-selection:before {
    content: "\ebc1";
}
.tio-send-backward:before {
    content: "\ebc2";
}
.tio-send-to-back:before {
    content: "\ebc3";
}
.tio-sharpness:before {
    content: "\ebc4";
}
.tio-shear:before {
    content: "\ebc5";
}
.tio-shutter-outlined:before {
    content: "\ebc6";
}
.tio-shutter:before {
    content: "\ebc7";
}
.tio-slideshow-outlined:before {
    content: "\ebc8";
}
.tio-slideshow:before {
    content: "\ebc9";
}
.tio-small-caps:before {
    content: "\ebca";
}
.tio-snap-to:before {
    content: "\ebcb";
}
.tio-spiral:before {
    content: "\ebcc";
}
.tio-stamp:before {
    content: "\ebcd";
}
.tio-strikethrough:before {
    content: "\ebce";
}
.tio-stroke-weight:before {
    content: "\ebcf";
}
.tio-substract:before {
    content: "\ebd0";
}
.tio-switch-camera:before {
    content: "\ebd1";
}
.tio-switch-video:before {
    content: "\ebd2";
}
.tio-text-center:before {
    content: "\ebd3";
}
.tio-text-left:before {
    content: "\ebd4";
}
.tio-text-right:before {
    content: "\ebd5";
}
.tio-text:before {
    content: "\ebd6";
}
.tio-texture:before {
    content: "\ebd7";
}
.tio-tools:before {
    content: "\ebd8";
}
.tio-transform-artboard:before {
    content: "\ebd9";
}
.tio-transform:before {
    content: "\ebda";
}
.tio-underline:before {
    content: "\ebdb";
}
.tio-undo:before {
    content: "\ebdc";
}
.tio-union:before {
    content: "\ebdd";
}
.tio-vector:before {
    content: "\ebde";
}
.tio-vertical-align-bottom:before {
    content: "\ebdf";
}
.tio-vertical-align-middle:before {
    content: "\ebe0";
}
.tio-vertical-align-top:before {
    content: "\ebe1";
}
.tio-video-add:before {
    content: "\ebe2";
}
.tio-video-gallery-outlined:before {
    content: "\ebe3";
}
.tio-video-gallery:before {
    content: "\ebe4";
}
.tio-video-horizontal-outlined:before {
    content: "\ebe5";
}
.tio-video-horizontal:before {
    content: "\ebe6";
}
.tio-video-vertical-outlined:before {
    content: "\ebe7";
}
.tio-video-vertical:before {
    content: "\ebe8";
}
.tio-american-football:before {
    content: "\ebe9";
}
.tio-anchor:before {
    content: "\ebea";
}
.tio-armchair:before {
    content: "\ebeb";
}
.tio-baseball:before {
    content: "\ebec";
}
.tio-basketball:before {
    content: "\ebed";
}
.tio-birthday-outlined:before {
    content: "\ebee";
}
.tio-birthday:before {
    content: "\ebef";
}
.tio-block:before {
    content: "\ebf0";
}
.tio-book-bookmarked:before {
    content: "\ebf1";
}
.tio-book-opened:before {
    content: "\ebf2";
}
.tio-book-outlined:before {
    content: "\ebf3";
}
.tio-book:before {
    content: "\ebf4";
}
.tio-brain:before {
    content: "\ebf5";
}
.tio-brick-wall:before {
    content: "\ebf6";
}
.tio-briefcase-not-accessible:before {
    content: "\ebf7";
}
.tio-briefcase-outlined:before {
    content: "\ebf8";
}
.tio-briefcase:before {
    content: "\ebf9";
}
.tio-chair:before {
    content: "\ebfa";
}
.tio-circle-outlined:before {
    content: "\ebfb";
}
.tio-circle:before {
    content: "\ebfc";
}
.tio-cricket:before {
    content: "\ebfd";
}
.tio-crossfit:before {
    content: "\ebfe";
}
.tio-cube:before {
    content: "\ebff";
}
.tio-dining-table-outlined:before {
    content: "\ec00";
}
.tio-dining-table:before {
    content: "\ec01";
}
.tio-diving:before {
    content: "\ec02";
}
.tio-door:before {
    content: "\ec03";
}
.tio-flag-cross-1:before {
    content: "\ec04";
}
.tio-flag-cross-2:before {
    content: "\ec05";
}
.tio-flag-half-1:before {
    content: "\ec06";
}
.tio-flag-half-2:before {
    content: "\ec07";
}
.tio-flag-outlined:before {
    content: "\ec08";
}
.tio-flag-quarter-1:before {
    content: "\ec09";
}
.tio-flag-quarter-2:before {
    content: "\ec0a";
}
.tio-flag:before {
    content: "\ec0b";
}
.tio-flask:before {
    content: "\ec0c";
}
.tio-flower:before {
    content: "\ec0d";
}
.tio-foot-print:before {
    content: "\ec0e";
}
.tio-gift:before {
    content: "\ec0f";
}
.tio-glasses-outlined:before {
    content: "\ec10";
}
.tio-glasses:before {
    content: "\ec11";
}
.tio-hourglass-half:before {
    content: "\ec12";
}
.tio-hourglass-outlined:before {
    content: "\ec13";
}
.tio-hourglass-quarter:before {
    content: "\ec14";
}
.tio-hourglass:before {
    content: "\ec15";
}
.tio-ice-hockey:before {
    content: "\ec16";
}
.tio-infinity:before {
    content: "\ec17";
}
.tio-justice:before {
    content: "\ec18";
}
.tio-lab:before {
    content: "\ec19";
}
.tio-leaf-diagonal:before {
    content: "\ec1a";
}
.tio-leaf:before {
    content: "\ec1b";
}
.tio-light-on:before {
    content: "\ec1c";
}
.tio-lightbulb:before {
    content: "\ec1d";
}
.tio-medicaments:before {
    content: "\ec1e";
}
.tio-mma:before {
    content: "\ec1f";
}
.tio-moon-outlined:before {
    content: "\ec20";
}
.tio-moon-vs-outlined:before {
    content: "\ec21";
}
.tio-moon-vs:before {
    content: "\ec22";
}
.tio-moon:before {
    content: "\ec23";
}
.tio-movie:before {
    content: "\ec24";
}
.tio-node-multiple-outlined:before {
    content: "\ec25";
}
.tio-node-multiple:before {
    content: "\ec26";
}
.tio-node-outlined:before {
    content: "\ec27";
}
.tio-node:before {
    content: "\ec28";
}
.tio-pet:before {
    content: "\ec29";
}
.tio-pill:before {
    content: "\ec2a";
}
.tio-puzzle:before {
    content: "\ec2b";
}
.tio-quotes:before {
    content: "\ec2c";
}
.tio-recycling:before {
    content: "\ec2d";
}
.tio-rugby:before {
    content: "\ec2e";
}
.tio-seat-outlined:before {
    content: "\ec2f";
}
.tio-seat:before {
    content: "\ec30";
}
.tio-shoe-print-outlined:before {
    content: "\ec31";
}
.tio-shoe-print:before {
    content: "\ec32";
}
.tio-shower:before {
    content: "\ec33";
}
.tio-sign-man:before {
    content: "\ec34";
}
.tio-sign-woman:before {
    content: "\ec35";
}
.tio-skull:before {
    content: "\ec36";
}
.tio-smoke-free:before {
    content: "\ec37";
}
.tio-smoking:before {
    content: "\ec38";
}
.tio-snowflake:before {
    content: "\ec39";
}
.tio-sport:before {
    content: "\ec3a";
}
.tio-square-outlined:before {
    content: "\ec3b";
}
.tio-square:before {
    content: "\ec3c";
}
.tio-stairs-down:before {
    content: "\ec3d";
}
.tio-stairs-up:before {
    content: "\ec3e";
}
.tio-survey:before {
    content: "\ec3f";
}
.tio-t-shirt:before {
    content: "\ec40";
}
.tio-table-tennis:before {
    content: "\ec41";
}
.tio-temperature:before {
    content: "\ec42";
}
.tio-tennis:before {
    content: "\ec43";
}
.tio-test-tube:before {
    content: "\ec44";
}
.tio-ticket:before {
    content: "\ec45";
}
.tio-triangle-outlined:before {
    content: "\ec46";
}
.tio-triangle:before {
    content: "\ec47";
}
.tio-umbrella-outlined:before {
    content: "\ec48";
}
.tio-umbrella:before {
    content: "\ec49";
}
.tio-volleyball:before {
    content: "\ec4a";
}
.tio-weight-outlined:before {
    content: "\ec4b";
}
.tio-weight:before {
    content: "\ec4c";
}
.tio-wishlist-outlined:before {
    content: "\ec4d";
}
.tio-wishlist:before {
    content: "\ec4e";
}
.tio-wrench:before {
    content: "\ec4f";
}
.tio-american-express:before {
    content: "\ec50";
}
.tio-atm-outlined:before {
    content: "\ec51";
}
.tio-atm:before {
    content: "\ec52";
}
.tio-bitcoin-outlined:before {
    content: "\ec53";
}
.tio-bitcoin:before {
    content: "\ec54";
}
.tio-coin:before {
    content: "\ec55";
}
.tio-credit-card-add:before {
    content: "\ec56";
}
.tio-credit-card-outlined:before {
    content: "\ec57";
}
.tio-credit-card-remove:before {
    content: "\ec58";
}
.tio-credit-card:before {
    content: "\ec59";
}
.tio-credit-cards:before {
    content: "\ec5a";
}
.tio-discover:before {
    content: "\ec5b";
}
.tio-dollar-outlined:before {
    content: "\ec5c";
}
.tio-dollar:before {
    content: "\ec5d";
}
.tio-ethereum-outlined:before {
    content: "\ec5e";
}
.tio-ethereum:before {
    content: "\ec5f";
}
.tio-euro-outlined:before {
    content: "\ec60";
}
.tio-euro:before {
    content: "\ec61";
}
.tio-insurance:before {
    content: "\ec62";
}
.tio-litecoin-outlined:before {
    content: "\ec63";
}
.tio-litecoin:before {
    content: "\ec64";
}
.tio-mastercard:before {
    content: "\ec65";
}
.tio-money-vs:before {
    content: "\ec66";
}
.tio-money:before {
    content: "\ec67";
}
.tio-paypal:before {
    content: "\ec68";
}
.tio-pound-outlined:before {
    content: "\ec69";
}
.tio-pound:before {
    content: "\ec6a";
}
.tio-receipt-outlined:before {
    content: "\ec6b";
}
.tio-receipt:before {
    content: "\ec6c";
}
.tio-saving-outlined:before {
    content: "\ec6d";
}
.tio-saving:before {
    content: "\ec6e";
}
.tio-savings:before {
    content: "\ec6f";
}
.tio-visa:before {
    content: "\ec70";
}
.tio-wallet-outlined:before {
    content: "\ec71";
}
.tio-wallet:before {
    content: "\ec72";
}
.tio-accessibility-vs:before {
    content: "\ec73";
}
.tio-accessibility:before {
    content: "\ec74";
}
.tio-accessible-forward:before {
    content: "\ec75";
}
.tio-accessible:before {
    content: "\ec76";
}
.tio-hiking:before {
    content: "\ec77";
}
.tio-man:before {
    content: "\ec78";
}
.tio-pregnancy:before {
    content: "\ec79";
}
.tio-running:before {
    content: "\ec7a";
}
.tio-standing:before {
    content: "\ec7b";
}
.tio-swimming:before {
    content: "\ec7c";
}
.tio-walking:before {
    content: "\ec7d";
}
.tio-woman:before {
    content: "\ec7e";
}
.tio-award-outlined:before {
    content: "\ec7f";
}
.tio-award:before {
    content: "\ec80";
}
.tio-boost:before {
    content: "\ec81";
}
.tio-crown-outlined:before {
    content: "\ec82";
}
.tio-crown:before {
    content: "\ec83";
}
.tio-diamond-outlined:before {
    content: "\ec84";
}
.tio-diamond:before {
    content: "\ec85";
}
.tio-dna-spiral:before {
    content: "\ec86";
}
.tio-luck:before {
    content: "\ec87";
}
.tio-medal:before {
    content: "\ec88";
}
.tio-planet:before {
    content: "\ec89";
}
.tio-premium-outlined:before {
    content: "\ec8a";
}
.tio-premium:before {
    content: "\ec8b";
}
.tio-robot:before {
    content: "\ec8c";
}
.tio-sticker-outlined:before {
    content: "\ec8d";
}
.tio-sticker:before {
    content: "\ec8e";
}
.tio-top-security-outlined:before {
    content: "\ec8f";
}
.tio-top-security:before {
    content: "\ec90";
}
.tio-verified-outlined:before {
    content: "\ec91";
}
.tio-verified:before {
    content: "\ec92";
}
.tio-appstore:before {
    content: "\ec93";
}
.tio-behance:before {
    content: "\ec94";
}
.tio-dribbble:before {
    content: "\ec95";
}
.tio-dropbox:before {
    content: "\ec96";
}
.tio-facebook-square:before {
    content: "\ec97";
}
.tio-facebook:before {
    content: "\ec98";
}
.tio-github:before {
    content: "\ec99";
}
.tio-gmail-outlined:before {
    content: "\ec9a";
}
.tio-gmail:before {
    content: "\ec9b";
}
.tio-google-drive:before {
    content: "\ec9c";
}
.tio-google-play:before {
    content: "\ec9d";
}
.tio-google:before {
    content: "\ec9e";
}
.tio-hangouts-outlined:before {
    content: "\ec9f";
}
.tio-hangouts:before {
    content: "\eca0";
}
.tio-instagram:before {
    content: "\eca1";
}
.tio-linkedin-square:before {
    content: "\eca2";
}
.tio-linkedin:before {
    content: "\eca3";
}
.tio-medium-square:before {
    content: "\eca4";
}
.tio-medium:before {
    content: "\eca5";
}
.tio-messenger-outlined:before {
    content: "\eca6";
}
.tio-messenger:before {
    content: "\eca7";
}
.tio-pinterest-circle:before {
    content: "\eca8";
}
.tio-pinterest:before {
    content: "\eca9";
}
.tio-reddit:before {
    content: "\ecaa";
}
.tio-rss:before {
    content: "\ecab";
}
.tio-skype:before {
    content: "\ecac";
}
.tio-slack:before {
    content: "\ecad";
}
.tio-snapchat-outlined:before {
    content: "\ecae";
}
.tio-snapchat:before {
    content: "\ecaf";
}
.tio-steam:before {
    content: "\ecb0";
}
.tio-telegram:before {
    content: "\ecb1";
}
.tio-tik-tok:before {
    content: "\ecb2";
}
.tio-twitch:before {
    content: "\ecb3";
}
.tio-twitter:before {
    content: "\ecb4";
}
.tio-viber-outlined:before {
    content: "\ecb5";
}
.tio-viber:before {
    content: "\ecb6";
}
.tio-vimeo-square:before {
    content: "\ecb7";
}
.tio-vimeo:before {
    content: "\ecb8";
}
.tio-vkontakte:before {
    content: "\ecb9";
}
.tio-whatsapp-outlined:before {
    content: "\ecba";
}
.tio-whatsapp:before {
    content: "\ecbb";
}
.tio-youtube-outlined:before {
    content: "\ecbc";
}
.tio-youtube:before {
    content: "\ecbd";
}
.tio-airdrop:before {
    content: "\ecbe";
}
.tio-airplay:before {
    content: "\ecbf";
}
.tio-android:before {
    content: "\ecc0";
}
.tio-apple-outlined:before {
    content: "\ecc1";
}
.tio-apple:before {
    content: "\ecc2";
}
.tio-augmented-reality:before {
    content: "\ecc3";
}
.tio-barcode:before {
    content: "\ecc4";
}
.tio-bluetooth-connect:before {
    content: "\ecc5";
}
.tio-bluetooth-off:before {
    content: "\ecc6";
}
.tio-bluetooth-search:before {
    content: "\ecc7";
}
.tio-bluetooth:before {
    content: "\ecc8";
}
.tio-chart-bar-1:before {
    content: "\ecc9";
}
.tio-chart-bar-2:before {
    content: "\ecca";
}
.tio-chart-bar-3:before {
    content: "\eccb";
}
.tio-chart-bar-4:before {
    content: "\eccc";
}
.tio-chart-bubble:before {
    content: "\eccd";
}
.tio-chart-donut-1:before {
    content: "\ecce";
}
.tio-chart-donut-2:before {
    content: "\eccf";
}
.tio-chart-line-down:before {
    content: "\ecd0";
}
.tio-chart-line-up:before {
    content: "\ecd1";
}
.tio-chart-pie-1:before {
    content: "\ecd2";
}
.tio-chart-pie-2:before {
    content: "\ecd3";
}
.tio-cloud-disabled:before {
    content: "\ecd4";
}
.tio-cloud-off-outlined:before {
    content: "\ecd5";
}
.tio-cloud-off:before {
    content: "\ecd6";
}
.tio-cloud-on:before {
    content: "\ecd7";
}
.tio-cloud-outlined:before {
    content: "\ecd8";
}
.tio-cloud:before {
    content: "\ecd9";
}
.tio-code:before {
    content: "\ecda";
}
.tio-data-sharing:before {
    content: "\ecdb";
}
.tio-download-from-cloud:before {
    content: "\ecdc";
}
.tio-face-id:before {
    content: "\ecdd";
}
.tio-fingerprint:before {
    content: "\ecde";
}
.tio-link-off:before {
    content: "\ecdf";
}
.tio-link:before {
    content: "\ece0";
}
.tio-memory-chip:before {
    content: "\ece1";
}
.tio-mobile-data-low:before {
    content: "\ece2";
}
.tio-mobile-data:before {
    content: "\ece3";
}
.tio-online:before {
    content: "\ece4";
}
.tio-plugin-outlined:before {
    content: "\ece5";
}
.tio-plugin:before {
    content: "\ece6";
}
.tio-poll:before {
    content: "\ece7";
}
.tio-qr-code:before {
    content: "\ece8";
}
.tio-scan:before {
    content: "\ece9";
}
.tio-security-off-outlined:before {
    content: "\ecea";
}
.tio-security-off:before {
    content: "\eceb";
}
.tio-security-on-outlined:before {
    content: "\ecec";
}
.tio-security-on:before {
    content: "\eced";
}
.tio-security:before {
    content: "\ecee";
}
.tio-touch-id:before {
    content: "\ecef";
}
.tio-trending-down:before {
    content: "\ecf0";
}
.tio-trending-up:before {
    content: "\ecf1";
}
.tio-upload-on-cloud:before {
    content: "\ecf2";
}
.tio-usb:before {
    content: "\ecf3";
}
.tio-virtual-reality-outlined:before {
    content: "\ecf4";
}
.tio-virtual-reality:before {
    content: "\ecf5";
}
.tio-website:before {
    content: "\ecf6";
}
.tio-wifi-off:before {
    content: "\ecf7";
}
.tio-wifi:before {
    content: "\ecf8";
}
.tio-windows:before {
    content: "\ecf9";
}
.tio-arrival:before {
    content: "\ecfa";
}
.tio-bike:before {
    content: "\ecfb";
}
.tio-boat:before {
    content: "\ecfc";
}
.tio-bus:before {
    content: "\ecfd";
}
.tio-car-police:before {
    content: "\ecfe";
}
.tio-car:before {
    content: "\ecff";
}
.tio-departure:before {
    content: "\ed00";
}
.tio-flight-cancelled:before {
    content: "\ed01";
}
.tio-flight:before {
    content: "\ed02";
}
.tio-metro:before {
    content: "\ed03";
}
.tio-motocycle:before {
    content: "\ed04";
}
.tio-taxi:before {
    content: "\ed05";
}
.tio-traffic-light:before {
    content: "\ed06";
}
.tio-train:before {
    content: "\ed07";
}
.tio-tram:before {
    content: "\ed08";
}
.tio-truck:before {
    content: "\ed09";
}
.tio-add-event:before {
    content: "\ed0a";
}
.tio-add-to-trash:before {
    content: "\ed0b";
}
.tio-agenda-view-outlined:before {
    content: "\ed0c";
}
.tio-agenda-view:before {
    content: "\ed0d";
}
.tio-alarm-add:before {
    content: "\ed0e";
}
.tio-alarm-alert:before {
    content: "\ed0f";
}
.tio-alarm-off:before {
    content: "\ed10";
}
.tio-alarm-on:before {
    content: "\ed11";
}
.tio-alarm:before {
    content: "\ed12";
}
.tio-album:before {
    content: "\ed13";
}
.tio-albums:before {
    content: "\ed14";
}
.tio-all-done:before {
    content: "\ed15";
}
.tio-apps:before {
    content: "\ed16";
}
.tio-attachment-diagonal:before {
    content: "\ed17";
}
.tio-attachment:before {
    content: "\ed18";
}
.tio-blocked:before {
    content: "\ed19";
}
.tio-category-outlined:before {
    content: "\ed1a";
}
.tio-category:before {
    content: "\ed1b";
}
.tio-clock:before {
    content: "\ed1c";
}
.tio-dashboard-outlined:before {
    content: "\ed1d";
}
.tio-dashboard-vs-outlined:before {
    content: "\ed1e";
}
.tio-dashboard-vs:before {
    content: "\ed1f";
}
.tio-dashboard:before {
    content: "\ed20";
}
.tio-delete-outlined:before {
    content: "\ed21";
}
.tio-delete:before {
    content: "\ed22";
}
.tio-download-outlined:before {
    content: "\ed23";
}
.tio-download-to:before {
    content: "\ed24";
}
.tio-download:before {
    content: "\ed25";
}
.tio-edit:before {
    content: "\ed26";
}
.tio-explore-off-outlined:before {
    content: "\ed27";
}
.tio-explore-off:before {
    content: "\ed28";
}
.tio-explore-outlined:before {
    content: "\ed29";
}
.tio-explore:before {
    content: "\ed2a";
}
.tio-feed-outlined:before {
    content: "\ed2b";
}
.tio-feed:before {
    content: "\ed2c";
}
.tio-filter-list:before {
    content: "\ed2d";
}
.tio-filter-outlined:before {
    content: "\ed2e";
}
.tio-filter:before {
    content: "\ed2f";
}
.tio-format-bullets:before {
    content: "\ed30";
}
.tio-format-points:before {
    content: "\ed31";
}
.tio-hidden-outlined:before {
    content: "\ed32";
}
.tio-hidden:before {
    content: "\ed33";
}
.tio-home-outlined:before {
    content: "\ed34";
}
.tio-home-vs-1-outlined:before {
    content: "\ed35";
}
.tio-home-vs-2-outlined:before {
    content: "\ed36";
}
.tio-home-vs:before {
    content: "\ed37";
}
.tio-home:before {
    content: "\ed38";
}
.tio-hot:before {
    content: "\ed39";
}
.tio-import:before {
    content: "\ed3a";
}
.tio-invisible:before {
    content: "\ed3b";
}
.tio-launch-outlined:before {
    content: "\ed3c";
}
.tio-launch-vs-outlined:before {
    content: "\ed3d";
}
.tio-launch-vs:before {
    content: "\ed3e";
}
.tio-launch:before {
    content: "\ed3f";
}
.tio-lock-open-outlined:before {
    content: "\ed40";
}
.tio-lock-opened:before {
    content: "\ed41";
}
.tio-lock-outlined:before {
    content: "\ed42";
}
.tio-lock:before {
    content: "\ed43";
}
.tio-menu-hamburger:before {
    content: "\ed44";
}
.tio-menu-left-right:before {
    content: "\ed45";
}
.tio-menu-left:before {
    content: "\ed46";
}
.tio-menu-vs-outlined:before {
    content: "\ed47";
}
.tio-menu-vs:before {
    content: "\ed48";
}
.tio-more-horizontal:before {
    content: "\ed49";
}
.tio-more-vertical:before {
    content: "\ed4a";
}
.tio-new-message:before {
    content: "\ed4b";
}
.tio-password-open:before {
    content: "\ed4c";
}
.tio-password:before {
    content: "\ed4d";
}
.tio-remove-from-trash:before {
    content: "\ed4e";
}
.tio-settings-outlined:before {
    content: "\ed4f";
}
.tio-settings-vs-outlined:before {
    content: "\ed50";
}
.tio-settings-vs:before {
    content: "\ed51";
}
.tio-settings:before {
    content: "\ed52";
}
.tio-share-vs:before {
    content: "\ed53";
}
.tio-share:before {
    content: "\ed54";
}
.tio-sign-in:before {
    content: "\ed55";
}
.tio-sign-out:before {
    content: "\ed56";
}
.tio-support-vs:before {
    content: "\ed57";
}
.tio-table:before {
    content: "\ed58";
}
.tio-toggle-off:before {
    content: "\ed59";
}
.tio-toggle-on:before {
    content: "\ed5a";
}
.tio-upload-outlined:before {
    content: "\ed5b";
}
.tio-upload:before {
    content: "\ed5c";
}
.tio-visible-outlined:before {
    content: "\ed5d";
}
.tio-visible:before {
    content: "\ed5e";
}
.tio-account-circle:before {
    content: "\ed5f";
}
.tio-account-square-outlined:before {
    content: "\ed60";
}
.tio-account-square:before {
    content: "\ed61";
}
.tio-group-add:before {
    content: "\ed62";
}
.tio-group-equal:before {
    content: "\ed63";
}
.tio-group-junior:before {
    content: "\ed64";
}
.tio-group-senior:before {
    content: "\ed65";
}
.tio-user-add:before {
    content: "\ed66";
}
.tio-user-big-outlined:before {
    content: "\ed67";
}
.tio-user-big:before {
    content: "\ed68";
}
.tio-user-outlined:before {
    content: "\ed69";
}
.tio-user-switch:before {
    content: "\ed6a";
}
.tio-user:before {
    content: "\ed6b";
}
.tio-users-switch:before {
    content: "\ed6c";
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}
.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -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: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -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;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}
.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 {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}
.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
    z-index: 0;
}
.owl-carousel .owl-animated-out {
    z-index: 1;
}
.owl-carousel .fadeOut {
    animation-name: fadeOut;
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.owl-height {
    transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0;
}
.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(http://roshoi.com/public/assets/front-end/css/owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 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: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}
.category_div {
    background: #fcfcfc no-repeat padding-box;
    border: 1px solid #e2f0ff;
    border-radius: 5px;
    opacity: 1;
    padding: 5px;
}

.seller-header-image {
    margin-top: 9px;
    border-radius: 4px;
    height: 220px;
    background: url("http://roshoi.com/public/assets/front-end/css/img/seller.png") no-repeat center;
    background-size: cover;
}

.for-discount-value {
    color: white;
    border-radius: 5px 0;
    font-size: small;
}

html[dir="ltr"] .for-discount-value {
    padding: 3px 4px 2px 5px;
}

html[dir="rtl"] .for-discount-value {
    padding: 3px 5px 2px 4px;
}

.for-discount-value-null {
    color: white;
    border-radius: 0 5px;
    font-size: small;
    display: inline-block;
}

html[dir="ltr"] .for-discount-value-null {
    padding: 3px 4px 2px 5px;
}

html[dir="rtl"] .for-discount-value-null {
    padding: 3px 5px 2px 4px;
}

.for-discount-div {
    margin-top: -6%;
    margin-bottom: 6%;
}

html[dir="ltr"] .for-discount-div {
    margin-right: -9%;
}

html[dir="rtl"] .for-discount-div {
    margin-left: -9%;
}

@media (max-width: 375px) {
    .discount-hed {
        margin-top: -5%;
        margin-right: -5%;
        margin-bottom: 6%;
    }
}

.for-count-value {
    position: absolute;
    right: 0.6875rem;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    color: black;
    font-size: 0.75rem;
    font-weight: 500;
    text-align: center;
    line-height: 1.25rem;
}

@media (max-width: 600px) {
    .seller-header-image {
        height: 86px;
    }
}

.chat {
    float: right;
    margin-right: 5px;
    width: 100px;
}

.flower {
    float: right;
    width: 114px;
}

.cz-carousel [data-nav].tns-nav-active {
    background-color: #92c6ff !important;
}

.cz-carousel [data-nav] {
    background-color: #fff !important;
}

.cz-carousel .tns-nav {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    bottom: 25px;
}

.tns-outer {
    padding: 0 !important;
    margin-bottom: -20px;
}

.banner_card {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1019607843);
    border: 1px solid #e2f0ff;
    border-radius: 3px;
}

[data-simplebar] {
    overflow-y: auto;
    padding-right: 0 !important;
}

.simplebar-content {
    padding-right: 0 !important;
}

.footer_banner {
    padding-right: 4px;
    padding-left: 4px;
    margin-top: 5px;
}

.footer_banner:first-child {
    padding-right: unset;
    padding-left: 0;
}

html[dir="rtl"] .footer_banner:first-child {
    padding-right: 0;
}

.footer_banner:nth-child(5) {
    padding-left: unset;
    padding-right: 0;
}

html[dir="rtl"] .footer_banner:nth-child(5) {
    padding-left: 0;
}

.widget-product-title .ptr {
    position: relative;
    display: inline-block;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 1.2em;
    line-height: 1.2em;
    font-weight: 600;
    font-size: 13px;
}

.widget .btn > i {
    margin-top: -1px;
    vertical-align: middle;
    font-size: 10px;
}

.widget .btn-outline-accent {
    border-radius: 3px;
    width: 80px;
    padding: 2px;
}

.widget-product-title {
    position: relative;
}

.text-accent {
    font-weight: 700;
    font-size: 17px;
}

.category_title {
    color: black !important;
    font-size: 16px;
    font-weight: 600;
}

.featured_deal_title {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    color: white;
}

.featured_deal_product {
    cursor: pointer;
    height: 97px;
}

.featured_product_details {
    padding: 5px;
}

.featured_product_pic .image_center img {
    vertical-align: middle;
}

.featured_deal_title {
    position: relative;
}

.featured_product-title .ptr {
    font-weight: 400;
    font-size: 19px !important;
    color: #000000 !important;
    position: relative;
    display: inline-block;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 2.4em;
    line-height: 1.2em;
}

.featured_product-price {
    margin-top: -10px;
}

.featured_product-price .ptp {
    font-weight: 700;
    font-size: 19px !important;
}

.flash_deal {
    border-radius: 3px;
}

.flash_deal_title {
    color: black;
    font-weight: 700;
    font-size: 25px;
    text-transform: uppercase;
}

.cz-countdown .cz-countdown-value {
    font-size: 16px !important;
    font-weight: 700 !important;
}

.cz-countdown {
    flex-wrap: wrap;
    font-weight: normal;
    display: flex;
    justify-content: center;
    flex-direction: row;
}

.flash_deal_product {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.0509803922);
    background: white;
    border-radius: 5px;
}

.flash_deal_product_pic {
    height: 175px;
    background: #f9f9f9;
    border-radius: 3px;
    padding: 0 10px;
}

.flash_deal_product_pic img {
    height: 149px;
}

.flash_deal_product_details {
    position: relative;
}

.flash_deal_product_details .flash-product-title {
    position: relative;
    display: inline-block;
    word-wrap: break-word;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    line-height: 1.2em;
}

.flash_deal_product_details .flash-product-title a {
    font-weight: 600;
    font-size: 16px;
    color: black !important;
}

.flash_deal_product_details .flash-product-review {
    font-weight: 400;
    font-size: 11px;
}

.flash_deal_product_details .flash-product-review .review-count {
    color: #fea96e !important;
}

.flash_deal_product_details .flash-product-review .star-rating i {
    font-size: 16px !important;
}

.deal_of_the_day h1 {
    font-weight: 700;
    font-size: 29px;
    padding-top: 40px;
    text-align: center;
    text-transform: uppercase;
}

.buy_btn {
    font-weight: 700;
    font-size: 22px;
    width: 198px;
    height: 46px;
    background-color: white;
    border-radius: 3px;
    border: 1px solid white;
}

.deal_latest_product .product-card {
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.0784313725);
    border-radius: 5px;
    height: 284px;
}

.deal_latest_product .product-card .card-header {
    height: 200px;
    text-align: center;
    background: #f9f9f9 0 0 no-repeat padding-box;
    border-radius: 5px 5px 0 0;
}

.product-title1 {
    font-weight: 400 !important;
    font-size: 16px !important;
    color: #000000 !important;
    position: relative;
    display: inline-block;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 2.4em;
    line-height: 1.2em;
}

.deal_latest_product .product-title {
    font-weight: 400 !important;
    font-size: 16px !important;
    color: #000000 !important;
}

.deal-title {
    font-weight: 400;
    font-size: 14px;
    text-align: center;
}

.order-summery-footer-image {
    width: auto;
}

.view_all {
    display: flex;
    justify-content: flex-end !important;
}

.view_border {
    margin-top: -53px;
    border-top: 2px solid #e3e9ef;
    margin-bottom: 53px;
}

@media (min-width: 1024px) {
    .main_banner_img {
        margin: 0;
    }

    .footer_banner_img {
        height: 165px;
    }

    .banner_product {
        height: 490px !important;
    }
}

@media (min-width: 992px) {
    .main_banner_img {
        margin: 0;
        height: 378px !important;
    }

    .footer_banner_img {
        height: 165px !important;
    }

    .banner_product {
        background: white;
        height: 526px !important;
    }
}

@media (max-width: 375px) {
    .for-discount-div {
        margin-top: -5%;
        margin-bottom: 6%;
    }

    html[dir="ltr"] .for-discount-div {
        margin-right: -5%;
    }

    html[dir="rtl"] .for-discount-div {
        margin-left: -5%;
    }
}

@media (min-width: 768px) {
    .main_banner_img {
        margin: 0;
        height: 260px;
    }

    .banner_product {
        height: 306px;
    }

    .flash_deal {
        height: 258px;
    }
}

@media (max-width: 768px) {
    .banner_card {
        box-shadow: none;
        border: none;
        border-radius: 0;
    }

    .deal-title {
        font-size: 20px !important;
    }

    .btn-sm,
    .btn-group-sm > .btn {
        padding: 5px 10px;
        font-size: 0.8125rem;
        line-height: 1.5;
        border-radius: 0.1875rem;
        margin-top: 3px;
    }

    .carousel-control-prev,
    .carousel-control-next {
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 14%;
        color: #fff;
        text-align: center;
        opacity: 0.5;
        transition: opacity 0.15s ease;
    }

    .featured_deal_carosel .carousel-inner {
        padding: 0;
    }

    .view_all {
        display: flex;
        justify-content: flex-start !important;
    }

    .flash_deal {
        box-shadow: none;
        border: none;
        border-radius: 0;
    }

    .fd {
        padding-bottom: 10px;
        border-bottom: 2px solid #e2f0ff !important;
    }

    .feature_header {
        margin-top: 0;
    }

    .feature_header span {
        padding-right: 0;
        padding-left: 0;
        font-weight: 700;
        font-size: 25px;
        text-transform: uppercase;
    }

    .view_border {
        margin: 16px 0;
        border-top: 2px solid #e2f0ff !important;
    }

    .flash-product-price,
    .text-accent {
        font-size: 14px !important;
    }
}

.featured_deal {
    min-height: 108px;
}

.btn-outline--info {
    border: 1px solid #1b7fed;
    color: #1b7fed !important;
}

.btn-outline--info:hover {
    border-color: #1b7fed;
    color: #fff !important;
    background-color: #1b7fed;
}

.qty_input {
    width: 50px;
    background-color: #f4f9fe;
    border: 1px solid #d5e8fc;
    border-radius: 5px;
    text-align: center;
    height: 40px;
}

.qty_minus,
.qty_plus {
    display: flex;
    align-items: center;
    color: #1455ac;
    cursor: pointer;
}

.__img-62 {
    min-width: 60px;
}

.fs-10 {
    font-size: 10px !important;
}

.outline-0 {
    outline: 0 !important;
}

.steps {
    max-width: 500px;
}

.steps .step-item:first-child .step-count {
    left: 12px;
}

.steps .step-item:first-child .step-label {
    text-align: left;
}

.steps .step-item:last-child .step-count {
    left: auto;
    right: 0;
}

.steps .step-item:last-child .step-label {
    text-align: right;
}

.saved-address-dropdown .dropdown-item {
    margin-inline: 10px;
    width: auto;
}

.saved-address-dropdown .dropdown-item.active {
    border-radius: 8px;
    border: 1px solid rgba(20, 85, 172, 0.3);
    background: rgba(20, 85, 172, 0.02);
    padding: 10px 14px;
}

.progress {
    height: 0.25rem;
    background-color: #dfedff;
    border-radius: 50rem;
}

.progress-bar {
    background-color: var(--primary-clr);
}

.border-primary-light {
    border: 1px solid rgba(27, 127, 237, 0.2) !important;
}

@media (max-width: 991px) {
    #shop-sidebar {
        position: fixed;
        right: 0;
        left: auto;
        top: 0;
        width: 320px;
        max-width: 100%;
        height: 100%;
        z-index: 9999;
        border-radius: 0.5rem 0 0 0.5rem;
        transform: translateX(100%);
        transition: transform 200ms ease;
        background-color: #fff !important;
    }

    #shop-sidebar.active {
        transform: translateX(0);
    }

    .profile-aside-overlay {
        position: fixed;
        left: 0;
        top: 0;
        width: calc(100vw - 320px);
        height: 100%;
        z-index: 9998;
        transform: translateX(2000%);
        transition: transform 200ms ease;
        background-color: rgba(0, 0, 0, 0.158) !important;
    }

    .profile-aside-overlay.active {
        transform: translateX(0);
    }
}

.profile-aside-close-btn {
    font-size: 1.5rem;
}

.flash_deal_product_details a.text-capitalize {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.others-store-card .name-area .info h5 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}

.recommended-product-card img {
    border: 1px solid #eef1ff;
}

.cz-countdown-days {
    border: 1px solid var(--web-primary);
}

.btn-scroll-top {
    background: var(--web-primary);
}

.__best-selling:hover .ptr,
.flash_deal_product:hover .flash-product-title {
    color: var(--web-primary);
}

.cz-countdown-hours {
    border: 1px solid var(--web-primary);
}

.cz-countdown-minutes {
    border: 1px solid var(--web-primary);
}

.cz-countdown-seconds {
    border: 1px solid var(--web-primary);
}

.flash_deal_product_details .flash-product-price {
    color: var(--web-primary);
}

.featured_deal_left {
    background: var(--web-primary) 0 0 no-repeat padding-box;
}

.category_div:hover {
    color: var(--web-secondary);
}

.deal_of_the_day {
    background: var(--web-secondary);
}

.best-selling-image {
    background: var(--web-primary-10);
}

.top-rated-image {
    background: var(--web-primary-10);
}

@media (max-width: 800px) {
    [dir="rtl"] .categories-title {
        margin-right: 0;
    }

    [dir="ltr"] .categories-title {
        margin-left: 6px;
    }

    [dir="rtl"] .seller-list-title {
        margin-right: 0;
    }

    [dir="ltr"] .seller-list-title {
        margin-left: 10px;
    }

    [dir="rtl"] .seller-list-view-all {
        margin-left: 20px;
    }

    [dir="ltr"] .seller-list-view-all {
        margin-right: 10px;
    }

    [dir="rtl"] .category-product-view-title {
        margin-right: 16px;
    }

    [dir="ltr"] .category-product-view-title {
        margin-left: -8px;
    }

    [dir="rtl"] .category-product-view-all {
        margin-left: -7px;
    }

    [dir="ltr"] .category-product-view-all {
        margin-right: 5px;
    }
}

@media (min-width: 801px) {

    [dir="rtl"] .categories-title {
        margin-right: 25px;
    }

    [dir="ltr"] .categories-title {
        margin-left: 25px;
    }

    [dir="rtl"] .seller-list-title {
        margin-right: 6px;
    }

    [dir="ltr"] .seller-list-title {
        margin-left: 10px;
    }

    [dir="ltr"] .seller-list-view-all {
        margin-right: 10px;
    }

    [dir="rtl"] .seller-list-view-all {
        margin-left: 12px;
    }

    [dir="rtl"] .seller-card {
        padding-left: 0 !important;
    }

    [dir="ltr"] .seller-card {
        padding-right: 0 !important;
    }

    [dir="ltr"] .category-product-view-title {
        margin-left: -12px;
    }

    [dir="rtl"] .category-product-view-title {
        margin-right: 10px;
    }

    [dir="rtl"] .category-product-view-all {
        margin-left: -20px;
    }

    [dir="ltr"] .category-product-view-all {
        margin-right: 0;
    }
}

.countdown-card {
    background: var(--web-primary-10);

}

.flash-deal-text {
    color: var(--web-primary);
}

.countdown-background {
    background: var(--web-primary);
}

.czi-arrow-left {
    color: var(--web-primary);
    background: var(--web-primary-10);
}

.czi-arrow-right {
    color: var(--web-primary);
    background: var(--web-primary-10);
}

.flash-deals-background-image {
    background: var(--web-primary-10);
}

.view-all-text {
    color: var(--web-secondary) !important;
}

.feature-product .czi-arrow-left {
    color: var(--web-primary);
    background: var(--web-primary-10);
}

.feature-product .czi-arrow-right {
    color: var(--web-primary);
    background: var(--web-primary-10);
    font-size: 12px;
}
.center-div {
    margin: auto;
    width: 100%;
    height: 100%;
    /*border: 3px solid green;*/
    /*padding: 10px;*/
}

.element-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 375px) {
    .cz-countdown .cz-countdown-seconds {
        margin-top: 0px !important;
    }
}

.btn-gap-right {
    margin-right: 2px;
}

.btn-gap-left {
    margin-left: 2px;
}

.shop-name-left {
    padding-left: 10px;
}

.shop-name-right {
    padding-right: 10px;
}

.feature_header span {
    color: black;
}
a {
    color: black;
    text-decoration: none;
    background-color: transparent;
}

.page-footer {
    background: #373a41;
    color: white;
}

.social-btn {
    border-radius: 50%;
    height: 2rem;
    width: 2rem;
}

.social-btn i {
    line-height: 1.9rem;
}

.for-margin {
    margin-top: 10px;
}

.font-weight-bold {
    font-weight: 600 !important;
}

.footer-header {
    color: #ffffff;
}

.widget-list-link {
    color: #d9dce2;
}

.page-footer hr {
    border: 0.001px solid #2d3542;
}

.btn-secondary {
    color: white !important;
}

.btn-outline-primary:hover {
    color: white !important;
}

@media (max-width: 452px) {
    .top-margin {
        margin-top: 5px;
    }
}

.string-limit {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

@media (max-width: 575px) {
    .mobile-fs-20 {
        font-size: 16px !important;
        font-weight: 700 !important;
    }
}

body {
    overflow-x: hidden !important;
}

.offline_payment_button {
    border-radius: 10px;
    border: 1px solid #E4F4FF;
}

.bg-primary-light {
    background-color: #F3FAFD !important;
}

.__text-60px {
    font-size: 60px !important;
}

@media (max-width: 575px) {
    .chat_with_seller-buttons {
        position: absolute;
        right: 0;
        top: 0;
    }
    .chat_with_seller-buttons .btn {
        padding: 5px;
        width: 35px;
        min-width: 35px;
        height: 35px;
        display: grid;
        place-items: center;
    }
    .fs-18-mobile {
        font-size: 18px !important;
    }
    .support_ticket_head-media img {
        width: 40px;
    }
    .support_ticket_head-media h6 {
        font-size: 14px;
        font-weight: bold;
    }
    .support_ticket_head-media .meta-info {
        font-size: 12px;
        column-gap: .5rem;
    }
    .time_date {
        color: #D9D9D9;
    }
}