/*
Theme Name: FebrayerCom V2
Theme URI: https://www.facebook.com/maksi.soufiane
Author: Maksi Soufaine
Author URI: https://www.facebook.com/maksi.soufiane
Description: Lancement de la nouvelle version du site febrayer.com 2016
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: febrayercomv2
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

FebrayerCom V2 is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

@font-face {
	font-family: JazeeraRegular;
	src: url("/wp-content/themes/febrayercomv2/fonts/Al-Jazeera-Arabic-Regular.ttf");
}
html {
	font-family: JazeeraRegular;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
	margin: 0 auto !important;
	width: 985px !important;
}

body {
	margin: 0;
	direction: rtl;
}

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

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

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

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

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

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

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

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

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

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

figure {
	margin: 1em 40px;
}

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

pre {
	overflow: auto;
}

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

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

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

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

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

input {
	line-height: normal;
}

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

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

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

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

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

.single-content p {
    margin-top: 10px;
    margin-bottom: 10px;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
	margin: 0 auto;
  	width: 985px;
	overflow: scroll !important;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	/*margin: 0 0 1.5em 3em;*/
	padding: 0;
	margin: 0;
}

ul {
	list-style: none;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #e20026;
	display: block;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed;
    box-sizing: border-box;
    position: relative;
    width: 100%;
}

.main-navigation ul {
	display: block;
	list-style: none;
	text-align: center;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	position: relative;
	display: inline-block;
}
.main-navigation a {
	display: block;
	text-decoration: none;
	font-family: JazeeraRegular;
	color: #1a171b;
    font-weight: 700;
    font-size: 13pt;
    padding:15px;
}

