/* 
 *  Table Of Sections
 *
 *  1. Reset
 *  2. Basic Elements
 *  3. Generic Classes
 *  4. Header
 *  5. Content
 *  6. Sidebar
 *  7. Footer
 *  8. Navigation
 *  9. Forms
 * 10. Modules
 * 11. Print styles
 *
 */

@media screen, projection {

	/* Reset  - do NOT modify!
	-------------------------------------*/
	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;
	}




	/* Basic Elements
	-------------------------------------*/
	html, body { height: 100%; }

	body {
		font-family: "proxima-nova", helvetica, arial, sans-serif;
		font-size: 62.5%; /* 1em = 10px */
		line-height: 1.5em;
		color: #333;
		background-color: #f7f7f7;
	}
	
	strong { font-weight: bold; }
	
	em { font-style: italic; }
	
	a { color: #1F61BB; }
	
	#container {
		position: relative;
		width: 100%;
		min-width: 1140px;
		max-width: 1200px;
		margin: 0 auto;
	}




	/* Generic Classes
	-------------------------------------*/

	/* --- News list --- */

	.cnt-list .date {  }

	.cnt-list .title { padding-left: .3em; }

	.cnt-list .subtitle {
		display: block;
		width: 100%;
		padding-left: 1em;
		font-size: .9em;
	}
	
	#text-content-container ul.cnt-list.with-date li {
		list-style:none;
	}


	/* --- Link list --- */

	.link-list {
		margin: 2em 0;
		font-size: 15px;
	}
	
	.link-list li {
		margin-bottom: .3em;
	}

	.link-list a:link, .link-list a:visited,  .link-list a:active, a.more {
		padding-right: 1em;
		color: black;
		text-decoration: none;
		vertical-align: middle;
		background: url('../images/backgrounds/icons/link-more-arrow.png') no-repeat center right;
		transition: margin-left 0.2s linear 0.1s, color 0.1s linear 0.2s;
	}

	.link-list a:hover, a.more:hover { margin-left: 5px; color: #777; }

	
	/* --- Grouped link list --- */

	.grouped-link-list ul {	margin-bottom: .7em }

	.grouped-link-list .alt {
		margin-left: -12px;
		padding-left: 12px;
	}

	.grouped-link-list a:link, .grouped-link-list a:visited, .grouped-link-list a:hover, .grouped-link-list a:active {  }

	.grouped-link-list strong {	font-size: 1.15em }

	.grouped-link-list a.external {
/* 		margin-left: -12px;
		padding-left: 12px;
		background: url('../images/backgrounds/icons/external-link.gif') 0% 65% no-repeat */
	}


	/* --- News list --- */

	.news-list li {
		float: left; /* float clearer */
		width: 100%;
		border-bottom: 1px solid #cecece;
		padding-bottom: 30px;
		margin-bottom: 33px;
		list-style: none;
		margin-left: 0px !important;
	}
	
	.news-list.news-archive li { 
		border-bottom: none; 
		padding-bottom: 5px;
	} 
	
	.news-archive li a {
		color: #E73329;
	}
	
	.news-archive li a:hover { text-decoration: none; }
	
 	.news-list li:last-child {
		border-bottom: none;
		margin-bottom: 10px;
	} 
	
	.news-list .title { display: inline;}

	.news-list .date {
		float: left;
		padding-right: .5em;
		font-size: 15px;
		font-weight: bold;
		display: block;
	}

	.news-list .category {
		font-family: "proxima-nova" , helvetica , arial , sans-serif;
		color: #969696;
		text-transform: uppercase;
		font-size: 21px;
		font-weight: 300;
	}
	
	.news-list a:link, .news-list a:visited, .news-list a:hover, .news-list a:active {  }

	.news-list a:visited {  }

	.news-list.news-archive li {
		list-style-type: none !important;
	}

	.news-text {
		float: left;
		width: 300px;
		margin-left: 10px;
		position: relative;
		height: 150px;
	}
	
	.news-text p.abstract {
		font-size: 15px;
		float: left;
		margin-top: 5px;
/* 		font-family: Myriad pro, sans-serif;
		letter-spacing: -0.3px; */
	}
	
	.news-text a {
		font-size: 21px;
		color: #303030;
		text-decoration: none;
		line-height: 1.2;
	}
	
	a.more { 
		font-size: 15px; 
		position: absolute;
		bottom: 0;
		left: 0;
	}
	
	.news-list img { float: left; }

	/* sidebar news properties */
	#sidebar .news-text a {
		font-size: 17px;
		font-weight: bold;
		line-height: 1;
	}
	
	
	#sidebar ul.news-list li {
		border: none;
		margin-bottom: 0px;
	}
	
	#sidebar ul.news-list li div.news-text {
		height: auto;
		margin-left: 0px;
	}
	
	.read-more {
		font-size: 14px !important;
	}
	
	/* --- Attachments list --- */

	.attachments-list .extension {  }


	/* --- Photo list --- */

	.photo-list dt {
		clear: both;
		float: right;
		width: 350px;
	}


	.photo-list dd.picture {
		float: left;
		width: 150px;
		margin-right: 10px;
	}

	.photo-list dd.summary {
		float: right;
		width: 350px;
	}

	.photo-list dd.clearer { margin-bottom: 20px; }

	#photo-list-lead-image {
		float: left;
		margin: 0 10px 3px 0;
	}

	/* --- Messages --- */

	.error {
		display: block;
		color: #B90000;
		font-weight: bold;
		margin: 1em 0
	}

	.notice {
		display: block;
		color: #00A600;
		font-weight: bold;
		margin: 1em 0
	}


	/* --- photo frame & content photos --- */
