.index .uk-container.uk-container-center {
	max-width: 100% !important; 
	width: 100% !important; 
	margin: 0px !important; 
	padding: 0px !important; 
}
#fermy {
	overflow: hidden;
	position: relative;
	background: #E5E3DF;
}
#mapaFerm {
	width: 100%;
	float: left;
	height: 100vh;
	transition: all .4s ease-in-out;
}
#informacje {
    position: absolute;
    width: 100%;
    border-top: 5px solid #fff;
    float: left;
    opacity: 0;
    transition: all .4s cubic-bezier(.07, .75, .58, 1);
    background: rgba(255, 255, 255, 0.97);
    left: 0%;
    height: 33vh;
    bottom: -40%;
	padding-bottom: 3.5%;
}
#informacje .img-con {
    width: 19%;
    margin-right: 1%;
    float: left;
    height: 100%;
    box-sizing: border-box;
    padding: 0px;
    margin-bottom: 0px;
    transition: all .2s ease-in-out;
    overflow: hidden;
}
#informacje img {
	width: 100%;
    margin-top: 0px !important;
	   opacity: 0;
    transition: opacity .2s ease-in-out;
 
}
.gm-style-mtc {
	margin-top: 60px !important;
}
.gm-style-mtc > div:last-of-type {
	top: 97px !important;
}
.gmnoprint.gm-bundled-control {
	bottom: 145px !important;
}

body.index {
	overflow: hidden;
}
body:not(.index) .tm-navbar {
	position: static;
	background: rgba(198, 40, 40, 0.86);
}
.tm-navbar {
	position: fixed;
    top: 0px;
    width: 100%;
    z-index: 999;
}
.tm-headerbar.tm-headerbar-default.uk-container.uk-container-center {
	max-width: 1200px !important;
    margin: 0 auto !important;
}
#contentI {
    padding: 0px;
    width: 80%;
    float: left;
    overflow-y: scroll;
    height: 33vh;
    position: relative;
}
#contentI h3 {
	padding: 10px 0px;
    margin-bottom: 0px;
    text-transform: uppercase;
	opacity: 0;
	transition: all .2s ease-in-out;
}
#contentI table {
	border-collapse: collapse;
	width: 45%;
	opacity: 0;
	transition: all .2s ease-in-out;
}
#contentI table tr td {
	padding: 5px 8px;
}
#contentI table tr {
	border-bottom: 1px solid #bfbfbf;
}
#contentI table tr td:first-child {
    background: #ffffff;
    color: #484848;
}
#contentI table tr td:last-child {
	background: #e6e6e6;
	color: #000;
}
#contentI h4 {
	margin-bottom: 0px;
    width: 68%;
    font-size: 27px;
    padding-bottom: 4px;
    border-bottom: 1px solid #bfbfbf;
    line-height: normal;
	opacity: 0;
	transition: all .2s ease-in-out;
}
#contentI .opis {
	opacity: 0;
	transition: all .2s ease-in-out;
}
#contentI ul {
	list-style: none;
    padding: 0px;
    margin-top: 0px;
	opacity: 0;
	transition: all .2s ease-in-out;
}
#contentI ul li span:first-child {
	font-weight: bold;
    display: inline-block;
    margin-right: 10px;
}
#contentI ul li p {
	margin: 0px;
	padding-left: 5px;
}
#linki {
	position: absolute;
    top: 1vh;
    right: 27px;
    font-weight: 400;
}
.hideli {
	display: none;
}
.capi {
	text-transform: capitalize;
}
#sAll, #sAcv, #sCle, #natura, #parki {
    display: block;
    float: left;
    padding: 18px 35px;
    background: #ffffff;
    margin: 0px;
    font-weight: 400;
    color: #612251;
    font-size: 15px;
    line-height: normal;
    transition: all .2s ease-in-out;
    text-shadow: none;
}
#sAll:hover, #sAcv:hover, #sCle:hover, #natura:hover, #parki:hover {
	background: #c62828;
	color: #fff;
}
.uk-navbar-nav > li:last-of-type > a {
    padding: 2px 0px;
}
.list-page, .miasta-page {
	overflow-y: scroll;
    min-height: 100vh;
    background: url(/images/tlo.jpg) top left no-repeat;
	background-attachment: fixed;
}
#lista {
	max-width: 100%;
    margin: 0 auto;
}
#lista table {
	border-collapse: collapse;
}
#lista td {
	padding: 10px 10px;
    box-sizing: border-box;
    text-align: center;
}
#lista tr {
	cursor: pointer;
}
#lista tr td:last-of-type {
    width: 100%;
    max-width: 100px;
}
#lista th {
	background: #c62828;
    color: #fff;
    padding: 10px 25px 10px 10px;
    box-sizing: border-box;
    cursor: pointer;
	font-weight: 500;
}
#lista thead {
    box-shadow: 0px 0px 5px #340823;
}
#lista th:first-of-type {
	border-top-left-radius: 3px;	
}
#lista th.asc:first-of-type {
    background: #c62828 url('/images/aup.png') top left no-repeat;
    background-size: 13px;
    background-position: 95% 50%;
}
#lista th.ascA {
    background: #c62828 url('/images/aup.png') top left no-repeat;
    background-size: 13px;
    background-position: 95% 50%;
}
#lista th.descA {
    background: #c62828 url('/images/adown.png') top left no-repeat;
    background-size: 13px;
    background-position: 95% 50%;
}
#lista th:last-of-type {
	border-top-right-radius: 3px;
}
#lista table tbody tr {
	transition: all .2s cubic-bezier(.28, .46, .58, 1);
	border-bottom: 1px solid #ffebfa;
}
#lista table tbody tr:hover {
    background: #f9baab;
    color: #fff;
}
#lista table tbody tr td:first-child {
	position: relative;
    font-weight: 500;
    color: #fff;
    background: #ff7773;
    border-right: 1px solid #ff7773;
}
#lista table tbody tr td:first-child:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    top: calc(50% - 3px);
    right: -4px;
    transform: rotate(45deg);
    background: #ff7773;
    border-right: 1px solid #ff7773;
    border-top: 1px solid #ff7773;
}
.list-page #tm-content {
	padding-top: 50px;
}
.uk-article-title {
	margin-top: 40px;
    margin-bottom: 50px;
    padding-bottom: 0px;
}
.wiecej .uk-article-title {
    margin-top: 20px;
    margin-bottom: 5px;
    padding-bottom: 0px;
    font-size: 32px;
}
.wiecej .uk-h3 {
    font-size: 40px;
    margin-top: 50px;
    margin-bottom: 5px;
    padding-bottom: 0px;
    text-align: center;
}
.hidebtn .tm-footer-left {
	display: none;
}
.controls {
	flex: 1;
}
.controls input {
	margin: 0px;
	padding: 0px;
}
.controls h2 {
	display: block;
	width: 100%;
	font-size: 20px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	line-height: normal;
}
#lista table {
	width: 100%;
	overflow: hidden;
}
.flex-box {
	display: flex;
    max-width: 1220px;
    margin: 0 auto;
}
#search {
	width: 80%;
	margin-top: 6px;
}
#miasto {
	display: flex;
}
#miasto input {
	flex: 2;
}
#miasto output {
    border-radius: 2px;
    flex: 1;
    line-height: 35px;
    padding-left: 13px;
    font-size: 20px;
    background: #F9BAAB;
    margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 6px;
	margin-right: 6px;
    position: relative;
    color: #fff;
    text-transform: uppercase;
    height: 35px;
}
#miasto output:before {
    content: "";
    display: block;
    background: #f9baab;
    transform: rotate(45deg);
    width: 12px;
    height: 12px;
    left: -3px;
    top: calc(50% - 6px);
    position: absolute;
}
#miasto input:first-of-type {
	flex: 3;
    margin: 6px 18px 0px 0px;
}
#miasto input[type="submit"] {
	border: none;
    background: #c62828;
    color: #fff;
    border-radius: 3px;
    text-transform: uppercase;
	height: 35px;
	margin-top: 6px;
}
#contentI .upp {
	font-weight: 300 !important;
    font-size: 9px;
    margin-top: -19px;
    vertical-align: super;
}
.uk-margin iframe {
	width: 100%;
    height: 72vh;	
}
.hidden-td {
	display: none;
}
#lista table th:nth-of-type(6),
#lista table th:nth-of-type(7),
#lista table th:nth-of-type(9) {
	display: none;
}

