/*!
// Contents
// ------------------------------------------------>

 1.  Global Styles
 2.  Typography
 3.  Color
 4.  Align
 5.  Grid
 6.  Background
 7.  Buttons
 8. Forms
 9. Header
 10. Menu
 11. Hero
 12. Testimonial
 13. Feature
 14. Call To Action
 15. Pricing Tables
 16. Clients
 17. Footer
 */


/*------------------------------------*\
    #GLOBAL STYLES
\*------------------------------------*/

body {
  
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #585858;
}

p {
  color: #555;
  font-size: 16px;
  line-height: 1.55;
}

em {
  font-style: normal;
  font-weight: 600;
}

a.link {
  color: #0054a0;
  text-decoration: underline;
}

span.red {
  color: #ec1c23;
}
span.underline {
  position: relative;
}
span.underline:before {
  content: '';
  background-color: #fff;
  opacity: 1;
  width: 106%;
  height: 20px;
  position: absolute;
  bottom: 10px;
  left: -3%;
  border-radius: 4px;
}
span.underline span.text {
  position: relative;
}

/*------------------------------------*\
    #TYPOGRAPHY
\*------------------------------------*/

.h1,
.h2,
h1,
h2
{
  color: #0054a0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin: 0 0 28px;
}

.h3,
.h4,
.h5,
.h6,
h3,
h4,
h5,
h6 {
  color: #555555;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

.font-heading {
  font-family: "Montserrat", sans-serif;
}

.font-body {
  font-family: "Montserrat", sans-serif;
}


/*------------------------------------*\
    #BUTTONS
\*------------------------------------*/
.btn {
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  position: relative;
  z-index: 2;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  padding: 0;
  width: 260px;
  height: 55px;
  line-height: 55px;
  letter-spacing: 0.65px;
}

/* Button Gradient */
.btn--gradient {
  background-color: #0054a0;
  background-image: linear-gradient(270deg, #007ae8 0%, #0054a0 100%);
}

.btn--gradient.btn--light {
  background-color: #F04248;
  background-image: linear-gradient(270deg, #ED1D23 0%, #F04248 100%);
}

.card {
  border-color: rgba(0, 64, 133, .15);
  border-radius: 15px;
  background: #fff;
  padding: 30px 35px 35px;
}

.card.strop-pomoci {
  color: #004085;
}

.download {
  padding-top: 60px;
}
.download .btn  {
  width: 100%;
  height: 90px;
  line-height: 20px;
  text-align: left;
  padding-left: 95px;
  margin-bottom: 5px;
  padding-top: 24px;
}
.download .btn.ozn {
  padding-top: 16px;
}
.download .btn.extra-line {
  padding-top: 15px;
}
.download .btn .month {
  font-size: 14px;
  position: relative;
  top: -2px;
}

#szco_upsvar {
  text-transform: none;
}

.download .btn .plus-cat {
  font-size: 24px;
  font-weight: bold;
}


.download .btn.pdf:before {
  width: 42px;
  height: 45px;
  content: " ";
  background: url('../images/MPSVR/icon_pdf.svg') no-repeat center;
  background-size: 100%;
  position: absolute;
  top: 20px;
  left: 25px;
}
.download .btn.doc:before {
  width: 42px;
  height: 45px;
  content: " ";
  background: url('../images/MPSVR/icon_doc.svg') no-repeat center;
  background-size: 100%;
  position: absolute;
  top: 20px;
  left: 25px;
}
.download .btn.xls:before {
  width: 42px;
  height: 45px;
  content: " ";
  background: url('../images/MPSVR/icon_xls.svg') no-repeat center;
  background-size: 100%;
  position: absolute;
  top: 20px;
  left: 25px;
}
.download .btn.xlsx:before {
  width: 42px;
  height: 45px;
  content: " ";
  background: url('../images/MPSVR/icon_xlsx.svg') no-repeat center;
  background-size: 100%;
  position: absolute;
  top: 20px;
  left: 25px;
}

.download .btn.outlink:before {
  width: 42px;
  height: 42px;
  content: " ";
  background: url('../images/MPSVR/icon_link.svg') no-repeat center;
  background-size: 100%;
  position: absolute;
  top: 21px;
  left: 25px;
}

.download .extra {
  color: #004480;
  display: block;
  font-size: 14px;
  text-align: center;
  margin-bottom: 35px;
  text-decoration: underline;
}

.download .podmienky {
  color: #004480;
  font-size: 14px;
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  padding-left: 35px;
  text-decoration: underline;
  line-height: 32px;
}

.download .podmienky:before {
  width: 25px;
  height: 27px;
  content: " ";
  background: url('../images/MPSVR/icon_pdf_small.svg') no-repeat center;
  background-size: 100%;
  position: absolute;
  left: 0;
}
.download .podmienky.video:before {
  background: url('../images/MPSVR/icon_video_small.svg') no-repeat center;
  left: 1px;
}
.download .podmienky.doc:before {
  background: url('../images/MPSVR/icon_doc_small.svg') no-repeat center;
  left: 1px;
}
.download .podmienky.outlink:before {
  background: url('../images/MPSVR/icon_outlink.svg') no-repeat center;
  left: 1px;
}
.download .podmienky.zip:before {
  background: url('../images/MPSVR/icon_zip_small.svg') no-repeat center;
  left: 1px;
}



/*------------------------------------*\
    #FORMS
\*------------------------------------*/

/*------------------------------------*\
    #Heading
\*------------------------------------*/
.heading .heading-title {
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 64px;
  margin-bottom: 0;
}
.heading .sos-dotacia {
  display: inline-block;
  color: #fff;
  background: #ec1c23;
  padding: 5px 15px;
  border-radius: 10px;
  margin-top: 25px;
}
.heading p {
  color: #0054a0;
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 42px;
  margin-top: 15px;
}
.heading .heading-title .small {
  display: block;
  font-size: 22px;
  font-weight: 700;
  line-height: 44px;
}

@media only screen and (max-width: 991px) {
  .heading {
    position: relative;
    z-index: 100;
  }
  .heading .heading-title,
  .heading p  {
    text-align: center;
  }
}

@media only screen and (max-width: 499px) {
  .heading {
    position: relative;
    z-index: 100;
  }
  .heading .heading-title {
    font-size: 30px;
    line-height: 40px;
  }
  .heading p {
    font-size: 18px;
    line-height: 32px;
  }
}


.highlight.highlight--blue {
  color: #FFF;
  background: #0054a0;
  padding: 7px 10px 10px;
  border-radius: 10px;
  display: inline-block;
  text-decoration: none;
}


.highlight.highlight--light-blue {
  background: #e5f0ff;
  border-radius: 10px;
  padding: 20px 25px;
}


/*------------------------------------*\
    #HEADER
\*------------------------------------*/
.navbar-brand {
  min-width: 150px;
  max-width: 235px;
  padding: 35px 25px 35px 0;
}

.navbar-brand img {
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .navbar .navbar-brand {
    height: auto;
    line-height: 1;
    margin-left: 15px;
    /*margin: 0 auto;*/
  }
}

@media only screen and (max-width: 579px) {
  .navbar .navbar-brand {
    margin: 0 auto;
    padding-right: 0;
  }
}

/*------------------------------------*\
    #Menu
\*------------------------------------*/
.navbar-nav>li {
  margin-right: 60px;
}

.navbar-nav>li>a {
  color: #0054a0;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

@media only screen and (max-width: 991px) {
  .navbar-nav>li {
    margin-right: 0;
  }
}

/*------------------------------------*\
    #Hero
\*------------------------------------*/

.hero {
  background: #e1f1f8;
  /*background: radial-gradient(circle, #eff8fc 0%, #d9e9f3 100%);*/
  background: radial-gradient(at 25% 250px, #eff8fc 0%, #d1e1eb 100%);
  border-bottom: 10px solid #ccddec;
  padding-top: 175px;
  padding-bottom: 165px;
}

.hero .hero-headline h1 {
  color: #0054a0;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 10px;
}

.hero .hero-headline-szco h1 {
  font-size: 80px;
  line-height: 92px;
}

.hero .hero-headline-szco--small h1 {
  font-size: 60px;
  line-height: 72px;
}

.hero .hero-headline span {
  color: #ec1c23;
  font-size: 66px;
}

.hero .hero-headline-szco span {
  font-size: 80px;
}
.hero .hero-headline-szco--small span {
  font-size: 60px;
}

.hero .hero-headline h2 {
  font-size: 24px;
  line-height: 40px;
}

.hero .hero-headline img {
  margin-right: 80px;
}

.hero .hero-bio {
  color: #515556;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 50px;
  padding-right: 30px;
}
.hero .hero-bio em {
  /*display: block;*/
  font-style: normal;
  font-weight: 600;
  /*margin-bottom: 15px;*/
}

.hero .hero-img-szco {
  margin-top: -340px;
}

.hero .hero-img img {
  width: 120%;
  max-width: 120%;
  margin-left: -20%;

}

@media only screen and (max-width: 1399px) {
  .hero .hero-img img {
    width: 125%;
    max-width: 125%;
    margin-top: 20px;
    margin-right: -60px;
  }
}

@media only screen and (max-width: 1199px) {
  .hero .hero-img img {
    width: 125%;
    max-width: 125%;
    margin-top: 20px;
    margin-right: -20px;
  }
}

@media only screen and (max-width: 991px) {
  .hero .hero-img img {
    display: none;
  }
  .hero .hero-headline {
    text-align: center
  }
  .hero.hero-szco {
    text-align: left;
  }
  .hero .hero-headline img {
    margin: 0 auto;
    margin-right: 0
  }

  .hero .hero-img-szco {
    margin-top: -155px;
  }
  .hero .hero-img-szco img {
    display: inline-block;
    margin: 0 auto;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .hero {
    padding-top: 285px;
  } 
  .hero.hero-szco {
    padding-top: 200px;
  }
  .hero .hero-img-szco {
    margin-top: -125px;
  }
}
@media only screen and (max-width: 579px) {
  .hero {
    padding-top: 400px;
  }
  .hero .hero-headline h1 {
    font-size: 35px;
    line-height: 46px;
  }

  .hero .hero-headline h1 span {
    font-size: 50px;
    line-height: 50px;
  }

  .hero .hero-headline-szco h1 {
    font-size: 50px;
    line-height: 1.2
  }
  .hero .hero-img-szco {
    margin-top: -100px;
  }
}
@media only screen and (max-width: 319px) {
  .hero .hero-headline h1 {
    font-size: 25px;
    line-height: 35px;
  }

  .hero .hero-headline h1 span {
    font-size: 40px;
    line-height: 50px;
  }
}

.hero-action .btn {
  width: 350px;
}

#hero.hero-szco {
  padding-bottom: 80px;
}

#hero .alerts {
  padding-top: 0;
  margin: 80px 0 -100px;
}

#hero.hero-szco .alerts {
  margin: 0; 
}

#hero .alerts.plus_alert {
  padding-top: 0;
  margin: 0;
  margin-top: 40px;
  padding-bottom: 25px;
}

#hero .alerts .alert-danger {
  background-color: #ffe0e0;
  /*box-shadow: 0px 10px 145px rgb(255, 255, 255);*/
}

