/*! fancyBox v2.1.3 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/images/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/images/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/images/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/images/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}
/* -------------------------------reset css------------------------------------- */
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, font, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  /*vertical-align: baseline;*/ }

ol, ul, li {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

:focus {
  outline: 0; 
  }
body {
	background:#E0E0E0 url('../images/main-bg.jpg') repeat-x;
	font-family:Arial;
}
.cookies-consent {
	position: fixed;
	bottom: 0;
	background: #005515;
	padding: 20px 40px;
}
.cookies-consent span {
	color: #ffffff;
	display: inline-block;
  width: 80%;
  line-height: 140%;
  font-size: 12px;
}
.cookies-consent span a {
	color: #7DFF9E;
}
.cookies-consent > a {
	display: inline-block;
  width: 10%;
  color: #ffffff;
  padding: 10px 20px;
  background: #009B27;
  text-align: center;
  vertical-align: top;
}
#wrapper {
	margin:0 auto;
	display:block;
	width:1167px;
}
#header {
	width:1167px;
	height:126px;
	background:url('../images/header-bg.png');
}
#header a.homehref {
	width: 600px;
	height: 150px;
	display: block;
	position: absolute;
}
form#search {
	float:right;
	width:298px;
	height:43px;
	background-color:#009B27;
	border-radius: 4px;
	-moz-border-radius: 4px;
	margin:11px 19px 0 0;
}
form#search input:first-child{
	float:left;
	width:186px;
	height:25px;
	margin:9px;
	background:url('../images/search-input-bg.png') no-repeat;
	border:none;
	padding:0 0 0 3px;
	color:white;
}
form#search a.search-button{
	float:left;
	margin:9px;
	display:block;
	background:#00751D;
	width:70px;
	height:20px;
	border-radius: 4px;
	-moz-border-radius: 4px;	
	border:none;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	color:white;
	text-decoration:none;
	padding:5px 0 0 0;
}
form#search a.search-button:hover{
	background:#005515;	
}
ul#menu {
	margin-top:10px;
	overflow: auto;
}
ul#menu li {
	border-right:#CFCFCF 1px solid;
	width:291px;
	float:left;
	list-style-type:none;
}
ul#menu li.no-border {
	border:none;
} 
ul#menu li img,ul#menu li a {
	display:block;
}

	ul#menu li ul.submenu li a {
		font-size:14px;
		font-weight:normal;
	}
ul#menu li a {
	width:291px;
	height:57px;
	background:url('../images/menu-bg.png') repeat-x;
	text-align:center;
	vertical-align:middle;
	padding-top:12px;
	color:#383838;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
}
ul#menu li:hover a, ul#menu li a.active {
	background: #0FA134;
	color: #FFF;
}
ul#menu li div.noimg {
	width: 291px;
	height: 162px;
	background: none;
}
ul#menu li.hassubs ul {
	width: 282px;
	background: #0FA134;
	position: absolute;
	z-index: 9999;
	padding: 0 0 0 10px;
	margin-left: -1px;
	display: none;
}
ul#menu li.hassubs ul li {
	border: none;
	float: none;
}
	ul#menu li.hassubs ul.big { width:1158px; }
	ul#menu li.hassubs ul.big li {
		float: left;
	}

