#all_cont #cont_photos,
#all_cont #mine_cont_nahrat_pc,
#all_cont #cont_nahrat,
#all_cont #cont_bg2,
#all_cont .contenteditable,
div.getting-started,
#all_cont #cont_left,
#all_cont #cont_right {
	z-index: 7;
}


body,
.PopWinWhite .title
{
	color: #8d8d8d;
}

/* spolecny styl aplikace */
#all_cont {
	position:relative;
	margin: 0 auto;
	-moz-box-sizing:    border-box;
	-webkit-box-sizing: border-box;
	box-sizing:        border-box;
}	

#all_cont {
	text-align: left;	
}	
#all_cont h1 {
	color: #ffffff;
	text-align: left;	
	font-size: 380%;
	text-shadow: 2px 2px 5px #555555;
	margin: 0;
}

#cont_bg2,
#cont_bg1 {
	position: relative;
	max-width: 810px;
	width: 100%;
	min-height: 346px;
	background: #000000 no-repeat;
	background-size: cover;
}

#cont_bg2 {
	background: #000000 no-repeat;
}
#bg1 {
	position: absolute;
}
#cont_bg2 #motivacni_text {
	position: relative;
	top: 30px;
	font-size: 180%;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	-moz-box-sizing:    border-box;
	-webkit-box-sizing: border-box;
	box-sizing:        border-box;
	margin: 0 5%;
}
#cont_bg2 #motivacni_text p {
	margin: 0;
	padding: 0;
}
#nazev_souteze {
	position: relative;
	top: 40px;
	z-index: 5;
}
h1 {
	line-height: 1.2;
}
#popis_souteze,
#nazev_souteze {
	margin: 0 110px 0 36px;
	max-width: 500px;
}
#popis_souteze {
	float: left;
	width: 320px;
	font-size: 140%;
	line-height: 1.2;
	position: relative;
}
#popis_souteze h2 {
	font-size: 230%;
	margin-bottom: 0.3em;
}
#mine_cont_nahrat_pc,
#cont_nahrat {
	position: relative;
	float: left;
	top: 48px;
	width: 270px;
	height: 81px;
	overflow: hidden;
}
#mine_cont_nahrat_pc {
	float: none;
	margin: 0 auto;
}
#mine_cont_nahrat_pc_box {
	display: none;
	margin: 10px 0 55px 0;
}
.uprav_app #cont_nahrat img {
	position: relative;
}
#cont_photos_box {
	margin-top: 18px;
	margin-left: -11px;
	text-align: center; 
}
/*
#cont_photos.hlasovani,
#cont_popis_nahrat.hlasovani {
	display: none;
}
*/
#cont_popis_nahrat {
	padding-bottom: 20px;
}
#cont_nahrat img {
	cursor: pointer;
}
#cont_nahrat img:hover {
	top: 0;
	left: -271px;
}

/* fotky */
#cont_photos {
	position: relative;
	min-height: 870px;
	padding: 36px;
	color: #8c8c8c;
	-moz-box-sizing:    border-box;
	-webkit-box-sizing: border-box;
	box-sizing:        border-box;
}	
#cont_photos.color1 {
	background: #fcf7aa;
}
#cont_photos #orders {
	display: inline-block;
}	
#navig,
#cont_photos #orders {
	background: transparent;
	width: auto;
}
#cont_photos .order {
	float: left;
	width: auto;
	margin: 5px 13px 0px 0;
	cursor: pointer;
	font-size: 130%;
}
#cont_photos .order {
	color: #8c8c8c;
	background: #ffffff;
	border-radius: 3px;
	padding: 6px 10px;
}
#cont_photos .order.current,
#cont_photos .order:hover {
	color: #ffffff;
	background: #8c8c8c;
}

#hlasovat .cont_photo,
#registrace .cont_photo,
#cont_photos .cont_photo {
	height: 335px;
	background: #ffffff;
	border-radius: 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+ */
	float: left;
	margin-left: 11px;
	margin-bottom: 11px;
	
}
#cont_photos .cont_photo,
#registrace .cont_photo {
	max-width: 238px;
}	
.uprav_app #cont_photos .cont_photo {
	width: 237px;
}

