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

body {
  margin: 0;
}

header,
main,
menu,
nav {
  display: block;
}

a {
  background-color: transparent;
}

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

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

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

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

button {
  overflow: visible;
}

button {
  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 {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

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

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
  *,
  :after,
  :before {
    color: #000 !important;
    text-shadow: none !important;
    background: 0 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .btn > .caret {
    border-top-color: #000 !important;
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.42857143;
  color: #333;
}

button,
input {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:focus,
a:hover {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

img {
  vertical-align: middle;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul {
  margin-bottom: 0;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 992px) {
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="checkbox"],
input[type="radio"] {
  margin: 4px 0 0;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

input[type="checkbox"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control[disabled],
.form-control[readonly] {
  background-color: #eee;
  opacity: 1;
}

.form-control[disabled] {
  cursor: not-allowed;
}

input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control,
  input[type="time"].form-control {
    line-height: 34px;
  }
}

.form-group {
  margin-bottom: 15px;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group .form-control,
.input-group-btn {
  display: table-cell;
}

.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:active,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:hover {
  z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:focus,
.btn:hover {
  color: #333;
  text-decoration: none;
}

.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn[disabled] {
  cursor: not-allowed;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.65;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.nav {
  font-family: "Source Sans Pro" !important;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: #eee;
}

.nav > li > a > img {
  max-width: none;
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
}

.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
}

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}

.container:after,
.container:before,
.nav:after,
.nav:before,
.row:after,
.row:before {
  display: table;
  content: " ";
}

.container:after,
.nav:after,
.row:after {
  clear: both;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

/*!
* Font Awesome Free 5.12.1 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
*/

.fa,
.fab,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-1x {
  font-size: 1em;
}

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

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

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

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

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

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

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

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

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

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

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

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

.fa-atom:before {
  content: "\f5d2";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-bootstrap:before {
  content: "\f836";
}

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

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

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

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

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

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

.fa-css3-alt:before {
  content: "\f38b";
}

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

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

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

.fa-facebook-f:before {
  content: "\f39e";
}

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

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

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

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

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

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

.fa-icons:before {
  content: "\f86d";
}

.fa-image:before {
  content: "\f03e";
}

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

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

.fa-js:before {
  content: "\f3b8";
}

.fa-language:before {
  content: "\f1ab";
}

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

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

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

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

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

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

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

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-pills:before {
  content: "\f484";
}

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

.fa-reply:before {
  content: "\f3e5";
}

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

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

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

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

.fa-times:before {
  content: "\f00d";
}

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

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

.fa-user-alt:before {
  content: "\f406";
}

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

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

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

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  src: url(vendor/font-awesome/webfonts/fa-brands-400.eot);
  src: url(vendor/font-awesome/webfonts/fa-brands-400d41d.eot?#iefix)
      format("embedded-opentype"),
    url(vendor/font-awesome/webfonts/fa-brands-400.woff2) format("woff2"),
    url(vendor/font-awesome/webfonts/fa-brands-400.woff) format("woff"),
    url(vendor/font-awesome/webfonts/fa-brands-400.ttf) format("truetype"),
    url(vendor/font-awesome/webfonts/fa-brands-400.svg#fontawesome)
      format("svg");
  font-display: swap;
}

.fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  src: url(vendor/font-awesome/webfonts/fa-regular-400.eot);
  src: url(vendor/font-awesome/webfonts/fa-regular-400d41d.eot?#iefix)
      format("embedded-opentype"),
    url(vendor/font-awesome/webfonts/fa-regular-400.woff2) format("woff2"),
    url(vendor/font-awesome/webfonts/fa-regular-400.woff) format("woff"),
    url(vendor/font-awesome/webfonts/fa-regular-400.ttf) format("truetype"),
    url(vendor/font-awesome/webfonts/fa-regular-400.svg#fontawesome)
      format("svg");
  font-display: swap;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  src: url(vendor/font-awesome/webfonts/fa-solid-900.eot);
  src: url(vendor/font-awesome/webfonts/fa-solid-900d41d.eot?#iefix)
      format("embedded-opentype"),
    url(vendor/font-awesome/webfonts/fa-solid-900.woff2) format("woff2"),
    url(vendor/font-awesome/webfonts/fa-solid-900.woff) format("woff"),
    url(vendor/font-awesome/webfonts/fa-solid-900.ttf) format("truetype"),
    url(vendor/font-awesome/webfonts/fa-solid-900.svg#fontawesome) format("svg");
  font-display: swap;
}

.fa,
.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-display: swap;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

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

/*! jQuery UI - v1.12.1 - 2019-08-30
* http://jqueryui.com
* Includes: core.css, autocomplete.css, menu.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */

a:link.ui-button,
a:visited.ui-button {
  color: #454545;
  text-decoration: none;
}

html {
  direction: rtl;
  overflow-x: hidden;
  box-shadow: none !important;
}

body {
  color: #777;
  font-family: "Source Sans Pro";
  line-height: 22px;
  margin: 0;
}

body a {
  outline: 0 !important;
}

li {
  line-height: 24px;
}

.text-md {
  font-size: 1.6rem !important;
}

.m-md {
  margin: 15px !important;
}

.pl-md {
  padding-right: 15px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1d2127;
  font-weight: 200;
  letter-spacing: 0.1px;
  margin: 0;
}

@media (max-width: 479px) {
  h2 {
    line-height: 40px;
  }
}

a,
a:focus,
a:hover {
  color: #ccc;
}

.default-font {
  font-family: "Source Sans Pro";
}

.nav > li > a:focus,
.nav > li > a:hover {
  background: 0 0;
}

ul.nav-list li {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}

ul.nav-list li a {
  -webkit-transition: background 0.1s;
  -moz-transition: background 0.1s;
  transition: background 0.1s;
  border-bottom: 1px solid #ededde;
  padding: 8px 18px 8px 0;
  display: block;
  color: #666;
  font-size: 0.9em;
  text-decoration: none;
  line-height: 20px;
}

ul.nav-list li a:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #333;
  margin: 7px -9px 0 0;
  position: absolute;
}

ul.nav-list li a:hover {
  background-color: #eee;
  text-decoration: none;
}

ul.nav-list li ul {
  list-style: none;
  margin: 0 25px 0 0;
  padding: 0;
}

ul.narrow li a {
  padding: 4px 0;
}

.btn {
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  transition: all 0.1s;
}

.btn-default {
  color: #666;
}

.btn-info {
  border-color: #5bc0de;
  background-color: #5bc0de;
  border-color: #5bc0de #5bc0de #31b0d5;
  color: #fff;
}

.btn-info:hover {
  border-color: #70c8e2 #70c8e2 #46b8da;
  background-color: #70c8e2;
  color: #fff;
}

.btn-info:active,
.btn-info:focus {
  border-color: #46b8da;
  background-color: #46b8da;
  color: #fff;
}

.btn-info[disabled],
.btn-info[disabled]:active,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover {
  border-color: #b0e1ef;
  background-color: #b0e1ef;
  color: #ccc;
}

.form-group:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.form-control:focus {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  border-color: #ccc;
}

.list li {
  margin-bottom: 13px;
}

.list.list-icons {
  list-style: none;
  padding-right: 0;
  padding-left: 0;
}

.list.list-icons li {
  position: relative;
  padding-right: 25px;
}

.list.list-icons li a:first-child > .fa:first-child,
.list.list-icons li a:first-child > .icons:first-child,
.list.list-icons li > .fa:first-child,
.list.list-icons li > .icons:first-child {
  position: absolute;
  right: 0;
  top: 5px;
}

hr {
  background-image: -webkit-linear-gradient(
    left,
    transparent,
    #dbdbdb,
    transparent
  );
  background-image: linear-gradient(
    to right,
    transparent,
    #dbdbdb,
    transparent
  );
  border: 0;
  height: 1px;
  margin: 22px 0;
}

.social-icons {
  margin: 0;
  padding: 0;
  width: auto;
}

.social-icons li {
  display: inline-block;
  margin: -1px 0 5px 1px;
  padding: 0;
  border-radius: 100%;
  overflow: visible;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
}

.social-icons li a {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: #fff;
  border-radius: 100%;
  display: block;
  height: 30px;
  line-height: 30px;
  width: 30px;
  text-align: center;
  color: #333 !important;
  text-decoration: none;
}

.social-icons li:hover a {
  background: #171717;
  color: #fff !important;
}

.social-icons li:hover.social-icons-twitter a {
  background: #1aa9e1;
}

.social-icons li:hover.social-icons-facebook a {
  background: #3b5a9a;
}

.social-icons li:hover.social-icons-linkedin a {
  background: #0073b2;
}

.social-icons li:hover.social-icons-rss a {
  background: #ff8201;
}

.social-icons li:hover.social-icons-youtube a {
  background: #c3191e;
}

.social-icons li:hover.social-icons-instagram a {
  background: #7c4a3a;
}

.social-icons li:hover.social-icons-email a {
  background: #dd4b39;
}

.social-icons li:hover.social-icons-vk a {
  background: #6383a8;
}

.flag.flag-ba {
  background-position: 0 -11px;
}

.flag.flag-cz {
  background-position: -64px -33px;
}

.flag.flag-eu {
  background-position: -48px -44px;
}

.flag.flag-hr {
  background-position: 0 -66px;
}

.flag.flag-hu {
  background-position: -32px -66px;
}

.flag.flag-it {
  background-position: -208px -66px;
}

.flag.flag-lt {
  background-position: -80px -88px;
}

.flag.flag-lv {
  background-position: -112px -88px;
}

.flag.flag-mk {
  background-position: -240px -88px;
}

.flag.flag-pl {
  background-position: -32px -121px;
}

.flag.flag-ro {
  background-position: -192px -121px;
}

.flag.flag-rs {
  background-position: -208px -121px;
}

.flag.flag-ru {
  background-position: -224px -121px;
}

.flag.flag-sa {
  background-position: 0 -132px;
}

.flag.flag-si {
  background-position: -128px -132px;
}

.flag.flag-sk {
  background-position: -144px -132px;
}

.flag.flag-ua {
  background-position: -112px -154px;
}

.flag.flag-us {
  background-position: -160px -154px;
}

.flag.flag-tr {
  background-position: -32px -154px;
}

.flag.flag-eg {
  background-position: -208px -33px;
}

.flag.flag-ar {
  background-position: -160px 0;
}

.btn-link {
  color: #f77800;
}

.btn-link:hover {
  color: #ef935d;
}

.btn-link:active {
  color: #eb752f;
}

@font-face {
  font-family: "Source Sans Pro";
  src: url(/css/fonts/DINNEXTLTARABIC-LIGHT.eot);
  src: url(/css/fonts/DINNEXTLTARABIC-LIGHT.eot?#iefix)
      format("embedded-opentype"),
    url(/css/fonts/DINNEXTLTARABIC-LIGHT.otf) format("opentype"),
    url(/css/fonts/DINNEXTLTARABIC-LIGHT.svg) format("svg"),
    url(/css/fonts/DINNEXTLTARABIC-LIGHT.ttf) format("truetype"),
    url(/css/fonts/DINNEXTLTARABIC-LIGHT.woff) format("woff"),
    url(/css/fonts/DINNEXTLTARABIC-LIGHT.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Source Sans Pro Bold";
  src: url(/css/fonts/NotoSansArabic-Bold.eot);
  src: url(/css/fonts/NotoSansArabic-Bold.eot?#iefix)
      format("embedded-opentype"),
    url(/css/fonts/NotoSansArabic-Bold.otf) format("opentype"),
    url(/css/fonts/NotoSansArabic-Bold.svg) format("svg"),
    url(/css/fonts/NotoSansArabic-Bold.ttf) format("truetype"),
    url(/css/fonts/NotoSansArabic-Bold.woff) format("woff"),
    url(/css/fonts/NotoSansArabic-Bold.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Source Sans Pro Black";
  src: url(/css/fonts/NotoSansArabic-Black.eot);
  src: url(/css/fonts/NotoSansArabic-Black.eot?#iefix)
      format("embedded-opentype"),
    url(/css/fonts/NotoSansArabic-Black.otf) format("opentype"),
    url(/css/fonts/NotoSansArabic-Black.svg) format("svg"),
    url(/css/fonts/NotoSansArabic-Black.ttf) format("truetype"),
    url(/css/fonts/NotoSansArabic-Black.woff) format("woff"),
    url(/css/fonts/NotoSansArabic-Black.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Pridi;
  src: url(/css/fonts/DINNextLTArabic-Regular.eot);
  src: url(/css/fonts/DINNextLTArabic-Regular.eot?#iefix)
      format("embedded-opentype"),
    url(/css/fonts/DINNextLTArabic-Regular.otf) format("opentype"),
    url(/css/fonts/DINNextLTArabic-Regular.svg) format("svg"),
    url(/css/fonts/DINNextLTArabic-Regular.ttf) format("truetype"),
    url(/css/fonts/DINNextLTArabic-Regular.woff) format("woff"),
    url(/css/fonts/DINNextLTArabic-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Pridi Bold";
  src: url(/css/fonts/DINNextLTArabic-Regular.eot);
  src: url(/css/fonts/DINNextLTArabic-Regular.eot?#iefix)
      format("embedded-opentype"),
    url(/css/fonts/DINNextLTArabic-Regular.otf) format("opentype"),
    url(/css/fonts/DINNextLTArabic-Regular.svg) format("svg"),
    url(/css/fonts/DINNextLTArabic-Regular.ttf) format("truetype"),
    url(/css/fonts/DINNextLTArabic-Regular.woff) format("woff"),
    url(/css/fonts/DINNextLTArabic-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.clear-both {
  clear: both;
}

.text-right {
  text-align: right;
}

.width100 {
  width: 100%;
}

ul {
  padding-left: 18px;
}

ul > li {
  font-size: 1em;
}

.container2 {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.type_submit {
  font-weight: 700;
  color: #333;
  margin-bottom: 1em;
}

.list.list-icons li > .fa:first-child {
  top: 0;
  color: #777;
}

#newsletterEmail .input-group {
  display: block;
}

.added {
  color: #930 !important;
}

.news {
  margin-bottom: 0.5em;
}

.news-title {
  text-transform: uppercase;
  margin-bottom: 0.3em !important;
}

.news-title a {
  color: #000 !important;
  text-decoration: none !important;
}

.news-title a:hover {
  opacity: 0.7;
  text-decoration: none !important;
}

.news-title1 {
  color: #fff;
  line-height: 1.1em;
  margin-bottom: 0.5em !important;
}

.news-title2 {
  line-height: 1.1em;
  margin-bottom: 0.5em !important;
}

.news1 img {
  width: 100%;
  height: 100%;
}

.news1-container {
  position: relative;
  margin-bottom: 2em;
}

.news1-text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(5, 6, 7, 0.5);
  padding: 0 15px 0 15px;
}

.news1-text h5 {
  color: #fff !important;
  margin-bottom: 0.4em !important;
}

.news3-text,
.news4-text {
  color: #555;
  line-height: 1.4em;
}

.top-60 {
  position: relative;
  top: -60px;
}

.bookstore hr {
  border: 0.5px solid #ccc;
  height: 0;
}

.bookstore:last-of-type hr {
  display: none;
}

.bookstore a {
  text-decoration: none;
  color: #1d2127;
}

.form-group span {
  float: left;
  width: 100%;
}

.forum-list {
  border-bottom: 1px solid #999;
}

.forum-list a {
  color: #000;
  line-height: 1em;
}

.forum-header {
  border-bottom: 2px solid #999;
}

.forum-header h3 {
  margin: 0 !important;
}

.forum-list:last-child {
  border: none;
}

@media (min-width: 767px) {
  .container2 {
    width: 750px;
  }
}

@media (max-width: 767px) {
  .news1,
  .news2 {
    padding-right: 5px !important;
  }
  .desktop {
    display: none !important;
  }
  .mobile {
    display: block !important;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: Pridi !important;
    font-weight: 700 !important;
    line-height: 1.2em;
    margin: 0 0 0.6em 0 !important;
  }

  .top-60 {
    top: 0;
  }
}

@media (max-width: 767px), (max-width: 991px) {
  .news {
    margin-bottom: 0;
  }
  .news1-container {
    margin-bottom: 0;
  }
  .news3-text,
  .news4-text {
    font-size: 1.1em;
  }
  .news3 img,
  .news4 img {
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 992px) {
  .news3,
  .news4 {
    padding-left: 0;
  }
  .news3 img,
  .news4 img {
    width: 100%;
    height: 100%;
  }
  .desktop {
    display: block !important;
  }
  .mobile {
    display: none !important;
  }
  .container2 {
    width: 970px;
  }
}

@media (max-width: 991px) {
  .desktop {
    display: none !important;
  }
  .mobile {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .container2 {
    width: 1170px;
  }
}

.ejrnferjf {
  height: 200vh;
}

/* Dropdown */

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-nav .open .dropdown-menu > li > a:hover {
    background-image: none;
  }
}

.btn-primary.dropdown-toggle {
  border-left-color: #bfbfbf;
}

.btn-success.dropdown-toggle {
  border-left-color: #3f923f;
}

.btn-warning.dropdown-toggle {
  border-left-color: #e89113;
}

.btn-danger.dropdown-toggle {
  border-left-color: #bd2d29;
}

.btn-info.dropdown-toggle {
  border-left-color: #46b8da;
}

.btn-dark.dropdown-toggle {
  border-left-color: #121518;
}

.pagination > .active > a.dropdown-toggle,
body.dark .pagination > .active > a.dropdown-toggle {
  border-left-color: #eb752f;
}

li.dropdown:last-child .dropdown-menu {
  right: 0;
  left: auto;
}

.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary.focus,
.btn-primary:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropdown,
.dropup {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  color: #777;
}

.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}

/* Header-css */

#arabic-title #header {
  position: relative;
  z-index: 100;
}

#header .header-body {
  background: #fff;
  border-top: 3px solid #ededed;
  border-bottom: 1px solid transparent;
  padding: 8px 0;
  -webkit-transition: min-height 0.3s ease;
  -moz-transition: min-height 0.3s ease;
  transition: min-height 0.3s ease;
  width: 100%;
  z-index: 1001;
  min-height: 125px;
}

#header.header-no-min-height .header-body {
  min-height: 0 !important;
}

#header .container {
  position: relative;
}

#header .header-container {
  position: relative;
  display: table;
}

#header .header-top {
  background-color: #f4f4f4;
  border-bottom: 1px solid #ededed;
  margin-top: -13px;
  padding: 8px 0;
  position: relative;
  z-index: 4;
}

#header .header-top::after {
  clear: both;
  content: "";
  display: table;
}

#header .header-top p {
  font-size: 0.9em;
  margin: 0;
  padding: 0;
  line-height: 37px;
  float: right;
}

#header .header-top p .fa,
#header .header-top p .icons {
  position: relative;
  top: 1px;
}

#header .header-top .header-nav-top {
  float: right;
  margin-top: 0;
  margin-right: 0;
  margin-left: 10px;
}

#header .header-top .header-social-icons {
  margin-top: 3px;
}

#header .header-row {
  display: table-row;
  clear: both;
}

#header .header-column {
  display: table-cell;
  vertical-align: middle;
}

#header .header-column .row {
  margin: 0;
}

#header .header-column .header-row {
  display: block;
  clear: left;
}

#header .header-column .header-extra-info {
  list-style: outside none none;
  margin: 24px 0 0;
  padding: 0;
  float: left;
}

#header .header-column .header-extra-info li {
  display: inline-block;
  margin-right: 25px;
}

#header .header-column .header-extra-info li .feature-box small {
  position: relative;
  top: -4px;
}

#header .header-column.header-column-valign-top {
  vertical-align: top;
}

#header .header-column.header-column-valign-bottom {
  vertical-align: bottom;
}

#header .header-column.header-column-center {
  text-align: center;
}

#header .header-column.header-column-center .header-logo {
  width: 100% !important;
  padding: 9px 0;
}

#header .header-logo {
  float: right;
  position: relative;
}

