@charset "UTF-8";
/**
 * @author Muhammad Hussein Fattahizadeh <m@mhf.ir>
 * @copyright (c) 2016, Muhammad Hussein Fattahizadeh <m@mhf.ir>
 */
@font-face {
    font-family: 'FontAwesome';
    src: url("../lib/fonts/fontawesome-webfontd153.eot?v=YWE2MTRl");
    src: url("../lib/fonts/fontawesome-webfontd153.eot?v=YWE2MTRl#iefix") format("embedded-opentype"), url("../lib/fonts/fontawesome-webfontd153.woff2?v=YWE2MTRl") format("woff2"), url("../lib/fonts/fontawesome-webfontd153.woff?v=YWE2MTRl") format("woff"), url("../lib/fonts/fontawesome-webfontd153.ttf?v=YWE2MTRl") format("truetype"), url("../lib/fonts/fontawesome-webfontd153.svg?v=YWE2MTRl#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'lg';
    src: url("../lib/fonts/lgd153.eot?v=YWE2MTRl");
    src: url("../lib/fonts/lgd153.eot?v=YWE2MTRl") format("embedded-opentype"), url("../lib/fonts/lgd153.woff?v=YWE2MTRl") format("woff"), url("../lib/fonts/lgd153.ttf?v=YWE2MTRl") format("truetype"), url("../lib/fonts/lgd153.svg?v=YWE2MTRl#lg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: VideoJS;
    src: url("../lib/fonts/VideoJSd153.eot?v=YWE2MTRl");
    src: url("../lib/fonts/VideoJSd153.eot?v=YWE2MTRl#iefix") format("embedded-opentype"), url("../lib/fonts/VideoJSd153.woff?v=YWE2MTRl") format("woff"), url("../lib/fonts/VideoJSd153.ttf?v=YWE2MTRl") format("truetype"), url("../lib/fonts/VideoJSd153.svg?v=YWE2MTRl#lg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "IRANSans";
    font-style: normal;
    font-weight: normal;
    src: local("☺"), url("../fonts/IRANSansWeb(FaNum).eot?#iefix") format("embedded-opentype"),
    url("../fonts/IRANSansWeb(FaNum).woff") format("woff"),
    url("../fonts/IRANSansWeb(FaNum).woff2") format("woff2"),
    url("../fonts/IRANSansWeb(FaNum).ttf") format("truetype");
}

body {
    font-family: IRANSans;
    font-size: 14px;
    background-color: #ededed;
}

a,
a:hover,
a:active,
a:focus {
    outline: 0;
    text-decoration: none;
}

h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

h1 {
    margin: 0 !important;
    padding: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: IRANSans;
}

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

main {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

main:after {
    content: " ";
    display: block;
    clear: both;
}

html {
    font-family: IRANSans;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: IRANSans;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

.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: 0.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: 0.14285714em;
    text-align: center;
}

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

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eeeeee;
    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: #ffffff;
}

.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;
}

.video-js .vjs-big-play-button:before, .video-js .vjs-control:before, .video-js .vjs-modal-dialog, .vjs-modal-dialog .vjs-modal-dialog-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

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

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

.vjs-icon-play:before, .video-js .vjs-big-play-button:before, .video-js .vjs-play-control:before {
    content: "\f101";
}

.vjs-icon-play-circle {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}

.vjs-icon-play-circle:before {
    content: "\f102";
}

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

.vjs-icon-pause:before, .video-js .vjs-play-control.vjs-playing:before {
    content: "\f103";
}

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

.vjs-icon-volume-mute:before, .video-js .vjs-mute-control.vjs-vol-0:before,
.video-js .vjs-volume-menu-button.vjs-vol-0:before {
    content: "\f104";
}

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

.vjs-icon-volume-low:before, .video-js .vjs-mute-control.vjs-vol-1:before,
.video-js .vjs-volume-menu-button.vjs-vol-1:before {
    content: "\f105";
}

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

.vjs-icon-volume-mid:before, .video-js .vjs-mute-control.vjs-vol-2:before,
.video-js .vjs-volume-menu-button.vjs-vol-2:before {
    content: "\f106";
}

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

.vjs-icon-volume-high:before, .video-js .vjs-mute-control:before,
.video-js .vjs-volume-menu-button:before {
    content: "\f107";
}

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

.vjs-icon-fullscreen-enter:before, .video-js .vjs-fullscreen-control:before {
    content: "\f108";
}

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

.vjs-icon-fullscreen-exit:before, .video-js.vjs-fullscreen .vjs-fullscreen-control:before {
    content: "\f109";
}

.vjs-icon-square {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}

.vjs-icon-square:before {
    content: "\f10a";
}

.vjs-icon-spinner {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}

.vjs-icon-spinner:before {
    content: "\f10b";
}

.vjs-icon-subtitles, .video-js .vjs-subtitles-button {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}

.vjs-icon-subtitles:before, .video-js .vjs-subtitles-button:before {
    content: "\f10c";
}

.vjs-icon-captions, .video-js .vjs-captions-button {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}

.vjs-icon-captions:before, .video-js .vjs-captions-button:before {
    content: "\f10d";
}

.vjs-icon-chapters, .video-js .vjs-chapters-button {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}

.vjs-icon-chapters:before, .video-js .vjs-chapters-button:before {
    content: "\f10e";
}

.vjs-icon-share {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}

.vjs-icon-share:before {
    content: "\f10f";
}

.vjs-icon-cog {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}

.vjs-icon-cog:before {
    content: "\f110";
}

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

.vjs-icon-circle:before, .video-js .vjs-mouse-display:before, .video-js .vjs-play-progress:before, .video-js .vjs-volume-level:before {
    content: "\f111";
}

.vjs-icon-circle-outline {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}

.vjs-icon-circle-outline:before {
    content: "\f112";
}

.vjs-icon-circle-inner-circle {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}

.vjs-icon-circle-inner-circle:before {
    content: "\f113";
}

.vjs-icon-hd {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}

.vjs-icon-hd:before {
    content: "\f114";
}

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

.vjs-icon-cancel:before, .video-js .vjs-control.vjs-close-button:before {
    content: "\f115";
}

.vjs-icon-replay {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}

.vjs-icon-replay:before {
    content: "\f116";
}

.vjs-icon-facebook {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}

.vjs-icon-facebook:before {
    content: "\f117";
}

.vjs-icon-gplus {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}

.vjs-icon-gplus:before {
    content: "\f118";
}

.vjs-icon-linkedin {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}

.vjs-icon-linkedin:before {
    content: "\f119";
}

.vjs-icon-twitter {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}

.vjs-icon-twitter:before {
    content: "\f11a";
}

.vjs-icon-tumblr {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}

.vjs-icon-tumblr:before {
    content: "\f11b";
}

.vjs-icon-pinterest {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}

.vjs-icon-pinterest:before {
    content: "\f11c";
}

.vjs-icon-audio-description, .video-js .vjs-descriptions-button {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}

.vjs-icon-audio-description:before, .video-js .vjs-descriptions-button:before {
    content: "\f11d";
}

.vjs-icon-audio, .video-js .vjs-audio-button {
    font-family: VideoJS;
    font-weight: normal;
    font-style: normal;
}

.vjs-icon-audio:before, .video-js .vjs-audio-button:before {
    content: "\f11e";
}

.video-js {
    display: block;
    vertical-align: top;
    box-sizing: border-box;
    color: #fff;
    background-color: #000;
    position: relative;
    padding: 0;
    font-size: 10px;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
}

.video-js:-moz-full-screen {
    position: absolute;
}

.video-js:-webkit-full-screen {
    width: 100% !important;
    height: 100% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.vjs-disabled {
    opacity: 0.5;
    cursor: default;
}

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

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

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

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

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

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

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

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

.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
    display: block;
}

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

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

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

.vjs-menu-button.vjs-disabled {
    cursor: default;
}

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

.vjs-menu .vjs-menu-content {
    display: block;
    padding: 0;
    margin: 0;
    overflow: auto;
    font-family: Arial, Helvetica, sans-serif;
}

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

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

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

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

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

.vjs-menu-button-popup .vjs-menu {
    display: none;
    position: absolute;
    bottom: 0;
    width: 10em;
    left: -3em;
    height: 0em;
    margin-bottom: 1.5em;
    border-top-color: rgba(43, 51, 63, 0.7);
}

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
    background-color: #2B333F;
    background-color: rgba(43, 51, 63, 0.7);
    position: absolute;
    width: 100%;
    bottom: 1.5em;
    max-height: 15em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.video-js .vjs-control:before {
    font-size: 1.8em;
    line-height: 1.67;
}

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

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

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

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

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

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

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

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

.video-js .vjs-progress-control:hover .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-mouse-display:after,
.video-js .vjs-progress-control:hover .vjs-play-progress:after {
    font-family: Arial, Helvetica, sans-serif;
    visibility: visible;
    font-size: 0.6em;
}

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

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

.video-js .vjs-play-progress {
    background-color: #fff;
}

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

.video-js .vjs-time-tooltip,
.video-js .vjs-mouse-display:after,
.video-js .vjs-play-progress:after {
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    top: -3.4em;
    right: -1.9em;
    font-size: 0.9em;
    color: #000;
    content: attr(data-current-time);
    padding: 6px 8px 8px 8px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    border-radius: 0.3em;
}

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

.video-js .vjs-progress-control .vjs-keep-tooltips-inside:after {
    display: none;
}

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

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

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

.video-js .vjs-time-tooltip {
    display: inline-block;
    height: 2.4em;
    position: relative;
    float: right;
    right: -1.9em;
}

.vjs-tooltip-progress-bar {
    visibility: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.video-js .vjs-volume-level:before {
    position: absolute;
    font-size: 0.9em;
}

.vjs-slider-vertical .vjs-volume-level {
    width: 0.3em;
}

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

.vjs-slider-horizontal .vjs-volume-level {
    height: 0.3em;
}

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

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

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

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

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

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

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

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

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

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

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

.vjs-poster img {
    display: block;
    vertical-align: middle;
    margin: 0 auto;
    max-height: 100%;
    padding: 0;
    width: 100%;
}

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

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

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

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

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

.video-js .vjs-time-control {
    -webkit-box-flex: none;
    -moz-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    font-size: 1em;
    line-height: 3em;
    min-width: 2em;
    width: auto;
    padding-left: 1em;
    padding-right: 1em;
}

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

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

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

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

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

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

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

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

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

.vjs-subtitles {
    color: #fff;
}

.vjs-captions {
    color: #fc6;
}

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

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

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

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

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

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

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

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

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

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
    display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.vjs-caption-settings .vjs-tracksetting span {
    display: inline;
    margin-left: 5px;
    vertical-align: top;
    float: right;
}

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

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

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

.vjs-caption-settings fieldset {
    margin-top: 1em;
    margin-left: .5em;
}

.vjs-caption-settings fieldset .vjs-label {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

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

.video-js .vjs-modal-dialog {
    background: rgba(0, 0, 0, 0.8);
    background: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
}

.vjs-modal-dialog .vjs-modal-dialog-content {
    font-size: 1.2em;
    line-height: 1.5;
    padding: 20px 24px;
    z-index: 1;
}

@media print {
    .video-js > *:not(.vjs-tech):not(.vjs-poster) {
        visibility: hidden;
    }
}

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

@media \0screen {
    .vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
        visibility: hidden;
    }
}

.lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.lightSlider:before, .lightSlider:after {
    content: " ";
    display: table;
}

.lightSlider {
    overflow: hidden;
    margin: 0;
}

.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

.lSSlideWrapper > .lightSlider:after {
    clear: both;
}

.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform, height;
    transition-property: transform, height;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}

.lSSlideWrapper .lSFade {
    position: relative;
}

.lSSlideWrapper .lSFade > * {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%;
}

.lSSlideWrapper.usingCss .lSFade > * {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}

.lSSlideWrapper .lSFade > *.active {
    z-index: 10;
}

.lSSlideWrapper.usingCss .lSFade > *.active {
    opacity: 1;
}

.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
}

.lSSlideOuter .lSPager.lSpg > li {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px;
}

.lSSlideOuter .lSPager.lSpg > li a {
    background-color: #222222;
    border-radius: 30px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    text-indent: -999em;
    width: 8px;
    position: relative;
    z-index: 99;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}

.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #428bca;
}

