/* AUTHOR: Fresh Mill studio
  WEB URL: https://www.freshmill.cz/
  COPYRIGHT: 2021
*/
body {
  overflow-x: hidden;
}
/* SMOOTH SCROLL */
html {
  scroll-behavior: smooth;
}
a:hover {
  text-decoration: none;
}
/* SCROLLBAR */
/* Scrollbar Styling */
::-webkit-scrollbar {
  width: 4px;
}

::-webkit-scrollbar-track {
  background-color: #fff;
}

::-webkit-scrollbar-thumb {
  background: #3a69eb;
}
/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/* HEADER dropdowN */
.custom-menu-class .drop-down {
  position: relative;
  top: 0px;
}
.custom-menu-class .drop-down ul {
  display: block;
  position: absolute;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #1a2d61;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.custom-menu-class .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.custom-menu-class .drop-down li {
  min-width: 180px;
  position: relative;
}
.custom-menu-class .drop-down i {
  padding-left: 5px;
  font-size: 13px;
  color: #ffffff;
}
.custom-menu-class .drop-down ul a {
  padding: 10px 20px;
  font-weight: 500;
  text-transform: none;
  font-family: 'fira sans', sans-serif;
  font-weight: 500;
  line-height: 2.8;
  color: #ffffff;
}
.custom-menu-class .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #ff793a;
}
.custom-menu-class .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.custom-menu-class .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}
.custom-menu-class .drop-down .drop-down > a {
  padding-right: 35px;
}
ul .drop-down a::after {
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f107";
    padding-left: 8px;
}
.custom-menu-class .drop-down ul a::after {
  display: none;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
li::marker {
  color: #1a2d61;
  font-size: 0
}
.current_page_item a {
  text-decoration: underline;
  color: #c2d1fc !important;

}
.custom-menu-class {
  margin: 0;
  padding: 0;
  list-style: none;
}
.custom-menu-class > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}
.custom-menu-class a {
  position: relative;
  text-align: center;
  font-family: 'roboto', sans-serif;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  padding: 25px;
}
.custom-menu-class a:hover {
  text-decoration: underline;
  color: #c2d1fc;
  transition: 0.5s;
}


select.form-control:not([size]):not([multiple]) {
  height: 100%;
}

.left {
  overflow: hidden;
}

.left img {
  margin-left: -40px;
}

@media (max-width: 767px) {
  .left img {
    margin-left: 0;
    margin-bottom: 30px;
  }
}

.right {
  overflow: hidden;
}

.right img {
  margin-left: 40px;
}

@media (max-width: 767px) {
  .right img {
    margin-left: 0;
  }
}

