/* Main tags */

html, body, div, nav, header, footer, h1, h2, h3, h4, p, ul, ol {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body, html {
	min-width: 320px;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #555;
	line-height: 1.6;
	position: relative;
	background: #FFF;
}
h1, h2, h3, h4 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	margin: 0 0 20px;
	position: relative;
	line-height: 1.4;
	color: #555;
}
h1 {
	font-size: 24px;
	margin: 0 0 25px;
}
h2 {
	font-size: 20px;
	margin: 0 0 22px;
}
h3 {
	font-size: 19px;
	margin: 30px 0 20px;
}
h4 {
	font-size: 16px;
}
p {
	padding: 0;
	margin: 0 0 16px;
}
a {
	color: #63A92C;
	cursor: pointer;
	font-weight: 600;
	text-decoration: none;
}
a:hover {
	color: #008007;
}
a:focus {
	outline: none;
}
img {
	display: block;
	max-width: 100%;
	margin: auto;
}
hr {
	display: block;
	border: none;
	height: 2px;
	background: #8CC63E;
	margin-bottom: 30px;
}

/* LAYOUT */

#page {
	min-width: 320px;
	position: relative;
}
#main {
	position: relative;
	padding: 60px 0;
}
.wrapper {
	width: 100%;
	max-width: 1280px;
	margin: auto;
	padding: 0 50px;
	position: relative;
}

@media (max-width: 1240px) {
	#main {
		padding: 45px 0;
	}
	.wrapper {
		padding: 0 30px;
	}
}
@media (max-width: 980px) {
	.wrapper {
		max-width: 900px;
	}
}
@media (max-width: 768px) {
	#main {
		padding: 40px 0;
	}
	.wrapper {
		padding: 0 25px;
	}
}
@media (max-width: 640px) {
	#main {
		padding: 40px 0;
	}
	.wrapper {
		padding: 0 20px;
	}
}
@media (max-width: 480px) {
	#main {
		padding: 35px 0;
	}
	.wrapper {
		padding: 0 15px;
	}
}

/* HEADER */

#header {
	height: 180px;
}
#header-top {
	position: relative;
	height: 130px;
}
#header-links {
	float: right;
	height: 20px;
	line-height: 20px;
	font-size: 0;
	position: relative;
	margin-top: 55px;
	vertical-align: middle;
}
#header-links ul {
	float: left;
	list-style: none;
	font-size: 14px;
	height: 20px;
}
#header-links ul li {
	float: left;
	height: 20px;
}
#header-links a {
	float: left;
	font-size: 14px;
	font-weight: 700;
	color: #999;
	margin: 0 7px;
	height: 20px;
}
#header-links a.first {
	margin-left: 0;
}
#header-links a.last {
	margin-right: 0;
}
#header-links a:hover {
	color: #8CC63E;
}
#header-links a.active,
#header-links a.active:hover {
	color: #008007;
}
#social-links {
	border-left: solid 2px #CCC;
	border-right: solid 2px #CCC;
	margin: 0 7px;
	padding: 0 7px;
}
#menuicon {
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #8CC63E;
	position: absolute;
	top: 40px;
	right: 30px;
	display: none;
}
#menuicon.active,
#menuicon:hover {
	background: #008007;
}
#logo {
	float: left;
	width: 195px;
	height: 75px;
	margin-top: 27px;
}
#logo-eng {
	float: left;
	width: 180px;
	height: 75px;
	margin-top: 27px;
}

@media (max-width: 1080px) {
	#header {
		height: 170px;
	}
	#header-top {
		height: 120px;
	}
	#header-links {
		margin-top: 50px;
	}
	#logo,
	#logo-eng {
		margin-top: 22px;
	}
}
@media (max-width: 980px) {
	#header,
	#header-top {
		height: 120px;
	}
	#header-links {
		margin-right: 70px;
	}
	#menuicon {
		display: block;
	}
}
@media (max-width: 768px) {
	#header,
	#header-top {
		height: 110px;
	}
	#header-links {
		margin: 45px 65px 0 0;
	}
	#menuicon {
		top: 35px;
		right: 25px;
	}
	#logo,
	#logo-eng {
		margin-top: 17px;
	}
}
@media (max-width: 640px) {
	#header,
	#header-top {
		height: 146px;
	}
	#header-links {
		float: none;
		height: 42px;
		border-bottom: solid 2px #CCC;
		margin: 0 -20px;
		padding: 10px 20px 0;
		position: relative;
	}
	#header-links #contact-links {
		float: left;
	}
	#header-links #social-links {
		float: left;
		border-right: none;
	}
	#header-links #language-links {
		float: right;
	}
	#menuicon {
		top: 75px;
		right: 20px;
	}
	#logo,
	#logo-eng {
		margin-top: 14px;
	}
}
@media (max-width: 480px) {
	#header-links {
		margin: 0 -15px;
	}
	#menuicon {
		right: 15px;
	}
}