.main-navigation ul li:hover {
    background: #f5f5f5;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.main-navigation a:hover:before,
.main-menu > ul > li.current-menu-item > a:before {
    -webkit-transition:all 0.2s;
            transition:all 0.2s;
    width: 100%;
}

.main-navigation a:before {
    background: #e20026 none repeat scroll 0 0;
    bottom: -4px;
    content: "";
    display: block;
    height: 4px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    width: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.top-header {
    background: #262626 none repeat scroll 0 0;
    height: 40px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 10;
}

.top-menu a {
    color: #fff;
    font-family: JazeeraRegular !important;
    font-size: 10pt;
    text-decoration: none;
}

.top-social-media a {
    margin-right: 5px;
	float: left;
}

.top-social-media img {
    padding-top: 8px;
}


.top-social-media {
    float: left;    padding: 2px;
}

.top-menu {
    display: inline-block;
	height: 40px;
    vertical-align: sub;
}
.top-social-media span {
    color: #fff;
    font-family: JazeeraRegular !important;
    font-size: 10pt;
    line-height: 2.5em;
    margin-left: 10px;
    vertical-align: super;
}
.top-menu ul, .top-social-media ul {
    display: inline-block;
	list-style: outside none none;
    margin: 0;
    padding: 0;
	vertical-align: text-top;
}

.top-menu ul li, .top-social-media ul li{
	display: inline-block;
    list-style: outside none none;
    margin: 0;
    padding: 0;
	margin-left: 25px;
}

.site-logo {
    display: inline-block;
}

.site-ads-leaderboard {
    float: left;
}

.site-branding {
    display: block;
    margin: 40px auto auto;
    opacity: 1;
    filter: alpha(opacity=100);
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
	padding-top: 20px;
    padding-bottom: 20px;
}

.site-ads-leaderboard {
    background: white none repeat scroll 0 0;
    border: 1px solid #eaeaea;
    box-sizing: border-box;
    display: block;
    float: left;
    position: relative;
}

.site-ads-billboard {
    padding-top: 15px;
    padding-bottom: 10px;
}

.main-slider {
    width: 659px;
    float: left;
}

.latest-news {
    display: block;
    float: right;
    position: relative;
    width: 100%;
}

.latest-news-right-container {
    display: block;
    float: right;
    position: relative;
    width: 300px;
}

.widget.last_news {
    background: transparent none repeat scroll 0 0;
    color: black;
    border: 1px solid #e3e3e3;
    display: block;
    height: 270px;
    padding: 10px;
    position: relative;
    width: 100%;
}

.title_white span {
    color: #fff;
    font-family: JazeeraRegular;
    font-size: 25pt;
    font-weight: bold;
    padding-bottom: 5px;
    padding-top: 5px;
	float: right;
}

.jobs_white span {
    color: #fff;
    font-family: JazeeraRegular;
    font-size: 25pt;
    font-weight: bold;
    padding-bottom: 15px;
	float: right;
}
.title_black span {
    color: #000;
    float: right;
    font-family: JazeeraRegular;
    font-size: 25pt;
    font-weight: bold;
    padding-bottom: 5px;
    padding-top: 5px;
}
.widget.last_news .title_black span {
    color: black;
    float: right;
    font-family: JazeeraRegular;
    font-size: 25px;
    font-weight: bold;
    line-height: 1em;
    margin-bottom: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.widget.last_news a {
    color: white;
    display: block;
    float: right;
    font-size: 13px;
    line-height: 1em;
    padding-right: 10px;
}

.title_white .readmore {
    background-image: url(http://static.alyaoum24.com/wp-content/themes/alyaoum24_v2/frontend/dist/img/readmore_white.png);
}

.title_white .readmore {
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    display: block;
    height: 17px;
    left: 20px;
    position: absolute;
    top: 22px;
    width: 17px;
}
.mCustomScrollbar {
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom;
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container {
    margin-right: 0;
    margin-left: 15px;
}

.widget.last_news li {
    border-bottom: 1px solid #d4d4d4;
    box-sizing: content-box;
    float: right;
    height: 15px;
    overflow: hidden;
    padding: 15px 10px 10px 0;
    width: -moz-max-content;
    width: -webkit-max-content;
    width: max-content;
    min-width: 100%;
}

.lastNewsText {
    float: right;
    height: 18px;
    overflow: hidden;
    position: relative;
    width: auto;
}

.widget.last_news .lastNewsText>a {
    position: relative;

    width: 100%;
}
.widget.last_news a {
    color: black;
    display: block;
    float: right;
    font-family: jazeeraregular;
    font-size: 14px;
    line-height: 1em;
    padding-right: 10px;
    text-decoration: none;
}

.febrayer_fplus {
    background: #3e3e3e none repeat scroll 0 0;
    border: 10px solid #e20026;
    float: right;
    width: 100%;
}

.readmore img {
    margin-right: -50px;
    margin-top: -45px;
    position: absolute;
    z-index: 1;
}

.fplus_content > ul {
    margin-top: 25px;
}

li.fplus_container {
    float: right;
    list-style: outside none none;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: all 0.2s ease 0s;
    width: 233px;
	margin: 10px 7px 0 0;
}

li.fplus_container img {
    max-height: 255px;
}


.fplus_container .text_holder {
    background: transparent linear-gradient(to top,rgba(0,0,0,0.9),transparent) repeat scroll 0 0;
    bottom: 0;
    color: white;
    height: auto;
    padding: 10px 10px 10px;
    position: absolute;
    right: 0;
    width: 100%;
}

.fplus_container .text_holder a {
    color: #fff;
    font-family: JazeeraRegular;
    font-size: 12pt;
    font-weight: 700;
    text-align: justify;
    text-decoration: none;
}

.fplus_video img {
    bottom: 50%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 50%;
    width: 25%;
}

.readmore_footer > a {
    color: #fff;
    float: left;
    font-family: JazeeraRegular;
    padding: 10px;
}

.resume_sport_sameDay_happyNews{
    display: block;
    float: right;
    position: relative;
    width: 100%;
}

.resume li {
    display: block;
    float: right;
    height: auto;
    margin-bottom: 8px;
    position: relative;
    width: 100%;
}

.resume {
    float: right;
    width: 300px;
}

.resume img {
    display: block;
}

.resumeText a {
    color: #000;
    font-family: JazeeraRegular;
    font-size: 12pt;
    font-weight: 700;
    text-align: justify;
    text-decoration: none;
}
.sport_sameDay_happyNews {
    float: left;
    margin-top: 30px;
    width: 659px;
}
.sport li {
    float: right;
    list-style: outside none none;
    margin: 0;
    padding: 0 10px;
    position: relative;
    width: 33.3%;
}
.sportPlay img {
    border: 0 none;
    bottom: 0;
    height: 50px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: -60px;
    width: 50px;
}
.sportText a {
    color: #000;
    font-family: JazeeraRegular;
    font-size: 12pt;
    font-weight: 700;
    text-align: justify;
    text-decoration: none;
}

.sameDay_happyNews {
    float: right;
    margin-top: 20px;
    width: 100%;
}
.sport {
    background: #f4f4f4 none repeat scroll 0 0;
    border: 1px solid #d7d7d7;
    display: block;
    float: right;
    padding: 40px 10px;
    position: relative;
}
.sameDay {
    background: white none repeat scroll 0 0;
    border: 3px solid #e20026;
    box-sizing: border-box;
    float: right;
    height: 354px;
    padding: 20px;
    width: calc(50% - 10px);
}
.happyNews {
    float: left;
    height: 365px;
    width: calc(50% - 10px);
}
.title_white.sport {
    background: #e20026 none repeat scroll 0 0;
    margin: 0;
    padding: 12px 16px;
    position: absolute;
    right: 60px;
    top: -15px;
}
.sport > ul {
    display: block;
    float: right;
    position: relative;
    width: 100%;
}
.title_white.sport > span {
    display: block;
    float: right;
    font-size: 16px;
    line-height: 1em;
    padding: 0;
    position: relative;
}
.title_white.sport::before {
    border-left: 15px solid transparent;
    border-top: 15px solid white;
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
}
.panorama_container{
	background: #232323;
    float: right;
    width: 100%;
}

.panorama_container .title_white span {
    float: right;
    margin-bottom: 5px;
    margin-right: 25px;
    margin-top: 0;
    padding: 0;
}

li.panorama_container {
    float: right;
    list-style: outside none none;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: all 0.2s ease 0s;
    width: 319px;
	margin: 0 7px 0 0;
}

.panorama_container > ul {
    float: right;
    padding-bottom: 15px;
}

.panorama-thumb-big {
    float: left;
}

.panoramaText {
    background: transparent linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent) repeat scroll 0 0;
    bottom: 7px;
    color: white;
    height: auto;
    padding: 10px;
    position: absolute;
    right: 0;
    width: 100%;
}

.panoramaText a {
    color: #fff;
    font-family: JazeeraRegular;
    font-size: 18pt;
    font-weight: 700;
    text-align: justify;
    text-decoration: none;
}

.panoramaText span {
    color: #fff;
	display: block;
    font-family: JazeeraRegular;
    font-size: 10pt;
    font-weight: 700;
    text-align: justify;
    text-decoration: none;
}

.tech_jobs_8mars {
    display: block;
    float: right;
    position: relative;
    width: 100%;
}

.high_tech {
    width: 300px;
	float: right;
}

.jobs_8mars {
    float: left;
    width: 659px;
}

.jobs {
    background-image: url("images/jobs_bg.jpg");
    background-repeat: no-repeat;
    height: 356px;
	margin-bottom: 26px;
    width: 659px;
}

.jobs .readmore_footer > a {
    color: #fff;
    display: block;
    float: left;
    font-family: JazeeraRegular;
    margin-top: 6px;
}

.widget.last_jobs li:hover {
    background: #cb0022 none repeat scroll 0 0;
}

.block_8mars {
    background-image: url("images/8mars_bg.gif");
    background-repeat: no-repeat;
    height: 408px;
    width: 659px;
}

.block_8mars ul {
    bottom: 5%;
    left: 2.5%;
    margin: 0 auto;
    position: absolute;
    width: 600px;
}

.block_8mars .readmore_footer > a {
    color: #fff;
    float: left;
    font-family: JazeeraRegular;
    padding-left: 50px;
    padding-top: 60px;
}

.block_8mars li {
    float: right;
    margin-right: 5px;
    width: 190px;
}

.block_8_marsTitle a {
    color: #fff;
    display: block;
    float: right;
    font-family: JazeeraRegular;
    font-size: 12pt;
    font-weight: 700;
    height: auto;
    padding: 5px;
    position: relative;
    text-align: justify;
    text-decoration: none;
}

.widget.last_jobs {
    background: #e20026 none repeat scroll 0 0;
    border: 1px solid #e3e3e3;
    display: block;
    float: left;
    height: 323px;
    margin: 17px;
    overflow: hidden;
    padding: 10px;
    position: relative;
    width: 378px;
}

.widget.last_jobs li {
    box-sizing: content-box;
    float: right;
    height: 65px;
    overflow: hidden;
    padding: 10px 0;
    width: 100%;
}

.jobsText a {
    color: #fff;
    display: block;
    float: right;
    font-family: JazeeraRegular;
    font-size: 15pt;
    font-weight: 700;
    height: auto;
    line-height: 1.2em;
    margin-right: 10px;
    margin-top: -4px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    width: 76%;
}

.last_jobs li {
    background: transparent none repeat scroll 0 0;
    border-top: 1px solid #cb0022;
    display: block;
    float: right;
    padding-top: 17px;
    position: relative;
    transition: all 0.15s ease 0s;
    width: 100%;
}

.site-footer {
    background: #101010 none repeat scroll 0 0;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
	padding-bottom: 25px;
    padding-top: 25px;
}

.footer_container {
    margin: 0 auto;
    width: 985px;
}

.menu_footer {
    float: right;
    padding-right: 80px;
    text-align: right;
    width: 230px;
}

.menu_footer li {
    color: #fff;
    list-style: outside none none;
    padding-bottom: 5px;
}

.menu_footer a {
    color: #fff;
    font-family: JazeeraRegular;
    font-size: 14pt;
    text-decoration: none;
}

.site_info {
    float: right;
    width: 295px;
}

.social_media a {
    background: #1e1e1e;
	float: right;
    padding: 5px 12px 5px;
}

.social_media {
    display: block;
    margin-top: 20px;
}

.social_media > a:hover {
    background: #e20026;
}

.logo_footer > img {
    display: block;
    margin: 0 45px 0 auto;
    text-align: center;
}

.copyright > span {
    color: #fff;
    font-family: JazeeraRegular;
    font-size: 15pt;
    font-weight: 700;
    text-align: center;
}

.high_tech li {
    background: transparent;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
	height: 96px;
    display: block;
    float: right;
    transition: all 0.15s ease 0s;
    position: relative;
    width: 100%;
	padding-top: 17px
}

.high_tech_img {
    bottom: 0;
    float: right;
}

.high_techTitle a{
    color: #2b2b2b;
    display: block;
    float: right;
    font-family: JazeeraRegular;
	text-decoration: none;
    font-size: 11pt;
    height: auto;
    margin-right: 10px;
    overflow: hidden;
    position: relative;
    width: 60%;
	font-weight: 700;
	margin-top: 5px;
}

.high_tech ul li .fa-plus  {
    bottom: 0;
    color: #c1c1c1;
    cursor: default;
    display: block;
    float: left;
    font-size: 25px;
    height: 25px;
    left: 15px;
    margin: auto;
    position: absolute;
    top: 0;
}

.resume .fa-list  {
    bottom: 0;
    color: #e20026;
    cursor: default;
    display: block;
    float: right;
    font-size: 25pt;
    height: 47px;
    margin: auto;
    padding-left: 18px;
	padding-top: 18px;
    padding-right: 18px;
}

.widget_blog .fa-address-card-o {
    bottom: 0;
    color: #e20026;
    cursor: default;
    display: block;
    float: right;
    font-size: 25pt;
    height: 47px;
    margin: auto;
    padding-left: 18px;
	padding-top: 18px;
    padding-right: 18px;
}

.fa-plus-square {
    bottom: 0;
    color: #e20026;
    cursor: default;
    display: block !important;
    float: right;
    font-size: 20pt !important;
    margin: auto;
    margin-top: -3px;
}

.high_tech ul li:hover {
    background: #eaeaea none repeat scroll 0 0;
    transition: all 0.15s ease 0s;
}

.high_tech .fa-bolt {
    bottom: 0;
    color: #e20026;
    cursor: default;
    display: block;
    float: right;
    font-size: 34pt;
    height: 47px;
    margin: auto;
    padding-left: 18px;
	padding-top: 6px;
    padding-right: 18px;
}

.last_news .fa-bolt {
    bottom: 0;
    color: #e20026;
    cursor: default;
    display: block;
    float: right;
    font-size: 34pt;
    height: 47px;
    margin: auto;
    padding-left: 18px;
    padding-right: 18px;
}

.high_tech .title_black {
    margin-bottom: 15px;
}

.high_tech .readmore_footer > a {
    color: #e20026;
    float: left;
    font-family: JazeeraRegular;
    padding: 10px;
}

/* ADDED */

.top_header_container {
    margin: 0 auto;
    width: 985px;
}
body.home .happyNews .bx-wrapper {
    box-sizing: border-box;
    direction: ltr;
}
body.home .ftv_content_container .bx-wrapper {
    box-sizing: border-box;
    direction: ltr;
    max-width: 100% !important;
    overflow: hidden;
    padding: 10px;
}
.ftv_content_container .bx-viewport {
    height: auto !important;
}
.ftv_content_container .bx-viewport {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    box-shadow: none;
    left: 0;
}
.ftv_content_container .ftv_container:hover .fplus_video {
    background: rgba(0, 0, 0, 0) url("images/playvideohover.png") repeat scroll 0 0 / 100% auto;
}
.ftv_content_container .fplus_video {
    background: rgba(0, 0, 0, 0) url("images/playvideo.png") repeat scroll 0 0 / 100% auto;
    height: 50px;
    left: 10px;
    margin: auto;
    position: absolute;
    top: 10px;
    width: 50px;
    z-index: 3;
}
.ftv_text_holder {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    bottom: 0;
    padding: 10px 20px;
    position: absolute;
    width: 100%;
    z-index: 2;
}
.ftv_text_holder > a {
    color: white;
    direction: rtl;
    font-family: JazeeraRegular;
    font-size: 20px;
    text-decoration: none;
}
.ftv_content_container .bx-pager.bx-default-pager {
    bottom: 0 !important;
    padding-top: 15px !important;
    position: relative !important;
}
.ftv_container > a {
    float: right;
    height: 285px;
    overflow: hidden;
    width: 315px;
}
.ftv_container > a img {
    float: right;
    min-height: 100%;
    width: 100%;
}

.readmore_footertv {
    bottom: 17px;
    left: 15px;
    position: absolute;
    z-index: 2;
}
.ftv_content_container {
    position: relative;
}
.readmore_footertv a {
    color: white;
    float: left;
    font-family: jazeeraregular;
    font-size: 13px;
    line-height: 1em;
    text-decoration: none;
}
.social-icons {
    display: block;
    float: left;
    position: relative;
}
.social-icons a {
    float: right;
    margin: 0 4px;
}
.widget.last_news .title_black i {
    float: right;
    font-size: 25px;
    margin-left: 10px;
    margin-top: 10px;
}
.widget.last_news > ul {
    border-top: 1px solid #d4d4d4;
    display: block;
    float: right;
    height: 330px;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    width: 100%;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
    margin-left: 0 !important;
}
.ftv_content_container .bx-pager.bx-default-pager {
    text-align: center !important;
    width: 100% !important;
}
.single-thumb {
    display: block;
    float: right;    margin-bottom: 20px;
    max-height: 520px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.single-thumb h1 {
    bottom: 0;
    color: white;
    font-family: jazeeraregular;
    font-size: 42px;
    height: 120px;
    left: 0;
    line-height: 1.3em;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
    top: 0;
    width: 60%;
}
.widget.last_news {
    padding: 10px 0;
    border: 1px solid transparent;
}
.widget.last_news li:hover {
    background: #f5f5f5 none repeat scroll 0 0;
    border-right: 5px solid #e20026;
}
.mCSB_scrollTools {
    width: 3px !important;
}
.single-content-holder {
    display: block;
    float: right;
    position: relative;
    width: 100%;
}
.single-content-holder .sidebar {
    float: left;
    width: 300px;
}
.right-block {
    display: block;
    float: right;
    position: relative;
    width: calc(100% - 300px);
}
.single-share {
    display: block;
    float: right;
    position: relative;
    width: 70px;
}
.post_info {
    display: block;
    float: right;
    position: relative;
    text-align: center;
    width: 100%;
}
.post_user_name {
    float: right;
    width: 100%;
}
.get_avatar_user img {
    border-radius: 50%;
		height: 70px;
    width: 70px;
    display: block;
    margin: 0 auto 10px;
    overflow: hidden;
}
.post_user_name, .post_user_name p {
    float: right;
    font-family: jazeeraregular;
    font-size: 15px;
    text-align: center;    margin-bottom: 0;
    width: 100%;
}
.post_share {
    display: block;
    float: right;
    margin-top: 10px;
    position: relative;
    width: 100%;
}
.addtoany_shortcode {
    display: block;
    float: right;
    position: relative;
    width: 100%;
}
.a2a_count {
    display: none !important;
}
.post_share .addtoany_list a, .post_share .widget .addtoany_list a {
    width: 100%;
}
.post_share .addtoany_list.a2a_kit_size_32 a > span {
    border-radius: 4px;
    display: inline-block;
    height: 42px;
    line-height: 32px;
    opacity: 1;
    width: 100%;
}
.post_share .a2a_svg svg {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border: medium none;
    display: block;
    left: 0;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    top: 0;
    width: 40%;
}
.single-content {
    box-sizing: border-box;
    float: right;
    font-family: jazeeraregular;
    padding: 0 20px;
    width: calc(100% - 70px);
	text-align: justify;
}
.img-holder-empty ~ h1 {
    color: black;
    height: auto;
    padding: 30px 0;
    position: relative;
    text-shadow: none;
}
.related_posts > .head {
    border-top: 1px solid #d3d3d3;
    color: #151515;
    display: block;
    float: right;
    font-family: jazeeraregular;
    font-size: 30px;
    font-weight: bold;
    padding: 10px 0;
    position: relative;
    width: 100%;
}
.cat-list-wrapper {
    display: block;
    float: right;
    position: relative;
    width: 100%;
}
.cat-list-wrapper > a:last_news {
    border-bottom: 1px solid #d3d3d3;
}
.cat-list-wrapper > a {
    border-top: 1px solid #d3d3d3;
    display: block;
    float: right;
    padding: 15px 0;
    position: relative;
    width: 100%;
}
.cat-list-item img {
    display: block;
    float: right;
    margin-left: 15px;
    position: relative;
}
.cat-list-title {
    color: #000000;
    display: block;
    float: right;
    font-weight: bold;
    font-family: jazeeraregular;
    font-size: 18px;
    width: 100%;
}
.related_posts {
    display: block;
    float: right;
    position: relative;
    width: 97%;
}
.the_post_thumbnail_related:last-child {
    border-bottom: 1px solid #d3d3d3;
}
.the_post_thumbnail_related {
    border-top: 1px solid #d3d3d3;
    display: block;
    float: right;
    padding: 10px 0;
    position: relative;
    width: 100%;
}
.the_post_thumbnail_related > a {
    display: block;
    float: right;
    position: relative;
    width: 30%;
}
.post_info_related {
    display: block;
    float: left;
    position: relative;
    width: calc(70% - 20px);
}
.cat-name-title {
    color: #e20026;
    display: block;
    float: right;
    font-family: jazeeraregular;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    width: 100%;
}
.cat-the_excerpt-title p {
    display: block;
    float: right;
    font-family: jazeeraregular;
    font-size: 14px;
    margin: 5px 0 0;
    text-align: justify;
    position: relative;
    width: 100%;
}

.commentlist li {
    border-bottom: 1px solid #eaeaea;
    display: block;
    float: right;
    list-style: outside none none;
    padding: 10px 0;
    position: relative;
}
.comment-meta {
    display: block;
    float: right;
    position: relative;
    width: 100%;
}
.comment-author.vcard {
    display: block;
    float: right;
    position: relative;
    margin-left: 25px;
    font-family: jazeeraregular;
}
.comment-author.vcard > img {
    border: 1px solid #d0d0d0;
    border-radius: 6px;
    box-sizing: border-box;
    height: auto;
    width: 50px;    float: right;
}
.fn {
    color: black;
    float: right;
    font-family: jazeeraregular;
    margin-right: 10px;
    text-decoration: none;
}
.fn .url {
    color: black;
    float: right;
    font-family: jazeeraregular;
    font-size: 15px;
    text-decoration: none;
}
.says {
    display: none;
}
.comment-metadata {
    display: block;
    float: right;
    margin-right: 10px;
    position: relative;
}
.comment-metadata > a {
    color: #7d7d7d;
    direction: rtl;
    float: right;
    font-family: jazeeraregular;
    font-size: 14px;
    line-height: 1.7em;
    text-align: right;
    text-decoration: none;
}
.comment-content > p {
    color: #424242;
    display: block;
    float: right;
    font-family: jazeeraregular;
    font-size: 15px;
    margin: 5px 0;
    position: relative;
    text-align: justify;
    width: 100%;
}
.reply {
    display: none;
}
.category_title {
    border-bottom: 1px solid;
    color: #e20026;
    display: block;
    float: right;
    font-family: jazeeraregular;
    font-size: 30px;
    font-weight: bold;
    padding: 10px 0;
    position: relative;
    text-align: center;
}
#cat-list-container {
    display: block;
    float: right;
    position: relative;
    width: 100%;
}.cat-item {
    display: block;
    float: right;
    position: relative;    border-bottom: 1px solid #d4d4d4;
    width: 100%;
}.cat-item h3 {
    display: block;
    float: right;
    position: relative;
    width: 100%;
}
.cat-item h3 a {
    color: black;
    font-family: jazeeraregular;
    font-size: 20px;
    text-decoration: none;
}
.cat-item > a {
    display: block;
    float: right;
    position: relative;    height: 100%;
    width: 100%;
}
.cat-item a img {
    display: block;
    float: right;
    max-width: 100%;    min-height: 100%;
    position: relative;
    width: 100%;
}.cat-item p {
    display: block;
    float: right;
    font-family: jazeeraregular;
    font-size: 19px;
    position: relative;
}.cat_content {
    float: right;
    width: calc(100% - 320px);
}
.sidebar {
    float: left;
    width: 300px;
}
.sy-pager{
	margin-top: 10px !important;
}.sy-active > a {
    outline: medium none;
}
.sidebar_single .resume ul {
    display: block;
    float: right;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}
.sidebar_single .slick-list.draggable {
    display: block;
    float: right;
    position: relative;
    overflow: hidden;
    width: 100%;
}
.sidebar_single .slick-track {
    display: block;
    float: right;
    position: relative;
}
.sidebar_single .resumeText > a {
    max-height: 50px;
    overflow: hidden;
}
.sidebar_single .slick-prev.slick-arrow:hover {
    background: rgba(0, 0, 0, 0) url("images/up-hover.png") no-repeat scroll center center;
}
.sidebar_single .slick-prev.slick-arrow {
    background: rgba(0, 0, 0, 0) url("images/up.png") no-repeat scroll center center;
    border: medium none;
    float: left;
    font-size: 0;
    height: 20px;
    left: 25px;
    position: absolute;
    top: -35px;
    width: 20px;
}
.sidebar_single .slick-next.slick-arrow:hover {
    background: rgba(0, 0, 0, 0) url("images/down-hover.png") no-repeat scroll center center;
}
.sidebar_single .slick-next.slick-arrow {
    background: rgba(0, 0, 0, 0) url("images/down.png") no-repeat scroll center center;
    border: medium none;
    float: left;
    font-size: 0;
    height: 20px;
    left: 0;
    position: absolute;
    top: -35px;
    width: 20px;
}
.sidebar_single .sidebar_last_news_slider img {
    display: block;
    float: right;
    position: relative;
    width: 100%;
}
.sidebar_single .sidebar_last_news_slider a {
    display: block;
    float: right;
    position: relative;
    width: 100%;
}
.sidebar_single .sidebar_last_news_slider > li {
    float: right;
    width: 100%;
    display: block;
    position: relative;
    margin-bottom: 15px;
}
.slick-slide > a {
    float: right;
    width: 100%;
}
.slick-slide a img {
    float: right;
    width: 100%;
}
.sidebar_single .resumeText {
    float: right;
    width: 100%;
    display: block;
    position: relative;
}
.widget.widget_polls-widget {
    background: #e20026 none repeat scroll 0 0;
    display: block;    font-family: jazeeraregular;
    float: right;
    position: relative;
    width: 100%;
}
.widget_polls-widget h2 {
    border-bottom: 1px solid #e14c65;
    color: white;
    display: block;
    float: right;
    font-family: jazeeraregular;
    font-weight: bold;
    margin: 0;
    padding: 10px;
    position: relative;
    width: 100%;
}
.wp-polls {
    display: block;
    float: right;
    margin: 0;
    padding: 10px;
    position: relative;
    width: 100%;
}
.wp-polls p {
    color: white;
    float: right;
    font-size: 18px;
    margin: 0;
    right: 100%;
    text-align: right !important;
    width: 100%;
}
.wp-polls-ans {
    display: block;
    float: right;
    position: relative;
    width: 100%;
}
.wp-polls-ans ul.wp-polls-ul {
    border-bottom: 1px solid #e14c65;
    display: block;
    float: right;
    margin: 0;
    padding-bottom: 5px;
    position: relative;
    width: 100%;
}
.wp-polls-ul li {
    float: right;
    margin: 5px 0;    color: white;
    position: relative;
    text-align: right !important;
    width: 100%;
}
input.Buttons {
    background: black none repeat scroll 0 0 !important;
    border: 1px solid black !important;
    border-radius: 0;
    color: white;
    display: block;
    float: right;
    font-family: jazeeraregular;
    font-size: 15px;
    margin-top: 10px;
    padding: 10px 15px 14px;
    position: relative;
}
#polls-1-ans > a {
    color: white;
    float: left;
    font-size: 15px;
    margin-left: 5px;
    margin-top: 15px;
}
input.Buttons:hover {
    background: transparent none repeat scroll 0 0 !important;
    color: black;
}
.a2a_kit.a2a_kit_size_32.a2a_follow.addtoany_list {
    display: block;
    margin: 0 auto;
    width: -moz-max-content;
    width: max-content;
}
.sidebar_last_news .title_black i {
    color: #e20026;
    float: right;
    font-size: 30px;
    margin-left: 10px;
    margin-top: 10px;
}
.sidebar_last_news .title_black span {
    line-height: 1em;
}
.sidebar_last_news .title_black {
    margin-bottom: 15px;
}
.sidebar aside {
    display: block;
    float: right;
    position: relative;
    width: 100%;
}
.widget.widget_polls-widget {
    margin-bottom: 10px;
}
.comments_template {
    display: block;
    float: right;
    padding-left: 20px;
    position: relative;
    width: 100%;
}
.post_creation_date {
    border-bottom: 1px solid #d4d4d4;
    border-top: 1px solid #d4d4d4;
    display: block;
    float: right;
    margin-top: 10px;
    padding: 6px 0 8px;
    position: relative;
    width: 100%;
}
.sportText {
    display: block;
    float: right;
    height: 52px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.sport-the_excerpt-title {
    display: block;
    float: right;
    position: relative;
    width: 100%;
}
.sport-the_excerpt-title p {
    float: right;
    font-family: jazeeraregular;
    font-size: 15px;
    height: 85px;
    line-height: 1.4em;
    margin: 0;
    overflow: hidden;
    text-align: justify;
    width: 100%;
}
.widgetOpening {
    background: #e20026 url("images/maria.jpg") no-repeat scroll 95% -10% / auto 160%;
    float: left;
    height: 120px;
    position: relative;
    width: 659px;
}
.widgetOpening > span {
    bottom: 10px;
    color: white;
    font-family: jazeeraregular;
    font-size: 24px;
    font-weight: bold;
    left: 20px;
    position: absolute;
}
.widgetOpening > p {
    color: #f4f4f4;
    display: block;
    float: right;
    font-family: jazeeraregular;
    font-size: 30px;
    font-weight: bold;
    left: 0;
    line-height: 0.9em;
    margin: auto;
    position: absolute;
    right: 70px;
    text-align: center;
    top: 20px;
    width: 100%;
}
.bx-wrapper .bx-viewport {
    background: transparent none repeat scroll 0 0;
    box-shadow: none;
    left: 0;
    transform: translateZ(0px);
}
.sameDay_h2 {
    color: black;
    font-family: jazeeraregular;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.2em;
    margin: 0;
    text-align: center;
}
.sameDay_date {
    background: #e20026 none repeat scroll 0 0;
    color: white;
    display: table;
    font-family: jazeeraregular;
    font-size: 18px;
    margin: 0 auto;
    padding: 0 6px;
    position: relative;
    top: 20px;
}
.sameDay_readMore {
    display: block;
    font-family: jazeeraregular;
    margin: 50px auto 0;
    position: relative;
    text-align: center;
    width: 90%;
}
.sameDay_title:focus, .sameDay_title:active,.sameDay_title:hover { color:black;}
.sameDay_title {
    color: black;
    font-size: 25px;
    line-height: 1.3em;
    text-decoration: none;
}
.sameDay_readMore::before {
    color: #cccccc;
    content: "“";
    font-family: jazeeraregular;
    font-size: 64px;
    line-height: 1em;
    position: absolute;
    right: -16px;
    top: -50px;
    transform: rotate(180deg);
}
.sameDay_readMore::after {
    color: #cccccc;
    content: "“";
    font-family: jazeeraregular;
    font-size: 64px;
    line-height: 1em;
    position: absolute;
    left: -16px;
    bottom: -40px;
}
.happyNews .bx-wrapper .bx-viewport {
    background: white none repeat scroll 0 0;
    border: medium none;
    box-shadow: none;
    left: 0;
}
.happyNews_h2 {
    background: rgba(0, 0, 0, 0) linear-gradient(to top, transparent, rgba(0, 0, 0, 0.3)) repeat scroll 0 0;
    color: white;
    font-family: jazeeraregular;
    font-size: 54px;
    left: 0;
    margin: auto;
    padding-bottom: 30px;
    padding-top: 20px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;    z-index: 2;
}
.happyNews_readMore {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
}
.happyNews_title:focus,
.happyNews_title:active,
.happyNews_title:hover{
	color: white;
}
.happyNews_title {
    color: white;
    display: block;
    font-family: jazeeraregular;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2em;
    margin: 130px auto 0;
    position: relative;
    text-decoration: none;
    width: 80%;
}
.readMore_happyNews:focus,
.readMore_happyNews:active,
.readMore_happyNews:hover{
	color: white;
}
.happyNews .readMore_happyNews {
    color: white;
    font-family: jazeeraregular;
    font-size: 17px;
    margin-top: 60px;
    position: relative;
}
.happyNews .bx-controls-direction a.bx-prev {
    background: #e20026 url("images/arrow-left.png") no-repeat scroll center center;
    border-radius: 100%;
    left: -20px;
}
.happyNews .bx-controls-direction a.bx-next {
    background: #e20026 url("images/arrow-right.png") no-repeat scroll center center;
    border-radius: 100%;
    right: -20px;
}
.happyNews .bx-pager.bx-default-pager {
    display: none;
}
.happyNews .bx-wrapper .bx-controls-direction a {
    font-size: 0;
    text-indent: 0 !important;
}
.happyNews .bx-wrapper .bx-viewport {
    border-bottom: 5px solid #e20026;
}

.happyNews_title::before {
    color: #fff;
    content: "“";
    font-family: jazeeraregular;
    font-size: 64px;
    line-height: 1em;
    position: absolute;
    right: -16px;
    top: -50px;
    transform: rotate(180deg);
}
.happyNews_title::after {
    color: #fff;
    content: "“";
    font-family: jazeeraregular;
    font-size: 64px;
    line-height: 1em;
    position: absolute;
    left: -16px;
    bottom: -40px;
}
.cat-item.video_list_item {
    float: right;
    height: 220px;
    margin-top: 10px;
    width: calc(50% - 5px);
    overflow: hidden;
}
.cat-item.video_list_item > p {
    display: none;
}
.cat-item.video_list_item h3 {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    margin: 0;
    padding: 10px;
    position: absolute;
    top: 0;
    z-index: 2;
}
.cat-item.video_list_item h3 a {
    bottom: 10px;
    color: white;
    position: absolute;
}
.cat-item.video_list_item:nth-child(2n+2) {
    float: left;
}
body.category-videos .widget.widget_a2a_follow_widget {
    margin-top: 15px;
}
.cat-item.video_list_item:hover:before {
    background: rgba(0, 0, 0, 0) url("images/playvideohover.png") repeat scroll 0 0;
}
.cat-item.video_list_item::before {
    background: rgba(0, 0, 0, 0) url("images/playvideo.png") repeat scroll 0 0;
    content: "";
    height: 70px;
    left: 10px;
    pointer-events: none;
    position: absolute;
    top: 10px;
    width: 70px;
    z-index: 3;
}
body.category-videos .sidebar {
    margin-top: 65px;
}
.bottom-blocks {
    display: block;
    float: right;
    margin-top: 20px;
    position: relative;
    width: 100%;
}
.bottom-blocks li:last-child {
    margin: 0;
}
.bottom-blocks li {
    display: block;
    float: right;
    margin-left: 28px;
    position: relative;
    width: calc(25% - 21px);
}
.bottom-title-holder {
    border-bottom: 1px solid #cfcfcf;
    display: block;
    float: right;
    padding: 5px 0;
    position: relative;
    width: 100%;
}
.bottom-title {
    color: #1a171b;
    display: block;
    float: right;
    font-family: jazeeraregular;
    font-size: 22px;
    font-weight: bold;
    position: relative;
    width: auto;
}
.bottom-title-holder:hover > a {
	background: #e20026;
	color: white;
}

.bottom-title-holder > a {
    background: #eeeeee none repeat scroll 0 0;
    color: black;
    display: block;
    float: left;
    height: 23px;
    margin: 8px 0 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 23px;
}
.bottom-block-content {
    display: block;
    float: right;
    margin-top: 10px;
    position: relative;
    width: 100%;
}
.img-holder {
    display: block;
    float: right;
    position: relative;
    width: 100%;
}
.img-holder > img {
    display: block;
    float: right;
    position: relative;
    width: 100%;
}
.bottom-block-content .img-holder {
    border: 1px solid #d5d5d5;
}
.b-title:hover,
.b-title:active,
.b-title:focus{
	color: black;
}
.b-title {
    color: #000000;
    display: block;
    float: right;
    font-family: jazeeraregular;    text-decoration: none;
    font-size: 17px;
    line-height: 1.5em;
    margin-bottom: 20px;
    margin-top: 10px;
    position: relative;
    width: 100%;
}

.widget_blog {
    display: block;
    float: right;
    position: relative;
    width: 100%;
}

.widget_blog>ul {
    display: block;
    float: right;
    margin: 0;
    position: relative;
}

.widget_blog li {
    background: transparent;
    border-top: 1px solid #dfdfdf;
    display: block;
    float: right;
    padding: 6px 60px 5px 10px;
    transition: all 0.15s ease 0s;
    position: relative;
    width: 100%;
}

.widget_blog .homeblog_img {
    background-color: #bbc6d6;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 50% auto;
    height: 62px;
    overflow: hidden;
    width: 62px;
}


.homeblog_img {
    border-radius: 100%;
    bottom: 0;
    float: right;
    height: 62px;
    margin: auto;
    overflow: hidden;
    position: absolute;
    right: 10px;
    top: 0;
    width: 62px;
}

.widget_blog li span {
    color: #afafaf;
    float: right;
    font-family: JazeeraRegular;
    margin-right: 10px;
    line-height: 1.3em;
    font-size: 13px;
    width: 60%;
}

.widget_blog .post_title {
    color: #2b2b2b;
    display: block;
    float: right;
    font-size: 11pt;
    height: 50.5px;
    margin-right: 20px;
    overflow: hidden;
    position: relative;
    width: 80%;
    font-family: JazeeraRegular;
    font-weight: 700;
    text-decoration: none;
}

.widget_blog li .fa-angle-left {
    bottom: 0;
    color: #d2d2d2;
    cursor: default;
    display: block;
    float: left;
    font-size: 25px;
    height: 25px;
    left: 15px;
    margin: auto;
    position: absolute;
    top: 0;
    width: 10px;
}

.readmore_btn_cat {
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    display: block;
    height: 17px;
    left: 20px;
    position: absolute;
    top: 22px;
    width: 17px;
}

.cats_creation_date time {
    color: #fff;
    font-family: jazeeraregular;
    font-size: 11pt;
}

.cats_creation_date i.fa.fa-clock-o {
    float: right;
    margin-top: 10px;
    margin-left: 10px;
}

div#infscr-loading {
    text-align: center;
    font-size: 15pt;
    font-family: jazeeraregular;
    padding: 30px;
    width: 100%;
    float: right;
}

.main-slider .main_slider_categorie {
    display: table;
    float: right;
    position: relative;
    width: auto;
}
.main-slider .container_slider_categorie {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 10;
}
.main_slider_categorie {
    background: #e20026 none repeat scroll 0 0;
    color: white;
    font-family: jazeeraregular;
    font-size: 13pt;
    padding: 6px 16px;
    position: absolute;
    z-index: 2;
    cursor: pointer;
}
.jobs_list_item:nth-child(2n+1) {
    background: #f8f8f8 none repeat scroll 0 0;
}
.jobs_list_item {
    border: 1px solid #dbdbdb;
    display: block;
    float: right;
    margin-bottom: 15px;
    padding: 15px;
    position: relative;
    width: 100%;
}
.jobs_post_thumbnail {
    display: block;
    float: right;
    height: auto;
    position: relative;
    width: 130px;
}
.jobs_the_permalink {
    display: block;
    float: right;
    position: relative;
    width: 100%;
}
.jobs_the_permalink h4, .jobs_the_permalink h4 a {
    color: black;
    display: block;
    float: right;
    font-family: jazeeraregular;
    margin: 0;
    text-decoration: none;
    width: 100%;
}
.listing_job_item .item_job_right {
    border-left: 1px solid #dbdbdb;
    display: block;
    float: right;
    padding-left: 15px;
    position: relative;
    width: 75%;
}
.listing_job_item .head_list {
    border-bottom: 1px solid #dbdbdb;
    display: table;
    float: right;
    height: 39px;
    padding: 0 10px 15px;
    position: relative;
    width: 100%;
}.item_job_right .desc_list {
    display: block;
    float: right;
    padding-top: 15px;
    position: relative;
}.listing_job_item .head_list span {
    color: #898989;
    display: table-cell;
    font-family: jazeeraregular;
    font-size: 13px;
    line-height: 1.3;
    padding-right: 15px;
    text-align: right;
    vertical-align: middle;
    width: 100%;
}.item_job_right .desc_list h2 {
    color: #313131;
    display: inline-block;
    float: right;
    font-family: jazeeraregular;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.3;
    text-align: right;
    width: 100%;
}.desc_list .type_job {
    border-left: 1px solid #dbdbdb;
    padding-left: 20px;
}
.desc_list .type_job {
    float: right;
}.desc_list .last_date_job {
    float: right;
    padding-right: 20px;
}.desc_list .type_job span {
    color: #999999;
    display: inline;
    font-family: jazeeraregular;
    font-size: 13px;
    line-height: 1.3;
    margin: 0;
    text-align: right;
}
.desc_list .type_job p {
    color: #191919;
    display: inline;
    float: left;
    font-family: jazeeraregular;
    font-size: 13px;
    line-height: 1.3;
    margin: 0 6px 0 0;
    position: relative;
    text-align: right;
    top: 4px;
}
.desc_list .last_date_job span {
    color: #999999;
    display: inline;
    font-family: jazeeraregular;
    font-size: 13px;
    line-height: 1.3;
    margin: 0;
    text-align: right;
}
.desc_list .last_date_job p {
    color: #191919;
    display: inline;
    float: left;
    font-family: myriad pro;
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 0;
    margin-right: 5px;
    margin-top: 0;
    position: relative;
    text-align: right;
    top: 6px;
}
.item_job_left .lien_readmore {
    background: white none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    bottom: 0;
    display: block;
    height: 35px;
    margin: auto;
    padding: 6px 10px;
    position: absolute;
    top: 0;
    width: 120px;
}
.item_job_left .lien_readmore a {
    color: #434343;
    display: table-cell;
    font-family: jazeeraregular;
    font-size: 14px;
    line-height: 1.3;
    text-align: right;
    vertical-align: middle;
}.item_job_left .lien_readmore i.fa-plus {
    color: #434343;
    display: table-cell;
    font-size: 10px;
    vertical-align: middle;
}.head_list > a {
    display: block;
    float: right;
    position: relative;
    width: 100px;
}.emp_job > a {
    color: black;
    font-family: jazeeraregular;
    font-size: 15px;
    text-decoration: none;
}.desc_list a {
    color: black;
    font-family: jazeeraregular;
    font-size: 17px;
    text-decoration: none;
}
li#menu-item-406065 a:hover::before {
    content: none;
}
li#menu-item-406065 a:hover {
    background: #da2a6a url("images/8mars_logo_menu.png") no-repeat scroll center center / 70% auto;
    transition: all 0.2s ease 0s;
}
li#menu-item-406065 a {
    background: #da2a6a url("images/8mars_logo_menu.png") no-repeat scroll center center / 90% auto;
    cursor: pointer;
    font-size: 0;
    height: 80px;
    margin-top: -11px;
    padding: 0;
    position: relative;
    transition: all 0.2s ease 0s;
    width: 120px;
}
.febrayerTV_cats .cat_content {
    width: 100%;
}
.febrayerTV_cats .cat-item.video_list_item:nth-child(2n+2){
	float: right;
}
.febrayerTV_cats .cat-item.video_list_item:not(:first-child):nth-child(3n+4){
    margin-left: 0;
}
.febrayerTV_cats .cat-item.video_list_item {
    margin-left: 10px;
    width: calc(33% - 4px);
}
.full_febrayerTV {
    display: block;
    float: right;
    height: 100%;
    position: relative;
    width: 100%;
}
.full_febrayerTV > a {
    display: block;
    float: right;
    height: 100%;
    position: relative;
    width: 100%;
}
.full_febrayerTV a img {
    display: block;
    float: right;
    max-width: 100%;
    min-height: 100%;
    position: relative;
    width: 100%;
}
.cat-item.video_list_item:first-child {
    height: 340px;
    width: 100%;
}
.main-navigation ul {
    display: block;
    float: none;
    height: 58px;
    margin: 0 auto;
    width: -moz-max-content;
    width: max-content;
}
.nav-menu li {
    float: right;
    position: relative;
}
.cat-item.video_list_item:first-child h3 a {
    box-sizing: border-box;
    font-size: 40px;
    padding: 10px;
}
.cat_content > p {
    display: block;
    float: right;
    font-family: jazeeraregular;
    font-size: 30px;
    font-weight: bold;    margin-bottom: 20px;
    position: relative;
    text-align: center;
    width: 100%;
}
.widgetOpening > a {
    bottom: 10px;
    color: white;
    font-family: jazeeraregular;
    font-size: 18px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: -moz-max-content;
    width: max-content;
}
.post-filters {
    display: block;
    float: right;
    position: relative;
    width: 100%;
}
.post-filters > div {
    display: block;
    float: right;
    margin-bottom: 10px;
    position: relative;
    width: 100%;
}
.post-filters > div > span {
    float: right;
    font-family: jazeeraregular;
    font-size: 17px;    width: 20%;
    text-align: right;
}
.post-filters > div > select {
    float: right;
    font-family: jazeeraregular;
    height: 30px;
    width: 80%;
}
.post-filters .btn_search .submit {
    background: #e20026 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: white;
    display: block;
    float: right;
    font-family: jazeeraregular;
    font-size: 20px;
    font-weight: bold;
    padding: 7px 0 12px;
    position: relative;
    width: 100%;
}
.post-filters .btn_search i {
    color: white;
    font-size: 20px;
    left: 10px;
    position: absolute;
    top: 9px;
}
.prev-next-links {
    display: block;
    float: right;
    position: relative;
    width: 100%;
}
.prev_posts_link, .prev_posts_link a {
    color: #e20026;
    display: block;
    float: left;
    font-family: Myriad pro,sans-serif;
    letter-spacing: 0.7px;
    margin-top: 5px;
    position: relative;
    text-decoration: none;
}
.next_posts_link, .next_posts_link a {
    color: #e20026;
    display: block;
    float: right;
    font-family: Myriad pro,sans-serif;
    letter-spacing: 0.7px;
    margin-top: 5px;
    position: relative;
    text-decoration: none;
}
#author_content #cat-list-container > li {
    display: block;
    float: right;
    position: relative;
    width: 100%;
}
#author_content .related_post_img {
    display: block;
    float: right;
    position: relative;
    width: 160px;
}
#author_content #cat-list-container p {
    display: block;
    float: right;
    font-family: jazeeraregular;
    position: relative;
    width: 100%;
}
#author_content #cat-list-container > li {
    border: 1px solid #eaeaea;
    display: block;
    float: right;
    margin-top: 10px;
    padding: 10px;
    position: relative;
    width: 100%;
}
.listing_job_item .item_job_left {
    float: right;
    min-height: 195px;
    padding-right: 25px;
    padding-top: 12px;
    position: relative;
    width: 25%;
}
.item_job_left .lien_readmore i.fa-plus {
    color: #434343;
    display: table-cell;
    font-size: 10px;
    vertical-align: middle;
}
.author_img {
    float: right;
    width: 20%;
    border-radius: 100%;
    overflow: hidden;
    margin-left: 25px;
}
.author_info {
    margin-top: 16px;
}
.author_info a {
    font-family: jazeeraregular;
    font-size: 24pt;
    text-decoration: none;
    font-weight: 700;
    color: #e20026;
}
p.author_desc {
    font-family: jazeeraregular;
    font-size: 15pt;
}
.author_social .fa-envelope {
    bottom: 0;
    color: #e20026;
    cursor: default;
    display: block;
    float: right;
    font-size: 25pt;
    height: 47px;
    margin: auto;
    padding-left: 18px;
    padding-top: 25px;
    padding-right: 18px;
}

