@charset 'UTF-8';

@font-face {
  font-family: 'Questrial';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/questrial/v6/MYWJ4lYm5dbZ1UBuYox79FtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

/*
	Colorized by TEMPLATED
    templated.co @templatedco
    Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
*/


/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* /reset */


/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

	body
	{
		background: #fff;
	}

	body,input,textarea,select
	{
		font-family: 'Arial', sans-serif;
		font-size: 11pt;
		line-height: 1.75em;
	}

	h1,h2,h3,h4,h5,h6
	{
	}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
		{
			color: inherit;
			text-decoration: none;
		}

	/* Change this to whatever font weight/color pairing is most suitable */
	strong, b
	{
		color: #000000;
		font-weight: bold;
	}

	em, i
	{
		font-style: italic;
	}

	/* Don't forget to set this to something that matches the design */
	a
	{
		color: #598234;
	}

	a:hover
	{
		text-decoration: none;
	}

	sub
	{
		position: relative;
		top: 0.5em;
		font-size: 0.8em;
	}

	sup
	{
		position: relative;
		top: -0.5em;
		font-size: 0.8em;
	}

	hr
	{
		border: 0;
		border-top: solid 1px #ddd;
		margin:2em 0 2em 0;
	}

	blockquote
	{
		border-left: solid 0.5em #ddd;
		padding: 1em 0 1em 2em;
		font-style: italic;
	}

	p, ul, ol, dl, table
	{
		margin-bottom: 1em;
	}

	header
	{
		margin-bottom: 2em;
	}

		header h2
		{
			font-size: 2.8em;
		}

		header .byline
		{
			display: block;
			margin: 0.5em 0 0 0;
			padding: 0 0 0.5em 0;
		}

	footer
	{
		margin-top: 1em;
	}

	br.clear
	{
		clear: both;
	}

	/* Sections/Articles */

		section,
		article
		{
			/*margin-bottom: 3em;*/
		}

		section > :last-child,
		article > :last-child
		{
			margin-bottom: 0;
		}

		section:last-child,
		article:last-child
		{
			margin-bottom: 0;
		}

		.row > section,
		.row > article
		{
			margin-bottom: 0;
		}

	/* Images */
		p img,
		section img
		{
			margin: 0 10px;
			max-width: 100% !important;
			height: auto !important;
		}

		.cmg_article_body ul
		{
		    list-style-type: disc;
		    list-style-position: inside;
		}

		.cmg_article_body li
		{
		    display: list-item;
		}

.cmg_article_body *,
.cmg_article_body *:before,
.cmg_article_body *:after {
    -webkit-box-sizing: initial !important;
    -moz-box-sizing: initial !important;
    box-sizing: initial !important;
}

.cmg_article_body
{
	overflow: hidden;
	line-height: 1.75em;
	margin-bottom: 3em;
}

.cmg_article_body h1
{
	font-size: 4em;
	line-height: 1em;
}

.cmg_article_body h2
{
	font-size: 3em;
	line-height: 1em;
	color: initial;
}

.cmg_article_body h3
{
	font-size: 2em;
	line-height: 1em;
}

.cmg_article_body h4
{
	font-size: 1.5em;
	line-height: 1em;
}

.cmg_article_body h5
{
	font-size: 0.8em;
	line-height: 1em;
}

.cmg_article_body h6
{
	font-size: 0.5em;
	line-height: 1em;
}

.cmg_article_body ul
{
    padding-left: 3px;
    list-style-type: disc;
    list-style-position: inside;
}

.cmg_article_body ol
{
    list-style-type: decimal;
    list-style-position: inside;
}

.cmg_article_body li
{
    display: list-item;
    line-height:160%;
}

.cmg_article_body em {
    font-style: italic;
}

.cmg_article_body table {
	border: solid 1px;
    border-collapse: initial;
    border-spacing: 1px;
}

.cmg_article_body td {
	border: solid 1px;
}

.cmg_article_body p {
	margin-top: 1em;
	margin-bottom: 1em;
}

.cmg_article_body img {
	margin: 10px;
	padding: 5px;
    border: 1px solid #dfdfdf;
}

.cmg_button
{
	margin: 9px !important;
    display: flex;
}

#attrib {
	margin-top: 10px;
	font-size: small;
}

		.image
		{
			display: inline-block;
		}

			.image img
			{
				display: block;
				width: 100%;
			}

			.image.featured
			{
				display: block;
				width: 100%;
				margin: 0 0 2em 0;
			}

			.image.full
			{
				display: block;
				width: 100%;
				margin-bottom: 2em;
			}

			.image.left
			{
				float: left;
				margin: 0 2em 2em 0;
			}

			.image.centered
			{
				display: block;
				margin: 0 0 2em 0;
			}

				.image.centered img
				{
					margin: 0 auto;
					width: auto;
				}

	/* Lists */

		ul.default
		{
			list-style: none;
			line-height: 1em;
		}

			ul.default li
			{
				display: block;
				padding: 0.70em 0em;
				border-top: 1px solid;
				border-color: rgba(255,255,255,.1);
			}

			ul.default.alt li
			{
				border-color: rgba(0,0,0,.1);
			}

			ul.default li:first-child
			{
				padding-top: 0;
				border-top: none;
			}

			ul.default a
			{
				padding-left: 1em;
			}

			ul.default .fa:before
			{
				font-size: 0.80em;
				color: rgba(255,255,255,.7);
			}

			ul.default.alt .fa:before
			{
				color: rgba(0,0,0,.7);
			}


	/* Buttons */

		.button
		{
			position: relative;
			display: inline-block;
			border: 0;
			background: #444;
			color: #fff;
			cursor: pointer;
		}

	.divider
	{
		overflow: hidden;
		height: 20px;
		background: url(images/divider.png) repeat-x left top;
	}

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

	#header
	{
		position: relative;
		background: #AEBD38;
		height:150px;
	}

