*:focus {
    outline: 0;
}

a:link, a:visited, a:active {
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	text-decoration:none;
	color:#999;
}

a:hover {
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	text-decoration:none;
	color:#333;
}

body {
	font-size:16px;
	line-height:24px;
	color:#333;
	letter-spacing:0px;
	font-family:'Lato', sans-serif;
	font-weight:300;
	overflow-x:hidden;
	background:#000;
}

strong, b {
	font-weight:700;
}

#main-wrapper {
	position:absolute;
	width:100%;
	height:100%;
	min-width:1050px;
}

#header-wrapper {
	position:fixed;
	bottom:20px;
	width:100%;
	height:100px;
	z-index:1000000;
	min-width:1050px;
	display:none;
}

#header-wrapper.hide {
	-webkit-transition: all 0.5s ease 0.5s;
	-moz-transition: all 0.5s ease 0.5s;
	-ms-transition: all 0.5s ease 0.5s;
	-o-transition: all 0.5s ease 0.5s;
	transition: all 0.5s ease 0.5s;
	bottom:-100px;
}

#header {
	position:absolute;
	width:100%;
}

#logo {
	position:absolute;
	width:200px;
	height:95px;
	background:url('img/nav_bg.png');
}

#logo>a {
	position:absolute;
	background-image:url('img/logo.png');
	background-size:contain;
	background-repeat:no-repeat;
	height:35px;
	width:80px;
	left:20px;
	bottom:20px;
	opacity:0.75;
}

#logo:hover>a {
	opacity:1;
}

#navi {
	position:absolute;
	right:0px;
	top:0px;
	left:203px;
	right:0px;
	height:95px;
	background:url('img/nav_bg.png');
	font-size:11px;
	color:#fff;
	text-transform:uppercase;
	font-weight:500;
}

#navi ul#main {
	position:absolute;
	left:10px;
	top:5px;
}

#navi ul#sub {
	position:absolute;
	left:160px;
	top:5px;
}

#navi ul#additional {
	position:absolute;
	right:10px;
	top:5px;
	text-align:right;
}

#navi li {
	position:relative;
	margin:0px;
	padding:0px;
	height:16px;
}

#navi li>a:link, #navi li>a:visited, #navi li>a:active {
	color:#999;
	text-decoration:none;
}

#navi li>a:hover, #navi li.active>a {
	color:#fff;
	text-decoration:none;
}

#ticker-news {
	position:absolute;
	top:10px;
	right:550px;
	bottom:10px;
	width:250px;
}

#ticker-twitter {
	position:absolute;
	top:10px;
	right:280px;
	bottom:10px;
	width:250px;
}

#ticker-blog {
	position:absolute;
	top:10px;
	right:10px;
	bottom:10px;
	width:250px;
}

.ticker-title {
	position:relative;
	float:left;
	width:100%;
	line-height:17px;
	font-weight:bold;
	text-transform:uppercase;
}

.ticker-headline {
	position:relative;
	float:left;
	width:100%;
	line-height:17px;
	text-align:justify;
	margin-top:17px;
	font-weight:bold;
	color:#ccc;
}

.ticker-content {
	position:relative;
	float:left;
	width:100%;
	height:34px;
	line-height:17px;
	color:#ccc;
}

.ticker-content:after {
	content: '...';
}

#image, #video {
	position:fixed;
	top:0px;
	width:100%;
	height:100%;
	background-size:cover;
	background-position:center;
	z-index:10;
}

#video {
	background:#000;
	display:none;
}

#image-overlay {
	position:fixed;
	top:0px;
	width:100%;
	height:100%;
	background-image:url("img/bg.png");
	background-size:cover;
	background-position:center;
	pointer-events:none;
	z-index:100;
}

#headline {
	position:absolute;
	font-size:36px;
	font-weight:500;
	top:-50px;
	width:500px;
	text-align:justify;
	z-index:100;
	letter-spacing:2px;
	text-transform:uppercase;
}

.pos {
	color:#333;
}

.neg {
	color:#fff;
	text-shadow: 1px 0px 2px rgba(0,0,0,0.3);
}

#content-wrapper {
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	
	position:absolute;
	right:15%;
	top:30%;
	width:480px;
	padding-bottom:140px;
	z-index:100;
}

#content {
	position:relative;
	padding:60px 43px 20px 40px;
	height:100%;
	background:#fff;
	font-size:12px;
	font-weight:500;
	line-height:18px;
}


#sidebar {
	position:absolute;
	top:0px;
	left:-240px;
	width:220px;
	z-index:1000;
}

