@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
@import url(//fonts.googleapis.com/css?family=Alegreya+Sans:400,800,300,500,600,700);
@import url(//fonts.googleapis.com/css?family=Monda:400,800,300,500,600,700);


/**
 * Obecne elementy
 */
html {
}

body {
  font-family: "Monda","Alegrya Sans","Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
  margin: 0;
  padding: 0;
  text-align: justify;
  min-height: 100%;
}


h1, .h1 {
  font-size: 40px;
  color: #095262;
  font-weight: bold;
}    
h1.page-header {
    text-align: left;
}

h2, .h2 {
  display:block;
  font-size: 36px;
  font-weight: bold;
  margin-top:0.5em;
  text-align: left;
}    

h3, .h3 {
  display:block;
  font-size: 30px;
  color: #1B778A;
  font-weight: bold;
  margin-top:1em;
  text-align: left;
}    

h4, .h4 {
  font-size: 22px;
  font-weight: bold;
  font-style: italic;
  color: #1B778A;
}    

.poznamka {
  font-size: 16px;
  color: #8E9199;
}    

a {
  color: #083039;
}        

p a, .main-container li a {
  color: #095262;
  text-decoration: underline;
}        

a:hover { 
  font-style: normal;
  font-weight: bold;
/*  line-height: 49px;*/
  color: #083039;                                                                                                        
}

p a:visited, .main-container li a:visited, p a:active, .main-container li a:active {
  color: #520962;
}

.not-active-link {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}

.table th {
  background-color: #AAEAF7;
  border-bottom: 1px solid #000;  
}

.table > thead > tr > th, table td {
  border-bottom: 1px solid #000;  
}

.table {
  border: 2px solid #000;
  /*border-top: 1.4px solid #000;*/
}

.tooltip {
  font-size: 20px;
}

.read-more {
  font-size: 16px;
}

.breadcrumb {
  font-size: 16px;
  color: #8E9199;
  margin-left: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.1;
  background: none;
  padding: 0;
}  

.abc {
  display: inline-block;
  vertical-align: middle;
}

/**
 * Struktura webu
 */
.container-fluid {
  padding-right: 0px;
  padding-left: 0px;
}  


.logo img {
  width: 25%;
}

.text-on-front-page {
  font-size:30px;
  color:black;
  margin-top:50px;
  margin-left:30px;
  width:700px;
  text-align:left;
  background: rgba(255, 255, 255, 0.5);
  border-radius:25px;
  padding:15px;
}

#block-sponzorititulnistranka {   /* pruh sponzoru na titulni strance - pozice */
  position:absolute;
  bottom:4rem;
}

/*
#block-paticka {   
  position:relative;
}
*/

@media (min-width: 988px) {
  .row {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 70px;
    padding-left: 70px;
  }

  .logo img {
    width: 100%;
  }

  .header-social {
    width: 100%;
    min-height: 36px;
    font-size: 18px;
    color: #fff; 
    padding-left: 45px;
    padding-right: 45px;
    background: #1498B5;
    box-shadow: none;
    position: fixed; /*fixed scroll*/
    z-index: 10;
  }

  .footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2.4rem;
    background: #1B778A;
    color: #FFFFFF;
    font-size: 15px;
    margin-top: 0px;
    padding-top: 0px;
    border-top: 0px;
  }  

  .navbar {
    font-family: "Monda","Alegrya Sans","Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    width: 100%;
    color: #095262;   
    border-radius: 0px;
    margin-bottom: 0px;
    background-color: #fff;
    position: fixed;   /*fixed scroll*/
    height: 93px;   /*fixed scroll*/
    margin-top: 36px;  /*fixed scroll*/
    z-index: 11; /*fixed scroll*/
    border-bottom: 6px solid #1B778A;  /*fixed scroll*/
    border-left: 0px;
    border-right: 0px;
  }

  /*logo webu*/
  .navbar-header .logo{
    margin-bottom: -35px;
    padding-left: 20px;
    padding-top: 10px;
    z-index: 16; /*musi byt vetsi cislo nez z-index v menu.css ve stylu .nav-menu, jinak se na obrazek nedalo kliknout*/
    position:relative;
  }

  /*obrazky */
  .header-image {
    padding-top: 120px; /*fixed scroll*/
    /*border-top: 6px solid #1B778A; */
  }
}