.lSSlideOuter .media {
    opacity: 0.8;
}

.lSSlideOuter .media.active {
    opacity: 1;
}

.lSSlideOuter .lSPager.lSGallery {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.lSSlideOuter .lSPager.lSGallery li {
    overflow: hidden;
    -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
    transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}

.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 5px;
}

.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: auto;
    max-width: 100%;
}

.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
    content: " ";
    display: table;
}

.lSSlideOuter .lSPager.lSGallery:after {
    clear: both;
}

.lSAction > a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    background-image: url("../lib/img/lightslider/controls.png");
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -16px;
    opacity: 0.5;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
}

.lSAction > a:hover {
    opacity: 1;
}

.lSAction > .lSPrev {
    background-position: 0 0;
    left: 10px;
}

.lSAction > .lSNext {
    background-position: -32px 0;
    right: 10px;
}

.lSAction > a.disabled {
    pointer-events: none;
}

.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}

.lSSlideOuter.vertical {
    position: relative;
}

.lSSlideOuter.vertical.noPager {
    padding-right: 0px !important;
}

.lSSlideOuter.vertical .lSGallery {
    position: absolute !important;
    right: 0;
    top: 0;
}

.lSSlideOuter.vertical .lightSlider > * {
    width: 100% !important;
    max-width: none !important;
}

.lSSlideOuter.vertical .lSAction > a {
    left: 50%;
    margin-left: -14px;
    margin-top: 0;
}

.lSSlideOuter.vertical .lSAction > .lSNext {
    background-position: 31px -31px;
    bottom: 10px;
    top: auto;
}

.lSSlideOuter.vertical .lSAction > .lSPrev {
    background-position: 0 -31px;
    bottom: auto;
    top: 10px;
}

.lSSlideOuter.lSrtl {
    direction: rtl;
}

.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
    padding-left: 0;
    list-style: none outside none;
}

.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
    padding-right: 0;
}

.lSSlideOuter .lightSlider > *, .lSSlideOuter .lSGallery li {
    float: left;
}

.lSSlideOuter.lSrtl .lightSlider > *, .lSSlideOuter.lSrtl .lSGallery li {
    float: right !important;
}

@-webkit-keyframes rightEnd {
    0% {
        left: 0;
    }
    50% {
        left: -15px;
    }
    100% {
        left: 0;
    }
}

@keyframes rightEnd {
    0% {
        left: 0;
    }
    50% {
        left: -15px;
    }
    100% {
        left: 0;
    }
}

@-webkit-keyframes topEnd {
    0% {
        top: 0;
    }
    50% {
        top: -15px;
    }
    100% {
        top: 0;
    }
}

@keyframes topEnd {
    0% {
        top: 0;
    }
    50% {
        top: -15px;
    }
    100% {
        top: 0;
    }
}

@-webkit-keyframes leftEnd {
    0% {
        left: 0;
    }
    50% {
        left: 15px;
    }
    100% {
        left: 0;
    }
}

@keyframes leftEnd {
    0% {
        left: 0;
    }
    50% {
        left: 15px;
    }
    100% {
        left: 0;
    }
}

@-webkit-keyframes bottomEnd {
    0% {
        bottom: 0;
    }
    50% {
        bottom: -15px;
    }
    100% {
        bottom: 0;
    }
}

@keyframes bottomEnd {
    0% {
        bottom: 0;
    }
    50% {
        bottom: -15px;
    }
    100% {
        bottom: 0;
    }
}

.lSSlideOuter .rightEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}

.lSSlideOuter .leftEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}

.lSSlideOuter.vertical .rightEnd {
    -webkit-animation: topEnd 0.3s;
    animation: topEnd 0.3s;
    position: relative;
}

.lSSlideOuter.vertical .leftEnd {
    -webkit-animation: bottomEnd 0.3s;
    animation: bottomEnd 0.3s;
    position: relative;
}

.lSSlideOuter.lSrtl .rightEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}

.lSSlideOuter.lSrtl .leftEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}

