.sidebarWrapper {
	padding-left: 15px;
	padding-right:15px;
	padding-top: 25px;
  	padding-bottom: 25px;
}

.cardsWrapper {    
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
}
.cardsWrapper::before {    
	content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 1;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  filter: blur(90px);
  -webkit-filter: blur(90px);
}

.cardsWrapper.section-neutral {
	xxxpadding-bottom: 0;
}

.cardsWrapper.section-gray {
background: #E5E5E5;
}

.cardsWrapper .card-avatar {
  background-color: #fff;
}

.cardsWrapper .card img {
  width: 100%;
  height: auto;
}

.cardsWrapper .card .table {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  xxxmargin-bottom: 30px;
}
.cardsWrapper .table {
  margin-bottom: 0px;
}
.cardsWrapper .table h4 {
  margin-bottom: 5px;
}
.cardsWrapper .table h6 {
  color: #919191;
  margin-top: -5px;
  margin-bottom: 15px;
}
.cardsWrapper .table .spacer {
  margin-bottom: 45px;
}
.cardsWrapper .card-footer {
  position: absolute;
  bottom: 0;
  margin-left: -15px;
  margin-right: -15px;
  width: 100%;
  border-radius: 0 0 6px 6px;
}


.cardsWrapper .card-profile {
  margin-top: 30px;
}

.cardsWrapper .card {
  display: inline-block;
  position: relative;
  width: 100%;
  background: transparent;
  padding-top: 25px;
  padding-bottom: 25px;
}

.cardsWrapper .card .pic-caption {
  text-align: center;
  color: #3e3e3e;
  font-size: 90%;
  display: block;
  margin-bottom: -25px;
  margin-top: 0;
}

.cardsWrapper .card-profile .card-avatar.img-round {
  max-width: 150px;
  max-height: 150px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  top: -50px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -35px;
}


.section-gray .card-profile .card-avatar.img-round {
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.cardsWrapper .card-profile .card-avatar.img-cube {
	max-width: 150px;
  	max-height: 150px;
  	border-radius: 6px 6px 0 0;
  overflow: hidden;
  position: relative;
  top: -50px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -35px;
  
}

.section-gray .img-cube {
 overflow: hidden;
 top: -50px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -70px;
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.section-gray .card {
  border-radius: 6px;
  color: rgba(0, 0, 0, 0.87);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  margin-top: 80px;
}

.section-neutral .card {
  xxxmargin-top: 80px;
  border: none;
}
.section-neutral .img-cube {
  border-radius: 0 !important;
}
@media (min-width: 576px) {
.section-neutral .col-md-12 .img-cube {
  width: 80%;
  }
}

.footer .cardsWrapper {    
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}
.footer .card
{ margin-top: 0;
  background-color: transparent;
  color: #FBFBFB;
  border: none;
}
.footer .card .table {
	color: #FBFBFB;

}
.footer .card .table strong
{
  font-weight: 300;
}
.footer .card .table strong::after
{
  content: '...';
  color: #ff7b00;
  font-size: 2rem;
  line-height: 0px;
  padding-left: 10px;
}
.footer .card img
{
  width: auto;

}

.footer .card .img-round img {
  width: 100%;
  height: auto;
}



