@import url("bootstrap.min.css");
@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }
@media print {
.container {width: auto;}
}
html {
  position: relative;
  min-height: 100%;
}
body {
	color: #333;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
    font-style: normal;
    font-size: 15px;
    line-height: 1.42857;
	text-rendering: optimizeLegibility;
 	-webkit-font-smoothing: subpixel-antialiased;
	-moz-font-smoothing: grayscale;
	-ms-interpolation-mode: bicubic;
	/* Fix jumping of content on scrool*/
	overflow-y: scroll;
	/* Margin bottom by footer height
	background-image: linear-gradient(0deg, #e7e7e7, #FFFFFF);*/
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, Times, 'Times New Roman', serif;
    line-height: 1.1;
}
.h1, h1 {
	font-size: 24px !important;
}
.h2, h2 {
	font-size: 18px !important;
	font-weight: bold !important;
}
.h3, h3 {
	font-size: 18px !important;
}
.h4, h4 {
	font-size: 16px !important;
}
.h6, h6 {
	font-size: 13px !important;
	font-family: 'Roboto', sans-serif;
}
/*Navbar styling*/
.navbar-default {
	margin-bottom: 0;
	border-radius: 0;
	}
.navbar-affix { 
	z-index: 1049;
}
/*Fix content below navigation jumping on affix*/
.affix + .container {
	padding-top: 50px;
	}
/*Affix position*/
#to.affix{
    top: 0;
    width: 100%;
}
.navbar-default .navbar-brand {
    color: #284384;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover {
    background-color: #223a75;
    color: #fff;
}
/*Main top navigation styling, display menu on top of content, add shadow, gradient color*/
.navbar-main-top {
	z-index: 1049;
	box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.2);
	border: 0px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
/*Navbar header removed to remove gradient from colapsed atlas menu
.navbar-header {
	background: #ffffff; 
	background: -moz-linear-gradient(top,  #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); 
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); 
	background: linear-gradient(to bottom,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); 
}*/
/*Wrapper to fix scrolling issues on affix*/
.navbar-wrapper {
	inline: block;
    height: 50px;
}
/*Main top navigation focus, hover, active styling*/
.navbar-main-top .navbar-nav > li > a:focus, 
.navbar-main-top .navbar-nav> li > a:hover { 
	background-color: #223a75;
    color: #fff;
}
.navbar-main-top .divider-vertical {
height:0;
border-left: 0;
border-right: 0;
}
.dropdown-menu {
	border: 0px;
}
.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:focus, 
.dropdown-menu > .active > a:hover {
	background-color: #223a75;
    color: #fff;
}
/*Styling navigation in content area*/
.nav-pills >li >a {
	padding: 5px 5px;
	color: #777;
	font-size: 14px;
}
.nav > li > a:focus, 
.nav > li > a:hover {
	background-color: transparent;
	border-radius: 0px;
	color: #333;
}
.nav-pills > li.active > a, 
.nav-pills > li.active > a:focus, 
.nav-pills > li.active > a:hover {
	background-color: transparent;
	border-radius: 0px;
	font-weight: 700;
	color: #333;
}
/*Special styling for side navigation on "Pages" entries*/
.pages-sidenav {
	position: static;
	background-color: transparent;
	border-color: transparent;
	padding-top: 20px;
	margin-left: -15px;
	margin-right: -15px;
}
.nav-stacked > li + li {
    margin-left: 0;
    margin-top: 0;
}
/*Testing tabs sidenav START
.nav-pills >li >a {
	padding: 5px 5px;
	color: #777;
	font-size: 14px;
}
.nav-pills > li {
	padding:5px;
}
.nav > li > a:focus, 
.nav > li > a:hover {
	background-color: transparent;
	border-radius: 0px;
	color: #333;
}
.nav-pills > li.active > a, 
.nav-pills > li.active > a:focus, 
.nav-pills > li.active > a:hover {
	background-color: transparent;
	border-radius: 0px;
	font-weight: 700;
	color: #333;
}*/
/*Special styling for side navigation on "Pages" entries
.pages-sidenav {
	position: static;
	background-color: transparent;
	border-radius:5px;
	margin-top: 55px;
	margin-right: -15px;
}
.nav-stacked {
	margin-left: -15px;
    margin-right: -15px;
	}
.nav-stacked > li + li {
	border-top:1px solid #eee;
}*/
/*Testing tabs sidenav END*/
/*Hero style top banner over navbar*/
.top-hero{ 
	min-height: 135px; 
	overflow: hidden;
	font-size: 45px;
	color: #fff;
	font-family: Arial;
}
/*Logo size, position and animation*/
.site-logo, .site-logo-static{
	display: inline-block; 
	max-width: 45px; 
	height: auto; 
	margin: 20px auto; 
	position: relative;
	vertical-align: middle;
	outline: 1px solid transparent;
}
.site-logo {
	-webkit-animation-name: logo; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 7s; /* Chrome, Safari, Opera - if value is changed adjust accordingly all animation durations and .jb-btn{animation-delay:*/
	animation-name: logo;
	animation-duration: 7s; /*if value is changed adjust accordingly all animation durations and .jb-btn{animation-delay:*/
	}