#hero .alerts .alert-info,
#hero .alerts .alert-plus,
#hero .alerts .alert-zus {
  /*box-shadow: 0px 10px 25px rgba(0,0,0,0.05);*/
  background: #fff !important;
}
#hero .alerts .alert-info ol {
  padding-left: 18px;
}
#hero .alerts .alert-info ol > li {
  padding-left: 10px;
}
#hero .alerts .alert-info ol > li:last-child {
  margin-bottom: 35px;
}
#hero .alerts .alert-info ol > li > ul {
  margin: 15px 0 30px;
}


#accordion .btn {
  color: #555;
}
#accordion .card {
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, .15);
}
#accordion .card:last-child {
  border-bottom: 0;
}
#accordion .card .card-header {
  background: transparent;
  border-bottom: 0;
}
#accordion .card .card-header .btn {
  font-family: 'Open Sans', sans-serif;
    text-decoration: underline;
    letter-spacing: normal;
    white-space: normal;
    line-height: 1.6;
    width: 100%;
    display: flex;
    align-items: center;
}


#prva_pomoc_plus_header {
  text-align: right;
}
#prva_pomoc_plus_header .hero-headline img {
  margin-bottom: 25px;
  max-width: 230px;
  margin-right: 0;
}
#prva_pomoc_plus_header .hero-bio {
  padding-right: 0;
  padding-left: 20px;
}