/* 	.photo-frame {
		position: relative;
		padding: .3em;
		margin-bottom: .7em;
		background-color: white;
		-webkit-box-shadow: 1px 1px 4px #AAAAAA;
		border-radius: 3px;
		-webkit-border-radius: 3px;
	}
 */
	.photo-frame-left {
		float: left;
		margin-right: .7em;
	}

	.photo-frame-right {
		float: right;
		margin-left: .7em;
	}

	#text-content-container .photo-frame p {
		padding: 0.7em 0 0.5em 0;
		font-size: .85em;
		font-weight: normal;
		line-height: 115%;
		overflow: hidden;
		color: #606060;
	}
	
	.photo-frame .content-photo { padding-bottom: 0; }

	.mid { width: 100%; }

	#text-content-container img {
		padding-bottom: 0.7em;
	}
	
	/* --- Other --- */

	img.left {
		float: left;
		padding-left: 0
	}

	img.right {
		float: right;
		padding-right: 0
	}

	/* use to clear floats */
	.clearer {
		clear: both;
		display: block;
		height: 1px;
		margin-bottom: -1px;
		font-size: 1px;
		line-height: 1px
	}

	.hidden { display: none }
	
	.break-word { word-wrap: break-word; }
	
	.group:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}

	/* Header
	-------------------------------------*/
	.logo  { display: none; }
	
	#slogan {
		color: #777;
		font-family: 'proxima-nova',helvetica,arial,sans-serif;
		font-size: 20px;
		font-weight: 100;
		width: 400px;
		display: block;
		line-height: 1;
		position: absolute;
		top: 23px;
		letter-spacing: -0.2px;
	}
	
	#fibre-logo {
		position: absolute;
		top: 10px;
		right: 0px;
	}
	
	#header {
		margin: 0 25px 0 225px;
		min-width: 800px;
	}
	
	#header .container {
		position: relative;
		width: 100%;
		/* height: 50px; */
		height: 80px;
		max-width: 990px;
		border-bottom: 1px solid #CECECE;
		padding-top: 55px;
	}
	
/* 	#body-content #header {
		padding-bottom: 1em;
	} */

	#header h1, #header em {
		position: absolute;
		top: 24px;
		left: 25px;
		width: 168px;
		height: 111px;
	}

	#header h1 a:link, #header h1 a:visited, #header h1 a:hover, #header h1 a:active,
	#header em a:link, #header em a:visited, #header em a:hover, #header em a:active {
		position: relative;
		display: block;
		width: 100%;
		height: 100%;
		background: url('../images/backgrounds/logo.png') no-repeat;
		overflow: hidden;
		text-indent: -9999px;
	}
	
	#languages {
		float: right;
		border: 1px solid #b6b6b6;
		padding: .6em 1em;
		background-color: white;
		margin-top: 80px;
	}
	
	#languages li {
		display: inline-block;
		line-height: 1;
		vertical-align: middle;
	}
	
	#languages li a:link,
	#languages li a:visited,
	#languages li a:hover,
	#languages li a:active {
		padding: 0 .3em;
		color: #ABABAA;
		text-decoration: none;
		font-size: 1.3em;
	}
	
	#languages li.current a:link,
	#languages li.current a:visited,
	#languages li.current a:hover,
	#languages li.current a:active {
		color: #E73329;
	}

	/* Content
	-------------------------------------*/

	#content {
		/* margin: 65px 25px 115px 25px; */
		margin: 65px 25px 30px 25px;
		border-bottom: 1px solid #cecece;
	}
	
	#infocveki {
		float: left;
		width: 62%;
		padding-bottom: 40px;
	}
	
	#infocveki h2 {
		padding: .2em 0 .5em 0;
		font-size: 4.5em;
		font-weight: 100;
		text-transform: uppercase;
		line-height: 1;
	}
	
	#infocveki h3 {
		padding-bottom: 0.8em;
		font-size: 2.5em;
		font-weight: 100;
		line-height: 1;
	}
	
/* 	#infocveki p {
		padding-bottom: 1em;
		font-size: 1.6em;
		font-weight: normal;
		line-height: 1.3;
	}
	 */
	#infocveki ul.tags {
		display: inline-block;
	}
	
	#infocveki ul.tags li {
		float: left;
		line-height: 1;
		vertical-align: middle;
		border: 1px solid #b6b6b6;
		padding: .25em 1em;
		margin-right: .6em;
		background-color: white;
		color: #949493;
		text-decoration: none;
		font-size: 1.7em;
		font-weight: 100;
	}
	
	#infocveki .link-list a:link, 
	#infocveki .link-list a:visited, 
	#infocveki .link-list a:hover, 
	#infocveki .link-list a:active {
		/* font-size: 1.5em; */
	}
	

	#body-content h1 {
		margin-bottom: .7em;
		font-family: 'proxima-nova', helvetica, arial, sans-serif;
		font-size: 2.5em;
		line-height: .9;
		font-weight: 100;
		text-transform: uppercase;
		letter-spacing: -0.5px;
	}

	#text-content-container {
		margin-bottom: .7em;
		margin-top: .7em;
		font-size: 1.35em;
		float: left;
	}

	#text-content-container p {
		padding-bottom: 1em;
		line-height: 1.35;
	}

	#text-content-container a:link, #text-content-container a:visited, #text-content-container a:hover, #text-content-container a:active {
		
	}

	#text-content-container a:visited {  }

	/* external link */
	#text-content-container a.external {
