body, fieldset, nav, footer, h1, h2, h3, h4, h5, h6, table, th, tr, span, label, p, ul, li, 
button, input {
	border: 0;
	padding: 0;
	margin: 0;
	outline: 0;
	font-size: 100%;
}

ul { list-style: none; }
a {
	text-decoration: none; 
	color: #5b7b9d;
	font-style: italic;
}

body {
	width: 100%; 
	height: 100%;
	font: normal normal normal 16px/18px 'Open Sans', sans-serif;
	color: #646464;
	background: #e9e9e9 url(../img/fancy_deboss.png);
	position: relative;
}

img {
    vertical-align: middle;
}

/********* COMMON CLASSES **************/
.w120 {width: 120px;}
.w240 {width: 240px;}
.w300 {width: 300px;}
.w250 {width: 250px;}

.w20p {width: 20%;}
.w30p {width: 30%;}
.w40p {width: 30%;}
.w45p {width: 45%;}
.w55p {width: 19%;}
.w50p {width: 50%;}
.w60p {width: 60%;}
.w70p {width: 70%;}
.w90p {width: 90%;}
.w100p {width: 100%;}

.h63p {height: 63px;}
.h740p {height: 740px;}

.div-center {text-align: center; margin: auto;}
.txt-center {text-align: center;}

.lsp_2 {letter-spacing: 2px;}

.px10 {font-size: 10px;}
.px12 {font-size: 12px;}
.px14 {font-size: 14px;}
.px16 {font-size: 16px;}
.px18 {font-size: 18px;}

.inline-i {
	float: left;
}

.m1p {
	margin-left: 1%;
}

.btn {
	background: #bcd659;
	padding:    10px;
	height: 	40px;
	color: 		white;
}

.btn-s { width: 120px; }
.btn-m { width: 240px; }
.btn-l { width: 320px; }
.btn-xl{ width: 400px; }

#container {
	margin-left: auto;
    margin-right: auto;
    width: 1180px;
    overflow: hidden;
}

/********* HEADER **************/
#screen-header {
	height: 180px;
	background: #ffffff;
	position: relative;
}

#logo {
	margin-left: 0px;
	float: left;
}
#login_button {float: right; margin: 40px 10px 0px 0px; font-size: 0.9em;}
#title_field {float: left; position: absolute; bottom: 0px; left: 280px;}
#mobile-indicator {display: none;}


.head-bgr-lg {
	background: #e6ebcb url(img/top_background.jpg) no-repeat; background-position: top center; 
	height: 740px;
	position: relative;
}

.head-bgr-sm {
	background: #fff; 
	background-size: cover; 
	background-position: top center; 
	height: 540px;
}

/**** -- END HEADER -- ********/

/********* MENU **************/
#menu-container {
		width: 100%;
		/*height: 63px;*/
		
		position: relative;
}
#horizontal-menu  ul {
	padding: 0px;
	z-index: 10;
}
#horizontal-menu  ul > li {
	display: inline;
	margin: 0px;
}
#horizontal-menu  ul > li > a {
	display: inline-block;
	height: 40px;
	background: #ffffff url(../img/main_menu_tile.png) top left repeat-y;
	text-align: center;
	padding-top: 20px;
	font-size: 18px;
	letter-spacing: 4px;
	color: #405f89;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
        text-decoration: none;
}

#horizontal-menu  ul > li > a.active {
	color: white;
	background: #bcd659;
}

#horizontal-menu.floating {
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 1180px;
}

#horizontal-menu ul > li > ul {
	position:absolute;
	visibility:visible;
	/*border-top:1px solid #fff;*/
	margin:0;
	margin-top: 2px;
	padding:0;
}

#horizontal-menu ul > li > ul > li {
	display:inline;
	float:none;
	width: 100%;
}
#horizontal-menu ul > li > ul > li.border-line {
	display: block;
	width: 300px;
}

#horizontal-menu ul > li > ul > li a {
	display: inline-block;
	height: 39px;
	background: rgba( 164,185,214, .9);
	text-align: left;
	padding-left: 60px;
	padding-top: 20px;
	font-size: 14px;
	letter-spacing: 2px;
	color: white;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	width: 100%;
}

#vertical-menu.floating  {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 60px;
}

#vertical-menu.non-index {
  display: none;
} 

#publish_menu {
	position: absolute;
}

#vertical-menu  ul > li {
	/*background: #ffffff url(../img/menu_item_bg.png);*/
}
#vertical-menu  ul > li > a {
	display: inline-block;
	height: 39px;
	background: rgba( 164,185,214, .9);
	text-align: left;
	padding-left: 60px;
	padding-top: 20px;
	font-size: 14px;
	letter-spacing: 2px;
	color: white;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
}