#header .header-logo img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  margin: 15px 0 15px 15px;
  top: 0;
}

#header .header-nav-top {
  float: left;
  margin-top: 10px;
  margin-right: 10px;
}

#header .header-nav-top .nav > li > a,
#header .header-nav-top .nav > li > span {
  color: #999;
  font-size: 0.9em;
  padding: 6px 10px;
  display: inline-block;
}

#header .header-nav-top .nav > li > a .fa,
#header .header-nav-top .nav > li > a .icons,
#header .header-nav-top .nav > li > span .fa,
#header .header-nav-top .nav > li > span .icons {
  margin-left: 3px;
  position: relative;
  top: 1px;
}

#header .header-nav-top .nav > li > a a:focus,
#header .header-nav-top .nav > li > a:hover {
  background: #eee;
}

#header .header-nav-top .nav > li.open > .dropdown-menu-toggle {
  border-radius: 4px 4px 0 0;
}

#header .header-nav-top .dropdown-menu {
  border-color: #eee;
  margin-top: -2px;
  border-radius: 4px 0 4px 4px;
  padding: 0;
}

#header .header-nav-top .dropdown-menu a {
  color: #999;
  padding: 6px 12px;
  font-size: 0.9em;
}

#header .header-nav-top .flag {
  margin-right: 2px;
}