/* 		padding-right: 12px;
		background: url('../images/backgrounds/icons/external-link.gif') 100% 65% no-repeat; */
	}


	/* --- video --- */

	span.video-placeholder {
		clear: both;
		padding: .7em 0px .7em 0px;
		display: block;
	}


	/* --- unsorted list --- */

	#text-content-container ul { 
		padding-bottom: 1em;
		list-style-image: url('/images/backgrounds/icons/bullet-tick.png'); 	
	}

	#text-content-container ul li {
		margin-bottom: .4em;
		list-style-type: disc;
		list-style-position: outside;
		margin-left: 27px;
	}


	/* --- numbered list --- */

	#text-content-container ol {}

	#text-content-container ol li {
		margin-bottom: .3em;
		list-style-type: decimal;
		list-style-position: inside;
		margin-left: 27px;
	}


	/* --- Attachments list --- */

	#text-content-container ul.attachments-list li { list-style-type: none; }


	/* --- tables --- */

	#text-content-container table th {
		padding: .3em .5em;
		border: 1px solid #999;
		font-weight: bold;
		text-align: left;
	}

	#text-content-container table td {
		padding: .3em .5em;
		border: 1px solid #999;
	}

	#text-content-container table caption {
		margin-bottom: .3em;
		text-align: left;
		font-weight: bold;
	}


	/* --- Icons in content --- */

	#text-content-container a.lipdf {
		padding: .2em 0 .1em 19px;
		background: transparent url(../images/pdf.gif) 0% .2em no-repeat;
	}

	#text-content-container a.lidoc {
		padding: .2em 0 .1em 19px;
		background: transparent url(../images/doc.gif) 0% .2em no-repeat;
	}

	#text-content-container a.lixls,
	#text-content-container a.lixlsx {
		padding: .2em 0 .1em 19px;
		background: transparent url(../images/xls.gif) 0% .2em no-repeat;
	}

	#text-content-container a.lippt {
		padding: .2em 0 .1em 19px;
		background: transparent url(../images/ppt.gif) 0% .2em no-repeat;
	}

	#text-content-container a.lizip {
		padding: .2em 0 .1em 19px;
		background: transparent url(../images/zip.gif) 0% .2em no-repeat;
	}

	#text-content-container a.liai {
		padding: .2em 0 .1em 19px;
		background: transparent url(../images/ai.gif) 0% .2em no-repeat;
	}

	#text-content-container a.liexe {
		padding: .2em 0 .1em 19px;
		background: transparent url(../images/exe.gif) 0% .2em no-repeat;
	}

	#text-content-container a.liimage {
		padding: .2em 0 .1em 19px;
		background: transparent url(../images/file.gif) 0% .2em no-repeat;
	}


	/* --- Search results --- */

	#search-main-form { margin-bottom: 1em }

	#text-content-container .search-results-row a:link, #text-content-container .search-results-row a:visited, #text-content-container .search-results-row a:hover, #text-content-container .search-results-row a:active {
		font-size: 1.1em;
		font-weight: bold;
		color: black;
	}

	#text-content-container .search-results-row a:visited { color: #666 }

	.search-results-url {
		display: block;
		width: 100%;
		font-style: italic;
		font-size: .9em;
		word-break: break-all;
		color: green;
	}
	
	#text-content-container ul.pagging {
		float: left;
		width: 100%;
		padding-bottom: 40px;
	}
	
	#text-content-container ul.pagging li {
		float: left;
		list-style-type: none;
		padding: 0;
		margin: 0 3px 0px 0px;
	}
	
	#text-content-container ul.pagging li {
		margin: 0 -5px 0px 0px;
	}
	
	#text-content-container ul.pagging li a:link, #text-content-container ul.pagging li a:visited, #text-content-container ul.pagging li a:hover, #text-content-container ul.pagging li a:active {
		text-decoration: none;
		padding: 5px 5px 4px 5px;
		background: #606060;
		border: 1px solid #333;
		color: white;
	}
	
	#text-content-container ul.pagging li.active a:link, #text-content-container ul.pagging li.active a:visited, 
	#text-content-container ul.pagging li.active a:hover, #text-content-container ul.pagging li.active a:active,
	#text-content-container ul.pagging li a:hover{ background: #B90000; }


	/* --- Photogallery --- */

	#photo-gallery-container { 
		float: left;
		width: 100%;
		margin: 1em 0;
	}

	.photo-gallery-item {
		position: relative;
		float: left;
		width: 147px;
		padding: 7px;
		margin-right: 7px;
		margin-bottom: 7px;
		-webkit-box-shadow: 1px 1px 4px #AAAAAA;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		text-align: center;
	}

	.photo-gallery-item img.photo-gallery { margin: 0 auto }

	#text-content-container .photo-gallery-item p {
		margin-top: .7em;
		text-align: left;
		line-height: 1.1;
		font-size: .95em;
		overflow: hidden;
	}

	.photo-gallery-item p strong { display: block }


	/* --- News --- */

	#text-content-container .date { padding-bottom: 0 }

	#text-content-container .date em {
		font-style: normal;
		font-weight: bold;
	}

	#text-content-container .category { padding-bottom: 8px }

	#text-content-container .category em {
		font-style: normal;
		font-weight: bold;
	}

	#text-content-container .abstract {
		padding-top: .5em;
		font-style: italic;
		color: #555;
		display: block;
	}




	/* Sidebar
	-------------------------------------*/

	#sidebar {
		float: right;
		margin-left: 4%;
		width: 34%;
	}
	
	#sidebar .module {
		margin-bottom: 8em;
	}
	
	#sidebar .module h2 {
		position: relative;
		margin-bottom: .6em;
		margin-top: 10px;
		font-size: 2.2em;
		font-weight: 100;
		line-height: 1.2;
		text-transform: uppercase;
		color: black;
	}
	
	#what-do-we-do li {
		margin-bottom: 1em;
		padding-left: 1.2em;
		line-height: 1;
		vertical-align: middle;
		font-size: 1.5em;
		background: url('../images/backgrounds/icons/bullet-tick.png') no-repeat left center;
	}
	
	#body-entry #what-do-we-do p {
		padding-top: 10px;
		font-size: 14px;
	}
	
	/* Network Map */
	
