/* 
 * Table Of Sections
 *
 * 1. Reset
 * 2. Basic Elements
 * 3. Generic Classes
 * 4. Custom Modules
 * 5. Content
 * 6. Navigation
 * 7. Forms
 * 8. Plugins
 * 9. 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;
	}
	
	h2 { letter-spacing: -2px; }
	
	big {
		color: #e12a26;
	}

	hr {
		width: 100%;
		display: block;	
	}
	
	fieldset {
		margin-top: 15px;
		margin-bottom: 20px;
		padding: 20px;
		border: 2px solid #e23227;
		position: relative;
	}



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

	body {
		font-family: cambria, "ff-meta-serif-web-pro-n5", "ff-meta-serif-web-pro", arial, sans-serif;
		font-size: 62.5%; /* 1em = 10px */
		line-height: 1.3em;
		color: #333;
		background-color: white;
		font-size: 14px;
	}
	
	strong { font-weight: bold; }
	
	em { font-style: italic; }
	
	blockquote {
		margin: 1em 0 1em 3em;
	}
	
	a:link, a:visited, a:hover, a:active {
		text-decoration: underline;
		color: #A90000;
	}
	
	a:visited {
		color: #7E282C;
	}
	
	sup {
		vertical-align: super;
		font-size: smaller;
	}
	 
	sub {
		vertical-align: sub;
		font-size: smaller;
	} 

	.no-padding {
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.no-margin {
		margin-right: 0px;
		margin-left: 0px;
	}
	
	.group:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	
	.photolist-lead-photo {
		max-width: 180px;
		float: left;
		margin-right: 24px;
		margin-top: 3px;		
	}

	.abstract-label-wrapper a {
		font-size: 14px !important;
		line-height: 14px !important;	
	}	

	.abstract-label-wrapper {
		margin-bottom: 8px;
		font-size: 14px;
		line-height: 14px;	
	}	

	iframe { max-width: 100%; }
	@media screen and (min-width: 1380px) { 
		.study-wrapper iframe {
			max-width: none;
		}
	}
	
	.study-wrapper {
		margin: 30px -19px 0px -11px;
	}

	.btn-primary { 
		background: #e12a26 ;
		border: none;
		border-radius: 1px ;
	}
	
	.btn-primary:hover { background: #BB1100; }
	
	.owl-item img {
		width: 100%;
	}
	
	.archive-seje {
		display: none;
	}
	
	#archive-seje-link {
		cursor: pointer;
		
	}
	
	.id-2017101913302686 {display: none;}
	.id-2017102307441221 {display: none;}
	
	/* Generic Classes
	-------------------------------------*/

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

	.notice {
		display: block;
		color: #00A600;
		font-weight: bold;
		margin: 1em 0
	}
	
	/* --- Photo list --- */
	
	.photo-list {
		float: left;
		width: 100%;
	}

	.photo-list dt {
		clear: both;
		float: right;
		width: 486px;
		margin-bottom: 10px;
	}
	
	.photo-list.cpt dt {
		width: 730px;	
	}	
	/*.photo-list.cpt dt {
		width: 730px;
	}*/	
	
	#content-area .photo-list h2 {
		margin-bottom: 0px;
	}

	.photo-list dd.picture {
		float: left;
		width: 180px;
		margin-right: 10px;
	}
	
	.photo-list dd.picture.publications-picture {
		width: 30%;
		margin-right: 0px;
	}

	.photo-list dd.summary {
		float: right;
		width: 486px;
	}
	
	.photo-list dd.summary.publications-summary {
		float: left;
		width: 65%;
		margin-left: 5%;
	}
	
	/*.photo-list.cpt dd.summary {
		width: 730px;
	}	*/

	.photo-list dd.clearer { 
		margin-bottom: 25px; 
		float: left;
		width: 100%;
		clear: left;
	}

	#photo-list-lead-image {
		float: left;
		margin: 0 10px 3px 0;
	}
	
	#content-area .photo-list p { padding-bottom: 5px; }


	/* --- photo frame & content photos --- */

	.photo-frame {
		position: relative;
		padding: .3em;
		margin-bottom: .7em;
		-moz-box-shadow: 1px 1px 4px #AAAAAA;
		-webkit-box-shadow: 1px 1px 4px #AAAAAA;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border: 1px solid #DFDFDF;
		background: white url(../images/backgrounds/bgnd-gallery-item.gif) top left repeat-x;		
	}

	.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-list .picture img,
	#photo-list-lead-image	{ 
		max-width: 180px;
	}
	
	.photo-list .picture.publications-picture img {
		max-width: 100%;
	}
  	
	img.left {
		float: left;
		margin: 2px 20px 2px 0px;
	}

	img.right {
		float: right;
		margin: 2px 0px 2px 10px;
	}
	
	.content-photo {
		max-width: 100%
	}
	
	/* --- video --- */

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

	/* Wells (list with pulled left cnt) */

	.well { 
		border: none; 
		background: none; 
		border-radius: 0px;
		box-shadow: none;
		margin-bottom: 0px;
		padding: 0px 0px 20px;
		margin-left: -2px;
	}
	
	.pull-left, .media-body { padding: 2px 10px; }
	
	#gallery-cont .well {
		width: auto;
		-moz-box-shadow: 1px 1px 4px #AAAAAA;
		-webkit-box-shadow: 1px 1px 4px #AAAAAA;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		background: #f3f3f3;
		padding-top: 15px;		
}		
	}
	
	#gallery-cont .col-sm-4 {
		width: 29.33333333%;
		margin: 2%;
		padding-left: 15px;
		padding-right: 15px;		
	}
	
	#gallery-cont .col-sm-3 {
		width: 21%;
		margin: 2%;
		padding-left: 15px;
		padding-right: 15px;		
	}

	
	#gallery-cont .photo-list .picture img {
		max-width: 100%;
	}
	
	#gallery-cont .media-body {
		text-align: center;
		padding: 10px 0px 2px 0px;
	}
	
	#gallery-cont .media-body a:link,
	#gallery-cont .media-body a:visited,
	#gallery-cont .media-body a:hover,
	#gallery-cont .media-body a:active {
		color: #676767;
		text-decoration: none;
	}
	
	#gallery-cont .media-body a:hover {
		color: #A90000;
	}
		
	
	
	
	/* --- unsorted list --- */

	#text-content-container ul { padding-bottom: 1em; }

	#text-content-container ul li {
		margin-bottom: .3em;
		list-style-type: disc;
		list-style-position: outside;
		margin-left: 20px;
	}
	
	#text-content-container ul.calendar-list, 
	#text-content-container ul.calendar-list li,
	#text-content-container ul.news-list, 
	#text-content-container ul.news-list li,
	#text-content-container .calendar ul.link-list,
	#text-content-container .calendar ul.link-list li	{
		float: left;
		width: 100%;
	}
	
	#text-content-container ul.calendar-list li, #text-content-container ul.news-list li, #text-content-container .calendar ul.link-list li { list-style-type: none; }
	
	#text-content-container span.calendar-date {
		background: none repeat scroll 0 0 #E9E9E9;
		float: left;
		font-size: 0.85em;
		margin-right: 5px;
		padding: 3px 7px;
	}
	
	#text-content-container .calendar ul.link-list li.vevent abbr {
		background: none repeat scroll 0 0 #E9E9E9;
		float: left;
		font-size: 0.85em;
		margin-right: 5px;
		padding: 3px 7px;
	}
	
	#smul-register-area option[value="201"], #country option[value="201"]  {
		display: none;
	} 
	
	#text-content-container span.news-date {
		float: left;
		width: 81px;
	}
	
	#text-content-container span.calendar-title, #text-content-container span.news-title {
		float: left;
		max-width: 595px;
	}
	
	#text-content-container ul li ul li {
		margin-bottom: .3em;
		list-style-type: circle;
		list-style-position: outside;
		margin-left: 35px;
	}
	
	#text-content-container ol li ul li {
		margin-bottom: .3em;
		list-style-type: circle;
		list-style-position: outside;
		margin-left: 35px;
	}


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

	#text-content-container ol { padding-bottom: 1em; }

	#text-content-container ol li {
		margin-bottom: .3em;
		list-style-type: decimal;
		list-style-position: outside;
		margin-left: 20px;
	}
	
	#text-content-container ul li ol li {
		margin-bottom: .3em;
		list-style-type: decimal;
		list-style-position: outside;
		margin-left: 35px;
	}
	
	#text-content-container ol li ol li {
		margin-bottom: .3em;
		list-style-type: decimal;
		list-style-position: outside;
		margin-left: 35px;
	}


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

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


	/* --- tables --- */

	#text-content-container table th {
		padding: 3px 10px;
		/* border: 1px dotted #9A9A9A; */
		font-weight: bold;
		text-align: left;
	}

	#text-content-container table td {
		padding: 3px 10px 2px 10px;
		border: 1px dotted #9A9A9A;
		/*min-width: 100px;*/
	}
	
	#text-content-container table.noborder td {
		border: 0px dotted #9A9A9A;
	}
	
	#text-content-container table td.first-td {white-space: nowrap;}

	#text-content-container table caption {
		padding: 3px 10px 2px 10px;
		border: 1px solid #333;
		background: #b71511;
		color: white;
		text-align: left;
		font-weight: bold;
		margin-bottom: -1px;
	}


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

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

	#text-content-container a.lidoc {
		padding: .2em 0 .1em 19px;
		/*background: transparent url(../images/doc.gif) 0% .2em no-repeat;*/
		background: transparent url(../images/icons/word.png) 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;*/
		background: transparent url(../images/icons/xls.png) 0% .2em no-repeat;
	}

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

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

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

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

	#text-content-container a.liimage, #text-content-container a.ebook, , #text-content-container a.ebook.external {
		padding: .2em 0 .1em 19px;
		/*background: transparent url(../images/file.gif) 0% .2em no-repeat;*/
		background: transparent url(../images/icons/image.png) 0% .2em no-repeat;
	}	
	
	/* Custom Modules
	-------------------------------------*/
	
	/* --- Search results --- */
	
	#search-main-form { margin-bottom: 1em }
	
	#search-main-form input { margin: 5px }

	#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;
		color: green;
	}
	
	#text-content-container ul.pagging {
		float: left;
		width: 100%;
		padding-bottom: 40px;
		line-height:2;
	}
	
	#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 1px 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:32%;
		/*width: 147px;*/
		padding: 5px;
		margin-right: 6px;
		margin-bottom: 6px;
		-moz-box-shadow: 1px 1px 4px #AAAAAA;
		-webkit-box-shadow: 1px 1px 4px #AAAAAA;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		text-align: center;
		/*border: 1px solid #333;*/
		background: #f3f3f3;
	}
	
	.items .photo-gallery-item { 
		background: transparent;
		-moz-box-shadow: 0px 0px 0px #fff;
		-webkit-box-shadow: 0px 0px 0px #fff;
		border-radius: 0px;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		width:24%;
		border: 1px solid #f2f2f2;
	}

	.photo-gallery-item img.photo-gallery { margin: 0 auto }
	
	#text-content-container .photo-gallery-item p a:link, #text-content-container .photo-gallery-item p a:visited, #text-content-container .photo-gallery-item p a:hover, #text-content-container .photo-gallery-item p a:active {
		text-decoration: none;
		font-size: 14px;
		padding: 10px 0px 2px 0px;
		color: #333;
	}
	
	#text-content-container .photo-gallery-item .glyphicon {
		font-size: 10px;
	}

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

	.photo-gallery-item p strong { 
		display: block;
		font-weight: normal;
	}

	.single-photo-desc { 
		font-style: italic;
		display: block;
		margin-top: 5px;
		font-size: 12px;
		text-align: left;
	} 
	
	.photo-box-desc {
		font-size: 10px !important;
		font-weight: 300;
		padding-bottom: 10px;
		display: block;
	}
	
	.photo-box-title {
		font-size: 11px !important;
		letter-spacing: -0.3px;
	}

	/* Content
	-------------------------------------*/
	#container {
		float: left;
		width: 100%;
		font-size: 1.4em;
		line-height: 1.2em;
	}
	
	#header-wrapper {
		float: left;
		width: 100%;
		height: 167px;
		position: relative;
		top: 0;
		left: 0;
		z-index: 1;			
		/* min-width: 1263px; */
	}

	#header {
		float: left;
		position: relative;
