.items {max-width: 1040px;margin: 40px auto 0;}
.item-n {margin-bottom: 50px;max-height: 215px;min-height: 215px;overflow: hidden;}
.item-n .desc {font-size: 14px;min-height: 170px;max-height: 170px;overflow: hidden;}
.item-n .img {margin-top: 6px;}
.item-n .img img {width: 100%;}
.item-n .name h2{font-family: "ArialBold", sans-serif;font-size: 16px;font-weight: normal;margin-top: 0;}
.line {width: 100%;height: 1px;background-color: #000;margin-top: 3px;margin-bottom: 20px;}
.show {margin-top: 22px;line-height: 16px;}
.show a{color: #000;text-decoration: none;border: 1px solid;padding: 2px 5px;}
.show a:hover{color: #999;-webkit-transition: all .5s ease;transition: all .5s ease;}

.wrapper-items {margin: 0 auto;max-width: 960px;}

.title h1 {margin: 35px 0;font-size: 24px;border: 1px solid #000;padding: 5px 35px;display: inline-block;
    font-family: "MyriadProBold", sans-serif;width: 100%;}

@media (min-width: 991px) {
    .width-40-pct {margin-right: 20px;width: 350px;height: 300px;}
}

@media only screen and (max-width:1199px){
    .events .items {padding: 50px 0 0;}
    .item-n .name h2 {font-size: 14px;}
    .line {margin-bottom: 15px;}
    .item-n .desc {font-size: 13px;max-height: 130px;min-height: 130px;}
    .show {margin-top: 15px;}
    .show a {font-size: 13px}
}

@media only screen and (max-width:991px){
    .events .items .date {right: inherit;left: 170px;}
    .events .items .wrapper-left:after {content: none;}
    .events .items .info {margin-top: 20px;}
    .img {text-align: center}
    .item-n {max-height: none;min-height: 165px;overflow: inherit;}
    .item-n .img img {max-width: 209px;margin-bottom: 20px;}
    .item-n .desc {max-height: inherit;min-height: inherit;}
}