.navPad {
  padding: 0px;
  padding-left: 90px;
  padding-right: 40px;
}

.mobile-navbar-style {
  color: #ffffff;
  font-weight: 500;
  font-family: 'Roboto', "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 18px;
  border: 0;
  background:#B02551;
  /*opacity: 0.85;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";*/
  border-radius: 0;
  min-height : 60px;
  height: 100%;
}
.mobile-navbar-style .items{
  height : 60px;
  display : table-cell;
  vertical-align : middle;
  text-align: center;
  float:none;
  cursor: pointer;
  list-style: none;
  color: #ffffff;
}

.navactive {
  background: #211E59;
}
.navinactive{
  background: #B02551;
}

.navbar-toggle .icon-bar {
  background-color: #FFFFFF;
  width:28px;
}

.fcHeader a{
  color: #ffffff;
  font-weight: normal;
  background: transparent;
}

.language-list {
  height: 140px;
  background: rgba(255,255,255,1);
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
}

.language-list-logo img {
  margin: 22px 0px 0px 80px;
  height: 95px;
}

.language-list-header {
  font-weight: 300;
  font-family: 'Roboto', "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 16px;
}

.language-list-select{
  float:right;
  height: 140px;
  line-height: 140px;
}

.language-list-select span {
  display             : -moz-inline-box;  /* FF2 or lower */
  display             : inline-block;     /* FF3, Opera, Safari */
  line-height         : normal;
  vertical-align      : middle;
}

.language-bar-login {
  float: right;
  height: 140px;
  line-height: 160px;
}

.language-bar-login .loginBtn {
  background: #5c8c21;
  font-family: Arial;
  color: #ffffff;
  font-size: 16px;
  padding: 10px 20px 10px 20px;
  margin-left: 20px;
  vertical-align: middle;
}

.language-bar-login .logoutBtn {
  background: #A60034;
  font-family: Arial;
  color: #ffffff;
  font-size: 16px;
  padding: 10px 20px 10px 20px;
  margin-left: 20px;
  vertical-align: middle;
}

#mobileNavBtn{
  display: none;
}

/* ! vertical layout */
.multiSelect .vertical {
  float: none;
}

/* ! horizontal layout */
.multiSelect .horizontal:not(.multiSelectGroup) {
  float: left;
}

/* ! create a "row" */
.multiSelect .line {
  padding:  2px 0px 4px 0px;
  max-height: 30px;
  overflow: hidden;
  box-sizing: content-box;
}

/* ! create a "column" */
.multiSelect .acol {
  display: inline-block;
  min-width: 12px;
}

/* ! */
.multiSelect .inlineBlock {
  display: inline-block;
}

/* the multiselect button */
.multiSelect > button {
  display: inline-block;
  position: relative;
  text-align: center;
  cursor: pointer;
  border: 1px solid #c6c6c6;
  padding: 1px 8px 1px 8px;
  font-size: 14px;
  min-height : 38px !important;
  color: #555;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  white-space:normal;
  background-color: #fff;

}

