* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
}
html {
	overflow: auto;
}
#full-page-container {
	overflow: auto;
}
#container {
	position: relative;
	width: 1200px;
	height: 100%;
	margin-top: 0px;
	marign-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	border: 0;
}
#logo {
	position: relative;
	width: 1200px;
	height: auto;
	margin: 0;
	padding: 0;
	border: 0;
}
#logo .look {
	position: relative;
	width: auto;
	height:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 38px;
	font-weight: normal;
	color: #d1d1d1;
	font-weight: 600;
	float: left;
}
#logo .look span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 54px;
	font-weight: normal;
	color: #97ce0c;
}

#logo .logo_short{
	position: relative;	
	width: auto;
	height:auto;
	float: right;
	text-align: right;
	margin-top: 7px;
}
	
#main_block_wrapper {
	position: relative;
	width: inherit;
	height: auto;
	margin-top: 10px;
	border: 0;
	float: left;
}
#main_block_wrapper .main_menu {
	position: absolute;
	width: 1200px;
	height: 30px;
}
#main_block_wrapper .main_img {
	position: relative;
	width: 1200px;
	height: 593px;
	float: left;
}
/*############## MAIN NAVIGATION ###################*/

#nav {
	position: relative;
	width: inherit;
	height: inherit;
	margin: 0 0 0 0;
	padding: 0;
	line-height: 100%;
	font-size: 15px;
	text-align: center;
	/*background: rgba(255, 255, 255, .8);*/
		
	text-transform: lowercase;
	z-index: 200;
	border-top: 1px solid #97ce0c;
}
#nav li {
	float: left;
	position: relative;
	list-style: none;
	width: 150px;
	padding: 0;
	height: inherit;
}
/* main level link */
#nav a {
	font-weight: bold;
	color: #97ce0c;
	text-decoration: none;
	display: block;
	padding: 6px 10px 0 10px;
	margin: 0;
	background: rgba(255, 255, 255, .0);
	height: 24px;
}
/* main level link hover */
#nav .current a, #nav li:hover > a {
	color: #97ce0c;
	border-bottom: 1px solid #97ce0c;
}
/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border-bottom: 1px solid #97ce0c;
	color: #97ce0c;
	font-weight:bold;
	width: 130px;
	background: rgba(255, 255, 255, .0);
}
/* okvir u podlisti*/
#nav ul a:hover {
	text-align: center;
	color: #97ce0c !important;
	/*background: rgba(255, 255, 255, .2) !important;*/
	text-decoration: underline !important;
}
#nav ul {
	z-index: 5;
	display: none;
	margin: 0;
	padding: 0;
	width: 150px;
	position: absolute;
	top: 31px;
	left: 0px;
	/*background: rgba(255, 255, 255, .7);*/
	z-index: 1000;
}
/* nivo 3+ lista */
#nav ul ul {
	left: 150px;
	top: 0px;
}
/* dropdown */
#nav li:hover > ul {
	display: block;
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}
#nav ul a {
	font-weight: normal;
	color: #FFF;
}
/* rounded corners for first and last child */
#nav ul li:first-child > a {
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
}
#nav ul li:last-child > a {
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border: 0;
}
/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
}
html[xmlns] #nav {
	display: block;
}
* html #nav {
	height: 1%;
}
/*############ end MAIN NAVIGATION style ###########*/




/*################  IMAGE SLIDER  #####################*/
	
#slider1 {
	width: 1200px;
	height: 593px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	padding: 0;
	margin: 0;
}
#slider1Content {
	width: 1200px;
	position: relative;
	top: 0;
	margin: 0;
	border: 0px;
}
#slider1Content li {
	list-style: none;
}
.slider1Image {
	float: left;
	position: relative;
	display: none;
	border: 0px;
}
.slider1Image span {
	position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
	width: 1200px;
	background-color: #FFFFFF;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	color: #333;
	display: none;
	margin-top: 30px;
	padding-top: 10px;
	padding-left: 10px;
}
.clear {
	clear: both;
}
.slider1Image span strong {
	font-size: 14px;
}
.left {
	top: 0;
	left: 0;
	width: 140px !important;
	height: 557px;
}
.right {
	right: 0;
	bottom: 0;
	width: 140px !important;
	height: 557px;
}
/*################  END __ IMAGE SLIDER  #####################*/