.cont_photo {
	position: relative;
}	
#hlas_photo .photo,
#cont_photos .photo {
	cursor: pointer;
	position: relative;
}
#hlasovat .cont_photo,
#registrace .cont_photo {
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #dbdbdb;
	height: auto;
}
#registrace .cont_photo {
	border-bottom: 0;
}	
#hlasovat .cont_photo {
	float: none;
	border-radius: 30px;
}
#hlasovat .cont_photo .popis {
	font-size: 120%;
	padding: 10px 17px;
	max-width: 580px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
#cont_photos .cont_photo_1 {
/*	margin-left: 0;  */
}

#hlasovat .cont_photo .del,
#cont_photos .cont_photo .del {
	position: absolute;
	width: 60px;
	height: 60px;
	background: transparent url(../../img/icon_close_2x.png) no-repeat 30px 20px;
	z-index: 2;
}
#hlasovat .cont_photo .del:hover,
#cont_photos .cont_photo .del:hover {
	background-position: 30px -43px;
}
#hlasovat .cont_photo img {
	position: relative;
	z-index: 1;
}

#hlasovat .cont_photo .del {
	top: 20px;
	right: 20px;
}


#hlas_photo .cont_photo .autor {
	padding-left: 27px;
}
.cont_photo .autor {
	height: 48px;
	font-size: 120%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	padding: 17px 17px 17px 20px;
	text-align: left;
}	
.cont_photo .autor span {
	display: inline-block;
	width: 35px;
	height: 35px;
	float: left;
	margin-top: -10px;
	margin-right: 10px;
	background: transparent url(../img/anna.jpg) top left no-repeat;
	border-radius: 50%;
	background-size: 35px 35px;
}

#cont_photos .cont_photo .photo img,
#cont_photos .cont_photo .photo {
	height: 238px;
	border-radius: 15px;
	background: #dbdbdb;
}

.cont_photo .place {
	padding: 9px 20px 9px 3%;
	-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%;
}	
.cont_photo .place .number,
.cont_photo .place .score {
	padding: 7px 15px 7px 15px;
	float: left;
	font-size: 150%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.cont_photo .place .number {
	background: #fcf7aa;
	font-size: 120%;
	color: #c2a056;
	min-width: 85px;
}
#hlasovat .cont_photo .place {
	width: calc(100% - 100px);
}
#hlasovat .cont_photo .place .score {
	margin-left: 30px;
}	
.cont_photo .place .score {
	padding: 5px 0px 5px 32px;
/*	margin-left: 20px;
	min-width: 88px;
*/	
	font-weight: bold;
	background: transparent url(../img/like.png) 0 5px no-repeat;
	cursor: pointer;
	float: right;
}	
.cont_photo .place .score.hlas,
.cont_photo .place .score:hover:not(.hlas_removed) {
	background-position: 0 -31px;
}
#hlas_done,
#sucess_share,
#registrace {
	top: 200px;
	width: auto;
	max-width: 706px;
	padding: 47px 59px;
	border: 0;
	border-radius: 15px;
	-moz-box-sizing:    border-box;
	-webkit-box-sizing: border-box;
	box-sizing:        border-box;
	z-index: 46;
}
#sucess_share {
	min-height: 380px;
}
#hlas_done {
/*
	margin-left: -300px;
*/	
	width: 600px;
}

#registrace .cont_photo .photo img {
	border-radius: 15px;
	margin-top: -1px;
}
#hlasovat .cont_photo .autor {
	text-align: left;
}
#hlasovat .cont_photo .autor,
#hlasovat .cont_photo .place {
	float: left;
}
/* /fotky */

/* ovladaci prvky */
.setBgColor,
#ovladaci_prvky {
	width: auto;
	text-align: center;
	color: #ffffff;
	font-size: 150%;
	font-size: bold;
}

#cont_photos {
/*	height: auto; */
}

