/* 
 * BASE STYLE
 */
html {
	overflow-y: scroll;
}

body {
	/*font-family: 'source_sans_proregular', sans-serif;*/
	font-size: 16px;
	line-height: 24px;
	color: #4E4E4E;
	background: #FFFFFF;
	min-width: 960px;
	overflow: hidden;
}

h1 {
	/*font-family: 'source_sans_probold', sans-serif;*/
	margin-bottom: 20px;
	font-size: 64px;
	line-height: 64px;
	color: #4EAAD8;
}

h2 {
	/*font-family: 'source_sans_probold', sans-serif;*/
	font-size: 36px;
	line-height: 40px;
	color: #4EAAD8;
	margin-bottom: 30px;
}

h3 {
	/*font-family: 'source_sans_probold', sans-serif;*/
	font-size: 18px;
	color: #4EAAD8;
	line-height: 24px;
}

p {
	line-height: 24px;
	margin-bottom: 30px;
}

p:last-child {
	/*margin-bottom: 0;*/
}


a {
	text-decoration: none;
	color: #4EAAD8;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #3D97C4;
}

img {
	display: block;
}

.clear {
	clear: both;
}

.no-margin {
	margin: 0;
}

.wrapper {
	width: 960px;
	margin: 0 auto;
}

.main-content {
	margin-bottom: 50px;
	margin-top: 50px;
}

.readm-more {
	/*font-family: 'source_sans_probold', sans-serif;*/
}

.load-more {
	display: block;
	/*font-family: 'source_sans_probold', sans-serif;*/
	font-size: 18px;
	color: #CBDBE5;
	line-height: 50px;
	text-transform: uppercase;
	text-align: center;
	width: 292px;
	border: 4px solid #E4EEF4;
	margin: 0 auto;
}

.load-more:hover {
	color: #4EAAD8;
	border-color: #4EAAD8;
	text-decoration: none;
}

.date {
	display: block;
	color: #4E4E4E;
	font-family: 'dejavu_serifitalic', serif;
	font-size: 14px;
}

.play-video {
	display: block;
	background: url('../img/icon-play.png') 0 0 no-repeat transparent;
	width: 85px;
	height: 85px;
}

.play-video:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
}


/* grids */
.grid-1-left {
	display: block;
	float: left;
	width: 465px;
	margin-right: 30px;
}

.grid-1-right {
	display: block;
	float: right;
	width: 465px;
}

.grid-2-left {
	display: block;
	float: left;
	width: 630px;
	margin-right: 30px;
}

.grid-3-left {
	display: block;
	float: left;
	width: 300px;
	margin-right: 30px;
}

.grid-3-right {
	display: block;
	float: right;
	width: 300px;
}



/*
 * MAIN HEADER
 */
#main-header {
	display: block;
	position: relative;
	z-index: 2;
}

#main-header .top {
	background-color: #D8E7EF;
}

#main-header .top .wrapper {
	position: relative;
}

#main-header .top .logo {
	display: block;
	position: relative;
	float: left;
	background: url("../img/lab-logo.png") no-repeat transparent 0 0;
	width: 300px;
	height: 125px;
	margin-top: 15px;
	margin-right: 30px;
	margin-bottom: 20px;
	z-index: 5;
}

#main-header .top .left-cloud {
	display: block;
	position: absolute;
	background: url("../img/cloud-left.png") no-repeat transparent 0 0;
	width: 217px;
	height: 92px;
	top: 0;
	left: -336px;
	z-index: 3;
}

#main-header .top .middle-cloud {
	display: block;
	position: relative;
	float: left;
	background: url("../img/cloud-middle.png") no-repeat transparent 0 0;
	width: 226px;
	height: 101px;
	margin-top: 25px;
}

#main-header .top .middle-cloud span {
	display: block;
	/*font-family: 'source_sans_proitalic', sans-serif;*/
	font-size: 26px;
	line-height: 24px;
	color: #4EAAD8;
}