/* 		min-width: 1263px;
		width: 1263px; */
	}
	
	#top-menu {
		max-width: 1000px;
	}
	
	.header-links {
		float: left;
		/*padding: 0px 0px 0px 198px;*/
		padding: 0px 0px 0px 128px;
		/* padding: 0px 0px 0px 497px; */
	}
	
	.header-links li {
		position: relative;
		float: left;
		height: 38px;
		margin: 0px 6px 0px 6px;
		text-transform: lowercase;
		background: #e12a26;
	}
	
	.header-links li a:link, .header-links li a:visited, .header-links li a:hover, .header-links li a:active {
		position: relative;
		color: white;
		text-decoration: none;
		float: left;
		display: block;
		padding: 11px 14px 10px 14px;
	}
	
	.header-links li a:hover {
		background: #b71511;
		text-decoration: underline;
	}
	
	.header-links li a span {
		/* font-size: 1.1em; */
		font-size: 0.8em;
		line-height: 1.1em;		
		letter-spacing: -0.2px;
		text-transform: uppercase;
	}
	
	#header h1.logo,
	#header em.logo {
		display: block;
		position: absolute;
		/*left: -57px;*/
		left: -63px;
		top: 12px;
		z-index: 30;
		width: 155px;
		height: 155px;
		overflow: hidden;
		text-indent: -9999px;
		/*background: url('../images/backgrounds/logo.png') no-repeat center top;*/
		background: url('../images/backgrounds/logo-100.png') no-repeat center top;
	}	

	#header h1.logo a:link, #header h1.logo a:visited, #header h1.logo a:hover, #header h1.logo a:active,
	#header em.logo a:link, #header em.logo a:visited, #header em.logo a:hover, #header em.logo a:active {
		display: block;
		width: 100%;
		height: 100%;
	}
	
	#header h1.logo:hover, #header em.logo:hover { background-position: center bottom; }	
	
	#intranet-navigation {
		float: right;
		max-width: 250px;
		font-size: 0.8em;
		line-height: 1.1em;
		text-transform: uppercase;
		letter-spacing: 0px;
		margin-top: 11px;
	}
	
	#intranet {
		float: right;
		text-align: right;
	}
	
	#intranet a:link, #intranet a:visited, #intranet a:hover, #intranet a:active {
		display: block;
		float: right;
		padding: 0px 0px 0px 19px;
		color: #999;
		text-decoration: none;
		background: url('../images/backgrounds/bgnd-intranet.png') left 2px no-repeat;
	}
	
	#intranet a:hover { background-position: left -40px; }
	
	#navigation {
		float: right;
		text-align: right;
		margin-left: 29px;
	}
	
	#navigation a:link, #navigation a:visited, #navigation a:hover, #navigation a:active {
		display: block;
		float: right;
		padding: 0px 0px 0px 19px;
		color: #999;
		text-decoration: none;
		font-size: 1em;
	}
	
	#navigation a#lng-eng:link, #navigation a#lng-eng:visited, #navigation a#lng-eng:hover, #navigation a#lng-eng:active {
		background: url("../images/backgrounds/bgnd-lng-eng.png") left 2px no-repeat;
	}
	
	#navigation a#lng-slo:link, #navigation a#lng-slo:visited, #navigation a#lng-slo:hover, #navigation a#lng-slo:active {
		background: url("../images/backgrounds/bgnd-lng-slo.png") left 2px no-repeat;
	}	
	
	#navigation a#lng-eng:hover, #navigation a#lng-slo:hover { background-position: left -40px; }	
	

	#content-wrapper {
		position: relative;
		top: 0;
		left: 0;
		z-index: 1;	
		float: left;
		background: url('../images/backgrounds/bgnd-entry-wrapper.gif') left top repeat-y;
		width: 100%;
		/* min-width: 1263px; */
	}
	
	#body-content #content-wrapper { background: none; }
	
	#content {		
		float: left;
		position: relative;
		width: 100%;
		/* overflow: hidden; */
	}	
	
	#news-area-wrapper, #content-area-wrapper  { background: #CECFCE; }
	
	#content-area-wrapper { max-width: 1000px; }
	
	#random-stories-wrapper, #fixed-stories-wrapper {
		position: relative;
		top: 0px;
		left: 0px;
		float: left;
		width: 100%;
		/* max-height: 430px; */
		/* max-height: 383px; */
	}
	
	#random-stories {
		width: 100%;	
		max-width: 100%;
	}	

	#random-stories .item {
		position: relative !important;
	 	min-height: 255px; 
		/*min-height: 255px;
		max-width: 708px;*/
	}
	
	#random-stories .item .embed-responsive-16by9 {
		margin-top: -16px;
	}
	
	#random-stories div.item img { max-width: 100%; max-height: 430px;}
	
	#random-stories .storie-text {
		position: absolute;
		bottom: 17px;
		left: 0px;
		padding: 11px 10px 12px 8px;
		background: url('../images/backgrounds/bgnd-stories.png') left top repeat;
		z-index: 100;
		width: 680px;
		 max-width: 100%;
	}
			
	#random-stories .storie-text:hover { background-image: url('../images/backgrounds/bgnd-stories-hover.png'); }
	
	#random-stories .storie-text h2, .storie-text div:first-child {
		float: left;
		max-width: 445px;
		font-size: 2.3em;
		line-height: 0.9em;
		color: #fff;
	}
	
	#random-stories .storie-text h2 a:link, #random-stories .storie-text h2 a:visited, #random-stories a.storie-text h2 a:hover, #random-stories a.storie-text h2 a:active {
		text-decoration: none;
		color: white;
	}
	
	#random-stories .storie-text p, .storie-text div {
		float: right;
		color: #c2bebb;
		max-width: 183px;
		line-height: 1em;
		padding-top: 3px;
	}
	
	#random-stories .storie-text p a:link, #random-stories .storie-text p a:visited, #random-stories a.storie-text p a:hover, #random-stories a.storie-text p a:active {
		color: #c2bebb;
		text-decoration: none;
	}
	
	.slide-overlay {
		background: url('../images/backgrounds/bgnd-stories.png') left top repeat;
		position: absolute;
		bottom: 20px;
		left: 0px;
	}
	
	.slide-overlay h2 {
		width: 200px;
		float: left;
	}
	
    .customNavigation{
      text-align: center;
    }

    .customNavigation a{
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }
     
	.overlay-text { width: 300px; }
	
	.owl-buttons {
		position: absolute;
		right: 0px;
		top: -38px;
		/*left: 632px;*/
		height: 38px;
		width: 76px;
		z-index: 25;
		background: #e12a26;
	}
	
	.owl-buttons div.owl-next {
		position: relative;
		top: 0px;
		left: 0px;
		display: block;
		float: right;
		width: 38px;
		height: 38px;
		text-indent: -9999px;
		overflow: hidden;
		background: url('../images/backgrounds/bgnd-next.png') left top no-repeat !important;
		z-index: 2;
	}
		
	.owl-buttons div.owl-prev {
		position: relative;
		top: 0px;
		left: 0px;	
		display: block;
		float: left;
		width: 38px;
		height: 38px;
		text-indent: -9999px;
		overflow: hidden;
		background: url('../images/backgrounds/bgnd-prev.png') left top no-repeat !important;
		z-index: 2;
	}
		