#green_dividing_line {
	position: relative;
	width: inherit;
	float: left;
	height: 1px;
	background: #97ce0c;
}
#footer_first_page {
	position: relative;
	float:left;
	width:inherit;
	height: auto;
	font-size: 12px;
	color: #d1d1d1;
	text-align: center;
	margin-bottom: 30px;
}
#footer_first_page span {
	font-size: 16px;
	color: #97ce0c;
	font-weight: normal;
}
/*########################  Page specific formating  ################################*/

#main_block_wrapper .empty_space {
	position: relative;
	width: 1200px;
	height: 100px;
	float: left;
	z-index: 0;
}
.content_holder {
	position: relative;
	width: 1100px;
	height: auto;
	margin: 0 auto 0 auto;
}
.clearfix {
	clear: both;
}
#main_block_wrapper .content_holder_projects {
	position: relative;
	width: 1100px;
	height: auto;
	margin: 0 auto 0 auto;
	padding-bottom: 0px;
}
#project_single {
}
.content_text {
	width: 1100px;
	height: auto;
	position:relative;
	font-size: 14px;
	color: #a1a1a1;
	margin: 0 auto 20px auto;
	padding-bottom: 18px;
	text-decoration: none;
	text-align: justify;
	border-bottom: 1px solid #97ce0c;
}
.content_text span {
	color: #97ce0c;
	font-size: 18px;
}
.content_title {
	width: 1100px;
	height: auto;
	position:relative;
	font-size: 24px;
	color: #a1a1a1;
	margin: 0 auto 20px auto;
	border-bottom: 1px solid #97ce0c;
	text-decoration: none;
	text-align: justify;
	padding-bottom: 18px;
}
.content_title_projets {
	width: 1100px;
	height: auto;
	position:relative;
	font-size: 24px;
	color: #a1a1a1;
	margin: 0 auto 20px auto;
	text-decoration: none;
	text-align: justify;
}
.content_title_small {
	width: 1100px;
	height: auto;
	position:relative;
	font-size: 16px;
	color: #a9a9a9;
	margin: 0 auto 20px auto;
	padding-bottom: 18px;
	padding-top: 18px;
	text-decoration: none;
	text-align: justify;
	border-bottom: 1px solid #97ce0c;
	border-top: 1px solid #97ce0c;
}
.content_title span {
	color: #97ce0c;
}
/* A B O U T */
	
	
	
#containerimages {
	width: 1100px;
	height: auto;
	position:relative;
	margin: 0 auto 0 auto;
}
#containerimages a {
	outline: none;
	text-decoration: none;
	color: #666;
	font-size: 12px;
}
#containerimages a:hover {
	color: #333;
}
#containerimages img {
	border: 0;
}
#containerimages ul {
	z-index: 10;
	display:block;
	list-style: none;
	padding: 0;
	margin:0;
}
#containerimages ul li {
	float:left;
}
#alignLeft {
	float:left;
	width: 370px;
}
#alignRight {
	float:right;
	width: 709px;
}
.col#alignLeft li {
	clear:left;
	margin-bottom: 1px;
}
.col2#alignLeft li {
	clear:left;
}
ul.gallery a img {
	border: 0;
}
ul.gallery li {
	float: left;
	margin: 0 0 0 6px;
	padding: 0;
	display: inline;
	margin-bottom: 20px;
}
ul.gallery li a.thumb {
	width: 95px;
	height: 144px;
	cursor: pointer;
}
ul.gallery li span {
	width: 95px;
	height: 144px;
	overflow: hidden;
	display: block;
}
ul.gallery li a.thumb:hover {
	background: #333;
}
ul.gallery li a {
	text-decoration: none;
	display: block;
	border: 0;
}
ul.galleryProject a img {
	border: 0;
}
ul.galleryProject li {
	float: left;
	margin: 0 0 0 7px;
	padding: 0;
	display: inline;
	margin-bottom: 20px;
}
ul.galleryProject li a.thumb {
	width: 170px;
	height: 144px;
	cursor: pointer;
}
ul.galleryProject li span {
	width: 170px;
	height: 144px;
	overflow: hidden;
	display: block;
}
ul.galleryProject li a.thumb:hover {
	background: #333;
}
ul.galleryProject li a {
	text-decoration: none;
	display: block;
	border: 0;
}
.content_about_text_holder {
	width: 796px;
	height: auto;
	position:relative;
	float: left;
}
.content_about_text_short {
	width: 850px;
	height: auto;
	position:relative;
	font-size: 14px;
	color: #a1a1a1;
	margin: 0 auto 20px auto;
	padding-bottom: 18px;
	text-decoration: none;
	text-align: justify;
	border-bottom: 1px solid #97ce0c;
	float: left;
}
.content_about_text_long {
	width: 850px;
	height: auto;
	position:relative;
	font-size: 14px;
	color: #a1a1a1;
	margin: 0 auto 20px auto;
	padding-bottom: 18px;
	text-decoration: none;
	text-align: justify;
	float: left;
}
.content_about_image {
	width:200px;
	height: auto;
	position:relative;
	float: left;
	margin-left: 100px;
	margin-bottom: 20px;
}
/*####################   P R O J E C T   S H O W   ###########################*/