/*********************************************************************************/
/* Logo                                                                          */
/*********************************************************************************/

	#logo-wrapper
	{
		position: relative;
		background: #598234 url(images/overlay.png) repeat;
	}
	#top-bar
	{
		height: inherit;
	}

	#logoImg
	{
		width: 320px;
	}

	#logo
	{
		position: relative;
		height: inherit;
	}

		#logo h1
		{
			position: absolute;
			/*top: 2em;*/
			left: 0;
			color: #FFF;
		}

		#logo span
		{
			position: absolute;
			top: 2.1em;
			right: 0;
			letter-spacing: 1px;
			color: rgba(255,255,255,.7);
		}

		#logo a
		{
			height:150px;
			width:320px;
			display: block;
			text-transform: uppercase;
			text-decoration: none;
			font-size: 2.4em;
			color: #FFF;
		}

	#logoImg
	{
		max-width:100%;
	}

/*********************************************************************************/
/* Nav                                                                           */
/*********************************************************************************/
	.sidebarNav
	{

	}

	.sidebarNav #navbarMenu
	{
		text-align: left;
	}

		.sidebarNav > ul > li
		{

		}

			.sidebarNav > ul > li:last-child
			{
				padding-right: 0;
			}

			.sidebarNav > ul > li > a,
			.sidebarNav > ul > li > span
			{
				display: block;
				margin-left: 0.7em;
				margin-right: 0.7em;
				padding: 0.80em 1.2em;
				letter-spacing: 0.06em;
				text-decoration: none;
				text-transform: uppercase;
				font-size: 1.1em;
				outline: 0;
				color: #fff;
			}

			.sidebarNav li.active a
			{
				background: #AEBD38;
				border-radius: 5px;
				color: #FFF;
			}

			.sidebarNav > ul > li > ul
			{
				display: none;
			}

	.sidebarLangs
	{
		color: #fff;
		margin: 30px 0 30px 0;
	}

	#nav
	{
		padding: 0.45em 0em 0.50em 0em;
	}

		#nav > ul > li
		{
			display: inline-block;
		}

			#nav > ul > li:last-child
			{
			}

			#nav > ul > li > a,
			#nav > ul > li > span
			{
				display: inline-block;
				padding: 0.80em 1.5em;
				letter-spacing: 0.06em;
				text-decoration: none;
				/*text-transform: uppercase;*/
				font-size: 1em;
				color: #FFF;
				outline: 0;
			}

			#nav li.active a
			{
				font-weight: bold;
				text-transform: uppercase;
				background: #598234;
				border-radius: 5px;
				color: #FFF;
			}

			#nav > ul > li > ul
			{
				display: none;
			}

	#langs > a > img
	{
		margin: 0;
	    position: relative;
	    vertical-align: middle;

	}

	#navbarMenu
	{
		margin-bottom: 0;
		text-align: right;
	}
