﻿.location .breadcrumb{padding-left:25px}
.location a.breadcrumbLink{color:#fff;margin-left:10px;margin-right:10px;font-size:130%;font-family:'Roboto Condensed', Arial}
.tag-link{font-size:12.5px;}
.tag-link, .unitily{margin-bottom:30px}
.tag-link a, .tag-link i{padding-right:10px}
.sumary{font-size:130%;margin-bottom:20px;line-height:130%;text-align:justify}
.attachfiles{margin-bottom:30px}
h1.title{margin-top:20px;margin-bottom:25px;font-size:15px}
.description img{max-width:100%!important}
.figure .img-responsive{width:100%}
@media (min-width:1025px) {.figure .img-responsive{max-width:480px} }
@media (min-width:1025px) {
    .padding-15 {
        padding-left:25px;
        padding-right:25px;
        text-align:justify;
    }
    .border-right{border-right:1px solid #dedede}
}
.related .related-title{margin-bottom:10px}
.event-date{width: 98%;min-width:64px;max-height: 80px; text-align:center;border:1px solid #e7e7e7}
h1.event-title{font-size:23px;text-transform:uppercase}
.related-event{
    list-style: none;
    padding: 5px 0;
    border-bottom: 1px dotted #001373;
    font-size: 18px;
    line-height: 24px;
}
.related-list{text-align:justify}
.related-title-event{font-size:14px}
.listings img{min-height:150px}
@media (min-width:1025px) { .col-md-4 .listings img{height:auto;max-height:185px;width:100%} }
@media (min-width:1025px) { .col-sm-3 .listings img{height:auto;max-height:150px;width:100%} }

.listings h3>a{font-size:14px}
.calheader{
    color: #cf3f48;
    display: block;
    font-family: Georgia,times new roman;
    font-size: 33px;
    font-weight: bold;
    line-height: 38px;      
}
.calbottom{
    border-top: 2px solid #cf3f48;
    color: #999999;
    font-family: Georgia,times new roman;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
}
.calup-home{
    color: #cf3f48;
    display: block;
    font-family: Georgia,times new roman;
    font-size: 23px;
    font-weight: bold;
    line-height: 30px;      
}
.caldown-home{
    border-top: 2px solid #cf3f48;
    color: #999999;
    font-family: Georgia,times new roman;
    font-size: 15.5px;
    font-weight: bold;
    line-height: 30px;
}
.iConRow{margin-top:20px}
.iConRow .contentCell{width:15%;float:right}
.iConRow .contentImg img {
    height: 25px;
    margin: 0 auto 15px auto;
    display: block;
}
.news-grid-left-info h5{font-size: 1.15em;margin: 0.8em 0 .5em 0;}
.news-grid-left h6>a{color: #FFF;font-size: 100%;text-align: center;display: block;background: rgba(0, 25, 25, .5);font-family:'Roboto Condened', Arial;text-transform:uppercase;padding-bottom:10px;padding-top:10px}
.col-md-4{padding: 7px 10px!important}
.iConRow .contentCenter{text-align:center}
.file-name a{font-size:18px;line-height:150%}
.toppage{display:block;float:right}

.pg {clear: both;color: #3666D4;height: 2em;margin: 2em 0 2em 12px;font-family:Arial;font-size:12px;}
.pg span{border: 1px solid #CCDBE4;font-weight:bold;color: #001373;display: block;float: left;margin: 0 5px 0 0;padding: 2px 8px;text-align: center;text-decoration: none;font-family:Arial;font-size:13px;}
.pg a { border: 1px solid #CCDBE4;color: #3666D4;display: block;float: left;margin: 0 5px 0 0;padding: 2px 8px;text-align: center;text-decoration: none;font-family:Arial;font-size:12px;}
.pg strong {border: 0 none;color: #000000;font-size: 108%;font-weight: bold;padding: 2px 6px;    font-family:Arial;font-size:12px;}


.img-container {
    position: relative;
    width: 100%;
}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}
.img-container img{max-height:220px}
.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width:100%;
  
  
}

.img-container:hover .image {
  opacity: 0.3;
}

.img-container:hover .middle {
  opacity: 1;
}

.text {
  background-color: #4CAF50;
  color: white;
  font-size: 16px;
  padding: 16px 32px;
}
.text a{color:#fff;text-transform:uppercase}