@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571429em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}

    .fa-ul > li {
        position: relative;
    }

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center;
}

    .fa-li.fa-lg {
        left: -1.85714286em;
    }

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left {
    margin-right: .3em;
}

.fa.fa-pull-right {
    margin-left: .3em;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: .3em;
}

.fa.pull-right {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
    filter: none;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #fff;
}

.fa-glass:before {
    content: "\f000";
}

.fa-music:before {
    content: "\f001";
}

.fa-search:before {
    content: "\f002";
}

.fa-envelope-o:before {
    content: "\f003";
}

.fa-heart:before {
    content: "\f004";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-o:before {
    content: "\f006";
}

.fa-user:before {
    content: "\f007";
}

.fa-film:before {
    content: "\f008";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-check:before {
    content: "\f00c";
}

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-signal:before {
    content: "\f012";
}

.fa-gear:before, .fa-cog:before {
    content: "\f013";
}

.fa-trash-o:before {
    content: "\f014";
}

.fa-home:before {
    content: "\f015";
}

.fa-file-o:before {
    content: "\f016";
}

.fa-clock-o:before {
    content: "\f017";
}

.fa-road:before {
    content: "\f018";
}

.fa-download:before {
    content: "\f019";
}

.fa-arrow-circle-o-down:before {
    content: "\f01a";
}

.fa-arrow-circle-o-up:before {
    content: "\f01b";
}

.fa-inbox:before {
    content: "\f01c";
}

.fa-play-circle-o:before {
    content: "\f01d";
}

.fa-rotate-right:before, .fa-repeat:before {
    content: "\f01e";
}

.fa-refresh:before {
    content: "\f021";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-lock:before {
    content: "\f023";
}

.fa-flag:before {
    content: "\f024";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-print:before {
    content: "\f02f";
}

.fa-camera:before {
    content: "\f030";
}

.fa-font:before {
    content: "\f031";
}

.fa-bold:before {
    content: "\f032";
}

.fa-italic:before {
    content: "\f033";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-list:before {
    content: "\f03a";
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b";
}

.fa-indent:before {
    content: "\f03c";
}

.fa-video-camera:before {
    content: "\f03d";
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: "\f03e";
}

.fa-pencil:before {
    content: "\f040";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-tint:before {
    content: "\f043";
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044";
}

.fa-share-square-o:before {
    content: "\f045";
}

.fa-check-square-o:before {
    content: "\f046";
}

.fa-arrows:before {
    content: "\f047";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-play:before {
    content: "\f04b";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-eject:before {
    content: "\f052";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-times-circle-o:before {
    content: "\f05c";
}

.fa-check-circle-o:before {
    content: "\f05d";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064";
}

.fa-expand:before {
    content: "\f065";
}

.fa-compress:before {
    content: "\f066";
}

.fa-plus:before {
    content: "\f067";
}

.fa-minus:before {
    content: "\f068";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-warning:before, .fa-exclamation-triangle:before {
    content: "\f071";
}

.fa-plane:before {
    content: "\f072";
}

.fa-calendar:before {
    content: "\f073";
}

.fa-random:before {
    content: "\f074";
}

.fa-comment:before {
    content: "\f075";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-arrows-v:before {
    content: "\f07d";
}

.fa-arrows-h:before {
    content: "\f07e";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-key:before {
    content: "\f084";
}

.fa-gears:before, .fa-cogs:before {
    content: "\f085";
}

.fa-comments:before {
    content: "\f086";
}

.fa-thumbs-o-up:before {
    content: "\f087";
}

.fa-thumbs-o-down:before {
    content: "\f088";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-heart-o:before {
    content: "\f08a";
}

.fa-sign-out:before {
    content: "\f08b";
}

.fa-linkedin-square:before {
    content: "\f08c";
}

.fa-thumb-tack:before {
    content: "\f08d";
}

.fa-external-link:before {
    content: "\f08e";
}

.fa-sign-in:before {
    content: "\f090";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-upload:before {
    content: "\f093";
}

.fa-lemon-o:before {
    content: "\f094";
}

.fa-phone:before {
    content: "\f095";
}

.fa-square-o:before {
    content: "\f096";
}

.fa-bookmark-o:before {
    content: "\f097";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a";
}

.fa-github:before {
    content: "\f09b";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-feed:before, .fa-rss:before {
    content: "\f09e";
}

.fa-hdd-o:before {
    content: "\f0a0";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-hand-o-right:before {
    content: "\f0a4";
}

.fa-hand-o-left:before {
    content: "\f0a5";
}

.fa-hand-o-up:before {
    content: "\f0a6";
}

.fa-hand-o-down:before {
    content: "\f0a7";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-group:before, .fa-users:before {
    content: "\f0c0";
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4";
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-save:before, .fa-floppy-o:before {
    content: "\f0c7";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-plus:before {
    content: "\f0d5";
}

.fa-money:before {
    content: "\f0d6";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-unsorted:before, .fa-sort:before {
    content: "\f0dc";
}

.fa-sort-down:before, .fa-sort-desc:before {
    content: "\f0dd";
}

.fa-sort-up:before, .fa-sort-asc:before {
    content: "\f0de";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2";
}

.fa-legal:before, .fa-gavel:before {
    content: "\f0e3";
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4";
}

.fa-comment-o:before {
    content: "\f0e5";
}

.fa-comments-o:before {
    content: "\f0e6";
}

.fa-flash:before, .fa-bolt:before {
    content: "\f0e7";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-paste:before, .fa-clipboard:before {
    content: "\f0ea";
}

.fa-lightbulb-o:before {
    content: "\f0eb";
}

.fa-exchange:before {
    content: "\f0ec";
}

.fa-cloud-download:before {
    content: "\f0ed";
}

.fa-cloud-upload:before {
    content: "\f0ee";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-bell-o:before {
    content: "\f0a2";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cutlery:before {
    content: "\f0f5";
}

.fa-file-text-o:before {
    content: "\f0f6";
}

.fa-building-o:before {
    content: "\f0f7";
}

.fa-hospital-o:before {
    content: "\f0f8";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b";
}

.fa-circle-o:before {
    content: "\f10c";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-circle:before {
    content: "\f111";
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-folder-o:before {
    content: "\f114";
}

.fa-folder-open-o:before {
    content: "\f115";
}

.fa-smile-o:before {
    content: "\f118";
}

.fa-frown-o:before {
    content: "\f119";
}

.fa-meh-o:before {
    content: "\f11a";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-keyboard-o:before {
    content: "\f11c";
}

.fa-flag-o:before {
    content: "\f11d";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-code:before {
    content: "\f121";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-crop:before {
    content: "\f125";
}

.fa-code-fork:before {
    content: "\f126";
}

.fa-unlink:before, .fa-chain-broken:before {
    content: "\f127";
}

.fa-question:before {
    content: "\f128";
}

.fa-info:before {
    content: "\f129";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-shield:before {
    content: "\f132";
}

.fa-calendar-o:before {
    content: "\f133";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-ticket:before {
    content: "\f145";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-minus-square-o:before {
    content: "\f147";
}

.fa-level-up:before {
    content: "\f148";
}

.fa-level-down:before {
    content: "\f149";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-pencil-square:before {
    content: "\f14b";
}

.fa-external-link-square:before {
    content: "\f14c";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: "\f150";
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: "\f151";
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: "\f152";
}

.fa-euro:before, .fa-eur:before {
    content: "\f153";
}

.fa-gbp:before {
    content: "\f154";
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155";
}

.fa-rupee:before, .fa-inr:before {
    content: "\f156";
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: "\f157";
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "\f158";
}

.fa-won:before, .fa-krw:before {
    content: "\f159";
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-text:before {
    content: "\f15c";
}

.fa-sort-alpha-asc:before {
    content: "\f15d";
}

.fa-sort-alpha-desc:before {
    content: "\f15e";
}

.fa-sort-amount-asc:before {
    content: "\f160";
}

.fa-sort-amount-desc:before {
    content: "\f161";
}

.fa-sort-numeric-asc:before {
    content: "\f162";
}

.fa-sort-numeric-desc:before {
    content: "\f163";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-youtube-square:before {
    content: "\f166";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-youtube-play:before {
    content: "\f16a";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-adn:before {
    content: "\f170";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitbucket-square:before {
    content: "\f172";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-long-arrow-down:before {
    content: "\f175";
}

.fa-long-arrow-up:before {
    content: "\f176";
}

.fa-long-arrow-left:before {
    content: "\f177";
}

.fa-long-arrow-right:before {
    content: "\f178";
}

.fa-apple:before {
    content: "\f179";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-android:before {
    content: "\f17b";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-trello:before {
    content: "\f181";
}

.fa-female:before {
    content: "\f182";
}

.fa-male:before {
    content: "\f183";
}

.fa-gittip:before, .fa-gratipay:before {
    content: "\f184";
}

.fa-sun-o:before {
    content: "\f185";
}

.fa-moon-o:before {
    content: "\f186";
}

.fa-archive:before {
    content: "\f187";
}

.fa-bug:before {
    content: "\f188";
}

.fa-vk:before {
    content: "\f189";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-arrow-circle-o-right:before {
    content: "\f18e";
}

.fa-arrow-circle-o-left:before {
    content: "\f190";
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: "\f191";
}

.fa-dot-circle-o:before {
    content: "\f192";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-turkish-lira:before, .fa-try:before {
    content: "\f195";
}

.fa-plus-square-o:before {
    content: "\f196";
}

.fa-space-shuttle:before {
    content: "\f197";
}

.fa-slack:before {
    content: "\f198";
}

.fa-envelope-square:before {
    content: "\f199";
}

.fa-wordpress:before {
    content: "\f19a";
}

.fa-openid:before {
    content: "\f19b";
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: "\f19c";
}

.fa-mortar-board:before, .fa-graduation-cap:before {
    content: "\f19d";
}

.fa-yahoo:before {
    content: "\f19e";
}

.fa-google:before {
    content: "\f1a0";
}

.fa-reddit:before {
    content: "\f1a1";
}

.fa-reddit-square:before {
    content: "\f1a2";
}

.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

.fa-stumbleupon:before {
    content: "\f1a4";
}

.fa-delicious:before {
    content: "\f1a5";
}

.fa-digg:before {
    content: "\f1a6";
}

.fa-pied-piper-pp:before {
    content: "\f1a7";
}

.fa-pied-piper-alt:before {
    content: "\f1a8";
}

.fa-drupal:before {
    content: "\f1a9";
}

.fa-joomla:before {
    content: "\f1aa";
}

.fa-language:before {
    content: "\f1ab";
}

.fa-fax:before {
    content: "\f1ac";
}

.fa-building:before {
    content: "\f1ad";
}

.fa-child:before {
    content: "\f1ae";
}

.fa-paw:before {
    content: "\f1b0";
}

.fa-spoon:before {
    content: "\f1b1";
}

.fa-cube:before {
    content: "\f1b2";
}

.fa-cubes:before {
    content: "\f1b3";
}

.fa-behance:before {
    content: "\f1b4";
}

.fa-behance-square:before {
    content: "\f1b5";
}

.fa-steam:before {
    content: "\f1b6";
}

.fa-steam-square:before {
    content: "\f1b7";
}

.fa-recycle:before {
    content: "\f1b8";
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9";
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba";
}

.fa-tree:before {
    content: "\f1bb";
}

.fa-spotify:before {
    content: "\f1bc";
}

.fa-deviantart:before {
    content: "\f1bd";
}

.fa-soundcloud:before {
    content: "\f1be";
}

.fa-database:before {
    content: "\f1c0";
}

.fa-file-pdf-o:before {
    content: "\f1c1";
}

.fa-file-word-o:before {
    content: "\f1c2";
}

.fa-file-excel-o:before {
    content: "\f1c3";
}

.fa-file-powerpoint-o:before {
    content: "\f1c4";
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: "\f1c5";
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: "\f1c6";
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: "\f1c7";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8";
}

.fa-file-code-o:before {
    content: "\f1c9";
}

.fa-vine:before {
    content: "\f1ca";
}

.fa-codepen:before {
    content: "\f1cb";
}

.fa-jsfiddle:before {
    content: "\f1cc";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: "\f1cd";
}

.fa-circle-o-notch:before {
    content: "\f1ce";
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
    content: "\f1d0";
}

.fa-ge:before, .fa-empire:before {
    content: "\f1d1";
}

.fa-git-square:before {
    content: "\f1d2";
}

.fa-git:before {
    content: "\f1d3";
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
    content: "\f1d4";
}

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7";
}

.fa-send:before, .fa-paper-plane:before {
    content: "\f1d8";
}

.fa-send-o:before, .fa-paper-plane-o:before {
    content: "\f1d9";
}

.fa-history:before {
    content: "\f1da";
}

.fa-circle-thin:before {
    content: "\f1db";
}

.fa-header:before {
    content: "\f1dc";
}

.fa-paragraph:before {
    content: "\f1dd";
}

.fa-sliders:before {
    content: "\f1de";
}

.fa-share-alt:before {
    content: "\f1e0";
}

.fa-share-alt-square:before {
    content: "\f1e1";
}

.fa-bomb:before {
    content: "\f1e2";
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: "\f1e3";
}

.fa-tty:before {
    content: "\f1e4";
}

.fa-binoculars:before {
    content: "\f1e5";
}

.fa-plug:before {
    content: "\f1e6";
}

.fa-slideshare:before {
    content: "\f1e7";
}

.fa-twitch:before {
    content: "\f1e8";
}

.fa-yelp:before {
    content: "\f1e9";
}

.fa-newspaper-o:before {
    content: "\f1ea";
}

.fa-wifi:before {
    content: "\f1eb";
}

.fa-calculator:before {
    content: "\f1ec";
}

.fa-paypal:before {
    content: "\f1ed";
}

.fa-google-wallet:before {
    content: "\f1ee";
}

.fa-cc-visa:before {
    content: "\f1f0";
}

.fa-cc-mastercard:before {
    content: "\f1f1";
}

.fa-cc-discover:before {
    content: "\f1f2";
}

.fa-cc-amex:before {
    content: "\f1f3";
}

.fa-cc-paypal:before {
    content: "\f1f4";
}

.fa-cc-stripe:before {
    content: "\f1f5";
}

.fa-bell-slash:before {
    content: "\f1f6";
}

.fa-bell-slash-o:before {
    content: "\f1f7";
}

.fa-trash:before {
    content: "\f1f8";
}

.fa-copyright:before {
    content: "\f1f9";
}

.fa-at:before {
    content: "\f1fa";
}

.fa-eyedropper:before {
    content: "\f1fb";
}

.fa-paint-brush:before {
    content: "\f1fc";
}

.fa-birthday-cake:before {
    content: "\f1fd";
}

.fa-area-chart:before {
    content: "\f1fe";
}

.fa-pie-chart:before {
    content: "\f200";
}

.fa-line-chart:before {
    content: "\f201";
}

.fa-lastfm:before {
    content: "\f202";
}

.fa-lastfm-square:before {
    content: "\f203";
}

.fa-toggle-off:before {
    content: "\f204";
}

.fa-toggle-on:before {
    content: "\f205";
}

.fa-bicycle:before {
    content: "\f206";
}

.fa-bus:before {
    content: "\f207";
}

.fa-ioxhost:before {
    content: "\f208";
}

.fa-angellist:before {
    content: "\f209";
}

.fa-cc:before {
    content: "\f20a";
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: "\f20b";
}

.fa-meanpath:before {
    content: "\f20c";
}

.fa-buysellads:before {
    content: "\f20d";
}

.fa-connectdevelop:before {
    content: "\f20e";
}

.fa-dashcube:before {
    content: "\f210";
}

.fa-forumbee:before {
    content: "\f211";
}

.fa-leanpub:before {
    content: "\f212";
}

.fa-sellsy:before {
    content: "\f213";
}

.fa-shirtsinbulk:before {
    content: "\f214";
}

.fa-simplybuilt:before {
    content: "\f215";
}

.fa-skyatlas:before {
    content: "\f216";
}

.fa-cart-plus:before {
    content: "\f217";
}

.fa-cart-arrow-down:before {
    content: "\f218";
}

.fa-diamond:before {
    content: "\f219";
}

.fa-ship:before {
    content: "\f21a";
}

.fa-user-secret:before {
    content: "\f21b";
}

.fa-motorcycle:before {
    content: "\f21c";
}

.fa-street-view:before {
    content: "\f21d";
}

.fa-heartbeat:before {
    content: "\f21e";
}

.fa-venus:before {
    content: "\f221";
}

.fa-mars:before {
    content: "\f222";
}

.fa-mercury:before {
    content: "\f223";
}

.fa-intersex:before, .fa-transgender:before {
    content: "\f224";
}

.fa-transgender-alt:before {
    content: "\f225";
}

.fa-venus-double:before {
    content: "\f226";
}

.fa-mars-double:before {
    content: "\f227";
}

.fa-venus-mars:before {
    content: "\f228";
}

.fa-mars-stroke:before {
    content: "\f229";
}

.fa-mars-stroke-v:before {
    content: "\f22a";
}

.fa-mars-stroke-h:before {
    content: "\f22b";
}

.fa-neuter:before {
    content: "\f22c";
}

.fa-genderless:before {
    content: "\f22d";
}

.fa-facebook-official:before {
    content: "\f230";
}

.fa-pinterest-p:before {
    content: "\f231";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-server:before {
    content: "\f233";
}

.fa-user-plus:before {
    content: "\f234";
}

.fa-user-times:before {
    content: "\f235";
}

.fa-hotel:before, .fa-bed:before {
    content: "\f236";
}

.fa-viacoin:before {
    content: "\f237";
}

.fa-train:before {
    content: "\f238";
}

.fa-subway:before {
    content: "\f239";
}

.fa-medium:before {
    content: "\f23a";
}

.fa-yc:before, .fa-y-combinator:before {
    content: "\f23b";
}

.fa-optin-monster:before {
    content: "\f23c";
}

.fa-opencart:before {
    content: "\f23d";
}

.fa-expeditedssl:before {
    content: "\f23e";
}

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
    content: "\f240";
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "\f241";
}

.fa-battery-2:before, .fa-battery-half:before {
    content: "\f242";
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: "\f243";
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: "\f244";
}

.fa-mouse-pointer:before {
    content: "\f245";
}

.fa-i-cursor:before {
    content: "\f246";
}

.fa-object-group:before {
    content: "\f247";
}

.fa-object-ungroup:before {
    content: "\f248";
}

.fa-sticky-note:before {
    content: "\f249";
}

.fa-sticky-note-o:before {
    content: "\f24a";
}

.fa-cc-jcb:before {
    content: "\f24b";
}

.fa-cc-diners-club:before {
    content: "\f24c";
}

.fa-clone:before {
    content: "\f24d";
}

.fa-balance-scale:before {
    content: "\f24e";
}

.fa-hourglass-o:before {
    content: "\f250";
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\f251";
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\f252";
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\f253";
}

.fa-hourglass:before {
    content: "\f254";
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "\f255";
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
    content: "\f256";
}

.fa-hand-scissors-o:before {
    content: "\f257";
}

.fa-hand-lizard-o:before {
    content: "\f258";
}

.fa-hand-spock-o:before {
    content: "\f259";
}

.fa-hand-pointer-o:before {
    content: "\f25a";
}

.fa-hand-peace-o:before {
    content: "\f25b";
}

.fa-trademark:before {
    content: "\f25c";
}

.fa-registered:before {
    content: "\f25d";
}

.fa-creative-commons:before {
    content: "\f25e";
}

.fa-gg:before {
    content: "\f260";
}

.fa-gg-circle:before {
    content: "\f261";
}

.fa-tripadvisor:before {
    content: "\f262";
}

.fa-odnoklassniki:before {
    content: "\f263";
}

.fa-odnoklassniki-square:before {
    content: "\f264";
}

.fa-get-pocket:before {
    content: "\f265";
}

.fa-wikipedia-w:before {
    content: "\f266";
}

.fa-safari:before {
    content: "\f267";
}

.fa-chrome:before {
    content: "\f268";
}

.fa-firefox:before {
    content: "\f269";
}

.fa-opera:before {
    content: "\f26a";
}

.fa-internet-explorer:before {
    content: "\f26b";
}

.fa-tv:before, .fa-television:before {
    content: "\f26c";
}

.fa-contao:before {
    content: "\f26d";
}

.fa-500px:before {
    content: "\f26e";
}

.fa-amazon:before {
    content: "\f270";
}

.fa-calendar-plus-o:before {
    content: "\f271";
}

.fa-calendar-minus-o:before {
    content: "\f272";
}

.fa-calendar-times-o:before {
    content: "\f273";
}

.fa-calendar-check-o:before {
    content: "\f274";
}

.fa-industry:before {
    content: "\f275";
}

.fa-map-pin:before {
    content: "\f276";
}

.fa-map-signs:before {
    content: "\f277";
}

.fa-map-o:before {
    content: "\f278";
}

.fa-map:before {
    content: "\f279";
}

.fa-commenting:before {
    content: "\f27a";
}

.fa-commenting-o:before {
    content: "\f27b";
}

.fa-houzz:before {
    content: "\f27c";
}

.fa-vimeo:before {
    content: "\f27d";
}

.fa-black-tie:before {
    content: "\f27e";
}

.fa-fonticons:before {
    content: "\f280";
}

.fa-reddit-alien:before {
    content: "\f281";
}

.fa-edge:before {
    content: "\f282";
}

.fa-credit-card-alt:before {
    content: "\f283";
}

.fa-codiepie:before {
    content: "\f284";
}

.fa-modx:before {
    content: "\f285";
}

.fa-fort-awesome:before {
    content: "\f286";
}

.fa-usb:before {
    content: "\f287";
}

.fa-product-hunt:before {
    content: "\f288";
}

.fa-mixcloud:before {
    content: "\f289";
}

.fa-scribd:before {
    content: "\f28a";
}

.fa-pause-circle:before {
    content: "\f28b";
}

.fa-pause-circle-o:before {
    content: "\f28c";
}

.fa-stop-circle:before {
    content: "\f28d";
}

.fa-stop-circle-o:before {
    content: "\f28e";
}

.fa-shopping-bag:before {
    content: "\f290";
}

.fa-shopping-basket:before {
    content: "\f291";
}

.fa-hashtag:before {
    content: "\f292";
}

.fa-bluetooth:before {
    content: "\f293";
}

.fa-bluetooth-b:before {
    content: "\f294";
}

.fa-percent:before {
    content: "\f295";
}

.fa-gitlab:before {
    content: "\f296";
}

.fa-wpbeginner:before {
    content: "\f297";
}

.fa-wpforms:before {
    content: "\f298";
}

.fa-envira:before {
    content: "\f299";
}

.fa-universal-access:before {
    content: "\f29a";
}

.fa-wheelchair-alt:before {
    content: "\f29b";
}

.fa-question-circle-o:before {
    content: "\f29c";
}

.fa-blind:before {
    content: "\f29d";
}

.fa-audio-description:before {
    content: "\f29e";
}

.fa-volume-control-phone:before {
    content: "\f2a0";
}

.fa-braille:before {
    content: "\f2a1";
}

.fa-assistive-listening-systems:before {
    content: "\f2a2";
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
    content: "\f2a3";
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
    content: "\f2a4";
}

.fa-glide:before {
    content: "\f2a5";
}

.fa-glide-g:before {
    content: "\f2a6";
}

.fa-signing:before, .fa-sign-language:before {
    content: "\f2a7";
}

.fa-low-vision:before {
    content: "\f2a8";
}

.fa-viadeo:before {
    content: "\f2a9";
}

.fa-viadeo-square:before {
    content: "\f2aa";
}

.fa-snapchat:before {
    content: "\f2ab";
}

.fa-snapchat-ghost:before {
    content: "\f2ac";
}

.fa-snapchat-square:before {
    content: "\f2ad";
}

.fa-pied-piper:before {
    content: "\f2ae";
}

.fa-first-order:before {
    content: "\f2b0";
}

.fa-yoast:before {
    content: "\f2b1";
}

.fa-themeisle:before {
    content: "\f2b2";
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
    content: "\f2b3";
}

.fa-fa:before, .fa-font-awesome:before {
    content: "\f2b4";
}

.fa-handshake-o:before {
    content: "\f2b5";
}

.fa-envelope-open:before {
    content: "\f2b6";
}

.fa-envelope-open-o:before {
    content: "\f2b7";
}

.fa-linode:before {
    content: "\f2b8";
}

.fa-address-book:before {
    content: "\f2b9";
}

.fa-address-book-o:before {
    content: "\f2ba";
}

.fa-vcard:before, .fa-address-card:before {
    content: "\f2bb";
}

.fa-vcard-o:before, .fa-address-card-o:before {
    content: "\f2bc";
}

.fa-user-circle:before {
    content: "\f2bd";
}

.fa-user-circle-o:before {
    content: "\f2be";
}

.fa-user-o:before {
    content: "\f2c0";
}

.fa-id-badge:before {
    content: "\f2c1";
}

.fa-drivers-license:before, .fa-id-card:before {
    content: "\f2c2";
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
    content: "\f2c3";
}

.fa-quora:before {
    content: "\f2c4";
}

.fa-free-code-camp:before {
    content: "\f2c5";
}

.fa-telegram:before {
    content: "\f2c6";
}

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
    content: "\f2c7";
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
    content: "\f2c8";
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
    content: "\f2c9";
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
    content: "\f2ca";
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
    content: "\f2cb";
}

.fa-shower:before {
    content: "\f2cc";
}

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
    content: "\f2cd";
}

.fa-podcast:before {
    content: "\f2ce";
}

.fa-window-maximize:before {
    content: "\f2d0";
}

.fa-window-minimize:before {
    content: "\f2d1";
}

.fa-window-restore:before {
    content: "\f2d2";
}

.fa-times-rectangle:before, .fa-window-close:before {
    content: "\f2d3";
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
    content: "\f2d4";
}

.fa-bandcamp:before {
    content: "\f2d5";
}

.fa-grav:before {
    content: "\f2d6";
}

.fa-etsy:before {
    content: "\f2d7";
}

.fa-imdb:before {
    content: "\f2d8";
}

.fa-ravelry:before {
    content: "\f2d9";
}

.fa-eercast:before {
    content: "\f2da";
}

.fa-microchip:before {
    content: "\f2db";
}

.fa-snowflake-o:before {
    content: "\f2dc";
}

.fa-superpowers:before {
    content: "\f2dd";
}

.fa-wpexplorer:before {
    content: "\f2de";
}

.fa-meetup:before {
    content: "\f2e0";
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

@font-face {
    font-family: Greta;
    src: url('../fonts/Greta_Arabic_Regular.eot');
    src: url('../fonts/Greta_Arabic_Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Greta_Arabic_Regular.woff') format('woff'), url('../fonts/Greta_Arabic_Regular.otf') format("opentype");
}

@font-face {
    font-family: Al-Jazeera-Arabic-Bold;
    src: url('../fonts/Al-Jazeera-Arabic-Bold.eot');
    src: url('../fonts/Al-Jazeera-Arabic-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Al-Jazeera-Arabic-Bold.woff') format('woff'), url('../fonts/Al-Jazeera-Arabic-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Al-Jazeera-Arabic-Light;
    src: url('../fonts/Al-Jazeera-Arabic-Light.eot');
    src: url('../fonts/Al-Jazeera-Arabic-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Al-Jazeera-Arabic-Light.woff') format('woff'), url('../fonts/Al-Jazeera-Arabic-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Al-Jazeera-Arabic-Regular;
    src: url('../fonts/Al-Jazeera-Arabic-Regular.eot');
    src: url('../fonts/Al-Jazeera-Arabic-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Al-Jazeera-Arabic-Regular.woff') format('woff'), url('../fonts/Al-Jazeera-Arabic-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: Al-Jazeera-Arabic-Regular;
    background: #f6f6f6;
}

img {
    max-width: 100%;
}

h1, h2, h3, strong {
    font-family: Al-Jazeera-Arabic-Bold;
}

a, a:hover, a:active, a:focus {
    color: inherit;
    text-decoration: none;
}

.container {
    max-width: none !important;
    width: 1240px;
}

.lead {
    font-family: Al-Jazeera-Arabic-Bold;
}

section.site-banner {
    background: #515151;
    height: 163px;
    background-image: url(../images/banner-header.jpg);
    color: #fff;
    background-size: 100% 100%;
    margin-bottom: 20px;
}

.tag > div span {
    font-size: 11px;
    line-height: 13px;
}

.lang-break span {
    display: block;
    font-family: verdana !important;
    font-weight: bold;
}

.site-banner .lead span {
    font-size: 30px;
    font-weight: normal;
}

.site-banner .lead {
    font-size: 45px;
    padding-top: 35px;
    text-align: center;
    padding-right: 0;
    line-height: 47px;
    padding-left: 0;
    width: 29%;
}

    .site-banner .lead a {
        display: block;
        /*text-shadow: 2px 4px 3px rgba(0,0,0,0.3);*/
        border-left: 1px dashed #b1b1b1;
        color: #ffc122;
    }

.yellow-body .site-banner .lead a, .green-body .site-banner .lead a, .blue-body .site-banner .lead a {
    color: #fff;
}

.main-nav {
    font-size: 28px;
    padding-top: 44px;
    font-family: Al-Jazeera-Arabic-Bold;
    text-align: center;
    width: 46%;
}

.sub-menu a:hover, .sub-menu a:hover span, ul.sub-menu a.active-sub, ul.sub-menu a.active-sub span {
    color: #ffc122;
}

.sub-menu-container {
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 9;
}

.main-nav .lang-break span {
    font-size: 18px;
}

.main-nav .lang-break > a > span {
    font-size: 18px;
    clear: both;
    width: 100%;
    margin: 0 auto;
    border-top: 2px solid transparent;
    transition: 1s;
    margin-top: 4px;
    font-weight: normal;
}

ul.sub-menu li:last-child {
    padding: 0;
    margin: 0;
    border: 0;
}

ul.sub-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: right;
    padding: 10px;
    position: static;
    background: #fff;
    border: 2px solid #dcdcdc;
    opacity: 0;
    transition: 0.5s all;
    z-index: 9;
    max-height: 0;
    overflow: hidden;
    margin: 0 auto;
    width: 160px;
}

.no-goals .item:hover .tag hr {
    opacity: 0.5;
}

ul.sub-menu a {
    color: #000;
    font-size: 18px;
    font-family: Greta;
    display: block;
}

    ul.sub-menu a span {
        color: #a5a5a5;
    }



.has-childs > a.active {
    color: #ffc122;
}

.main-nav .lang-break.sub-menu span {
    font-size: 14px;
    font-weight: normal;
    direction: ltr;
}

.main-nav .has-childs > a.active > span {
    transition: none;
}



ul.sub-menu li {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.main-nav .has-childs:hover .sub-menu {
    opacity: 1;
    max-height: 1000px;
}

.sub-menu:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 12px 7px;
    border-color: transparent transparent #ffffff transparent;
    height: 10px;
    position: absolute;
    top: -10px;
    right: 43%;
    opacity: 0;
    transition: 0.7s;
}

.main-nav .has-childs:hover .sub-menu:before {
    opacity: 1;
}

/*
item animations
left-to-right
top-left-to-right
top-to-bottom
*/
.item {
    position: relative;
}

.tag > div {
    display: inline-block;
    text-align: center;
    padding-right: 9px;
    margin-right: 6px;
    font-family: Al-Jazeera-Arabic-Bold;
    padding-bottom: 5px;
    font-size: 16px;
}

.tag {
    background: rgba(87, 159, 224, 0.77);
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    opacity: 1;
    transition: opacity 0.9s;
    /*text-shadow: -2px 1px 3px rgba(0,0,0,0.3);*/
    padding: 10px;
    padding-right: 0;
    padding-top: 8px;
    padding-bottom: 8px;
}

#top-banner {
    text-align: center;
}

.main-content .col-xs-9 {
    width: 74%;
    padding-bottom: 30px;
}

.main-content .col-xs-3 {
    width: 26%;
}

.item-big .tag {
    min-width: 162px;
    text-align: center;
}

.item-description {
    background: rgba(87, 159, 224, 0.77);
    width: 47%;
    position: absolute;
    top: 0;
    transition: all 0.5s ease-in-out;
    text-align: center;
    color: #fff;
    overflow: hidden;
}

.item.top-to-bottom .item-description {
    top: 0;
    width: 100%;
    right: 0;
    left: 0;
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -ms-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
    max-height: 0;
}

.locale-top-goals > * {
    font-family: verdana;
}

.item.top-to-bottom.item:hover .item-description {
    max-height: 80%;
    opacity: 1;
}

.item:hover .tag {
    opacity: 0;
}

    .item:hover .tag hr {
        opacity: 0;
    }

.home-right {
    padding-top: 12px;
}

.main-story-item {
    margin-bottom: 20px;
}

.item-container > h1 {
    text-align: center;
    font-size: 36px;
    color: #050505;
    margin-bottom: 12px;
    font-family: greta;
    margin-top: 16px;
}

    .item-container > h1 .lang-break span {
        color: #a0a0a0;
        font-size: 22px;
        padding-top: 6px;
        margin-bottom: 20px;
    }

.main-content > .container {
    background: #fff;
    border: 1px solid #ddd;
    border-top: 3px solid #000000;
}

.blue-body .main-content > .container {
    border-top: 3px solid #2374c2;
}

.left-to-right .item-description {
    left: -690px;
    height: 100%;
}

.item.left-to-right:hover .item-description {
    left: 85px;
}

.item.top-left-to-right .item-description {
    top: 488px;
    left: -690px;
}

.item.top-left-to-right:hover .item-description {
    left: 85px;
    top: 0;
}


.left-to-right, .top-left-to-right {
    overflow: hidden;
}

.item-description > div {
    font-size: 14px;
    padding-left: 6px;
    padding-right: 6px;
}

.tag hr {
    position: absolute;
    border: 2px solid #fff;
    height: 52px;
    bottom: 0;
    margin: 0;
    right: 158px;
    opacity: 0.5;
}

.locale-top-goals {
    font-family: Verdana;
    padding-bottom: 6px;
    direction: ltr;
}

.arabic-top-goals {
    padding-top: 6px;
    padding-bottom: 4px;
}

.footerSocial > a {
    background: transparent;
}

.item-description > div.english-description {
    direction: ltr;
}

    .item-description > div.english-description > strong {
        font-family: Verdana;
        font-size: 24px;
    }

.item-description > div > div {
    /*text-shadow: 2px 4px 3px rgba(0,0,0,0.3);*/
    font-family: greta;
    font-size: 30px;
}

.item-description > div.english-description > div {
    font-size: 20px;
    font-family: Verdana;
}

.english-description strong, .english-description div {
    font-family: verdana;
}

.item-big .item-description {
}



.item img {
    max-width: 100%;
}

.item-container > h1 span {
    color: #716f6f;
    font-size: 23px;
    padding-top: 8px;
    direction: ltr;
}

.item-container > h2, .item-container> .h2-alike{
    font-size: 25px;
    text-align: center;
    min-height: 50px;
    color: #3c2c2c;
    font-family: Greta;
}

.item-container > h2 span, .item-container > .h2-alike span{
        color: #a0a0a0;
        font-size: 14px;
        padding-top: 8px;
        direction: ltr;
    }


.item-small .tag {
    font-size: 12px;
    display: table;
    min-width: 130px;
    padding-left: 0;
}

.left-area .item-container > h2 {
    height: auto !important;
}

.tag > div:last-child {
    border-right: 2px solid #fff;
}

.item-small .tag > div {
    display: table-cell;
    padding-right: 8px;
    padding-left: 8px;
}

.category-section {
    border-bottom: 3px solid #ddb342;
    margin-top: 46px;
    margin-bottom: 10px;
    font-size: 18px;
    font-family: Al-Jazeera-Arabic-Bold;
}

    .category-section > div, .category-section > a {
        background: #ddb342;
        color: #fff;
        display: inline-block;
        padding: 7px;
        padding-left: 10px;
        padding-right: 10px;
        text-align: center;
        width: 190px;
        padding-left: 0;
        padding-right: 0;
        /*text-shadow: 2px 4px 3px rgba(0,0,0,0.3);*/
    }

        .category-section > div > span, .category-section > a > span {
            padding-right: 20px;
            font-family: verdana;
            font-weight: bold;
            font-size: 16px;
            padding-right: 0;
            line-height: 15px;
            padding-bottom: 4px;
        }



.demo-box span {
    font-size: 16px;
    color: #ffec14;
}

.demo-box.gray-box > a {
    width: 100%;
}

.demo-sprite {
    background-image: url(../images/sprite.png);
    width: 69px;
    display: inline-block;
    vertical-align: middle;
    height: 68px;
    background-position: -4px 3px;
}

.demo-box > a {
    width: 178px;
    display: inline-block;
    vertical-align: middle;
}

.left-area {
    padding-top: 20px;
    padding-bottom: 30px;
}

.gray-box {
    width: 100%;
    display: block;
    background: #f6f6f6;
    text-align: center;
    border: 1px solid #e7e7e7;
    padding-top: 5px;
    padding-bottom: 4px;
    font-family: Al-Jazeera-Arabic-Bold;
    font-size: 19px;
    margin-top: 10px;
    margin-bottom: 10px;
    transition: background 0.5s;
}

.iframe-rdi > iframe {
    position: absolute;
}

.gray-box:hover {
    background: #e7e7e7;
}

.gray-box span {
    color: #969696;
    font-weight: normal;
    font-size: 18px;
    font-size: 14px;
}

.gray-box > a {
    display: inline-block;
    width: 32%;
}

.gray-box a span {
    font-size: 18px;
    direction: ltr;
}
/************** toggable area ****************/
.width100 {
    width: 100% !important;
}

.typed-cursor {
    display: none;
}

.toggableBtn {
    position: relative;
}

    .toggableBtn a {
        cursor: pointer !important;
    }

.toggableBody {
    display: none;
    text-align: right;
    padding: 5%;
}

    .toggableBody img.keyboardInputInitiator {
        position: absolute;
        bottom: 5px;
        right: 5px;
    }

    .toggableBody textarea {
        min-height: 82px;
        padding: 10px;
        font-size: 12px;
        width: 100%;
    }

    .toggableBody input[type=text] {
        font-size: 12px;
        padding: 5px;
        width: 100%;
    }

    .toggableBody .btn {
        margin-top: 5px;
        margin-bottom: 10px;
    }

.toggableOpened a {
    opacity: .5;
}

    .toggableOpened a.toggableActive {
        opacity: 1;
        transition: .4s;
        /*text-shadow: 1px 2px 8px #ccc;*/
    }

        .toggableOpened a.toggableActive span {
            position: relative;
        }

.gtt.toggableOpened a.toggableActive span:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 81%;
    top: -1px;
    left: 8%;
    background: #727272;
    margin: 0 auto;
}

.toggableTabsHead {
    margin-bottom: 10px;
}

    .toggableTabsHead > div {
        border-right: 1px dashed #b1b1b1;
        float: right;
        text-align: center;
        width: 33.3%;
        font-size: 15px;
        cursor: pointer;
    }

        .toggableTabsHead > div:first-child {
            border: none;
        }

    .toggableTabsHead span {
        font-size: 12px;
    }

.toggableTabsBody {
    display: none;
}

.actionBtn {
    cursor: pointer;
}

.tabActive, .tabActive span {
    color: #FFBD00;
}

.mostServices {
    position: relative;
    margin-top: 12px;
    padding-top: 0;
}

    .mostServices:hover {
        background: #f9f9f9;
    }

    .mostServices > a {
        width: 50%;
        float: right;
        text-align: center;
        background: #ebebeb;
        padding: 6px 0px;
        font-size: 12px;
        cursor: pointer;
        border-bottom: solid 1px #b9b9b9;
    }

    .mostServices > a {
        opacity: .5;
        transition: .3s;
    }

        .mostServices > a.mostServicesActive {
            opacity: 1;
            cursor: default !important;
        }

.mostServicesTabsBody {
    text-align: right;
    display: none;
}

    .mostServicesTabsBody li {
        font-size: 14px;
        margin-bottom: 10px;
        list-style: square;
    }

        .mostServicesTabsBody li a:hover {
            text-decoration: underline;
        }

    .mostServicesTabsBody ul {
        font-family: 'Al-Jazeera-Arabic-Light';
        margin: 0;
        padding: 20px 30px 5px;
    }

.mostServices a span {
    font-size: 12px;
}

.looksLikeTextArea {
    background: #fff;
    border: 1px solid #cfcfcf;
    border-radius: 5px;
    padding: 10px;
    width: 100%;
    background: #fff;
    height: 100px;
    overflow: auto;
    direction: rtl;
}

#txtclickable {
    text-decoration: underline;
    float: right;
    cursor: pointer;
    margin-left: 5px;
}

#outputTextAreaSrf2 {
    position: relative;
    transition: .3s;
    display: none;
    margin-top: 15px;
    height: auto;
    max-height: 250px;
}

.morphology {
}

    .morphology .title {
        font-weight: 700;
        cursor: pointer;
    }

    .morphology span {
        display: inline;
        margin-left: 10px;
    }

    .morphology .content {
        margin-right: 13%;
        margin-top: 5px;
        width: 90%;
    }

.listAnalysis {
    margin: 0;
    padding: 0;
    border-right: 1px solid #ccc;
}

    .listAnalysis li {
        display: inline-block;
        margin-right: 5%;
    }

.hiddenRow {
    display: none;
}

.closeDiv {
    transition: .3s;
    cursor: pointer;
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 0px 3px;
}

    .closeDiv:hover {
        transform: rotate(360deg);
    }

.toggableShadow {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #fff;
    opacity: .7;
}

.seperator {
    height: 1px;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px #e0e0e0;
    background: #ebebeb;
}

.left {
    float: left;
}

.right {
    float: right;
}

.fakeUploadButton {
    cursor: pointer;
    border: solid 1px #ccc;
    padding: 10px;
    font-size: 16px;
}

    .fakeUploadButton:hover {
        background: #d8d8d8;
    }

.divImageCaptcha table {
    width: 100%;
}

    .divImageCaptcha table td {
        text-align: left !important;
    }

.captchaReturnedText, .youTeachCaptchaReturnedText, .symbolsReturnedText, .writingErMsg, .oralErMsg {
    color: red;
    font-size: 12px;
    margin-bottom: 10px;
    direction: ltr;
    display: none;
    text-align: right;
}

.des_TextField {
    width: 100% !important;
}

.fadeUploadHint {
    background: #bbd2bb;
    width: 100%;
    padding: 4px 10px;
    display: none;
    font-size: 13px;
}

.askTeacherSendingHint {
    margin: auto;
    position: absolute;
    top: 38%;
    left: 0;
    bottom: 0;
    right: 0;
    font-size: 23px;
    color: #439643;
}
/**********************************************/

/**************** Social networks*********************/

.login-icons {
    float: right;
    position: relative;
    opacity: 1 !important;
    margin-left: 10px;
}

.facebook-login {
    background: url(/Content/images/facebook.png) no-repeat;
    width: 32px;
    height: 35px;
    padding-right: 0PX;
    *padding-right: 3PX !important;
    background-size: 30px;
}

.twitter-login {
    background: url(/Content/images/twitter.png) no-repeat;
    width: 32px;
    height: 35px;
    padding-right: 0PX;
    *padding-right: 3PX !important;
    background-size: 30px;
}

.googleplus-login {
    background: url(/Content/images/google.png) no-repeat;
    width: 32px;
    height: 35px;
    padding-right: 0PX;
    *padding-right: 3PX !important;
    background-size: 30px;
}

.al-jazeera-login {
    background: url(/Content/images/user.png) no-repeat;
    width: 32px;
    height: 35px;
    padding-right: 0PX;
    *padding-right: 3PX !important;
    background-size: 30px;
    *position: relative;
}

.SocialNetworkTextContainerTeacher span {
    display: inline;
}

.SocailNetworkText {
    font-family: inherit;
    /*font-weight: bold;*/
    color: #000;
    font-size: 14px;
}

.SocailNetworkText_EN {
    font-family: Verdana, Arial;
    font-size: 12px;
}

.btn-primary {
    /*display: none;*/
    margin: 0 auto;
    min-width: 50%;
    border-radius: 0;
}

    .btn-primary span {
        color: #fff;
    }
/***************************************************/

/**************Search ***************************/
#advacedSearchClicked {
    background: #f9f9f9;
    border: 1px solid #e7e7e7;
    padding: 10px;
    margin-bottom: 20px;
    margin-top: 10px;
}

#advSrchHdr {
    cursor: pointer;
}

#advSrchBody {
    margin-top: 20px;
    display: none;
}

.advancedSearchTdRPadding {
    direction: ltr;
}

.otherLanguageTitle {
    float: left;
    padding-left: 12px;
    font-size: 13px;
}

.searchTxtFld {
    width: 100%;
    direction: rtl;
    height: 30px;
    border: solid 1px #ccc;
    padding-right: 10px;
}

.searchDDlFld {
    width: 100%;
    direction: rtl;
    height: 30px;
    border: solid 1px #ccc;
    padding-right: 10px;
}

.advancedSearchTdRPadding td {
    padding-bottom: 10px;
}

.towLangCheck {
    cursor: pointer;
    position: relative;
    padding-right: 32px;
}

    .towLangCheck input {
        position: absolute;
        top: 4px;
        right: 0;
        width: 20px;
        height: 20px;
    }

#pagenation td {
    width: 10px;
    height: 20px;
    padding: 2px 12px;
}

#pagenation .pager {
    background: #b9b9b9;
    width: 100%;
    display: block;
    width: auto;
    padding: 4px 10px;
}

#pagenation .clicked {
    background: #ededed;
    cursor: default;
}

#searchResult {
    margin-top: 20px;
    border-bottom: solid 1px #ccc;
    padding-bottom: 20px;
}

    #searchResult:last-child {
        border-bottom: none;
    }

    #searchResult a {
        color: #337ab7;
    }

.innerSearchHint {
    color: red;
    display: none;
}

#searchRsltFromTo {
    margin-top: 20px;
}

.SearchTextBoxContainer {
    float: right;
    position: relative;
    width: 40%;
}

    .SearchTextBoxContainer i {
        position: absolute;
        left: 10px;
        top: 7px;
        cursor: pointer;
    }

    .SearchTextBoxContainer input {
        height: 30px;
        padding: 10px;
        padding-right: 40px;
        outline: 0;
        width: 100%;
    }

.searchDivSearch .keyboardInputInitiator, .search_link .keyboardInputInitiator {
    position: absolute;
    right: 0;
    top: 10px;
}

.search_link .keyboardInput {
    padding-right: 40px !important;
}

.auo_correct_list a {
    color: #337ab7;
    margin-right: 15px;
    text-decoration: underline;
}
/***********************************************/
.search_link {
    float: left;
    width: 25%;
    margin-left: 38px;
    text-align: left;
    position: relative;
    margin-top: 7px;
}

#label {
    position: relative;
}

label#search-label {
    color: #e4e4e4;
    font-size: 18px;
    cursor: pointer;
}

#search div#input {
    position: absolute;
    top: -3px;
    display: none;
    left: 55px;
    z-index: 9;
    width: 58%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
}

    #search div#input input {
        padding: 4px 7px;
        width: 100%;
        color: black;
        font-size: 12px;
        background: #eeeeee;
        border: 0;
        font-family: Al-Jazeera-Arabic-Regular,verdana;
    }

        #search div#input input::placeholder {
            font-size: 10px;
        }

#left-banner {
    margin-top: 30px;
}

.loadmore-btn {
    margin-top: 14px;
    border-bottom: 4px solid #d2d2d2 !important;
    clear: both;
    float: right;
    width: 100%;
    margin-bottom: 0;
}

.more-container-new {
    background: #f6f6f6;
    float: right;
    padding: 10px;
    margin-bottom: 12px;
    width: 100%;
}

.loadmore-btn > div {
    background: #f6f6f6 !important;
    width: 100%;
    color: #333;
}

    .loadmore-btn > div span {
        color: #a0a0a0;
        font-weight: normal;
        padding-top: 4px;
    }

.from-aja-section > .container {
    background: #2e2f31;
    padding-bottom: 12px;
    padding-top: 20px;
}

.yellow-title {
    color: #e5c158;
    font-size: 24px;
    text-align: center;
    padding-right: 70px;
}

.from-aja-section h2.yellow-title {
    margin-bottom: 25px;
    margin-top: 25px;
}

.yellow-title > span {
    font-size: 21px;
    font-family: verdana;
    font-weight: bold;
    padding-right: 66px;
}

.owl-carousel {
    direction: ltr;
}

.owl-dots {
    height: 20px;
    text-align: center;
    margin-top: 16px;
}

    .owl-dots .owl-dot {
        background: #b8c0bc;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        display: inline-block;
        margin: 4px;
    }

        .owl-dots .owl-dot.active {
            background: #e5c158;
        }

#aja-slider h2 a {
    color: #a0a0a0;
    font-size: 17px;
    font-family: Al-Jazeera-Arabic-Bold;
    min-height: 40px;
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

#aja-slider .owl-dots {
    margin-top: 40px;
    margin-bottom: 10px;
}

.from-aja-section {
    margin-bottom: 60px;
}

.main-nav > div > a {
    display: block;
    /*text-shadow: 2px 2px #000;*/
}
/*
hr{
  display: block;
  width: 96.6%;
  border: 0;
  border-bottom: 1px solid #e9e9e9;
  margin-top: 20px;
  height: 20px;
  margin-left: 16px;
  margin-bottom: 0;
}*/
.bordered-banner {
    display: block;
    padding-bottom: 10px;
    clear: both;
    padding-top: 10px;
}

.item > a {
    display: block;
}

.left-area .item-container {
    margin-bottom: 40px;
}

    .left-area .item-container:last-of-type {
        margin-bottom: 0;
    }

.breadcrumb {
    background-color: transparent;
    padding-right: 0;
    padding-left: 0;
    font-size: 16px;
    color: #a0a0a0;
    font-family: Al-Jazeera-Arabic-Regular;
    padding-bottom: 0;
    padding-top: 16px;
}

    .breadcrumb > li + li:before {
        content: ">";
        padding-left: 10px;
        color: #a0a0a0;
        font-family: Al-Jazeera-Arabic-Regular;
    }

.breadcrumb-ar {
    float: right;
}

.breadcrumb-en {
    float: left;
    direction: ltr;
}

.breadcrumb.breadcrumb-ar > li + li:before {
    padding-left: 8px;
    padding-right: 5px;
}

.breadcrumb.breadcrumb-en > li + li:before {
    padding-right: 8px;
    padding-left: 5px;
}

.breadcrumb-container {
    border-bottom: 1px solid #dcdcdc;
    float: right;
    width: 100%;
    padding-left: 15px;
    padding-right: 8px;
}

#tabs-slider, #quiz-slider {
    clear: both;
    border-bottom: 2px solid #3e61bb;
    margin-top: 20px;
    float: right;
    width: 100%;
    overflow: hidden;
    overflow: hidden;
    padding: 0 45px;
}

    #tabs-slider .owl-item {
        border: 0;
        padding: 0;
        margin: 0;
    }

        #tabs-slider .owl-item a {
            border: 1px solid #adcce8;
            border-bottom: 0 !important;
        }

    #tabs-slider .owl-stage-outer, #quiz-slider .owl-stage-outer {
        margin-right: 63px;
        margin-left: 60px;
    }

    #tabs-slider .owl-prev {
        position: absolute;
        top: 0;
        border: 1px solid #cfd7ee;
        padding: 17px 6px;
        color: transparent;
        border-bottom: 0;
        padding-right: 14px;
        padding-left: 0px;
    }

    #quiz-slider .owl-prev, #tabs-slider .owl-prev {
        position: absolute;
        top: 0;
        border: 1px solid #cfd7ee;
        padding: 15px 2px;
        color: transparent;
        border-bottom: 0;
        padding-right: 0px;
        padding-left: 0px;
        width: 45px;
        right: 0;
    }

        #tabs-slider .owl-prev:before {
            content: ' ';
            background-image: url(../images/sprite.png);
            background-position: -57px -76px;
            display: inline-block;
            width: 18px;
            height: 17px;
        }

        #quiz-slider .owl-prev:before, #tabs-slider .owl-prev:before {
            content: ' ';
            background-image: url(../images/arrows.png);
            background-position: -95px -117px;
            width: 15px;
            height: 24px;
            text-align: center;
            display: block;
            margin: 0 auto;
        }

        #quiz-slider .owl-prev.disabled-right:before, #tabs-slider .owl-prev.disabled-right:before {
            background-position: -63px -117px;
        }

    #tabs-slider .owl-next {
        position: absolute;
        top: 0;
        border: 1px solid #cfd7ee;
        left: 0;
        color: transparent;
        border-bottom: 0;
        padding: 17px 6px;
        padding-right: 14px;
        padding-left: 0px;
    }

    #quiz-slider .owl-next, #tabs-slider .owl-next {
        position: absolute;
        top: 0;
        border: 1px solid #cfd7ee;
        left: 0;
        color: transparent;
        border-bottom: 0;
        padding: 9px 6px;
        padding-right: 0;
        padding-left: 0px;
        width: 45px;
    }

        #tabs-slider .owl-next:before {
            content: ' ';
            background-image: url(../images/sprite.png);
            background-position: -91px -78px;
            display: inline-block;
            width: 18px;
            height: 17px;
        }

        #quiz-slider .owl-next:before, #tabs-slider .owl-next:before {
            content: ' ';
            background-image: url(../images/arrows.png);
            background-position: -35px 0px;
            width: 18px;
            height: 29px;
            display: block;
            margin: 0 auto;
        }

        #quiz-slider .owl-next.disabled-left:before, #tabs-slider .owl-next.disabled-left:before {
            background-position: -3px -73px;
        }

    #tabs-slider .owl-item, #quiz-slider .owl-item {
        text-align: center;
        border: 1px solid #cfd7ee;
        border-bottom: 0;
        padding-top: 6px;
        padding-bottom: 5px;
        color: #8c8c8c;
        border: 0;
        padding: 0;
        margin: 0;
    }

    #tabs-slider .active-tab, #quiz-slider .active-tab {
        border: 2px solid #3e61bb;
        border-bottom: 0;
        color: #3e61bb;
    }

.detailed-description {
    padding-top: 20px;
}

.description-ar {
    color: #333333;
    font-size: 18px;
    font-family: Greta;
}

.description-en {
    font-family: veranda;
    color: #a0a0a0;
    font-size: 18px;
}

.detailed-container {
    float: right;
    width: 100%;
    margin-top: 25px;
}

    .detailed-container > h1 {
        text-align: center;
        font-size: 33px;
        color: #333333;
        margin-bottom: 20px;
    }

        .detailed-container > h1 span {
            color: #a0a0a0;
            font-size: 22px;
            padding-top: 10px;
            direction: ltr;
            font-weight: normal;
        }

    .detailed-container .item-big .item-description {
        padding-top: 0;
    }

    .detailed-container .item-description > div {
        margin-bottom: 0px;
    }

.reminder-container .reminder-en:before {
    content: '';
    position: absolute;
    border-top: 1px solid #000;
    width: 90%;
    top: 0;
    left: 5%;
}

.steps-container {
    float: right;
    width: 100%;
    margin-top: 15px;
}

.steps-tabs {
    list-style: none;
    padding: 0;
    margin: 0;
    border-bottom: 2px solid #3e61bb;
    margin-bottom: 20px;
}

    .steps-tabs li {
        display: inline-block;
        width: 49.77%;
        text-align: center;
    }

        .steps-tabs li a {
            color: #8c8c8c;
            font-size: 18px;
            padding-top: 10px;
            padding-bottom: 10px;
            display: block;
            border: 1px solid #3e61bb;
            border-bottom: 0;
            background-color: #fff;
            font-family: Al-Jazeera-Arabic-Regular,verdana;
        }

            .steps-tabs li a.active {
                position: relative;
                top: 2px;
                padding-top: 12px;
                color: #3e61bb;
                text-decoration: none;
                cursor: default;
            }

.step-paragraph {
    color: #333333;
    font-size: 18px;
    font-family: Greta;
    display: none;
}

    .step-paragraph.active {
        display: block;
        cursor: default;
    }

.steps-tabs li:first-child {
    padding-left: 10px;
}

#tabs-slider .owl-item a, #quiz-slider .owl-item a {
    display: block;
}

/*.original-link {
    float: left;
}*/

.original-link .uncolored-aja {
    display: inline-block;
    font-size: 47px;
    vertical-align: middle;
    color: #939393;
    padding-left: 8px;
}

.original-link .lang-break {
    display: inline-block;
    vertical-align: middle;
    color: #777777;
    font-size: 16px;
    font-family: Greta;
}

    .original-link .lang-break span {
        border-top: 1px solid #777777;
        padding-top: 3px;
        margin-top: 4px;
        font-size: 13px;
        color: #777777;
    }

.reminder-container {
    float: right;
    width: 100%;
    padding-top: 20px;
    border-top: 1px solid #e9e9e9;
    background: #f6f6f6;
    padding: 20px;
    position: relative;
}


.yellow-body .reminder-container h2 {
    background: #d6b558;
}

.yellow-body .phrases-row > .arabic-phrase.active {
    color: #d6b558;
}

.iframe-body {
    background: #fff;
}

.reminder-container h2 {
    margin-top: 0;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: #3783c8;
    top: -69px;
    position: absolute;
    right: 0;
    padding: 6px;
    min-width: 170px;
    text-align: center;
    /* text-shadow: 2px 4px 3px rgba(0,0,0,0.3); */
    font-weight: normal;
    padding-bottom: 6px;
    padding-top: 10px;
    font-family: Greta;
    font-weight: bold;
    font-size: 22px;
}

.reminder-container > div {
    clear: both;
    font-size: 16px;
}

.reminder-container h2 span {
    color: #fff;
    font-weight: normal !important;
    font-size: 18px;
    display: block;
    padding-top: 10px;
}

.reminder-container h3 {
    text-decoration: underline;
}

.reminder-container .reminder-ar h3 {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    font-family: Greta;
}

.reminder-container .reminder-ar p {
    font-size: 18px;
    font-family: Greta;
}

.reminder-container .reminder-en h3 {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    font-family: verdana;
}

.reminder-container .reminder-en {
    text-align: left;
    direction: ltr;
    position: relative;
    padding-top: 25px;
}

    .reminder-container .reminder-en p {
        font-size: 16px;
        font-family: verdana;
    }

#tabs-slider .owl-item.active-tab a, #quiz-slider .owl-item.active-tab a {
    text-decoration: none;
}

#quiz-slider {
    overflow: hidden;
    padding: 0 45px;
    /* display: block; */
    /* margin: 0 auto; */
}

.exercies-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .exercies-list a {
        display: block;
        padding-right: 12px;
        position: relative;
        color: #3e61bb;
        background: #fff;
        border: 1px solid #cfd7ee;
        padding-bottom: 3px;
        border-top: 0;
        text-decoration: none;
    }

        .exercies-list a.active {
            background: #3e61bb;
            color: #fff;
        }

        .exercies-list a > div {
            display: inline-block;
            vertical-align: middle;
        }

.exercie-counter {
    font-family: arial;
    font-weight: bold;
    font-size: 24px;
    padding-left: 3px;
    display: inline-block;
    vertical-align: middle;
}

.audio-image-q {
    margin-top: 28px;
}

.exercies-list a > div:last-child {
    text-align: center;
}

.exercies-list a.active:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #3e61bb;
    position: absolute;
    left: -7px;
    top: 16px;
}

.exercies-container {
    float: right;
    width: 100%;
    border-top: 1px solid #e9e9e9;
    margin-top: 20px;
    padding-top: 10px;
}

.exercie-content > div > h2 {
    text-align: center;
    margin-top: 0;
    color: #3783c8;
    font-size: 30px;
    font-family: Greta;
}

    .exercie-content > div > h2 span {
        font-family: verdana;
        font-size: 17px;
        padding-top: 10px;
        display: block;
        color: #a0a0a0;
        font-weight: bold;
    }

.words-hint .fa-close {
    float: right;
    padding-left: 20px;
    position: absolute;
    top: 1px;
    right: 1px;
}

.exercie-content > div > p {
    text-align: center;
    color: #333333;
    font-family: Greta;
    font-size: 18px;
    padding-top: 10px;
    width: 80%;
    margin: 0 auto;
    min-height: 65px;
}

    .exercie-content > div > p span {
        font-size: 15px;
        color: #a0a0a0;
    }

.exercies-list li:first-child a {
    border-top: 1px solid #cfd7ee;
}

#question-holder {
    width: 100%;
    height: 30px;
    background: #ddd;
}

    #question-holder li {
        list-style: none;
        height: auto;
        padding-top: 3px;
    }