/* MENU */

#nav {
	height: 50px;
	background: #8CC63E;
}
#mainmenu {
	display: block;
	list-style: none;
	line-height: 50px;
}
#mainmenu li {
	float: left;
}
#mainmenu li a {
	display: block;
	padding: 0 25px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #008007;
	height: 50px;
	white-space: nowrap;
}
#mainmenu li a:hover {
	color: #FFF;
}
#mainmenu li a.active,
#mainmenu li a.active:hover {
	color: #8CC63E;
	background: #008007;
}
#mainmenu li .icon {
	margin: 5px 0;
}

@media (max-width: 1240px) {
	#mainmenu li a {
		padding: 0 17px;
	}
}
@media (max-width: 1080px) {
	#mainmenu li a {
		font-size: 13px;
	}
}
@media (max-width: 980px) {
	#nav {
		position: absolute;
		height: auto;
		z-index: 10;
		top: 85px;
		right: 50%;
		margin-right: -420px;
		display: none;
	}
	#nav.opened {
		display: block;
	}
	#nav-wrapper {
		padding: 0;
	}
	#mainmenu {
		
	}
	#mainmenu li {
		display: block;
		float: none;
		line-height: 40px;
	}
	#mainmenu li a {
		height: 40px;
		padding: 0 25px;
	}
}
@media (max-width: 900px) {
	#nav {
		right: 30px;
		margin-right: 0;
	}
}
@media (max-width: 768px) {
	#nav {
		top: 80px;
		right: 25px;
	}
}
@media (max-width: 640px) {
	#nav {
		top: 120px;
		right: 20px;
	}
}
@media (max-width: 480px) {
	#nav {
		right: 15px;
	}
}

/* BANNER */

#banner {
	height: 500px;
	background: url(../images/banner2-izs.jpg?v=1.0) center center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	background-size: cover;
	position: relative;
}
#banner-content {
	height: 500px;
	position: relative;
}
#banner-caption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: #FFF;
	background: rgba(255,255,255,0.8);
	padding: 30px 50px;
}
#banner-caption img {
	float: left;
	width: 70px;
	height: 70px;
	margin: 5px 30px 0 0;
}
#banner-caption h3 {
	font-size: 17px;
	font-weight: 400;
	font-style: italic;
	color: #333;
	line-height: 1.5;
	margin: 0 0 0 100px;
}
#banner-image {
	height: 200px;
	background: url(../images/banner2-izs.jpg?v=1.0) center center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	background-size: cover;
	position: relative;
}
#banner .author,
#banner-image .author {
	position: absolute;
	top: 0;
	right: 0;
	background: #333;
	background: rgba(0,0,0,0.4);
	line-height: 30px;
	color: #CCC;
	padding: 0 15px;
	font-size: 10px;
}

@media (max-width: 1240px) {
	#banner-caption {
		padding: 25px 40px;
	}
}
@media (max-width: 1080px) {
	#banner,
	#banner-content {
		height: 480px;
	}
	#banner-caption img {
		display: none;
	}
	#banner-caption h3 {
		margin: 0;
	}
	#banner-image {
		height: 180px;
	}
}
@media (max-width: 768px) {
	#banner,
	#banner-content {
		height: 450px;
	}
	#banner-caption {
		padding: 20px 30px;
	}
	#banner-image {
		height: 170px;
	}
}
@media (max-width: 640px) {
	#banner,
	#banner-content {
		height: 420px;
	}
	#banner-caption {
		padding: 20px 25px;
	}
	#banner-caption h3 {
		font-size: 16px;
	}
	#banner-image {
		height: 160px;
	}
	#banner .author,
	#banner-image .author {
		padding: 0 10px;
		font-size: 9px;
		line-height: 22px;
	}
}
@media (max-width: 480px) {
	#banner,
	#banner-content {
		height: 400px;
	}
	#banner-caption {
		padding: 15px 20px;
	}
	#banner-image {
		height: 150px;
	}
}

/* FOOTER */

#footer {
   border-top: solid 2px #CCC;
   padding-top: 15px;
}
#supporters {
	border-bottom: solid 2px #CCC;
	padding: 0 0 15px;
	font-size: 0;
	text-align: center;
}
#supporters-wrapper {
	padding: 0 30px;
}
#supporters a {
	display: inline-block;
	margin: 15px 19px;
}
#copyright {
	line-height: 50px;
}