.list_news_item {
    border-top: 1px solid white;
    border-left: 1px solid transparent;
    border-bottom: 1px solid #e0dbe3;
    padding: 10px 0 10px 10px;
    overflow: hidden;
    display: block;
    width: 100%;
    float: left;
}

.image_list {
    background-color: #bbc6d6;
    background-image: url(../../../frontend/dist/img/logo.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 50% auto;
    height: 169px;
    overflow: hidden;
    width: 189px;
    z-index: 2;
}
.list_news_item .description_list i.fa-clock-o {
    color: #9b9b9b;
    float: right;
    font-size: 15px;
    height: 14px;
    margin-left: 3px;
    margin-right: 8px;
    margin-top: 8px;
    text-align: center;
    width: 14px;
}
.image_list {
    border: 1px solid #dfdfdf;
    border-right: 1px solid transparent;
    display: block;
    float: right;
    position: relative;
}
.list_news_item img {
    display: block;
    float: right;
    height: auto;
    min-height: 100%;
    position: relative;
    width: 100%;
}
.list_news_item .description_list {
    display: block;
    float: left;
    padding-right: 5px;
    position: relative;
    width: 70%;
}
.list_news_item .description_list .text_n {
    color: #e20026;
    font-family: JazeeraRegular;
    font-weight: bold;
    font-size: 15pt;
    margin: 0;
    border-left: 1px solid #9b9b9b;
    float: right;
    padding-left: 10px;
}
.list_news_item .description_list>time {
    color: #9b9b9b;
    float: right;
    font-family: JazeeraRegular;
    font-size: 13pt;
}
.list_news_item .description_list h2 {
    color: #1a1a1a;
    font-family: JazeeraRegular;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.5;
    margin: 0;
}
.list_news_item .description_list h2 a {
    color: #1a1a1a;
	text-decoration: none;
}
.list_news_item .description_list p {
    color: #717171;
    font-family: JazeeraRegular;
    font-weight: normal;
    font-size: 13px;
    line-height: 1.5;
    margin: 0;
}
.list_news_item:hover .social-media {
    display: block;
    opacity: 1;
    filter: alpha(opacity=100);
    position: absolute;
    right: calc(7% - 107px);
    transition: all 0.25s ease 0s;
}
.social-media {
    cursor: pointer;
    display: block;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    right: 0;
    transition: all 0.35s ease 0s;
    width: 57px;
    z-index: 1;
}
.social-media .fb_social {
    background: #36609f none repeat scroll 0 0;
    border: 1px solid transparent;
    transition: all 0.15s ease 0s;
}
.social-media .fb_social, .social-media .tw_social, .social-media .g_social {
    width: 57px;
    height: 56px;
    display: block;
    position: relative;
}
.social-media i {
    font-size: 20px;
    color: #ebeff6;
    display: block;
    line-height: 56px;
    text-align: center;
}

.list_news_item .description_list .title-list {
    display: inline-block;
    width: 100%;
    padding: 10px 0;
}
.list_news_item:hover {
    background: #f7f7f7;
    border-left: 1px solid #dfdfdf;
    border-top: 1px solid #f7f7f7;
}
.social-media .tw_social:hover i {
    color: #2ba9e0;
    transition: all 0.15s ease 0s;
}
.social-media .tw_social:hover {
    background: white none repeat scroll 0 0;
    border: 1px solid #2ba9e0;
    transition: all 0.15s ease 0s;
}
.social-media .fb_social:hover {
    background: white none repeat scroll 0 0;
    border: 1px solid #36609f;
    transition: all 0.15s ease 0s;
}
.social-media .tw_social {
    background: #2ba9e0;
    border: 1px solid transparent;
    transition: all 0.15s ease 0s;
}
.social-media .g_social {
    background: #db5442;
    border: 1px solid transparent;
    transition: all 0.15s ease 0s;
}
.social-media .g_social:hover {
    background: white none repeat scroll 0 0;
    border: 1px solid #db5442;
    transition: all 0.15s ease 0s;
}
#author_content h1 {
    text-align: center;
    font-size: 29pt;
    font-family: JazeeraRegular;
}
.author_social li {
    display: inline-table;
}

