/* HEADER */
.lg.fl { margin-top: 5px; }

/* EVENT EDIT */
.dtts { width:30px; }

/* HOMEPAGE */
.oicon .fl { width: 25%; }
.oicon img { width:150px; }
.odsc { width:49%; padding:10px; }
ul { margin: 0px 0px 0px 0px; }
li { margin: 0px 0px 5px 15px; list-style-type: decimal; }
.dsc .fl:nth-child(odd) { margin-right:5px; margin-bottom:5px; }
.dsc .fl { margin-bottom:5px; }

.hpe .event { display: inline-block; position: relative; width:200px; height:200px; border-radius: 50%; overflow: hidden; border:1px solid #c1c1c1;}
.hpe .event .im {position: absolute; width:100%; height: 100%; z-index:1; background-repeat: no-repeat; background-position: center; background-size: cover;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; 
}
.hpe .event .im:hover, .hpe .event .im:focus {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.hpe .event .tx { position: absolute; padding:5px 0px;  width: 100%; z-index:2;}
.hpe .event .dt { top:3%; }  
.hpe .event .tt { top:60%; }
  
.member-list { display: inline-block; position: relative; width:98px; height:98px; border-radius: 50%; overflow: hidden; border:1px solid #c1c1c1; }
.member-list .im { position: absolute; width:100%; height: 100%; z-index:1; background-repeat: no-repeat; background-position: center;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;    
}
.member-list .im:hover, .member-list .im:focus {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.member-list .nm { position: absolute; z-index:2; padding:5px 0px;  width: 100%; top:60%; }  

/* EVENTS LIST */
.epic { width:213px; height:152px; margin-right:10px; border-width:0px 1px 1px 1px; border-style:solid; border-color:#c9e9e9; background-color:#fff; background-repeat: no-repeat; background-position: center center;}
.epich { background-size:100% 152px; }
.ewd { width:377px; margin-top:10px; }
.hdx { display: block; width:100%; height:5px; }
.hrx { margin:5px 0px 0px 0px; }
.attendx { background-color:#c1c1c1; }
#events a { display:block; padding:5px; }
#events a:hover { background-color:#ccc; }

/* SEACH PAGE 

.esrc .c1 { width: 140px; }
.esrc .c2 { width: 65px; }
.esrc .c3 { width: 156px; }

.esrc {  }

.esrc label input[type="checkbox"],.esrc label input[type="radio"] {display: inline-block;  margin:-2px 10px 0px 0px; }
.esrc label { display: inline-block;
padding: 5px;
border: 1px solid #0b73bb;
cursor: pointer;
margin: 0px;
vertical-align: middle; margin-bottom: 5px; width: 22%; }
.esrc2 label { border-color:#5a9400; -moz-box-shadow: 0 0 2px #5a9400; -webkit-box-shadow: 0 0 2px #5a9400; box-shadow: 0 0 2px #5a9400; }  
.esrc2 input[type="radio"] + label { margin-bottom: 0px; }
*/

.esrc3 .frm { display: block; }
.esrc3 .fl  { width: 50%; }
.esrc3 .fwb { margin-bottom:5px; }
.esrc3 .clr { margin-bottom:5px;}
.esrcb { margin-bottom:5px; }
                                    
/* CLUB EVENT LIST */
.sc { width:20px; line-height:18px; }
.scb { border:1px solid #ccc; padding: 0px 0px 0px 5px; margin-bottom:3px; }
.scb:hover { background-color:#ccc; }
.scn { width:170px; }

/* FOOTER */
.ftr a { margin-top:3px; }