body {
	font-size: 17px;
	color: #1A1A1A;
    line-height: 1.6;
}
.foot-facebook {
    text-align: center;
    margin: 0px 0px 40px;
}

.foot-facebook img {
    display: inline-block;
    max-width: 40px;
    margin: 0 5px;
}
body, .font-normal {
	font-family: 'Roboto', sans-serif;
}
a {
    color: #0042ad;
}
h1, h2, .arrow-down {
	font-family: 'Roboto Condensed', sans-serif;
}
h1 {
    font-size: 40px;
    line-height: 1.4;
    color: #003383;
    text-align: center;
    margin: 0 0 20px;
}
h1 span {
    font-size: 76%;
}
h2 {
	color: black;
	text-align:center;
	padding-top: 80px;
	margin-bottom: 75px;
	font-size: 40px;
}
h3 {
    font-size: 22px;
    margin: 45px 0 30px;
    font-weight: 700;
    color: #003383;
}
img {
	max-width: 100%;
	width: 100%;
}
.btn {
    border: 1px solid #18B11D;
    background: #18B11D;
    display: inline-block;
    padding: 7px 40px 8px;
    font-size: 20px;
    position: relative;
    font-weight: 700;
    margin-bottom: 30px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.10196078431372549);
    transition: all 0.5s;
    color: white;
    font-family: 'Roboto Condensed', sans-serif;
    display: inline-block;
    width: fit-content;
}
.btn:hover, .btn:focus {
    background: white;
	color: #18B11D;
}
a.btn:after {
    display: none;
}
.box-loga {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
	width: 150px;
    padding: 11px 20px;
	background: white;
    border: 1px solid #707070;
    border-bottom-right-radius: 8px;
}
.menu {
    position: absolute;
    width: 100%;
    z-index: 100;
}
.hamb-menu {
    z-index: 22;
    padding: 15px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}
