/*@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro');*/

@import url('https://fonts.googleapis.com/css?family=PT+Sans|Tajawal');
*,
*:after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Icomoon.com */

.gn-menu-main,
.gn-menu-main ul {
  margin: 0;
  padding: 0;
  background: #ffffff;
  color: #333;
  list-style: none;
  text-transform: none;
  line-height: 60px;
}

.gn-menu-main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  font-size: 13px;
  box-shadow: inset 0 -1px #c6d0da;
  /*border-bottom: 1px solid #c6d0da;*/
  z-index: 100;
}

.gn-menu-main a {
  display: block;
  height: 100%;
  color: #333;
  text-decoration: none;
  cursor: pointer;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  /* ...and now for the proper property */
  transition: 0.5s;
  text-align: center;
}

.gn-menu-main a:hover,
.gn-menu-main button:hover {
  cursor: pointer;
}

.gn-menu-main a:hover,
.gn-menu-main button:hover,
.navbar-button-active {
  box-shadow: inset 0 -3px #dc1f26;
}

.gn-item-active {
  border-bottom: 3px solid #dc1f26;
}

.gn-item-active, .navbar-button-active {
  pointer-events: none;
}

.gn-menu-main > li {
  display: block;
  float: left;
  height: 100%;
  border-right: 1px solid #c6d0da;
  text-align: center;
}

/* icon-only trigger (menu item) */

.gn-menu-main li.gn-trigger {
  position: relative;
  width: 60px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: none;
}

@media only screen and (max-width: 960px) {
  .gn-menu-main li.navbar-button:not(.navbar-button-home) {
    display: none;
  }
  .gn-menu-main li.gn-trigger {
    display: block;
  }
  .navbar-button-home {
    pointer-events: none;
    cursor: not-allowed;
  }
  .navbar-button-home.navbar-button-active {
    box-shadow: none;
  }
}

.gn-menu-main > li:last-child {
  float: right;
  border-right: none;
  border-left: 1px solid #c6d0da;
}

.gn-menu-main > li > a {
  padding: 0 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
}

.gn-menu-main:after {
  display: table;
  clear: both;
  content: '';
}

.gn-menu-wrapper {
  position: fixed;
  top: 60px;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: 60px;
  background: #ffffff;
  -webkit-transform: translateX(-60px);
  -moz-transform: translateX(-60px);
  transform: translateX(-60px);
  -webkit-transition:
    -webkit-transform 0.3s,
    width 0.3s;
  -moz-transition:
    -moz-transform 0.3s,
    width 0.3s;
  transition:
    transform 0.3s,
    width 0.3s;
}

@media only screen and (max-width: 960px) {
  .gn-menu-wrapper {
    background: none;
  }
}

.gn-scroller {
  position: absolute;
  overflow-y: scroll;
  width: 100%;
  height: 100%;
}

.gn-menu {
  border-bottom: 1px solid #c6d0da;
  text-align: left;
  font-size: 18px;
}

.gn-menu li:not(:first-child),
/*.gn-menu li li,*/
.gn-menu li li:not(.gn-item-active) {
  box-shadow: inset 0 1px #c6d0da;
}

.gn-item {
  max-height: 60px;
}

.gn-submenu li {
  overflow: hidden;
  height: 0;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  transition: height 0.3s;
}

.gn-submenu li a {
  color: #c1c9d1;
}

button.gn-icon {
  color: #333;
}

.gn-icon {
  background-color: transparent;
  border: none;
}

.gn-icon::before {
  display: inline-block;
  width: 60px;
  text-align: center;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: 'Source Sans Pro', serif;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
}

.gn-icon-home::before {
  content: '   ';
  /*content: "\1F5A4"*/
}

.gn-icon-publications::before {
  content: '   ';
  /*content: "\1F4C3"*/
}

.gn-icon-people::before {
  content: '   ';
  /*content: "\1F465"*/
}

.gn-icon-research::before {
  content: '   ';
  /*content: "\1F4CA"*/
}

.gn-icon-contacts::before {
  content: '   ';
  /*content: "\1F4D2"*/
}

.gn-icon-resources::before {
  content: '   ';
  /*content: "\2699"*/
}

.gn-icon-files::before {
  content: '   ';
  /*content: "\1F5C1"*/
}

.gn-icon-login::before {
  content: '   ';
  /*content: "\270D"*/
}

.gn-icon-signout::before {
  content: '   ';
  /*content: "\1F571"*/
}

/* if an icon anchor has a span, hide the span */

.gn-icon span {
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
}

.gn-icon-menu::before {
  margin-top: 33px;
  width: 30px;
  height: 3px;
  background: #333;
  box-shadow:
    0 3px white,
    0 -6px #333,
    0 -9px white,
    0 -12px #333;
  content: '';
}

.gn-icon-menu.gn-selected::before {
  background: #dc1f26;
  box-shadow:
    0 3px white,
    0 -6px #dc1f26,
    0 -9px white,
    0 -12px #dc1f26;
}

.gn-icon-menu:hover, .gn-icon-menu.gn-selected:hover {
  cursor: pointer;
}

/* styles for opening menu */

.gn-menu-wrapper.gn-open-all,
.gn-menu-wrapper.gn-open-part {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  transform: translateX(0px);
}

.gn-menu-wrapper.gn-open-all {
  width: 100%;
}

.gn-menu-wrapper.gn-open-all .gn-submenu li {
  height: 60px;
}
