
.metis-schedule-logo-small {
    z-index : 1;
    float: left;
    padding: 0px 0px 0px 0px;
    line-height: 60px;
    height: 80px;
	  position : absolute;
	  left : 0px;
}

.metis-schedule-logo {
    z-index : 1;
    float: left;
    padding: 0px 0px 0px 0px;
    font-size: 50px;
    line-height: 80px;
    height: 80px;
	  position : absolute;
	  left : 0px;
}

.metis-schedule-text-logo-small {
    z-index : 1;
    float: left;
    padding-top: 20px;
    padding-left: 90px;
    padding-right: 5px;
    /**height: 60px;
    line-height: 80px; **/
	  position :  relative;
    max-width:100%
	  /** left : 150px; **/
}

.metis-schedule-text-logo {
    z-index : 1;
    float: left;
    padding-top: 20px;
    padding-left: 170px;
    padding-bottom: 10px;
    height: 75px;
	  position :  relative;
	  /** left : 150px; **/
}


.navbar-brand {
  float: left;
  height: 80px;
  padding: 0px 0px 0px 0px;
  font-size: 80px;
  line-height: 20px;
  font-family: Leoscar;
}

.navbar-header {
  height: 80px;
}


@font-face {
  font-family: 'Leoscar';
  src: url('fonts/Leoscar-Sans-Serif.ttf') format('truetype'), url('fonts/Leoscar-Serif.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.fleo {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fleo-logo {
  font-size: 50px;
  /** line-height: 0.75em; **/
  /** vertical-align: -15%; **/
}

.navbar-brand-text {
  float: right;
  position: absolute;
  height: 50px;
  padding: 0px 0px 0px 100px;
  font-family: Leoscar;
}

.navbar-affixed-top {
 top: 0px;
height: 80px;
}
/**
.navbar-affixed-top {
 top: 0px;
height: 140px;
 max-height: 100px
 height: 100%
}
**/

.navbar {
  position: relative;
  /*min-height: 100px; */
  min-height: 80px;
  width: 100%
  margin-bottom: 0px;
  border: 0px solid transparent;
}
/**
.navbar {
  position: relative;
  min-height: 140px;
  height: 100%
  margin-bottom: 0px;
  border: 0px solid transparent;
}
**/

.navbar-nav > li > a {
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 80px;
}
/**
.navbar-nav > li > a {
  padding-top: 0px;
  padding-bottom: 0px;
  /*line-height: 140px;*/
}
**/
.text-padding-20 {
   padding-top: 20px;
}

.selectlang {
  position: relative;
}

.world {
    z-index: 2;
    float: right;
    width: 20px;
    display: inline-block;
    position: absolute;
    margin-top: 8px;
    width: 20px;
    height: 20px;
    /** background: url('../images/global/earth.png') no-repeat left top; **/
    margin-top: 29px
}


.language {
    z-index: 2;
    float: right;
    padding-right: 16px;
    display: inline-block;
    position: absolute;
    top: 22px;
    /** background: url('../images/global/arrow-down-red.png') no-repeat right center **/
}

.language span {
    font-size: 12px;
    font-weight: bold;
    margin-left: 22px;
    color: #af0d21;
    cursor: pointer;
    padding-left: 5px;
    line-height: 37px;
    background: none no-repeat left top
}

.language a {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    padding-left: 21px;
    line-height: 37px;
    background: none no-repeat left top
}

.language a:hover {
    color: #9ad4fc
}

.language .lngList {
    z-index: 2;
    display: none;
    width: 100px;
    margin-left: -10px;
    padding: 5px 0 10px 10px;
    background: url('../images/global/nav-hover-pattern.png') repeat left top
}

.language .lngList a {
    float: left;
    width: 100%;
    line-height: 27px;
    color: #fff
}

.language .lngList a:hover {
    color: #121213
}

.language:hover > .lngList {
    display: block
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  color : #000000;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