@media screen and (max-width: 991px) {
  #prva_pomoc_plus_header {
    text-align: center;
    margin-top: 100px;
  }
}

#prva_pomoc_plus_single_header .hero-headline {
  padding-top: 0;
}

#prva_pomoc_plus_single_header .hero-headline img {
  margin-bottom: 25px;
  max-width: 450px;
}


/*------------------------------------*\
    #Pomoc
\*------------------------------------*/
#pomoc {
  background: url('../images/MPSVR/rescue_wheel_bg.svg') no-repeat center 39.5%;
  -webkit-background-size: auto 550px ;
  background-size: auto 550px;
  border-bottom: 10px solid #eaf1f7;
}

#pomoc .features.first-line {
  padding-top: 0;
}

#pomoc .features.first-line,
#pomoc .features.second-line {
  padding-bottom: 80px;
  padding-top: 80px;
  border-bottom: 1px solid #d9e5f1;
}
#pomoc .features.third-line {
  padding-top: 80px;
}

#pomoc .features > div {
  border-right: 1px solid #d9e5f1;
} 

#pomoc .features > div:last-child {
  border-right: 0;
}

#pomoc .alerts {
  padding-top: 140px;
}
#pomoc span.underline:before {
  background-color: #00539f;
  opacity: .07;
  bottom: 0;
}
@media only screen and (max-width: 991px) {
  #pomoc {
    background-position: center 43.5%;
  }
  #pomoc .features.first-line,
  #pomoc .features.second-line {
    padding-bottom: 0;
  }
  #pomoc .features.third-line {
    padding-top: 0;
  }

  #pomoc .features > div {
    padding-top: 80px;
    padding-bottom: 80px;
    border-bottom: 1px solid #d9e5f1;
  }
  #pomoc .features > div {
    border-right: 0;
  } 
  #pomoc .features > div:last-child {
    border-bottom: 0;
  }

  #pomoc .alerts {
    padding-top: 100px;
  }
}

@media only screen and (max-width: 499px) {
  #pomoc .features > div:first-child {
    
    margin-top: 20px;
    margin-bottom: 60px;
  } 
}

/*------------------------------------*\
    #Mam zatvorene
\*------------------------------------*/
#mam_zatvorene {
  background: #f7fafc;
  border-bottom: 10px solid #e8f0f6;
}

#mam_zatvorene .illustration {
  margin-top: -200px;
}

#mam_zatvorene .alerts {
  padding-top: 100px;
}
#mam_zatvorene .alerts .alert-info {
  background: #eaf2f7;
}
#mam_zatvorene .alerts .alert-danger {
  background: #f6eff1;
}

#mam_zatvorene span.underline:before {
  background-color: #00539f;
  opacity: .07;
  bottom: 0;
}

@media only screen and (max-width: 1199px) {
  #mam_zatvorene .illustration {
    margin-top: -50px;
  }
}
@media only screen and (max-width: 991px) {
  #mam_zatvorene .illustration {
    margin-top: -140px;
  }
}

@media only screen and (max-width: 499px) {
  #mam_zatvorene .illustration {
    margin-top: -80px;
  }
  #mam_zatvorene .alerts {
    padding-top: 50px;
  }
}


/*------------------------------------*\
    #Klesli trzby
\*------------------------------------*/

