.gn-header-main,
.gn-header-main ul {
  color: #767676;
  font-family: Lato, Arial, sans-serif;
  font-weight: 300;
  line-height: 40px;
  list-style: none;
  margin: 0;
  padding: 0;
  text-transform: none;
  width: 100%;
}

.gn-header-main {
  background-color: #1D4263;
  font-size: 13px;
  height: 60px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}

.gn-header-main a {
  color: #5f6f81;
  cursor: pointer;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 100%;
  text-decoration: none;
}

.gn-header-main > li {
  display: block;
  float: left;
  height: 100%;
  text-align: center;
}

.gn-header-main li.gn-trigger {
  position: relative;
}

.gn-header-main > li.right-float {
  float: right;
}

.gn-header-main > li > a {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 10px 30px 0;
  text-transform: uppercase;
}

.gn-header-main > li.right-float > a {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.gn-header-main:after {
  clear: both;
  content: "";
  display: table;
}

/* Header design icon*/

.header-ar {
  right: 11%;
  list-style-type: none;
  position: absolute;
}

.header-ar a {
  color: #fff;
}

.header-en {
  left: 15%;
  list-style-type: none; 
  position: absolute;
}

.header-en a {
  color: #fff;
}

/* Search bar in middle of header*/
.search-bar {
  left: 36%;
  list-style: none;
  position: absolute;
}

/* Dropdown list of icons of modules*/

/* Design of shape of dropdown module selector*/

.modules-dropdown-div {
  background: #ffffff;
  border-color: #AFB1B5;
  border-radius: 9px;
  border-style: solid;
  border-width: thin;
  box-shadow: 1px 2px 14px #818387;
  position: absolute;
  top: 133% !important;
  left: -60% !important;
}

.modules-dropdown-div:before {
  border-color: transparent transparent white;
  border-style: solid;
  border-width: 0 44px 30px;
  content: '';
  height: 0;
  left: 51px;
  position: absolute;
  top: -23px;
  width: 44px;
}

.modules-dropdown-div > ul > td {
  width: 100%;
}

.modules-dropdown-div > ul {
  padding: 16px 27px 10px;
  position: relative;
  text-align: left;
}

.modules-dropdown-div > ul > li > a {
  color: #000000;
}

.module-selection :hover {
  background-color: #CCC;
}
/*each module icon and name */

.dropdown-main-module {
  width: 100%;
  height: 100%;
}

.dropdown-main-module i {
  /* Icon of module*/
  color: #303338;
  font-size: 3em;
}

.dropdown-main-module figcaption {
  /*Name of Module*/
  color: #303338;
}

#main-search input[type=search2] {
  color: transparent;
  cursor: pointer;
  padding-left: 10px;
  width: 15px;
}

#main-search input[type=search2]:hover {
  background-color: #fff;
}

#main-search input[type=search2]:focus {
  background-color: #fff;
  color: #000;
  cursor: auto;
  padding-left: 32px;
  width: 430px;
}

#main-search input:-moz-placeholder {
  color: transparent;
}

#main-search input::-webkit-input-placeholder {
  color: transparent;
}

input[type=search2] {
  -moz-border-radius: 10em;
  -moz-transition: all .5s;
  -webkit-appearance: textfield;
  -webkit-border-radius: 10em;
  -webkit-box-sizing: content-box;
  -webkit-transition: all .5s;
  background: #ededed url("http://static.tumblr.com/ftv85bp/MIXmud4tx/search-icon.png") no-repeat 9px center;
  border: solid 1px #ccc;
  border-radius: 10em;
  font-family: inherit;
  font-size: 100%;
  padding: 9px 10px 9px 32px;
  transition: all .5s;
  width: 55px;
}

input::-webkit-search-cancel-button,
input::-webkit-search-decoration {
  display: none;
}

input[type=search2]:focus {
  -moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
  -webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
  background-color: #fff;
  border-color: #66CC75;
  box-shadow: 0 0 5px rgba(109,207,246,.5);
  width: 130px;
}

figure {
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}

.language-selector {
  padding-top: .6%;
}

.icon-cube {
  font-size: 1.7em;
  padding-top: 40%;
}