ul#menu li.hassubs ul li a {
	background: #0FA134;
	color: #FFF;
	text-align: left;
	width: 281px;
	height: 40px;
}
.first-page-content {
	background:url('../images/first-page-content-bg.png') repeat-y;
}
.first-col {
	float:left;
	width:291px;
}
form.green {
	width:260px;
	background:#009B27;
	padding:20px 0 31px 31px;
	color: #FFF;
}
form.green h2, form#studies-login h2{
	color:white;
	font-size:18px;
	font-weight:bold;
	margin:0 0 10px 0;
}
form.green input::placeholder {
	color: #7DFF9E;
}
form.green input {
	display:block;
	width:225px;
	height:25px;
	background:url('../images/question-input-bg.png') no-repeat;
	border:none;
	padding:0 0 0 4px;
	color:#7DFF9E;
	font-style:italic;
	font-family:Arial;
	font-size:12px;
	opacity: 1;
}
form.green input:disabled {
	border-radius: 3px;
	opacity: 0.3;
}
form.green input:disabled::placeholder {
  color: #dddddd;
}
form.green input[type="checkbox"] {
	width: auto;
	height: auto;
	float: left;
}
form.green input.first {
	margin:0 0 4px 0;
}	
form.green select {
	display:block;
	width:225px;
	height:25px;
	background:#00751D url('../images/question-input-bg.png') no-repeat;
	border:none;
	padding:0 0 0 4px;
	color:#7DFF9E;
	font-style:italic;
	font-family:Arial;
	font-size:12px;
	margin-bottom:4px;	
}
		form.green select:active {background:#00751D;}

form.green span.description {
	display:block;
	color:#BFFFCF;
	font-size:11px;
	margin:2px 0 4px 0;
}
form.green textarea {
	display:block;
	width:225px;
	height:81px;
	background:url('../images/question-textarea-bg.png') no-repeat;
	border:none;
	padding:0 0 0 4px;
	color:#7DFF9E;
	font-style:italic;
	font-family:Arial;
	font-size:12px;	
	overflow: hidden;	
}
form.green a.submit {
	margin-top:5px;
	display:block;
	background:#00751D;
	width:70px;
	height:20px;
	border-radius: 4px;
	-moz-border-radius: 4px;	
	border:none;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	color:white;
	text-decoration:none;
	padding:5px 0 0 0;
}
form.green a.submit:hover{
	background:#005515;	
}
form.green label {
	color: #FFF;
	font-size: 10px;
}
	form.green label {
		font-size: 8px;
		display: block;
	}
form#studies-login {
	width:260px;
	background:#4B4B4B;
	padding:31px 0 31px 31px;
	display:none;	
}
form#studies-login input {
	width:225px;
	height:28px;
	background:url('../images/studies-login-input-bg.png') no-repeat;
	border:none;
	color:#B0B0B0;
	font-style:italic;
	padding-left:4px;
}
form#studies-login input.submit, #open_form {
	margin-top:5px;
	display:block;
	background:#383838;
	width:70px;
	height:20px;
	border-radius: 4px;
	-moz-border-radius: 4px;	
	border:none;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	color:white;
	text-decoration:none;
	padding:5px 0 0 0;
}
form#studies-login a.submit:hover, #open_form:hover{
	background:#2A2A2A;
}
#open_form {
	padding-left: 10px;
	padding-right: 10px;
}
.why-citadele {
	background:#575757;
	width:244px;
	padding:31px 16px 31px 31px;	
	color:#ccc;
}
.why-citadele h2 {
	font-size:18px;
	border-bottom:#ccc 1px solid;
	padding:0 0 10px 0;
}
.why-citadele p {
	padding:10px 0 0 0;
	font-size:12px;
	line-height:16px;
}
.second-col {
	float:left;
	width:245px;
	padding:20px 16px 30px 30px;
}
.second-col h2 {
	color:#000;
	border-bottom:#000 1px solid;
	padding-bottom:10px;
}
.second-col p {
	color:#414141;
	font-size:12px;
	margin:10px 0 5px 0;
}
.second-col ul li {
	list-style-type:disc;
	line-height:18px;	
}
.second-col ul li a {
	color:#414141;
	font-size:12px;	
}
.third-col {
	float:left;
	width:245px;
	padding:20px 16px 30px 30px;
	color:#404040;
}
.third-col.full {
	width: 490px;
}
.third-col h2{
	border-bottom:#404040 1px solid;
	padding-bottom:10px;
}
.third-col h3,.fourth-col h3{
	font-size:16px;
	font-style:italic;
	margin-top:10px;
}
.third-col h3 a,.fourth-col h3 a {
	text-decoration: none;
	color:#404040;
}
.third-col .date,.fourth-col .date {
	font-size:11px;
	font-style:italic;
}
.third-col div,.fourth-col div{
	font-size:12px;
	line-height:16px;	
}
.fourth-col {
	float:left;
	width:245px;
	padding:20px 16px 30px 30px;
	color:#404040;	
}
.fourth-col h2{
	border-bottom:#404040 1px solid;
	padding-bottom:10px;
}
#footer {
	width:1167px;
	background:url('../images/footer-bg.jpg') repeat-y;
}
div.sitemap {
	width:876px;
	float:left;
}
div.sitemap ul {
	float:left;
	padding:20px 0 20px 31px;	
}
div.sitemap ul li {
	width:185px;
	margin-bottom:10px;
}
div.sitemap ul li a {
	color:#666;
	font-size:12px;
	text-decoration:none;
}
div.sitemap ul li a:hover {
	text-decoration:underline;
}
div.sitemap ul li a.first {
	color:#404040;
	font-size:14px;
}
#footer .contacts {
	float:left;
	width:800px;
	line-height:18px;
	color:white;
	padding:20px 20px 20px 20px;
	font-size:12px;
}
#footer ul.social {
	margin:20px 0 0 0;
	float:right;
}
	#footer ul.social li {float:left;}
	#footer ul.social li a {
	    width: 30px;
	    height: 24px;
	    background-image: url('/images/footer-icons.png');
	    background-repeat: no-repeat;
	    display: block;
	    margin:0 6px;
	}
	#footer ul.social li a.twitter {
	    background-position: left -24px;
	}
	#footer ul.social li a.draugiem {
	    background-position: -1px 0px;
	}
	#footer ul.social li a.facebook {
	    background-position: left -48px;
	}