/*DISCARD position and animation trigger of left word "Discard" */
.top-discard, .top-discard-static {  
	position: relative;
	vertical-align: middle;
}
.top-discard{  
	-webkit-animation-name: discard; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 7s; /* Chrome, Safari, Opera - if value is changed adjust accordingly all animation durations and .jb-btn{animation-delay:*/
	animation-name: discard;
	animation-duration: 7s; /*if value is changed adjust accordingly all animation durations and .jb-btn{animation-delay:*/
}
/*LESS position and animation trigger of right word "Less" */
.top-less, .top-less-static{  
	position: relative;
	vertical-align: middle;
}
.top-less {
	-webkit-animation-name: less; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 7s; /* Chrome, Safari, Opera - if value is changed adjust accordingly all animation durations and .jb-btn{animation-delay:*/
	animation-name: less;
	animation-duration: 7s; /*if value is changed adjust accordingly all animation durations and .jb-btn{animation-delay:*/
	}
/* Animation for Discard - opacity and position*/
/* Chrome, Safari, Opera */
@-webkit-keyframes discard {0%   {opacity:0; left:75px;} 25% {opacity:0; left:75px;} 50% {opacity:1; left:75px;} 100% {left:0px;}}

/* Standard syntax */
@keyframes discard {0%   {opacity:0; left:75px;} 25% {opacity:0; left:75px;} 50% {opacity:1; left:75px;} 100% {left:0px;}}

/*Animation for Less - opacity and position*/
/* Chrome, Safari, Opera */
@-webkit-keyframes less {0%   {opacity:0; right:185px;} 50% {opacity:1; right:185px;} 100% {right:0px;}}

/* Standard syntax */
@keyframes less {0%   {opacity:0; right:185px;} 50% {opacity:1; right:185px;} 100% {right:0px;}}
.top-slogan, .top-slogan-static{
	display: block;
	font-size: 15px;
	letter-spacing: 1px;
	padding: 0 5px;
}
.top-slogan {
	-webkit-animation-name: slogan; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 14s; /* Chrome, Safari, Opera - if value is changed adjust accordingly all animation durations and .jb-btn{animation-delay:*/
	animation-name: slogan;
	animation-duration: 14s; /*if value is changed adjust accordingly all animation durations and .jb-btn{animation-delay:*/
	}
/* Animation for Discard - opacity and position*/
/* Chrome, Safari, Opera */
@-webkit-keyframes slogan {0%   {opacity:0;} 25% {opacity:0;} 50% {opacity:0;} 100% {opacity:1;}}