.hide-overflow {
  overflow: hidden;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.border-top {
  border-top: 1px solid;
}

.btn {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.btn-main {
  padding: 25px 45px;
  border-radius: 3px;
  background: #ff6600;
  color: #fff;
  outline: none;
}

.btn-main:hover {
  color: #fff;
}

.btn-main:focus {
  color: #fff;
  box-shadow: none;
}

.btn-main-md {
  padding: 15px 40px;
  border-radius: 0;
  background: #ff6600;
  color: #fff;
  outline: none;
  font-size: 0.9375rem;
}

.btn-main-md:hover {
  color: #fff;
  background: #e65c00;
}

.btn-main-md:focus {
  color: #fff;
  box-shadow: none;
}

.btn-transparent-md {
  padding: 15px 40px;
  background: transparent;
  outline: none;
  font-size: 0.9375rem;
  color: #222222;
  border: 1px solid #e5e5e5;
  border-radius: 0;
}

.btn-transparent-md:hover {
  background: #ff6600;
  border-color: #ff6600;
  color: #fff;
}

.btn-main-sm {
  padding: 15px 35px;
  border-radius: 3px;
  background: #ff6600;
  color: #fff;
  outline: none;
  font-size: 14px;
}

.btn-main-sm:hover {
  color: #fff;
}

.btn-main-sm:focus {
  color: #fff;
  box-shadow: none;
}

.btn-white-md {
  background: #fff;
  color: #222222;
  padding: 15px 40px;
  border-radius: 0;
}

.btn-white-md:hover {
  background: #ff6600;
  color: #fff;
}

.btn-rounded-icon {
  border-radius: 100px;
  color: #fff;
  border: 1px solid #fff;
  padding: 13px 50px;
}

.main-nav {
  background: #fff;
}

@media (max-width: 767px) {
  .main-nav {
    position: relative;
  }
}
.main-nav {
  background-color: #1a2d61;
  -webkit-box-shadow: 0px 0px 22px -12px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 22px -12px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 22px -12px rgba(0,0,0,0.75);
}
.main-nav .navbar-brand {
  padding: 45px 80px 45px 35px;
  border-right: 2px solid #485781;
  background-color: #1a2d61;
}
.main-nav .navbar-nav .nav-item .nav-link {
  position: relative;
  text-align: center;
  font-family: 'roboto', sans-serif;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  padding: 25px;
}
.main-nav .navbar-nav .nav-item .nav-link:hover {
  text-decoration: underline;
  color: #c2d1fc;
}
.inner.nav-phone {
  display: contents;
}
.nav-phone a {
  font-family: 'roboto', sans-serif;
  font-size: 20px;
  color: #fff;
  font-weight: 800;
  padding-right: 65px;
}
.nav-phone a:hover {
  text-decoration: underline;
}
.nav-phone img {
  padding-right: 12px;
}
.main-nav .ticket {
  background: #ff793a;
  display: block;
  padding: 15px 25px;
  border-radius: 5px;
  margin-right: 180px;
}
.main-nav .ticket span {
  color: #fff;
  text-transform: uppercase;
  font-family: "Noto sans", sans-serif;
  font-size: 15px;
  font-weight: 800;
}
.main-nav .ticket:hover {
  background: #cc561f;
  transition: 0.5s;
}
@media (max-width: 1352px) {
  .main-nav .navbar-nav .nav-item .nav-link {
    font-size: 0.75rem;
    padding-left: 5px;
    padding-right: 10px;
  }
}


.main-nav .navbar-nav .nav-item.active .nav-link {
  color: #ff6600;
}

.main-nav .dropdown-slide {
  position: static;
}

.main-nav .dropdown-slide .open > a, .main-nav .dropdown-slide .open > a:focus, .main-nav .dropdown-slide .open > a:hover {
  background: transparent;
}

.main-nav .dropdown-slide.full-width .dropdown-menu {
  left: 0 !important;
  right: 0 !important;
}



@media (max-width: 991px) {
  .main-nav .dropdown-slide .dropdown-menu {
    -webkit-transform: none;
            transform: none;
    left: auto;
    position: relative;
    text-align: center;
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 1870px) {
  .main-nav .ticket {
    margin: 25px;
    text-align: center;
  }
  .main-nav .navbar-brand {
    margin: 0;
  }
}

@media (max-width: 991px) {
  .main-nav .ticket {
    text-align: center;
    margin: 0;
  }
  .custom-menu-class .drop-down ul {
    display: none;
  }
}
@media (max-width: 1200px) {
  .main-nav .ticket span {
    padding-left: 0;
    font-size: 1rem;
    border-left: none;
  }
}

/* BANNER */
.banner-bg {
  background-color: #f7f9fe;
}
.banner-bg .levastrana .tlacitko-fill {
  background-color: #ff793a;
  padding: 12px 25px;
  border-radius: 5px;
  font-family: 'Noto sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  border: 2px solid #ff793a;
  transition: all 0.8s, color 0.3s 0.3s;
}
.banner-bg .levastrana .tlacitko-fill i {
  padding-left: 9px;
  font-size: 13px;
}
.banner-bg .levastrana .tlacitko-fill:hover {
  background-color: transparent;
  border: 2px solid #e16023;
  color: #e16023;
  transition: 1s;
}
.banner-bg .levastrana .tlacitko-border {
  border: 2px solid #ff793a;
  padding: 12px 25px;
  border-radius: 5px;
  font-family: 'Noto sans', sans-serif;
  font-size: 16px;
  color: #ff793a;
  font-weight: 600;
  margin-left: 35px;
  transition: all 0.8s, color 0.3s 0.3s;
}
.banner-bg .levastrana .tlacitko-border:hover {
  background-color: #ff793a;
  border: 2px solid #ff793a;
  color: #fff;
  transition: 1s;
}
.banner-bg .levastrana h1 {
  font-family: 'Fira sans', sans-serif;
  font-size: 40px;
  line-height: 1.3;
  font-weight: 700;
  color: #1a2d61;
}
.banner-bg .levastrana h2 {
  font-family: 'Fira sans', sans-serif;
  font-size: 18px;
  padding-top: 15px;
  color: #ff793a;
}
.banner-bg .levastrana {
  font-family: 'Open sans', sans-serif;
  font-size: 16px;
  color: #7e8ba7;
  font-weight: 500;
}
.banner-bg .levastrana ul {
  padding-left: 29px;
}
.banner-bg .levastrana ul li::before {
  content: "\2022";
  font-size: 25px;
  color: #1a2d61;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
ul {
  list-style: none;
}
.banner-bg .levastrana {
  padding-top: 150px;
  z-index: 1;
}
/*
.banner-bg .pravastrana {
  padding-top: 120px;
}*/
.banner-bg .uvod-body {
  padding-top: 25px;
  padding-bottom: 25px;
}
.pravastrana {
   background-image: url('/wp-content/uploads/2022/04/nebankovni-bann-scaled.jpg');
   background-repeat:no-repeat !important;
   background-size: 100%;
}
.levastrana {
  padding-left: 315px;
  padding-bottom: 25px;
}
@media only screen and (max-width: 1440px) {
  .levastrana {
    padding-left: 80px;
    padding-bottom: 25px;
  }
  .pravastrana {
    background-size: 100%;
    position: relative;
    right: 0px;
    top: 50px;
    background-position: center
  }
}
@media only screen and (min-width: 992px) {
  .banner-bg.mobile {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .banner-bg.desktop {
    display: none;
  }
  .pravastrana {
    background-image: none;
    top: 0;
  }
}

/* BENEFIT */
.benefits-bg {
  background-color: #1a2d61;
  padding-bottom: 50px;
  padding-top: 50px;
  -webkit-box-shadow: 0px 0px 24px -12px rgb(0 0 0 / 75%);
  -moz-box-shadow: 0px 0px 24px -12px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 24px -12px rgb(0 0 0 / 75%);
}
.benefit-color1 {
  background-color: #fff;
  padding: 35px 48px;
}
.benefit-color1 .benefit-box p {
  font-family: 'Open sans', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #6a7893;
  line-height: 1.7;
  padding-top: 20px;
}

.benefit-color2 {
  background-color: #ff793a;
  padding: 35px 48px;
}
.benefit-color2 .benefit-box p {
  font-family: 'Open sans', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  line-height: 1.7;
  padding-top: 20px;
}


/* HP - SLUZBY */
.sluzby-bg {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fff;
}
.sluzby-bg h2 {
  font-family: 'Fira sans', sans-serif;
  font-size: 35px;
  color: #1a2d61;
  font-weight: 800;
  padding-bottom: 45px;
  padding-right: 250px;
  padding-left: 250px;
}
.sluzba-sloupec {
  background-color: #fff;
  border: 1px solid #dee6f6;
  border-radius: 5px;
  padding-bottom: 38px;
}
.sluzba-sloupec h3 {
  font-family: 'Fira sans', sans-serif;
  font-size: 23px;
  font-weight: 900;
  text-transform: uppercase;
  color: #1a2d61;
  line-height: 1.5;
  padding: 18px 20px;
}
hr.linka {
  border: 1px solid #dee6f6;
  margin: 15px 18px 25px;
}
.sluzba-sloupec p {
  font-family: 'Open sans', sans-serif;
  font-size: 15px;
  color: #6a7893;
  font-weight: 700;
  padding-left: 20px;
  padding-right: 20px;
}
.sluzba-sloupec .sluzba-card {
  width: 100%;
  object-fit: cover;
  background-position: center;
  padding-bottom: 15px;
}


.sluzba-sloupec li {
  padding-left: 20px;
}
.sluzba-sloupec ul {
  font-family: 'Open sans', sans-serif;
  font-size: 15px;
  color: #6a7893;
  font-weight: 700;
  padding-left: 20px;
  padding-right: 20px;
}
.sluzba-sloupec ul {
  padding-left: 29px;
}
.sluzba-sloupec ul li::before {
  content: "\2022";
  font-size: 25px;
  color: #ff793a;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  top: 2px;
  position: relative;
}
.sluzba-sloupec ul {
  list-style: none;
}

/* SLUZBA - TLACITKO 1 */
.sluzba-sloupec .tlacitko-sluzba1 {
  margin: 18px 20px;
}
.sluzba-sloupec .tlacitko-sluzba1 {
  font-family: 'Noto sans', sans-serif;
  font-weight: 900;
  font-size: 16px;
  color: #fff;
  text-transform: lowercase;
  background-color: #ff793a;
  padding: 15px 20px;
  border-radius: 5px;
}
.sluzba-sloupec {
  transition: all 0.8s, color 0.3s 0.3s;
  clear: both;
}
.sluzba-sloupec:hover {
	transition: 1s;
	cursor: pointer;
	box-shadow: 0px 30px 34px -23px rgba(30, 33, 43, 0.38);
	transform: translateY(-10px);
}
.sluzba-sloupec:hover .tlacitko-sluzba1:before {
  content: 'Půjčit si';
  font-size: 16px;
  color: #fff;
  font-family: 'Noto sans', sans-serif;
  font-weight: 700;
  text-transform: lowercase;
  padding-right: 15px;
}
/* SLUZBA - TLACITKO 2 */
.sluzba-sloupec .tlacitko-sluzba2 {
  margin: 18px 20px;
}
.sluzba-sloupec .tlacitko-sluzba2 {
  font-family: 'Noto sans', sans-serif;
  font-weight: 900;
  font-size: 16px;
  color: #fff;
  text-transform: lowercase;
  background-color: #ff793a;
  padding: 15px 20px;
  border-radius: 5px;
}
.sluzba-sloupec:hover .tlacitko-sluzba2:before {
  content: 'Chci půjčit';
  font-size: 16px;
  color: #fff;
  font-family: 'Noto sans', sans-serif;
  font-weight: 700;
  text-transform: lowercase;
  padding-right: 15px;
}
/* SLUZBA - TLACITKO 3 */
.sluzba-sloupec .tlacitko-sluzba3 {
  margin: 18px 20px;
}
.sluzba-sloupec .tlacitko-sluzba3 {
  font-family: 'Noto sans', sans-serif;
  font-weight: 900;
  font-size: 16px;
  color: #fff;
  text-transform: lowercase;
  background-color: #ff793a;
  padding: 15px 20px;
  border-radius: 5px;
}
.sluzba-sloupec:hover .tlacitko-sluzba3:before {
  content: 'Chci půjčku';
  font-size: 16px;
  color: #fff;
  font-family: 'Noto sans', sans-serif;
  font-weight: 700;
  text-transform: lowercase;
  padding-right: 15px;
}

/* HP - KONTAKT */
.kontakt-bg .hp-leva {
  background-color: #1a2d61;
  padding-top: 90px;
  padding-bottom: 90px;
  padding-left: 320px;
}
.kontakt-bg .hp-leva h3 {
  font-family: 'Fira sans', sans-serif;
  font-size: 33px;
  color: #fff;
  font-weight: 700;
}
.kontakt-bg .hp-leva p {
  font-family: 'Open sans', sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #b8bfcd;
  padding-top: 15px;
  padding-bottom: 75px;
}
.kontakt-bg .hp-leva .postup span {
  font-family: 'roboto', sans-serif;
  font-size: 18px;
  color: #fff;
  font-weight: 800;
  border: 2px solid #3a69eb;
  padding: 8px 15px;
  border-radius: 50px;
  height: 45px;
}
.kontakt-bg .hp-leva .postup p {
  font-size: 15px;
  color: #ccd1da;
  font-weight: 600;
  padding-left: 65px;
  position: relative;
  bottom: 50px;
  line-height: 1.5;
  padding-bottom: 0;
}
.hp-prava {
  background-color: #253a75;
}

/* HP - EXEKUCE */
.exekuce-bg {
  padding-top: 90px;
  background-color: #fff;
  padding-bottom: 90px;
  -webkit-box-shadow: 0px 0px 33px -13px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 33px -13px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 33px -13px rgba(0,0,0,0.75);
}
.exekuce-bg .exekuce-text {
  padding-top: 90px;
}
.exekuce-bg .exekuce-text h2 {
  font-family: 'Fira sans', sans-serif;
  font-size: 35px;
  color: #1a2d61;
  font-weight: 800;
  line-height: 1.2;
  padding-bottom: 35px;
}
.exekuce-bg .exekuce-text p {
  font-family: 'Noto sans', sans-serif;
  font-size: 16px;
  color: #7e8ba7;
  font-weight: 600;
  padding-bottom: 35px;
  line-height: 1.9;
}
.exekuce-text .tlacitko-fill-blue {
  background-color: #ff793a;
  padding: 12px 25px;
  border-radius: 5px;
  font-family: 'Noto sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  border: 2px solid #ff793a;
  transition: all 0.8s, color 0.3s 0.3s;
}
.exekuce-text .tlacitko-fill-blue:hover {
  background-color: transparent;
  border: 2px solid #ff793a;
  color: #ff793a;
  transition: 1s;
}
.exekuce-card img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* HP - RECENZE */
.recenze-bg {
  background-color: #f7f9fe;
  padding-top: 90px;
  padding-bottom: 90px;
}
.recenze-bg h2 {
  font-family: 'Fira sans', sans-serif;
  font-size: 35px;
  color: #1a2d61;
  font-weight: 800;
  padding-bottom: 45px;
  padding-right: 50px;
  padding-left: 50px;
}

.mySlides {
  text-align: center;
}
.mySlides {
  background-color: #fff;
  padding: 35px;
  border-radius: 5px;
}
.text-recenze q {
    font-family: 'Noto sans', sans-serif;
    font-size: 18px;
    color: #7e8ba7;
    font-weight: 600;
    line-height: 1.5;
}
.text-recenze {
  padding-bottom: 35px;
}
.rec-avatar {
  margin: 0 auto;
  position: relative;
}
img.rec-avatar {
  width: 80px;
  border-radius: 50%;
}
.autor-recenze {
  padding-top: 15px;
}
.autor-recenze span {
  font-family: 'fira sans', sans-serif;
  font-size: 22px;
  color: #1a2d61;
  text-transform: uppercase;
  font-weight: 700;
}
.autor-small {
  font-family: 'Fira sans', sans-serif;
  font-size: 15px;
  color: #6d7b95;
  font-weight: 500;
  padding-top: 10px;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: relative;
  bottom: 170px;
  width: auto;
  margin-top: 0px;
  padding: 16px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  background-color: #1a2d61;
  float: left;
}
.next {
  position: relative;
  float: right;
  right: 0;
  border-radius: 3px 0 0 3px;
}
.prev:hover, .next:hover {
  background-color: #ff793a;
  color: white;
}

/* The dots/bullets/indicators */
.dot-container .dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #485a8b;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Add a background color to the active dot/circle */
.dot-container  .active, .dot:hover {
  background-color: #ff793a;
  border: 0px;
}
.dot-container {
    text-align: center;
    padding: 20px;
}

.dot-container  .active.active:after {
  content: '';
}


/* FOOTER */
.footer-bg {
  background-color: #fff;
  padding-top: 90px;
}
.footer-bg .zadost h4 {
  font-family: 'Fira sans', sans-serif;
  font-size: 35px;
  color: #1a2d61;
  font-weight: 800;
  text-align: left;
  padding-bottom: 75px;
}
.zadost-tlacitko .tlacitko-fill-blue {
  float: right;
  background-color: #ff793a;
  padding: 12px 25px;
  border-radius: 5px;
  font-family: 'Noto sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  border: 2px solid #ff793a;
  transition: all 0.8s, color 0.3s 0.3s;
}
.zadost-tlacitko .tlacitko-fill-blue:hover {
  background-color: #f7f9fe;
  border: 2px solid #ff793a;
  color: #ff793a;
  transition: 1s;
}
.zadost-tlacitko .tlacitko-fill-blue i {
  padding-left: 9px;
  font-size: 13px;
}

.footer-bg .kontakty span i {
  float: left;
  margin-right: 10px;
  font-size: 14px;
  width: 35px;
  height: 35px;
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 50px;
  border: 2px solid #1a2d61;
}
.footer-bg .kontakty span {
  font-family: 'roboto', sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: #1a2d61;
}
.footer-bg .kontakty p {
  font-family: 'Open sans', sans-serif;
  font-size: 21px;
  font-weight: 600;
  color: #7e8ba7;
}

.socket-bg {
  background-color: #1a2d61;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 90px;
}
.socket-bg .foot-logo img {
  margin: 0 auto;
  text-align: center;
}
.socket-bg .foot-author p {
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
  font-weight: 500;
  text-align: right;
}
.socket-bg .foot-author p a {
  font-weight: 800;
}
.socket-bg .foot-author p a:hover {
  color: #fff;
  border-bottom: 2px solid #fff;
}
.socket-bg .foot-menu a {
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
  font-weight: 400;
}
.socket-bg .foot-menu .menu1 {
  padding-right: 35px;
}
.socket-bg .foot-menu a:hover {
  text-decoration: underline;
}


/* KONTAKTNÍ FORMULAR */
/* KONTAKTNÃ FORMULAR */
p.ochrana-os {
    font-family: 'Open sans', sans-serif;
    font-size: 15px;
    color: #ffffff;
    text-align: left;
}
p.ochrana-os a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
}
p.ochrana-os a:hover {
  color: #3969eb;
}


.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #ff793a;
    border-color: #ff793a;
}
.btn-primary {
  font-family: 'noto sans', sans-serif;
background: white;
background-color: #ff793a;
border: none;
font-size: 16px;
font-weight: bold;
text-transform: uppercase;
border-radius: 5px;
clear: both;
padding: 15px 30px;
display: inline-block;
transition: all 0.8s, color 0.3s 0.3s;
cursor: pointer;
}
.btn-primary:hover {
  background-color: #cc561f;
}
span.wpcf7-not-valid-tip {
    color: #d60000;
    font-size: 13px;
    font-weight: normal;
    display: block;
    font-weight: 500;
}
div.wpcf7-validation-errors {
    border: 2px solid #d60000;
    background-color: #d60000;
    color: white;
    font-weight: 500;
    font-family: 'roboto', sans-serif;
}
div.wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 1em;
    font-size: 14px;
}
.wpcf7-form-control.wpcf7-text {
    border: 2px solid #e8f1f7;
    background-color: #e8f1f7;
    height: 60px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    width: 100%;
    padding-left: 25px;
    font-size: 14px;
    border-radius: 5px;
}
.wpcf7-form-control.wpcf7-textarea {
    border: 2px solid #e8f1f7;
    background-color: #e8f1f7;
    height: 60px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    width: 100%;
    padding-left: 25px;
    padding-top: 15px;
    height: 120px;
    font-size: 14px;
    border-radius: 5px;
}
.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    border: 2px solid #e8f1f7;
    background-color: #e8f1f7;
    height: 60px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    color: #163f84;
    width: 100%;
    padding-left: 25px;
    font-size: 14px;
    border-radius: 5px;
}
p.nazev-pole {
    font-family: 'Open sans', sans-serif;
    font-size: 15px;
    color: #ffffff;
    font-weight: 500;
    text-align: left;
    padding-bottom: 5px;
}

.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-tel {
    border: 2px solid #e8f1f7;
    background-color: #e8f1f7;
    height: 60px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    color: #253a75;
    width: 100%;
    padding-left: 25px;
    font-size: 14px;
}
.wpcf7-form-control-wrap.yourmessage:before {
  width: 0rem !important;
  position: relative;
}
.wpcf7-form-control-wrap.your-name:before {
  width: 0rem !important;
  position: relative;
}
.wpcf7-form-control-wrap.last-name:before {
  width: 0rem !important;
}
.wpcf7-form-control-wrap.phone-number:before {
  width: 0rem !important;
}
.wpcf7-form-control-wrap.youremail:before {
  width: 0rem !important;
}

.wpcf7-form-control.wpcf7-text {
  margin-bottom: 18px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    background-color: #ca0e0eb3;
    border: 2px solid #ca0e0e;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
    font-family: 'roboto', sans-serif;
    font-size: 15px;
    font-weight: 700;
}
.wpcf7 form.sent .wpcf7-response-output {
  background-color: #4e960d;
  padding-top: 25px;
  padding-bottom: 25px;
  color: #fff;
  font-weight: 600;
  font-family: 'roboto', sans-serif;
  font-size: 22px;
  border: 2px solid #4e960d;
}
.kontaktni-formular {
  padding-top: 120px;
}


/* BREADCRUMBS */
.bread-onas-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.bread-onas {
    position: relative;
    background: rgb(0 0 0 / 22%);
}
.bread-onas {
  background-image: linear-gradient(to left, rgb(26 45 97 / 37%), rgb(26 45 97));
  padding-bottom: 65px;
  background-size: cover;
  padding-top: 120px;
  background-color: #3a69eb;
}
.bread-onas span {
  font-family: 'open sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #beccf8;
}
h1.nadpis-bread {
    font-family: 'fira sans', sans-serif;
    font-weight: 800;
    font-size: 43px;
    color: #fff;
    padding-top: 15px;
    padding-right: 80px;
}
.bread-onas p {
  font-family: 'Open sans', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  padding-top: 25px;
  padding-bottom: 50px;
}
.drobeckova-navigace {
  font-family: 'Open sans', sans-serif;
  color: #fff;
  padding-bottom: 25px;
}
.drobeckova-navigace span a {
  color: #b8bfcd;
}

.popis-bread {
  font-family: 'Open sans', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  border-left: 3px solid #ff793a;
}

.popis-bread ul {
  padding-left: 29px;
}
.popis-bread ul li::before {
  content: "\2022";
  font-size: 25px;
  color: #ffffff;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  top: 2px;
  position: relative;
}
ul {
  list-style: none;
}

/* PODSTRANKA NAS TYM */
.tym-bg {
  padding-top: 80px;
}
.team-onas-bg {
  -webkit-box-shadow: 0px 0px 35px -20px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 35px -20px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 35px -20px rgba(0,0,0,0.75);
  padding-bottom: 80px;
}

.tym-bg h1 {
  font-family: 'fira sans', sans-serif;
  font-size: 32px;
  color: #1a2d61;
  font-weight: 800;
}
.tym-bg .popistymu-leva h3 {
  font-family: 'fira sans', sans-serif;
  font-size: 20px;
  color: #3a69eb;
  text-transform: uppercase;
  font-weight: 800;
  padding-top: 60px;
  padding-bottom: 15px;
}
.tym-bg .popistymu-leva p {
    font-family: 'Noto sans', sans-serif;
    font-size: 16px;
    color: #7e8ba7;
    font-weight: 600;
    padding-bottom: 35px;
    line-height: 1.9;
}
.tym-bg .popistymu-leva p strong {
  font-weight: 800;
  color: #1a2d61;
}
.tym-bg .popistymu-prava img {
  width: 100%;
  object-fit: cover;
}

.tym-bg2-pozadi {
  background-color: #f7f9fe;
  padding-top: 70px;
  padding-bottom: 70px;
}
.tym-bg2 p {
    font-family: 'Noto sans', sans-serif;
    font-size: 16px;
    color: #7e8ba7;
    font-weight: 600;
    line-height: 1.9;
}
.tym-bg2 p strong {
  font-weight: 800;
  color: #1a2d61;
}

.tym-bg3 .popistymu-prava2 h3 {
  font-family: 'fira sans', sans-serif;
  font-size: 20px;
  color: #3a69eb;
  text-transform: uppercase;
  font-weight: 800;
  padding-top: 60px;
  padding-bottom: 15px;
}
.tym-bg3 .popistymu-prava2 p {
    font-family: 'Noto sans', sans-serif;
    font-size: 16px;
    color: #7e8ba7;
    font-weight: 600;
    padding-bottom: 35px;
    line-height: 1.9;
}
.tym-bg3 .popistymu-prava2 p strong {
  font-weight: 800;
  color: #1a2d61;
}
.tym-bg3 .popistymu-leva2 img {
  width: 100%;
  object-fit: cover;
}

.tym-bg-profily {
  padding-top: 80px;
  padding-bottom: 80px;
}
.tym-bg-profily h2 {
  font-family: 'Fira sans', sans-serif;
  font-size: 30px;
  color: #1a2d61;
  font-weight: 800;
  padding-bottom: 25px;
}
.profile {
  background-color: #f9f9f9;
  padding: 35px;
}
.profile img {
    position: relative;
    margin: 0 auto;
}
.profile h5 {
  font-family: 'Fira sans', sans-serif;
  font-size: 21px;
  color: #1a2d61;
  font-weight: 800;
  padding-top: 15px;
}
.oprofilu {
  padding-top: 120px;
}
.oprofilu span {
  font-family: 'roboto', sans-serif;
  font-size: 18px;
  color: #1a2d61;
  font-weight: 800;
}
.oprofilu p {
  font-family: 'Open sans', sans-serif;
  font-size: 18px;
  color: #7e8ba7;
  font-weight: 600;
}
hr.linka-team {
  border: 2px solid #dee6f6;
  width: 100%;
}


/* FOOTER 2 */
.footer-bg2 {
  background-color: #f7f9fe;
  padding-top: 90px;
}
.footer-bg2 .zadost h4 {
  font-family: 'Fira sans', sans-serif;
  font-size: 35px;
  color: #1a2d61;
  font-weight: 800;
  text-align: left;
  padding-bottom: 75px;
}

.footer-bg2 .kontakty span i {
  float: left;
  margin-right: 10px;
  font-size: 14px;
  width: 35px;
  height: 35px;
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 50px;
  border: 2px solid #1a2d61;
}
.footer-bg2 .kontakty span {
  font-family: 'roboto', sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: #1a2d61;
}
.footer-bg2 .kontakty p {
  font-family: 'Open sans', sans-serif;
  font-size: 21px;
  font-weight: 600;
  color: #7e8ba7;
}

/* PODSTRANKA NABIDKA UVERU */
.nadpis-uvery {
  padding-top: 60px;
  background-color: #f7f9fe;
}
.nadpis-uvery p {
  font-family: 'Open sans', sans-serif;
  color: #7e8ba7;
  font-weight: 500;
  line-height: 1.2;
  padding-bottom: 30px;
}
.nadpis-uvery p strong {
  font-family: 'Open sans', sans-serif;
  font-weight: 800;
  color: #1a2d61;
  font-size: 20px;
  text-transform: uppercase;
}

.priklady-uveru {
  padding-top: 10px;
  background-color: #f7f9fe;
  padding-bottom: 20px;
}
.priklady-uveru {
  font-family: 'Open sans', sans-serif;
  font-size: 16px;
  color: #7e8ba7;
  font-weight: 500;
}
.priklady-uveru ul {
  padding-left: 29px;
}
.priklady-uveru ul li::before {
  content: "\2022";
  font-size: 25px;
  color: #7e8ba7;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  position: relative;
  top: 4px;
}
.priklady-uveru p {
    font-family: 'Open sans', sans-serif;
    color: #7e8ba7;
    font-weight: 500;
    line-height: 1.6;
    padding-bottom: 30px;
    padding-top: 30px;
    padding-left: 150px;
    padding-right: 150px;
}
.priklady-uveru p strong {
  font-weight: 800;
  color: #1a2d61;
}

/* PODNIKATELSKY UVER */
.pravyuver h3 {
  font-family: 'fira sans', sans-serif;
  font-size: 23px;
  text-transform: uppercase;
  color: #1a2d61;
  font-weight: 800;
}
.pravyuver hr.linka {
  margin: 28px 0 28px 0;
}
.pravyuver p {
  font-family: 'Open sans', sans-serif;
  font-size: 15px;
  color: #6a7893;
  font-weight: 500;
  line-height: 1.5;
  padding-bottom: 18px;
}
.pravyuver strong {
  font-weight: 800;
  color: #1a2d7a;
}
.pravyuver .tlacitko-fill {
  background: #ff793a;
  padding: 15px 25px;
  border-radius: 5px;
  color: #fff;
  text-transform: lowercase;
  font-family: "Noto sans", sans-serif;
  font-size: 15px;
  font-weight: 600;
}
.pravyuver .tlacitko-fill i {
  padding-left: 12px;
}
.pravyuver .tlacitko-fill:hover {
  background-color: #db5a1e;
  transition: 0.5s;
}
.tlacitko-uver {
  padding-top: 35px;
}
.levauver .uvercard {
  height: 590px;
  width: 100%;
  object-fit: cover;
}
.nabidka-uveru {
  margin-top: 50px;
  margin-bottom: 80px;
}
.levauver img {
  width: 100%;
}
.pravyamehypo {
  width: 100%;
}
.levanebanpujcka {
  width: 100%;
}
.pravyamehypo {
  width: 100%;
}

/* AMERICKA HYPOTEKA */
#zadost {
  padding-top: 50px;
}
.levyamehypo {
  padding-top: 80px;
}
.levyamehypo h3 {
  font-family: 'fira sans', sans-serif;
  font-size: 23px;
  text-transform: uppercase;
  color: #1a2d61;
  font-weight: 800;
}
.levyamehypo hr.linka {
  margin: 28px 0 28px 0;
}
.levyamehypo p {
  font-family: 'Open sans', sans-serif;
  font-size: 15px;
  color: #6a7893;
  font-weight: 500;
  line-height: 1.5;
  padding-bottom: 18px;
}
.levyamehypo strong {
  font-weight: 800;
  color: #1a2d7a;
}
.levyamehypo .tlacitko-fill {
  background: #ff793a;
  padding: 15px 25px;
  border-radius: 5px;
  color: #fff;
  text-transform: lowercase;
  font-family: "Noto sans", sans-serif;
  font-size: 15px;
  font-weight: 600;
}
.levyamehypo .tlacitko-fill i {
  padding-left: 12px;
}
.levyamehypo .tlacitko-fill:hover {
  background-color: #db5a1e;
  transition: 0.5s;
}
.tlacitko-hypo {
  padding-top: 35px;
}
.pravyamehypo .amehypocard {
  height: 590px;
  width: 100%;
  object-fit: cover;
}
.americka-hypoteka {
  margin-top: 50px;
  margin-bottom: 80px;
}

