  <style>
	
	body {    /* -webkit-filter: blur(5px) grayscale(90%); */ }
	
	.modal {
		background-color: #000000bd !important;
	}
	.modal-dialog {
		max-width:940px;
	}

	.page {
	  padding: 15px 0 0;
	}

	.bmd-modalButton {
	  display: block;
	  margin: 15px auto;
	  padding: 5px 15px;
	}

	.close-button {
		max-width: 1275px;
		overflow: hidden;
	}

	.bmd-modalContent {
	  /* box-shadow: none; */
	  /* background-color: transparent; */
		background-color: #000;
		border-color: #357ebd;
		border: 0;
	}
  
	.bmd-modalContent .close {
	  font-size: 30px;
	  line-height: 30px;
	  padding: 7px 4px 7px 13px;
	  text-shadow: none;
	  opacity: .7;
	  color:#fdda24;
	}

	.bmd-modalContent .close span {
	  display: block;
	}

	.bmd-modalContent .close:hover,
	.bmd-modalContent .close:focus {
	  opacity: 1;
	  outline: none;
	}

	.bmd-modalContent iframe {
	  display: block;
	  margin: 0 auto;
	}

	.panoImageButton {
		cursor: pointer;
	}


	/*
	 * Component: Card Widgets
	 * -------------------------
	 */
	.box-widget {
		border: none;
		position: relative; 
		box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, .25);
	}

	.box-widget:hover {
		box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, .35);
	}

	.widget-card .widget-card-header {
		padding: 15px;
		/* height: 185px; */
		color: white;
		background-color: black;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
		background-position: center top;
		background-color:  #fff; 
	}

	.widget-card .widget-card-header .helper {
		display: inline-block;
		height: 100%;
		vertical-align: middle;
	}

	.widget-card .widget-card-header img, .widget-card .widget-card-header a img  {
		position: relative;
		top: 50%;
	}

	@supports (-webkit-touch-callout: none) {
		/* CSS specific to iOS devices */ 

	}
	
	@supports not (-webkit-touch-callout: none) {
		/* CSS for other than iOS devices */ 
		.widget-card .widget-card-header img, .widget-card .widget-card-header a img  {
			transform: translateY(-50%);
		}
	}
	
	.widget-card .widget-card-username {
		margin-top: 0;
		margin-bottom: 5px;
		font-size: 25px;
		font-weight: 300;
		text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); 
	}
	.widget-card .widget-card-image > img {
		width: 90px;
		height: auto;
		border: 3px solid white; 
	}
	.widget-card .box-data {
		min-height: 200px;
		padding: 20px 15px 0px 15px;
		border-color: #0077C8;
		border-width: 0 0 0 0;
		border-style: solid;
		background-color: #fff; 
	}
	.widget-card .box-data h3 {	
		font-size: 20px;
		margin-top: -15px;}
	.widget-card .box-data h5 {
		font-size: 12px;
		margin-top: -15px;}

	.widget-card .box-data p {
		  padding: 0px 0px 5px 0px; 
	}
	.widget-card .box-footer {
		margin-bottom: 30px;
		min-height: 5px;
		padding: 10px 10px;
		text-aling: center;
		background-color: #fff;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0px;
		border-bottom-left-radius: 0px; 
	}



	.box-widget.noResults, .box-widget.noResults:hover {
		box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);

	}
	.box-widget.noResults .widget-card-header,  
	.box-widget.noResults .box-data,  
	.box-widget.noResults .box-footer  {
		background-color:  #fff; 
	}


</style>