/*range*/
input[type=range] {
  -webkit-appearance: none; 
  background: transparent;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}

input[type=range]:focus {
  outline: none; 
}
input[type=range]::-ms-track {
  cursor: pointer;
  background: transparent; 
  border-color: transparent;
  color: transparent;
}
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #C62828;
  cursor: pointer;
  margin-top: -14px;
}
input[type=range]::-moz-range-thumb {
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #C62828;
  cursor: pointer;
}

input[type=range]::-ms-thumb {
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #C62828;
  cursor: pointer;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 10px;
  cursor: pointer;
  background: #E57373;
  border-radius: 3px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #E57373;
}

input[type=range]::-moz-range-track {
  width: 100%;
  height: 10px;
  cursor: pointer;
  background: #E57373;
  border-radius: 3px;
}

input[type=range]::-ms-track {
  width: 100%;
  height: 10px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  border-width: 20px 0;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #4f5157;
  border-radius: 3px;
}
input[type=range]:focus::-ms-fill-lower {
  background: #622352;
}
input[type=range]::-ms-fill-upper {
  background: #622352;
  border-radius: 3px;
}
input[type=range]:focus::-ms-fill-upper {
  background: #F9BAAB;
}
.uk-article iframe {
    width: 100%;
}
.wiecej .tm-leading-article {
    margin-top: 50px;
}
.wiecej .tm-article-container.uk-row-first {
    width: 80%;
}
.more-grid .uk-text-center.uk-panel-teaser {
    margin-bottom: 10px;
}
.more-grid .uk-panel-title {
    text-align: center;
    font-size: 21px;
}
#legenda {
    position: fixed;
    top: 100px;
    right: 0px;
    background: rgba(255, 255, 255, 0.95);
    box-sizing: border-box;
    padding: 10px;
    z-index: 999;
    width: 200px;
}
#legenda h3 {
    font-size: 20px;
    margin-bottom: 0px;
    font-weight: 400;
}
#legenda ul {
    margin: 0px;
    padding: 0px;
    line-height: normal;
    list-style: none;
}
#legenda ul li {
    overflow: hidden;
    margin-bottom: 5px;
    line-height: normal;
}
#legenda ul img {
    margin-right: 5px;
    float: left;
}
#legenda ul li:first-of-type {
    line-height: 35px;
}