/* 	.komen {
		background: url('/images/maps/oKomen.png');
	}
	 */

	/* --- calendar --- */

	#calendar-table { border-collapse: collapse; }

	#calendar-table th {
		color: #333;
		font-weight: normal;
		text-transform: uppercase;
	}

	#calendar-table td {
		width: 2.2em;
		padding: .6em 0 .8em 0;
		border: .1em solid white;
		text-align: center;
		line-height: 0;
		background-color: white;
		color: #333;
		cursor: default;
	}

	#calendar-table td.week-selector {
		border: none;
		background-color: transparent;
	}

	#calendar-table .day-existing {	background-color: #eee }

	#calendar-table .day-empty { background-color: white }

	#calendar-table .day-existing,
	#calendar-table .day-empty {
		padding: 1.2em 0 0.9em 0;
	}

	#calendar-table td.day-event { background-color: #808080 }

	#calendar-table .day-event.day-today {
		background-color: #B90000;
		padding: 0;
	}

	#calendar-table .day-today span {
		display: block;
		color: white
	}

	#calendar-table .day-selected {
		background-color: #808080;
		color: white
	}

	#calendar-table .single-event { /* padding: 0; */ }

	#calendar-table a:link, #calendar-table a:visited, #calendar-table a:hover, #calendar-table a:active {
		padding: .5em .5em .3em .5em;
		text-decoration: none;
		color: white
	}

	#calendar-month-switcher {
		font-size: 1.15em;
		margin-top: .5em;
		display: block
	}

	a#cal-prev-month:link, a#cal-prev-month:visited, a#cal-prev-month:hover, a#cal-prev-month:active,
	a#cal-next-month:link, a#cal-next-month:visited, a#cal-next-month:hover, a#cal-next-month:active {
		
	}


	/* --- faq --- */

	#faq-form-toggle {
		text-decoration: underline;
		cursor: pointer;
	}

	.faq-list {
		display: none;
		clear: left;
	}

	.faq-list dt {
		font-weight: bold;
		margin-bottom: .5em;
	}

	.faq-list dd { margin-bottom: 1em }

	#faq-list h2 {
		float: left;
		cursor: pointer;
		padding-right: 18px;
	}


	#faq-form input.input-text { width: 180px }

	#faq-form textarea { width: 180px }

	#faq-form select { width: 180px }

	#faq-form label {
		display: block;
		margin-top: .5em;
		font-weight: bold;
		font-size: 1.15em;
	}

	#faq-form .mandatory {
		color: #B90000;
		font-family: Verdana, sans-serif;
		font-weight: normal
	}

	#faq a:link, #faq a:visited, #faq a:hover, #faq a:active {  }
	
	#faq .form-error,
	#faq .racun {
		font-size: 1.15em;
	}


	/* --- poll --- */

	#poll-question {
		margin-bottom: .5em;
		font-weight: bold;
		font-size: 1.15em;
	}

	#poll-container a {
		display: block;
		margin-top: 1em;
	}

	#poll-answers-area {
		font-size: 1.15em;
	}

	#poll-answers-area .poll-pix {
		float: left;
		background-color: black; /* poll results line color */
	}

	#poll-answers-area .poll-percent {
		margin-left: 3px;
		float: left;
	}

	#poll-answers-area .poll-answer {
		padding-top: .5em;
		clear: left;
	}

	#poll-answers-area .poll-votes-total {
		padding-top: .5em;
		clear: left;
	}

	#poll a:link, #poll a:visited, #poll a:hover, #poll a:active {  }
	
	#poll .poll-archive,
	#poll label {
		font-size: 1.15em;
	}


	/* --- sharing --- */

	#sharing {
		width: 100%;
		float: left;	
	}

	#sharing li {
		margin-top: 6px;
		width: 49.5%;
		float: left;
		font-size: 1.15em;
	}

	#facebook { background: url(/images/social_media/facebook.png) no-repeat; }

	#twitter { background: url(/images/social_media/twitter.png) no-repeat; }

	#linkedin { background: url(/images/social_media/linkedin.png) no-repeat; }

	#delicious { background: url(/images/social_media/delicious.png) no-repeat; }

	#sharing a:link, #sharing a:visited, #sharing a:hover, #sharing a:active {
		padding-left: 22px;
	}


	/* --- bussiness card --- */

	.business-card {
		position: relative;
		width: 146px;
		margin-bottom: 1.5em;
		padding: .5em .5em .5em 20px;
		font-size: 1.2em;
		float: left;
	}

	p.email a:link, p.email a:visited, p.email a:hover, p.email a:active {  }

	.business-card p.org { font-weight: bold; }

	.business-card .tel,
	.business-card .tel2 {
		margin-left: -15px;
		padding: 3px 0 3px 15px;
		background: url('../images/tel.gif') no-repeat 0 1px;
	}

	.business-card .fax {
		margin-left: -15px;
		padding: 3px 0 3px 15px;
		background: url('../images/fax.gif') no-repeat 0 4px;
	}

	.business-card p.email {
		margin-left: -17px;
		padding: 3px 0 3px 17px;
		background: url('../images/email.gif') no-repeat 0 6px;
	}
	
	
	/* --- guestbook --- */
	
	#text-content-container .guestbook-list dt p { padding-bottom: 0; }
	
	#text-content-container .guestbook-list dt p.name { font-weight: bold; }
	
	#text-content-container .guestbook-list dt p.date { font-style: italic; }
	
	#text-content-container .guestbook-list dd {
		clear: left;
		padding: 1em 0 1.5em 0;
		background: url(../images/backgrounds/hor-separator.png) no-repeat bottom center;
		margin-bottom: 1.5em;
	}
	
	
	/* --- sys menu ---*/
	
	#sysmenu {
		position: relative;
		margin-left: 5px;
		margin-top: 10px;
	}

	#sysmenu li {
		position: relative;
		float: left;
		width: 13px;
		height: 12px;
		margin-right: 10px;
	}

	#sysmenu li a {
		position: relative;
		float: left;
		width: 13px;
		height: 12px;
		text-indent: -9999px;
		background: transparent url(../images/sprites/sprites-sysmenu.gif) 0 0 no-repeat;
	}

	#sysmenu li.sys-home a {
		background-position: -5px 0px;
	}

	#sysmenu li.sys-print a {
		background-position: -29px 0px;
	}

	#sysmenu li.sys-contact a {
		background-position: -54px 0px;
	}

	#sysmenu li.sys-sitemap a {
		background-position: -77px 0px;
	}

	#sysmenu li.sys-credits a {
		background-position: -75px 0px;
	}
	
	#sysmenu li.sys-fav a {
		background-position: -101px 0px;
	}


	/* --- News --- */

	#news .news-list { font-size: 1.15em }

	#news .link-list {
		float: left;
		font-size: 1.15em;
	}


	/* --- Quick links --- */

	#quicklinks ul.grouped-link-list { font-size: 1.15em; }




	/* Footer
	-------------------------------------*/
	#footer {
		border-bottom: 1px solid #CECECE;
		margin: 0px 25px 20px;
		height: 114px;
	}
	
	#vizitka {
		width: 200px;
		height: 200px;
		float: left;
	}
	.info {
		font-weight: bold;
		font-size: 16px;
	}
	.mail a { 
		font-size: 15px; 
		margin-top: 17px;
		float: left;
		color: #333;
		text-decoration: none;
	}
	.mail a:hover { text-decoration: underline; }

	.box {
		width: 288px;
		height: 83px;
		margin-left: 42px;
		padding: 0px 30px;
		display: table;
		position: relative;
		float: right;
		cursor: pointer;
		text-decoration: none;
	}
	
	.box-text{
		color: white;
		font-size: 20px;
		margin-top: 33px;
		text-align: left;
		line-height: 1;
		display: table-cell;
		vertical-align: middle;
	}
	
	.box.red {
		background-color: #e63329;
		-moz-box-shadow:  0 -25px 23px 0px #c72d24 inset;
		-webkit-box-shadow:  0 -25px 23px 0px #c72d24 inset;
		box-shadow: 0 -25px 23px 0px #c72d24 inset;
		transition: box-shadow 0.3s linear 0.1s;
	}
	 
	.box.red:hover {
		-moz-box-shadow:  0 -8px 30px 10px #A52A24 inset;
		-webkit-box-shadow:  0 -8px 30px 10px #A52A24 inset;
		box-shadow: 0 -8px 30px 10px #A52A24 inset;
		/* box-shadow: none; */
	}
	
	
	.box.green {
		background-color: #55a629;
		-moz-box-shadow:  0 -25px 23px 0px #4a9222 inset;
		-webkit-box-shadow:  0 -25px 23px 0px #4a9222 inset;
		box-shadow: 0 -25px 23px 0px #4a9222 inset;
		transition: box-shadow 0.3s linear 0.1s;
	}
	
	.box.green:hover {
		-moz-box-shadow:  0 -8px 30px 10px #458721 inset;
		-webkit-box-shadow:  0 -8px 30px 10px #458721 inset;
		box-shadow: 0 -8px 30px 10px #458721 inset;
		/* box-shadow: none; */
	}
	
	#sub-foot { 
		width: 100%; 
		margin: 0 auto;
	}
		
	#sub-foot img {
		float:left;
		margin-right: 10px;
	}
	
	#sub-foot { float: left; color: #555; font-size: 12px; }
	
	#sub-foot  h2 {
		display: block;
		width: 900px;
		font-size: 15px;
		float: left;
		padding-top: 16px;
	}
	
	#copyright {
		padding: 20px 0px;
		clear:both;
		display: flex;
    	justify-content: center;
	}
	
	#banners-list {
		margin: 10px auto;
		/* width: 740px; */
		/*width: 900px;*/
		display:flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	
	ul#banners-list li a img.banner {
		filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
		-moz-filter: grayscale(100%);
		filter: grayscale(100%);
	}
	ul#banners-list li a img.banner:hover {
		filter: none;
	}
	
	#kolofon { 
		background-color: #dfdfdf;
		text-decoration: none;
		text-align: center;
		clear: both;
	}

	#kolofon a:hover{ text-decoration: underline; }
	
	#kolofon a { 
		font-size:16px;
		color: #666;
		text-decoration: none;
		line-height: 1.8;
		min-width: 1140px;
	} 	
	/* Navigation
	-------------------------------------*/

	/* --- Breadcrumbs --- */

	#header #breadcrumbs { margin-top: 2.7em }

	#breadcrumbs a:link, #breadcrumbs a:visited, #breadcrumbs a:hover, #breadcrumbs a:active {  }


	/* --- Sitemap --- */

	ul#sitemap { list-style-type: none; }

	#sitemap ul {
		margin-left: 1em;
		padding-bottom: 0;
		list-style-type: none;
	}


	/* --- Main Menu --- */
	
	#home {
		position: absolute;
		top: 98px;
		left: 8px;
		background-image: url('/images/home-icon.png'); 
		display: block;
		width: 30px;
		height: 28px;
		-webkit-transition: background-image 0.2s linear 0s;
		-moz-transition: background-image 0.2s linear 0s;
		-ms-transition: background-image 0.2s linear 0s;
		-o-transition: background-image 0.2s linear 0s;
		transition: background-image 0.2s linear 0s;
	}
	
	#home:hover { background-image: url('/images/home-icon-hover.png'); }
	
	#main-menu {
		position: absolute;
		float: left;
		bottom: 10px;
		left: 60px;
	}


	/* Level 1 */

	#main-menu li.menu-level1 {
		float: left;
		/* margin-left: 3em; */
		margin-left: 2.7em;
	}
	
	#main-menu li.menu-level1:first-child {
		margin-left: 0;
	}

	#main-menu a.menu-level1:link, #main-menu a.menu-level1:visited, #main-menu a.menu-level1:hover, #main-menu a.menu-level1:active {
		float: left;
		color: black;
		text-decoration: none;
		text-transform: uppercase;
		transition: color 0.1s linear 0.1s;
		-webkit-transition: color 0.2s linear 0.1s;
	}

	#main-menu li.menu-level1-open a.menu-level1:link, 
	#main-menu li.menu-level1-open a.menu-level1:visited, 
	#main-menu li.menu-level1-open a.menu-level1:hover, 
	#main-menu li.menu-level1-open a.menu-level1:active {
		 color: #D32E26;
	}

	#main-menu li.menu-level1 a.menu-level1:hover {  color: #D32E26; /*  color: #999; */ }

	#main-menu span.menu-level1 {
	/* 	font-size: 1.7em;	*/
		font-size: 1.6em;
	}


	/* Level 2 */

	#main-menu ul.menu-level2 {	display: none; }

	/* Effect 3: bottom line slides/fades in */
	.menu-level1  a {
		padding: 2px 0;
		position: relative;
	}

	.menu-level1  a::after {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		height: 1px;
		background: rgba(231,51,41,0.6);  
		/*background: rgba(0,0,0,0.1); */
		content: '';
		opacity: 0;
		-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
		-moz-transition: opacity 0.3s, -moz-transform 0.3s;
		transition: opacity 0.3s, transform 0.3s;
		-webkit-transform: translateY(10px);
		-moz-transform: translateY(10px);
		transform: translateY(10px);
	}

	.menu-level1  a:hover::after,
	.menu-level1  a:focus::after {
		opacity: 1;
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		transform: translateY(0px);
	}

	/* Forms
	-------------------------------------*/

	input {
		position: relative;
		border-radius: 3px;
		-webkit-border-radius: 3px;
	}

	#text-content-container form {
		width: 98%;
		margin-bottom: 1em;
		padding: 1em 1%;
		background-color: #F6F6F6;
	}

	input.input-text {
		padding: .3em;
		border: 1px solid #AAA;
		font-size: 100%;
		background-color: #EEE;
	}

	#text-content-container input.input-text {
		padding: .5em;
		border: 1px solid #AAA;
		font-size: .9em;
		background-color: white;
	}

	input.input-submit {
		margin-top: 1em;
		padding: .4em .6em;
		border-width: 1px;
		border-style: solid;
		border-color: #808080 #404040 #404040 #808080;
		font-size: 100%;
		background-color: #606060;
		color: white;
		cursor: pointer;
	}

	input.input-submit:hover {
		border-color: #E60000 #600000 #600000 #E60000;
		background-color: #B90000;
	}
	
	input.input-datepicker {
		padding: .5em;
		border: 1px solid #AAA;
		font-size: .9em;
		background-color: white;
		width: 6em;
	}

	#text-content-container input.input-submit { font-size: .9em; }

	textarea {
		position: relative;
		height: 10em;
		padding: .3em;
		border: 1px solid #AAA;
		line-height: 1.1;
		background-color: #EEE;
		border-radius: 3px;
		-webkit-border-radius: 3px;
	}

	select {
		position: relative;
		padding: .1em 0 .1em .3em;
		border: 1px solid #AAA;
		background-color: #EEE;
		border-radius: 3px;
		-webkit-border-radius: 3px;
	}

	.input-security {
		width: 5em !important;
		margin: 0 0 0 3px;
		padding: .3em;
		border: 1px solid #AAA;
		font-size: 100%;
		background-color: #EEE;
	}

	.racun {}

	form span.mandatory { color: #B90000 }


	/* Vertical form */

	.vertical-form {}

	.vertical-form dt {
		margin-top: 1em;
		margin-bottom: .3em;
	}


	/* Horizontal form */

	.horizontal-form { float: left }

	.horizontal-form dt {
		clear: left;
		float: left;
		width: 25%;
		padding-top: .5em;
		margin-top: .6em;
		margin-bottom: .2em;
		margin-right: 2%;
		text-align: right;
	}

	.horizontal-form dt label { text-align: right }

	.horizontal-form dd {
		float: left;
		width: 72.9%;
		margin-top: .6em;
		margin-bottom: .2em;
	}

	fieldset.checkboxes label {
		float: left;
		display: block;
	}

	form dt.alt, 
	form dd.alt {
		text-align: left
	}

	.horizontal-form dt.alt, 
	.horizontal-form dd.alt {
		width: 72.9%;
		padding-top: 0;
		padding-left: 27%;
		margin-right: 0;
	}

	.sidebar-module input,
	.sidebar-module select,
	.sidebar-module textarea {
		font-family: inherit;
		font-size: 1.1em;
	}

	.form-notice {
		margin: 1em 0;
		padding: .3em 1em;
		border: 1px solid #007700;
		font-weight: bold;
		color: #007700;
		background-color: #F0FFF0;
	}

	.form-error {
		margin: 1em 0;
		padding: .3em 0;
		border: 1px solid #B90000;
		color: #B90000;
		background-color: #FFF0F0;
	}

	.form-error li {
		padding: .3em 1em;
		font-weight: bold;
		line-height: 1.2;
	}
}