#header .header-social-icons {
  float: left;
  margin: 15px 10px 0 0;
}

#header .header-btn-collapse-nav {
  background: #ccc;
  color: #fff;
  display: none;
  float: left;
  margin: 12px 15px 8px 0;
}

#header.header-narrow .header-body {
  min-height: 0;
}

#header.header-narrow .header-logo img {
  margin: 12px 0 12px 12px;
}

#header.header-narrow .header-nav-main {
  margin-bottom: 0;
}

#header.header-no-border-bottom .header-body {
  padding-bottom: 0 !important;
  border-bottom: 0 !important;
}

html:not(.boxed) #header.header-full-width .header-container {
  width: 100%;
}

html.sticky-header-active #header .header-body {
  position: fixed;
  border-bottom-color: #e9e9e9;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

@media (min-width: 992px) {
  #header .header-nav-main {
    float: left;
    margin: 12px 0 0;
    min-height: 45px;
  }
  #header .header-nav-main nav > ul > li > a {
    border-radius: 4px;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    padding: 10px 13px;
  }
  #header .header-nav-main nav > ul > li > a.dropdown-toggle .fa-caret-down {
    display: none;
  }
  #header .header-nav-main nav > ul > li.open > a,
  #header .header-nav-main nav > ul > li:hover > a {
    background: #ccc;
    color: #fff;
  }
  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
    top: -10000px;
    display: block;
    opacity: 0;
    left: auto;
    border-radius: 4px 0 4px 4px;
    border: 0;
    border-top: 3px solid #ccc;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
    margin: -3px 0 0 0;
    min-width: 200px;
    padding: 5px;
    text-align: right;
  }
  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
    border-bottom: 1px solid #f4f4f4;
    color: #777;
    font-size: 0.9em;
    font-weight: 400;
    padding: 8px 8px 8px 20px;
    position: relative;
    text-transform: none;
  }
  #header
    .header-nav-main
    nav
    > ul
    > li.dropdown
    .dropdown-menu
    li.dropdown-submenu {
    position: relative;
  }
  #header
    .header-nav-main
    nav
    > ul
    > li.dropdown
    .dropdown-menu
    li.dropdown-submenu
    > a
    .fa-caret-down {
    display: none;
  }
  #header
    .header-nav-main
    nav
    > ul
    > li.dropdown
    .dropdown-menu
    li.dropdown-submenu
    > a:after {
    border-color: transparent #ccc transparent transparent;
    border-style: solid;
    border-width: 4px 4px 4px 0;
    content: " ";
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #header
    .header-nav-main
    nav
    > ul
    > li.dropdown
    .dropdown-menu
    li.dropdown-submenu
    > .dropdown-menu {
    right: 100%;
    display: block;
    margin-top: -8px;
    margin-right: -1px;
    border-radius: 4px;
    opacity: 0;
  }
  #header
    .header-nav-main
    nav
    > ul
    > li.dropdown
    .dropdown-menu
    li.dropdown-submenu:hover
    > .dropdown-menu {
    top: 0;
    opacity: 1;
  }
  #header
    .header-nav-main
    nav
    > ul
    > li.dropdown
    .dropdown-menu
    li:last-child
    a {
    border-bottom: 0;
  }
  #header .header-nav-main nav > ul > li.dropdown.open > .dropdown-menu,
  #header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu {
    top: auto;
    display: block;
    opacity: 1;
  }
  #header .header-nav-main nav > ul > li.dropdown-mega {
    position: static;
  }
  #header .header-nav-main nav > ul > li.dropdown-mega > .dropdown-menu {
    border-radius: 4px;
    left: 15px;
    right: 15px;
    width: auto;
  }
  #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-content {
    padding: 20px 30px;
  }
  #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-mega
    .dropdown-mega-sub-title {
    color: #333;
    display: block;
    font-size: 1em;
    font-weight: 600;
    margin-top: 20px;
    padding-bottom: 5px;
    text-transform: uppercase;
  }
  #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-mega
    .dropdown-mega-sub-title:first-child {
    margin-top: 0;
  }
  #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-mega
    .dropdown-mega-sub-nav
    > li
    > a {
    border: 0 none;
    border-radius: 4px;
    color: #777;
    display: block;
    font-size: 0.9em;
    font-weight: 400;
    margin: 0 -8px 0 0;
    padding: 3px 8px;
    text-shadow: none;
    text-transform: none;
    text-decoration: none;
  }
  #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-mega
    .dropdown-mega-sub-nav
    > li:hover
    > a {
    background: #f4f4f4;
  }
  #header .header-nav-main {
    display: block !important;
    height: auto !important;
  }
  #header .header-nav-main > .dropdown-menu {
    margin-top: -10px !important;
  }
  #header .header-nav-bar {
    background: #f4f4f4;
    padding: 0 10px 5px;
    margin-bottom: 0;
  }
  #header .header-nav-bar .header-nav-main {
    float: right;
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  #header
    .header-nav-main-effect-1
    nav
    > ul
    > li.dropdown
    .dropdown-mega-sub-nav
    li
    a,
  #header .header-nav-main-effect-1 nav > ul > li.dropdown .dropdown-menu li a {
    -webkit-transition: -webkit-transform 0.2s ease-out;
    -moz-transition: -moz-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transform: translate3d(0, -5px, 0);
  }
  #header
    .header-nav-main-effect-1
    nav
    > ul
    > li.dropdown:hover
    .dropdown-mega-sub-nav
    li
    a,
  #header
    .header-nav-main-effect-1
    nav
    > ul
    > li.dropdown:hover
    > .dropdown-menu
    li
    a {
    transform: translate3d(0, 0, 0);
  }
  #header .header-nav-main-effect-1 nav > ul > li.dropdown .dropdown-menu {
    -webkit-transition: -webkit-transform 0.2s ease-out;
    -moz-transition: -moz-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transform: translate3d(0, -5px, 0);
  }
  #header
    .header-nav-main-effect-1
    nav
    > ul
    > li.dropdown:hover
    > .dropdown-menu {
    transform: translate3d(0, 0, 0);
  }
}