/* 	#stories-nav a#prev:hover { background-position: left bottom; }	
	 */
	#stories-nav p {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 76px;
		height: 38px;
		text-align: center;
		color: #ef908e;
		font-size: 0.9em;
		padding-top: 12px;
		letter-spacing: -1px;
	}	
	
	#news-area, #content-area {
		position: relative;
		background: #cccccc;
		/*float: left;
		min-width: 947px;
		padding-bottom: 33px;*/
	}	
	
	#content-area {
		top: 0;
		left: 0;
		z-index: 3;
		background: white;
		margin-top: 0px;
		padding: 0px 0px 20px;
		nax-width: 947px;
	}
	
	#entry-nws-blocks {
		width: none !important;
		display: inline;
		float: left !important;
	}
	
	#news {
		float: none;
		width: calc(100% + 30px);
		margin-left: -15px;
	}
	
	#news li {
		float: left;
		padding: 10px 10px 10px 10px;
	}
	
	#news li.colored {
		background-color: rgba(225,42,38, 0.1);
		border: 1px solid #CECFCE;
	}
	
	.single-news { /*max-width: 230px;*/ } 
	
	#news li:hover { background: #9e9e9e; }
	
	#news li#other-news:hover, #news li#news-title:hover { background: none; }
	
	#news li#other-news { 
		/* width: 452px;  */
		padding-top: 9px;
	}
	
	#news li a.nws-image:link, #news li a.nws-image:visited, #news li a.nws-image:hover, #news li a.nws-image:active {
		float: left;
		/*max-width: 216px;
		max-height: 110px;*/
		overflow: hidden;
		display: block;
		margin-bottom: 7px;
	}
	
	#news li img {
		width: 100%;
	}
	
	#news li span.date, #news li span.title {
		float: left;
		width: 100%;
		color: #898989;
	}
	
	 #news li span.title { 
		padding-bottom: 3px; 
		line-height: 1em;
	}
	
	#news li span.date a:link, #news li span.date a:visited, #news li span.date a:hover, #news li span.date a:active {
		color: #7f7f7f;
		text-decoration: none;
	}
	
	#news li span.title a:link, #news li span.title a:visited, #news li span.title a:hover, #news li span.title a:active {
		color: #333;
		text-decoration: none;
	}	
	
	#news li:hover span.title a:link, #news li:hover span.title a:visited, #news li:hover span.title a:hover, #news li:hover span.title a:active { text-decoration: underline; }
	
	#news li p {
		float: left;
		width: 100%;
		margin-bottom: 2px;
	}
	
	#news li p.news-more {
		margin: 1px 0px 0px 0px;
		border-top: 1px solid #e12a26;
	}
	
	#news li:hover p.news-more { border-top: 1px solid #b71511; }
	
	#news li#other-news p.more { 
		border-top: 1px solid #878787; 
		margin-top: 0px;
	}
	
	#news li#other-news span.other-date {
		float: left;
		width: 74px;
		color: #7f7f7f;
	}
	
	#news li#other-news span.other-title {
		float: left;
		min-width: 200px;
		/* width: 378px; */
	}	
	
	#news li p.news-more a:link, #news li p.news-more a:visited, #news li p.news-more a:hover, #news li p.news-more a:active {
		color: white;
		text-decoration: none;
		float: left;
		background: #e12a26;
		padding: 1px 11px 2px 9px;
	}
	
	#news li:hover p.news-more a:link, #news li:hover p.news-more a:visited, #news li:hover p.news-more a:hover, #news li:hover p.news-more a:active {
		background: #b71511;
	}
	
	/*science*/
	#news-science {
		float: left;
		width: 100%;
		background: #E2E2E2;
		padding: 12px 0 20px 0;
		max-width: 1420px;
	}
	
	#news-science li {
		float: left;
		padding: 10px 10px 10px 10px;
	}
	
	#news-science li:hover { background: #9e9e9e; }
	
	#news-science li#other-news-science:hover, #news-science li#news-title-science:hover { background: none; }
	
	#news-science li#other-news-science { 
		/* max-width: 452px;  */
		max-width: 600px;  
		padding-top: 9px;
	}
	
	#news-science li a.nws-image:link, #news-science li a.nws-image:visited, #news-science li a.nws-image:hover, #news-science li a.nws-image:active {
		float: left;
		max-width: 216px;
		max-height: 110px;
		overflow: hidden;
		display: block;
		margin-bottom: 7px;
	}
	
	#news-science li img {
		/* float: left; */
		width: 100%;
	}
	
	#news-science li span.date, #news-science li span.title {
		float: left;
		width: 100%;
		color: #898989;
	}
	
	 #news-science li span.title { 
		padding-bottom: 3px; 
		line-height: 1em;
	}
	
	#news-science li span.date a:link, #news-science li span.date a:visited, #news-science li span.date a:hover, #news-science li span.date a:active {
		color: #7f7f7f;
		text-decoration: none;
	}
	
	#news-science li span.title a:link, #news-science li span.title a:visited, #news-science li span.title a:hover, #news-science li span.title a:active {
		color: #333;
		text-decoration: none;
	}	
	
	#news-science li:hover span.title a:link, #news-science li:hover span.title a:visited, #news-science li:hover span.title a:hover, #news-science li:hover span.title a:active { text-decoration: underline; }
	
	#news-science li p {
		float: left;
		width: 100%;
		margin-bottom: 2px;
	}
	
	#news-science li p.news-more {
		margin: 1px 0px 0px 0px;
		border-top: 1px solid #e12a26;
	}
	
	#news-science li:hover p.news-more { border-top: 1px solid #b71511; }
	
	#news-science li#other-news-science p.more { 
		border-top: 1px solid #878787; 
		margin-top: 0px;
	}
	
	#news-science li#other-news-science span.other-date {
		float: left;
		width: 74px;
		color: #7f7f7f;
	}
	
	#news-science li#other-news-science span.other-title {
		float: left;
		min-width: 270px;
		/* width: 378px; */
	}	
	
	#news-science li p.news-more a:link, #news-science li p.news-more a:visited, #news-science li p.news-more a:hover, #news-science li p.news-more a:active {
		color: white;
		text-decoration: none;
		float: left;
		background: #e12a26;
		padding: 1px 11px 2px 9px;
	}
	
	#news-science li:hover p.news-more a:link, #news-science li:hover p.news-more a:visited, #news-science li:hover p.news-more a:hover, #news-science li:hover p.news-more a:active {
		background: #b71511;
	}
	
	#side-news ul.link-list li.news-archive-link {
		float: left;
		width: 100%;
		border-top: 1px solid #e12a26;
	}
	
	#sidebar div#sb-events.sidebar-item p.more {
		float: left;
		width: 100%;
		border-top: 1px solid #e12a26;
	}
	
	#side-news ul.link-list li.news-archive-link:hover { border-top: 1px solid #b71511; }
	
	#side-news ul.link-list li.news-archive-link a:link,
	#side-news ul.link-list li.news-archive-link a:visited,
	#side-news ul.link-list li.news-archive-link a:hover,
	#side-news ul.link-list li.news-archive-link a:active {
		color: white;
		text-decoration: none;
		float: left;
		background: #e12a26;
		padding: 1px 11px 3px 9px;
	}
	
	#body-content #text-content-container  p.back-to a:link,	
	#body-content #text-content-container  p.back-to a:visited,	
	#body-content #text-content-container  p.back-to a:hover,	
	#body-content #text-content-container  p.back-to a:active {
		color: white;
		text-decoration: none;
		float: left;
		background: #e12a26;
		padding: 1px 11px 3px 9px;
	}
	
	#sidebar div#sb-events.sidebar-item p.more a#all-events:link,
	#sidebar div#sb-events.sidebar-item p.more a#all-events:visited,
	#sidebar div#sb-events.sidebar-item p.more a#all-events:hover,
	#sidebar div#sb-events.sidebar-item p.more a#all-events:active {
		color: white;
		text-decoration: none;
		float: left;
		background: #e12a26;
		padding: 1px 11px 3px 9px;	
	}
	
	#side-news ul.link-list li.news-archive-link a:hover { background: #b71511; }
	
	#text-content-container table#news-archive th { color: #fff; }
	
	#text-content-container table#news-archive {
		margin-bottom: 20px;
		margin-left: 20px;
		width: 95%;
		border: 1px solid #e9e9e9;
	}
	
	#text-content-container table#news-archive tr.first-row {
		background: #b71511;
		color: white;
	}
	
	#text-content-container table#news-archive td {
		border: 1px solid #e9e9e9;
		line-height: 0.9em;
		color: #C4C4C4;
		font-size: 0.9em;
	}
	
	#text-content-container table#news-archive a:link,
	#text-content-container table#news-archive a:hover,
	#text-content-container table#news-archive a:visited {
		color: #333333;
		text-decoration: none;
	}
	
	#text-content-container table#news-archive a:active {
		color: #b71511;
	}
	
	#photos div.galleries-archive-link {
		float: left;
		margin-top: 0px;
		width: 100%;
		border-top: 1px solid #e12a26;
	}
	
	#photos div.galleries-archive-link:hover { border-top: 1px solid #b71511; }
	
	#photos h3 {
		float: left;
		padding: 1px 7px 2px 7px;
		margin-top: 11px;
		background: #cccccc;
		color: white;
	}
	
	#content-area #photos h3 {
		width: 93%;
	}
	
	#photos div.galleries-archive-link a.more-galleries:link, 
	#photos div.galleries-archive-link a.more-galleries:visited, 
	#photos div.galleries-archive-link a.more-galleries:hover, 
	#photos div.galleries-archive-link a.more-galleries:active {
		color: white;
		text-decoration: none;
		float: right;
		background: #e12a26;
		padding: 2px 1px 2px 9px;
		height: 100%;
		text-transform: lowercase;
		margin: 0px;
	}
	
	#photos div.galleries-archive-link a.more-galleries:hover { background: #b71511; }
	
	#news li p a:link, #news li p a:visited, #news li p a:hover, #news li p a:active { 
		color: #333; 
		text-decoration: none;
	}
	
	#news-science li p a:link, #news-science li p a:visited, #news-science li p a:hover, #news-science li p a:active { 
		color: #333; 
		text-decoration: none;
	}
	
	#sb-event-categories.sidebar-item a:link,
	#sb-event-categories.sidebar-item a:visited,
	#sb-event-categories.sidebar-item a:link,
	#side-news .news-list .news-title a:link,
	#side-news .news-list .news-title a:visited,
	#side-news .news-list .news-title a:active {
		color: #676767; 
		text-decoration: none;
	}
	
	#side-news .news-list .news-title a:hover,
	#sb-event-categories.sidebar-item a:hover	{
		color: #b71511;
	}
	
	#side-news .news-list .news-date { margin-right: 4px; }
	
	#side-news .news-list .news-title {}
	
	#side-news ul.news-list {
		position:relative;
		float: left;
	}
	
	#side-news ul.news-list li {
		margin-bottom: 7px;
		float: left;
	}
	
	#news li#other-news p.more a:link, #news li#other-news p.more a:visited, #news li#other-news p.more a:hover, #news li#other-news p.more a:active {
		float: right;
		background: #878787;
		padding: 0px 11px 3px 9px;
		color: white;
		text-decoration: none;
		text-transform: lowercase;
	}
	
	#news li#other-news p.more a.archive-link:link, #news li#other-news p.more a.archive-link:visited, #news li#other-news p.more a.archive-link:hover, #news li#other-news p.more a.archive-link:active  {
		margin-right: 10px;
	}
	
	#news li#other-news p.more a:hover { 
		background: #b71511; 
		margin: 0;
	}
	
	#news li#other-news p a:hover { 
		color: #b71511; 
		text-decoration: underline;
	}
	
	#news li#news-title {
		max-width: 230px;
		padding: 0px 0px 0px 6px;
		float: right;
	}
	
	#news li#news-title h2 {
		float: left;
		width: 100%;
		padding-left: 0px;
		height: 165px;
		font-size: 3.0em;
		line-height: 1.1em;
		color: white;
		text-transform: lowercase;
		font-weight: normal;
	}
	
	#news li#news-title h2 span.level1 {
		float: left;
		width: 100%;
		padding: 59px 0px 0px 0px;
	}
	
	#news li#news-title h2 span.level2 {
		float: left;
		position: relative;
		top: -24px;
		left: 24px;
	}
	
	.lang-eng #news li#news-title h2 span.level2 {
		width: 227px;
		left: 4px;
	}
	
 	#other-news { max-width: 600px; } 
	
	#other-news-wrapper {
		float: left;
		width: 100%;
		/*min-height: 188px;*/
		padding-bottom: 1px;
	}
	
	/*science*/
	#news-science li#other-news-science p.more a:link, 
	#news-science li#other-news-science p.more a:visited, 
	#news-science li#other-news-science p.more a:hover, 
	#news-science li#other-news-science p.more a:active {
		float: right;
		background: #878787;
		padding: 0px 11px 3px 9px;
		color: white;
		text-decoration: none;
		text-transform: lowercase;
	}
	
	#news-science li#other-news-science p.more a.archive-link:link, 
	#news-science li#other-news-science p.more a.archive-link:visited, 
	#news-science li#other-news-science p.more a.archive-link:hover, 
	#news-science li#other-news-science p.more a.archive-link:active  {
		margin-right: 10px;
	}
	
	#news-science li#other-news-science p.more a:hover { 
		background: #b71511; 
		margin: 0;
	}
	
	#news-science li#other-news-science p a:hover { 
		color: #b71511; 
		text-decoration: underline;
	}
	
	#news-science li#news-title-science {
		width: 230px;
		padding: 0px 0px 0px 6px;
				float: right;
	}
	
	#news-science li#news-title-science h2 {
		float: left;
		width: 100%;
		padding-left: 0px;
		height: 165px;
		font-size: 3.0em;
		line-height: 1.1em;
		color: #E12A26;
		text-transform: lowercase;
		font-weight: normal;
	}
	
	#news-science li#news-title-science h2 span.level1 {
		float: left;
		width: 100%;
		padding: 59px 0px 0px 0px;
	}
	
	#news-science li#news-title-science h2 span.level2 {
		float: left;
		position: relative;
		top: -24px;
		left: 24px;
	}
	
	.lang-eng #news-science li#news-title-science h2 span.level2 {
		width: 227px;
		left: 4px;
	}
		
	#other-news-science-wrapper {
		float: left;
		width: 100%;
		min-height: 188px;
		padding-bottom: 1px;
	}
	
	#links-events-wrapper {
		position: relative;
		top: 0;
		left: 0;
		z-index: 2;	
		float: left;
		width: 100%;
		margin-bottom: 10px;
		/*background: url('../images/backgrounds/bgnd-links-events-publications-wrapper.gif') center top repeat-y;*/
		/* min-width: 1263px; */
	}
	
	#links-events {		
		position: relative;
		float: left;
		padding: 10px 0px 0px 0px;
		background: #f2f2f2;
		/*width: 1228px;	 */
	}		
	
	#links {
		float: left;
		max-width: 800px;
		padding-bottom: 20px;
	}
	
	#important, #quick, #calls-entry {
		float: left;
		width: 100%;
		margin-top: 14px;
	}
	
	#links-events h2 {
		float: left;
		max-width: 310px;
		padding-right: 8px;
		font-size: 3.0em;
		line-height: 1.1em;
		text-transform: lowercase;
		font-weight: normal;
	}
	
	#calls-entry h2 span, #links-events h2 span {
		position: relative;
		float: right;
		width: 100%;
		text-align: right;
	}
	
	#important h2 { color: #e12a26; }	
	#calls-entry h2 {color: #e12a26; margin-top: -12px;}	
	#quick h2 { color: #afafaf; margin-top: -12px; }
	
	#calls-entry h2 span.level1, #quick h2 span.level1 { left: -8px; }
	
	#calls-entry h2 span.level2, #quick h2 span.level2 { top: -24px; }
	
	#important-list, #quick-list, #calls-entry-ul {
		float: left;
		padding: 0px 10px 25px 10px;
		max-width: 442px;
	}
	
	#important-list li, #quick-list li {
		position: relative;
		padding-left: 14px;
		max-width: 438px;
		/* float: left; */
	}
	
	#important-list li { 
		background: url('../images/backgrounds/bgnd-bullet-red.gif') left 3px no-repeat; 
		margin: 0px 0px 3px 0px;
	}
	
	#important-list li.first {
		background: #cccccc url('../images/backgrounds/bgnd-building.png') 4px 4px no-repeat;
		min-height: 51px;
		border-bottom: 1px solid #e12a26;
		font-size: 1.4em;
		line-height: 1em;
		margin: 0px 0px 9px 0px;
	}
	
	#important-list li.first a:link, #important-list li.first a:visited, #important-list li.first a:hover, #important-list li.first a:active {
		position: absolute;
		bottom: 0px;
		left: 0px;
		width: 390px;
		color: #e12a26;
		padding: 10px 5px 1px 57px;
		text-decoration: none;
	}
	
	#important-list li.first:hover {
		background-color: #b71511;
	}
	
	#important-list li.first:hover a { color: white; }

	#quick-list li {
		background: url('../images/backgrounds/bgnd-bullet-grey.gif') left 3px no-repeat; 
		margin-bottom: 3px;
	}
	
	#sb-quicklinks.sidebar-item a.INNERLINK:link,
	#sb-quicklinks.sidebar-item a.INNERLINK:visited,
	#sb-quicklinks.sidebar-item a.INNERLINK:active {
		background: url('../images/backgrounds/bgnd-bullet-grey.gif') left 5px no-repeat; 
		margin-bottom: 3px;
		color: #676767;
		padding: 0px 12px;
	}
	
	#sb-quicklinks.sidebar-item a.INNERLINK:hover {
		background: url('../images/backgrounds/bgnd-bullet-grey.gif') left 5px no-repeat; 
		margin-bottom: 3px;
		color: #b71511;
		padding: 0px 12px;
	}
	
	#important-list li a:link, #important-list li a:visited, #important-list li a:hover, #important-list li a:active,
	#quick-list li a:link, #quick-list li a:visited, #quick-list li a:hover, #quick-list li a:active,
	#calls-entry a:link, #calls-entry a:visited, #calls-entry a:hover, #calls-entry a:active {
		color: #333;
		text-decoration: none;
	}
	
	#important-list li a:hover, #calls-entry a:hover {
		text-decoration: underline;
		color: #b71511;
	}
	
	#quick-list li a:hover { 
		color: #b71511; 
		text-decoration: underline;
	}

	#calls-entry .other-title {
		margin-left: 10px;
	}	
	
	#calls-entry .other-date {
		color: #AFAFAF;
	}
	
	#calls-entry #calls-entry-ul p {
		margin-bottom: 3px;
	}
	
	#events {
		/*float: left;
		padding: 0px 10px 20px 10px;
		margin-left: 10px;
		width: 197px;
		height: 383px;
		overflow: hidden;
		background: none repeat scroll 0 0 #f2f2f2;*/
		
		float: left;
		padding: 0px 10px 20px 10px;
		/* width: 216px;	 */
		max-width: 240px;	
	}
	
	#events h2 {
		float: left;
		width: 100%;
		text-align: center;
		font-size: 3.0em;
		line-height: 1.1em;
		text-transform: lowercase;
		font-weight: normal;
		color: #e12a26;
		padding-bottom: 7px;
	}
	
	#events-list {
		float: left;
		width: 100%;
		padding-bottom: 9px;
	}
	
	#events-list li {
		float: left;
		width: 100%;
		margin-bottom: 9px;
		border-bottom: 1px solid #9e9e9e;
	}
	
	#events-list p.data {
		display: block;
		float: left;
		width: 51px;
		height: 51px;
		border-bottom: 1px solid #9e9e9e;
		background: #9e9e9e;
		margin-bottom: -1px;
	}
	
	#events-list li.ev-important p.data {
		border-bottom: 1px solid #e12a26;
		background: #e12a26;
	}
	
	#events-list p.data a:link, #events-list p.data a:visited, #events-list p.data a:hover, #events-list p.data a:active {
		color: white;
		display: block;
		width: 100%;
		height: 100%;
		text-decoration: none;
	}
	
	#events-list p.data span {
		position: relative;
		float: left;
		width: 100%;
		text-align: center;
		font-size: 1.8em;
		line-height: 1.1em;
	}
	
	#events-list p.data span.level1 { padding-top: 5px; }
	
	#events-list p.data span.level2 { 
		top: -14px; 
		text-transform: lowercase;
	}
	
	#events-list span.title {
		float: left;
		/*width: 140px;*/
		width: 160px;
		padding: 1px 0px 0px 5px;
	}
	
	#events-list span.title a:link, #events-list span.title a:visited, #events-list span.title a:hover, #events-list span.title a:active {
		color: #333;
		text-decoration: none;
	}
	
	#events-list span.title a:hover { 
		color: #e12a26;
		text-decoration: underline;
	}
	
	#events p.more {
		float: left;
		width: 100%;
		border-top: 1px solid #cccccc;
	}
	
	#events p.more:hover { border-top: 1px solid #e12a26; }
	
	#events p.more a:link, #events p.more a:visited, #events p.more a:hover, #events p.more a:active {
		background: #cccccc;
		/*padding: 2px 4px 2px 4px;*/
		padding: 2px 7px 2px 7px;
		color: white;
		text-decoration: none;	
	}	
	
	#events p.more a:hover { background: #e12a26; }
	
	#events p.more a#all-events { float: left; }
	
	#events p.more a#order-events { float: right; }
	
	#events #events-list li span.title span.event-entry-date {font-size: 0.8em; line-height: 1em; color: #9E9E9E; letter-spacing: -0.7px; }
	
	#gallery, #sb-gallery {
		float: left;
		padding: 0px 8px 20px 10px;
		max-width: 240px;
	}
	
	#side-news {
		float: left;
	}
	
	#sb-news.sidebar-item {
		float: right;
	}
	
	#sb-gallery { padding: 10px 8px 70px 10px; }
	
	#gallery h2 {
		float: left;
		width: 100%;
		text-align: right;
		font-size: 3.0em;
		line-height: 1.1em;
		text-transform: lowercase;
		font-weight: normal;
		color: #cccccc;
		position: relative;
		margin: 0px 0px -3px -2px;
	}
	
	#gallery a, #sb-gallery a {
		float: left;
		width: 107px;
		height: 107px;
		display: block;
		overflow: hidden;
		margin: 0px 2px 2px 0px;		
	}
	
	#gallery img, #sb-gallery img {
		float: left;
		max-width: 180px;
		max-height: 180px;
	}
	
	#video-wrapper {
		position: relative;
		top: 0;
		left: 0;
		z-index: 2;	
		float: left;
		/*background: url('../images/backgrounds/bgnd-video-wrapper.gif') center top repeat-y;*/
		margin-bottom: 10px;
		width: 100%;
		/* min-width: 1263px; */
	}
	
	#video {
		float: left;
		position: relative;
		background: #cbcccb;
	}		
	
	#video h2 {
		float: left;
		font-size: 3em;
		font-weight: normal;
		line-height: 1.1em;
		padding-right: 6px;
		text-transform: lowercase;
		max-width: 239px;
		color: white;
		margin-top: 69px;
	}	
	
	#video h2 span {
		float: left;
		position: relative;
		text-align: right;
		width: 100%;
	}	
	
	#video h2 span.level1 { left: -32px; }
	
	#video h2 span.level2 { top: -24px; }
	
	#video-holder {
		position: relative;
		top: 0;
		left: 0;
		float: left;
		margin: 20px 10px 0px 10px;
		/* max-width: 924px; */
		height: 107px;
		overflow: hidden;
		z-index: 3;
	}
	
	#video-holder li { float: left; }
	
	#video-holder img {
		float: left;
	}
	
	#video-holder a:link, #video-holder a:visited, #video-holder a:hover, #video-holder a:active {
		position: relative;
		display: block;
		overflow: hidden;
		width: 189px;
		height: 107px;
		float: left;
		border-right: 2px solid #cccccc;		
	}
	
	#video p.more {
		position: absolute;
		right: 60px;
		top: 126px;
		z-index: 2;
		min-width: 320px;
		border-top: 1px solid #878787;
	}
	
	#video p.more a:link, #video p.more a:visited, #video p.more a:hover, #video p.more a:active {
		background: #878787;
		padding: 2px 7px 2px 7px;
		color: white;
		text-decoration: none;	
		float: right;
	}		
	
	#video p.more a:hover { background: #b71511; }
	
	#publications-wrapper {
		position: relative;
		top: 0;
		left: 0;
		z-index: 2;	
		float: left;
		/*background: url('../images/backgrounds/bgnd-links-events-publications-wrapper.gif') center top repeat-y;*/
		margin-bottom: 10px;
	}
	
	#publications {
		position: relative;
		float: left;
		padding: 0px 0px 0px 50px;
		background: #f2f2f2;
		/* min-width: 1214px; */
	}		
	
	#publications-holder {
		position: relative;
		top: 0;
		left: 0;
		float: left;
		margin: 20px 10px 0px 0px;
		height: 116px;
		overflow: hidden;
		z-index: 3;
	}	
	
	#publications-holder li {
		position: relative;
		float: left;
		width: 116px;
		height: 116px;
		border-right: 2px solid #f2f2f2;
		overflow: hidden;
	}
	
	#publications-holder li img {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 2;
	}
	
	#publications-holder li a:link, #publications-holder li a:visited, #publications-holder li a:hover, #publications-holder li a:active {
		position: relative;
		display: block;
		width: 116px;
		height: 116px;
		top: 0;
		left: 0;
		z-index: 3;
	}
	
	#publications-holder li a span, #video-holder a span {
		background: #e12b26;
		color: white;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 109px;
		padding: 5px 2px 2px 5px;
		font-size: 0.9em;
		line-height: 1em;
	}
	
	#video-holder a span { width:182px; }
	
	#publications p.more {
		position: absolute;
		right: 60px;
		top: 135px;
		z-index: 2;
		width: 1120px;
		min-width: 1120px;
		border-top: 1px solid #878787;
	}
	
	#publications p.more a:link, #publications p.more a:visited, #publications p.more a:hover, #publications p.more a:active {
		background: #878787;
		padding: 2px 7px 2px 7px;
		color: white;
		text-decoration: none;	
		float: right;
	}		
	
	#publications p.more a:hover { background: #b71511; }	
	
	#publications h2 {
		float: left;
		font-size: 3em;
		font-weight: normal;
		line-height: 1.1em;
		padding: 6px 6px 5px 0px;
		text-transform: lowercase;
		width: 230px;
		color: #afafaf;
	}	
	
	#publications h2 span {
		float: left;
		position: relative;
		text-align: right;
		width: 100%;
	}		
	
	#banners-wrapper {
		float: left;
		width: 100%;
		margin-top: 30px;
		margin-bottom: 15px;
		padding-top: 15px;
		background: none repeat scroll 0 0 #f9f9f9;
		/* min-width: 1263px; */
		overflow-x: scroll;
	}
	
	.banners {
		float: left;
		width: 100%;
	}
		
	.banners td {
		vertical-align: middle;
		text-align: center;
		padding: 0px 4px 15px 4px;
	}

	.banners td a img {
		filter: grayscale(100%);
		-webkit-filter: grayscale(100%);
		-moz-filter: grayscale(100%);
		-ms-filter: grayscale(100%);
		-o-filter: grayscale(100%);
		-webkit-filter: grayscale(1);
		filter: gray; 
	}
	/*mid slike pomanjšane*/
	.banners td a img{
		max-height: 78px;
		max-width: 300px;
	}
	
	.banners td a img:hover {
		filter: none;
		-webkit-filter: none;
		-moz-filter: none;
		-ms-filter: none;
		-o-filter:none;
		-webkit-filter: none;
		filter: none; 
	}
	
	.color {
		left: 0;
		position: absolute;
		top: 0;
		z-index: 15;
	}
	
	.des {
		position: relative;
		z-index: 10;
	}	
	
	#footer-wrapper {
		position: relative;
		top: 0;
		left: 0;
		/* z-index: 20; */	
		float: left;
		background: #8c8c8c;
		width: 100%;
	}
	
	#footer {
		position: relative;
		margin: 0 auto;
		padding: 0px 50px 0px 30px;
		/* width: 1180px; */
	}	
	
	#footer-shrink {
		position: relative;
		float: left;
		height: 208px;
		/* width: 472px; */
	}
	
	.footer-col {
		float: left;
		padding: 13px 10px 10px 10px;
		/*width: 216px;*/
		color: white;
	}
	
	#contact.footer-col {
		float: right;
	}
	
	#search-area {
		padding-bottom: 0; 
		margin-bottom: -6px;	
	}
	
	.footer-col h2 {
		float: left;
		width: 100%;
		font-size: 3em;
		font-weight: normal;
		line-height: 1.1em;
		text-transform: lowercase;
		color: #afafaf;
		margin-bottom: 15px;
	}
	
	.footer-col p {
		float: left;
		width: 100%;
		padding-bottom: 13px;
	}
	
	#contact.footer-col p {padding-left: 4px;}
	
	.footer-col p.contact-more { 
		text-transform: uppercase; 
		padding-bottom: 5px;
	}
	
	.footer-col p a:link, .footer-col p a:visited, .footer-col p a:hover, .footer-col p a:active {
		color: white;
		text-decoration: underline;
	}
	
	.footer-col p a:hover { text-decoration: none; }
	
	#copyrights {
		position: absolute;
		bottom: 13px;
		left: 10px;
		color: #cbcbcb;
		margin-left: 15px;
	}
	
	/*#copyrights.cpt {
		position: absolute;
		bottom: -54px;
		left: 10px;
		color: #cbcbcb;
	}*/	
	
	#footer form {
		float: left;
		width: 100%;
	}
	
	#footer input, #footer select {
		float: left;
		width: 80px;
		padding: 8px 5px 7px 6px;
		height: 16px;
		color: #8c8c8c;
		background: #cccccc;
		border: 0;
		margin: 0;
	}
	
	#members-area, #members-header-area {
		position: relative;
		float: left;
		width: 216px;
		height: 31px;	
		
	}
	
	#members-header-area {
		position: absolute;
		/* right: auto; */
		left: 50%;
		top: -129px;
		display: none;
		z-index: 399;
	}	
	
	#members-area .members-input { 
		float: left;
		width: 174px; 
		/* height: 16px; */
		height: 31px;
		display: block;
		padding: 8px 5px 7px 6px;
		background: transparent;
		background: #cccccc;
		cursor: pointer;
		color: #8c8c8c;
	}
	
	#members-area .members-button, #helpdesk .members-button { 
		float: left;
		width: 31px;
		height: 31px;
		background: url('../images/backgrounds/bgnd-submit.png') left top no-repeat;
		text-indent: -9999px;
		overflow: hidden;
		cursor: pointer;
	}
	
	#members-area .members-button:hover, #helpdesk .members-button:hover { background-position: left bottom; }	
	
	#members-select, #members-header-select {
		float: left;
		position: absolute;
		width: 216px;
		width: 205px;
		bottom: 32px;
		left: 0px;
		background: #cccccc;
		padding: 5px 0px;
		display: none;
	}
	
	#members-select {
		z-index: 11;
	}
	
	#members-header-select { 
		display: block; 
		top: 0px;
		bottom: auto;
		left: auto;
		right: 0px;
		z-index: 3;
		width: 326px;
		background: #fcdcdb;
		border: 2px solid #E12A26;
	}
	
	#members-select li, #members-header-select li {
		float: left;
		width: 100%;
		line-height: 1.1em;
		margin-top: 2px;
	}
	
	#members-select li.members-category, #members-header-select li.members-category { 
		padding: 4px 0px;
		text-align: center; 
		text-transform: uppercase;
	}
	
	#members-select li a:link, #members-select li a:visited, #members-select li a:hover, #members-select li a:active,
	#members-header-select li a:link, #members-header-select li a:visited, #members-header-select li a:hover, #members-header-select li a:active	{
		text-decoration: none;
		color: #8c8c8c;
		float: left;
		width: 205px; 
		padding: 2px 5px 2px 6px;		
	}
	
	#members-header-select li a:link, #members-header-select li a:visited, #members-header-select li a:hover, #members-header-select li a:active { 
		width: 315px; 
		color: #333;
	}
	
	#members-select li a:hover, #members-header-select li a:hover { 
		background: #b71511;
		color: white; 
	}
	
	#members-header-select li a:hover { background: #E12A26; }
	
	.close-members {
		position: absolute;
		top: 5px;
		right: 7px;
		color: #E12A26;
		cursor: pointer;
	}
	
	
	#footer input#username { margin-right: 3px; }
	
	#footer input#submit {
		width: 31px;
		height: 31px;
		background: #f2f2f2 url('../images/backgrounds/bgnd-submit.png') right top no-repeat;
		text-indent: -9999px;
		overflow: hidden;
		cursor: pointer;
	}
	
	#footer input#submit:hover { background-position: right bottom; }
	
	#search { 
		float: left;
		width: 100%;
	}

	#search input.input-submit {
		background: url("../images/backgrounds/bgnd-submit.png") no-repeat scroll left top transparent;
		cursor: pointer;
		float: left;
		height: 31px;
		overflow: hidden;
		text-indent: -9999px;
		width: 31px;
	}
		
	#search input.input-submit:hover { background-position: left bottom; }

	#search input#input-search-mini {
		font-family: cambria, "ff-meta-serif-web-pro-n5", "ff-meta-serif-web-pro", arial, sans-serif;
		background: none repeat scroll 0 0 #CCCCCC;
		color: #8C8C8C;
		display: block;
		float: left;
		height: 16px;
		padding: 8px 5px 7px 6px;
		width: 174px;		
	}
	
	
	#content-area h1 {
		color: #256393;
		text-transform: uppercase;
		float: left;
		width: 100%;
		font-size: 1.7em;
		line-height: 1.1em;
	}
	
	#content-area h2 {
		color: #C22B16;
		text-transform: uppercase;
		/*float: left;*/
		width: 100%;
		font-size: 1.4em;
		line-height: 1.1em;
		margin-bottom: 15px;
		
	}

	#content-area #text-content-container h2 {
		border-bottom: 1px solid;
		letter-spacing: 0px;
	}		
	
	#content-area h3 {
		color: #C22B16;
		/*float: left;*/
		width: 100%;
		font-size: 1.2em;
		line-height: 1.1em;
		margin-bottom: 15px;
		border-bottom: 1px dotted;
	}	

	#content-area #text-content-container h3 { border-bottom: 1px dotted; }	
	
	#heading-breadcrumbs {
		float: left;
		background: #f2f2f2 url('../images/backgrounds/bgnd-heading.png') 12px 18px no-repeat;
		width: 100%;
		padding: 15px 0px 15px 31px; 
		/*width: 979px;
		margin: 0px 0px 30px -31px; */
	}	
	
	#breadcrumbs {
		float: left;
		/*border-bottom: 1px solid #a0a0a0;*/
		padding: 0px 27px 0px 5px;
		margin: 0px -27px 0px -5px;
		max-width: 922px;
		font-size: 0.9em;
		color: #256393;
	}
	
	#breadcrumbs a:link, #breadcrumbs a:visited, #breadcrumbs a:hover, #breadcrumbs a:active {
		color: #256393;
		text-decoration: none;
	}
	
	#breadcrumbs a:hover { text-decoration: underline; }
	
	#abstract {
		float: left;
		max-width: 922px;
		padding-bottom: 30px;
		margin: 30px 30px 0px;
		font-size: 1.3em;
		line-height: 1.1em;
		color: #256393;
		border-bottom: 1px solid #a0a0a0;
		width: 100%;
	}
	
	#abstract.cntdoclist {
		display: block;
		width: 676px;
	}
	
	#abstract a:link, #abstract a:visited, #abstract a:hover, #abstract a:active {
		text-decoration: underline;
		color: #256393;
	}
	#abstract a:hover { text-decoration: none; }
	
	#text-content-container .list-abstract {
		color: #BABABA;
	}
	
	#text-content-container {
		float: left;
		max-width: 750px;
		/* padding: 30px 31px 0px; */
		padding: 30px 5px 0px 31px;
	}
	
	#text-content-container.brochures {
		max-width: 100%;
		padding: 1px 0px 0px 1px;
	}
	
	.modal-body p {
		overflow-wrap: break-word;
		
	}
	
	.modal-body #text-content-container {
		float: none;
	}
	
	.modal-title {
		font-size: 18px;
		font-weight: bold;
		text-transform: uppercase;
	}

	#text-content-container p {
		padding-bottom: 1.3em;
	}
	
	#text-content-container p.date {
		padding-bottom: 0em;
		color: #A4A4A4;
	}
	
	#text-content-container p.category {
		padding-bottom: 0.8em;
		color: #A4A4A4;
	}

	#text-content-container a:link, #text-content-container a:visited, #text-content-container a:hover, #text-content-container a:active {
		color: #256393;
		text-decoration: underline;
	}
	
	a.btn-danger:link, a.btn-danger:visited , a.btn-danger:hover , a.btn-danger:active  {
		color: #ffffff !important;
		text-decoration: none !important;
	}
	
	
	#text-content-container a.ANCHOR:link, #text-content-container a.ANCHOR:visited, #text-content-container a.ANCHOR:hover, #text-content-container a.ANCHOR:active {
	/* 	color: #C22B16; */
		color: #c22b16;
		text-decoration: none;
	}
	
	a.ANCHOR { color: #c22b16; }
	
	#text-content-container a#back-to:link, #text-content-container a#back-to:visited, #text-content-container a#back-to:hover, #text-content-container a#back-to:active {
		background: none repeat scroll 0 0 #b71511;
		color: #FFFFFF;
		float: left;
		padding: 3px 11px 3px 9px;
		text-decoration: none;
	}
	
	#text-content-container .back-to {
		border-top: 1px solid #b71511;
		float: left;
		width: 100%;
		margin-top: 10px;
	}
	
	#text-content-container a:hover { text-decoration: none; }
	
	#text-content-container ul.cnt-list li span.date {
		margin-right: 10px;
	}
	
	#text-content-container ul.cnt-list li span.date-intranet {
		margin-right: 10px;
		color: #7F7F7F;
	}


	/* external link */
	#text-content-container a.external {
		/*margin-right: 10px;*/
		margin-right: 2px;
		/*padding-right: 15px;*/
		padding-right: 11px;
		background-image: url('../images/backgrounds/icons/external-link.png');
		background-position: 100% 28%;
		background-repeat: no-repeat;
	}
	
	#text-content-container a.ebook.external {
		padding: .2em 0 .1em 19px;
		background: transparent url(../images/icons/image.png) 0% .2em no-repeat;
	}

	#text-content-container a.ebook {
		padding: .2em 0 .1em 19px;
		background: transparent url(../images/icons/image.png) 0% .2em no-repeat;
	}		
	
	#text-content-container.cus {width: 947px;}
	
	#sidebar {
		float: right;
		max-width: 236px;
		background: white;
		margin: 20px 0px 20px 0px;
	}
	
	.sidebar-item {
		float: right;
		max-width: 216px;
		padding: 10px 10px 60px 10px;
		color: #858585;
		background: #e9e9e9;
		margin-bottom: 20px;
	}
	
	#content-area #sidebar h2 {
		float: left;
		width: 100%;
		padding: 0px;
		font-size: 2.7em;
		line-height: 1.1em;
		color: #bababa;
		text-transform: lowercase;
		font-weight: normal;
		margin: 0px;
	}
	
	#content-area #sidebar h2 span.level1 {
		position: relative;
		float: left;
		width: 100%;
		padding: 0px 0px 0px 0px;
		margin-left: -2px;
	}
	
	#content-area #sidebar h2 span.level2 {
		float: left;
		position: relative;
		margin-top: -24px;
		margin-left: 6px;
	}

	#content-area #sidebar h2 span.level2eng {
		float: left;
		position: relative;
		margin-top: -24px;
		margin-left: 6px;
		font-size: 0.84em;
	}		
	
	#sb-quicklinks #quick-list, #sb-news-category #category-list {
		float: left;
		width: 100%;
		padding: 0px;
	}
	
	#sb-quicklinks #quick-list li, #sb-news-category #category-list li {
		padding-left: 14px;
		width: 202px;
		line-height: 1.1em;
		margin-bottom: 3px;
	}
	
	#sb-quicklinks #quick-list li:hover, #sb-news-category #category-list li.category-on, #sb-news-category #category-list li:hover	{ 
		background: url('../images/backgrounds/bgnd-bullet-red.gif') left 1px no-repeat;
	}
	
	#sb-quicklinks #quick-list a:link, #sb-quicklinks #quick-list a:visited, #sb-quicklinks #quick-list a:hover, #sb-quicklinks #quick-list a:active,
	#sb-news-category #category-list a:link, #sb-news-category #category-list a:visited, #sb-news-category #category-list a:hover, #sb-news-category #category-list a:active {
		color: #858585;
		text-decoration: none;
		background: none;
	}
	
	#submenu-wrapper {
		float: left;
		width: 100%;
		margin: 0px 0px 15px 0px;
	}
	
	#text-content-container .submenu:link, #text-content-container .submenu:visited, #text-content-container .submenu:hover, #text-content-container .submenu:active {
		float: left;
		display: block;
		padding: 4px 4px;
		margin-right: 4px;
		margin-bottom: 4px;
		text-transform: uppercase;
		background: #e12a26;
		color: white;
		text-decoration: none;
		font-size: 1em;
		line-height: 1.1em;
	}
	
	#text-content-container .submenu-active:link, #text-content-container .submenu-active:visited, 
	#text-content-container .submenu-active:hover, #text-content-container .submenu-active:active,
	#text-content-container .submenu:hover {
		background: #b71511;
	}	
	
	
	
	#map {
		float: left;
		width: 100%;
		height: 500px;
	}
	
	.gmap-div {
		font-size: 1em;
		line-height: 1em;
		background: #ffebef;
		padding: 1px 8px 1px 8px;
		border: 1px solid #f58020;
		width: auto;
		text-align: center;
		color: #333;
	}	
	
	/* pagging */
	
	#pagging {
		/* float: left; */
		margin-top: 2px;
		margin-bottom: 10px;
		width: 100%;
	}
	
	ul#pagging li {
		float: left;
		margin-right: 2px;		
		padding: 3px 0px;
		width: 25px;
		border: 1px solid #b71511;
		background: #b71511;	
		color: white;
		list-style-type: none;
		text-align: center;
		margin-left: 0px;
	}
	
	#pagging li a:link, #pagging li a:visited, #pagging li a:hover, #pagging li a:active {
		display: block;
		margin: -3px 0px;		
		padding: 3px 0px;
		background: white;
		color: #676767;
		text-decoration: none;
	}
	

	/* Navigation
	-------------------------------------*/

	/* bootstrap nav */
 	.navbar-default {
		background: none;
		border: none;
		margin: 0px;
		min-height: 0px;
	} 
	
	#navbar { 
		width: 100%;
		overflow: hidden;
		position: relative;
	}
		
	.navbar-header, .navbar-toggle {
		padding: 6px 3px;
		border-radius: 0px;
		float: left;
		margin-left 2px;
	}
	
	.navbar-collapse { padding: 0px; }
	
	.navbar-toggle { 
		margin-right: 0px; 
		position: unset;
		background: #E12A26;
	}
	
	.navbar-toggle .icon-bar { background: white; }
	
	.navbar-toggle { float: none; }	
	
	
	/* --- Main Menu --- */
	
	#menu-area {
		float: left;
		padding: 34px 0px 24px 0px;
		padding: 34px 0px 24px 0px;
		margin: 0px 0px 0px 0px;
		background: #9e9e9e;
		/* min-width: 260px; */
	}

	#main-menu {
		width: 100%;
		float: left;
	}
	
	#search-menu {
		float: left;
		width: 100%;
		padding: 160px 0px 0px 48px;
	 	width: 226px; 
	}
	
	#search-menu p {
		float: left;
		width: 100%;
		text-transform: uppercase;
		text-shadow: 1px 1px 1px #7a7a7a;		
		font-size: 1.1em;
		line-height: 0.9em;
		letter-spacing: -0.5px;
		color: white;
	}
	
	#input-search-mini-menu {
		float: left;
		width: 166px;
		padding: 4px 10px 0px 10px;
		background: none;
		border: none;
		border-bottom: 1px solid #e12a26;
		color: #333;
	}
	
	.input-submit-menu {
		float: left;
		width: 38px;
		background: #e12a26;
		color: white;
		padding: 1px 2px 2px 0px;
		text-align: center;
		border: none;
		cursor: pointer;
		 height: 23px;
	}
	
	#search-menu:hover #input-search-mini-menu { border-bottom: 1px solid #b71511; }
	
	#search-menu:hover .input-submit-menu { background: #b71511; }


	/* Level 1 */

	#main-menu li.menu-level1 {
		float: left;
		width: 100%;
		padding: 3px 0px 3px 0px;
		margin: 1px 0px;
	}

	#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: white;
		text-decoration: none;
		width: 100%;
		padding-left: 48px;
		max-width: 236px;
		text-transform: uppercase;
		text-shadow: 1px 1px 1px #7a7a7a;
	}
	
	#main-menu li.menu-level1:hover { background: url('../images/backgrounds/menu-bullet.gif') left top no-repeat; }
	
	#main-menu li.menu-level1-open, #main-menu li.menu-level1-open:hover {
		background: #e12a26 url('../images/backgrounds/menu-bullet.gif') left top no-repeat;
		padding-bottom: 17px;
	}

	#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,
	#main-menu li.menu-level1 a.menu-level1:hover {
		color: white;
		
	}

	#main-menu span.menu-level1 {
		display: block;
		float: left;
		max-width: 210px;
		padding: 3px 5px 3px 0px;
		cursor: pointer;
		font-size: 1.1em;
		line-height: 0.9em;
		letter-spacing: -0.5px;
	}
	
	


	/* Level 2 */

	#main-menu ul.menu-level2 {
		/* float: left; */
		padding: 0px 16px 15px 48px;
		max-width: 100%;		
		margin-bottom: 2px;
	}
	
	#main-menu li.menu-level2 {
		float: left;
		width: 100%;
		padding: 3px 0px;
	}

	#main-menu a.menu-level2:link, #main-menu a.menu-level2:visited, #main-menu a.menu-level2:hover, #main-menu a.menu-level2:active {
		float: left;
		color: white;
		width: 100%;
		text-decoration: none;
		display: block;
	}

	#main-menu li.menu-level2-open a.menu-level2:link, 
	#main-menu li.menu-level2-open a.menu-level2:visited, 
	#main-menu li.menu-level2-open a.menu-level2:hover, 
	#main-menu li.menu-level2-open a.menu-level2:active,
	#main-menu li.menu-level2 a.menu-level2:hover {
		text-decoration: underline;
		color: white;
	}

	#main-menu span.menu-level2 {
		display: block;
		width: 100%;
		padding: 2px 0px;
		line-height: 0.9em;
		cursor: pointer;
	}
	
	/* Level 3 */

	#main-menu ul.menu-level3 {
		float: left;
		padding: 0px 0px 0px 30px;
		/* width: 190px; */		
	}
	
	#main-menu li.menu-level3 {
		float: left;
		width: 100%;
		padding: 1px 0px;
		margin-top: 1px;
	}

	#main-menu a.menu-level3:link, #main-menu a.menu-level3:visited, #main-menu a.menu-level3:hover, #main-menu a.menu-level3:active {
		float: left;
		color: white;
		width: 100%;
		text-decoration: none;
		display: block;
	}

	#main-menu li.menu-level3-open a.menu-level3:link, 
	#main-menu li.menu-level3-open a.menu-level3:visited, 
	#main-menu li.menu-level3-open a.menu-level3:hover, 
	#main-menu li.menu-level3-open a.menu-level3:active,
	#main-menu li.menu-level3 a.menu-level3:hover {
		text-decoration: underline;
		color: white;
	}

	#main-menu span.menu-level3 {
		display: block;
		width: 100%;
		padding: 2px 0px;
		line-height: 0.9em;
		cursor: pointer;
		font-size: 1em;
	}	
	
	/* Level 4 */

	#main-menu ul.menu-level4 {
		float: left;
		padding: 0px 0px 0px 30px;
		width: 190px;
		font-size: 0.9em;		
	}
	
	#main-menu li.menu-level4 {
		float: left;
		width: 100%;
		padding: 1px 0px;
		margin-top: 1px;
	}

	#main-menu a.menu-level4:link, #main-menu a.menu-level4:visited, #main-menu a.menu-level4:hover, #main-menu a.menu-level4:active {
		float: left;
		color: white;
		width: 100%;
		text-decoration: none;
		display: block;
	}

	#main-menu li.menu-level4-open a.menu-level4:link, 
	#main-menu li.menu-level4-open a.menu-level4:visited, 
	#main-menu li.menu-level4-open a.menu-level4:hover, 
	#main-menu li.menu-level4-open a.menu-level4:active,
	#main-menu li.menu-level4 a.menu-level4:hover {
		text-decoration: underline;
		color: white;
	}

	#main-menu span.menu-level4 {
		display: block;
		width: 100%;
		padding: 2px 0px;
		line-height: 0.9em;
		cursor: pointer;
		font-size: 1em;
	}

	/* Level 5 */

	#main-menu ul.menu-level5 {
		float: left;
		padding: 0px 0px 0px 30px;
		width: 190px;
		font-size: 1em;		
	}
	
	#main-menu li.menu-level5 {
		float: left;
		width: 100%;
		padding: 1px 0px;
		margin-top: 1px;
	}

	#main-menu a.menu-level5:link, #main-menu a.menu-level5:visited, #main-menu a.menu-level5:hover, #main-menu a.menu-level5:active {
		float: left;
		color: white;
		width: 100%;
		text-decoration: none;
		display: block;
	}

	#main-menu li.menu-level5-open a.menu-level5:link, 
	#main-menu li.menu-level5-open a.menu-level5:visited, 
	#main-menu li.menu-level5-open a.menu-level5:hover, 
	#main-menu li.menu-level5-open a.menu-level5:active,
	#main-menu li.menu-level5 a.menu-level5:hover {
		text-decoration: underline;
		color: white;
	}

	#main-menu span.menu-level5 {
		display: block;
		width: 100%;
		padding: 2px 0px;
		line-height: 0.9em;
		cursor: pointer;
		font-size: 1em;
	}	


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

	.brochures input.search-icon {
		border: 0px solid #AAA;
		padding: 0;
	}
	input {
		position: relative;
		padding: 6px 10px;
		border: 1px solid #AAA;
		font-family: cambria, "ff-meta-serif-web-pro-n5", "ff-meta-serif-web-pro", arial, sans-serif;
		font-size: 1em;
	}
	
	input[type="file"] {
		border: none;;
	}

	#text-content-container form {
		float: left;
		width: 98%;
		margin-bottom: 1em;
		padding: 1em 1%;
	}
	
	#text-content-container form.register-to-event {
		padding: 1em 0; 
		margin-top: 20px;
		border-top: 1px dotted #E12A26;
	}
	
	#text-content-container form#form2015020511263058 dt { 
		background: #f2f2f2; 
		padding: 16px 1% 17px 0px;
		width: 18%;
		margin-right: 1%;
	}
	
	#text-content-container form#form2015020511263058 dt.wide {
		width: 98%;
		text-align: left;
		padding: 16px 0px 0px 0px;
	}
	
	#text-content-container form#form2015020511263058 dd.hidden { display: none; }
	
	#text-content-container form#form2015020511263058 dd { 
		background: #e9e9e9; 
		padding: 10px 0px 10px 1%;
		width: 78.9%;
	}
	
	#text-content-container form#form2015020511263058 dd p {
		padding-bottom: 4px;
	}
	
	#text-content-container form#form2015020511263058 dd input[type="checkbox"] { 
		margin: 7px 0px 5px 0px;
		position: relative;
		top: 1px;
		border: none;
	}
	
	#text-content-container form#form2015020511263058 dd input[type="radio"] { border: none; }
	
	#text-content-container form#form2015020511263058 dt.no-bg, #text-content-container form#form2015020511263058 dd.no-bg {
		background: none;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	
	.imgCalendar { 
		position: relative;
		top: 5px;
		left: 3px;
	}

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

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

	input.input-submit {
		margin-top: 1em;
		padding: 5px 10px;
		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;
	}

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

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

	.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;
	}
	
	.horizontal-form dd.clearer {
		height: 1px !important;
		float: left !important;
		width: 100% !important;
		padding: 0px !important;
		margin: 0px !important;
		background: none !important;
	}

	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;
	}

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

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

	#text-content-container .form-error li {
		padding: .3em 1em;
		font-weight: bold;
		line-height: 1.2;
	}
	
	.informativa-prijava #text-content-container {padding: 10px 20px 10px;}
	
	.informativa-prijava form {
		font-size: 16px;
		font-family: "pt-sans", calibri, National, Sans serif;
	}
	
	.informativa-prijava textarea {width:90%}
	.informativa-prijava input.input-text {width:70%}
	
	
	/* Tables & forms */
	
	table { max-width: 95%; }
	
	.form-control { border-radius: 1px;}
	
		
		
	/* 	.mobile-table { display: none; } */
	
	/*--------------------------- šport --------------------------------*/
	
	#text-content-container #sport a.external {
		background: none;
		margin-right: 0;
		padding-right: 0;
	}
	
	#text-content-container #sport table.sport-table td.rowspan {
		border-left: 1px solid #F2F2F2 !important;
		border-right: 1px solid #F2F2F2 !important;
	}	
	
	
	#text-content-container #sport table.sport-table tr.sport-first-tr th {
		background: #9e9e9e none repeat scroll 0 0;
		border-bottom: 1px solid #ffffff;
		color: #ffffff;
		font-weight: 300;
	}

	#text-content-container #sport table.sport-table tr.sport-first-tr th.sport-first-td,
	#text-content-container #sport table.sport-table tr.sport-first-tr th.sport-second-td {
		background: #9E9E9E;
		color: #ffffff;
		border-bottom: 1px solid #ffffff;
		font-weight: 300;
	}	
	
	#text-content-container #sport table.sport-table td.sport-first-td {
		background: #E12A26;
		color: #ffffff;
		border-bottom: 1px solid #ffffff;
		border-left: 1px solid #F2F2F2 !important;
	}
	
	#text-content-container #sport.srp table.sport-table.normaltable td {
		background: #F2F2F2;
		border: 1px solid #ffffff;		
	}

	#text-content-container #sport.srp table.sport-table.normaltable td.sport-first-td {
		background: #F2F2F2;
		color: #333;
		border-bottom: 1px solid #ffffff;
		border-left: 1px solid #F2F2F2 !important;
	}
	
	#text-content-container #sport.ects.srp table.sport-table.normaltable tr:first-child td, #text-content-container #sport.ects.srp table.sport-table.normaltable tr:nth-child(2) td	{
		background: #E12A26;
		color: #ffffff;	
	}
	
	#text-content-container #sport.ects.srp table.sport-table.normaltable tr td	{
		font-size: 14px;	
	}	
	
	#text-content-container #sport table.sport-table td.sport-second-td {
		background: #F2F2F2;
		border-bottom: 1px solid #ffffff !important;
	}
	
	#text-content-container #sport table.sport-table td.sport-last-td {
		/*border-bottom: 1px solid #ffffff;*/
		border-right: 1px solid #F2F2F2 !important;
		border-left: 1px solid #F2F2F2 !important;
	}	
	
	/* ECTS table */