/* NEBANKOVNI PUJCKA */
.pravynebanpujcka h3 {
  font-family: 'fira sans', sans-serif;
  font-size: 23px;
  text-transform: uppercase;
  color: #1a2d61;
  font-weight: 800;
}
.pravynebanpujcka hr.linka {
  margin: 28px 0 28px 0;
}
.pravynebanpujcka p {
  font-family: 'Open sans', sans-serif;
  font-size: 15px;
  color: #6a7893;
  font-weight: 500;
  line-height: 1.5;
  padding-bottom: 18px;
}
.pravynebanpujcka  ul li::before {
  content: "\2022";
  font-size: 15px;
  color: #6a7893;
  font-weight: 500;
  display: inline-block;
  width: 1em;
  margin-left: 1em;
}
.pravynebanpujcka li {
  font-family: 'Open sans', sans-serif;
  font-weight: 800;
  color: #6a7893;
  padding-bottom: 15px;
  right: 16px;
  position: relative;
}
.pravynebanpujcka strong {
  font-weight: 800;
  color: #1a2d7a;
}
.pravynebanpujcka .tlacitko-fill {
  background: #ff793a;
  padding: 15px 25px;
  border-radius: 5px;
  color: #fff;
  text-transform: lowercase;
  font-family: "Noto sans", sans-serif;
  font-size: 15px;
  font-weight: 600;
}
.pravynebanpujcka .tlacitko-fill i {
  padding-left: 12px;
}
.pravynebanpujcka .tlacitko-fill:hover {
  background-color: #db5a1e;
  transition: 0.5s;
}
.tlacitko-nebanpujcka {
  padding-top: 35px;
}
.levanebanpujcka .nebanpujckacard {
  height: 930px;
  width: 100%;
  object-fit: cover;
}
.nebankovni-pujcka {
  margin-top: 50px;
  margin-bottom: 80px;
}
.nebankovni-pujcka .nebankovni-tabulka {
  background-color: #3a69eb;
  color: #fff;
  padding: 15px;
  border-radius: 5px;
  line-height: 1.5;
}