#hamby_menu {
	display: none;
	width: 100%;
	height: 2.5em;
	background: #415F89;
	color: white;
	text-align: right;
	padding-top: 6px;
}

/********* END MENU **********/
.dropdown-additional  ul > li > a {
	display: inline-block;
	height: 40px; 
	background: rgba( 164,185,214, .9);
	text-align: left;
	padding-left: 60px;
	padding-top: 20px;
	font-size: 14px;
	letter-spacing: 2px;
	color: white;
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
}

.border-line {
	height: 1px;
	background: rgba( 164,185,214, .9);
	width: 100%;
}

.border-line > span {
	display: block; 
	width: 80%;
	background: white;
	height: 100%;
	margin: auto;
}

#slider {
	position: absolute;
	width: 600px;
	top: 120px;
	right: 10px;
}

#bottom-more {
	/*background: rgba( 119,141,191, .9);
	background: rgba( 64,95,137, .7);*/
	height: 165px;
	width: 1080px;
	color: white;
	text-align: center;
	padding: 35px 50px 0px 50px;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 2px;
	font-size: 14px;
	line-height: 150%;
	position: absolute;
	bottom: 0px;
}

.bottom-more-bg {
	position: absolute;
	bottom: 0px;
	background: rgba( 64,95,137, .7);
	height: 200px;
	display: block;
	width: 100%;
}

#bottom-more a {
	font-style: italic;
	color: #c8d1db;
}
/**** -- END MENU -- ********/

article {
	background: #fefefe;
	font-family: 'Open Sans', sans-serif;
	margin: 60px 0px 60px 0px;
	padding: 20px;
	z-index: 10;
}

.news-item {
	background: url(../img/pencil_icon.png) no-repeat; 
	background-position:10px 12px;
	padding: 10px 0px 10px 30px;
	border-top: 1px dashed #a4b9d6;
	font-size: 14px;
	min-height: 30px;
	margin-bottom: 10px;
	font-family: 'Open Sans', sans-serif;
}

.news-item a {
	color: #6e9bd8;
	font-style: italic;
	font-size: 14px;
}

.news-item-first {
	border-top: 0px;
}

.bottom-border-blue {
	padding-bottom: 12px;
	border-bottom: 2px solid #a4b9d6;
	margin-bottom: 12px;
}

.left-border-blue {
	padding-left: 12px;
	border-left: 2px solid #a4b9d6;
	margin-left: 12px;
}

.uppercase {
	text-transform: uppercase;
}

#page-contents {
	
	/*background: white;
	padding: 10px;*/
}

#contents {
	/*padding: 10px;
	width: 95%;
	margin-left: 2%;*/
	padding: 0px 50px 50px 50px;
	min-height: 500px;
	background: white;
}

#cont_text {
	margin-left: 50px;
  
}

#cont_text > p, .p-indent > p {
	/*padding-left: 2em;*/
	line-height: 1.5em;
  margin-top: 24px;
 /* margin-bottom: 0.5em;*/
  text-align: justify;
}

#cont_text > ul, #cont_text > p > ul, .p-indent > ul {
	margin-left: 4em;
	margin-top: 24px;
	list-style-type: disc;
}

#cont_text > ul > li, #cont_text > p > ul > li, .p-indent > ul > li, #cont_text > p > ul > li > ul > li, .p-indent > ul > li > ul > li {
	margin-top: 10px;
}

#cont_text > p > ul > li > ul , .p-indent > ul > li > ul {
	margin-left: 4em;
	list-style-type: circle;
}

.page-title {
	font-size: 1.75em;
	letter-spacing: 0.15em;
	padding-top: 35px;
	padding-bottom: 35px;
	/*padding: 20px 0px;
	width: 80%;
	margin-left: 2%;*/
	border-bottom: 2px solid #bcd659;
	margin-bottom: 40px;
	font-weight: bold;
}

.page-subtitle {
		/*margin-left: 2%;*/
		font-weight: bold;
		font-size: 20px;
		text-transform: uppercase;
		margin: 48px 0px 24px 0px;
		/*border-bottom: 1px solid black;*/
		/*margin-bottom: 1.5em;*/
		/*width: 90%;
		margin-top: 1.5em;*/ 
   
	}

.p-indent {
	margin-left: 50px;
}

.note {
	color: #e30613;
	font-style: italic;
}

/********** FOOTER *************/

footer {
	background: #415f89;
	color: white;
	height: 280px;	
	position: relative;
	clear: both;
}

.foot-col {
	float: left;
	width: 20%;
	margin-right: 1%;
	padding: 20px;
	border-right: 1px solid #a0afc4;
	margin-top: 10px;
	min-height: 160px;
}

.foot-col #img-rounded:hover {
	border-radius: 25px;
	-moz-box-shadow: 0 0 5px #fff;
	-webkit-box-shadow: 0 0 5px #fff;
	box-shadow: 0px 0px 5px #fff;

}

