body {
font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 27px;
   
}
.top {
  background: #f2f2f2 linear-gradient(to bottom, #f2f2f2, #eaeaea);
}
.top, .top a, .navigation--top > .menu-item-has-children > a::after {
  color: #bbbbbb;
}
.top {
  border-bottom: 1px solid #4e4e4e;
  border-bottom-color: rgb(78, 78, 78);
}
.navbar{
padding:0 !important;
}
.nav-link  {
  padding-top: 22px;
  padding-bottom: 15px;
  font-family: montserrat,Helvetica,Arial,sans-serif;
  font-weight: 700;
  color:#fff;
  border-bottom: 5px solid #013d87;
  padding-left: 3em !important;
  padding-right: 3em !important;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
  text-decoration:none;
}
.nav-link:hover  {
  border-bottom: 5px solid #f7c51e;
  border-bottom-color: rgb(247, 197, 30);
  color:#fff;
}
.navbar-collapse {
  background: #013d87;
}
.nav-item.active a {
  color: #000;
  border-bottom: 5px solid #f7c51e;
}
.nav-item.active {
  background-color: #f7c51e;
  color: #000;
}
.btn_yelow{
margin-top: 15px;
background: #f7c51e;
border: 0px;
padding: 10px 25px !important;
text-decoration: none;
color: #000;
font-weight: 500;
border-radius: 2px;
}
.header {
padding: 15px 0;
}
.btn-primary:hover {
  color: #fff;
  background-color: #013d87;
  border-color: #013d87;
}
a{
color: #013d87;
text-decoration:underline;
}
a:hover{
//color:#000;
font-weight:bold;
text-decoration:none;
}
.top-concact{
  cursor:pointer;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
}
.top-concact:hover .contact-col {
    color: #999 !important;
}
.footer_bottom{
  background: #f8c51e;
  padding: 10px 0;
  font-size: 12px;
}
.why_box h3{
  margin-top: 20px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-family: montserrat,Helvetica,Arial,sans-serif;
  font-weight: 700;
  color: #333;
  letter-spacing: -.5px;
  font-size: 16px;
}
.content_body{
min-height:250px;
}
.where_box h2, .content_body h2{
  position: relative;
  margin-top: 30px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0,0,0,.08);
  font-family: montserrat,Helvetica,Arial,sans-serif;
  font-weight: 700;
  color: #333;
  letter-spacing: -.5px;
  font-size: 19px;
}
.where_box h2::after, .content_body h2::after{
  background-color: #f7c51e;
  position: absolute;
  content: "";
  background-color: #f7c51e;
  height: 3px;
  width: 30px;
  bottom: -1px;
  left: 0;
}
.footer h4{
  position: relative;
  margin-top: 30px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0,0,0,.08);
  font-family: montserrat,Helvetica,Arial,sans-serif;
font-weight: 700;
color: #333;
letter-spacing: -.5px;
font-size: 14px;
text-transform: uppercase;
}
.footer h4::after{
  background-color: #f7c51e;
  position: absolute;
content: "";
background-color: #f7c51e;
height: 3px;
width: 30px;
bottom: -1px;
left: 0;
}
.container.footer-body {
  padding-top: 20px;
  padding-bottom: 40px;
}
.footer ul {
  list-style-type: none;
  padding: 0;
}
.slick-slide img {
  padding: 10px !important;
}
.footer {
  background: #f5f5f5;
  margin-top: 25px;
}
.footer_about p {
  color: #333;
  line-height: 23px;
  font-size: 14px;
}
.footer-body a {
  color: #555;
  text-decoration: none;
}
.footer li {
  padding: 5px 0;
}
.footer-body {
  font-size: 14px;
  line-height: 20px;
}
.dropdown-item {
  border-bottom: 0 !important;
  text-decoration: navajowhite;
}
.dropdown-item.active, .dropdown-item:active {
  color: #000;
  background-color: #fff;
}
.logo img {
  max-height: 65px;
}
.form-control {
  background: #f2f2f2;
  border-radius: 2px;
  border: 1px solid #ddd;
  box-shadow: none;
  width: 100%;
  margin-bottom: 5px;
  line-height: 23px;
  box-sizing: border-box;
  font-size: 14px;
}
label {
  font-size: 14px;
}
.form-group {
  margin-bottom: 0;
}
.formular_kontakt .form-control {
  margin-bottom: 15px;
  padding: 25px 15px;
}
b, strong {
  font-weight: 500;
}
.nav-link {
  margin-right: 2em;
  margin-left: 2em;
}
.odkaz{
color: #013d87;
text-decoration: underline;
font-weight: 500;
cursor:pointer;
}
.mesto_mapa {
  font-weight: 500;
  position: absolute;
  font-size: 14px;
}
.content_body h3 {
  font-size: 21px;
  margin: 30px 0 15px 0;
}
.social_icon {
  margin-top: 10px;
  border: 1px solid #999;
  padding: 5px 8px;
  display: inline-block;
  background: #333;
  color: #fff !important;
  border-radius: 3px;
}
#c-p-bn {
  background: #013d87 !important;
}