@media (max-width: 987px) {
  .row {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .logo img {
    width: 50%;
  }
  
  .header-social {
    width: 100%;
    font-size: 11px;
    color: #fff; 
    padding-left: 0px;
    padding-right: 0px;
    background: #1498B5;
    box-shadow: none;
    z-index: 10;
  }

  .footer {
    bottom: 0;
    width: 100%;
    background: #1B778A;
    color: #FFFFFF;
    font-size: 10px;
    margin-top: 0px;
    padding-top: 0px;
    border-top: 0px;
  }  

  .navbar {
    font-family: "Monda","Alegrya Sans","Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    width: 100%;
    color: #095262;   
    border-radius: 0px;
    margin-bottom: 0px;
    background-color: #fff;
    border-left: 0px;
    border-right: 0px;
  }

  .navbar-header .logo{
  }

  /*obrazky */
  .header-image {

  }

.text-on-front-page {
  display:none;
  font-size:20px;
  margin-top:10px;
  margin-left:10px;
  max-width:900px;
  width:90%;
  border-radius:15px;
  padding:7px;
}
}

/*navigace menu polozky*/
.nav-menu {
  /*
  float: right;
  margin-right: 200px;
  */
}

/*nadpisy stranek*/
.page-header {
  width: 75%;
  margin: 22px 0 22px;
  border-bottom: 4px solid #d7f1f7;    
} 

.footer-slideshow {  
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
  background: #ffffff;
  height: calc(100% - (50px + 2.4rem));
}

/**
 * Bloky
 */

/*bloky prava strana*/
.region-sidebar-second h3 {
  font-size: 25px;
  color: #1B778A;
  font-weight: bold;
  text-align: center;
}

.region-sidebar-second h4  {
  font-size: 18px;
  color: #8E9199;
  text-align: center;
}    

.region-sidebar-second img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/**
 * Stranky
 */

.uvodni-stranka .dolu{
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
}


@media (min-width: 988px) {
  .uvodni-stranka .btn-lg {
    width: 80%;
    padding: 25px 20px;
    font-size: 25px;
    line-height: 1.3333333;
    border-radius: 15px;
    border: 2px solid #1B778A;
    background: #f6f6f6;
    white-space: normal;
    color: #1B778A; 
    opacity: 0.75;
    text-decoration: none;
    margin-bottom: 0px;
  }
  .uvodni-stranka {
  /*  margin-left: -70px;
    margin-right: -70px;
  */
    margin-top: 87px;  
    background-image: url("/img/titulni_obrazek.jpg");
    min-height: calc(100vh - 280px - 5rem);/*70vh;600px;*/
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; 
  }
  .btn-lg {
    font-weight: bold;
  }

  /*aby obrazek na uvodni strance byl roztazeny pres celou plochu sirky*/
  .path-frontpage .col-sm-12 {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 20px;
    
  }
}

@media (max-width: 987px) {
  .uvodni-stranka .btn-lg {
    width: 80%;
    padding: 25px 20px;
    font-size: 25px;
    line-height: 1.3333333;
    border-radius: 15px;
    border: 2px solid #1B778A;
    background: #f6f6f6;
    white-space: normal;
    color: #1B778A; 
    opacity: 0.75;
    text-decoration: none;
    margin-bottom: 20px;
  }
  .uvodni-stranka {
  /*  margin-left: -70px;
    margin-right: -70px;
  */
    margin-top: 0px;  
    background-image: url("/img/titulni_obrazek.jpg");
    min-height: calc(100vh - 280px - 5rem);/*70vh;600px;*/
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; 
  }

/*aby obrazek na uvodni strance byl roztazeny pres celou plochu sirky*/
.path-frontpage .col-sm-12 {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  
}

/* pruh sponzoru na titulni strance - pozice */
#block-sponzorititulnistranka {   
  position:relative;
  bottom:2px; 
}             

}