.suggested-answers {
    margin-top: 11px;
    padding-right: 16px;
    list-style: none;
}

    .suggested-answers li {
        padding-bottom: 8px;
        cursor: move;
        padding-top: 2px;
    }

#question-holder.correct-box {
    background: #5cb85c;
    color: #fff;
    height: auto;
    padding: 8px;
    padding-top: 0;
}

#question-holder.invalid-box {
    background: #d9534f;
    color: #fff;
    padding-top: 3px;
    padding-right: 10px;
}

.sorting-items {
    float: right;
    width: 100%;
    margin-top: 30px;
}

.bc-player-r1YRbkffe_default.vjs-fullscreen, .bc-player-r1YRbkffe_default.vjs-fullscreen .vjs-tech {
    position: absolute;
}

.sorting-items .box-title {
    background: #333;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.sorting-items .box-title {
    background: #333;
    color: #fff;
    font-size: 16px;
    text-align: center;
    display: block;
    font-family: Greta;
    padding-top: 8px;
    padding-bottom: 8px;
}

.sorting-items .box-content {
    border: 1px solid #ddd;
    background: #fff;
    height: 300px;
    margin-top: 13px;
    padding: 10px;
    overflow-y: auto;
    overflow-x: hidden;
}

.detailed-container h4 {
    font-family: Al-Jazeera-Arabic-Bold;
    font-size: 16px;
}