/* navigace fotografii */
#navig {
	margin: 20px auto 0 auto;
}
#navig ul {
	display: table;	
	margin: 0;
	padding: 3px;
	width: 220px;
	margin: auto;
}

#navig ul li {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	font-size: 140%;
	padding-left: 3px;
	cursor: pointer;
}
	
#navig ul li span {
	display: block;
	margin: 0 auto;
	height: 31px;
	line-height: 30px;
	width: 31px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	border-radius: 50%;
	-moz-box-sizing:    border-box;
	-webkit-box-sizing: border-box;
	box-sizing:        border-box;
}
#navig ul li span a {
	display: block;
	height: 100%;
	color: #ffffff;
	text-decoration: none;
}	

#navig li span {
	background: -webkit-linear-gradient(to bottom, #cbccd0 , #bdbdbb); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(to bottom, #cbccd0, #bdbdbb); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(to bottom, #cbccd0, #bdbdbb); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to bottom, #cbccd0 , #bdbdbb); /* Standard syntax (must be last) */
}	
#navig ul li.right:hover span,
#navig ul li.right span,
#navig ul li.left:hover span,
#navig ul li.left span {
	height: 20px;
	border-radius: 0;
	background: transparent url(../img/navig/sipka5_left.png) 8px 0 no-repeat;

}
#navig ul li.right:hover span,
#navig ul li.right span {
	background: transparent url(../img/navig/sipka5_right.png) 8px 0 no-repeat;
}
#navig ul li.right:hover span,
#navig ul li.left:hover span {
	background-position: 8px -20px;
}

#navig.color1 ul li.right:hover span,
#navig.color1 ul li.right span {
	background-image: url(../img/navig/sipka1_right.png);
}
#navig.color1 ul li.left:hover span,
#navig.color1 ul li.left span {
	background-image: url(../img/navig/sipka1_left.png);
}
#navig.color2 ul li.right:hover span,
#navig.color2 ul li.right span {
	background-image: url(../img/navig/sipka2_right.png);
}
#navig.color2 ul li.left:hover span,
#navig.color2 ul li.left span {
	background-image: url(../img/navig/sipka2_left.png);
}
#navig.color3 ul li.right:hover span,
#navig.color3 ul li.right span {
	background-image: url(../img/navig/sipka3_right.png);
}
#navig.color3 ul li.left:hover span,
#navig.color3 ul li.left span {
	background-image: url(../img/navig/sipka3_left.png);
}
#navig.color4 ul li.right:hover span,
#navig.color4 ul li.right span {
	background-image: url(../img/navig/sipka4_right.png);
}
#navig.color4 ul li.left:hover span,
#navig.color4 ul li.left span {
	background-image: url(../img/navig/sipka4_left.png);
}
#navig.color5 ul li.right:hover span,
#navig.color5 ul li.right span {
	background-image: url(../img/navig/sipka5_right.png);
}
#navig.color5 ul li.left:hover span,
#navig.color5 ul li.left span {
	background-image: url(../img/navig/sipka5_left.png);
}
#navig.color6 ul li.right:hover span,
#navig.color6 ul li.right span {
	background-image: url(../img/navig/sipka6_right.png);
}
#navig.color6 ul li.left:hover span,
#navig.color6 ul li.left span {
	background-image: url(../img/navig/sipka6_left.png);
}
#navig.color7 ul li.right:hover span,
#navig.color7 ul li.right span {
	background-image: url(../img/navig/sipka7_right.png);
}
#navig.color7 ul li.left:hover span,
#navig.color7 ul li.left span {
	background-image: url(../img/navig/sipka7_left.png);
}
#navig.color8 ul li.right:hover span,
#navig.color8 ul li.right span {
	background-image: url(../img/navig/sipka8_right.png);
}
#navig.color8 ul li.left:hover span,
#navig.color8 ul li.left span {
	background-image: url(../img/navig/sipka8_left.png);
}