@media (min-width: 992px) {
  #header
    .header-nav-main-sub-effect-1
    nav
    > ul
    > li.dropdown
    .dropdown-menu
    li.dropdown-submenu
    > .dropdown-menu {
    -webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.2s ease-out;
    -moz-transition: -moz-transform 0.2s ease-out, opacity 0.2s ease-out;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    transform: translate3d(-20px, 0, 0);
    transform: translate3d(20px, 0, 0);
    opacity: 0;
  }
  #header
    .header-nav-main-sub-effect-1
    nav
    > ul
    > li.dropdown
    .dropdown-menu
    li.dropdown-submenu:hover
    > .dropdown-menu {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  #header
    .header-nav-main-sub-effect-1
    nav
    > ul
    > li.dropdown.dropdown-reverse
    .dropdown-menu
    li.dropdown-submenu
    > .dropdown-menu {
    -webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.2s ease-out;
    -moz-transition: -moz-transform 0.2s ease-out, opacity 0.2s ease-out;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    transform: translate3d(20px, 0, 0);
    left: auto;
    right: 100%;
    opacity: 0;
  }
  #header
    .header-nav-main-sub-effect-1
    nav
    > ul
    > li.dropdown.dropdown-reverse
    .dropdown-menu
    li.dropdown-submenu:hover
    > .dropdown-menu {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@media (max-width: 991px) {
  #header .header-nav-main {
    background: 0 0;
    clear: both;
    float: none;
  }
  #header .header-nav-main nav {
    margin: 0 0 6px;
  }
  #header .header-nav-main nav > ul li {
    border-bottom: 1px solid #e8e8e8;
    clear: both;
    display: block;
    float: none;
    margin: 0;
    padding: 0;
    position: relative;
  }
  #header .header-nav-main nav > ul li a {
    font-size: 13px;
    font-style: normal;
    line-height: 20px;
    padding: 7px 8px;
    margin: 1px 0;
    border-radius: 4px;
  }
  #header .header-nav-main nav > ul li a .fa-caret-down {
    line-height: 35px;
    min-height: 38px;
    min-width: 30px;
    position: absolute;
    left: 5px;
    text-align: center;
    top: 0;
  }
  #header .header-nav-main nav > ul li.dropdown .dropdown-menu {
    background: 0 0;
    padding: 0;
    margin: 0;
    font-size: 13px;
    box-shadow: none;
    border-radius: 0;
    border: 0;
    clear: both;
    display: none;
    float: none;
    position: static;
  }
  #header
    .header-nav-main
    nav
    > ul
    li.dropdown
    .dropdown-menu
    li.dropdown-submenu.opened
    > .dropdown-menu {
    display: block;
    margin-right: 20px;
  }
  #header .header-nav-main nav > ul li.dropdown.opened > .dropdown-menu {
    display: block;
    margin-right: 20px;
  }
  #header .header-nav-main nav > ul li.dropdown-mega .dropdown-mega-sub-title {
    margin-top: 10px;
    display: block;
  }
  #header .header-nav-main nav > ul li.dropdown-mega .dropdown-mega-sub-nav {
    margin: 0 0 0 20px;
    padding: 0;
    list-style: none;
  }
  #header
    .header-nav-main
    nav
    > ul
    li.dropdown-mega
    .dropdown-mega-sub-nav
    > li
    > a {
    display: block;
    text-decoration: none;
  }
  #header .header-nav-main nav > ul li:last-child {
    border-bottom: 0;
  }
  #header .header-nav-main nav > ul > li > a {
    font-weight: 700;
    margin-top: 1px;
    margin-bottom: 1px;
  }
  #header .header-nav-main nav > ul > li.active > a,
  #header .header-nav-main nav > ul > li.active > a:focus,
  #header .header-nav-main nav > ul > li.active > a:hover {
    color: #fff;
  }
  #header .header-nav-main nav .not-included {
    margin: 0;
  }
  #header .header-btn-collapse-nav {
    outline: 0;
    display: block;
    position: relative;
    z-index: 1;
  }
  #header .header-nav-bar {
    margin: 0 auto;
  }
  #header .header-nav-bar .header-btn-collapse-nav {
    margin-top: 14px;
  }
  html.sticky-header-enabled #header .header-nav-main {
    max-height: 350px;
    overflow-x: hidden;
    overflow-y: auto;
  }
  html.sticky-header-enabled #header .header-nav-main.collapsing {
    overflow: hidden;
  }
}