.foot-col a {
	color: white;
	font-style: italic;
}

.foot-col a:hover {
	color: #fff;
	text-shadow: -1px 1px 2px #ffc, 1px -1px 2px #fff;
}

.no-border {
	border-right: 0;
	margin-right: 0;
}

.foot-contents {
	/*width: 90%;*/
	margin-left: 5%;
}

#copyright {
	position: absolute;
	bottom: 0px;
	height: 60px;
	background: #283c56;
	width: 100%;
	color: #bcd559;
	text-align: right;
}



/********** END FOOTER *************/

/********* DROPDOWNS ***************/
.dropdown-menu {
	display: none;
	position: absolute;
	z-index: 100;
}

#login_menu {
	width: 590px;
	height: 380px;
	background: #f8fbee;
}

.login-menu-title li  {
	display: inline;
	margin-left: 20px;
	text-align: center;
}

.login-menu-title li > a {
	width: 260px;
	display: inline-block;
	height: 35px;
	margin-top: 2px;
	color: #666;
	padding-top: 10px;
	height: 30px;
	background: #c9de7a ;
	font-size: 14px;
}

.login-menu-title li > a.lfmi-active {
	background: white;
	color: #bcd55f;
}

.login-title {
	width: 525px;
	padding: 10px;
	background: white;
	color: #bcd55f;
	margin-left: 20px;
}

.form-field {
	height: 	  45px;
	padding-left: 60px;
	margin-top:   25px;
	color: #bcd55f;
}

.form-field:focus {
	outline: none;
}

.ff-uname {
    background: white url(../img/login_user.png) left top no-repeat; 
}

.ff-passw {
	background: white url(../img/login_pass.png) left top no-repeat;
}



#conferences_menu {
	width: 880px;
	min-height: 250px;
	/*background: rgba( 255,255,255, .95);*/
	background: #f8fbee;
}

.title-field {
	background: #c9de7a;
	color: white;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 10px;
	padding-left: 2%;
}

.conf-list {
	margin-left: 10px;
}

.conf-list ul > li {
	
}

.conf-list a {
	color: #666666 ;
	padding: 8px 0px 8px 5px;
	display: block;
	font-style: normal;
}

.conf-list a:hover {
	color: white ;
	background: #c9de7a;
}

.shadowed {
	-webkit-box-shadow: 0px 4px 10px -3px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 4px 10px -3px rgba(0,0,0,0.75);
	box-shadow: 0px 4px 10px -3px rgba(0,0,0,0.75);
}

.tagline {
	position: absolute;
	font-size: 30px;
	font-weight: 300;
	width: 65%;
	right: 4%;
	top: 45%;
	line-height: 1em;
	letter-spacing: 3px;
	color: white;
}

.tagline > .tag-sub {
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 2px;
	float: right;
	font-style: italic;
	margin-top: 10px;
}


.icons {
	float: right;
  }


/********** SLIDER CLASSES **********/

.kruzici {
	display: inline-block;
	width: 18px;
	margin-right: 15px;
	background: url(../img/slide_c_empty.png) left top no-repeat;
}

.active_kruzic {
	background: url(../img/slide_c_full.png) left top no-repeat;	
}
/*********  END SLIDER  *************/



/*********** RESIZEABLE OPTIONS ***********/
@media screen and (max-width: 1200px) {
  /* #login_button {
   	display: none;
   }

   #container {
   	width: 960px;
   }

   .expander {
   	 display: none;
   }*/
   
    #container {
   	width: 960px;
   }
  
   #horizontal-menu  ul > li > a {
   	letter-spacing: 2px;
   }
   
   #horizontal-menu.floating {
   	width: 960px;
   }
   
  #vertical-menu  ul > li > a {
	display: inline-block;
	height: 30px;
	text-align: left;
	padding-left: 30px;
	letter-spacing: 3px; 
	padding-top: 10px;
	font-size: 12px;
		
   }
   
   #bottom-more {
    
	padding: 35px 10px 0px 10px;
	width: auto;
	
  }
	
	.head-bgr-sm {
		height: 380px;
	}
	
   .tagline {
	 font-size: 2em;
	}   
	
   #menu-container {
	    /* height: 380px;*/
   }   
	
   #title_field img {
   	width: 650px;
	padding-bottom: 10px;
   }
   
   #logo img {
   	/*width: 250px;
	margin-top: 20px;*/
   }
}