.lightSlider.lsGrab > * {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.lightSlider.lsGrabbing > * {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}

.live__player {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.live__player:after {
    content: " ";
    display: block;
    clear: both;
}

.live_list {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.live_list:after {
    content: " ";
    display: block;
    clear: both;
}

.live_list .live_list_inner .item {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.live_list .live_list_inner .item:after {
    content: " ";
    display: block;
    clear: both;
}

.live_list .live_list_inner .item .img {
    width: 40%;
    float: right;
}

.live_list .live_list_inner .item .live_list_inner {
    width: 60%;
    float: right;
}

.zxc .type-resource-image {
    max-width: 100% !important;
}

.zxc .type-resource-image a {
    max-width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
}

.title_live_list {
    font-size: 16px;
    font-family: IRANSans;
    color: #fff;
    border-bottom: 1px dotted #fff;
    padding-top: 16px;
    padding-right: 8px;
}

.relate {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.relate:after {
    content: " ";
    display: block;
    clear: both;
}

@media (min-width: 900px) {
    .relate .list li {
        width: 25%;
        float: right;
    }
}

@media (min-width: 600px) and (max-width: 900px) {
    .relate .list li {
        width: 50%;
        float: right;
    }
}

@media (min-width: 1px) and (max-width: 599px) {
    .relate .list .item {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .relate .list .item:after {
        content: " ";
        display: block;
        clear: both;
    }

    .relate .list .item .img {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        width: 50%;
        float: right;
    }

    .relate .list .item .img:after {
        content: " ";
        display: block;
        clear: both;
    }

    .relate .list .item .title {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        width: 50%;
        float: left;
        margin-left: 0;
        padding-right: 16px;
    }

    .relate .list .item .title:after {
        content: " ";
        display: block;
        clear: both;
    }
}

.more {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.more:after {
    content: " ";
    display: block;
    clear: both;
}

@media (min-width: 768px) {
    .more .list li {
        width: 25%;
        float: right;
    }
}

@media (min-width: 400px) and (max-width: 768px) {
    .more .list li {
        width: 50%;
        float: right;
    }
}

.live__player {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.live__player:after {
    content: " ";
    display: block;
    clear: both;
}

.live_list {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.live_list:after {
    content: " ";
    display: block;
    clear: both;
}

.live_list .live_list_inner .item {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.live_list .live_list_inner .item:after {
    content: " ";
    display: block;
    clear: both;
}

.live_list .live_list_inner .item .img {
    width: 40%;
    float: right;
}

.live_list .live_list_inner .item .live_list_inner {
    width: 60%;
    float: right;
}

.zxc .type-resource-image {
    max-width: 100% !important;
}

.zxc .type-resource-image a {
    max-width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
}

.title_live_list {
    font-size: 16px;
    font-family: IRANSans;
    color: #fff;
    border-bottom: 1px dotted #fff;
    padding-top: 16px;
    padding-right: 8px;
}

.relate {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.relate:after {
    content: " ";
    display: block;
    clear: both;
}

@media (min-width: 900px) {
    .relate .list li {
        width: 25%;
        float: right;
    }
}

@media (min-width: 600px) and (max-width: 900px) {
    .relate .list li {
        width: 50%;
        float: right;
    }
}

@media (min-width: 1px) and (max-width: 599px) {
    .relate .list .item {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .relate .list .item:after {
        content: " ";
        display: block;
        clear: both;
    }

    .relate .list .item .img {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        width: 50%;
        float: right;
    }

    .relate .list .item .img:after {
        content: " ";
        display: block;
        clear: both;
    }

    .relate .list .item .title {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        width: 50%;
        float: left;
        margin-left: 0;
        padding-right: 16px;
    }

    .relate .list .item .title:after {
        content: " ";
        display: block;
        clear: both;
    }
}

.more {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.more:after {
    content: " ";
    display: block;
    clear: both;
}

@media (min-width: 768px) {
    .more .list li {
        width: 25%;
        float: right;
    }
}

@media (min-width: 400px) and (max-width: 768px) {
    .more .list li {
        width: 50%;
        float: right;
    }
}

.category_details {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #d1d1d1;
    display: inline-block;
    width: 100%;
    color: #1f1e1e;
}

.category_details:after {
    content: " ";
    display: block;
    clear: both;
}

.category_details .right a {
    color: #ea212a;
}

.category_details .right .category_title a {
    color: #fff;
}

.category_details .right p {
    margin: 12px 0;
}

.category_details .right ul {
    list-style-type: disc;
    padding-right: 18px;
}

.category_details .right .category_content {
    height: 268px;
    overflow-y: scroll;
    scrollbar-color: #fff #001329;
    scrollbar-width: thin;
}

.category_details .right .category_content::-webkit-scrollbar-thumb {
    background-color: #394e67;
    outline: 1px solid #394e67;
}

.category_details .right .category_content::-webkit-scrollbar {
    width: 0.3em;
}

.category_details .right .category_content:hover {
    scrollbar-color: #fff #001329;
}

@media (min-width: 915px) {
    .category_details .right {
        width: 50%;
        float: right;
        padding: 40px 30px 0px 0px;
        padding: 40px 60px 12px 12px !important;
    }

    .category_details .right ul {
        list-style-type: disc;
        margin: 14px 0;
        padding-right: 40px;
    }

    .category_details .right .category_content {
        padding-left: 20px;
    }

    .category_details .left {
        width: 50%;
        float: left;
        margin-left: 0;
    }
}

@media (min-width: 915px) and (max-width: 1400px) {
    .category_details .right {
        height: 250px;
    }
}

@media (min-width: 1px) and (max-width: 915px) {
    .category_details .right {
        height: auto;
        padding: 10px 20px;
        width: 100%;
        float: right;
    }
}

.category_details .left {
    position: relative;
    background-image: url("../../img/bg.jpg");
    background-size: cover;
    padding: 10%;
    height: 370px;
}

.category_details .left:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
}

.category_details .left:before {
    position: relative;
    display: block;
    content: '';
}

@media (min-width: 1px) and (max-width: 480px) {
    .category_details .right {
        width: 100% !important;
    }

    .category_details .left {
        width: 100% !important;
    }
}

.featured_courses {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.featured_courses .title_courses {
    text-align: center;
    margin-top: 48px;
    padding: 16px;
    font-size: 20px;
    font-family: IRANSans;
}

.featured_courses:after {
    content: " ";
    display: block;
    clear: both;
}

.featured_courses .list {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.featured_courses .list:after {
    content: " ";
    display: block;
    clear: both;
}

@media (min-width: 900px) {
    .featured_courses .list li {
        width: 25%;
        float: right;
    }
}

@media (min-width: 600px) and (max-width: 900px) {
    .featured_courses .list li {
        width: 50%;
        float: right;
    }
}

@media (min-width: 1px) and (max-width: 599px) {
    .featured_courses .list li .img {
        width: 40%;
        float: right;
    }

    .featured_courses .list li .content {
        width: 60%;
        float: right;
    }
}

.featured_courses .list .item {
    padding: 0 8px;
    padding-bottom: 8px;
}

.featured_courses .list .item_inner {
    border-radius: 5px;
    border: 1px solid #eeeeee;
}

.featured_courses .list .item_inner:hover {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.featured_courses .list .item_inner .img img {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.featured_courses .list .item_inner .content {
    padding: 16px 8px;
    min-height: 200px;
}

@media (min-width: 768px) and (max-width: 1100px) {
    .featured_courses .list .item_inner .content {
        min-height: 200px;
    }
}

.featured_courses .list .item_inner .content .title {
    font-size: 15px;
    font-family: IRANSans;
}

.featured_courses .list .item_inner .content .title a {
    color: #000;
}

.featured_courses .list .item_inner .content .subtitle {
    padding: 12px 0;
    color: #555;
    font-size: 12px;
}

.featured_courses .list .item_inner .view_date {
    color: #777;
    font-size: 12px;
    padding: 8px;
}

.featured_courses .list .item_inner .view_date time {
    padding-left: 16px;
}

.course_list {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #ededed;
    padding: 16px 0;
}

.course_list:after {
    content: " ";
    display: block;
    clear: both;
}

@media (min-width: 768px) {
    .course_list .search_filters {
        width: 20%;
        float: right;
    }

    .course_list .category_courses {
        width: 80%;
        float: right;
    }
}

@media (min-width: 1px) and (max-width: 768px) {
    .course_list .search_filters {
        text-align: center;
    }

    .course_list .search_filters .item {
        background-color: #cfcfcf;
        padding: 12px;
        display: none;
    }
}

.course_list .category_courses {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 12px;
    background-color: #fff;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.07);
    padding: 16px 0;
}

.course_list .category_courses:after {
    content: " ";
    display: block;
    clear: both;
}

.course_list .category_courses .list {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.course_list .category_courses .list:after {
    content: " ";
    display: block;
    clear: both;
}

.course_list .category_courses .list .item {
    padding: 0 20px;
}

.course_list .category_courses .list li {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    float: right;
    margin-right: 0;
    margin-left: 0;
    border-bottom: 1px solid #eee;
    padding: 16px 0;
}

.course_list .category_courses .list li:after {
    content: " ";
    display: block;
    clear: both;
}

.course_list .category_courses .list li:hover {
    background-color: #f4f4f4;
}

@media (min-width: 1px) {
    .course_list .category_courses .list .img {
        width: 26%;
        float: right;
        padding-left: 16px;
    }
}

@media (min-width: 1px) {
    .course_list .category_courses .list .content {
        width: 60%;
        float: right;
    }
}

.course_list .category_courses .list .content .title {
    font-size: 14px;
    font-family: IRANSans;
    padding-top: 12px;
}

.course_list .category_courses .list .content .title a {
    color: #000;
}

.course_list .category_courses .list .content .subtitle {
    font-size: 12px;
    color: #555;
    padding: 8px 0;
}

.course_list .category_courses .list .content .lead {
    font-size: 12px;
    color: #555;
    padding-bottom: 16px;
}

.course_list .category_courses .list .view_date {
    color: #777;
    font-size: 12px;
    padding: 8px;
}

.course_list .category_courses .list .view_date time {
    padding-left: 16px;
}

.course_list .search_filters {
    padding-left: 8px;
}

.course_list .search_filters .btn_filter {
    background-color: #cfcfcf;
    padding: 12px;
    display: none;
    color: #000;
}

@media (min-width: 1px) and (max-width: 768px) {
    .course_list .search_filters .btn_filter {
        display: block;
    }
}

.course_list .search_filters .item {
    margin-bottom: 24px;
}

.course_list .search_filters .item li {
    padding: 2px 0;
}

.course_list .search_filters .item a {
    color: #000;
    font-size: 12px;
}

.course_list .search_filters .item a:hover {
    color: #c0392b;
}

.news-time {
    display: inline-block;
    direction: ltr;
    text-align: left;
}

.transition, .category_details .right, .featured_courses .list .item_inner, .course_list .category_courses .list li, .course_list .search_filters .item a, .header_inner .menu_btn, .main_menu .link, .search_bar .search_box button:hover, .search_bar #search_btn, .tags_list .list li {
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.main_wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
}

.tag_wrapper {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 10px;
}

.secondary_wrapper {
    max-width: 768px;
    margin: 0 auto;
    padding: 0 8px;
}

.responsive_img {
    display: block;
    width: 100%;
    height: auto;
}

.round {
    border-radius: 5px;
}

.header_inner {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.header_inner:after {
    content: " ";
    display: block;
    clear: both;
}

.header_inner .right {
    width: 30%;
    float: right;
}

.header_inner .middle {
    width: 40%;
    float: right;
}

.header_inner .left {
    width: 30%;
    float: left;
    margin-left: 0;
}

.header_inner .search_bar {
    display: none;
}

@media (min-width: 900px) {
    .header_inner .menu {
        width: 10%;
        float: right;
    }
}

@media (min-width: 768px) {
    .header_inner .mobile_search {
        display: none;
    }

    .header_inner .menu {
        width: 10%;
        float: right;
    }

    .header_inner .search_bar {
        width: 10%;
        float: right;
        display: block;
    }
}

@media (min-width: 1px) and (max-width: 650px) {
    .header_inner .right {
        width: 100%;
        float: right;
        margin-right: 0;
        margin-left: 0;
    }

    .header_inner .middle {
        width: 100%;
        float: right;
        margin-right: 0;
        margin-left: 0;
        text-align: center;
    }

    .header_inner .left {
        width: 100%;
        float: left;
        margin-left: 0;
        text-align: center !important;
    }
}

@media (min-width: 768px) and (max-width: 900px) {
    .header_inner .menu {
        width: 30%;
        float: right;
    }
}

.footer_inner {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.footer_inner:after {
    content: " ";
    display: block;
    clear: both;
}

@media (min-width: 960px) {
    .footer_inner .right {
        width: 30%;
        float: right;
    }

    .footer_inner .middle {
        width: 40%;
        float: right;
    }

    .footer_inner .left {
        width: 30%;
        float: right;
        text-align: left;
    }
}

.footer_inner .right {
    padding: 8px 0;
}

.footer_inner .middle {
    padding: 8px 0;
    text-align: center;
}

.footer_inner .left {
    padding: 8px 0;
    text-align: center;
}

.header_inner {
    background-color: #fff;
    padding: 6px 16px;
}

.header_inner .logo {
    font-size: 18px;
    text-align: center;
}

.header_inner .logo a {
    color: #000;
}

.header_inner .left {
    text-align: left;
}

.header_inner .left a {
    display: block;
}

.header_inner .menu_btn {
    color: #000;
}

.header_inner .menu_btn:hover {
    color: #989898;
}

.main_menu {
    position: absolute;
    background-color: #00152f;
    padding: 14px 18px;
    top: 135px;
    right: 0;
    width: 220px;
    display: none;
    z-index: 999;
}

.main_menu .link {
    color: #fff;
}

.main_menu .link:hover {
    color: #989898;
}

.main_menu #nav_toggle {
    padding-left: 16px;
    padding-bottom: 12px;
}

.main_menu #nav_toggle > li {
    padding: 4px 0;
}

.main_menu #nav_toggle > li:hover .sub_menu {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
}

@media (min-width: 768px) {
    .main_menu #nav_toggle > li:nth-last-of-type(-n+2) {
        border-top: 1px solid #fff;
        margin-top: 10px;
        padding-top: 12px;
    }

    .main_menu #nav_toggle > li:nth-last-of-type(-n+1) {
        border-bottom: 1px solid #fff;
        border-top: none;
        margin-top: 0;
        padding-top: 0;
    }

    .main_menu #nav_toggle > li:before {
        content: "\2022";
        color: #fff;
        font-weight: bold;
        display: inline-block;
        width: 1em;
    }

    .main_menu #nav_toggle > li:first-of-type:before {
        content: "\25cf";
        color: red;
        font-weight: bold;
        display: inline-block;
        width: 1em;
    }
}

.main_menu #nav_toggle i {
    color: #777;
    float: left;
}

.main_menu .sub_menu {
    background-color: #00152f;
    width: 220px;
    height: 100%;
    border-right: 1px solid #fff;
    position: absolute;
    top: 0;
    right: 220px;
    transition: all ease-in-out 0.7s;
    visibility: hidden;
    opacity: 0;
    padding: 8px;
}

@media (min-width: 768px) {
    .main_menu .sub_menu li:before {
        content: "\2022";
        color: #fff;
        font-weight: bold;
        display: inline-block;
        width: 1em;
    }
}

@media (min-width: 1px) and (max-width: 768px) {
    .main_menu .sub_menu {
        background-color: #fff;
        width: auto;
        border-right: 1px solid #fff;
        position: absolute;
        top: 0;
        right: 220px;
        transition: all ease-in-out 0.7s;
        visibility: hidden;
        opacity: 0;
        padding: 8px;
    }
}

@media (min-width: 768px) {
    .main_menu {
        top: 55px;
    }
}

@media (min-width: 1px) and (max-width: 768px) {
    .main_menu {
        width: 100%;
        background-color: #fff;
    }

    .main_menu #nav_toggle {
        width: 100%;
        padding-left: 0;
    }

    .main_menu #nav_toggle > li {
        position: relative;
    }

    .main_menu #nav_toggle > li i {
        transform: rotate(-90deg);
        padding: 10px 14px;
        position: absolute;
        top: 5px;
        left: 0px;
    }

    .main_menu #nav_toggle > li .link {
        color: #000;
        display: block;
        padding: 4px 0;
        border-bottom: 1px dotted #ccc;
    }

    .main_menu .sub_menu {
        position: static;
        display: none;
        opacity: 1;
        visibility: visible;
    }

    .main_menu .sub_menu .link {
        color: #000;
        background-color: transparent !important;
        border-bottom: dotted 1px #ccc;
        padding: 4px 0;
    }

    .main_menu .red_icon {
        color: #ff0000 !important;
    }
}

#btn_menu_exit {
    position: absolute;
    color: #fff;
    top: 0;
    left: 6px;
}

@media (min-width: 1px) and (max-width: 768px) {
    #btn_menu_exit {
        color: #000;
    }
}

.search_bar .search_box {
    position: absolute;
    background-color: #001229;
    padding: 14px 18px;
    top: 43px;
    width: 320px;
    display: none;
    z-index: 999;
}

.search_bar .search_box input {
    background: transparent;
    border: none;
    border: 1px solid #fff;
    width: 100%;
    padding: 4px;
    color: #fff;
}

.search_bar .search_box button {
    background: transparent;
    background-color: transparent;
    color: #151515;
    border: 1px solid #fff;
    float: left;
    margin-top: 8px;
    width: 35%;
    background-color: #fff;
    padding: 4px;
}

.search_bar .search_box button:hover {
    background-color: #fff;
    color: #000;
}

.search_bar .search_box span {
    color: #fff;
    padding-bottom: 6px;
    display: block;
    text-align: center;
}

.search_bar #search_btn {
    color: #000;
}

.search_bar #search_btn:hover {
    color: #989898;
}

.mobile_search {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.mobile_search:after {
    content: " ";
    display: block;
    clear: both;
}

.mobile_search button {
    border: 0;
    background-color: transparent;
    float: right;
    margin-top: 8px;
}

.mobile_search input {
    background-color: transparent;
    width: 100%;
    border: 0;
    padding: 4px;
    background-color: #eaeaea;
}

.headeـliveـicon {
    display: none;
}

@media (min-width: 1px) and (max-width: 650px) {
    .headeـliveـicon {
        display: block;
        position: absolute;
        top: 10px;
        left: 10px;
        width: 20px;
        height: 20px;
    }

    .headeـliveـicon img {
        width: 100%;
    }
}

.plus_me_open {
    display: none;
    float: left;
    margin-top: 7px;
    padding-left: 12px !important;
    cursor: pointer;
}

.plus_me_open i {
    font-size: 13px !important;
    float: left;
    margin-top: 7px;
}

.plus_me_open i:hover {
    color: red;
}

.plus_me_open i.fa-minus {
    display: none;
}

.footer_inner {
    background-color: #001025;
    padding: 16px 8px;
    color: #fff;
    border-top: 1px solid #767676;
}

.footer_inner a {
    color: #fff;
    font-size: 12px;
}

.footer_inner p {
    font-size: 12px;
    color: #000;
}

.footer_inner .menu {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    list-style-type: disc;
}

.footer_inner .menu:after {
    content: " ";
    display: block;
    clear: both;
}

.footer_inner .menu li {
    padding-left: 8px;
    padding-bottom: 4px;
}

.footer_inner .menu a {
    font-size: 12px;
    color: #fff;
    display: block;
}

@media (min-width: 1px) and (max-width: 960px) {
    .footer_inner .menu {
        text-align: center;
    }

    .footer_inner .menu li {
        display: inline-block;
    }
}

.footer_inner .social {
    direction: ltr;
    padding-top: 8px;
    text-align: center;
}

.footer_inner .social li {
    display: inline-block;
    padding: 0 1px;
}

.footer_inner .social li a {
    display: block;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    font-size: 16px;
    padding-top: 4px;
    padding-left: 2px;
    color: #000;
}

.footer_inner .social li a i {
    vertical-align: middle;
}

.footer_inner .social .social_btn_shenoto {
    background-image: url("../../img/shenoto.jpg");
    position: relative;
    width: 18px;
    height: 18px;
    background-size: 19px;
    right: -5px;
    top: 5px;
}

.footer_inner .social .insta i {
    color: #e4405f;
}

.footer_inner .social .twt i {
    color: #55acee;
}

.footer_inner .social .fb i {
    color: #3b5999;
}

.footer_inner .social .fb i {
    color: #3b5999;
}

.footer_inner .social .fb i {
    color: #3b5999;
}

.footer_inner .social .tlg i {
    color: #00AFF0;
}

.footer_inner .bottom {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border-top: 2px solid #ddd;
    padding-bottom: 12px;
}

.footer_inner .bottom:after {
    content: " ";
    display: block;
    clear: both;
}

.footer_inner .bottom .aasaam {
    color: #fff;
    background-image: url("../../img/aasaam-new.png");
    background-repeat: no-repeat;
    background-position: right;
    padding: 10px 42px 10px 0;
    font-size: 12px;
}

.footer_inner .bottom a {
    padding-top: 12px;
    color: #000;
}

.footer_inner .bottom p:nth-child(2) {
    margin-bottom: 12px;
}

.footer_inner .aparat_logo {
    background-image: url("../../img/aparat.png") !important;
    display: inline-block;
    width: 19px;
    height: 19px;
    background-size: 21px;
}

.footer_inner header h4 {
    border-bottom: 1px solid #000;
    padding: 6px 0;
    margin-bottom: 4px;
}

.footer_inner .col-right {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    float: right;
    padding-left: 34px;
}

.footer_inner .col-right:after {
    content: " ";
    display: block;
    clear: both;
}

.footer_inner .col-right .right {
    width: 50%;
    float: right;
}

.footer_inner .col-right .left {
    width: 50%;
    float: right;
}

.footer_inner .col-left {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
    float: right;
}

.footer_inner .col-left:after {
    content: " ";
    display: block;
    clear: both;
}

.footer_inner .col-left .content {
    padding: 8px 0;
}

.footer_inner .col-left .content p {
    padding-bottom: 6px;
    font-size: 14px;
}

.footer_inner .nav-footer ul {
    list-style: none;
}

.footer_inner .nav-footer ul a {
    color: #000;
    text-align: right;
    font-size: 14px;
}

.footer_inner .nav-footer ul i {
    float: right;
    font-size: 6px;
    margin-top: 7px;
    padding-left: 4px;
}

.footer_inner .col-outter {
    padding: 30px 30px 50px;
    padding-right: 60px;
    background: #f8f8f8;
    border-top: 2px solid #eee;
}

.live_content {
    background-color: #eee;
}

@media screen and (min-width: 1280px) {
    .live_inner {
        min-width: 950px;
        max-width: calc((100vh - 90px) * 16 / 9 + 300px);
    }
}

@media screen and (min-width: 760px) {
    .live_inner {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        max-width: calc((100vh - 40px) * 16 / 9 + 200px);
        margin: 0 auto;
    }
}

.live_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 760px) {
    .live_inner {
        display: block;
    }
}

@media screen and (min-width: 760px) {
    .live_player {
        -webkit-box-flex: 1;
        -ms-flex: 1 1;
        flex: 1 1;
    }
}

.live_player_inner {
    position: relative;
    padding-top: 56.25%;
}

.live-player__container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.live-player__container iframe {
    width: 100%;
    max-width: 100%;
    height: 100%;
    border: none;
}

@media screen and (min-width: 760px) {
    .live_list {
        position: relative;
        overflow: hidden;
        -webkit-transition: opacity 1s ease-in-out;
        transition: opacity 1s ease-in-out;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
        flex: 0 0 200px;
    }
}

.live_list {
    background-color: #001229;
}

.fade-out {
    opacity: 0.5;
}

@media screen and (min-width: 1280px) {
    .live_list {
        -ms-flex-preferred-size: 300px;
        flex-basis: 300px;
    }
}

@media screen and (min-width: 760px) {
    .live_inner .live_list_inner {
        width: calc(100% + 13px);
        position: absolute;
        top: 48px;
        left: 0;
        right: 0;
        bottom: 0;
        overflow-x: hidden;
        overflow-y: scroll;
    }
}

@media (min-width: 1px) and (max-width: 760px) {
    .live_inner .live_list_inner {
        overflow-x: hidden;
        overflow-y: scroll;
        height: 400px;
    }
}

.live_list .aaa .item h2 {
    width: 100% !important;
}

.live_list > .title {
    font-size: 16px;
    font-family: IRANSans;
    color: #fff;
    border-bottom: 1px dotted #fff;
    padding-top: 16px;
    padding-right: 8px;
}

.live_list .live_list_inner .item {
    border-bottom: 1px dotted #fff;
    padding: 8px;
}

.live_list .live_list_inner .item img {
    padding-left: 8px;
}

.live_list .live_list_inner .item .title {
    color: #fff;
    font-size: 14px;
}

.live_list .live_list_inner .item a {
    color: #fff;
    font-size: 12px;
}

.live_list .live_list_inner .item i {
    color: red;
    float: right;
    padding-left: 6px;
}

.live_list .live_list_inner .item .status_live {
    font-size: 12px;
}

.live_list .live_list_inner .item .next {
    font-size: 12px;
}

.live_list .live_list_inner .item span {
    color: #fff;
    display: block;
}

.live_list .live_list_inner .item .title.bold_title {
    font-size: 20px;
}

.live_list .live_list_inner .duration i {
    color: #fff;
    margin-top: 4px;
}

.live_description {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    color: #111;
    padding-bottom: 18px;
    padding-top: 36px;
}

.live_description:after {
    content: " ";
    display: block;
    clear: both;
}

.live_description .subtitle {
    font-size: 12px;
}

.live_description .title {
    font-size: 26px;
}

.relate {
    background-color: #011631;
    padding-bottom: 64px;
    padding-top: 36px;
}

.relate header {
    border-bottom: 1px dotted #ccc;
    margin-bottom: 12px;
    padding-bottom: 12px;
}

.relate .title {
    font-size: 18px;
    color: #fff;
    font-family: IRANSans;
    display: inline-block;
}

.relate .more_btn {
    color: #ccc;
    float: left;
}

.relate .list .item {
    margin: 0 8px;
    margin-bottom: 12px;
}

.relate .list .item .title {
    min-height: 100px;
    border: none;
}

.relate .list .item .title a {
    display: block;
    padding-top: 12px;
    font-size: 13px;
    color: #eaeaea;
}

.relate .list .item .lead {
    font-size: 11px;
    font-weight: 300;
    color: #eee;
    font-family: IRANSans;
}

.relate .list .item .img {
    position: relative;
}

.relate .list .item span {
    position: absolute;
    background: #000;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 8px;
}

.more {
    background-color: #000;
}

.more .title {
    font-size: 36px;
    color: #fff;
    font-family: IRANSans;
}

.more .list .item {
    margin: 0 8px;
    margin-bottom: 12px;
    border-bottom: 1px dotted #fff;
}

.more .list .item .title {
    min-height: 100px;
}

.more .list .item .title a {
    font-size: 16px;
    color: #fff;
    display: block;
    padding-top: 12px;
}

.more .list .item .img {
    position: relative;
}

.more .list .item span {
    position: absolute;
    background: #000;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 8px;
}

.pages {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 12px;
}

.pages:after {
    content: " ";
    display: block;
    clear: both;
}

.pages li {
    display: inline-block;
}

.pages a {
    display: block;
    background-color: #ededed;
    color: #000;
    padding: 6px 0px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
}

.pages a.active {
    background-color: #bfbfbf;
}

.col-outter {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.col-outter:after {
    content: " ";
    display: block;
    clear: both;
}

.pages_tags {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    padding-bottom: 12px;
    border-radius: 5px;
}

.pages_tags:after {
    content: " ";
    display: block;
    clear: both;
}

.pages_tags a {
    display: inline-block;
    background-color: #ededed;
    color: #000;
    padding: 4px 14px;
}

.tag_description {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 16px;
}

.tag_description:after {
    content: " ";
    display: block;
    clear: both;
}

.tag_description_inner {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.07);
    padding: 16px;
    border-radius: 5px;
}

.tag_description_inner:after {
    content: " ";
    display: block;
    clear: both;
}

.tag_description_inner p {
    padding: 12px 0;
}

.tag_description_inner p img {
    display: block;
    margin: 0 auto;
    max-width: 250px;
    border-radius: 5px;
}

.tag_description_inner .category_content {
    max-width: 700px;
}

.tag_description_inner .category_content a {
    color: #c02519;
}

.tags_list {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #ededed;
    padding: 16px 0;
}

.tags_list:after {
    content: " ";
    display: block;
    clear: both;
}

.tags_list .list {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.07);
    padding: 16px 0;
    border-radius: 5px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.tags_list .list:after {
    content: " ";
    display: block;
    clear: both;
}

.tags_list .list:after {
    content: " ";
    display: block;
    clear: both;
}

.tags_list .list .item {
    padding: 0 20px;
}

.tags_list .list li {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    float: right;
    margin-right: 0;
    margin-left: 0;
    border-bottom: 1px solid #eee;
    padding: 16px 0;
}

.tags_list .list li:after {
    content: " ";
    display: block;
    clear: both;
}

.tags_list .list li:hover {
    background-color: #f4f4f4;
}

.tags_list .list .img {
    padding-left: 16px;
}

@media (min-width: 480px) {
    .tags_list .list .img {
        width: 26%;
        float: right;
    }
}

@media (min-width: 480px) {
    .tags_list .list .content {
        width: 74%;
        float: right;
    }
}

.tags_list .list .content .title {
    font-size: 14px;
    font-family: IRANSans;
    padding-top: 12px;
}

.tags_list .list .content .title a {
    color: #000;
}

.tags_list .list .content .subtitle {
    font-size: 12px;
    color: #555;
    padding: 8px 0;
}

.tags_list .list .content .lead {
    font-size: 12px;
    color: #555;
    padding-bottom: 16px;
    max-width: 600px;
}

.tags_list .list .view_date {
    color: #777;
    font-size: 12px;
    padding: 8px;
    text-align: left;
}

.tags_list .list .view_date time {
    padding-left: 16px;
}

@media (min-width: 768px) {
    .archive .search_filters {
        width: 35%;
        float: right;
    }

    .archive .category_courses {
        width: 65%;
        float: right;
    }
}

.archive .search_filters {
    padding: 0 18px 18px 18px;
}

.archive .search_filters .item {
    display: block;
    background-color: #fff;
    padding: 14px;
}

.archive .search_filters header {
    background-color: #1b1b1b;
    text-align: center;
    padding: 6px;
    color: #fff;
}

.archive .search_filters form {
    padding: 12px;
}

.archive .search_filters form input {
    border-radius: 0;
    border: 1px solid #cfcfcf;
    padding: 4px 0;
    direction: rtl;
    width: 100%;
    float: right;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 24px;
}

.archive .search_filters form select {
    width: 100%;
    background: none;
    background-color: transparent;
    background-color: #fff;
    border: none;
    outline: none;
    padding: 4px;
    margin: 0px;
    position: relative;
    font-size: 13px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 4px;
    text-overflow: '';
    border: 1px solid #cfcfcf;
}

.archive .search_filters .start-date,
.archive .search_filters .end-date,
.archive .search_filters .accordin {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 12px 0;
}

.archive .search_filters .start-date:after,
.archive .search_filters .end-date:after,
.archive .search_filters .accordin:after {
    content: " ";
    display: block;
    clear: both;
}

.archive .search_filters .start-date div,
.archive .search_filters .end-date div,
.archive .search_filters .accordin div {
    width: 33.3%;
    float: right;
    position: relative;
}

.archive .search_filters .start-date div::after,
.archive .search_filters .end-date div::after,
.archive .search_filters .accordin div::after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 20px;
    left: 0;
    border-left: none;
    background-color: #1b1b1b;
    color: #FFF;
    pointer-events: none;
}

.archive .search_filters .start-date div::before,
.archive .search_filters .end-date div::before,
.archive .search_filters .accordin div::before {
    content: "";
    position: absolute;
    left: 5px;
    top: 8px;
    border-width: 4px 4px 4px 4px;
    border-style: solid;
    border-color: #FFF transparent transparent transparent;
    z-index: 3;
    pointer-events: none;
}

.archive .search_filters .start-date label,
.archive .search_filters .end-date label,
.archive .search_filters .accordin label {
    display: block;
    padding-bottom: 6px;
}

.archive .search_filters .accordin div {
    width: 100%;
    float: right;
    margin-right: 0;
    margin-left: 0;
    padding: 0 !important;
}

.archive .search_filters .archive-checkbox,
.archive .search_filters .archive-news-type {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.archive .search_filters .archive-checkbox:after,
.archive .search_filters .archive-news-type:after {
    content: " ";
    display: block;
    clear: both;
}

.archive .search_filters .archive-checkbox i,
.archive .search_filters .archive-news-type i {
    color: #1b1b1b;
    padding: 4px;
}

.archive .search_filters .archive-checkbox label:first-child,
.archive .search_filters .archive-news-type label:first-child {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin: 6px 0;
    display: inline-block;
}

.archive .search_filters .archive-checkbox label:first-child:after,
.archive .search_filters .archive-news-type label:first-child:after {
    content: " ";
    display: block;
    clear: both;
}

.archive .search_filters .archive-checkbox label,
.archive .search_filters .archive-checkbox input,
.archive .search_filters .archive-news-type label,
.archive .search_filters .archive-news-type input {
    margin: 6px 0;
}

.archive .search_filters .panel {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: none;
}

.archive .search_filters .panel:after {
    content: " ";
    display: block;
    clear: both;
}

.archive .search_filters .panel label {
    width: 85%;
    float: right;
}

.archive .search_filters .panel input {
    width: 15%;
    float: right;
}

.archive .search_filters button {
    background-color: #1b1b1b;
    border: 1px solid #1b1b1b;
    color: #fff;
    padding: 4px 24px;
    margin: 0 auto;
    display: block;
}

@media (min-width: 1px) and (max-width: 600px) {
    .news_page .item {
        border: none !important;
    }
}

.news-page-content .news {
    padding: 10px 20px;
    min-height: 100vh;
}

.news-page-content .short-info {
    padding-bottom: 8px;
}

.news-page-content .short-info a {
    color: #111;
}

.news-page-content .short-info .category_title {
    font-size: 14px;
    display: inline-block;
    padding-left: 8px;
    color: #ccc;
}

.news-page-content .short-info time {
    color: #222;
}

.news-page-content .title a {
    color: #000;
}

.news-page-content .lead {
    background-color: #ccc;
    padding: 10px 10px;
    font-size: 12px;
    line-height: 21px;
    margin: 10px 0;
}

.news-page-content .article-tag {
    padding: 12px 0;
}

.news-page-content .article-tag i {
    font-size: 9px;
}

.news-page-content .article-tag a {
    color: #ccc;
    font-size: 12px;
    padding-left: 10px;
}

.news-page-content .article-share {
    padding: 4px 0;
}

.news-page-content .article-share ul {
    direction: ltr;
    float: left;
}

.news-page-content .article-share .tiny_url {
    float: left;
    padding-left: 6px;
}

.news-page-content .article-share .tiny_url input {
    font-size: 12px;
    background-color: #eee;
    border: none;
    padding: 4px 8px;
    border-radius: 18px;
    color: #000;
    width: 240px;
}

.news-page-content .article-share .tiny_url .tinyUrl_copied {
    display: none;
    position: absolute;
}

@media (min-width: 1px) and (max-width: 468px) {
    .news-page-content .article-share .tiny_url {
        clear: both;
        margin-top: 12px;
    }

    .news-page-content .article-share #embed_input {
        top: 38px;
        left: -122px;
    }
}

.news-page-content .article-share li {
    display: inline-block;
    padding: 0 1px;
    text-align: center;
}

.news-page-content .article-share a {
    color: #fff;
    display: block;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    font-size: 14px;
    padding-top: 2px;
    padding-left: 2px;
}

.news-page-content .article-share .share_fb {
    background-color: #484c9a;
}

.news-page-content .article-share .share_tw {
    background-color: #00a2f0;
}

.news-page-content .article-share .share_pi {
    background-color: #d40020;
}

.news-page-content .article-share .share_li {
    background-color: #1570b8;
}

.news-page-content .article-share i {
    vertical-align: middle;
}

.news-page-content .body_content a {
    color: #6b6b6b;
}

.news-page-content table {
    text-align: center;
    margin: 6px auto;
    width: 100% !important;
    border: 1px solid #ccc;
}

.news-page-content table td {
    padding: 4px;
    border: 1px solid #ccc;
}

.news-page-content p {
    padding: 8px 0;
    line-height: 26px;
}

.archive_next_page a {
    color: #000;
    padding: 12px 8px;
    padding-bottom: 0;
    display: inline-block;
}

.aasaam-embed-container iframe {
    max-width: 100%;
    height: 400px;
}

#embed_input {
    display: none;
    font-size: 12px;
    position: absolute;
    top: 0;
    left: 35px;
    background-color: #eee;
    border: none;
    padding: 4px 8px;
    border-radius: 18px;
    color: #000;
    width: 240px;
}

