a {
  color: #a71317;
  text-decoration: none;
}
a:hover {
  color: #9a9a9a;
  text-decoration: underline;
}
.section ul {
  padding: 10px 0px 10px 20px;
  margin: 0px 0px 0px 10px;
  list-style: square outside url("../../images/bgr-ul.png");
}
.section ul li {
  font-size: 1.05em;
  line-height: 1.2em;
  padding: 0px 0px 10px 0px;
}
.section ol {
  padding: 0px 0px 10px 15px;
}
.section ol li {
  color: #737373;
  font-size: 0.95em;
  padding: 0px 0px 0px 0px;
}
.full {
  float: left;
  width: 100%;
  margin: 0px 0px 0px 0px;
}
.half {
  float: left;
  width: 50%;
  margin: 0px 0px 0px 0px;
}
.third {
  float: left;
  width: 33%;
  margin: 0px 0px 0px 0px;
}
.col {
  float: left;
}
.col5 {
  float: left;
  width: 5%;
}
.col10 {
  float: left;
  width: 10%;
}
.col12 {
  float: left;
  width: 12%;
}
.col14 {
  float: left;
  width: 14%;
}
.col15 {
  float: left;
  width: 15%;
}
.col16 {
  float: left;
  width: 16.66%;
}
.col20 {
  float: left;
  width: 20%;
}
.col24 {
  float: left;
  width: 24%;
}
.col25 {
  float: left;
  width: 25%;
}
.col30 {
  float: left;
  width: 30%;
}
.col33 {
  float: left;
  width: 33%;
}
.col35 {
  float: left;
  width: 35%;
}
.col40 {
  float: left;
  width: 40%;
}
.col45 {
  float: left;
  width: 45%;
}
.col50 {
  float: left;
  width: 50%;
}
.col50r {
  float: right;
  width: 50%;
}
.col55 {
  float: left;
  width: 55%;
}
.col60 {
  float: left;
  width: 60%;
}
.col65 {
  float: left;
  width: 65%;
}
.col66 {
  float: left;
  width: 66%;
}
.col70 {
  float: left;
  width: 70%;
}
.col75 {
  float: left;
  width: 75%;
}
.col80 {
  float: left;
  width: 80%;
}
.col100 {
  float: left;
  width: 100%;
}
.imgleft {
  float: left;
  margin: 0px 10px 20px 0px;
  border-radius: 20px;
}
.imgright {
  float: right;
  margin: 0px 0px 20px 10px;
  border-radius: 20px;
}
img.resp {
  width: 100%;
  height: auto;
  border-radius: 4px;
}
img.round {
  border-radius: 50%;
}
.center {
  text-align: center;
}
.taleft {
  text-align: left;
}
.toright {
  float: right;
}
.rpad {
  padding-right: 30px;
}
.lpad {
  padding-left: 30px;
}

.verpad0 {
  padding: 0px 0px 0px 0px;
}
.verpad40 {
  padding: 60px 0px 60px 0px;
}
.verpad400 {
  padding: 60px 0px 0px 0px;
}
.verpad040 {
  padding: 0px 0px 60px 0px;
}
.verpad50 {
  padding: 50px 0px 50px 0px;
}
.verpad70 {
  padding: 70px 0px 70px 0px;
}
.verpad4020 {
  padding: 40px 0px 20px 0px;
}
.verpad4070 {
  padding: 40px 0px 70px 0px;
}
div.section.bluebgr {
  color: #fff;
  background: #308fce;
  padding: 40px 0px 20px 0px;
}
div.section.darkbluebgr {
  color: #fff;
  background: #2b395c;
  padding: 60px 0px 80px 0px;
}

