/* Stuck menu styles
========================================================*/
.isStuck {
	background: #1e1e1e;
	padding: 11px 0;
	z-index: 999;
	-webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 979px) {
 .isStuck {
 display: none !important;
}
}
/*========================================================
                    Main layout styles
=========================================================*/
body {
	background: #1e1e1e;
	font: 15px 'Roboto', sans-serif;
	line-height: 1.428571429;
	color: #666;
	font-weight: 300;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:focus {
	text-decoration: none;
	background: none;
}
a[href^="tel:"] {
 color: inherit;
 text-decoration: none;
}
textarea, input[type="text"], input[type="email"], input[type="search"], input[type="password"] {
	-webkit-appearance: none;
	-moz-appearance: caret;
}
p {
	margin-bottom: 25px;
	font-weight: 300;
	line-height: 25px;
}
.telNahore {
	font-weight: bold;
	position: absolute;
	color: #fff;
	right: 0;
	top: 0;
	padding-top: 15px;
	font-size: 1.4em;
	padding-right: 20px;
}
h1.navbar-brand_ {
	margin: -108px 0 0 0;
	padding: 0 15px;
	float: none;
	height: auto;
	position: absolute;
	top: 50%;
	width: 100%;
	text-align: center;
	z-index: 1;
}
h1.navbar-brand_ a {
	display: inline-block;
}
h1.navbar-brand_ a img {
	width: 100%;
}
h1 {
	font: bold 42px/42px 'Roboto', sans-serif;
	color: #000;
	margin: 0 0 54px 0;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
}
h2 {
	font: bold 24px/34px 'Roboto', sans-serif;
	color: #fff;
	margin: 0 0 0px 0;
	width: 100%;
}
h3 {
	font: bold 20px/30px 'Roboto', sans-serif;
	color: #ffffff;
	margin: 0 0 0px 0;
}
.extra-wrap {
	overflow: hidden;
}
.global {
	padding: 0;
	background: #f2f2f2;
}
.global.indent {
	padding: 63px 0 0 0;
	background: #f2f2f2;
}
.center {
	text-align: center;
}
.cislovani_sluzby_li {
	width: 30px;
	height: 30px;
	border-radius: 100%;
	background: #007ee1;
	text-align: center;
	font: 14px / 30px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	float: left;
	margin: 0 22px 0 0;
	padding: 0;
	color:#fff;
}
.ulMenuSluzeb li {
	list-style: none;
	display: table;
	line-height:30px;
	padding: 8px 0px 8px 0px;
	text-align:left;
}
.lblPodMenuSluzba {
	float: left;
	width: 350px;
	margin-right: 30px;
	border-right-style: dashed;
	border-right-color: #007ee1;
	border-right-width: 1px;
}
.lblPopisSluzba {
	float: right;
	width: calc(97% - 380px);
	text-align:left;
}
	.lblPopisSluzba h1 {
		font: bold 38px / 38px 'Roboto', sans-serif;
		color: #000;
		margin: 0 0 20px 0;
		width: 100%;
		text-align: left;
		text-transform:none;
	}
.cmbTerminy {
	width: 100%;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	border: 1px solid #fff;
	background: #fff;
	font: 300 15px / 18px 'Roboto';
	height: 64px;
	color: #888;
	padding: 22px 14px;
	resize: none;
}
.rowTerminy {
	padding-bottom:50px;
	text-align:left;
}
.clmTerminy1Sloupec {
	float: left;
	width: calc(50% - 15px);
	margin-right:30px;
}
.posl {
	margin-right: 0px;
}
.tblTerminy {
	padding: 30px 0;
}
.form-div-table {
	display: table;
	width: 100%;
}
.form-div-row {
	display: table-row;
	width: auto;
	clear: both;
}

.form-div-1 {
	float: left;
	width: 33%;
	display: table-column;
	padding:20px;
}
	.form-div-1 input, .form-div-1 select {
		width: 100% !important;
		display: block;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		border: 1px solid #fff;
		background: #fff;
		font: 300 15px / 18px 'Roboto';
		height: 64px;
		color: #888;
		padding: 22px 14px;
	}
	.form-div-1 textarea {
		width: 100% !important;
		display: block;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		cursor: text;
		border: 1px solid #fff;
		background: #fff;
		font: 300 15px / 18px 'Roboto';
		height: 128px;
		color: #888;
		padding: 22px 14px;
	}
	.textareaCol {
		width: 99%;
	}
.lblChyba {
	color: red;
	font-size: 0.9em;
	padding-top: 10px;
}
.txtSendOk {
	color: green;
	font-size: 1.1em;
}
.txtSendNot {
	color: red;
	font-size: 1.1em;
}
#lblSendFormLoading, #lblSendFormResult {
	text-align: center;
}
#lblSendFormResult {
	padding-top:50px;
}
.mezeraDiv {
	clear:both;
	margin: 20px;
}
/*========================================================
                    header
=========================================================*/
header {
	position: relative;
	margin: 0;
	padding: 11px 0;
	text-align: center;
	z-index: 11;
	background: #1e1e1e;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
/* menu
========================================================*/
nav.tm_navbar {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	float: none;
	display: inline-block;
	min-height: 0;
}
nav.tm_navbar li {
	font-size: 15px;
	line-height: 25px;
	padding: 0;
	margin: 0 0 0 36px;
	float: left;
}
nav.tm_navbar li:first-child {
	margin-left: 0;
}
nav.tm_navbar li a {
	position: relative;
	padding: 0;
	font: bold 26px 'Roboto', sans-serif;
	color: #888;
	text-transform: uppercase;
	background: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar li.active > a {
	color: #ffffff;
	background: none;
}
nav.tm_navbar li:hover > a {
	color: #ffffff;
	background: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sfHover > a {
	color: #ffffff;
	background: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
	nav.tm_navbar li span {
		position: relative;
		padding: 0;
		font: bold 26px 'Roboto', sans-serif;
		color: #ffffff;
		text-transform: uppercase;
		background: none;
		-webkit-transition: all 0.25s;
		-o-transition: all 0.25s;
		transition: all 0.25s;
	}
/* subMenu1
========================================================*/
nav.tm_navbar .sub-menu > ul {
	position: absolute;
	display: none;
	width: 253px;
	left: 0;
	top: 49px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #2e2e2e;
	padding: 10px 0 0 0;
	margin: 0;
	text-align: left;
}
nav.tm_navbar .sub-menu > ul li {
	background: none;
	border: none;
	width: auto;
	float: none;
	margin: 0 0 8px 0;
	padding: 0 0 13px 20px;
	display: block;
	background: url(../img/dotted.png) 0 bottom repeat-x;
}
nav.tm_navbar .sub-menu > ul li:last-child {
	background: none;
}
nav.tm_navbar .sub-menu > ul li a {
	background: none !important;
	padding: 0;
	margin: 0;
	float: none;
	display: block;
	width: auto;
	text-align: left;
	font: 15px 'Roboto', sans-serif;
	text-shadow: none;
	text-transform: none;
	color: #888888;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sub-menu > .submenu li span {
	display: inline-block;
	background: url(../img/menu-marker2.png) right center no-repeat;
	width: 8px;
	height: 5px;
	position: absolute;
	right: 20px;
	top: 18px;
	left: auto;
}
nav.tm_navbar .sub-menu > ul li a:hover {
	text-decoration: none;
	color: #ffffff !important;
	background: none !important;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sub-menu > ul li.sfHover > a {
	text-decoration: none;
	color: #ffffff !important;
	background: none !important;
}
/* subMenu2
========================================================*/
nav.tm_navbar .sub-menu ul ul {
	position: absolute;
	display: none;
	width: 253px;
	left: 100%;
	top: 0;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #2e2e2e;
	padding: 10px 0 0;
	margin: 0 0 0 1px;
	text-align: left;
}
nav.tm_navbar .sub-menu ul ul li a {
	background: none;
	padding: 0;
	margin: 0;
	float: none;
	display: block;
	font: 15px 'Roboto', sans-serif;
	color: #888888;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sub-menu > ul li > ul li a:hover {
	text-decoration: none;
	color: #ffffff !important;
	background: none !important;
}
.select-menu {
	display: none !important;
}
/*========================================================
                    Content
=========================================================*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 80px;
	right: 30px;
	overflow: hidden;
	border: none;
	color: #bada00;
	font-size: 31px;
	z-index: 20;
	-webkit-transition: color 0.5s ease;
	-o-transition: color 0.5s ease;
	transition: color 0.5s ease;
}
#toTop:hover {
	outline: none;
	color: #eb3c00;
}
.trainerBox {
	margin-bottom: 30px;
	position: relative;
	display: block;
}
.trainerBox figure {
	margin: 0;
}
.trainerBox figure a {
	position: relative;
	display: block;
	width: 100%;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.trainerBox figure a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.trainerBox figure a:hover img {
	-webkit-transform: rotate(-5deg);
	transform: rotate(-5deg);
}
.trainerBox figure img {
	width: 100%;
	top: 0;
	left: 0;
	-webkit-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
	outline: 1px solid transparent;
}
.who-box {
	background: #1e1e1e;
	padding: 63px 0 0 0;
}
.who-box .col-lg-4 {
	margin-bottom: 22px;
}
.banner-box {
	overflow: hidden;
}
.banner-box .box {
	width: 33.33%;
	float: left;
	background: #007ee1;
	padding: 60px 0 63px 0;
	text-align: center;
}
.banner-box .box .title {
	font: bold 49px/57px 'Roboto', sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 13px;
}
	.banner-box .box .description {
		font: 300 15px/25px 'Roboto', sans-serif;
		color: #ffffff;
		margin-bottom: 0;
		padding: 15px;
	}
.banner-box .box.box2 {
	background: #eb3c00;
}
.banner-box .box.box3 {
	background: #ffd900;
}
.banner-box .box.box3 .title {
	color: #1e1e1e;
}
.banner-box .box.box3 .description {
	color: #1e1e1e;
}
.bg_pic1 {
	position: relative;
	padding: 62px 0 0 0;
	background: url(../img/bg_pic1.jpg) no-repeat;
	min-height: 340px;
	text-align: center;
}
.thumb-box1 {
	background: #1e1e1e;
	padding: 63px 0 60px 0;
	overflow: hidden;
	text-align: center;
}
.thumb-box2 {
	padding: 53px 0 34px 0;
	overflow: hidden;
}
.thumb-box2 h2 {
	color: #1e1e1e;
}
.thumb-box3 .box1 {
	width: 20%;
	float: left;
	overflow: hidden;
}
.thumb-box3 .box1 img {
	width: 100%;
}
.thumb-box3 .box2 {
	width: 40%;
	float: left;
	overflow: hidden;
}
.thumb-box3 .box2 img {
	width: 100%;
}
.thumb-box3 .box2 .box3 {
	width: 50%;
	float: left;
}
.thumb-box3 i {
	width: 100%;
	height: 100%;
	position: absolute;
	padding: 30px 20px;
	top: 0;
	left: 0;
	display: inline-block;
	background: url(../img/zoom.png) center center no-repeat;
	font-weight: normal;
	-webkit-transform: translateY(0) translateX(0) scale(0.25);
	transform: translateY(0) translateX(0) scale(0.25);
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
	opacity: 0;
	filter: alpha(opacity=0);
	color: #ffffff;
}
.thumb-box3 figure {
	position: relative;
	overflow: hidden;
}
.thumb-box3 figure a {
	display: block;
}
.thumb-box3 figure:hover i {
	-webkit-transform: translateY(0) translateX(0) scale(1);
	transform: translateY(0) translateX(0) scale(1);
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
	opacity: 1;
	filter: alpha(opacity=100);
}
.thumb-box4 {
	padding: 53px 0 34px 0;
	overflow: hidden;
	text-align: center;
	background: #f2f2f2;
}
.thumb-box4 h2 {
	color: #1e1e1e;
}
.thumb-box4 .col-lg-3 {
	text-align: left;
	margin-bottom: 21px;
}
.thumb-box4 .box {
	padding: 34px 28px 23px 28px;
	background: #ffffff;
	position: relative;
	margin-bottom: 40px;
}
.thumb-box4 .box figure {
	float: left;
	margin-right: 14px;
	margin-top: -9px;
}
.thumb-box4 .box p {
	margin-bottom: 0;
}
.thumb-box4 .box em {
	position: absolute;
	bottom: -17px;
	left: 30px;
	width: 17px;
	height: 17px;
	background: url(../img/tr.png) no-repeat;
}
.thumb-box4 h3 {
	color: #1e1e1e;
	margin-bottom: 16px;
}
.thumb-box4 a {
	font: 15px 'Roboto', sans-serif;
	text-transform: uppercase;
	color: #888888;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-box4 a:hover {
	color: #1e1e1e;
}
.thumb-box5 {
	background: #f2f2f2;
	padding: 53px 0 0 0;
	overflow: hidden;
	text-align: center;
}
.thumb-box5 h2 {
	color: #1e1e1e;
}
.thumb-box5 .col-lg-3 {
	text-align: left;
	margin-bottom: 30px;
}
.thumb-box6 {
	text-align: center;
	padding: 0 0 60px 0;
}
.thumb-box6 h2 {
	color: #1e1e1e;
}
.thumb-box7 {
	text-align: center;
	padding: 63px 0 60px 0;
	background: #1e1e1e;
}
.thumb-box8 {
	text-align: center;
	padding: 63px 0 0 0;
	background: #f2f2f2;
}
.thumb-box8 h2, .thumb-box8 h3 {
	color: #1e1e1e;
}
.thumb-box9 {
	text-align: center;
	padding: 53px 0 60px 0;
	background: #1e1e1e;
}
.thumb-box9 h2, .thumb-box9 h3 {
	color: #f2f2f2;
}
.privacy-box h2, .privacy-box h3 {
	color: #1e1e1e;
}
.error-box {
	text-align: center;
}
.error-box figure {
	margin-bottom: 34px;
}
.result-box h2 {
	color: #1e1e1e;
}
/*-----table-----*/
.table1 {
	border: 2px solid #dbdbdb;
	margin-bottom: 60px;
	text-align: left;
	border-right: none;
	width: 100%;
}
.table1 tr {
	height: 60px;
	vertical-align: middle;
}
.table1 td {
	font: 300 15px 'Roboto', sans-serif;
	color: #888888;
	border-right: 2px solid #dbdbdb;
	border-bottom: 2px solid #dbdbdb;
	padding-left: 27px;
}
.table1 td.lastcol {
	text-align: right;
	padding-right: 27px;
	width: 126px;
}
/* thumbs
========================================================*/
.thumb-pad1 {
	margin: 0 0 30px 0;
	overflow: hidden;
}
.thumb-pad1 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
	text-align: center;
}
.thumb-pad1 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad1 figure {
	margin: 0 0 21px 0;
}
.thumb-pad1 figure img {
	width: 100%;
}
.thumb-pad2 {
	margin: 0 0 32px 0;
	overflow: hidden;
}
.thumb-pad2 .thumbnail {
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	position: relative;
}
.thumb-pad2 .thumbnail .badge {
	width: 117px;
	height: 117px;
	border-radius: 100%;
	background: #007ee1;
	text-align: center;
	font: bold 65px/117px 'Roboto', sans-serif;
	float: left;
	margin: 0 22px 0 0;
	padding: 0;
}
.thumb-pad2 .thumbnail .badge.badge1 {
	background: #bada00;
}
.thumb-pad2 .thumbnail .badge.badge2 {
	background: #eb3c00;
}
.thumb-pad2 .thumbnail .badge.badge3 {
	background: #ffd900;
}
.thumb-pad2 .thumbnail .caption {
	padding: 18px 0 0 0;
	color: #888888;
	overflow: hidden;
}
.thumb-pad2 .thumbnail .caption p {
	margin-bottom: 0;
}
.thumb-pad2 .thumbnail .caption h3 {
	color: #1e1e1e;
	margin-bottom: 14px;
}
.thumb-pad3 {
	margin: 0 0 38px 0;
	overflow: hidden;
}
.thumb-pad3.indent {
	margin: 0;
	padding-bottom: 53px;
}
.thumb-pad3.indent p {
	margin: 0 !important;
}
.thumb-pad3 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
	text-align: center;
}
.thumb-pad3 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad3 .thumbnail .caption p {
	margin-bottom: 53px;
}
.thumb-pad3 figure {
	margin: 0 0 21px 0;
}
.thumb-pad3 figure img {
	width: 100%;
}
.thumb-pad4 {
	margin: 0 0 31px 0;
	overflow: hidden;
}
.thumb-pad4 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad4 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad4 .thumbnail .caption a {
	font: 300 15px 'Roboto', sans-serif;
	text-transform: uppercase;
	color: #888888;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad4 .thumbnail .caption a:hover {
	color: #1e1e1e;
}
.thumb-pad4 figure {
	margin: 0 0 25px 0;
	position: relative;
}
.thumb-pad4 figure img {
	width: 100%;
}
.thumb-pad4 figure i {
	width: 100%;
	height: 100%;
	position: absolute;
	padding: 30px 20px;
	top: 0;
	left: 0;
	display: block;
	background: #1e1e1e url(../img/magnify.png) center center no-repeat;
	background: rgba(30, 30, 30, 0.5) url(../img/magnify.png) center center no-repeat;
	font-weight: normal;
	-webkit-transform: translateY(0) translateX(0) scale(0.25);
	transform: translateY(0) translateX(0) scale(0.25);
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
	opacity: 0;
	filter: alpha(opacity=0);
}
.thumb-pad4 figure:hover i {
	-webkit-transform: translateY(0) translateX(0) scale(1);
	transform: translateY(0) translateX(0) scale(1);
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
	opacity: 1;
	filter: alpha(opacity=100);
}
.thumb-pad5 {
	margin: 0 0 40px 0;
	overflow: hidden;
}
.thumb-pad5 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad5 .thumbnail .caption {
	padding: 23px 20px 20px 20px;
	overflow: hidden;
	border: 10px solid #83dbd7;
	border-top: none;
}
.thumb-pad5 .thumbnail .caption .lnk {
	font: 24px/24px 'Roboto', sans-serif;
	color: #83dbd7;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad5 .thumbnail .caption .lnk:hover {
	color: #4b4c4c;
}
.thumb-pad5 .thumbnail .caption p {
	margin: 20px 0 5px 0;
	color: #83dbd7;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 18px;
}
.thumb-pad5 .thumbnail .caption .price {
	font: 24px 'Rosario';
	color: #4b4c4c;
	margin: 0;
}
.thumb-pad5 figure {
	margin: 0;
	position: relative;
}
.thumb-pad5 figure img {
	width: 100%;
}
.thumb-pad5 figure:hover i {
	-webkit-transform: translateY(0) translateX(0) scale(1);
	transform: translateY(0) translateX(0) scale(1);
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
	opacity: 1;
	filter: alpha(opacity=100);
}
.thumb-pad5 figure i {
	width: 100%;
	height: 100%;
	position: absolute;
	padding: 0;
	top: 0;
	left: 0;
	display: block;
	background: #ffffff url(../img/zoom.png) center center no-repeat;
	background: rgba(255, 255, 255, 0.35) url(../img/zoom.png) center center no-repeat;
	font-weight: normal;
	-webkit-transform: translateY(0) translateX(0) scale(0.25);
	transform: translateY(0) translateX(0) scale(0.25);
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
	opacity: 0;
	filter: alpha(opacity=0);
}
.thumb-pad6 {
	overflow: hidden;
	margin-bottom: 53px;
}
.thumb-pad6 time {
	font: 50px/39px 'Rosario';
	color: #4b4c4c;
	width: 70px;
	margin-right: 30px;
	text-align: center;
	display: inline-block;
	float: left;
	margin-top: -5px;
}
.thumb-pad6 time span {
	display: block;
	font-size: 24px;
	text-transform: uppercase;
}
.thumb-pad6 br {
	display: none;
}
.thumb-pad6 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
	overflow: hidden;
}
.thumb-pad6 .thumbnail > .lnk {
	font: 16px 'Roboto', sans-serif;
	color: #666666;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad6 .thumbnail > .lnk:hover {
	color: #64c1bd;
}
.thumb-pad6 .thumbnail > p {
	color: #64c1bd;
	margin: 0 0 21px 0;
	overflow: hidden;
}
.thumb-pad6 .thumbnail > p a {
	color: #64c1bd;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad6 .thumbnail > p a:hover {
	color: #4b4c4c;
}
.thumb-pad6 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
	color: #888888;
}
.thumb-pad6 .thumbnail figure {
	margin: 0 0 23px 0;
}
.thumb-pad6 .thumbnail figure img {
	width: 100%;
}
.thumb-pad7 {
	margin: 0 0 62px 0;
	overflow: hidden;
}
.thumb-pad7 .thumbnail {
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad7 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad7 .thumbnail .caption p {
	margin-bottom: 0;
}
.thumb-pad7 .thumbnail .caption a {
	font: 16px/24px 'Roboto', sans-serif;
	color: #666666;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad7 .thumbnail .caption a:hover {
	color: #98ebef;
}
.thumb-pad7 .thumbnail figure {
	margin: 0 0 23px 0;
}
.thumb-pad7 .thumbnail figure img {
	width: 100%;
}
.thumb-pad8 {
	margin: 0;
}
.thumb-pad8 .thumbnail {
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad8 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
	color: #888888;
}
.thumb-pad8 .thumbnail .caption a {
	font: 16px 'Roboto', sans-serif;
	color: #555;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad8 .thumbnail .caption a:hover {
	color: #5fd0eb;
}
.thumb-pad8 .thumbnail .caption p {
	margin-bottom: 13px;
}
.thumb-pad8 figure {
	margin: 0 30px 0 0;
	float: left;
}
/* btn
========================================================*/
.btn-default.btn0 {
	box-shadow: none;
	text-decoration: none !important;
	display: inline-block;
	padding: 20px 15px;
	font: bold 15px/28px 'Roboto', sans-serif;
	text-transform: uppercase;
	margin: auto auto;
	text-shadow: none;
	border-radius: 0;
	border: 2px solid #1e1e1e;
	color: #1e1e1e;
	background: transparent;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
	cursor: pointer;
}
	.btn-default.btn0:hover {
		color: #1e1e1e;
		background: #888888 !important;
		text-decoration: none !important;
		border-color: #888888;
		-webkit-transition: all 0.25s;
		-o-transition: all 0.25s;
		transition: all 0.25s;
	}
.btn-default.btn1 {
	box-shadow: none;
	text-decoration: none !important;
	display: inline-block;
	padding: 0 45px;
	font: bold 21px/64px 'Roboto', sans-serif;
	text-transform: uppercase;
	margin: 0;
	text-shadow: none;
	border-radius: 0;
	border: 2px solid #ffffff;
	color: #ffffff;
	background: transparent;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn1:hover {
	color: #1e1e1e;
	background: #ffffff !important;
	text-decoration: none !important;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn2 {
	box-shadow: none;
	text-decoration: none !important;
	display: inline-block;
	padding: 0 28px;
	font: bold 21px/64px 'Roboto', sans-serif;
	text-transform: uppercase;
	margin: 0;
	text-shadow: none;
	border-radius: 0;
	border: 2px solid #1e1e1e;
	color: #1e1e1e;
	background: transparent;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
	float:right;
	cursor:pointer;
}
.btn-default.btn2 span {
	font-size: 21px;
	margin-left: 15px;
}
.btn-default.btn2:hover {
	color: #1e1e1e;
	background: #888888 !important;
	text-decoration: none !important;
	border-color: #888888;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn3 {
	box-shadow: none;
	text-decoration: none !important;
	display: inline-block;
	padding: 0;
	font: 20px/86px 'Rosario';
	width: 86px;
	height: 86px;
	text-align: center;
	margin: 0;
	text-shadow: none;
	border-radius: 100%;
	color: #ffffff;
	background: #ffc246;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn3:hover {
	color: #ffffff;
	background: #95eaef !important;
	text-decoration: none !important;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn4 {
	box-shadow: none;
	text-decoration: underline !important;
	display: inline-block;
	padding: 0;
	font: 16px 'Roboto', sans-serif;
	margin: 0;
	text-shadow: none;
	color: #68c6db;
	border-radius: 0;
	background: none;
	border: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn4:hover {
	color: #555;
	background: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn5 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	padding: 0;
	font: bold 12px 'Roboto', sans-serif;
	margin: 0;
	text-shadow: none;
	color: #f15374;
	background: none;
	display: inline-block;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn5:hover {
	color: #222;
	background: none;
	text-decoration: none !important;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn6 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	display: inline-block;
	padding: 0 32px;
	font: 800 14px/43px 'Roboto', sans-serif;
	text-transform: uppercase;
	margin: 0;
	text-shadow: none;
	color: #ffffff;
	background: none;
	border: 1px solid #ffffff;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn6:hover {
	color: #222;
	background: #ffffff;
	text-decoration: none !important;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
/* list
========================================================*/
.list1-1 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list1-1 li {
	font-size: 15px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 10px;
	padding-left: 19px;
	background: url(../img/list_arrow.png) left 8px no-repeat;
}
.list1-1 li a {
	font: 14px 'Roboto', sans-serif;
	color: #666666;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list1-1 li a:hover {
	color: #64c1bd;
}
.list1-2 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list1-2 li {
	font-size: 15px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 10px;
	padding-left: 19px;
	background: url(../img/list_arrow2.png) left 8px no-repeat;
}
.list1-2 li a {
	font: 14px 'Roboto', sans-serif;
	color: #ffffff;
	text-transform: uppercase;
}
.list1-2 li a:hover {
	text-decoration: underline;
}
.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list1 li {
	font-size: 15px;
	line-height: 1.428571429;
	margin-top: 77px;
	padding-left: 55px;
	background: url(../img/list_point.png) left 11px no-repeat;
}
.list1 li p {
	margin-bottom: 0;
	color: #ffffff;
}
.list1 li .title {
	font: 48px/48px 'Rosario';
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 9px;
}
.list1 li > div {
	float: left;
}
.list1 li figure {
	border-radius: 100%;
	border: 13px solid #ffffff;
	float: right;
	margin-top: -45px;
	display: inline-block;
}
.list1 li figure img {
	border-radius: 100%;
}
.list1 li:first-child {
	margin-top: 0;
}
.list2 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	text-align: center;
}
.list2 li {
	font-size: 15px;
	line-height: 1.428571429;
	margin-bottom: 50px;
	padding: 0;
}
.list2 li p {
	margin-bottom: 0;
}
.list3 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list3 li {
	font-size: 15px;
	line-height: 1.428571429;
	margin-bottom: 32px;
	overflow: hidden;
}
.list3 li p {
	margin-bottom: 0;
	color: #ffffff;
}
.list3 li strong {
	float: left;
	margin-right: 30px;
	width: 69px;
	height: 69px;
	font: 50px/67px 'Rosario';
	color: #4b4c4c;
	background: #ffffff;
	text-align: center;
	border-radius: 100%;
}
.list4 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list4 li {
	font-size: 15px;
	line-height: 1.428571429;
	margin-bottom: 27px;
	overflow: hidden;
}
.list4 li p {
	margin-bottom: 21px;
}
.list4 li img {
	float: left;
	margin-right: 21px;
	margin-top: 7px;
}
.list4 li a {
	font: 16px 'Roboto', sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list4 li a:hover {
	text-decoration: underline;
}
.list5 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list5 li {
	border-bottom: 1px solid #c4c4c4;
	padding-bottom: 10px;
	margin-bottom: 13px;
}
.list5 li a {
	color: #ff5d5c;
	font: 15px 'Roboto', sans-serif;
	line-height: 24px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list5 li a:hover {
	color: #888888;
}
.list5 li:last-child {
	border-bottom: none;
}
.list6 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list6 li {
	font-size: 15px;
	line-height: 1.428571429;
	margin-bottom: 26px;
	overflow: hidden;
}
.list6 li p {
	margin-bottom: 0;
}
.list6 li time {
	color: #74c0bc;
	font: 15px 'Roboto', sans-serif;
	float: left;
	margin-right: 6px;
}
.list7 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list7 li {
	font-size: 15px;
	line-height: 1.428571429;
	margin-bottom: 0;
}
.list7 li .badge {
	padding: 0;
	margin: 0;
	width: 53px;
	height: 53px;
	border-radius: 100%;
	background: #74c0bc;
	text-align: center;
	line-height: 52px;
	color: #ffffff;
	font-size: 24px;
	float: left;
	margin-right: 12px;
	margin-top: 6px;
}
.list7 li .title {
	text-transform: uppercase;
	color: #74c0bc;
	font: 300 15px 'Roboto', sans-serif;
	margin-bottom: 11px;
}
.list8 {
	margin: 0;
	padding: 0 0 7px 0;
	list-style: none;
	text-align: center;
}
.list8 li {
	font-size: 15px;
	line-height: 1.428571429;
	margin-bottom: 49px;
}
/* search
========================================================*/
#search-404 {
	position: relative;
	margin: 0 0 55px 0;
	display: inline-block;
	overflow: hidden;
}
#search-404 a {
	position: absolute;
	top: 14px;
	right: 17px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
#search-404 a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#search-404 input {
	box-shadow: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: none;
	margin: 0;
	width: 370px;
	outline: none;
	border: 1px solid #ffffff;
	background: #ffffff;
	font: 15px 'Roboto', sans-serif;
	line-height: 18px;
	color: #888888;
	padding: 22px 60px 22px 14px;
	height: 64px;
	resize: none;
}
#search {
	margin: 8px 0 0 0;
	position: relative;
	float: right;
}
#search a {
	position: absolute;
	top: 0;
	right: 0;
	width: 48px;
	height: 48px;
}
#search a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#search input {
	box-shadow: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	margin: 0;
	width: 270px;
	background: #ffffff;
	background: rgba(255, 255, 255, 0.5);
	font: 13px/48px 'Roboto', sans-serif;
	color: #ffffff;
	padding: 0 58px 0 14px;
	height: 48px;
	outline: none;
	resize: none;
	overflow: hidden;
}
/* map
========================================================*/
.map_container {
	text-align: center;
	padding: 53px 0 0 0;
	background: #1e1e1e;
}
.map_container h2 {
	color: #f2f2f2;
}
.contacts-box {
	background: #f2f2f2;
	padding-top: 53px;
}
.contacts-box h2, .contacts-box h3 {
	color: #1e1e1e;
}
.map {
	margin: 0 0 60px 0;
	width: 100%;
	line-height: 0;
	overflow: hidden;
}
.map iframe {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 590px;
	border: none;
	line-height: 0;
	overflow: hidden;
}
.map1 {
	margin: 0;
	width: 100%;
	line-height: 0;
	overflow: hidden;
}
.map1 iframe {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 484px;
	border: none;
	line-height: 0;
	overflow: hidden;
}
.info {
	text-align: center;
}
.info p {
	margin-bottom: 49px;
}
.mail {
	color: #1e1e1e;
	font: 15px 'Roboto', sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.mail:hover {
	color: #888888;
	text-decoration: none;
}
.errorBox {
	padding-bottom: 89px;
}
.errorBox .title {
	color: #4b4c4c;
	font: 45px/52px 'Rosario';
	margin: 0 0 26px 0;
}
.errorBox1 {
	text-align: center;
	padding: 7px 0 30px 0;
}
/*========================================================
                    footer
=========================================================*/
footer {
	padding: 20px 0;
	text-align: center;
}
footer p {
	font: 13px 'Roboto';
	color: #888;
}
footer p a {
	color: #888;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
footer p a:hover {
	color: #bada00;
}
footer em {
	font-style: normal;
}
footer figure {
	margin-bottom: 1px;
}
footer i {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 11px;
	background: #57bbd2;
	opacity: 0.15;
	filter: alpha(opacity=15);
}
.follow_icon {
	padding: 0;
	margin: 0;
	list-style: none;
	overflow: hidden;
	display: inline-block;
}
.follow_icon li {
	float: left;
	margin-left: 13px;
}
.follow_icon li:first-child {
	margin-left: 0;
}
.follow_icon li a {
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.follow_icon li a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
/*========================================================
                RESPONSIVE LAYOUTS STYLES 
=========================================================*/
@media (min-width: 1220px) {
	 .container {
	 padding: 0;
	}
	.btn0 {
		font: bold 24px / 24px 'Roboto', sans-serif;
	}
}
/*===========================================================================================================================*/
@media (min-width: 992px) and (max-width: 1219px) {
	
	.lblPodMenuSluzba {
		float: none;
		width: auto;
		margin-right: 0px;
		border-right-style:none;
	}

	

	.lblPopisSluzba {
		float: none;
		width: 100%;
		margin-bottom: 30px;
		padding: 0 30px 0 30px;
	}
		.lblPopisSluzba h1 {
			font: bold 24px / 24px 'Roboto', sans-serif;
		}
 #toTop {
 display: none !important;
}
 h3 {
 font-size: 20px;
 line-height: 30px;
}
 h3 br {
 display: none;
}
 .errorBox1 img {
 width: 100%;
}
 .banner-box .box {
 width: 100%;
 float: none;
 padding: 60px 0 !important;
 height: auto !important;
}
}
/*===========================================================================================================================*/
@media (min-width: 768px) and (max-width: 991px) {
	
	.lblPodMenuSluzba {
		float: none;
		width: auto;
		margin-right: 0px;
		border-right-style: none;
	}


	.lblPopisSluzba {
		float: none;
		width: 100%;
		margin-bottom: 30px;
		padding: 0 30px 0 30px;
	}
	 #toTop {
	 display: none !important;
	}
	 nav.tm_navbar li {
	 margin: 0 0 0 17px;
	}
	 nav.tm_navbar li a {
	 font-size: 18px;
	}
	 h3 {
	 font-size: 20px;
	 line-height: 30px;
	}
	 h3 br {
	 display: none;
	}
	 .banner-box .box {
	 width: 100%;
	 float: none;
	 padding: 60px 0 !important;
	 height: auto !important;
	}
	 .btn-default.btn1 {
	 padding: 0 15px;
	 font-size: 15px;
	 line-height: 55px;
	}
}
/*===========================================================================================================================*/
@media (max-width: 767px) {
	.telNahore {
		position: relative;
	}
	.btn-default.btn2 {
		width: 100%;
		float: none;
		text-align: center;
	}
	.form-div-1 {
		float: none;
		width: 100%;
		display: block;
		padding: 20px;
	}
	.notshowmobile {
		display: none;
	}
	.lblPodMenuSluzba {
		float: none;
		width: auto;
		margin-right: 0px;
		border-right-style: none;
	}
	.table1 td {
		padding-left: 0px;
		padding:5px;
	}
	.clmTerminy1Sloupec {
		float: none;
		width: 100%;
		margin-right: 0px;
		padding:20px;
	}
	.lblPopisSluzba {
		float: none;
		width: 100%;
		margin-bottom: 30px;
		padding: 0 30px 0 30px;
	}
	 #toTop {
	 display: none !important;
	}
	 nav.tm_navbar {
	 width: 100%;
	}
	 nav.tm_navbar .nav {
	 display: none;
	}
	 h2 {
	 font-size: 29px;
	 line-height: 40px;
	}
	 h3 {
	 font-size: 20px;
	 line-height: 30px;
	}
	 h3 br {
	 display: none;
	}
	 .select-menu {
	 display: inline-block !important;
	 padding-top: 4px;
	 padding-right: 3px;
	 padding-bottom: 4px;
	 width: 100%;
	 border: 1px solid #ffffff;
	 background: #ffffff;
	 color: #1e1e1e;
	 cursor: pointer;
	 height: 30px;
	 font-size: 12px;
	 vertical-align: middle;
	}
	 .banner-box .box {
	 width: 100%;
	 float: none;
	 padding: 60px 0 !important;
	 height: auto !important;
	}
	 .thumb-pad1 figure {
	 margin: 0 20px 0 0;
	 float: left;
	}
	 .thumb-pad1 .thumbnail .caption {
	 text-align: left;
	 overflow: visible;
	}
	 .thumb-box3 .box1,  .thumb-box3 .box2 {
	 width: 33.33%;
	}
	 .thumb-box3 .box2 > div {
	 width: 100%;
	 float: none;
	}
	 .thumb-pad3 figure {
	 margin: 0 20px 0 0;
	 float: left;
	}
	 .btn-default.btn1 {
	 padding: 0 15px;
	 font-size: 15px;
	 line-height: 55px;
	}
	 .map iframe,  .map1 iframe {
	 height: 300px;
	}
}
/*===========================================================================================================================*/
@media (max-width: 626px) {
	
	.lblPodMenuSluzba {
		float: none;
		width: auto;
		margin-right: 0px;
		border-right-style: none;
	}


	.lblPopisSluzba {
		float: none;
		width: 100%;
		margin-bottom: 30px;
		padding: 0 30px 0 30px;
	}
		.lblPopisSluzba h1 {
			font: bold 24px / 24px 'Roboto', sans-serif;
		}
		.thumb-pad1 figure {
			margin: 0 0 20px 0;
			float: none;
		}
	 .thumb-pad3 figure {
	 margin: 0 0 20px 0;
	 float: none;
	}
	 .thumb-pad1 .thumbnail .caption {
	 text-align: left;
	}
	 #search-404 {
	 display: block;
	}
	 #search-404 input {
	 width: 100%;
	}
}
/*===========================================================================================================================*/
/*===========================================================================================================================*/
@media (max-width: 480px) {
	
 .col-xs-6 {
 width: 100%;
 float: none;
}
 .thumb-box3 .box1,  .thumb-box3 .box2 {
 width: 100%;
 float: none;
}
 .banner-box .box .title {
 font-size: 20px;
 line-height: 35px;
}
 .thumb-pad2 .thumbnail .badge {
 float: none;
 margin: 0 0 22px 0;
}
}
/*===========================================================================================================================*/
/*===========================================================================================================================*/
@media (max-width: 320px) {
 .col-xs-4 {
 width: 100%;
 float: none;
}
 .col-xs-6 {
 width: 100%;
 float: none;
}
}
/*===========================================================================================================================*/
.margBot {
	margin-bottom: 0;
}
.padBot {
	padding-bottom: 0;
}
/*Core variables and mixins*/
/*-------------------------------------------------*/
/*-------------------------------------------------*/