/* Standard syntax */
@keyframes slogan {0%   {opacity:0;} 25% {opacity:0;} 50% {opacity:0;} 100% {opacity:1;}}
/*align top-banner content center*/
.logo-wrapper {
	display: block;
    margin: auto;
    text-align: center;
    width: 100%; 
}
/*darker color overlay on background image*/
.overlay { 
	display: block;
	width: 100%;
	overflow: hidden; 
	min-height: 135px; 
	position: absolute; 
	background-color: rgba(31, 50, 110, 0.7); 
}
/* Main content-body bottom padding*/
.main-container {
	padding-bottom: 20px;
	border-right: 1px solid #e7e7e7;
	border-left: 1px solid #e7e7e7;
	background: white;
}
.main-container-1 {
	padding-bottom: 20px;
	border-right: 1px solid #e7e7e7;
	border-left: 1px solid #e7e7e7;
	background: white;
	
	/*box-shadow: 1px 1px 700px #e7e7e7;*/
}
/*Jumbotron styling for front page*/
/*img-overlay*/
.img-container {
    position:relative;
  	max-width:400px;
	overflow: hidden;
	margin-bottom: 15px;
	margin-left: 15px;
	background-size: cover;
    background-position: center center
}
/*Styling for text area*/
.jb-left > h1 > a{
    background-color: salmon;
    color: white;
    display: block;
    letter-spacing: 1px;
    margin-bottom: 15px;
	padding: 14px 0 14px 25px; 
    width: 100%;
}
/*Styling for image area*/
.jb-right {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	}
/*Button position style and pulse animation trigger*/
.jb-btn {
	position: absolute;
	height: 60px;
	width: 60px;
	bottom: 45%;
	right: 45%;
	background-color: #fff;
	border-color: #fff;
    color: #636060;
	box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
	border-radius: 50%;
    font-size: 25px;
    text-align: center;
    line-height: 2;
    padding: 7px 0;
	opacity: 0.85;  /* Opacity for Modern Browsers */
    filter: alpha(opacity=80);  /* Opacity for IE8 and lower */
    zoom: 1;  /* Fix for IE7 */
	-webkit-animation: pulse 2.75s infinite cubic-bezier(0.66, 0, 0, 1);
	-moz-animation: pulse 2.755s infinite cubic-bezier(0.66, 0, 0, 1);
	-ms-animation: pulse 2.75s infinite cubic-bezier(0.66, 0, 0, 1);
	animation: pulse 2.75s infinite cubic-bezier(0.66, 0, 0, 1);
	-webkit-animation-delay: 7s; /* Chrome, Safari, Opera */
    animation-delay: 7s; /*Start animation after main intro animation in top-hero ends*/
}
/*Hover changes style and stops pulse animation*/
.jb-btn:hover 
 {
	background-color: #fff;
	border-color: #fff;
    color: #333;
	font-size: 27px;
	padding: 6px 0;
	opacity: 0.95;  /* Opacity for Modern Browsers */
    filter: alpha(opacity=95);  /* Opacity for IE8 and lower */
	-webkit-animation: none;-moz-animation: none;-ms-animation: none;animation: none;
}
.jb-btn.active.focus,
.jb-btn.active:focus, 
.jb-btn.focus:active,
.jb-btn:active:focus,
.jb-btn:active:hover {
	background-color: #fff;
	border-color: #fff;
	color: #333;
}
/*Pulse animation keyframes*/
.jb-btn
@-webkit-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
.even-odd {
	background-color: #EEEEEE;
	margin: 30px 0; 
}
.frontpage-img-wrapper {
    display: block;
    max-height: 517px;
    overflow: hidden;

}

.frontpage-img-wrapper > img{
    min-width: 100% !important;
	background-size: cover;
    background-position: center center;
	min-height: 517px; 
}
/*New Main project presentation article on homepage - changed 06.07.2017*/
.main-presentation {
    margin: 30px 0px 0px 0px;
    background: #f5f5f5;
    padding: 15px;
    border-radius: 5px;
}
.main-presentation > h1 > a {
	background:salmon;
	padding: 14px 0 14px 15px;
	color:white;
	margin-top:-35px;
	margin-left:-15px;
	margin-right:-15px;
	margin-bottom:10px;
	display:block;
}
/*Hightlight News Articles area style*/
.area-title {
    padding-bottom: 5px;
    margin-bottom: 20px;
	color:#484848;
	font-weight:600;
}
.area-title.latest {
    margin-bottom: -5px;
	margin-top:35px;
}
.highlights {
	margin:5px 0px 35px 0px;
	}
.highlight-entry {
	padding:0px;
	}
.highlight-img-wrapper {
	display:block;
	max-height:200px;
	overflow:hidden;
	}
.highlight-img-wrapper > img{
    min-width: 100% !important;
	background-size: cover;
    background-position: center center;
	min-height: 200px; 
}
.highlight-title {
    position: absolute;
    bottom: 0%;
    left: 0%;
    background-color: rgba(255, 255, 255, 0.94);
    padding: 10px;
    margin: 5px;
    border-radius: 2px;
	color:#4c4c4c;
}