/* PODSTRANKA SITEMAP */
.sitemap h2 {
    font-family: 'Fira sans',serif;
    font-size: 25px;
    font-weight: 700;
    color: #1a2d61;
    padding-top: 25px;
}
.sitemap h3 {
    font-family: 'Fira sans',serif;
    font-size: 17px;
    font-weight: 700;
    color: #1a2d61;
    padding-top: 10px;
}
.sitemap {
    padding-top: 80px;
    padding-bottom: 80px;
}
.sitemap a {
    font-family: 'Open sans',sans-serif;
    font-size: 16px;
    line-height: 2.1;
    color: #7e8ba7;
    font-weight: 600;
}
.sitemap .current_page_item a {
    text-decoration: underline;
    color: #1a2d61 !important;
    font-weight: 800;
}
.sitemap a:hover {
    text-decoration: underline;
    color: #1a2d61;
    font-weight: 600;
}

/* PODSTRANKA ZASADY OCHRANY OSOBNICH UDAJU */
.zasady-bg {
  padding-top: 80px;
  padding-bottom: 80px;
}
.zasady-text {
    font-family: 'Noto sans', sans-serif;
    font-size: 16px;
    color: #7e8ba7;
    font-weight: 600;
    padding-bottom: 35px;
    line-height: 1.9;
}
.zasady-text strong {
  font-weight: 800;
  color: #1a2d61;
}
.zasady-text a {
    font-family: 'Noto sans', sans-serif;
    font-size: 16px;
    color: #1a2d61;
    font-weight: 800;
    padding-bottom: 35px;
    line-height: 1.9;
}
.zasady-text a:hover {
  border-bottom: none;
}
.zasady-text em {
  font-style: italic;
}
.zasady-text ul li::before {
  content: "\2022";
  font-size: 25px;
  color: #3969eb;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: 1em;
}
.zasady-text li {
  padding-bottom: 1px;
  right: 16px;
  position: relative;
}
.zasady-text h2 {
  font-family: 'Fira sans', sans-serif;
  font-size: 25px;
  color: #1a2d61;
  font-weight: 700;
}
.zasady-text h3 {
  font-family: 'Fira sans', sans-serif;
  font-size: 20px;
  color: #1a2d61;
  font-weight: 700;
  padding-bottom: 15px;
}