.dragging-options > span, .ui-sortable-handle > span {
    padding: 0;
    background: #dddddd;
    text-align: center;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: Greta;
}

.dragging-items {
    list-style: none;
    padding: 0;
    margin: 0;
    float: right;
    width: 100%;
    clear: both;
    min-height: 80px;
}

    .dragging-items li {
        width: 47.7%;
        margin-top: 10px;
        cursor: move;
        display: inline-block;
        position: relative;
        margin-left: 10px;
    }

.matching_imgWithDot > div {
    position: relative;
}

.show-answer-popup {
    position: relative;
    display: inline-block;
}

    .dragging-items li .fa-play-circle-o, .image-dragging .box-content .ui-sortable-handle .fa-play-circle-o, .matching_imgWithDot .fa-play-circle-o, .show-answer-popup .fa-play-circle-o, .matching_imgWithDot .fa-play-circle-o, .show-answer-popup .fa-play, .exercie-content .fa-play {
        position: absolute;
        color: rgb(255, 255, 255);
        font-size: 14px;
        bottom: 0;
        left: 0;
        opacity: 0.8;
        background: rgba(0, 0, 0, 0.64);
        padding: 10px;
    }


.box-content > li {
    list-style: none;
    margin-bottom: 10px;
}

.exercies-result-container {
    margin-top: 30px;
    clear: both;
    float: right;
    width: 100%;
    display: none;
    border-top: 1px solid #3783c8;
    padding-top: 20px;
}

