html,
body {
  height: 100%;
  max-width: 100%;
}
body {
	font-size: 17px;
	font-family: "futura-pt";
	font-weight:400;
	color:#5D5D5D;
	max-width: 1920px;
	margin: 0 auto;
}
img {
	max-width: 100%;
	width: 100%;
}
a {
    color: #204BAF;
    font-weight: 900;
	transition: all 0.2s;
	text-decoration:underline;
}
a:focus, a:hover {
    color: #3d6ddb;
    font-weight: 900;
}
a.web {
	color:#d51e22 !important;
}
span.arrow-text {
    font-size: 32px;
    padding-right: 18px;
}
.link1 {
	text-decoration:underline;
	color:#000;
}
.link1:hover {
	text-decoration:none;
	color:#000;
}
.red {
	color:#d51e22;
}
.btn {
	text-transform:uppercase;
	font-weight:700;
}
.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #333;
  text-shadow: none;
  background-color: #fff;
  border: 1px solid #fff;
}
.btn-success {
	background-color:#17a61e;
}
.contbox {
	margin: 0 45px 15px 45px;
}
.contact-form .submit, .contact-form-vis .submit {
	background-color:#17a61e;
	border:0;
	font-weight:900;
	color:#fff;
	padding: 8px 12px 6px 10px;
	border-radius:6px;
}
.bgcol {
	background-color:#fffbe0;
	white-space: nowrap;
}
p {
	line-height: 26px;
    font-weight: 400;
    margin-bottom: 35px;
}
p.aktualita-datum {
    color: #3a5870;
    font-weight: 700;
    margin-bottom: 8px;
}
li {
	color:#4d4d4d;
}
p strong {
	font-weight:900;
	color:#000;
}
.lajkni {
	margin: 0 auto;
	width:114px;
	margin-bottom: 50px;
}

.box-text-front {
    color: white;
    font-size: 26px;
}
.box-text-front p {
    margin-bottom: 15px;
}
h1 {
	font-family: "futura-pt-condensed";
	font-weight:700;
	font-size:38px;
	margin-top:0;
	margin-bottom:70px;
	text-transform:uppercase;
	color:#fff;
}
h1 span {
	display: inline-block;	
}
h2 {
	font-family: "futura-pt-condensed";
	text-transform:uppercase;
	font-size:50px;
	font-weight:700;
	margin:70px 0;
	text-align: center;
	color:#204BAF;
}
h4 {
	font-weight:900;
}
.kontakt-col.kontakt-col-1 span.kont-tit {
    width: 43px;
    display: inline-block;
}
.kontakt-col.kontakt-col-3 span.kont-tit {
    width: 63px;
    display: inline-block;
}
.kontakt-row {
    margin: 0 -65px;
}
.kontakt-row .kontakt-col {
    padding: 0 65px;
}
.kontakt-col.kontakt-col-1 {
    width: 42%;
	padding-right: 0;
}
.kontakt-col.kontakt-col-2 {
    width: 26%;
}
.kontakt-col.kontakt-col-3 {
    width: 32%;
}
.kontakt-col p:after {
    content: '';
    display: block;
    clear: both;
}
div#kontakt {
    color: black;
    margin-bottom: 100px;
}
.kontakt-col p:first-child {
    font-weight: 700;
}
.kontakt-col {
    float: left;
    border-right: 1px solid #111E72;
}
.kontakt-col:last-child {
    border-right: none;
}
.kontakt-col p {
	margin-bottom: 5px;
}
span.kont-col {
    width: 50%;
    float: left;
}
.ramecek {
    border: 1px solid #51CCAB;
    padding: 30px;
    max-width: 500px;
    float: right;
    margin: 60px 0 0 60px;
}
.ramecek p {
    margin: 0;
}
.ramecek h3	{
    margin: 0 0 30px;
    padding: 0;
}

