/***************************
Add your custom styles below
****************************/

/*Custom Ormus Logo*/

.nav-bar .logo {
    max-height: 60%;
    margin: 0;
}

.footer__navigation {
  text-transform: uppercase;
}

.flag > img {
  margin-bottom: 0.3em;
  height: 15px;
  width: 15px;
  padding-right: 0px;
  padding-left: 0px;
}

.menu > li > a.flag {
 padding: 0 0.3em;
}

/*Pink version - uncomment:*/

/*[data-overlay].bg--primary:before {
    background: #cf4863;
}*/

.btn.btn--third {
  border-color: #D04763;
  background: #D04763
}
.btn.btn--third:hover {
  border-color: #ee6681;
  background: #ee6681
}

.btn.btn--third .btn__text {
  color: #fff;
}

.menu > li {
  position: relative;
  float: left;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0px;
  font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
}

[data-overlay].bg--primary-2:before {
  background: #D14b4b
}


.img-offer {
    padding-right: 10px;
    width: 150px;
     text-decoration:none;
}

.thumb-offer a {
   text-decoration:none;
}





.post-content {
    top:0;
    left:0;
    position: absolute;
}

.thumbnail{
    position:relative;
    
}

.color--primary {
  color: #447BC1 !important;
}

.bg--primary {
  background: #447BC1;
}

.btn--primary:visited {
  background: #447BC1;
  border-color: #447BC1;
}

.btn--primary:hover {
  background: #5789c7;
}
.btn--primary:active {
  background: #3b6fb1;
}

#maplabel {
    display: none;
    border:1px solid #000;
    height:30px;
    width:290px;
    margin-left:10px;
}

#Polska

[title]:hover:after {
      content: attr(title);
  padding: 4px 8px;
  color: #333;
  position: absolute;
  left: 0;
  top: 100%;
  white-space: nowrap;
  z-index: 20px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 0px 4px #222;
  -webkit-box-shadow: 0px 0px 4px #222;
  box-shadow: 0px 0px 4px #222;
  background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #eeeeee),color-stop(1, #cccccc));
  background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -o-linear-gradient(top, #eeeeee, #cccccc);

}
.tooltip{
    display: inline;
    position: relative;
}
.tooltip:hover:before{
    border: solid;
    border-color: #333 transparent;
    border-width: 6px 6px 0 6px;
    bottom: 20px;
    content: "";
    left: 50%;
    position: absolute;
    z-index: 99;
}

.tooltip:hover:after{
    background: #333;
    background: rgba(0,0,0,.8);
    border-radius: 5px;
    bottom: 26px;
    color: #fff;
    content: attr(title);
    left: 20%;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    width: 220px;
}


[data-overlay]:before  {
    background: #D04763;
}
