@font-face {
 font-family: 'Myriad Pro Regular', 'Myriad Pro', Arial, Helvetica, sans-serif;
    src: url('myriad/MYRIADPRO-REGULAR.eot');
    src: url('myriad/MYRIADPRO-REGULAR.eot?#iefix') format('embedded-opentype'),
         url('myriad/MYRIADPRO-REGULAR.woff') format('woff'),
         url('myriad/MYRIADPRO-REGULAR.ttf') format('truetype');
    
    font-style: normal;text-rendering: optimizelegibility;
}

@font-face {
 font-family: 'Myriad Pro Bold';
    src: url('myriad/MYRIADPRO-BOLD.eot');
    src: url('myriad/MYRIADPRO-BOLD.eot?#iefix') format('embedded-opentype'),
         url('myriad/MYRIADPRO-BOLD.woff') format('woff'),
         url('myriad/MYRIADPRO-BOLD.ttf') format('truetype');
    
    font-style: normal;text-rendering: optimizelegibility;
}


body {
	background: #f4f4f4 url(../img/biglogobgrd2.png) center top repeat-x;
	color: #222;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-rendering: optimizelegibility;
}
.scrollup {
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	opacity: 0.3;
	position: fixed;
	bottom: 50px;
	right: 7px;
	display: none;
	background: url('../css/icon_top.png') no-repeat;
	z-index: 999;
}


.hide {
	display: none;
}
h1 {
	font-family: 'Myriad Pro Regular', 'Myriad Pro', Arial, Helvetica, sans-serif;
	font-size: 36px;
	line-height: 38px;
	margin: 6px 0 6px 0;
	padding: 10px 0 0 0;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 15px 0;
	padding: 0;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 20px;
	margin: 2px 0 2px 0;
	padding: 0;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	margin: 0 0 15px 0;
	padding: 0;
}
ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0 0 15px 0;
	padding: 0;
}
a {
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
img {
	border: 0;
	border-style: none;
	outline: none
}
.clear {
	clear: both;
	padding: 0;
	margin: 0;
	line-height: 0;
	display: block;
}

/* ================================================ */


#header_top {
	float: left;
	width: 100%;
	background:#F4F4F4;
	margin: 0 auto;
	text-align: center;
	z-index: 1000;
	position: relative;
	height:36px;
	display:block;
	border-bottom:#FFF solid 3px;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
#header_top_in {
	max-width: 1600px;
	position: relative;
	margin: 0 auto;
	padding: 0;
	display: block;
}

#pagemenu_top {
	float: left;
	height: 38px;
	width: 100%;
	margin: 0 auto;
	text-align: left;
	z-index: 110;
	position: relative;
}
#pagemenu_top ul {
	list-style-type: none;
	text-align: left;
	padding: 0px;
	margin: 0 0 0 10px;	
	zoom: 1;
}
#nav_top li:hover > ul {
	display: block;
	visibility: visible
}

#nav_top li {
	list-style: none;
	display: block;
	float: left;
	position: relative;
	border-right: 0px dotted #FFF;
	margin: 0;
	padding: 0;
	
}
#nav_top li.naslli {
	border-left: 0px dotted #FFF;
}
#nav_top li a {
	line-height: 35px;
	text-decoration: none;
	border: 0;
	color: #040404;
	display:block;
	text-wrap:none;
	white-space:nowrap;
	float:left;
	margin: 0;
	padding: 3px 8px 0 8px;
	font-size: 11px;
	font-weight: 500;
	text-align: left;
}
#nav_top li:hover, #nav_top li a:hover {
	background: #e5e5e5;
	color:#0B385E;
}


#nav_top li a img{
	float:left;
}

.langsocials_top {
	position: absolute;
	right: 14px;
	top: 2px;
	width: 400px;
	display: block;
	height: 38px;
	z-index: 1000;
	text-align: right;
}


