body {
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Kanit', sans-serif;
}
#popuppreprava, #popuptransfer, #popupzml {
	width: 100%;
    height: 100vh;
    background-color: rgba(77,77,77,0.95);
    position: fixed;
    z-index: 9888;
    top: 0;
    left: 0;
    transition: all 5s ease;
}
#popupokno {
	width: 50%;
    position: fixed;
    z-index: 9999;
    left: 25%;
    text-align: center;
    font-size: 200%;
    padding: 50px 0;
    color: #fff;
}
#zavripreprava, #zavritransfer, #zavrizml {
	font-size: 200%;
    position: absolute;
    right: 50px;
    top: 20px;
    border: 5px solid rgba(2,153,209, 1);
    border-radius: 50%;
    padding: 10px 15px;
    background-color: rgba(2,153,209, 1);
    color: #fff;
    animation: none;
    cursor: pointer;
}
#popuptransfer #popupokno {
	width: 50%;
	text-align: center;
	padding: 50px;
}
#popupokno ul {
	float: left;
   width: calc(100% / 3);
}
#popupokno ul li{
	display: block;
    padding: 10px 20px;
    background-color: rgba(2,153,209, 1);
    border-right: 1px solid #fff;
}
#popupokno ul li:nth-child(1) {
	background-color: #fff;
	color: #000;
	border-right: 1px solid #000;
}
#popupokno ul:nth-child(3) li{
	border: none;
}
#popupokno .mail a {
	text-decoration: underline;
	font-size: 100%;
}
.skry {
	display:none;
	transition: all 5s ease;
}
.textdomov p{
  color: #fff; 
  font-family: 'Kanit', sans-serif;
  font-size: 100%;
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
  width: 70%;
  text-align: center;
  animation: type 2s steps(60, start); 
}
.textdomov p:nth-child(2){
  animation: type2 4s steps(60, start);
}
.textdomov p:nth-child(3){
  animation: type2 8s steps(60, start);
}
span{
  animation: blink 1s infinite;
}
#kar {
	background-color: #d13a02;
    border: 1px solid #d13a02;
    padding: 0 20px;
    border-radius: 2px;
}
@keyframes type{ 
  from { width: 0; } 
} 

@keyframes type2{
  0%{width: 0;}
  50%{width: 0;}
  100%{ width: 100; } 
} 
@keyframes mys{
  0%{opacity: 0;}
  50%{opacity: 1;}
  100%{ opacity: 0; } 
} 