.embed_copied {
    display: none;
    position: absolute;
    width: 50px;
    top: 27px;
    left: 227px;
}

@media (min-width: 1px) and (max-width: 600px) {
    .news_page .img {
        width: 40%;
        float: right;
    }

    .news_page .title_duration {
        width: 60%;
        float: right;
    }
}

body.blank .header_inner {
    border-bottom: 1px solid #000;
}

.blank-outer {
    margin-top: 14px;
    margin-bottom: 16px;
}

.blank-outer #category_header {
    margin-bottom: 16px;
}

.blank-outer table {
    margin: 0 auto;
}

.blank-outer table td {
    border: 1px solid #eee;
    padding: 8px;
}

@media (min-width: 768px) {
    .blank-outer {
        width: 65%;
        margin: 0 auto;
    }
}

.blank-outer p {
    margin-bottom: 15px;
    color: #000c4a;
}

.blank-outer span {
    color: #333;
    font-size: 12px;
}

.blank-outer a {
    color: #333;
    font-size: 12px;
}

.blank-outer strong {
    margin-left: 10px;
}

.blank-outer ul {
    margin-bottom: 15px;
}

.blank-outer ul li::before {
    content: "\2022";
    color: #9a0505;
    font-weight: bold;
    display: inline-block;
    width: 1em;
}