/* PODSTRANKA FAQ SEKCE */
.faq-sekce {
  margin-top: 50px;
  margin-bottom: 50px;
}
button.accordion {
  padding: 30px 0 0 20px;
}
button.accordion::after {
  padding: 0 20px 0 0;
  position: relative;
  bottom: 25px;
}
.accordion {
  color: #1a2d61;
  cursor: pointer;
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 25px;
  padding-bottom: 25px;
  width: 100%;
  border-left: 5px solid #ff793a;
  border-top: 1px solid #dee6f6;
  border-right: 1px solid #dee6f6;
  border-bottom: 1px solid #dee6f6;
  border-radius: 5px;
  text-align: left;
  font-size: 19px;
  font-weight: bold;
  font-family: 'Fira sans', sans-serif;
  transition: 0.4s;
  outline: none;
}
.accordion:after {
  content: '+';
  text-transform: uppercase;
  font-family: 'roboto', sans-serif;
  font-size: 22px;
  color: #1a2d61;
  float: right;
  margin-left: 5px;
}
.accordion:hover:after {
	color: #3a69eb;
	transition: 1s;
}
.active:after {
   content: '-';
  text-transform: uppercase;
  font-family: 'fira sans', sans-serif;
  font-size: 22px;
  color: #1a2d61;
  float: right;
  margin-left: 5px;
}
.active, .accordion:focus {
    outline: none;
}
.active, .accordion:hover {
  background-color: #fbfbfb;
  box-shadow: none;
}
.panel {
  	padding: 0 35px;
  	background-color: #ffffff;
  	max-height: 0;
  	overflow: hidden;
 	transition: max-height 0.2s ease-out;
	box-shadow: 0px 0px 33px -21px rgba(0,0,0,0.75);
	font-size: 16px;
	font-family: 'Open sans', sans-serif;
	color: #7e8ba7;
	border-left: 5px solid #ff793a;
  font-weight: 600;
}
.panel p {
  padding-bottom: 15px;
}
.accordion.active {
  border-right: none;
  border-top: none;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
}
.kar {
  margin-bottom: 25px;
}