/* ---------- nomedia --------*/

.sponzor {
  position:relative  !important;
  bottom:4.2rem !important;}

.sponzor img {
  /*filter: url(filters.svg#grayscale); Firefox 3.5+ */
  filter: gray; /* IE5+ */
  -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
  margin-left: 10px;
  margin-right: 10px;
  width: 120px;

}

.sponzor img:hover {
  filter: none;
  margin-left: 10px;
  margin-right: 10px;
  width: 120px;
}

.potrebuji, .vase-pomoc, .sluzby-pro-verejnost {
  /* background: #E6F2EF; */
  margin-top: 0px;
  margin-left: -85px;
  margin-right: -85px;
  padding-left: 70px;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* pozadi chci vam pomoci a dalsi sluzby pro verejnost, ale jen cast. Druha cast viz vyse */
/*.context-sluzby-pro-verejnost, .context-vase-pomoc {
  background: #E6F2EF;
} */



.kos-prani-popis {
  color: #1B778A;
  font-weight: bold;
  font-size: 24px;
  padding-bottom: 30px;
  border-bottom: 4px solid #d7f1f7;
}

.kos-prani-nadpisek {
  position:absolute;
  top:0px;
  left:0px;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 39px;
  color: #1B778A;
  margin: 0 !important;
  padding: 0 !important;
}

.kos-prani-zbozi, .sluzby-pro-verejnost-box {
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  align-items: top;
}
.sluzby-pro-verejnost-box {
  padding-right:50px;
  margin-bottom:2em;
}

.kos-prani-img {
  display:block;
  position:relative;
  top:10px;
  width:250px;
  height:166px;}
  
.kos-prani-zbozi img {
  border: 5px solid rgba(29, 179, 211, 0.3);
  border-radius: 5px;
  margin-right: 20px;
  padding: 10px 10px 10px 10px;
}

.kos-prani-ramecek-obrazku, .sluzby-pro-verejnost-ramecek-obrazku {
    width:250px;
    height:166px;
    position:relative;
    top:10px;
    border:4px solid rgba(29,179,211,0.3);
    border-radius:4px;
    padding:10px;
    margin-right:20px;
}
.sluzby-pro-verejnost-ramecek-obrazku {
    width:200px;
}

.kos-prani-obrazek, .sluzby-pro-verejnost-obrazek {
    background-size:cover;
    background-position:center;
    width:100%;
    height:100%;
}

.kos-prani-zbozi-off {
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  align-items: top;
  color: #8E9199;
}

.kos-prani-zbozi-off img {
  border: 5px solid #B2C2C6;
  border-radius: 5px;
  margin-right: 20px;
  padding: 10px 10px 10px 10px;
  filter: gray; /* IE5+ */
  -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
}

.kos-prani-tlacitko button {
  background: #095262;
  border: 5px solid #095262;
  box-sizing: border-box;
  border-radius: 7px;
  color: #fff;
}

.kos-prani-tlacitko-off button {
  background: #9EA0B0;
  border: 5px solid #9EA0B0;
  box-sizing: border-box;
  border-radius: 7px;
  color: #fff;
}

.sluzby-pro-verejnost-nadpis {
  position:absolute;
  top:0px;left:0px;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 39px;
  color: #1B778A;
}

.sluzby-pro-verejnost-text {
  position: relative; 
  top: 2em;
  width:100%
}

.context-breclav h1 {
    font-size: 40px;
}    





/**
 * bloky styly
 */

/*pozadi pro nadpis stranky tvoreny blokem*/
#block-vasepomoc, #block-potrebuji, #block-sluzbyproverejnost {
  background-color: #1B778A;
  background-size: contain;
  text-align: center;  
  height: 100px;
}

#block-vasepomoc h1, #block-potrebuji h1, #block-sluzbyproverejnost h1 {
  color: #fff;
  font-size: 50px;
  font-weight: bold;

}