@media (max-width: 991px) {
  #header .header-container {
    display: block;
  }
  #header .header-row {
    display: block;
  }
  #header .header-column {
    display: block;
  }
  #header .header-column .header-row {
    display: block;
  }
  #header.header-mobile-nav-only .header-logo {
    float: none;
  }
  #header.header-mobile-nav-only .header-nav {
    margin-top: -35px;
  }
  html.sticky-header-negative.sticky-header-active #header .header-logo {
    padding-top: 7px;
  }
}

@media (max-width: 991px) {
  .shop .actions-continue {
    float: none;
  }
  .shop table.cart td.product-price,
  .shop table.cart td.product-quantity,
  .shop table.cart th.product-price,
  .shop table.cart th.product-quantity {
    display: none;
  }
  #header nav.mega-menu .mega-menu-shop a {
    color: #fff;
  }
  #header nav.mega-menu .mega-menu-shop a .fa-caret-down {
    display: none !important;
  }
  #header nav.mega-menu .mega-menu-shop > ul.dropdown-menu {
    display: none !important;
  }
}

a {
  color: #f77800;
}

a:hover {
  color: #ef935d;
}

a:focus {
  color: #ef935d;
}

a:active {
  color: #eb752f;
}

@media (min-width: 992px) {
  #header .header-nav-main nav > ul > li.open > a,
  #header .header-nav-main nav > ul > li:hover > a {
    background: #f77800;
  }
  #header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
    border-top-color: #f77800;
  }
  #header
    .header-nav-main
    nav
    > ul
    > li.dropdown
    .dropdown-menu
    li.dropdown-submenu
    > a:after {
    border-color: transparent transparent transparent #f77800;
  }
}

