/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Oct 3, 2018, 9:30:36 AM
    Author     : alespo
*/

/*DELO BAR Style DELO d.o.o.*/
.delo_bar {
  font-family: "Merriweather Sans", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0rem;
  background-color: #0052A1;
  position: relative;
  color: white;
  line-height: 3.2rem;
  z-index: 10000;
  width: 93.2rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.7rem;
  padding-right: 0.8rem;
  height: 30px;
  font-weight: bold;
}
.delo_bar .delo_right {
  position: relative;
  float: right;
  margin-right: -3.8em;
}

@media screen and (min-width: 768px) {
    .delo_bar, .delo_bar a {
        font-family: "Merriweather Sans", sans-serif;
        font-size: 1.2rem;
        letter-spacing: 0rem;
        background-color:#0052A1; 
        position: relative;
        color: white;
        line-height: 3.2rem;
        z-index: 10000;
        width: 93rem;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0.7rem;
        padding-right: 0.8rem;
        height: 30px;
    }
    .delo_bar .delo_right {
    position: relative;
    float: right;
    margin-right: -3.8em;
    }
}

@media screen and (min-width: 1280px) {
  .delo_bar {
    width: 124.5rem;
    height: 30px;
  }
  .delo_bar .delo_right {
    position: relative;
    float: right;
    margin-right: -5.3em;
  }
}

.delo_bar span.intro {
  font-weight: 200;
}
.delo_bar span.offer {
  font-weight: 900;
  padding-left: 20px;
}
.delo_enews {
  text-transform: uppercase;
  color: #0052A1;
  background-color: white;
  border: none;
  padding-top: 0.4em;
  padding-bottom: 0.3em;
  padding-left: 3em;
  padding-right: 3em;
}
.delo_bar .delo_left {
  float: left;
  position: relative;
}
.delo_bar:after {
  clear: both;
}
.delo_bar:before {
  content: " ";
  display: table;
}
.delo_bar_holder {
  position: absolute;
  width: 94%;
}

@media only screen and (max-width: 1024px) {
  .delo_bar_holder {
    position: relative;
    width: auto;
  }
  .delo_bar {
    top: 0rem;
    height: 50px;
    width: auto;
  }
  .delo_bar .delo_left {
    display: none;
  }
  .delo_bar .delo_right {
    width: 100%;
    text-align: center;
    margin-right: 0 !Important;
    margin-top: 0.7em;
  }
  .delo_bar .delo_right .delo_enews {
    width: 100%;
  }
}