#main-header .top .middle-cloud span.first-line {
	margin-top: 25px;
	margin-left: 50px;
}

#main-header .top .middle-cloud span.second-line {
	margin-left: 60px;
}

#main-header .top .right-cloud {
	display: block;
	position: absolute;
	background: url("../img/cloud-right.png") no-repeat transparent 0 0;
	width: 217px;
	height: 96px;
	top: 0;
	right: -75px;
	z-index: 3;
}


/* lang menu */
#lang-menu {
	display: block;
	position: absolute;
	top: 30px;
	right: 0;
	z-index: 5;
}

#lang-menu li {
	display: block;
	float: left;
}

#lang-menu li a {
	display: block;
	margin-left: 10px;
	text-transform: uppercase;
	line-height: 16px;
}

#lang-menu li a.active {
	/*font-family: 'source_sans_probold', sans-serif;*/
}


/* search block */
#search-block {
	display: block;
	position: absolute;
	background-color: #FFFFFF;
	width: 300px;
	height: 40px;
	right: 0;
	top: 67px;
	-webkit-border-radius: 17px;
	border-radius: 17px;
	z-index: 5;
}

#search-block input.search {
	/*font-family: 'source_sans_proregular', sans-serif;*/
	color: #4EAAD8;
	font-size: 18px;
	width: 220px;
	height: 40px;
	border: 0;
	padding: 0;
	margin-left: 30px;
}

#search-block input.search:focus {
	outline: 0;
}

#search-block .search-icon {
	display: block;
	float: right;
	background: url("../img/icon-search.png") no-repeat transparent 0 0;
	width: 21px;
	height: 21px;
	margin-top: 10px;
	margin-right: 23px;
}


/* main nav */
#main-header .main-nav-bar {
	background-color: #4EAAD8;
}

#main-nav a {
	text-decoration: none;
}

#main-nav li {
	display: block;
	position: relative;
	float: left;
}

#main-nav li a {
	display: block;
	/*font-family: 'source_sans_probold', sans-serif;*/
	color: #FFFFFF;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 50px;
	padding: 0 20px;
}

#main-nav > li > a.current {
	background: url('../img/icon-cur-menu.png') bottom center no-repeat transparent;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

#main-nav > li > a:hover.current,
#main-nav > li > a.current.active {
	background-image: none;
	-webkit-transition: all 0s ease-in-out;
	-moz-transition: all 0s ease-in-out;
	-ms-transition: all 0s ease-in-out;
	-o-transition: all 0s ease-in-out;
	transition: all 0s ease-in-out;
}

#main-nav li a:hover,
#main-nav li a.active,
#main-nav .submenu li a:hover {
	background-color: #3D97C4;
}


#main-nav .submenu {
	position: absolute;
	display: none;
	background-color: #4EAAD8;
	z-index: 9999;
}

#main-nav .submenu li {
	display: block;
	width: 100%;
}

#main-nav .submenu a {
	display: block;
	text-transform: none;
	line-height: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 150px;
}



/*
 * HOME SLIDER
 */
#home-slider {
	display: block;
	position: relative;
	width: 960px;
	height: 500px;
	overflow: hidden;
	z-index: 1;
}

#home-slider .slider-prev,
#home-slider .slider-next {
    position: absolute;
	/*cursor: pointer;*/
    display: block;
    width: 20%;
    height: 350px;
    top: 75px;
    z-index: 5;
}

#home-slider .slide-content {
	display: block;
	position: relative;
	width: 960px;
	height: 500px;
	z-index: 60;
}

#home-slider .slide-content img.slide {
	display: block;
	z-index: 1;
}

#home-slider .slide-content img.bg-slide {
	display: block;
	position: absolute;
	width: 960px;
	height: 500px;
	top: 0;
	left: 0;
	z-index: 2;

	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

#home-slider:hover .slide-content img.bg-slide {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
}