.content_project_text_holder {
	width: 510px;
	height: auto;
	position:relative;
	float: left;
}
.content_project_text_short {
	width: 500px;
	height: auto;
	position:relative;
	font-size: 12px;
	color: #a1a1a1;
	margin: 0 auto 20px auto;
	padding-bottom: 18px;
	text-decoration: none;
	text-align: justify;
	border-bottom: 1px solid #97ce0c;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
}
.content_project_text_long {
	width: 500px;
	min-height: 700px;
	position:relative;
	font-size: 13px;
	color: #a1a1a1;
	margin: 0 auto 20px auto;
	padding-bottom: 18px;
	text-decoration: none;
	text-align: justify;
	overflow: auto;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	
}
.content_project_text_long ul li{
	list-style-position:inside;
	list-style-type:circle;
	margin-left: 5px;
	
	}
	
.content_project_text_long p{
		margin-bottom: 5px;
		margin-top: 0px;
	
	}

.content_project_image_holder {
	width:540px;
	height: auto;
	position:relative;
	float: left;
	margin-left: 50px;
	margin-bottom: 20px;
}
.content_project_image {
	width:540px;
	height: auto;
	position:relative;
	float: left;	
}

.content_project_image_thumbs {
	width:540px;
	height: auto;
	position:relative;
	float: left;
}
.content_project_image_thumbs a {
	position: relative;
	width: 90px;
	height: 90px;
	float: left;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #a1a1a1;
	margin-top:5px;
}
.content_project_image_thumbs a:HOVER {
	border-bottom: 1px solid #97ce0c;
}



/*####################   R E S E A R C H   ###########################*/


.content_research_text_holder {
	width: 650px;
	height: auto;
	position:relative;
	float: left;
}
.content_research_text_short {
	width: 640px;
	height: auto;
	position:relative;
	font-size: 12px;
	color: #a1a1a1;
	margin: 0 auto 20px auto;
	padding-bottom: 18px;
	text-decoration: none;
	text-align: justify;

	float: left;
	padding-right: 5px;
	padding-left: 5px;
	
	border-bottom: 1px solid #97ce0c;
}

.content_research_document{
	width: 640px;
	height: auto;
	position:relative;
	font-size: 12px;
	color: #a1a1a1;
	margin: 0 auto 0px auto;
	padding-top: 10px;
	text-decoration: none;
	text-align: justify;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	
	}

.content_research_document_icon{
	position: relative;
	width: 20px;
	height: 20px;
	float: left;
	margin-right: 10px;
	background: url(images/document_icon.png);
	background-repeat: no-repeat;
	}
.content_research_document_icon:HOVER{
	position: relative;
	width: 20px;
	height: 20px;
	float: left;
	margin-right: 10px;
	background: url(images/document_icon_over.png);
	background-repeat: no-repeat;
	}
	
.content_research_document_label{
	float: left;
	width: auto;
	height: 10px;
	padding-top: 4px;
	}
	
.content_research_document a{
	color: #a1a1a1;
	text-decoration: none;
	}
.content_research_document a:hover{
	color: #a1a1a1;
	text-decoration: underline;
	}
	
.content_research_image_holder {
	width:400px;
	height: auto;
	position:relative;
	float: left;
	margin-left: 50px;
	margin-bottom: 20px;
}
.content_research_image {
	width:400px;
	height: auto;
	position:relative;
	float: left;	
}


/*####################   N E W S   ###########################*/

#news_index{
	position: relative;
	float: left;
	width: 1200px;
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	}
	
.news_single{
	position: relative;
	float: left;
	width: 269px;
	height: 30px ;
	border-right: 1px solid #d1d1d1;
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
	
	font-size: 12px;
	font-weight: bold;
	color: #a1a1a1;
	}

.news_single a{
	color: #a1a1a1;
	text-decoration: none;
	}
	
.news_single a:HOVER{
	color: #a1a1a1;
	text-decoration: underline;
	}
	
.news_archive_index_link{
	position: relative;
	float: right;
	width: 30px;
	height: 30px;
	background: url(images/news_icon.png);
	background-repeat: no-repeat;
	}