/*Home page - News list style*/
.news-summary {
	margin-left: -15px;
	margin-top: 15px;
	color:#333;
}
h2.media-heading>a {
    color: #333;
}
/*Home page - News list lable*/
.news-feed-lable {
    transform: rotate(-90deg);
    font-size: 24px;
    margin-left: -19px;
    margin-top: 64px;
}
a>.label-feed {
	background-color: #337ac7;
	}
.small, small {
	font-size:80%;
	}
/*Side panel styling*/
.panel-sidenav {
	text-align:center;
	}
.panel-sidenav > .panel-heading > a {
	color:#333;
	}
.panel-side {
	margin-top: 15px;
}
.panel-default> .panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.panel-default {
	border-color: #ccc;
}
.panel-heading {
    border-bottom: 1px solid;
    border-radius: 4px;
}
.panel-side > .panel > .panel-heading > .panel-title {
	font-size:15px;
}
.panel-default>.panel-heading .badge {
	background-color: salmon;
}
.panel-side > .list-group-item {
	font-size: 14px;
}
/*Newsletter button*/
.btn-newsletter {
	text-align: left;
	font-size:15px;
	padding-left:15px;
	padding-right: 15px;
}
/*SOCIAL SHARE BUTTONS AND STREAM*/
/*Twitter stream sidebar Frontpage*/
.twitter {
	margin-top: 30px !important;
}
/*Share buttons styling*/
.social-share {
	padding-top:15px;
}
.social-share-title {
	background-color: #999;
	color: #fff;
	padding:5px;
}
/*.social-share-buttons {
	padding:5px;
}*/
/*Facebook share button*/
.fb_iframe_widget span {
	vertical-align: inherit !important;	
}
/* List of News: image styling*/
.mediaobject-wrapper{
	display:block;
	max-width: 360px;
	max-height:180px;
	overflow: hidden;
}
.media-object{
	display: block;
	max-width: 275px;
	height: auto;
}
.cookies-modal {
	padding-top: 50px;
}
/*Contact page styling start*/
.contact-card {
	border: 1px solid #ddd;
	border-radius: 5px;
	padding:15px;
	margin-bottom: 20px;
	height: 210px;
}
.contact-card p {
	margin:0px;
}
.contact-card img {
	height: 85px;
	width: 85px;
}
.contact-extra-info {
	border-left: 1px solid #CCC;
}
.contact-info-1 {
	height:100px;
	overflow: hidden;
	border-bottom: 1px solid #ddd	
}
.contact-info-2 {
	height:100px;
	overflow: hidden;
	padding-top:15px;
	position:relative;	
}
.align-bottom {
	position:absolute;
	left:0px;
	bottom:10px;
	text-align:right;
}
/*Contact page styling end*/
/*Media and Scientific Results area - entries list styling*/
.pp-download {
	padding-top:0px;
	padding-bottom:10px;
}
.scientific-meta {
	font-size: 85%;
    background-color: rgba(230, 237, 243, 0.23);
    border: 1px solid #eeeeee;
    border-radius: 5px;
    padding: 5px 10px 5px 10px;
	margin-top: 10px;
}
.media-entries {
	padding-top:25px;
	padding-bottom:20px;
	border-bottom: 1px solid #d1d1d1;
}
.video-heading {
	border-bottom: 1px solid #eee;
	padding-bottom:10px;
}
/*Entry list meta - "Published" and "Channel label" styling*/
.entry-meta.entrymetadata {
    padding-bottom: 8px;
}
/*Media and Scientific Results area - single entry styling*/
.entry-page {
	margin-bottom:10px;
	padding-bottom:10px;
}
.scientific-entry-summary {
	padding-bottom:15px;
	}
.entry-info-share {
    margin-bottom: 20px;
    margin-top: 20px;
	border-top:1px solid #eee;
	padding-top:5px;
}
/*PDF Viewer styling*/
.embed-responsive-pdf {
	padding-bottom:100%;
}
.embed-pdf {
	overflow:scroll;
	}
