/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* This stylesheet generated by Transfonter (https://transfonter.org) on April 13, 2017 2:47 PM */
@font-face {
  font-family: 'Dubai';
  src: url("../fonts/DubaiW23-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/*==================================================
 * Effect 7
 * ===============================================*/
.effect7 {
  position: relative;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.effect7:before, .effect7:after {
  content: "";
  position: absolute;
  z-index: -1;
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.35);
  top: 0;
  bottom: 0;
  left: 10px;
  right: 10px;
  -moz-border-radius: 100px / 10px;
  border-radius: 100px / 10px;
}

.effect7:after {
  right: 10px;
  left: auto;
  -webkit-transform: skew(8deg) rotate(3deg);
  -moz-transform: skew(8deg) rotate(3deg);
  -ms-transform: skew(8deg) rotate(3deg);
  -o-transform: skew(8deg) rotate(3deg);
  transform: skew(8deg) rotate(3deg);
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

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

a img {
  border: none;
}

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

html {
  box-sizing: border-box;
}

body {
  font-family: "Dubai", Arial, Helvetica, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  color: #454545;
  font-size: 14px;
  background: #f3f3f3 url(../img/fullbg.svg);
  background-size: 105% auto;
  background-repeat: no-repeat;
  background-position: center 0;
}

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

a {
  text-decoration: none;
  color: #000;
  line-height: 1.5;
}
a:hover {
  color: #c46211;
}

p {
  color: #343434;
  font-size: 17px;
  line-height: 1.8;
  margin: 10px 0 16px 0;
}

strong {
  font-weight: bold;
  color: #000;
}

[v-cloak] > * {
  display: none;
}

[v-cloak]::before {
  content: " ";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("data:image/gif;base64,R0lGODlhEAAQAPIAAP///wAAAMLCwkJCQgAAAGJiYoKCgpKSkiH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAEAAQAAADMwi63P4wyklrE2MIOggZnAdOmGYJRbExwroUmcG2LmDEwnHQLVsYOd2mBzkYDAdKa+dIAAAh+QQJCgAAACwAAAAAEAAQAAADNAi63P5OjCEgG4QMu7DmikRxQlFUYDEZIGBMRVsaqHwctXXf7WEYB4Ag1xjihkMZsiUkKhIAIfkECQoAAAAsAAAAABAAEAAAAzYIujIjK8pByJDMlFYvBoVjHA70GU7xSUJhmKtwHPAKzLO9HMaoKwJZ7Rf8AYPDDzKpZBqfvwQAIfkECQoAAAAsAAAAABAAEAAAAzMIumIlK8oyhpHsnFZfhYumCYUhDAQxRIdhHBGqRoKw0R8DYlJd8z0fMDgsGo/IpHI5TAAAIfkECQoAAAAsAAAAABAAEAAAAzIIunInK0rnZBTwGPNMgQwmdsNgXGJUlIWEuR5oWUIpz8pAEAMe6TwfwyYsGo/IpFKSAAAh+QQJCgAAACwAAAAAEAAQAAADMwi6IMKQORfjdOe82p4wGccc4CEuQradylesojEMBgsUc2G7sDX3lQGBMLAJibufbSlKAAAh+QQJCgAAACwAAAAAEAAQAAADMgi63P7wCRHZnFVdmgHu2nFwlWCI3WGc3TSWhUFGxTAUkGCbtgENBMJAEJsxgMLWzpEAACH5BAkKAAAALAAAAAAQABAAAAMyCLrc/jDKSatlQtScKdceCAjDII7HcQ4EMTCpyrCuUBjCYRgHVtqlAiB1YhiCnlsRkAAAOwAAAAAAAAAAAA==");
}

h3 {
  font-size: 25px;
  margin-bottom: 18px;
  color: #000;
  text-align: right;
}

h2.section-title {
  font-size: 25px;
  background: #f26522 url(../img/headbg.svg) 0 0 no-repeat;
  background-size: cover;
  color: #fff;
  padding: 20px;
  display: block;
  margin: 1px;
  border-bottom: 5px solid #f7f7f7;
  text-align: right;
  font-weight: bold;
}

main {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 40px 50px;
  background: white;
  overflow: hidden;
  *zoom: 1;
}

input[type="text"], input[type="email"], input[type="password"], textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  font-size: 18px;
  border: 0;
  padding: 8px;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: #f0f0f0;
  -moz-box-shadow: 0 0 0 2px transparent;
  -webkit-box-shadow: 0 0 0 2px transparent;
  box-shadow: 0 0 0 2px transparent;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, textarea:focus {
  background: #fff;
  outline: none;
  -moz-box-shadow: 0 0 0 2px #000000;
  -webkit-box-shadow: 0 0 0 2px #000000;
  box-shadow: 0 0 0 2px #000000;
}

select {
  padding: 6px;
  border: 1px solid #f0f0f0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  width: 97%;
  -webkit-appearance: none;
  background: #f0f0f0;
}
select:focus {
  background: #fff;
}

label {
  display: block;
  margin-bottom: 6px;
  text-align: left;
  width: 100%;
  font-weight: bold;
  color: #444;
}

input[type="submit"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  background-color: white;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  color: #363636;
  display: -webkit-flex;
  display: flex;
  height: 32px;
  line-height: 24px;
  padding-left: 8px;
  padding-right: 8px;
  position: relative;
  vertical-align: top;
  -webkit-touch-callout: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-top: 20px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Dubai", Arial, Helvetica, sans-serif;
}
input[type="submit"]:hover {
  border-color: #000000;
  outline: none;
}

/* start here */
.w-top-ad {
  background: #fff;
}

#top-ad {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  justify-content: center;
}
#top-ad > a {
  padding: 8px;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

/* navigation */
/* A simple, css only, (some-what) responsive menu */
.w-nav {
  background: #191919;
  background-image: linear-gradient(#404040, #191919, #252525);
}
.w-nav.stuck {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10000;
}

.infogrf .w-nav.stuck {
  position: static;
}

/* a little "umph" */
.decor {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ0NDQ0NCIgc3RvcC1vcGFjaXR5PSIwLjcxIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNkZmRmZGYiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0NDQ0NDQiIHN0b3Atb3BhY2l0eT0iMC43MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(68, 68, 68, 0.71)), color-stop(50%, #dfdfdf), color-stop(100%, rgba(68, 68, 68, 0.71)));
  background-image: -moz-linear-gradient(left, rgba(68, 68, 68, 0.71), #dfdfdf, rgba(68, 68, 68, 0.71));
  background-image: -webkit-linear-gradient(left, rgba(68, 68, 68, 0.71), #dfdfdf, rgba(68, 68, 68, 0.71));
  background-image: linear-gradient(to right, rgba(68, 68, 68, 0.71), #dfdfdf, rgba(68, 68, 68, 0.71));
  height: 1px;
  display: block;
}

ul.primary {
  list-style: none;
  position: relative;
  display: none;
  justify-content: center;
  flex-direction: column;
}
ul.primary.on {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
ul.primary > li:first-child {
  grid-column: span 2;
  border-bottom: 1px solid #555;
}
ul.primary > li:last-child {
  grid-column: span 2;
}
@media (min-width: 1024px) {
  ul.primary {
    display: -webkit-flex;
    display: flex;
    flex-direction: row-reverse;
  }
}

/* clear'n floats */
ul:after {
  clear: both;
}

@media (min-width: 1024px) {
  ul:before,
  ul:after {
    content: " ";
    display: table;
  }
}

nav {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
  text-shadow: 1px 1px 1px #0E0E0E;
}

/* primary */
ul.primary li a {
  display: block;
  padding: 17px 16px;
  border-right: 1px solid #3D3D3D;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
}

ul.primary li:first-child a {
  border-right: none;
}

ul.primary li a:hover {
  color: #000;
}

/* subs */
ul.sub {
  position: absolute;
  z-index: 200;
  box-shadow: 2px 2px 0 #BEBEBE;
  width: 15%;
  display: none;
}

ul.sub li {
  float: none;
  margin: 0;
}

ul.sub li a {
  border-bottom: 1px dotted #ccc;
  border-right: none;
  color: #000;
  padding: 10px 20px;
}

ul.sub li:last-child a {
  border-bottom: none;
}

ul.sub li a:hover {
  color: #000;
  background: #eeeeee;
}

/* sub display*/
ul.primary li:hover ul {
  display: block;
  background: #fff;
}

/* keeps the tab background white */
ul.primary li:hover a {
  background: #fff;
  color: #666;
  text-shadow: none;
}

ul.primary li:hover > a {
  color: #000;
}

@media only screen and (max-width: 600px) {
  .decor {
    padding: 2px;
  }

  .wrap {
    width: 100%;
    margin-top: 0px;
  }

  li {
    float: none;
  }

  ul.primary li:hover a {
    background: none;
    color: #8B8B8B;
    text-shadow: 1px 1px #000;
  }

  ul.primary li:hover ul {
    display: block;
    background: #272727;
    color: #fff;
  }

  ul.sub {
    display: none;
    position: static;
    box-shadow: none;
    width: 100%;
  }

  ul.sub li a {
    background: #272727;
    border: none;
    color: #8B8B8B;
  }

  ul.sub li a:hover {
    color: #ccc;
    background: none;
  }
}
.w-header {
  background-image: linear-gradient(#e88a22, #f26522);
  border-top: 1px solid #eee;
  position: relative;
}

.header {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
  padding: 15px 0;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 1024px) {
  .header {
    height: 146px;
  }
}
@media (min-width: 1024px) {
  .header {
    flex-direction: row;
  }
}
.header canvas.background {
  position: absolute;
  height: 120px;
}
.header .ad {
  display: none;
  margin-right: 6px;
}
@media (min-width: 1024px) {
  .header .ad {
    display: block;
    width: 770px;
    z-index: 10000;
  }
}
.header .ad img {
  width: 100%;
}
.header > div {
  width: 100%;
}
.header > div.logo {
  margin-top: 10px;
  z-index: 1000;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header > div.logo .burger {
  width: 50px;
  padding: 8px;
  margin: 0 20px;
  display: block;
}
.header > div.logo .burger img {
  width: 100%;
}
@media (min-width: 1024px) {
  .header > div.logo .burger {
    display: none;
  }
}
@media (min-width: 1024px) {
  .header > div.logo {
    width: 320px;
    padding: 3px;
  }
}
.header > div.logo .logo-img {
  width: 230px;
}
@media (min-width: 1024px) {
  .header > div.logo .logo-img {
    width: 100%;
  }
}

ul.primary li.search:hover > a {
  background: #000;
}

li.search {
  position: relative;
}

ul.primary li.search a {
  padding: 10px;
}

.search-box {
  position: absolute;
  display: none;
  background: black;
  padding: 30px;
  z-index: 100;
}
.search-box input {
  background: #fff;
  text-align: right;
  direction: rtl;
}

.search-box.show-me {
  display: block;
}

/* hamburger */
.hamburger .line {
  width: 50px;
  height: 5px;
  background-color: #ecf0f1;
  display: block;
  margin: 8px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hamburger:hover {
  cursor: pointer;
}

#hamburger-1.is-active .line:nth-child(2) {
  opacity: 0;
}

#hamburger-1.is-active .line:nth-child(1) {
  -webkit-transform: translateY(13px) rotate(45deg);
  -ms-transform: translateY(13px) rotate(45deg);
  -o-transform: translateY(13px) rotate(45deg);
  transform: translateY(13px) rotate(45deg);
}

#hamburger-1.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-13px) rotate(-45deg);
  -ms-transform: translateY(-13px) rotate(-45deg);
  -o-transform: translateY(-13px) rotate(-45deg);
  transform: translateY(-13px) rotate(-45deg);
}

/* -------------- */
.w-breaking {
  margin: 25px 0 30px 0;
}
.w-breaking .title {
  background: #bb1f28;
  color: #fff;
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
  padding: 10px;
}

.breaking {
  position: relative;
  padding: 10px;
  border-radius: 4px;
  color: #454545;
  text-align: right;
  overflow: hidden;
  background: #ffffff;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  box-shadow: 0 10px 14px rgba(0, 0, 0, 0.08);
}
.breaking a {
  margin-left: 10px;
  white-space: nowrap;
  display: inline-block;
  font-family: sans-serif;
  font-weight: bold;
  color: #30080a;
}
.breaking a:hover {
  color: black;
}
.breaking a span {
  transform: translateY(2px);
  display: inline-block;
  font-weight: bold;
  color: #bb1f28;
}

.fa-icon {
  width: auto;
  height: 1em;
  /* or any other relative font sizes */
  /* You would have to include the following two lines to make this work in Safari */
  max-width: 100%;
  max-height: 100%;
}

.hero {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 1024px) {
  .hero {
    flex-direction: row;
  }
}
.hero > div {
  flex: auto;
  width: 100%;
  text-align: center;
  padding: 2px;
}
@media (min-width: 1024px) {
  .hero > .showcase {
    width: 650px;
    box-shadow: 0 10px 14px rgba(0, 0, 0, 0.08);
  }
}
.hero > .stats {
  -moz-box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
  padding: 0;
}
@media (min-width: 1024px) {
  .hero > .stats {
    width: 300px;
    margin-right: 10px;
  }
}

/* carousel */
.el-carousel__item {
  backgound: #f0f0f0;
}
.el-carousel__item .overlay {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIzMyUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuODIiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(33%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.82)));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.82) 100%);
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.82) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.82) 100%);
}
.el-carousel__item a {
  color: #fff;
}
.el-carousel__item h3 {
  color: #fff;
  font-weight: bold;
  font-size: 26px;
  padding: 10px;
  margin-bottom: 30px;
  text-align: center;
}

/* tabs */
.el-tabs__nav {
  display: -webkit-flex;
  display: flex;
  float: none;
}

.el-tabs--card > .el-tabs__header .el-tabs__item {
  font-size: 18px;
}

.el-tabs__item {
  flex: auto;
  background: #dddddd9e;
  color: #454545;
}

.el-tabs__header {
  margin-bottom: 0;
}

.el-tabs__content {
  background: #fff;
  border-right: 1px solid #d0dbe5;
  border-left: 1px solid #d0dbe5;
}

.el-tabs__item.is-active {
  font-weight: bold;
  color: #000;
}

.el-tabs--card > .el-tabs__header .el-tabs__item.is-active {
  background: #f26522;
  color: #fff;
}

.stat-list {
  overflow: scroll;
  height: 382px;
}
.stat-list > a {
  text-align: right;
  padding: 13px;
  direction: rtl;
  line-height: 25px;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  background-color: #f9f9f9;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #dcdcdc;
}
.stat-list .tm {
  color: #790000;
  display: inline-block;
  margin-left: 10px;
  font-size: 11px;
  white-space: nowrap;
  font-weight: bold;
}

/* vid sec */
.vid-sec {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .vid-sec {
    flex-direction: row;
  }
}
.vid-sec h3 {
  color: #fff;
}
.vid-sec > * {
  flex: auto;
  width: 100%;
}
.vid-sec > aside {
  background: #3c3c3c;
}
.vid-sec > aside h3 {
  color: #fff;
  border-bottom: 3px solid #1f8f6f;
}
@media (min-width: 1024px) {
  .vid-sec > aside {
    width: 300px;
    margin-right: 20px;
  }
}
.vid-sec .infograph {
  background: #f0f0f0;
}
.vid-sec .infograph h3 {
  border-bottom: 3px solid #8615ea;
  background: #000;
}
@media (min-width: 1024px) {
  .vid-sec .infograph {
    width: 650px;
  }
}
.vid-sec .infograph .swiper-button-next, .vid-sec .infograph .swiper-button-prev {
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.vid-sec .imgbox > a {
  color: #fff;
  direction: rtl;
}

.imgbox {
  display: -webkit-flex;
  display: flex;
  padding: 12px;
  border-bottom: 1px dotted #a3a3a3;
}
.imgbox:last-child {
  border-bottom: none;
}
.imgbox .imgx {
  flex: 0 0 120px;
  height: 70px;
  margin-left: 10px;
}
.imgbox > a {
  flex: auto;
}

.imgbox:hover {
  background: #222;
}

.infograph {
  background: #ddd;
}
.infograph .swiper-container {
  width: 100%;
  height: 400px;
  margin-left: auto;
  margin-right: auto;
}
.infograph .swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-size: cover;
  background-position: center;
}
.infograph .swiper-pagination-bullet {
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  font-size: 13px;
  color: #000;
  opacity: 1;
  margin: 0 8px;
  background: rgba(0, 0, 0, 0.2);
}
.infograph .swiper-pagination {
  position: relative;
  margin: 10px auto;
  padding: 8px;
}
.infograph .swiper-pagination-bullet-active {
  color: #fff;
  background: #8615ea;
}

.videograph {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  background: #f0f0f0;
  margin-top: 35px;
}
.videograph .ig-title {
  border-bottom: 3px solid #8615ea;
  color: #000;
}
.videograph .swiper-container {
  width: 100%;
  padding: 30px;
  background: #333;
}
.videograph .swiper-slide {
  text-align: center;
  font-size: 18px;
}
.videograph .swiper-slide a {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.videograph .swiper-slide a:first-child {
  display: block;
  width: 100%;
}
.videograph .swiper-slide a:last-child {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  color: #fff;
}

.info {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: right;
  direction: rtl;
  padding: 20px;
  background: #fff;
}
.info h3 {
  font-size: 25px;
  margin-bottom: 18px;
  color: #000;
  text-align: right;
}
.info .main-img {
  width: 100%;
}

/* grid */
.w-igrid {
  margin-top: 40px;
}

.igrid {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  flex-direction: column-reverse;
  padding: 15px;
}
@media (min-width: 1024px) {
  .igrid {
    padding: 0;
    flex-direction: row;
  }
}
.igrid > div {
  background: #fff;
  margin-bottom: 30px;
  overflow: hidden;
  -moz-box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
  width: 100%;
  flex: auto;
  transition: all .22s ease-in-out;
}
.igrid > div:hover {
  transform: scale(1.01) translateY(-2px);
}
@media (min-width: 1024px) {
  .igrid > div {
    width: 30%;
    margin-right: 20px;
  }
  .igrid > div:last-child {
    margin-right: 0;
  }
}
.igrid > div > .img {
  width: 100%;
  height: 240px;
}

.ig-title {
  padding: 12px;
  text-align: right;
  font-weight: bold;
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  border-bottom: 2px solid #fff;
  margin-bottom: 0;
}

.ig-item a:hover h3 {
  color: #ddd;
}

.ig-item:nth-child(1) .ig-title {
  background: #ea7016;
}

.ig-item:nth-child(2) .ig-title {
  background: #1f8f6f;
}

.ig-item:nth-child(3) .ig-title {
  background: #bb1f28;
}

.ig-item.sport .ig-title {
  background: #164985;
}

.ig-item.tech .ig-title {
  background: #819f73;
}

.ig-item.misc .ig-title {
  background: #9f4e8d;
}

.ig-list {
  text-align: right;
}
.ig-list > a {
  direction: rtl;
  font-size: 15px;
  display: block;
  padding: 10px;
  background-color: #f9f9f9;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #dcdcdc;
}
.ig-list > a:first-child {
  font-weight: bold;
  font-size: 16px;
  color: #000;
  direction: rtl;
}
.ig-list > a:last-child {
  border: 0;
}
.ig-list > a:hover {
  color: #282828;
  background-color: #fff;
  border-top-color: transparent;
}

/* carc */
.carc {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  margin: 35px auto;
  display: grid;
  grid-gap: 12px;
  grid-template-columns: 1fr;
}
.carc .marsad, .carc .crt {
  padding: 24px;
}
@media (min-width: 1024px) {
  .carc {
    grid-template-columns: 2fr 7fr;
  }
}
.carc .marsad {
  margin: 25px;
  background: white;
  text-align: center;
}
@media (min-width: 1024px) {
  .carc .marsad {
    margin: 0;
    padding: 0;
  }
}
.carc .marsad h3 {
  text-align: center;
  background: #790000;
  padding: 10px;
  color: white;
  font-weight: bold;
  margin-bottom: 3px;
}
.carc .marsad img {
  width: 200px;
}
@media (min-width: 1024px) {
  .carc .marsad img {
    width: 100%;
  }
}
.carc .crt {
  padding: 21px;
}
@media (min-width: 1024px) {
  .carc .crt {
    padding: 0;
  }
}
.carc .crt h3 {
  background: #3f6fc6;
  padding: 10px;
  color: white;
  font-weight: bold;
  margin-bottom: 3px;
}
.carc .crt img {
  width: 100%;
  height: 460px;
  object-fit: cover;
}

/* coverflow */
.w-icover {
  margin-top: 40px;
}

.icover {
  overflow: hidden;
  *zoom: 1;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}
.icover .icover-title {
  padding: 14px;
  text-align: right;
  font-weight: bold;
  color: #fff;
  font-size: 20px;
  line-height: 21px;
  margin: 20px 0;
  border-bottom: 2px solid #fff;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9Ii0wLjA3MDQyOCIgeTE9IjAuNjAwNTgyIiB4Mj0iMS4wNzA0MjgiIHkyPSIwLjM5OTQxOCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RmZGZkZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzZkNmQ2ZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -moz-linear-gradient(10deg, #dfdfdf, #6d6d6d);
  background-image: -webkit-linear-gradient(10deg, #dfdfdf, #6d6d6d);
  background-image: linear-gradient(80deg, #dfdfdf, #6d6d6d);
}
.icover h3 {
  font-size: 16px;
}

.w-footer {
  background: #333;
}

footer {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
}
@media (min-width: 1024px) {
  footer {
    grid-template-columns: 300px 1fr;
  }
}
footer .logo-white {
  width: 200px;
  height: 100px;
  background: url(../img/logo-all-white.png) no-repeat center center;
  background-size: contain;
}
footer ul {
  direction: rtl;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  footer ul {
    float: right;
    flex-wrap: nowrap;
  }
}
footer ul a {
  color: #fff;
  margin: 0 8px;
  display: inline-block;
}

/* iside */
.iside {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  overflow: hidden;
  *zoom: 1;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .iside {
    flex-direction: row;
  }
}
.iside > .prime {
  width: 100%;
}
.iside > .prime h3 {
  padding: 14px;
  text-align: right;
  font-weight: bold;
  color: #fff;
  font-size: 20px;
  line-height: 21px;
  margin: 20px 0;
  border-bottom: 2px solid #fff;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMDcwNDI4IiB5MT0iMC42MDA1ODIiIHgyPSItMC4wNzA0MjgiIHkyPSIwLjM5OTQxOCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VhNzAxNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmOTMxNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -moz-linear-gradient(170deg, #ea7015, #ff9317);
  background-image: -webkit-linear-gradient(170deg, #ea7015, #ff9317);
  background-image: linear-gradient(280deg, #ea7015, #ff9317);
}
.iside > .prime #lightgallery {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.iside > .prime #lightgallery > a {
  width: 99%;
  text-align: center;
  margin: 6px;
}
@media (min-width: 1024px) {
  .iside > .prime #lightgallery > a {
    width: 200px;
  }
}
.iside > .prime #lightgallery > a img {
  border: 3px solid #fff;
  -moz-box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
  width: 100%;
}
@media (min-width: 1024px) {
  .iside > .prime {
    width: 66.66%;
  }
}
.iside > .aside {
  width: 100%;
}
@media (min-width: 1024px) {
  .iside > .aside {
    width: 30%;
    margin-right: 8px;
  }
}

/* ads */
.ad-1 {
  padding: 10px 0 25px 0;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  text-align: center;
}
.ad-1 img {
  width: 100%;
}

.ad-2 {
  padding: 10px 0 25px 0;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  text-align: center;
}
.ad-2 img {
  width: 100%;
}

/* article page */
.article-page {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  margin-top: 40px;
  display: grid;
  grid-template-columns: 100%;
}
@media (min-width: 1024px) {
  .article-page {
    grid-template-columns: 310px 960px;
    grid-gap: 10px;
  }
}

.article {
  grid-row: 1;
  text-align: right;
  direction: rtl;
  padding: 30px;
  background: #fff;
  box-shadow: 0 10px 14px rgba(0, 0, 0, 0.08);
}
@media (min-width: 1024px) {
  .article {
    grid-row: auto;
  }
}
.article h3 {
  font-size: 25px;
  margin-bottom: 18px;
  color: #000;
  text-align: right;
}
.article .main-img {
  width: 100%;
}

.article-body div {
  font-size: 18px;
  line-height: 1.6;
  margin: 10px 0 20px;
}

.froala-view img {
  width: 100%;
}

.dates {
  font-size: 15px;
  margin: 5px 0 10px 0;
  display: flex;
  padding: 12px 1px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  align-items: center;
}

.source {
  font-size: 22px;
  color: #f26522;
}

.auth-sep {
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
}

.created {
  margin-right: 4px;
  direction: ltr;
  font-size: 17px;
}

#bio {
  border-top: 1px solid #ccc;
  padding: 15px 0;
  color: #000;
  margin: 0 0 12px 0;
  font-size: 16px;
}

.shortlink {
  display: flex;
  align-items: center;
  background: #f7f7f7f0;
  padding: 4px;
}
.shortlink input {
  font-size: 10px;
  padding: 8px 12px;
  margin: 0 5px;
  width: 286px;
  text-align: center;
  border: 1px dashed #c9c5c5;
  background: #fcfcbf;
  font-family: "Lucida Console", Monaco, monospace;
}

.lnk {
  direction: ltr;
  padding: 7px 12px;
  background: rgba(255, 255, 0, 0.22);
  border: 1px solid #ddd;
  margin: 0 5px;
}

.bio {
  display: grid;
  grid-template-columns: 2fr 6fr;
  grid-template-rows: minmax(100px, 1fr);
  grid-gap: 12px;
}
.bio .img {
  width: 100%;
  height: 100%;
  display: block;
}
.bio .bio-text {
  font-weight: normal;
  color: #555;
}

.comments {
  margin-top: 50px;
}

.fr-img-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-tag {
  background: #790000;
  padding: 8px 30px 8px 10px;
  margin-right: -44px;
  margin-bottom: 12px;
  display: inline-block;
  color: #fff;
  position: relative;
}
.section-tag:before, .section-tag:after {
  content: "";
  position: absolute;
}
.section-tag:after {
  border-top: 1em solid #790000;
  bottom: -1em;
  border-right: 1em solid transparent;
  right: 0;
}

h4 {
  display: block;
  margin: 20px 0;
}

.w-tags {
  margin: 30px 0;
  background-image: linear-gradient(#ffffff, #d7d7d7);
  padding: 20px;
}
.w-tags h4 {
  border-top: 1px dotted #ddd;
  padding-top: 20px;
  font-size: 18px;
  font-weight: bold;
}

ul.tags {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
ul.tags a {
  display: inline-block;
  padding: 8px 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin: 3px;
  color: black;
  background: white;
}
ul.tags a:hover {
  background: #790000;
  color: #fff;
}

/* Froala Editor. Custom styles */
.fr-element ul {
  margin-top: 20px;
  margin-left: 20px;
}

.fr-element ul li {
  list-style-type: disc;
}

.fr-popup {
  z-index: 99999;
}

.fr-dib {
  display: table;
}

.fr-dib:not(.fr-fil) {
  margin-left: auto;
}

.fr-dib:not(.fr-fir) {
  margin-right: auto;
}

.like-share {
  margin: 14px 0;
}

.news, .most-read {
  text-align: right;
  background: #fff;
  padding: 1px;
  box-shadow: 0 10px 14px rgba(0, 0, 0, 0.08);
}
.news h3, .most-read h3 {
  background: #ddd;
  padding: 14px;
  font-size: 18px;
  font-weight: bold;
}

.most-read h3 {
  border-bottom: 2px solid #8615ea;
}

.mpu-1, .mpu-2 {
  margin: 30px 0;
  text-align: center;
}

.w-vid {
  margin: 30px 0;
  background: #1a1a1a;
  padding: 40px 0;
}

/* section */
.section-page {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 25px;
}
@media (min-width: 1024px) {
  .section-page {
    grid-template-columns: 310px 1fr;
  }
}
.section-page .sidebar {
  text-align: center;
  grid-row: 2;
}
@media (min-width: 1024px) {
  .section-page .sidebar {
    grid-row: 1;
  }
}

ul.pagination {
  display: flex;
  flex-wrap: wrap;
  direction: rtl;
  justify-content: center;
  margin: 20px auto;
}
ul.pagination > li {
  margin: 5px 8px;
}
ul.pagination a {
  border: 1px solid #dedede;
  padding: 6px 35px;
  display: inline-block;
  border-radius: 4px;
  font-size: 16px;
  color: #5e5e5e;
  background: #f6f6f6;
  box-shadow: 2px 2px 0 0 rgba(100, 100, 100, 0.2);
  font-weight: bold;
}
ul.pagination a:hover {
  background: #790000;
  color: #fff;
}
ul.pagination a:focus {
  box-shadow: 1px 1px 0 0 rgba(100, 100, 100, 0.2);
  transform: translateY(1px);
}

li.disabled {
  display: none;
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: #f0f0f0;
}

.section-content .overlay-item {
  backgound: #f0f0f0;
}
.section-content .overlay-item .overlay {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIzMyUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuODIiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(33%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.82)));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.82) 100%);
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.82) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.82) 100%);
}
.section-content .overlay-item a {
  color: #fff;
}
.section-content .overlay-item h3 {
  color: #fff;
  font-weight: bold;
  font-size: 26px;
  padding: 10px;
  margin-bottom: 30px;
  text-align: center;
}

