@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Lato:400,700,900&subset=latin,latin-ext);
.banner-font {
	font-family: 'Lato', sans-serif;
}

html {
	width:100%;
	height:100%;
}
body {
	margin: 0px;
	border: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	height: 100%;
	overflow-x:hidden;
	background-color:#bed700;
	}
body.green {
	background-color:#699838;
	}
p { 
	margin:0px 0px 10px 0px; 	
}
p:last-child { 
	margin:0px 0px 0px 0px; 
}
a {
	color:#03f;
	text-decoration:none;	
	-moz-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
	text-decoration:none;
}
a:hover {
	color:#03a;
	text-decoration:none;
}
header {
	position:relative;
	padding-bottom:74px;	
}


.site-width {
	max-width: 1180px;
	margin:0px auto;
}
.list-correct {
	max-width: 1200px;
	font-size:0;
	text-align:left;
}

.nav {
	height:69px;
	background-color:#bed700;
	border-bottom:5px solid #fff;
	position:absolute;
	bottom:0px;
	width:100%;
	z-index:980;
}
.nav-stick {
	position:fixed;
	top:0px;
	width:100%;
	z-index:980;
}
nav {
	position:relative;
	height:69px;
}
nav .responsive-menu {
	display:none;
}
.alma {
	position:absolute;
	left:20px;
	top:7px;
	width:132px;
	height:55px;
}
.alma img {
	width:132px;
	height:55px;
}
nav ul {
	margin:0px;	
	padding:7px 170px 7px 170px;
	display:block;
	text-align:center;
}
nav ul li {
	list-style:none;
	display:inline-block;
	position:relative;
	padding:0px 30px;
	}
nav ul li a {
	height:51px;
	display:block;
	text-decoration:none;
	color:#fff;
	line-height:51px;
	font-size:22px;
	font-weight:700;
	letter-spacing:0px;
	padding:0px 30px 0px 30px;
	text-align:left;
	border:2px solid #bed700;
	-moz-transition: color 0.3s ease, border 0.3s ease;
	-o-transition: color 0.3s ease, bordert 0.3s ease;
	-webkit-transition: color 0.3s ease, bordert 0.3s ease;
	transition: color 0.3s ease, border 0.3s ease;
	}
nav ul li a:hover {
	border:2px solid #fff;
	color:#fff;
	}
nav ul li.selected a {
	border:2px solid #fff;
	color:#fff;
}
nav ul li.selected a:before {
	content: "";
	position:absolute;
	top:42px;
	left:50%;
	width:23px;
	height:20px;
	margin-left:-12px;
	background:url(http://almanajem.pl/templates/alma/images/menu-selected.png) center center no-repeat;	
	z-index:1;
}
@media (min-width: 1241px) {
}
@media (min-width: 801px) and (max-width: 1240px) {
nav ul {
	padding:7px 40px 7px 170px;
}
nav ul li {
	padding:0px 10px;
	}
nav ul li a {
	padding:0px 10px 0px 10px;
	}	
}
@media (max-width: 800px) {	
nav .responsive-menu {
	position:absolute;
	right:7px;
	top:7px;
	display:block;
	color:#fff;
	height:51px;
	line-height:51px;
	font-size:22px;
	font-weight:700;
	padding:0px 10px;	
	border:2px solid #fff;
	background-image:url(http://almanajem.pl/templates/alma/images/mobile-menu-white.png);
	background-position:center left;
	background-repeat:no-repeat;
	text-align:left;
	padding-left:45px;
	cursor:pointer;
	z-index:999;
}
nav ul {
	display:none;
	background-color:#bed700;
	position:absolute;
	top:60px;
	laft:0px;
	z-index:990;
	margin:0px;
	border-top:2px solid #fff;
	border-bottom:2px solid #fff;
	padding:0px;
	width:100%;
	
}
nav ul li {
	list-style:none;
	display:block;
	position:relative;
	}
nav ul li a {
	height:auto;
	min-height:36px;
	display:block;
	text-decoration:none;
	color:#fff;
	line-height:36px;
	font-size:22px;
	font-weight:700;
	letter-spacing:0px;
	padding:0px 10px 0px 10px;
	text-align:center;
	border:0px;
	-moz-transition: color 0.3s ease, border 0.3s ease;
	-o-transition: color 0.3s ease, bordert 0.3s ease;
	-webkit-transition: color 0.3s ease, bordert 0.3s ease;
	transition: color 0.3s ease, border 0.3s ease;
	}
nav ul li a:hover {
	border:0px;
	color:#fff;
	}
nav ul li.selected a {
	border:0px;
	color:#fff;
}
nav ul li.selected a:before {
	content: none;
}
} 


section {
	background-image:url(http://almanajem.pl/templates/alma/images/bg-section.png);
	background-repeat:repeat;
	background-position:50% 0px;
	position:relative;
	padding-top:25px;
	padding-bottom:25px;
	min-height:740px;
}
section:before {
	content: "";
	position:absolute;
	top:9px;
	left:0px;
	width:100%;
	height:2px;
	background-color:#ee8c00;	
	z-index:1;
}




.orange-box {
	background-color:#ee8c00;
	padding:10px 0px;
	color:#fff;
	font-size:0;
	margin-bottom:20px; 
}
.orange-box:last-child { 
	margin-bottom:0px; 
}
.info-box {
	background-image:url(http://almanajem.pl/templates/alma/images/info.png);
	background-position:10px 50%;
	background-repeat:no-repeat;
	min-height:110px;
	padding:0px 0px 0px 120px;
	font-size:0;
}
.info-box p {
	font-size:14px;
}
.info-box h3 {
	margin:0px 0px 10px 0px;
	font-size:28px;
}

.white-box {
	background-image:url(http://almanajem.pl/templates/alma/images/info.jpg);
	background-position:50% 0px;
	background-repeat:no-repeat;
	color:#ef7f1a;
	min-height:380px;
}
.white-info-box {
	background-image:url(http://almanajem.pl/templates/alma/images/info-orange.png);
	background-position:30px 50%;
	background-repeat:no-repeat;
	min-height:150px;
	padding:0px 0px 0px 150px;
	font-size:0;
}
.white-info-box p {
	font-size:14px;
}
.white-info-box h3 {
	margin:0px 0px 10px 0px;
	padding:20px 0px;
	font-size:28px;
}