#sidebar a:not(.cloud-tag) {
	margin-left:-15px;
	padding-left:15px;
	background:url(img/link.png) no-repeat 0px 4px;
}

#sidebar .widget {
	position:relative;
	padding:40px 30px 40px 30px;
	background:#fff;
	margin-bottom:20px;
	overflow:auto;
	line-height:17px;
}

#sidebar .widget li {
	padding-bottom:5px;
}

#sidebar .widget-title {
	position:relative;
	display:block;
	width:100%;
	margin-bottom:20px;
	text-transform:uppercase;
	font-weight:700;
	padding-bottom:10px;
	border-bottom:1px solid #eee;
	letter-spacing:1px;
}

#sidebar .widget .cloud-tag {
	position:relative;
	float:left;
	margin-right:10px;
}


.light {
	font-weight:100;
}




article {
	margin-bottom:80px;
}

article:first-of-type {
	margin-top:10px;
}

article:last-of-type {
	margin-bottom:60px;
}

article div.entry-meta {
	margin-bottom:10px;
}

h2 {
	font-size:16px;
	font-weight:500;
	padding-bottom:10px;
	margin-bottom:20px;
	text-transform:uppercase;
	line-height:26px;
	border-bottom:1px solid #eee;
	letter-spacing:1px;
	word-spacing:3px;
}

h2 a:link, h2 a:visited, h2 a:active {
	color:#333 !important;
	text-decoration:none;
}

h3 {
	font-size:12px;
	font-weight:700;
	margin-bottom:0px;
}

h4 {
	font-weight:700;
}

p {
	margin-bottom:20px;
	font-weight:500;
	color:#555;
}

#content-wrapper #searchBar {
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	
	position:absolute;
	height:0px;
	width:100%;
	top:0px;
	background:#efefef;
	overflow:hidden;
	z-index:10;
}

#content-wrapper.active #searchBar {
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	
	height:70px;
}

#content-wrapper.active {
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	
	padding-top:70px;
}

#searchBar input {
	position:absolute;
	left:40px;
	top:20px;
	height:26px;
	width:280px;
	border:1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding-left:10px;
	font-size:14px;
	font-family:'Lato', sans-serif;
	font-weight:300;
	color:#666;
}

#searchBar a:link, #searchBar a:visited, #searchBar a:active {
	position:absolute;
	right:40px;
	top:20px;
	height:26px;
	width:100px;
	padding-top:2px;
	text-align:center;
	border:1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-decoration:none;
	font-size:14px;
	color:#999;
	
}

#searchBar a:hover {
	border:1px solid #999;
	color:#666;
	text-decoration:none;
}


article ul, article ol {
	margin-bottom:30px;
}

article ul li, article ol li {
	margin-left:20px;
}

article ul li:before, article ol li:before {
	content:'–';
	margin-left:-20px;
	padding-right:11px;
}

article .entry-summary a {
	margin-left:0px;
	padding-left:12px;
	background:url(img/link.png) no-repeat 0px 4px;
}

article .entry-summary a[href^="http"] {
	margin-left:0px;
	padding-left:12px;
	background:url(img/url.png) no-repeat 0px 4px;
}

article .entry-summary a.more-link {
	margin-left:-12px;
	padding-left:12px;
	background:url(img/link.png) no-repeat 0px 4px;
}

article .entry-meta a {
	margin-left:0px;
	padding-left:0px;
	background:none;
}

article .entry-content a {
	margin-left:0px;
	padding-left:12px;
	background:url(img/link.png) no-repeat 0px 4px;
}

article .entry-content a[href^="http"] {
	margin-left:0px;
	padding-left:12px;
	background:url(img/url.png) no-repeat 0px 4px;
}

article header a:link, article header a:visited, article header a:active, article header span.post-date, article header span.post-author {
	color:#999;
	font-weight:500;
	text-decoration:none;
	margin-right:20px;
}

article header a:link, article header a:visited, article header a:active, article header time, article header span.entry-author {
	color:#999;
	font-weight:500;
	text-decoration:none;
	margin-right:20px;
}

article header a:hover {
	color:#666;
	font-weight:500;
	text-decoration:none;
}

article footer a:link, article footer a:visited, article footer a:active {
	color:#999;
	font-weight:500;
	text-decoration:none;
}
article footer a:hover {
	color:#666;
	font-weight:500;
	text-decoration:none;
}

article img {
	max-width:100%;
}




#comments {
	padding-top:20px;
	width:100%;
}

ol.commentlist article {
	width:100%;
	margin-bottom:20px;
}