.bottom-blocks .title_black span {
    color: #000;
    float: none !important;
    font-family: JazeeraRegular;
    font-size: 25pt;
    font-weight: bold;
    padding-bottom: 5px;
    padding-top: 5px;
}

.bottom-blocks .title_black {
    text-align: center;
}

.bottom-blocks .fa-pencil {
    bottom: 0;
    color: #e20026;
    cursor: default;
    font-size: 25pt;
    height: 47px;
    margin: auto;
    padding-left: 18px;
    padding-top: 18px;
    padding-right: 18px;
}

.social_media .fa {
    color: white;
    font-size: 22pt;
    margin-top: 5px;
}

.top-social-media .fa {
    color: white;
    font-size: 22pt;
    margin-top: 8px;
}

.comments_template .submit {
    background: #e20026 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: white;
    display: block;
    float: right;
    font-family: jazeeraregular;
    font-size: 20px;
    font-weight: bold;
    padding: 7px 0 12px;
    position: relative;
    width: 100%;
}
.comments_template p {
    margin-top: 10px;
    margin-bottom: 10px;
}
p.comment-form-email {
    display: block;
    float: left;
    width: 50%;
}
p.comment-form-author {
    display: block;
    float: right;
    width: 50%;
}
.comments_template label {
    display: block;
    width: 85%;
    text-align: center;
    font-family: jazeeraregular;
    margin-bottom: 8px;
}

