#events {
    padding-bottom: 15px;
}

#events .event {
    clear: both;
    margin-top: 15px;

    background-color: #ffffff77;
}

#events .event .header {
    height: 120px;
    width: 180px;
    overflow: hidden;
    float: left;
    position: relative;
    margin-right: -27px;
    margin-top: 15PX

}

#events .event div.header img {
    display: block;
    height: 120px;
    width: 180px;
    position: absolute;
    /*top: -9999px;
    bottom: -9999px;*/
    left: -9999px;
    right: -9999px;
    margin: auto;
}

#events .event div.logos {
    position: relative;left: 0;
    width: 34px;
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 15px 10px;
    float: left;
}

#events .event div.logos .logo {
    position: relative;
    width: 34px;
    height: 34px;
    margin: 2px 0;
    z-index: 2;
    border: 1px solid #fff;
    border-radius: 17px;
    overflow: hidden;
    background-color: #aaa;
}

#events .event div.logos .logo img{
    margin: auto;
    display: block;
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    width: 100%;
}

#events .event .text {
    padding: 15px 15px 15px 0;
}

#events .event .social {
    text-align: center;
}
#events .event .social>* {
    margin: 3px 0;
}

#events #map {
    height: 300px;  /* The height is 400 pixels */
    width: 100%;  /* The width is the width of the web page */
}

#event .header-frame {
    width: 100%;
    margin-top: -15px;
    position: relative;
    height: 350px;
    overflow: hidden;
}

#event .header-frame img.header {
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    /*left: -9999px;
    right: -9999px;*/
    margin: auto;
    width: 100%;
}

#event .date-box {
    vertical-align: middle;
    color: #006932;
    background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(50%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,0)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
    min-height: 50px;
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
    top: -25px;
}

#event .date-box div, #event .date-row div{
    display: inline-block;
    vertical-align: middle;
    margin: 13px;
    font-weight: 300;
}

#event div.logos {
    display: inline-block;
    vertical-align: middle;
    font-weight: 300;
    position: relative;left: 0;
    height: 46px;
    flex-direction: column;
    justify-content: center;
    margin: 2px 10px;
    float: left;
}

#events  div.logos .logo {
    position: relative;
    width: 46px;
    height: 46px;
    margin: 0 -7px;
    z-index: 2;
    border: 1px solid #fff;
    border-radius: 23px;
    overflow: hidden;
    background-color: #aaa;
}

#events div.logos .logo img{
    margin: auto;
    display: block;
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    width: 100%;
}

#event .date-row {
  vertical-align: middle;
  color: #006932;
  min-height: 50px;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
}



#event .date-row {
    color: #006932;
   margin-top: 15px;
}

#event .infobox {
    text-align: center;
    border-bottom: 1px solid #006932;
}

#event #map {
    width: 100%;
    height: 350px;
}

.addeventatc {
    margin-top: 10px;
}