/* 	#text-content-container #sport.ects table { margin-left: -20px; } */
	
	#text-content-container #sport.ects table td { padding: 3px 3px 2px; }
	
	#text-content-container #sport.ects table.sport-table th {
		padding: 3px 3px 2px;
		font-size: 12px;
		vertical-align: middle;
		border: none;
		border-bottom: 1px solid #F2F2F2;
	}	
	
	#text-content-container #sport.ects table.sport-table tr.sport-first-tr th {
		border-right: 1px solid #ffffff;
		text-align: center;
	}
	
	#text-content-container #sport.ects table.sport-table td.sport-second-td {
		font-size: 12px;
	}

	#text-content-container #sport.ects table.sport-table tr:not(:first-child) td:nth-child(3), 
	#text-content-container #sport.ects table.sport-table tr:not(:first-child) td:nth-child(4), 
	#text-content-container #sport.ects table.sport-table tr:not(:first-child) td:nth-child(5),
	#text-content-container #sport.ects table.sport-table tr:not(:first-child) td:nth-child(7),
	#text-content-container #sport.ects table.sport-table tr:not(:first-child) td:nth-child(6) {
		border: 1px solid #F2F2F2 !important;
		background: white !important;
		font-size: 12px !important;
	}
	
	#text-content-container #sport.ects table.sport-table td.sport-third-td {
		white-space: nowrap;
		font-size: 12px;
	}	
	
	#text-content-container #sport.ects table.sport-table td.sport-first-td {
		font-size: 11px;
		border-bottom: 1px solid #ffffff;
	}	
	
	#text-content-container #sport.ects table.sport-table td a.email {
		font-size: 11px;
	}
	
		/*sportne pocitnice */
	
	/*#text-content-container #sport.ects.free table.sport-table tr.sport-6-tr td.sport-first-td ,
	#text-content-container #sport.ects.free table.sport-table tr.sport-7-tr td.sport-first-td {
		padding: 3px 3px 2px;
		vertical-align: middle;
		border: none;
		border-bottom: 1px solid #ffffff !important;
		background: #f2f2f2;
		color: #333333;
		font-size: 14px;
	}*/
	
	/*#text-content-container #sport.ects.free table.sport-table tr.sport-3-tr td.sport-first-td ,
	#text-content-container #sport.ects.free table.sport-table tr.sport-4-tr td.sport-first-td ,
	#text-content-container #sport.ects.free table.sport-table tr.sport-5-tr td.sport-first-td,
	#text-content-container #sport.ects.free table.sport-table tr.sport-6-tr td.sport-second-td ,
	#text-content-container #sport.ects.free table.sport-table tr.sport-7-tr td.sport-second-td 	{
		padding: 3px 3px 2px;
		vertical-align: middle;
		border: none;
		border-bottom: 1px solid #F2F2F2 !important;
		background: none;
		color: #333333;
		font-size: 12px;
	}	*/
	
	#text-content-container #sport.ects.free table.sport-table tr.sport-3-tr td.sport-second-td ,
	#text-content-container #sport.ects.free table.sport-table tr.sport-4-tr td.sport-second-td ,
	#text-content-container #sport.ects.free table.sport-table tr.sport-5-tr td.sport-second-td,
	#text-content-container #sport.ects.free table.sport-table tr.sport-6-tr td.sport-third-td ,
	#text-content-container #sport.ects.free table.sport-table tr.sport-7-tr td.sport-third-td 	{
		font-size: 13px;
	}	
	
	/*#text-content-container #sport.ects.free table.sport-table tr.sport-3-tr td.sport-second-td ,
	#text-content-container #sport.ects.free table.sport-table tr.sport-4-tr td.sport-second-td ,
	#text-content-container #sport.ects.free table.sport-table tr.sport-5-tr td.sport-second-td  {
		padding: 3px 3px 2px;
		vertical-align: middle;
		border-bottom: 1px solid #F2F2F2 !important;
		background: none;
		color: #333333;
	}	*/
	
	/*--------------  SMUL  --------------*/
	
	body.smul #text-content-container {
		max-width: 100%;
		width: 100%;
	}
	/*
	body.smul .col-sm-9  {
		width: 100%;
		
	}
	
	body.smul .form-group .col-sm-9 {
		width: 75%;
	}*/
	
	/* Forms */
	
	body.smul .form-control {
		padding: 7px 12px 5px 12px;
		border-radius: 3px;
	}
	
	body.smul .form-control.blur {
		color: #999;
	}
	
	body.smul .control-label {
		text-align: left;
	}
	
	body.smul input[type=submit] {
		border-radius: 3px;
	}
	
	body.smul p.bg-danger {padding: 0.5em !important; border-radius: 3px;}
	
	
	/* Login area */
	
	#smul-login-area {
		padding: 0 0 2em 0;
		margin: 1em 0 2em 0;
		border-bottom: 1px solid #EEE;
	}
	
	#smul-login-area h3 {
		margin-bottom: 0;
	}
	
	#smul-login-area #login-form {
		float: none;
		width: 100%;
		padding: 0;
	}
	
	#smul-login-area #login-form .form-group {
		float: left;
		margin: 1em 30px 0 0;
	}
	
	#smul-login-area #login-form input[type=submit] {
		float: left;
		padding: 8px 1em 6px 1em;
		margin: 2.3em 0 0 0;
	}
	
	#smul-login-area #forgot-pass {
		padding-bottom: 0;
	}
	
	#smul-login-area #forgot-pass a:link,
	#smul-login-area #forgot-pass a:visited,
	#smul-login-area #forgot-pass a:hover,
	#smul-login-area #forgot-pass a:active {
		color: #BB1100;
		text-decoration: none;
	}
	
	#smul-login-area #forgot-pass a:hover {
		text-decoration: underline;
	}
	
	
	/* Register area */
	
	#smul-register-area form {
		float: none;
		width: 100%;
		padding: 0;
	}
	
	#smul-register-area .form-group {
		margin-bottom: .4em;
	}
	
	body.smul input[type=radio] {
		margin-right: .5em !important;
	}
	
	body.smul input[type=checkbox] {
		margin-right: .3em !important;
	}
	
	body.smul #smul-register-area input[type=submit] {
		padding: 8px 8em 6px 8em;
		margin: 2.3em 0 0 0;
	}
	
	
	/* Other */
	
	body.smul #content-area #text-content-container h3 {
		border-bottom: 0 none;
		color: #333;
		font-weight: bold;
	}
	
	body.smul #content-area #text-content-container h3 span {
		font-weight: normal;
		font-size: 80%;
	}
	
	
	/* Map */
	
	#smul-map {
		width: 100%;
		height: 500px;
	}
	
	
	/* User filter */
	
	body.smul #user-filter {
		float: none;
		width: 100%;
		padding: 0;
		margin: 2em 0
	}
	
	body.smul #user-filter input, body.smul #user-filter select {
		float: left;
		width: 200px;
		margin: 0 20px 10px 0;
	}
	
	body.smul #user-filter #userSearch {
		float: right;
		margin-right: 0px;
		width: 80px;
		border-radius: 3px;
		line-height: 1.6;
	}
	
	
	/* Search user list */
	
	body.smul #searhc-user-list > div {
		margin-bottom: 5em;
	}
	
	body.smul #searhc-user-list h2 {
		color: #333;
		border-bottom: 1px dashed #CCC !important;
	}
	
	body.smul #searhc-user-list table {
		width: 100%;
		max-width: 100%;
	}
	
	body.smul #searhc-user-list table th {
		padding: .3em 6px;
		border: 0 none;
		border-bottom: 1px solid #CCC;
	}
	
	body.smul #searhc-user-list table td {
		padding: 1em 6px;
		border: 0 none;
		border-bottom: 1px solid #CCC;
	}
	
	body.smul #searhc-user-list table td.full-name {
		font-weight: bold;
	}
	
	body.smul #searhc-user-list table a:link,
	body.smul #searhc-user-list table a:visited,
	body.smul #searhc-user-list table a:hover,
	body.smul #searhc-user-list table a:active {
		color: #BB1100;
	}
	
	
	/* User Profile Area */
	
	#userAuth {
		float: right;
		margin-right: 2em;
		text-align: right;
	}
	
	#userAuth p strong {
		margin-left: .5em;
	}
	
	#userAuth p a:link, #userAuth p a:visited, #userAuth p a:hover, #userAuth p a:active {
		margin-left: .5em;
	}	
	
	
	/* Submenu */
	
	#smul-submenu, #smul-buttons {
		margin-bottom: 10px;
		display: block;
	}
	
	#smul-submenu a:link, #smul-submenu a:visited, #smul-submenu a:hover, #smul-submenu a:active {
		display: block;
		float: left;
		width: 22%;
		margin-bottom: 10px;
		margin-right: 4%;
		padding: 7px 0 5px 0;	
		border-radius: 3px;
		color: white !important;
		background-color: #e12a26;
		text-align: center;
		text-decoration: none !important;
		line-height: 1.6;
	}
	
	#smul-submenu a:link:last-child,
	#smul-submenu a:visited:last-child,
	#smul-submenu a:hover:last-child,
	#smul-submenu a:active:last-child {
		margin-right: 0;
	}
	
	#smul-buttons a:link, #smul-buttons a:visited, #smul-buttons a:hover, #smul-buttons a:active, #smul-buttons .smul-select {
		display: block;
		float: left;
		margin-right: 10px;
		padding: 7px 2em 5px 2em;	
		border-radius: 3px;
		color: white !important;
		background-color: #9e9e9e;
		text-align: center;
		text-decoration: none !important;
		line-height: 1.6;
	}
	
	#smul-submenu a.selected {
		background-color: #9e9e9e;
	}
	
	#smul-submenu a:last-child {
		margin-right: 0px;	
	}
	
	#smul-buttons #debate-terms {
		float: right;
		margin-right: 0;
	}
	
	#debate-form-container ol.error li {
	
	}
	
	
	/* ABC list */	
	
	#text-content-container ul#abc-list {
		width: 100%;
		padding: 5px 0 3px 0;
		margin: 0px 0px 3em 0px;
	}
	
	#text-content-container ul#abc-list li {
		display: inline-block;
		list-style-type: none;
		margin: 0px 2px 0px 0px;
		padding: 0px;
		list-style-position: outside;
	}
	
	#text-content-container ul#abc-list a:link, #text-content-container ul#abc-list a:visited, #text-content-container ul#abc-list a:hover, #text-content-container ul#abc-list a:active {
		text-decoration: none;
		display: block;
		padding: 5px 1px 2px 1px;
		font-weight: bold;
		width: 23px;
		text-align: center;
		border: 1px solid #d7d7d7;
		background: #f9f9f9;		
		color: #c0482f;
	}
	
	#text-content-container ul#abc-list a:hover { 
		background: #333; 
		color: white;
	}
	
	
	/* Articles */
	
	#articles {
		margin-top: 15px;
	}
	
	#articles .article {
		float: left;
		min-height: 1px;
		width: 300px;
		margin-bottom: 30px;
		background-color: #F9F9F9;
	}
	
	#articles .article h2 {
		margin: .9em 10px 0 10px;
		border: 0 none !important;
		font-size: 1.1em;
		font-weight: normal;
		line-height: 1.3;
		text-transform: uppercase;
	}
	
	
	#articles .article h2 a:link,
	#articles .article h2 a:visited,
	#articles .article h2 a:hover,
	#articles .article h2 a:active {
		color: #333;
		text-decoration: none;
	}
	
	
	body.smul #articles .article .date {
		display: inline-block;
		margin: 0 10px 0 10px;
		font-size: .9em;
		color: #7E7E7E;
	}
	
	body.smul #articles .article p.abstract {
		margin: .7em 10px 0 10px;
		padding-bottom: 0;
		font-size: 1em;
		line-height: 1.3;
		word-break: break-word;
		hyphens: auto;
	}
	
	#articles .article .more {
		display: inline-block;
		margin: 1em 15px 0 0;
		padding: 0 1em 0 20px;
		font-size: 1.7em;
		line-height: 1.7;
		color: #009D4B;
		background-color: #F9F9F9;
	}
	
	#articles .article .metadata {
		padding: 1.4em 10px 2.5em 10px;
	}
	
	#articles.news .article .metadata {
		padding-bottom: 1.5em;
	}
	
	#articles .article .metadata dt {
		display: inline;
		padding-right: .4em;
		font-size: 1em;
		line-height: 1.3;
		color: #868585;
	}
	
	#articles .article .metadata dd {
		display: inline;
		font-size: 1em;
		line-height: 1.3;
		color: black;
	}
	
	#articles .article .metadata dd:after {
		content: " ";
		display: block;
	}
	
	#articles .article .metadata a:link,
	#articles .article .metadata a:visited,
	#articles .article .metadata a:hover,
	#articles .article .metadata a:active {
		color: black;
	}
	
	#articles .article .metadata a.tag:link,
	#articles .article .metadata a.tag:visited,
	#articles .article .metadata a.tag:hover,
	#articles .article .metadata a.tag:active	{
		color: #009d4b;
		font-style: italic;
		text-transform: lowercase;
	}
	
	 .read-more {
		float: right;
	}
	
	
	/* --- Popup menu window --- */
	
	#popup-window-bgnd, #popup-window-bgnd-form, #popup-window-bgnd-terms {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.1);
		z-index: 10000;
	}
	
	#popup-window, #popup-window-form, #popup-window-terms {
		position: relative;
		height: 80%;
		margin: 10% auto;
		width: 896px;
		padding: 45px 30px 50px 40px;
		overflow: hidden;
		overflow-y: auto;
		background-color: white;
		-webkit-box-shadow: 0px 0px 110px 0px rgba(0,0,0,0.34);
		-moz-box-shadow: 0px 0px 110px 0px rgba(0,0,0,0.34);
		box-shadow: 0px 0px 110px 0px rgba(0,0,0,0.34);
	}
	
	#popup-window .col {
		position: relative;
		float: left;
		width: 33.3%;
	}
	
	#popup-window h3,
	#popup-window-form h3 {
		margin-bottom: 1.5em;
		font-size: 1em;
		text-transform: uppercase;
	}
	
	#popup-window a:link,
	#popup-window a:visited,
	#popup-window a:hover,
	#popup-window a:active {
		color: black;
		text-decoration: none;
	}
	
	#popup-window a:hover {
		text-decoration: underline;
	}
	
	#popup-window a.email:link,
	#popup-window a.email:visited,
	#popup-window a.email:hover,
	#popup-window a.email:active {
		color: #009d4b;
	}
	
	#popup-window .col>p {
		margin: 0 40px 1em 0;
		font-size: 1.5em;
		line-height: 1.3;
	}
	
	#popup-window #tag-cloud {
		margin-right: 30px
	}
	
	#popup-window ul li {
		list-style-type: none;
		margin-bottom: .2em;
		margin-left: 0 !important;
		font-size: 1em;
		color: #7a7a7a;
	}
	
	
	#popup-window-form #debate-form {
		float: none;
		width: 100%;
		padding: 0;
	}
	
	#popup-window-form #debate-form dt {
		color: #666;
	}
	
	#popup-window-form #debate-form dd {
		margin-bottom: 2em;
	}
	
	#popup-window-form #debate-form textarea {
		width: 100%;
	}
	
	#popup-window-form #debate-form #debateInsert {
		margin-bottom: 10px;
		margin-right: 4%;
		padding: 7px 2em 5px 2em;	
		color: white !important;
		background-color: #e12a26;
		text-align: center;
		border: 0 none;
		border-radius: 3px;
		text-decoration: none !important;
		line-height: 1.6;
	}
	
	/* Social */
	
	#social-media-links {
		float: left;
		margin-top: 2em;
	}
	
	#social-media-links a {
		display: inline-block;
		width: 28px;
		height: 28px;
		overflow: hidden;
		text-indent: -9999px;
		margin-right: 1em;
	}
	
	#social-facebook { background: url(/images/social_media/facebook.png) no-repeat }
	#social-twitter { background: url(/images/social_media/twitter.png) no-repeat }
	#social-instagram { background: url(/images/social_media/instagram.png) no-repeat }
	#social-youtube { background: url(/images/social_media/youtube.png) no-repeat }
	
	
	/* Razprave */
	
	body.smul #text-content-container h1 {
		float: none;
		color: #333;
	}
	
	body.smul #text-content-container span.date {
		color: #AAA;
		font-size: 1.1em;
	}
	
	body.smul #text-content-container span.author  {
		color: #333333;
		font-size: 1.1em;
	}
	
	body.smul #text-content-container span.red  {
		color: #E12A26;
		font-size: 1.1em;
	}	
	
	body.smul #text-content-container p.abstract {
		margin-top: 2em;
		margin-right: 1.5em;
		font-size: 1.2em;
	}
	
	body.smul #text-content-container p.content, body.smul #text-content-container div.content-p {
		margin-bottom: 1em;
		margin-right: 1.5em;
		font-size: 1.2em;
	}
	
	body.smul #comentsFrom {
		float: none;
		padding: 0;
	}
	
	body.smul #comentsFrom textarea {
		width: 100%;
	}
	
	body.smul #comentsFrom #submit-comment {
		margin-top: 1em;
		padding: 7px 2em 5px 2em;	
		color: white !important;
		background-color: #e12a26;
		text-align: center;
		border: 0 none;
		border-radius: 3px;
		text-decoration: none !important;
		line-height: 1.6;
	}
	
	body.smul #commentList {
		margin-top: 4em;
	}
	
	body.smul dl#comments {
		margin-right: 1.5em;
	}
	
	body.smul dl#comments dt {
		margin-bottom: .7em;
		font-size: 1em;
	}
	
	body.smul dl#comments dd {
		margin: 0 0 3em 4em;
		border-left: 1px solid #666;
		padding-left: 1.7em;
		font-size: 1.2em;
	}
	
	body.smul #text-content-container a.external {
		background: none;
		margin-right: 0px;
		padding-right: 0px;	
	}
	
	/*---------------- study-eng-------------------*/
	.study-eng ul {
		border-left: 0px solid #e23227;
		margin-top: 0px;
		margin-bottom: 0px;
		line-height: 20px;
		padding-left: 0px;
	}
	
	.study-eng li {
		margin-bottom: 0px;
	}
	
	.study-eng #main-menu {
		float: left;
		width: 100%;
	}

	.study-eng #main-menu li.menu-level1 {
		float: left;
		margin: 1px 0;
		padding: 3px 0 3px 0;
		width: 100%;
		font-family: cambria,"ff-meta-serif-web-pro-n5","ff-meta-serif-web-pro",arial,sans-serif !important;
		font-size: 14px;
	}	
	
	.study-eng #main-menu li.menu-level1-open, .study-eng #main-menu li.menu-level1-open:hover {
		padding: 3px 0 17px 0;	
	}
	
	.study-eng #main-menu ul.menu-level2 {
		margin-bottom: 2px;
		max-width: 100%;
		padding: 0 16px 15px 48px;
	}
	
	.study-eng #main-menu li.menu-level2 {
		float: left;
		padding: 3px 0;
		width: 100%;
		font-family: cambria,"ff-meta-serif-web-pro-n5","ff-meta-serif-web-pro",arial,sans-serif !important;
		font-size: 14px;
	}
	
	.study-eng #main-menu li.menu-level3 {
		float: left;
		margin-top: 1px;
		padding: 1px 0;
		width: 100%;
		font-family: cambria,"ff-meta-serif-web-pro-n5","ff-meta-serif-web-pro",arial,sans-serif !important;
		font-size: 14px;		
	}	

	.study-eng .header-links li a span	{
		font-family: cambria,"ff-meta-serif-web-pro-n5","ff-meta-serif-web-pro",arial,sans-serif !important;
		font-size: 0.825em;
	}
	
	.study-eng #header-links-eng {
		float: left;
		padding: 0 0 0 128px;
		letter-spacing: -1px;
	}
	
	.study-eng #intranet-navigation {
		font-family: cambria,"ff-meta-serif-web-pro-n5","ff-meta-serif-web-pro",arial,sans-serif !important;
		font-size: 0.56em;
	}
	
	.brochures a.dash_broch {
		height: 198px;
	}
	
	.study-eng .brochures a {
		color: #222 !important;
		text-decoration: none !important;
	}
	
	.study-eng .brochures a:hover {
		color: #E23227 !important;
	}
	
	.study-eng .b_no {
		width: 60px;
	}
	
	.study-eng #content-area-wrapper {
		background: #fff;
	}
	
	.study-eng .footer_section {
		margin-top: 1px;
	}
	
	.study-eng label {
		font-family: cambria,"ff-meta-serif-web-pro-n5","ff-meta-serif-web-pro",arial,sans-serif !important;
		font-weight: normal;
		margin-bottom: 0px;
	}
	
	.study-eng #search-menu p {
		font-size: 0.77em;
		margin-bottom: 0px;
	}
	
	.study-eng .input-submit-menu {
		font-size: 0.77em;
		font-family: cambria,"ff-meta-serif-web-pro-n5","ff-meta-serif-web-pro",arial,sans-serif !important;
	}
	
	.study-eng #footer #copyrights, .study-eng .contact-more, .study-eng .members-input {
		font-size: 0.70em;
		line-height: 1.3em;
		font-family: cambria,"ff-meta-serif-web-pro-n5","ff-meta-serif-web-pro",arial,sans-serif !important;
	}
	
	.study-eng #members-select li a:link, 
	.study-eng #members-select li a:visited, 
	.study-eng #members-select li a:hover, 
	.study-eng #members-select li a:active, 
	.study-eng #members-header-select li a:link, 
	.study-eng #members-header-select li a:visited, 
	.study-eng #members-header-select li a:hover, 
	.study-eng #members-header-select li a:active {
		font-size: 0.70em;
		line-height: 1.3em;
		font-family: cambria,"ff-meta-serif-web-pro-n5","ff-meta-serif-web-pro",arial,sans-serif !important;
	}
	
	.study-eng .footer_section .container {
		padding: 0 !important;
	}
	
	.study-eng .footer_section ._4421 {
		padding-left: 10px;
		padding-right: 10px;
		font-size: 15px !important;
	}
	
	.study-eng .footer_section .nl.f {
		font-size: 15px;
	}
	
	.study-eng .col._4421 #banner {
		margin-top: -34px;
		margin-left: 23px;
	}
	
	/*new-event-wrapper*/
	
	.new-event-wrapper {
		border-left: 1px solid #9e9e9e;
		margin-top: 20px;
	}
	
	.new-event-wrapper #events h2 {
		text-align: left;
		color: #fff;
	}
	
	.new-event-wrapper #events p.more a:link, .new-event-wrapper #events p.more a:visited, .new-event-wrapper #events p.more a:hover, .new-event-wrapper #events p.more a:active {
		background: #878787;
	}
	
	#news-area-wrapper {
		float: left;
		margin-left: 0;
		margin-right: 0;
	}
	
	.infoDisplay #news-area-wrapper {
		width: 1280px;
	}
	