h3#reply-title {
	font-family: jazeeraregular;
	font-size: 20px;
}
h3.commnet_notice {
    font-family: JazeeraRegular;
    text-align: justify;
    color: #e20026;
}
.mobile_apps {
    display: block;
    float: right;
}
.mobile_apps .fa-android, .mobile_apps .fa-mobile {
    font-size: 80pt;
    color: #ccc;
    width: 100px;
}
.adnow {
    float: right;
}
.newsletter-form {
    text-align: center;
    float: right;
    width: 100%;
    font-family: jazeeraregular;
}

.newsletter-form h1 {
    color: #e20026;
}

.newsletter-form .wpcf7-submit {
    background: #e20026 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: white;
    display: block;
    font-family: jazeeraregular;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 10px 10px 10px;
    width: 40%;
    margin: 0 auto;
	text-align: center;
}


.Newsletter_footer .wpcf7-submit {
    background: #e20026 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: white;
    display: block;
    font-family: jazeeraregular;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 10px 10px 10px;
    width: 40%;
	text-align: center;
	margin-top: 5px;
	float: right;
}

.Newsletter_footer  input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email {
    width: 83%;
    margin: 0 auto;
    text-align: center;
    float: right;
    border: none !important;
}

input::-webkit-input-placeholder {
  /* WebKit browsers */
  text-align: right;
}
input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  text-align: right;
}
input::-moz-placeholder {
  /* Mozilla Firefox 19+ but I'm not sure about working */
  text-align: right;
}
input:-ms-input-placeholder {
  /* Internet Explorer 10 */
  text-align: right;
}
input::placeholder {
  text-align: right;
}

