.navigator {
	font-weight: bold;
	/* margin-top: 25px; */
	/* margin: 25px 5vw 0 5vw; */
}

.line {
	user-select: none;
	display: flex;
	flex-direction: row;
	justify-content: center;
	text-align: center;
	flex-wrap: wrap;
}

.box {
	position: relative;
	width: 300px;
	height: 250px;
	text-transform: uppercase;
	cursor: pointer;
	margin-top: 65px;
	transition: all 0.2s;
	border-radius: 5px;
	margin: 25px;
}

.box h2 {
	position: absolute;
	width: 100%;
	bottom: 0px;
	background: #1B3B6F;
	padding: 5px 0;
}

/*
.box1:hover { background-size: 380px; }
.box2:hover { background-size: 300px; }
.box3:hover { background-size: 360px; }
.box4:hover { background-size: 360px; }
.box5:hover { background-size: 360px; }
*/

.box a {
	padding: 5px 20px;
	border: 1px dashed #fff;
}

.box1 {
	background: url("../images/garaz.png");
	background-size: 280px;
	background-repeat: no-repeat;
	background-position: center;
}

.box2 {
	background: url("../images/brama.png");
	background-size: 200px;
	background-repeat: no-repeat;
	background-position: center;
}

.box3 {
	background: url("../images/kojec.png");
	background-size: 260px;
	background-repeat: no-repeat;
	background-position: center;
}

.box4 {
	background: url("../images/wiata.png");
	background-size: 260px;
	background-repeat: no-repeat;
	background-position: center;
}

.menu {
	margin-top: 100px;
}


/**/


.link i {
	margin-left: 7px;
}

.link:hover {
	transform: scale(1.2);
	background-color: #fff;
}

.boxes {
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
}

.boxes .box {
	width: 250px;
	height: 120px;
	border: 2px solid #070c17;
	background: #111e3a;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.boxes .box:hover {
	background-position:0 255px;
}
.boxes .box:nth-child(1) h1, .box:nth-child(3) h1 {
	line-height: calc(170px / 2);
}

.boxes .box:nth-child(1):hover, .boxes .box:nth-child(3):hover{
	line-height: calc(170px / 2);
	background-position: 0 130px;
}





/* no od nowa */














.linelinks {
	width: 100vw;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.extln {
	width: 100%;
	text-align: center;
	height:	215px;
}

.link {
	cursor: pointer;
	width: 120px;
	height: 120px;
	background-color: rgba(255, 255, 255, 0.75);
	border-radius: 50%;
	font-size: 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	transition: all 0.2s;
	margin: 30px auto;
	/* box-shadow: 0 0 10px #070C17; */
}

#allegro {
	background: #ff5a00;
}

#allegro .link {
	color: #ff5a01;
	border: 10px solid #ff5a01;
}

#facebook {
	background: #4267b2;
}

#facebook .link {
	color: #4267b2;
	border: 10px solid #4267b2;
}

#olx {
	/* background: linear-gradient(90deg, #FF8300 33%, #BFBE00 34% 66%, #5B2B82 67% 99%); */
	background: #5B2B82;
	color: #fff;
}

#olx .link {
	color: #5B2B82;
	border: 10px solid #5B2B82;
}

#skewline {
	width: 50px;

	height: calc(190px + 25px);
	/* background: radial-gradient(circle, #0b1b3e, #070C17); */
	background: #070C17;
	background-attachment: fixed;
	/* left: 50%; */
	transform-origin: 25%;
	transform: translateX(-50%) skew(-10deg) scaleX(3.5);
}
