* {margin: 0; padding: 0; outline: 0;}

body {
	color: #666;
  font-size: 1em;
  font-family: Verdana, sans-serif;

}

img.foto    {
    width: auto;
    max-width: 100%;
    height: auto;
}

.zero-line  {
    height: 0.4rem;
}

.blue-bg    {
    background-color: rgb(87,198,226);
}

.blue-txt    {
    color: rgb(87,198,226);
}

.green-bg    {
    background-color: rgb(173,184,105);
}

.lgrey  {
    background-color: rgb(222,221,221);
}

.green-txt    {
    color: rgb(173,184,105);
}

.fa-phone-alt,
.fa-at {
    color: rgb(173,184,104);
    font-size: 2.5rem;
}

.container  {
    width: 98%;
    max-width: 1400px;
}

.bigger {
    max-width: 1800px !important;
}

.smaller-text   {
    font-size: 1.3rem !important;
    letter-spacing: 0px !important;
}

h1, h2, h3, h4, h5  {
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 1.7rem;
}

.animace {
    transition: all 0.5s;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-o-transition: all 0.5s;
}

.ilustrimg  {
    background-image: url('../images/interier.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
		min-height: 20rem;
}

.ilustrimgdruhe  {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
		min-height: 20rem;
}

.kancelarimg  {
    background-image: url('../images/kancelar-zahlavi.jpg');
}

.bytovkyimg  {
    background-image: url('../images/bytovky-zahlavi.jpg');
}

.domaimg  {
    background-image: url('../images/druhe-zahlavi.webp');
}

.predel  {
    background-image: url('../images/predel.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
		background-attachment: fixed;
}

.sluzby {
    position: relative;
    width: 100%;
}

.triangle {
    position:relative;
    top:100%;
    width:100%;
    max-width: 100%;
    height:80px;
    bottom: -80px;
    fill: white;
}

.vlastni    {
    background: rgb(173,184,105);
    border-radius: 10px;
}

.vlastni:hover    {
    background: rgb(108,116,60);

}

.obrazove a {
	color: rgb(173,184,105);
	text-decoration: none;
	background: none;
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.obrazove a:hover {
	color: #fff;
	text-decoration: none;
	background: rgb(173,184,105);
}

#bytovydumForm,
#obecneUdajeForm,
#domacnostForm,
#kancelareForm,
#jineForm  {
    display: none;
}

option[value="default"][disabled] {
        display: none;
      }

.brilantodrazka li {
	list-style-image: url('../favicons/favicon-16x16.png');
	padding-left: 20px;
	margin-left: 40px;
	line-height: 1.8em;
}



@media only screen and (max-width: 400px)  {
  .navbar-brand img {
    width: 200px;
  }
}

@media all and (max-width: 768px)  {
    .nav-link   {
        color: #999;
    }
}


@media all and (min-width: 768px)  {
.nav-link   {
    color: #999;
		margin-left: 20px;
}

}

@media all and (min-width: 960px)  {


}