.langsocials_top .searchbox {
	float:right;
	position:relative;
	top:0px;
	width:140px;
	margin:0 0 0 5px;
	padding:0;
	z-index:350;
	
}
.langsocials_top .searchbox .searchinput {
	border:0;
	margin:1px 0 0 0px;
	width: 94px;
	overflow:hidden;
	font-size:12px;
	height:30px;
	padding:0 4px;
	float:left;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.langsocials_top .searchbox .submit {
	border:0;
	width: 34px;
	height:32px;
	background: url(../img/lupica_top.png);
	margin:0;
	padding:0;
	float:right;
	cursor:pointer;
}

.langsocials_top .searchbox .submit:hover {
background: url(../img/lupica_top2.png);
}
.langsocials_top form, input {
	border:0;
}

/* = HEADER
----------------------------------------------------------------------------------------------------------------------*/
#header {
	float: left;
	height: 150px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	z-index: 100;
	position: relative;
	border-top: #556671 solid 0px;
}
.header_in {
	height: 150px;
	width: 950px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	padding:0 10px;
}
#header a.logo {
	width: 300px;
	display: block;
	margin: 0px 0 0 0px;
	padding: 0;
}
.head_right {
	padding: 0px 0 0 0;
	float: right;
	border:#FFF solid 5px;
	margin:15px 0 0 0;
	line-height:0;
	width:630px;
	height:110px;
	overflow:hidden;background:#00386C url(../img/homeslidebgrd.jpg) center center no-repeat;
}

#slider2 {
	position:relative;
	margin:0;
	padding:0;
	background:#00386C url(../img/homeslidebgrd.jpg) center center no-repeat;
	height:110px;
}
#slider2 img {
	position:absolute;
	width:630px;
	min-height:110px;
	top:0px;
	left:0px;
	display:none;
}



/* -------------------------------------- MAINMENU ------------------------------------ */


#pagemenu {
	float: left;
	height: 42px;
	width: 100%;
	margin: 0;
	text-align: center;
	z-index: 99;
	position: relative;
	background:#8F2823;
}
#pagemenu ul {
	list-style-type: none; 
    text-align: center;
    padding: 0px;
	margin:0;
    zoom:1; 
	}

#nav li:hover > ul {
	display: block;
	visibility: visible
}

#nav li {
	list-style: none;
	display: block;
	position: relative;
	border-right: 4px solid #AD3333;
	margin:0;
	padding:0;
	display:inline-block;
}
#nav li.naslli {
	border-left: 4px solid #AD3333;
}
#nav li a {
	font-family: 'Myriad Pro Bold', 'Myriad Pro', Arial, Helvetica, sans-serif;	
	line-height: 42px;
	text-decoration: none;
	border: 0;
	color: #FFF;
	display:inline-block;
	margin: 0;
	padding: 0 8px;
	font-size: 16px;
	background:#8F2823;
	letter-spacing:1px;
	text-align: center;
	text-transform: uppercase;
}

#nav li.naslli a {
	background:url(../img/homemenu.png) center center no-repeat;
	text-indent:-9999px;
	width:50px;
	padding:0;
	margin:0;
}
#nav li a:hover, #nav li:hover a{
	background: #EE8A1D; color:#FFF;
}

#nav li.naslli a:hover  {
	background: #EE8A1D url(../img/homemenu.png) center center no-repeat;
}

#nav li.on a {
	background: #EE8A1D;
}
#nav ul li {
	
	width: 170px;
	display: block;
	visibility: visible;
	margin: 0;
	padding: 0;
	text-align:left;
	border-right:0;
}
#nav ul li a {
	color: #FFF;
	border-bottom: none;
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	padding: 7px 10px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	text-align: left;
	width: 150px;
	background: #EE8A1D;
	border-bottom: #EE8A1D dotted 1px;
}
#nav ul li:hover a{
	background: #8F2823;
}
#nav ul {
	display: none;
	visibility: hidden;
	position: absolute;
	top: 42px;
	z-index: 1;
	border: 0;
	padding: 0px 0 0 0;
}
#nav ul li:last-child, #nav ul li:last-child a {
	border-bottom: none
}
#nav ul ul, #nav ul ul ul {
	top: 0;
	left: 170px;
	display: none;
	visibility: hidden;
	border: 0px solid #999;
	z-index: 1
}
/*<!--[if IE 7]>
<style>
#nav{
	margin-left:0px
}
#nav ul{
	left:-40px;
}
#nav ul ul{
	left:170px;
}
#nav ul ul ul{
	left:170px;
}
</style>
<![endif]-->*/


.cont230{
	float: left;
	width: 230px;
	margin: 0 10px 10px 0px;
	padding: 0 0 0px 0px;
	overflow: hidden;
	display: block;
	position: relative;
	background:#FFF;
	}

.cont310{
	float: left;
	width: 310px;
	margin: 0 10px 0px 0px;
	padding: 0 0 0px 0px;
	overflow: hidden;
	display: block;
	position: relative;
	border:0px solid #FFF;
	}
	