#moreinfo h2, #detail h2, #lastkontakt h2 {
	margin-bottom:20px;
}
h3 {
	font-weight:900;
}
.detail-rd img {
	margin-bottom:40px;
}
.detail-rd {
	margin: 40px 0;
	padding: 25px 25px 0 25px;
}
.detail-rd:hover .mamzajem {
	opacity:1;
	-webkit-transition: opacity 300ms ease-in;
    -ms-transition: opacity 300ms ease-in;
    transition: opacity 300ms ease-in;
}
.detail-rd:not(:hover) .mamzajem {
	opacity:0;
	-webkit-transition: opacity 300ms ease-in;
    -ms-transition: opacity 300ms ease-in;
    transition: opacity 300ms ease-in;
}
.detail-rd:hover {
	background-color: #effaed;
    -webkit-transition: background-color 300ms ease-in;
    -ms-transition: background-color 300ms ease-in;
    transition: background-color 300ms ease-in;
}
.detail-rd:not(:hover) {
	background-color: #fff;
    -webkit-transition: background-color 300ms ease-in;
    -ms-transition: background-color 300ms ease-in;
    transition: background-color 300ms ease-in;
}
.tlacitko {
	margin:40px 0 60px 0;
}
.tingle-modal-box h2 {
	font-size:40px;
	margin:15px 0 30px 0;
}
.masthead-brand img {
    width: 97px;
    height: auto;
    margin-top: 14px;
    margin-bottom: 14px;
    margin-left: 15px;
}
.masthead-brand {
	margin:0;
	padding:0;
}
.inner {
    padding: 0;
}
/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  max-height: 100%;
  padding-top: 85px;
  -webkit-box-shadow: inset 0 0 100px rgba(0,0,0,.5);
          box-shadow: inset 0 0 100px rgba(0,0,0,.5);
}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: middle;
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
}

/* Padding for spacing */

/*
 * Header
 */

.masthead-nav > li {
  display: inline-block;
}
.masthead-nav > li + li {
    margin-left: 50px;
}
.masthead-nav > li > a {
  padding-right: 0;
  padding-left: 0;
  font-weight: 900;
  color: #111E72;
  border-bottom: 2px solid transparent;
  text-decoration: none;
}
.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
  background-color: transparent;
  outline: none;
}
.masthead-nav > li > a.active {
  border-bottom-color: #111E72;
}
.masthead-nav > li > a:hover {
  border-bottom-color: #111E72;	
}
#mapa iframe {
    height: 400px;
    width: 100%;
    border: 0;
    margin-bottom: -6px;
}
p.lead.text-center {
    position: absolute;
    bottom: 0;
    left: calc(50% - 8px);
}





.titsum {
	font-size: 20px;
	color:#000;
}

.titsum li {
	list-style:none;
	line-height:2em;
}
.titsum i {
	color:#17a61e;
	margin-right:20px;
}

.cover {
  padding: 0 20px;
}
.cover .btn-lg {
  padding: 10px 20px;
  font-weight: 900;
}

.mastfoot {
  color: #999;
  color: rgba(255,255,255,.5);
}


@-ms-viewport     { width: device-width; }
@-o-viewport      { width: device-width; }
@viewport         { width: device-width; }


.site-wrapper-inner {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    background-position: center;
}

/* modal */
.md-modal {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 50%;
	max-width: 630px;
	min-width: 320px;
	height: auto;
	z-index: 2000;
	visibility: hidden;
	backface-visibility: hidden;
	transform: translateX(-50%) translateY(-50%);
}

.md-show {
	visibility: visible;
}

.md-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 1000;
	opacity: 0;
	background: rgba(143,27,15,0.8);
	transition: all 0.3s;
}

.md-show ~ .md-overlay {
	opacity: 1;
	visibility: visible;
}
.phAnimate input { padding-left: 15px; }

 
.phAnimate {
  position: relative;
  padding-top: 20px;
  margin-bottom: 10px;
}

.phAnimate input { padding-left: 15px; }

