
div.enter_text, div.enter_button_img, div.enter_text_col{
	box-sizing: border-box;
}


div.enter_text{
	position: relative;
	box-sizing: border-box;

	text-align: justify;
	/*color: #6FC48D;*/

	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	
	padding: 20px;
	padding-left: calc(100% - 2 * 670px);
	padding-right: calc(100% - 2 * 670px);
}

div.enter_text h1{
	font-size: 180%;
	width: 100%;
	text-align: center;
	margin: 0px;
	margin-bottom: 20px;
}
/*
div.enter_text span.l{
	display: block;
	position: absolute;
	
	width: 1px;
	height: 100%;
	background-color: red;
	
	top: 0px;
	left: calc(100% - 2 * 600px);
}

div.enter_text span.r{
	display: block;
	position: absolute;
	
	width: 1px;
	height: 100%;
	background-color: green;
	
	top: 0px;
	right: calc(100% - 2 * 600px);
}*/

a.enter_button{
	/*border: 1px solid #ffffff;*/
	display: block;
	position: absolute;
	top: 55%;
	/*right: calc(50% - 350px);*/
	right: 150px;
	width: 185px;
	height: 57px;
	
	/*background-image: url('/img/theme/old/przycisk-wejscie.png');
	background-repeat: no-repeat;*/
	
	/*color: #ffffff;*/
	font-size: 24px;
	/*line-height: 57px;*/
	text-transform: uppercase;
	vertical-align: middle;
	
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

div.enter_button_img{
	position: relative;
	background-image: url('/img/theme/old/baner-glowny.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	
	text-align: center;
	width: 100%;
	height: 287px;
	background-color: rgb(21, 21, 21);
	/*background-color: rgba(255, 255, 0, 0.5);*/
}

div.enter_button_logo{
	/*border: 1px solid #ffffff;*/
	position: absolute;
	width: calc(218px * 185/218);
	height: calc(150px * 185/218);
	top: 8%;
	/*right: calc(50%  - 350px);*/
	right: 150px;
	background-image: url('/img/theme/old/logozcieniami.png');
	background-repeat: no-repeat;
	background-size: contain;
}


div.enter_text_body{
	position: relative;
	min-height: 200px;
	
	padding: 5px;
	padding-bottom: 40px;
	
	text-align: justify;
}

div.enter_text_body h2{
	box-sizing: border-box;
	width: 100%;
	text-align: center;
	margin: 0px;
	padding: 3px;
	background: none;
	background-color: rgba(0,0,0, 0.5);
	/*text-decoration: underline;*/
	border-bottom: 2px solid white;
	margin-bottom: 10px;	
}

div.enter_button_img a{
	display: inline-block;
}

div.enter_button_img img{
	height: 300px;
}

div.enter_button_globus{
	position: absolute;
	left: 10px;
	top: 10px;
	
	color: white;
	text-transform: uppercase;
	text-align: left;
	padding-left: 85px;
	font-size: 150%;
	
	background-image: url('/img/theme/old/globusmini.png');
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 70px 70px;
	
	width: 300px;
	height: 70px;
}

div.enter_button_img_flags{
	position: absolute;
	white-space: nowrap;
	
	left: 85px;
	top: 40px;
}

div.enter_button_img_flags img{
	max-height: 32px;
	max-width: calc( 32px * 106/66 );
	height: 100%;
	object-fit: contain;
}

div.enter_text_col{
	display: flex;
	flex-wrap: wrap;
	align-items: top;
	justify-content: center;
	
	/*border: 1px solid white;*/
}

div.enter_text_item{
	box-sizing: border-box;
	
	margin: 20px;
	width: 400px;
	color: #ffffff;
}

div.enter_text_item a.button_enter{
	position: absolute;
	bottom: 10px;
	left: calc(50% - 2 * 1.618 * 30px/2);
	
	box-sizing: border-box;
	line-height: 200%;
	display: block;
	width: calc(2 * 1.618 * 30px);
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	
	/*background-image: url('/img/theme/old/elipsa.png');
	background-repeat: no-repeat;
	background-size: contain;*/
	
	text-shadow: 0 -1px 0 #396715;
	
	background-color: #CC0000;
	background: url('/img/theme/old/elipsa 237-44.png'), -webkit-gradient(linear, left top, left bottom, from(#CC0000), to(#660000));
	background: url('/img/theme/old/elipsa 237-44.png'), -webkit-linear-gradient(top, #CC0000, #660000);
	background: url('/img/theme/old/elipsa 237-44.png'), -moz-linear-gradient(top, #CC0000, #660000);
	background: url('/img/theme/old/elipsa 237-44.png'), -ms-linear-gradient(top, #CC0000, #660000);
	background: url('/img/theme/old/elipsa 237-44.png'), -o-linear-gradient(top, #CC0000, #660000);
	background: url('/img/theme/old/elipsa 237-44.png'), linear-gradient(top, #CC0000, #660000);
	background-size: contain;
	background-position: top;
	background-repeat: no-repeat;
	
	/*border: 1px #FF0000 solid;*/
	border: 1px #ffffff solid;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	color: #ffffff;
	font-size: 15px;
	text-transform: uppercase;
	text-align: center;
	
	
	box-shadow: 0px 0px 5px 1px rgba(255, 255, 255, 0.7);
	-moz-box-shadow: 0px 0px 5px 1px rgba(255, 255, 255, 0.7);
	-webkit-box-shadow: 0px 0px 5px 1px rgba(255, 255, 255, 0.7);
}

div.enter_text_item a.button_enter:HOVER{
	color: #ffffff;
	text-shadow: 0 0 10px #ffffff;
	
	box-shadow: 0px 0px 5px 4px rgba(255, 255, 255, 0.7);
	-moz-box-shadow: 0px 0px 5px 4px rgba(255, 255, 255, 0.7);
	-webkit-box-shadow: 0px 0px 5px 4px rgba(255, 255, 255, 0.7);
}

div.enter_text_item a.button_flag img{
	/*position: absolute;*/
	
	height: 74px;
	padding: 0px;
	margin: 0px;
}

div.enter_text_item a.button_flag{
	display: inline-block;
	position: relative;
	left: -3px;
	float: left;
	text-align: right;
	/*border: 1px solid red;*/
	
	margin-right: 5px;
	margin-bottom: 0px;
}

/*----------------------------------------------------*/
@media screen and (max-width: 880px){
	div.enter_text{
		display: none;
		max-height: 150px;
		overflow-y: scroll;
	}
	
	div.enter_button_img{
		display: none;
	}
}