.section-article {
  transition: all 0.2s ease;
  display: grid;
  padding: 10px;
  background: #fff;
  box-shadow: 0 10px 14px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  grid-template-columns: 1fr;
  margin: 10px 0;
  text-align: right;
}
@media (min-width: 1024px) {
  .section-article {
    grid-template-columns: 15fr 6fr;
  }
}
.section-article h3 {
  font-weight: bold;
  font-size: 24px;
  color: #000;
}
.section-article h3:hover {
  color: #343434;
}
.section-article > div {
  flex: auto;
}
.section-article .img {
  width: 100%;
  height: 320px;
}
@media (min-width: 1024px) {
  .section-article .img {
    height: 180px;
  }
}
.section-article .date {
  font-size: 12px;
  padding: 2px;
  direction: ltr;
  margin: 4px 0 0 0;
  font-style: italic;
  color: rgba(98, 98, 98, 0.85);
  width: 100px;
}
.section-article .wt {
  padding: 10px;
  direction: rtl;
  margin-right: 10px;
}
.section-article .wt p {
  margin: 3px 0 6px 0;
  font-size: 15px;
}

.section-article:hover {
  transform: scale(1.01);
  cursor: pointer;
  box-shadow: 0 10px 14px rgba(0, 0, 0, 0.22);
}