/*Newsletter Extra files list styling*/
.pdf-viewer>ul.list-group>li.list-group-item {
    padding: 6px 5px;
    font-size: 13px;
}
.pdf-viewer>ul.list-group>li.list-group-item.active > a:focus, .pdf-viewer>ul.list-group>li.list-group-item.active > a:visited {
    color:white;
    
}
.pdf-viewer>ul.list-group>li.list-group-item > a {
	color:#333;
}
/*Tabs styling above pdf area*/
.pdf-viewer>.nav>li>a {
    padding: 4px 15px;
    font-size: 13px;
}
.pdf-viewer {
	padding-top:20px;
}
.pdf-viewer>.tab-content {
	border-bottom:1px solid #ddd;
}
/*Read More link setup Start*/

/*.article .text {
    font-size: 12px;
    line-height: 17px;
    font-family: arial;
}*/
.article-video .text.short {
    height: 0px;
    overflow: hidden;
}
.article .text.short {
    height: 45px;
    overflow: hidden;
}
.article .text.full {
    
}
.article-video .text.full {
    height:auto;
}
.read-more {
    cursor: pointer;
    display: inline-block;    
    font-weight: bold;
    color: #337ab7;
	font-size:85%;
}
/*Show-Read More for front page*/
.show-more {
	cursor: pointer;
}
.show-more:hover {
    text-decoration: underline;
}
/*Read More link setup End*/
/*Anchor offset 50px to compensate for fixed menu*/
.anchor {
	color: #333;
	padding-top: 50px;
}
.anchor:hover {
	color: #333;
	text-decoration: none!important;
}
/*Styling of text on Video page on xs and sm screens*/
.video-summary {
	margin-bottom: 15px;
}
/*Newsletter list styling*/
.newsletter-download {
	margin-top: 15px;
}
.collapse-extra-files {
	padding-top:15px;
}
/*Carousel styling*/
.carousel-caption{
	background-color: rgba(245, 245, 245, 0.8);
	top: 40%;
    bottom: auto;
	left: 0;
	right: 0;
}
.carousel-caption a {
	color: #333 !important;
}
.carousel-caption a:hover {
	color: #666 !important;	
}
.carousel-control {
	color: #666;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	z-index: 998;
}
.carousel-control:focus, .carousel-control:hover {
	color: #333;
	}
.carousel-inner> .item> img {
    right: 0;
	left: 0;
	min-width: 100%;
	max-height: 400px;
}
.badge {
	background-color: salmon;
}
/*Article header image style*/
.newstext img {
	display: block;
	max-width: 100%;
	height: auto;
	padding-top: 15px;
	padding-bottom:15px;
	}
	
img.left {
    float: left;
    max-width: 450px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 15px;
}
img.right {
    float: right;
    max-width: 450px;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 15px;
}
.newstext > ol > li, 
.newstext > ul > li {
	margin-bottom:10px;
}
blockquote {
    border-left: 5px solid rgb(40, 67, 132);
    font-style: italic;
    font-weight: 700;
}
/*Article image gallery under article text*/
.gallery {
	margin-bottom:15px;
}
#links {
	padding:3px;
	overflow:hidden;
	}
/*Article sidebar list of latest news*/
.thumbnail-news {
    background-color: #fff;
    border: 0px;
	border-left: 1px solid #ddd;
    border-radius: 0px;
    line-height: 1.5;
    margin-bottom: -17px;
    padding: 1px;
}
/*Popover menu*/
.navbar-right > li > .popover {
	min-width: 250px;
	font-size:12px;
}
/*Consortium logo thumbnails*/
#consortium-thumbnail {
	min-height: 170px;	
	}