.cont470{
	float: left;
	width: 460px;
	margin: 10px 10px 0px 0px;
	padding: 0 0 0px 0px;
	overflow: hidden;
	display: block;
	position: relative;
	border:#FFF solid 5px;
	}
		


/* ================================= CONTENT ============================= */

.homeslidecontent{
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
}


/* ========================================================================= */


.content {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	position: relative;
}
.content a {
	text-decoration: none;
}
.content a:hover {
	background: rgb(255,255,255);
	color: #FFF
}
/* ===========================================================================================   */
.homecontent{
	width: 960px;
	margin: 0 auto;
	text-align: left;
	padding: 0px 0px 0px 10px;
	position: relative;
	display: block;
	position: relative;
	}
.pagecontent {
	width: 950px;
	margin: 10px auto;
	text-align: left;
	padding: 0px 0px 0px 0px;
	position: relative;
	display: block;
	position: relative;
}

.pageleft {
	float: left;
	width: 620px;
	margin: 0px 10px 10px 0px;
	padding: 0 0 10px 0;
	display: block;
	position: relative;
	background:#ffffff;
	border:#FFF solid 5px;
}


.pageright {
	float: left;
	width: 310px;
	margin: 0px 0 10px 0px;
	padding: 0px;
	overflow: hidden;
	display: block;
	position: relative;
	background:#F4F4F4;
}

/* ======================================================= PAGELEFT ================================= */


/* ======================================================= LEFT SUB MENU ================================= */


.pageleft .pagesubmenu {
	display: block;
	border: 0;
	padding: 0 0 0 0px;
	margin: 0 auto;
	text-align: center;
	background:#3C607E;
	width: 100%;
	margin: 0px 0 10px 0px;

	
}
.pageleft .pagesubmenu ul {
	padding: 0;
	margin: 0px;
	
}
.pageleft .pagesubmenu ul li {
	list-style: none;
	display: block;
	float: left;
	position: relative;
	line-height: 40px;
	padding:0;
	margin:0;
	
}
.pageleft .pagesubmenu ul li a {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 11px;
	text-decoration: none;
	line-height: 30px;
	text-decoration: none;
	border: 0;
	color: #FFF;
	display: block;
	margin: 0;
	padding: 5px 10px;
	font-weight: bold;
	letter-spacing: 0;
	text-align: center;
	border-right: #FFF 1px dotted;
}
.pageleft .pagesubmenu ul li.on a {
	background:#0B385F;
	color: #FFF
}
.pageleft .pagesubmenu ul li:last-child a {
	border-bottom: 0px dotted #485E8E;
}
.pageleft .pagesubmenu ul li a:hover {
	background:#264E6F;
	color: #FFF
	}
.pageleft .pagesubmenu ul li a.on {
	color: #000;
}

/* ======================================= PAGE LEFT CONTENT ======================== */


.pageleft h1.listtitle{
	font-weight:bold; font-size:26px; line-height:28px; padding:2px 10px 1px 10px; margin:0; display:inline; text-transform:uppercase; background:#399; color:#FFF;
	}


.pageleft a {
	color: #495761;
}
.pageleft a:hover {
	color: #FFF;
	background: #495761;
}
.pageleft h1 {
	color:#0B385F;
}

.pageleft ul {
	padding: 5px 10px 25px 20px;
	margin: 0;
	font-size: 14px;
	line-height: 19px;
	list-style: disc;
}
.pageleft ol {
	padding: 5px 10px 25px 25px;
	margin: 0;
	font-size: 14px;
	line-height: 19px;
}
.pageleft ul li {
	border-bottom: #c8c8c8 dashed 0px;
	margin: 4px 0;
	padding: 0px 5px 5px 15px;
	background: url(../img/strelica_lista.jpg) 0 4px no-repeat;
}
.pageleft ol li {
	border-bottom: #c8c8c8 dashed 0px;
	margin: 4px 0;
	padding: 0px 5px 5px 15px;
	background: url(../img/strelica_lista.jpg) 0 4px no-repeat;
}
.pageleft ul li:first-child {
	border-top: #c8c8c8 dashed 0px;
}

.pageleft .textin {
	padding: 0px 10px 10px 10px;
	
}

.pageleft .textin h3, h4, h5, p{
	text-align:justify;
}


