body {
	width: 100%;
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
    background-color: rgba(255,255,255,1.00);
}
/* error */
.error_wrapper {
    width: 40%;
    height: 1vw;
    font-size: 0.7vw;
    background-color: rgba(255,0,4,1.00);
    color: rgba(255,255,255,1.00);
    position: absolute;
    z-index: 1900;
    margin-top: -1vw;
    left: 10vw;
    text-align: center;
}

/* HP */
.sd_hp_bg {
	background-image: url(../img/bg/bg1.jpg);
	background-repeat: no-repeat;
	background-size: 100vw 100vh;
	background-position: left top;
}
.sd_hp_web_logo {
	width: 15.4vw;
    height: 10.5vw;
    position: absolute;
    top: 3vw;
    left: 3vw;
    z-index: 800;
}
.sd_hp_web_logo img {
	width: 100%;
    height: auto;
}
.sd_hp_web_headline {
	width: 50vw;
    height: 13.5vw;
    position: absolute;
    top: 15vw;
    left: 13vw;
    z-index: 800;
}
.sd_hp_web_headline img {
	width: 100%;
    height: auto;
}
.sd_hp_web_headline img:hover {
	opacity: 0.6;
}
.sd_hp_web_form {
	width: 20vw;
	height: auto;
	position: absolute;
	top: 2.5vw;
	right: 2.5vw;
    padding-bottom: 2vw;
	z-index: 800;
	background-color: rgba(0,0,0,0.70);
	-webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.25);
}
.sd_hp_web_form_text {
	width: 80%;
	height: auto;
    margin: 10%;
}
.sd_hp_web_kontakt {
	width: 20vw;
	height: 8vw;
	position: absolute;
	right: 2.5vw;
	bottom: 2.5vw;
	z-index: 800;
	background-color: rgba(0,0,0,0.70);
	-webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.25);
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    align-content: center;
}
.sd_hp_web_kontakt_box {
	width: 17vw;
	height: 2.5vw;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;    
}
.sd_hp_web_kontakt_box a {
	color: rgba(255,255,255,1.00);
}
.sd_hp_web_kontakt_box a:hover {
	opacity: 0.6;
}
.sd_hp_web_kontakt_box img {
	width: 1.2vw;
	height: 1.2vw;
    float: left;
    margin: 0.5vw;
}
.sd_hp_web_menu {
	width: 70vw;
	height: 8vw;
	position: absolute;
	left: 2.5vw;
	bottom: 2.5vw;
	z-index: 800;
	background-color: rgba(255,255,255,0.80);
	-webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.25);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    align-content: space-between;  
}
.sd_hp_web_menu_box {
	width: 17vw;
	height: 6vw;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	align-content: center;
	border-right: 1px solid rgba(253,203,0,1.00);
    font-size: 2vw;
}

.sd_hp_web_menu_box a:hover {
	opacity: 0.6;
}
.sd_hp_zluta {
	width: 17vw;
	height: 8vw!important;
	background-color: rgba(253,203,0,1.00);
}


/*  FB hack  */
.fb-page_box {
    width: 32vw!important;
    text-align: center;
}
.fb-page {
    z-index: 8000!important;
}
/* HOME */
.sd_small_text {
    font-size: 0.85rem;
    font-weight: 300;
}
/* MOBILMENU IKO */
.sd_mobil_menu_iko {
	width: 4vw;
	height: 4vw;
	position: fixed!important;
	z-index: 2000;
	cursor: pointer;
	border-radius: 5px;
    margin: 1vw;
}
.sd_mobil_menu_iko img{
	width: 3vw;
	height: 3vw;
    margin: 0.5vw;
}
.sd_mobil_menu_iko:hover{
	-webkit-transition: 1s;
	transition: 1s;
	opacity: 0.5;
	-webkit-box-shadow: 0px 0px 8px 3px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 8px 3px rgba(0,0,0,0.15);
    background-color: rgba(255,255,255,1.00);
}
.sd_menu_close {
	width: 4vw;
	height: 4vw;
	cursor: pointer;
	border-radius: 5px;
    margin: 1vw;
    float: left;
	-webkit-box-shadow: 0px 0px 8px 3px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 8px 3px rgba(0,0,0,0.15);
}
.sd_menu_close img{
	width: 3vw;
	height: 3vw;
    margin: 0.5vw;
}
.sd_menu_close:hover{
	-webkit-transition: 1s;
	transition: 1s;
	opacity: 0.5;

}
.sd_menu_title {
	width: 60vw;
	height: 4vw;
	float: left;
	margin-left: 2vw;
	margin-top: 1vw;
	line-height: 4vw;
	border-bottom: 1px solid rgba(255,255,255,0.65);
    color: rgba(255,255,255,0.65);
}
/* STINY BOXY  */
.stiny_box_01 {
	-webkit-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.27);
	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.27);
}
/* wysiwyg */
.tabulka {
	width: 100%;
    margin-bottom: 2vw;
}
.tabulka tr td {
	height: 2.5vw;
	border-bottom: 1px solid rgba(209,209,209,1.00);
    color: rgba(140,140,140,1.00);
    text-align: right;
    width: 30%;
}
.tabulka tr th {
	height: 2.5vw;
	border-bottom: 1px solid rgba(209,209,209,1.00);
    text-align: left;
    text-indent: 1vw;
    font-weight: 400;
}

