.cookies {
	width:100%;
	height:68px;
	position:fixed;
	bottom:0px;
	background-color:#ffffff;
	border-top:1px solid #212121;
	background-image:url('cookie.jpg');
	background-repeat:no-repeat;
	padding-left:130px;
	padding-top:20px;
	font-size:1rem;
	color:#212121;	
	z-index:9999999999;
	display:none;
}

.cclose {
  height: 28px;
  background-color: #777;
  border: none;
  color: white;
  border-radius: 2px;
  cursor: pointer;
  float:right;
  margin-right:10px;
}

.navbar-brand {
	font-family: 'Yanone Kaffeesatz', sans-serif; font-size:1.75rem;	 
}
 
.container, .item_img, .item_content {
	float:left; 
}

.item_img {
	padding:0px;
	height:130px;
	overflow:hidden;
}

.map {
	background-image: url("https://api.mapbox.com/styles/v1/mapbox/streets-v11/static/24.07,37.93,6/1280x960?access_token=pk.eyJ1IjoiZ2thcG8iLCJhIjoiY2tpMGI3NTM3NmZnbDJzbDZsNXdkODhhMSJ9.yTax_40Yj__ADwwtvuJLvQ");
	padding:0; 
	margin:0px; 
	top:60px; 
	float:left;
	height:100%;
	vertical-align:top;
}
	  
.item_img img {
	width:100%; 
}

.item_content {
	margin-left:0px;
	padding:0px;
}	

.item_content p {
	margin-bottom:0px;
		padding: 4px;	
}	  

.container .row p {  
	font-size: 0.7rem;
	
}
.container {
	float:left;
	top:70px;
}

h2 {
	font-size: 1rem;
	padding: 4px;
	margin-bottom:0px;
}
h2 a{
	text-decoration:none;
	color:#545454;
}

h2 a:hover{
	color:#111111;
	text-decoration:none;
}

.btn-secondary {
	font-size: 0.75rem;
}

.navbar a {
	cursor:pointer;   
}

.row {
	position:relative;
	margin-bottom:10px; 
	margin-left:5px; 
	margin-right:5px;
	background-image: linear-gradient(#ffffff, #eeeeee); 
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px; 
	border-radius: 6px; 
	border: 1px solid #c9c9c9;
	-moz-box-shadow:0px 1px 1px rgba(000,000,000,0.5),inset 1px 2px 0px rgba(255,255,255,0.4);
	-webkit-box-shadow:0px 1px 1px rgba(000,000,000,0.5),inset 1px 2px 0px rgba(255,255,255,0.4);
	box-shadow:	0px 1px 1px rgba(000,000,000,0.5),inset 1px 2px 0px rgba(255,255,255,0.4);
}

.row.active {
	background-image: linear-gradient(#ffffff, #aaaaaa);
}

.news {
	overflow-y: scroll; 
	overflow-x:hidden; 
	height:92%; 
	padding:0;  
	position:relative;
}
	  
#mymap { 
	height:100%; 
	width:100%;
	visibility: hidden;
}

html, body {
    height:100%;
    margin:0;
    padding:0;
}

main {
	margin: 0px auto;
    padding: 0;
    height: 97%;
    display: block;
	overflow:hidden;
	position:relative;	
}

footer p {
	margin-bottom: 0.4rem; 
	font-size: 0.8rem;  
	padding-left:10px; 
	padding-top:5px;
}

footer {
	bottom:0px!important; 
	position:fixed; 
	width:100%;
	background-color:#ffffff;
	z-index:9999;
}

.loading {
	margin:40px auto; 
	width:180px;
}

.loader {
  border: 16px solid #f3f3f3; 
  border-top: 16px solid #3498db; 
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 2s linear infinite;
  margin-left:40px;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


div#cover {
  background-color: lightblue;
  width: 90px;
  height: 30px;
  position:absolute;
  bottom: 0px;
  z-index:10;
}

/**/

.accordionn{
	width: 100%;
	background-color:#c9c9c9;
	color:#444444;
	margin:0px;
	padding:0px;
	margin-top:5px;
}

.accordionn ul{
	list-style-type: none;
	background:none;
	padding:10px; 
	margin:0px;
}

.accordionn li{
	position: relative;
	margin-bottom:10px;	
	padding-bottom:3px;
	border-bottom:1px solid #565656;
}

.accordion_title {
	font-size:0.8rem;
	cursor:pointer;
	padding:5px;
	font-weight:bold;	
}

.similar_title {
	width:75%;
	float:left;
	font-size:0.8rem;
	
}

.similar_title a {
	color:#444444;
}

.similar_title a:hover {
	color:#111111;
	text-decoration:none;
}

.similar_source {
	width:25%;
	float:left;	
	text-align:right;
	font-size:0.6rem;	
}

.fadein,
.fadeout {
  -webkit-transition:max-height 1s ease-in-out;
  -moz-transition:max-height 1s ease-in-out;
  -o-transition:max-height 1s ease-in-out;
  transition:0.8s linear all;
}

.fadein.ng-hide-remove,
.fadeout.ng-hide-add.ng-hide-add-active {
  opacity:0;
  display: block !important;
}

.fadeout.ng-hide-add,
.fadein.ng-hide-remove.ng-hide-remove-active {
 opacity:1;
  display: block !important;
}

@media (max-width:641px)  {
	main { height:90%; }
}


.stats{
	width:100%;
	height:90%;
	left:100%;
	margin-left:-40px;
	position:absolute;
	z-index:999999999999;
}
.togglestats{width:30px; height:100%; float:left; position:relative; }

.statbutton {
	left:-40px;
	position:absolute;
	top:45%;
	-moz-transform:rotate(-90deg);
    -ms-transform:rotate(-90deg);
    -o-transform:rotate(-90deg);
    -webkit-transform:rotate(-90deg);
}

.stats_main {
	width:calc(100% - 40px); height:100%; background-color:#ffffff; float:left; position:relative; top:-1px; border:2px solid #222222; padding-right:20px;	
}

.stats h1 {	color:#444444;	font-size:1rem; 	border-bottom:1px solid #444444;}

.stats ol{
	padding:5px; 
	margin:25px 7px 0px 7px;
}

.stats li{
	position: relative;
	margin-bottom:3px;	
	padding-bottom:2px;
	font-size:0.55rem;
	border-bottom:1px solid #ccc;
}

.stats li div{
	float:right;
}

.stat_item {float:left; border-right:1px solid #ccc; margin-top:10px; height:30%; overflow:hidden; margin-bottom:10px;}

.metrics {background-color:#888888; color:#fff; float:right; max-width:35%; text-align:right; margin:0px; padding:3px; font-size:0.6rem;  }