.thumbnail-logo {
	max-width: 200px;
	max-height: 100px;
	width: auto;
	margin: 30px;
	padding: 15px;
}
/*Consortium popover width*/
.popover {
	max-width: 450px;	
}
.popover-title {
	font-weight: bold;	
}
/*Video page content styling*/
.video-row {
	margin-left: -30px;
}
.meta-video {
	font-size: 95%;
	margin-top: 15px;
}
/*Scientific publications styling*/
.meta-scientific {
	font-size: 95%;
}
/*wiki topbar links*/	
.well {
	text-align: right;
    /*background-color: salmon;
	color: #FFF;*/
    border: 0px;
    border-radius: 0px;
   /* box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15) inset;*/
    margin-bottom: 0px;
	margin-left: 15px;
	margin-right: 15px;
    min-height: 20px;
    padding: 10px;
}
.column-left{
	margin-left:-15px;
}
.column-right{
	margin-right:15px;
}
/*.well > a{
	color: #fff;
}*/
/*Breadcrumb style fix*/
.breadcrumb {
	font-size: 13px;
	background-color: transparent;
    margin-top: 5px;
	margin-bottom: 0px;
	margin-left: -15px;
	margin-right: -15px;
}
/* Login modal style*/
.modal-title {
	text-align: center;
}
.modal-footer {
	text-align: center;
}
/*Modal Fullscreen style*/
.modal-dialog-fullscreen {
	width: 100vw;
	height: 100vh;
	padding: 0;
	margin:0;
}
.modal-content-fullscreen {  
	height: 100vh;
	border-radius: 0;
	color:white;
	overflow:auto;
}
/*Modal Fullscreen style END*/
/*What is discardless page content wrapper, constrains image width to page width*/
.wid_content_wrapper img{
	display: block;
	max-width: 100%;
	height: auto;
}
/*"Home" page jumbotron style presentations of project*/
.container .jumbotron, .container-fluid .jumbotron {
	border-radius: 5px;
	background-color: #39F;
}
.pagination > .active > a, 
.pagination > .active > a:focus, 
.pagination > .active > a:hover {
	background: #223a75;
	border-radius: 0px;
	color: #fff;
	}
	/*Atlas additional styling*/
.titrepara2 {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0px !important;
    font-family: 'Roboto', sans-serif !important;
    font-size: 30pt !important;
    font-weight: bold;
    border: 1px solid #e7e7e7 !important;
    border-radius: 5px !important;
    width: 90%;
    color: #777 !important;
    background-color: rgba(230, 237, 243, 0.23) !important;
    background-image: none !important;
    padding-left: 10px !important;
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
}
.titrepara2:before {
	font-family: "Glyphicons Halflings";
	content:"\e131";
	font-size:17pt;
	padding-right:5px;
	vertical-align:middle;
}
.titrecellule {
    position: relative;
    background: #fafbfd !important;
    border: 1px solid #e7e7e7 !important;
    border-radius: 5px !important;
    color: #777 !important;
	font-family:'Roboto', sans-serif !important;
	font-size:14px !important;
}
.titrecellule:before {
    border-color: rgba(194, 225, 245, 0) !important;
    border-top-color: #e7e7e7 !important;
    border-width: 12px;
    margin-left: -12px;
}
.titrecellule:after {
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #fafbfd !important;
    border-width: 10px;
    margin-left: -10px;
}
/*Footer style*/
.footer-wrapper {
  /* Set the fixed height of the footer here 
  height: 120px;*/
  background-color: #212121;
  color: #fff;
  padding-bottom: 50px;
  padding-top: 25px;
  padding-left: 15px;
  padding-right: 15px;
}
/*Styling bottom text further with EU flag and info about EU funding*/
.footer {
	text-align:center;
	padding-top: 50px;
}
.footer-wrapper h1,
.footer-wrapper h2,
.footer-wrapper h3,
.footer-wrapper h4,
.footer-wrapper h5,
.footer-wrapper h6 {
	color: #fff;
	}
.footer {
	
}
.footer-link {
	color: #fff;
}
.footer-logo {
	max-width: 80px;
	height: auto;
	margin-bottom: 20px;
	}
/* Animations*/
/* Chrome, Safari, Opera */
@-webkit-keyframes logo {
    0%   {opacity:0; top:100px;}
	50%   {opacity:0; top:100px;}
    100% {opacity:1; top:0px;}
}
@-moz-keyframes logo {
    0%   {opacity:0; top:100px;}
	50%   {opacity:0; top:100px;}
    100% {opacity:1; top:0px;}
}
/* Standard syntax */
@keyframes logo {
    0%   {opacity:0; top:100px;}
	50%   {opacity:0; top:100px;}
    100% {opacity:1; top:0px;}
}
/*media queries*/
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
/*body {
	background-color: red;
	}*/
