*{
	font-family: 'Raleway', 'arial';

}
html{
    scroll-behavior: smooth;
}
header{
	float: left;
	width: 100%;
	background-color: #fff;
	box-shadow: 0 10px 10px 0px #00000029;
}
nav{
	padding: 50px 100px 50px 100px;
}
ul{
    text-decoration: none;
    list-style-type: none;
}
.nav-item{
    color: #820782;
    text-transform: uppercase;
    margin-left: 20px;
}
.nav-item a{
	color: black;
	border-bottom: 1px solid transparent;
}
.nav-item a:hover{
    color: black;
	border-bottom: 1px solid #820782;
	transition: 0.7s;
    font-size: 16px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#kr_logo{
    margin-top: 20px;
	display: none;
}
#kr_logo img{
	position: absolute;
    width: 5%;
    left: 5%;
    background-color: rgba(251, 255, 0, 0.2);
    background-color: #fdff9847;
    padding: 0.5%;
    border-left: 4px solid #820782;
}
.title_text{
    padding: 30px;
    border-left: 1px solid #820782;
    border-bottom: 1px solid #820782;
	width: 60%;
	text-transform: uppercase;
	line-height: 60px;
	margin-top: 30px;
}
.title_text h1{
    /* background-color: #820782; */
    border-radius: -1em;
    color: #820782;
    /*border-bottom: 1px solid #820782;*/
    font-weight: 300;
}
#text_01{
	display: none;
	font-size: 30px;
}
#text_03{
	display: none;
	font-size: 40px;
}
#text_02{
	display: none;
	font-size: 65px;
	font-weight: 600;
}
#text_info{
	text-align: center;
    display: block;
    font-style: italic;
    padding: 15px 0px 15px 0px;
}
#person_img_block{
	float: right;
	width: 40%;
	z-index: 3;

}
#photo{
	display: none;
}
.person_img{
	width: 110%;
	float: right;
	/*filter: drop-shadow(32px 28px 36px black);*/
}
.container{
}
.container_kontakt{
    width: 25%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 25%;
}
.container-fluid{
	overflow: auto;
}
.article_text{
	padding: 200px 0 200px 0;
}
.article_text_kontakt{
    padding: 100px 0 100px 0;
}
.article_text p{
	font-size: 20px;
	padding: 15px 30px 0px 30px;
    text-align: justify;
}
#text_nabidka{
    display: none;
}
#text_omne{
    display: none;
}
#text_cenikpodminky{
    display: none;
}
#text_kontakt{
    display: none;
}
.text_border{
	border-right: 1px solid #820782;
	border-bottom: 1px solid #820782;
}
.article_text_kontakt ul{
	font-size: 20px;
	padding: 35px;
    text-align: justify;
}
.article_text_kontakt h2{
    text-transform: uppercase;
    border-left: 1px solid #820782;
    padding-left: 31px;
}
.article_text h2{
	text-transform: uppercase;
	border-left: 1px solid #820782;
    padding-left: 31px;
}
#category{
	/*display: none;*/
    overflow: auto;
    width: 100%;
    line-height: 50px;
}
.category{
    background-color: #820782;
    color: white;
    border-radius: 3em;
    padding: 10px 20px 10px 20px;
    margin-right: 7px;
}
#cat01 {
    display: none;
}
#cat02 {
    display: none;
}
#cat03 {
    display: none;
}
#cat04 {
    display: none;
}
#text_info{
	display: none;
}
.bg-yellow{
    -webkit-background-color: rgba(251, 255, 0, 0.2);
    -moz-background-color: rgba(251, 255, 0, 0.2);
	background-color: rgba(251, 255, 0, 0.2);
}
#o-mne{
	box-shadow: 0 10px 10px 0px #00000029;
}
#co-nabizim{
	box-shadow: 0 10px 10px 0px #00000029;
}
#cenik-podminky{
	box-shadow: 0 10px 10px 0px #00000029;
}
#mapa{
    box-shadow: 0 10px 10px 0px #00000029;
}
#kontakt{
	background-color: #fff;
}

#return-to-top {
    z-index: 3;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(130, 7, 130, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(130, 7, 130, 1);
}
#return-to-top:hover i {
    color: #fff;
    top: 6px;
}

#breathing-button {
    width: 100px;
    margin: 600px auto 0px auto;
    -webkit-animation: breathing 1s ease-out infinite normal;
    animation: breathing 1s ease-out infinite normal;
    font-size: 55px;
    /*background: #929292;*/
    color: #820782;
    -webkit-font-smoothing: antialiased;
    text-align: center;   
}
#breathing-button a{
    color: #820782;
}


@-webkit-keyframes breathing {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  25% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  60% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes breathing {
  0% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }

  25% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  60% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@media screen and (max-width: 600px) {
    #kr_logo img{
        float: left;
        width: 100%;
        left: 0;
        position: relative;
        margin: 0 auto;
        border-left: 4px solid #820782;
    }
    header ul{
    float: left;
    width: 100%;
    margin-top: 30px;
    }
    .nav-item{
        text-align: center;
        float: left;
        width: 100%;
        margin-left: 0;
    }
    .title_text h1 {
        font-size: 35px;
    }
    #text_01{
        font-size: 20px;
    }
    #text_03{
        font-size: 30px;
    }
    #text_02{
        font-size: 50px;
    }
    #person_img_block{
        position: relative;
        top: 60px;
        width: 100%;
        z-index: 0;
    }
    #breathing-button{
        z-index: 5;
        font-size: 40px;
        margin: 980px auto 0px auto;
    }
    .container_kontakt{
        width: 85%;
        max-width: 85%;
        margin-right: auto;
        margin-left: auto;
    }
}