body {
  font-family: 'Roboto', sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}
.roboto-condensed {
  font-family: 'Roboto Condensed', sans-serif;
}
h1 {
  color: #273d7f;
  text-align: center;
  font-size: 50px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  margin: 0;
  margin-top: 30px;
  margin-bottom: 30px;
  display: block;
}
h2 {
  color: #273d7f;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
  margin-top: 40px;
}
@media (max-width: 768px){
  h1 {
    font-size: 36px;
    margin-top: 50px;
    margin-bottom: 10px;
  }
  h2 {
    font-size: 30px;
  }
}
@media (min-width: 1300px){
  .container {
      width: 1270px;
  }
}
@media (min-width: 1400px){
  .container {
      width: 1370px;
  }
}
@media (min-width: 1500px){
  .container {
      width: 1480px;
  }
}
.mesto-bg {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  background:#fff url("./../images/obsah.png") no-repeat center bottom -230px;
  min-height: 550px;
}
.hp .mesto-bg {
  background:#fff url("./../images/obsah-hp.jpg") no-repeat center top -200px;
}
@media (min-width: 768px){
  .mesto-bg {
    padding-bottom: 200px;
  }
}
/* header */
.page-head p {
  color: #bdc2d2;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  margin-top: 5px;
}
.kontakt-float {
  position: fixed;
  right: 0;
  top: 300px;
  width: 70px;
  height: 70px;
  background: #449746;
  padding-left: 70px;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  padding-top: 35px;
  font-weight: 700;
  cursor: pointer;
  transition: all 1s;
  z-index: 600;
  font-weight: 300;
}
.kontakt-mail {
  position: fixed;
  top: 200px;
  right: 0;
  width: 70px;
  height: 70px;
  padding-left: 70px;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  padding-top: 0px;
  font-weight: 700;
  cursor: pointer;
  transition: all 1s;
  background: #161d2e;
  cursor: pointer;
  z-index: 600;
  font-weight: 300;
}
#close-kontakt-float {
  position: absolute;
  top: -60px;
  right: 0;
  width: 40px;
  height: 30px;
  background: #449746;
  opacity: 1;
  color: #fff;
  font-size: 30px;
  text-align: center;
}
.kontakt-mail #close-kontakt-float {
  background: #161d2e;
  top: -30px;
}
.kontakt-float-click{
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 70px;
  content: "";
  background: url("./../images/phone.svg") no-repeat left 15px center;
  background-size: 40px auto;
}
.kontakt-mail .kontakt-float-click {
  background:url("./../images/mail.svg") no-repeat center;
  animation: phone 0.5s 7, phone2 0.5s 8s 7;
}
@keyframes phone {
  0% {transform: rotate(0deg)}
  5% {transform: rotate(7deg)}
  10% {transform: rotate(0deg)}
  15% {transform: rotate(-7deg)}
  20% {transform: rotate(0deg)}
  25% {transform: rotate(0deg)}
  30% {transform: rotate(7deg)}
  35% {transform: rotate(0deg)}
  40% {transform: rotate(-7deg)}
  45% {transform: rotate(0deg)}
  100% {transform: rotate(0deg)}
}
@keyframes phone2 {
  0% {transform: rotate(0deg)}
  5% {transform: rotate(7deg)}
  10% {transform: rotate(0deg)}
  15% {transform: rotate(-7deg)}
  20% {transform: rotate(0deg)}
  25% {transform: rotate(0deg)}
  30% {transform: rotate(7deg)}
  35% {transform: rotate(0deg)}
  40% {transform: rotate(-7deg)}
  45% {transform: rotate(0deg)}
  100% {transform: rotate(0deg)}
}
@keyframes phoneShow {
  from {width: 70px;}
  to {width: 280px;}
}
.kontakt-float-content {
  width: 210px;
  position: relative;
}
.kontakt-float-content span {
  position: absolute;
  left: 0px;
  top: -18px;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
}
.kontakt-mail .kontakt-float-content span{
  padding-left: 20px;
  height: 70px;
  top: 0;
  left: 0;
  font-size: 24px;
  line-height: 70px;
  text-transform: none;
  width: 210px;
}
header {
  background: #f3f5f7;
  width: 100%;
  max-width: 1920px;
  height: auto;
  padding-bottom: 20px;
  margin: 0 auto;
  z-index: 700;
  position: relative;
}
.hp header {
  background: url("./../images/mesto.jpg") no-repeat center;
  width: 100%;
  max-width: 1920px;
  height: 780px;
  margin: 0 auto;
  padding-bottom: 0;
}
.navbar {
  background-color: #ffffff;
  min-height: 114px;
  margin-bottom: 0px;
  border: none;
  border-radius: 0;
  margin-top: 0px;
  z-index: 800;
}
.navbar::before {
  position: relative;
  width: 100%;
  height: 6px;
  background-image: linear-gradient(to right, #c92417 0%, #e0a81f 32%, #449746 67%, #314a94 100%);
  content: "";
}
.navbar-brand {
  float: left;
  height: 114px;
  padding: 0px 0px;
  margin-left: 60px;
  padding-top: 13px;
}
.navbar-brand>img {
  display: block;
  max-height: 100%;
}
.navbar-nav>li>a {
  padding: 0px;
  line-height: 1;
  color: #272c38;
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
  text-align: center;
  line-height: 24px;
  padding: 13px 0px;
}
.nav>li>a:focus, .nav>li>a:hover {
  text-decoration: none;
  background-color: transparent;
  font-weight: 700;
}
.navbar-nav>li>a:after {
  display: block;
  content: attr(title);
  font-weight: bold;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.navbar-nav>li>a::before{
  height: 4px;
  background-color: #439445;
  width: 100%;
  position: absolute;
  bottom: 8px;
  content: "";
  display: none;
}
.navbar-nav>li>a:hover:before{
  display: block;
}
.navbar-nav>li {
  margin: 30px 35px;
}
.navbar-nav {
  margin-top: 0px;
  position: relative;
  z-index: 600;
}
.navbar-nav>li.drop-link {
  position: relative;
}
.navbar-nav>li.drop-link>ul.drop-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 50px;
  background: #fff;
  margin: 0;
  padding: 0;
  list-style: none;
  min-width: 180px;
  padding: 10px;
  padding-top: 0;
}
.navbar-nav>li.drop-link:hover > ul.drop-menu {
  display: block;
}
.navbar-nav>li.drop-link>ul.drop-menu>li>a {
  color: #272c38;
  font-size: 16px;
  font-weight: 300;
}
@media (min-width: 1200px) {
  .navbar-nav>li.reference-menu {
    margin: 0;
    margin-left: 35px;
    margin-right: 50px;
    margin-top: 20px;
  }
  .navbar-nav>li.reference-menu>a {
    background-image: linear-gradient(to top, #449746 0%, #227524 100%);
    color: #ffffff;
    font-weight: 700;
    padding: 23px 40px;
    line-height: 1;
    font-size: 24px;
    text-transform: uppercase;
  }
  .navbar-nav>li.reference-menu>a:hover {
    background-image: linear-gradient(to bottom, #253a7b 0%, #314a94 100%);
  }
  .navbar-nav>li.reference-menu>a:hover::before {
    display: none;
  }
}
@media (max-height: 770px){
  .navbar {
    min-height: 90px;
  }
  .navbar-brand {
    height: 90px;
    padding-top: 5px;
  }
  .navbar-brand>img {
    max-height: 90%;
  }
  .navbar-nav>li {
    margin: 0px 35px;
    margin-top: 20px;
  }
  .hp header {
    background: url("./../images/mesto.jpg") no-repeat center top -30px;
    height: 600px;
  }
  .navbar-nav>li.reference-menu {
    margin-top: 8px;
  }
}
@media (max-width: 1501px){
  .navbar-nav>li {
    margin-left:28px;
    margin-right: 28px;
  }
  .navbar-nav>li.reference-menu {
    margin-left: 28px;
    margin-right: 28px;
  }
}
@media (max-width: 1401px){
  .navbar-nav>li {
    margin-left:23px;
    margin-right: 23px;
  }
  .navbar-nav>li.reference-menu {
    margin-left: 23px;
    margin-right: 23px;
  }
}
@media (max-width: 1301px){
  .navbar-nav>li {
    margin-left:10px;
    margin-right: 10px;
  }
  .navbar-nav>li.reference-menu {
    margin-left: 10px;
    margin-right: 20px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 8px 8px;
  margin-top: 25px;
  margin-right: 20px;
  margin-bottom: 0px;
  background-color: transparent;
  background-image: none;
  border: 1px solid #23527c;
  border-radius: 0px;
}
.navbar-toggle .icon-bar {
  width: 30px;
  height: 2px;
  background: #23527c;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 5px;
}
@media (max-width: 1201px) {
  .navbar {
    min-height: 90px;
  }
  .navbar-brand {
    height: 90px;
    padding-top: 5px;
  }
  .navbar-brand>img {
    max-height: 90%;
  }
  .navbar-nav>li {
    margin: 0px 30px;
    margin-top: 10px;
  }
  .navbar-nav > li > a {
    padding: 10px 10px;
  }
  .navbar-nav>li.drop-link>ul.drop-menu {
    display: block;
    position: relative;
    top: 0;
    padding: 0;
    padding-top: 10px;
    padding-left: 20px;
    padding-bottom: 10px;
  }
  .navbar-nav>li.drop-link>ul.drop-menu>li {
    margin-bottom: 10px;
  }
  .navbar-nav>li.reference-menu {
    margin: 0px 30px;
    margin-top: 10px;
  }
  .hp header {
    background: url("./../images/mesto.jpg") no-repeat center top -30px;
    height: 600px;
  }
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .collapse.in{
      display:block !important;
  }
}
@media (max-width: 769px) {
  .navbar-brand {
    float: left;
    height: 70px;
    padding: 0px 0px;
    margin-left: 30px;
    padding-top: 10px;
  }
  .navbar {
    margin-left: -15px;
    margin-right: -15px;
  }
}
/* rotetate text header */
.rotate-text-left {
  float: left;
  width: 50%;
  margin-top: 100px;
  padding-right: 120px;
}
.rotate-text-right {
  float: left;
  width: 50%;
  margin-top: 100px;
  padding-left: 120px;
}
.rotate-text-item {
  background-color: #2d3853;
  padding:15px 20px;
  float: right;
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 14px;
  font-family: 'Roboto Condensed', sans-serif;
  clear: both;
}
.rotate-text-item p {
  margin: 0;
}
.rotate-text-item a {
  color: #ffffff;
}
.rotate-text-right .rotate-text-item {
  float: left;
  margin-bottom: 15px;
}
.rotate-text-item:nth-child(1){
  transform: rotate(5deg);
  transform-origin: 100% 100%;
}
.rotate-text-right .rotate-text-item:nth-child(1){
  transform: rotate(-5deg);
  transform-origin: 0% 100%;
}
.rotate-text-item:nth-child(3){
  transform: rotate(-5deg);
  transform-origin: 100% 0%;
}
.rotate-text-right .rotate-text-item:nth-child(3){
  transform: rotate(5deg);
  transform-origin: 0% 0%;
}
@media (max-height: 770px){
  .rotate-text-left {
    margin-top: 20px;
  }
  .rotate-text-right {
    margin-top: 20px;
  }
  .rotate-text-item:nth-child(1){
    transform: rotate(0deg);
  }
  .rotate-text-right .rotate-text-item:nth-child(1){
    transform: rotate(-0deg);
  }
  .rotate-text-item:nth-child(3){
    transform: rotate(-0deg);
  }
  .rotate-text-right .rotate-text-item:nth-child(3){
    transform: rotate(0deg);
  }
  .rotate-text-item {
    font-size: 18px;
  }
}
@media (max-width: 992px){
  .rotate-text-left {
    padding-right: 50px;
    margin-top: 50px;
  }
  .rotate-text-right {
    padding-left: 50px;
    margin-top: 50px;
  }
  .rotate-text-item:nth-child(1){
    transform: rotate(0deg);
  }
  .rotate-text-right .rotate-text-item:nth-child(1){
    transform: rotate(-0deg);
  }
  .rotate-text-item:nth-child(3){
    transform: rotate(-0deg);
  }
  .rotate-text-right .rotate-text-item:nth-child(3){
    transform: rotate(0deg);
  }
}
@media (max-width: 769px){
  .rotate-text-left {
    padding-right: 0px;
    width: 100%;
    margin-top: 20px;
  }
  .rotate-text-right {
    padding-left: 0px;
    width: 100%;
    margin-top: 0px;
  }
  .rotate-text-right .rotate-text-item {
    float: right;
  }
  .rotate-text-item {
    font-size: 18px;
    padding: 15px;
    display: block;
    float: left;
    clear: both;
  }
}
.header-text {
  text-align: center;
  margin-top: 50px;
}
.header-text h2 {
  color: #ffffff;
  font-size: 50px;
  font-style: italic;
  line-height: 1;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
.header-text h3 {
  color: #ffffff;
  font-size: 21px;
  font-style: italic;
  line-height: 1;
  font-weight: 400;
  margin: 0;
  padding: 0;
  margin-top: 5px;
}
@media (max-height: 770px) {
  .header-text {
    background: rgba(34, 45, 73,0.7);
    display: inline-block;
    margin: 0 auto;
    margin-top: 10px;
    padding: 20px;
  }
  .header-text h2 {
    font-size: 36px;
  }
  .header-text h3 {
    font-size: 18px;
  }
}
@media (max-width: 769px){
  .header-text {
    background: rgba(34, 45, 73,0.7);
    display: inline-block;
    margin: 0 auto;
    margin-top: 10px;
    padding: 20px;
  }
  .header-text h2 {
    font-size: 36px;
  }
  .header-text h3 {
    font-size: 18px;
  }
}
.rozcestnik {
  height: 200px;
  background-color: #222d49;
  margin: 0 auto;
  width: 100%;
  margin-top: 120px;
}
.rozcestnik a {
  text-decoration: none;
}
.rozcestnik a:hover {
  text-decoration: none;
}
.rozcestnik-left {
  width: 48%;
  float: left;
  max-width: 670px;
  text-align: right;
  padding-right: 50px;
  position: relative;
  padding-left: 50px;
  display: block;
}
/*
.rozcestnik-left::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #222d49;
  content: "";
  z-index: 90;
}
*/
.rozcestnik-right {
  width: 48%;
  float: right;
  max-width: 670px;
  text-align: right;
  padding-right: 50px;
  position: relative;
  padding-left: 50px;
  display: block;
}
/*
.rozcestnik-right::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #222d49;
  content: "";
  z-index: 90;
}
*/
.rozcestnik-text {
  height: 200px;
  background-color: #222d49;
  z-index: 100;
  width: 100%;
  text-align: right;
  position: relative;
  /*transition: width 0.8s; */
}
.rozcestnik-right .rozcestnik-text {
  text-align: left;
}
.rozcestnik-box {
  width: 430px;
  height: 340px;
  border: 3px solid #edb727;
  position: absolute;
  top: -74px;
  right: 0;
  z-index: 10;
  text-align: right;
}
.rozcestnik-right .rozcestnik-box {
  right: auto;
  left: 0;
  border: 3px solid #46ca4b;
}
.rozcestnik-box-top {
  color: #eeb829;
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
  padding-right: 50px;
  padding-top: 30px;
  text-transform: uppercase;
}
.rozcestnik-right .rozcestnik-box-top {
  color: #46ca4b;
}
.rozcestnik-box-bot {
  color: #dba71d;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-decoration: underline;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  right: 0;
  padding-right: 53px;
  padding-bottom: 0px;
  height: 63px;
  width: 100%;
  line-height: 63px;
  transition: all 0.5s;
}
.rozcestnik-right .rozcestnik-box-bot {
  color: #46ca4b;
}
.rozcestnik-left:hover .rozcestnik-box-bot {
  background: #edb727;
  color: #fff;
}
.rozcestnik-right:hover .rozcestnik-box-bot {
  background: #46ca4b;
  color: #fff;
}
.rozcestnik h2 {
  text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.75);
  color: #ffffff;
  font-size: 50px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  padding-top: 60px;
  position: relative;
  z-index: 100;
}
.rozcestnik h3 {
  color: #bdc2d2;
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
  margin: 0;
  padding: 0;
  margin-top: 12px;
  position: relative;
  z-index: 100;
}
@media (max-width: 1401px){
  .rozcestnik h2 {
    font-size: 40px;
  }
}
@media (max-height: 770px){
  .rozcestnik {
    height: 150px;
    margin-top: 70px;
  }
  .rozcestnik-text {
    height: 150px;
  }
  .rozcestnik h2 {
    font-size: 34px;
    padding-top: 30px;
  }
  .rozcestnik-right {
    padding-right: 20px;
    padding-left: 20px;
  }
  .rozcestnik-left {
    padding-right: 20px;
    padding-left: 20px;
  }
  .rozcestnik h3 {
    font-size: 14px;
  }
  .rozcestnik-box {
    width: 350px;
    height: 270px;
    top: -50px;
  }
  .rozcestnik-box-top {
    font-size: 18px;
    padding-top: 20px;
  }
}
@media (max-width: 1201px){
  .rozcestnik {
    height: 150px;
    margin-top: 70px;
  }
  .rozcestnik-text {
    height: 150px;
  }
  .rozcestnik h2 {
    font-size: 34px;
    padding-top: 30px;
  }
  .rozcestnik-right {
    padding-right: 20px;
    padding-left: 20px;
  }
  .rozcestnik-left {
    padding-right: 20px;
    padding-left: 20px;
  }
  .rozcestnik h3 {
    font-size: 14px;
  }
  .rozcestnik-box {
    width: 350px;
    height: 270px;
    top: -50px;
  }
  .rozcestnik-box-top {
    font-size: 18px;
    padding-top: 20px;
  }
}
@media (max-width: 769px){
  .rozcestnik {
    background: none;
  }
  .rozcestnik-right {
    width: 100%;
    max-width: unset;
    text-align: center;
    margin-bottom: 150px;
  }
  .rozcestnik-left {
    width: 100%;
    max-width: unset;
    text-align: center;
    margin-bottom: 150px;
  }
  .rozcestnik-box {
    width: 100%;
    height: unset;
    top: -50px;
    bottom: -60px;
  }
  .rozcestnik-text {
    text-align: center !important;
  }
  .rozcestnik-box-top {
    font-size: 18px;
    padding-right: 0px;
    padding-top: 10px;
    text-align: center;
  }
  .rozcestnik-box-bot {
    padding-right: 0;
    text-align: center;
  }
}
/* footer */
footer {
  min-height: 450px;
  background-color: #161d2e;
}
.footer-wrap {
  position: relative;
  padding: 0px 15px;
}
.footer-write-box {
  width: 400px;
  height: 340px;
  border: 3px solid #3651a3;
  position: absolute;
  left: -15px;
  top: -180px;
  z-index: 100;
  color: #3651a3;
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  padding-left: 35px;
  padding-top: 23px;
}
.footer-form {
  background-color: #ffffff;
  padding: 60px;
  margin-top: -85px;
  z-index: 200;
  position: relative;
}
.footer-form h4 {
  color: #3651a3;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}
.form-control{
  height: 50px;
  box-shadow: inset 1px 3px 3px rgba(22, 29, 46, 0.06);
  border: 1px solid #a6b6dd;
  background-color: #ffffff;
  border-radius: 0;
  color: #7d8cbd;
  font-size: 17px;
  font-weight: 300;
}
.form-group label {
  color: #556185;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.form-group {
  margin-bottom: 40px;
}
textarea.form-control {
  height: 160px;
}
.send-btn {
  background: #3651a3;
  border: none;
  padding: 17px 59px;
  line-height: 1;
  color: #ffffff;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
.footer-bottom {
  min-height: 160px;
  background: #fff;
  position: relative;
  width: 100%;
  margin: 0 auto;
  line-height: 35px;
  padding-top: 30px;
  color: #556185;
  font-size: 17px;
}
.footer-bottom::after {
  height: 6px;
  background-color: #2e468f;
  background-image: linear-gradient(to right, #c92417 0%, #e0a81f 32%, #449746 67%, #314a94 100%);
  position: absolute;
  content: "";
  width: 100%;
  bottom: 0;
  left: 0;
}
.footer-bottom span {
  line-height: 30px;
}
.footer-logo {
  vertical-align: top;
  margin-left: 10px;
  display: inline-block;
}
.footer-bottom a {
  font-weight: 700;
  color: #556185;
}
.footer-files a{
  display: block;
  background: url("./../images/file.svg") no-repeat left top;
  padding-left: 37px;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  margin-bottom: 5px;
}
.footer-kontakt {
  padding-top: 80px;
  padding-left: 90px;
}
.footer-kontakt-item {
  color: #bfc8e0;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  padding-left: 120px;
  margin-bottom: 60px;
}
.footer-kontakt-item strong {
  color: #fff;
}
.footer-map {
  background: url("./../images/mapa.svg") no-repeat left center;
}
.footer-phone {
  background: url("./../images/phone.svg") no-repeat left center;
}
.footer-phone strong{
  font-size: 28px;
}
.footer-mail {
  background: url("./../images/mail.svg") no-repeat left center;
}
.footer-mail a{
  color: #edb727;
  font-size: 24px;
  font-weight: 700;
}
.footer-bot-left p {
  font-size: 14px;
  line-height: 1.4;
}
@media (max-width: 1501px) {
  .footer-form {
    height: auto;
  }
}
@media (max-width: 1501px) {
  .footer-kontakt-item {
    padding-left: 90px;
  }
  .footer-phone strong{
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .send-btn {
    margin-top: 20px;
  }
}
@media (max-width: 769px) {
  .footer-write-box {
    display: none;
  }
  .footer-form {
    padding: 15px;
    margin-top: 0px;
    height: auto;
    margin-left: -15px;
    margin-right: -15px;
    width: unset;
    float: none;
  }
  .footer-kontakt {
    padding-top: 30px;
    padding-left: 0px;
  }
  .footer-bot-left {
    text-align: center;
    margin-bottom: 20px;
  }
  .footer-bottom {
    padding-top: 30px;
  }
}
/* reference */
.reference-page {
  background-color: #f3f5f7;
  margin-top: 0px;
  padding-top: 90px;
  padding-bottom: 100px;
  position: relative;
}
.reference-blue {
  width: 519px;
  height: 48px;
  background-color: #38559e;
  position: absolute;
  left: 0;
  top: 0;
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  padding-left: 15px;
  padding-top: 12px;
}
.reference-blue::after {
  position: absolute;
  right: -62px;
  top: 20px;
  width: 48px;
  height: 62px;
  background: url("./../images/arrow.svg") no-repeat center;
  background-size: 100% auto;
  content: "";
}
.reference-page table {
  max-width: 1250px;
  width: 100%;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 6px;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  padding: 10px;
  border-top: none;
  line-height: 1;
  color: #272c38;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
  background-color: #ffffff;
}
.table-striped > tbody > tr{
  background-color: #fafbfc;
}
.table > thead > tr > th {
  border-bottom: none;
  color: #686f7f;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
.reference-page table tr>td:nth-child(1){
  width: 50%;
  font-size: 16px;
}
.reference-page table tr>td:nth-child(4){
  text-align: center;
  color: #3651a3;
  cursor: pointer;
}
.vice-btn {
  border: none;
  background: none;
}
.modal-header {
  background: #3651a3;
}
.modal-title {
  color: #fff;
}
.modal-header .close {
  color: #fff;
  opacity: 1;
}
.modal-content {
  border-radius: 0;
}
@media (max-width: 769px) {
  .reference-blue {
    width: 280px;
    height: 48px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    padding-left: 10px;
    padding-top: 8px;
  }
  .reference-blue::after {
    top: 10px;
  }
  .reference-page table tr>td:nth-child(1){
    width: 50%;
    font-size: 18px;
  }
}
/* podstranka */

.page-content {
  padding-top: 20px;
  max-width: 950px;
  margin: 0 auto;
  float: none;
}
.page-content-big {
  max-width: 1350px;
}
p {
  margin-bottom: 20px;
}

.page-content ul {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  list-style-type: none;
}
.page-content ul li {
  margin: 0;
  padding: 0;
  padding-left: 50px;
  position: relative;
  padding-top: 0px;
  margin-bottom: 10px;
}
.page-content ul li::before {
  position: absolute;
  left: 0;
  top: 6px;
  content: "";
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 3px solid #d52719;
  border-radius: 50%;
}
.page-content a {
  color: #000;
  font-weight: 400;
  text-decoration: underline;
}
.page-content a:hover {
  text-decoration: none;
}
.page-content img {
  max-width: 100% !important;
}

/* faq */
.faq {
  background-color: #f3f5f7;
  margin-top: 140px;
  padding: 0px 90px;
  padding-bottom: 70px;
}
.faq-ask {
  background-color: #ffffff;
  margin-top: 40px;
  padding: 20px 60px;
  padding-bottom: 10px;
  font-weight: 700;
  font-style: italic;
  font-size: 17px;
  line-height: 1.2;
}
.faq-ans {
  background-color: #fafbfc;
  margin-top: 2px;
  padding: 20px 60px;
  padding-bottom: 10px;
  line-height: 1.2;
}
.morelink {
  font-size: 14px;
}
@media (max-width: 991px) {
  .faq {
    background-color: #f3f5f7;
    margin-top: 140px;
    padding: 0px 30px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .faq {
    background-color: #f3f5f7;
    margin-top: 60px;
    padding: 0px 15px;
    padding-bottom: 70px;
  }
  .faq-ask {
    padding: 20px 30px;
    padding-bottom: 0px;
  }
  .faq-ans {
    padding: 20px 30px;
    padding-bottom: 0px;
  }
}
/* kontakt */
.kontakt-page .mesto-bg {
  background:#fff url("./../images/obsah.png") no-repeat center bottom 0px;
  min-height: 300px;
}
.kontakt-content{
  margin-top: 30px;
}
.kontakt-content .footer-kontakt-item strong {
  color: #272c38;
}
.kontakt-content .footer-kontakt-item {
  color: #272c38;
  margin-top: 0px;
  padding-left: 50px;
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 30px;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  min-height: 30px;
}
.kontakt-content .footer-kontakt-item p {
  margin-bottom: 0;
}
.kontakt-content .footer-map {
  background: url("./../images/mapa-kontakt.svg") no-repeat left center;
}
.kontakt-content .footer-phone {
  background: url("./../images/phone-kontakt.svg") no-repeat left center;
}
.kontakt-content .footer-phone {
  font-size: 18px;
}
.kontakt-content .footer-phone  strong{
  font-size: 18px;
}
.kontakt-content .footer-mail {
  background: url("./../images/mail-kontakt.svg") no-repeat left center;
}
.kontakt-content .footer-mail a{
  color: #d02618;
  font-size: 18px;
  font-weight: 700;
}
.kontakt-page .footer-write-box {
  left: 0;
  right: 0;
  margin: 0 auto;
}
.qr {
  margin-top: 80px;
  text-align: center;
}
.qr img {
  margin:  0 auto;
  float: right;
  margin-right: 10%;
}
@media (max-width: 991px){
  .qr img {
    float: none;
    margin: 0 auto;
  }
  .qr {
    margin-top: 50px;
  }
  .kontakt-content{
    margin-top: 50px;
  }
}
.remaining-content {
  display: none;
}
.eu-cookies {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  color: white;
  background-color: #449746;
  z-index: 1000;
  text-align: center;
  height: auto;
  line-height: 1;
  font-size: 14px;
  margin-bottom: 0px;
  z-index: 1040;
  padding: 10px 0px;
}
.eu-cookies a{
 color: #fff;
}
.eu-cookies a:hover {
  color: #fff;
  text-decoration: none;
}

.eu-cookies button {
  background: #161d2e;
  border: none;
  padding: 10px;
  margin-right: 10px;
  margin-left: 10px;
}
@media (max-width: 991px) {
  .eu-cookies {
    bottom: auto;
    top: 0;
  }
}
/* aktuality */
.aktuality-wrap {
  margin-top: 70px;
}
.aktualita-item {
  padding: 20px 20px;
  background: #f3f5f7;
  border: 1px solid transparent;
  margin: 0 auto;
  margin-bottom: 45px;
  display: block;
  float: left;
  width: 100%;
  min-height: 200px;
}
.aktualita-item:hover {
  border: 1px solid #3651a3;
}
.aktualita-img {
  position: relative;
  height: 100px;
  margin-bottom: 20px;
}
.aktualita-img img {
  margin: 0 auto;
  float: none;
}
.aktualita-item h2 {
  color: #3651a3;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  margin: 0;
  padding: 0;
  margin-top: 0px;
  margin-bottom: 15px;
}
.aktualita-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  color: #272c38;
}
.aktualita-text p {
  margin-bottom: 0;
}
@media(min-width: 768px) {
  .aktualita-img {
    width: 150px;
    margin-bottom: 0px;
  }
  .aktualita-text {
    width: calc(100% - 150px);
  }
}
.img-crop {
  position: relative;
  width: 100%;
  height: 100px;
  overflow: hidden;
}
.img-crop img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
  max-width: unset !important;
}
.img-crop img.portrait {
  width: 100%;
  height: auto;
}
.aktualita h1{
  text-align: left;
}
.aktuality-date {
  margin-bottom: 10px;
}
/* end aktuality */
.input-group .form-control {
  width: 100%;
  height: 45px;
  padding: 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: none;
  transition: none;
}
.input-group .form-control:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-btn {
  width: 1%;
}
.input-group-btn:last-child > .btn {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 10px;
  height: 45px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.42857143;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
  color: #273d7f;
}
@media (min-width: 767px) {
  .search {
    margin: 0 auto;
    float: none;
  }
}
