@charset "utf-8";

.body-kontakty
{
	background-color: #ecaf29;
}

.body-kontakty a
{
	color: #000;
}


.body-kontakty #menu-bg
{
	background-image: linear-gradient(to right, rgba(0,0,0,0.1), transparent);
}

.body-kontakty .logo
{
	background-image: url(../../img/logo-black.png);
}

.body-kontakty #menu li
{
	color: #000;
}


.page-kontakty
{
	background-image: url(bg.jpg);
	background-color: #ecaf29;
	background-position: right -140px top 0;
	-webkit-background-size: 1056px;
	background-size: 1056px;
	color: #000;
}

.body-kontakty #menu li.active
{
	color: #841c49;
	border-left-color: #841c49;
}

.page-kontakty .content
{
	/*background-color: rgba(255,255,255,0.4);*/
}

.page-kontakty .char
{
	position: absolute;
	left: 30px;
	top: 345px;
	width: 70px;
	z-index: 99;
}

.page-kontakty .label1 .no2
{
	color: #841c49;
}

.page-kontakty .label1
{
	top: 460px;
	left: 90px;
}

.page-kontakty .label1 .line
{
	background-color: #841c49;
}

.page-kontakty .label2
{
	margin-left: 40px;
	display: inline-block;
}

.page-kontakty .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-kontakty
{
	/*background-position: right -700px top 0;*/
}

}


@media (max-width: 1023px) {

#MEDIA-MOBILE-ONLY------------------------------
{
}

.page-kontakty .content:before
{
	display: none;
	content:'';
	background-color: #841c49;
	height: 10px;
	width: 70%;
	position: absolute;
	top: -5px;
	right: 0;
}

}

@media (min-width: 620px) and (max-width: 1024px) {

#MEDIA-TABLET------------------------------
{
}



}

@media (min-width: 1024px) {

#MEDIA-DESKTOP------------------------------
{
}

.page-kontakty
{
	background-position: right -500px bottom 0;
	-webkit-background-size: cover;
	background-size: cover;
}

.page-kontakty .content
{
	background-color: transparent;
	position: absolute;
	bottom: 50px;
	left: 380px;
	max-width: 500px;
	padding-right: 40px;
	font-size: 16px;
	line-height: 20px;
}

.page-kontakty h2
{
	font-size: 60px;
	position: absolute;
	left: -220px;
	bottom: 240px;
	transform:rotate(270deg)
}

.page-kontakty .label1
{
	top: auto;
	bottom: 80px;
	left: 50px;
}

.page-kontakty .label2
{
	position: fixed;
	bottom: 150px;
	right: 40px;
	text-align: right;
}

.page-kontakty .label3
{
	position: fixed;
	bottom: 60px;
	right: 25px;
}

}

@media (min-width: 1272px) {


#MEDIA-LARGE------------------------------
{
}

.page-kontakty
{
	-webkit-background-size: auto;
	background-size: auto;
	background-position: right -300px bottom;
}

.page-kontakty .char
{
	width: 250px;
	bottom: 240px;
}

.page-kontakty .content
{
	left: 380px;
	bottom: 100px;
}


}


@media (min-width: 1740px) {

#MEDIA-ULTRA------------------------------
{
}

.page-kontakty
{
	background-position: right top;
}

.page-kontakty .content
{
	left: 440px;
}

}