/* Print styles
-------------------------------------*/

@media print {

	body {
		font-size: .9em;
		font-family: "Times New Roman", serif;
		background-color: white;
		color: black;
	}

	h1, h2, h3, h4 { font-family: "Times New Roman", serif; }

	h1 { font-size: 1.6em; }

	h2 { font-size: 1.4em; }

	h3 { font-size: 1.2em; }

	h4 { font-size: 1.1em; }

	a img { border: none; }

	#text-content-container a:link:after,
	#text-content-container a:visited:after {
		content: " (" attr(href) ") ";
		font-size: 90%;
	}

	#infocveki,
	ul#banners-list li,
	#header, 
	.box{ 
		display: none; 
	}
	
	.logo  { display: block; }
}




/* Plugins
-------------------------------------*/


@media projection, screen {

	/**
	 * jQuery lightBox plugin
	 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
	 * and adapted to me for use like a plugin from jQuery.
	 * @name jquery-lightbox-0.5.css
	 * @author Leandro Vieira Pinho - http://leandrovieira.com
	 * @version 0.5
	 * @date April 11, 2008
	 * @category jQuery plugin
	 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
	 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
	 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
	 */
	#jquery-overlay {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 90;
		width: 100%;
		height: 500px;
	}
	#jquery-lightbox {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 100;
		text-align: center;
		line-height: 0;
	}
	#jquery-lightbox a img { border: none; }
	#lightbox-container-image-box {
		position: relative;
		background-color: #fff;
		width: 250px;
		height: 250px;
		margin: 0 auto;
	}
	#lightbox-container-image { padding: 10px; }
	#lightbox-loading {
		position: absolute;
		top: 40%;
		left: 0%;
		height: 25%;
		width: 100%;
		text-align: center;
		line-height: 0;
	}
	#lightbox-nav {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		z-index: 10;
	}
	#lightbox-container-image-box > #lightbox-nav { left: 0; }
	#lightbox-nav a { outline: none;}
	#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
		width: 49%;
		height: 100%;
		display: block;
	}
	#lightbox-nav-btnPrev { 
		left: 0; 
		float: left;
	}
	#lightbox-nav-btnNext { 
		right: 0; 
		float: right;
	}
	#lightbox-container-image-data-box {
		font: 10px Verdana, Helvetica, sans-serif;
		background-color: #fff;
		margin: 0 auto;
		line-height: 1.4em;
		overflow: auto;
		width: 100%;
		padding: 0 10px 0;
	}
	#lightbox-container-image-data {
		padding: 0 10px; 
		color: #666; 
	}
	#lightbox-container-image-data #lightbox-image-details { 
		width: 70%; 
		float: left; 
		text-align: left; 
	}	
	#lightbox-image-details-caption { font-weight: bold; }
	#lightbox-image-details-currentNumber {
		display: block; 
		clear: left; 
		padding-bottom: 1.0em;	
	}			
	#lightbox-secNav-btnClose {
		width: 22px; 
		float: right;
		padding-bottom: 0.7em;	
	}
	
	
	/**
	 * The "classic" theme CSS for Shadowbox.
	 *
	 * This file is part of Shadowbox.
	 *
	 * Shadowbox is an online media viewer application that supports all of the
	 * web's most popular media publishing formats. Shadowbox is written entirely
	 * in JavaScript and CSS and is highly customizable. Using Shadowbox, website
	 * authors can showcase a wide assortment of media in all major browsers without
	 * navigating users away from the linking page.
	 *
	 * Shadowbox is released under version 3.0 of the Creative Commons Attribution-
	 * Noncommercial-Share Alike license. This means that it is absolutely free
	 * for personal, noncommercial use provided that you 1) make attribution to the
	 * author and 2) release any derivative work under the same or a similar
	 * license.
	 *
	 * If you wish to use Shadowbox for commercial purposes, licensing information
	 * can be found at http://mjijackson.com/shadowbox/.
	 *
	 * @author      Michael J. I. Jackson <mjijackson@gmail.com>
	 * @copyright   2007-2008 Michael J. I. Jackson
	 * @license     http://creativecommons.org/licenses/by-nc-sa/3.0/
	 * @version     SVN: $Id: skin.js 91 2008-03-28 17:39:13Z mjijackson $
	 */

	/*_____________________________________________________  container & overlay  */
	#shadowbox_container, #shadowbox_overlay {
	  top: 0;
	  left: 0;
	  height: 100%;
	  width: 100%;
	  margin: 0;
	  padding: 0;
	}
	#shadowbox_container {
	  position: fixed;
	  display: block;
	  visibility: hidden;
	  z-index: 999;
	  text-align: center; /* centers #shadowbox in quirks and IE */
	}
	#shadowbox_overlay {
	  position: absolute;
	}

	/*_______________________________________________________________  shadowbox  */
	#shadowbox {
	  position: relative;
	  margin: 0 auto;
	  text-align: left; /* reset left alignment */
	}

	/*____________________________________________________________________  body  */
	#shadowbox_body {
	  position: relative;
	  margin: 0;
	  padding: 0;
	  border: 1px solid #333;
	  overflow: hidden;
	}
	#shadowbox_body_inner {
	  position: relative;
	  height: 100%;
	}
	#shadowbox_content.html {
	  height: 100%;
	  overflow: auto; /* make html content scrollable */
	}

	/*_________________________________________________________________  loading  */
	#shadowbox_loading {
	  position: absolute;
	  top: 0;
	  width: 100%;
	  height: 100%;
	}
	#shadowbox_body, #shadowbox_loading {
	  background-color: #060606; /* should match loading image background color */
	}
	#shadowbox_loading_indicator {
	  float: left;
	  margin: 10px 10px 0 10px;
	  height: 32px;
	  width: 32px;
	  background-image: url(../js/shadowbox/skin/classic/loading.gif);
	  background-repeat: no-repeat;
	}
	#shadowbox_loading span {
	  font-family: 'Lucida Grande', Tahoma, sans-serif;
	  font-size: 10px;
	  float: left;
	  margin-top: 16px;
	}
	#shadowbox_loading span a:link,
	#shadowbox_loading span a:visited {
	  color: #fff;
	  text-decoration: underline;
	}

	/*____________________________________________________________  title & info  */
	#shadowbox_title, #shadowbox_info {
	  position: relative;
	  margin: 0; /* these must have no vertical margin or padding */
	  padding: 0;
	  overflow: hidden;
	}
	#shadowbox_title_inner, #shadowbox_info_inner {
	  position: relative;
	  font-family: 'Lucida Grande', Tahoma, sans-serif;
	  line-height: 16px;
	}
	#shadowbox_title {
	  height: 26px;
	}
	#shadowbox_title_inner {
	  font-size: 16px;
	  padding: 5px 0;
	  color: #fff;
	}
	#shadowbox_info {
	  height: 20px;
	}
	#shadowbox_info_inner {
	  font-size: 12px;
	  color: #fff;
	}

	/*_____________________________________________________________________  nav  */
	#shadowbox_nav {
	  float: right;
	  height: 16px;
	  padding: 2px 0;
	  width: 45%;
	}
	#shadowbox_nav a {
	  display: block;
	  float: right;
	  height: 16px;
	  width: 16px;
	  margin-left: 3px;
	  cursor: pointer;
	}
	#shadowbox_nav_close {
	  background-image: url(../js/shadowbox/skin/classic/icons/close.png);
	  background-repeat: no-repeat;
	}
	#shadowbox_nav_next {
	  background-image: url(../js/shadowbox/skin/classic/icons/next.png);
	  background-repeat: no-repeat;
	}
	#shadowbox_nav_previous {
	  background-image: url(../js/shadowbox/skin/classic/icons/previous.png);
	  background-repeat: no-repeat;
	}
	#shadowbox_nav_play {
	  background-image: url(../js/shadowbox/skin/classic/icons/play.png);
	  background-repeat: no-repeat;
	}
	#shadowbox_nav_pause {
	  background-image: url(../js/shadowbox/skin/classic/icons/pause.png);
	  background-repeat: no-repeat;
	}

	/*_________________________________________________________________  counter  */
	#shadowbox_counter {
	  float: left;
	  padding: 2px 0;
	  width: 45%;
	}
	#shadowbox_counter a {
	  padding: 0 4px 0 0;
	  text-decoration: none;
	  cursor: pointer;
	  color: #fff;
	}
	#shadowbox_counter a.shadowbox_counter_current {
	  text-decoration: underline;
	}

	/*___________________________________________________________________  clear  */
	div.shadowbox_clear {
	  clear: both; /* clear floating counter & nav */
	}

	/*________________________________________________________________  messages  */
	div.shadowbox_message {
	  font-family: 'Lucida Grande', Tahoma, sans-serif;
	  font-size: 12px;
	  padding: 10px;
	  text-align: center;
	}
	div.shadowbox_message a:link,
	div.shadowbox_message a:visited {
	  color: #fff;
	  text-decoration: underline;
	}
	
	
	
	/*  jquery autocomplete  */
	.ac_results {
		padding: 0px;
		background-color: white;
		overflow: hidden;
		z-index: 99999;
	}

	.ac_results ul {
		width: 100%;
		list-style-position: outside;
		list-style: none;
		padding: 0;
		margin: 0;
	}

	.ac_results li {
		margin: 0px;
		padding: 2px 5px;
		cursor: default;
		display: block;
		/* 
		if width will be 100% horizontal scrollbar will apear 
		when scroll mode will be used
		*/
		/*width: 100%;*/
		font: menu;
		font-size: 12px;
		/* 
		it is very important, if line-height not setted or setted 
		in relative units scroll will be broken in firefox
		*/
		line-height: 16px;
		overflow: hidden;
	}

	.ac_odd {
		background-color: #F6F6F6
	}

	.ac_over {
		background-color: #606060;
		color: white;
	}

}

/* DO NOT PUT ANYTHING DOWN HERE! FIND THE APPROPRIATE SECTION ABOVE! THIS IS THE LAST WARNING! */