/*isotope*/

/* ---- button ---- */

.smul-buttons .button {
  display: inline-block;
  padding: 5px 18px;
  margin-bottom: 10px;
  background: #F2F2F2;
  border: none;
  border-radius: 7px;
  /*background-image: linear-gradient( to bottom, hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.2) );*/
  color: #222;
  font-size: 14px;
  /*text-shadow: 0 1px white;*/
  cursor: pointer;
}

.smul-buttons .button:hover {
  background-color: #9E9E9E;
  /*text-shadow: 0 1px hsla(0, 0%, 100%, 0.5);*/
  color: white;
}

.smul-buttons .button:active,
.smul-buttons .button.is-checked {
  background-color: #E12A26;
}

.smul-buttons .button.is-checked {
  color: white;
  /*text-shadow: 0 -1px hsla(0, 0%, 0%, 0.8);*/
}

.smul-buttons .button:active {
  box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);
}

/* ---- button-group ---- */

.smul-buttons.button-group:after {
  content: '';
  display: block;
  clear: both;
}

.smul-buttons.button-group .button {
  float: left;
  border-radius: 0;
  margin-left: 0;
  margin-right: 1px;
}

.smul-buttons.button-group .button:first-child { border-radius: 0.2em 0 0 0.2em; }
.smul-buttons.button-group .button:last-child { border-radius: 0 0.2em 0.2em 0; }