.blank-outer li {
    color: #001229;
}

.type3 .category_details {
    background-color: #948197;
}

.type3 .category_details .right {
    background-color: #948197;
}

.type3 .category_details .category_title {
    color: #fff;
}

.type3 .category_details .category_content {
    color: #fff;
}

.type3 .category_details .category_content p {
    color: #fff;
}

.type3 .category_details .category_content ul {
    color: #fff;
}

.type4 .category_details {
    background-color: #d1d1d1;
}

.type4 .category_details .right {
    background-color: #d1d1d1;
}

.type4 .category_details .category_title {
    color: #001229;
}

.type4 .category_details .category_content p {
    color: #001229;
}

.type4 .category_details .category_content ul {
    color: #001229;
}

.type64 .category_details {
    background-color: #dd00fe;
}

.type64 .category_details .right {
    background-color: #dd00fe;
}

.type64 .category_details .category_title {
    color: #fff;
}

.type64 .category_details .category_content p {
    color: #fff;
}

.type64 .category_details .category_content ul {
    color: #fff;
}

.type65 .category_details {
    background-color: #5147a0;
}

.type65 .category_details .right {
    background-color: #5147a0;
}

.type65 .category_details .category_title {
    color: #fff;
}

.type65 .category_details .category_content p {
    color: #fff;
}

