.ex-a {
  text-decoration: none;
}
.ex-blur {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);  
}
.ex-a:hover{
  text-decoration: underline;
}
.btn-block {
  width: 100% !important;
}
.ex-bid {
  font-size: 6em;
  font-weight: bolder;
}
.ex-card > a {
  text-decoration: none;
}
.ex-card > a:hover{
  text-decoration: none;
}
.ex-card > a:hover > div {
  background-color: #3cad456e;
}
.ex-card > a > div {
  margin: 5px; 
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,0.125);
  border-radius: 0.25rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.00rem;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 20px 0px;  
  min-height: 150px;
}
.ex-card-title {
  text-transform: uppercase;
  font-size: 1.01562rem; 
  margin-bottom: 0.5rem; 
  font-weight: 500; 
  line-height: 1.2; 
  margin-top: 0px;
}
.ex-card-right {
  font-size: 36px;
}
.ex-nav {
  margin-top: 20px;
  margin-bottom: 15px;
}
.ex-nav > div {
  float: right!important;
}
.ex-nav > div > a > div > i {
  font-size: 48px;
}
.ex-nav > div > a > div {
  display: inline-block;
  /*width: 220px;*/
  text-align: right;
  margin-right: 15px;
}
.ex-nav > div > a > div > span {
  font-weight: 700; 
}
.ex-nav > div > a > div > small {
  font-size: 10px;
  color: darkgray;
}
.ex-footer {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 250px;
}
.ex-footer > p {
  font-size: small;
}
.ex-footer > div > a {
  margin-left: 5px;
  margin-right: 5px;
}
.ex-h5 { height: 5px; }
.ex-h10 { height: 10px; }
.ex-h15 { height: 15px; }
.ex-h35 { height: 35px; }
.ex-h50 { height: 50px; }
.ex-img-64 { width:64px; }
.ex-img-24 { width:24px; }
.ex-img-32 { width:32px; }
.ex-table-div { overflow-x:auto; }
a.users:link {  color: rgb(75, 75, 75);}
a.users:visited {  color: green;}
a.users:hover {  color: hotpink;}
a.users:active {  color: blue;}
.ex-video-background {
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
	z-index: -100;
}
.ex-video-background video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
	height: 100vh; 
	min-height: 100%;
  pointer-events: none;
}
.form-control-wrap {
  position: relative;
}