/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

	#banner
	{
		position: relative;
		/*background: #333 url(../images/banner.jpg) no-repeat center;*/
		background: no-repeat center;
		background-size: cover;
		color: #fff;
	}

/*********************************************************************************/
/* Main                                                                          */
/*********************************************************************************/

	#main
	{
		position: relative;
		padding: 3em 0em;
		background: #fff;
	}

	#sidebar1 header h2,
	#sidebar2 header h2
	{
		font-size: 1.8em;
	}

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

	#footer
	{
		position: relative;
		background: #2c2c2c url(images/overlay.png) repeat;
		color: rgba(255,255,255,.4);
		font-size: 18px;
		text-align: center;
	}

	#footer header
	{
		color: rgba(255,255,255,.9);
	}

	#footer a
	{
		color: #fff;
	}

	#footer header
	{
		color: rgba(255,255,255,.9);
	}

/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

	#copyright
	{
		position: relative;
		padding: 3em 0em;
		text-align: center;
	    background: #1d1d1d url(images/overlay.png) repeat;
		color: rgba(255,255,255,.1);
	}

	#copyright .container
	{
	}

	#copyright a
	{
		text-decoration: none;
		color: rgba(255,255,255,.3);
	}

	.cmg_badge {
		overflow: hidden;
		position: relative;
		height: 27px;
		width: 110px;
		display: inline-block;
		margin-left: 5px;
		vertical-align: middle;
	}

	.cmg_badge > img {
		margin: 0;
		left: 0;
		position: absolute;
	}

	.cmg_badge:hover > img {
		top: -27px;
	}

.categoryDisplay li {
	font-size: 1.2em;
	margin: 1em 0 1em;
	font-weight: bold;
}

.categoryDisplay ul {
	list-style: initial;
    list-style-position: inside;
}

.categoryDisplay li a:hover {
	text-decoration: none;
}


/* Formularze */
div.cmg_form {
    margin: 2em auto;
    /*padding: 50px 0;*/
    width: 50%;
}

div.cmg_form form {
    clear: both;
}

div.cmg_form p {
    margin: 0 0 15px;
}

div.cmg_form label {
    width: 214px;
    vertical-align: top;
    padding: 10px 10px 0 0;
    font-weight: bold;
    display: inline-block;
    zoom: 1;
    display: inline;
    text-align: left;
}

div.cmg_form input, div.cmg_form textarea {
    display: inline-block;
    zoom: 1;
    *
    display: inline;
    padding: 10px;
    border: solid 1px #E5E5E5;
    outline: 0;
    font: normal 13px/100% Verdana, Tahoma, sans-serif;
    width: 100%;
    background: #FFFFFF url('/design/eng/181/form_input.png') top repeat-x;
    background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
    background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    font: normal 12px/100% Arial;
    color: #8c8c8c;
}

div.cmg_form textarea {
    background: #fff url(/design/eng/181/form_textarea.png) top repeat-x;
    width:100%;
    height: 150px;
    line-height: 150%;
}

div.cmg_form input:hover, div.cmg_form textarea:hover, div.cmg_form input:focus, div.cmg_form textarea:focus {
    border-color: #C9C9C9;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
}

div.cmg_form .submit {
    text-align: right;
}

div.cmg_form .submit input {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #617798;
    border:0 none;
    color:#FFFFFF;
    font-size:14px;
    padding:9px 15px;
    width:auto;
    cursor: pointer;
}

div.cmg_form .submit input:hover {
    background: #6e87ac;
}