.type65 .category_details .category_content ul {
    color: #fff;
}

.type67 .category_details {
    background-color: #b6b6b6;
}

.type67 .category_details .right {
    background-color: #b6b6b6;
}

.type67 .category_details .category_title {
    color: #fff;
}

.type67 .category_details .category_content p {
    color: #fff;
}

.type67 .category_details .category_content ul {
    color: #fff;
}

.type68 .category_details {
    background-color: #fffbf8;
}

.type68 .category_details .right {
    background-color: #fffbf8;
}

.type68 .category_details .category_title {
    color: #001229;
}

.type68 .category_details .category_content p {
    color: #001229;
}

.type68 .category_details .category_content ul {
    color: #001229;
}

.type69 .category_details {
    background-color: #9c9c9c;
}

.type69 .category_details .right {
    background-color: #9c9c9c;
}

.type69 .category_details .category_title {
    color: #fff;
}

.type69 .category_details .category_content p {
    color: #fff;
}

.type69 .category_details .category_content ul {
    color: #fff;
}

.type6 .category_details {
    background-color: #ffaf00;
}

.type6 .category_details .right {
    background-color: #ffaf00;
}

.type6 .category_details .category_title {
    color: #001229;
}

.type6 .category_details .category_content p {
    color: #001229;
}

.type6 .category_details .category_content ul {
    color: #001229;
}

.type7 .category_details {
    background-color: #c3c3c3;
}

.type7 .category_details .right {
    background-color: #c3c3c3;
}

.type7 .category_details .category_title {
    color: #001229;
}

.type7 .category_details .category_content p {
    color: #001229;
}

.type7 .category_details .category_content ul {
    color: #001229;
}

.type8 .category_details {
    background-color: #1965a3;
}

.type8 .category_details .right {
    background-color: #1965a3;
}

.type8 .category_details .category_title {
    color: #fff;
}

.type8 .category_details .category_content p {
    color: #fff;
}

.type8 .category_details .category_content ul {
    color: #fff;
}

.type15 .category_details {
    background-color: #ffc801;
}

.type15 .category_details .right {
    background-color: #ffc801;
}

.type15 .category_details .category_title {
    color: #001229;
}