.ftv_content_container img, .main-slider img, .single_content .single-thumb .img-holder img{
	-webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}

.ftv_content_container img:hover, .main-slider img:hover, .single_content .single-thumb .img-holder img:hover{
	-webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    transition: all 1s ease;
}

.cat_single {
    color: #e20026;
    font-weight: 700;
    font-size: 14pt;
    font-family: jazeeraregular;
}

.widgetOpeningName {
    float: right;
    font-size: 12pt;
    text-align: center;
    font-family: jazeeraregular;
    color: #000;
    background: #fff;
}

span.ctcc-left-side {
    direction: rtl;
    font-family: jazeeraregular;
}

button#catapultCookie {
    background: #e20026;
    color: #ffffff;
    border: 0;
    padding: 13px 50px !important;
    border-radius: 3px;
    font-family: jazeeraregular;
    font-size: 14pt;
}

.ftv_container > a {
   background: white none repeat scroll 0 0;
   float: right;
   height: 100%;
   overflow: hidden;
   padding: 0;
   width: 100%;
}
.ftv_content > ul {
   float: right;
   height: 285px;
   position: relative;
   top: -5px;
   width: -moz-max-content;
}
.ftv_text_holder {
   text-align: right;
}
.ftv_content .slick-list {
   border: 5px solid #fff;
   box-shadow: 0 0 5px #ccc;
   box-sizing: border-box;
   overflow: hidden;
	 float:left;
	 width: 100%;
}
.ftv_text_holder > a {
   height: 65px;
}