/* ---- isotope ---- */


/* clear fix */
.news.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .element-item ---- */

.element-item {

}

.news .element-item > * {

}

.news .element-item .name {
  position: absolute;

  left: 10px;
  top: 60px;
  text-transform: none;
  letter-spacing: 0;
  font-size: 12px;
  font-weight: normal;
}

.news .element-item .symbol {
  position: absolute;
  left: 10px;
  top: 0px;
  font-size: 42px;
  font-weight: bold;
  color: white;
}

.news .element-item .number {
  position: absolute;
  right: 8px;
  top: 5px;
}

.news .element-item .weight {
  position: absolute;
  left: 10px;
  top: 76px;
  font-size: 12px;
}

.news .element-item.alkali          { background: #F00; background: hsl(   0, 100%, 50%); }
.news .element-item.alkaline-earth  { background: #F80; background: hsl(  36, 100%, 50%); }
.news .element-item.lanthanoid      { background: #FF0; background: hsl(  72, 100%, 50%); }
.news .element-item.actinoid        { background: #0F0; background: hsl( 108, 100%, 50%); }
.news .element-item.transition      { background: #0F8; background: hsl( 144, 100%, 50%); }
.news .element-item.post-transition { background: #0FF; background: hsl( 180, 100%, 50%); }
.news .element-item.metalloid       { background: #08F; background: hsl( 216, 100%, 50%); }
.news .element-item.diatomic        { background: #00F; background: hsl( 252, 100%, 50%); }
.news .element-item.halogen         { background: #F0F; background: hsl( 288, 100%, 50%); }
.news .element-item.noble-gas       { background: #F08; background: hsl( 324, 100%, 50%); }	

._5 {
  width: 5%;
  float: left;
}

._6 {
  width: 6%;
  float: left;
}

._7 {
  width: 7%;
  float: left;
}

._8 {
  width: 8%;
  float: left;
}

._10 {
  width: 10%;
  float: left;
}
._12 {
  width: 12%;
  float: left;
}

._13 {
  width: 13%;
  float: left;
}

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

._20 {
  width: 20%;
  float: left;
}

._25 {
  width: 25%;
  float: left;
}

._30 {
  width: 30%;
  float: left;
}

._35 {
  width: 35%;
  float: left;
}

._40 {
  width: 40%;
  float: left;
}

._45 {
  width: 45%;
  float: left;
}

._50 {
  width: 50%;
  float: left;
}

._55 {
  width: 55%;
  float: left;
}

._60 {
  width: 60%;
  float: left;
}

._70 {
  width: 70%;
  float: left;
}

._75 {
  width: 75%;
  float: left;
}

._80 {
  width: 80%;
  float: left;
}

._90 {
  width: 90%;
  float: left;
}

._100 {
  width: 100%;
  float: left;
}

.general .head {
	background: #F2F2F2;
	display: block;
	width: 100%;
}

.general .head, .general .row {
	display: table;
	width: 100%;
	float: left;
	margin-left: 0px;
	margin-right: 0px;	
}

.general .row > div {
	border-bottom: 1px solid #ccc;
}

.general {
	margin-bottom: 30px;
	float: left;
	display: none;
}

/* Collapse accordion
-------------------------------------*/

.panel-group {
    margin-bottom: 5px;
}

.panel-group .panel-heading {
	border-color: #f2f2f2;
	border-radius: 0px !important;
}

.panel-group .panel {
	border-color: #f2f2f2;
	border-radius: 0px !important;
}

.panel-title a {
	width: 100%; 
	display: block;
	outline: none;
}

#text-content-container .panel-title a:link, #text-content-container .panel-title a:visited, #text-content-container .panel-title a:hover, #text-content-container .panel-title a:active {
	font-size: 1.05em;
	text-decoration: none;
}

.table-row {
		border-top: 1px solid #f2f2f2 ;
		margin-top: 5px;:
}

.table-cell:first-child {
	background: #e12a26;
	color: #ffffff;
	padding: 5px 5px 5px 5px;
font-size: 15px !important;	
}

.table-row .table-cell:first-child  {
	font-size: 14px !important;
}

#research-table .table-cell:first-child {
	width: 100%;
}

#research-table .table-cell {
	width: 25%;
	float: left;
	padding: 3px 15px 3px 15px;
	font-size: 13px;	
}

#research-table .table-cell:before {
  content: attr(data-label);
  float: left;
  white-space:pre-wrap;
  font-weight: bold;
}

#research-table .table-cell:last-child {

}

.table-row:after {
    clear: both;
}

#text-content-container #research-table .table-cell a.external {
	background: none;
	margin-right: 0;
	padding-right: 2px;
}

#r-equipment .glyphicon {
	font-size: 14px;
	float: right;
	top: -2px;
	background: #e12a26;
	color: #fff;
	padding: 5px;
	font-family: cambria, "ff-meta-serif-web-pro-n5", "ff-meta-serif-web-pro", arial, sans-serif;
	width: 25px;
	text-align: center;
}

@media screen and (max-width: 600px) {
	#research-table .table-cell {
		width: 100%;
	}
	
	.panel-title a {
		position: relative;
	}
	
	.glyphicon {
			position: absolute;
			right: -8px;
	}
}	

	/*.panel-body {
		position: relative;
		padding: 15px 0px;;
	}

	#text-content-container #r-equipment table {
		border: 1px solid #ccc;
		width: 100%;
		max-width: 100%;
		margin:0;
		padding:0;
		border-collapse: collapse;
		border-spacing: 0;
	}

	#text-content-container #r-equipment table tr {
		border: 1px solid #ddd;
		padding: 5px;
	}

	#text-content-container #r-equipment table th, #text-content-container #r-equipment table td {
		padding: 10px;
		text-align: left;
	}

	#text-content-container #r-equipment table th {
		text-transform: uppercase;
		font-size: 14px;
		letter-spacing: 1px;
	}
  
	#text-content-container #r-equipment table td:first-child {
		width: 100%;
		display: block;
		border: none;
		background: #e12a26;
		color: #ffffff;
	}
	
	#text-content-container #r-equipment table td {
		width: 25%;
		border: none;
		float: left;
	}	
  
    #text-content-container #r-equipment table td:before {
      content: attr(data-label);
      float: left;
      font-weight: bold;
    }

	#text-content-container #r-equipment table td:first-child:before {	
		white-space:pre;
	}

	@media screen and (max-width: 600px) {

		#text-content-container #r-equipment table {
		  border: 0;
		}

		#text-content-container #r-equipment table thead {
		  display: none;
		}

		#text-content-container #r-equipment table tr {
		  margin-bottom: 10px;
		  display: block;
		  border: 0px;
		  padding: 0px;
		}

		#text-content-container #r-equipment table td {
		  display: block;
		  font-size: 13px;
		  width:100%;
		}

		#text-content-container #r-equipment table td:last-child {
		  border-bottom: 0;
		}

		#text-content-container #r-equipment table td:before {
		  content: attr(data-label);
		  float: left;
		  text-transform: uppercase;
		  font-weight: bold;
		}
	}*/




}




/* Responsive
-------------------------------------*/

@media screen and (max-width: 1490px) and (min-width: 990px) {
 	/*#menu-area, #blank-space { width: 26%; }
	#entry-news-wrapper, #content-area-wrapper, #top-menu { width: 74%; }*/
}

@media screen and (max-width: 1314px) {

	#header-links-slo.header-links li a:link, #header-links-slo.header-links li a:visited, #header-links-slo.header-links li a:hover, #header-links-slo.header-links li a:active	{
		padding: 11px 6px 10px;
	}
	
	#header-links-slo.header-links li a span, #header-links-eng.header-links li a span {font-size: 0.7em;}
}

