/* general */
html {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-font-smoothing: antialiased; }
html,body{overflow-x: hidden;}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }
*:hover{transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;}
/* clearfix */
.group:before,
.group:after {
  content: " ";
  display: table; }

.group:after {
  clear: both; }
.sticker{
    position: absolute;
border-radius: 1rem;
rotate: -30deg;
right: -6rem;
bottom: 1rem;
padding:15px 30px;
border: 1px solid white;
background-color: rgba(255, 0, 0, 0.888);
}
.sticker .inner{color:white;}
.sticker .inner h4{margin: 0;font-weight: 700;font-size: 14px;}
body {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  font-weight: 300; }
a{color: #333d61;}
.btn-custom {
 background: #b9ee00;
display: inline-block;
text-align: center;
text-transform: uppercase;
border: 0px solid #2e92ee;
border-radius: 30px;
height: 60px;
line-height: 30px;
padding: 15px;
font-weight: 500;}
.btn-submit{padding: 15px 40px}
.btn-custom:hover{background-color: #2e92ee;color: white;text-decoration: none;}

.img-responsive{max-width: 100%;margin: 0 auto 15px;}

.navigation {
  padding: 1em 0em 1em 1em;}
.navbar{padding: 0}
.navigation-container {
  width: 90%;
  margin: 0em auto;
  display: flex; }

.navbar-brand {
text-align: left;
padding: 15px;
position: absolute;
z-index: 1;
top: 0
}
  .navbar-brand img {
    max-width: 13em; }
.dropdown-menu{border-radius: 0}
.dropdown:hover .dropdown-menu {
    display: block;
}


.dropdown-item{font-size: 0.825rem;
line-height: 1.25rem;text-transform: uppercase;}
.navbar .white{background: #fff;padding: 0;color:#333d61;}
.custom-toggler.navbar-toggler {
  border-color: black;
  opacity: 0.7;
  margin-right: 1em; }

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h34M4 16h34M4 24h34'/%3E%3C/svg%3E"); }


.nav-item.get-quote{background:#ffb900;}


.navbar-nav .nav-link {

  color: #000;
  padding: 1.5em !important;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25rem;
  margin: 0 0em;
}
.nav-link.active,  .navbar-nav .nav-link:hover, .navbar-nav .nav-link:focus {
     outline:0;}

.nav-link.active,.nav-item:hover{background:#b9ee00;color:#000;border-radius:40px;}
.navbar-collapse {
  width: 70%; }

.nav .navbar-text {
  margin-bottom: 0;
  padding: 2.1em 0.5em;
  text-transform: uppercase;
  margin-left: 0em; }

/* Icon 1 */
.animated-icon3 {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }

.animated-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

.animated-icon3 span {
  background: #333d61; }

/* Icon 3*/
.animated-icon3 span:nth-child(1) {
  top: 0px; }

.animated-icon3 span:nth-child(2),
.animated-icon3 span:nth-child(3) {
  top: 10px; }

.animated-icon3 span:nth-child(4) {
  top: 20px; }

.animated-icon3.open span:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%; }

.animated-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.animated-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.animated-icon3.open span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%; }

.navbar-toggle {
  border: none;
  outline: none; }

.header-image {
  background-image: url("../img/header-bg.jpg?1");
  height: 40em;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 13em; }
  .header-image img {
    height: 20em;
    width: 100%; }
  .header-image h2 {
    font-family: 'Poppins', serif;
    color: #fff;
    font-size: 2.3rem;
    line-height: 2.7rem;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 1em; }
      .header-image h2 span{font-weight: 700;}
       .header-image h2 small{font-size: 70%}
  .header-image p {
    color: #fff;
    font-size: 1.2rem;
}
  .header-image .buttons {
    padding: 1em 0; right: -40%;}

.header-image a.btn-custom {
  background:#b9ee00;
  display: inline-block;
  text-align: center;
 text-transform: uppercase;
border:0px solid #2e92ee;border-radius: 40px;height: 80px;line-height: 42px;padding: 20px;font-weight: 700}
  .header-image a.btn-custom:nth-of-type(2) {
    background-color: #2e92ee;
    color:white;
    margin-left: 1em; }
    .header-image a.btn-custom:nth-of-type(2):hover, .header-image a.btn-custom:nth-of-type(2):focus {
      color: #38a4dc; }
  .header-image a.btn-custom:hover, .header-image a.btn-custom:focus {
    text-decoration: none;
    color: #fff;
    background:#2e92ee; border:0px solid #fff;}
.buttons{position: absolute;
top: 30%;
right: -30%;}
.header-text{
        -webkit-animation: fadein 1s;  /* Safari 4.0 - 8.0 */
    -webkit-animation-iteration-count: 1; /* Safari 4.0 - 8.0 */
    animation: fadein 1s;
    animation-iteration-count: 1;
  background: rgba(46, 146, 238, 0.65);
padding: 40px 20px;
}

.small-header {
    background-image: url("../img/header-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 15%;
  position: relative;
  padding: 3em; }

.small-header::after {
display: block;
position: absolute;
background: #fff;
height: 100%;
top: 0;
left: 0;
width: 100%;
opacity:0.2;
content: '';}

.small-header .header-text{z-index: 1}
.small-header h1 {
  font-family: 'Poppins', serif;
    color: #fff;
    font-size: 2.5rem;
    line-height: 2.75rem;
    font-weight: 400;
    margin: 0.2em;
    text-transform: uppercase;
     }

.small-header h1 span{font-weight: 700}

.small-header p{ font-family: 'Poppins', serif;
    color: #fff;
    font-size: 1.125rem;}
@keyframes fadein {
  from {
    opacity: 0;
   transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}

.infobox .row{margin-bottom: 2em}
.infobox .text{display: block;
width: 500px;
background: rgba(200,200,200,1);
min-height: 200px;
position: absolute;
left: 80%;
top: 45%;
padding: 20px;
}
.infobox .text h3{font-weight: 600;font-size: 1.25em}
.infobox .text a{color:white;font-weight: 700}
.infobox .first .text{background: rgba(46, 146, 238, 0.72);color:white;}
.infobox .second .text{background: rgba(185, 238, 0, 0.7);color: black;left: -67%;top: 5%;width: 416px;}
.infobox .third {margin-top: -10%;}
.infobox .third .text{background: rgba(46, 146, 238, 0.72);color:white;width: 600px;}
.infobox .second .text a{color:black;font-weight: 700}
.byt, .error404{padding: 4em 0}
.byt h2, .error404 h2{font-weight: 700;font-size: 1.85em;padding: 10px 0; color: #333d62}
.byt h2{text-transform: uppercase;}
.byt h2 span{color:#2e92ee}
.byt a, .error404 a {text-decoration: none;}
.byt a:hover h2{text-decoration: none; color: #0075ab}

.byt .buttons{position: initial;}
.byt .buttons .btn-custom{float: left;
margin: 0.5em 0;
width: 100%;
text-align: center;border:0px;font-weight: 600}
.byt .btn-custom:hover{background:#2e92ee;color: #fff;}
.byt .btn-custom.dark{cursor:pointer;background:  #ddd;color:#000;border:0px solid #2e92ee;font-weight: 700}
.byt .stav{text-align: center;padding: 10px;font-weight: 700;font-size: 1.125em;text-transform: uppercase;}
.byt .stav.volny{background:  #fff;color:#b9ee00;border-top:3px solid #b9ee00; box-sizing: border-box;}
.byt .stav.rezervovany{background:  #fff;color:darkgoldenrod;border-top:3px solid darkgoldenrod; box-sizing: border-box;}
.byt .stav.predany{background:  #fff;color:#ff6000;border-top:3px solid #ff6000; box-sizing: border-box; }
.byt .stav span{color:black;}
.byt .volny{color:#60c924}
.byt .rezervovany{color:darkgoldenrod}
.byt .predany{color:#ff6000}

.byt .buttons .btn-custom.dark:hover{background:#eee }
.modal-dialog{width: 700px;max-width: 100%}
.modal-content{border-radius: 0}
.modal-footer{border:0;}
.informations{margin-top: -100px;margin-bottom: 50px}
.informations .column {
  padding: 2em;background: #fff; border:1px solid #ebebeb; box-sizing: border-box;text-align: center;}

  .informations .column h2 {
    color: #ffb900;
    font-size: 1.5rem;
    line-height: 1.25rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1em; }
  .informations .column p {
    color: #000000;
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: center; }
  .informations .column .btn-more {
    background: #000;
    font-weight: 700;
    text-transform: uppercase;
text-align: center;
font-size: 0.75em;
padding: 20px 35px;
margin-top: 0.5em;
display: inline-block;
color: white;
position: absolute;
width: 160px;
left: 50%;
  margin-left: -80px;
text-decoration: none;}

  .informations .column .btn-more:hover  {background-color: #ffb900;color: white}
.table .btn-custom{padding: 10px 15px !important;line-height: 20px;height: 40px;}
.table td,
.table th {
  border: none;
  font-size: 1rem;
  padding: 0.5em 0;
  text-align: center;
}

.table tr {
  margin: 1em 0; }

.table th {
  width: 8em; }

.table td {
  text-align: center;
  width: 8em;
  vertical-align: middle; }


.form-control {
  border-radius: 0px;
  padding: 0.5em;
  margin-bottom: 5px }

.btn-primary {
  border-color: #10577a; }

.who-we-are{
  background-image: none;
  padding: 4em 0; }
.who-we-are img{max-width: 100%}
 .who-we-are p {
    color: #10577a;
    font-size: 1rem;
    line-height: 1.5rem; }

.about-us {
  background-image: url("../img/o-projekte.jpg");
  height: 45em;
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  padding: 6em;
}

 .who-we-are h2,.about-us h2 {
    color: #fff;
    font-size: 2rem;
    line-height: 2rem;
    margin-bottom: 1em;
    font-weight: 700;
    text-transform: uppercase;}
.about-us p,.about-us ul {
    color: #fff;
    font-size: 1.125rem;
    line-height: 1.75rem; }
  .about-us .buttons {
    padding: 1em 0; }

.about-us a.btn-custom {
  display: inline-block;
  margin-bottom: 1em;
  text-align: center;
 text-transform: uppercase;}
  .about-us a.btn-custom:nth-of-type(1) {
    margin-right: 1em; }
  .about-us a.btn-custom:hover, .about-us a.btn-custom:focus {
    text-decoration: none;
    color: #fff;
       background-color: black }

.prax {
  text-align: justify;
  background-color: #edecec;
  padding: 2em 2em; }
  .prax h3 {
    margin-bottom: 1em;
    font-weight: bold; }

.vzdelanie {
  padding: 0; }
  .vzdelanie h3 {
    margin-bottom: 1em;
    font-weight: bold; }

.atestacie{
  padding: 2em 2em;
  background-color: #edecec; }

.phd {
  height: 30%;
  padding: 2em 2em;
  background-color: #e3e3e3; }

.odrazka {
  width: 1em;
  margin-right: 0.5em; }
.prax-vzdelanie {
  color: #10577a; }
  .prax-vzdelanie ul {
    list-style: none; }
  .prax-vzdelanie li {
    padding-bottom: 0.5em; }

.poschodie {
    text-decoration:none;
    position:relative;
}
.filter {padding: 1em;background: #f9f9f9;margin-bottom: 1em;z-index: 0;width:100%;}
.filter .form-control{width:100% !important;-webkit-appearance: none;}
#tooltip-span {
    display:block;
}
.poschodie:hover > #tooltip-span {
    display:block;
    position:fixed;
    overflow:hidden;
}

 .about-program {
   padding: 0em 0 0; }
  .about-program h2 {
    color: #fff;
    font-size: 2rem;
    line-height: 2rem;
    font-weight: 700;
    margin-bottom: 0.5em; text-transform: uppercase;}
  .about-program h3 {
    color: #38a4dc;
    font-size: 1.75rem;
    line-height: 2rem;
    margin-bottom: 1em;
    font-weight: 700; }
  .about-program p {
    color: #fff;
    font-size: 1rem;
    line-height: 1.5rem; }
  .about-program .buttons {
    padding: 1em 0; }


.about-program .text-content .content-inner{padding: 3em; background-color: #4ca2f3;height: 100%; }
.about-program a.btn-custom, .range a.btn-custom {
  display: inline-block;
  margin-bottom: 1em;
  text-align: center;
   text-transform: uppercase;text-decoration: none}
  .about-program a.btn-custom:nth-of-type(1) {
    margin-right: 1em; }
.about-program a.btn-custom:hover, .about-program a.btn-custom:focus,
  .range a.btn-custom:hover, .range a.btn-custom:focus {
    text-decoration: none;
    color: #fff;
     background-color: black }

.range {
  color: #000;
  background-color: #f8f8f8;
  padding: 4em 0;
  text-align: center;
}
  .range h2 {
    color: #000;
    font-size: 2rem;
    line-height: 2rem;
    margin-bottom: 1em; }
  .range h3 {
    color: #38a4dc;
    font-size: 1.875rem;
    line-height: 2rem;
    margin-bottom: 1em;
    font-weight: 700; }

.program-banner {
  font-size: 1.25rem;
  background-image: url("../img/program-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 4em 0; text-align: center; color: white}


.program-banner p{text-align: right;color:#000;font-size: 1.5em;font-weight: 600}
.program-banner p span{color:#009ee0;}
.services {
  color: #000;
  padding: 4em 0;
  text-align: center; }

.services.white{background:#fff;color:#000;}

.service-item{margin:1em 0;padding: 1em}
.service-item:hover, .services.white .service-item:focus {
background-color: #8bd6f7;
}

.service-item .btn-custom{margin-top: 1em;display: inline-block;}

.service-item.dark {
background-color: #ffb900;
color:white;
}
.service-item .btn-custom:hover{color: white;text-decoration: none;}
.service-item.dark .btn-custom{color: black;background:white;text-decoration: none;}


  .services h1 {
    color:#000;
    font-size: 2rem;
    line-height: 2.4rem;
    font-weight: 400;
    margin-top: 0.2em;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 0.2em; }
    .services h2 {
    color:#000;
    font-size: 1.3rem;
    line-height: 2rem;
    font-weight: 700;
    margin-top: 0.2em;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0.2em; }
    .services h1:after{content: ""; display: block;background-color: #2e92ee;height: 3px;width: 70%}
  .services h3 {
    font-size: 1.5rem;
    line-height: 1.75rem;color:#333d61; }
  .services h4 {
    font-size: 1.5rem;
font-weight: 700;
line-height: 1.75rem;
text-transform: uppercase; }
 .services h4 small{display: block;color:#333d61;}
  .services img {
    max-width: 8em;
    margin: 1em 0; }

 .services a:hover{text-decoration: none;}
  .services a.btn-more {
    color: #0075ab;
    padding: 15px;
    max-width: 80%;
    display: inline-block;
    text-align: center;
    background-color: #fff;
   text-transform: uppercase;
   text-decoration: none;
   font-weight: 700;
   font-size: 0.75em;
   margin-top: 1em}

  .services a.btn-more:hover, .services a.btn-more:focus {
      background-color: #38a4dc;  color: white}

.info {
  padding: 3em 0 1em 0;
  font-size: 0.875rem;
  line-height: 1.375rem;
  background: #222222;
  position: relative;
 }

.info ul{list-style: none;float: right;}
.info ul li{display: inline-block;float: left;padding: 0 20px}
  .info h3 {
    font-size: 1.25rem;
    color: #fff;
    font-weight: bold; }
  .info a{text-transform: uppercase;font-size: 0.875em}
  .info a,
  .info p {
    margin: 0;
    display: block;
    color: #fff; }
  .info a:hover,
  .info a:focus {
    text-decoration: none;
    color: #10577a; }
  .info .btn-custom {
    color: white;
    text-align: center;
  }
  .info img {
    max-width: 100%;
    position: relative;
    top: -1em; }
  .info .poistovne {
    text-align: center;
    color: #38a4dc; }
  .info .poistovna1 {
    width: 30%;
    margin-left: 6%;
    margin-right: 1em;
    margin-top: 5em;
    display: inline-block; }
  .info .poistovna2 {
    width: 16%;
    display: inline-block;
    margin-top: 5em; }
  .info .poistovna3 {
    width: 30%;
    margin-left: 1em;
    margin-top: 5em;
    display: inline-block; }
.galeria{padding: 4em 0 6em;}
.galeria h2{  text-transform: uppercase;
font-size: 2rem;
line-height: 2rem;
font-weight: 700;
margin-top: 0.2em;
margin-bottom: 0.5em;
color:#333d61;text-align: center;}
.galeria .photo{background-image: url("../img/galeria.png");  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;min-height: 300px}
.facilities{ background-image: url("../img/mapa-2.png");
  height: 38em;
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;}
  .facilities .about-lokalita{background-color:rgba(51, 61, 97, 1);color:white;padding: 30px;position: relative; margin-top:-2em;}
   .facilities .about-lokalita .ikona{position: relative;float:right}
.facilities h2 {
  text-transform: uppercase;
font-size: 2rem;
line-height: 2rem;
font-weight: 700;
margin-top: 0.2em;
margin-bottom: 0.5em;
}
.facilities p {
color: #fff;
font-size: 1.125rem;
line-height: 1.75rem;margin-bottom: 1.5em;}
.facilities .btn-custom{text-transform: uppercase;font-size: 0.875rem}
.facilities .btn-custom:hover{background-color: black;color:white;}

.testimonials{padding: 4em 0;text-align: center;}
.testimonials h2 {
font-size: 2.3125rem;
line-height: 2rem;
font-weight: 700;
}
.testimonials h3 {
font-size: 1.5rem;
line-height: 2rem;
margin-bottom: 1.5em;
}

.team{padding: 4em 0;text-align: center;}
.team .member{text-align: left;margin-top: 2em}
.team .member-photo {border: 4px solid #0075ab;
border-radius: 50%;
width: 300px;
height: 300px;
text-align: center;
line-height: 300px;
box-sizing: content-box;}
.team .member-photo img{max-width: 100%;border-radius: 50%;}

.team .name {
color: #38a4dc;
font-size: 1.875rem;
line-height: 2rem;
margin-bottom: 0.5em;
font-weight: 700;
}
.team .position {
color: #ffb900;
font-size: 1.25rem;
line-height: 1.5rem;
margin-bottom: 0.5em;
font-weight: 600;
}
.request-form{padding: 4em 0;text-align: center;}
.form-contact{background-color: #e9e9e9;padding: 5px;margin-top: 1em}
.form-choise{background-color: #f8f8f8;padding: 25px;margin-top: 1em;text-align: left;}
.form-choise h3{font-weight: 700}
.form-choise:hover h3{font-weight: 700;color: white}
.form-contact:hover,.form-choise:hover{background-color: #009ee0}
.eqWrap {
  display: flex;
}

.eq {
  padding: 20px;
  background-color: #f8f8f8;
}

.equalHMWrap {
  justify-content: space-between;
}

.equalHM {
  width: 49%;
}
.equalHM blockquote{text-align: left;}
.equalHM p {display: block;margin: 0;
width: 100%;
text-align: right;}

.equalHM .name{font-weight: 600}


.map{background:url('../img/map.jpg') #f6f6f6;padding: 4em 0;min-height: 700px;background-repeat: no-repeat;background-position: bottom right;background-size: contain;}
.map h2,.map h3, .what-expect h2{font-weight: 700}
.questions {
  font-size: 1.2rem;
 padding: 2em 0; text-align: center; color: #333d61;}
  .questions h2 {
    color:#2e92ee;
    text-transform: uppercase;
    font-size: 2.5rem;
    font-weight: 700;
line-height: 2rem;
    text-align: center; }
  .questions h3{font-size: 1.75rem;margin-bottom: 1em;color:black;text-transform: uppercase;}
    .questions p{font-size: 1rem;margin:1em 0;color: #333d61 !important }
  }
   .questions a{ color: #333d61 !important}

  .main_formular{background:#f9f9f9 !important;padding: 2em 0;}
  .main_formular .btn-custom{float: right;border: 0}
  .makleri{background-color: #2e92ee;text-align: center;}
  .makler{margin-top: -60px}
  .makler p,.makler a{color: #fff !important;font-size: 1.125em}
  .makler .meno{font-size: 1.5em;font-weight: 700;margin-top: 1em}
  .remax{margin-top: 80px}
  .remax.mobile{display: none}
  .questions textarea {
    border: 1px solid #ced4da;
    border-radius: 0;
}
  .questions .btn-custom {
padding: 1em 2em !important;text-transform: uppercase;font-size: 0.875rem}

.question-required {
font-size: 1rem;
  margin-bottom: 0em; }

.question-name {
  width: 80%; }

.question-name-label {
  width: 10%; }
 .questions .btn-custom:hover{background-color: black;color:white;}
label {
font-weight: 600}
.small-input{width: 50px}


.accordion, .contact, .standard, .lokalita {
  padding: 4em 0; }
.standard h2{background: rgba(51, 61, 97, 0.10);padding: 10px;margin:1em 0 }
.odrazka {
  width: 1em;
  margin-right: 0.5em; }
.lokalita p{margin-bottom: 0}
.lokalita h2{font-weight: 600}
.lokalita h3{margin-top: 1em;margin-left: 0.5em;font-size: 1.125em;font-weight: 600}
.panel {
  border-bottom: 0px solid #fff;
  margin: 2em 0; }
.mapa {position: relative;}
.mapnav{position: absolute;z-index: 1;background:#f9f9f9;min-width: 350px;
padding: 0em 1em 0em 3em;}
.marker-list{list-style: none;
padding-left: 25px;}
.marker-list li{cursor: pointer;}
.panel-title {
  text-align: left;
  margin-bottom: 0rem;
  padding-top: 1em;
  font-size: 1rem;
  font-weight: bold; }
  .panel-title a {
    color: #10577a; }
  .panel-title > a:before {
    float: right !important;
    font-size: 0.875rem;
    width: 2em;
    margin-top: 0.6em;
    text-align: center;

    content: url("../img/arrow_up_prakticke_rady.svg"); }
  .panel-title > a.collapsed:before {
    float: right !important;
    font-size: 0.875rem;
    width: 2em;
    margin-top: 0.6em;
    text-align: center;
    content: url("..//img/arrow_down_prakticke_rady.svg"); }
  .panel-title > a:hover, .panel-title > a:active, .panel-title > a:focus {
    text-decoration: none; }

.panel-body {
  color: #10577a;
  padding: 0em 1em;
  text-align: justify; }
  .panel-body h5 {
    text-transform: uppercase;
    color: #10577a;
    font-size: 1.125rem;
    text-align: left;
    margin-bottom: 0; }

.parameter{font-size: 1.5em;font-weight: 700;text-align: center;padding: 0em  0.2em;;
}
.parameter .inner {background: #f1f1f1;padding:1em}
.parameter:last-child{border:0;}
.parameter small{display: block;width: 100%;font-weight: 300;font-size: 1rem;}
.rozloha{width: 100%;margin: 0}
.rozloha .riadok{text-transform:uppercase;display: block;width: 100%; padding: 1em 2em;background: #f8f8f8;margin-bottom: 0.1em; color:#333d62;}
.rozloha .riadok:hover{background:#2e92ee;color:#fff;}
.rozloha .riadok .number{font-weight: 700;display: inline-block;width:10%;}
.rozloha .riadok .metre{display: inline-block;width:30%;float: right;text-transform: none;text-align: right;}
.rozloha .riadok.big{background: inherit;font-size: 1.25em;font-weight: 700}
.rozloha .riadok.big:hover{color:#2e92ee;}

.rozloha .riadok.big.cena{padding: 0em;background: inherit;font-size: 1.85em;font-weight: 900;text-align: center;}
.rozloha .riadok.big.cena:hover{color:#2e92ee;}
.rozloha .riadok.big.cena span{font-weight: 400;text-transform: none;font-size: 1.45rem}

.financovanie{padding: 4em 0}
.circle {
  font-weight: bold;
  padding: 15px 20px;
  border-radius: 50%;
  background-color: #ffb900;
  color: #4D4545;
  max-height: 50px;
  z-index: 2;
}

.how-it-works.row {
  display: flex;
}
.how-it-works.row .col-2 {
  display: inline-flex;
  align-self: stretch;
  align-items: center;
  justify-content: center;
}
.how-it-works.row .col-2::after {
  content: "";
  position: absolute;
  border-left: 3px solid #ffb900;
  z-index: 1;
}
.how-it-works.row .col-2.bottom::after {
  height: 50%;
  left: 50%;
  top: 50%;
}
.how-it-works.row .col-2.full::after {
  height: 100%;
  left: calc(50% - 3px);
}
.how-it-works.row .col-2.full-left::after {
  height: 100%;
  left: 50%;
}
.how-it-works.row .col-2.top::after {
  height: 50%;
  left: 50%;
  top: 0;
}

.timeline div {
  padding: 0;
  height: 40px;
}
.timeline hr {
  border-top: 3px solid #ffb900;
  margin: 0;
  top: 17px;
  position: relative;
}
.timeline .col-2 {
  display: flex;
  overflow: hidden;
}
.timeline .corner {
  border: 3px solid #ffb900;
  width: 100%;
  position: relative;
  border-radius: 15px;
}
.timeline .top-right {
  left: 50%;
  top: -50%;
}
.timeline .left-bottom {
  left: -50%;
  top: calc(50% - 3px);
}
.timeline .top-left {
  left: -50%;
  top: -50%;
}
.timeline .right-bottom {
  left: 50%;
  top: calc(50% - 3px);
}
.ps-timeline img{max-height: 110px}
.ps-timeline-sec {
  position: relative;
  background: #fff;
}
.ps-timeline-sec .container {
  position: relative;
}
@media screen and (max-width: 767px) {

  .ps-timeline-sec .container ol:before {
    background: #2e92ee;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    top: 130px !important;
    left: 36px !important;
  }
  .ps-timeline-sec .container ol:after {
    background: #2e92ee;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    top: inherit !important;
    left: 36px;
  }
  .ps-timeline-sec .container ol.ps-timeline {
    margin: 0px 0 !important;
    border-left: 2px solid #2e92ee;
    padding-left: 0 !important;
    padding-top: 120px !important;
    border-top: 0 !important;
    margin-left: 25px !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li {
    height: 220px;
    float: none !important;
    width: inherit !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li:nth-child(2) .img-handler-bot img {
    width: 70px;
  }
  .ps-timeline-sec .container ol.ps-timeline li:last-child {
    margin: 0;
    bottom: 0 !important;
    height: 120px;
  }
  .ps-timeline-sec .container ol.ps-timeline li:last-child .img-handler-bot {
    bottom: 40px !important;
    width: 40% !important;
    margin-left: 25px !important;
    margin-top: 0 !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li:last-child .img-handler-bot img {
    width: 100%;
  }
  .ps-timeline-sec .container ol.ps-timeline li:last-child .ps-top {
    margin-bottom: 0 !important;
    top: 20px;
    width: 50% !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li span {
    left: 0 !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:before {
    content: none !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:after {
    content: none !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:before {
    content: none !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:after {
    content: none !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li .img-handler-top {
    position: absolute !important;
    top: -43px !important;
    width: 30% !important;
    float: left !important;
    margin-left: 35px !important;
    margin-bottom: 0 !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li .img-handler-top img {
    margin: 0 auto !important;
    width: auto !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li .img-handler-bot {
    position: absolute !important;
    bottom: 115px !important;
    width: 30% !important;
    float: left !important;
    margin-left: 35px !important;
    margin-bottom: 0 !important;
  }
  .ps-timeline-sec .container ol.ps-timeline li p {
    text-align: left !important;
    width: 100% !important;
    margin: 0 auto !important;
    margin-top: 0px !important;
    line-height: 1em
  }
  .ps-timeline-sec .container ol.ps-timeline li .ps-top {
    width: 60% !important;
    float: right !important;
    right: 0;
    top: -40px;
  }
  .ps-timeline-sec .container ol.ps-timeline li .ps-bot {
    width: 60% !important;
    float: right !important;
    right: 0;
    top: -40px;
  }
}
.ps-timeline-sec .container ol:before {
  background: #2e92ee;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  position: absolute;
  left: 8px;
  top: 49.5%;
}
.ps-timeline-sec .container ol:after {
  background: #2e92ee;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  position: absolute;
  right: 8px;
  top: 49.5%;
}
.ps-timeline-sec .container ol.ps-timeline {
  margin: 390px 0;
  padding: 0;
  border-top: 2px solid #2e92ee;
  list-style: none;
}
.ps-timeline-sec .container ol.ps-timeline li {
  float: left;
  width: 20%;
  padding-top: 30px;
  position: relative;
}
.ps-timeline-sec .container ol.ps-timeline li span {
  width: 50px;
  height: 50px;
  margin-left: -25px;
  background: #fff;
  border: 4px solid #2e92ee;
  border-radius: 50%;
  box-shadow: 0 0 0 0px #fff;
  text-align: center;
  line-height: 1.75em;
  color: #df8625;
  font-size: 1.5em;
  font-style: normal;
  position: absolute;
  top: -26px;
  left: 50%;
}
.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:before {
  content: "";
  color: #2e92ee;
  width: 2px;
  height: 50px;
  background: #2e92ee;
  position: absolute;
  top: -50px;
  left: 50%;
}
.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:after {
  content: "";
  color: #2e92ee;
  width: 8px;
  height: 8px;
  background: #2e92ee;
  position: absolute;
  bottom: 90px;
  left: 44%;
  border-radius: 100%;
}
.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:before {
  content: "";
  color: #2e92ee;
  width: 2px;
  height: 50px;
  background: #2e92ee;
  position: absolute;
  bottom: -50px;
  left: 50%;
}
.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:after {
  content: "";
  color: #2e92ee;
  width: 8px;
  height: 8px;
  background: #2e92ee;
  position: absolute;
  top: 90px;
  left: 44%;
  border-radius: 100%;
}
.ps-timeline-sec .container ol.ps-timeline li .img-handler-top {
  position: absolute;
  bottom: 0;
  margin-bottom: 130px;
  width: 100%;
}
.ps-timeline-sec .container ol.ps-timeline li .img-handler-top img {
  display: table;
  margin: 0 auto;
}
.ps-timeline-sec .container ol.ps-timeline li .img-handler-bot {
  position: absolute;
  margin-top: 60px;
  width: 100%;
}
.ps-timeline-sec .container ol.ps-timeline li .img-handler-bot img {
  display: table;
  margin: 0 auto;
}
.ps-timeline-sec .container ol.ps-timeline li p {
  text-align: center;
  width: 80%;
  margin: 0 auto;
}
.ps-timeline-sec .container ol.ps-timeline li .ps-top {
  position: absolute;
  bottom: 0;
  margin-bottom: 100px;
}
.ps-timeline-sec .container ol.ps-timeline li .ps-bot {
  position: absolute;
  margin-top: 0px;
}



.infopanel{display:none;float:left;text-align:left;position: absolute; background:#b9ee00;padding:12px;top: 10px;left:50px; width: 200px;z-index: 1}
.infopanel span{font-weight: 700;text-align: right;float: right;}
.footer-MF{background-color: #141414;
color: white;
padding: 2em 0;
font-size: 0.75rem;
text-align: center;
font-weight: 400;}

.MF-logo {
  width: 4rem; }

@media (min-width: 1800px) {
  .header-image {
    background-position: 00% 30%; } }

@media (max-width: 1400px) {
  .form-control {
    padding: 0.5em 1em; }

  .table th {
    width: 6em; } }
@media (max-width: 1200px) {
  .header-image {
    background-position: 40% 00%; }

  .test-yourself {
    height: 25em;
    background-size: contain;
    padding-top: 5em; }
    .info ul {float: right;padding: 0 20px}}
@media (max-width: 992px) {
  .remax{display: none}
  .remax.mobile{display: block;margin-top: 40px;margin-bottom: 40px }
  .header-image {
    height: 36em;
    padding-top: 10em; }
  .makler{margin-top: 20px}

.buttons{position: relative;top:auto;right: 0 !important}


  .services .col-20percent {
    width: 100%; }

  .footer-logo {
    display: none; }

  .info img {
    top: -0em; }

  .footer-contact {
    margin-top: 2em; }

  .info .btn-custom {
    width: 60%;
    color: white;
    text-align: center;}

.infobox .text{
width: 100% !important;
min-height: 200px;
top: initial !important;
left: 0 !important;
right: 0 !important;
bottom: 0 !important;
padding: 20px;
}
.infobox .third {margin-top: 0}

}
@media (max-width: 930px) {
  .test-yourself {
    text-align: center;
    padding-top: 2em; }

  .test-yourself a.btn-custom {
    margin-top: 1em; } }
@media (max-width: 768px) {
  .mapnav{position: relative;z-index: 1;background:#f9f9f9;min-width: 100%;
padding: 0em 3em 0em 3em;}

  .questions h2{font-size: 1.75rem;}
.questions h3{font-size: 1.125rem;}
  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    border-radius: 0; }

.navigation{padding:1em 2em;margin:0;}

  .header-image {
    background-size: cover;
    background-position: 50%;
    margin-left: 0em;
    height: auto;
    padding-top: 2em;
    padding-bottom: 2em;
    text-align: center;
    color:#fff;}
    .header-text{min-height: 300px;}
.table td, .table th{font-size: 0.85em}
.riadok {font-size: 0.85em}
.small-header{padding: 1em}
 .small-header   .header-text{min-height: auto;}
.header-image h2{font-size: 1.5em;line-height: 1.5em}
.header-image p {font-size:1.2rem;line-height: 1.2em}
  .about-us {
    height: auto;
    padding: 4em;

    margin-left: 0em; }
.parameter{border:0;}

ul.bsteps { padding: 0 20px 0 20px;}

ul.bsteps li div.b{display: none;}

  .test-yourself {
    height: auto;
    padding-bottom: 2em; }

.call-bar{display: none;}
.navbar-brand {padding: 10px;position: relative;}
.navbar-brand img{max-width: 10em}
.navbar-nav .nav-link{padding: 1em !important}
.info ul {float: left;padding: 0 0px}
  footer .info {
    text-align: center; }

  .footer-services {
    margin-top: 2em; }
    .informations .column .btn-more{position: relative;left: auto;margin:0;}

  .info .btn-custom {
    width: 60%;
    margin-left: 23%;
    margin-top: 2em; }




     .services h2,.who-we-are h2, .about-us h2{font-size: 1.8rem;}
     .about-us{height:auto!important;padding: 4em 2em;}
     .facilities{height:auto!important;}
     .small-header h1{font-size: 1.85rem;
line-height: 2rem;margin: 0}
 }
@media (max-width: 600px) {
  .header-image img {
    height: 15em; }
  .adresa{text-align: center;}
.questions h2{font-size: 1.95rem;}
}
@media (max-width: 500px) {

.info ul li{width: 100%}

  .about-us {
    height: 35em; } }
@media (max-width: 400px) {
  .rozloha .riadok{padding: 1em}
  .makler .meno {
font-size: 1.25em;
font-weight: 700;
margin-top: 1em;
}
  .hidden-xs{display: none}
  .header-image {
    padding-top: 2em; }

  .header-image img {
    height: 10em; }
}
@media (max-width: 330px) {
  .rozloha .riadok.big{font-size: 0.95em !important}
  .header-image h2{font-size: 1.4em;line-height: 1.5em}
  .header-text p{display: none;}
  .about-us {
    height: 38em; } }