/* DETAIL FAQ SEKCE */
.faq-bg {
  background-color: #7e8ba7;
  padding-top: 50px;
  padding-bottom: 50px;
}
.faq-bg h1 {
  color: #fff;
  font-family: 'fira sans', sans-serif;
  font-weight: 800;
  font-size: 35px;
  text-align: center;
}
.faq-bg {
  margin-top: 80px;
}
.detail-faq {
  padding-top: 80px;
  padding-bottom: 80px;
}
.detail-faq p {
  font-family: 'Open sans', sans-serif;
  font-size: 16px;
  color: #7e8ba7;
  font-weight: 700;
  line-height: 1.5;
}
.detail-faq strong {
  color: #1a2d61;
}


/* PODSTRANKA CENIK */
.cenik-bg {
  margin-top: 80px;
  margin-bottom: 80px;
}
.cenik-text table.has-fixed-layout {
 border: 2px solid #3969eb;
}
.cenik-text table.has-fixed-layout th {
  background-color: #3969eb;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 15px;
  color: #fff;
  font-family: 'roboto', sans-serif;
  text-transform: uppercase;
  font-size: 17px;
}
.cenik-text table.has-fixed-layout td {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  font-family: 'open sans', sans-serif;
  font-size: 16px;
  color: #4b545c;
  border: 1px solid #dee6f6;
}
.cenik-text figcaption {
  font-family: 'open sans', sans-serif;
  font-size: 15px;
  background-color: #3969eb;
  color: #ffffff;
  padding: 15px;
  line-height: 1.5;
}
.cenik-text figcaption a {
  text-decoration: underline;
  font-weight: 600;
}
.cenik-text figcaption a:hover {
  color: #fff;
  text-decoration: none;
}