.ftv_text_holder {
   background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
   bottom: 0;
   left: 0;
   margin: auto;
   padding: 10px 20px;
   position: absolute;
   right: 0;
   width: calc(100% - 4px);
   z-index: 2;
}

.ftv_container {
   box-sizing: border-box;
   float: right;
   height: 285px !important;
   padding: 2px;
   position: relative;
   width: calc(975px / 3);
}
.ftv_content_container .fplus_video {
   pointer-events: none;
}
.slick-prev.slick-arrow {
   background: #e20026 none repeat scroll 0 0;
   border: medium none;
   border-radius: 100%;
   bottom: 0;
   color: white;
   font-weight: bold;
   height: 30px;
   margin: auto;
   position: absolute;
   right: 5px;
   text-align: center;
   top: 0;
   width: 30px;
   z-index: 10;
}
.slick-next.slick-arrow {
   background: #e20026 none repeat scroll 0 0;
   border: medium none;
   border-radius: 100%;
   bottom: 0;
   color: white;
   font-weight: bold;
   height: 30px;
   margin: auto;
   position: absolute;
   left: 5px;
   text-align: center;
   top: 0;
   width: 30px;
   z-index: 10;
}
.slick-arrow i {
   font-size: 22px;
   left: 11px;
   position: absolute;
   top: 4px;
}

.ftv_content > ul.slick-dots {
   display: table;
   float: none;
   height: auto;
   margin: 20px auto;
   position: relative;
   text-align: center;
   top: 0;
   width: -moz-max-content;
   width: max-content;
}
.ftv_content > ul.slick-dots li{
    float: right;
}
.main-slider > ul.slick-dots {
   display: table;
   height: auto;
   margin: 20px auto;
   position: relative;
   text-align: center;
   width: -moz-max-content;
   width: max-content;
}
.slick-dots li.slick-active button {
   background: #e20026 none repeat scroll 0 0;
}
.slick-dots li button {
   background: #cecece none repeat scroll 0 0;
   border: medium none;
   border-radius: 100%;
   box-sizing: border-box;
   color: white;
   display: block;
   font-size: 0;
   height: 15px;
   margin: 15px 3px 0;
   position: relative;
   width: 15px;
}
.slick-slide{
    position: relative;
}