.type15 .category_details .category_content p {
    color: #001229;
}

.type15 .category_details .category_content ul {
    color: #001229;
}

.type10 .category_details {
    background-color: #231f20;
}

.type10 .category_details .right {
    background-color: #231f20;
}

.type10 .category_details .category_title {
    color: #fff;
}

.type10 .category_details .category_content p {
    color: #fff;
}

.type10 .category_details .category_content ul {
    color: #fff;
}

.type14 .category_details {
    background-color: #433f40;
}

.type14 .category_details .right {
    background-color: #433f40;
}

.type14 .category_details .category_title {
    color: #fff;
}

.type14 .category_details .category_content p {
    color: #fff;
}

.type14 .category_details .category_content ul {
    color: #fff;
}

.type9 .category_details {
    background-color: #ff8601;
}

.type9 .category_details .right {
    background-color: #ff8601;
}

.type9 .category_details .category_title {
    color: #001229;
}

.type9 .category_details .category_content p {
    color: #001229;
}

.type9 .category_details .category_content ul {
    color: #001229;
}

.type13 .category_details {
    background-color: #c07301;
}

.type13 .category_details .right {
    background-color: #c07301;
}

.type13 .category_details .category_title {
    color: #fff;
}

.type13 .category_details .category_content p {
    color: #fff;
}

.type13 .category_details .category_content ul {
    color: #fff;
}

.type12 .category_details {
    background-color: #fc004d;
}

.type12 .category_details .right {
    background-color: #fc004d;
}

.type12 .category_details .category_title {
    color: #001229;
}

.type12 .category_details .category_content p {
    color: #001229;
}

.type12 .category_details .category_content ul {
    color: #001229;
}

.about {
    padding: 40px 0 60px;
    background: #fff;
    border-top: 1px solid #ddd;
}

.about header h4 {
    font-size: 28px;
    text-align: center;
    margin-bottom: 14px;
}

.about p {
    width: 60%;
    margin: 0 auto;
}

.side_menu {
    display: inline-block;
    width: 60px;
    float: right;
    position: relative;
    z-index: 10000;
    padding-top: 20px;
    height: 750%;
    position: fixed;
    top: 56px;
    right: 0;
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.1) 1px 4px 7px 2px;
}

.container {
    padding-top: 56px;
    display: inline-block;
    width: 100%;
    background: #ffffff;
    padding-right: 60px;
}

.new_box {
    width: 87%;
    padding: 18px 30px 18px 0;
    border-bottom: 1px solid #ddd;
}

.new_box:after {
    content: " ";
    display: block;
    clear: both;
}

.new_box header .title {
    font-size: 18px;
    margin-bottom: 10px;
}

.new_box .list li {
    width: 20%;
    float: right;
    padding: 4px;
}

.new_box .list li:nth-child(6) {
    display: none;
}

.new_box .list .item .img {
    position: relative;
}

.new_box .list .item img {
    border-radius: 5px;
}

.new_box .list .item .duration {
    position: absolute;
    border: 0;
    bottom: 4px;
    left: 4px;
    color: #fff;
    background-color: #000;
    padding: 4px 6px;
    border-radius: 5px;
}

.new_box .list .item .title {
    min-height: 35px;
}

.new_box .list .item .title a {
    font-size: 14px;
    color: #000;
}

.new_box .list .item .title a:hover {
    color: #c02519;
}

.new_box .list .item .hits {
    padding-left: 16px;
    font-size: 12px;
}

.new_box .list .item .hits i {
    font-size: 10px;
}

.new_box .list .item .news-time {
    font-size: 12px;
}

.new_box .list .item .news-time i {
    font-size: 10px;
}

.new_box .list .content {
    padding: 4px;
}

.suggestion {
    width: 65%;
    margin-bottom: 36px;
}

.suggestion header .title {
    font-size: 20px;
}

.suggestion:after {
    content: " ";
    display: block;
    clear: both;
}

.suggestion .list li {
    width: 100%;
    float: right;
    margin-right: 0;
    margin-left: 0;
}

.suggestion .list .img {
    width: 25%;
    float: right;
    padding-left: 12px;
}

.suggestion .list .content {
    width: 75%;
    float: right;
}

.suggestion .list .content .title {
    min-height: auto;
}

.suggestion .duration {
    left: 18px !important;
}

.suggestion .lead {
    font-size: 12px;
}

.most-viewed li:nth-child(16) {
    display: none;
}

.most-viewed li:nth-child(6) {
    display: block !important;
}

@media (min-width: 1px) and (max-width: 1000px) {
    .most-viewed li:nth-child(16) {
        display: block;
    }
}

@media (min-width: 1px) and (max-width: 1000px) {
    .home.new .new_box.poster li {
        width: 50%;
        float: right;
    }

    .home.new .new_box.poster .list li {
        width: 50%;
        float: right;
    }

    .home.new .new_box.poster .list li .img {
        width: 100%;
        float: none;
    }
}

.main_nav {
    text-align: center;
}

.main_nav .btn {
    display: block;
    color: #000;
    font-size: 14px;
    text-align: center;
    padding: 4px 0;
}

.main_nav .btn i {
    font-size: 24px;
    display: block;
    color: #000;
    padding: 8px 0 8px 2px;
}

.main_nav .btn.open {
    text-align: right;
}

.side_menu_ul {
    display: none;
    text-align: right;
    padding-bottom: 8px;
}

.side_menu_ul li {
    clear: both;
    padding: 7px 32px 7px 0;
}

.side_menu_ul li a {
    color: #000;
    display: block;
}

.side_menu_ul li a:hover {
    color: #c02519;
}

.side_menu_ul li i {
    font-size: 8px;
    float: right;
    margin-top: 6px;
    padding-left: 4px;
    margin-right: 10px;
}

.side_menu_ul li:hover {
    background: #f6f6f6;
}

.side_menu_ul li.program_menu {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.side_menu_ul li.program_menu:after {
    content: " ";
    display: block;
    clear: both;
}

.side_menu_ul li.program_menu > a {
    float: right;
    width: 60%;
}

.side_menu_ul li.program_menu .side_menu_ul {
    display: none;
    padding-bottom: 8px;
}

.side_menu_ul li.program_menu .click_me {
    font-size: 14px;
    padding-top: 6px;
}

.side_menu.open .btn.open i {
    display: inline-block;
}

.side_menu.open {
    overflow-y: scroll;
    height: 100%;
}

.side_menu.open .seperator {
    border-bottom: 1px solid #e5e5e5;
}

.side_menu.open .btn {
    padding: 11px 20px 13px;
}

.lSSlideOuter {
    direction: ltr;
    position: relative;
}

.lSSlideOuter {
    direction: ltr;
}

.slideshow ul {
    direction: rtl;
}

.slideshow ul li {
    position: relative;
}

.slideshow .content {
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    padding: 12px;
    text-align: center;
}

.slideshow .content a {
    font-size: 22px;
    color: #fff;
}

.home.new form button {
    position: absolute;
    left: 1px;
    height: 30px;
    width: 58px;
    top: 1px;
    z-index: 100;
    background: #f5f5f5;
    border: none;
    border-right: 1px solid #c1c1c1;
    border-radius: 5px 0 0 5px;
}

.home.new .headeـliveـicon1 {
    display: none;
}

.home.new .header_inner.new .menu span {
    display: none;
}

@media (min-width: 1px) and (max-width: 768px) {
    .home.new .suggestion li {
        padding-bottom: 8px;
    }

    .home.new .footer_inner .col-outter {
        padding-left: 0;
    }

    .home.new .header_inner .left {
        text-align: left !important;
    }

    .home.new .right {
        width: 50%;
        float: right;
    }

    .home.new .left {
        width: 10%;
        float: left;
        margin-left: 0;
        position: static !important;
    }

    .home.new .left .headeـliveـicon1 {
        text-align: left;
        float: left;
    }

    .home.new .left .headeـliveـicon1 img {
        width: 30px;
        display: block;
        padding-top: 6px;
    }

    .home.new .middle {
        width: 40%;
        float: right;
    }

    .home.new .middle form {
        position: static !important;
        width: auto !important;
        margin: 0 !important;
        text-align: left;
    }

    .home.new .middle form input {
        display: none;
    }

    .home.new .middle form button {
        position: static;
        height: 30px;
        width: 30px;
        background: #fff;
        border: none;
    }

    .home.new .new_box {
        width: 100%;
        float: right;
        margin-right: 0;
        margin-left: 0;
    }

    .home.new .new_box .list li {
        width: 100%;
        float: right;
        margin-right: 0;
        margin-left: 0;
    }

    .home.new .new_box .list li .img {
        width: 30%;
        float: right;
    }

    .home.new .new_box .list li .content {
        width: 70%;
        float: right;
        padding-right: 12px;
    }

    .home.new .headeـlive {
        display: none !important;
    }

    .home.new .headeـliveـicon1 {
        display: block;
    }

    .footer_inner .col-outter .col-right {
        width: 100%;
        float: right;
        margin-right: 0;
        margin-left: 0;
        padding: 0;
    }

    .footer_inner .col-outter .col-right .right {
        width: 100%;
        float: right;
        margin-right: 0;
        margin-left: 0;
    }

    .footer_inner .col-outter .col-right .left {
        width: 100%;
        float: right;
        margin-right: 0;
        margin-left: 0;
    }

    .footer_inner .col-outter .col-right .nav-footer li {
        width: 20%;
        float: right;
    }

    .footer_inner .col-outter .col-left {
        width: 100%;
        float: right;
        margin-right: 0;
        margin-left: 0;
    }

    .about p {
        width: 100%;
    }

    .home.new .header_inner.new .menu {
        float: right;
    }

    .home.new .header_inner.new .menu a {
        float: right;
    }

    .home.new .header_inner.new .menu span {
        float: right;
        display: block;
        padding-top: 10px;
    }

    .home.new .header_inner.new .middle {
        width: 10%;
        float: left;
    }

    .home.new .header_inner.new .right {
        width: 80%;
    }

    .home.new .header_inner.new .right .menu_btn1 {
        width: 22%;
    }

    .home.new .header_inner.new .right a {
        width: 60%;
        float: right;
    }

    .home.new .header_inner.new .right a img {
        display: block;
        margin: 0 auto;
    }
}

@media (min-width: 1px) and (max-width: 400px) {
    .header_inner.new .menu {
        width: 25% !important;
    }

    .header_inner.new .menu span {
        display: none !important;
    }
}

@media (min-width: 1px) and (max-width: 480px) {
    .home.new .new_box .list li .img {
        width: 100%;
        float: right;
        margin-right: 0;
        margin-left: 0;
    }

    .home.new .new_box .list li .content {
        width: 100%;
        float: right;
        margin-right: 0;
        margin-left: 0;
        padding-right: 0;
    }

    .side_menu.open {
        width: 100% !important;
    }

    .footer_inner .col-outter {
        padding-left: 0;
    }

    .footer_inner .col-outter .col-right .nav-footer li {
        width: 40%;
        float: right;
    }

    .suggestion .list li {
        padding-left: 8px;
    }
}

@media (min-width: 1px) and (max-width: 960px) {
    .footer_inner .menu li {
        display: block;
    }
}

@media (min-width: 1px) and (max-width: 1000px) {
    .home.new .new_box {
        width: 100%;
        float: right;
        margin-right: 0;
        margin-left: 0;
        padding-right: 0;
    }

    .home.new .new_box li:nth-child(6) {
        display: block;
    }

    .home.new .new_box li {
        width: 33.3%;
        float: right;
    }

    .home.new .suggestion li {
        width: 100%;
        float: right;
        margin-right: 0;
        margin-left: 0;
    }
}

@media (min-width: 1px) and (max-width: 1000px) and (min-width: 0) and (max-width: 580px) {
    .home.new .side_menu {
        display: none;
    }
}

@media (min-width: 1px) and (max-width: 1000px) {
    .home.new .container {
        padding-right: 8px;
    }

    .footer_inner .col-outter {
        padding-right: 8px;
        padding-left: 8px;
    }

    .footer_inner .bottom {
        padding-right: 8px !important;
    }
}

.home.new a {
    font-family: IRANSans;
}

.footer_inner .bottom {
    padding-right: 68px;
    padding-top: 6px;
    padding-left: 8px;
}

@media (min-width: 900px) and (max-width: 1400px) {
    .home.new .header_inner.new .menu {
        width: 15%;
        float: right;
    }
}

@media (min-width: 1px) and (max-width: 1000px) {
    .container {
        padding-right: 8px;
    }
}

.home.new .new_box .list .content h2 a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    text-shadow: none !important;
}

