@font-face {
	font-family: 'linottesemibold';
	src: url('fonts/linotte-semibold-webfont.woff2') format('woff2'), url('fonts/linotte-semibold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'roboto_slabbold';
	src: url('fonts/robotoslab-bold-webfont.eot');
	src: url('fonts/robotoslab-bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/robotoslab-bold-webfont.woff2') format('woff2'), url('fonts/robotoslab-bold-webfont.woff') format('woff'), url('fonts/robotoslab-bold-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'robotolight';
	src: url('fonts/roboto-light-webfont.woff2') format('woff2'), url('fonts/roboto-light-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'robotothin';
	src: url('fonts/roboto-thin-webfont.woff2') format('woff2'), url('fonts/roboto-thin-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'roboto_slabregular';
	src: url('fonts/robotoslab-regular-webfont.eot');
	src: url('fonts/robotoslab-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/robotoslab-regular-webfont.woff2') format('woff2'), url('fonts/robotoslab-regular-webfont.woff') format('woff'), url('fonts/robotoslab-regular-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

.light,
.rob {
	font-family: 'roboto_slabregular', serif;
	font-weight: 300;
}

.grey {
	color: #686868;
}

.mojemeno {
	padding-top: 20px;
	padding-bottom: 20px;
}

html {
	background: url('../images/pattern.jpg') top left repeat;
	background-attachment: fixed;
}

.confirm:hover {
	cursor: pointer;
}

html,
body {
	margin: 0px;
	width: 100%;
	height: 100%;
}

.img_upload input {
	width: 100%;
	border: 0px;
	border-bottom: 1px solid #7d7979;
	height: 30px;
	font-size: 18px;
	text-align: center;
}

header {
	font-family: 'roboto_slabregular', serif;
	font-weight: 700;
	display: block;
	width: 100%;
	height: 62px;
	background: url('../images/menu_bg.png') top left repeat-x;
}

.container {
	width: 1024px;
	margin: 0 auto;
}

ul.menu,
.menu li,
.notesmenu ul,
.notesmenu li {
	list-style: none;
}

.left-text {
	text-align: left
}

.roboto {
	font-size: 14px;
	line-height: 20px;
	font-family: 'roboto_slabregular', serif;
}

ul {
	padding: 0px;
	margin: 0px;
	height: 40px;
}

.menu li,
.notesmenu li {
	float: none;
	width: 1%;
	height: 100%;
	display: table-cell;
	color: #fff;
	text-align: center;
}

.logo img {
	height: 30px;
	width: auto;
}

.logo {
	padding-top: 6px;
	display: block;
	width: 170px;
	height: 50px;
	float: left;
	text-align: center;
	margin-right: 0px;
}

::-webkit-input-placeholder {
	color: #6f5b48;
}

:-moz-placeholder {
	/* Firefox 18- */
	color: #6f5b48;
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: #6f5b48;
}

:-ms-input-placeholder {
	color: #6f5b48;
}

.nyroModalCont input::-webkit-input-placeholder {
	color: #b3b3b3;
}

.nyroModalCont input:-moz-placeholder {
	/* Firefox 18- */
	color: #b3b3b3;
}

.nyroModalCont input::-moz-placeholder {
	/* Firefox 19+ */
	color: #b3b3b3;
}

.nyroModalCont input:-ms-input-placeholder {
	color: #b3b3b3;
}

.nyroModalDom .content {
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 166px!important;
	line-height: 24px;
	padding-right: 166px!important;
	color: #b3b3b3;
}

.logedin .nyroModalDom .content {
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 126px!important;
	line-height: 24px;
	padding-right: 126px!important;
	color: #555;
}

.harok {
	color: #555;
	padding: 20px;
}

.nyroModalDom .content,
.harok {
	font-family: 'robotolight';
	font-size: 14px;
}
 

.nyroModalDom .content h3,
.nyroModalDom .content strong,
.harok h3,
.harok strong {
	text-align: left;
	font-family: 'roboto_slabbold';
}

.nyroModalDom .content a,
harok a,
.p52 BLOCKQUOTE.b2 a {
	color: #8dc63f;
}

.nyroModalDom .content a:hover,
harok a:hover,
.p52 BLOCKQUOTE.b2 a:hover,
.p56 blockquote a:hover {
	color: #2f8432;
}

.nyroModalCont {
	min-height: 560px;
}

.nyroModalCont input {
	padding: 2.3%;
	width: 95.2%;
	margin-bottom: 10px;
	border-radius: 3px;
	border: 1px solid #dddddd;
	font-family: 'roboto_slabregular', serif;
	font-size: 16px;
}

.cip {
	-ms-transform: rotate(-0deg) scaleZ(1);
	-webkit-transform: rotate(-0deg) scaleZ(1);
	transform: rotate(-0deg) scaleZ(1);
	margin-left: 0px;
	margin-top: 0px;
}

.nyroModal-confirm {
	color: #fff;
	background: #8dc63f;
	width: 100%;
	font-family: 'linottesemibold', Arial;
	font-size: 25px;
	border: 0px;
}

#image-upload label,
.video-upload label {
	opacity: .95;
}

#image-upload label:hover,
.video-upload label:hover {
	cursor: pointer;
	opacity: 1;
}

input,
textarea {
	padding-left: 10px;
}

.video {
	outline: 1px solid #5b4113;
	outline-offset: 10px;
	margin: 0 auto;
	background-color: #000;
	display: block;
}

.p42 .video {
	margin-left: -14px;
}

.nyroModalCont h2,
.page_inside h2 {
	letter-spacing: 1px;
	font-family: 'linottesemibold';
	font-size: 45px;
	width: 100%;
	line-height: 34px;
	text-align: center;
	margin: 0 auto;
	padding-bottom: 23px;
	margin-bottom: 20px;
	color: #474747;
	border-bottom: 2px solid #8dc63f;
}

.row {
	display: inline-block;
	width: 100%;
}

.bullen {
	float: right;
	width: 196px;
	margin-top: 10px;
}

.p17 blockquote {
	width: 147px;
	float: right;
	margin-top: -47px;
	font-size: 14px;
}

.bullen .form-element:before {
	content: ' ';
	display: block;
	width: 10px;
	height: 26px;
	margin: 5px;
	float: left;
	background-color: #fcbe16;
	opacity: .7;
	margin-left: -20px;
}

.p17 .cip {
	z-index: -1;
	position: relative;
	-ms-transform: rotate(-90deg) scaleX(-1);
	-webkit-transform: rotate(-90deg) scaleX(-1);
	transform: rotate(90deg);
	margin-left: 140px;
	/* margin-top: -48px; */
	filter: FlipH;
	-ms-filter: "FlipH";
	/* margin-bottom: 70px; */
}

.bullen .form-element:nth-child(2):before {
	background-color: #f7a720;
}

.bullen .form-element:nth-child(3):before {
	background-color: #f28f29;
}

.bullen .form-element:nth-child(4):before {
	background-color: #ef762e;
}

.bullen .form-element:nth-child(5):before {
	background-color: #e83b31;
}

.pl {
	font-size: 30px;
}

textarea:not(.justinput) {
	display: inline-block;
	width: 229px;
	float: right;
	height: 200px;
	border: 2px dashed #cecece;
	opacity: 0.7;
	margin: 5px;
	background-color: #f9f5f7;
	padding-top:9px;
}

.left_text {
	display: block!important;
	float: none;
	position: relative;
}

textarea.justinput {
	display: block;
	width: 92%;
	z-index: 999;
	height: 100%;
	border: 2px solid #cecece;
	background-color: transparent;
	margin-top: -20px;
	margin-left: -20px
}

.bullen input,
.questions input,
.p43 input,
.picture_quiz input,
.otazky input,
.p73 input,
.form-element input {
	display: inline-block;
	width: 160px;
	float: right;
	height: 20px;
	border: 2px dashed #cecece;
	opacity: 0.7;
	margin: 5px;
	background-color: #f9f5f7;
}

.questions {
	display: inline-block;
	height: 380px;
	text-align: left;
	padding-left: 24px;
	float: none;
	width: 360px;
	border-left: 2px dashed #c5beb5;
}

.questions li,
.questions li label,
.p73 label {
	text-align: left;
	width: 100%;
	margin-top: -5px;
}

.questions input {
	width: 100%;
}

.questions {
	list-style: none;
}

.questions.dots li {
	text-indent: -26px;
}

.questions li {
	display: inline-block;
	height: 80px;
}

.questions li:before {
	content: "• ";
	font-size: 40px;
	color: #8dc63f;
	/* or whatever color you prefer */
	margin-left: -6px;
	margin-right: 8px;
	line-height: 12px;
}

.p35 .inside {
	padding-top: 50px;
	padding-left: 25px;
	padding-right: 70px;
}

.p35 .bigbutton {
	padding-top: 41px;
	margin-top: 19px;
	width: 163px;
}

.bullenov_model {
	display: block;
	width: 152px;
	height: 262px;
	background: url('../images/bullenov.png') center center no-repeat;
	opacity: 0.74;
	float: left;
}

.answ.selected,
.answ:hover {
	cursor: pointer;
	color: #8dc63f;
}

.p33 .inside,
.p37 .inside,
.p41 .inside,
.p45 .inside,
.p55 .inside,
.p59 .inside,
.p65 .inside {
	padding-top: 85px;
}

.bigbutton:hover {
	cursor: pointer;
}

.p33 .bigbutton,
.p37 .bigbutton,
.p41 .bigbutton,
.p45 .bigbutton,
.p55 .bigbutton,
.small_oznam .bigbutton {
	display: inline-block;
	width: 100%;
	text-align: center;
	float: left;
	background-position: top center;
	margin-top: 25px;
}

.p33 kladivko.half {
	top: 110px;
	left: 30px;
	float: left;
	width: 100px;
}

.p16 p {
	font-family: 'roboto_slabregular', serif;
	font-size: 14px;
	margin-bottom: 50px;
}

.p16 blockquote {
	position: relative;
	z-index: 1;
	width: 132px;
	margin-left: 65px;
	margin-top: 25px;
	padding-top: 7px;
	padding-bottom: 7px;
}

.zoom {
	display: block;
	background: url('../images/plus2.png') center right no-repeat;
	padding-right: 30px;
	color: #523100;
}

.p16 .cip {
	z-index: 2;
	position: relative;
	-ms-transform: rotate(-90deg) scaleX(-1);
	-webkit-transform: rotate(-90deg) scaleX(-1);
	transform: rotate(-90deg) scaleX(-1);
	margin-left: 225px;
	margin-top: -47px;
	filter: FlipH;
	-ms-filter: "FlipH";
	margin-bottom: 70px;
}

.papierik {
	display: block;
	background: url('../images/papierik.png') center center no-repeat;
	background-size: contain;
	padding: 30px;
	z-index: 999;
}

.otazk img {
	border: 7px solid #fff;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
}

.polar {
	border: 10px solid #fff;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
	z-index: 10;
}

.p16 netopier {
	float: right;
}

netopier {
	display: block;
	width: 80px;
	padding-top: 101px;
	background: url('../images/netopier.png') top center no-repeat;
	color: #8dc63f;
	font-family: 'linottesemibold';
}

netopier:hover {
	background: url('../images/netopier.gif') top center no-repeat;
}

netopier.hat {
	background-image: url('../images/netopierhat.png');
}

netopier.half {
	display: block;
	width: 71px;
	height: 73px;
	background: url('../images/netopier_half.png') top center no-repeat;
}

kahancova {
	display: block;
	width: 80px;
	padding-top: 101px;
	background: url('../images/kahanova.png') top center no-repeat;
	-webkit-transform: translate(0, -100%);
	-webkit-transform-style: translate(0, -100%);
	transform: translate(0, -100%);
	transform-style: translate(0, -100%);
	color: #8dc63f;
	font-family: 'linottesemibold';
}

kahancova:before {
	content: ' ';
	display: block;
	height: 101px;
	width: 80px;
	background: url('../images/kahancova_svetlo.png') top center no-repeat;
	position: absolute;
	margin-top: -101px;
	z-index: -2;
	opacity: 0;
	-webkit-transition: all 1s ease-in;
	/* Changed here */
	-moz-transition: all 1s ease-in;
	-o-transition: all 1s ease-in;
	transition: all 1s ease-in;
}

kahancova:hover:before {
	opacity: 1;
}

vozik {
	display: block;
	width: 119px;
	padding-top: 91px;
	background: url('../images/vozik.png') top center no-repeat;
	-webkit-transform: translate(0, -100%);
	-webkit-transform-style: translate(0, -100%);
	transform: translate(0, -100%);
	transform-style: translate(0, -100%);
	color: #8dc63f;
	font-family: 'linottesemibold';
}
vozik:hover {
	background: url('../images/vozikhover.png') top center no-repeat;
}
vozik:hover:after {
	content: " ";
	background: url('../images/vozik.gif') top center no-repeat;
	display: block;
	width: 119px;	
	padding-top: 91px;
	position:absolute;
	z-index:99;
    top: 0;
}

.p7 kladivko:before {
	display: none;
}

lupa {
	display: block;
	width: 56px;
	height: 56px;
	background: url('../images/lupa.png') top center no-repeat;
}

kladivko {
	display: block;
	width: 139px;
	padding-top: 184px;
	background: url('../images/kladivko.png') top center no-repeat;
	-webkit-transform: translate(0, -100%);
	-webkit-transform-style: translate(0, -100%);
	transform: translate(0, -100%);
	transform-style: translate(0, -100%);
	color: #8dc63f;
	font-family: 'linottesemibold';
}

kladivko:hover {
	background: url('../images/kladivko.gif') top center no-repeat;
}

kladivko.half p {
	position: relative;
	top: -398px;
	left: 146px;
	font-size: 24px;
	width: 150px;
	color: #523100;
	font-family: 'linottesemibold';
}

kladivko.half .sipka {
	float: right;
	position: relative;
	top: -78px;
	left: 60px;
}

kladivko.half {
	height: 127px;
	position: relative;
	top: 509px;
	width: 301px;
	padding-top: 0px;
	text-align: right;
	left: -97px;
}

kladivko.half:before {
	display: none;
}

kladivko.left6 p {
	-ms-transform: rotate(-6deg);
	-webkit-transform: rotate(-6deg);
	transform: rotate(-6deg);
}

kladivko.info-right {
	float: right;
	position: absolute;
	right: 13px;
}

kladivko.info-left {
	float: left;
	position: absolute;
	left: 13px;
}

@-ms-keyframes wiggle {
	0% {
		-ms-transform: rotate(7deg);
	}
	50% {
		-ms-transform: rotate(-7deg);
	}
	100% {
		-ms-transform: rotate(7deg);
	}
}

@-moz-keyframes wiggle {
	0% {
		-moz-transform: rotate(7deg);
	}
	50% {
		-moz-transform: rotate(-7deg);
	}
	100% {
		-moz-transform: rotate(7deg);
	}
}

@-webkit-keyframes wiggle {
	0% {
		-webkit-transform: rotate(7deg);
	}
	50% {
		-webkit-transform: rotate(-7deg);
	}
	100% {
		-webkit-transform: rotate(7deg);
	}
}

@keyframes wiggle {
	0% {
		transform: rotate(7deg);
	}
	50% {
		transform: rotate(-7deg);
	}
	100% {
		transform: rotate(7deg);
	}
}

.wiggle-me:hover {
	-ms-animation: wiggle .2s 2;
	-moz-animation: wiggle .2s 2;
	-webkit-animation: wiggle .2s 2;
	animation: wiggle .2s 2;
}

.reg {
	display: block;
	width: 65px;
	height: 66px;
	margin-top: 90px;
	margin-left: 97px;
	background: url('../images/reg.png') center center no-repeat;
	background-size: cover;
}

strong,
b {
	font-family: roboto_slabbold;
	font-size: 16px;
	font-weight: 700;
}

.sipka,
#pridajviac {
	-webkit-transition: -webkit-transform .2s ease-in;
	/* Changed here */
	-moz-transition: -moz-transform .2s ease-in;
	-o-transition: -o-transform .2s ease-in;
	transition: transform .2s ease-in;
}

.video-upload {
	display: block;
	background-color: #000;
	width: 375px;
	height: 235px;
	z-index: 50;
}

.small_oznam,
.big_oznam {
	display: block;
}

.small_oznam h2,
.big_oznam h2 {
	font-size: 18px;
	font-weight: 400;
	padding-top: 60px;
	margin: 0 auto;
	padding-bottom: 40px;
	width: 290px;
}

.p11 .otazky {
	position: relative;
	z-index: 99;
	float: none;
	left: 125px;
}

.big_oznam h2 {
	padding-bottom: 20px;
}

.big_oznam p,
.small_oznam p {
	font-size: 16px;
	color: #1d1d1d;
	font-family: 'roboto_slabregular', serif;
}

.p15 .inside,
.p49 .inside,
.p69 .inside,
.p111 .inside {
	padding-top: 50px;
}

.p49 h2,
.p69 h2 {
	padding-top: 48px;
}

.p49 .center,
.p69 .center {
	padding-left: 70px;
	padding-right: 70px;
}

.p49 .bigbutton,
.p69 .bigbutton {
	float: none;
	margin-top: 15px;
	display: inline-block;
	width: 190px;
}

.p49 .bigbutton span,
.p69 .bigbutton span {
	width: 117px;
}

.p15 .bigbutton {
	margin: 0 auto;
	width: 55px;
	height: 130px;
	background-position: bottom center;
	color: #1d1d1d;
	font-family: 'roboto_slabregular', serif;
	float: none;
	display: block;
	margin-top: 40px;
}

.p9 .inside {
	padding-top: 40px;
	padding-left: 34px;
	padding-right: 50px;
}

.p9 kladivko:before {
	background: url('');
}

.tools_panel {
	display: block;
	float: left;
	height: 100%;
	width: 30px;
	margin-top: 35px;
	background-color: #ddd;
	position: absolute;
}

.shadowtext {
	text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.62);
	text-transform: uppercase;
}

.p8 .sipka {
	-ms-transform: rotate(83deg);
	/* IE 9 */
	-webkit-transform: rotate(83deg);
	/* Safari */
	transform: rotate(83deg);
}

.p9 .bigbutton {
	padding-top: 0;
	height: 88px;
	width: 95px;
	background: url('../images/riesit.png') right 31px no-repeat;
	margin-top: -63px;
	margin-right: 27px;
}

.p9 blockquote {
	margin-left: 0px;
	width: 189px;
	margin-bottom: 30px;
	font-size: 14px;
	padding-right: 30px;
}

.register {
	display: block;
	width: 230px;
	height: 340px;
	background: url('../images/zaregistrujsa.png') center center no-repeat;
	background-size: contain;
	position: relative;
	float: right;
	-ms-transform: rotate(15deg);
	/* IE 9 */
	-webkit-transform: rotate(15deg);
	/* Safari */
	transform: rotate(15deg);
	z-index: 2;
	margin-top: -471px;
	margin-right: 172px;
	-webkit-transition: -webkit-transform .1s ease-in;
	/* Changed here */
	-moz-transition: -moz-transform .1s ease-in;
	-o-transition: -o-transform .1s ease-in;
	transition: transform .1s ease-in;
}

.register:hover {
	-ms-transform: rotate(7deg);
	/* IE 9 */
	-webkit-transform: rotate(7deg);
	/* Safari */
	transform: rotate(7deg);
}

.notesmenu.animate {
	margin-top: -11px;
	left: -58px;
}

.p3 .inside,
.p1 .inside {
	padding-top: 360px;
	text-align: center;
}

.inside {
	text-align: center;
}

.account_data {
	display: block;
	float: right;
	width: 16%;
	white-space: nowrap;
}

.account_data ul li a:hover {
	background-color: #7aab36;
}

.account_data ul li a {
	font-size: 12px;
	width: 100%;
	height: 100%;
	display: inline-block;
	color: #fff;
	padding: 5px;
	background-color: #9fc74a;
	text-transform: uppercase;
}

.account_data ul li {
	width: 161px;
	display: block;
}

.account_data ul {
	display: none;
	z-index: 99;
	position: relative;
	padding-top: 40px;
}

.account_data:hover ul,
.account_data ul:hover {
	display: block;
}

.rightno .notesmenu {
	overflow: hidden;
	height: 40px;
	width: 477px;
	position: relative;
	z-index: 9;
	left: -5px;
	margin-top: -11px;
}

.kapitoly a,
.kontakt a {
	color: #523100;
}

.partneri {
	display: inline-block;
	width: 100%;
}

.part h3 {
	margin: 40px 0;
	font-size: 25px;
	color: #000;
}

.partneri span {
	width: 50%;
	float: left;
	display: block;
	text-align: center;
}

.partneri img {
	width: 150px;
	margin: 0 auto;
}

.partneri_smaller {
	display: inline-block;
	width: 100%;
}

.partneri_smaller span {
	width: 20%;
	float: left;
	display: block;
	text-align: center;
}

.partneri_smaller img {
	width: 130px;
	margin: 0 auto;
}

body.logedin .container.logedin,
body .container.login {
	padding-top: 70px;
}

.left .inside {
	padding-top: 45px;
	margin-left: 47px;
}

.rightno .inside {
	padding-top: 24px;
	padding-left: 32px;
	margin-right: 42px;
}

.picturebehind {
	display: block;
	width: 200px;
	height: 334px;
	background: url('../images/339v.jpg') center center no-repeat;
	background-size: contain;
	position: relative;
	float: left;
	z-index: 1;
	-ms-transform: rotate(-16deg);
	/* IE 9 */
	-webkit-transform: rotate(-16deg);
	/* Safari */
	transform: rotate(-16deg);
	margin-top: 197px;
	margin-left: 133px;
}

.notesclosed {
	height: 638px;
	width: 495px;
	/* height: initial; */
	font-family: 'linottesemibold', Arial;
	background-size: cover;
	color: #523100;
	background: url('../images/login2.png') -3px -25px no-repeat;
	margin-left: auto;
	margin-right: auto;
	/* padding-top: 364px; */
	/* margin-top: 70px; */
	position: relative;
	z-index: 99;
	left: -6px;
}

.underline {
	border-bottom: 1px solid #b3b3b3;
}

h2 {
	text-align: center;
}

.toggled {
	height: 0px;
	overflow-y: hidden;
}

.toggled.show {
	padding-top: 20px;
	overflow: visible;
	height: auto;
}

h3 {
	text-align: center;
	font-size: 16px;
	font-family: 'roboto_slabregular', serif;
	font-weight: 700;
	color: #686868;
}

.toggle:hover {
	cursor: pointer;
}

.center {
	margin: 0 auto;
	text-align: center;
}

p.left {
	text-align: left;
}

.toggle.down.opened {
	background: url('../images/close.png') center center no-repeat;
}

.toggle.plus.opened {
	background: url('../images/minus.png') center center no-repeat;
}

.toggle.down {
	display: block;
	width: 30px;
	height: 30px;
	background: url('../images/down.png') center center no-repeat;
}

.toggle.plus {
	display: block;
	width: 30px;
	height: 30px;
	background: url('../images/plus.png') center center no-repeat;
}

#pridaj .toggle {
	float: right;
}

#pridaj {
	display: inline-block;
	padding: 2.3%;
	margin-bottom: 20px;
	margin-top: 20px;
	padding-top: 20px;
	width: 95.2%;
	border-top: 1px solid #8dc63f;
	font-family: 'linottesemibold', Arial;
	color: #8dc63f;
	border-bottom: 1px solid #8dc63f;
}

.notesclosed form input.submit:hover {
	cursor: pointer;
	opacity: 1;
}

.links {
	padding: 0px;
	padding-left: 50px;
	margin-top: 35px;
}

.links li {
	list-style: none;
	display: inline-block;
	width: 100%;
	text-align: left;
	padding-left: 44px;
	padding-top: 7px;
	height: 30px;
	background: url('../images/links.png') top left no-repeat;
}

.links li a:hover {
	color: #a06d00;
}

.links li a {
	color: #523100;
}

.p3 .inside {
	padding-top: 200px;
}

.green {
	color: #8dc63f;
}

.big {
	font-size: 18px;
}

.otazka {
	background-position: 0 -38px!important;
}

.smajl {
	background-position: 0 -77px!important;
}

.notesclosed form input.submit {
	opacity: .8;
	text-transform: uppercase;
	font-family: 'linottesemibold', Arial;
	color: #683523;
	background-color: transparent;
	border: 0px;
	height: 82px;
	background: url('../images/login_button.png') center top no-repeat;
	padding-top: 70px;
	width: 62px;
	margin-top: 10px;
	margin-right: 100px;
	float: right;
	text-align: center;
	font-weight: bold;
}

.rightno,
.right {
	float: left;
	display: block;
	z-index: 1;
	position: relative;
	width: 417px;
	/*    padding: 30px; margin-left: -44px;
*/
	height: 573px!important;
	top: 0px!important;
	background: url('../images/right.png') left bottom no-repeat;
}

h2,
h1 {
	font-family: 'roboto_slabregular', serif;
	font-weight: 700;
}

.p7 .inside {
	padding-top: 120px;
	margin-right: 50px;
}

blockquote {
	background-color: #f9f5f7;
	border-radius: 10px;
	width: 355px;
	padding: 10px;
		-webkit-box-shadow:  0px 4px 6px -4px rgba(0,0,0,0.75);
	-moz-box-shadow:  0px 4px 6px -4px rgba(0,0,0,0.75);
    box-shadow: 0px 4px 6px -4px rgba(0,0,0,0.75);
	 
	margin: 0 auto;
	text-align: left;
}

.cip.donez.donex.doney {
	transform: scaleZ(-1) rotate(180deg)!important
}

.cip.donex {
	transform: scaleX(-1)!important;
}

.cip.doney.donex {
	transform: scaleY(-1) rotate(90deg)!important;
}

.cip {
	display: block;
	width: 54px;
	height: 32px;
	/*	z-index: -1;*/
	background: url('../images/cip.png') top left no-repeat;
	margin-left: 140px;
}

.cip2 {
	display: block;
	width: 54px;
	height: 64px;
	/*	z-index: -1;*/
	background: url('../images/cip2.png') top left no-repeat;
	margin-left: 140px;
}

.ui-rotatable-handle {
	position: absolute;
	left: unset!important;
	bottom: unset!important;
	margin-left: -30px;
}

.ui-flip-handle {
	position: absolute;
	display: block;
	width: 10px;
	height: 10px;
	background-color: yellow;
}

.p7 kladivko {
	position: relative;
	top: 134px;
	left: 91px;
}

.otazky {
	font-family: 'roboto_slabregular', serif;
	float: right;
	width: 189px;
	padding-left: 10px;
	margin-right: 25px;
	list-style-type: lower-latin;
}

.otazky li:hover:before {
	background-color: #fff;
}

.otazky li:before {
	content: ' ';
	display: block;
	color: #000;
	background-color: #8dc63f;
	width: 24px;
	height: 23px;
	font-family: 'linottesemibold';
	border-radius: 100%;
	position: absolute;
	margin-left: -47px;
	margin-top: -23px;
	z-index: -3;
	border: 3px solid #8dc63f;
}

.otazky li {
	margin-top: 20px;
	margin-bottom: 10px;
	display: list-item;
	padding-left: 20px;
	color: #000;
	width: 100%;
	text-align: left;
	list-style-type: lower-latin;
}

.p120 UL.otazky {
	z-index: 2;
}

ul.otazky li {
	list-style-type: decimal;
	height: 43px;
}

.otazky li a {
	color: #1d1d1d;
}

.timer {
	background: #000;
	margin: 0 auto;
	border-radius: 12px;
	color: #e94f2c;
	padding: 15px;
	font-size: 25px;
	display: inline-block;
	text-align: center;
	width: 70px;
}

.timer div {
	float: left;
	width: 35px;
}

.blured {
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
}


}
.boxit {
	border: 1px dashed #cecece;
	width: 50px;
	height: 50px;
	display: block;
}
.timer2 {
	background: #000;
	margin: 0 auto;
	border-radius: 12px;
	color: #e94f2c;
	padding: 15px;
	font-size: 25px;
	display: inline-block;
	text-align: center;
	width: 70px;
}
.timer2 div {
	float: left;
	width: 35px;
}
.clock:hover,
.clock2:hover {
	cursor: pointer;
}
.otazy input {
	margin-top: -30px;
	margin-bottom: 50px;
}
.p7 kahancova {
	position: relative;
	left: 20px;
	top: -20px;
}
.p7 vozik {
	position: relative;
	top: 201px;
	left: 33px;
}
.p6 p,
.p32 .bigger {
	padding: 60px;
	font-size: 16px;
	font-family: 'roboto_slabregular', serif;
	padding-top: 0px;
}
.p32 .bigger {
	padding: 0
}
.p6 h1,
.p50 h1 {
	margin-top: 120px;
	font-size: 30px;
	margin-bottom: 7px;
}
.p50 h1 {
	padding-bottom: 30px;
}
.rightno.back {
	background: url('../images/right_back.png') left bottom no-repeat;
}
.p11 .inside {
	z-index: 9999;
	padding-top: 110px;
}
.p13 .inside {
	padding-top: 75px;
}
kahancova.big {
	background-image: url('../images/kahancovabig.png');
	width: 205px;
	height: 200px;
	margin-top: 197px;
	margin-left: 40px;
	z-index: 0;
	position: relative;
}
kahancova.big:before {
	height: 211px;
	width: 190px;
	background-size: cover;
}
kahancova.big2 {
	background-image: url('../images/kahancovabig2.png');
	width: 160px;
	height: 161px;
	margin-top: 197px;
	margin-left: 40px;
	z-index: 0;
	position: relative;
}
kahancova.big2:before {
	height: 211px;
	width: 190px;
	background-size: cover;
	margin-left: -13px;
}
vozik.search {
	background-image: url('../images/searchvozik.png');
	width: 245px;
	height: 200px;
	z-index: 0;
	position: relative;
}
kladivko.searcher {
	background-image: url('../images/kladivkosearcher.png');
	width: 111px;
	height: 273px;
	z-index: 0;
	float: left;
	position: relative;
}
.editpage {
	text-decoration: underline!important;
}
.ui-delete {
	display: block;
	background-color: red;
	width: 10px;
	height: 10px;
	position: absolute;
	margin-left: -12px;
}
kladivko.searcher:before {
	display: none
}
#answer {
	-webkit-transition: all .3s ease-in;
	/* Changed here */
	
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
	-ms-transform:
	/* IE 9 */
	
	-webkit-transform: scale(1, 1);
	/* Safari */
	
	transform: scale(1, 1);
}
#answer.animate {
	-ms-transform: scale(1.04, 1.04) rotate(-1deg);
	/* IE 9 */
	
	-webkit-transform: scale(1.04, 1.04) rotate(-1deg);
	/* Safari */
	
	transform: scale(1.04, 1.04) rotate(-1deg);
}
.p13 blockquote {
	width: 235px;
	position: relative;
	z-index: 1;
	margin-top: -27px;
}
#answer .close:hover {
	cursor: pointer;
	opacity: 1;
}
#answer .close {
	display: block;
	width: 29px;
	height: 29px;
	background: url('../images/close_answer.png') center center no-repeat;
	background-size: cover;
	margin: 0 auto;
	margin-top: -13px;
	position: relative;
	z-index: 1;
	opacity: .9;
}
.p13 .otazky {
	display: inline-block;
	float: none;
	width: 293px;
}
.notesclosed form {
	position: absolute;
	width: 100%;
	padding-top: 330px;
}
.notesclosed form .form-input {
	margin: 14px auto;
	display: block;
	padding-bottom: 7px;
	border-bottom: 1.2px solid #683523;
	width: 281px;
}
.p16 .inside {
	padding-right: 40px;
	padding-top: 24px;
	padding-left: 53px;
}
.notesclosed form input {
	width: 278px;
	height: 24px;
	background: rgba(255, 255, 255, .3);
	display: block;
	margin: 0 auto;
	border: 0px;
	color: #6f5b48;
	text-align: center;
	font-family: 'linottesemibold';
}
.menu li a:hover,
.menu li a.active {
	background-color: #fff;
	color: #2f8432;
}
.menu li a span {
	padding-bottom: 10px;
	display: block;
	width: 100%;
	margin: 0 auto;
	border-bottom: 4px solid transparent;
}
.notesmenuholder {
	width: 962px;
}
.page-wrapper>div:first-of-type,
.page-wrapper {
	overflow: visible!important;
	width: 485px!important;
}
.notes {
	margin-top: 60px;
	width: 962px;
	height: 601px;
	font-family: 'linottesemibold', Arial;
	background-size: contain;
	color: #523100;
}
#lukas .content {
	padding-left: 40px!important;
	padding-right: 40px!important;
}
#flipbook {
	font-family: 'linottesemibold';
	overflow: visible;
	color: #000;
	z-index: 3;
	top: 28px;
}
.confirm {
	display: block;
	width: 55px;
	background: url('../images/buttons.png') center top no-repeat;
}
.textbutton {
	background-color: #8dc63f;
	border-radius: 10px;
	padding: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fff;
	text-align: center;
}
.right-down-arrow:after {
	content: url('../images/rightdownarrow.png');
	display: block;
	position: relative;
	text-align: right;
	margin-right: 82px;
	margin-top: -10px;
}
h1 {
	font-size: 24px;
	text-align: center;
	line-height: 28px;
}
.first_back {
	display: block;
	width: 403px;
	height: 547px;
	/*padding-left: 62px;
	padding-top: 55px;
	padding-right: 20px;*/
	
	float: left;
	position: relative;
	top: -21px;
	background: url('../images/inside_back.png') left bottom no-repeat;
}
.last_back {
	float: left;
	display: block;
	z-index: 2;
	position: relative;
	width: 417px;
	/* padding: 30px; */
	
	height: 512px;
	background: url('../images/bgzadnastrana.png') left top no-repeat;
	top: -7px;
}
div.left {
	display: block;
	width: 403px;
	height: 547px;
	/*padding-left: 62px;
	padding-top: 55px;
	padding-right: 20px;*/
	
	float: left;
	position: relative;
	top: -21px;
	background: url('../images/left.png') left bottom no-repeat;
}
.notes .right {
	float: left;
	display: block;
	z-index: 2;
	position: relative;
	width: 417px;
	padding: 30px;
	height: 512px;
	background: url('../images/right.png') left bottom no-repeat;
}
.notesmenu {
	background: url('../images/notesmenu.png') left 31px no-repeat;
	float: right;
	margin-top: -11px;
	overflow: hidden;
	height: 40px;
	width: 477px;
	position: relative;
	z-index: 2;
	left: -302px;
}
.notesmenu ul {
	margin-left: 146px;
}
.content,
.page_inside {
	font-family: 'roboto_slabregular', serif;
}
.content p {
	font-size: 14px;
	margin: 0px;
}
.notesmenu ul:after {
	content: url('../images/vypln.png');
	display: block;
	height: 11px;
	width: 234px;
	margin-top: -21px;
	overflow: hidden;
	float: right;
	margin-right: 58px;
	position: relative;
}
.notesmenu li a {
	display: block;
	width: 100%;
	height: 100%;
}
.notesmenu li:nth-child(2) {
	background-position: -44px -13px;
}
.notesmenu li:nth-child(3) {
	background-position: -90px -13px;
}
.notesmenu li:nth-child(4) {
	background-position: -134px -13px;
}
.notesmenu li:nth-child(5) {
	background-position: -174px -13px;
}
.notesmenu li:nth-child(6) {
	background-position: -219px -13px;
}
.notesmenu li:nth-child(7) {
	background-position: -261px -13px;
}
.notesmenu li {
	height: 50px;
	width: 39px;
	background: url('../images/notes_menu.png') top left no-repeat;
	-webkit-transition: -webkit-transform .1s ease-in;
	/* Changed here */
	
	-moz-transition: -moz-transform .1s ease-in;
	-o-transition: -o-transform .1s ease-in;
	transition: transform .1s ease-in;
	-ms-transform: translate(0px, 15px);
	/* IE 9 */
	
	-webkit-transform: translate(0px, 15px);
	/* Safari */
	
	transform: translate(0px, 15px);
	-webkit-filter: grayscale(.85);
	-webkit-filter: grayscale(85%);
	filter: gray;
	filter: grayscale(85%);
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'saturate\' values=\'0.15\'/></filter></svg>#grayscale");
}
.notesmenu li:not(.inactive):hover,
.notesmenu li.active {
	-ms-transform: translate(0px, 5px);
	/* IE 9 */
	
	-webkit-transform: translate(0px, 5px);
	/* Safari */
	
	transform: translate(0px, 5px);
	-webkit-filter: grayscale(0);
	-webkit-filter: grayscale(0%);
	filter: gray;
	filter: grayscale(0%);
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'saturate\' values=\'1\'/></filter></svg>#grayscale");
}
.sidebar ul {
	padding: 0px;
	list-style: none;
}
.sidebar ul li {
	font-family: 'roboto_slabregular', serif;
	font-weight: 700;
	padding-left: 20px;
}
.sidebar ul li a {
	font-size: 12px;
	color: #8dc63f;
}
.sidebar h2 {
	text-align: left;
	padding-left: 20px;
}
.sidebar ul li a:hover {
	color: #2f8432;
}
.sidebar {
	float: left;
	width: 20%;
	display: block;
	min-height: 400px;
	background: #f2e9da url('../images/bgmenusidebar.jpg') top left repeat;
	background-size: contain;
}
.harok {
	margin-bottom: 40px;
	display: block;
	width: 65%;
	float: right;
	min-height: 600px;
	border-top: 40px solid #f2e9da;
	border-bottom: 40px solid #f2e9da;
	border-left: 50px solid #f2e9da;
	border-right: 50px solid #f2e9da;
	background: url('../images/napoveda_bg.jpg') top left repeat;
	-webkit-box-shadow: 0px 0px 45px -16px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 45px -16px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 45px -16px rgba(0, 0, 0, 0.75);
	padding: 15px;
	padding-top: 0px;
}
.nap {
	overflow: auto!important;
}
.menu {
	float: left;
	width: 66.3%;
}
#image-upload>input,
.video-upload>input,
.pict .img_upload>input {
	display: none;
}
.priprava {
	float: right;
	margin-right: 13px;
	font-size: 14px;
	width: 80px;
	text-align: center;
}
.priprava a {
	display: block;
	width: 80px;
	height: 80px;
	border: 0px;
	background: url('../images/imageuploadbuttons.png') top center no-repeat;
	background-position: 0 -5px;
	opacity: .9;
}
.priprava a:hover {
	opacity: 1;
	cursor: pointer;
}
a.helma1 {
	background-position: 0 -90px;
}
a.helma2 {
	background-position: 0 -170px;
}
a.nacitaj {
	background-position: 0 -250px;
}
#image-upload label,
.video-upload label {
	position: absolute;
	margin-top: 81px;
	width: 58px;
	display: block;
	height: 83px;
	background: url('../images/nahraj.png') center center no-repeat;
	margin-left: 102px;
	z-index: 99;
}
.img_upload label {
	margin-top: 10%!important;
}
.video-upload label {
	background: url('../images/nahraj_video.png') center center no-repeat;
}
vozik blockquote,
kahancova a {
	color: #000;
}
.p33 .bigbutton {
	margin-top: -109px;
	margin-left: 140px;
}
.p33 blockquote {
	width: 102px;
}
.p33 .cip {
	margin-left: 113px;
	-ms-transform: rotate(90deg) scaleX(-1);
	-webkit-transform: rotate(90deg) scaleX(-1);
	transform: rotate(90deg) scaleX(-1);
	margin-top: -50px;
}
.video-upload label {
	margin-left: 155px;
}
.noty {
	width: 100px;
}
.video-upload.animate {
	margin-top: 0px;
	margin-left: -138px;
	-ms-transform: rotate(-1deg);
	-webkit-transform: rotate(-1deg);
	transform: rotate(-1deg);
}
.video-upload {
	margin-left: -20px;
	border: 20px solid #fff;
	-webkit-box-shadow: 0px 6px 29px -10px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 6px 29px -10px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 6px 29px -10px rgba(0, 0, 0, 0.75);
	-webkit-transition: all .2s ease-in-out;
	/* Changed here */
	
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	position: relative;
	z-index: 50;
}
.polar {
	background-color: #000;
}
.bigbutton {
	color: #8dc63f;
	float: right;
	width: 180px;
	font-size: 18px;
	padding-top: 10px;
	height: 60px;
	background: url('../images/riesit.png') right center no-repeat;
	margin-top: -40px;
	margin-right: 27px;
}
.moznost {
	display: block;
	width: 180px;
	height: 60px;
	background: url('../images/riesit.png') right center no-repeat;
	display: none;
	z-index: 999;
}
.bigbutton span {
	text-align: right;
	width: 96px;
	display: block;
}
.menu li a.active span {
	border-color: #2f8432;
}
#flipbook,
.notesmenu {
	margin-left: -242.5px;
}
a:not(.logo) {
	text-decoration: none;
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}
.menu li a {
	text-decoration: none;
	display: block;
	font-size: 12px;
	width: 100%;
	height: 100%;
	color: #fff;
	text-transform: uppercase;
	padding-top: 9px;
	white-space: nowrap;
}
.account:hover {
	color: #fff;
}
.account {
	width: 75%;
	padding-top: 11px;
	padding-bottom: 11px;
	float: right;
	font-family: 'roboto_slabregular', serif;
	padding-left: 50px;
	border-left: 1px solid #a4d165;
	background: url('../images/avatar.jpg') 15px center no-repeat;
	color: #2f8432;
	font-size: 13px;
}
.vymaz {
	color: #880000;
	border: 0px;
	float: right;
}
.img_upload {
	-webkit-box-shadow: 0px 6px 29px -10px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 6px 29px -10px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 6px 29px -10px rgba(0, 0, 0, 0.75);
	background-color: #fff;
	padding: 30px;
	padding-top: 15px;
	float: left;
	width: 255px;
	-ms-transform: rotate(-2deg);
	-webkit-transform: rotate(-2deg);
	transform: rotate(-2deg);
	position: relative;
	/* top: -40px; */
	
	z-index: 27;
	left: 26px;
	top: 52px;
	-webkit-transition: all .2s ease-in-out;
	/* Changed here */
	
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.middle {
	display: table-cell;
	vertical-align: middle;
	height: 521px;
	width: 415px;
}
.img_upload.animate {
	top: -40px;
	z-index: 10;
	left: 5px;
}
.navideo {
	width: 100%;
	width: 100%!important;
	height: 275px!important;
}
#confetti {
	height: 100%;
	left: 0px;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: -1;
}
.bg_element {
	-webkit-box-shadow: inset 0px 0px 161px 27px rgba(0, 0, 0, 0.42);
	-moz-box-shadow: inset 0px 0px 161px 27px rgba(0, 0, 0, 0.42);
	box-shadow: inset 0px 0px 161px 27px rgba(0, 0, 0, 0.42);
	background: url('../images/bg.png') 0px 70px no-repeat;
	background-size: contain;
	width: 100%;
	height: 100%;
	position: fixed;
	display: block;
	z-index: -1;
	top: 0px;
}
.p34 .inside,
.p38 .inside,
.p42 .inside {
	padding-left: 55px;
	padding-right: 56px;
	padding-top: 70px;
}
.p34 .center,
.p38 .center,
.p42 .center,
.p70 .center {
	margin-bottom: 30px;
	font-family: 'roboto_slabregular', serif;
}
.p34 blockquote {
	width: 185px;
	float: left;
	padding-right: 32px;
	font-size: 14px;
}
.p34 kahancova {
	margin-top: 105px;
	width: 327px;
	background-position: left top;
	margin-left: -30px;
}
.p34 kahancova #answer {
	position: absolute;
	margin-top: -204px;
}
.p39 .inside {
	padding: 43px;
	padding-right: 80px;
}
.p34 kahancova #answer blockquote {
	color: #523100;
	width: 287px;
	padding: 12px;
	margin-left: 80px;
	margin-top: 10px;
	background-image: url('');
	z-index: 999;
	position: relative;
}
.p34 kahancova blockquote a,
.p39 kahancova blockquote a {
	display: block;
	width: 100%;
	height: 100%;
	color: #523100;
	padding: 18px;
}
.p34 kahancova blockquote {
	float: none;
	width: 160px;
	margin-top: -70px;
	padding-right: 40px;
	z-index: -1;
	padding: 0px;
	background: #f9f5f7 url('../images/arrow-right.png') 123px center no-repeat;
}
.p34 kahancova .cip,
.p39 kahancova .cip {
	z-index: -1;
	-ms-transform: rotate(-310deg);
	-webkit-transform: rotate(-310deg);
	transform: rotate(-310deg);
	margin-left: 44px;
	margin-top: 160px;
	margin-bottom: -97px;
	position: relative;
}
.napoveda {
	text-align: left;
	font-size: 12px;
	display: inline-block;
	width: 230px;
	margin-top: 20px;
	color: rgba(29, 29, 29, .75);
	font-family: 'roboto_slabregular', serif;
	font-weight: 300;
}
.p34 .cip {
	z-index: 1;
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	margin-left: 226px;
	margin-top: 80px;
	margin-bottom: -18px;
}
#delete-item:hover {
	cursor: pointer;
}
#delete-item {
	visibility: visible!important;
	position: relative;
	z-index: 999;
}
.p34 kladivko {
	float: right;
	margin-top: 210px;
	position: relative;
	margin-right: -50px;
}
.p56 blockquote a {
	color: #8dc63f;
}
.p37 blockquote.eaf {
	color: #000;
	-ms-transform: scaleY(-1) scaleX(-1);
	-webkit-transform: scaleY(-1) scaleX(-1);
	transform: scaleY(-1) scaleX(-1);
}  
.form-element {
	width: 100%;
	padding: 5px;
	width: 319px;
}
.form-element input,
.form-element textarea {
	width: 90%;
	height: 95%;
}
textarea:focus,
input:focus {
	outline: none;
}
*:focus {
	outline: none;
} 
.p42 .center {
	margin-bottom: 45px;
} 
.p109 .lefttext {
	line-height: 32px;
}
.p112 BLOCKQUOTE.b2 {
	z-index: 88;
}
netopier.celebration {
	background: url('../images/celebration.png') top left no-repeat;
	background-size: cover;
	width: 114px;
	padding-top: 211px;
}
.papierik {
	-webkit-transition: all .41s ease-in;
	/* Changed here */
	
	-moz-transition: all .41s ease-in;
	-o-transition: all .41s ease-in;
	transition: all .41s ease-in;
}
.papierik.animated {
	top: -82px!important;
	left: -193px!important;
} 
.kapitoly {
	text-align: left;
}
.kapitoly a {
	line-height: 18px;
	padding-left: 50px;
	background: url('../images/ikonky_kapitol.png') top left no-repeat;
	height: 30px;
	margin-bottom: 20px;
	display: inline-block;
	padding-top: 1px;
}
.kapitoly a:hover,
.kontakt a:hover {
	cursor: pointer;
	color: #523100;
}
.kapitoly a:nth-child(2) {
	background-position: 0 -40px;
}
.kapitoly a:nth-child(3) {
	background-position: 0 -88px;
}
.kapitoly a:nth-child(4) {
	background-position: 0 -143px;
}
.kapitoly a:nth-child(5) {
	background-position: 0 -183px;
}
.kapitoly a:nth-child(6) {
	background-position: 0 -231px;
}
.kapitoly a:nth-child(7) {
	background-position: 0 -284px;
}
.vodain {
	opacity: .5;
}
.p45 .small_oznam h2 {
	padding-bottom: 25px;
}
.p46 .inside {
	padding-top: 40px;
	padding-left: 47px;
	padding-right: 35px;
}
.p46 kladivko:before {
	display: none;
}
.p46 blockquote {
	float: left;
	width: 183px;
	margin-top: 32px;
}
.righter {
	text-align: right;
	width: 100%;
	display: inline-block;
}
.p46 kladivko {
	float: right;
	width: 93px;
	z-index: 0;
	margin-top: 226px;
	margin-bottom: -238px;
}
.p46 .video {
	position: relative;
	z-index: 10;
	margin-left: -14px;
}
.p46 .center {
	margin-top: 64px;
}
.p46 .cip {
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	margin-left: 212px;
	margin-top: 56px;
}
.p47 .inside {
	padding-top: 25px;
	padding-right: 40px;
}
.p47 .bigbutton {
	margin-top: -22px;
	margin-right: 31px;
	padding-top: 30px;
	width: 165px;
}
.p47 blockquote {
	width: 160px;
	margin-left: 35px;
	margin-right: auto;
}
.p47 .cip {
	margin-left: 30px;
}
.picture_quiz label {
	width: 114px;
	height: 115px;
	border-radius: 100%;
	display: block;
	overflow: hidden;
	border: 5px solid #fff;
	float: left;
}
.picture_quiz label img {
	width: 141px;
	margin-left: -10px;
}
.picture_quiz li {
	display: inline-block;
	width: 100%;
	list-style: none;
	float: left;
	margin-bottom: -20px;
}
.picture_quiz ul {
	padding: 0px;
}
.p51 .bigbutton {
	padding-top: 30px;
	margin-top: -10px;
}
.p51 .inside {
	padding-top: 50px;
	padding-left: 50px;
	padding-right: 93px;
}
.p51 blockquote {
	width: 150px;
	margin-left: 150px;
}
.p51 vozik {
	margin-top: 80px;
	float: left;
	margin-bottom: -90px;
}
.p51 .center {
	width: 100%;
	margin-top: 100px;
}
.p51 .cip {
	-ms-transform: rotate(-90deg) scaleX(-1);
	-webkit-transform: rotate(-90deg) scaleX(-1);
	transform: rotate(-180deg) scaleX(-1);
	margin-left: 136px;
	margin-top: -110px;
}
.inside {
	height: 0px;
}
.picture_quiz li:nth-child(2) input {
	padding-right: 13px;
}
.picture_quiz li:nth-child(2) .form-element {
	margin-left: 40px;
}
.picture_quiz li label {
	position: relative;
	z-index: 2;
	float: left;
}
.picture_quiz li:nth-child(2) label {
	float: right;
}
.picture_quiz li:nth-child(2) label img {
	margin-top: -24px;
}
.pager {
	position: fixed;
	z-index: 999999;
	bottom: 0px;
	width: 100%;
	background-color: #fff;
}
.pager a:hover {
	cursor: pointer;
	color: green;
}
.pager a {
	font-family: 'roboto_slabregular', serif;
}
.pager a.active {
	color: red;
}
.p50 kladivko {
	position: absolute;
	margin-top: 140px;
	margin-left: 40px;
}
.p50 blockquote {
	width: 190px;
	margin-left: 170px;
	margin-bottom: -56px;
}
.p50 h1 {
	margin-top: 90px;
}
.p50 .cip {
	-ms-transform: scaleZ(-1);
	-webkit-transform: scaleZ(-1);
	transform: scaleZ(-1);
	margin-left: 212px;
	margin-top: 56px;
}
.p52 .cip {
	-ms-transform: rotate(90deg) scaleZ(-1);
	-webkit-transform: rotate(90deg) scaleZ(-1);
	transform: rotate(90deg) scaleX(-1);
	margin-left: 137px;
	margin-top: -94px;
	margin-bottom: 127px;
}
.p52 blockquote {
	width: 190px;
	margin-left: 180px;
}
.p52 .cip.c2 {
	-ms-transform: rotate(90deg) scaleY(-1);
	-webkit-transform: rotate(90deg) scaleY(-1);
	transform: rotate(90deg) scaleY(-1);
	margin-left: 247px;
	margin-top: -79px;
	margin-bottom: -24px;
}
.p52 kahancova {
	margin-top: 70px;
	margin-left: 340px;
	margin-bottom: -70px;
}
.p52 blockquote.b2 {
	width: 190px;
	margin-left: 30px;
}
.p52 kladivko {
	position: absolute;
	margin-top: 179px;
	margin-left: 40px;
}
.p53 .inside {
	padding-top: 40px;
	padding-left: 60px;
	padding-right: 80px;
}
.p53 .center {
	font-family: 'roboto_slabregular', serif;
}
.p53 blockquote {
	width: 183px;
	margin-left: 130px;
}
.questions_clickable {
	display: inline-block;
	width: 100%;
	margin-top: 50px;
	margin-bottom: 35px;
}
.p53 .bigbutton {
	margin-right: 0px;
	width: 67px;
	background-position: center bottom;
	height: 98px;
}
.p53 .cip {
	-ms-transform: rotate(90deg) scaleX(1);
	-webkit-transform: rotate(90deg) scaleX(1);
	transform: rotate(90deg) scaleX(1);
	margin-top: -155px;
	margin-bottom: -46px;
	margin-left: 87px;
}
.p53 .bigbutton span {
	padding-top: 10px;
	width: 67px;
	text-align: center;
}
.p53 vozik {
	margin-left: -30px;
	margin-top: 110px;
}
.checklist li {
	width: 50%;
	float: left;
	text-align: left;
}
.checklist li a {
	color: #3A3A3A;
}
.lefttext,
label {
	text-align: left;
	font-family: 'roboto_slabregular', serif;
	color: #1d1d1d;
	font-size: 14px;
}
.centertext {
	font-family: 'roboto_slabregular', serif;
	font-size: 16px;
	text-align: center;
	color: #1d1d1d;
}
.p56 blockquote {
	margin-left: 11px;
	width: 180px;
	margin-top: 22px;
}
.p56 kahancova {
	float: right;
	margin-top: 40px;
}
.p56 .cip {
	-ms-transform: rotate(-90deg) scaleX(1);
	-webkit-transform: rotate(-90deg) scaleX(1);
	transform: rotate(-90deg) scaleX(-1);
	margin-left: 220px;
	margin-top: -60px;
}
blockquote a {
	color: #000;
}
.p56 .inside,
.p60 .inside,
.p62 .inside {
	padding-left: 60px;
	padding-top: 40px;
	padding-right: 30px;
}
.p60 .inside,
.p62 .inside {
	padding-top: 75px;
}
.p62 BLOCKQUOTE {
	line-height: 2px;
}
.p60 .cip {
	-ms-transform: rotate(90deg) scaleX(-1);
	-webkit-transform: rotate(90deg) scaleX(-1);
	margin-left: 94px;
	transform: rotate(90deg) scaleX(-1);
	margin-top: 60px;
	margin-bottom: -50px;
}
.p62 .cip {
	-ms-transform: rotate(90deg) scaleZ(1);
	-webkit-transform: rotate(90deg) scaleZ(1);
	transform: rotate(90deg) scaleZ(1);
	margin-left: 100px;
	margin-top: -60px;
}
.nodots li:before {
	display: none;
}
.nodots input {
	height: 40px;
}
.nodots {
	padding: 0px;
	border: 0px;
	height: 210px;
}
.p63 blockquote {
	width: 190px;
	margin-left: 0px;
}
.p63 vozik {
	float: right;
	margin-bottom: -50px;
}
.p63 .cip {
	-ms-transform: rotate(-90deg) scaleZ(1);
	-webkit-transform: rotate(-90deg) scaleZ(1);
	transform: rotate(-90deg) scaleZ(1);
	margin-left: 219px;
	margin-top: -70px;
	margin-bottom: 75px;
}
.p63 .inside {
	padding-right: 70px;
	padding-top: 40px;
	padding-left: 40px;
}
.p63 a.bigbutton {
	padding-top: 41px;
	width: 204px;
	margin-top: -30px;
}
.p66 vozik {
	position: absolute;
	margin-left: 230px;
}
.p66 kladivko {
	margin-top: 180px;
	margin-left: 40px;
	margin-bottom: -180px;
}
.p66 blockquote {
	width: 324px;
}
.p66 .cip.c2 {
	-ms-transform: rotate(-180deg) scaleZ(1);
	-webkit-transform: rotate(-180deg) scaleZ(1);
	transform: rotate(-180deg) scaleZ(1);
	margin-left: 190px;
	margin-top: 0px;
}
.p67 .inside {
	padding-top: 36px;
	padding-left: 50px;
	padding-right: 72px;
}
.p67 textarea {
	width: 100%;
	margin-bottom: 30px;
}
.p66 .inside {
	padding-left: 35px;
	padding-right: 40px;
	padding-top: 60px;
}
.p67 textarea.first {
	height: 285px;
}
.p67 textarea.second {
	height: 60px;
}
.p67 textarea.first::-webkit-input-placeholder {
	color: #686868;
	padding-top: 60px;
	text-align: center;
}
.p67 textarea.first:-moz-placeholder {
	/* Firefox 18- */
	
	color: #686868;
	padding-top: 60px;
	text-align: center;
}
.p67 textarea.first::-moz-placeholder {
	/* Firefox 19+ */
	
	color: #686868;
	padding-top: 60px;
	text-align: center;
}
.p67 textarea.first:-ms-input-placeholder {
	color: #686868;
	padding-top: 60px;
	text-align: center;
}
.vortex {
	display: block;
	width: 425px;
	height: 425px;
	position: absolute;
	background: url('../images/vortex.png') center center no-repeat;
}
@-webkit-keyframes rotating/* Safari and Chrome */
{
	from {
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	to {
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes rotating {
	from {
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	to {
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
.rotating {
	-webkit-animation: rotating 8s linear infinite;
	-moz-animation: rotating 8s linear infinite;
	-ms-animation: rotating 8s linear infinite;
	-o-animation: rotating 8s linear infinite;
	animation: rotating 8s linear infinite;
}
.sd {
	display: inline-block;
	width: 100%;
	padding-left: 200px;
	background: url('../images/spania_dolina.gif') left top no-repeat;
	height: 230px;
}
.bs {
	display: inline-block;
	width: 100%;
	background: url('../images/banska_stiavnica.gif') right top no-repeat;
	height: 230px;
}
.p67 textarea.second::-webkit-input-placeholder {
	color: #686868;
	padding-top: 20px;
	text-align: center;
}
.p67 textarea.second:-moz-placeholder {
	/* Firefox 18- */
	
	color: #686868;
	padding-top: 20px;
	text-align: center;
}
.p67 textarea.second::-moz-placeholder {
	/* Firefox 19+ */
	
	color: #686868;
	padding-top: 20px;
	text-align: center;
}
.p67 textarea.second:-ms-input-placeholder {
	color: #686868;
	padding-top: 20px;
	text-align: center;
}
.p67 .bigbutton {
	padding-top: 41px;
	width: 204px;
	margin-top: -30px;
}
.p81 .inside {
	padding-top: 40px;
	padding-left: 80px;
	padding-right: 70px;
}
.p81 .otazky input {
	width: 95%;
	margin-top: -27px;
	height: 30px;
}
input:disabled,
textarea:disabled {
	color: #000;
	background-color: transparent;
	border: 0px;
	font-family: 'roboto_slabregular', serif;
	font-weight: 300;
	font-size: 16px;
}
.p81 .otazky {
	width: 100%;
	display: inline-block;
	height: 444px;
	margin-bottom: 30px;
}
.p72 kahancova {
	margin-left: 90px;
	margin-top: 95px;
}
.p72 .cip.c2 {
	-ms-transform: rotate(90deg) scaleX(-1);
	-webkit-transform: rotate(90deg) scaleX(-1);
	transform: rotate(90deg) scaleX(-1);
	margin-left: 67px;
	margin-top: -50px;
	margin-bottom: -60px;
}
.p73 .inside {
	padding-top: 45px;
	padding-left: 40px;
	padding-right: 75px;
}
.p72 .b2 {
	width: 108px;
}
.p72 blockquote {
	width: 200px;
	margin-left: 109px;
}
.p72 kladivko {
	margin-top: 65px;
	position: absolute;
	margin-left: -25px;
}
.p72 .inside {
	padding-top: 110px;
	padding-left: 45px;
	padding-right: 55px;
}
.p73 input {
	float: left;
	margin-left: 0px;
}
.p73 label {
	display: inline-block;
}
.p70 .inside {
	padding-top: 190px;
}
.p71 netopier {
	margin-left: 310px;
}
.p71 blockquote {
	width: 170px;
	margin-left: 87px;
}
.p71 .inside {
	padding-right: 50px;
}
.p71 .cip {
	-ms-transform: rotate(-90deg) scaleX(-1);
	-webkit-transform: rotate(-90deg) scaleX(-1);
	transform: rotate(-90deg) scaleX(-1);
	margin-left: 286px;
	margin-top: -63px;
}
.p71 blockquote.b2 {
	margin-top: 70px;
	width: 245px;
}
.p71 vozik {
	margin-top: 90px;
	margin-left: 50px;
}
.p71 .c2 {
	-ms-transform: rotate(-90deg) scaleX(-1);
	-webkit-transform: rotate(-90deg) scaleX(-1);
	transform: rotate(0deg) scaleX(1);
	margin-left: 150px;
	margin-top: 0px;
}
.p74 blockquote {
	width: 288px;
	margin-left: 0px;
}
.p74 kladivko {
	position: absolute;
	margin-top: 190px;
}
.p74 .cip {
	margin-left: 70px;
}
.p74 vozik {
	margin-top: 81px;
	margin-left: 130px;
}
.p74 .c2 {
	margin-left: 240px;
}
.p74 .b2 {
	width: 150px;
	margin-left: 140px;
}
.p74 .inside {
	padding-top: 130px;
	padding-left: 70px;
	padding-right: 40px;
}
.p75 blockquote {
	margin-left: -10px;
	width: 209px;
}
.p75 .inside {
	padding-left: 60px;
	padding-right: 80px;
}
.p75 netopier {
	background-image: url('../images/netopier3d.png');
	margin-left: 280px;
}
.p75 .cip {
	-ms-transform: rotate(-90deg) scaleX(-1);
	-webkit-transform: rotate(-90deg) scaleX(-1);
	transform: rotate(-90deg) scaleX(-1);
	margin-left: 228px;
	margin-top: -60px;
	margin-bottom: 90px;
}
.p75 .znacka {
	float: right;
	text-transform: uppercase;
	background: url('../images/pukanec.png') center center no-repeat;
	width: 143px;
	height: 161px;
	margin-bottom: 80px;
	margin-top: -130px;
}
.p75 p {
	text-align: left;
	width: 192px;
}
.p76 .inside {
	padding-top: 120px;
}
.p76 kladivko {
	position: absolute;
	margin-top: 230px;
	margin-left: 40px;
}
kladivko.voda {
	background: url('../images/kladivkovoda.png') top left no-repeat;
}
vozik.scared {
	background: url('../images/vozikvobavach.png') top left no-repeat;
	background-size: cover;
}
vozik.confused {
	background: url('../images/confused_vozik.png') top left no-repeat;
	background-size: cover;
	padding-top: 124px;
}
.left .inside.vir {
	background: url('../images/confused_left.png') bottom left no-repeat;
	background-size: contain;
}
.right .inside.vir {
	background: url('../images/confused_right.png') bottom left no-repeat;
	background-size: contain;
}
kladivko.voda:before {
	display: none;
}
.p78 .inside {
	padding-left: 45px;
	padding-right: 35px;
	padding-top: 100px;
}
.p79 .inside {
	padding-left: 60px;
	padding-right: 100px;
	padding-top: 0px;
}
.p80 .inside {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.p81 .inside {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.p82 .inside {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.p83 .inside {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.p84 .inside {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.p85 .inside {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.p86 .inside {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.p87 .inside {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.p88 .inside {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.p89 .inside {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.p90 .inside {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.p91 .inside {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.p92 .inside {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.p93 .inside {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.p94 .inside {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.p95 .inside {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.p96 .inside {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.p97 .inside {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.p98 .inside {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.p99 .inside {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.p100 .inside {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.p101 .inside {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.p102 .inside {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.p103 .inside {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.p104 .inside {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.p105 .inside {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.p106 .inside {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.p107 .inside {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.p108 .inside {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.p109 .inside {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.p73 A.bigbutton.goto {
	position: relative;
	z-index: 88;
}
.p110 .inside {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.p111 .inside {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.p112 .inside {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.p113 .inside {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.p114 .inside {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.p78 kladivko {
	position: absolute;
	margin-top: 210px;
}
.kladivko.empty:before {
	display: none!important;
}
.p78 blockquote {
	width: 290px;
}
.small_oznamer {
	display: block;
	background: url('../images/small_oznam.png') center center no-repeat;
	background-size: cover;
}
.line.dashed {
	width: 70%;
	height: 20px;
	border-bottom: 1px dashed #333;
}
.p115 .inside,
.p89 .inside {
	padding-top: 60px;
}
.line.red {
	border-color: #e94f2c;
}
.p77 #answer BLOCKQUOTE {
	width: 157px;
	height: 71px;
	position: relative;
	top: -3px;
	left: 6px;
}
.p77 #answer DIV.cip.rotable {
	position: relative;
	top: 50px;
	left: 7px;
}
.p77 #answer {
	position: relative;
	top: 80px;
}
.clock,
.clock2 {
	background: url('../images/stopky.png') center center no-repeat;
	width: 57px;
	height: 57px;
	float: right;
	padding-left: 5px;
}
.p78 .napoveda {
	font-size: 14px;
	padding-left: 110px;
}
#css {
	color: #fff;
}
.p95 DIV.gps {
	z-index: 10;
}
.p96 .lefttext {
	line-height: 16px;
}
.p123 input,
.doplnovacka {
	border: 0px;
	background: transparent;
	border-bottom: 2px dashed #1d1d1d;
}
.p123 input,
input.doplnovacka {
	border: 0px;
	background: transparent;
	border-bottom: 2px dashed #1d1d1d;
}
.otazky.doplovacie input {
	margin-top: 40px;
}
.lefthalf:before {
	display: none;
}
.lefthalf,
.lefthalf:hover {
	background: url('../images/kladivko_lefthalf.png') top left no-repeat;
}
.p1 blockquote {
	width: 165px;
	position: relative;
	top: 440px;
	left: -56px;
}
.polar,
.video-upload {
	-webkit-backface-visibility: hidden;
}
.small img {
	float: right;
}
.nyroModal-confirm:hover {
	cursor: pointer;
	background-color: #9BDA46;
}
.blackbg {
	background-color: #000;
	display: block;
	width: 255px;
	height: 255px;
}
.img_upload {
	height: auto!important;
}
img.blackbg {
	height: auto!important;
	max-height: 255px!important;
}
canvas.confetti {
	top: 41px;
	position: absolute;
	z-index: -1;
} 
.small {
	font-size: 14px;
}
.circle input {
	border-radius: 100%;
	width: 36px;
	font-size: 27px;
	height: 55px;
	padding-left: 20px;
	border: 2px dashed #B8B8B8;
	background: rgba(255, 255, 255, 0.37);
}
.brown,
h1 {
	color: #523100;
}
.p73 A.bigbutton.goto {
	z-index: 9;
}
.p3 a {
	color: #a06d00;
}
.error {
	border: 2px solid #C33131;
}
.onehalf {
	width: 45%;
	/* margin-left: -45px; */
	
	display: inline-block;
	margin: 2%;
}
.onehalf iframe {
	height: auto!important;
	width: 100%!important;
} 
.p9 DIV.video-upload {
	top: -60px;
}
.video-upload {
	overflow: hidden;
}
.p3 a:hover {
	color: #523100;
}
.camuflaged {
	border: 0px;
	background: transparent url('../images/camuflage.png') top left no-repeat;
	background-size: cover;
	padding: 5px;
}
.p3 IMG.rotable.polar {
	height: 300px;
}
.page_inside {
	background: #fff;
	border-radius: 14px;
	padding: 30px;
	min-height: 500px;
} 
.video-js {
	width: 375px;
	height: 235px;
}
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) {
	@media {
		.otazky li {
			padding-left: 16px;
		}
	}
}
@-moz-document url-prefix() {
	.otazky li:before {
		margin-top: 0px;
	}
	
	.p81 .otazky input {
		margin-top: -7px;
	}
}
.active a:hover {
	cursor: pointer;
}
.notesmenu {
	left: -317px;
	margin-top: -9px;
}
.bigbutton {
	opacity: .9;
}
.bigbutton:hover {
	opacity: 1;
}
.confirm.sended {
	background: url('../images/buttons.png') center -60px no-repeat;
}
.confirm.sended span {
	color: #BA0017;
}
.p12 P.text_3125.left-text.roboto {
	line-height: 25px
}
.big_lupa:after {
	content: " ";
	display: block;
	background: url('../images/rucka.png') top left no-repeat;
	width: 94px;
	height: 95px;
	margin-left: 96px;
	margin-top: 96px
}
.p20 OBJ.obj_165_2345 {
    width: 247px!important;
    height: 366px!important;}
    .p30 OBJ.obj_171_3814 {
    width: 418px!important;
    height: 80px!important;
  }
  .p30 OBJ.obj_172_646 {
    width: 418px!important;
    height: 83px!important;
  }
  .p31 OBJ.obj_176_288 {
    width: 130px!important;
    height: 100px!important;
    }
    .p31 OBJ.obj_175_946 {
    width: 150px!important;
    height: 75px!important;
    }
    .p31 OBJ.obj_173_3830 {
        width: 128px!important;
    height: 85px!important;
  } 
  .p31 OBJ.obj_174_2413 {
    width: 120px!important;
    height: 80px!important;
   }
    .p22 OBJ.obj_167_3369 {
    width: 195px!important;
    height: 143px!important;
    }
    .p22 OBJ.obj_168_1220 {
    width: 195px!important;
    height: 143px!important;
    } 
    .p23 OBJ.obj_166_2469 {
    width: 353px!important;
    height: 222px!important;
    border:4px solid #673417;
    	outline: 2px solid #7c5124; 
    	box-shadow: 0px 0px 0px 6px #673417;}
.big_lupa {
	border: 6px solid #000;
	border-radius: 100%;
}
obj {
	display: block
}
span.center {
	width: 100%;
	text-align: center;
	margin: auto;
	display: block;
}
input,
textarea:not(.justinput) {
	font-family: Arial!important;
	position: relative;
	z-index: 999;
	font-size:14px;
}
.objects li {
	float: left;
	width: 16.666%;
	list-style: none;
	padding: 4px;
	border: 1px solid #ccc;
	margin: .3%;
	height: 90px;
	overflow: hidden;
}
.objects li img {
	width: 100%;
}
.objects li:hover {
	cursor: pointer;
	background-color: #ccc
}
red {
	color: #e30807
}
brown {
	color: #885000
}
white {
	color: #fff
}
.inputotazkatextarea_906 {
	border-color: #dddc00!important;
	background-color:
}
 P.text_3168 {
	font-size: 12px
}
.ciara_dole input {
	border: 0;
	border-bottom: 2px solid #000;
	background-color: transparent;
	    padding: 0px;
    margin-top: 20px;
    font-size: 13px;
    height: 16px; 
}

.p24 .ciara_dole input,
.p39 .ciara_dole input
{
	text-align:center
}
.form-element.brown input,
.form-element.brown textarea {
	
}
.p66 input {
	border: 4px solid #683c11;
	border-radius: 100%;
	height: 50px;
	width: 50px;
	padding: 6px;
	font-size: 40px;
	text-align: center;
}
P.textbr_3682.left-text.brown,
P.textbr_4380.left-text.brown {
	line-height: 20px
}
.text_3162 b,
.textbr_1603 b {
	width: 100%;
	display: block;
	font-size: 30px;
	font-family: 'roboto_slabregular', serif;
	font-weight: 700;
	line-height: 28px;
	text-align: center
}
.blockquote_644 .nyroModal,
.text_4109 .nyroModal {
	color: #96c84d;
	font-size: 20px;
}
 .p38 P.roboto
 {font-size:12px;}
OBJ.obj_66_4280 {
	height: 560px!important;
	background-size: contain!important;
}
zltybackground {
	display: block;
	display: block;
	-webkit-transform: translate(0, -100%);
	-webkit-transform-style: translate(0, -100%);
	transform: translate(0, -100%);
	transform-style: translate(0, -100%);
	width: 200px;
	height: 200px;
	background-color: yellow;
	opacity: .3;
	border-radius: 100%;
}
.p64 .form-element input {
	border: 0;
}

.p64 OBJ.obj_111_1530 {
    width: 216px!important;
    height: 163px!important;
    }
    
    .p30 zltybackground,
     .p31 zltybackground
    {background-color: #464542; 
    filter: blur(30px);
    opacity: .6;}
    
    .p27 zltybackground
    {
    filter: blur(30px);
    opacity: .6;}
    
    
    
#canvas-display {
      border: solid 1px greenyellow;
      cursor: crosshair;
      float: left;
      }

#colors {
      background-color: #fff;
      border: 1px solid #000000;
      display: none;
      float: left;
      left: -55px;
      margin-top: 10px;
      padding: 0;
      position: relative;
      width: 50px;
      }
  
#colors li {
      border: 1px solid #000000;
      height: 20px;
      width: 20px;
      cursor: pointer;
      float: left;
      margin: 1px;
      list-style: none;
      }
  
#colors li.selected {
      border: solid 1px #eee;
      }

#controls {
      background: none repeat scroll 0 0 grey;
      border: 1px solid;
      border-radius: 5px 5px 5px 5px;
      cursor: pointer;
      font-weight: bold;
      margin-left: -72px;
      opacity: 0.7;
      padding: 5px;
      position: relative;
      top: 5px;
  }
  
#control-buttons {
      background-color: gray;
      border: 1px solid #000000;
      border-radius: 5px 5px 5px 5px;
      display: none;
      float: left;
      margin-left: 1px;
      margin-top: -78px;
      opacity: 0.7;
      padding: 10px;
      position: relative;
      width: 378px;   
}

.p88 b.brown,.p102 b.brown
{font-size: 24px;}
.inputotazka_759
{display:none}

blockquote .nyroModal
{color: #96c84d;
	font-size:20px;}
.p17 OBJ.obj_142_3779
{
    filter: blur(8px);
    -webkit-filter: blur(8px);}
    
    .p97 DIV.form-element.ciara_dole input
    {border:0;;margin:0;height:56px;}
    .p96 DIV.form-element.ciara_dole input
    {border:0;margin:0;height:56px;}
    .p101 DIV.form-element.inputotazkatextarea_2421 textarea,
    .p103 DIV.form-element textarea
    {
    background-color: transparent;
    border: 0;}
    
    .center
    {text-aling:center;}
    .p47 P.text_3168.left-text.roboto {
    line-height: 19px;
    }
    
    .p102 .goto:hover,
    .green-selected
    {color:green;cursor:pointer;}
    
    .p24 DIV.pict.pict-24.smaller
    {z-index:999; overflow:hidden;}
    
    .p24 DIV.pict.pict-24.smaller .img_upload {
    -webkit-box-shadow: 0px 6px 29px -10px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 6px 29px -10px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 6px 29px -10px rgba(0, 0, 0, 0.75);
    background-color: black;
    padding: 0px;
    padding-top: 0px;
    float: left;
    width: 100%;
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
    position: relative;
    /* top: -40px; */
    z-index: 27;
    left: unset;
    top: unset;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.p24 DIV.pict.pict-24.smaller  label
{
	 margin-left: 20px!important;
   
}


.p24 DIV.pict.pict-24.smaller img.blackbg
{
	   width: 100%;
	   
	   max-height:110px!important;
 }
 .p31 DIV.pict .blackbg
 {max-height:200px!important;}
 
 .p46 KLADIVKO.kladivko_571
 {width:60px;
 	background-size:contain;}
 .p31 DIV.pict .blackbg
 {overflow:hidden;}
.p31 DIV.pict .blackbg img
{
	   width: 100%;
 }	
 	#img3 img
 	{position:absolute;z-index:999}
 	.g-recaptcha
 	{overflow:hidden;clear:both;}
 	.g-recaptcha iframe
 	{width:unset!important;height:unset!important}
 	
 	.login_form input.submit
 	{
    width: 76px!important;
    height:85px!important;
    padding-left:7px;}