/*-----------------------------------------------------------------------------------*/
/*  VARIABLES
/*-----------------------------------------------------------------------------------*/
/*Events color*/
/*-----------------------------------------------------------------------------------*/
/*  FONTS
/*-----------------------------------------------------------------------------------*/
@font-face {
  font-family: 'Frutiger';
  font-weight: 300;
  src: url("../fonts/FrutigerLTArabic-Light.ttf") format("truetype"); }
@font-face {
  font-family: 'Frutiger';
  font-weight: 400;
  src: url("../fonts/FrutigerLTArabic-Roman.ttf") format("truetype"); }
@font-face {
  font-family: 'Frutiger';
  font-weight: 500;
  src: url("../fonts/FrutigerLTArabic-Black.ttf") format("truetype"); }
@font-face {
  font-family: 'Frutiger';
  font-weight: 600;
  src: url("../fonts/FrutigerLTArabic-Bold.ttf") format("truetype"); }
/*-----------------------------------------------------------------------------------*/
/*  RESET CSS 
/*-----------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input, input[type="button"], button {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: 'Frutiger', sans-serif;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important; }

body {
  position: relative;
  font-family: 'Frutiger', sans-serif;
  font-weight: 400;
  width: 100%;
  min-height: 100%;
  color: #616161;
  background-color: #f4f4f4;
  background-image: url("../img/main-bg.png");
  background-position: top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  direction: rtl;
  font-size: 14px;
  overflow-x: hidden; }

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  overflow: visible; }

button[disabled], input[disabled] {
  cursor: default; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px; }

button:-moz-focus-inner, input:-moz-focus-inner {
  border: 0;
  padding: 0; }

html {
  height: 100%;
  width: 100%; }

a {
  text-decoration: none;
  display: inline-block;
  color: #005350; }

a:active, a:hover, a:focus {
  outline: 0;
  text-decoration: none; }

a img {
  border: none; }

button, input, select, textarea {
  font-size: 100%;
  font-family: inherit;
  overflow: auto;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
  resize: none; }

textarea:focus, input:focus {
  outline: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], .hidden {
  display: none; }

select, button {
  outline: none; }

p {
  line-height: 1.4;
  font-size: 15px;
  font-weight: 400; }

img {
  max-width: 100%; }

h1, h2, h3 {
  line-height: 1.4; }

h1 {
  font-size: 20px; }

h2 {
  font-size: 18px; }

h3 {
  font-size: 16px; }

.title {
  font-size: 22px;
  color: #005350;
  font-weight: 500;
  margin-bottom: 25px; }

.text-center {
  text-align: center; }

/*-----------------------------------------------------------------------------------*/
/*  GRID
/*-----------------------------------------------------------------------------------*/
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #434343; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #434343;
  opacity: 1; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #434343;
  opacity: 1; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #434343; }

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #434343; }

