.panel {
  text-align: center;
  margin: 10px 0;
  background-color: white;
  border: 0px solid transparent;
}
.panel-heading {
  padding: 0px;
    text-align: center;
    border-radius: 0px;
    background-color: #4F4D96;
    color: white !important;
 
}
.panel-body {
    padding: 20px 0px 0 0px;
}
.panel-title{
    padding: 0;
    margin: 0;
   
}
.panel-body p{
    padding: 0px 0px 0 0px;
    margin: 0 20px 10px 20px;
    text-align: center;
    font-weight: 200;
   
}
.panel-footer{
  padding: 0px 0 40px 0;
}
.panel h3 { 
    font-size: 12px;
    color: white !important;
}
.panel h4 { 
    text-align: center;
    font-size: 1rem !important;
    line-height: 1.2rem !important;
     font-weight: 200;
    color: #1DA1F3;  
}
.panel h5 { 
    text-align: center;
    font-size: 0.8rem !important;
    line-height: 1rem !important;
     font-weight: 200;
    color: #4F4D96;  
}
.inner i {
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 50%;
    background-color: #CCE9FF;
}

.inner .bottom, .inner .top {
    margin-top: -20px
}

.inner .left {
    float: left;
    margin-left: -20px
}

.inner .right {
    float: right;
    margin-right: -20px
}

.btn {
    border-radius: 50px;
    font-family: "Helvetica Neue", Sans-Serif;
    text-transform: uppercase;
    font-size: .8em
}

.btn-xl {
    width: 50%
}
.btn-event {
    color: #fff;
    background-color: #504E9C;
    transition: all .35s;
    font-size: .6em;
    text-decoration: none;
}
.btn-event-end {
    color: #fff;
    background-color: #000;
    transition: all .35s;
    font-size: .6em;
    text-decoration: none;
}

.btn-event, .btn-inline {
    border: 1px solid #504E9C !important;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    text-decoration: none;
}

.btn-event.active, .btn-event:active, .btn-event:focus, .btn-event:hover {
    color: #504E9C;
    border: 1px solid #504E9C !important;
    background-color: #fff;
    text-decoration: none;
}


.imgevents {
    opacity: 0.2;
    filter: alpha(opacity=20); /* For IE8 and earlier */
}