svg.separator rect.hbar {
  mask: url(#mask-stripe);
  fill: #666;
}

/* full width pages -- marsad and similar */
.fullwidth-page .content {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  background: #fff;
  padding: 35px;
  direction: rtl;
  margin: 40px auto;
  box-shadow: 0 10px 14px rgba(0, 0, 0, 0.08);
}

.marsad-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 18px;
}
.marsad-grid img {
  width: 100%;
  box-shadow: 0 0 11px 2px rgba(0, 0, 0, 0.3);
  border: 2px solid white;
}
.marsad-grid > div {
  padding: 10px;
}
.marsad-grid > div:hover {
  border: #f26522;
  transform: translateY(-1px);
}
.marsad-grid h4 {
  display: block;
  margin: 10px 0 0 0;
  text-align: center;
  font-size: 17px;
  color: black;
}

@media (max-width: 1000px) {
  .marsad-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .marsad-grid {
    grid-template-columns: 1fr;
  }
}
.static .main-content {
  padding: 40px;
  background: #fff;
  max-width: 900px;
  width: 100%;
  margin: 40px auto;
  text-align: right;
  font-size: 15px;
  direction: rtl;
  box-shadow: 0 0 30px 6px rgba(31, 51, 73, 0.07);
}
.static .main-content h4 {
  font-size: 20px;
  color: #790000;
  font-family: sans-serif;
}
.static .main-content li {
  font-size: 16px;
  line-height: 1.9;
  list-style-type: square;
}
.static .main-content a {
  color: #790000;
}