.cenik-text table.has-fixed-layout strong {
  color: #1a2d61;
  font-family: 'Open sans', sans-serif;
  font-weight: 800;
}
.cenik-text h2 {
  font-family: 'Fira sans', sans-serif;
  color: #1a2d61;
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 10px;
}
.cenik-text h3 {
  font-family: 'Fira sans', sans-serif;
  color: #1a2d61;
  font-size: 25px;
  font-weight: 700;
  padding-bottom: 10px;
}
.cenik-text p {
    font-family: 'Open sans', sans-serif;
    font-size: 15px;
    color: #7e8ba7;
    font-weight: 500;
}

/* PATICKA WEBU */
.paticka-pozadi .dolni-text {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #2c4280;
  text-align: center;
}
.paticka-pozadi p.dolni-text {
  font-family: 'Noto sans', sans-serif;
  font-size: 12px;
  color: #a9b1ca;
  font-weight: 400;
  line-height: 1.5;
}
.paticka-pozadi {
  padding-top: 45px;
  padding-bottom: 38px;
  background-color: #1a2d61;
  margin-top: 35px;
}
.paticka-pozadi .sloupec-logo {
      font-family: 'Roboto', sans-serif;
    color: #ffffff;
    font-weight: 400;
}
.paticka-pozadi .sloupec-logo strong {
  font-size: 17px;
}
.paticka-pozadi .sloupec-logo p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  padding-bottom: 10px;
}
.paticka-pozadi .sloupec-logo a {
  color: #ffffff;
  border-bottom: 2px solid #fff;
  font-weight: 500;
}
.paticka-pozadi .sloupec-logo a:hover {
  border-bottom: none;
}