@media screen and (max-width: 720px) {
  #mobile-indicator {display: block;}
  #container {
   	width: 100%;
   }
  #backg_bottom {display: none;}
  #horizontal-menu, #horizontal-menu-main, #vertical-menu, #login_button, #title_field, #abs_ret  {display: none;}
  #logo > img {position: absolute; clip: rect(0px,280px,180px,0px);}
  #horizontal-menu ul > li > ul > li.border-line {
	width: 100%;
  }
  #logo_container > img {width: 280px;}
   #slider {
   	/*	display: none; */
   	 position: relative;
   	 width: 100%;
   	 top: 0;
   	 right: 0;
   	}
  .h740p {height: auto;}
  #bottom-more {
    width: 100%;
	padding: 2px;
	position: relative;
	height: auto;
	background: rgba( 64,95,137, .7);
  }
  
  
  .foot-col {
	width: 100%;
	float: none;
	border-right: 0px;
	min-height: inherit;
  }
  
  footer {
	height: inherit;
  }
  
  #hamby_menu {
	display: block;
  }
  
  #horizontal-menu  ul > li {
	display: initial;
	margin: 0px;
	width: 100%;
}

  .icons {
	float: left;
  }

  #menu-container.h63p {
	height: auto;
  }
  
#horizontal-menu  ul > li > a {
	display: block;
	height: 40px;
	text-align: left;
	font-family: 'Open Sans', sans-serif;
	background: white;
	font-style: normal;
	width: 100%;
	padding-left: 0.3em;
}

#horizontal-menu  ul > li > a.active {
	color: white;
	background: #bcd659;
}

#horizontal-menu.floating {
    position: static;
   
}

#horizontal-menu ul > li > ul {
	visibility:visible;
	position: initial;
	margin:0;
	padding:0;
	width: 100%;
}

#horizontal-menu ul > li > ul > li {
	display:initial;
	float:none;
	width: 100%;
}

#horizontal-menu ul > li > ul > li a {
	display: block;
	height: 40px;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	width: 100%;
}

#copyright {
	bottom:0px;
	/*position:fixed!important;*/
	position:static;
	/*display: none;*/
}
  
  #contents {
  	 padding: 0px 15px 0px 15px;
  }
  
  .page-title {
	font-size: 1.2em;
  }
  
  body {
  font: normal normal normal 14px/16px 'Open Sans', sans-serif;
  }
  
  #cont_text {
	margin-left: 0;
  }
  
  #cont_text > ul, #cont_text > p > ul, .p-indent > ul {
	margin-left: 0;
  }
  
  .p-indent {
	margin-left: 2px;
  }
  
  .btn-xl {
	width: 100%;
  }
  
  
  #NewsTicker .disp {
  	width: 100%;
  }
  
  
}

@media only screen and (max-device-width: 100px) {
	.news-item a  {
	font-size: 14px;
	}
}

td {
		padding: 7px;
	}
	
	ul.tab {
		list-style-type: none;
		overflow: hidden;
		border: 1px solid #ccc;
		background-color: #f1f1f1;
		text-align: center;
		}

	ul.tab li {
		list-style-type: none;
		width: 10%;
		display: inline-flex;
		position: relative;
		justify-content: center;
		flex-direction: column;
		margin-bottom: 10px;
	}

	ul.tab li a {
		display: inline-block;
		color: black;
		text-align: center;
		/*padding: 10px;*/
		text-decoration: none;
		transition: 0.3s;
		font-size: 12px;
	}
	
	@media only screen and (max-width: 700px) {
		ul.tab {
			width: 320px;
			position: relative;
			left: 2%;
			padding: 0;
		}
		
		ul.tab li {
		list-style-type: none;
		width: 45%;
		display: inline-flex;
		position: relative;
		justify-content: center;
		flex-direction: column;
		margin-bottom: 10px;
		}
		
		ul.tab li a {
			color: black;
			text-align: center;
			text-decoration: none;
			transition: 0.3s;
			font-size: 0.6em;
		}
	}

	ul.tab li a:hover {
		background-color: #ddd;
	}

	ul.tab li a:focus, .active {
		background-color: #ccc;
	}

	.tabcontent {
		display: none;
		padding: 6px 12px;
		border: 1px solid #ccc;
		border-top: none;
	}
	
	.tabcontent {
		-webkit-animation: fadeEffect 1s;
		animation: fadeEffect 1s;
	}

	@-webkit-keyframes fadeEffect {
		from {opacity: 0;}
		to {opacity: 1;}
	}

	@keyframes fadeEffect {
		from {opacity: 0;}
		to {opacity: 1;}
	}
	
	.tooltip {
		position: relative;
		display: inline-block;
		border-bottom: 1px dotted black;
	}

	.tooltip .tooltiptext {
		visibility: hidden;
		width: 120px;
		background-color: black;
		color: #fff;
		text-align: center;
		padding: 5px 0;
		border-radius: 6px;
		position: absolute;
		z-index: 1;
	}

	.tooltip:hover .tooltiptext {
		margin-top: -50px;
		margin-left: -110px;
		visibility: visible;
	}