.isdar {
  background-image: linear-gradient(#fd0c00 0%, #690e1a 64%);
  border-radius: 3px;
  text-shadow: none;
}

@media (max-width: 600px) {
  html, body {
    overflow-x: hidden;
  }

  body {
    position: relative;
  }

  .sidebar {
    text-align: center;
    background: #fff;
    padding: 12px;
  }

  footer .logo-white {
    margin: auto;
  }

  .section-page {
    margin-top: 0;
  }

  .source {
    font-size: 15px;
  }

  .article-page {
    margin-top: 0;
  }

  .article img {
    max-width: 100%;
  }

  .like-share {
    display: none;
  }

  h2.section-title {
    background: url(../img/fullbg.svg) no-repeat center center;
    background-size: 165%;
  }
}

.ig-item.poll {
  background: linear-gradient(#fff 66%,#ddd);
}
.ig-item.poll .ig-title {
  background: linear-gradient(#333 22%,#000);
}
.poll-content{
  padding: 10px 20px;
  text-align: right;

}
.poll-content small {
  display: block;
  padding: 2px;
  margin: 5px 0 3px 0;
}

.poll-content .result {
  margin-bottom: 18px;
}
.poll h3 {
  line-height: 1.7;
  font-size: 20px;
  margin: 0 0 10px 0;
}
.el-radio {
  direction: rtl;
  text-align: right;
}

.el-radio__inner {
  margin: 10px 0 10px 8px;
}

.poll-submit {
  margin-top: 10px;
}


.op-page {
  max-width: 1180px;
  width: 100%;
  margin: auto;
  padding: 3em;
  background: white;

}
.op-title {
  margin-bottom: 2em;
  text-align: right;
  font-size: 36px;

}

.w-op {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  grid-gap: 25px;
}
.op-article {
  display: flex;
  column-gap: 10px;
  padding: 20px;

  transition: all 0.5s ease-in-out;

}
.op-article:hover {
  background: #f0f0f0;
}

.op-article img {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  object-fit: cover;

}
.op-article h3 {
  font-size :20px;
  margin-bottom: 2px;
}

.op-article .date {

  text-align: right;
  color: #777;
  font-style: italic;
}