#klesli_trzby {
  background: #f0f5f9;
}
#klesli_trzby .illustration {
  margin-top: -240px;
}
@media only screen and (max-width: 1199px) {
  #klesli_trzby .illustration {
    margin-top: -50px;
  }
}
@media only screen and (max-width: 991px) {
  #klesli_trzby .illustration {
    margin-top: -225px;
  }
}
@media only screen and (max-width: 767px) {
  #klesli_trzby .illustration {
    margin-top: -160px;
  }
}

@media only screen and (max-width: 499px) {
  #klesli_trzby .illustration {
    margin-top: -80px;
  }
}

#klesli_trzby .alerts {
  padding-top: 100px;
}
#klesli_trzby .alerts .alert-info {
  background: #e4edf4;
}
#klesli_trzby .definition.mail {
  background: #e4edf4;
}
#klesli_trzby .alerts .alert-danger {
  background: #f0eaee;
}

#klesli_trzby span.underline:before {
  background-color: #00539f;
  opacity: .07;
  bottom: 0;
}


/*------------------------------------*\
    #Udrzia miesta
\*------------------------------------*/
#udrzia_miesta {
  background: #f7fafc;
  border-top: 10px solid #e8f0f6;
}
#udrzia_miesta .illustration {
  margin-top: -200px;
}

#udrzia_miesta .alerts {
  padding-top: 100px;
}
#udrzia_miesta .alerts .alert-info {
  background: #eaf2f7;
}
#udrzia_miesta .alerts .alert-danger {
  background: #f6eff1;
}

#udrzia_miesta span.underline:before {
  background-color: #00539f;
  opacity: .07;
  bottom: 0;
}

@media only screen and (max-width: 1199px) {
  #udrzia_miesta .illustration {
    margin-top: -50px;
  }
}
@media only screen and (max-width: 991px) {
  #udrzia_miesta .illustration {
    margin-top: -140px;
  }
}

@media only screen and (max-width: 499px) {
  #udrzia_miesta .illustration {
    margin-top: -80px;
  }
  #udrzia_miesta .alerts {
    padding-top: 50px;
  }
}


/*------------------------------------*\
    #bez prijmu
\*------------------------------------*/

#bez_prijmu {
  background: #f0f5f9;
  border-top: 10px solid #e8f0f6;
}
#bez_prijmu .illustration {
  margin-top: -192px;
}
@media only screen and (max-width: 1199px) {
  #bez_prijmu .illustration {
    margin-top: -50px;
  }
}
@media only screen and (max-width: 991px) {
  #bez_prijmu .illustration {
    margin-top: -65px;
  }
}
@media only screen and (max-width: 767px) {
  #bez_prijmu .illustration {
    margin-top: -70px;
  }
}

@media only screen and (max-width: 499px) {
  #bez_prijmu .illustration {
    margin-top: -80px;
  }
}

#bez_prijmu .alerts {
  padding-top: 100px;
}
#bez_prijmu .alerts .alert-info {
  background: #e4edf4;
}
#bez_prijmu .definition.mail {
  background: #e4edf4;
}
#bez_prijmu .alerts .alert-danger {
  background: #f0eaee;
}

#bez_prijmu span.underline:before {
  background-color: #00539f;
  opacity: .07;
  bottom: 0;
}



/*------------------------------------*\
    #obcania v krize
\*------------------------------------*/

#obcania_v_krize {
  background: #f7fafc;
  border-top: 10px solid #e8f0f6;
}
#obcania_v_krize .illustration {
  margin-top: -220px;
}
@media only screen and (max-width: 1199px) {
  #obcania_v_krize .illustration {
    margin-top: -50px;
  }
}
@media only screen and (max-width: 991px) {
  #obcania_v_krize .illustration {
    margin-top: -225px;
  }
}
@media only screen and (max-width: 767px) {
  #obcania_v_krize .illustration {
    margin-top: -160px;
  }
}

@media only screen and (max-width: 499px) {
  #obcania_v_krize .illustration {
    margin-top: -80px;
  }
}

#obcania_v_krize .alerts {
  padding-top: 100px;
}
#obcania_v_krize .alerts .alert-info {
  background: #e4edf4;
}
#obcania_v_krize .definition.mail {
  background: #e4edf4;
}
#obcania_v_krize .alerts .alert-danger {
  background: #f0eaee;
}

#obcania_v_krize span.underline:before {
  background-color: #00539f;
  opacity: .07;
  bottom: 0;
}

/*------------------------------------*\
    #obcania v krize
\*------------------------------------*/

#mimoriadne_odmeny {
  background: #f7fafc;
  border-top: 10px solid #e8f0f6;
}
#mimoriadne_odmeny .illustration {
  margin-top: -220px;
}
@media only screen and (max-width: 1199px) {
  #mimoriadne_odmeny .illustration {
    margin-top: -50px;
  }
}
@media only screen and (max-width: 991px) {
  #mimoriadne_odmeny .illustration {
    margin-top: -225px;
  }
}
@media only screen and (max-width: 767px) {
  #mimoriadne_odmeny .illustration {
    margin-top: -160px;
  }
}

@media only screen and (max-width: 499px) {
  #mimoriadne_odmeny .illustration {
    margin-top: -80px;
  }
}

