@charset "utf-8";

.body-predmety
{
	background-color: #FEC22C;
}

.body-predmety .logo
{
	background-image: url(../../img/logo-black.png);
}

.body-predmety #menu-bg
{
	background-image: linear-gradient(to right, rgba(0,0,0,0.1), transparent);
}

.body-predmety #menu li
{
	color: #000;
}

.page-predmety
{
	background-image: url(bg.jpg);
	background-color: #FEC22C;
	background-position: right -150px top 100px;
	-webkit-background-size: 858px;
	background-size: 858px;
	color: #000;
}

.body-predmety #menu li.active
{
	color: #f58220;
	border-left-color: #f58220;
}

.page-predmety .content
{
	/*background-color: rgba(255,255,255,0.4);*/
}

.page-predmety .char
{
	position: absolute;
	left: 30px;
	top: 155px;
	width: 150px;
	z-index: 99;
	display: block;
}

.page-predmety .label1 .no2
{
	color: #f58220;
}

.page-predmety .label1
{
	top: 460px;
	left: 90px;
}

.page-predmety .label1 .line
{
	background-color: #f58220;
}

.page-predmety .label2
{
	margin-left: 40px;
	display: inline-block;
}

.page-predmety .label3
{
	display: inline-block;
	margin-left: 30px;
	margin-top: 20px;
	margin-bottom: 30px;
	color: #000000;
	transform: rotate(270deg);
}

@media (max-width: 480px) {

#MEDIA-MOBILE-SMALL------------------------------
{
}

.page-predmety .label1 .line {
    background-color: #FFF;
}

.page-predmety .label1 .no2 {
    color: #FFF;
}

}


@media (max-width: 1023px) {

#MEDIA-MOBILE-ONLY------------------------------
{
}

.page-predmety .content:before
{
	display: none;
	content:'';
	background-color: #f58220;
	height: 10px;
	width: 70%;
	position: absolute;
	top: -5px;
	right: 0;
}

}

@media (min-width: 420px) and (max-width: 1024px) {

#MEDIA-TABLET------------------------------
{
}

.page-predmety
{
	background-position: right -200px top 0;
	-webkit-background-size: 1055px;
	background-size: 1055px
}

}

@media (min-width: 1024px) {

#MEDIA-DESKTOP------------------------------
{
}

.page-predmety
{
	background-position: right -400px bottom 0;
	-webkit-background-size: cover;
	background-size: cover;
}

.page-predmety .char
{
	position: absolute;
	left: 340px;
	top: auto;
	bottom: 250px;
	width: 170px;
}

.page-predmety .content
{
	background-color: transparent;
	position: absolute;
	bottom: 250px;
	left: 540px;
	max-width: 500px;
	padding-right: 40px;
}

.page-predmety .label1
{
	top: auto;
	bottom: 90px;
	left: 150px;
}

.page-predmety .label2
{
	position: fixed;
	bottom: 150px;
	right: 40px;
	text-align: right;
}

.page-predmety .label3
{
	position: fixed;
	bottom: 60px;
	right: 25px;
}

}

@media (min-width: 1272px) {


#MEDIA-LARGE------------------------------
{
}

.page-predmety h2
{
	font-size: 110px;
}

.page-predmety
{
	-webkit-background-size: auto;
	background-size: auto;
	background-position: right -300px bottom;
}

.page-predmety .char
{
	width: 250px;
	bottom: 240px;
}

.page-predmety .content
{
	left: 620px;
	bottom: 270px;
}


}


@media (min-width: 1540px) {

#MEDIA-ULTRA------------------------------
{
}

.page-predmety
{
	background-position: right bottom;
}

}