/* WEB */
.sd_web {
	width: 100%;
	height: 100vh;
    flex-direction: row;	
    flex-wrap: nowrap;
    justify-content: center;
    align-content: flex-start;
    align-items: center;
}

/* obsah - struktura */
.sd_web_01 {
    width: 35vw;
    height: 100vh;
    background-color: rgba(255,255,255,1.00);
    overflow: hidden;
    float: left;
    position: fixed;
    z-index: 100;
}
.sd_web_01_logo {
	width: 100%;
	min-height: 35vh;
    text-align: center;
	display: flex;
	justify-content: center; 
    align-items: center;
    -webkit-transition: 1s;
    transition: 1s;

}
.sd_web_01_logo img {
	width: 75%;
    height: auto;
    max-width: 75%;
	max-height: 23vh;
}
.sd_web_01_logo img:hover {
	opacity: 0.5;
    -webkit-transition: 1s;
    transition: 1s;    
}
.sd_web_01_foto {
	width: 35vw;
	min-height: 65vh;
    text-align: center;
	display: flex;
	justify-content: center; 
    align-items:flex-end;
    -webkit-transition: 1s;
    transition: 1s;
    position: fixed;
    left: 0;
    bottom: 0;
}
.sd_web_01_foto img {
	width: 100%;
    height: auto;   
}

.sd_web_02 {
    width: 40vw;
    min-height: 100vh;
    background-color: rgba(253,203,0,1.00);
    overflow: hidden;
    float: left;
    overflow: hidden;
    margin-left: 35vw;
    position: absolute;
    z-index: 200;
}

.sd_web_02_text {
    width: 32vw;
    height: auto;
    margin-top: 4vw;
    margin-left: 4vw;  
    animation: obsahweb 2s infinite;
    -webkit-animation: obsahweb 2s ;
}  
@keyframes obsahweb {
  from {opacity: 0.2; }
  to {opacity: 1; }
}