.btn {
  padding: 10px 20px 10px 20px;
  font-family: 'montserratbold', Tahoma, Arial, sans-serif;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  margin-right: 10px;
  border: none;
}
.btn.norm {
  color: #fff;
  background: #308fce;
}
.btn.norm:hover {
  color: #fff;
  background: #2b395c;
  text-decoration: none;
}
.btn.light {
  color: #2b395c;
  background: #fff;
}
.btn.light:hover {
  color: #fff;
  background: #308fce;
  text-decoration: none;
}
.btn.dark {
  color: #fff;
  background: #2b395c;
}
.btn.dark:hover {
  color: #fff;
  background: #308fce;
  text-decoration: none;
}
.btn.hilght {
  color: #fff;
  background: #2b395c;
}
.btn.hilght:hover {
  color: #fff;
  background: #212121;
  text-decoration: none;
}
.btn i {
  padding: 0px 0px 0px 20px;
}
button {
  padding: 0px; margin:0px;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-border-radius: none;
}
p {
  font-size: 15px;
  line-height: 22px;
  padding-bottom: 20px;
  margin: 0px;
}
p strong {
  font-size: 16px;
  font-family: 'montserratbold', Tahoma, Arial, sans-serif;
  line-height: 24px;
  padding-bottom: 20px;
}
div#home p strong {
  color: #fff;
  font-size: 18px;
}
p.btns {
  float: left;
  width: 100%;
  margin: 0px;
  padding: 20px 0px 0px 0px;
}
p.btnsml {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
strong {
  font-family: 'montserratbold', Tahoma, Arial, sans-serif;
  font-weight: normal
}
hr {
  float: left;
  width: 100%;
  border: none;
  border-bottom: 1px solid silver;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 40px 0px;
}
h1, h2 {
  position: relative;
  color: #2b395c;
  font-size: 40px;
  font-family: 'montserratbold', Tahoma, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.3em;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 30px 0px;
  text-transform: uppercase;
}
div#home h1 {
  font-size: 48px;
}
h2 {
  font-size: 36px;
}
h2 span {
  color: #308fce;
}
div#o-spolecnosti h2 {
  color: #fff;
}
h3, h4 {
  color: #a81317;
  font-family: 'montserratextrabold', Tahoma, Arial, sans-serif;
  line-height: 1.1em;
  font-weight: normal;
}
h3 {
  font-size: 20px;
  padding: 0px 0px 0px 0px;
  margin: 10px 0px 10px 0px;
}
div#intro h3 {
  color: #fff;
  margin: 0px 0px 10px 0px;
}
h4 {
  font-size: 18px;
  padding: 0px 0px 0px 0px;
  margin: 10px 0px 15px 0px;
  background: none;
}
h4 span, h3 span {
  font-family: 'montserratbold', Tahoma, Arial, sans-serif;
}
.dottxt {
  float: left;
  width: auto;
}
.dotmap {
  position: relative;
  float: right;
  width: 100%;
  max-width: 800px;
  height: auto;
}
.dotmap img {
  display: block;
  width: 100%;
}
.hotspot {
  position: absolute;
  background: #308fce;
  background: rgba(48,143,206,1);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  /*correct centered position...*/
  -webkit-transform: translateX(-10px) translateY(-10px);
  transform: translateX(0%) translateY(0%);
}
#hot1.hotspot {
  left: 8%;
  top: 40%;
}
#hot2.hotspot {
  left: 10%;
  top: 30%;
}
#hot3.hotspot {
  left: 17%;
  top: 46%;
}
#hot4.hotspot {
  left: 22%;
  top: 65%;
}
#hot5.hotspot {
  left: 30%;
  top: 75%;
}
#hot6.hotspot {
  left: 25%;
  top: 51%;
}
#hot7.hotspot {
  left: 29%;
  top: 44%;
}
#hot8.hotspot {
  left: 35%;
  top: 37%;
}
#hot9.hotspot {
  left: 40%;
  top: 39%;
}
#hot10.hotspot {
  left: 44%;
  top: 43%;
}
#hot11.hotspot {
  left: 50%;
  top: 36%;
}

.pulse-dot{
  animation: pulse-dot infinite 3.5s;
}
.pulse-ring {
  content: '';
  width: 20px;
  height: 20px;
  border: 8px solid #308fce;
  border-radius: 50%;
  position: absolute;
  top: 0px;
  left: 0px;
  animation: pulse-ring infinite 3.5s;
}

/* Animations */
@-webkit-keyframes pulse-dot {
  0% {
    -webkit-transform: scale(1, 1);
  }

  30%{
    -webkit-transform: scale(1.25, 1.25);
  }

  100% {
    -webkit-transform: scale(1, 1);
  }
}
@keyframes pulse-dot {
  0% {
    transform: scale(1, 1);
  }

  30%{
    transform: scale(1.25, 1.25);
  }

  100% {
    transform: scale(1, 1);
  }
}

@-webkit-keyframes pulse-ring {
  0% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }

  25%{
    opacity: .5;
  }

  100% {
    -webkit-transform: scale(1.8, 1.8);
    opacity: 0;
  }
}
@keyframes pulse-ring {
  0% {
    transform: scale(1, 1);
    opacity: 0;
  }

  25%{
    opacity: .5;
  }

  100% {
    transform: scale(1.8, 1.8);
    opacity: 0;
  }
}

div.logos {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  float: left;
  width: 100%;
  border-left: 0px solid #dddddd;
}
div.logos div.logo {
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  width: 20%;
  text-align: center;
  background: #fff;
  border: 0px solid #dddddd;
  border-left: none;
}
div.logos div.logo img {
  float: left;
  width: 100%;
  height: auto;
  max-width: 246px;
}