ol.commentlist {
	position:relative;
	float:left;
	left:-40px;
	width:480px;
	list-style: none;
	display:block;
}

ol.commentlist>li {
	position:relative;
	float:left;
	display:block;
	background: #F6F6F6;
	width:100%;
	padding:15px 40px 20px 40px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

ol.commentlist ul.children {
	position:relative;
	float:left;
	clear:left;
	list-style: none;
	display:block;
	width:100%;
	margin-top:20px;
}

ol.commentlist>li>ul.children>li {
	position:relative;
	float:left;
	clear:left;
	display:block;
	background: #fff;
	border: 1px solid #DDD;
	width:100%;
	padding:15px 20px 20px 20px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

ol.commentlist>li>ul.children>li ul.children {
	border-top: 1px solid #DDD;
	padding:15px 0px 0px 0px;
}

ol.commentlist>li img.avatar {
	position:relative;
	float:left;
	clear:left;
	height:64px;
	width:64px;
	margin:5px 20px 0px 0px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #CCC;
	-moz-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #CCC;
}

ol.commentlist ul.children>li img.avatar {
	position:relative;
	float:left;
	clear:left;
	height:40px;
	width:40px;
	margin:5px 20px 0px 0px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #CCC;
	-moz-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #CCC;
}

ol.commentlist>li.comment p {
	position:relative;
	float:left;
	clear:left;
	margin:24px 0px 0px 84px;
}

ol.commentlist ul.children>li.comment p {
	position:relative;
	float:left;
	clear:left;
	margin:24px 0px 0px 62px;
}

ol.commentlist div.reply {
	position:relative;
	float:left;
	clear:left;
	margin:20px 10px 0px 84px;
	color:#0099cc;
}

ol.commentlist ul.children div.reply {
	position:relative;
	float:left;
	clear:left;
	margin:20px 10px 0px 62px;
}

a.comment-edit-link {
	position:relative;
	float:left;
	margin-top:20px;
}

#respond p {
	position:relative;
	float:left;
	clear:left;
	margin-left:0px;
}

#respond p.form-submit {
	padding-bottom:40px;
}

#respond {
	position:relative;
	float:left;
	left:-40px;
	padding:40px;
	width:400px;
	background:#fff;
}

ol.commentlist #respond {
	background:none;
}

#respond textarea {
	width:100%;
}

ol.commentlist #respond p.logged-in-as {
	padding-bottom:20px;
}

ol.commentlist #respond #reply-title {
	margin-bottom:0px;
}

#reply-title {
	position:relative;
	float:left;
	padding-top:20px !important;
	margin-left:0px;
}

#reply-title small {
	position:relative;
	float:left;
}

span.comment-form-comment label {
	
	position:relative;
	float:left;
	clear:left;
}

#pagination {
	width:100%;
	text-align:center;
	padding-bottom:40px;
}

#pagination a {
	padding:5px 10px 5px 10px;
	margin-right:5px;
	border:1px solid #ddd;
	text-decoration:none;
	color:#666;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#pagination a:hover {
	background:#F6F6F6;
}

#pagination span {
	padding:5px 10px 5px 10px;
	margin-right:5px;
	border:1px solid #ddd;
	background:#F6F6F6;
	color:#666;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.share-post-popup {
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	position:relative;
	background: #efefef;
	height:56px;
	left:-40px;
	margin-bottom:20px;
	width:480px;
	text-align:center;
	overflow:hidden;
}

.share-post-popup.hidden {
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	height:0px;
}

.share-post-popup a {
	position:relative;
	top:20px;
}

pre.prettyprint {
	font-family:Courier, monospace;
	font-size:10px !important;
	margin-bottom:30px !important;
}

#commentform #name {
	display:none;
}

#commentform p {
	width:100% !important;
}

#commentform input {
	float:right;
	padding:5px;
}

#commentform input[type=submit] {
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	position:absolute;
	left:0px;
	top:20px;
	height:26px;
	padding-top:2px;
	text-align:center;
	background:#efefef;
	border:1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-decoration:none;
	font-size:14px;
	color:#999;
	font-family:'Lato', sans-serif;
	font-weight:300;
}

#commentform input[type=submit]:hover {
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	border:1px solid #999;
	color:#666;
	text-decoration:none;
}

#commentform input, form textarea {
	border:1px solid #ccc;
	max-width:400px !important;
	font-family:'Lato', sans-serif;
}

