@import url('https://fonts.googleapis.com/css?family=PT+Sans');
.img_full img{
	width:100%;
}
 
a.color_white{
	color: #f5f5f5 !important;
}
.active{
	background: #666 !important;
}
body{
	font-family: 'PT Sans', sans-serif;
}
.color_dark{
	
	color:#333 !important;
}
.nav-item{
	margin:0px 10px;
	color:#333 !important;
}
  
ul.navnews {
	padding:0px;
	margin:0px;
  }
  ul.navnews li::before{
	  content:'\2713';
	  position: absolute;		
	   
	  padding:0px 6px;
	  background: #e7e5e5;
	  margin:0px 6px 0px -30px;
	  
  }
  ul.navnews li{
	list-style:none;
	
	padding:12px 0px 12px 30px;
	border-bottom:solid 1px #e5e5e5;
  }

  ul.navnews li:last-of-type{
	
	border-bottom:solid 0px #dedede;
  }
  ul.navnews li:hover{
	  background: #f5f5f5;
  }
  ul.navnews li a{
	  color:#333 !important;
	  display:block;
	  margin:-2px 0px 0px 0px;
  }
  ul.navnews li a:hover{
	color:#666 !important;
	text-decoration: none;
	
}
.fontsize_140{
	font-size: 140%;
}
.fontsize_160{
	font-size: 160%;
}
.fontsize_180{
	font-size: 180%;
}
.fontsize_200{
	font-size: 200%;
}
@media screen and (min-width:1000px){
	.img_logo_width{
		width:260px;
	}
		.img_thumb{
			width:50%;
		}
	 .mypr-4{
		 padding-right: 40px;
	 }
	.jumbotron_main{
		background-size:100%;
		background-position-y  :68px;
		height:600px;
		margin-top:68px;
	 
	}
	.jumbotron_small{
		background-size:100%;
		background-position-y  :68px;
		height:300px;
		margin-top:68px;
	 
	}
}
@media screen and (max-width:999px){
	.img_thumb{
		width:100%;
	}
}

@media screen and (max-width:640px){
	.img_logo_width{
		width:180px;
	}
	.jumbotron_main{
 
		background-position-y  :68px;
		min-height:340px;
		margin-top:68px;
	 
	}
	.jumbotron_small{
 
		background-position-y  :68px;
		height:200px;
		margin-top:68px;
	 
	}
}