.popisek, .menuBtn, .respNav {
	display: none;
}

@media screen and (max-width: 1245px) {
	.row-pad20, .row-pad25, .row-pad30, .row-pad50 {
		margin-left: -15px;
		margin-right: -15px;
	}
}

@media screen and (max-width: 960px) {
	.footer div[class^="col"] {
		padding: 0 15px;
		float: none;
		text-align: center !important;
		width: 100%;
		float: none;
		margin: 3px 0;
	}
	a[href^="tel:"], a[href^="tel:"]:hover {
		text-decoration: underline;
		cursor: pointer;
	}
}

@media screen and (max-width: 760px) {
	div[class^="col"] {
		width: 100%;
		float: none;
		margin: 10px 0;
		clear: both;
	}
	.row div[class^="col"]:first-child {
		margin-top: 0;
	}
	.row.separated div[class^="col"] {
		border: 0;
		margin-left: 0;
		margin-right: 0;
	}
}

@media screen and (max-width: 470px) {
	table.tab, table.tab tr, table.tab td, table.tab th, .tab tbody, table[border="1"] tbody, table[border="1"], table[border="1"] tr, table[border="1"] td, table[border="1"] th {
		display: block;
		width: 100% !important;
		text-align: left !important;
		border: 0;
		background: transparent;
	}
	thead {
		display: none;
	}
	table.tab tr, table[border="1"] tr {
		border-bottom: 1px solid #eaeaea;
		padding: 10px 0;
	}
	table.tab, table[border="1"] {
		border-top: 1px solid #eaeaea;
	}
	table.tab td:empty, table.tab th:empty, table.tab tr:empty, table[border="1"] td:empty, table[border="1"] th:empty, table[border="1"] tr:empty {
		display: none;
	}
	table.tab tr:nth-of-type(even) {
		background-color: #F8f8f8;
	}
}


/* MENU */