#player-wrapper {
	-webkit-transition: all 0.5s ease 0.5s;
	-moz-transition: all 0.5s ease 0.5s;
	-ms-transition: all 0.5s ease 0.5s;
	-o-transition: all 0.5s ease 0.5s;
	transition: all 0.5s ease 0.5s;
	
	position:fixed;
	left:0px;
	width:100%;
	top:0px;
	height:100px;
	background:rgba(0,0,0,0.75);
	color:#fff;
	z-index:100000;
}

#player-wrapper.hide {
	position:fixed;
	left:0px;
	width:100%;
	top:-100px;
	height:100px;
	background:rgba(0,0,0,0.75);
}

#player-wrapper #legend {
	position:absolute;
	right:100px;
	top:10px;
	font-size:14px;
	line-height:20px;
	font-weight:300;
	color:#ccc;
	text-align:right;
}

#player-wrapper #close {
	position:absolute;
	right:20px;
	top:20px;
	height:20px;
	width:20px;
	background:url('img/close_button.png');
	opacity:0.75;
}

#gallery-prev {
	position:absolute;
	left:0px;
	top:0px;
	height:100%;
	width:60px;
	background:url('img/gallery_backward.png') no-repeat 50%;
	z-index:1000;
	opacity:0.75;
}

#gallery-next {
	position:absolute;
	right:0px;
	top:0px;
	height:100%;
	width:60px;
	background:url('img/gallery_forward.png') no-repeat 50%;
	z-index:1000;
	opacity:0.75;
}

#gallery-next:hover, #gallery-prev:hover {
	opacity:1;
}

#player-wrapper #close:hover {
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	opacity:1;
}

#images-text {
	position:absolute;
	left:20px;
	top:10px;
	font-size:14px;
	font-weight:300;
}


#player-images {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	position:absolute;
	left:100px;
	height:100px;
	width:150px;
	overflow:hidden;
	top:0px;
}

#player-images ul {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	position:absolute;
}


#player-images:hover {
	height:400px;
}

#player-images li {
	height:100px;
}

#videos-text {
	position:absolute;
	left:400px;
	top:10px;
	font-size:14px;
	font-weight:300;
}

#player-videos {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	position:absolute;
	left:480px;
	height:100px;
	top:0px;
}

#player-videos ul {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	position:absolute;
}

#player-videos:hover {
	height:400px;
}

#player-videos li {
	height:100px;
}




#prev-images {
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	height:20px;
	background:url('img/gallery_prev.png');
	opacity:0;
}

#next-images {
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	position:absolute;
	top:380px;
	left:0px;
	right:0px;
	height:20px;
	background:url('img/gallery_next.png');
	opacity:0;
}

#player-images:hover #prev-images {
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	opacity:1;
}

#player-images:hover #next-images {
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	opacity:1;
}


#prev-videos {
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	height:20px;
	background:url('img/gallery_prev.png');
	opacity:0;
}

#next-videos {
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	position:absolute;
	top:380px;
	left:0px;
	right:0px;
	height:20px;
	background:url('img/gallery_next.png');
	opacity:0;
}

#player-videos:hover #prev-videos {
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	opacity:1;
}

#player-videos:hover #next-videos {
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	opacity:1;
}



#image #image-container {
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	
	position:absolute;
	height:100%;
}

#image .gallery-img {
	position:relative;
	float:left;
	height:100%;
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
}




#navigate-blog {
	text-align:center;
	width:400px;
	margin-top:60px;
}

#navigate-blog-bg {
	position:absolute;
	left:0px;
	background:#eee;
	right:0px;
	height:60px;
	margin-top:-20px;
}

#navigate-blog a:first-of-type {
	position:relative;
	float:left;
}

#navigate-blog a:last-of-type {
	position:relative;
	float:right;
}

#navigate-blog a {
	position:relative;
}




#ticker-wrapper {
	height:50px;
	overflow:hidden;
}

#ticker {
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

#ticker li {
	height:50px;
	overflow:hidden;
}




#references-wrapper {
	height:220px;
	overflow:hidden;
}

#references {
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

#references li {
	height:220px;
	overflow:hidden;
}



#bg_lectoris, #bg_loco, #bg_sciencegate {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	
	position:absolute;
	left:0px;
	right:0px;
	bottom:0px;
	top:0px;
	opacity:0;
	
	z-index:0;
	
	background-size:cover;
}


#bg_lectoris.active, #bg_loco.active, #bg_sciencegate.active {
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	
	z-index:100;
	
	opacity:1;
	
}

.soft {
	color:#999;
	font-weight:300;
}

.contact_numbers {
	float:right;
	margin-right:230px;
}