.pageleft .textin blockquote
{
	font-style: italic;
	font-family: Georgia, Times, "Times New Roman", serif;
	padding: 2px 0;
	border-style: solid;
	border-color: #ccc;
	border-width: 0;
	padding-left: 20px;
	padding-right: 8px;
	border-left-width: 5px;
}

.pageleft .textin a{
	font-weight:bold;
	text-decoration:underline;}

.pageleft .textin a:hover{
	text-decoration:none;
	background:#8F2823;
	color:#fff;}



.pageleft .textin .covermain250 {
	float: left;
	width: 200px;
	height: auto;
	margin: 5px 15px 10px 0;
	border: #e5e5e5 1px solid;
	padding: 0;
	line-height: 0;
}

/* ======================================================== PAGE RIGHT ==================================== */

.eventsbox {
	padding: 0px 0 0 0px;
	margin: 0px 0px 0px 0px;
	position: relative;
	display: block;
	background:#FFF;
	border: #FFF solid 5px;
	border-bottom: #FFF solid 3px;
	text-align:left;
}
.eventsbox h1 {
	text-align:left;
	color:#FFF;
	font-size:17px;
	font-weight:800;
	line-height:30px;
	padding:7px 0 0 10px;
	margin:0;
	letter-spacing:1px;
	text-rendering: optimizeLegibility;
}

/* ========================================== */

.newsbox {
	padding: 0px 0 0 0px;
	margin: 0px 0px 0px 0px;
	/*width: 100%;*/
	position: relative;
	display: block;
	text-align:left;
	background:#FFF;
	border: #FFF solid 5px;
}
.newsbox h1 {
	/*background:#0B385E;*/
	text-align:left;
	color:#FFF;
	font-size:17px;
	font-weight:800;
	line-height:30px;
	padding:7px 0 0 10px;
	margin:0;letter-spacing:1px;
	text-rendering: optimizeLegibility;
}
	
.newsbox .vest {
	padding: 5px 3px 0 8px;
	margin: 0;
	border-bottom: #666666 dotted 1px;
	display: block;
	/*height:52px;*/
	overflow:hidden;
}

.newsbox .vest:last-child {
	border-bottom: #666666 dotted 0px;
}

.newsbox .vest p {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 10px;
	line-height:11px;
	margin:0;
	color: #333;
	display:block;
	padding:0;
}
.newsbox .vest h2 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 13px;
	margin: 2px 0 5px 0;
	line-height: 18px;
	font-weight: bold;
	color: #092B49;
	color:#555;
	padding:0;
	font-style:normal;
}

.newsbox .vest a {
	color:#092B49;color:#777;
	text-decoration: none;
	display: block;
}

.newsbox .vest a:hover {
	color: #8F2823;
	text-decoration:underline;
}


.projectsbox {
	padding: 0px 0 0 0px;
	margin: 0px 0px 0px 0px;
	position: relative;
	display: block;
	text-align:left;
	background: #FFF;
	border: #FFF solid 5px;
}
.projectsbox h1 {
	text-align:left;
	color:#FFF;
	font-size:17px;
	font-weight:800;
	line-height:30px;
	padding:7px 0 0 10px;
	margin:0;letter-spacing:1px;
	text-rendering: optimizeLegibility;
}
.projectsbox .project {
	padding: 4px 3px 0 8px;
	margin: 0;
	border-bottom: #666666 dotted 1px;
	display: block;
	/*height:52px;*/
	overflow:hidden;
}

.projectsbox .project:last-child {
	border-bottom: #666666 dotted 0px;
}

.projectsbox .project p {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 10px;
	line-height:11px;
	margin:0;
	color: #333;
	display:block;
	padding:0;
}
.projectsbox .project h2 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 13px;
	margin: 2px 0 5px 0;
	line-height: 18px;
	font-weight: bold;
	color: #092B49;
	color:#555;
	padding:0;
	font-style:normal;
}

.projectsbox .project a {
	color:#777;
	text-decoration: none;
	display: block;
}

.projectsbox .project a:hover {
	color: #222;
	text-decoration:underline;
}



.eventstitle{
	height:40px;
	width:100%;
	background:url(../img/eventstitle.png) 0 0 no-repeat;
	}

.newstitle{
	height:40px;
	width:100%;
	background:url(../img/newstitle.png) 0 0 no-repeat;
	}
	
.projectstitle{
	height:40px;
	width:100%;
	background:url(../img/projectstitle.png) 0 0 no-repeat;
	}


