/* here you can put your own css to customize and override the theme */
/* Header and header elements */
.header {
  position: absolute;
  top: auto;
  bottom: 0;
  left: auto;
  right: auto;
  z-index: 9;
  width: 100%;
  min-height: 120px;
  padding: 0;
  background: rgba(255,255,255,1);
  box-shadow: 0 1px 4px rgba(228, 228, 228, 0.95);
  z-index: 9999;
}

.menu-always-on-top .header {
  background: #fff;
  top: 0;
  min-height: 80px;
  bottom: auto;
  position: fixed;
}

.header.fixNav {
  position: fixed;
  top: 0;
  min-height: 120px;
  bottom: auto;
  background: rgba(255,255,255,1);
}
/*Sliders texts */
.slider-item-1 .large_bold_black,
.slider-item-2 .large_bold_black {
  color: rgb(0,0,1);
  font: 700 75px/83px "PT Sans Narrow", Arial, sans-serif;
  text-transform: uppercase;
}