.show-result {
    color: #3c2c2c;
    font-size: 18px;
    font-family: Al-Jazeera-Arabic-Bold;
}

    .show-result span {
        color: #a0a0a0;
        font-size: 15px;
        font-family: verdana;
        font-weight: bold;
        padding-right: 0;
        display: block;
    }

.ui-sortable-handle {
    cursor: move;
}

.ui-state-highlight {
    background: #f0ad4e;
    border: 0;
    height: 35px;
    opacity: 0.6;
}

.incorrect-dragging span {
    background: #d9534f;
    color: #fff;
}

.incorrect-dragging.fa-volume-up {
    color: #d9534f !important;
}

.incorrect-dragging .embed-container {
    border: 1px solid #d9534f;
}

.correct-dragging .embed-container {
    border: 1px solid #5cb85c;
}

.correct-dragging.fa-volume-up {
    color: #5cb85c !important;
}

.image-dragging .box-content .ui-sortable-handle img {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.incorrect-dragging img {
    border: 2px solid #d9534f;
}

.correct-dragging span {
    background: #5cb85c;
    color: #fff;
}

.correct-dragging img {
    border: 2px solid #5cb85c;
}

.answer-video-popup {
    float: right;
    width: 100%;
    clear: both;
    height: 381px;
}

/*.show-result:after {
    content: '';
    position: absolute;
    background-image: url(../images/sprite.png);
    width: 22px;
    height: 30px;
    background-position: -3px -104px;
}*/

.exercies-text-result {
    color: #333333;
    font-family: Greta;
    font-size: 16px;
    padding-top: 6px;
    padding-right: 0;
    padding-left: 0;
}
/*
.retry-exercise span {
    color: #a0a0a0;
    font-size: 12px;
}

.retry-exercise {
    background: #f6f6f6;
    border: 1px solid #dddddd;
    border-radius: 6px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    color: #2274c6;
    font-family: Greta;
}*/

.matchin-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
    background: #f6f6f6;
    padding: 10px;
    width: 300px;
}

    .matchin-col ul li {
        padding-bottom: 20px;
    }

        .matchin-col ul li span {
            float: left;
            font-size: 18px;
        }