#home-slider .slide-content .play-video {	
	position: absolute;
	top: 200px;
	left: 438px;
	z-index: 70;
}

#home-slider .slide-content h2.desc {
	display: block;
	position: absolute;
	color: #FFFFFF;
	text-align: center;
	width: 600px;
	left: 180px;
	bottom: 50px;
	margin-bottom: 0;
	z-index: 70;
}

#home-slider .slide-content .video-block {
	display: none;
	position: absolute;
	width: 960px;
	height: 500px;
	top: 0;
	left: 0;
	z-index: 80;
}

#home-slider .slider-prev {
	left: 0;
}

#home-slider .slider-next {
	right: 0;
}

#home-slider .slider-prev a,
#home-slider .slider-next a {
	display: block;
    position: absolute;
    width: 85px;
    height: 85px;
    top: 125px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;

    -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	z-index: 61;
}

#home-slider .slider-prev a {
	background: url("../img/icons-slider.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	left: 50px;
}

#home-slider .slider-next a {
	background: url("../img/icons-slider.png") no-repeat scroll -85px 0 rgba(0, 0, 0, 0);
	right: 50px;
}

#home-slider .slider-prev:hover a,
#home-slider .slider-next:hover a {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}



/*
 * HOME CONTENT
 */
#home-content.main-content {
	margin-top: 0;
}

#home-content .grid-3-left,
#home-content .grid-3-right {
	padding-top: 50px;
}


/* about us */
#home-content .about-us .content p:first-child {
	font-family: 'dejavu_serifitalic', serif;
}

#home-content .about-us .content p:last-child {
	margin-bottom: 10px;
}

#home-content .about-us .content .readm-more {
	font-size: 18px;
}


/* in some numbers */
#home-content .in-some-numbers .content {
	display: block;
	border-left: 5px solid #4EAAD8;
	padding-left: 30px;
	padding-bottom: 20px;
}

#home-content .in-some-numbers .content p {
	margin-bottom: 0;
}


/* home banner */
#home-content #home-banner {
	display: block;
	margin-top: 40px;
}


/* sidebar */
#home-content #sidebar {
	background-color: #E4EEF4;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	width: 240px;
}



/*
 * SIDEBAR
 */
/* news block */
#sidebar .news-block {
	display: block;
	margin-bottom: 30px;
}

#sidebar .news-block a.title {
	display: block;
	/*font-family: 'source_sans_probold', sans-serif;*/
	font-size: 18px;
	/*margin-bottom: 20px;*/
}

#sidebar .news-block .intro-text {
	display: block;
	margin: 10px 0;
}


/* side menu */
#sidebar .side-nav-block {
	display: block;
	border-left: 5px solid #4EAAD8;
	padding-left: 30px;
	padding-right: 30px;
	margin-top: 20px;
	margin-bottom: 50px;
	/*padding-bottom: 20px;*/
}

#side-nav li a {
	display: block;
	/*font-family: 'source_sans_probold', sans-serif;*/
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 15px;
}


/* side banner */
#side-banner {
	display: block;
	margin-top: 100px;
}

#side-banner.with-menu {
	margin-top: 0;
}



/*
 * TEXT
 */
#text > p:first-child {
	font-family: 'dejavu_serifitalic', serif;
	font-size: 16px;
	line-height: 24px;
}

#text strong {
	/*font-family: 'source_sans_probold', sans-serif;*/
}
#text em {
	font-style: italic;
}

#text table {
	margin-bottom: 20px;
}

#text table td {
	border: 1px solid #DFDFDF;
	padding-left: 10px;
}

#text ol,
#text ul {
	margin-bottom: 30px;
}
#text ol li {
	list-style-type: decimal;
}
#text ul li {
	list-style-image: url('../img/icon-list.png');
	/*list-style-type: disc;*/
}

#text li {
	margin-left: 50px;
	margin-bottom: 10px;
}



/*
 * NEWS CATEGORY
 * PROJECT CATEGORY
 */