#block-nabizimedobrovolnictvi {
  text-align: center;
}

#block-nabizimedobrovolnictvi img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}


/**
 * stranka
 */


/*aby obrazek na uvodni strance byl roztazeny pres celou plochu sirky*/
.path-frontpage .row {
  padding-left: 0px;
  padding-right: 0px;
}




.vase-pomoc .img-rounded, #views-bootstrap-cards-page-1 .img-rounded, .sluzby-pro-verejnost .img-rounded, .view-kariera-2 .img-rounded {
  margin: 0 auto;
  margin-bottom: 10px;
  border: 5px solid rgba(29, 179, 211, 0.3);
  border-radius: 5px;
  padding: 5px 5px 5px 5px;

}


#views-bootstrap-cards-page-1 h2 {
  font-size: 35px;
  color: #d7f1f7;
  margin-top: 0px;
} 





/**
 * CKEditor styly
 */
.text-sedy-blok {
  color: #999999;
  text-align: right;
}
.text-download-blok {
  color: #999999;
  font-size: 16px;
}




/**
 * TREE menu Potrebuji + Chaloupka archiv
 */
#myUL {
  list-style-type: none;
}

#myUL ul {
  list-style-type: none;
}


#myUL {
  margin: 0;
  padding: 0;
}

.link {
  cursor: pointer;
  -webkit-user-select: none; /* Safari 3.1+ */
  -moz-user-select: none; /* Firefox 2+ */
  -ms-user-select: none; /* IE 10+ */
  user-select: none;
}


.link::before {
  content: "\25BA";
  color: #ffcc00;
  display: inline-block;
  margin-right: 6px;

}                    

.careta {
  cursor: pointer;
  -webkit-user-select: none; /* Safari 3.1+ */
  -moz-user-select: none; /* Firefox 2+ */
  -ms-user-select: none; /* IE 10+ */
  user-select: none;
}

.careta::before {
  content: "\25BA";
  color: #095262;
  display: inline-block;
  margin-right: 6px;
}

.careta-down::before {
  -ms-transform: rotate(90deg); /* IE 9 */
  -webkit-transform: rotate(90deg); /* Safari */'
  transform: rotate(90deg);  
}

.nesteda {
  display: none;
}

.activ {
  display: block;
}









p,ul,ol {
    line-height: 2;
}


hr {
 margin-top: 20px;
 margin-bottom: 20px;
 border: 0;
 border-top: 0px solid #eeeeee;
}


div#parent {
  position: relative;
  min-height: 100vh;
}

/*Přejít k hlavnímu obsahu*/
/*
.visually-hidden {
    position: absolute !important;
    overflow: hidden;
    clip: rect(100px, 100px, 100px, 100px);
    width: 100px;
    height: 100px;
    word-wrap: normal;
}
*/


.header-logo {
    padding-left: 45px;
    padding-right: 45px;
    width: 100%;
  /*
    background-color: #eae5e5c9;
    min-height: 80px;
    margin-top: -20px;
  -webkit-box-shadow: 0px 0px 56px 1px rgba(148,148,148,1);
  -moz-box-shadow: 0px 0px 56px 1px rgba(148,148,148,1);
  box-shadow: 0px 0px 56px 1px rgba(148,148,148,1);
  */
  /*
  position: absolute;
  z-index: 2;
  */
    
}

.main-container {
/*
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
*/
  padding-top:32px;       /* posunutí zacílení kotvy */
  padding-bottom: 4.8rem;   /* 2x Footer height */
}

.view-slideshow a:hover {
  color: #ffcc00;
  background: rgba(0, 0, 0, 0.01);

}

#block-views-block-basic-page-3-front-block-1 li {
  border-right: 0px solid #ccc;
 padding-top: 20px; 
}

#block-views-block-basic-page-3-front-block-1 li:nth-child(3) {
  border-right: 0px solid #ccc;
}