::placeholder {
  /* Most modern browsers support this now. */
  color: #434343; }

/*-----------------------------------------------------------------------------------*/
/*  GRID
/*-----------------------------------------------------------------------------------*/
.row {
  margin-left: -15px;
  margin-right: -15px; }

.col {
  float: right;
  padding: 0 15px;
  box-sizing: border-box; }
  .col.col-50 {
    width: 50%; }
    .col.col-50:nth-child(odd) {
      clear: right; }

.left-float {
  float: left; }

/*-----------------------------------------------------------------------------------*/
/*  MAIN CSS
/*-----------------------------------------------------------------------------------*/
.clear {
  clear: both; }

.container {
  width: 80%;
  max-width: 1000px;
  margin: 0 auto; }

.link {
  font-size: 18px;
  transition: all 0.5s ease;
  border-bottom: 3px solid transparent; }
  .link:hover {
    border-color: #005350; }

section {
  padding: 30px 0; }


header {
  padding-top: 35px;
  position: relative; }
  header .logo_upper .logo {
    display: inline-block;
    margin-left: 15px;
    width: 240px; }


header .logo_upper .v-logo {
    display: inline-block;
    padding-right: 15px;
    width: 100px;
    border-right: 1px solid rgba(128, 128, 128, 0.4);}
.mci-plus {
    display: block;
    text-align: center;
    position: relative;
    width: 275px;
    height: 30px;
    padding: 5px 0;
    float: left;
    top: 34px;}
.mci-plus > a {
    display: inline-block;
    height: 30px;
    margin: 0 3px 0 0;
}
.mci-plus > a > img {
    width: 30px;
    height: 30px;}



  header .logo_upper .logo {
    display: inline-block;
    margin-left: 25px;
    width: 240px; }
  header .logo_upper > img {
    display: inline-block;
    max-width: 95px; }
  header .menu {
    background-color: #005350;
    height: 50px;
    margin-top: 25px;
    display: flex;
    align-items: center; }
    header .menu li {
      display: inline-block;
      border-left: 1px solid #287071;
      padding-left: 15px;
      margin-right: 25px; }
      header .menu li:last-child {
        border-left: 0; }
      header .menu li a {
        font-size: 19px;
        color: #f4f4f4; }
    header .menu .search-block {
      margin-right: auto;
      height: 100%; }
      header .menu .search-block #search-input {
        vertical-align: middle;
        width: 0;
        padding: 0;
        border: 0;
        transition: all 0.5s ease; }
        header .menu .search-block #search-input.visible {
          width: 200px;
          border: 1px solid #e9e9e9;
          padding: 0 20px; }
    header .menu .icon {
      background-color: #0a6562;
      background-size: auto;
      background-repeat: no-repeat;
      background-position: center;
      width: 50px;
      height: 50px; }
      header .menu .icon.home {
        background: #0a6562 url("../img/icons/home.png") no-repeat center;
        background-image: url("../img/icons/home.svg"); }
      header .menu .icon.search {
        vertical-align: middle;
        background: #0a6562 url("../img/icons/search.png") no-repeat center;
        background-image: url("../img/icons/search.svg"); }

/*-----------------------------------------------------------------------------------*/
/*  UPCOMMING EVENTS
/*-----------------------------------------------------------------------------------*/
.margin-top-event {
  margin-top: 45px; }

.event {
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  margin-bottom: 35px;
  opacity: 0;
  visibility: hidden; }
  .event.display {
    opacity: 1;
    visibility: visible; }
    .event.display .date {
      height: 184px; }
  .event.animate {
    animation-name: animateBottom;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    opacity: 1 !important; }
  .event .date {
    width: 140px;
    height: 180px;
    position: absolute;
    top: -20px;
    float: right;
    background-color: #00afaa;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center; }
    .event .date > div {
      position: relative;
      z-index: 1000;
      right: 15px; }
    .event .date .day {
      font-size: 45px;
      display: block;
      line-height: 1; }

    .event .date .month {
      font-size: 27px;
      display: block;
      line-height: 1; }

    
    .event .date .small-date {
      font-size: 18px !important;
     }


    .event .date.exhibition {
      background-color: #00afaa; }
      .event .date.exhibition:after {
        background: #00afaa; }
    .event .date.gathering {
      background-color: #7b868c; }
      .event .date.gathering:after {
        background: #7b868c; }
    .event .date.conference {
      background-color: #c54b38; }
      .event .date.conference:after {
        background: #c54b38; }
    .event .date.workshop {
      background-color: #e08433; }
      .event .date.workshop:after {
        background: #e08433; }
    .event .date.forum {
      background-color: #238dc1; }
      .event .date.forum:after {
        background: #238dc1; }
    .event .date.visit {
      background-color: #005350; }
      .event .date.visit:after {
        background: #005350; }
    .event .date.meeting {
      background-color: #774d28; }
      .event .date.meeting:after {
        background: #774d28; }
    .event .date.day {
      background-color: #82a5a0; }
      .event .date.day:after {
        background: #82a5a0; }
    .event .date:after {
      content: " ";
      position: absolute;
      display: block;
      width: 100%;
      height: 100%;
      background: #00afaa;
      top: 0;
      left: -57px;
      transform-origin: bottom left;
      -ms-transform: skew(-14deg);
      -webkit-transform: skew(-14deg);
      transform: skew(-14deg);
      transform: skew(-14deg); }
    .event .date .bg-calendar {
      background-image: url("../img/icons/calendar-bg.png");
      width: 74px;
      height: 80px;
      position: absolute;
      left: -56px;
      bottom: -18px;
      z-index: 1000;
      background-size: contain;
      background-repeat: no-repeat; }
  .event .card {
    width: 100%;
    min-height: 160px; }
    .event .card .info {
      padding: 20px 189px 20px 20px;
      min-height: 73px; }
      .event .card .info a {
        color: #005350;
        font-size: 18px;
        font-weight: 400;
        display: block;
        margin-bottom: 5px;
        line-height: 1.3; }
      .event .card .info p {
        color: #a1a1a1; }
    .event .card .additional {
      background-color: #f7f7f7;
      padding: 10px 210px 10px 10px;
      box-sizing: border-box; }
      .event .card .additional > div {
        display: inline-block;
        margin-left: 25px; }
        .event .card .additional > div img {
          max-width: 24px;
          display: inline-block;
          margin-left: 10px;
          vertical-align: middle; }
        .event .card .additional > div span {
          color: #919191;
          font-size: 14px; }

/*-----------------------------------------------------------------------------------*/
/*  FOOTER
/*-----------------------------------------------------------------------------------*/
footer {
  background-color: #005350;
  background-image: url("../img/footer-bg.png");
  background-position: left bottom;
  background-repeat: no-repeat;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  color: #dedede;
  margin: 50px 0; }
  footer .copy_rights {
    font-size: 15px; }
  footer .social {
    margin-right: auto; }
    footer .social li {
      display: inline-block;
      margin-right: 10px;
      vertical-align: middle; }
      footer .social li a, footer .social li img {
        display: block; }
      footer .social li a {
        top: 0;
        position: relative;
        transition: all 0.1s ease; }
        footer .social li a:hover {
          top: -3px; }

/*-----------------------------------------------------------------------------------*/
/* EVENT DETAILS
/*-----------------------------------------------------------------------------------*/
.event_details {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 20px;
  box-sizing: border-box;
  margin-bottom: 25px; }
  .event_details li {
    list-style: none;
    width: calc(50% - 10px);
    float: right;
    margin-left: 10px; }
    .event_details li label {
      font-weight: 500;
      display: inline-block; }
      .event_details li label span {
        min-width: 120px;
        display: inline-block; }
    .event_details li p {
      display: inline-block;
      margin-right: 15px; }

#map-canvas {
  width: 100%;
  height: 425px;
  border: 1px solid #d9d9d9;
  margin-top: 60px; }

.card-title {
  width: calc(100% - 100px);
  float: right; }

.company-img {
  max-width: 100px;
  float: left; }

/*-----------------------------------------------------------------------------------*/
/* MONTLY EVENTS
/*-----------------------------------------------------------------------------------*/
input {
  background-color: #fff;
  border: 1px solid #e9e9e9;
  padding: 0 20px;
  box-sizing: border-box;
  display: inline-block;
  height: 35px; }

form.search {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 28px 22px;
  box-sizing: border-box;
  width: calc(100% - 100px);
  margin: 0 auto; }
  form.search input {
    margin-left: 10px; }
    form.search input.datepicker {
      width: 200px;
      background-image: url("../img/icons/calendar-popup.png");
      background-repeat: no-repeat;
      background-position: left 10px center;
      background-size: 18px; }
    form.search input.search-input {
      max-width: 400px;
      width: 40%; }
  form.search .btn {
    background: #00afaa;
    transition: all 0.5s ease;
    box-sizing: border-box;
    border-radius: 25px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    height: 35px;
    padding: 0 40px;
    margin-right: 10px;
    float: left; }
    form.search .btn:hover {
      background-color: #005350; }

.fc-toolbar .fc-right{position: relative; top: -50px;margin-top: 20px; }
.eventInfo{
    position: relative;
    top: 70px;
    width: 100%;
    margin:0 auto;
    padding: 0px;
    display:block;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    list-style-type: none;
    text-align: center;
 }
.eventInfo > li{
    display:inline-block;
}
.eventInfo > li > a {
    padding: 2px 30px;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    color: white;
    margin: 0 auto; 
}

.info1{
    background-color: #444444; }
.info2{
    background-color: #c0504d; }
.info3{
    background-color: #00afaa; }
.info4{
    background-color: #238dc1; }
.info5{
    background-color: #7b868c; }
.info6{
    background-color: #e08433; }
.info7{
    background-color: #005350; }
.info8{
    background-color: #774d28; }
.info9{
    background-color: #82a5a0; }





/*-----------------------------------------------------------------------------------*/
/* FULLCALENDAR
/*-----------------------------------------------------------------------------------*/
.fc th {
  border: none;
  background-color: #00afaa;
  color: #fff;
  padding: 15px;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 600; }

.fc-rtl .fc-basic-view .fc-day-top .fc-day-number {
  font-size: 26px;
  color: #434343;
  float: right;
  margin-right: 10px;
  text-decoration: none !important; }

.fc-day-grid-event {
  margin: 0 10px; }

.fc-body {
  background: #f3f3f4; }

.fc-unthemed .fc-content, .fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-list-view, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead {
  border-color: #d9d9d9; }

.fc-day-top.fc-other-month {
  opacity: 0.4; }

.fc-day-grid-event .fc-content {
  white-space: unset; }

.fc-event {
  font-size: 12px;
  border-radius: 0;
  border: none; }

.fc-day-grid-event {
  padding: 5px;
  margin-bottom: 20px; }

.fc-day {
  position: relative;
  padding-bottom: 30px;
  transition: all 0.5s ease; }
  .fc-day.hover {
    box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.19); }

.view_events {
  position: relative;
  font-size: 12px;
  color: #434343;
  font-weight: 500;
  bottom: 0;
  text-align: center;
  height: 100%; }
  .view_events a {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    margin: 0 auto; }

.eventpop_up {
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  z-index: 10;
  width: 370px;
  border-radius: 5px;
  box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.2); }
  .eventpop_up:after {
    bottom: 100%;
    right: 10px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #fff;
    border-width: 7px;
    margin-left: -7px; }
  .eventpop_up .header {
    background-color: #00afaa;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 5px 10px;
    box-sizing: border-box; }
    .eventpop_up .header a {
      color: #fff;
      font-size: 14px;
      font-weight: 600; }
  .eventpop_up .body {
    padding: 10px;
    box-sizing: border-box;
    color: #434343;
    font-size: 12px; }
    .eventpop_up .body p {
      font-size: 12px;
      padding: 10px; }
    .eventpop_up .body .dates {
      direction: rtl;
      background-color: #f4f4f4;
      padding: 5px;
      color: #666666;
      font-size: 12px; }
      .eventpop_up .body .dates img {
        vertical-align: middle;
        margin-left: 10px; }

.on_top {
  z-index: 10000 !important; }

.fc-footer-toolbar .fc-left {
  float: none;
  width: 100%; }

.fc .fc-button-group > :first-child {
  float: right; }

.fc-button-group {
  float: none;
  display: block; }

.fc .fc-toolbar > * > * {
  float: none;
  margin-left: auto; }

.fc-toolbar h2, .lg-title {
  color: #434343;
  font-weight: 600;
  font-size: 32px; }

.chosen-results li {
  border-right: 6px solid; }
  .chosen-results li.exhibition {
    border-color: #00afaa; }
  .chosen-results li.conference {
    border-color: #c54b38; }
  .chosen-results li.forum {
    border-color: #238dc1; }
  .chosen-results li.gathering {
    border-color: #7b868c; }
  .chosen-results li.workshop {
    border-color: #e08433; }
  .chosen-results li.visit {
    border-color: #005350; }
  .chosen-results li.meeting {
    border-color: #774d28; }
  .chosen-results li.day {
    border-color: #82a5a0; }

/*-----------------------------------------------------------------------------------*/
/*  YEAR CALENDAR
/*-----------------------------------------------------------------------------------*/
.calendar {
  position: relative;
  overflow: hidden;
  padding-bottom: 50px; }

.calendar-header {
  position: absolute;
  bottom: -15px; }

.col-xs-4 {
  width: 33.33%;
  float: right; }

.calendar table.month th.month-title {
  color: #00afaa;
  font-size: 24px;
  font-weight: 600;
  text-align: right; }

.calendar table {
  direction: rtl;
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%; }

table.month thead > tr:nth-child(2) {
  background-color: #00afaa;
  padding: 20px 10px;
  box-sizing: border-box; }

.day-header {
  color: #fff;
  font-size: 11px; }

table.month .day {
  border: 1px solid #dfdfdf;
  background: #f3f3f4; }

.month-container {
  width: 33.33%;
  float: right;
  padding: 0 5px !important;
  box-sizing: border-box; }

.month-container {
  min-height: 293px; }

.fc-scroller {
  height: auto !important;
  overflow: visible !important; }

.fc-list-item {
  position: relative; }

.calendar table.month th.day-header {
  padding: 5px 0; }

.day.event-day, .datepicker-panel > ul > li.picked, .datepicker-panel > ul > li.picked:hover {
  color: #00afaa;
  background-color: #e9e9e9 !important;
  cursor: pointer;
  font-weight: 500; }

.calendar .year-neighbor {
  color: #005350; }

.calendar .calendar-header table {
  display: flex; }

.calendar .calendar-header table th {
  padding: 0;
  font-size: 14px;
  background: none !important; }

.calendar .calendar-header table th.prev, .calendar .calendar-header table th.next {
  width: auto; }

.calendar .calendar-header table th {
  width: 100%; }

.calendar .calendar-header table th.prev {
  margin-left: auto; }

.calendar .calendar-header table th.next {
  margin-right: auto; }

.fc .fc-row .fc-content-skeleton table, .fc .fc-row .fc-content-skeleton td, .fc .fc-row .fc-helper-skeleton td{
    text-align:right;
}

/*-----------------------------------------------------------------------------------*/
/* Datepicker
/*-----------------------------------------------------------------------------------*/
.datepicker-panel > ul[data-view="week"] > li, .datepicker-panel > ul[data-view="week"] > li:hover {
  background: #00afaa;
  color: #fff; }

.datepicker-panel > ul > li.highlighted {
  background-color: #005350 !important;
  color: #fff  !important; }

/*-----------------------------------------------------------------------------------*/
/*  Keyframes Animation
/*-----------------------------------------------------------------------------------*/
@-webkit-keyframes animateBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
@-moz-keyframes animateBottom {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px); }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
@-o-keyframes animateBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
@keyframes animateBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

/*# sourceMappingURL=style.css.map */




@media only screen and (max-width: 669px){
    .mci-plus {
        display: none;
    }
}