#mimoriadne_odmeny .alerts {
  padding-top: 100px;
}
#mimoriadne_odmeny .alerts .alert-info {
  background: #e4edf4;
}
#mimoriadne_odmeny .definition.mail {
  background: #e4edf4;
}
#mimoriadne_odmeny .alerts .alert-danger {
  background: #f0eaee;
}

#mimoriadne_odmeny span.underline:before {
  background-color: #00539f;
  opacity: .07;
  bottom: 0;
}


/*------------------------------------*\
    #zakladne_umelecke_skoly
\*------------------------------------*/

#zakladne_umelecke_skoly {
  background: #f0f5f9;
  border-top: 10px solid #e8f0f6;
}
#zakladne_umelecke_skoly .illustration {
  margin-top: -192px;
}
@media only screen and (max-width: 1199px) {
  #zakladne_umelecke_skoly .illustration {
    margin-top: -50px;
  }
}
@media only screen and (max-width: 991px) {
  #zakladne_umelecke_skoly .illustration {
    margin-top: -155px;
  }
}
@media only screen and (max-width: 767px) {
  #zakladne_umelecke_skoly .illustration {
    margin-top: -130px;
  }
}

@media only screen and (max-width: 499px) {
  #zakladne_umelecke_skoly .illustration {
    margin-top: -80px;
  }
}

#zakladne_umelecke_skoly .alerts {
  padding-top: 100px;
}
#zakladne_umelecke_skoly .alerts .alert-info {
  background: #e4edf4;
}
#zakladne_umelecke_skoly .definition.mail {
  background: #e4edf4;
}
#zakladne_umelecke_skoly .alerts .alert-danger {
  background: #f0eaee;
}

#zakladne_umelecke_skoly span.underline:before {
  background-color: #00539f;
  opacity: .07;
  bottom: 0;
}




/*------------------------------------*\
    #materské školy
\*------------------------------------*/

#materske_skoly {
  background: #f0f5f9;
  border-top: 10px solid #e8f0f6;
}
#materske_skoly .illustration {
  margin-top: -192px;
}
@media only screen and (max-width: 1199px) {
  #materske_skoly .illustration {
    margin-top: -50px;
  }
}
@media only screen and (max-width: 991px) {
  #materske_skoly .illustration {
    margin-top: -155px;
  }
}
@media only screen and (max-width: 767px) {
  #materske_skoly .illustration {
    margin-top: -130px;
  }
}

@media only screen and (max-width: 499px) {
  #materske_skoly .illustration {
    margin-top: -80px;
  }
}

#materske_skoly .alerts {
  padding-top: 100px;
}
#materske_skoly .alerts .alert-info {
  background: #e4edf4;
}
#materske_skoly .definition.mail {
  background: #e4edf4;
}
#materske_skoly .alerts .alert-danger {
  background: #f0eaee;
}

#materske_skoly span.underline:before {
  background-color: #00539f;
  opacity: .07;
  bottom: 0;
}



/*------------------------------------*\
    #prva_pomoc_plus
\*------------------------------------*/


#prva_pomoc_plus {
  border-top: 10px solid #e8f0f6;
}

#hero #prva_pomoc_plus {
  border: 0;
}

#prva_pomoc_plus .heading img {
  max-width: 350px;
}

#prva_pomoc_plus .alerts {
  padding-top: 45px;
  /*padding-bottom: 25px;*/
  margin: 0;
  /*margin-bottom: -50px;*/
}

@media screen and (max-width: 767px) {
  #prva_pomoc_plus .alerts {
    padding-top: 0;
  }
}

#prva_pomoc_plus .new_points {
  list-style-type: none;
  padding: 0;
  margin-top: 35px;
}
#prva_pomoc_plus .new_points li {
  padding-left: 45px;
  padding-bottom: 15px;
  position: relative;
}
#prva_pomoc_plus .new_points li:before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;

  position: absolute;
  left: 2px;
  background: url(../images/prva_pomoc_plus/bullet_regular.svg) no-repeat center;
}
#prva_pomoc_plus .new_points li.important {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: bold;
}
#prva_pomoc_plus .new_points li.important:before {
  width: 28px;
  height: 28px;
  left: 0;
  background: url(../images/prva_pomoc_plus/bullet_important.svg) no-repeat center; 
}

#prva_pomoc_plus h3 {
  font-size: 22px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  text-decoration: underline;
  color: #585858;
}
#prva_pomoc_plus p {
  font-size: 16px;
  color: #585858;
}
#prva_pomoc_plus hr {
  margin: 50px 0; 
}

#vyssia_pomoc {
  margin-top: 100px;
}
#vyssia_pomoc .heading h2 {
  text-align: left;
  font-size: 36px;
  line-height: 52px;
  margin-bottom: 50px;
}

#vyssia_pomoc .heading h2 span.underline:before {
  background-color: #00539f;
    opacity: .07;
    bottom: 0;
}

#vyssia_pomoc .image-column {
  text-align: center;
}
#vyssia_pomoc .image-column img {
  width: 100%;
  max-width: 286px;
}
#vyssia_pomoc .image-column img.big {
  width: 100%;
  max-width: 510px;
}
#vyssia_pomoc .image-column img:first-child {
  margin-right: 20px;
}
#vyssia_pomoc .image-column img:last-child {
  margin-right: 0px;
}

.porovnavacia_tabulka--mobile { display: none; }
.porovnavacia_tabulka--tablet { display: none; }
.porovnavacia_tabulka--desktop { display: block; }