.phAnimate label {
  cursor: text;
  margin: 0;
  padding: 0;
  left: 15px;
  top: 27px;
  position: absolute;
  font-size: 16px;
  color: #000;
  font-weight: normal;
  transition: all 0.3s ease;
}
label.error {
	position:relative;
}
.form-group .error {
	color:red;
}
.phAnimate label.active {
  top: 0;
  left: 0;
  font-size: 14px;
}
#lastkontakt {
	margin-bottom:70px;
}
footer {
    background-color: #f5f5f5;
    color: #fff;
    text-align: center;
    padding: 15px 0;
    border-top: 1px solid #b0b4cd;
}
footer a {
    color: rgba(17, 30, 114, 0.3);
	transition: all 0.4s;
}
footer a:hover {
    color: rgba(17, 30, 114, 0.6);
}
footer p {
	color:#fff;
	margin: 0;
}
div#oteviraci-doba .table-responsive {
    max-width: 550px;
	font-weight: 700;
	color: black;
}
.motto {
	margin-top:40px;
	font-size:30px;
}
.nesikmo {
	margin-top: 50px;
    margin-bottom: 20px;
	text-align:center;
	font-size:24px;
	color:#a6a6a6;
    line-height: 44px;
}
.mamzajem {
	float:right;
	opacity:0;
	display:block;
	padding:10px;
}
.dejmargin {
	margin-bottom:40px;
}
#lastkontakt h3 {
	font-size:20px;
}
#lastkontakt li {
	list-style:none;
}
#lastkontakt li {
	list-style:none;
}
#lastkontakt P, #lastkontakt h3 {
	margin-bottom:30px;
}
#tog-1, #tog-2, #tog-3, #tog-4 {
	display:none;
}
.togdiv {
	padding: 10px 25px 28px 25px;
}
.tog-close {
	margin: 15px 15px 2px 15px;
	display:inline-block;
}
#foto .col {
	margin-bottom: 30px;
}
.fancybox-container .fancybox-thumbs {
	background: #212121;
    padding: 2px 0 0 0;
}
.fancybox-container .fancybox-thumbs>ul>li {
	width: 109px;
	border: 2px solid #212121;
}
.hamb-menu {
    position: absolute;
    right: 10px;
    top: 8px;
    width: 40px;
    height: 30px;
    border-radius: 6px;
    cursor: pointer;
}
.icon-bar {
    display: block;
    width: 32px;
    height: 4px;
    border-radius: 4px;
    background-color: #111E72;
    margin: 5px auto;
}

.masthead nav {
    display: none;
}
.masthead .masthead-brand {
	overflow: hidden;
}
.masthead {
    background-color: #ffffff;
	right: 0;
	top: 0;
    z-index: 100;
}
.scroll-down-box {
    width: 16px;
    height: 34px;
    border-radius: 50px;
    border: 2px solid white;
    position: relative;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
}
.scroll-down-point {
    width: 8px;
    height: 8px;
    border-radius: 50px;
    background: white;
    position: absolute;
    bottom: 18px;
    left: 2px;
    display: inline-block;
    transition: all 0.3s;
    -webkit-animation: infscroll 0.9s infinite;
    animation: infscroll 0.9s infinite;
}
@keyframes infscroll {
  0% {
    bottom: 18px;
	opacity: 1;
  }
  80% {
    bottom: -8px;
	opacity: 1;
  }
  81% {
	opacity: 0;
  }
  99% {
	opacity: 0;	
  }
  100% {
	opacity: 1;	
	bottom: 28px;  
  }
}
.inner {
	margin: 0 auto;
}
.video-box, .plan-box {
	position: relative;
	margin-bottom: 40px;
}

.video-box .play-pause {
    position: absolute;
    top: 0;
    bottom: 37px;
    left: 0;
    right: 0;
    z-index: 50;
	cursor: pointer;
}
.video-box a.play-pause-a {
    opacity: 0.6;
    position: absolute;
    top: 0;
    bottom: 37px;
    left: 0;
    right: 0;
    background-image: url(../img/play-circle.png);
    background-repeat: no-repeat;
    background-position: center;
	z-index: 51;
	cursor: pointer;
}
.video-box a.play-pause-a:hover {
	opacity: 1;
}
.plan-box .plan-btn {
    position: absolute;
    background: #1dc735;
    color: white;
    width: 21px;
    height: 21px;
    display: inline-block;
    border: 3px solid white;
    border-radius: 50px;
    text-align: center;
    line-height: 18px;
    font-weight: 700;
    cursor: pointer;
	transition: all 0.3s;
}
.plan-box .plan-btn:hover, .plan-box .plan-btn:focus {
    background: hsla(128, 75%, 65%, 1);
	box-shadow: 0 0 14px white;
}
.plan-btn-a {
    top: 374px;
    left: 663px;
}
.plan-btn-b {
    top: 355px;
    left: 595px;
}
.plan-btn-c {
    left: 620px;
    top: 336px;
}
.plan-btn-d {
    left: 645px;
    top: 316px;
}
.plan-btn-e {
    left: 544px;
    top: 290px;
}
.plan-btn-f {
    left: 573px;
    top: 283px;
}
.plan-btn-g {
    left: 499px;
    top: 213px;
}
.plan-btn-h {
    left: 511px;
    top: 174px;
}
.plan-btn-ch {
    left: 574px;
    top: 189px;
}
.plan-btn-i {
    left: 537px;
    top: 349px;
}
.plan-btn-j {
    left: 524px;
    top: 428px;
}
.plan-btn-k {
    left: 489px;
    top: 349px;
}
.plan-btn-l {
    left: 435px;
    top: 224px;
}
.plan-btn-m {
    left: 353px;
    top: 258px;
}
.plan-btn-n {
    left: 200px;
    top: 344px;
}
.plan-btn-o {
    left: 119px;
    top: 435px;
}
.plan-btn-p {
    left: 251px;
    top: 449px;
}
.plan-btn-q {
	left: 327px;
    top: 419px;
}
.plan-btn-rst {
	left: 381px;
    top: 375px;
}
.plan-btn-u {
    left: 414px;
    top: 513px;
}
.plan-btn-v {
	left: 546px;
    top: 463px;
}