#middle {
	background:#FFF;
	float: left;
}
#content {
	width: 875px;
	float: left;
}
#doclist_data {
	padding: 20px;
	float: left;
	color: #575757;
}
#doclist_content {
	float:left;
	width: 551px;
}
#doclist_content h2 {
	font-size: 22px;
	color: #404040;
	font-weight: normal;
}
#doclist_content div.text {
	font-size: 12px;
	line-height: 1.5em;
}
#doclist_content p.date {
	font-size: 11px;
	font-style: italic;
	color: #404040;
}
#doclist_aside {
	float: right;
	background: #EEE;
	width: 254px;
	padding: 10px;
}
#doclist_aside h3 {
	font-size: 16px;
	font-weight: bold;
	color: #404040;
	padding: 3px 0;
}
#doclist_aside ul li {
	padding: 3px 0 3px 5px;
}
#doclist_aside ul.files li a {
	color: #3F3F3F;
	font-size: 12px;
	text-decoration: none
}
#doclist_aside ul.files li a:hover {
	text-decoration: underline;
}
#doclist_aside ul.links li a {
	color: #3F3F3F;
	font-size: 12px;
	text-decoration: underline;
}

ul.social_plugins li {
	float: left;
	margin-right: 10px;
}
ul.social_plugins li div.fb-like {
	margin-left: -20px;
}

#doclist_list {
	padding: 20px;
}
#doclist_list li {
	margin: 10px 0 10px 0;
}
#doclist_list li a.header {
	text-decoration: none;
	color: #404040;
	font-size: 16px;
	font-weight: bold;
}
#doclist_list li p.date {
	font-size: 12px;
	font-style: italic;
}
#doclist_list li div.text {
	font-size: 12px;
	color: #3F3F3F;
	line-height: 1.5em;
}
#doclist_list li div.text div.doclist_image {
	float: right;
	padding-left: 10px;
}
.doc_cols {
	overflow: auto;
}
#fixed_left {
  	position: fixed;
  	top: 0;
  	overflow: auto;
  	z-index:10;
	width: 600px;  	
}
#socials, #languages {
	float:left;
	background: #fff;
    border: solid 1px #00731C;
    border-top: none;
    padding: 0 0 10px 0;
    margin:0 0 0 20px;
}
ul#socials {padding:4px 10px;}
	#socials li {float:left;}
	#socials li a {
	    width: 30px;
	    height: 24px;
	    background-image: url('/images/icons.png');
	    background-repeat: no-repeat;
	    display: block;
	    margin:0 6px;
	}
	#socials li a.twitter {
	    background-position: left -24px;
	}
	#socials li a.draugiem {
	    background-position: -1px 0px;
	}
	#socials li a.facebook {
	    background-position: left -48px;
	}