.news_archive_index_link:HOVER{
	position: relative;
	float: right;
	width: 30px;
	height: 30px;
	background: url(images/news_icon_over.png);
	background-repeat: no-repeat;
	}
	
/* A R C H I V E */

#news_arcive_all_items{
	position: relative;
	width: 1100px;
	height: auto;
	float: left;
	margin-bottom: 18px;

	}

#news_arcive_all_items .news_arcive_item{
	position: relative;
	width: 1100px;
	height: auto;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	
	border-bottom: 1px solid #f1f1f1;
	
	
	}
.news_arcive_item_title{
	position: relative;
	width: 890px;
	height: auto;
	float: left;
	color: #a1a1a1;
	font-size: 13px;
	font-weight: bold;
	padding-right: 10px;
	}
	
.news_arcive_item_title a{
	color: #a1a1a1;
	text-decoration: none;
	}
	
.news_arcive_item_title a:HOVER{
	color: #a1a1a1;
	text-decoration: underline;
	}
	
.news_arcive_item_date{
	position: relative;
	width: 190px;
	height: auto;
	float: right;
	padding-left: 10px;
	color: #d1d1d1;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
	}
	
/*####################   N E W S   V I E W   ###########################*/


.content_news_text_holder {
	width: 750px;
	height: auto;
	position:relative;
	float: left;
}
.content_news_text_short {
	width: 740px;
	height: auto;
	position:relative;
	font-size: 12px;
	color: #a1a1a1;
	margin: 0 auto 20px auto;
	padding-bottom: 18px;
	text-decoration: none;
	text-align: justify;
	border-bottom: 1px solid #97ce0c;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
}

.content_news_text_long {
	width: 740px;
	height: auto;
	max-height: 300px;
	position:relative;
	font-size: 13px;
	color: #a1a1a1;
	margin: 0 auto 20px auto;
	text-decoration: none;
	text-align: justify;
	overflow: auto;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
}

.content_news_text_long img{
	position: relative;
	width: auto;
	height: 309px;
	max-height: 700px;
	}
	
.content_news_text_date {
	width: 740px;
	height: auto;
	position:relative;
	font-size: 12px;
	color: #d1d1d1;
	margin: 0 auto 20px auto;
	padding-bottom: 18px;
	text-decoration: none;
	text-align: justify;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
}


.content_news_image_holder {
	width:300px;
	height: auto;
	position:relative;
	float: left;
	margin-left: 50px;
	margin-bottom: 20px;
}
.content_news_image {
	width:300px;
	height: auto;
	position:relative;
	float: left;	
}

/*####################   C O N T A C T    ###########################*/

.contact_text{
	width: 1090px;;
	height: auto;
	position:relative;
	font-size: 12px;
	color: #a1a1a1;
	margin: 0 auto 20px auto;
	padding-bottom: 18px;
	text-decoration: none;
	text-align: justify;
	border-bottom: 1px solid #97ce0c;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	
	}
	
.contact_text li{
	list-style: none;
	padding: 5px;
	}
	
.contact_social{
	width: 1090px;;
	height: auto;
	position:relative;
	font-size: 12px;
	color: #a1a1a1;
	margin: 0 auto 20px auto;
	padding-bottom: 18px;
	text-decoration: none;
	text-align: justify;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	
}

.facebook{
	position: relative;
	width: 40px;
	height:40px;
	float: left;
	padding: 5px;
	
	background: url(images/facebook.png);
	background-repeat: no-repeat;
	}
	
.facebook:HOVER{
	position: relative;
	width: 40px;
	height:40px;
	float: left;
	padding: 5px;
	
	background: url(images/facebook_over.png);
	background-repeat: no-repeat;
	}
.twitter{
	position: relative;
	width: 40px;
	height:40px;
	float: left;
	padding: 5px;
	
	background: url(images/twitter.png);
	background-repeat: no-repeat;
	}
.twitter:HOVER{
	position: relative;
	width: 40px;
	height:40px;
	float: left;
	padding: 5px;
	
	background: url(images/twitter_over.png);
	background-repeat: no-repeat;
	}
.linkedin{
	position: relative;
	width: 40px;
	height:40px;
	float: left;
	padding: 5px;
	
	background: url(images/linkedin.png);
	background-repeat: no-repeat;
	}
.linkedin:HOVER{
	position: relative;
	width: 40px;
	height:40px;
	float: left;
	padding: 5px;
	
	background: url(images/linkedin_over.png);
	background-repeat: no-repeat;
	}