.matchin-col:last-child ul {
    float: left;
}

    .matchin-col:last-child ul li span {
        float: right;
        padding-left: 20px;
    }

.matching-exercise-container {
    margin-top: 50px;
    float: right;
    width: 100%;
}

.yellow-item .item-description, .yellow-item .tag {
    background: rgba(221, 179, 66, 0.77);
}

.item-green .item-description, .item-green .tag {
    background: rgba(103, 138, 69, 0.79);
}

.choose-lang-lsit {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
    display: none;
}

    .choose-lang-lsit li {
        border-top: 1px solid #e7e7e7;
        padding-top: 10px;
        margin-top: 10px;
        text-align: center;
    }

        .choose-lang-lsit li:last-child {
            border: 0;
            padding-bottom: 0;
            margin: 0;
        }

.pagination-container {
    text-align: center;
}

.pagination > li {
    display: inline-block;
    vertical-align: middle;
}

    .pagination > li > a, .pagination > li > span {
        border: 0;
    }

    .pagination > li:first-child > a, .pagination > li:first-child > a:hover, .pagination > li:last-child > a, .pagination > li:last-child > a:hover {
        font-family: Greta;
    }

    .pagination > li > a span {
        color: #a0a0a0;
        font-size: 15px;
    }

    .pagination > li > a, .pagination > li > a:hover {
        font-family: Al-Jazeera-Arabic-Regular;
        color: #3c2c2c;
        font-size: 18px;
        background-color: transparent;
    }

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    color: #bebebe;
    cursor: default;
    background-color: transparent;
}

.ajax-indicator {
    opacity: 0.4;
}

.full-width-item {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 0;
    margin-right: 0;
}

    .full-width-item > div:first-child {
        padding-right: 0;
    }

    .full-width-item h2 {
        margin-top: 0;
        font-size: 20px;
    }

    .full-width-item:nth-of-type(even) {
        background: rgb(249, 249, 249);
        border-bottom: 1px solid #ddd;
        border-top: 1px solid #ddd;
    }

.main-top-banner {
    text-align: center;
    margin-bottom: 20px;
}

.phrases-box {
    width: 100%;
}

    .phrases-box hr:last-child {
        display: none;
    }

    .phrases-box h2 {
        text-align: center;
        color: #3783c8;
        font-size: 18px;
        width: 124px;
        margin: 0 auto;
        margin-top: 10px;
    }

        .phrases-box h2 span {
            color: #878585;
            border-bottom: 2px solid #878585;
            padding-bottom: 10px;
            margin-bottom: 10px;
        }

.english-phrases {
    text-align: left;
}

.phrases-row {
    float: left;
    width: 100%;
    padding-bottom: 10px;
}

    .phrases-row > .arabic-phrase {
        float: right;
        width: 50%;
        font-family: greta!important;
        cursor: pointer;
        font-size: 22px;
        color: #333333;
    }

    .phrases-row .phrase-locale {
        float: left;
        width: 50%;
        text-align: left;
        direction: ltr;
    }

.exp-box hr {
    margin-top: 5px;
    margin-bottom: 20px;
    border-color: #cdcdcd;
}

.reminder-ar {
    margin-top: 15px;
    padding-bottom: 25px;
}

.reminder-en {
    margin-top: 15px;
}

.body-content {
    clear: both;
    float: right;
    width: 100%;
    color: #333333;
    font-size: 18px;
    font-family: Greta;
    margin-top: 20px;
    padding-bottom: 10px;
}

    .body-content a {
        color: #337ab7;
        text-decoration: underline;
    }

        .body-content a:hover {
            text-decoration: none;
        }

    .body-content, .body-content span, .body-content p, .body-content div, .body-content font {
        font-family: Greta !important;
    }

.blogger-image img {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    position: absolute;
    bottom: -85px;
    border: 5px solid #fff;
}

.blogger-info, .blogger-info div {
    position: static;
}

    .blogger-info h2, .blogger-info h3 {
        margin-top: 5px;
        margin-bottom: 0;
        font-weight: normal;
        color: #333333;
        font-size: 18px;
        font-family: Greta;
        padding-top: 2px;
    }

.blogger-info {
    height: 81px;
}

#resources-detailed iframe {
    display: block;
    margin: 0 auto;
}

.containing-block {
    width: 100%;
}

.outer-container {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
}




.audio-bc-holder > .video-js {
    right: 115px;
}

.audio-bc-holder {
    height: 37px;
    text-align: center;
    width: 100%;
}

.video-js.audio-bc {
    height: 29px !important;
    padding: 0;
}

.audio-bc .vjs-audio-button {
    display: none;
}

.video-js.audio-bc .vjs-fullscreen-control {
    display: none !important;
}

.video-js.audio-bc .vjs-control-bar, .video-js.audio-bc .vjs-control-bar:hover {
    bottom: 30px !important;
    transition: 0s !important;
    transform: translateY(3em) !important;
    opacity: 1 !important;
    background: #fcfcfc;
}

.question .video-js.audio-bc .vjs-control-bar, .question .video-js.audio-bc .vjs-control-bar:hover {
    background: #dddddd;
}

.yellow-body .video-js.audio-bc .vjs-control-bar {
    color: #d6b558 !important;
}

.answer-item .video-js.audio-bc .vjs-control-bar, .answer-item .video-js.audio-bc .vjs-control-bar:hover {
    background: #f6f6f6;
}

.video-js.audio-bc.vjs-mouse .vjs-progress-control:hover, .video-js.audio-bc.vjs-mouse .vjs-progress-control {
    height: 5px !important;
    width: 58% !important;
    left: 115px !important;
    top: 13px !important;
}

.video-js.audio-bc .vjs-time-control {
    position: absolute;
    right: 0;
}

    .video-js.audio-bc .vjs-time-control.vjs-time-divider {
        right: 40px;
        position: absolute;
    }

.video-js.audio-bc .vjs-current-time.vjs-time-control.vjs-control.vjs-time-controls.vjs-current-time {
    right: 60px;
}

.video-js.audio-bc .vjs-volume-menu-button .vjs-menu-content {
    display: none;
}

.video-js.audio-bc .vjs-share-control {
    display: none;
}

.video-js.audio-bc .vjs-control-bar {
    display: flex !important;
    color: #4b93db !important;
}

    .video-js.audio-bc .vjs-control-bar button:hover, .video-js.audio-bc .vjs-volume-menu-button:hover {
        color: #4b93db !important;
    }

.fixed-height-item {
    min-height: 343px;
}


.site-popup {
    padding: 30px;
    background: #fff;
    border: 2px solid #ddd;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: fixed;
    width: 938px;
    height: 550px;
    z-index: 10;
    box-shadow: inset 0 2px 44px 0 #C5C6C6;
}

.overlay {
    filter: blur(3px);
    position: fixed;
    width: 100%;
    height: 100%;
    right: 0;
    z-index: 9;
    top: 0;
    background: rgba(0, 0, 0, 0.25);
}

#close-popup {
    display: block;
    border: 1px solid #000;
    float: right;
    width: 20px;
    text-align: center;
    height: 20px;
    line-height: 15px;
    font-family: arial;
    font-size: 16px;
    position: absolute;
    top: 4px;
}

.popup-container {
    display: none;
}



.align-center {
    text-align: center;
}

.full-width-item .lang-break span {
    color: #969696;
    padding-top: 10px;
    font-size: 14px;
    font-weight: normal !important;
    direction: ltr;
    text-align: right;
}

.comunity-section-name {
    position: absolute;
    left: 10px;
    bottom: 10px;
}

a[href='javascript:void(0);'], a[href='javascript:void(0)'] {
    cursor: default !important;
}

.comments-section a[href='javascript:void(0)'], .comments-section a[href='javascript:void(0);'] {
    cursor: pointer !important;
}

.full-width-item h2, .full-width-item .h2-alike {
    font-size: 16px;
}

.ask-teacher-detailed h1 {
    text-align: center;
    margin-bottom: 23px;
}

.ask-teacher-detailed .tag {
    display: none;
}

.social-platform {
    position: absolute;
    bottom: 26px;
    left: 117px;
    width: 30px;
    height: 30px;
    background: #3b5998;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    line-height: 31px;
    color: #fff;
    font-size: 17px;
}

.vid-holder {
    position: relative;
    width: 263px;
    height: 148px;
}

.fa-twitter {
    background: #65aee3;
}

.fa-facebook {
    background: #3b5998;
}

.fa-google-plus {
    background: #dc4e40;
}

.has-childs {
    padding: 0;
}

    .has-childs > a {
        /*text-shadow: 2px 4px 3px rgba(0,0,0,0.3);*/
        display: block;
    }

.lang-selector > div {
    border-right: 1px dashed #b1b1b1;
    margin-top: 38px;
    padding-top: 0;
    padding-bottom: 0;
    /*text-shadow: 2px 4px 3px rgba(0,0,0,0.3);*/
    display: block;
    float: left;
    width: 90%;
}

.lang-selector ul .active a {
    cursor: default;
    color: #ffc122;
}

.lang-selector ul a {
    color: #fff;
    font-size: 16px;
    font-family: arial;
    font-weight: normal;
}

.lang-selector strong {
    text-align: center;
    font-size: 26px;
    padding: 0;
    line-height: 27px;
    display: block;
    margin: 0 auto;
    width: 222px;
    float: left;
}

    .lang-selector strong span {
        padding-right: 4px;
        font-size: 18px;
        border-bottom: 1px dashed #ddd;
        padding-bottom: 4px;
        padding-right: 0;
        padding-left: 0;
        width: 178px;
        margin: 0 auto;
        font-weight: normal;
    }

.lang-selector ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    margin-top: 6px;
    clear: both;
    float: left;
    width: 198px;
    margin-left: 13px;
}

    .lang-selector ul li {
        display: inline-block;
        width: 31%;
        color: rgba(255, 255, 255, 0.55);
        font-family: greta;
        font-size: 16px;
        border-right: 1px dashed #b1b1b1;
        line-height: 16px;
    }

        .lang-selector ul li:first-child {
            border: 0;
        }

    .lang-selector ul .active {
        color: #fff;
    }

.item-small .tag > div:first-child {
    min-width: 77px;
}

.left-area .item-small .tag > div:first-child {
    min-width: 62px;
}