#navig.color1 li.current span,
#navig.color1 li:hover span,
#cont_photos .color1 .order.current,
#cont_photos .color1 .order:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#14c7b1+0,009e87+100 */
	background: rgb(20,199,177); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(20,199,177,1) 0%, rgba(0,158,135,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(20,199,177,1)), color-stop(100%,rgba(0,158,135,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(20,199,177,1) 0%,rgba(0,158,135,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(20,199,177,1) 0%,rgba(0,158,135,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(20,199,177,1) 0%,rgba(0,158,135,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(20,199,177,1) 0%,rgba(0,158,135,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#14c7b1', endColorstr='#009e87',GradientType=0 ); /* IE6-9 */
}	
#navig.color2 li.current span,
#navig.color2 li:hover span,
#cont_photos .color2 .order.current,
#cont_photos .color2 .order:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#01c973+0,3cbc81+100 */
	background: rgb(1,201,115); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(1,201,115,1) 0%, rgba(60,188,129,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(1,201,115,1)), color-stop(100%,rgba(60,188,129,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(1,201,115,1) 0%,rgba(60,188,129,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(1,201,115,1) 0%,rgba(60,188,129,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(1,201,115,1) 0%,rgba(60,188,129,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(1,201,115,1) 0%,rgba(60,188,129,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01c973', endColorstr='#3cbc81',GradientType=0 ); /* IE6-9 */
}	
#navig.color3 li.current span,
#navig.color3 li:hover span,
#cont_photos .color3 .order.current,
#cont_photos .color3 .order:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3d9ac6+0,42ade3+100 */
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3d9ac6+0,42ade3+100 */
	background: rgb(61,154,198); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(61,154,198,1) 0%, rgba(66,173,227,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(61,154,198,1)), color-stop(100%,rgba(66,173,227,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(61,154,198,1) 0%,rgba(66,173,227,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(61,154,198,1) 0%,rgba(66,173,227,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(61,154,198,1) 0%,rgba(66,173,227,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(61,154,198,1) 0%,rgba(66,173,227,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d9ac6', endColorstr='#42ade3',GradientType=0 ); /* IE6-9 */
}	
#navig.color4 li.current span,
#navig.color4 li:hover span,
#cont_photos .color4 .order.current,
#cont_photos .color4 .order:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9e5eb5+0,904aac+100 */
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9e5eb5+0,904aac+100 */
	background: rgb(158,94,181); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(158,94,181,1) 0%, rgba(144,74,172,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(158,94,181,1)), color-stop(100%,rgba(144,74,172,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(158,94,181,1) 0%,rgba(144,74,172,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(158,94,181,1) 0%,rgba(144,74,172,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(158,94,181,1) 0%,rgba(144,74,172,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(158,94,181,1) 0%,rgba(144,74,172,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e5eb5', endColorstr='#904aac',GradientType=0 ); /* IE6-9 */
}	
#navig.color5 li.current span,
#navig.color5 li:hover span,
#cont_photos .color5 .order.current,
#cont_photos .color5 .order:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#facb3d+0,fd9a01+100 */
	background: rgb(250,203,61); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(250,203,61,1) 0%, rgba(253,154,1,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(250,203,61,1)), color-stop(100%,rgba(253,154,1,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(250,203,61,1) 0%,rgba(253,154,1,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(250,203,61,1) 0%,rgba(253,154,1,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(250,203,61,1) 0%,rgba(253,154,1,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(250,203,61,1) 0%,rgba(253,154,1,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#facb3d', endColorstr='#fd9a01',GradientType=0 ); /* IE6-9 */
}	
#navig.color6 li.current span,
#navig.color6 li:hover span,
#cont_photos .color6 .order.current,
#cont_photos .color6 .order:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ee7d15+0,dc5400+100 */
	background: rgb(238,125,21); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(238,125,21,1) 0%, rgba(220,84,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,125,21,1)), color-stop(100%,rgba(220,84,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(238,125,21,1) 0%,rgba(220,84,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(238,125,21,1) 0%,rgba(220,84,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(238,125,21,1) 0%,rgba(220,84,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(238,125,21,1) 0%,rgba(220,84,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee7d15', endColorstr='#dc5400',GradientType=0 ); /* IE6-9 */
}	
#navig.color7 li.current span,
#navig.color7 li:hover span,
#cont_photos .color7 .order.current,
#cont_photos .color7 .order:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f24c34+0,c83a22+100 */
	background: rgb(242,76,52); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(242,76,52,1) 0%, rgba(200,58,34,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,76,52,1)), color-stop(100%,rgba(200,58,34,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(242,76,52,1) 0%,rgba(200,58,34,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(242,76,52,1) 0%,rgba(200,58,34,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(242,76,52,1) 0%,rgba(200,58,34,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(242,76,52,1) 0%,rgba(200,58,34,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f24c34', endColorstr='#c83a22',GradientType=0 ); /* IE6-9 */
}	
#navig.color8 li.current span,
#navig.color8 li:hover span,
#cont_photos .color8 .order.current,
#cont_photos .color8 .order:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ecf0f1+1,bbc3c6+100 */
	background: rgb(236,240,241); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(236,240,241,1) 1%, rgba(187,195,198,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(236,240,241,1)), color-stop(100%,rgba(187,195,198,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(236,240,241,1) 1%,rgba(187,195,198,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(236,240,241,1) 1%,rgba(187,195,198,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(236,240,241,1) 1%,rgba(187,195,198,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(236,240,241,1) 1%,rgba(187,195,198,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecf0f1', endColorstr='#bbc3c6',GradientType=0 ); /* IE6-9 */
	color: #000000;
}	
/* musi byt na konci, jinak zmizi kulate rohy */
#cont_photos .order span:hover {
	border-radius: 3px;
}	



/* /navigace fotografii */



/*********************************************/
/***************** SLIDER ********************/
/*********************************************/



#cont_left,
#cont_right {
	position: absolute;
	top: 140px;
	z-index: 3;
	height: 107px;
	overflow: hidden;
}
.skin-text-photo_setting #slider_vyhry {
	z-index: 1;
}
.skin-text-photo_setting #slider_vyhry_cont {
	z-index: 1;
}	
#cont_right {
	right: 0px;
}
#cont_right img {
	float: right;
}

#slider_vyhry_cont {
	position: absolute;
	max-width: 810px;
	width: calc(100% - 160px);
/*	height: 150px; */
	top: 95px;
	left: 0px;
	z-index: 8;
/*	border: 1px solid red; */
	-o-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	margin: 0 80px;
}

#col_right .uprav_app #slider_vyhry img {
	position: relative;
}
#slider_vyhry .photo_content {
	position: relative;
	margin-right: 20px;
	cursor: pointer;
	color: #ffffff;
}
#slider_vyhry .photo_content, 
#slider_vyhry .photo_content a {
	color: #ffffff;
	text-decoration: none;
	text-align: center;
}
#slider_vyhry .photo_content img {
	padding-bottom: 5px;
}
#slider_vyhry.slick-slider { margin-bottom: 0px;}
#slider_vyhry .slick-prev { left: 0px; }
#slider_vyhry .slick-next { right: -80px; }
#slider_vyhry .slick-next,
#slider_vyhry .slick-prev {
	top: 55px;
	height: 110px;
	width: 67px;
	background: transparent;
}
#slider_vyhry .slick-prev { left: -80px; }
#prevBtn,
#nextBtn {
	position: absolute;
	display: block;
	width: 38px;
	height: 41px;
	border: 0;
	top: 980px;
	left: 687px;
	z-index: 10;
}
#prevBtn {
	left: 140px;
}	
#prevBtn a,
#nextBtn a {
	border: 0;
	display: block;
	width: 38px;
	height: 41px;
}	
#nextBtn a {
}	
#prevBtn a:hover,
#nextBtn a:hover {
	background-position: 0 -41px;
}
#vyhra img {
	display: block;
	margin: 1em auto 2em auto;
}
#vyhra span {
	display: block;
	margin: 1em auto;
}
#nepouzito button {
	font-size: 110%;
	padding: 8px 25px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b0ea71+0,86d347+100 */
	background: rgb(176,234,113); /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, rgba(176,234,113,1) 0%, rgba(134,211,71,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(176,234,113,1)), color-stop(100%,rgba(134,211,71,1))); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover, rgba(176,234,113,1) 0%,rgba(134,211,71,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover, rgba(176,234,113,1) 0%,rgba(134,211,71,1) 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover, rgba(176,234,113,1) 0%,rgba(134,211,71,1) 100%); /* IE10+ */
	background: radial-gradient(ellipse at center, rgba(176,234,113,1) 0%,rgba(134,211,71,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0ea71', endColorstr='#86d347',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

div.getting-started {
	position: absolute;
	display: inline-block;
	top: 215px;
	right: 40px;
	overflow:hidden;
	background: #ffffff;
	border: 1px solid #8c8c8c;
	border-radius: 8px;
}
div.getting-started #time_to_end {
	font-size: 120%;
	text-align: center;
	color:#ffffff;
	background: #8c8c8c;
	padding: 3px 0;
	margin: -1px -1px 0 -1px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;

}

div.getting-started div.time {
	float: left;
	width: 49px;
	margin: 6px 7px 5px 7px;
	background: #ffffff;
	border-radius: 6px;
	border: 1px solid #e5e5e5;
	border-bottom: 4px solid #e5e5e5;
	font-weight: bold;
}
div.getting-started div.days {
	margin-left: 12px;
}
div.getting-started div.seconds {
	margin-right: 14px;
}	
div.getting-started div span {
	display: block;
	font-size: 240%;
	text-align: center;
	background: transparent;
}
div.getting-started div span {
	margin-bottom: 0;
}
div.getting-started div span.label {
	font-size: 100%;
	margin: -3px 0 3px 0;
	background: transparent;
	font-weight: normal;
}
#btn_login {
	padding: 0;
	margin: 0;
}
.file-wrapper input {
	display: block;
}
.fb-share-button span, /* button share bez app_id! */
.fbshare {
	width: auto;
	line-height: 55px;
	background: #4263aa url(../img/bg_btn_fb_share.png) no-repeat;
	margin: 25px auto;
	color: #ffffff;
	padding: 0 14px 0 43px;
	font-size: 130%;
	display: inline-block;
	border-radius: 3px;
	cursor: pointer;
	-o-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.fb-share-button {
	margin-top: 1em;
}
.fb-share-button span { /* button share bez app_id! */
	width: 76px !important;
	height: 28px !important;
	line-height: 25px;
	background-size: contain;
	background: #1877f2;
	padding: 0 10px;
	margin: 0;
	-o-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.fb-share-button span iframe { /* button share bez app_id! */
	width: 76px !important;
	height: 28px !important;
}
.fbshare:hover {
	background-color: #4e6ba9;	
}
#hlas_done .fbshare {
	padding-right: 35px;
}

#hlasovat {
	position: relative;
	display: none;
	width: 100%;
	border: 0;
}
#hlasovat #hlas {
	max-width: 580px;
	margin: 0 auto;
/*	border: 1px solid red; */
}
#hlasovat #hlas .btn_hlas {
	display: none;
}
#hlasovat #hlas .btn_hlas.show {
	display: block;
}
#hlasovat #hlas .btn_hlas,
#hlasovat #hlas .btn_hlas,
#hlasovat #hlas .title {
	float: left;
}
#hlasovat #hlas .title {
	font-size: 230%;
	margin: 0.4em 0;
}
#hlasovat .btn_hlas {
	font-size: 150%;
	color: #ffffff;
	margin-left: 30px;
	background: #85d035 url(../img/bg_ico_hlas.png) 25px 15px no-repeat;
	padding: 15px 25px 15px 65px;
	border-radius: 9px;
	border-bottom: 6px solid #6aa429;
}
#hlasovat .btn_hlas:hover {
	background-color: #94db46;
	margin-top: 2px;
	border-bottom: 4px solid #6aa429;
}

#hlasovat #hlas_photo {
	margin: 30px 0;
}
#hlasovat #hlas_photo .autor {
}
#hlasovat #hlas_photo .cont_photo {
	display: inline-block;
	margin: 0 auto;
	width: auto;
}
#hlasovat #hlas_photo .photo img {
	border-radius: 30px;
}
#hlasovat p.no_photo {
	font-size: 150%;
	color: red;
}
#end {
	z-index: 50;
}

/* basic responsive */
@media only screen and (max-width: 1580px) {
	img { max-width: 100%; height: auto; /*width: auto\9;*/ /* ie8 */ }
	.photo img { width: 100%;}
}

@media only screen and (max-width: 1024px) {
	#all_cont,
	#cont_bg2, #cont_bg1,
	#popis_souteze,
	#nazev_souteze,
	#nazev_souteze h1 {
		-o-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
		max-width: 100%;
	}	
}

@media only screen and (max-width: 768px) {

  body { font-size: 70% }
  html { -webkit-text-size-adjust: none }
  input, textarea, input.text, textarea.text { max-width: 100%; width: auto; -o-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
  input[type="submit"] { -webkit-appearance: none }
	#reg_cont_photo,
	#regform {
		float: none;
	}
	#registrace #reg_cont_photo {
		margin: 0 auto;
	}
	input.text, textarea.text { width: 100%;}


  #header img, .video img { left: 50%; margin-left: -29px }

  .video-wrapper { position: relative; height: 0; margin: 0; padding: 35px 0 56.25%; overflow: hidden }
  .video-wrapper iframe { position: absolute; left: 0; top: 0; width: 100%; height: 100% }

  .video-temp {padding: 35px 0 56.25%; overflow: hidden; width:100%; height:100%; margin:0 auto; position: relative}  
  .video-temp .start {color:#000; padding-top:100px; font-size: 160%}  
  .video-temp .countdown {position: absolute; top:50%; left:25%}
  
  .content { width: 85%; margin: 0 5% }
	div#getting-started,
	#popis_souteze,
	#nazev_souteze,
	#cont_nahrat,
	#hlas_done, #sucess_share, #registrace, #regform {
		margin: 0 5%;
		padding: 0;
		max-width: 100%;
		width: auto;
		-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
		-moz-box-sizing: border-box;    /* Firefox, other Gecko */
		box-sizing: border-box;         /* Opera/IE 8+ */
	}
	#hlas_done, #sucess_share, #regform {
		padding: 2.5em 5%;
	}
	#registrace {
		padding-top: 40px;
		margin: 0;
	}
	#registrace .cont_photo {
		float: none;
	}
	#sucess_share {
		padding: 2.5em 5%;
	}
	#cont_bg2, #cont_bg1 {
		height: auto;
	}
	#nazev_souteze  {
		top: auto;
		padding-top: 40px;
	}
	div.getting-started {
		position: relative;
		display: inline-block;
		margin: 20px auto;
		top: auto;
		left: auto;
		right: auto;
	}
	div#cont_nahrat,
	div#popis_souteze {
		float: none;
	}
	div#cont_nahrat {
		top: auto;
		display: block;
		width: 271px;
		margin: 0 auto;
	}



	#cont_photos {
		padding: 5% 2%;
	}
	.PopWin, .PopWin2 {
		min-width: auto;
	}


}

@media only screen and (max-width: 755px) {
}

@media only screen and (max-width: 628px) {
	#cont_nahrat {
		top: 0;
	}
}

@media only screen and (max-width: 512px) {
	#cont_photos #orders {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#cont_photos .cont_photo {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
}

@media only screen and (max-width: 414px) {
	#hlas_done, #sucess_share, #registrace {
		margin: 0;
		left: 0;
	}
  
	#cont_photos .cont_photo {
		float: none;
		margin: 5px auto;
	}
}
@media only screen and (max-width: 375px) {
	div#getting-started div.time {
		margin-left: 0px;
	}
}

@media only screen and (max-width: 320px) {
}