.main-slider > ul.slick-dots li {
   float: right;
}

#main-container-slider > a {
   color: black;
   font-family: JazeeraRegular;
   font-size: 30px;
   position: relative;
   text-decoration: none;
}
.main-slider > ul.slick-dots {
   margin-top: 0;
}

.happyNews_slider.slick-initialized.slick-slider {
   float: right;
   height: 100%;
   width: 100%;
}
.happyNews_slider .slick-list {
   display: block;
   float: right;
   height: 100% !important;
   position: relative;
}
#main-container-slider > a:first-child {
   height: 460px;
   position: relative;
}
#main-container-slider > a:last-child {
   bottom: 0;
   position: absolute;
}

.site-ads-pave {
   display: block;
   /*float: right;
   */
   height: 250px;
   overflow: hidden;
   position: relative;
   width: 300px;
}



.box.news ul.box__list li {
 position: relative;
}
.box.news ul.box__list li > time {
 width: 30px;
 flex: 0 0 30px;
 margin-left: 10px;
}
.box.news ul.box__list li > time,
.box.news ul.box__list li > i,
.box.news ul.box__list li > a {
 transition: .25s opacity ease;
}
.box.news ul.box__list:hover li > time,
.box.news ul.box__list:hover li > i,
.box.news ul.box__list:hover li > a {
 opacity: 0.4;
}
.box.news ul.box__list li:hover > time,
.box.news ul.box__list li:hover > i,
.box.news ul.box__list li:hover > a {
 opacity: 1;
}
.box__list {
	height: 400px;
	overflow-x: hidden;
	overflow-y: hidden;
 list-style: none;
 margin: 0;
 padding: 0px;
 width: 100%
}
.box__list li {
 display: -ms-flexbox;
 display: flex;
 overflow: hidden;
}
.box__list li:not(:last-child) {
 padding-bottom: 10px;
}


.widget.last_news li time.time {
    color: #e20026;
    float: right;
    font-family: omnes;
    font-size: 13px;
    height: 15px;
    line-height: 1em;
    padding-left: 10px;
    text-align: center;
    /*width: 30px;*/
}
.box__list a {
 display: block;
 -ms-flex: 1 0 auto;
     flex: 1 0 auto;
 overflow: hidden;
 line-height: 20px;
 color: #333;
 font-size: 14px;
 font-weight: bold;
}
.box__list li:hover span {
	transform: translateX(calc(100% - 190px));
}
.box__list span {
	width: auto !important;
	display: block;
	transition: 3.5s transform ease;
}
.box__list i {
 display: block;
 font-size: 12px;
 line-height: 20px;
 margin-left: 10px;
}
.box__list time {
 line-height: 20px;
}

.sidebar_single .slick-arrow i {
   font-size: 0;
}
.sidebar_single .slick-prev.slick-arrow {
   bottom: initial;
   left: 5px;
   right: initial;
   top: -35px;
}
.sidebar_single .slick-next.slick-arrow {
   bottom: initial;
   left: 30px;
   right: initial;
   top: -32px;
}

.sidebar_last_news {
   display: block;
   float: right;
   margin-top: 20px;
   position: relative;
   width: 100%;
}

.sidebar_single .sidebar_last_news .slick-next.slick-arrow, .sidebar_single .sidebar_last_news .slick-prev.slick-arrow {
   top: 0;
}


.related_posts .the_post_thumbnail_related {
   border: 1px solid white;
   margin-top: 5px;
   width: 50%;
}
.the_post_thumbnail_related > a {
   display: block;
   float: right;
   position: relative;
   width: 100%;
}
.the_post_thumbnail_related > a img {
   display: block;
   float: right;
   position: relative;
   width: 100%;
}
.post_info_related time {
   display: none;
}
.post_info_related .cat-list-title {
   float: right;
   padding: 0 10px;
   text-align: center;
   width: 100%;
}
.post_info_related ..cat-name-title {
   text-align: center;
}

.post_share .addtoany_list.a2a_kit_size_32 a > span{
    height: auto;
}
.post_info_related {
   background: white none repeat scroll 0 0;
   bottom: 0;
   display: block;
   float: left;
   position: absolute;
   right: 0;
   text-align: center;
   width: 100%;
}
.menu li.mars8 a{
   background: #da2a6a url("images/8mars_logo_menu.png") no-repeat scroll center center / 90% auto;
   cursor: pointer;
   font-size: 0;
   height: 80px;
   margin-top: -11px;
   padding: 0;
   position: relative;
   transition: all 0.2s ease 0s;
   width: 120px;
}

.bachra-container {
   border-bottom: 3px solid #e20026 ;
   display: block;
   float: left;
   height: 354px;
   position: relative;
   width: 320px;
}
.bachra-container .slick-arrow {
   font-size: 0;
}
.bachra-container .slick-arrow.slick-next::before {
   color: white;
   content: ">";
   font-family: "Comic Sans MS";
   font-size: 30px;
   font-weight: 100;
   left: 0;
   position: absolute;
   right: 0;
   top: -3px;
}

.bachra-container .slick-arrow.slick-pref::before {
   color: white;
   content: "<";
   font-family: "Comic Sans MS";
   font-size: 30px;
   font-weight: 100;
   left: 0;
   position: absolute;
   right: 0;
   top: -3px;
}

.bachra-container {
   overflow: hidden;
}

.widget_blog .homeblog_img a {
   height: 62px;
   width: 62px;
}.homeblog_img img {
   display: block;
   min-height: 100%;
}

.resume li {
   margin-bottom: 20px;
}
.resume li:last-child {
   margin-bottom: 0px;
}
.resume a {
   display: block;
   float: right;
   position: relative;
   width: 100%;
}
.resume img {
   display: block;
   position: relative;
   width: 100%;
}

.mCSB_scrollTools {
    opacity: 1 !important;
}

.widget.last_news li time.time {
   border-left: 1px solid #eaeaea ;
   width: 30px;
}

.container_slider_categorie {
   height: auto !important;
   width: auto !important;
}

#main-container-slider > a {
   color: black;
   font-family: JazeeraRegular;
   font-size: 30px;
   height: 100%;
   position: relative;
   text-decoration: none;
   width: 100%;
}

#main-container-slider > a{
    overflow: hidden;
}

#main-container-slider.slick-slide {
   height: 430px;
}
#main-container-slider > a img {
   min-height: 100%;
}

#main-container-slider > span {
   background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
   bottom: 0;
   box-sizing: border-box;
   color: white;
   float: right;
   font-family: jazeeraregular;
   font-size: 30px;
   padding: 5px 10px 11px;
   position: absolute;
   right: 0;
   width: 100%;
}

.mobile_apps {
   width: 100%;
}
.mobile_apps a {
   display: block;
   float: right;
   position: relative;
   text-align: center;
   width: 100%;
}
.mobile_apps .fa-android, .mobile_apps .fa-mobile {
   color: #ccc;
   float: right;
   font-size: 50pt;
   text-align: center;
   width: 100%;
}

main#main-page {
    width: 68%;
    float: right;
}

.content-area-page .entry-title {
    border-bottom: 1px solid;
    color: #e20026;
    display: block;
    float: right;
    font-family: jazeeraregular;
    font-size: 30px;
    font-weight: bold;
    padding: 0px 0px 10px 0px;
    position: relative;
    text-align: center;
		margin: 0px;
}

.content-area-page .entry-content {
    float: right;
}

.content-area-page header.entry-header {
    float: right;
    width: 100%;
}

.ftv_container.slick-slide{
	float: right !important;
}

div#main-container-slider {
    float: right !important;
}

div#mCSB_1_container {
    height: 80% !important;
}

.ftv_content {
   overflow: hidden;
}

.page-template-8mars-page .widget.last_news .title_black span {
    margin-bottom: 5px !important;
    padding-top: 12px !important;
}

.page-template-8mars-page .main_slider_categorie, .page-template-8mars-page .slick-next.slick-arrow, .page-template-8mars-page .slick-prev.slick-arrow,
.page-template-8mars-page .title_white.sport, .page-template-8mars-page .slick-dots li.slick-active button{
	background: #DA2A6A none repeat scroll 0 0;
}

.page-template-8mars-page .widgetOpening{
	background: #DA2A6A url("images/maria.jpg") no-repeat scroll 95% -10% / auto 160%
}

div#mCSB_1_container {
overflow-y: scroll;
height: 304px !important;
}