#news-category .news-block,
#project-category .news-block {
	display: block;
	margin-bottom: 30px;
}

#news-category .news-block .thumb,
#project-category .news-block .thumb {
	display: block;
	float: left;
	margin-right: 30px;
}

#news-category .news-block .info,
#project-category .news-block .info {
	display: block;
	float: right;
	width: 300px;
}

#news-category .news-block .info h3,
#news-category .news-block .info .short-text,
#project-category .news-block .info h3,
#project-category .news-block .info .short-text {
	margin-bottom: 10px;
}


/* pagination */
.pagination {
	display: block;
	float: left;
	margin-top: 50px;
}

.pagination a {
	display: block;
	float: left;
	/*font-family: 'source_sans_probold', sans-serif;*/
	font-size: 18px;
	width: 36px;
	line-height: 36px;
	text-align: center;
}

.pagination a.active {
	background-color: #E4EEF4;
}

.pagination a.prev {
	width: auto;
	margin-right: 10px;
}

.pagination a.next {
	width: auto;
	margin-left: 10px;
}



/*
 * SINGLE NEWS
 * SINGLE PROJECT
 */
#single-news .news-block h2.title,
#single-project .news-block h2.title {
	line-height: 44px;
	margin-bottom: 20px;
}

#single-news .news-block .news-img,
#single-project .news-block .news-img {
	margin-bottom: 30px;
}

#single-news .news-block .date,
#single-project .news-block .date {
	float: left;
	line-height: 36px;
}


#donate-block .header {
	width: 100%;
}


/* share block */
.share-block {
	display: block;
	float: right;
}

.share-block > span {
	display: block;
	float: left;
	font-family: 'dejavu_serifitalic', serif;
	font-size: 14px;
	line-height: 36px;
}

.share-block .fb-ico,
.share-block .dr-ico,
.share-block .tw-ico {
	display: block;
	float: left;
	width: 36px;
	height: 36px;
	margin-left: 15px;
}

.share-block .fb-ico {
	background: url("../img/icon-facebook.jpg") no-repeat 0 0;
}

.share-block .dr-ico {
	background: url("../img/icon-draugiem.jpg") no-repeat 0 0;
}

.share-block .tw-ico {
	background: url("../img/icon-twitter.jpg") no-repeat 0 0;
}

.share-block .fb-ico:hover,
.share-block .dr-ico:hover,
.share-block .tw-ico:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.80;
}


/* donate block */
#donate-block .header {
	display: block;
	/*font-family: 'source_sans_probold', sans-serif;*/
	font-size: 18px;
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: center;
	width: 300px;
	line-height: 58px;
	background-color: #CB675C;
}

#donate-block .content {
	text-align: center;
	padding: 20px 30px;
}

#donate-block .content > div {
	display: block;
	margin-bottom: 20px;
}

#donate-block .close {
	color: #CB675C;
	margin-bottom: 30px;
}


/* donate button */
.donate-btn {
	display: block;
	float: left;
	/*font-family: 'source_sans_probold', sans-serif;*/
	font-size: 18px;
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: center;
	width: 288px;
	line-height: 50px;
	border: 4px solid #CB675C;
	background-color: #CB675C;
	margin-right: 30px;
	margin-bottom: 30px;
}

.donate-btn:hover {
	border-color: #BB574C;
	background-color: #BB574C;
	text-decoration: none;
}

.donate-btn:visited {
	color: #FFFFFF;
}

span.donate {
	background: url("../img/icon-donate.png") no-repeat scroll 0 0 transparent;
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 21px;
	height: 23px;
	margin-right: 15px;
	margin-bottom: -3px;
}



/*
 * GALLERY CATEGORY
 * SPONSORS CATEGORY
 */
#sponsors-page .gallery-item,
#gallery-category .gallery-item {
	display: block;
	position: relative;
	float: left;
	width: 300px;
	height: 300px;
	margin-left: 30px;
	margin-bottom: 30px;
}