#languages {
	display:block;	
	width:70px;
}
#languages li {
	float:left;
}
#languages li a {
    width: 24px;
    height: 14px;
    background-image: url('/images/languages.jpg');
    background-repeat: no-repeat;
    display: block;
    margin-left: 6px;
    margin-top: 7px;
}
#languages li a.lv {
    background-position: left 0px;
}
#languages li a.ru {
    background-position: 0px -28px;
}
#languages li a.en {
    background-position: 0px -14px;
}
 a#fixed_link {
 	float:left;
    background: #fff;
    padding: 8px 10px 7px 20px;
    border: solid 1px #00731C;
    border-top: none;
    display: block;
    cursor: pointer;
    text-decoration: none;
    font-size: 14px;
    color: #00731c;
  } 
#fixed_link2 {
    float: left;
    background: #fff;
    padding: 8px 10px 7px 20px;
    margin:0 0 0 20px;
    border: solid 1px #00731C;
    border-top: none;
    display: block;
    cursor: pointer;
    text-decoration: none;
    font-size: 14px;
    color: #00731c;  
}
ul.home-sitemap {
	padding:4px 10px;	
	float:right;
    background: #fff;
    border: solid 1px #00731C;
    border-top: none;
	margin: 0 40px 0 0;
}
	ul.home-sitemap li {
		float:right;
	}
		ul.home-sitemap li a {
			float:right;
		    width: 30px;
		    height: 24px;
		    background-image: url('/images/icons.png');
		    background-repeat: no-repeat;
		    display: block;
		    margin:0 6px;		
		}
		ul.home-sitemap li.home a {
		    background-position: left -72px;
		}		
		ul.home-sitemap li.sitemap a {
		    background-position: left -96px;
		}

#contact_error, #contact_success, #app_error, #app_success {
	width: 205px;
	margin: 0 0 5px 0;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#search_content {
	padding: 20px;
}
#search_content h3 {
	color: #575757;
}
#search_content ul {
	margin-top: 20px;
}
#search_content ul li {
	margin: 5px 0 5px 0;
	font-size: 12px;
}
#search_content ul li div.search_title a{
	text-decoration: none;
	color: #575757;
	font-weight: bold;
}
/* REUSABLE */
.clear {
	clear:both;
}
.line {
	border-bottom: dashed 1px #A4A4A4;
}
.none {
	display: none;
}
.vspace {
	margin-top: 20px;
}
.lfloat {
	float: left;
}
.leftmargin {
	margin-left : 10px;
}
.error {
	padding: 10px;
	border: solid 1px red;
	background: #FFE6E6;
	color: red;
	font-size: 11px;
}
.error_icon {
	width: 20px;
	height: 20px;
	background: url('/images/common/error.png') no-repeat;
	float: left;
	margin-right: 5px;
}
.success {
	padding: 10px;
	border: solid 1px green;
	background: #FFE6E6;
	color: green;
	font-size: 11px;
}
.success_icon {
	width: 20px;
	height: 20px;
	background: url('/images/common/done.png') no-repeat;
	float: left;
	margin-right: 5px;
}
.nobull {
	list-style-type: none !important;
}

/* CAPTCHA */
div.g-recaptcha div div iframe{
	margin-top:5px;
	width:220px;
	height:72px;	
	background:#009B27;
	border:#009B27;
}
div.g-recaptcha div div iframe div.rc-anchor-light {
	background:#009B27;
	border:#009B27;
}
/* REUSABLE */
a.top-border {border-top:#00731C 1px solid!important;}

.custom-captcha {
  margin: 10px 5px;
  font-size: 12px;
  width:225px;
}
#pagination {
	float: right;
	position: relative;
	left: -50%;
}
.pagination {
	position: relative;
	left: 50%;
}
	.pagination li {
		float: left;
	}
		.pagination li a {
			color: #0FA134;
		}
		.pagination li a.pagination-page {
			color: #0FA134;
			font-size: 12px;
			padding-left: 5px;
			padding-right: 5px;
		}
			.pagination li a.pagination-page.current {
				color: #5F5F5F;
				font-weight: bold;
			}


