body {
/*	overflow:hidden; */
}

/* spolecny styl aplikace */
#all_cont {
	position: relative;
	background-size: cover;
}

#all_cont #content_cont {
	padding: 35px 0 25px 0;
	max-width: 810px;
	margin-left: auto;
	margin-right: auto;
}
#all_cont img {
   display: block;
   position: relative;
}

#all_cont img#bg {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
	opacity: 0;
	height: 100%;
}


#hide_container {
	position: absolute;
}
.nopadding #all_cont {
	padding: 0;
}

.nopadding #all_cont {
	min-height: auto;
	height: auto;
}
#all_cont #dalsi_krok {
	min-height: auto;
	padding: 40px 50px;
}
.nopadding #bg {
	display: none;
}

#all_cont .contenteditable {
/*	z-index: 5; */
	position:relative;
}


#all_cont div#second_text, 
#all_cont div#uvod_text {
	max-width: 641px;
	padding: 25px 30px;
	margin: 0 auto 0 auto;
/*	
	background: #000000;
	color: #ffffff;
*/	
	text-align: center;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	z-index: 1;

	position: relative;
/*	overflow:hidden; */
}
#all_cont div#uvod_text {
}
#all_cont div#uvod_text h1 {
	margin-top: 0;
	font-size: 250%;
	color: #ffffff;
}	
#all_cont div#uvod_text #title {
	overflow:hidden;
}	
#all_cont div#uvod_text p {
	font-size: 120%;
}

#all_cont div#second_text {
	max-width: 756px;
	width: 90%;
	z-index: 20;
	border-radius: 5px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
#all_cont div#second_text h2 {
	margin-top: 0;
	font-size: 240%;
}
.orange,
#all_cont div#uvod_text h1 span.orange,
#all_cont div#second_text h2 span.orange {
	color: #f59c26;
}
#all_cont div#second_text .souhlas p {
	color: #7b7b7b;
	font-size: 120%;
	margin: 0 !important;
	padding: 0 !important;
}
#all_cont div#second_text {
	background: #ffffff;
	color: #000000;
}
#all_cont div#second_text div#close {
	position: absolute;
	right: -13px;
	top: -13px;
	width: 32px;
	height: 32px;
	background-image: url(../img/cross.png);
	cursor: pointer;
}
#all_cont div#second_text div#close:hover {
	background-position: 0 -33px;
}
#download {
	float: left;
	width: 154px;
}
form#fdownload {
	float: left;
	margin-top: 25px;
	max-width: 430px;
	margin-left: 25px;
}
form#fdownload input:not([type="checkbox"]) {
	-webkit-box-shadow:inset 2px 2px 3px rgba(100, 100, 100, 0.3);
	-moz-box-shadow:inset 4px 4px 3px rgba(100, 100, 100, 0.3);
	box-shadow:inset 2px 2px 5px rgba(100, 100, 100, 0.3);
	background: #ebebeb;
	border: 0px;
	border-radius: 0;
	font-size: 15px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	width: 100%;
}
form#fdownload input[type="checkbox"] {
	float: left;
}
form#fdownload label {
	max-width: calc(100% - 30px);
	text-align: left;
	float: left;
}

#all_cont div#second_text form#fdownload label p {
	font-size: 100%;
}
form#fdownload label div {
	display: inline-block;
}
form#fdownload p {
	display: inline-block;
	margin: 0;
	text-align: left;

}
#all_cont #button_more2 {
	width: 100%;
}
#all_cont .button_more {
	display: inline-block;
	width: auto;
	margin: 0 auto;
}
/* spolecny styl aplikace */
#all_cont .button_more {
	padding: 0;
}
#zalozka #all_cont .button_more.hide {
	display: none;
}

#all_cont .button_more a {
	display: block;
	text-decoration: none;
}	
#button_more_admin #button_text_edit,
#all_cont .button_more a {
	font-size: 200%;
	padding: 20px 25px;
	border-radius: 3px;
	text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
	text-align: center;
}

.fb-comments {
	position: relative;
	top: 10px;
	display: block;
	width: 100%;
	background: #ffffff;
	padding-bottom: 20px;
/*	max-height: 750px; */
	overflow-x: hidden;
	overflow-y: scroll;
}

#uprav_app div.cont_video,
#uprav_app div.cont_img {
	position: relative;
	z-index:4;
}
#zalozka #all_cont {
	max-width: none; 
}
#zalozka {
/*	max-width: 809px; */
	margin: 0 auto;
	background: #ffffff no-repeat; 
}
#app_399 #zalozka {
	min-height: 1404px;
}

#overlay_app {
	z-index: 8;
}

/* 3. krok */
#dalsi_krok,
#info_send_it {
	position: relative;
	padding: 37px 0 20px 0; 
	z-index: 20;
	text-align: center;
	font-weight: bold;
	border: 1px solid #f3f3f3;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
#dalsi_krok {
	padding-bottom: 40px;
}

#info_send_it {
	background: #ffffff; 
	color: #000000;
}	

#info_send_it div {
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
	padding: 10px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
#info_send_it img {
	margin: 0 auto 0 auto;
}

#dalsi_krok h2,
#info_send_it h2 {
	font-size: 250%;
}	
#info_send_it h2 {
	margin: 0.5em 0 1.3em;
}

#dalsi_krok p,
#info_send_it p {
	font-size: 120%;
}	
#info_send_it #info_send_it_bot {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	background: transparent url(../img/sipka_next.png) center bottom no-repeat;
	height: 21px;
	margin: 0 auto -40px auto;
}

#dalsi_krok {
}
#dalsi_krok p {
	font-weight: normal;
	margin: 0.8em;
}
#dalsi_krok #substitle3b p {
	font-weight: bold;
}
input#attachment[type="file"] {
	opacity: 1;
    filter: alpha(opacity=100);
}

#fb-like-all-app {
	display: none;
}
/* basic responsive */
@media only screen and (max-width: 677px) {
	#download {
		float: none;
		margin: 0 auto;
	}
	form#fdownload {
		float: none;
		width: 100%;
		margin: 10px auto;
	};
}
