﻿/* RESET ------------------------------------------------------------------- */
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{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0;font-family:"Trebuchet MS",Helvetica,sans-serif;}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:none}table{border-collapse:collapse;border-spacing:0}input,select,textarea{font-family:"Trebuchet MS",Helvetica,sans-serif;font-size:100%;}

/* GLOBALS ------------------------------------------------------------------- */
html, body {
	width: 100%;
	overflow-x: hidden;
	}
*,:before,:after {
	color: #75737f;
	}
:focus,:active {
	border: none;
	outline: none;
	box-shadow: none;
	}
body { font-size: 13px; color: #75737f; background-repeat: no-repeat; background-position: top center; }
h1,h2,h3,h4,h5,h6 { line-height: 130%; color: #27262c; }
p { font-size: 100%; line-height: 150%; margin-bottom: 20px; }
ul,ol { font-size: 100%; }
small { font-size: 83.3%; }
strong { font-weight: bold; color: inherit;}

.left { float: left }
.right { float: right }
.arrowLink { display: inline-block; background: url('images/link-arrow.png') 0 2px no-repeat; padding: 0 0 0 17px; text-decoration: none; }
	.arrowLink:hover { text-decoration: underline; }
.arrowLinkEnd { display: inline-block; text-decoration: underline; color: #f47b27; text-transform: none; }
	.arrowLinkEnd:hover { text-decoration: none; }
.orangeLink { color: #f47b27; text-decoration: underline; text-transform: lowercase; }
	.orangeLink:hover { text-decoration: none; }
.blockTitle { font-size: 16px; font-weight: bold; line-height: 20px; padding-bottom: 15px; color: #27262c; text-transform: uppercase; }
.hrBreak { clear: both; width: 40px; height: 1px; background: #f47b27; margin-bottom: 20px; }
.hrBreakLong { clear: both; width: 100%; height: 1px; background: #e5e5e5; margin-bottom: 20px; }


/* CONTAINERS ------------------------------------------------------------------- */
.wrap-full {
	width: 100%;
	}
.wrap-page {
	position: relative;
	width: 960px;
	margin: 0 auto;
	}
.wrap-topbar {
	position: relative;
	height: 100px;
	}
.wrap-topbanner {
	position: relative;
	height: 650px;
	}
	.wrap-topbanner .wrap-page {
		overflow: visible;
		}
.wrap-insideTheme {
	width: 100%;
	height: 210px;
	background: url('images/inside-bg.jpg') center no-repeat;
	}
.wrap-center {
	width: 100%;
	padding-top: 60px;
	}
.wrap-center-inside {
	width: 100%;
	padding-top: 60px;
	margin-bottom: 100px;
	background: url('images/content-bg.png') center repeat-y;
	}
.wrap-footer {
	padding-bottom: 40px;
	}

.col-IntroContent { float: left; width: 468px; margin-bottom: 24px; margin-right: 24px; }
.col-IntroRight { float: left; width: 222px; margin-bottom: 24px; margin-right: 24px; }
.col-InsideContent { float: left; width: 598px; margin-bottom: 24px; margin-right: 116px; }
.clearColMargin { margin-right: 0; }


/* STYLUS ------------------------------------------------------------------- */
.blockStyle {
	margin-bottom: 20px;
	color: #75737f;
	}
	.blockStyle h1,
	.blockStyle h2,
	.blockStyle h3,
	.blockStyle h4,
	.blockStyle h5,
	.blockStyle h6 {
		font-size: 16px;
		margin-bottom: 15px;
		font-weight: bold;
		color: #27262c;
		}
	.blockStyle pre,
	.blockStyle address {
		padding-top: 20px;
		font-size: 84.6%;
		line-height: 123.1%;
		margin-bottom: 15px;
		color: #c3c2cc;
		}
	.blockStyle .articleTitle {
		margin-bottom: 20px;
		}
	.blockStyle p {
		line-height: 150%;
		}
	.blockStyle strong {
		font-weight: bold;
		color: #27262c;
		}
	.blockStyle a {
		text-decoration: underline;
		color: #0e8a43;
		}
	.blockStyle a.orangeLink {
		color: #f47b27;
		}
	.blockStyle a:hover {
		text-decoration: none;
		}
	.blockStyle ul,
	.blockStyle ol {
		 margin-bottom: 10px;
		 }
	.blockStyle ul > li {
		line-height: 138.5%; 
		padding-left: 60px;
		margin-bottom: 5px;
		}
	.blockStyle ol > li {
		line-height: 138.5%; 
		padding-left: 20px;
		margin-bottom: 5px;
		}
	.blockStyle ul > li {
		background: url('images/bullet.jpg') 40px 8px no-repeat;
		}
	.blockStyle table {
		width: 100%;
		border: none;
		outline: none;
		margin-bottom: 20px;
		}
		.blockStyle th,
		.blockStyle td {
			padding: 8px 0;
			margin: 0;
			vertical-align: middle;
			border-bottom: 1px solid #E5E5E5;
			text-align: left;
			}
		.blockStyle th {
			border-bottom: 2px solid #E5E5E5;
			font-weight: bold;
			}
		.blockStyle td:last-child,
		.blockStyle th:last-child {
			text-align: right;
			}
		.blockStyle tr:last-child td,
		.blockStyle tr:last-child th {
			border-bottom: none;
			}
	.blockStyle .logoTable th,
	.blockStyle .logoTable td {
		border: none;
		text-align: center;
		vertical-align: middle
		}
	.blockStyle .articleWrap img {
		max-width: 598px;
		width: auto;
		height: auto;
		}



/* TOP BAR ------------------------------------------------------------------- */
.fTop-logo {
	display: block;
	position: absolute;
	left: 0;
	top: 12px;
	width: 115px;
	height: 65px;
	}
	.fTop-logo > img {
		width: 115px;
		height: 65px;
		}
.fTop-menu {
	position: absolute;
	right: 0;
	top: 0;
	height: 100px;
	}
	.fTop-menu > ul {
		padding: 0 0 0 15px;
		}	
		.fTop-menu > ul > li {
			position: relative;
			float: left;
			height: 100px;
			}	
		.fTop-menu > ul > li.active {
			background: url('images/menu-active.png') top center no-repeat;
			}	
		.fTop-menu > ul > li.hasChild > a {
			background: url('images/menu-child-arrow.png') center 64px no-repeat;
			}	
		.fTop-menu > ul > li:hover {
			background-color: #eeeef0;
			}	
			.fTop-menu > ul > li > a {
				float: left;
				height: 100px;
				padding: 0 15px 0 15px;
				text-decoration: none;
				text-transform: uppercase;
				font-size: 107.7%;
				letter-spacing: -0.1pt;
				line-height: 100px;
				color: #27262c;
				}	
		.fTop-menu > ul > li:hover > ul {
			display: block;
			}	
		.fTop-menu li > ul {
			display: none;
			position: absolute;
			z-index: 100;
			top: 100px;
			right: 0;
			padding: 15px;
			background: #32323b;
			-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1); -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1); box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
			}
			.fTop-menu li > ul > li > a {
				display: block;
				padding: 12px 50px 12px 50px;
				text-decoration: none;
				text-transform: uppercase;
				text-align: center;
				white-space: nowrap;
				font-size: 107.7%;
				color: #ffffff;
				border: 2px solid #32323b;
				}
			.fTop-menu li > ul > li > a:hover {
				border: 2px solid #f47b27;
				}
.fTop-submenu {
	display: none;
	position: absolute;
	left: 192px;
	top: 198px;/*150px;*/
	width: 768px;
	height: 32px;
	background: #7e82b3;
	}
	.fTop-submenu > ul {
		padding: 0 22px;
		}	
		.fTop-submenu > ul > li {
			float: left;
			height: 32px;
			}	
		.fTop-submenu > ul > li.active > a {
			}	
			.fTop-submenu > ul > li > a {
				float: left;
				height: 32px;
				padding: 0 8px 0 8px;
				text-decoration: none;
				text-transform: uppercase;
				font-family: 'PT Sans Narrow', sans-serif; 
				font-weight: bold; 
				font-size: 92.3%;
				line-height: 32px;
				color: #ffffff;
				}

.fTop-bannerCont {
	position: absolute;
	left: 0;
	top: 0;
	height: 650px;
	width: 100%;
	background: #e5e5e5;
	}
	.fTop-bannerCont .bannerItem {
		position: absolute;
		top: 0;
		left: 0;
		height: 650px;
		width: 100%;
		}
		.fTop-bannerCont .bannerItem > img {
			height: auto;
			width: 100%;
			}
			.fTop-bannerCont .descPanel {
				position: absolute;
				display: block;
				bottom: 100px;
				left: 50%;
				margin-left: -480px;
				width: 500px;
				background: url('images/16x16_orange_bg.png');
				padding: 30px 30px 0 30px;
				box-sizing: border-box;
				}
				.fTop-bannerCont .wrap-page {
					height: 650px;
					}
				.fTop-bannerCont .descPanel .date {
					color: #7c849d;
					margin-bottom: 5px;
					font-size: 84.6%;
					}
				.fTop-bannerCont .descPanel h1  {
					font-size: 184.6%;
					text-transform: uppercase;
					color: #ffffff;
					margin-bottom: 20px;
					}
				.fTop-bannerCont .descPanel .tinyBreak  {
					display: inline-block;
					width: 40px;
					height: 1px;
					margin-bottom: 20px;
					background: #a85c27;
					}
				.fTop-bannerCont .descPanel p {
					font-size: 107.7%;
					line-height: 160%;
					text-transform: uppercase;
					color: #ffffff;
					margin-bottom: 25px;
					}
				.fTop-bannerCont .descPanel .bannerMoreLink {
					display: inline-block;
					height: 40px;
					font-size: 107.7%;
					line-height: 40px;
					text-transform: uppercase;
					text-decoration: none;
					color: #ffffff;
					padding: 0 45px 0 45px;
					border: 2px solid #ffffff;
					margin-bottom: 5px;
					transition-duration: 0.5s;
					transition-property: background-color;
					}
				.fTop-bannerCont .descPanel .bannerMoreLink:hover {
					background: #d66618;
					}
	.fTop-bannerCont .bannerTicker {
		position: absolute;
		bottom: 100px;
		right: 100px;
		}
		.fTop-bannerCont .bannerTicker span {
			display: block;
			float: left;
			margin-right: 13px;
			width: 8px;
			height: 8px;
			text-indent: -99999px;
			overflow: hidden;
			background: #ffffff;
			border: 2px solid #ffffff;
			-webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px;
			cursor: pointer;
			}
		.fTop-bannerCont .bannerTicker span.active {
			background: #f47b27;
			}





/* NEWS LIST ------------------------------------------------------------------- */
.newsList  {
	}
	.newsList > ul > li  {
		clear: both;
		margin-bottom: 30px;
		}
		.newsList h1 > a {	
			text-decoration: none;
			font-size: 16px;
			font-weight: bold;
			color: #27262c;
			text-transform: uppercase;
			}
		.newsList h1 > a:hover {	
			color: #f47b27;
			}
		.newsListTags {
			margin-bottom: 10px;
			}
			.newsList .date {
				display: none;
				float: left;
				margin: 0 15px 0 0;
				height: 16px;
				}
			.newsList .category {
				float: left;
				margin: 0 15px 0 0;
				padding: 0 0 0 15px;
				border-left: 2px solid #88aa33;
				height: 16px;
				}
			.newsList .gallery {
				float: left;
				margin: 0 15px 0 0;
				padding: 0 0 0 23px;
				background: url('images/icon-gallery.png') 0 0 no-repeat;
				height: 16px;
				}
			.newsList h1 {
				}
				.newsList .date,
				.newsList .category a,
				.newsList .gallery a {
					font-family: 'PT Sans Narrow', sans-serif;
					font-weight: bold;
					font-size: 92.3%;
					line-height: 15px;
					text-transform: uppercase;
					text-decoration: none;
					}
				.newsList .category a:hover,
				.newsList .gallery a:hover {
					text-decoration: underline;
					}
			.newsList .thumbnail {
				float: left;
				width: 164px;
				margin: 0 15px 30px 0;
				}





/* ARTICLE ------------------------------------------------------------------- */
.articleTitle {
	font-size: 246%;
	line-height: 110%;
	margin-bottom: 5px;
	}
.articleDate {
	display: block;
	font-size: 83.3%;
	margin-bottom: 15px;
	}
.titleImg {
	float: right;
	width: 164px;
	margin-left: 15px;
	margin-bottom: 15px;
	}
.articleLeft {
	float: left;
	width: 164px;
	margin-right: 15px;
	}
.articleRight {
	width: auto;
	}
.articleWrap {
	width: auto;
	}



/* FANCY GALLERY ------------------------------------------------------------------- */
.fancyGallery {
	padding: 20px 0 16px 0;
	border-top: 1px solid #e5e5e5;
	margin-bottom: 40px;
	}
	.fancyGallery ul > li {
		float: left;
		width: 143px;
		height: 95px;
		overflow: hidden;
		margin: 0 5px 5px 0;
		}
	.fancyGallery ul > li.last {
		margin: 0 0 20px 0;
		}
	.fancyGallery img {
		width: 143px;
		height: 95px;
		}



/* NEWS PAGER ------------------------------------------------------------------- */
.newsPager  {
	padding-bottom: 60px;
	}
	.newsPager ul > li {
		float: left;
		width: 32px;
		height: 32px;
		margin-right: 6px;
		}
		.newsPager ul > li > a {
			display: block;
			width: 30px;
			height: 30px;
			border: 1px solid #e5e5e5;
			text-align: center;
			text-decoration: none;
			line-height: 30px;
			}
		.newsPager ul > li > a:hover {
			background-color: #e5e5e5;
			}
        .newsPager li.first, li.previous, li.last, li.next {
            display:none;
        }
		.newsPager ul > li.selected > a {
			border: 1px solid #24909b;
			background-color: #24909b;
			color: #ffffff;
			}




/* FAST LINKS ------------------------------------------------------------------- */
.fastLinks {
	padding: 0 0 20px 0;
	}
	.fastLinks p {
		margin-bottom: 10px;
		}
	.fastLinks .orangeLink {
		text-transform: none;
		}




/* SOCIAL SHARING ------------------------------------------------------------------- */
.socialSharing {
	padding-top: 15px;
	margin-top: 30px;
	}
	.socialSharing .twitter,
	.socialSharing .draugiem,
	.socialSharing .facebook {
		display: inline-block;
		height: 20px;
		padding: 0;
		margin: 0;
		}
	.socialSharing .twitter { background: url('images/social-small.png') 0 0 no-repeat; }
	.socialSharing .draugiem { background: url('images/social-small.png') 0 -20px no-repeat; }
	.socialSharing .facebook { background: url('images/social-small.png') 0 -40px no-repeat; }
	
	.socialSharing .twitter span,
	.socialSharing .draugiem span,
	.socialSharing .facebook span {
		margin-left: 25px;
		}
	.socialSharing span {
		display: inline-block;
		height: 20px;
		margin-right: 5px;
		font-size: 11px;
		line-height: 20px;
		}




/* FORMS ------------------------------------------------------------------- */
.newsletter-email {
	margin-bottom: 10px;
	}
	.newsletter-email .errorMessage,
	.newsletter-email .successMessage,
	.newsletter-email .notValidMessage {
		clear: left;
		padding: 10px;
		background: #e5e5e5;
		}
		.newsletterInput {
			display: block;
			float: left;
			width: 192px;
			height: 30px;
			border: 1px solid #e5e5e5;
			padding: 0 10px;
			text-align: left;
			line-height: 30px;
			margin-right: 10px;
			margin-bottom: 10px;
			}
			
		.newsletterButton {
			display: block;
			float: left;
			width: 80px;
			height: 32px;
			text-align: center;
			text-decoration: none;
			color: #ffffff;
			line-height: 30px;
			background-color: #88aa33;
			outline: none;
			border: none;
			cursor: pointer;
			/* anim */
			-webkit-transition-duration: 0.5s;
			transition-duration: 0.5s;
			-webkit-transition-property: background-color, color;
			transition-property: background-color, color;
			}
			.newsletterButton:hover {
				background-color: #037f8c;
				}




/* MARKED PAGE ------------------------------------------------------------------- */
.markedPage {
	padding: 0 0 20px 0;
	}
	.markedPage h1 {
		margin-bottom: 10px;
		}
		.markedPage h1 > a {
			font-size: 16px; 
			font-weight: bold;  
			color: #27262c; 
			text-transform: uppercase;
			text-decoration: none;
			}
		.markedPage h1 > a:hover {
			text-decoration: underline;
			}
		
.imgBreak {
	position: relative;
	width: 246px; /*304px;*/
	height: 113px; /*140px;*/
	overflow: hidden;
	margin: 0 0 20px 0;
	}
	.imgBreak img {
		width: 304px;
		height: 140px;
		}
	.imgBreak .imgBreakArrow {
		position: absolute;
		left: 13px;
		top: 0;
		width: 23px;
		height: 11px;
		background: url('images/img-break-arrow.png') no-repeat;
		}




/* SOCIAL LIST ------------------------------------------------------------------- */
.socialList {
	padding: 0 10px 40px 10px;
	}
	.socialList > ul > li {
		position: relative;
		float: left;
		height: 30px;
		margin: 0 8px 0 0;
		}
		.socialList > ul > li > a {
			float: left;
			height: 30px;
			padding: 0 0 0 30px;
			line-height: 30px;
			text-decoration: none;
			}
			.socialList > ul > li > a > span {
				display: none;
				padding: 0 0 0 8px;
				}
			.socialList .socialIcon {
				position: absolute;
				display: block;
				top: 0;
				left: 0;
				width: 30px;
				height: 30px;
				background-image: url('images/social.png');
				background-repeat: no-repeat;
				}
			.socialList .socialIcon.twitter { background-position: 0 0; }
			.socialList .socialIcon.facebook { background-position: 0 -30px; }
			.socialList .socialIcon.draugiem { background-position: 0 -60px; }
	
	
	


/* FOOTER ------------------------------------------------------------------- */
.footerStuff {
	padding-bottom: 40px;
	}
	.copyright {	
		float: left;
		font-size: 90%;
		line-height: 120%;
		}
	.footerLinks {
		float: right;
		}
		.footerLinks > ul > li {
			display: inline;
			padding: 0 0 0 20px;
			}
			.footerLinks > ul > li > a {
				text-decoration: none;
				}
			.footerLinks > ul > li > a:hover {
				text-decoration: underline;
				}
	
	


/* FLASH INFO ------------------------------------------------------------------- */
.flash-email-info {
	display: fixed;
	top: 0;
	width: 100%;
	height: 50px;
	margin: 0 auto;
	background-color:rgba(255,255,255,0.9);
	color: #4c4d4a;
	text-align: center;
	line-height: 50px;
	}
	
	


/* Hidden/clear classes ------------------------------------------------------------------- */

.hidden {
    display: none !important;
    visibility: hidden;
	}
.invisible {
    visibility: hidden;
	}
.cancel-float {
	float: none;
	}
.left {
	float: left;
	}
.right {
	float: right;
	}	
.clear {
	clear: both;
	}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
	}
.clearfix:after {
    clear: both;
	}
.clearfix {
    *zoom: 1;
	}