@media (max-width: 1240px) {
	#supporters-wrapper {
		padding: 0;
	}
}
@media (max-width: 1080px) {
	#supporters-wrapper {
		padding: 0 5px;
	}
	#supporters a {
		margin: 13px 25px;
	}
}
@media (max-width: 980px) {
	#supporters {
		padding: 15px 0;
	}
	#supporters-wrapper {
		padding: 0 10px;
	}
	#supporters a {
		margin: 10px 20px;
	}
}
@media (max-width: 768px) {
	#supporters-wrapper {
		padding: 0;
	}
	#supporters a {
		margin: 5px 10px;
		-webkit-transform: scale(0.75,0.75);
		-moz-transform: scale(0.75,0.75);
		-ms-transform: scale(0.75,0.75);
		-o-transform: scale(0.75,0.75);
		transform: scale(0.75,0.75);
		-webkit-transform-origin: 50% 50%;
		-moz-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
		-o-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
	}
}
@media (max-width: 640px) {
	#supporters {
		padding: 10px 0;
	}
	#supporters-wrapper {
		padding: 0 5px;
	}
	#copyright {
		line-height: 40px;
		text-align: center;
		font-size: 14px;
	}
}
@media (max-width: 480px) {
	#supporters-wrapper {
		padding: 0;
	}
}


/* CONTENT */

#content {
	float: left;
	width: 66.6666%;
	padding-right: 30px;
}
#content .article {
	border-top: solid 2px #8CC63E;
	padding-top: 30px;
	margin-top: 45px;
}
#content .article:first-child {
	margin-top: 0;
}
.button {
	display: inline-block;
	line-height: 36px;
	background: #008007;
	color: #FFF;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0 15px;
}
.button:hover {
	background: #8CC63E;
}
.image {
	display: block;
	border: solid 1px #CCC;
	padding: 30px;
	margin: 30px 0;
}
.image.left {
	float: left;
	padding: 15px;
	margin: 5px 30px 25px 0;
	max-width: 45%;
}
#content h4 {
	margin-top: 30px;
}
#content ul {
	margin: 20px 0 20px 20px;
}
#content ol {
	margin: 20px 0 20px 25px;
}
#content li {
	margin-bottom: 10px;
}
#content li:last-child {
	margin: 0;
}

@media (max-width: 1240px) {
	#content {
		padding-right: 25px;
	}
}
@media (max-width: 980px) {
	#content {
		float: none;
		padding: 0;
		width: 100%;
	}
	#content .article {
		padding-top: 25px;
		margin-top: 40px;
	}
	.image {
		padding: 25px;
	}
	.image.left {
		padding: 13px;
		margin: 5px 25px 20px 0;
	}
}
@media (max-width: 768px) {
	#content .article {
		margin-top: 40px;
	}
	.image {
		padding: 15px;
	}
}
@media (max-width: 640px) {
	#content .article {
		padding-top: 20px;
		margin-top: 35px;
	}
	.image {
		padding: 0;
		border: none;
	}
	.image.left {
		padding: 0;
		margin: 5px 20px 15px 0;
	}
	.image.with-border {
		border: solid 1px #CCC;
	}
}

/* ASIDE */

#aside {
	float: right;
	width: 33.3333%;
	padding-left: 30px;
}
#aside .box {
	border-top: solid 2px #CCC;
	padding: 30px 0 50px;
}
#aside .box:last-child {
	padding-bottom: 0;
}
#aside .box h4 {
	margin-bottom: 25px;
	text-transform: uppercase;
	font-size: 17px;
}
#aside .box h4 .subtext {
	font-size: 16px;
	text-transform: none;
}
#aside .box ul  {
	list-style: none;
}
#aside .box li {
	display: block;
	margin-bottom: 20px;
}
#aside .box li:last-child {
	margin-bottom: 0;
}
#aside .box .date  {
	font-size: 15px;
	color: #999;
	font-weight: 400;
}
#aside .box a > .date  {
	display: inline-block;
	margin-left: 10px;
}
#aside .box li > .date {
	display: block;
	margin-bottom: 5px;
}
#aside .box li > .event-date  {
	display: block;
	margin-bottom: 5px;
   font-weight: bold;
}
#aside .box .desc  {
	display: block;
}
#aside .box .desc.before  {
	margin-bottom: 5px;
}
#aside .box .desc.after  {
	margin-top: 5px;
}
#aside .box .button {
	margin-top: 30px;
}

@media (max-width: 1240px) {
	#aside {
		padding-left: 25px;
	}
}
@media (max-width: 980px) {
	#aside {
		float: none;
		padding: 10px 0 0;
		width: 100%;
	}
	#aside .box {
		padding: 25px 0 40px;
	}
	#aside .box .button {
		margin-top: 25px;
	}
}
@media (max-width: 640px) {
	#aside {
		padding: 0;
	}
	#aside .box {
		padding: 20px 0 30px;
	}
	#aside .box h4 {
		margin-bottom: 20px;
	}
}