@media (max-width: 991px) {
  #header .header-nav-main nav > ul > li > a,
  #header .header-nav-main nav > ul > li > a:focus,
  #header .header-nav-main nav > ul > li > a:hover {
    color: #f77800;
  }
  #header .header-nav-main nav > ul > li.active > a,
  #header .header-nav-main nav > ul > li.active > a:focus,
  #header .header-nav-main nav > ul > li.active > a:hover {
    background-color: #f77800;
  }
}

@media (max-width: 991px) {
  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-primary
    > a {
    color: #f77800;
  }
  html
    #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-full-color.dropdown-primary.active
    > a {
    background: #f77800;
    color: #fff;
  }
}

html #header .header-top.header-top-primary {
  background: #f77800;
  border-top-color: #eb752f;
}

html #header .header-top.header-top-primary .header-nav-top ul > li.open > a {
  background: #ef935d;
}

html
  #header
  .header-top.header-top-primary
  .header-nav-top
  ul
  > li.open
  > a:focus,
html
  #header
  .header-top.header-top-primary
  .header-nav-top
  ul
  > li.open
  > a:hover,
html #header .header-top.header-top-primary .header-nav-top ul > li > a:focus,
html #header .header-top.header-top-primary .header-nav-top ul > li > a:hover {
  background: #ef935d;
}