@media screen and (max-width: 1199px) {
  .porovnavacia_tabulka--mobile { display: none; }
  .porovnavacia_tabulka--tablet { display: block; }
  .porovnavacia_tabulka--desktop { display: none; }
}

@media screen and (max-width: 767px) {
  .porovnavacia_tabulka--mobile { display: block; }
  .porovnavacia_tabulka--tablet { display: none; }
  .porovnavacia_tabulka--desktop { display: none; }
}

@media screen and (max-width: 1199px) {
  #vyssia_pomoc .image-column img {
    max-width: 250px;
  }
}

@media screen and (max-width: 767px) {
  #vyssia_pomoc .image-column img {
    margin-right: 0;
    margin-bottom: 25px;
  }
}

/*------------------------------------*\
    #vyhlasenie
\*------------------------------------*/


#vyhlasenie {
  padding-top: 175px;
}

#vyhlasenie .definitions {
  padding: 0;
}

#vyhlasenie .definition {
  margin-left: 0;
  margin-bottom: 50px;
}

#vyhlasenie span.underline:before {
  background-color: #00539f;
  opacity: .07;
  bottom: 0;
}
@media only screen and (max-width: 499px) {

  #vyhlasenie .definitions .definition {
    margin: 40px 0;
  }

}

#vyhlasenie .mail a {
  text-decoration: underline;
}
#vyhlasenie .mail a:hover,
#vyhlasenie .mail a:active,
#vyhlasenie .mail a:visited {
  color: #ec1c23;
}



/*------------------------------------*\
    #Features
\*------------------------------------*/

.alerts {
  padding-top: 140px;
}

.alerts.alerts--small {
  padding-top: 25px !important;
}

.alerts .alert {
  border: none;
  border-radius: 10px;
  color: #555;
  margin-left: 100px;
  margin-bottom: 30px;
  padding: 35px 55px;
  text-align: left;
}

.alerts .alert a {
  color: inherit;
  text-decoration: underline;
}

.alerts .alert a:active,
.alerts .alert a:focus,
.alerts .alert a:hover {
  color: #888;
}

.alerts .alert-info {
  background: #e5f0ff !important;
  color: #004085;
  /*box-shadow: 15px 40px 100px rgb(0, 84, 160, .12);*/
}

.alerts .alert-danger {
  background: #f7e9ea !important;
  color: #721c24 !important;
  /*box-shadow: 15px 40px 100px rgb(0, 84, 160, .12);*/
}

.alerts .alert-plus {
  background: #fff !important;
  color: #003666;
  /*box-shadow: 15px 40px 100px rgb(0, 84, 160, .12);*/
}

.alerts .alert-zus {
  background: #fff !important;
  color: #003666;
  /*box-shadow: 15px 40px 100px rgb(0, 84, 160, .12);*/
}

.alert.alert--glow {
    box-shadow: 0 0 150px rgb(255, 255, 255); 
}
.alert.alert--shadow {
    box-shadow: 0 5px 25px rgb(0, 84, 160, .09); 
}


.alerts .alert-info:before {
    width: 64px;
    height: 64px;
    content: " ";
    background: url('../images/MPSVR/icon_info.svg') no-repeat center;
    position: absolute;
    left: -100px;
    top: 50%;
    transform: translateY(-50%);
}

.alerts .alert-zus:before {
    width: 64px;
    height: 64px;
    content: " ";
    background: url('../images/MPSVR/icon_zus_alert.svg') no-repeat center;
    position: absolute;
    left: -100px;
    top: 50%;
    transform: translateY(-50%);
}

.alerts .alert-danger:before {
    width: 64px;
    height: 64px;
    content: " ";
    background: url('../images/MPSVR/icon_warning.svg') no-repeat center;
    position: absolute;
    left: -100px;
    top: 50%;
    transform: translateY(-50%);
}

.alerts .alert-plus:before {
    width: 64px;
    height: 64px;
    content: " ";
    background: url('../images/MPSVR/icon_plus.svg') no-repeat center;
    position: absolute;
    left: -100px;
    top: 50%;
    transform: translateY(-50%);
}

.alerts .alert-danger.alert--small { margin-left: 0; padding: 35px; }
.alerts .alert-danger.alert--small:before { display: none; }
.alerts .alert__headline--red {
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
  background: #ec1c23;
  color: #fff;
  border-radius: 10px;
  display: inline-block;
  padding: 10px;
  margin-bottom: 15px;
}

.alerts .alert-danger {
  background: #fef4f4;
}