@keyframes blink{
  to{opacity: .0;}
}
.navigacia {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 100;
	padding-bottom: 10px;
	 -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.farba {
	background-color: rgba(2,153,209, 1);
}
.logo {
	position: relative;
	float: left;
	width: 50%;
}
.logo img {
	max-height: 100px;
}
nav {
	position: relative;
	float: right;
	width: 50%;
}
nav ul {
	list-style: none;
	margin-top: 35px;
	margin-right: 40px;
	text-align: right;
}
nav ul li {
	display: inline-block;
	padding: 5px;
	font-size: 150%;
	
}
nav ul li a {
	text-decoration: none;
	color: #fff;
	-webkit-transition: all 5s linear;
  	-moz-transition: all 5s linear;
  	-o-transition: all 5s linear;
  	transition: all 5s linear;
}
nav ul li a:hover {
	border-bottom: 1px solid #fff;
}
#domov {
	background: url(../img/bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: auto 100%;
    height: 100vh;
    display: block;
    margin: 0 auto;
}
.textdomov {
	width: 100%;
	margin: 0 auto;
	padding-top: 20%;
	font-size: 300%;
	color: #fff;
	font-weight: 300;
}
.textdomov b {
	font-weight: 800;
}
.mys {
	display: block;
	position: absolute;
	bottom: 10px;
	left: 50%;
}
.mys img {
	width: 50px;
	animation: mys 1s infinite;
}
#uvod {
	display: block;
	width: 50%;
	text-align: center;
	margin: 150px auto;
}
#uvod p {
	font-size: 200%;
	text-align: center;
	font-weight: 300;
	color: #4D4D4D;
}
#galeria {
	width: 100%;
	margin: 0;
	padding: 0;
}
.galeria {
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 0;
}
.obr {
	float: left;
	width: 25%;
	height: 200px;
	margin: 0;
	padding: 0;
}
.obr a {
	width: 100%;
    height: 100%;
    z-index: 100;
    text-indent: -99999px;
    display: block;
}
#sluzby {
	width: 100%;
	height: 900px;
	margin: 50px auto;
}
.sluz, .sluz2 {
	width: 90%;
	display: block;
	margin: 0 auto;
}
.sluz div, .sluz2 div {
	 width: calc(100% / 3);
	 height: 400px;
	 text-align: center;
	 float: left;
	 margin-top: 40px;
}
.sluz div img, .sluz2 div img {
	height: 100px;
}
.sluz div h3, .sluz2 div h3 {
	margin: 40px auto;
    font-weight: 800;
    font-size: 20pt;
    color: #0299D1;
}
.sluz div p, .sluz2 div p {
	margin: 20px 20px 40px 20px;
    font-weight: 200;
    color: #4D4D4D;
}
.sluz div a, .sluz2 div a {
	padding: 10px 30px;
    border: 1px solid #0299D1;
    text-decoration: none;
    color: #fff;
    background-color: #0299D1;
}
#akcie {
	width: 100%;
}
.lyz {
	background: url(../img/lyz.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: 100% 100%;
    height: 500px;
    display: block;
    margin: 0 auto;
    color: #fff;
}
.disk {
	background: url(../img/par.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: 100% 100%;
    height: 500px;
    display: block;
    margin: 0 auto;
    color: #fff;
}
.nadpis {
	font-size: 300%;
	text-align: left;
	padding: 30px 20px;
}
.podnad {
	font-size: 200%;
	text-align: center;
	margin: 10px auto 40px auto;
}
.tab {
	width: 50%;
	margin: 0 auto;
	padding: 20px;
	font-size: 150%;
	text-align: center;
	border: 3px solid #fff;
}
.tab i {
	font-size: 50%;
}
#kontakt {
	width: 100%;
	background-color: rgba(2,153,209, 1);
}
.mapa {
    width: 80%;
    margin: 0 auto;
    padding: 150px 0 30px 0;
}
.odkazy { 
    width: 100%;
    padding: 50px 0;
}
.odkazy ul {
	width: 100%;
	margin: 20px auto;
	text-align: center;
}
.odkazy ul li {
	margin-left: 50px;
	display: inline;
}
.odkazy ul li:nth-child(1) {
	margin-left: 0;
}
.odkazy ul li img {
	display: inline;
    width: 50px;
    margin-right: 30px;
}
.odkazy ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 150%;
    display: inline;
    position: relative;
    bottom: 15px;
}
.mail {
    width:  100%;
    text-align: center;
    color: #fff;
}
.mail p {
    font-size: 200%;
    margin-bottom: 10px;
}
.mail a {
    font-size: 150%;
    text-decoration: none;
    color: #fff;
    text-align: center
}
hr {
    color: #fff;
    margin: 20px auto;
    width: 80%;
    border: 1px solid;
}
.foot {
    color: #fff;
    text-align: center;
    padding-bottom: 10px;
}
.foot p {
    margin: 10px;
}
.foot p img {
	height: 30px;
}
.clear{
	clear:both;
}
#jquery-overlay {
	background: url("../../image/bgg.jpg") no-repeat 50% 50%;
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)
and (-webkit-min-device-pixel-ratio: 2)  { 
	.logo {
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: center;
	}
	nav {
    position: relative;
    width: 100%;
    text-align: center;
	}
	nav ul {
    list-style: none;
    margin: 0 auto;
    text-align: center;
	}
	.textdomov {
    width: 100%;
    margin: 0 auto;
    font-size: 200%;
    color: #fff;
    font-weight: 300;
	}
	.obr {
    float: left;
    width: 50%;
    height: 300px;
    margin: 0;
    padding: 0;
	}
	.sluz div, .sluz2 div {
    width: 100%;
    height: 500px;
    text-align: center;
    float: left;
    margin-top: 40px;
    font-size: 200%;
	}
	.sluz div h3, .sluz2 div h3 {
    font-size: 40pt;
	}
	.sluz div img, .sluz2 div img {
    height: 150px;
	}
	#sluzby {
    width: 100%;
    height: 3200px;
    margin: 50px auto;
	}
	#kontakt {
    height: auto;
	}
	.odkazy ul li {
    display: block;
    margin: 20px 0 0 0;
	}
	.foot {
    font-size: 50%;
	}
}
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) { 
	.logo {
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: center;
	}
	nav {
    position: relative;
    width: 100%;
    text-align: center;
	}
	nav ul {
    list-style: none;
    margin: 0 auto;
    text-align: center;
	}
	.textdomov {
    width: 100%;
    margin: 0 auto;
    font-size: 200%;
    color: #fff;
    font-weight: 300;
	}
	.obr {
    float: left;
    width: 50%;
    height: 300px;
    margin: 0;
    padding: 0;
	}
	.sluz div, .sluz2 div {
    width: 100%;
    height: 500px;
    text-align: center;
    float: left;
    margin-top: 40px;
    font-size: 200%;
	}
		.sluz div h3, .sluz2 div h3 {
    font-size: 40pt;
	}
	.sluz div img, .sluz2 div img {
    height: 150px;
	}
	#sluzby {
    width: 100%;
    height: 3200px;
    margin: 50px auto;
	}
	#kontakt {
    height: auto;
	}
	.odkazy ul li {
    display: block;
    margin: 20px 0 0 0;
	}
	.foot {
    font-size: 50%;
	}
}
@media screen 
and (device-width: 320px) 
and (device-height: 640px) 
and (-webkit-device-pixel-ratio: 2) {
	.logo {
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: center;
	}
	nav {
    position: relative;
    width: 100%;
    text-align: center;
	}
	nav ul {
    list-style: none;
    margin: 0 auto;
    text-align: center;
	}
	.textdomov {
    width: 100%;
    margin: 0 auto;
    font-size: 200%;
    color: #fff;
    font-weight: 300;
	}
	.obr {
    float: left;
    width: 50%;
    height: 300px;
    margin: 0;
    padding: 0;
	}
	.sluz div, .sluz2 div {
    width: 100%;
    height: 500px;
    text-align: center;
    float: left;
    margin-top: 40px;
    font-size: 200%;
	}
		.sluz div h3, .sluz2 div h3 {
    font-size: 40pt;
	}
	.sluz div img, .sluz2 div img {
    height: 150px;
	}
	#sluzby {
    width: 100%;
    height: 3200px;
    margin: 50px auto;
	}
	#kontakt {
    height: auto;
	}
	.odkazy ul li {
    display: block;
    margin: 20px 0 0 0;
	}
	.foot {
    font-size: 50%;
	}
}
@media screen 
and (device-width: 360px) 
and (device-height: 640px) 
and (-webkit-device-pixel-ratio: 3){
	.logo {
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: center;
	}
	nav {
    position: relative;
    width: 100%;
    text-align: center;
	}
	nav ul {
    list-style: none;
    margin: 0 auto;
    text-align: center;
	}
	.textdomov {
    width: 100%;
    margin: 0 auto;
    font-size: 200%;
    color: #fff;
    font-weight: 300;
	}
	.obr {
    float: left;
    width: 50%;
    height: 300px;
    margin: 0;
    padding: 0;
	}
	.sluz div, .sluz2 div {
    width: 100%;
    height: 500px;
    text-align: center;
    float: left;
    margin-top: 40px;
    font-size: 200%;
	}
		.sluz div h3, .sluz2 div h3 {
    font-size: 40pt;
	}
	.sluz div img, .sluz2 div img {
    height: 150px;
	}
	#sluzby {
    width: 100%;
    height: 3200px;
    margin: 50px auto;
	}
	#kontakt {
    height: auto;
	}
	.odkazy ul li {
    display: block;
    margin: 20px 0 0 0;
	}
	.foot {
    font-size: 50%;
	}
}
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {
	.logo {
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: center;
	}
	nav {
    position: relative;
    width: 100%;
    text-align: center;
	}
	nav ul {
    list-style: none;
    margin: 0 auto;
    text-align: center;
	}
	.textdomov {
    width: 100%;
    margin: 0 auto;
    font-size: 200%;
    color: #fff;
    font-weight: 300;
	}
	.obr {
    float: left;
    width: 50%;
    height: 300px;
    margin: 0;
    padding: 0;
	}
	.sluz div, .sluz2 div {
    width: 100%;
    height: 500px;
    text-align: center;
    float: left;
    margin-top: 40px;
    font-size: 200%;
	}
		.sluz div h3, .sluz2 div h3 {
    font-size: 40pt;
	}
	.sluz div img, .sluz2 div img {
    height: 150px;
	}
	#sluzby {
    width: 100%;
    height: 3200px;
    margin: 50px auto;
	}
	#kontakt {
    height: auto;
	}
	.odkazy ul li {
    display: block;
    margin: 20px 0 0 0;
	}
	.foot {
    font-size: 50%;
	}
}
@media only screen and (max-width: 1000px) {
    .logo {
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: center;
	}
	nav {
    position: relative;
    width: 100%;
    text-align: center;
	}
	nav ul {
    list-style: none;
    margin: 0 auto;
    text-align: center;
	}
	.textdomov {
    width: 100%;
    margin: 0 auto;
    font-size: 200%;
    color: #fff;
    font-weight: 300;
	}
	.obr {
    float: left;
    width: 50%;
    height: 300px;
    margin: 0;
    padding: 0;
	}
	.sluz div, .sluz2 div {
    width: 100%;
    height: 500px;
    text-align: center;
    float: left;
    margin-top: 40px;
    font-size: 200%;
	}
		.sluz div h3, .sluz2 div h3 {
    font-size: 40pt;
	}
	.sluz div img, .sluz2 div img {
    height: 150px;
	}
	#sluzby {
    width: 100%;
    height: 3200px;
    margin: 50px auto;
	}
	#kontakt {
    height: auto;
	}
	.odkazy ul li {
    display: block;
    margin: 20px 0 0 0;
	}
	.foot {
    font-size: 50%;
	}
}
@media (min-width: 376px) and (max-width: 640px) {
	.logo {
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: center;
	}
	nav {
    position: relative;
    width: 100%;
    text-align: center;
	}
	nav ul {
    list-style: none;
    margin: 0 auto;
    text-align: center;
	}
	.textdomov {
    width: 100%;
    margin: 0 auto;
    font-size: 200%;
    color: #fff;
    font-weight: 300;
	}
	.obr {
    float: left;
    width: 50%;
    height: 300px;
    margin: 0;
    padding: 0;
	}
	.sluz div, .sluz2 div {
    width: 100%;
    height: 500px;
    text-align: center;
    float: left;
    margin-top: 40px;
    font-size: 200%;
	}
		.sluz div h3, .sluz2 div h3 {
    font-size: 40pt;
	}
	.sluz div img, .sluz2 div img {
    height: 150px;
	}
	#sluzby {
    width: 100%;
    height: 3200px;
    margin: 50px auto;
	}
	#kontakt {
    height: auto;
	}
	.odkazy ul li {
    display: block;
    margin: 20px 0 0 0;
	}
	.foot {
    font-size: 50%;
	}
}
@media (max-width: 375px){
	.logo {
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: center;
	}
	nav {
    position: relative;
    width: 100%;
    text-align: center;
	}
	nav ul {
    list-style: none;
    margin: 0 auto;
    text-align: center;
	}
	.textdomov {
    width: 100%;
    margin: 0 auto;
    font-size: 200%;
    color: #fff;
    font-weight: 300;
	}
	.obr {
    float: left;
    width: 50%;
    height: 300px;
    margin: 0;
    padding: 0;
	}
	.sluz div, .sluz2 div {
    width: 100%;
    height: 500px;
    text-align: center;
    float: left;
    margin-top: 40px;
    font-size: 200%;
	}
		.sluz div h3, .sluz2 div h3 {
    font-size: 40pt;
	}
	.sluz div img, .sluz2 div img {
    height: 150px;
	}
	#sluzby {
    width: 100%;
    height: 3200px;
    margin: 50px auto;
	}
	#kontakt {
    height: auto;
	}
	.odkazy ul li {
    display: block;
    margin: 20px 0 0 0;
	}
	.foot {
    font-size: 50%;
	}
}
