/* CSS Document */

/** {
    -webkit-box-sizing: border-box;  Safari/Chrome, other WebKit
    -moz-box-sizing: border-box;     Firefox, other Gecko
    box-sizing: border-box;          Opera/IE 8+
}*/

/*
general
*/

.tel-obj-r {
  background-color: #009735;
  -webkit-border-top-right-radius: 4px;
  -moz-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.tel-obj-l {
  background-color: #ffffff;
  -webkit-border-top-left-radius: 4px;
  -moz-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.tel-obj-cislo {
  margin-top: 29px;
}

.tel-obj-cislo img {
  position: relative;
  top: -2px;
}

#kontakty-mesto-bkg {
  background-image: url('../images/kontakt-mesto-bkg.jpg');
  background-position: bottom center;
  background-repeat: no-repeat;
  height: 420px;
}

.odber-head {
  background-color: #666666;
  color: white;
  min-height: 125px;
  -webkit-border-top-left-radius: 8px;
  -moz-border-top-left-radius: 8px;
  border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-top-right-radius: 8px;
  border-top-right-radius: 8px;
}

.odber-content {
  background-color: #ffffff;
  color: #666666;
  min-height: 225px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-bottom-left-radius: 8px;
  border-bottom-left-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-bottom-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.odber-content a {
  text-decoration: none;
}

.vyzivovay-poradca-box {
  background-color: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: relative
}

.vpb-img {
  display: inline-block;
  padding: 25px;
}

.vpb-content {
  display: inline-block;
}

.vpb-content .t-s {
  font-size: 20px;
}

.vpb-content h2 {
  line-height: 1.5;
}

.mmt-prievidza {
  top: 49px;
  left: 128px;
}

.pobocky-mapa {
  position: relative;
  vertical-align: top;
  display: inline-block;
}

#pobocky-zoznam {
  margin-left: 35px;
  width: 340px;
  display: inline-block;
}

#pobocky-zoznam ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#pobocky-zoznam ul li {
  float: left;
  width: 170px;
  line-height: 110%;
  padding: 5px 0px 4px 12px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  color: #666666;
  text-align: left;
}

#pobocky-zoznam ul li:hover {
  background-color: #e1e1e1;
}

#pobocky-zoznam-rozvoz ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#pobocky-zoznam-rozvoz ul li {
  float: left;
  width: 170px;
  line-height: 110%;
  color: #044679;
  text-align: left;
}

.show {
  display: inline-block !important;
}

#tel-obj-m {
  display: none;
}

#tel-obj-m2 {
  display: none;
}

#kontakty-mesto-m {
  display: none;
}

#vyber-pobocky-m {
  display: none;
}

#kontakt-pobocky-mapa {
  width: 100%;
  text-align: center;
}

.cf-mapa {
  position: relative;
}

.kontakt-vtl-vidlicka {
  position: absolute;
  right: 0px;
  bottom: 0px;
  background-image: url('../images/vtl-vidlicka.png');
  background-repeat: no-repeat;
  width: 239px;
  height: 380px;
}

#main-kontakt-pobocky-mapa-desktop {
  display: block;
}

#main-kontakt-pobocky-mapa-mobil {
  display: none;
}

.kontakt-header {
  height: 175px !important;
}

span.telefon {
  display: inline-block;
  background-image: url('../images/telefon.png');
  background-repeat: no-repeat;
  width: 11px;
  height: 11px;
  margin-right: 8px;
  position: relative;
  top: 1px
}

/* EOF */