.left-area .item-small .tag {
    padding: 8px;
    padding-right: 0;
    padding-top: 6px;
    padding-bottom: 6px;
}

    .left-area .item-small .tag > div span {
        font-size: 11px;
        font-weight: normal;
        line-height: 10px;
    }

.left-area .tag > div {
    padding-right: 5px;
    margin-right: 6px;
    padding-bottom: 5px;
    font-size: 14px;
    font-family: Al-Jazeera-Arabic-Regular;
}

.item-small .tag hr {
    left: 0;
}

.summary-block, #captionTable {
    width: 220px;
    background: #d3e4f3;
    padding: 8px;
    float: left;
    margin-right: 8px;
    margin-bottom: 8px;
    color: #0a0a0a;
    font-size: 17px;
    font-family: verdana;
    /*text-align: justify;*/
    direction: ltr;
    position: relative;
    margin-top: 20px;
}

    .summary-block:before {
        content: 'x';
        position: absolute;
        top: -32px;
        left: 42%;
        background-image: url(../images/detailed-sprite.png);
        width: 40px;
        height: 27px;
        display: inline-block;
        background-position: -522px -20px;
        font-size: 0;
    }

    #captionTable label {
        display: block;
    }

span.border-left-top {
    width: 25px;
    height: 25px;
    display: block;
    border-top: 2px solid #3783c8;
    border-left: 2px solid #3783c8;
    position: absolute;
    top: -2px;
    left: -2px;
}

span.border-right-bottom {
    width: 25px;
    height: 25px;
    display: block;
    border-bottom: 2px solid #3783c8;
    border-right: 2px solid #3783c8;
    position: absolute;
    bottom: -2px;
    right: -2px;
}

.detailed-services {
    padding: 0;
    margin: 0;
    list-style: none;
    padding-top: 20px;
}

    .detailed-services li {
        display: inline-block;
        padding-left: 20px;
    }

.detailed-sprite > a {
    background-image: url(../images/detailed-sprite.png);
    width: 46px;
    height: 45px;
    display: block;
}

.show-main-audio a {
    background-position: -303px -12px;
}

.plus-text a {
    background-position: -248px -16px;
}

.minus-text a {
    background-position: -187px -14px;
}

.detailed-share a {
    background-position: -125px -16px;
    background-image: url(../images/detailed-sprite.png);
    width: 42px;
    height: 43px;
}

.detailed-print a {
    background-position: -65px -14px;
    cursor: pointer !important;
}

.original-link a {
    background-position: -6px -14px;
}

.original-pdf a {
    background-position: 40px -12px;
}

.tashkeel a {
    background-position: -354px -10px;
    width: 52px;
    height: 47px;
}

.display-none {
    display: none;
}

.a2a_dd > .a2a_s__default {
    background-color: transparent !important;
}

    .a2a_dd > .a2a_s__default > svg {
        display: none !important;
    }

.item-green .detailed-services {
    text-align: left;
}

.yellow-body .main-content > .container {
    border-top: 3px solid #ddb342;
}



.green-body .main-content > .container {
    border-top: 3px solid #72a94b;
}

.yellow-body .main-content span.border-left-top {
    border-top: 2px solid #ddb342;
    border-left: 2px solid #ddb342;
}

.yellow-body .main-content span.border-right-bottom {
    border-bottom: 2px solid #ddb342;
    border-right: 2px solid #ddb342;
}

.yellow-body .main-content .summary-block {
    background: #f6eed8;
}

.green-body .main-content span.border-left-top {
    border-top: 2px solid #7ab550;
    border-left: 2px solid #7ab550;
}

.green-body .main-content span.border-right-bottom {
    border-bottom: 2px solid #7ab550;
    border-right: 2px solid #7ab550;
}

.green-body .main-content .summary-block {
    background: #e2efd9;
}

    .green-body .main-content .summary-block:before {
        background-image: url(../images/sprite.png);
        background-position: -2px -210px;
        background-repeat: no-repeat;
    }

.yellow-body .main-content .summary-block:before {
    background-image: url(../images/sprite.png);
    background-position: -3px -155px;
    background-repeat: no-repeat;
}

.detaield-item a {
    cursor: default;
}

.phrases-box hr {
    border-color: #cdcdcd;
    clear: both;
    display: block;
    width: 80%;
}

.highlight, #detailed-body mark {
    color: #3783c8;
}

.phrases-row > .arabic-phrase.active {
    color: #3783c8;
    font-weight:bold;
}

.exp-box .phrases-row > span {
    width: 100% !important;
}
.formilized-body, .original-body {
    font-size: 22px;
}


.dragging-items.dragging-images li {
    width: 144px;
    margin: 10px;
}

.image-dragging .box-content .ui-sortable-handle {
    width: 70%;
    display: inline-block;
    /*margin: 3%;*/
    box-sizing: border-box;
}

.flash-dragging li[data-type='flash'] {
    /*border: 1px solid;*/
    z-index: 9;
}

.ordering-drag .dragging-items li {
    background: #f6f6f6;
    padding: 10px;
    width: 100%;
}

.ordering-drag.sorting-items .box-content {
    height: auto;
    clear: both;
    float: right;
    width: 100%;
}

.ordering-drag.sorting-items.ordering-hor .box-content {
    min-height: 200px;
}

    .ordering-drag.sorting-items.ordering-hor .box-content li {
        display: inline;
    }

.ordering-hor .incorrect-dragging, .incorrect-choice {
    color: #d9534f;
}

    .incorrect-choice > a {
        border: 1px solid #d9534f;
    }

.correct-choice > a {
    border: 1px solid #5cb85c;
}

.answer-audio-item.incorrect-choice {
    border: 1px solid #d9534f;
}

.answer-audio-item.correct-choice {
    border: 1px solid #5cb85c;
}

.ordering-hor .correct-dragging, .correct-choice {
    color: #5cb85c;
}

    .correct-choice img {
        border: 2px solid;
    }

.incorrect-choice img {
    border: 2px solid;
}

.filling-paragraph {
    line-height: 35px;
    color: #333333;
    font-size: 16px;
    font-family: Greta;
    clear: both;
}

    .filling-paragraph input {
        padding-right: 5px;
        width: 100px;
        outline: none;
        border: 0;
        border-bottom: 2px dashed #333;
        text-align: center;
        background: #f6f6f6;
        color: #000;
    }

.show-hint {
    float: left;
    border: 1px solid #ddd;
    border-radius: 0 10px 10px 0;
    padding: 4px;
    text-align: center;
    font-size: 12px;
    min-height: 44px;
    overflow: hidden;
    max-width: 86px;
    transition: 1s ease-in-out;
    position: ABSOLUTE;
    left: 0;
    top: 20px;
    background: #fff;
    min-width: 75px;
    z-index: 1;
}

.hint-label {
    min-width: 76px;
    cursor: pointer;
}

.words-hint {
    padding: 6px;
    position: relative;
    padding-right: 14px;
    display: none;
}

.wrong-answer-fill {
    color: #d9534f;
}

.filling-paragraph input[readonly='readonly'] {
    border: 0;
}

.fancybox-controls .fancybox-buttons {
    display: block;
}

    .fancybox-controls .fancybox-buttons .fancybox-button--fullscreen {
        display: none !important;
    }

.q-and-a-container {
    border-top: 1px solid #ddd;
    background-color: #f6f6f6;
    padding-top: 20px;
    margin-bottom: 20px;
    margin-top: 16px;
}

    .q-and-a-container > div {
        border-bottom: 1px solid #ddd;
        margin-bottom: 20px;
        text-align: right;
    }

        .q-and-a-container > div:last-child {
            border: 0;
        }

    .q-and-a-container .question {
        background: #ddd;
        text-align: center;
        padding-top: 9px;
        padding-bottom: 7px;
        font-size: 18px;
        font-family: Greta;
        color: #333333;
        width: 95%;
        margin: 0 auto;
        margin-bottom: 30px;
        min-height: 47px;
        position: relative;
        line-height: 31px;
    }

    .q-and-a-container .answer-item {
        width: 95%;
        margin: 0 auto;
        margin-bottom: 20px;
        text-align: right;
    }

        .q-and-a-container .answer-item.answer-audio-item {
            text-align: center;
            min-height: 31px;
        }

        .q-and-a-container .answer-item label {
            padding-right: 14px;
            font-size: 16px;
            font-weight: normal;
            display: inline-block;
            vertical-align: top;
        }

        .q-and-a-container .answer-item img {
            width: 100%;
        }

.q-and-a-item.question-img-answers .answer-item {
    width: 24%;
    display: inline-block;
}

    .q-and-a-item.question-img-answers .answer-item input {
        display: block;
        margin: 0 auto;
        margin-bottom: 8px;
    }

.question-img-answers {
    padding-right: 10px;
}

.q-and-a-container .question > .video-js {
    top: 8px;
    left: 0;
    margin: 0 auto;
}

.filling-paragraph .txtEditorKeboard {
    display: none;
}

.exercie-content .Countdown {
    text-align: center;
}

    .exercie-content .Countdown span {
        border: 1px solid #3e61bb;
        text-align: center;
        margin: 0 auto;
        padding: 10px;
        font-size: 40px;
        padding-top: 0;
        padding-bottom: 0;
    }

.matchin-col {
    background: #fff;
    width: 40%;
    border: 1px solid #dddddd;
    position: static;
    margin-bottom: 20px;
}

.matching_imgWithDot {
    clear: both;
    float: right;
    width: 100%;
}

.matching_dot, .textMatching_dotLeft {
}

.image-matching-left.matching-item-left .textMatching_textLeft {
    padding-top: 14px;
    padding-bottom: 98px;
}

.textMatching_textRight {
    text-align: right;
    font-size: 20px;
    margin-right: 8px;
    direction: rtl;
}

.textMatching_longBoxLeft {
    float: left;
}

.textMatching_dotLeft {
    float: right;
    padding-left: 20px;
}

.textMatching_textLeft {
    float: right;
    width: 100%;
    font-size: 20px;
    text-align: right;
    direction: rtl;
}

.matching-item-right {
    padding-top: 25px;
    padding-bottom: 25px;
}

.matching-item-left .textMatching_textLeft {
    padding-top: 25px;
    padding-bottom: 25px;
    width: 280px;
}

.fa-volume-up {
    color: #000;
}

.exercie-number {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    font-family: Al-Jazeera-Arabic-Regular;
    padding-bottom: 6px;
}

    .exercie-number span {
        font-size: 13px;
        line-height: 12px;
    }

#quiz-slider .owl-item {
    /* max-width: 100px; */
}

#quiz-slider .owl-stage-outer, #tabs-slider .owl-stage-outer {
    margin-right: auto;
    margin-left: auto;
    margin: 0 auto;
    display: block;
}

#quiz-slider .owl-item {
    border: 1px solid #adcce8;
    border: 0;
    padding: 0;
    margin: 0;
    margin-top: 30px;
}

    #quiz-slider .owl-item a {
        border: 1px solid #adcce8;
        border-bottom: 0 !important;
    }

        #quiz-slider .owl-item a.active {
            border: 1px solid #3783c8;
            color: #3783c8;
            cursor: default;
        }

            #quiz-slider .owl-item a.active span {
                color: #8c8c8c;
            }

.exercie-content {
    background: #f6f6f6;
    border: 1px solid #ddd;
    margin-top: 20px;
    padding-top: 0;
    text-align: center;
    padding-bottom: 30px;
}

.exercies-result-container .lang-break {
    color: #333333;
    font-size: 18px;
    font-family: Al-Jazeera-Arabic-Bold;
    text-align: center;
    display: inline-block;
}

    .exercies-result-container .lang-break > span, .retry-container span {
        color: #6f6f6f;
        font-size: 12px;
        font-family: verdana;
    }

.exercies-result-container > div {
    padding: 0;
    padding-left: 2px;
    padding-right: 2px;
}

.this-result {
    background: #3783c8;
    width: 47px;
    text-align: center;
    border-radius: 50%;
    height: 50px;
    color: #fff;
    display: inline-block;
    padding-top: 4px;
}

.yellow-body .this-result {
    background: #d6b558;
}

.yellow-body .total-result {
    background: #684329;
}

.yellow-body .exercies-result-container .fa-share-alt {
    color: #684329;
}

.yellow-body .exercies-result-container .fa-repeat {
    background-image: url(../images/retry-icon.png?a=1);
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

.yellow-body .exercies-result-container {
    border-top: 1px solid #684329;
}

.this-result hr {
    margin: 0;
    color: #fff;
    width: 60%;
    margin: 0 auto;
    border-width: 2px;
}

.ajax-busy {
    opacity: 0.3;
}

.total-result {
    background: #728ba5;
    width: 50px;
    text-align: center;
    border-radius: 50%;
    height: 50px;
    color: #fff;
    display: inline-block;
    padding-top: 3px;
}

    .total-result hr {
        margin: 0;
        color: #fff;
        width: 60%;
        margin: 0 auto;
        border-width: 2px;
    }

.main-content .exercies-result-container > div {
    width: 25%;
    padding-left: 1px;
    padding-right: 1px;
}

.fancybox-slide > * {
    overflow: hidden;
}

a.show-result {
    float: right;
    padding-top: 20px;
    border-top: 1px solid #ddd;
    display: block;
    width: 100%;
    margin-left: 15px;
    box-sizing: border-box;
    text-align: right;
    padding-right: 0;
}

.dragging-items.dragging-images li:first-child {
    margin-right: 0;
}

.exercies-result-container .fa-repeat {
    background-image: url(../images/sprite.png);
    font-size: 0;
    width: 42px;
    height: 46px;
    background-position: -1px -254px;
    vertical-align: middle;
}

.retry-container {
    padding-right: 5px;
    padding-left: 5px !important;
}

.retry-exercise {
    display: block;
    width: 100%;
}

    .retry-exercise > div, .share-exercise > div {
        display: inline-block;
        vertical-align: middle;
    }

.fa, .fa-volume-up {
    font-family: sans-serif;
    font-family: 'FontAwesome' !important;
}

.blue-body .fa-volume-up, .blue-body .exercie-content > div > h2 {
    color: #3783c8;
}

.green-body .fa-volume-up, .green-body .exercie-content > div > h2 {
    color: #7ab550;
}

.yellow-body .fa-volume-up, .yellow-body .exercie-content > div > h2 {
    color: #d6b558;
}

.green-body #quiz-slider .owl-item a.active {
    border: 1px solid #7ab550;
    color: #7ab550;
}

.yellow-body #quiz-slider .owl-item a.active {
    border: 1px solid #d6b558;
    color: #d6b558;
}

.yellow-body #quiz-slider {
    border-bottom: 2px solid #d6b558;
}

.yellow-body a.show-result {
    border-top: 1px solid #d6b558;
}

.green-body #tabs-slider, .green-body #quiz-slider {
    border-bottom: 2px solid #3e61bb;
}

.answer-audio-item label {
    position: relative;
    width: 600px;
}

.exercies-result-container .fa-share-alt {
    color: #728ba5;
    font-size: 33px;
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
}

.share-result ul {
    padding: 0;
    list-style: none;
    background: #fff;
    width: 156px;
    padding-bottom: 3px;
    margin: 0 auto;
    float: left;
    padding-top: 8px;
    position: absolute;
    left: 28px;
    border: 1px solid #ddd;
}

    .share-result ul li {
        display: inline-block;
        width: 47%;
    }

        .share-result ul li a {
            background: transparent;
            font-size: 21px;
        }

