body{
	font-family: Calibri;
	background-image: url("../img/mt2.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right top;
	background-attachment: fixed;
	margin: 0;
	overflow-y:hidden;
}

#menu{
	overflow: hidden;
	height: 70px;
	background-color: aaa;
	display: flex;
	align-items: center;
	z-index: 2;
}

#logoimage{
	margin-left: 5px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 85px;
}

#menusub{
	width: 100%;
	margin-right: 20px;	
}

.sticky {
	position: fixed;
	top: 0;
	width: 100%;
}

.navi{
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	transition: all 0.5s;
	margin-right: 15px;
	background-color: rgba(0,0,0,.0);
	border: none;
	color: black;
	font-size: 22px;
	font-weight: 700;
	text-decoration: none;
	border-bottom: solid;
	border-bottom-color: aaa;
}

.navi:hover {
	color: rgba(0,190,20,1);
	border-bottom-color: rgba(0,190,20,1);
}

.navi:focus {
	outline: none;
}

.naviactive{
	margin-right: 15px;
	background-color: rgba(0,0,0,.0);
	border: none;
	color: rgba(0,190,20,1);
	font-size: 22px;
	font-weight: 700;
	text-decoration: none;
	border-bottom: solid;
	border-bottom-color: rgba(0,190,20,1);	
}

.naviactive:focus{
	outline: none;
}

#site{
	z-index: 1;
}

.namebar{
	width: 150px;
	height: 0;
	border-left: 75px solid transparent;
	border-right: 75px solid transparent;
	border-top: 60px solid rgba(0,190,20,1);
}

.nametext{
	position: relative;
	font-family: Calibri;
	font-size: 24px;
	font-weight: 700;
	color: black;
	top: -47px;
}

.sitearea{
	width: 100%;
	display: table;
	background-color: rgba(221, 221, 221, 0.93);
}

#funduszeblur{
	height: 308px;
	width: 1026px;
	vertical-align: center;
	background: url("../img/fundusze.png");
	box-shadow: 0 0 8px 8px rgba(221, 221, 221, 0.3) inset;
	background-repeat: no-repeat;
}

.ofertaleft{
	width: 50%;
	float: left;
	margin-left: 20%;
	text-align: left;
	margin-top: 20px;
}

.ofertaright{
	width: 50%;
	float: right;
	margin-right: 20%;	
	text-align: right;
	margin-top: 20px;
}

.ofertatext{
	width: 85%;
	float: left;
}

.ofertaimg{
	width: 15%;
	float: left;
}

#promotext{
	max-width: 50%;
	min-width: 600px;
	text-align: left;
	font-size: 18px;
	margin-top: 25px;
	margin-bottom: 20px;
}

.checkmore{
	margin-top: 25px;
	margin-bottom: 20px;
	background-color: rgba(0,190,20,1);
	border-color: aaa;
	padding: 12px;
	border-radius: 10px;
	box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.2), 0 8px 22px 0 rgba(0, 0, 0, 0.19);
	font-size: 18px;
	font-weight: 600;
}

.checkmore:focus{
	outline: none;
}

#and{
	width: 25%;
	float: left;
	margin-left: 20%;
}

#mapa{
	width: 25%;
	float: right;
	margin-right: 20%;
}

.card{
	margin-top: 25px;
	margin-bottom: 25px;
	width: 90%;
	min-width: 250px;
	max-width: 530px;
	border: none;
	border-radius: 10px;
	background-image: url("../img/card2.jpg");
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
	display: table;
	box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.2), 0 8px 22px 0 rgba(0, 0, 0, 0.19);
	color: white;
}

.card:focus {
	outline: none;
}

.contactfield{
	text-align: right;
}

.contactdata{
	text-align: left;
}

.cardleft{
	width: 35%;	
	float: left;
	margin-top: -15px;
}

.cardright{
	width: 60%;	
	float: left;
	margin-left: 10px;
	margin-top: -15px;
}

.break {
	height: 100%;
	background-color: grey;
	opacity: 0.8;
	z-index: 1;
}

.huge {
    font-size: 60px;
    font-weight: 600;
}