.modal-open .modal {
	padding-right: 0 !important;
}
.modal-dialog {
	width: 100%;
    max-width: 1000px;
    margin: 30px auto;
}
.modal-backdrop {
    background-color: #fff;
}
.modal-header {
    padding: 15px;
    border-bottom: none;
    background: #213240;
    color: white;
    text-align: center;
}
.modal-header .close {
    margin-top: 0;
    font-size: 40px;
    position: absolute;
    right: 15px;
    top: 6px;
    color: white;
    opacity: 0.8;
    font-weight: 400;
}
.modal-header .close:hover, .modal-header .close:focus {
    opacity: 1;
	outline: none;
}
.modal-body {
    padding: 0;
}
.modal-content {
    overflow: hidden;
    border: 2px solid #213240;
    box-shadow: 0 0 21px 3px #213240;
}
.modal-body-text {
    padding: 20px 25px 5px;
    color: black;
    font-weight: 700;
}
.modal-body-text ul {
    padding: 0;
}
.modal-body-text ul li {
    list-style: none;
    position: relative;
    padding: 0 0 10px 26px;
    color: #213240;
}
.pripravuje {
	padding: 20px 20px;
	color: grey;
}
.modal-body-text ul li:before {
    content: ".";
    position: absolute;
    left: -6px;
    top: -11px;
    font-size: 80px;
    line-height: 0px;
    color: #213240;
    font-weight: 400;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
    font-size: 20px;
    text-transform: uppercase;
}
.video-box {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.video-box iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.moznost-vztahu {
    margin: 55px auto 30px;
    max-width: 600px;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	border: none;
	padding: 0 8px;
}
.table>tbody>tr>td, .table>thead>tr>th {
    text-align: center;
}
.table>tbody>tr>td:first-child, .table>thead>tr>th:first-child {
    text-align: left;
}
.table tfoot tr td {
    padding-top: 25px;
}
.table tr.hl-tr td {
    padding-top: 20px;
}
.table-responsive {
    max-width: 900px;
    width: 100%;
    margin: 0 auto 60px;
    padding: 12px 40px 10px;
    background: #F5F5F5;
}
.table-responsive b {
    color: #292929;
    padding-bottom: 3px;
    display: inline-block;
}
.table tfoot tr td {
    padding-top: 25px;
    font-weight: 700;
    font-size: 16px;
}
.pred-table-wrap {
    max-width: 900px;
    margin: 0 auto 37px;
    padding: 0 50px;
    font-size: 20px;
    font-weight: 700;
	text-align: center;
}
.warning-cedule {
    max-width: 550px;
    margin: -80px auto 100px;
    background: #CA0021;
    color: white;
    padding: 35px 50px;
    font-weight: 700;
    text-align: center;
}
.mapa-text {
    text-align: center;
    padding: 26px 15px 28px;
    background: #f3f3f3;
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
    color: black;
    font-size: 20px;
}

@media (min-width: 768px) {
	.site-wrapper-inner {
		background-image: url('../img/bg.jpg');
	}
	body {
		font-size: 18px;
	}
	.masthead-brand {
		float: left;
	}
	.masthead-nav {
		float: right;
		margin: 19px 15px;
	}
	h1 {
		font-size: 42px;
		font-weight: 700;
		max-width: 500px;
	}
	.masthead {
		position: fixed;
		top: 0;
	}
	.mastfoot {
		position: fixed;
		bottom: 0;
	}
	/* Start the vertical centering */
	.site-wrapper-inner {
		vertical-align: middle;
	}
	/* Handle the widths */
	.masthead {
		border-bottom: 1px solid #111e73;
	}
	.masthead,
	.mastfoot,
	.cover-container {
		width: 100%; /* Must be percentage or pixels for horizontal alignment */
	}
	.hamb-menu {
		display: none;
	}
	.masthead nav {
		display: block;
	}
}
@media (min-width: 992px) {
    .mastfoot, .cover-container, .inner {
		max-width: 1300px;
		z-index:100;
	}
}
@media (min-width: 1200px) {
    .box-full-side {
		position: absolute;
		max-width: 50vw;
		right: 0;
		padding-right: 180px;
		width: 960px;
	}
}
@media (max-width: 1199px) {
	div#kontakt {
		color: black;
		margin-bottom: 100px;
		max-width: 600px;
	}
	.kontakt-col.kontakt-col-1 {
		width: 100%;
		padding-right: 0;
		padding: 0 15px;
		margin-bottom: 45px;
		border: 0;
	}
	span.kont-col {
		width: 100%;
		float: left;
	}
	.kontakt-row .kontakt-col {
		padding: 0 15px;
		margin-bottom: 45px;
		border: 0;
		text-align: center;
	}
	.kontakt-col.kontakt-col-2, .kontakt-col.kontakt-col-3 {
		width: 100%;
	}
}
@media (max-width: 991px) {
	.img-responsive {
		margin-right:auto;
		margin-left:auto;
	}
	.titsum {
		max-width:700px;
		margin-right:auto;
		margin-left:auto;
		margin-bottom:40px;
	}
	#plan, .masthead-nav a[href="#plan"] {
		display: none;
	}
	.container {
		width: 100%;
	}
	.box-full-side {
		position: relative;
		margin-bottom: 60px;
	}
	.ramecek {
		border: 1px solid #51CCAB;
		padding: 30px;
		max-width: 40%;
		float: right;
		margin: 0;
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
	}
	.box-full-side img {
		max-width: 45%;
		margin-left: -30px;
	}
	#cenik .table-responsive:last-child {
		margin-bottom: 0;
	}
	div#kontakt {
		margin-bottom: 0;
	}
	.kontakt-row {
		margin: 0 -15px;
	}
}
@media (max-width: 767px) {
	body .container-fluid {
		padding: 0;
	}	
	.box-text-front p {
		margin-bottom: 15px;
		text-align: center;
		font-size: 22px;
	}
	span.arrow-text {
		display: none;
	}
	h2 {
		font-size: 40px;
		margin: 60px 0;		
	}
	.pred-table-wrap {
		padding: 0;		
	}
	h1 {
		font-size: 34px;
		margin: 0 0 35px;
	}
	h1 span {
		text-align: center;
	}
	nav {
	    float: right;		
	}
	.masthead-nav > li + li {
		margin-left: 0;
	}
	.masthead-nav > li > a {
	  font-size: 14px !important;
	  padding-left: 15px;
	}
	.masthead-brand img {
		width: 55px;
		height: auto;
		margin: 0;
	}
	.masthead nav {
		float: none;
	}
	.masthead {
		position: fixed;
		width: 100%;
		top: 0;
		z-index: 1000;
		padding: 0;
		box-shadow: 0px 12px 10px rgba(17, 30, 114, 0.2);
	}
	.masthead-brand {
		padding: 8px 15px;
	}
	.masthead-nav > li {
		display: block;
	}
	.masthead-nav > li:first-child {
		margin-top: 2px;
	}
	a.web, a.web:hover, a.web:focus {
    	background: white !important;
	}
	.masthead-nav > li > a.web, .masthead-nav > li > a.web:hover, .masthead-nav > li > a.web:focus {
		color: #d51e22 !important;
		border-bottom: 1px solid #e4291a;
	}
	.masthead-nav > li > a:hover, .masthead-nav > li > a:focus, .masthead-nav > li > a {
		border: none;
	}	
	.titsum {
		font-size: 18px;
		padding-left:10px;
		margin-bottom:40px;
	}
	ul {
		padding-left:10px;
		margin-bottom:40px;
	}
	.nav {
		padding-left: 0;
		margin-bottom: 0;
		list-style: none;
	}
	.site-wrapper-inner {
		background-image: url('../img/bgm.jpg');
	}
	.box-full-side img {
		max-width: 0;
		margin-left: 0;
		display: none;
	}
	.box-full-side {
		position: relative;
		margin-bottom: 0;
	}
	.ramecek {
		border: 1px solid #51CCAB;
		padding: 20px;
		max-width: 100%;
		float: none;
		margin: 0 0 40px;
		position: static;
		right: 0;
		top: 0;
		transform: none;
	}
	.ramecek h3 {
		margin: 0 0 15px;
		padding: 0;
	}
	.site-wrapper {
		padding-top: 45px;
	}
	.table-responsive {
		max-width: 900px;
		width: 100%;
		margin: 0 auto 80px;
		padding: 15px 10px 10px;
		background: #F5F5F5;
	}
}
