.noBottAppearance {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.absoluteDivCreate {
  display: block;
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.centerBgImg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.centeredObjFit {
  object-fit: cover;
  object-position: center center;
}
.dotbgLine {
  background: url(../images/dotline.png) repeat-x left bottom;
}
a img {
  border: 0px;
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
}
select::-ms-expand {
  display: none;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
input[type=number] {
  -moz-appearance: textfield;
}
::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.hiddenHeader {
  display: none;
}
ul {
  list-style: none;
}
* {
  padding: 0px;
  margin: 0px;
  outline: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  min-height: 100%;
  position: relative;
  width: 100%;
}
body {
  width: 100%;
  -webkit-text-size-adjust: none;
}
.notransition {
  transition: none !important;
}
#wrapper {
  height: auto;
  min-height: 100%;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 147px;
  font-family: "ibm-plex-sans";
}
@media (max-width: 1024px) {
  #wrapper {
    padding-bottom: 131px;
  }
}
@media (max-width: 1024px) {
  #wrapper {
    padding-bottom: 131px;
  }
}
@media (max-width: 767px) {
  #wrapper {
    padding-bottom: 72px;
  }
}
.container {
  position: relative;
  margin: auto;
  width: 100%;
  max-width: 1250px;
}
@media (max-width: 1300px) {
  .container {
    padding: 0px 41px;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0px 26px;
  }
}
#content {
  transition: 0.33s all;
  position: relative;
  z-index: 1;
}
@media (max-width: 800px) {
  #content {
    padding-top: 0px!important;
  }
}
#content:before {
  height: 150px;
  display: block;
  content: '';
}
@media (max-width: 800px) {
  #content:before {
    height: 135px;
  }
}
@media (max-width: 767px) {
  #content:before {
    height: 85px;
  }
}
footer {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
}
@media (max-width: 767px) {
  footer .container {
    padding: 0px;
  }
}
footer .wrap {
  height: 147px;
  background: #DB011C;
  padding: 28px 50px 0px 37px;
}
@media (max-width: 1300px) {
  footer .wrap {
    padding: 28px 30px 0px;
  }
}
@media (max-width: 1024px) {
  footer .wrap {
    height: 131px;
  }
}
@media (max-width: 767px) {
  footer .wrap {
    height: 72px;
    padding: 14px 13px 0px;
  }
}
footer ul.cols {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
footer ul.cols > li {
  padding-right: 17px;
}
footer ul.cols > li:last-child {
  padding-right: 0px;
}
@media (max-width: 1024px) {
  footer ul.cols > li:last-child {
    display: none;
  }
}
@media (max-width: 1024px) {
  footer ul.cols > li:nth-last-child(2) {
    padding-right: 0px;
  }
}
@media (max-width: 1024px) {
  footer ul.cols > li:nth-child(1) {
    padding-right: 0px;
  }
}
@media (max-width: 1024px) {
  footer ul.cols > li:nth-child(2) {
    padding-right: 10px;
    padding-left: 10px;
  }
}
footer .logo {
  display: block;
  cursor: pointer;
  width: 297px;
  overflow: hidden;
}
@media (max-width: 1300px) {
  footer .logo {
    width: 180px;
  }
}
@media (max-width: 767px) {
  footer .logo {
    width: 119px;
  }
}
@media (max-width: 400px) {
  footer .logo {
    width: 79px;
  }
}
footer .logo svg {
  width: 100%!important;
}
@media (max-width: 767px) {
  footer .logo svg {
    height: 22px;
  }
}
footer .address {
  font-size: 17px;
  color: #fff;
  line-height: 23px;
}
@media (max-width: 1100px) {
  footer .address {
    font-size: 16px;
  }
}
@media (max-width: 1100px) {
  footer .address {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  footer .address {
    font-size: 9px;
    line-height: 12px;
  }
}
footer .info {
  font-size: 17px;
  color: #fff;
  line-height: 23px;
}
@media (max-width: 1100px) {
  footer .info {
    font-size: 16px;
  }
}
@media (max-width: 1100px) {
  footer .info {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  footer .info {
    font-size: 9px;
    line-height: 12px;
  }
}
footer .info a {
  color: #fff;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
footer .info .letter {
  padding-right: 4px;
}
footer .box {
  width: 352px;
}
@media (max-width: 1300px) {
  footer .box {
    width: 280px;
  }
}
footer .signupText {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 7px;
}
footer .field {
  height: 25px;
  position: relative;
  background: #fff;
  margin-bottom: 16px;
  /*box-shadow:0px 0px 3px #393939;*/
}
footer .field form {
  display: block;
  height: 100%;
}
footer .field .emailInput {
  border: 0px;
  border-radius: 0px;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  height: 100%;
  width: 100%;
  padding: 0px 96px 0px 9px;
  font-size: 15px;
  color: #505252;
  font-weight: 300;
}
footer .field .subsButton {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  display: block;
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 90px;
  background: #4C4C4C;
  color: #fff;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  font-size: 14px;
  opacity: 1;
  box-shadow: none;
  border: 0px;
  border-radius: 0px;
}
footer ul.medias {
  display: flex;
  align-items: center;
  overflow: hidden;
}
footer ul.medias > li {
  margin-right: 16px;
}
footer ul.medias > li:last-child {
  margin-right: 0px;
}
footer ul.medias .titre {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
}
footer ul.medias a[href] {
  display: block;
  cursor: pointer;
}
footer ul.medias svg {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.openMenu {
  position: relative;
  cursor: pointer;
  height: 32px;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  display: none;
}
@media (max-width: 767px) {
  .openMenu {
    height: 27px;
  }
}
.openMenu .bar1,
.openMenu .bar2,
.openMenu .bar3 {
  width: 33px;
  height: 6px;
  background-color: #DB001C;
  margin-bottom: 7px;
  transition: 0.4s;
}
@media (max-width: 767px) {
  .openMenu .bar1,
  .openMenu .bar2,
  .openMenu .bar3 {
    height: 5px;
    margin-bottom: 6px;
    width: 28px;
  }
}
.openMenu .bar3 {
  margin-bottom: 0px;
}
.openMenu.open .bar1 {
  transform: rotate(45deg) translate(5px, 12px);
}
@media (max-width: 767px) {
  .openMenu.open .bar1 {
    transform: rotate(46deg) translate(9px, 8px);
  }
}
.openMenu.open .bar2 {
  opacity: 0;
}
.openMenu.open .bar3 {
  transform: rotate(-45deg) translate(7px, -13px);
}
@media (max-width: 767px) {
  .openMenu.open .bar3 {
    transform: rotate(-43deg) translate(7px, -7px);
  }
}
@media (min-width: 921px) {
  .Menu {
    height: auto!important;
  }
}
header {
  position: fixed;
  z-index: 2;
  top: 0px;
  left: 0px;
  width: 100%;
  background: #fff;
}
header .wrap {
  height: 150px;
  display: flex;
  align-items: center;
  padding: 0px 5px;
  background: url(../images/dotline.png) repeat-x left bottom;
}
header .holder {
  height: 55px;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
header .logo {
  display: block;
  cursor: pointer;
  width: 294px;
  margin-right: 69px;
}
@media (max-width: 1080px) {
  header .logo {
    margin-right: 39px;
  }
}
@media (max-width: 1040px) {
  header .logo {
    width: 220px;
  }
}
@media (max-width: 924px) {
  header .logo {
    margin-right: 27px;
  }
}
@media (max-width: 845px) {
  header .logo {
    margin-right: 20px;
  }
}
@media (max-width: 360px) {
  header .logo {
    width: 150px!important;
  }
}
header .logo img {
  display: block;
}
header .logo svg {
  width: 100%!important;
  height: auto!important;
}
header .group {
  display: flex;
  align-items: flex-end;
}
header ul.links {
  display: flex;
  align-items: flex-end;
  font-family: "montserrat";
  font-weight: 500;
}
header ul.links > li {
  margin-right: 25px;
}
@media (max-width: 950px) {
  header ul.links > li {
    margin-right: 14px;
  }
}
@media (max-width: 870px) {
  header ul.links > li {
    margin-right: 13px;
  }
}
header ul.links > li:last-child {
  margin-right: 0px;
}
header ul.links a {
  display: block;
  cursor: pointer;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  font-size: 22px;
  color: #040505;
}
@media (max-width: 1094px) {
  header ul.links a {
    font-size: 20px;
  }
}
@media (max-width: 920px) {
  header ul.links a {
    font-size: 18px;
  }
}
@media (max-width: 870px) {
  header ul.links a {
    font-size: 17px;
  }
}
@media (max-width: 830px) {
  header ul.links a {
    font-size: 15px;
  }
}
header ul.links a.selected {
  color: #b91025;
}
header ul.links a.open {
  color: #b91025;
}
header .rightOptions {
  display: flex;
  align-items: center;
}
header ul.quickLinks > li {
  margin-bottom: 8px;
  display: flex;
}
header ul.quickLinks > li:last-child {
  margin-bottom: 0px;
}
header ul.quickLinks a {
  display: block;
  cursor: pointer;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  font-size: 16px;
  color: #040505;
  font-weight: 300;
  border-bottom: 1px solid #1a1616;
  line-height: 13px;
  font-family: "montserrat";
}
header ul.quickLinks a.selected {
  color: #b91025;
  border-color: #b91025;
}
header .search {
  direction: ltr;
  cursor: pointer;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  margin-right: 20px;
  position: relative;
}
@media (max-width: 845px) {
  header .search {
    margin-right: 12px;
  }
}
header .search svg {
  position: relative;
  top: 3px;
}
@media (max-width: 800px) {
  header .search svg {
    top: 2px;
  }
}
@media (max-width: 767px) {
  header .search svg {
    width: 29px;
  }
}
header .search label.hidden {
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: none;
}
header .others {
  display: none;
}
.headTitle {
  font-family: "montserrat";
  font-size: 32px;
  font-weight: 500;
  color: #db011c;
  margin-bottom: 24px;
  padding-bottom: 23px;
  background: url(../images/dotline.png) repeat-x left bottom;
}
@media (max-width: 800px) {
  .headTitle {
    font-size: 28px;
    padding-bottom: 12px;
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .headTitle {
    font-size: 20px;
    padding-bottom: 11px;
    margin-bottom: 14px;
  }
}
@media (max-width: 919px) and (min-width: 800px) {
  .headTitle {
    font-size: 26px;
  }
}
.swiper-pagination {
  position: relative;
  z-index: 1;
  bottom: auto;
  left: auto;
  width: 100%;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #db011c;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  opacity: 1!important;
  margin: 27px 3px 0px;
}
@media (max-width: 800px) {
  .swiper-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
  }
}
.swiper-pagination .swiper-pagination-bullet-active {
  background: #040505;
  cursor: default;
}
.Posters {
  overflow: hidden;
}
.Posters ul.list {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 12px);
}
.Posters ul.list > li {
  margin: 0px 12px 12px 0px;
  width: calc(33.3% - 12px);
}
@media (max-width: 990px) {
  .Posters ul.list > li {
    width: calc(50% - 12px);
  }
}
.Posters ul.list a {
  display: block;
  cursor: pointer;
}
.Posters .pic {
  overflow: hidden;
}
.Posters .pic img {
  display: block;
  transition: 0.4s all;
}
.inputField {
  display: flex;
}
.inputField .fieldTitle {
  font-size: 19px;
  font-weight: 600;
  color: #040505;
}
@media (max-width: 767px) {
  .inputField .fieldTitle {
    font-size: 16px;
  }
}
.inputField .field {
  position: relative;
  height: 34px;
  background: #F2F2F4;
  border: 1px solid #F2F2F4;
}
.inputField .field.missing {
  border-color: #db011c;
}
.inputField input {
  border: 0px;
  border-radius: 0px;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  width: 100%;
  height: 100%;
  padding: 0px 10px;
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 19px;
  color: #040505;
}
@media (max-width: 767px) {
  .inputField input {
    font-size: 16px;
  }
}
.inputField textarea {
  border: 0px;
  border-radius: 0px;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  resize: none;
  overflow: auto;
  width: 100%;
  height: 100%;
  padding: 22px 16px;
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 19px;
  color: #040505;
}
@media (max-width: 767px) {
  .inputField textarea {
    font-size: 16px;
  }
}
.txMssg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #565660;
  text-align: center;
  font-size: 25px;
  font-weight: 300;
  color: #fff;
  line-height: 31px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.txMssg.open {
  opacity: 1;
  pointer-events: visible;
}
@media (max-width: 767px) {
  .txMssg {
    font-size: 18px;
    line-height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.txMssg .textwrap {
  padding: 178px 28px 0px;
}
@media (max-width: 767px) {
  .txMssg .textwrap {
    padding-top: 0px;
  }
}
.txMssg .textwrap span.underline {
  text-decoration: underline;
  display: block;
}
.txMssg .exit {
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  top: 13px;
  right: 16px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
@media (max-width: 767px) {
  .txMssg .exit svg {
    width: 13px;
    height: auto;
  }
}
.Apply {
  padding: 43px 0px 67px;
}
@media (max-width: 767px) {
  .Apply {
    padding: 12px 0px 50px;
  }
}
.Apply .wrap {
  padding-left: 15px;
}
@media (max-width: 767px) {
  .Apply .wrap {
    padding-left: 0px;
  }
}
.Apply .title {
  font-family: "montserrat";
  font-size: 20px;
  font-weight: 600;
  color: #040505;
  text-decoration: underline;
  margin-bottom: 26px;
}
@media (max-width: 767px) {
  .Apply .title {
    font-size: 16px;
  }
}
.Apply .theform {
  position: relative;
}
@media (max-width: 767px) {
  .Apply .theform.txMssgOpened {
    height: 350px;
    overflow: hidden;
  }
}
.Apply ul.items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.Apply ul.items > li {
  width: calc(50% - 30px);
  margin-bottom: 24px;
}
.Apply ul.items > li:nth-child(5),
.Apply ul.items > li:nth-child(6) {
  width: 100%;
}
.Apply ul.items > li:nth-child(2) .inputField .fieldTitle,
.Apply ul.items > li:nth-child(4) .inputField .fieldTitle {
  width: 98px;
}
@media (max-width: 800px) {
  .Apply ul.items > li:nth-child(2) .inputField .fieldTitle,
  .Apply ul.items > li:nth-child(4) .inputField .fieldTitle {
    width: 129px!important;
  }
}
.Apply ul.items > li:nth-child(2) .inputField .field,
.Apply ul.items > li:nth-child(4) .inputField .field {
  width: calc(100% - 98px);
}
@media (max-width: 800px) {
  .Apply ul.items > li:nth-child(2) .inputField .field,
  .Apply ul.items > li:nth-child(4) .inputField .field {
    width: calc(100% - 129px);
  }
}
@media (max-width: 500px) {
  .Apply .inputField {
    display: block;
  }
}
.Apply .inputField .fieldTitle {
  width: 129px;
}
@media (max-width: 500px) {
  .Apply .inputField .fieldTitle {
    width: 100%!important;
  }
}
.Apply .inputField .field {
  width: calc(100% - 129px);
}
@media (max-width: 500px) {
  .Apply .inputField .field {
    width: 100%!important;
    margin-top: 6px;
  }
}
.Apply .inputField .field.text {
  height: 242px;
}
.Apply .sendDiv {
  display: flex;
  justify-content: flex-end;
}
.Apply .sendDiv .holder {
  position: relative;
  height: 56px;
  width: 273px;
}
@media (max-width: 767px) {
  .Apply .sendDiv .holder {
    height: 40px;
  }
}
@media (max-width: 500px) {
  .Apply .sendDiv .holder {
    width: 100%;
  }
}
.Apply .sendDiv .applyButton {
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: #db011c;
  border: 0px;
  border-radius: 0px;
  cursor: pointer;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  font-size: 20px;
  color: #fff;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 600;
}
@media (max-width: 767px) {
  .Apply .sendDiv .applyButton {
    font-size: 16px;
  }
}
.Jobs {
  padding: 43px 0px 38px;
}
@media (max-width: 767px) {
  .Jobs {
    padding-top: 14px;
    padding-bottom: 23px;
  }
}
.Jobs .wrap {
  padding-left: 15px;
}
@media (max-width: 767px) {
  .Jobs .wrap {
    padding-left: 0px;
  }
}
.Jobs ul.list > li {
  margin-bottom: 21px;
}
@media (max-width: 767px) {
  .Jobs ul.list > li {
    margin-bottom: 10px;
  }
}
.Jobs ul.list > li:last-child {
  margin-bottom: 0px;
}
.Jobs .title {
  font-family: "montserrat";
  font-size: 20px;
  color: #040505;
  font-weight: 600;
  margin-bottom: 3px;
}
@media (max-width: 767px) {
  .Jobs .title {
    font-size: 17px;
  }
}
.Jobs .text {
  font-size: 19px;
  font-weight: 300;
  color: #040505;
  line-height: 23px;
}
@media (max-width: 767px) {
  .Jobs .text {
    font-size: 15px;
    line-height: 20px;
  }
}
.Jobs .click {
  font-size: 19px;
  color: #040505;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  border-bottom: 2px solid #040505;
  line-height: 18px;
  display: inline-block;
}
@media (max-width: 767px) {
  .Jobs .click {
    font-size: 15px;
    line-height: 14px;
  }
}
.Jobs .part2 {
  display: none;
}
.Jobs .part2.showing {
  display: inline;
}
.Jobs .apply {
  display: none;
}
.Jobs .apply.showing {
  display: inline-block;
}
.Jobs .more.hiding {
  display: none;
}
.Multimedia {
  padding: 0px 0px 40px;
  position: relative;
  background: #fff;
}
.Multimedia .headTitle {
  width: calc(45% - 9px);
}
.Multimedia ul.cols {
  padding-left: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.Multimedia ul.cols > li:nth-child(1) {
  width: calc(45% - 17px);
}
.Multimedia ul.cols > li:nth-child(2) {
  width: calc(27.5% - 26px);
}
.Multimedia ul.cols > li:nth-child(3) {
  width: calc(27.5% - 26px);
}
.Multimedia .item {
  display: block;
  cursor: pointer;
}
.Multimedia .pic {
  background: #f3f3f3;
  height: 261px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 19px;
}
.Multimedia .pic img {
  display: block;
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: auto;
}
.Multimedia .title {
  font-family: "montserrat";
  font-size: 25px;
  font-weight: 500;
  color: #db011c;
  margin-bottom: 5px;
}
.Multimedia .text {
  font-size: 19px;
  color: #040505;
  font-weight: 300;
  line-height: 23px;
}
@media (max-width: 767px) {
  .Multimedia .text {
    font-size: 15px;
    line-height: 20px;
  }
}
.Interactives {
  padding: 34px 0px 70px;
}
@media (max-width: 800px) {
  .Interactives {
    padding: 43px 0px 10px;
  }
}
@media (max-width: 767px) {
  .Interactives {
    padding-top: 10px;
  }
}
.Interactives .wrap {
  padding-left: 15px;
}
@media (max-width: 800px) {
  .Interactives .wrap {
    padding-left: 7px;
  }
}
@media (max-width: 767px) {
  .Interactives .wrap {
    padding-left: 0px;
  }
}
.Interactives .intro {
  font-size: 19px;
  color: #040505;
  font-weight: 300;
  line-height: 23px;
  padding-bottom: 38px;
}
@media (max-width: 767px) {
  .Interactives .intro {
    font-size: 15px;
    line-height: 20px;
  }
}
@media (max-width: 800px) {
  .Interactives .intro {
    padding-bottom: 46px;
  }
}
@media (max-width: 767px) {
  .Interactives .intro {
    padding-bottom: 36px;
  }
}
.Interactives ul.list > li {
  margin-bottom: 36px;
}
@media (max-width: 800px) {
  .Interactives ul.list > li {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .Interactives ul.list > li {
    margin-bottom: 31px;
  }
}
.Interactives .item {
  display: block;
  cursor: pointer;
}
.Interactives ul.cols {
  display: flex;
  flex-wrap: wrap;
}
.Interactives ul.cols > li:nth-child(1) {
  width: 41.9%;
  margin-right: 24px;
}
@media (max-width: 800px) {
  .Interactives ul.cols > li:nth-child(1) {
    width: 50%;
    margin-right: 19px;
  }
}
.Interactives ul.cols > li:nth-child(2) {
  width: calc(58.1% - 24px);
}
@media (max-width: 800px) {
  .Interactives ul.cols > li:nth-child(2) {
    width: calc(50% - 19px);
  }
}
@media (max-width: 767px) {
  .Interactives ul.cols > li {
    width: 100%!important;
  }
}
.Interactives .pic img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.Interactives .info {
  background: url(../images/dotline.png) repeat-x left bottom;
  background-position: 0px top;
  padding-top: 1px;
}
@media (max-width: 800px) {
  .Interactives .info {
    padding-top: 22px;
  }
}
@media (max-width: 767px) {
  .Interactives .info {
    background: none;
  }
}
.Interactives .caption {
  font-size: 28px;
  color: #040505;
  font-family: "cardea-lining";
  line-height: 28px;
  margin-top: 12px;
  font-weight: normal;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .Interactives .caption {
    font-size: 24px;
    line-height: 26px;
  }
}
.Interactives .caption h2 {
  font-weight: normal;
  font-size: 28px;
  line-height: 28px;
}
@media (max-width: 767px) {
  .Interactives .caption h2 {
    font-size: 24px;
    line-height: 26px;
  }
}
.Interactives .caption a {
  cursor: pointer;
}
.Interactives .caption + ul.Authors {
  margin-top: 7px;
}
@media (max-width: 767px) {
  .Interactives .caption + ul.Authors {
    margin-top: 5px;
  }
}
.Interactives .caption + .text {
  margin-top: 6px;
}
.Interactives .caption + .youTube,
.Interactives .caption + .photo,
.Interactives .caption + .multiPics {
  margin-top: 35px;
}
@media (max-width: 800px) {
  .Interactives .caption {
    margin-bottom: 0px;
  }
}
.Interactives .text {
  font-size: 19px;
  color: #040505;
  font-weight: 300;
  line-height: 23px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .Interactives .text {
    font-size: 15px;
    line-height: 20px;
  }
}
@media (max-width: 800px) {
  .Interactives .text {
    padding-right: 0px;
  }
}
.division {
  margin-bottom: 20px;
}
.division.div1 {
  padding-top: 24px;
}
.division.div2 .headTitle {
  margin-left: -15px;
  width: calc(100% + 15px);
}
.division .wrap {
  background: url(../images/dotline.png) repeat-x left bottom;
  padding-bottom: 27px;
}
.division ul.cols {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 15px;
  position: relative;
}
.division ul.cols > li {
  min-height: 200px;
  position: relative;
}
.division ul.cols > li:nth-child(1) {
  width: calc(45% - 17px);
}
.division ul.cols > li:nth-child(2) {
  width: calc(55% - 17px);
}
@media (min-width: 801px) {
  .slideHolder {
    position: fixed;
    left: 0px;
    width: 100%;
  }
  .slideHolder .holder1 {
    position: relative;
    margin: auto;
    max-width: 1250px;
  }
  .slideHolder .holder2 {
    width: calc(45% - 9px);
    position: relative;
  }
  .slideHolder .Slider {
    padding-left: 15px;
  }
  .scrollit.slideHolder {
    position: absolute;
    bottom: 0px;
    left: -15px;
    width: calc(100% + 15px);
  }
  .scrollit.slideHolder .holder2 {
    width: 100%;
  }
}
@media (min-width: 801px) and (min-width: 769px) {
  .slideHolder.hiding {
    opacity: 0;
  }
}
@media (min-width: 801px) and (max-width: 1300px) {
  .slideHolder .holder1 {
    padding: 0px 41px;
  }
}
@media (min-width: 801px) and (max-width: 1300px) {
  .scrollit.slideHolder {
    left: -56px;
    width: calc(100% + 97px);
  }
}
.Slider .screen {
  max-width: 100%;
  overflow: hidden;
}
.Slider .pic {
  overflow: hidden;
  margin-bottom: 10px;
  display: block;
  cursor: pointer;
}
.Slider .pic img {
  display: block;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  max-height: 355px;
  min-height: 220px;
}
.Slider .title {
  display: block;
  cursor: pointer;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  font-size: 28px;
  color: #040505;
  font-weight: normal;
  font-family: "cardea-lining";
  line-height: 28px;
  margin-top: 12px;
}
@media (max-width: 767px) {
  .Slider .title {
    font-size: 24px;
    line-height: 26px;
  }
}
.Slider .title h2 {
  font-weight: normal;
  font-size: 28px;
  line-height: 28px;
}
@media (max-width: 767px) {
  .Slider .title h2 {
    font-size: 24px;
    line-height: 26px;
  }
}
.Slider .title a {
  cursor: pointer;
}
.Slider .title + ul.Authors {
  margin-top: 7px;
}
@media (max-width: 767px) {
  .Slider .title + ul.Authors {
    margin-top: 5px;
  }
}
.Slider .title + .text {
  margin-top: 6px;
}
.Slider .title + .youTube,
.Slider .title + .photo,
.Slider .title + .multiPics {
  margin-top: 35px;
}
.News .list {
  display: flex;
  flex-wrap: wrap;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.News .list.hidden {
  opacity: 0;
  pointer-events: none;
}
.News .grid-item {
  width: 50%;
  width: calc(50% - 18px);
}
.News .grid-item.ipad {
  height: 0px;
}
.News .grid-item:last-child .item {
  margin-bottom: 0px;
}
.News .item {
  padding-bottom: 17px;
}
.News .title {
  display: block;
  cursor: pointer;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  font-size: 28px;
  color: #040505;
  font-weight: normal;
  font-family: "cardea-lining";
  line-height: 28px;
  margin-top: 12px;
}
@media (max-width: 767px) {
  .News .title {
    font-size: 24px;
    line-height: 26px;
  }
}
.News .title h2 {
  font-weight: normal;
  font-size: 28px;
  line-height: 28px;
}
@media (max-width: 767px) {
  .News .title h2 {
    font-size: 24px;
    line-height: 26px;
  }
}
.News .title a {
  cursor: pointer;
}
.News .title + ul.Authors {
  margin-top: 7px;
}
@media (max-width: 767px) {
  .News .title + ul.Authors {
    margin-top: 5px;
  }
}
.News .title + .text {
  margin-top: 6px;
}
.News .title + .youTube,
.News .title + .photo,
.News .title + .multiPics {
  margin-top: 35px;
}
.loadMore {
  display: none;
}
.loadMore .label {
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  display: block;
  color: #db011c;
  font-weight: 700;
  border-bottom: 1px solid #db011c;
  line-height: 13px;
}
@media (max-device-width: 1024px) {
  .loadMore .label {
    line-height: 14px;
  }
}
@media (max-width: 767px) {
  .News .loadMore {
    display: flex;
    padding-top: 10px;
    margin-bottom: 14px;
  }
}
.pubList {
  padding: 30px 0px 50px;
}
.pubList .wrap {
  padding-left: 15px;
}
@media (max-width: 800px) {
  .pubList .wrap {
    padding-left: 12px;
  }
}
@media (max-width: 767px) {
  .pubList .wrap {
    padding-left: 0px;
  }
}
.pubList .grid {
  display: flex;
  color: #fff;
  font-size: 33px;
  flex-wrap: wrap;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.pubList .grid.hidden {
  opacity: 0;
  pointer-events: none;
}
.pubList .grid .grid-sizer {
  width: 1%;
}
.pubList .grid .gutter-sizer {
  width: 0px;
}
.pubList .grid .grid-item {
  width: calc(43% - 18px);
  margin-bottom: 26px;
  margin-right: 18px;
}
@media (max-width: 800px) {
  .pubList .grid .grid-item {
    width: 100%!important;
    margin-left: 0px!important;
    margin-right: 0px!important;
    margin-bottom: 24px;
  }
}
.pubList .grid .grid-item:nth-child(2n) {
  width: calc(57% - 18px);
  margin-left: 18px;
  margin-right: 0px;
}
.pubList .pic {
  overflow: hidden;
  cursor: pointer;
}
.pubList .pic img {
  display: block;
}
.pubList ul.cols {
  display: flex;
  justify-content: space-between;
}
.pubList ul.cols > li:nth-child(1) {
  width: 154px;
}
@media (max-width: 500px) {
  .pubList ul.cols > li:nth-child(1) {
    width: 30%;
  }
}
.pubList ul.cols > li:nth-child(2) {
  width: calc(100% - 176px);
}
@media (max-width: 800px) {
  .pubList ul.cols > li:nth-child(2) {
    width: calc(100% - 179px);
  }
}
@media (max-width: 500px) {
  .pubList ul.cols > li:nth-child(2) {
    width: calc(70% - 20px);
  }
}
.pubList ul.cols > li:only-child {
  width: 100%!important;
  margin-bottom: 7px;
}
@media (max-width: 800px) {
  .pubList ul.cols > li:only-child {
    margin-bottom: 1px;
  }
}
.pubList .title {
  font-size: 28px;
  color: #040505;
  font-weight: normal;
  font-family: "cardea-lining";
  line-height: 28px;
  margin-top: 12px;
  display: block;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
@media (max-width: 767px) {
  .pubList .title {
    font-size: 24px;
    line-height: 26px;
  }
}
.pubList .title h2 {
  font-weight: normal;
  font-size: 28px;
  line-height: 28px;
}
@media (max-width: 767px) {
  .pubList .title h2 {
    font-size: 24px;
    line-height: 26px;
  }
}
.pubList .title a {
  cursor: pointer;
}
.pubList .title + ul.Authors {
  margin-top: 7px;
}
@media (max-width: 767px) {
  .pubList .title + ul.Authors {
    margin-top: 5px;
  }
}
.pubList .title + .text {
  margin-top: 6px;
}
.pubList .title + .youTube,
.pubList .title + .photo,
.pubList .title + .multiPics {
  margin-top: 35px;
}
.pubList .Pagination {
  padding-top: 18px;
}
.pubList .info {
  margin-top: -6px;
}
.Pagination {
  display: flex;
  width: 100%;
  justify-content: center;
  font-family: "montserrat";
  font-size: 18px;
  color: #db011c;
}
.Pagination a {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  cursor: pointer;
  color: #db011c;
}
.Pagination .holder {
  display: flex;
  align-items: center;
}
.Pagination .pages {
  display: flex;
  align-items: center;
  padding: 0px 5px 0px;
  justify-content: center;
  flex-wrap: wrap;
}
.Pagination .nb {
  display: block;
  position: relative;
  border-bottom: 1px solid transparent;
  margin-right: 15px;
  line-height: 14px;
  margin-top: 2px;
  margin-bottom: 2px;
}
.Pagination .nb.selected {
  font-weight: 900;
  border-bottom: 1px solid #7D2B37;
}
.Pagination .nb:after {
  display: block;
  content: '/';
  position: absolute;
  top: 0px;
  right: -11px;
  color: #db011c !important;
  pointer-events: none;
  font-weight: normal!important;
}
.Pagination .nb:last-child {
  margin-right: 0px;
}
.Pagination .nb:last-child:after {
  display: none;
}
/* >>>>> start about section  >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
---------------------------------------------------------------------------- */
.About {
  padding: 36px 0px 60px;
}
@media (max-width: 767px) {
  .About {
    padding-bottom: 13px;
    padding-top: 14px!important;
  }
}
.About .wrap {
  padding-left: 15px;
}
@media (max-width: 800px) {
  .About .wrap {
    padding-left: 12px;
  }
}
@media (max-width: 767px) {
  .About .wrap {
    padding-left: 0px;
  }
}
.About ul.list > li {
  margin-bottom: 21px;
}
.About .titre {
  font-size: 28px;
  color: #040505;
  font-weight: normal;
  font-family: "cardea-lining";
  line-height: 28px;
  margin-top: 12px;
  margin-bottom: 1px;
  margin-top: 0px;
}
@media (max-width: 767px) {
  .About .titre {
    font-size: 24px;
    line-height: 26px;
  }
}
.About .titre h2 {
  font-weight: normal;
  font-size: 28px;
  line-height: 28px;
}
@media (max-width: 767px) {
  .About .titre h2 {
    font-size: 24px;
    line-height: 26px;
  }
}
.About .titre a {
  cursor: pointer;
}
.About .titre + ul.Authors {
  margin-top: 7px;
}
@media (max-width: 767px) {
  .About .titre + ul.Authors {
    margin-top: 5px;
  }
}
.About .titre + .text {
  margin-top: 6px;
}
.About .titre + .youTube,
.About .titre + .photo,
.About .titre + .multiPics {
  margin-top: 35px;
}
.About .text {
  font-size: 19px;
  color: #040505;
  font-weight: 300;
  line-height: 23px;
}
@media (max-width: 767px) {
  .About .text {
    font-size: 15px;
    line-height: 20px;
  }
}
.About .caption {
  font-size: 28px;
  color: #040505;
  font-weight: normal;
  font-family: "cardea-lining";
  line-height: 28px;
  margin-top: 12px;
  margin-bottom: 21px;
  margin-top: 31px;
}
@media (max-width: 767px) {
  .About .caption {
    font-size: 24px;
    line-height: 26px;
  }
}
.About .caption h2 {
  font-weight: normal;
  font-size: 28px;
  line-height: 28px;
}
@media (max-width: 767px) {
  .About .caption h2 {
    font-size: 24px;
    line-height: 26px;
  }
}
.About .caption a {
  cursor: pointer;
}
.About .caption + ul.Authors {
  margin-top: 7px;
}
@media (max-width: 767px) {
  .About .caption + ul.Authors {
    margin-top: 5px;
  }
}
.About .caption + .text {
  margin-top: 6px;
}
.About .caption + .youTube,
.About .caption + .photo,
.About .caption + .multiPics {
  margin-top: 35px;
}
.About .holder {
  background: url(../images/dotline.png) repeat-x left bottom;
  margin-left: -15px;
  width: calc(100% + 15px);
  padding-left: 15px;
  margin-bottom: 24px;
  padding-bottom: 16px;
}
@media (max-width: 800px) {
  .About .holder {
    margin-left: -12px;
    width: calc(100% + 12px);
    padding-left: 12px;
  }
}
@media (max-width: 767px) {
  .About .holder {
    margin-left: 0px;
    width: 100%;
    padding-left: 0px;
  }
}
.About ul.grid {
  display: flex;
  flex-wrap: wrap;
}
.About ul.grid > li {
  width: calc(50% - 19px);
  margin-bottom: 18px;
  margin-right: 19px;
}
.About ul.grid > li:nth-child(2n) {
  margin-right: 0px;
  margin-left: 19px;
}
.About .teamSection {
  background: url(../images/dotline.png) repeat-x left bottom;
  background-position: left 11px;
  padding-top: 36px;
}
.About .teamSection + ul.list {
  padding-top: 5px;
}
.About .teamSection + ul.list > li {
  margin-bottom: 19px;
}
.About .subname {
  font-size: 20px;
  color: #040505;
  line-height: 20px;
  font-family: "montserrat";
  font-weight: 500;
  margin-bottom: 5px;
}
ul.teamlist > li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
ul.teamlist .pic {
  width: 201px;
  margin-right: 24px;
}
ul.teamlist .pic img {
  display: block;
  object-fit: cover;
}
ul.teamlist .data {
  width: calc(100% - 225px);
}
ul.teamlist .data:only-child {
  width: 100%!important;
}
@media (max-width: 767px) {
  ul.teamlist .pic {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 12px;
  }
  ul.teamlist .data {
    width: 100%;
  }
}
@media (min-width: 801px) {
  .About ul.grid.hidden {
    opacity: 0;
    pointer-events: none;
  }
}
@media (max-width: 800px) {
  .About ul.grid > li {
    width: 100%;
    margin-left: 0px!important;
    margin-right: 0px!important;
    position: relative!important;
    top: auto!important;
    left: auto!important;
    transform: none!important;
  }
  .About {
    padding-top: 25px;
  }
  .About .titre {
    margin-bottom: 9px;
  }
  .About .titre + .text {
    margin-top: -5px;
  }
  .About ul.list > li {
    margin-bottom: 29px;
  }
  .About .caption {
    margin-top: 47px;
    margin-bottom: 18px;
  }
  .About ul.grid > li {
    margin-bottom: 28px;
  }
  .About .holder {
    padding-bottom: 20px;
  }
  .About ul.grid {
    height: auto!important;
    transition: none!important;
  }
  .About ul.grid > li:nth-child(1) {
    order: 1;
  }
  .About ul.grid > li:nth-child(4) {
    order: 7;
  }
  .About ul.grid > li:nth-child(3) {
    order: 2;
  }
  .About ul.grid > li:nth-child(6) {
    order: 8;
  }
  .About ul.grid > li:nth-child(5) {
    order: 3;
  }
  .About ul.grid > li:nth-child(8) {
    order: 9;
  }
  .About ul.grid > li:nth-child(7) {
    order: 4;
  }
  .About ul.grid > li:nth-child(10) {
    order: 10;
  }
  .About ul.grid > li:nth-child(9) {
    order: 5;
  }
  .About ul.grid > li:nth-child(2) {
    order: 6;
  }
}
@media (max-width: 767px) {
  .About ul.list > li {
    margin-bottom: 10px;
  }
  .About .caption {
    margin-top: 7px;
    margin-bottom: 8px;
  }
  .About ul.grid > li {
    margin-bottom: 10px;
  }
  .About .holder {
    padding-bottom: 5px;
    margin-bottom: 14px;
  }
  .About .subname {
    font-size: 16px;
  }
  .About .teamSection {
    padding-top: 19px;
    background-position: left 4px;
  }
  .About .teamSection + ul.list {
    padding-top: 0px;
    margin-top: -3px;
  }
  .About .teamSection + ul.list > li {
    margin-bottom: 11px;
  }
}
/*  end about section  <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< 
---------------------------------------------------------------------------- */
/* >>>>> start search popup  >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
---------------------------------------------------------------------------- */
.searchPop {
  position: fixed;
  z-index: 2;
  left: 0px;
  width: 100%;
  height: calc(100% - 150px);
  top: 150px;
  opacity: 0;
  background: #ffffff url(../images/searchbg.png) no-repeat center 77%;
  background-size: contain;
  pointer-events: none;
  transition: 0.3s opacity;
}
.searchPop:before {
  height: 1px;
  background: green;
  display: block;
  content: '';
  position: absolute;
  top: -1px;
  max-width: 1250px;
  margin: auto;
  background: #ffffff url(../images/dotline.png) repeat-x;
  left: 0px;
  right: 0px;
}
@media (max-width: 1300px) {
  .searchPop:before {
    left: 41px;
    width: calc(100% - 82px);
    right: auto;
  }
}
@media (max-width: 767px) {
  .searchPop:before {
    left: 26px;
    width: calc(100% - 52px);
  }
}
@media (max-width: 800px) {
  .searchPop {
    height: calc(100% - 135px);
    top: 135px;
    background: #fff;
  }
}
@media (max-width: 767px) {
  .searchPop {
    height: calc(100% - 85px);
    top: 85px;
  }
}
.searchPop.open {
  opacity: 1;
  pointer-events: visible;
}
.searchPop .container {
  height: 100%;
}
.searchPop .tab {
  position: relative;
  height: 87px;
  width: 512px;
  background: url(../images/dotline.png) repeat-x left bottom;
  display: flex;
  align-items: center;
  pointer-events: none;
  transition: 0.3s all;
  opacity: 0;
  transform: translateX(-22px);
}
@media (max-width: 767px) {
  .searchPop .tab {
    width: 100%;
  }
}
.searchPop .tab.open {
  opacity: 1;
  pointer-events: visible;
  transform: translateX(0px);
}
.searchPop .titre {
  color: #db011c;
  font-size: 32px;
  font-family: "montserrat";
  font-weight: 500;
  width: 128px;
  cursor: pointer;
}
.searchPop .searchInp {
  border: 0px;
  border-radius: 0px;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  height: 100%;
  font-size: 25px;
  font-family: "montserrat";
  font-weight: 300;
  color: #040505;
  width: calc(100% - 128px);
}
@media (max-width: 767px) {
  .searchPop .titre {
    font-size: 26px;
    width: 112px;
  }
  .searchPop .searchInp {
    font-size: 19px;
    width: calc(100% - 112px);
  }
}
.stopSearchPageScroll {
  overflow: hidden;
}
.desktop.windows.containVscroll.stopPageScroll {
  padding-right: 17px;
}
.desktop.windows.containVscroll.stopSearchPageScroll header {
  width: calc(100% - 17px);
}
.desktop.windows.containVscroll.stopSearchPageScroll .searchPop {
  width: calc(100% - 17px);
}
#content.hide,
footer.hide {
  opacity: 0;
  transition: none!important;
}
/*  end search popup   <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< 
---------------------------------------------------------------------------- */
/* >>>>> start search page  >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
---------------------------------------------------------------------------- */
.searchPage {
  background: #ffffff url(../images/searchbg.png) no-repeat center 88%;
  background-size: contain;
}
@media (max-width: 800px) {
  .searchPage {
    background: none;
  }
}
.searchPage header .search {
  pointer-events: none;
}
.searchPage .searchPop {
  position: relative;
  top: auto;
  background: none;
  height: auto!important;
  left: auto;
  z-index: 1;
  opacity: 1!important;
  pointer-events: visible;
  transition: none;
}
.searchPage .searchPop:before {
  display: none;
}
.searchPage .searchPop .container {
  height: auto;
}
.searchPage .searchPop .tab {
  opacity: 1!important;
  transform: none!important;
  transition: none;
  pointer-events: visible;
}
.Search {
  padding: 32px 0px 50px;
}
@media (max-width: 767px) {
  .Search {
    padding-bottom: 18px;
    padding-top: 18px;
  }
}
.Search .wrap {
  padding-left: 15px;
}
@media (max-width: 800px) {
  .Search .wrap {
    padding-left: 12px;
  }
}
@media (max-width: 767px) {
  .Search .wrap {
    padding-left: 0px;
  }
}
.Search ul.list {
  padding-right: 63px;
}
@media (max-width: 800px) {
  .Search ul.list {
    padding-right: 7px;
  }
}
.Search ul.list > li {
  margin-bottom: 26px;
}
.Search .title {
  font-size: 28px;
  color: #040505;
  font-weight: normal;
  font-family: "cardea-lining";
  line-height: 28px;
  margin-top: 12px;
  margin-bottom: 3px;
}
@media (max-width: 767px) {
  .Search .title {
    font-size: 24px;
    line-height: 26px;
  }
}
.Search .title h2 {
  font-weight: normal;
  font-size: 28px;
  line-height: 28px;
}
@media (max-width: 767px) {
  .Search .title h2 {
    font-size: 24px;
    line-height: 26px;
  }
}
.Search .title a {
  cursor: pointer;
}
.Search .title + ul.Authors {
  margin-top: 7px;
}
@media (max-width: 767px) {
  .Search .title + ul.Authors {
    margin-top: 5px;
  }
}
.Search .title + .text {
  margin-top: 6px;
}
.Search .title + .youTube,
.Search .title + .photo,
.Search .title + .multiPics {
  margin-top: 35px;
}
.Search .text {
  font-size: 19px;
  color: #040505;
  font-weight: 300;
  line-height: 23px;
}
@media (max-width: 767px) {
  .Search .text {
    font-size: 15px;
    line-height: 20px;
  }
}
.Search .red {
  color: #db011c;
}
/*  end search page   <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< 
---------------------------------------------------------------------------- */
/* >>>>> start podcast-details page   >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
---------------------------------------------------------------------------- */
.Episode {
  padding: 48px 0px 33px;
}
.Episode ul.cols {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
.Episode ul.cols > li:nth-child(1) {
  width: calc(43.5% - 15px);
}
.Episode ul.cols > li:nth-child(2) {
  width: calc(56.5% - 15px);
}
.Episode .pic {
  margin-bottom: 21px;
}
.Episode .pic img {
  display: block;
  width: 100%;
}
.Episode .controls {
  display: flex;
  justify-content: center;
}
.Episode .controls .prev,
.Episode .controls .next {
  font-size: 15px;
  font-family: "montserrat";
  color: #040505;
  font-weight: 700;
  border-bottom: 1px solid #434343;
  cursor: pointer;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  margin: 0px 8px;
  line-height: 13px;
}
@media (max-width: 900px) {
  .Episode .controls .prev,
  .Episode .controls .next {
    font-size: 14px;
  }
}
.Episode .title {
  font-size: 28px;
  color: #040505;
  font-weight: normal;
  font-family: "cardea-lining";
  line-height: 28px;
  margin-top: 12px;
  margin-top: 11px;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .Episode .title {
    font-size: 24px;
    line-height: 26px;
  }
}
.Episode .title h2 {
  font-weight: normal;
  font-size: 28px;
  line-height: 28px;
}
@media (max-width: 767px) {
  .Episode .title h2 {
    font-size: 24px;
    line-height: 26px;
  }
}
.Episode .title a {
  cursor: pointer;
}
.Episode .title + ul.Authors {
  margin-top: 7px;
}
@media (max-width: 767px) {
  .Episode .title + ul.Authors {
    margin-top: 5px;
  }
}
.Episode .title + .text {
  margin-top: 6px;
}
.Episode .title + .youTube,
.Episode .title + .photo,
.Episode .title + .multiPics {
  margin-top: 35px;
}
.Episode .title .name {
  position: relative;
}
.Episode .title .name:after {
  display: block;
  content: '';
  position: absolute;
  left: 0px;
  width: 100%;
  bottom: 6px;
  height: 1px;
  background: #434343;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.Episode .text {
  font-size: 19px;
  color: #040505;
  font-weight: 300;
  line-height: 23px;
  margin-bottom: 31px;
}
@media (max-width: 767px) {
  .Episode .text {
    font-size: 15px;
    line-height: 20px;
  }
}
.Episode .player {
  /*height:74px;background:@red;display:flex;justify-content:center;align-items:center;*/
}
.Episode .photoInfo {
  padding-bottom: 20px;
}
.Episode .photoInfo .image {
  margin-bottom: 16px;
}
.Episode .photoInfo .image img {
  display: block;
  width: 100%;
}
.Episode .photoInfo .description {
  font-size: 19px;
  color: #040505;
  font-weight: 300;
  line-height: 23px;
  padding-left: 5px;
}
@media (max-width: 767px) {
  .Episode .photoInfo .description {
    font-size: 15px;
    line-height: 20px;
  }
}
.shareOptions {
  display: flex;
  position: absolute;
  bottom: 8px;
  right: 0px;
  align-items: center;
}
@media (max-width: 767px) {
  .shareOptions {
    bottom: 5px;
  }
}
.shareOptions > li {
  margin-right: 12px;
}
.shareOptions > li:last-child {
  margin-right: 0px!important;
}
@media (max-width: 500px) {
  .shareOptions > li {
    margin-right: 9px;
  }
}
.shareOptions .label1 {
  cursor: pointer;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  font-size: 15px;
  font-family: "montserrat";
  font-weight: 700;
  border-bottom: 1px solid #434343;
  line-height: 12px;
  color: #040505;
  display: block;
  text-transform: uppercase;
}
.shareOptions .label1.red {
  color: #db011c;
  border-bottom-color: #db011c;
}
.shareOptions .label1.selected {
  opacity: 1!important;
  color: #B0B1B4!important;
  border-bottom-color: #B0B1B4!important;
}
@media (max-width: 767px) {
  .shareOptions .label1 {
    font-size: 10px;
    line-height: 8px;
  }
}
.shareOptions .share {
  position: relative;
}
.mediaPop {
  position: absolute;
  top: 29px;
  left: 0px;
  right: 0px;
  margin: auto;
  display: none;
}
.mediaPop:after {
  position: absolute;
  top: -29px;
  height: 29px;
  left: 0px;
  width: 100%;
  display: block;
  content: '';
}
.mediaPop .holder {
  display: flex;
  justify-content: center;
}
.mediaPop ul.icons > li {
  margin-bottom: 8px;
}
.mediaPop ul.icons a {
  display: block;
  cursor: pointer;
  background: #fff;
}
.mediaPop .facebook {
  direction: ltr;
  overflow: hidden;
  width: 32px;
  height: 32px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.mediaPop .facebook:after {
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  display: block;
  content: '';
  background: url(../images/icons.png) no-repeat -152px -113px;
  width: 63px;
  height: 63px;
}
.mediaPop .twitter {
  direction: ltr;
  overflow: hidden;
  width: 32px;
  height: 32px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.mediaPop .twitter:after {
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  display: block;
  content: '';
  background: url(../images/icons.png) no-repeat -3px -100px;
  width: 63px;
  height: 63px;
}
.mediaPop .mail {
  direction: ltr;
  overflow: hidden;
  width: 32px;
  height: 26px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.mediaPop .mail:after {
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  display: block;
  content: '';
  background: url(../images/icons.png) no-repeat -80px -100px;
  width: 63px;
  height: 51px;
}
@media (min-width: 768px) {
  .Episode .photoInfo.makeFixed {
    width: 529px;
    position: fixed;
  }
  .Episode .photoInfo.scrollit {
    position: absolute;
    bottom: 0px;
    width: 100%!important;
  }
  .Episode ul.cols > li:nth-child(1) {
    position: relative;
  }
}
@media (min-width: 768px) and (max-width: 1300px) {
  .Episode .photoInfo.makeFixed {
    width: calc(43.5% - 51px);
  }
}
@media (min-width: 768px) and (max-width: 800px) {
  .Episode .photoInfo.makeFixed {
    width: calc(43.5% - 30px);
  }
}
@media (max-width: 767px) {
  .mediaPop {
    top: 20px;
  }
  .mediaPop .facebook:after {
    transform: scale(0.4);
  }
  .mediaPop .facebook {
    width: 27px;
    height: 27px;
  }
  .mediaPop .twitter:after {
    transform: scale(0.4);
  }
  .mediaPop .twitter {
    width: 27px;
    height: 27px;
  }
  .mediaPop .mail:after {
    transform: scale(0.4);
  }
  .mediaPop .mail {
    width: 27px;
    height: 21px;
  }
  .mediaPop ul.icons > li {
    margin-bottom: 5px;
  }
}
@media (max-width: 800px) {
  .Episode .player {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
  }
  .Episode ul.cols {
    padding-bottom: 96px;
  }
  .Episode .controls .prev,
  .Episode .controls .next {
    font-size: 15px;
  }
  .Episode ul.cols > li:nth-child(1) {
    width: calc(46.5% - 15px);
  }
  .Episode ul.cols > li:nth-child(2) {
    width: calc(53.5% - 15px);
  }
  .Episode .title {
    margin-top: 19px;
    margin-bottom: 0px;
  }
  .Episode .title + .text {
    margin-top: 12px;
  }
}
@media (max-width: 767px) {
  .Episode .controls .prev,
  .Episode .controls .next {
    font-size: 13px;
  }
  .Episode ul.cols > li:nth-child(1) {
    width: calc(46.5% - 10px);
  }
  .Episode ul.cols > li:nth-child(2) {
    width: calc(53.5% - 10px);
  }
  .Episode .title + .text {
    margin-top: 8px;
  }
}
@media (max-width: 767px) {
  .Episode ul.cols > li:nth-child(1) {
    width: calc(100%);
  }
  .Episode ul.cols > li:nth-child(2) {
    width: calc(100%);
  }
  .Episode .picDiv {
    margin-bottom: 18px;
  }
  .Episode .text {
    margin-bottom: 0px;
  }
  .Episode .player {
    height: 60px;
  }
  .Episode .controls {
    justify-content: space-between;
  }
  .Episode .controls .prev,
  .Episode .controls .next {
    margin: 0px;
  }
  .shareThis {
    bottom: 7px;
  }
  .shareThis .label1 {
    font-size: 13px;
  }
}
@media (max-width: 800px) {
  .Episode.template2 ul.cols {
    padding-bottom: 0px;
  }
}
.Featured .grid {
  display: flex;
  flex-wrap: wrap;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.Featured .grid.hidden {
  opacity: 0;
  pointer-events: none;
}
.Featured .grid-item {
  width: calc(50% - 18px);
}
@media (max-width: 800px) {
  .Featured .grid-item {
    width: 100%;
    margin-bottom: 22px;
  }
}
.Featured .infoDiv .title {
  margin-bottom: 36px;
  display: block;
  cursor: pointer;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
@media (max-width: 800px) {
  .Featured .infoDiv .title {
    margin-bottom: 22px;
    margin-top: 12px;
    margin-bottom: 0px!important;
  }
}
/*  end podcast-details page   <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< 
---------------------------------------------------------------------------- */
/* >>>>> start analysis listing page   >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>  >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
---------------------------------------------------------------------------- */
.itemsList {
  padding: 35px 0px 40px;
}
@media (max-width: 800px) {
  .itemsList {
    padding: 30px 0px 40px;
  }
}
@media (max-width: 767px) {
  .itemsList {
    padding: 11px 0px 40px;
  }
}
.itemsList .wrap {
  padding-left: 15px;
  padding-bottom: 37px;
}
.itemsList .grid-sizer {
  width: 1%;
}
.itemsList .gutter-sizer {
  width: 0px;
}
.itemsList ul.grid {
  display: flex;
  flex-wrap: wrap;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  background: #fff;
  position: relative;
  z-index: 1;
}
.itemsList ul.grid.hidden {
  opacity: 0;
  pointer-events: none;
}
.itemsList .grid-item {
  width: calc(43% - 18px);
  margin-bottom: 36px;
  margin-right: 18px;
}
.itemsList .grid-item:nth-child(2n) {
  width: calc(57% - 18px);
  margin-left: 18px;
  margin-right: 0px;
}
.itemsList ul.cols {
  display: flex;
  justify-content: space-between;
}
.itemsList ul.cols > li {
  width: calc(47% - 11px);
}
.itemsList ul.cols > li:only-child {
  width: 100%!important;
}
.itemsList .title {
  font-size: 28px;
  color: #040505;
  font-weight: normal;
  font-family: "cardea-lining";
  line-height: 28px;
  margin-top: 12px;
  cursor: pointer;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  display: block;
}
@media (max-width: 767px) {
  .itemsList .title {
    font-size: 24px;
    line-height: 26px;
  }
}
.itemsList .title h2 {
  font-weight: normal;
  font-size: 28px;
  line-height: 28px;
}
@media (max-width: 767px) {
  .itemsList .title h2 {
    font-size: 24px;
    line-height: 26px;
  }
}
.itemsList .title a {
  cursor: pointer;
}
.itemsList .title + ul.Authors {
  margin-top: 7px;
}
@media (max-width: 767px) {
  .itemsList .title + ul.Authors {
    margin-top: 5px;
  }
}
.itemsList .title + .text {
  margin-top: 6px;
}
.itemsList .title + .youTube,
.itemsList .title + .photo,
.itemsList .title + .multiPics {
  margin-top: 35px;
}
.itemsList ul.cols.landscape > li:nth-child(1) {
  width: calc(47% - 11px);
}
.itemsList ul.cols.landscape > li:nth-child(2) {
  width: calc(53% - 11px);
}
.itemsList ul.cols.portrait > li:nth-child(1) {
  width: 154px;
}
.itemsList ul.cols.portrait > li:nth-child(2) {
  width: calc(100% - 176px);
}
.itemsList .pic {
  display: block;
  cursor: pointer;
  position: relative;
}
.itemsList .pic img {
  display: block;
  width: 100%;
}
.itemsList .pic.video:after {
  display: block;
  content: '';
  background: url(../images/icons.png) no-repeat -80px 0px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 84px;
  height: 84px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  transform: scale(0.5);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
@media (max-width: 800px) {
  .itemsList .pic.video:after {
    transform: scale(0.42);
  }
}
.itemsList .text {
  font-size: 19px;
  color: #040505;
  font-weight: 300;
  line-height: 23px;
  cursor: pointer;
  display: block;
}
@media (max-width: 767px) {
  .itemsList .text {
    font-size: 15px;
    line-height: 20px;
  }
}
.itemsList .text .more .insidespan {
  font-size: 17px;
  font-weight: 600;
  border-bottom: 1px solid #000;
  display: inline-block;
  line-height: 16px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
@media (max-width: 767px) {
  .itemsList .text .more .insidespan {
    font-size: 15px;
    line-height: 15px;
  }
}
@media (max-device-width: 1024px) {
  .itemsList .text .more .insidespan {
    line-height: 16px;
  }
}
.itemsList .grid-item:nth-child(odd) ul.cols.fullwidth {
  flex-wrap: wrap;
}
.itemsList .grid-item:nth-child(odd) ul.cols.fullwidth > li {
  width: 100%!important;
}
.itemsList .grid-item:nth-child(odd) ul.cols.fullwidth .pic {
  margin-bottom: 10px;
}
@media (max-width: 1000px) {
  .itemsList .wrap {
    padding-left: 0px;
    padding-bottom: 30px;
  }
  .itemsList ul.grid > li {
    width: 100%!important;
    margin: 0px 0px 28px!important;
  }
  .itemsList .item {
    padding: 0px !important;
  }
}
.detector {
  display: none;
}
@media (min-width: 768px) and (max-width: 1000px) {
  .itemsList ul.cols.fullwidth > li:nth-child(1) {
    width: calc(47% - 11px) !important;
  }
  .itemsList ul.cols.fullwidth > li:nth-child(2) {
    width: calc(53% - 11px) !important;
  }
  .detector {
    display: block;
  }
}
@media (max-width: 767px) {
  .itemsList ul.cols.landscape > li {
    width: 100%!important;
  }
  .itemsList ul.cols.landscape {
    flex-wrap: wrap;
  }
  .itemsList ul.cols.portrait + .text {
    margin-top: 12px;
  }
  .itemsList ul.cols.portrait > li:nth-child(1) {
    width: 101px;
  }
  .itemsList ul.cols.portrait > li:nth-child(2) {
    width: calc(100% - 113px);
  }
  .itemsList .text .more {
    display: block;
  }
  .itemsList .grid-itemul.cols.fullwidth {
    flex-wrap: wrap;
  }
  .itemsList .grid-item ul.cols.fullwidth > li {
    width: 100%!important;
  }
  .itemsList .grid-item ul.cols.fullwidth .pic {
    margin-bottom: 10px;
  }
}
/*  end analysis listing page   <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< 
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< 
---------------------------------------------------------------------------- */
/* >>>>> start listing layout pages like videos    >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>  >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
---------------------------------------------------------------------------- */
.layoutv3 {
  padding: 24px 0px 42px;
}
@media (max-width: 800px) {
  .layoutv3 {
    padding: 48px 0px 50px;
  }
}
@media (max-width: 767px) {
  .layoutv3 {
    padding-top: 22px;
  }
}
.layoutv3 .wrap {
  padding-left: 15px;
  overflow: hidden;
}
@media (max-width: 800px) {
  .layoutv3 .wrap {
    padding-left: 12px;
  }
}
@media (max-width: 767px) {
  .layoutv3 .wrap {
    padding-left: 0px;
  }
}
.layoutv3 .grid-sizer {
  width: 0.2%;
}
.layoutv3 .gutter-sizer {
  width: 0px;
}
.layoutv3 ul.grid {
  display: flex;
  flex-wrap: wrap;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.layoutv3 ul.grid.hidden {
  opacity: 0;
  pointer-events: none;
}
.layoutv3 .grid-item {
  margin-bottom: 39px;
}
@media (max-width: 767px) {
  .layoutv3 .grid-item {
    margin-bottom: 25px;
  }
}
.layoutv3 .grid-item:nth-child(1),
.layoutv3 .grid-item:nth-child(4),
.layoutv3 .grid-item:nth-child(7),
.layoutv3 .grid-item:nth-child(10),
.layoutv3 .grid-item:nth-child(13),
.layoutv3 .grid-item:nth-child(16),
.layoutv3 .grid-item:nth-child(19),
.layoutv3 .grid-item:nth-child(22),
.layoutv3 .grid-item:nth-child(25),
.layoutv3 .grid-item:nth-child(28) {
  width: calc(44% - 28px);
  margin-right: 28px;
}
.layoutv3 .grid-item:nth-child(2),
.layoutv3 .grid-item:nth-child(5),
.layoutv3 .grid-item:nth-child(8),
.layoutv3 .grid-item:nth-child(11),
.layoutv3 .grid-item:nth-child(14),
.layoutv3 .grid-item:nth-child(17),
.layoutv3 .grid-item:nth-child(20),
.layoutv3 .grid-item:nth-child(23),
.layoutv3 .grid-item:nth-child(26),
.layoutv3 .grid-item:nth-child(29) {
  width: calc(28% - 14px);
  margin-right: 13px;
}
.layoutv3 .grid-item:nth-child(3),
.layoutv3 .grid-item:nth-child(6),
.layoutv3 .grid-item:nth-child(9),
.layoutv3 .grid-item:nth-child(12),
.layoutv3 .grid-item:nth-child(15),
.layoutv3 .grid-item:nth-child(18),
.layoutv3 .grid-item:nth-child(21),
.layoutv3 .grid-item:nth-child(24),
.layoutv3 .grid-item:nth-child(27),
.layoutv3 .grid-item:nth-child(30) {
  width: calc(28% - 14px);
  margin-left: 13px;
}
.layoutv3 .item {
  display: block;
  cursor: pointer;
}
.layoutv3 .pic {
  position: relative;
}
.layoutv3 .pic img {
  display: block;
  width: 100%;
}
.layoutv3 .pic.video:after {
  display: block;
  content: '';
  background: url(../images/icons.png) no-repeat -80px 0px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 84px;
  height: 84px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  transform: scale(0.5);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
@media (max-width: 800px) {
  .layoutv3 .pic.video:after {
    transform: scale(0.42);
  }
}
.layoutv3 .title {
  font-size: 28px;
  color: #040505;
  font-weight: normal;
  font-family: "cardea-lining";
  line-height: 28px;
  margin-top: 12px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
@media (max-width: 767px) {
  .layoutv3 .title {
    font-size: 24px;
    line-height: 26px;
  }
}
.layoutv3 .title h2 {
  font-weight: normal;
  font-size: 28px;
  line-height: 28px;
}
@media (max-width: 767px) {
  .layoutv3 .title h2 {
    font-size: 24px;
    line-height: 26px;
  }
}
.layoutv3 .title a {
  cursor: pointer;
}
.layoutv3 .title + ul.Authors {
  margin-top: 7px;
}
@media (max-width: 767px) {
  .layoutv3 .title + ul.Authors {
    margin-top: 5px;
  }
}
.layoutv3 .title + .text {
  margin-top: 6px;
}
.layoutv3 .title + .youTube,
.layoutv3 .title + .photo,
.layoutv3 .title + .multiPics {
  margin-top: 35px;
}
.layoutv3 .topHead + .pic {
  margin-top: 10px;
}
.layoutv3 .Widget {
  margin-top: 28px;
}
@media (max-width: 767px) {
  .layoutv3 .Widget {
    margin-top: 10px;
  }
}
@media (min-width: 1000px) and (max-width: 1300px) {
  .layoutv3 .grid-sizer {
    width: 1%;
  }
}
@media (max-width: 920px) {
  .layoutv3 .grid-item {
    width: calc(50% - 16px) !important;
    margin-left: 0px!important;
    margin-right: 16px!important;
  }
  .layoutv3 .grid-item:nth-child(2n) {
    width: calc(50% - 16px) !important;
    margin-left: 16px!important;
    margin-right: 0px!important;
  }
  .layoutv3 .grid-sizer {
    width: 1%;
  }
}
@media (max-width: 580px) {
  .layoutv3 .grid-item {
    width: 100%!important;
    margin-left: 0px!important;
    margin-right: 0px!important;
  }
  .layoutv3 .grid-item:nth-child(2n) {
    width: 100%!important;
    margin-left: 0px!important;
    margin-right: 0px!important;
  }
  .layoutv3 .grid-sizer {
    width: 1%;
  }
}
/*  end listing layout pages like videos  <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< 
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< 
---------------------------------------------------------------------------- */
/* >>>>> start of related section   >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
---------------------------------------------------------------------------- */
.Related .head {
  font-size: 15px;
  color: #db011c;
  font-family: "montserrat";
  font-weight: 700;
  border-bottom: 3px solid #db011c;
  padding-bottom: 4px;
  margin-top: -4px;
  margin-bottom: 19px;
}
@media (max-width: 767px) {
  .Related .head {
    font-size: 13px;
    padding-bottom: 7px;
    margin-bottom: 13px;
  }
}
.Related ul.list > li {
  margin-bottom: 14px;
}
.Related ul.list > li:last-child {
  margin-bottom: 10px;
}
.Related .title {
  font-size: 28px;
  color: #040505;
  font-weight: normal;
  font-family: "cardea-lining";
  line-height: 28px;
  margin-top: 12px;
  display: block;
  cursor: pointer;
}
@media (max-width: 767px) {
  .Related .title {
    font-size: 24px;
    line-height: 26px;
  }
}
.Related .title h2 {
  font-weight: normal;
  font-size: 28px;
  line-height: 28px;
}
@media (max-width: 767px) {
  .Related .title h2 {
    font-size: 24px;
    line-height: 26px;
  }
}
.Related .title a {
  cursor: pointer;
}
.Related .title + ul.Authors {
  margin-top: 7px;
}
@media (max-width: 767px) {
  .Related .title + ul.Authors {
    margin-top: 5px;
  }
}
.Related .title + .text {
  margin-top: 6px;
}
.Related .title + .youTube,
.Related .title + .photo,
.Related .title + .multiPics {
  margin-top: 35px;
}
.Related .Authors {
  direction: ltr!important;
  text-align: left!important;
}
/*  end of related <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< 
---------------------------------------------------------------------------- */
/* >>>>> start of video details page   >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>  >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
---------------------------------------------------------------------------- */
.Details {
  padding: 32px 0px 32px;
}
.Details .wrap {
  padding-left: 15px;
}
@media (max-width: 800px) {
  .Details .wrap {
    padding-left: 12px;
  }
}
@media (max-width: 767px) {
  .Details .wrap {
    padding-left: 0px;
  }
}
.Details ul.cols {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.Details ul.cols > li:nth-child(1) {
  width: calc(100% - 265px);
  margin-right: 45px;
}
.Details ul.cols > li:nth-child(2) {
  width: 220px;
}
.Details .holder .title {
  font-size: 28px;
  color: #040505;
  font-weight: normal;
  font-family: "cardea-lining";
  line-height: 28px;
  margin-top: 12px;
}
@media (max-width: 767px) {
  .Details .holder .title {
    font-size: 24px;
    line-height: 26px;
  }
}
.Details .holder .title h2 {
  font-weight: normal;
  font-size: 28px;
  line-height: 28px;
}
@media (max-width: 767px) {
  .Details .holder .title h2 {
    font-size: 24px;
    line-height: 26px;
  }
}
.Details .holder .title a {
  cursor: pointer;
}
.Details .holder .title + ul.Authors {
  margin-top: 7px;
}
@media (max-width: 767px) {
  .Details .holder .title + ul.Authors {
    margin-top: 5px;
  }
}
.Details .holder .title + .text {
  margin-top: 6px;
}
.Details .holder .title + .youTube,
.Details .holder .title + .photo,
.Details .holder .title + .multiPics {
  margin-top: 35px;
}
.Details .photo img {
  display: block;
  width: 100%;
}
.Details .Widget {
  margin-top: 26px;
}
@media (max-width: 767px) {
  .Details .Widget {
    margin-top: 10px;
  }
}
.youTube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 16px;
}
.youTube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 800px) {
  .Details {
    padding: 47px 0px 32px;
  }
  .Details ul.cols > li {
    width: 100%!important;
    margin: 0px!important;
  }
  .twitterImg {
    display: none;
  }
  .Details .holder .title + .youTube,
  .Details .holder .title + .photo,
  .Details .holder .title + .multiPics {
    margin-top: 25px;
  }
  .Related ul.list > li {
    margin-bottom: 19px;
  }
  .Related .head {
    margin-bottom: 10px;
  }
  .Details .youTube,
  .Details .photo,
  .Details .multiPics {
    margin-bottom: 41px;
  }
}
@media (max-width: 767px) {
  .Details {
    padding: 8px 0px 32px;
  }
}
/*  end of video details page  <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< 
---------------------------------------------------------------------------- */
/* >>>>> start newsletter   >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
---------------------------------------------------------------------------- */
.newsletterPop {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 2;
  background: rgba(255, 255, 255, 0.45);
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.newsletterPop.open {
  opacity: 1;
  pointer-events: visible;
}
.newsletterPop .holder1 {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 20px 0px;
}
.newsletterPop .holder2 {
  display: table-cell;
  vertical-align: middle;
}
.newsletterPop .box {
  max-width: 492px;
  height: 252px;
  background: #db011c;
  position: relative;
  margin: auto;
  width: calc(100% - 52px);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 18px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  transform: translateY(-50vh) translateY(-126px);
}
.newsletterPop .box.open {
  transform: translateY(0%);
}
.newsletterPop .cloze {
  position: absolute;
  top: 13px;
  right: 11px;
  overflow: hidden;
  direction: ltr;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  width: 19px;
  height: 21px;
  cursor: pointer;
  z-index: 1;
}
.newsletterPop .cloze:after {
  display: block;
  content: '';
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  background: url(../images/icons.png) no-repeat -178px 0px;
  width: 37px;
  height: 42px;
}
.newsletterPop .wrap {
  text-align: left;
  width: 100%;
  max-width: 393px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  position: relative;
}
.newsletterPop .wrap.hiding {
  opacity: 0;
  pointer-events: none;
}
.newsletterPop .titre {
  font-size: 17px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 6px;
}
.newsletterPop .inputDiv {
  height: 34px;
  background: #fff;
  position: relative;
}
.newsletterPop .clickButtn {
  width: 107px;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 0px;
  border-radius: 0px;
  background: #4D4C4C;
  color: #fff;
  font-size: 15px;
}
.newsletterPop .typeInput {
  border: 0px;
  border-radius: 0px;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  height: 100%;
  padding: 0px 6px;
  width: calc(100% - 107px);
  color: #040505;
  font-weight: 300;
  font-size: 15px;
}
.newsletterPop .thanks {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #db011c;
  font-size: 17px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.newsletterPop .thanks.showing {
  opacity: 1;
  pointer-events: visible;
}
@media (max-width: 767px) {
  .newsletterPop .titre {
    font-size: 15px;
  }
}
@media (max-width: 380px) {
  .newsletterPop .clickButtn {
    width: 87px;
    font-size: 13px;
  }
  .newsletterPop .typeInput {
    width: calc(100% - 87px);
  }
}
.stopPopPageScroll {
  overflow: hidden;
}
.stopPopPageScroll.windows.desktop.containVscroll {
  padding-right: 17px;
}
.stopPopPageScroll.windows.desktop.containVscroll header {
  width: calc(100% - 17px);
}
@media (min-width: 768px) {
  .stopPopPageScroll.windows.desktop.containVscroll .slideHolder {
    width: calc(100% - 17px);
  }
}
/*  end newsletter  <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< 
---------------------------------------------------------------------------- */
.multiPics ul.list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.multiPics ul.list > li {
  width: calc(50% - 7px);
  margin-bottom: 33px;
}
.multiPics ul.list > li:last-child,
.multiPics ul.list > li:nth-last-child(2) {
  margin-bottom: 0px;
}
.multiPics .pic {
  display: block;
  cursor: pointer;
}
.multiPics .pic img {
  display: block;
  width: 100%;
}
.Widget {
  border: 1px solid #707070;
  opacity: 0;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.Widget.show {
  opacity: 1;
}
.Widget iframe {
  min-height: 160px!important;
}
/* >>>>> start Article template pages    >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
---------------------------------------------------------------------------- */
.Article {
  padding: 32px 0px 0px;
  /* 29px spacing between images/texts (desktop) */
  /* 59px spacing between images/texts and author-info  (desktop) */
}
.Article .wrap {
  padding-left: 15px;
}
@media (max-width: 800px) {
  .Article .wrap {
    padding-left: 12px;
  }
}
@media (max-width: 767px) {
  .Article .wrap {
    padding-left: 0px;
  }
}
.Article ul.cols {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.Article ul.cols > li {
  min-height: 200px;
}
.Article ul.cols > li:nth-child(1) {
  width: calc(81.9% - 55px);
  margin-right: 55px;
}
.Article ul.cols > li:nth-child(2) {
  width: calc(18.1% - 0px);
}
.Article .titre {
  max-width: 752px;
  font-size: 35px;
  font-family: "cardea-lining";
  font-weight: normal;
  line-height: 36px;
}
.Article .picture img {
  display: block;
}
.Article .imgCaption {
  font-size: 17px;
  font-weight: 300;
  color: #555660;
}
@media (max-width: 767px) {
  .Article .imgCaption {
    font-size: 15px;
  }
}
.Article .info {
  font-size: 19px;
  color: #040505;
  font-weight: 300;
  line-height: 23px;
}
@media (max-width: 767px) {
  .Article .info {
    font-size: 15px;
    line-height: 20px;
  }
}
.Article .aboutAuthor {
  font-size: 20px;
  font-weight: 300;
  color: #040505;
  font-style: italic;
  background: url(../images/dotline.png) repeat-x left bottom;
  background-position: left top;
  padding-top: 41px;
}
.Article .aboutAuthor .thick {
  font-weight: 600;
}
.Article .picture + .aboutAuthor {
  background: none;
  padding-top: 0px;
}
.Article .picture + .imgCaption {
  margin-top: 3px;
}
.Article .imgCaption + .info {
  margin-top: 18px;
}
.Article .picture + .info {
  margin-top: 23px;
}
.Article .picture + .picture {
  margin-top: 29px;
}
.Article .info + .picture {
  margin-top: 26px;
}
.Article ul.Authors + .picture {
  margin-top: 16px;
}
.Article ul.Authors + .info {
  margin-top: 17px;
}
.Article .topHead + .titre {
  margin-top: 12px;
}
.Article .titre + .Authors {
  margin-top: 6px;
}
.Article .picture:last-child {
  margin-bottom: 29px;
}
.Article .info + .aboutAuthor {
  margin-top: 47px;
}
.Article .picture + .aboutAuthor {
  margin-top: 50px;
}
.Article .imgCaption + .aboutAuthor {
  margin-top: 45px;
}
.Article .aboutAuthor:last-child {
  margin-bottom: 47px;
}
.Article .info:last-child {
  margin-bottom: 66px;
}
.Article .Widget {
  margin-bottom: 27px;
}
@media (max-width: 1300px) {
  .Article ul.cols > li:nth-child(2) {
    width: 220px;
  }
  .Article ul.cols > li:nth-child(1) {
    width: calc(100% - 273px);
    margin-right: 0px;
  }
}
@media (max-width: 800px) {
  .Article ul.cols > li {
    width: 100%!important;
  }
  .Article {
    padding-top: 47px;
  }
}
@media (max-width: 767px) {
  .Article {
    padding-top: 36px;
  }
  .Article .titre {
    font-size: 26px;
    line-height: 25px;
  }
  .Article .aboutAuthor {
    font-size: 16px;
  }
  /* 18px spacing between images/texts (mobile) */
  .Article {
    /* 48px spacing between images/texts and author-info  (mobile) */
  }
  .Article .titre + .Authors {
    margin-top: 5px;
  }
  .Article ul.Authors + .picture {
    margin-top: 10px;
  }
  .Article .imgCaption + .info {
    margin-top: 8px;
  }
  .Article .info + .picture {
    margin-top: 14px;
  }
  .Article .picture + .info {
    margin-top: 14px;
  }
  .Article ul.Authors + .info {
    margin-top: 6px;
  }
  .Article .picture:last-child {
    margin-bottom: 18px;
  }
  .Article .info + .aboutAuthor {
    margin-top: 44px;
    padding-top: 43px;
  }
  .Article .picture + .aboutAuthor {
    margin-top: 42px;
  }
  .Article .imgCaption + .aboutAuthor {
    margin-top: 37px;
  }
  .Article .aboutAuthor:last-child {
    margin-bottom: 17px;
  }
  .Article .info:last-child {
    margin-bottom: 17px;
  }
  .Article .Related ul.list > li:last-child {
    margin-bottom: 17px;
  }
}
.Article.arabic {
  /* arabic-desktop 37px spacing between text & picture... */
  /* arabic-mobile 25px spacing between text & picture.... */
}
.Article.arabic .titre,
.Article.arabic .Authors,
.Article.arabic .info,
.Article.arabic .About,
.Article.arabic .imgCaption {
  direction: rtl;
  text-align: right;
  font-family: ibm-plex-arabic, sans-serif;
  max-width: none!important;
  margin: 0px!important;
}
.Article.arabic .picture {
  margin: 0px!important;
}
.Article.arabic .titre {
  font-weight: 600;
  line-height: 40px;
}
@media (max-width: 767px) {
  .Article.arabic .titre {
    line-height: 30px;
  }
}
.Article.arabic ul.Authors {
  font-weight: normal;
}
.Article.arabic .info {
  line-height: 30px;
}
@media (max-width: 767px) {
  .Article.arabic .info {
    line-height: 26px;
  }
}
@media (min-width: 768px) {
  .Article.arabic .topHead + .titre {
    margin-top: 21px!important;
  }
  .Article.arabic .titre + .Authors {
    margin-top: 9px!important;
  }
  .Article.arabic ul.Authors + .picture {
    margin-top: 36px!important;
  }
  .Article.arabic ul.Authors + .info {
    margin-top: 24px!important;
  }
  .Article.arabic .picture + .info {
    margin-top: 30px!important;
  }
  .Article.arabic .imgCaption + .info {
    margin-top: 23px!important;
  }
  .Article.arabic .picture + .imgCaption {
    margin-top: 6px!important;
  }
  .Article.arabic .info + .picture {
    margin-top: 28px!important;
  }
  .Article.arabic .titre + .info {
    margin-top: 21px!important;
  }
  .Article.arabic .titre + .picture {
    margin-top: 28px!important;
  }
  .Article.arabic .picture + .picture {
    margin-top: 37px!important;
  }
  .Article.arabic .info:last-child {
    margin-bottom: 28px!important;
  }
  .Article.arabic .picture:last-child {
    margin-bottom: 37px!important;
  }
}
@media (max-width: 767px) {
  .Article.arabic ul.Authors + .picture {
    margin-top: 17px!important;
  }
  .Article.arabic .titre + .Authors {
    margin-top: 6px!important;
  }
  .Article.arabic .picture + .imgCaption {
    margin-top: 6px!important;
  }
  .Article.arabic .imgCaption + .info {
    margin-top: 13px!important;
  }
  .Article.arabic .picture + .info {
    margin-top: 19px!important;
  }
  .Article.arabic .info + .picture {
    margin-top: 17px!important;
  }
  .Article.arabic .titre + .picture {
    margin-top: 18px!important;
  }
  .Article.arabic .picture + .picture {
    margin-top: 25px!important;
  }
  .Article.arabic .info:last-child {
    margin-bottom: 18px!important;
  }
  .Article.arabic .picture:last-child {
    margin-bottom: 25px!important;
  }
}
/*  end Article template pages  <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< 
---------------------------------------------------------------------------- */
.rollMenu {
  position: absolute;
  left: 0px;
  width: 100%;
  top: calc(100% - 1px);
  display: none;
}
.rollMenu.greycolor .rollwrap {
  background: #565660;
}
.rollMenu .rollwrap {
  background: #db011c;
  padding: 12px 86px 12px 12px;
}
@media (max-width: 1300px) {
  .rollMenu .rollwrap {
    padding-right: 69px;
  }
}
.rollMenu .categoryLabel {
  padding-right: 4px;
}
@media (max-width: 800px) {
  .rollMenu .categoryLabel {
    margin-bottom: 9px;
    display: block;
  }
}
@media (max-width: 767px) {
  .rollMenu .categoryLabel {
    margin-bottom: 12px;
  }
}
.rollMenu ul.sublinks {
  text-transform: uppercase;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  color: #F7F2F2;
  font-weight: 500;
  font-family: "montserrat";
  line-height: 21px;
}
.rollMenu ul.sublinks > li:last-child:after {
  display: none;
}
.rollMenu ul.sublinks > li.newline {
  width: 100%;
}
.rollMenu ul.sublinks > li.newline:after {
  display: none;
}
.rollMenu ul.sublinks > li:after {
  display: inline-block;
  width: 1px;
  height: 12px;
  background: #F7F2F2;
  margin: -2px 10px 0px 6px;
  content: '';
  vertical-align: middle;
}
.rollMenu ul.sublinks a {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  color: #F7F2F2;
}
@media (min-width: 801px) {
  .rollMenu ul.sublinks a.selected {
    opacity: 1!important;
    font-weight: 700;
    text-decoration: underline;
    color: #fff;
  }
}
.openSorting {
  position: absolute;
  direction: ltr;
  overflow: hidden;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  cursor: pointer;
  width: 27px;
  height: 25px;
  right: 33px;
  top: 0px;
  display: none;
  z-index: 2;
  bottom: 0px;
  margin: auto;
}
@media (max-width: 1300px) {
  .openSorting {
    right: 74px;
  }
}
.openSorting icon:after {
  display: block;
  content: '';
  background: url(../images/icons.png) no-repeat -172px -50px;
  width: 54px;
  height: 50px;
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}
@media (min-width: 801px) {
  .rollMenu .openSorting {
    display: none;
  }
  .openAnalysisMenu .openSorting,
  .openPublicationMenu .openSorting {
    display: block;
  }
}
@media (min-width: 801px) {
  .openAnalysisMenu .sortMenu:after {
    display: block;
    content: '';
    position: absolute;
    top: -2px;
    left: 0px;
    width: 100%;
    height: 1px;
    background: #db011c;
  }
  .openPublicationMenu .sortMenu:after {
    display: block;
    content: '';
    position: absolute;
    top: -2px;
    left: 0px;
    width: 100%;
    height: 1px;
    background: #565660;
  }
}
.sortMenu {
  position: absolute;
  right: 0px;
  top: 209px;
  width: 246px;
  background: #F4F6F7;
  display: none;
}
@media (max-width: 1300px) {
  .sortMenu {
    right: 41px;
  }
}
@media (max-width: 767px) {
  .sortMenu {
    right: 26px;
  }
}
.sortMenu .inside {
  padding: 22px 21px 25px 18px;
}
.sortMenu .filterTitle {
  margin-bottom: 20px;
}
.sortMenu .scroller {
  max-height: 455px;
  overflow: hidden;
}
@media (max-height: 900px) and (min-width: 801px) {
  .sortMenu .scroller {
    max-height: 50vh;
  }
}
@media (max-height: 710px) and (min-width: 801px) {
  .sortMenu .scroller {
    max-height: 40vh;
  }
}
@media (max-height: 600px) and (min-width: 801px) {
  .sortMenu .scroller {
    max-height: 30vh;
  }
}
.sortMenu .mCSB_scrollTools {
  opacity: 1;
}
.sortMenu .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #db011c !important;
  width: 8px;
  border-radius: 0px;
}
.sortMenu .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:after {
  display: block;
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  height: 100%;
  background: #A73644;
  width: 2px;
}
.sortMenu .mCSB_scrollTools .mCSB_draggerRail {
  background: #B0B1B1;
}
.sortMenu ul.sortItems > li {
  margin-bottom: 21px;
}
.sortMenu ul.sortItems > li:last-child {
  margin-bottom: 0px;
}
.sortMenu .filterTitle {
  font-family: "montserrat";
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 19px;
  color: #db011c;
}
.sortMenu .category {
  text-transform: uppercase;
  font-family: "montserrat";
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #db011c;
}
.sortMenu ul.options {
  line-height: 18px;
}
.sortMenu .labelSelect {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  cursor: pointer;
  font-size: 12px;
  color: #040505;
}
.sortMenu .dateSelect {
  display: flex;
  align-items: center;
  margin-top: 5px;
}
.sortMenu .dateSelect .selectTitle {
  font-size: 12px;
  color: #040505;
  margin-right: 13px;
  position: relative;
  top: -3px;
}
.sortMenu .dateSelect .field {
  width: 78px;
  height: 14px;
  position: relative;
  background: #fff;
}
.sortMenu .dateSelect .field:after {
  display: block;
  content: '';
  right: 8px;
  top: -1px;
  height: 100%;
  position: absolute;
  pointer-events: none;
  color: #C9C1C1;
  font-family: FontAwesome;
  content: "\f0d7";
  font-size: 11px;
}
.sortMenu .dateSelect select {
  border: 0px;
  border-radius: 0px;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  width: 100%;
  height: 100%;
  cursor: pointer;
  font-family: "ibm-plex-sans";
  font-size: 11px;
  color: #040505;
  padding: 0px 10px;
  position: relative;
  top: -5px;
}
.sortMenu .checkOption {
  position: relative;
  line-height: 18px;
  padding-left: 16px;
}
.sortMenu .checkOption input {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0px;
  left: 0px;
}
.sortMenu .checkOption label {
  cursor: pointer;
  font-size: 12px;
  color: #040505;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.sortMenu .checkOption label:before {
  position: absolute;
  top: 8px;
  left: 0px;
  width: 9px;
  background: #E0DADA;
  height: 9px;
  display: block;
  content: '';
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.sortMenu .checkOption input[type=checkbox]:checked + label:before {
  background: #db011c;
}
@media (min-width: 801px) {
  .sortMenu .scroller {
    height: calc(100vh - 315px);
    max-height: none;
  }
}
@media (min-width: 801px) and (max-width: 1304px) {
  .sortMenu .scroller {
    height: calc(100vh - 340px);
    max-height: none;
  }
}
.Sort > .openSorting {
  opacity: 1!important;
}
@media (min-width: 801px) {
  .Sort > .openSorting {
    transition: none!important;
    display: none;
  }
}
.Sort .mobileonly {
  display: none;
}
@media (max-device-width: 768px) {
  .Sort .mobileonly {
    display: block;
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    width: calc(100% + 10px);
    height: 100%;
  }
}
@media (max-width: 800px) {
  .Sort {
    display: none;
  }
  .openAnalysisMenu .Sort[name=dropdown-analysis] {
    display: flex;
  }
  .openPublicationMenu .Sort[name=dropdown-publications] {
    display: flex;
  }
  .Sort[name=dropdown-publications] .openSorting {
    background: #555660;
  }
  .Sort[name=dropdown-publications] .sortMenu {
    background: #555660;
  }
  .Sort {
    right: 41px;
    top: 135px;
    position: absolute;
    justify-content: space-between;
    flex-direction: row-reverse;
    width: calc(100% - 82px);
  }
  .Sort:before {
    position: absolute;
    background: #fff;
    display: block;
    content: '';
    top: 0px;
    right: -41px;
    height: 100%;
    width: 41px;
    z-index: 1;
  }
  .rollMenu .openSorting {
    display: none!important;
  }
  .openSorting {
    display: flex;
    width: 53px;
    height: 47px;
    background: #db011c;
    justify-content: center;
    align-items: center;
    transition: none;
    right: auto;
    top: auto;
    position: relative;
  }
  .openSorting icon {
    width: 29px;
    height: 27px;
  }
  .openSorting:after {
    transform-origin: center;
  }
  .sortMenu {
    height: 47px!important;
    background: #db011c;
    width: calc(100% - 53px);
    position: relative;
    right: auto!important;
    top: auto!important;
    display: block!important;
    transition: 0.3s all;
    transform: translateX(100%) translateX(94px);
  }
  .sortMenu.mobileOpen {
    transform: translateX(0);
  }
  .sortMenu .scroller {
    max-height: none!important;
    height: auto!important;
    overflow: visible!important;
  }
  .openAnalysisMenu #content:before,
  .openPublicationMenu #content:before {
    height: 182px;
  }
  .stopSearchPageScroll .sortMenu {
    opacity: 0;
    transition: none!important;
  }
  .sortMenu .filterTitle {
    display: none;
  }
  .sortMenu .inside {
    padding: 0px;
    height: 100%;
  }
  .sortMenu .sortItems {
    display: flex;
    align-items: center;
    padding: 0px 10px 0px 35px;
    height: 100%;
  }
  .sortMenu ul.sortItems > li {
    margin: 0px 60px 0px 0px;
  }
  .sortMenu ul.sortItems > li:last-child {
    margin-right: 0px;
  }
  .sortMenu .category {
    color: #fff;
    margin: 0px;
    cursor: pointer;
    font-size: 12px;
    border-bottom: 1px solid #fff;
    position: relative;
    line-height: 10px;
  }
  .sortMenu .category:after {
    display: block;
    content: "\f0da";
    font-family: Fontawesome;
    color: #fff;
    font-size: 15px;
    position: absolute;
    top: 0px;
    right: -12px;
    height: 100%;
    display: flex;
    align-items: center;
    pointer-events: none;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
  }
  .sortMenu .category.open:after {
    transform: rotate(90deg);
  }
  .sortMenu .scroller {
    height: 100%!important;
  }
  .sortMenu ul.options {
    position: absolute;
    top: 29px;
    background: #db011c;
    width: calc(100% + 53px);
    padding: 14px 10px 17px 34px;
    left: 0px;
    opacity: 0;
    pointer-events: none;
  }
  .sortMenu ul.options.showing {
    opacity: 1;
    pointer-events: visible;
  }
  .sortMenu .labelSelect {
    color: #fff!important;
  }
  .sortMenu .dateSelect .selectTitle {
    color: #fff!important;
  }
  .sortMenu .checkOption label {
    color: #fff!important;
  }
  .sortMenu .checkOption input[type=checkbox]:checked + label:before {
    background: #000;
  }
  .openPublicationMenu .sortMenu ul.options {
    background: #555660;
  }
  .stopMenuPageScroll .Sort > .openSorting {
    pointer-events: none;
  }
}
@media (max-width: 767px) {
  .openAnalysisMenu #content:before,
  .openPublicationMenu #content:before {
    height: 113px;
  }
  .Sort {
    right: 26px;
    width: calc(100% - 52px);
    top: 84px;
  }
  .openSorting {
    height: 29px;
    width: 36px;
  }
  .openSorting icon {
    width: 20px;
    height: 19px;
    position: relative;
    top: 1px;
  }
  .openSorting icon:after {
    transform: scale(0.35);
    width: 58px;
    height: 53px;
  }
  .sortMenu {
    height: 29px!important;
    width: calc(100% - 36px);
    transform: translateX(100%) translateX(62px);
  }
  .sortMenu ul.sortItems > li {
    margin-right: 29px;
  }
  .sortMenu .sortItems {
    padding-left: 15px;
  }
  .sortMenu .category {
    font-size: 9px;
    line-height: 8px;
  }
  .sortMenu ul.options {
    width: calc(100% + 36px);
    padding: 4px 10px 15px 17px;
  }
  .rollMenu ul.sublinks {
    line-height: 17px;
  }
}
/* responsive ----------------------------------------------------
    ------------------------------------------------------------responsive--------
      --------------------------------------------------------------------
    ---------------------------------------responsive-----------------------------
*/
@media (min-width: 768px) and (max-width: 800px) {
  /* betw mob & ipad */
  .division .headTitle {
    margin: 0px!important;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%!important;
  }
  .division ul.cols {
    padding-top: 0px;
    padding-left: 0px;
  }
  .division ul.cols > li {
    position: static;
  }
  .division.div1 ul.cols > li {
    width: 100%!important;
    min-height: 0px;
  }
  .News .grid-item.ipad {
    width: calc(50% - 18px);
    height: 464px;
  }
  .division.div1 .Slider {
    position: absolute;
    width: calc(50% - 18px);
  }
  .division.div1 {
    margin-bottom: 22px;
  }
  .slideHolder .holder2 {
    padding-top: 71px;
  }
  .division.div2 ul.cols {
    padding-top: 64px;
  }
  .division.div2 .wrap {
    background: none;
    padding-bottom: 0px;
  }
  .division.div2 {
    margin-bottom: 18px;
  }
  .division.div1 {
    padding-top: 22px;
  }
  .headTitle {
    padding-bottom: 13px;
  }
  .News .item {
    padding-bottom: 20px;
  }
  .Posters {
    padding-top: 20px;
  }
  .Multimedia {
    padding-bottom: 34px;
  }
}
@media (max-width: 800px) {
  /* starting resp. */
  .openMenu {
    display: block;
  }
  header .wrap {
    height: 135px;
  }
  header .quickLinks {
    display: none;
  }
  header .search {
    margin-right: 31px;
  }
  header .logo {
    margin-right: 0px;
  }
  header .holder {
    height: auto;
  }
  header,
  #content,
  footer {
    transition: 0.3s transform;
  }
  #wrapper.move header,
  #wrapper.move #content,
  #wrapper.move footer {
    transform: translateX(-50%);
    background: #fff;
  }
  #wrapper.move #content:after,
  #wrapper.move footer:after {
    display: block;
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .Menu {
    position: fixed;
    z-index: 2;
    top: 0px;
    right: 0px;
    height: 100vh;
    transition: 0.35s transform;
    background: #DB011C;
    width: 0px;
    transform: translateX(100%);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  #wrapper .Menu {
    width: 50%;
  }
  .removePageScrollOnResp {
    overflow: hidden;
  }
  .Menu ul.links {
    display: block;
  }
  .Menu .menuholder {
    padding: 53px 0px 22px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    height: 100%;
    overflow-x: hidden;
  }
  header .group1 {
    width: 100%;
    min-width: 300px;
  }
  header ul.links > li {
    margin: 0px 0px 8px;
  }
  header ul.links a {
    color: #fff!important;
    padding: 0px 10px 2px 30px;
    font-size: 22px;
    position: relative;
  }
  header ul.links a:after {
    display: block;
    content: '';
    position: absolute;
    top: -5px;
    left: 0px;
    width: 100%;
    height: 1px;
    background: url(../images/dotlinewhite.png) repeat-x 0px 0px;
  }
  header ul.links > li:last-child a:before {
    display: block;
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0px;
    width: 100%;
    height: 1px;
    background: url(../images/dotlinewhite.png) repeat-x 0px 0px;
  }
  .rollMenu {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    padding: 0px;
  }
  .rollMenu .container {
    padding: 0px;
  }
  .rollMenu .rollwrap {
    padding: 27px 10px 27px 30px;
    background: none!important;
  }
  .rollMenu ul.sublinks {
    display: block;
  }
  .rollMenu ul.sublinks > li:after {
    display: none;
  }
  .rollMenu ul.sublinks > li {
    display: block;
    margin-bottom: 9px;
  }
  .rollMenu ul.sublinks > li:last-child {
    margin-bottom: 0px;
  }
  .rollMenu ul.sublinks a {
    display: block;
  }
  header ul.links a.dimcolor {
    opacity: 0.33!important;
  }
  header ul.links a.open {
    font-weight: bold;
    opacity: 1!important;
  }
  header .others {
    display: block;
    padding: 20px 30px 0px;
    width: 100%;
    overflow: hidden;
    min-width: 370px;
  }
  header .others ul.cols {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  header .others ul.medias {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 6px;
  }
  header .others ul.medias > li {
    margin-right: 14px;
  }
  header .others ul.medias > li:last-child {
    margin-right: 30px;
  }
  header .others ul.medias > li a {
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    cursor: pointer;
  }
  header .others .extraLinks > li {
    display: flex;
    margin-bottom: 10px;
  }
  header .others .extraLinks > li:last-child {
    margin-bottom: 0px;
  }
  header .others .extraLinks a {
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    cursor: pointer;
    font-size: 16px;
    color: #FCF7F8;
    border-bottom: 1px solid #FCF7F8;
    line-height: 15px;
  }
  .Apply ul.items > li {
    width: 100%!important;
  }
  .Apply ul.items > li:nth-child(1) {
    order: 1;
  }
  .Apply ul.items > li:nth-child(2) {
    order: 3;
  }
  .Apply ul.items > li:nth-child(3) {
    order: 2;
  }
  .Apply ul.items > li:nth-child(4) {
    order: 4;
  }
  .Apply ul.items > li:nth-child(5) {
    order: 5;
  }
  .Apply ul.items > li:nth-child(6) {
    order: 6;
  }
  .Multimedia .headTitle {
    width: 100%;
  }
  .Multimedia ul.cols {
    padding-left: 0px;
  }
  .Multimedia ul.cols > li {
    margin-bottom: 30px;
  }
  .Multimedia ul.cols > li:nth-child(1) {
    width: 100%;
  }
  .Multimedia ul.cols > li:nth-child(2) {
    width: calc(50% - 19px);
  }
  .Multimedia ul.cols > li:nth-child(3) {
    width: calc(50% - 19px);
  }
  .Multimedia .pic {
    height: auto;
  }
}
@media (max-width: 767px) {
  /* below ipad */
  header .wrap {
    padding: 0px;
    height: 85px;
  }
  header .logo {
    width: 179px;
  }
  header .search {
    margin-right: 18px;
  }
  #wrapper.move header,
  #wrapper.move #content,
  #wrapper.move footer {
    transform: translateX(-72%);
  }
  #wrapper .Menu {
    width: 72%;
  }
  .Menu .menuholder {
    padding: 33px 0px 0px;
  }
  header ul.links a {
    font-size: 18px;
  }
  header ul.links a:after {
    top: -4px;
  }
  header ul.links > li {
    margin-bottom: 2px;
  }
  header ul.links a {
    padding: 0px 10px 6px 30px;
  }
  header ul.links > li:last-child a:before {
    bottom: 1px;
  }
  .rollMenu ul.sublinks > li {
    margin-bottom: 12px;
  }
  .rollMenu ul.sublinks a {
    font-size: 12px;
  }
  header .others {
    min-width: 300px;
  }
  header .others .extraLinks a {
    font-size: 14px;
  }
  header .others ul.medias {
    max-width: 111px;
    margin-right: 17px;
  }
  header .others ul.medias > li {
    margin-top: 6px;
    margin-bottom: 6px;
  }
  header .others .extraLinks > li {
    margin-bottom: 24px;
  }
  header .others ul.medias .twitter {
    width: 22px;
  }
  header .others ul.medias .facebook {
    width: 12px;
  }
  header .others ul.medias .insta {
    width: 22px;
  }
  header .others ul.medias .youtube {
    width: 25px;
  }
  header .others ul.medias .wifi {
    width: 32px;
  }
  .Multimedia {
    padding-bottom: 36px;
  }
  .Multimedia ul.cols > li {
    margin-bottom: 37px;
  }
  .Multimedia ul.cols > li:nth-child(2) {
    width: 100%;
  }
  .Multimedia ul.cols > li:nth-child(3) {
    width: 100%;
  }
  .Multimedia ul.cols > li:last-child {
    margin-bottom: 0px!important;
  }
  .Multimedia .pic {
    margin-bottom: 18px;
  }
  .Multimedia .title {
    font-size: 18px;
    margin-bottom: 2px;
  }
  .Multimedia .text {
    font-size: 15px;
  }
  .Posters ul.list > li {
    width: calc(33.3% - 12px);
  }
  .division ul.cols {
    padding-left: 0px;
  }
  .division .wrap {
    background: none;
    padding: 0px;
  }
  .division .headTitle {
    margin-left: 0px;
    width: 100%;
  }
  .division ul.cols > li {
    width: 100%!important;
  }
  .division.div2 {
    margin-bottom: 27px;
  }
  .division.div2 .Slider {
    margin-bottom: 26px;
  }
  .division.div1 {
    padding-top: 10px;
  }
  .News .grid-item {
    width: 100%;
  }
  .topHead + .pic {
    margin-top: 7px;
  }
  .division.div2 .headTitle {
    margin-left: 0px;
    width: 100%;
  }
  .Slider .pic {
    margin-bottom: 15px;
  }
  .swiper-pagination-bullet {
    margin-top: 25px;
  }
  .slideHolder {
    margin-bottom: 6px;
  }
  .Posters {
    margin-top: -3px;
  }
  .Posters ul.list > li {
    margin-bottom: 10px;
  }
  .News {
    margin-top: 10px;
  }
  .News .item {
    padding-bottom: 16px;
  }
  /* show only 1rst 3 items on mobile*/
  .News .grid-item {
    display: none;
  }
  .News .grid-item:nth-child(1),
  .News .grid-item:nth-child(2),
  .News .grid-item:nth-child(3),
  .News .grid-item:nth-child(4) {
    display: block;
  }
}
@media (max-width: 500px) {
  .Posters ul.list > li {
    width: calc(50% - 12px);
  }
}
@media (max-width: 370px) {
  header .others ul.medias {
    margin-right: 11px;
  }
}
@media (max-width: 400px) {
  #wrapper.move header,
  #wrapper.move #content,
  #wrapper.move footer {
    transform: translateX(-66%);
  }
  #wrapper .Menu {
    width: 66%;
  }
}
/* ie 11 only ---- */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  header ul.links {
    justify-content: space-around;
  }
  *::-ms-backdrop,
  header .logo {
    height: 54px;
  }
}
@media all and (-ms-high-contrast: none) and (max-width: 1040px) {
  *::-ms-backdrop,
  header .logo {
    height: 41px;
  }
}
@media all and (-ms-high-contrast: none) and (max-width: 767px) {
  *::-ms-backdrop,
  header .logo {
    height: 33px;
  }
}
@media all and (-ms-high-contrast: none) and (max-width: 800px) {
  *::-ms-backdrop,
  #wrapper .Menu {
    transform: translateX(0%);
    width: 0px;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
  }
  *::-ms-backdrop,
  #wrapper.move .Menu {
    width: 72%;
  }
}
/* end -----   ie 11 hacks ---- */
@media (max-width: 800px) {
  .stopMenuPageScroll {
    overflow: hidden;
  }
}
@media (max-device-width: 800px) {
  .stopMenuPageScroll {
    position: fixed;
  }
}
body.desktop {
  /*  desktop target only  ( hovers & others ) */
  /*.shareOptions .label1:hover{color:@red;border-bottom-color:@red;}*/
}
body.desktop footer .field .subsButton:hover {
  opacity: 0.9;
}
body.desktop footer ul.medias a[href]:hover svg {
  opacity: 0.8;
}
body.desktop footer .call {
  pointer-events: none;
}
body.desktop footer .info a[href]:hover {
  opacity: 0.85;
}
body.desktop header ul.links a:hover {
  color: #DB011C;
}
body.desktop header ul.quickLinks a:hover {
  color: #b91025;
  border-bottom-color: #b91025;
}
body.desktop header .search:hover {
  opacity: 0.7;
}
body.desktop .openMenu:hover {
  opacity: 0.7;
}
@media (max-width: 920px) {
  body.desktop header ul.links a:hover {
    opacity: 0.7;
  }
}
body.desktop .rollMenu ul.sublinks a:hover {
  opacity: 0.7;
}
body.desktop header .others ul.medias > li a:hover,
body.desktop header .others .extraLinks a:hover {
  opacity: 0.8;
}
body.desktop .Apply .sendDiv .applyButton:hover {
  background: #565660;
}
body.desktop .txMssg .exit:hover {
  opacity: 0.7;
}
body.desktop .Jobs .click:hover {
  color: #b91025;
  border-bottom-color: #b91025;
}
body.desktop .Tags a[href]:hover {
  color: #db011c;
}
body.desktop .Slider .title:hover,
body.desktop .Slider .pic:hover + .title {
  color: #db011c;
}
body.desktop .swiper-pagination .swiper-pagination-bullet:hover {
  background: #040505;
}
body.desktop .News .title:hover {
  color: #db011c;
}
body.desktop .itemsList .text .more .insidespan:hover {
  color: #db011c;
  border-color: #db011c;
}
body.desktop .itemsList .title:hover,
body.desktop .pubList .title:hover {
  color: #db011c;
}
body.desktop .itemsList .pic.video:hover:after {
  opacity: 0.8;
}
body.desktop .Interactives .item .caption:hover,
body.desktop .layoutv3 .item .title:hover,
body.desktop .Related .title:hover {
  color: #db011c;
}
body.desktop .Pagination a:hover {
  color: #040505;
}
body.desktop .Episode .controls .prev:hover,
body.desktop .Episode .controls .next:hover {
  color: #db011c;
}
body.desktop .newsletterPop .cloze:hover,
body.desktop .mediaPop ul.icons a > div:hover {
  opacity: 0.7;
}
body.desktop .newsletterPop .clickButtn:hover,
body.desktop .openSorting:hover {
  opacity: 0.8;
}
body.desktop .Featured .infoDiv .title:hover,
body.desktop .sortMenu .checkOption label:hover,
body.desktop .sortMenu .labelSelect:hover {
  color: #db011c;
}
body.desktop .Featured .infoDiv .title:hover .name:after {
  background: #db011c;
}
body.desktop .loadMore .label:hover {
  opacity: 0.8;
}
/*______ common for articles  ______________________  */
.articleTitleFont {
  font-size: 28px;
  color: #040505;
  font-weight: normal;
  font-family: "cardea-lining";
  line-height: 28px;
  margin-top: 12px;
}
@media (max-width: 767px) {
  .articleTitleFont {
    font-size: 24px;
    line-height: 26px;
  }
}
.articleTitleFont h2 {
  font-weight: normal;
  font-size: 28px;
  line-height: 28px;
}
@media (max-width: 767px) {
  .articleTitleFont h2 {
    font-size: 24px;
    line-height: 26px;
  }
}
.articleTitleFont a {
  cursor: pointer;
}
.articleTitleFont + ul.Authors {
  margin-top: 7px;
}
@media (max-width: 767px) {
  .articleTitleFont + ul.Authors {
    margin-top: 5px;
  }
}
.articleTitleFont + .text {
  margin-top: 6px;
}
.articleTitleFont + .youTube,
.articleTitleFont + .photo,
.articleTitleFont + .multiPics {
  margin-top: 35px;
}
.authorFont {
  color: #040505;
  font-size: 19px;
  font-family: "ibm-plex-arabic";
  line-height: 24px;
}
@media (max-width: 767px) {
  .authorFont {
    font-size: 15px;
    line-height: 17px;
  }
}
.tagFont {
  color: #040505;
  font-size: 17px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .tagFont {
    font-size: 13px;
  }
}
.topHead {
  background: url(../images/dotline.png) repeat-x left bottom;
  display: flex;
  text-transform: uppercase;
  font-family: "montserrat";
  padding-bottom: 1px;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  min-height: 22px;
}
@media (max-width: 767px) {
  .topHead {
    padding-bottom: 2px;
  }
}
.topHead .name {
  color: #db011c;
  font-size: 12px;
  font-weight: 500;
  margin-right: 6px;
}
@media (max-width: 800px) {
  .topHead .name {
    margin-right: 12px;
  }
}
@media (max-width: 767px) {
  .topHead .name {
    font-size: 10px;
    margin-right: 7px;
  }
}
.topHead .date {
  color: #040505;
  font-size: 12px;
  font-weight: 300;
  padding-bottom: 1px;
}
.topHead .date:nth-last-child(2) {
  margin-right: 11px;
}
@media (max-width: 767px) {
  .topHead .date {
    font-size: 10px;
    padding-bottom: 0px;
    margin-right: 10px;
  }
}
.topHead .categ {
  height: 21px;
  background: #db011c;
  color: #fff;
  padding: 0px 9px 1px;
  font-weight: 500;
  display: flex;
  align-items: center;
  font-size: 12px;
  padding-top: 1px;
  position: relative;
  bottom: -1px;
}
@media (max-width: 767px) {
  .topHead .categ {
    font-size: 10px;
    height: 17px;
    bottom: -3px;
  }
}
@media (max-width: 767px) {
  .topHead.withShare {
    margin-bottom: 29px;
  }
  .topHead.withShare .shareOptions {
    bottom: -17px;
  }
}
.topHead + .pic {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .topHead + .pic {
    margin-top: 5px;
  }
}
ul.Authors {
  display: flex;
  flex-wrap: wrap;
  color: #040505;
  font-size: 19px;
  font-family: "ibm-plex-arabic";
  line-height: 24px;
}
@media (max-width: 767px) {
  ul.Authors {
    font-size: 15px;
    line-height: 17px;
  }
}
ul.Authors > li {
  margin-bottom: 0px;
  padding-right: 7px;
}
ul.Authors > li:last-child {
  padding-right: 0px;
}
@media (max-width: 767px) {
  ul.Authors > li {
    margin-bottom: 4px;
  }
}
ul.Authors a {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  color: #040505;
}
ul.Authors a [href] {
  cursor: pointer;
}
ul.Authors + .Tags {
  margin-top: 4px;
}
@media (max-width: 767px) {
  ul.Authors + .Tags {
    margin-top: 1px;
  }
}
.Tags {
  display: flex;
  flex-wrap: wrap;
  font-size: 17px;
  font-weight: 300;
  color: #040505;
  line-height: 24px;
}
@media (max-width: 767px) {
  .Tags {
    font-size: 13px;
    line-height: 18px;
  }
}
.Tags > li {
  position: relative;
  padding-left: 12px;
  margin-right: 9px;
}
@media (max-width: 767px) {
  .Tags > li {
    padding-left: 4px;
    margin-right: 3px;
  }
}
.Tags > li:after {
  position: absolute;
  top: 3px;
  bottom: 0px;
  margin: auto;
  left: 0px;
  width: 1px;
  height: 13px;
  background: #363737;
  display: block;
  content: '';
}
@media (max-width: 767px) {
  .Tags > li:after {
    height: 12px;
    top: 1px;
  }
}
.Tags > li:nth-child(1) {
  padding-left: 0px;
}
.Tags > li:nth-child(1):after {
  display: none;
}
.Tags a {
  color: #040505;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.Tags a [href] {
  cursor: pointer;
}
/*______ comon ______________________  */
.openAnalysisMenu .rollMenu[name=dropdown-analysis] {
  display: block;
}
.openPublicationMenu .rollMenu[name=dropdown-publications] {
  display: block;
}
#wrapper {
  opacity: 0;
}