.carousel-inner> .item> img {
	max-height: 400px;
}
/*Affix menu width fix*/
#to{ max-width: 750px; }

/*Fix footer overlaping main content*/
.main-container{
	min-height: 800px;
}
/*Top banner styling*/
.top-hero{ 
	font-size: 66px;
	min-height: 135px; 
}
.site-logo, .site-logo-static{ 
	max-width: 60px; 
}
.logo-wrapper {
    width: 580px;
}
.popover {
	max-width: 700px;
	vertical-align: center;
}
/* Animation for Discard*/
/* Chrome, Safari, Opera */
@-webkit-keyframes discard {0%   {opacity:0; left:130px;} 25% {opacity:0; left:130px;} 50% {opacity:1; left:130px;} 100% {left:0px;}}

/* Standard syntax */
@keyframes discard {0%   {opacity:0; left:130px;} 25% {opacity:0; left:130px;} 50% {opacity:1; left:130px;} 100% {left:0px;}}

/*Animation for Less*/
/* Chrome, Safari, Opera */
@-webkit-keyframes less {0%   {opacity:0; right:235px;} 50% {opacity:1; right:235px;} 100% {right:0px;}}

/* Standard syntax */
@keyframes less {0%   {opacity:0; right:235px;} 50% {opacity:1; right:235px;} 100% {right:0px;}}

/*Home page - News list style*/
.news-summary {
	margin-left: -15px;
	margin-top: 0px;
}
}
/* Small devices END */

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) { 
/* body {
	background-color: yellow;
	}*/
/*Video page list content styling */
.video-row {
	margin-left: -30px;
}
/*Styling of text on Video page on xs and sm screens*/
.video-summary {
	margin-left:-15px;
}
.video-title {
	padding-bottom:10px;
	}
/*Newsletter list styling*/
.newsletter-download {
	margin-left: -15px;
}
/*Newsletter logo frame*/
.newsletter-logo {
	padding: 10px;
	border:1px solid #e7e7e7;
	border-radius: 5px;	
}
/*Poster and presentation styling*/
.pp-media {
	float: left;
	margin-right: 30px;
}
/*News carousel image styling for medium size screen. Keeps background covered with displayed image. */
.carousel-inner> .item> img {
	max-height: 400px;
}
/*Affix menu width fix*/
#to{ 
	max-width: 970px;
}

/*Main navigation dropdown togle on hower - only when not colapsed, xs screensize has to click to get dropdown*/
.dropdown:hover .dropdown-menu {
	display: block;
	border: none;
}
/*Navbar link divider vertical*/
.navbar-main-top .divider-vertical {
height: 50px;
border-left: 1px solid #e7e7e7;
border-right: 1px solid #ffffff;
}
/**/.nav-pills >li >a:before {
    content: "\e250" !important;
    font-family: "Glyphicons Halflings" !important;
}
}
/* Medium devices END */


/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
/*News carousel image styling for large size screens. Keeps background covered with displayed image. */
.carousel-inner> .item> img {
	max-height: 480px;
}
/*Affix menu width fix*/
#to{ max-width: 1170px; }
/* body {
	background-color: green;
	}*/

/*Switching layout on frontpage jumbotron pr. exported entry on medium and large screens*/
.jb-right {
	padding-top: 0px;
	padding-right: 0px !important;
	padding-bottom: 0px;
	padding-left: 0px;
	}
.even-odd:nth-child(odd) > .even { 
	display: none;
}
.even-odd:nth-child(even) > .odd { 
	display: none;
}

}
/* Large devices END */


/*Navbar Collapse fix START - Collapses navbar on xs and sm screens*/
@media (max-width: 991px){

.navbar-header {
	float: none;
}
.navbar-left,.navbar-right {
	float: none !important;
}
.navbar-toggle {
	display: block;
}
.navbar-collapse {
	border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px;
}
.navbar-collapse.collapse {
	display: none!important;
}
.navbar-nav {
	float: none!important;
	margin-top: 7.5px;
}
.navbar-nav>li {
        float: none;
    }
.navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
}
.collapse.in{
  		display:block !important;
	}
.open > .dropdown-menu {
    display: block;
}
.navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.navbar-main-top .divider-vertical {
	visibility:hidden;
}
/*Navbar Collapse fix END*/
}