.share-result {
    display: none;
    width: 200px;
}

.retry-container:hover .share-result {
    display: block;
}

.prev-activity-container {
    background: #fff;
    margin-top: 30px;
    border: 1px solid #ddd;
    border-top: 3px solid #2374c2;
    padding-bottom: 30px;
}

    .prev-activity-container > h2 {
        text-align: center;
        font-size: 20px;
        margin-bottom: 30px;
    }

        .prev-activity-container > h2 > span {
            color: #878585;
            padding-top: 8px;
        }

div#avtivity-slider h3 {
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
}

    div#avtivity-slider h3 span {
        color: #878585;
        padding-top: 6px;
    }

.save-to-pdf {
    display: block;
    width: 80px;
    padding-top: 6px;
    font-size: 16px;
}

.lang-popup {
    position: fixed;
    bottom: 20px;
    z-index: 9;
    right: 20px;
    color: #000;
    display: none;
    width: 350px;
}

    .lang-popup .fa-close {
        position: absolute;
        padding: 1px 3px;
        font-size: 14px;
        width: 20px;
        height: 20px;
        top: 0;
        right: 0;
        cursor: pointer;
    }

    .lang-popup > div {
        text-align: center;
        /* margin: 0 auto; */
        display: block;
        width: 335px;
        padding: 14px;
        box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.53);
        background: #f5f5f5;
        position: relative;
    }

    .lang-popup .lang-break span {
        font-weight: normal;
        padding-top: 10px;
    }

    .lang-popup a {
        text-decoration: underline;
        color: #ffc122;
    }

#contextmenu {
    display: none;
    border: solid 1px #ccc;
    position: absolute;
    padding: 0;
    list-style: none;
    box-shadow: rgb(21, 21, 21) 1px 1px 2px 0px;
    background: #f6f6f6;
    width: 176px;
    z-index: 99;
}

    #contextmenu li {
        padding: 4px 19px;
        clear: both;
        cursor: pointer;
    }

    #contextmenu span {
        float: left;
        font-family: Verdana;
    }

    #contextmenu li:hover {
        background: #ccc;
    }

#copied-text {
    width: 1px;
    height: 1px;
    position: fixed;
    border: 0;
    z-index: -9999999;
    bottom: 0;
}

.matchin-col .ui-draggable-handle {
    float: right;
    width: 100%;
    cursor: move;
    text-align: right;
}

.matching_dot {
    float: left;
}

.drophover {
    border: 1px dotted #ddd;
    background: #f6f6f6;
}

.textMatching_dotLeft {
    position: absolute !important;
    height: 20px;
    width: 20px;
    display: inline-block;
    float: none;
    float: right;
    right: 0;
    top: 26px;
}


.four-items-container.dragging-items.dragging-images li a > *, .three-column-container.dragging-items.dragging-images li > * {
    display: inline-block;
    vertical-align: middle;
}

.four-items-container li span, .three-column-container li span {
    width: 20px;
    background: transparent;
    text-align: right;
}

.four-items-container li img, .four-items-container li .embed-container {
    width: 152px;
}

.embed-container {
    border: 1px solid #000;
}

.four-items-container.dragging-items.dragging-images li:nth-child(4n+4), .three-column-container.dragging-items.dragging-images li:nth-child(3n+3) {
    margin-left: 0;
}

.four-items-container.dragging-items.dragging-images li:nth-child(4n+1), .three-column-container.dragging-items.dragging-images li:nth-child(3n+1) {
    margin-right: 0;
}

.three-column-container, .four-items-container {
    text-align: right;
}

    .four-items-container.dragging-items.dragging-images li {
        width: 185px;
        float: right;
        margin-top: 20px;
        margin-bottom: 20px;
    }

.box-content img {
    width: auto !important;
    max-width: 165px;
}

.box-content .ui-sortable-handle span.moraba3-item {
    display: none;
}

.three-column-container.dragging-items.dragging-images li img {
    width: 226px;
}

.three-column-container.dragging-items.dragging-images li {
    width: 250px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.text-two-col {
    margin-bottom: 50px;
}

    .text-two-col > li {
        float: right;
        width: 48%;
        font-size: 16px;
    }

        .text-two-col > li:nth-child(even) {
            float: left;
            margin-left: 0;
        }

.text-drag-3-col {
    margin-bottom: 50px;
}

    .text-drag-3-col li {
        width: 30.8%;
        float: right;
        margin-left: 3.8%;
        font-size: 16px;
    }

        .text-drag-3-col li:nth-child(3n+3) {
            margin-left: 0;
        }

.answer-item > a {
    display: block;
}

.question-img-answers .answer-item > * {
    display: inline-block !important;
    vertical-align: middle;
}

.question-img-answers .answer-item img {
    width: 165px;
}

.question-img-answers .answer-item:nth-child(2) {
    margin-right: 20px;
}

.question-img-answers .answer-item:nth-child(4n+2) {
    margin-right: 20px;
}

.yellow-body #tabs-slider .owl-item a.active {
    border: 1px solid #d6b558;
    color: #d6b558;
}

.yellow-body #tabs-slider {
    border-bottom: 2px solid #d6b558;
}

    .yellow-body #tabs-slider .owl-item a.active-tab {
        border: 1px solid #d6b558;
        color: #d6b558;
    }

.blue-body .filling-paragraph input {
    border-color: #3783c8;
}

.yellow-body .filling-paragraph input {
    border-color: #d6b558;
}

.filling_innerText font span {
    background: transparent !important;
}

.dragging-items.dragging-audio {
    text-align: right;
}

.dragging-items.dragging-images.dragging-audio li {
    width: 5%;
    text-align: center;
}

    .dragging-items.dragging-images.dragging-audio li:first-child {
        margin-right: 10px;
    }

.quiz-audio-holder {
    clear: both;
}

.dragging-items.dragging-images.dragging-audio li.active {
    background: #3783c8;
    color: #fff;
}

.close-drag-item {
    position: relative;
    left: -30px;
    top: -10px;
    font-size: 12px;
    font-weight: normal;
    width: 0px;
    color: #000;
    cursor: pointer;
    display: none !important;
}

.close-drag-item2 {
    position: static;
    width: 20px;
    vertical-align: top;
}

.close-drag-item3 {
    position: absolute;
    top: 2px;
    left: 2px;
}

.box-content .close-drag-item {
    display: inline-block !important;
}

.video-option-container {
    max-width: 250px;
    margin: 0 auto;
    display: inline-block;
    position: relative;
}

    .video-option-container img {
        max-width: 226px;
    }

.col-xs-4 .box-content img {
    max-width: 175px;
}

.flash-container > * {
    display: inline-block;
    vertical-align: middle;
}

.no-goals .item:hover .tag {
    opacity: 1;
}

.rdi-body h1 {
    margin-top: 20px;
    margin-bottom: 30px;
    display: block;
    width: 100%;
    float: right;
    clear: both;
    text-align: center;
    font-size: 36px;
    color: #050505;
}

    .rdi-body h1 span {
        color: #716f6f;
        font-size: 23px;
        padding-top: 15px;
    }

p.summary-rdi-ltr {
    text-align: left;
}

.comunity-image-holder {
    width: 256px;
    height: 144px;
    position: relative;
}

    .comunity-image-holder img {
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        left: 50%;
        max-height: 100%;
    }

img.BackToTopImage {
    cursor: pointer;
}

.gtt > a {
    position: relative;
}

    .gtt > a:after {
        content: '';
        border-left: 1px dotted;
        width: 1px;
        height: 32px;
        position: absolute;
        top: 10px;
        left: 0;
    }

    .gtt > a:last-of-type:after {
        display: none;
    }

@media print {
    .main-header-container, .site-banner, .left-area, .from-aja-section, footer, .detailed-services, .steps-container, .tag {
        display: none;
    }

    .main-content .col-xs-9 {
        float: none;
        display: block;
        margin: 0 auto;
    }
}

.textAreaFieldW {
    width: 100%;
    resize: none;
    text-align: right;
    direction: rtl;
    width: 100%;
    height: 120px;
    border: solid 1px rgb(230, 232, 233);
    margin: 0px 0px 0px 60px;
    outline: 0;
    padding: 8px;
}

.SocialNetworkIconsWriting {
    float: left;
    margin-left: 20px;
}

.WritingContributionsBox {
    border: solid 1px #ddd;
    text-align: right;
    margin-top: 20px;
}

.WritingTitle {
    padding: 10px;
    cursor: pointer;
}

    .WritingTitle:hover {
        background: #f1f1f1;
    }

    .WritingTitle.selecteD {
        background: #f1f1f1;
    }

    .WritingTitle span:first-child {
        margin-left: 20px;
    }

.contributionToggableBody {
    display: none;
    padding: 10px;
    border-top: solid 1px #ddd;
}

.osList {
    margin: 0;
    padding: 0;
    display: block;
    list-style: none;
}

.oSharesInfo {
    height: 42px;
    margin: 0 0 4px 0;
}

    .oSharesInfo .oSharesNumber {
        width: 40px;
        height: 40px;
        display: inline-block;
        float: right;
        border: 1px solid #c9cacb;
        text-align: center;
        /* background: url(/Views/Shared/learningarabic/shared/images/avatar-logo-blue.png) scroll no-repeat left top transparent; */
    }

    .oSharesInfo .osUserName {
        height: 29px;
        line-height: 24px;
        font-size: 16px;
        color: #010203;
        font-weight: bold;
        padding: 0 46px 0 0;
    }

.questionSentenceotherlang {
    font-family: "Arabic Transparent", Arial;
    font-size: 16px;
    line-height: 22px;
    color: #000103;
    margin: 6px 0 6px 0;
    direction: ltr !important;
    text-align: left;
}

.questionSentence {
    font-family: "Arabic Transparent", Arial;
    font-size: 16px;
    line-height: 22px;
    color: #000103;
    direction: ltr;
}

.answerContainer {
    /*background: #fff;
    border: 1px solid #e6e8e9;
    padding: 15px 0;*/
    margin: 0;
    position: relative;
    text-align: center;
}

.answerButtonW {
    background: url(/Content/images/add-comment.png) scroll no-repeat left top transparent;
    display: inline-block;
    width: 96px;
    height: 28px;
    margin: 0 auto;
    padding: 0;
    margin: 0;
    border: 0 none;
    cursor: pointer;
}

.oSharesInfo .postDate {
    font-family: Verdana;
    font-weight: normal;
    font-size: 10px;
    line-height: 9px;
    color: #a9a8a6;
}

.otherSharesContainer {
    border: 1px solid #e6e7ea;
    /* min-height: 105px; */
    padding: 11px 9px 3px 7px;
    position: relative;
    z-index: 5;
    zoom: 1;
    direction: rtl;
}

.oSharesInfo .likeNumber {
    display: inline-block;
    padding: 0 22px 0 0;
    margin: 0 10px 0 0;
    background: url(/Content/images/like-sign.png) scroll no-repeat right top transparent;
    background-size: 17px;
    color: #7d7e7e;
    font-size: 12px;
    line-height: 23px;
    height: 29px;
}

.textAreaW {
    /*height: 210px;*/
    background: #edecec;
    padding: 2%;
}

    .textAreaW textarea {
        width: 100% !important;
    }

.commentsContainer .commentsListing {
    padding: 0 46px 0 20px;
    margin: 0;
    border-top: solid 3px #ccc;
}

    .commentsContainer .commentsListing .commentItem {
        padding: 0;
        margin: 0;
        list-style: none;
        list-style-image: none;
        padding: 4px 0 0 0;
    }

.commentsContainer .commentInfo {
    height: 46px;
    margin: 0 0 9px 0;
    padding: 0;
}

.commentsContainer .reportAbuse {
    width: 53px;
    height: 45px;
    display: inline-block;
    float: right;
    margin: 0;
    padding: 0 0 0 4px;
}

.commentsContainer .osUserName {
    color: #010203;
    font-size: 16px;
    font-weight: bold;
    height: 18px;
    line-height: 18px;
    padding: 0px 0 0 0;
}

.commentsContainer .commentInfo .likeNumber {
    background: url(/Content/images/like-sign.png) no-repeat scroll right center transparent;
    background-size: 17px;
    color: #7D7E7E;
    display: inline-block;
    font-size: 12px;
    height: 18px;
    line-height: 25px;
    margin: 0 8px 0 0;
    padding: 0 23px 0 0;
}

.commentsContainer .commentInfo .postDate {
    color: #A9A8A6;
    font-family: Verdana;
    font-size: 10px;
    font-weight: normal;
    line-height: 9px;
}

.commentsContainer .commentBrief {
    font-size: 16px;
    line-height: 22px;
    font-family: "Arabic Transparent",Verdana;
    padding: 0 57px 0 0;
    direction: rtl;
}

.showMoreButton {
    display: inline-block;
    width: 19px;
    height: 16px;
    padding: 0;
    margin: 0 auto;
    border: 0 none;
    cursor: pointer;
    background: url(/Content/images/down-arrow.png) scroll no-repeat left top transparent;
    border: solid 1px #ccc;
}

.commentsContainer .commentsListing .commentItem {
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px #ccc;
    padding-bottom: 10px;
}

    .commentsContainer .commentsListing .commentItem:last-child {
        border-bottom: 0;
    }

.commentsContainer .commentBriefotherlang {
    font-size: 16px;
    line-height: 22px;
    font-family: "Arabic Transparent",Verdana;
    padding: 0 57px 0 0;
    direction: ltr;
    text-align: left;
}

.osItem {
    margin-bottom: 15px;
    transition: .3s;
}

    .osItem:hover {
        background: #efefef;
        box-shadow: 0px 1px 0px 0px #ccc;
    }

.answerButtonWContainer {
    margin-bottom: 10px;
}

.relative {
    position: relative;
}

.oralProdSend_block .wpBody .textAreaW {
    width: 100%;
    height: auto;
}

.oralProdSend_block .textAreaW {
    background: #fff;
}

.SocialNetworkTextContainerOral {
    text-align: left;
}

.OralControls {
    margin-bottom: 20px;
}

.moreCommentsContainer {
    height: 12px;
    text-align: center;
}

    .moreCommentsContainer .moreCommentsButton {
        margin: 0 auto;
        width: 19px;
        height: 16px;
        display: inline-block;
        background: url(/Content/images/down-arrow.png) scroll no-repeat transparent;
        cursor: pointer;
        border: 0 none;
        padding: 0;
        border: solid 1px #ccc;
    }

        .moreCommentsContainer .moreCommentsButton.up {
            background-image: url("/Content/images/up-arrow.png");
            margin-top: 2px;
            position: relative;
            top: 15px;
        }

.moreQuestionsContainer {
    text-align: center;
}

.moreQuestionsContainerUp {
    text-align: center;
}

    .moreQuestionsContainerUp .showMoreButtonUp {
        background: url("/content/images/up-arrow.png") no-repeat scroll left top transparent;
        border: 0 none;
        cursor: pointer;
        display: inline-block;
        width: 19px;
        height: 16px;
        margin: 0 auto;
        padding: 0;
        border: solid 1px #ccc;
    }

.loginRequierd {
    padding: 20px;
    text-align: center;
}

