* {
  font-family: "Rubik", sans-serif !important;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: white;
}

body {
  background: #eee;
  direction: rtl;
}

svg {
  display: block;
  position: absolute;
  top: 5%;
  left: 5%;
}

.filler {
  background: #68c0f4;
  position: absolute;
  bottom: 85%;
  top: 0;
  left: 0;
  right: 0;
}

.mat-logo {
  width: 180px;
  height: 150px;
  float: right;
  position: relative;
  z-index: 1;
}

.mat-logo img {
  height: 80%;
  margin-right: 20%;
  margin-top: 5%;
  overflow: hidden;
}

.mat-logo:before {
  content: "";
  width: 130%;
  height: 100%;
  float: right;
  background: white;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0px 0px 0px 400px;
  z-index: -1;
  box-shadow: 10px -5px 50px 0px rgba(0, 0, 0, 0.26);
}

.mat-date {
  width: 50%;
  color: white;
  margin: 0 auto;
  text-align: center;
  font-size: 3em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.main-con {
  display: block;
  height: 80%;
  width: 100%;
  position: absolute;
  top: 20%;
  right: 0;
}

#news-container2 ul li {
  position: relative;
  overflow: hidden;
  width: 28%;
  height: 100%;
  float: right;
  margin: 0.75% !important;
  padding: 1.75% !important;
  background: white;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
  font-size: 0.9em;
  word-spacing: 0.2em;
  line-height: 1.5em;
}

#news-container2 ul {
  width: 70%;
  right: 15%;
  height: 80%;
}

.head-line {
  font-size: 1.2em;
  color: #439ed4;
  border-bottom: 2px solid #68c0f4;
  width: 95%;
  padding: 0 2.5%;
  float: right;
  margin-bottom: 10px;
}

div#news-container.newsFeedImages {
  /* position: absolute !important; */
  right: 0;
  top: 0;
  /* height: 45vh !important; */
  width: 100%;
  float: right;
  height: 724px ​ !important;
}

div#news-container.newsFeedImages ul {
  /* width: 70%;
    right: 15%; */
  height: 45vh !important;
}

div#news-container.newsFeedImages ul li {
  width: 92%;
  height: 91% ​ !important;
  float: right;
  background: white;
  padding: 2.5% !important;
  margin: 2.5% 1% 2.5% 2.5% !important;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
}

.img-box {
  overflow: hidden;
  position: relative;
  width: 45%;
  float: right;
  height: 100%;
}

.img-box img {
  width: 100%;
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.eve-title {
  font-size: 2em;
  font-weight: bold !important;
  width: 50%;
  float: left;
  margin-left: 2.5%;
  color: #439ed4;
  border-bottom: 2px solid #68c0f4;
}

.eve-info {
  font-size: 12pt !important;
  width: 50%;
  float: left;
  margin-left: 2.5%;
  margin-top: 15px;
  height: 80%;
  overflow: hidden;
}

.eve-info > * {
  padding: 0;
  margin: 0;
  line-height: 20pt;
  font-size: 15pt;
}

/*
.liner-ce {
    width: 100%;
    float: right;
    margin-top: 2%;
    border-bottom: 3px solid gainsboro;
}
*/

div#news-container2.newsFeedText {
  height: 300px !important;
}

.logo-lis {
  width: 100%;
  position: absolute;
  top: -3%;
  left: 0;
  opacity: 0.1;
}

.img-box-li {
  overflow: hidden;
  position: relative;
  width: 100%;
  float: right;
  height: 55%;
  margin-top: 0;
}

.img-box-li.no-text {
  height: 90%;
  margin-top: 0;
}

.img-box-li img {
  height: 100%;
  width: auto;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
}

.com-news {
  font-size: 1em;
  font-weight: bold !important;
  color: #439ed4;
  width: 100%;
  float: right;
  text-align: center;
  margin-top: 10px;
}