.home.new .new_box header h4 {
    font-size: 20px;
}

.home.new .new_box .list a {
    font-size: 16px;
}

.home.new .suggestion .lead {
    font-size: 14px;
}

.lSAction .lSPrev {
    width: 48px;
    height: 48px;
    background-color: #27245e;
    background-image: url("../../img/arrow-left-big.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
    display: inline-block;
    left: 0;
}

.lSAction .lSNext {
    width: 48px;
    height: 48px;
    background-color: #27245e;
    background-image: url("../../img/arrow-right-big.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
    display: inline-block;
    right: 0;
}

.header_inner.new .one {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 5%;
    float: right;
}

.header_inner.new .one:after {
    content: " ";
    display: block;
    clear: both;
}

@media (min-width: 1000px) {
    .header_inner.new .one {
        width: 3%;
        float: right;
    }
}

@media (min-width: 400px) and (max-width: 768px) {
    .header_inner.new .one {
        width: 27%;
        float: right;
    }
}

@media (min-width: 1px) and (max-width: 400px) {
    .header_inner.new .one {
        width: 20%;
        float: right;
    }
}

.header_inner.new .two {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 25%;
    float: right;
}

.header_inner.new .two:after {
    content: " ";
    display: block;
    clear: both;
}

@media (min-width: 1000px) {
    .header_inner.new .two {
        width: 27%;
        float: right;
    }
}

@media (min-width: 400px) and (max-width: 768px) {
    .header_inner.new .two {
        width: 52%;
        float: right;
        text-align: center;
    }
}

@media (min-width: 1px) and (max-width: 400px) {
    .header_inner.new .two {
        width: 60%;
        float: right;
        text-align: center;
    }
}

.header_inner.new .three {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 70%;
    float: right;
}

.header_inner.new .three:after {
    content: " ";
    display: block;
    clear: both;
}

@media (min-width: 1px) and (max-width: 768px) {
    .header_inner.new .three {
        width: 20%;
        float: right;
    }

    .header_inner.new .three .headeـliveـicon1 {
        padding: 8px 2px;
        float: left;
    }

    .header_inner.new .three .headeـliveـicon1 img {
        width: 25px;
    }

    .header_inner.new .three .headeـliveـicon1 i {
        color: #000;
    }
}

.header_inner.new .three form {
    display: none;
}

@media (min-width: 768px) {
    .header_inner.new .three form {
        display: block;
        width: 65%;
        float: right;
        padding-top: 7px;
        position: relative;
    }

    .header_inner.new .three form button {
        top: 8px;
    }
}

.header_inner.new .three .headeـlive {
    float: left;
}

.header_inner.new .search_box {
    display: none;
    background: #fff;
    position: absolute;
    top: 50px;
    left: 0;
    padding: 8px;
}

.header_inner.new .search_box form {
    display: block;
}

.header_inner.new .search_box form button {
    position: static;
    height: auto;
    width: auto;
    border: 1px solid #000;
    border-radius: 5px;
    padding: 2px 16px;
    margin: 0 auto;
    display: block;
}

.header_inner.new .search_box form input {
    border: 1px solid #000;
    border-radius: 5px;
    margin: 12px 0;
    padding: 4px;
}

.force_inline {
    display: inline;
}

@media (min-width: 480px) {
    .zxc-fixed {
        display: none;
    }
}

.zxc-fixed {
    position: fixed !important;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 11111;
}

.zxc-fixed > div {
    width: 100% !important;
    overflow: auto;
    position: relative;
    bottom: 0;
    z-index: 11111;
    margin: 0 auto !important;
}

@media (min-width: 310px) and (max-width: 370px) {
    .zxc-fixed > div {
        height: 44px !important;
    }
}

@media (min-width: 371px) and (max-width: 400px) {
    .zxc-fixed > div {
        height: 49px !important;
    }
}

@media (min-width: 401px) and (max-width: 440px) {
    .zxc-fixed > div {
        height: 51px !important;
    }
}

@media (min-width: 441px) and (max-width: 480px) {
    .zxc-fixed > div {
        height: 59px !important;
    }
}

.zxc-fixed > div a {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 11111;
    background-size: 100%;
    width: auto !important;
    background-repeat: no-repeat !important;
}

.none-mobile {
    display: block;
}

.none-mobile > div {
    margin: 0 auto auto;
}

@media (min-width: 1px) and (max-width: 468px) {
    .none-mobile {
        display: none;
    }
}

@media (min-width: 1px) and (max-width: 795px) {
    .none-mobile {
        width: 100% !important;
    }

    .none-mobile > div {
        width: 100% !important;
    }

    .none-mobile a {
        background-size: 100%;
        width: 100% !important;
        background-repeat: no-repeat !important;
    }
}

@media (min-width: 988px) {
    .add-view-des1 > div {
        width: 728px !important;
    }
}

@media (min-width: 761px) and (max-width: 988px) {
    .add-view-des1 > div {
        width: 100% !important;
        overflow: auto;
    }

    .add-view-des1 > div a {
        background-size: 100%;
        width: auto !important;
        background-repeat: no-repeat !important;
    }
}

@media (min-width: 761px) and (max-width: 988px) and (min-width: 800px) and (max-width: 990px) {
    .add-view-des1 > div a {
        height: 70px !important;
    }
}

@media (min-width: 800px) and (max-width: 990px) {
    .add-view-des1 > div {
        height: 70px !important;
    }
}

@media (min-width: 1px) and (max-width: 728px) {
    .add-view-des1 > div {
        width: 100% !important;
        overflow: auto;
    }

    .add-view-des1 > div a {
        background-size: 100%;
        width: auto !important;
        background-repeat: no-repeat !important;
    }
}

@media (min-width: 1px) and (max-width: 728px) and (min-width: 800px) and (max-width: 990px) {
    .add-view-des1 > div a {
        height: 70px !important;
    }
}

.add-view-des1 div {
    margin: auto auto 10px;
}

.respo-ad > div {
    overflow: auto;
}

@media (min-width: 1px) and (max-width: 988px) {
    .respo-ad > div {
        width: 100% !important;
    }
}

@media (min-width: 300px) and (max-width: 400px) {
    .respo-ad > div {
        height: 42px !important;
    }
}

@media (min-width: 401px) and (max-width: 500px) {
    .respo-ad > div {
        height: 50px !important;
    }
}

@media (min-width: 501px) and (max-width: 800px) {
    .respo-ad > div {
        height: 80px !important;
    }
}

@media (min-width: 801px) and (max-width: 900px) {
    .respo-ad > div {
        height: 65px !important;
    }
}

@media (min-width: 901px) and (max-width: 1010px) {
    .respo-ad > div {
        height: 90px !important;
    }
}

.clearAuto {
    overflow: auto;
}

.moreBut {
    float: left;
    color: #939191;
}

.moreBut span {
    color: #939191;
    font-size: 15px;
}

.moreBut span i {
    color: #939191;
}

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*# sourceMappingURL=main_rtl.css.map */