@media only screen and (max-width: 767px) {
  .alerts .alert {
    margin-left: 0;
    margin-top: 70px;
    margin-bottom: 30px;
    padding: 55px 55px 35px;
  }
  .alerts .alert-info {
    margin-top: 70px;
  }

  .alerts .alert-info:before,
  .alerts .alert-danger:before,
  .alerts .alert-plus:before,
  .alerts .alert-zus:before {
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media only screen and (max-width: 499px) {
  .alerts .alert {
    margin-left: 0;
    margin-top: 70px;
    margin-bottom: 30px;
    padding: 55px 30px 30px;
  }
}

.bg-red {
  box-shadow: 0 4px 10px rgba(92, 72, 224, 0.3);
  background-color: #ec1c23;
}

.feature-panel {
  height: 100%;
}

.feature-panel .feature-content
{
  padding: 0 55px;
}

.feature-panel .feature-content h3 {
  font-size: 20px;
  line-height: 30px;
}

.feature-panel .feature-content p {
  color: #555555;
  font-size: 14px;
  line-height: 23px;
}

.feature-panel .feature-content em {
  font-style: normal;
  font-weight: 600;
}

.feature-panel .feature-img {
  width: 140px;
  height: 140px;
  box-shadow: none;
}

.feature-panel .feature-img #closed {
  width: 87px;
  height: 126px;
}
.feature-panel .feature-img #crisis {
  width: 64px;
  height: 134px;
}
.feature-panel .feature-img #reward {
  width: 72px;
  height: 136px;
}
.feature-panel .feature-img #crisis_closed {
  width: 100px;
  height: 134px;
}
.feature-panel .feature-img #employees {
  width: 70px;
  height: 134px;
}

.feature-panel .feature-img #help {
  width: 70px;
  height: 140px;
}
.feature-panel .feature-img #zus {
  width: 85px;
  height: 140px;
}

@media only screen and (max-width: 499px) {
  .feature-panel .feature-content {
    padding: 0 10px;
  }
}

.feature-button {
  position: relative;
}
.feature-button.move {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.feature-button .btn.disabled {
  opacity: .35;
}
.feature-button p {
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}


.definitions {
  padding: 80px 0 0px;
}
.definitions .left {
  padding-right: 40px;
}
.definitions .right {
  padding-left: 40px;
}

.definition {
  margin-left: 100px;
  margin-bottom: 80px;
  position: relative;
}
.definition .icon {
  width: 62px;
  height: 60px;
}
.definition h3 {
  font-size: 22px;
  margin-bottom: 20px;
  text-decoration: underline;
}
.definition p {
  color: #555;
  font-size: 16px;
} 
.definition ul,
.definition ol {
  padding-left: 20px;
}
.definition ul li,
.definition ol li {
  padding-left: 30px;
}

.definitions label {
  text-transform: none;
}


.search.definitions {
  margin-bottom: 70px;
  padding-top:  0;
  padding-bottom: 15px;
}
.search.definitions .definition {
  margin-bottom: 0px;
}
.search.definitions .definition ul {
  padding-left: 0;
}
.search.definitions .definition ul li {
  padding-left: 15px;
}
.search.definitions .definition .alert-success {
  border: 0;
  border-radius: 10px;
  padding: 20px;
}
.search.definitions .definition .alert-success span {
  font-weight: 700;
}
.search.definitions .definition .alert-success p {
  font-size: 14px;
  margin-bottom: 5px;
}

@media only screen and (max-width: 1199px) {
  .search.definitions {
    margin-bottom: 70px;
  }
}

@media only screen and (max-width: 499px) {
  .search.definitions .definition .alert-success span {
    word-break: break-all;
  }
}


.definition.mail {
  background: #e4eff7 !important;
  padding: 40px;
  border-radius: 10px;
}

.definition.definition--glow {
  box-shadow: 0 0 150px rgb(255,255,255);
}


.definition:before {
  opacity: .8;
}
.definition.ziadatel:before {
  width: 62px;
  height: 60px;
  content: " ";
  background: url('../images/MPSVR/icon_check_mark.svg') no-repeat center;
  background-size: 100%;
  position: absolute;
  top: -20px;
  left: -100px;
}

.definition.cielovka:before {
  width: 62px;
  height: 62px;
  content: " ";
  background: url('../images/MPSVR/icon_bullseye.svg') no-repeat center;
  background-size: 100%;
  position: absolute;
  top: -20px;
  left: -100px;
}

.definition.prispevok:before {
  width: 54px;
  height: 62px;
  content: " ";
  background: url('../images/MPSVR/icon_shield.svg') no-repeat center;
  background-size: 100%;
  position: absolute;
  top: -20px;
  left: -94px;
}

.definition.viac-info:before {
  width: 54px;
  height: 62px;
  content: " ";
  background: url('../images/MPSVR/icon_more_info.svg') no-repeat center;
  background-size: 100%;
  position: absolute;
  top: -20px;
  left: -94px;
}

.definition.obdobie:before {
  width: 62px;
  height: 57px;
  content: " ";
  background: url('../images/MPSVR/icon_calendar.svg') no-repeat center;
  background-size: 100%;
  position: absolute;
  top: -20px;
  left: -100px;
}

.definition.mail:before {
    width: 62px;
    height: 65px;
    content: " ";
    background: url(../images/MPSVR/icon_email.svg) no-repeat center;
    background-size: 100%;
    position: absolute;
    top: 10px;
    left: -100px;
}

.definition.povinnost:before {
    width: 62px;
    height: 65px;
    content: " ";
    background: url(../images/MPSVR/icon_man.svg) no-repeat center;
    background-size: 100%;
    position: absolute;
    top: 10px;
    left: -100px;
}

.definition.szco {
  background: #e8f3fa !important;
}

@media only screen and (max-width: 991px) {
  .definitions .left {
    padding-right: 15px;
  }
  .definitions .right {
    padding-left: 15px;
  }
}

@media only screen and (max-width: 499px) {
  .definitions {
    padding: 80px 0 0px;
  }
  .definitions .definition {
    margin: 150px 0;
  }
  .definitions .definition:first-child {
    margin-top: 75px;
  }
  .definitions .definition:last-child {
    margin-bottom: 75px;
  }
  .definitions .definition h3 {
    text-align: center;
  }
  .definition.ziadatel:before,
  .definition.cielovka:before,
  .definition.prispevok:before,
  .definition.obdobie:before,
  .definition.mail:before {
    top: -75px;
    left: 50%;
    transform: translateX(-50%);
    
  }

  .definitions .definition.mail {
    margin-bottom: 0px;
  }

}

.infolinka {
  text-align: right;
}
.infolinka p {
  font-size: 14px;
  color: #0054a0;
  margin-top: 10px;
  
}
.infolinka a {
  color: #0054a0;
  text-decoration: underline;
}
.infolinka a:hover,
.infolinka a:focus,
.infolinka a:active {
  color: #0054a0;
}

.phone_icon {
  width: 60px;
  display: block;
  opacity: 1;
  margin-left: 30px;
  margin-top: -4px;
}

@media only screen and (max-width: 991px) {
  .infolinka {
    padding-right: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .infolinka p {
    font-size: 14px;
    margin-top: 5px;
  }
  .phone_icon {
    display: none;
  }
}

@media only screen and (max-width: 579px) {
  .infolinka {  
    width: 44%;
    text-align: center
  }
  .infolinka p {
    width: 100%;
  }
}
@media only screen and (max-width: 499px) {
  .infolinka {  
    width: auto;
    margin: 0 auto;
  }
  .infolinka p {
   width: auto;
  }
  .phone_icon {
    display: block;
    margin-left: 0;
    margin-right: 20px;
  }
}

.skratena-praca {
  margin-left: 32px;
}
.skratena-praca--link img {
  max-width: 180px;
}

@media only screen and (max-width: 579px) {
  .skratena-praca {
    margin-left: 0;
  } 
}

.navbar-end-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
@media only screen and (max-width: 767px) {
  .navbar-end-wrapper {
    flex-direction: column;
    margin-top: 16px;
    margin-bottom: 16px;
  }
}

@media only screen and (max-width: 579px) {
  .navbar-end-wrapper {
    width: 100%;
    margin-top: 0;
    margin-bottom: 32px;
  }
}



table.blueTable {
  font-family: 'Montserrat', sans-serif;
  background-color: #e6ecf2;
  width: 100%;
  text-align: center;
  border-collapse: separate;
  border-spacing: 0;
  font-weight: 500;
}
table.blueTable td {
  border: 1px solid #B8CAD9;
  padding: 3px 2px;
}
table.blueTable tbody td {
  color: #0054a0;
  font-size: 16px;
}
table.blueTable thead {
  background: #0054A0;
}
table.blueTable thead th {
  font-size: 15px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  padding: 12px;
}
table.blueTable tfoot {
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  background: #E6ECF2;
}
table.blueTable tfoot td {
  font-size: 14px;
}
table tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}
table tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}
table tr:first-child th:first-child {
    border-top-left-radius: 10px;
}