@media screen and (max-width: 960px) {
	.menuBtn {
		position: fixed;
		height: 60px;
		width: 60px;
		padding: 22px 0 0 0;
		text-align: center;
		display: block;
		left: 0;
		top: 0;
		border-right: 1px solid #E9EDF0;
		background: #f4f4f4;
		line-height: 11px;
		font-size: 1em;
		font-weight: 400;
		color: #3aa935;
		font-size: 12px;
		font-weight: 600;
		text-transform: uppercase;
		cursor: pointer;
		z-index: 200;
	}
	.menuBtn span {
		display: block;
		vertical-align: top;
		width: 20px;
		margin: 0 auto;
		position: relative;
		height: 16px;
		overflow: hidden;
	}
	.menuBtn em {
		display: block;
		background: #3aa935;
		height: 2px;
		margin: 7px auto 0 auto;
		width: 20px;
	}
	.menuBtn span:after {
		display: block;
		background: #3aa935;
		height: 2px;
		content: " ";
		width: 100%;
		position: absolute;
		left: 0;
		top: 0;
	}
	.menuBtn span:before {
		display: block;
		background: #3aa935;
		height: 2px;
		content: " ";
		width: 100%;
		position: absolute;
		left: 0;
		bottom: 0;
	}
	.menuBtn em {
		-webkit-transition: width .2s, background-color .2s;
		-moz-transition: width .2s, background-color .2s;
		-o-transition: width .2s, background-color .2s;
		transition: width .2s, background-color .2s;
	}
	.menu a span:after {
		-webkit-transition: width 0.2s ease-out;
		-moz-transition: width .2s ease-out;
		-o-transition: width .2s ease-out;
		transition: width .2s ease-out;
	}
	.menuBtn {
		-webkit-transition: color 0.2s ease-out;
		-moz-transition: color .2s ease-out;
		-o-transition: color .2s ease-out;
		transition: color .2s ease-out;
		-webkit-transition-delay: .4s;
		transition-delay: .4s;
		-moz-transition-delay: .4s;
		-o-transition-delay: .4s;
	}
	.menuBtn span:before, .menuBtn span:after {
		-webkit-transition: all 0.2s;
		-moz-transition: all .2s;
		-o-transition: all .2s;
		transition: all .2s;
		-webkit-transition-delay: .2s;
		transition-delay: .2s;
		-moz-transition-delay: .2s;
		-o-transition-delay: .2s;
		-ms-transform-origin: 50% 50%;
		-webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
	}
	.respNav {
		background: white;
		padding-top: 60px;
		position: fixed;
		z-index: 150;
		left: -280px;
		top: 0;
		height: 100%;
		width: 275px;
		margin: 0;
		float: none;
		margin: 0;
		display: block;
		-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
		-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
		box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
	}
	.respNav {
		-webkit-transition: left .4s ease-out;
		-moz-transition: left .4s ease-out;
		-o-transition: left .4s ease-out;
		transition: left .4s ease-out;
		-webkit-transition-delay: 0;
		transition-delay: 0;
		-moz-transition-delay: 0;
		-o-transition-delay: 0;
	}
	#dark {
		position: fixed;
		z-index: -100;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, .4);
		cursor: pointer;
		visibility: hidden;
		transition: opacity .8s ease-out;
		opacity: 0;
	}
	.respNav-in {
		max-height: 100%;
		overflow: auto;
	}
	.respNav a {
		display: block;
		text-align: left;
		text-decoration: none;
		padding: 0;
		color: black;
		text-transform: uppercase;
		font-weight: 400;
	}
	.respNav a:hover {
		color: #3aa935;
		text-decoration: none;
	}
	.respNav ul {
		padding: 0;
		margin: 0 0 0 0;
		border-bottom: 1px solid rgba(0, 0, 0, .05);
		left: 0;
	}
	.respNav li {
		border-top: 1px solid rgba(0, 0, 0, .05);
	}
	.respNav-in>ul {
		position: relative;
	}
	.respNav li span {
		position: relative;
		display: block;
		padding: 12px 20px;
	}
	.respNav ul ul {
		display: none;
		border-bottom: 0;
		margin: 0;
		padding: 0 0 0 10px;
	}
	.respNav .rozbal>ul {
		display: block;
	}
	.respNav .subex .open:before {
		content: "\f107";
		font: normal normal normal 14px/1 FontAwesome;
		text-rendering: auto;
		font-size: 18px;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	.respNav .subex .open {
		display: block;
		position: absolute;
		z-index: 5;
		right: 0;
		top: 0;
		cursor: pointer;
		width: 40px;
		text-align: center;
		height: 100%;
		padding: 0;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;
		-o-align-items: center;
		align-items: center;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
		-o-justify-content: center;
		justify-content: center;
	}
	.respNav .subex .open:hover {
		background: rgba(0, 0, 0, .05);
	}
	.respNav .rozbal.subex>a .open:before {
		content: "\f106";
	}
	.respNav .rozbal {
		background: #f8f8f8;
	}
	.respNav ul ul a {
		text-transform: none;
	}
	.respNav ul ul li span {
		padding-top: 8px;
		padding-bottom: 8px;
	}
	.menuOn .menuBtn em {
		width: 0;
	}
	.menuOn .menuBtn span:after {
		position: absolute;
		left: 0;
		top: 7px;
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.menuOn .menuBtn span:before {
		position: absolute;
		left: 0;
		bottom: 7px;
		-ms-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.menuOn .respNav {
		left: 0;
	}
	.menuOn #dark {
		z-index: 101;
		display: block;
		visibility: visible;
		opacity: 1;
	}
	.menuOn .menuBtn em, .menuOn .menuBtn span:after, .menuOn .menuBtn span:before {
		background-color: #3aa935;
	}
	.menuOn .menuBtn {
		background: transparent;
		border-color: transparent;
	}
}

@media screen and (min-width: 960px) {
	.topNav {
		display: block !important;
	}
}