.lang-menu {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
	position: relative;
}
.neaktiv-lang {
    position: absolute;
    transition: all 0.6s;
    overflow: hidden;
    margin: 0 -15px;
    padding: 0 15px 0;
    max-height: 0;
}
.neaktiv-lang.lang-open {
    max-height: 100px;
}
.neaktiv-lang a {
    display: block;
    margin-top: 10px;
    position: relative;
    z-index: 1;
}
.neaktiv-lang a:last-child {
    margin-bottom: 15px;
}
.neaktiv-lang:after {
    content: "";
    position: absolute;
    top: 23px;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    background-position: top;
    background-repeat: no-repeat;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.hamb-menu .icon-bar {
    width: 32px;
    height: 2px;
    background: white;
    margin-bottom: 7px;
    display: block;
    transition: all 0.3s, transform 0.3s 0.3s;
    position: relative;
}
.hamb-menu .icon-bar:last-child {
    margin-bottom: 0;
}
.hamb-menu .icon-bar.icon-bar-1 {
    top: 0;
	transition: top 0.3s 0.3s, transform 0.3s;
}
.hamb-menu .icon-bar.icon-bar-2 {
    transition: opacity 0.3s 0.3s;
}
.hamb-menu .icon-bar.icon-bar-3 {
    bottom: 0;
	transition: bottom 0.3s 0.3s, transform 0.3s;
}
.open-menu-body .hamb-menu .icon-bar.icon-bar-1 {
	transition: top 0.3s, transform 0.3s 0.3s;
    transform: rotate(45deg);
    transform-origin: center;
    top: 9px;
}
.open-menu-body .hamb-menu .icon-bar.icon-bar-2 {
	transition: opacity 0.3s;
    opacity: 0;
}
.open-menu-body .hamb-menu .icon-bar.icon-bar-3 {
	transition: bottom 0.3s, transform 0.3s 0.3s;
    transform: rotate(-45deg);
    transform-origin: center;
    bottom: 9px;
}
.hamb-menu .icon-bar.black-hamb {
    background: black;
}
.open-menu-body .hamb-menu .icon-bar.black-hamb {
    background: white;
}
.menu nav ul.nav {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.wrap-menu {
	overflow: hidden;
    position: fixed;
    width: 100%;
    height: 0vh;
    z-index: 1;
    transition: all 0.8s;
}
.open-menu.wrap-menu {
    height: 100vh;
}
.menu nav {
    height: 100vh;
    width: 100%;
    display: table;
    z-index: 20;
    position: relative;
    vertical-align: middle;
    background: rgba(0, 0, 0, 0.7);
}
.menu nav ul.nav li {
    display: block;
    padding: 8px 15px;
    font-weight: 700;
    font-size: 24px;
}
ul.nav.masthead-nav a {
    color: white;
    font-size: 32px;
    position: relative;
    text-decoration: none !important;
}
ul.nav.masthead-nav a:hover:after, ul.nav.masthead-nav a:focus:after {
    left: 0;
    right: 0;
	width: 100%;
}
ul.nav.masthead-nav a:after {
	content: "";
    position: absolute;
	left: 50%;
	right: 50%;
	width: 0;
    border-bottom: 1px solid;
    bottom: 0;
	transition: all 0.3s;
}
.open-menu-body .box-loga {
    position: fixed;
}
.flag {
    width: 35px;
    border: 1px solid white;
    z-index: 10;
    display: block;
    height: 24px;
}
.flag img {
    vertical-align: top;
}
.flag:after {
    display: none;
}
.span-as-div {
	display: block;
}
.okno-wrap {
    position: relative;
    height: 100vh;
    background-position: 10% top;
    background-size: cover;
}
.okno-wrap .image-mask {
    display: none;
}
.hlavicka-text {
    width: calc(100% - 30px);
    position: relative;
    background: white;
    border-radius: 8px;
    padding: 35px 20px 5px;
    margin: -320px auto 40px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.29);
}
.masthead-brand {
    float: right;
    display: inline-block;
    vertical-align: middle;
    background: rgba(0, 0, 0, 0.6);
    padding: 10px 10px 10px 29px;
    border-bottom-left-radius: 8px;
    position: fixed;
    right: 0;
    z-index: 10;
}
.wrapper-top {
    background: #F6FAFF;
    padding-bottom: 20px;
}
.row-flex {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 -30px;
}
.col-flex-4 {
    flex: 1 0 25%;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 63px;
}
.col-flex-3 {
    flex: 1 0 33.33333333%;
    margin-bottom: 63px;
}
.col-flex-2 {
    flex: 1 0 50%;    
    padding: 0;
}
.col-flex {
    padding: 0 30px;	
}
#vybaveni .col-flex {
    padding: 0 20px;	
}
.icon-mask {
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background: #2E71D9;
    transition: all .6s;
    width: 80px;
    height: 80px;
    display: inline-block;
}
.icon-wrap {
    margin: 0 auto 15px;
    width: 80px;
    background: white;
    border-radius: 100px;
    transform: scale(0.8);
    transition: all .6s;
    transform-origin: bottom;
}
.col-icon:hover .icon-wrap {
    transform: scale(1);
}
.col-icon:hover .icon-wrap .icon-mask {
    background: #003383;
}
.col-icon-1 .icon-mask {
    border-radius: 200px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.col-icon-1 .icon-mask:before {
    content: "26";
    font-size: 20px;
    text-align: center;
    color: white;
    font-weight: 700;
    font-size: 42px;
    padding-left: 5px;
}
.col-icon-2 .icon-mask {
    -webkit-mask-image: url(/img/icon-new/pripojka-230.png);
    mask-image: url(/img/icon-new/pripojka-230.png);
}
.col-icon-3 .icon-mask {
    -webkit-mask-image: url(/img/icon-new/pripojka-pitna-voda.png);
    mask-image: url(/img/icon-new/pripojka-pitna-voda.png);	
}
.col-icon-4 .icon-mask {
    -webkit-mask-image: url(/img/icon-new/vylevka-chemicke-wc-1.png);
    mask-image: url(/img/icon-new/vylevka-chemicke-wc-1.png);	
}
.col-icon-5 .icon-mask {
    -webkit-mask-image: url(/img/icon-new/vylevka-odpadni-vody-1.png);
    mask-image: url(/img/icon-new/vylevka-odpadni-vody-1.png);	
}
.col-icon-6 .icon-mask {
    -webkit-mask-image: url(/img/icon-06.png);
    mask-image: url(/img/icon-06.png);	
}
.col-icon-7 .icon-mask {
    -webkit-mask-image: url(/img/icon-07.png);
    mask-image: url(/img/icon-07.png);	
}
.col-icon-8 .icon-mask {
    -webkit-mask-image: url(/img/icon-08.png);
    mask-image: url(/img/icon-08.png);	
}
.col-icon-9 .icon-mask {
    -webkit-mask-image: url(/img/icon-09.png?a=1);
    mask-image: url(/img/icon-09.png?a=1);	
}
.icon-text {
    text-align: center;
}
.table {
    font-size: 18px;
}
.table thead th {
    border: none;
}
.table th:nth-child(2), .table td:nth-child(2) {
    text-align: right;
}
th.small-text-table {
    font-size: 16px;
    font-weight: 400;
}
thead {
    background: #115DD4;
    color: white;
}
tbody {
    background: #ECF3FE;
    color: black;
}
.table {
    border-radius: 10px;
    overflow: hidden;
}
.table tr th {
    padding: 25px 30px;
}
.table tr td {
    padding: 25px 30px 0;
	border: none;
}
.table tr:last-child td {
    padding-bottom: 25px;
}

.col-kam-dal img {
    border-radius: 10px;
    overflow: hidden;
}
.col-kam-dal {
    position: relative;
    overflow: hidden;	
}
.col-kam-dal img {
    border-radius: 10px;
    overflow: hidden;
    transform: scale(1);
    transition: all .6s;
}
.col-kam-dal a, .row-gal a {
    overflow: hidden;
    border-radius: 10px;
    display: block;
    width: 100%;
    position: relative;
}
.col-kam-dal img, .row-gal img {
    transform: scale(1);
    transition: all 1.6s;
}
.col-kam-dal a:hover img, .row-gal a:hover img {
    transform: scale(1.08);
}
.col-kam-dal a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    height: 120px;
    width: 100%;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5718662464985995) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5718662464985995) 100%);
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5718662464985995) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.col-kam-dal .btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 25px;
    z-index: 10;
}
.fancybox-thumbs {
	background: #000;
}
.fancybox-thumbs__list a:before {
	border: 4px double #00ff5a;
}
.fancybox-caption__body {
    font-size: 18px;
}
.content-full .wrap {
    padding-bottom: 85px;
}
.row-gal .col-flex {
    margin-bottom: 52px;
}
#kontakt {
	background: #003383;
	color: white;
}
iframe.mapa {
    width: 100%;
    height: 100%;
}
#kontakt {
	padding: 0;
	color: white;
	font-weight: 700;
	font-size: 20px;
}
.row-kontakt h2, .row-kontakt a {
	color: white;
	text-decoration: none !important;
}
.row-kontakt h2 {
    margin-bottom: 50px;
}
.row-kontakt a span {
	display: inline-block;
	position: relative;
}
.row-kontakt a span.anim-border:after {
    transition: all 0.6s;
    content: "";
    border-bottom: 1px solid;
    position: absolute;
    left: 0;
    right: 100%;
	bottom: 0;
}
.row-kontakt a:hover span.anim-border:after {
    right: 0;
}
.row-kontakt.row-flex {
	margin: 0;
}
.row-kontakt .container-pul {
	margin: 0 auto 50px;
}
.row-kontakt .icon-mask {
    top: 0;
    background: white;
    width: 34px;
    height: 34px;
    position: absolute;
    left: 0;
}
.row-kontakt p {
    padding-left: 64px;
    position: relative;
    display: inline-block;
    margin-bottom: 40px;
}
.icon-mask-phone.icon-mask {
    -webkit-mask-image: url(/img/icon-phone.png);
    mask-image: url(/img/icon-phone.png);	
}
.icon-mask-mail.icon-mask {
    -webkit-mask-image: url(/img/icon-email.png);
    mask-image: url(/img/icon-email.png);	
	margin: 0 2px;
    width: 30px;
}
.icon-mask-adresa.icon-mask {
    -webkit-mask-image: url(/img/icon-maps-point.png);
    mask-image: url(/img/icon-maps-point.png);
    margin: 0 3px;
    height: 38px;
    width: 26px;
}
.kontakt-text {
    margin: 0 auto;
    display: block;
    width: min-content;
    padding-left: 20px;
}
.row-kontakt a span {
    display: inline-block;
    position: relative;
    padding-top: 1px;
}
.row-kontakt a span.anim-border {
    
}
.row-kontakt .col-flex {
    padding: 0;
}
ol {
  list-style: none;
  counter-reset: my-awesome-counter;
  padding-left: 0;
}
ol li {
    counter-increment: my-awesome-counter;
    padding-bottom: 12px;
    padding-left: 25px;
    position: relative;
}
ol li::before {
  content: counter(my-awesome-counter) ". ";
  color: #003383;
  font-weight: bold;
  position: absolute;
  left: 0;
}
ul {
    padding: 0;
}
ul li {
    position: relative;
	padding-bottom: 12px;
	padding-left: 22px;
	list-style: none;
}
ul li:before {
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 20px;
    background: #2e71d9;
    position: absolute;
    left: 0;
    top: 9px;
}
.menu li:before {
	display: none;
}
div#provozni-rad {
    background: #f6faff;
}
.table {
    margin-bottom: 0;
}
.table-responsive {
	margin-bottom: 30px;
}
.table-responsive p {
    text-align: center;
    margin: 10px 0 0;
}
div#areal {
    padding-bottom: 45px;
}
.kontakt-text-koncern {
    margin: 20px 0 55px;
    font-weight: 400;
}
.row-kontakt .kontakt-text-koncern p img {
    max-width: 200px;
}
.row-kontakt .kontakt-text-koncern p {
    text-align: center;
    display: block;
    padding: 0;
    margin-bottom: 25px;
    font-size: 16px;
}
@media (min-width:400px) {
	
}
@media (min-width:768px) {
	
}
@media (min-width:992px) {
	.hlavicka-text {
		width: 900px;
		padding: 25px 60px 25px;
		margin: -130px auto 40px;    
	}
	.box-loga {
		left: 15px;
		top: 15px;
		border-radius: 8px;
		width: 220px;
		padding: 15px 20px;
	}
}
@media (min-width:1200px) {
	.container.container-small {
		max-width: 960px;
	}
	.container-pul {
		max-width: 570px;
	}
	.box-loga {
		left: 40px;
		top: 40px;
		width: 260px;
		padding: 20px 25px;
	}
}
@media (min-width:1300px) {
	
}
@media (min-width:1400px) {
	.box-loga {
		left: 80px;
		top: 58px;
		padding: 30px 35px;
		width: 300px;
	}
}
@media (min-width:1600px) {
	.box-loga {
		width: 20vw;
		padding: 1.57vw 1.83vw;
	}	
}
@media (max-width:1599px) {
	.hamb-menu {
		right: 30px;
		top: 32px;
	}
}
@media (max-width:1399px) {
	h1 {
		font-size: 38px;
	}
	h2 {
		font-size: 36px;
	}	
}
@media (max-width:1299px) {
	body {
		font-size: 16px;		
	}	
	ul.nav.masthead-nav a {
		font-size: 30px;
	}
}
@media (max-width:1199px) {
	.row-flex {
		margin: 0px -15px;
	}
	.col-flex {
		padding: 0 15px;	
	}
	
}
@media (max-width:991px) {
	h1 {
		font-size: 30px;
	    margin: 0 0 22px;
	}
	.hlavicka-text {
		padding-top: 25px
	}
	h2 {
		font-size: 28px;
		padding-top: 45px;
		margin-bottom: 45px;
	}
	.masthead-brand {
		padding: 5px 5px 8px 18px;		
	}
	.col-flex-4, .col-flex-3 {
		flex: 0 0 50%;
	}
	.row-flex .col-flex {
		margin-bottom: 28px;
	}
	.row-kontakt.row-flex .col-flex {
		margin: 0;
		padding: 0;
	}
	.box-loga {
		width: 175px;
		height: 64px;
	}
	.content-full .wrap {
		padding-bottom: 0px;
	}
	.lang-menu {
		transition: all 0.3s;
		width: 35px;
	}
	.masthead-brand {
		transition: all 0.3s;		
	}
	.neaktiv-lang {
		margin: 0 -10px;
		padding: 0 10px 0;
	}
	.neaktiv-lang a:last-child {
		margin-bottom: 10px;
	}
	.neaktiv-lang:after {
		top: 21px;
	}
}
@media (max-width:767px) {
	.table tr:last-child td {
		padding-bottom: 10px;
	}
	.table tr th {
		padding: 10px 15px;
	}
	.table tr td {
		padding: 10px 15px 0;
		border: none;
	}
	.table {
		font-size: 16px;
	}
	th.small-text-table, span.td-desc {
		font-size: 14px;
		font-weight: 400;
	}
	.col-kam-dal .btn {
		margin-bottom: 15px;
		width: calc(100% - 30px);
	}
	h1 {
		font-size: 28px;
	}
	h2 {
		font-size: 26px;
	}
	.box-loga {
		height: 53px;
		width: 150px;
	}
	.mob-pryc {
		display: none;
	}
	a.btn {
		padding: 9px 27px 8px;		
	}
	.hamb-menu .icon-bar {
		width: 32px;
		height: 2px;		
	}
	.open-menu-body .hamb-menu .icon-bar.icon-bar-1 {
		top: 9px;
	}
	.open-menu-body .hamb-menu .icon-bar.icon-bar-3 {
		bottom: 9px;
	}	
	.hamb-menu .icon-bar {
		margin-bottom: 7px;		
	}
	ul.nav.masthead-nav a {
		font-size: 24px;
	}
	.hamb-menu {
		padding: 10px;
	}
	.col-flex-4, .col-flex-3, .col-flex-2 {
		flex: 0 0 100%;
	}
	.kontakt-text {
		padding-left: 0;
	}
	#kontakt {
		font-size: 16px;
	}
	.row-kontakt h2 {
		margin-bottom: 45px;
		padding-top: 45px;
	}
	.row-kontakt .container-pul {
		margin: 0 auto 20px;
	}
	iframe.mapa {
		min-height: 400px;
	}
	.neaktiv-lang:after {
		top: 16px;
	}
}
@media (max-width: 400px) {
	
}