html #header .header-top.header-top-primary .dropdown-menu {
  background: #ef935d;
  border-color: #ef935d;
}

html #header .header-top.header-top-primary .dropdown-menu a:focus,
html #header .header-top.header-top-primary .dropdown-menu a:hover {
  background: #f2a374 !important;
}

#header .header-btn-collapse-nav {
  background: #f77800;
}

#header
  .header-nav-main-sub-effect-1
  nav
  > ul
  > li.dropdown
  .dropdown-menu
  li.dropdown-submenu
  > .dropdown-menu {
  right: 190px;
  left: auto;
}

#header .header-body {
  border-bottom: 3px solid #f77800 !important;
}

#header .social-icons {
  position: relative;
  margin: -5px 40px 0 0;
  float: right;
}

.social-icons li a {
  color: #fff !important;
  background: #f77800;
  opacity: 0.8;
}

#header .social-icons li.social-icons-facebook a .fa-facebook {
  color: #fff;
}

#header .social-icons li:hover.social-icons-facebook a {
  background: #3b5a9a;
  opacity: 1;
}

#header .social-icons li:hover.social-icons-facebook a .fa-facebook {
  color: #fff;
}

#header .social-icons .count {
  position: absolute;
  top: -10px;
  right: -23px;
  font-size: 0.8em;
  font-weight: 700;
  letter-spacing: 0.1px;
  color: #fff;
  background: #3d5aa0;
  padding: 0 5px 0 5px;
  border-radius: 9px;
  z-index: 999;
}

#header .countries .flag {
  margin-right: 7px;
}

#header .mega1 .dropdown-mega-sub-title a {
  font-weight: 700 !important;
  color: #333 !important;
  padding-left: 0 !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
}

#header .mega1 .dropdown-mega-sub-title a:hover {
  color: #f77800 !important;
  text-decoration: none;
}

#header .header-nav-main .mega1 .fa-caret-right {
  color: #f77800;
  padding-right: 5px;
}

#header .header-nav-main .mega1 .fa-forward {
  font-size: 0.9em;
  color: #f77800;
  padding-left: 5px;
}