.sd_web_03 {
	width: 25vw;
	min-height: 100vh;
	background-color: rgba(255,255,255,1.00);
	overflow: hidden;
    position: absolute!important;
	top: 0;
	right: 0;
	z-index: 110;
	background-image: url(../img/sekce/ps.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.sd_web_03_text {
    width: 17vw;
    height: auto;
    margin-top: 4vw;
    margin-left: 4vw; 

}


/* FORM  */
.sd_formular_01 {
    width: 100%;
    float: left;
    clear: both;
}
.sd_formular_01_hodnota_1 input {
	width: 100%;
	height: 1.8vw;
	float: left;
	clear: both;
	border-radius: 0.2vw;
	border: 1px solid rgba(175,175,175,1.00);
    margin-bottom: 0.2vw;
    text-indent: 1vw;
    font-size: 0.85vw;
    font-weight: 300;
    opacity: 0.6;
}
.sd_formular_01_hodnota_1 input:focus {
	-webkit-box-shadow: inset 0px 0px 6px 2px rgba(0,0,0,0.17);
	box-shadow: inset 0px 0px 6px 2px rgba(0,0,0,0.17);
    background-color: rgba(225,225,225,1.00);
    opacity: 1;
}
.sd_formular_01_hodnota_1 textarea {
	width: 100%;
	height: 5vw;
	float: left;
	clear: both;
    padding-top: 0.5vw;
	border-radius: 0.2vw;
	border: 1px solid rgba(175,175,175,1.00);
    margin-bottom: 1vw;
    text-indent: 1vw;
    font-size: 0.85vw;
    font-weight: 300; 
    opacity: 0.6;
}
.sd_formular_01_hodnota_1 textarea:focus {
	-webkit-box-shadow: inset 0px 0px 6px 2px rgba(0,0,0,0.17);
	box-shadow: inset 0px 0px 6px 2px rgba(0,0,0,0.17);
    background-color: rgba(225,225,225,1.00);
    opacity: 1;
}
.sd_formular_01_hodnota_1 input[type="submit"]  {
	width: 100%;
	height: 1.8vw;
	float: left;
	clear: both;
	border-radius: 0.2vw;
	border-color: rgba(253,203,0,1.00);
    margin-bottom: 0.5vw;
    text-indent: 1vw;
    background-color:rgba(253,203,0,1.00);
    color: rgba(0,0,0,1.00);
	-webkit-box-shadow: 0px 0px 7px 3px rgba(0,0,0,0.20);
	box-shadow: 0px 0px 7px 3px rgba(0,0,0,0.20);    
}
.sd_formular_01_hodnota_1 input[type="submit"]:hover  {
	-webkit-box-shadow: inset 0px 0px 7px 3px rgba(0,0,0,0.15);
	box-shadow: inset 0px 0px 7px 3px rgba(0,0,0,0.15);
	cursor: pointer;
    opacity: 1;
}
.sd_formular_01_label {
	width: 100%;
	height: 1vw; 
    font-size: 0.8vw;
    color: rgba(255,255,255,1.00);
}
/* HOME MENU */
.sd_menu_box {
	width: 75vw!important;
	height: 100vh;    
    display: none;
    z-index: 9000!important;
    background-color:rgba(253,203,0,1.00);
    position:fixed;  
    top: 0;
    left: 0;
	-webkit-box-shadow: 0px 0px 10px 10px rgba(0,0,0,0.49);
	box-shadow: 0px 0px 10px 10px rgba(0,0,0,0.49);    
}
.sd_menu {
	width: 67vw;
	height: auto;
	float: left;
	margin-left: 8vw;
	margin-top: 1vw;
	line-height: 4vw;
	float: left;
	clear: both;
	display: flex;
	justify-content: center;
	color: rgba(102,102,102,1.00);   
}
.sd_menu ul {
	width: 65vw;
	height: auto;
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content:center;
    align-content: flex-start;
    border: none;
}
.sd_menu ul li{
	width: 30vw;
	height: 10vh;
	border-bottom: 1px solid rgba(102,102,102,1.00);
    background-color: rgba(253,203,0,1.00)!important;
}
.sd_menu ul li a{
    display: block!important;
    height: 10vh;
    width: 59vw;
    text-align: left;
    padding-left: 1vw;
    font-size: 1.5vw;
    font-weight: 600;
    line-height: 10vh;
    color: rgba(102,102,102,1.00);
    -webkit-transition: 1s;
    transition: 1s;
    background-color: rgba(253,203,0,1.00)!important;
}
.sd_menu ul li a:hover{
	height: auto;
	text-decoration: none;

    color: rgba(0,0,0,1.00);
    background-color: rgba(237,190,0,1.00)!important;
}
.w_active_item {
	z-index: 800;
	width: 100%;
    height: 10vh;
	color: rgba(0,0,0,1.00)!important;
	-webkit-box-shadow: inset 0px 0px 5px 1px rgba(0,0,0,0.48);
	box-shadow: inset 0px 0px 5px 1px rgba(0,0,0,0.48);	
    background-color: rgba(255,255,255,0.24)
}
.sd_menu ul li ul {
	width: 30vw!important;
	height: auto;
    position: absolute;
    margin-left: 33vw;
    margin-top: -10vh;
    overflow: hidden;
    background-color: rgba(244,114,117,1.00);
}
.sd_menu ul li ul li a{
    color: rgba(108,74,8,1.00);
	border-bottom: 1px solid rgba(108,74,8,1.00);    
}

/* GALERIE */
.sd_foto_objekt {
    width: 32vw;
    height: auto;
    float: left;
    clear: both;
    margin-bottom: 2vw;
	-webkit-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.36);
	box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.36);    
}
.sd_foto_objekt_2 {
    width: 14vw;
    height: 14vw;
    float: left;
    margin: 1vw;
	-webkit-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.36);
	box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.36);    
}
.sd_foto_box {
	width: 32vw;
	height: 32vw;
    overflow: hidden;
}
.sd_foto_box_2 {
    width: 14vw;
    height: 14vw;
    overflow: hidden;
}
.sd_foto_box img {
	width: 32vw;
	height: 32vw;
}
.sd_foto_box_2 img {
    width: 14vw;
    height: 14vw;
}
.sd_foto_objekt_nazev {
	width: 100%;
	height: 3vw;
    line-height: 3vw;
	text-align: center;
    font-size: 1.2rem;
    font-weight: 600;
}
.sd_foto_objekt_popis {
	width: 90%;
	height: auto;
	margin: 5%;
	text-align: center;
    font-size: 0.9rem;
    font-weight: 900;
}