.paticka-pozadi .sloupec-odkazy p {
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.paticka-pozadi .sloupec-odkazy ul li {
  padding-bottom: 8px;
}
.paticka-pozadi .sloupec-odkazy a {
  font-family: 'roboto', sans-serif;
  font-size: 15px;
  color: #fff;
  font-weight: 400;
}
.paticka-pozadi .sloupec-odkazy a:hover {
  text-decoration: underline;
}

.paticka-copy {
  background-color: #1a2d61;
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid #2c4280;
}
.paticka-copy .paticka-copyright p {
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
}
.paticka-copy .paticka-author p {
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  text-align: right;
}
.paticka-copy .paticka-author p a {
  font-weight: 800;
}
.paticka-copy .paticka-author p a:hover {
  color: #fff;
  border-bottom: 2px solid #fff;
}

/* PODSTRANKA ZADOST */
.zadost-bg {
  padding-top: 50px;
  padding-bottom: 0px;
}
.zadost-text p {
  font-family: 'Open sans', sans-serif;
  color: #7e8ba7;
  font-weight: 500;
  line-height: 1.2;
  padding-bottom: 30px;
}
.zadost-text p strong {
    font-family: 'Open sans', sans-serif;
    font-weight: 800;
    color: #1a2d61;
}
.zadost-text a {
  font-weight: 800;
  border-bottom: 2px solid #7e8ba7;
  color: #1a2d61;
}
.zadost-text a:hover {
  color: #ff793a;
}

/* PODSTRANKA KONTAKT */
.kontakt-boxy-bg {
  padding-top: 80px;
  padding-bottom: 80px;
}
.kontakt-box {
  background-color: #f7f9fe;
  text-align: center;
  border: 1px solid #dee3f1;
  padding-bottom: 25px;
  height: 215px;
}
.kontakt-box h4 {
  font-family: 'Fira sans', sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #1a2d61;
  padding-bottom: 18px;
  text-transform: uppercase;
  background-color: #dee3f1;
  padding: 18px;
  margin-bottom: 25px;
}
.kontakt-box p {
    font-family: 'Open sans', sans-serif;
    font-size: 15px;
    color: #6a7893;
    font-weight: 600;
    line-height: 2;
    padding-left: 18px;
    padding-right: 18px;
}
.kontakt-box b {
    font-family: 'Open sans', sans-serif;
    font-size: 15px;
    color: #1a2d61;
    font-weight: 800;
}
.kontakt-box a {
  color: #6a7893;
}
.kontakt-box a:hover {
  color: #3a69eb;
}
.kontakt-box strong a {
  color: #ffffff;
  background-color: #ff793a;
  padding: 10px;
  position: relative;
  top: 25px;
}
.kontakt-box strong a:hover {
  background-color: #cc561f;
  transition: 1s;
  color: #fff;
}

.kontaktni-formular-bg {
  background-color: #1a2d61;
  padding-top: 80px;
  padding-bottom: 80px;
}
.kontaktni-formularkontakt h2 {
    font-family: 'Fira sans', sans-serif;
    font-size: 33px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    padding-bottom: 35px;
}


/* LOGIN WORDPRESS */
body.login {
  background-image:url("/wp-content/uploads/2021/03/login-bg.jpg");
  background-repeat:no-repeat;
  background-attachment:fixed;
  background-position:center;
}
#login h1 a {
  background-image: url("/wp-content/uploads/2021/03/sedlacek_odehnal-login.png");
  background-size: 130px;
  width: auto;
}
.login form{
  box-shadow:none;
  padding:20px;
}
#login {
  background: #FFF;
  margin: 50px auto;
  padding: 40px 20px;
  width: 400px;
  border-radius: 8px;
}
.login label {
  font-family: 'roboto', sans-serif;
  font-weight: 700;
  color: #040404;
  font-size: 14px;
}
.login form .forgetmenot{
  float:none;
}
#login form p.submit{
  margin-top:15px;
}
.login.wp-core-ui .button-primary {
  background: #ff793a;
  border-color:#ff793a;
  box-shadow: 0 1px 0 #ff793a;
  color: #FFF;
  text-shadow: none;
  float: none;
  clear: both;
  display: block;
  width: 100%;
  padding: 7px;
  height: auto;
  font-size: 15px;
}
.login.wp-core-ui .button-primary:hover {
  background: #f3f3f3;
  border-color:#f3f3f3;
  box-shadow: 0 1px 0 #f3f3f3;
  color: #3a69eb;
  transition: 1s;
}
.login form {
    border: none;
}
.login form .input, .login form input[type=checkbox], .login input[type=text] {
    background: #ffffff;
}
.login form .input, .login input[type=password], .login input[type=text] {
    font-size: 24px;
    line-height: 1.33333333;
    width: 100%;
    border-width: .0625rem;
    padding: .1875rem .3125rem;
    margin: 0 6px 16px 0;
    min-height: 40px;
    max-height: none;
    border: 2px solid #ff793a;
    border-radius: 3px;
}
p#backtoblog {
  display: none;
}
.privacy-policy-page-link a {
  font-family: 'roboto', sans-serif;
  font-size: 15px;
  color: #ff793a;
  font-weight: 700;
}
.login #nav a {
  font-family: 'roboto', sans-serif;
  font-weight: 500;
  text-decoration: none;
  color: #3a69eb;
}
.login #nav a:hover {
  color: #3a69eb;
}