#sponsors-page .gallery-item.video,
#gallery-category .gallery-item.video {
	background-color: #000;
}

#sponsors-page .gallery-item .thumb,
#gallery-category .gallery-item .thumb {
	max-width: 300px;
	max-height: 300px;

	position: absolute;
	top: -9999px;
	bottom: -9999px;
	left: -9999px;
	right: -9999px;
	margin: auto;
}

#sponsors-page .gallery-item.item-1,
#gallery-category .gallery-item.item-1 {
	margin-left: 0;
}

/*#sponsors-page .gallery-item.item-3,
#gallery-category .gallery-item.item-3 {
	margin-left: 0;
}*/

#sponsors-page .gallery-item .item-info-block,
#gallery-category .gallery-item .item-info-block {
	display: block;
	position: absolute;
	width: 300px;
	height: 300px;
	top: 0;
	left: 0;
	background-color: #FFF99D;

	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
}

#sponsors-page .gallery-item:hover .item-info-block,
#gallery-category .gallery-item:hover .item-info-block {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	opacity: 0.90;
}

#sponsors-page .gallery-item .item-info-block .item-info,
#gallery-category .gallery-item .item-info-block .item-info {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	height: 300px;
	width: 300px;
}

#sponsors-page .gallery-item .item-info-block .item-info .date {
	padding: 10px 30px 0 30px;
}



/*
 * GALLERY
 */
#gallery h2.title {
	margin-bottom: 5px;
}

#gallery .date {
	margin-bottom: 30px;
}

#gallery .gallery .gallery-image {
	display: block;
	position: relative;
	overflow: hidden;
	float: left;
	margin-left: 30px;
	margin-bottom: 30px;
	width: 300px;
	height: 300px;
	z-index: 10;
}

#gallery .gallery .gallery-image .play-video {
	position: absolute;
	z-index: 30;
	left: 108px;
	top: 108px;
}

#gallery .gallery .gallery-image .play-video:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}

#gallery .gallery .gallery-image.video {
	background-color: #000;
}

#gallery .gallery .gallery-image.image-1 {
	margin-left: 0;
}

#gallery .gallery .gallery-image:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.70;
}

#gallery .gallery .gallery-image img {
	max-width: 300px;
	max-height: 300px;

	position: absolute;
	top: -9999px;
	bottom: -9999px;
	left: -9999px;
	right: -9999px;
	margin: auto;

	z-index: 20;
}



/*
 * TEAM CATEGORY
 */
#team-category .team-member {
	display: block;
	margin-bottom: 30px;
}

#team-category .team-member .member-img {
	display: block;
	float: left;
	margin-right: 30px;
}

#team-category .team-member .about-member {
	display: table-cell;
	vertical-align: middle;
	min-height: 200px;
	height: 200px;
	margin-left: 330px;
}

#team-category .team-member .about-member .name-surname {
	font-family: 'dejavu_serifitalic', serif;
	font-size: 18px;
	color: #4E4E4E;
	margin-bottom: 30px;
}



/*
 * CONTACTS
 */
#contact-map {
	display: block;
	width: 465px;
	height: 465px;
	margin-top: 100px;
}



/*
 * SEARCH
 */
#results-block .searched,
#results-block .no-results {
	display: block;
	/*font-family: 'source_sans_proregular', sans-serif;*/
}

#results-block .searched {
	color: #4E4E4E;
	margin-bottom: 20px;
}

#results-block .result {
	display: block;
	margin-bottom: 10px;
}

#results-block .result a {
	font-size: 18px;
}



/*
 * FOOTER
 */
#footer {
	display: block;
	position: relative;
	background-color: #E4EEF4;
	padding: 40px 0;
}


/* footer menu */
#footer-nav li {
	display: block;
	position: relative;
	padding-bottom: 45px;
	float: left;
}