table tr:first-child th:last-child {
    border-top-right-radius: 10px;
}


.later-help {
  padding-top: 100px;
  color: #ec1c23;
}
.later-help .big {
  font-size: 1.5em;
  color: #555;
  line-height: 1.6em;
}


/*------------------------------------*\
    #Footer
\*------------------------------------*/
footer {
  background-color: #0054a0;
  color: #fff;
  min-height: 185px;
  padding-top: 40px;
  padding-bottom: 25px;
}
footer .container {
  height: 100%;
}

footer .logos {
  display: flex;
}
footer .logos .line {
  display: flex;
  margin-bottom: 30px;
}

footer .logos .first.line {
  margin-right: 30px;
  flex: 2 1 auto;
}
footer .logos .second.line {
  flex: 1 1 auto;
}
footer .logos .second.line div {
  margin-right: 30px;
}
footer .logos .second.line div:last-child {
  margin-right: 0;
}

footer .logos .mpsvr {
  max-width: 200px;
  flex: 1 1 auto;
}
footer .logos .oplz {
  flex: 2 1 auto;
  max-width: 60px;
}
footer .logos .eu {
  flex: 3 1 auto;
  max-width: 90px;
}

footer .logos img {
  width: 100%;
}


footer .contact {
  text-align: right;
  font-style: 14px;
}
footer .contact p {
  color: #fff;
}

footer a {
  color: #fff;
  text-decoration: underline;
}
footer a:active,
footer a:focus,
footer a:hover {
  color: #e8f0f6;
  text-decoration: underline;
}

.vyhlasenie footer {
  min-height: 165px;
}

.vyhlasenie footer .logo img {
  margin-top: 20px;
}






@media only screen and (max-width: 1199px) {
  footer {
    padding-bottom: 30px;
  }

  footer .logos {
    flex-direction: column;
  }
  footer .logos .mpsvr {
    max-width: 240px;
  }
  footer .logos .first.line {
    margin-right: 0;
  }


  footer .divider {
    display: none;
  }
  footer .address {
    display: block;
    margin-bottom: 0;
  }
  footer .tel {
    display: block;
    margin-bottom: 0;
  }
  footer .mail {
    display: block;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 991px) {

  footer .logos {
    /*flex-direction: row;*/
    align-items: center;
    margin-bottom: 30px;
  }

  footer p {
    text-align: center;
    margin-bottom: 40px;
  }

}