.clear {
    clear: both;
}

.floatingKeyboard {
    position: relative;
}

    .floatingKeyboard .keyboardInput {
        padding-left: 45px;
    }

    .floatingKeyboard .keyboardInputInitiator {
        position: absolute;
        top: 10px;
        left: 20px;
    }

.matching-item-left {
    position: relative;
}

.toggableBtn .lang-break span {
    font-size: 11px;
}

.audioBtn {
    font-size: 40px;
    display: block;
    text-align: left;
    cursor: pointer;
    color: #000;
    margin-bottom: 10px;
    transition: .3s all;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -o-transition: .3s all;
    -ms-transition: .3s all;
}

.pronunciationText {
    font-size: 14px;
}

.pronunciationTextLeft {
    text-align: left;
    margin-top: 10px;
    padding-top: 10px;
    border-top: solid 1px #ccc;
    direction: ltr;
}

#DivPronounceAudio .vjs-current-time-display {
    display: none;
}

#DivPronounceAudio .vjs-time-control.vjs-time-divider.vjs-time-controls {
    display: none;
}

#DivPronounceAudio .vjs-duration.vjs-time-control.vjs-control.vjs-time-controls {
    display: none;
}

.gray-box-locale {
    text-align: left;
    direction: ltr;
}

    .gray-box-locale * {
        background: transparent !important;
    }

#cbTerms {
    margin-left: 10px;
    width: 20px;
    height: 20px;
    vertical-align: top;
}

.youtuechAgree {
    cursor: pointer;
    margin-top: 10px;
    width: 100%;
    text-align: center;
    font-size: 12px;
}

.full-width-item p {
    font-size: 16px;
}

.inputLable {
    font-size: 13px;
    line-height: 26px;
}

.phrases-box, .gray-box {
    float: right;
}

.footerSocial > a:hover {
    text-decoration: none;
}

.item-container .social-platform {
    bottom: 35px;
    left: 136px;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 26px;
    line-height: 50px;
}

.fa-aja:before {
    content: "*";
    font-family: Al-Jazeera-Arabic-Regular;
    color: #ffbd01;
    font-size: 37px;
    line-height: 48px;
}

.full-width-item .fa-aja:before {
    content: "*";
    font-family: Al-Jazeera-Arabic-Regular;
    color: #ffbd01;
    font-size: 23px;
    line-height: 31px;
}

.comments-arrange, .rss {
    display: none !important;
}

a.footer-rss.rss_social.fa.fa-rss {
    margin-left: 0;
}

.green-body .btn-primary, .green-body .btn-primary:active {
    background-color: #72a94b;
    border-color: #72a94b;
}

.blue-body .btn-primary, .blue-body .btn-primary:active {
    background-color: #2374c2;
    border-color: #2374c2;
}

.yellow-body .btn-primary, .yellow-body .btn-primary:active {
    background-color: #ddb342;
    border-color: #ddb342;
}

.yellow-body .highlight, .yellow-body #detailed-body mark {
    color: #d6b558;
}

#detailed-body mark {
    padding: 0;
    background: transparent;
}

.full-width-item .social-platform {
    bottom: 20px;
}

span.answer-label {
    color: #72a94b;
}

.ask-teacher-detailed.item-container .social-platform {
    right: 106px;
    bottom: -58px;
    width: 34px;
    height: 34px;
    font-size: 20px;
    line-height: 37px;
}

.ask-teacher-detailed.item-container .fa-aja:before {
    content: "*";
    font-family: Al-Jazeera-Arabic-Regular;
    color: #ffbd01;
    font-size: 26px;
    line-height: 36px;
}

#question-holder.ui-droppable-hover {
    background: rgba(255, 204, 51, 0.44) !important;
    font-size: 0 !important;
}

span.cantweet:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 15px;
    background-size: 14px;
    position: relative;
    top: 1px;
    right: 0px;
    content: '\f099';
    font-family: fontello;
    color: #61bbea;
}

span.cantweet .tweet a:before {
    content: '\f099';
    color: #fff;
    font-family: fontello;
    padding-left: 10px;
}

span.cantweet .tweet a {
    background: #3591D2;
    padding: 5px;
    color: #fff !important;
    white-space: nowrap;
    font-size: 15px;
    background-size: 15px;
    padding-right: 10px;
}

.tweet {
    position: absolute;
    z-index: 999999;
    height: 34px;
}

span.cantweet:hover {
    background-color: rgb(229, 229, 252);
    cursor: pointer;
}

.yellow-body .prev-activity-container {
    border-top: 3px solid #ddb342;
}

.detailed-q-holder {
    padding-bottom: 18px;
}

.teacher-with-image .social-platform {
    left: 10px;
    bottom: 10px;
}

.teacher-with-image.full-width-item .social-platform {
    left: 48px;
}

#keyboardInputMaster {
    display: block !important;
}

.countDown-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    right: 0;
    height: 127%;
    background: #fff;
    z-index: 9;
    font-size: 100px;
}

.quiz-slide-item {
    display: none;
}

iframe.quiz-iframe {
    width: 863px !important;
    overflow: hidden;
}

header .mainMenu > ul > li.aja-more-container {
    position: static;
}

.aja-more:after {
    content: "\f0d7";
    position: relative;
    top: 3px;
    right: 4px;
    font-size: 15px;
    display: inline-block;
    font-style: normal;
    font-weight: 100;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
    font-family: 'FontAwesome' !important;
}

.fancybox-close-small {
    display: none;
}

.full-mark font {
    color: #000 !important;
}

.correct-fill {
    color: #000;
}

.toggableBody strong span, .toggableBody strong {
    color: #000 !important;
    font-weight: bold !important;
    font-family: Al-Jazeera-Arabic-Bold !important;
    font-size: 17px !important;
}

.mobile-body header .mainMenu > ul > li {
    margin-left: 1.7%;
    font-size: 14px;
}

.mobile-body .membership-li {
    float: none;
    padding-top: 0;
}

.mobile-body .mainMenu ul li.pull-left {
    float: none !important;
}

.oralCaptcha table, .oralCaptcha2 table {
    margin: 0 auto;
}

.mobile-body header .mainMenu > ul > li.membership-li {
    margin-left: 0;
    min-width: 100px;
    float: left;
}

.mobile-body .loggedInMenu {
    width: 100px;
}

.no-toggle .toggableBody {
    display: block !important;
}

.no-toggle > a {
    cursor: default !important;
}

a.gray-box span {
    font-size: 18px;
}

.arabic-top-goals strong {
    font-size: 20px;
    font-family: Greta;
}

.arabic-top-goals span {
    font-size: 20px;
    font-family: Greta;
}

.item-description > div.locale-top-goals {
    font-size: 18px;
}
/*.item-description >div{
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}*/
.phrases-box > a, .phrases-box > a span {
    color: #3783c8;
}

.yellow-body .phrases-box > a, .yellow-body .phrases-box > a span {
    color: #d6b558;
}

.stickyVideo {
    position: fixed !important;
    z-index: 99999;
    background: rgb(255, 255, 255) !important;
    color: #000 !important;
    box-shadow: 1px 1px 12px 0px #9E9E9E;
    /*top: auto !important;
    bottom:auto!important;
    right: auto !important;
    right: 0;
    transition: .3s;*/
}

    .stickyVideo:hover {
        opacity: 1;
    }

    .stickyVideo .video-js {
        width: 300px !important;
        height: 169px !important;
    }

.item-container .stickyVideo .fa-close {
    position: fixed;
    bottom: 168px;
    padding: 2px 3px;
    color: #fff;
    font-size: 20px;
    text-shadow: -3px 5px 3px rgba(0,0,0,0.3);
    cursor: pointer;
    display: block;
}

.item-container .fa-close {
    display: none;
}

div#DivPronounceAudio > div > div {
    top: -44px;
    right: 100px;
}

#DivPronounceAudio .video-js.audio-bc {
    width: 100px !important;
    right: -100px;
}

#DivPronounceAudio > div {
    height: 0;
}

#detailed-body .bc-audio-container {
    margin-bottom: 20px;
}

.clearFix {
    clear: both;
}

.category-section.reminder-section {
    margin-bottom: 0;
    font-family: Greta;
    font-weight: bold;
    font-size: 20px;
}

    .category-section.reminder-section a {
        width: auto;
        min-width: 190px;
        padding-left: 10px;
        padding-right: 10px;
        color: #fff;
        text-decoration: none;
        float: right;
        position: relative;
        top: 1px;
    }

.blue-body .category-section.reminder-section {
    border-bottom: 3px solid rgb(55, 131, 200);
    border-top-color: rgb(55, 131, 200);
    border-right-color: rgb(55, 131, 200);
    border-left-color: rgb(55, 131, 200);
}

.category-section.reminder-section {
    float: right;
    width: 100%;
}

.yellow-body .category-section.reminder-section {
    border-color: #ddb342 !important;
}

    .yellow-body .category-section.reminder-section a {
        background: #ddb342 !important;
    }

.bordered-banner.banner-detailed {
    padding-top: 18px;
    padding-bottom: 18px;
}

.tashkeel a.remove-tshkeel {
    background-position: -428px -7px;
}

.countryClimate {
    padding-top: 12px;
}

.main-nav .lang-break > a > span:before {
    content: '';
    width: 0;
    position: relative;
    top: 0px;
    transition: .6s;
    display: block;
    margin: 0 auto;
}

.main-nav .lang-break > a:hover > span:before {
    width: 82px;
}

.main-nav .lang-break > a.menu-Languageofmedia > span:before {
    border-bottom: 1px solid #2374c2;
}

.main-nav .lang-break > a.menu-OurCommunity > span:before {
    border-bottom: 1px solid #72a94b;
}

.main-nav .lang-break > a.menu-Generallanguage > span:before {
    border-bottom: 1px solid #ddb342;
}

.main-nav .lang-break > a.menu-OurCommunity:hover > span:before {
    width: 120px;
}

.main-nav .lang-break > a.active > span:before {
    border: 0 !important;
    width: 0 !important;
    display: none !important;
}

.sub-headline-title {
    text-align: center;
    font-size: 26px;
    font-family: Al-Jazeera-Arabic-Bold;
}

    .sub-headline-title span {
        padding-top: 8px;
        color: #a0a0a0;
        font-weight: normal;
        font-size: 22px;
    }

.banner-detailed .bordered-banner {
    padding-bottom: 11px;
    padding-top: 13px;
}

.bc-audio-container {
    position: relative;
    height: 38px;
    margin-top: 20px;
}

#stripped-body {
    display: none;
}

.blogger-detailed {
    background: #f2f2f2;
    float: right;
    width: 100%;
    margin-top: 30px;
}

    .blogger-detailed .blogger-info-detailed {
        padding-top: 40px;
        text-align: center;
    }

        .blogger-detailed .blogger-info-detailed img {
            width: 165px;
            height: 165px;
            border-radius: 50%;
            overflow: hidden;
        }

        .blogger-detailed .blogger-info-detailed h2 ,.blogger-detailed .blogger-info-detailed h1{
            color: #3a3a3b;
            font-size: 20px;
            margin-top: 10px;
        }

        .blogger-detailed .blogger-info-detailed p {
            color: #3a3a3b;
            font-size: 16px;
        }

    .blogger-detailed > div:last-child {
        padding-left: 0;
        margin-left: 0;
    }

        .blogger-detailed > div:last-child img {
            width: 100%;
        }

.main-content.blogger-detailed-container > .container {
    border-top: 3px solid #72a94b;
}

.blogger-blogs {
    float: right;
    width: 100%;
    margin-top: 20px;
    padding-top: 10px;
}

.blogger-footer + .blogger-blogs {
    border-top: 2px solid #cccccc;
}

.total-record {
    color: #72a94b;
    font-family: Al-Jazeera-Arabic-Bold;
    font-size: 25px;
}

    .total-record strong {
        color: #000;
    }

ul.blogger-icons {
    list-style: none;
    margin: 0;
    list-style: none;
    text-align: left;
    padding: 0;
    display: block;
}

    ul.blogger-icons li {
        display: inline-block;
        text-align: left;
    }

        ul.blogger-icons li i {
            background: transparent;
            color: #b2b9bd;
            font-size: 29px;
            width: 60px;
        }

.blogger-footer {
    float: right;
    width: 100%;
    margin-top: 20px;
    padding-right: 20px;
}

.more-container-new a {
    color: #333;
    font-family: Al-Jazeera-Arabic-Bold;
    font-size: 16px;
    margin-bottom: 20px;
    display: block;
    width: 100%;
}

    .more-container-new a span {
        font-family: verdana;
        font-weight: normal;
        color: #969696;
        padding-top: 8px;
        direction: ltr;
    }

    .more-container-new a:last-child {
        margin-bottom: 0;
    }

.search_link .keyboardInputInitiator {
    border-left: 1px solid #565656;
    padding-left: 5px;
    vertical-align: middle;
    top: 7px;
}

ul.blogger-icons li i.fa.fa-envelope:hover {
    color: #f4ae00;
}

ul.blogger-icons li i.fa.fa-twitter:hover {
    color: #29a9e1;
}

ul.blogger-icons li i.fa.fa-facebook:hover {
    color: #3d5c9a;
}

ul.blogger-icons li i.fa.fa-facebook {
    width: 46px;
}

.disabled-social {
    color: #b2b9bd !important;
}

.blogger-link {
    cursor: pointer !important;
}

.order-sentance .box-content li {
    padding-left: 20px;
}

.order-sentance .box-content {
    text-align: right;
}

.order-vertical-new .incorrect-dragging {
    background: #d9534f !important;
    color: #fff;
}

.order-vertical-new .correct-dragging {
    background: #5cb85c !important;
    color: #fff;
}

.order-sentance .dragging-items li {
    width: 48%;
    display: inline-block;
    vertical-align: middle;
    background: #ddd;
    float: none;
    margin-bottom: 10px;
}

.mostServices > a {
    cursor: pointer !important;
}

.MatchingSound_TextAr .fa-volume-up {
    cursor: pointer;
}

.moradef {
    display: none !important;
}

.phrases-row > .arabic-phrase.active > span {
    display: block !important;
}

button.show-grammer-trans {
    background: #f6f6f6;
    font-family: verdana;
    border: 1px solid #e7e7e7;
    text-align: center;
    margin: 0 auto;
    display: block;
    padding: 9px;
}

button.show-grammer-trans {
    background: #3783c8;
    font-family: verdana;
    border: 0;
    text-align: center;
    margin: 0 auto;
    display: block;
    color: #fff;
    padding: 12px 13px;
    text-transform: capitalize;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.25);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

    button.show-grammer-trans:hover {
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.29);
    }

.yellow-body button.show-grammer-trans {
    background: #ddb342;
}

.grammer-trans {
    display: none;
}

.body-loacle {
    direction: ltr;
    text-align: -webkit-auto;
}
.quiz-bubble {
    background-image: url(../images/bubble-icon.png);
    background-repeat: no-repeat;
    position: absolute;
    height: 29px;
    top: -22px;
    left: 0;
    padding-left: 34px;
    color: #3280c6;
    font-size: 16px;
}
#quiz-slider .owl-prev {
    margin-top: 30px;
}

#quiz-slider .owl-next {
    margin-top: 30px;
}

#quiz-slider {
    margin-top: 0;
}