.newsprojhome .projectsbox, .newsprojhome .newsbox  {
	height:210px;
}
/* ======================================================== FOOTER STUFF ==================================== */

#footer {
	width: 100%;
	padding: 0px 0 0px 0;
	margin: 0px 0 0 0;
	bottom: 0;
	z-index: 900;
	width: 100%;
	margin: 0 auto;
	border-top: #ccc solid 3px;
	position:relative;
	z-index:900;
	color: #FFF;
	text-align: center;
	
}

#foot_up_cont {
	padding:10px 0 0 0;
	margin:0 auto;
	position:relative;
}

#foot_up {
	margin: 0 auto;
	padding: 10px 0px 10px 0px;
	font-size: 15px;
	line-height: 25px;
	position: relative;
	text-align: center;
	max-width:990px;
	text-align:center; color:#999
}

#foot_bottom{
background:#8F2823 url(../img/bgrd_redstar.png) center -30px no-repeat;
border-top: #FFF solid 4px;
margin:50px auto 0 auto;
}

.fotbottom{
	margin: 0 auto;
	padding: 10px 0px 50px 0px;
	font-size: 15px;
	line-height: 25px;
	position: relative;
	text-align: center;
	max-width:800px;
	position:relative;}
	
.logofoot {
	position:relative;
	top:-50px;
	display:block;
	text-align:center;
	margin:0 auto;
	padding:0;
	width:314px;
}

.fotbottom p {
	margin: 0 auto;
	padding: 0px 0px 30px 0px;
	font-size: 14px;
	line-height: 21px;
	color:#FFF;
	text-align:center;
}
.fotbottom p a {
	background: #0B385F;color: #FFF;
}
.fotbottom p a:hover {
	color: #8F2823;
	background: #FFF;
}


#foot_fixed {
	text-align: left;
	background: #601B17;
	height: 38px;
	padding: 4px 0 0 0;
	position:relative;
	bottom:0;
	width:100%;
	margin:0 auto;
	z-index:990;
}
#foot_fixed p {
	margin: 0 auto;
	padding: 0 10px;
	font-size: 11px;
	line-height: 38px;
}
#foot_fixed p a {
	color: #FF5F03;
}
#foot_fixed p a:hover {
	color: #FFF;
	background: #FF5F03;
}
#foot_fixed a img {
	padding: 0;
	margin: 0 7px 0 1px;
}



/* =================================================================== */



#donorslogos li{
	margin:0;
	padding:0;
	display:inline-block;
	}


#donorslogos li a {
	
	text-decoration: none;
	color: #6D7372;
	display:inline-block;
	margin: 0;
	padding: 4px 10px 8px 10px;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0px;
	text-align: center;
	border-left:#2D3131 solid 0px;

}


#partnerslogos li{
	margin:0;
	padding:0;
	display:inline-block;
	}


#partnerslogos li a {
	text-decoration: none;
	color: #6D7372;
	display:inline-block;
	margin: 0;
	padding: 4px 10px 8px 10px;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0px;
	text-align: center;
	border-left:#2D3131 solid 0px;

}

/* =================================================================== */

.homevideobox {
	padding: 0;
	margin: 0;
	width: 100%;
	position: relative;
	display: block;
	text-align:left;
	background:#FFF;
	border-left: #e5e5e5 solid 0px;
}
.homevideobox h1 {
	background:#888;
	text-align:left;
	color:#FFF;
	font-size:17px;
	font-weight:800;
	line-height:30px;
	padding:7px 0 0 10px;
	margin:0;
}
.homevideobox p {padding: 2px 0 3px 3px;
	margin: 0;
}

.homevideobox a{
	color:#222;
	margin:0;
	padding:0;
}

.homegallerybox{
	padding: 0;
	margin: 0 auto;
	width: 100%;
	position: relative;
	display: block;
	text-align:center;
	background:#FFF;
	border-left: #e5e5e5 solid 0px;
}
.homegallerybox h1 {
	background:#666;
	text-align:left;
	color:#FFF;
	font-size:17px;
	font-weight:800;
	line-height:30px;
	padding:7px 0 0 10px;
	margin:0;
}
.homegallerybox p {padding: 2px 0 3px 3px;
	margin: 0;
}
.homegallerybox a{
	color:#222;
	margin:0;
	padding:0;
}

/* ============================================================= */