/* ICONS */

.icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../images/icons-izs.png?v=1.0) no-repeat;
	background-size: 154px 40px;
}
.icon.facebook {
	width: 14px;
	background-position: 0 0;
}
.icon.facebook:hover,
a:hover .icon.facebook {
	background-position: 0 -20px;
}
.icon.youtube {
	background-position: -14px 0;
}
.icon.youtube:hover,
a:hover .icon.youtube {
	background-position: -14px -20px;
}
.icon.twitter {
	background-position: -34px 0;
}
.icon.twitter:hover,
a:hover .icon.twitter {
	background-position: -34px -20px;
}
.icon.email {
	background-position: -54px 0;
}
.icon.email:hover,
a:hover .icon.email {
	background-position: -54px -20px;
}
.icon.menu {
	width: 40px;
	height: 40px;
	background-position: -74px 0;
}
.icon.menu:hover {
	width: 40px;
	height: 40px;
	background-position: -114px 0;
}

/* LOGOS */

.logo {
	display: inline-block;
	height: 50px;
	background: url(../images/logos-izs.jpg?v=1.0) no-repeat;
	background-size: 675px 325px;
}
.trans-4-m {
	width: 84px;
	background-position: 0 0;
}
.trans-4-m:hover {
	background-position: 0 -55px;
}
.center-naklo {
	width: 104px;
	background-position: -89px 0;
}
.center-naklo:hover {
	background-position: -89px -55px;
}
.domel {
	width: 92px;
	background-position: -198px 0;
}
.domel:hover {
	background-position: -198px -55px;
}
.vrtec-slo-bistrica {
	width: 63px;
	background-position: -295px 0;
}
.vrtec-slo-bistrica:hover {
	background-position: -295px -55px;
}
.ekoci {
	width: 118px;
	background-position: -363px 0;
}
.ekoci:hover {
	background-position: -363px -55px;
}
.irdo {
	width: 120px;
	background-position: -486px 0;
}
.irdo:hover {
	background-position: -486px -55px;
}
.nas-vrt {
	width: 64px;
	background-position: -611px 0;
}
.nas-vrt:hover {
	background-position: -611px -55px;
}
.metron {
	width: 97px;
	background-position: 0 -110px;
}
.metron:hover {
	background-position: 0 -165px;
}
.sentrupert {
	width: 120px;
	background-position: -102px -110px;
}
.sentrupert:hover {
	background-position: -102px -165px;
}
.pipistrel {
	width: 103px;
	background-position: -227px -110px;
}
.pipistrel:hover {
	background-position: -227px -165px;
}
.rinka {
	width: 67px;
	background-position: -335px -110px;
}
.rinka:hover {
	background-position: -335px -165px;
}
.socialna-ekonomija {
	width: 114px;
	background-position: -407px -110px;
}
.socialna-ekonomija:hover {
	background-position: -407px -165px;
}
.razvoj {
	width: 87px;
	background-position: -526px -110px;
}
.razvoj:hover {
	background-position: -526px -165px;
}
.marko-pogacnik {
	width: 43px;
	background-position: -618px -110px;
}
.marko-pogacnik:hover {
	background-position: -618px -165px;
}
.stritih {
	width: 143px;
	background-position: 0 -220px;
}
.stritih:hover {
	background-position: 0 -275px;
}
.stritih {
	width: 143px;
	background-position: 0 -220px;
}
.stritih:hover {
	background-position: 0 -275px;
}
.geomantija {
	width: 108px;
	background-position: -148px -220px;
}
.geomantija:hover {
	background-position: -148px -275px;
}
.erm {
	width: 71px;
	background-position: -261px -220px;
}
.erm:hover {
	background-position: -261px -275px;
}
.intercer {
	width: 57px;
	background-position: -337px -220px;
}
.intercer:hover {
	background-position: -337px -275px;
}

/* COMMON */

.group:after {
	content: "";
	display: table;
	clear: both;
}
.uppercase {
	text-transform: uppercase;
}
.color-gray  {
	color: #999;
}

table {
	border-collapse: collapse;
	margin: 0 0 16px 0;
}
table.images.with-caption {
	margin: 0 0 5px 0;
}
table.images td {
	border: solid 1px #CCC;
	padding: 10px;
}
table.images img {
	display: block;
}

@media (max-width: 640px) {
	table.images,
	table.images tbody,
	table.images tr,
	table.images td
	 {
		display: block;
	}
}