#footer-nav li a {
	display: block;
	/*font-family: 'source_sans_probold', sans-serif;*/
	color: #4EAAD8;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 20px;
	margin: 0 20px;
}

#footer-nav li a:hover {
	color: #3D97C4;
}


/* newsletter block */
#newsletter-block .header {
	display: block;
	color: #FFFFFF;
	/*font-family: 'source_sans_probold', sans-serif;*/
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
	min-width: 300px;
	line-height: 58px;
	background-color: #CB675C;
}

#newsletter-block .content {
	text-align: center;
	padding: 20px 30px;
	min-width: 480px;
}


#newsletter-block .content > div {
	display: block;
	margin-bottom: 20px;
}

#newsletter-block .content .start-text {
	margin-bottom: 20px;
}

#newsletter-block .content .mc-field-group {
	display: block;
	margin-bottom: 10px;
}

#newsletter-block .content .message {
	display: none;
	color: #CB675C;
	margin-top: 10px;
	margin-bottom: 0;
}

#newsletter-block .content .ok-message {
	display: none;
	color: #4EAAD8;
	font-size: 22px;
}

#newsletter-block #subscribe label {
	margin-right: 10px;
}

#newsletter-block #subscribe input[name="email"] {
	color: #444;
	font-family: 'source_sans_proregular', sans-serif;
	font-size: 16px;
	line-height: 16px;
	height: 28px;
	padding: 0 10px;
}

#newsletter-block #submit-subscriber {
	margin-right: 20px;
}

#newsletter-block .close {
	color: #CB675C;
	margin-bottom: 30px;
}


/* social buttons */
#footer a.newsletter-btn,
#footer a.social-btn {
	display: block;
	color: #4EAAD8;
	float: left;
	/*font-family: 'source_sans_probold', sans-serif;*/
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
	width: 288px;
	line-height: 50px;
	border: 4px solid #4EAAD8;
	margin-right: 30px;
}

#footer a.social-btn:hover {
	color: #3D97C4;
	border-color: #3D97C4;
	text-decoration: none;
}

#footer a.newsletter-btn {
	color: #D8E7EF;
	border-color: #CB675C;
	background-color: #CB675C;
	margin: 0;
}

#footer a.newsletter-btn:hover {
	border-color: #BB574C;
	background-color: #BB574C;
	text-decoration: none;
}


#footer span.facebook {
	display: inline-block;
	*display: inline;
	zoom: 1;
	background: url("../img/icon-fb.png") no-repeat transparent 0 0;
	width: 14px;
	height: 30px;
	margin-bottom: -8px;
	margin-right: 15px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
	opacity: 0.85;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

#footer a.social-btn:hover span.facebook {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1
}

#footer span.draugiem {
	display: inline-block;
	*display: inline;
	zoom: 1;
	background: url("../img/icon-dr.png") no-repeat transparent 0 0;
	width: 40px;
	height: 32px;
	margin-bottom: -10px;
	margin-right: 15px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
	opacity: 0.85;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

#footer a.social-btn:hover span.draugiem {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1
}

span.letter-blue {
	display: inline-block;
	*display: inline;
	zoom: 1;
	background: url("../img/icon-letter-blue.png") no-repeat transparent 0 0;
	width: 36px;
	height: 32px;
	margin-bottom: -10px;
	margin-right: 8px;
}

span.letter-white {
	display: inline-block;
	*display: inline;
	zoom: 1;
	background: url("../img/icon-letter-white.png") no-repeat transparent 0 0;
	width: 36px;
	height: 32px;
	margin-bottom: -10px;
	margin-right: 8px;
}

#footer .copyright {
	padding-top: 40px;
	text-align: center;
}

#footer .copyright a {
	color: #4E4E4E;
}

#footer .copyright a:hover {
	color: #3D97C4;
}



/*
 * FIX FOR CHROME
 */
@media screen and (-webkit-min-device-pixel-ratio:0) { 
	#lang-menu li a {
		line-height: 17px;
	}
}