.baners_right {
	margin: 0 0 0px 0px;
	padding: 0;
	width: 310px;
	line-height: 0;
	overflow: hidden;
	display: block;
}
.baners_right p {
	padding: 0;line-height: 0;
	margin: 10px 0 0px 0px;
	border:#FFF solid 5px;
	background:#FFF;
}


/* ===================================================== META ============================================== */

.pageleft ul.meta {
	font-size: 11px;
	display: block;
	margin: 7px 0 3px 2px;
	padding: 0;
	width: auto;
	/*height: 24px;*/
	border: none;
}
ul.meta li {
	display: block;
	font-size: 11px;
	height: 13px;
	line-height: 13px;
	padding: 2px 10px 2px 0px;
	color: #666;
	float: left;
	margin: 0 0 5px 0;
	border: none;
}
ul.meta li:first-child {
	border: 0;
}
ul.meta li a {
	color: #FF4C4A;
	text-decoration: none;
	font-weight: bold;
}
ul.meta li a:hover {
	color: #333;
}
ul.meta li.published {
	background: url(../img/published.png) 0 50% no-repeat;
	padding: 2px 8px 2px 0px;
}
ul.meta li.datestart {
	background: url(../img/date.png) 0 50% no-repeat;
	padding: 2px 8px 2px 0px;
}
ul.meta li.metalocation {
	background: url(../img/location.png) 0 50% no-repeat;
	padding: 2px 8px 2px 0px;
}
ul.meta li.hour {
	background: url(../img/hour.png) 0 50% no-repeat;
	padding: 2px 10px 2px 0px;
}
ul.meta li.link {
	background: url(../img/link.png) 0 50% no-repeat;
	padding: 2px 10px 2px 21px;
}

/* =================================================================== */



.pageleft ul.product_list {
	display: block;
	margin: 0;
	padding: 15px 0 10px 0px;
	list-style: none;
}
.pageleft ul.product_list h1 {
	padding-right: 10px;
	font-size: 26px;
	line-height: 32px;
}
.pageleft ul.product_list li {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0;
	overflow: hidden;
	width:100%;
}
.pageleft ul.product_list li:first-child {
}
.pageleft ul.product_list li a {
	color: #141414;
	text-decoration: none;
	font-weight: normal;
	display: block;
	height: 150px;
	overflow: hidden;
	padding:0;
	margin:0;
	border-bottom:#FFF solid 10px;
}
.pageleft ul.product_list li a .pic {
	
	width: 220px;
	padding: 0;
	margin: 0 5px 0 0px;
	float: left;
	height: 150px;
	overflow: hidden;
	border-right: #FFF solid 5px;
	background:#FFF;
	text-align:center;
}

.pageleft ul.product_list li a .pic img{
	height:100%;
	/*width:100%;*/
	
}

.pageleft ul.product_list li a .content_block {
	padding: 5px 10px 5px 0;
	margin: 0 0 0 220px;
	display: block;
}
.pageleft ul.product_list li a .content_block h2 {
	font-size: 22px;
	line-height: 26px;
	color: #003399;
	font-weight: normal;
	margin: 0px 0 5px 0;
	padding: 0;
	color: #333;
}
.pageleft ul.product_list li a .content_block p {
	font-size:12px;
	line-height:17px;
	padding: 0;
	margin: 0;
	color: #333;
}
.pageleft ul.product_list li:hover a, .pageleft ul.product_list li:hover a .pic, .pageleft ul.product_list li a:hover  {
	color: #333;
	background: #e5e5e5;
}
.pageleft ul.product_list li:hover a .content_block h2 {
	text-decoration:underline;
}
.pageleft ul.product_list li:hover a .content_block p {
}


/* ======================================== DOWNLOAD ============= */