.navbar-default .navbar-nav>li>a {
    color: #ffcc00;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #ffcc00;
    background-color: transparent;
} 

.sub-nav-group>li>a:focus{
  background-color: black;
}   

.nav-item>a:focus, .region-header-social a:focus, .footer a:focus{  /* zvýraznění focusu */
  background-color: black;
  color: white;
}   

.card-text {
padding-bottom: 30px;
}

.uvodni-stranka h1, .uvodni-stranka .h1 {
    font-weight: bold;
    line-height: 1.1;
    color: #ffcc00; /*m*/
} 
                                    

/*
@media (min-width: 1200px) {
  .container{
   width: 970px;
   box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
  }
  .navbar.container {


   width: 970px;
   background: #1a2859;
   border-radius: 30px 30px 0px 0px;

  }
}

#block-views-block-cards-block-1 {
  text-align: center;
}




}

*/

/*nadpis sekci stranek*/
.col-sm-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    /*padding-top: 20px;*/  /*m*/
}     

.header-slideshow {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
background-color: rgba(0, 0, 0, 0.2);
}

.jcarousel-wrapper.jcarousel-skin-default.jcarousel-visible-4 {
    width: 880px;
}
.jcarousel-wrapper.jcarousel-skin-default {
    margin: 20px auto;
    position: relative;
    border: 10px solid #fff;
    width: 603px;
    max-width: 95%;
    height: 150px;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius:none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.jcarousel-skin-default .jcarousel-item {
 padding: 0;
 width: 200px;
 height: 120px;
 overflow: hidden;
 border: 1px solid #CCC;
 list-style: none;
 background: #fff none;
 }

/*pro uzivatele DIV*/
.div-modra {
    background: #ffe993;
    border: 1px dotted;
}

blockquote {
 border-left: 4px dotted #003366;
}

.card-body {
margin-left: 40px;
margin-right: 40px;
}



/* 
  .links{
    ul {list-style-type: none;}
    li a{
      color: white;
      transition: color .2s;
      &:hover{
        text-decoration:none;
        color:#4180CB;
        }
    }
  }  
  .about-company{
    i{font-size: 25px;}
    a{
      color:white;
      transition: color .2s;
      &:hover{color:#4180CB}
    }
  } 
  .location{
    i{font-size: 18px;}
  }
  .copyright p{border-top:1px solid rgba(255,255,255,.1);} 
}
*/


/*MAPY.CZ responisvni, zmenseni*/
.embed-responsive-16by9-35 {
    padding-bottom: 35%;
}    


/*divy soubory ke stazeni*/
.div-excel {
  border-left: 10px solid #E5E5E5;
  border-right: 5px solid #E5E5E5;
  border-top: 5px solid #E5E5E5;
  border-bottom: 5px solid #E5E5E5;
  background: #fff;
  padding: 10px 10px 10px 10px;
}


.spolupracujeme img {
  filter: gray; /* IE5+ */
  -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
}

.spolupracujeme img:hover {
  filter: none;
}

.sponsor-logos img { 
    width: auto;
    vertical-align: middle;
    display: inline-block;
    max-height: 70px;
    max-width: 155px;
    opacity: .34;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 65px;
} 
 
.sponsor-logos a { 
    display: block; 
    height: 100%; 
    vertical-align: middle;
    width: 100%;
    position: relative;
} 
 
.sponsor-logos img:hover { 
    opacity: .9; 
}


/* cookie banner */

#sliding-popup {
  background-color:#1498B5;
}

#popup-text {
  font-size:26px !important;
  color:white !important;
}

.agree-button {
  font-size:26px !important;
  background-color: white;
  border: 1px;
  color: black;
  padding: 5px 10px 5px 10px !important;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
}


@media (max-width: 767px) {
/* pruh sponzoru na titulni strance - pozice */
#block-sponzorititulnistranka {   
  position:relative;
  bottom:0;
}

}

/* TESTY */

/*.aktuality-row {
  position:relative;
  left:-100px;
  width:100%;
  left-padding:0px !important;
}   */