/* button: hover */
.multiSelect > button:hover {
  background-image: linear-gradient(#fff, #e9e9e9);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#ffffff',GradientType=0 );
}

/* button: disabled */
.multiSelect > button:disabled {
  background-image: linear-gradient(#fff, #fff);
  border: 1px solid #ddd;
  color: #999;
}

/* button: clicked */
.multiSelect .buttonClicked {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* labels on the button */
.multiSelect .buttonLabel {
  display: inline-block;
  padding: 5px 0px 5px 0px;
}

/* downward pointing arrow */
.multiSelect .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0px 0px 1px 12px  !important;
  vertical-align: middle;
  border-top: 4px solid #333;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 0 dotted;
}

/* the main checkboxes and helper layer */
.multiSelect .checkboxLayer {
  background-color: #fff;
  position: absolute;
  z-index: 999;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  min-width:240px;
  display: none !important;
}

/* container of helper elements */
.multiSelect .helperContainer {
  border-bottom: 1px solid #ddd;
  padding: 8px 8px 0px 8px;
}

/* helper buttons (select all, none, reset); */
.multiSelect .helperButton {
  display: inline;
  text-align: center;
  cursor: pointer;
  border: 1px solid #ccc;
  height: 26px;
  font-size: 13px;
  border-radius: 2px;
  color: #666;
  background-color: #f1f1f1;
  line-height: 1.6;
  margin: 0px 0px 8px 0px;
}

.multiSelect .helperButton.reset{
  float: right;
}

.multiSelect .helperButton:not( .reset ) {
  margin-right: 4px;
}

/* clear button */
.multiSelect .clearButton {
  position: absolute;
  display: inline;
  text-align: center;
  cursor: pointer;
  border: 1px solid #ccc;
  height: 22px;
  width: 22px;
  font-size: 13px;
  border-radius: 2px;
  color: #666;
  background-color: #f1f1f1;
  line-height: 1.4;
  right : 2px;
  top: 4px;
}

/* filter */
.multiSelect .inputFilter {
  border-radius: 2px;
  border: 1px solid #ccc;
  height: 26px;
  font-size: 14px;
  width:100%;
  padding-left:7px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
  color: #888;
  margin: 0px 0px 8px 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

/* helper elements on hover & focus */
.multiSelect .clearButton:hover,
.multiSelect .helperButton:hover {
  border: 1px solid #ccc;
  color: #999;
  background-color: #f4f4f4;
}
.multiSelect .helperButton:disabled {
  color: #ccc;
  border: 1px solid #ddd;
}

.multiSelect .clearButton:focus,
.multiSelect .helperButton:focus,
.multiSelect .inputFilter:focus {
  border: 1px solid #66AFE9 !important;
  outline: 0;
  -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,.065), 0 0 5px rgba(102, 175, 233, .6) !important;
  box-shadow: inset 0 0 1px rgba(0,0,0,.065), 0 0 5px rgba(102, 175, 233, .6) !important;
}

/* container of multi select items */
.multiSelect .checkBoxContainer {
  display: block;
  padding: 2px;
  overflow: hidden;
}

/* ! to show / hide the checkbox layer above */
.multiSelect .show {
  display: block !important;
}

/* item labels */
.multiSelect .multiSelectItem {
  display: block;
  padding: 3px;
  color: #444;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  position: relative;
  min-width:278px;
  min-height: 32px;
}

/* Styling on selected items */
.multiSelect .multiSelectItem:not(.multiSelectGroup).selected
{
  background-image: linear-gradient( #e9e9e9, #f1f1f1 );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#e9e9e9',GradientType=0 );
  color: #555;
  cursor: pointer;
  border-top: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #d9d9d9;
}

.multiSelect .multiSelectItem .acol label {
  display: inline-block;
  padding-right: 30px;
  margin: 0px;
  font-weight: normal;
  line-height: normal;
}

/* item labels focus on mouse hover */
.multiSelect .multiSelectItem:hover,
.multiSelect .multiSelectGroup:hover {
  background-image: linear-gradient( #c1c1c1, #999 ) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1c1c1', endColorstr='#999999',GradientType=0 );
  color: #fff !important;
  cursor: pointer;
  border: 1px solid #ccc !important;
}

/* item labels focus using keyboard */
.multiSelect .multiSelectFocus {
  background-image: linear-gradient( #c1c1c1, #999 ) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1c1c1', endColorstr='#999999',GradientType=0 );
  color: #fff !important;
  cursor: pointer;
  border: 1px solid #ccc !important;
}

/* change mouse pointer into the pointing finger */
.multiSelect .multiSelectItem span:hover,
.multiSelect .multiSelectGroup span:hover
{
  cursor: pointer;
}

/* ! group labels */
.multiSelect .multiSelectGroup {
  display: block;
  clear: both;
}

/* right-align the tick mark (&#10004;) */
.multiSelect .tickMark {
  display:inline-block;
  position: absolute;
  right: 10px;
  top: 7px;
  font-size: 10px;
}

/* hide the original HTML checkbox away */
.multiSelect .checkbox {
  color: #ddd !important;
  position: absolute;
  left: -9999px;
  cursor: pointer;
}

/* checkboxes currently disabled */
.multiSelect .disabled,
.multiSelect .disabled:hover,
.multiSelect .disabled label input:hover ~ span {
  color: #c4c4c4 !important;
  cursor: not-allowed !important;
}

/* If you use images in button / checkbox label, you might want to change the image style here. */
.multiSelect img {
  vertical-align: middle;
  margin-bottom:0px;
  max-height: 22px;
  max-width:22px;
}

@media only screen and (max-width: 815px) {
  .navPad {
    padding: 0px;
    padding-left: 20px;
  }
  .language-list-logo img {
    margin: 22px 0px 0px 0px;
  }
  .language-list .multiSelect .checkboxLayer {
    /*right: 20px;*/
  }
}

@media only screen and (min-width: 850px) {
  .mobile-navbar-style .items:hover{
    background: #211E59;
  }
}

@media only screen and (max-width: 767px) {

  .mobile-navbar-style {
    margin-bottom: 10px;
    padding-left: 0px;
    height : 100%;
  }

  .mobile-navbar-style .items{
    display : block;
    height:60px;
    padding-top: 17px;
  }

  .navbar-nav {
    margin: 0px 0px;
  }

  .navPad {
    padding: 0px;
    padding-left: 0px;
  }

  .language-list {
    height: 75px;
    background: #dedede;
  }
  .language-list-logo img {
    height: 75px;
    margin: 0px 0px 0px 0px;
    padding: 5px 0px 5px 0px;
  }
  .language-list-header {
    padding-left: 10px;
    font-size: 12px;
  }
  .language-list-select{
    height: 80px;
    line-height: 80px;
  }
  .navbar-btn {
    margin-top: 4px;
    margin-bottom: 8px;
  }
  .language-bar-login {
    display: none;
  }
  #mobileNavBtn{
    display: block;
    margin-left: 10px;
  }

  /* the multiselect button */
  .language-list .multiSelect > button {
    display: inline-block;
    position: relative;
    text-align: center;
    border: none;
    font-size: 14px;
    min-height : 25px !important;
    font-weight: normal;
    color: #000000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    white-space:normal;
    background: transparent;
  }

  /* button: hover */
  .language-list .multiSelect > button:hover {
    background-image: none;
  }

  /* labels on the button */
  .language-list .multiSelect .buttonLabel {
    display: inline-block;
    padding: 0px;
  }

  /* downward pointing arrow */
  .language-list .multiSelect .caret {
    display: none;
  }
  /* the main checkboxes and helper layer */
  .language-list .multiSelect .checkboxLayer {
    right: 20px;
  }

}

@media only screen and (max-width: 750px) {
  .navbar-btn {
    margin-top: 10px;
    /*margin-bottom: 8px;*/
  }

  .fcHeader {
    padding-bottom: 10px;
  }
}