.downloadbox {
	display: block;
	border-bottom: #999 dashed 0px;
	padding: 5px 25px 10px 10px;
	margin: 5px 0px 10px 0px;
	position: relative;
	/*background: transparent url(../img/icons/attachement.png) 0px 33px no-repeat;*/
}
.downloadbox h1 {
	padding-left: 0px;
}
.downloadbox h2 {
	margin: 0;
	padding: 0;
	border: 0;
}
.downloadbox ul {
	margin: 8px 0 0 5px;
	padding: 0;
}
.downloadbox ul li {
	vertical-align: middle;
	list-style: none;
	padding: 2px 0;
	border: 0;
	display: block;
	margin: 5px 0 5px 0;
}
.downloadbox ul li a {
	display: block;
	color: #999;
	margin: 0;
	/*height:24px;*/
	overflow: hidden;
	vertical-align: middle;
	font-size: 14px;
	line-height: 13px;
	padding: 0px 0 2px 30px;
	word-wrap: break-word;
}
.downloadbox ul li a:hover {
	color: #000;
}
.downloadbox ul li a[href$='.pdf'] {
	padding-left: 30px;
	background: transparent url(../img/icons/icon_pdf.png) no-repeat 0 2px;
}
.downloadbox ul li a:hover[href$='.pdf'] {
	padding-left: 30px;
	background: transparent url(../img/icons/icon_pdf.png) no-repeat 0 2px;
}
.downloadbox ul li a[href$='.doc'] {
	padding-left: 30px;
	background: transparent url(../img/icons/icon_doc.png) no-repeat 0 2px;
}
.downloadbox ul li a:hover[href$='.doc'] {
	padding-left: 30px;
	background: transparent url(../img/icons/icon_doc2.png) no-repeat 0 2px;
}
.downloadbox ul li a[href$='.xls'] {
	padding-left: 30px;
	background: transparent url(../img/icons/icon_xls.png) no-repeat 0 2px;
}
.downloadbox ul li a[href$='.mp3'] {
	padding-left: 30px;
	background: transparent url(../img/icons/icon_mp3.png) no-repeat 0 2px;
}



/* ===================================================== */



.gallerybox_full {
	display: block;
	margin: 0 auto;
	position: relative;
	padding: 8px 0px 10px 9px;
	border-top: #999 dotted 0px;
	background:#e5e5e5;
}
.gallerybox_full h1 {
	padding-left: 0px;
	text-transform:uppercase;
}

.gallerybox_full ul{
	padding:0;
	margin:0;
	list-style:none;}
	
.gallerybox_full ul li{
	padding:0;
	list-style:none;
	
	margin:0;}

.gallerybox_full a {
	width: 184px;
	padding: 0;
	margin: 4px;
	float: left;
	height: 130px;
	overflow: hidden;
	border: #FFF solid 4px;
	background: #FFF;background:#333;
	text-align:center;
}



.sharethis_tr{
	float:right; position:absolute; right:5px;
	}


@media (max-width: 1024px) {
#pagemenu li a {
	padding: 0px 3px 0px 3px;
	font-size: 15px;
}




}

@media (max-width: 980px) {
	.homecontent{
	width: 100%;
	}
	
.newsprojhome{
		display:block;
		float:left;
		}
		
.cont470{
	width: 47%;
	}
	
.newsprojhome .projectsbox, .newsprojhome .newsbox  {
	height:auto;
}


	
}

@media (max-width: 900px) {
#pagemenu li a {
	padding: 0px 2px 0px 2px;
	font-size: 13px;
}

.pagecontent {
	width: 660px;
	padding:0;
}

.pageleft {
	width: 640px;
}

.pageright {
	float: left;
	width: 670px;
}

.eventsbox {
	width:300px;
	display:block;
	text-align:center;
	margin:0 auto 10px;
	
	
}

.newsbox {
	width:310px;
	float:left;
	
}

.projectsbox {
	width:310px;
	float:left;
	margin-left:10px;
}

.baners_right {
	margin-top:5px;
	width: 660px;

}
.baners_right p {
	margin: 10px 15px 0px 5px;
	float:left;
}

}
@media (max-width: 780px) {
	 
#pagemenu li a {
	padding: 0px 2px 0px 2px;
	font-size: 12px;
}
.langsocials_top {
	right: 5px;

}
}

@media (max-width: 720px) {
	 
#pagemenu li a {
	padding: 0px 2px 0px 2px;
	font-size: 10px;
}

.langsocials_top {
	right: 0px;

}
}

@media (max-width: 680px) {
	 
#pagemenu_top ul {
	margin: 0px;	
}
	.langsocials_top {
	right: 0px;

} 
.tophead_centaronline a {
	width:26px;
	overflow:hidden;
}

.tophead_politickiforum a {
	width:26px;
	overflow:hidden;
}

.tophead_crnonabelo a {
	width:26px;
	overflow:hidden;
}

.cont470{
	width: 95%;
	}

}

@media (max-width: 640px) {
#pagemenu li a {
	padding: 0px 2px 0px 2px;
	font-size: 9px;
}
}