@media screen and (max-width: 1200px) {
	/*#intranet-navigation {
		float: left;
		margin-left: 210px;
	}*/
}

@media screen and (max-width: 1024px) {
	#intranet-navigation {
		float: left;
		margin-left: 390px;
	}
}


@media screen and (max-width: 991px) {
	#blank-space,#menu-area { max-width: 100%; }
}


@media screen and (max-width: 991px ) and (min-width: 768px) {
	#main-menu li.menu-level1 { 
		width: 33%;
		border-left: 1px solid #aaa;
	}
	
	#search-menu { padding: 60px 0px 0px 48px; }
} 

/* leadstories fixes */
@media screen and (max-width: 1570px) {
	#random-stories .storie-text h2 { font-size: 2em; }
	#random-stories .storie-text p, .storie-text div { max-width: 100% !important; }
}

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

@media print {

	body {
		font-size: .9em;
		font-family: cambria, "ff-meta-serif-web-pro-n5", "ff-meta-serif-web-pro", arial, sans-serif;
		background-color: white;
		color: black;
	}

	/*h1, h2, h3, h4 { font-family: "Times New Roman", serif; }*/
	h1, h2, h3, h4 { font-family: cambria, "ff-meta-serif-web-pro-n5", "ff-meta-serif-web-pro", arial, sans-serif; }

	h1.logo, em.logo { 
		font-size: 2em; 
		margin-bottom: 30px;
	}
	
	h1 { font-size: 1.6em; }

	h2 { font-size: 1.4em; }

	h3 { font-size: 1.2em; }

	h4 { font-size: 1.1em; }

	a img { border: none; }
	
	a:link, a:visited, a:hover, a:active {
		color: #256393;
		text-decoration: underline;
	}
	
	em.logo a {
		color: #000000;
		text-decoration: none;
	}
	
	
	#menu-area, .header-links, #navigation, #random-stories-wrapper, #news li#news-title, p.more, #gallery, #video-wrapper, #publications-wrapper, #footer-shrink,
	p.contact-more, #breadcrumbs, #sidebar, #lng-eng, #lng-slo, #photo-gallery-container, #intranet-navigation, #members-header-area {
		display: none;
	}
	
	#news, #news li, #events-list p.data {
		float: left;
		width: 100%;
		padding: 0;
		margin: 0;
		height: auto !important;
	}
	
	#news li img { 
		float: left;
		margin-right: 10px;
	}
	
	#news li, #events-list li { 
		list-style-type: none; 
		margin-bottom: 20px;
	}
	
	img.left {
		float: left;
		margin: 2px 10px 2px 0px;
	}

	img.right {
		float: right;
		margin: 2px 0px 2px 10px;
	}	
	
	#banners-wrapper {
		float: left;
		width: 100%;
		padding: 40px 0px;
	}
	
	#content-area h2 {
		color: #C22B16;
		text-transform: uppercase;
		width: 100%;
		font-size: 1.4em;
		line-height: 1.1em;
		margin-bottom: 15px;
	}
	
	#content-area #text-content-container h2 {
		border-bottom: 1px solid;
	}
	
	#text-content-container a {
		padding: .2em 0 .1em 0px;
		color: #256393;
		text-decoration: underline;
	}
	
	#content-area h3 {
		color: #C22B16;
		/*float: left;*/
		width: 100%;
		font-size: 1.2em;
		line-height: 1.1em;
		margin-bottom: 15px;
		border-bottom: 1px dotted;
	}	

	#content-area #text-content-container h3 { border-bottom: 1px dotted; }	
	
	#text-content-container table td {
		padding: 3px 10px 2px 10px;
		border: 1px dotted #9A9A9A;
		word-wrap: break-word !important;
	}
	
	/* #text-content-container table td a { word-wrap: break-word !important; }  */

	#text-content-container table caption {
		padding: 3px 10px 2px 10px;
		border: 1px solid #333;
		background: #b71511;
		color: white;
		text-align: left;
		font-weight: bold;
		margin-bottom: -1px;
	}
	
	#content-area h1 {
		color: #256393;
		text-transform: uppercase;
		font-size: 1.7em;
	}
	
	#banners-wrapper table.banners, #footer-wrapper #footer #medias, #submenu-wrapper {
		display: none;
	}
	
	.fc448eng, .fc449eng, .fc450eng, .fc451eng,	.fc453eng, .fc452eng {display: none;}
	
	#content-area #abstract {
		font-weight: bold; 
		font-size: 1.2em;
	}
	
	p.date, p.category {
		font-size: .9em;
		color: #A4A4A4;
		padding-left: 20px;
	}
	
	#text-content-container #programme-irun table td { min-width: 100px; }
	
}




/* 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(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(icons/close.png);
	  background-repeat: no-repeat;
	}
	#shadowbox_nav_next {
	  background-image: url(icons/next.png);
	  background-repeat: no-repeat;
	}
	#shadowbox_nav_previous {
	  background-image: url(icons/previous.png);
	  background-repeat: no-repeat;
	}
	#shadowbox_nav_play {
	  background-image: url(icons/play.png);
	  background-repeat: no-repeat;
	}
	#shadowbox_nav_pause {
	  background-image: url(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;
		-moz-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.15);
	}

	.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_loading {
		background: white url('indicator.gif') right center no-repeat;
	}

	.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! */