@media (min-width: 992px) {
  #header .header-body {
    margin: 0;
    padding: 27px 0 6px 0;
    border-top: none;
  }
  #header .header-nav-main {
    min-height: 0;
    margin: 3px 0 0 0;
    padding: 0;
  }
  #header .header-nav-main:hover {
    height: 20px !important;
  }
  #header .header-nav-main .mega1 .dropdown-mega-content {
    margin: 0 !important;
    padding: 0.5em 0 0 0 !important;
  }
  #header .header-nav-main .mega1 .dropdown-menu {
    width: 580px !important;
    margin-left: 35.5% !important;
    border-top: 4px solid #f77800 !important;
  }
  #header .header-nav-main .mega1bott {
    margin-top: 1em;
    margin-bottom: 0.5em;
  }
  #header .header-nav-main .mega1 .dropdown-mega-sub-title a {
    padding-right: 0 !important;
    margin-left: -2px !important;
    text-transform: uppercase !important;
  }
  #header .header-nav-main ul.dropdown-menu li a {
    color: #333 !important;
  }
  #header .header-nav-main .count {
    padding-left: 5px;
  }
  #header .header-nav-main .dropdown-menu {
    border-top: 4px solid #f77800 !important;
    border-radius: 4px !important;
  }
  #header .header-nav-main nav > ul > li > a.dropdown-toggle:after {
    content: "" !important;
  }
  #header .header-body .header-nav-main .nav li.separator > a:after {
    position: absolute;
    top: -1px;
    right: 0;
    bottom: 0;
    font-size: 0.95em;
    color: #f77800;
    content: "/" !important;
  }
  #header .header-body .header-nav-main .nav > li > a {
    font-size: 0.9em;
    letter-spacing: 0.1px;
    color: #777;
    background: #fff;
    margin: 0;
    padding: 0 12px 0 5px;
  }
  #header .header-body .header-nav-main .nav > li > a:hover {
    color: #f77800;
  }
  #header.header-narrow .header-logo img {
    margin: 0;
    padding: 0;
  }
  #header #logo-text {
    font-size: 1.3em;
    font-weight: 600;
    color: #777;
    text-transform: lowercase;
    margin: 4px 0 0 45px;
    padding: 0;
    float: left;
  }

  #header #sticky-search2 {
    position: fixed;
    top: 6px;
    right: 17px;
    z-index: 1001;
    background: #fff !important;
    padding-left: 10px !important;
    display: none !important;
  }
  #header .sticky-search2-close {
    position: fixed;
    top: 11px;
    right: 12px;
    z-index: 1001;
    color: #f77800;
    cursor: pointer;
  }
  #header #sticky-search-nav {
    position: fixed;
    top: 6px;
    right: 7px;
    z-index: 999;
    margin: 0;
    padding: 0;
    display: none !important;
  }
  #header .sticky-search {
    color: #f77800;
    margin: 5px 5px 0 0;
    padding: 0;
    float: left;
  }
  #header .sticky-search:hover {
    color: #555;
    cursor: pointer;
  }
  #header #sticky-search-nav .header-nav-main {
    float: left;
  }
  #header .header-nav-top .nav-pills {
    margin: -15px 0 0 0;
    padding: 0;
    float: right;
  }
  #header #dropdownLanguage {
    font-size: 0.8em;
    font-weight: 700;
    letter-spacing: 0.1px;
    color: #777;
  }
  #header .countries .nav-pills i {
    font-size: 1.2em;
    font-weight: 900;
    color: #f77800;
  }
  #header .header-navicon {
    font-size: 1.2em;
    font-weight: 700;
    color: #f77800;
    margin: 0 14px 0 0;
    padding: 0;
    opacity: 1;
    float: right;
  }
  #header .header-navicon:hover {
    opacity: 0.6;
    cursor: pointer;
  }
}

@media (max-width: 991px) {
  #header .header-body {
    margin: 0;
    padding: 0;
    border-top: none;
  }
  #header .header-btn-collapse-nav {
    margin-top: 9px !important;
  }
  #header .header-nav-top .nav-pills {
    margin: -2px 5px 0 0 !important;
    padding: 0;
    border-radius: 5px;
    float: left;
  }
  #header .social-icons {
    margin: 12px 0 0 0 !important;
    float: right;
  }
  #header #dropdownLanguage {
    font-size: 1em;
    font-weight: 700;
    color: #777;
  }
  #header .header-nav-top .nav-pills i {
    font-size: 1.3em;
    font-weight: 700;
    color: #f77800;
  }
}

@media (max-width: 767px) {
  #header.header-narrow .header-logo img {
    height: 22px;
  }
  #header .social-icons {
    margin: 8px 0 0 0;
    float: right;
  }
  #header .social-icons .count {
    display: none;
  }
  #header .header-btn-collapse-nav {
    margin: 5px 7px 0 0;
  }
  #header .header-nav-top .nav-pills {
    margin: -6px 5px 0 0;
    padding: 0;
    border-radius: 5px;
    float: right;
  }
  #header #dropdownLanguage {
    font-size: 1em;
    font-weight: 700;
    color: #777;
  }
  #header .header-nav-top .nav-pills i {
    font-size: 1.3em;
    font-weight: 700;
    color: #f77800;
  }
}

@media (max-width: 479px) {
  #header .social-icons {
    display: none !important;
  }
}

@media (max-width: 767px), (max-width: 991px) {
  #header .header-logo {
    position: relative;
  }
  #header #logo-text {
    position: absolute;
    left: 16%;
    bottom: -7px;
    font-size: 0.8em;
    font-weight: 600;
    color: #555;
    float: none;
  }
  #header .header-logo a {
    text-decoration: none;
  }
}

body,
html {
  font-family: "Source Sans Pro" !important;
  font-weight: 800 !important;
  font-size: 15px !important;
}
