@media screen and (max-width: 500px) {
    section.slides {
        position: relative;
        height: 250px;
        width: 100%;
        overflow: hidden;
        background-image: url(images/slide_bg.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    section.slides .wrap {
        font-family: 'Open Sans', sans-serif;
        padding-top: 65px;
        height: 100%;
        box-sizing: border-box;
        color: white;
        background-color: rgba(0, 0, 0, 0.3);
    }
    section.slides .wrap h1 {
        margin: 0;
        text-align: center;
        font-weight: lighter;
        font-size: 25px;
        text-transform: uppercase;
        text-shadow: 0 2px 3px rgba(0, 0, 0, 0.7);
    }
    section.slides .wrap h1 span {
        font-size: 60px;
        font-family: 'Open Sans Condensed', sans-serif;
        font-weight: bold;
    }
    section.slides video {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        z-index: -1000;
        overflow: hidden;
    }
    section.feat {
        overflow: auto;
        font-family: 'Open Sans', sans-serif;
        background-color: rgba(0, 0, 0, 0.8);
    }
    section.feat h1 {
        width: 100%;
        max-width: 800px;
        margin: 0 auto;
        color: white;
        padding: 30px 2%;
        box-sizing: border-box;
        font-size: 15px;
        font-weight: lighter;
        text-align: center;
    }
    section.info {
        width: 100%;
        padding: 5%;
        box-sizing: border-box;
        overflow: auto;
        background-color: darkgray;
    }
    section.info .wrap {
        width: 100%;
        margin: 0 auto;
        position: relative;
        font-family: 'Open Sans', sans-serif;
    }
    section.info .wrap span {
        float: left;
        height: 60px;
        font-size: 13px;
        width: 100%;
        margin: auto;
        display: table;
        padding: 0px;
        box-sizing: border-box;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        -webkit-transition: all ease-out 500ms;
        -moz-transition: all ease-out 500ms;
        -o-transition: all ease-out 500ms;
        transition: all ease-out 500ms;
    }
    section.info .wrap a {
        width: 100%;
        text-decoration: none;
        font-weight: bold;
        box-sizing: border-box;
        position: relative;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        line-height: normal;
        background-color: rgba(0, 0, 0, 0.9);
        color: white;
        -webkit-transition: all ease-out 500ms;
        -moz-transition: all ease-out 500ms;
        -o-transition: all ease-out 500ms;
        transition: all ease-out 500ms;
    }
    section.info .wrap span:hover {
        border: 10px solid rgba(0, 0, 0, 0.9);
    }
    section.info .wrap span:hover a {
        background-color: rgba(51, 0, 0, 0.95);
        color: #ffae00;
    }
    section.info .wrap a:nth-of-type(even) {
        background-color: #730c27;
    }
    section.info .wrap .text {
        clear: both;
        width: 100%;
        height: 0px;
        background-color: black;
    }
    section.info .wrap .text p {
        padding: 30px;
        font-size: 13px;
        text-align: center;
        box-sizing: border-box;
        color: white;
    }
    section.numbers {
        width: 100%;
        display: inline-block;
        background-color: white;
        margin-bottom: 0px;
        padding-top: 30px;
        width: 100%;
    }
    section.numbers h1 {
        font-family: 'Open Sans', sans-serif;
        width: 100%;
        text-align: center;
        margin: 0 auto;
        font-size: 40px;
        color: #730c27;
    }
    section.numbers ul {
        margin: 30px auto;
        height: auto;
        overflow: auto;
        width: 100%;
        display: block;
        padding: 0;
    }
    section.numbers ul li {
        height: 150px;
        width: 70%;
        margin: 0 auto 10px auto;
        list-style-type: none;
        display: block;
        box-sizing: border-box;
        -webkit-transition: all linear .3s;
        -moz-transition: all linear .3s;
        -o-transition: all linear .3s;
        transition: all linear .3s;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        position: relative;
    }
    section.numbers ul li div {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 174, 0, 0.9);
    }
    section.numbers ul li p {
        width: 100%;
        font-weight: bold;
        text-align: center;
        color: #730c27;
        font-size: 12px;
        font-family: 'Open Sans', sans-serif;
    }
    section.numbers ul li p:nth-of-type(1) {
        font-size: 40px;
        margin-top: 20px;
        margin-bottom: 20px;
        font-weight: bold;
    }
    section.numbers ul li p:nth-of-type(2) {
        font-size: 17px;
        width: 100%;
    }
    section.events {
        width: 90%;
        max-width: 500px;
        margin: 0 auto;
        font-family: 'Open Sans', sans-serif;
    }
    section.events .wrap {
        margin: 0 auto 80px auto;
        width: 100%;
        overflow: auto;
        max-width: 1000px;
    }
    section.events .wrap h1 {
        text-align: center;
        font-size: 25px;
        width: 100%;
    }
    section.events .wrap .new {
        width: 100%;
        margin: 0 auto;
        box-sizing: border-box;
    }
    section.events .wrap .new .date {
        font-weight: bold;
        margin-top: 0;
        font-size: 15px;
        color: #730c27;
    }
    section.events .wrap .new .image {
        width: 100%;
        height: 200px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        border: 10px solid white;
        box-sizing: border-box;
        -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
    }
    section.events .wrap .new .name {
        font-weight: bold;
        margin-bottom: 0;
    }
    section.events .wrap .new .time {
        margin: 0;
        font-size: 14px;
        color: #730c27;
        font-weight: bold;
    }
    section.events .wrap .new .sh_desc {
        font-size: 14px;
    }
    section.events .wrap .all {
        width: 100%;
        max-width: 600px;
        background-color: #222222;
        padding: 10px;
        box-sizing: border-box;
        position: relative;
    }
    section.events .wrap .all .item {
        width: 100%;
        height: 80px;
        overflow: auto;
        border: 1px solid #d8d8d8;
        padding: 5px;
        box-sizing: border-box;
        margin: 0 0 3px 0;
        background-image: -webkit-linear-gradient(-90deg, rgba(255, 255, 255, 1) 0, rgba(224, 224, 224, 1) 100%);
        background-image: -moz-linear-gradient(180deg, rgba(255, 255, 255, 1) 0, rgba(224, 224, 224, 1) 100%);
        background-image: linear-gradient(180deg, rgba(255, 255, 255, 1) 0, rgba(224, 224, 224, 1) 100%);
        background-position: 50% 50%;
        -webkit-background-origin: padding-box;
        background-origin: padding-box;
        -webkit-background-clip: border-box;
        background-clip: border-box;
        -webkit-background-size: auto auto;
        background-size: auto auto;
    }
    section.events .wrap .all .item .image {
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        float: left;
        width: 20%;
        height: 100%;
        border: 1px solid black;
        box-sizing: border-box;
    }
    section.events .wrap .all .item .info {
        float: left;
        width: 80%;
        height: 100%;
        padding: 0 0 0 2px;
        box-sizing: border-box;
        position: relative;
    }
    section.events .wrap .all .item .info .title {
        margin: 0;
        font-size: 13px;
        font-weight: bold;
        color: #730c27;
    }
    section.events .wrap .all .item .info .date {
        margin: 0;
        font-size: 12px;
    }
    section.events .wrap .all .item .info .name {
        margin: 0;
    }
    section.events .wrap .all .item .info a {
        position: absolute;
        top: 2px;
        right: 2px;
        margin: auto;
        font-weight: bold;
        color: white;
        background-color: #730c27;
        height: 20px;
        width: 50px;
        font-size: 10px;
        line-height: 20px;
        border-radius: 20px;
        text-decoration: none;
        text-align: center;
    }
    section.events .wrap .all a.view_all {
        padding: 15px 20px;
        background-color: #730c27;
        color: white;
        border-radius: 5px;
        width: auto;
        height: 50px;
        margin: 0 auto;
        display: block;
        text-align: center;
        font-size: 14px;
        box-sizing: border-box;
        font-family: 'Open Sans', sans-serif;
        font-weight: bold;
        text-decoration: none;
    }
}
@media screen and (min-width: 501px) and (max-width: 990px) {
    section.slides {
        position: relative;
        height: 350px;
        width: 100%;
        overflow: hidden;
        background-image: url(images/slide_bg.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    section.slides .wrap {
        font-family: 'Open Sans', sans-serif;
        padding-top: 150px;
        height: 100%;
        box-sizing: border-box;
        color: white;
        background-color: rgba(0, 0, 0, 0.3);
    }
    section.slides .wrap h1 {
        margin: 0;
        text-align: center;
        font-weight: lighter;
        font-size: 25px;
        text-transform: uppercase;
        text-shadow: 0 2px 3px rgba(0, 0, 0, 0.7);
    }
    section.slides .wrap h1 span {
        font-size: 60px;
        font-family: 'Open Sans Condensed', sans-serif;
        font-weight: bold;
    }
    section.slides video {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        z-index: -1000;
        overflow: hidden;
    }
    section.feat {
        overflow: auto;
        font-family: 'Open Sans', sans-serif;
        background-color: rgba(0, 0, 0, 0.8);
    }
    section.feat h1 {
        width: 100%;
        max-width: 800px;
        margin: 0 auto;
        color: white;
        padding: 30px 2%;
        box-sizing: border-box;
        font-size: 15px;
        text-align: center;
    }
    section.info {
        width: 100%;
        padding: 5%;
        box-sizing: border-box;
        overflow: auto;
        background-color: darkgray;
    }
    section.info .wrap {
        width: 100%;
        margin: 0 auto;
        height: auto;
        overflow: auto;
        position: relative;
        font-family: 'Open Sans', sans-serif;
    }
    section.info .wrap span {
        height: 80px;
        width: 100%;
        margin: auto;
        display: table;
        padding: 0px;
        box-sizing: border-box;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        -webkit-transition: all ease-out 500ms;
        -moz-transition: all ease-out 500ms;
        -o-transition: all ease-out 500ms;
        transition: all ease-out 500ms;
    }
    section.info .wrap a {
        font-family: 'Open Sans', sans-serif;
        text-decoration: none;
        font-weight: bold;
        box-sizing: border-box;
        position: relative;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        line-height: normal;
        background-color: rgba(0, 0, 0, 0.9);
        color: white;
        -webkit-transition: all ease-out 500ms;
        -moz-transition: all ease-out 500ms;
        -o-transition: all ease-out 500ms;
        transition: all ease-out 500ms;
    }
    section.info .wrap span:hover {
        border: 10px solid rgba(0, 0, 0, 0.9);
    }
    section.info .wrap span:hover a {
        background-color: rgba(51, 0, 0, 0.95);
        color: #ffae00;
    }
    section.info .wrap a:nth-of-type(even) {
        background-color: #730c27;
    }
    section.info .wrap .text {
        clear: both;
        width: 100%;
        height: 0px;
        background-color: black;
    }
    section.info .wrap .text p {
        padding: 30px;
        font-size: 13px;
        text-align: center;
        box-sizing: border-box;
        color: white;
    }
    section.numbers {
        width: 100%;
        display: inline-block;
        background-color: white;
        margin-bottom: 0px;
        padding-top: 30px;
        width: 100%;
    }
    section.numbers h1 {
        font-family: 'Open Sans', sans-serif;
        width: 100%;
        text-align: center;
        margin: 0 auto;
        font-size: 40px;
        color: #730c27;
    }
    section.numbers ul {
        margin: 30px auto;
        height: auto;
        overflow: auto;
        width: 100%;
        display: block;
        padding: 0;
    }
    section.numbers ul li {
        height: 150px;
        width: 70%;
        margin: 0 auto 10px auto;
        list-style-type: none;
        display: block;
        box-sizing: border-box;
        -webkit-transition: all linear .3s;
        -moz-transition: all linear .3s;
        -o-transition: all linear .3s;
        transition: all linear .3s;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        position: relative;
    }
    section.numbers ul li div {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 174, 0, 0.9);
    }
    section.numbers ul li p {
        width: 100%;
        font-weight: bold;
        text-align: center;
        color: #730c27;
        font-size: 12px;
        font-family: 'Open Sans', sans-serif;
    }
    section.numbers ul li p:nth-of-type(1) {
        font-size: 40px;
        margin-top: 20px;
        margin-bottom: 20px;
        font-weight: bold;
    }
    section.numbers ul li p:nth-of-type(2) {
        font-size: 17px;
        width: 100%;
    }
    section.events {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
        font-family: 'Open Sans', sans-serif;
    }
    section.events .wrap {
        margin: 0 auto 80px auto;
        width: 100%;
        overflow: auto;
        max-width: 1000px;
    }
    section.events .wrap h1 {
        text-align: center;
        font-size: 30px;
        width: 100%;
    }
    section.events .wrap .new {
        width: 100%;
        margin: 0 auto;
        box-sizing: border-box;
    }
    section.events .wrap .new .date {
        font-weight: bold;
        margin-top: 0;
        font-size: 20px;
        color: #730c27;
    }
    section.events .wrap .new .image {
        width: 100%;
        height: 200px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        border: 10px solid white;
        box-sizing: border-box;
        -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
    }
    section.events .wrap .new .name {
        font-weight: bold;
        margin-bottom: 0;
    }
    section.events .wrap .new .time {
        margin: 0;
        font-size: 14px;
        color: #730c27;
        font-weight: bold;
    }
    section.events .wrap .new .sh_desc {
        font-size: 14px;
    }
    section.events .wrap .all {
        width: 100%;
        max-width: 600px;
        background-color: #222222;
        padding: 10px;
        box-sizing: border-box;
        position: relative;
    }
    section.events .wrap .all .item {
        width: 100%;
        height: 80px;
        overflow: auto;
        border: 1px solid #d8d8d8;
        padding: 5px;
        box-sizing: border-box;
        margin: 0 0 3px 0;
        background-image: -webkit-linear-gradient(-90deg, rgba(255, 255, 255, 1) 0, rgba(224, 224, 224, 1) 100%);
        background-image: -moz-linear-gradient(180deg, rgba(255, 255, 255, 1) 0, rgba(224, 224, 224, 1) 100%);
        background-image: linear-gradient(180deg, rgba(255, 255, 255, 1) 0, rgba(224, 224, 224, 1) 100%);
        background-position: 50% 50%;
        -webkit-background-origin: padding-box;
        background-origin: padding-box;
        -webkit-background-clip: border-box;
        background-clip: border-box;
        -webkit-background-size: auto auto;
        background-size: auto auto;
    }
    section.events .wrap .all .item .image {
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        float: left;
        width: 15%;
        height: 60px;
        border: 1px solid black;
        box-sizing: border-box;
    }
    section.events .wrap .all .item .info {
        float: left;
        width: 85%;
        height: 100%;
        padding: 5px;
        box-sizing: border-box;
        position: relative;
    }
    section.events .wrap .all .item .info .title {
        margin: 0;
        font-size: 15px;
        font-weight: bold;
        color: #730c27;
    }
    section.events .wrap .all .item .info .date {
        margin: 0;
    }
    section.events .wrap .all .item .info .name {
        margin: 0;
    }
    section.events .wrap .all .item .info a {
        position: absolute;
        top: 5px;
        right: 5px;
        margin: auto;
        font-weight: bold;
        color: white;
        background-color: #730c27;
        height: 20px;
        width: 50px;
        font-size: 10px;
        line-height: 20px;
        border-radius: 5px;
        text-decoration: none;
        text-align: center;
    }
    section.events .wrap .all a.view_all {
        padding: 15px 20px;
        background-color: #730c27;
        color: white;
        border-radius: 5px;
        width: auto;
        height: 50px;
        margin: 0 auto;
        display: block;
        text-align: center;
        font-size: 14px;
        box-sizing: border-box;
        font-family: 'Open Sans', sans-serif;
        font-weight: bold;
        text-decoration: none;
    }
}
@media screen and (min-width: 991px) {
    section.slides {
        position: relative;
        height: 500px;
        width: 100%;
        overflow: hidden;
        background-image: url(images/slide_bg.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    section.slides .wrap {
        font-family: 'Open Sans', sans-serif;
        padding-top: 200px;
        height: 100%;
        box-sizing: border-box;
        color: white;
        background-color: rgba(0, 0, 0, 0.3);
    }
    section.slides .wrap h1 {
        margin: 0;
        text-align: center;
        font-weight: lighter;
        font-size: 40px;
        text-transform: uppercase;
        text-shadow: 0 2px 3px rgba(0, 0, 0, 0.7);
    }
    section.slides .wrap h1 span {
        font-size: 60px;
        font-family: 'Open Sans Condensed', sans-serif;
        font-weight: bold;
    }
    section.slides video {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        z-index: -1000;
        overflow: hidden;
    }
    section.feat {
        overflow: auto;
        font-family: 'Open Sans', sans-serif;
        background-color: rgba(0, 0, 0, 0.8);
    }
    section.feat h1 {
        width: 100%;
        max-width: 800px;
        margin: 0 auto;
        color: white;
        padding: 50px 0;
        font-size: 18px;
        text-align: center;
        font-weight: lighter;
    }
    section.info {
        width: 100%;
        padding: 70px 0;
        box-sizing: border-box;
        overflow: auto;
        background-color: darkgray;
    }
    section.info .wrap {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        position: relative;
    }
    section.info .wrap span {
        float: left;
        height: 200px;
        width: 25%;
        margin: auto;
        display: table;
        padding: 0px;
        box-sizing: border-box;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        -webkit-transition: all ease-out 500ms;
        -moz-transition: all ease-out 500ms;
        -o-transition: all ease-out 500ms;
        transition: all ease-out 500ms;
    }
    section.info .wrap a {
        font-family: 'Open Sans', sans-serif;
        text-decoration: none;
        font-weight: bold;
        box-sizing: border-box;
        position: relative;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        line-height: normal;
        background-color: rgba(0, 0, 0, 0.9);
        color: white;
        -webkit-transition: all ease-out 500ms;
        -moz-transition: all ease-out 500ms;
        -o-transition: all ease-out 500ms;
        transition: all ease-out 500ms;
    }
    section.info .wrap span:hover {
        border: 10px solid rgba(0, 0, 0, 0.9);
    }
    section.info .wrap span:hover a {
        background-color: rgba(51, 0, 0, 0.95);
        color: #ffae00;
    }
    section.info .wrap a:nth-of-type(even) {
        background-color: #730c27;
    }
    section.info .wrap .text {
        width: 100%;
        clear: both;
        background-color: black;
        height: auto;
        color: white;
        font-family: 'Open Sans', sans-serif;
    }
    section.info .wrap .text p {
        margin: 0;
        padding: 60px;
        box-sizing: border-box;
    }
    section.numbers {
        width: 100%;
        display: inline-block;
        background-color: white;
        margin-bottom: 0px;
        padding-top: 50px;
        width: 100%;
    }
    section.numbers h1 {
        font-family: 'Open Sans', sans-serif;
        width: 100%;
        max-width: 1000px;
        text-align: center;
        margin: 0 auto;
        font-size: 60px;
        color: #730c27;
    }
    section.numbers ul {
        margin: 40px auto 80px auto;
        height: 250px;
        overflow: auto;
        width: 100%;
        display: block;
        max-width: 800px;
        padding: 0;
        display: flex;
        justify-content: space-between;
    }
    section.numbers ul li {
        list-style-type: none;
        float: left;
        display: block;
        width: 30%;
        box-sizing: border-box;
        -webkit-transition: all linear .3s;
        -moz-transition: all linear .3s;
        -o-transition: all linear .3s;
        transition: all linear .3s;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        position: relative;
    }
    section.numbers ul li div {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 174, 0, 0.9);
    }
    section.numbers ul li p {
        width: 100%;
        font-weight: bold;
        text-align: center;
        color: #730c27;
        font-family: 'Open Sans', sans-serif;
    }
    section.numbers ul li:hover {
        height: 250px;
        margin-top: -25px;
    }
    section.numbers ul li p:nth-of-type(1) {
        font-size: 60px;
        margin-top: 40px;
        margin-bottom: 20px;
        font-weight: bold;
    }
    section.numbers ul li p:nth-of-type(2) {
        font-size: 17px;
        width: 100%;
    }
    section.events {
        font-family: 'Open Sans', sans-serif;
    }
    section.events .wrap {
        margin: 0 auto 80px auto;
        width: 100%;
        overflow: auto;
        max-width: 800px;
    }
    section.events .wrap h1 {
        text-align: center;
        font-size: 40px;
        width: 100%;
    }
    section.events .wrap .new {
        width: 60%;
        padding-right: 20px;
        float: left;
        box-sizing: border-box;
    }
    section.events .wrap .new .date {
        font-weight: bold;
        margin-top: 0;
        font-size: 20px;
        color: #730c27;
    }
    section.events .wrap .new .image {
        width: 95%;
        height: 210px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        border: 10px solid white;
        margin-left: 5px;
        -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
    }
    section.events .wrap .new .name {
        font-weight: bold;
        margin-bottom: 0;
    }
    section.events .wrap .new .time {
        margin: 0;
        font-size: 14px;
        color: #730c27;
        font-weight: bold;
    }
    section.events .wrap .new .sh_desc {
        font-size: 14px;
    }
    section.events .wrap .all {
        width: 40%;
        float: left;
        background-color: #222222;
        padding: 10px;
        box-sizing: border-box;
        height: 500px;
        overflow: hidden;
        position: relative;
    }
    section.events .wrap .all .inner{
        overflow: auto;
        height: 100%;
        width: 100%;
    }
    section.events .wrap .all .item {
        width: 100%;
        height: 80px;
        border: 1px solid #d8d8d8;
        padding: 5px;
        box-sizing: border-box;
        margin: 0 0 3px 0;
        background-image: -webkit-linear-gradient(-90deg, rgba(255, 255, 255, 1) 0, rgba(224, 224, 224, 1) 100%);
        background-image: -moz-linear-gradient(180deg, rgba(255, 255, 255, 1) 0, rgba(224, 224, 224, 1) 100%);
        background-image: linear-gradient(180deg, rgba(255, 255, 255, 1) 0, rgba(224, 224, 224, 1) 100%);
        background-position: 50% 50%;
        -webkit-background-origin: padding-box;
        background-origin: padding-box;
        -webkit-background-clip: border-box;
        background-clip: border-box;
        -webkit-background-size: auto auto;
        background-size: auto auto;
        cursor: pointer;
    }
    section.events .wrap .all .item:hover{
        background-color: #c1c1c1;
        background-image: none;
    }
    section.events .wrap .all .item .image {
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        float: left;
        width: 60px;
        height: 100%;
        border: 1px solid black;
        box-sizing: border-box;
    }
    section.events .wrap .all .item .info {
        float: left;
        width: auto;
        height: 100%;
        padding: 0 5px;
        box-sizing: border-box;
        position: relative;
    }
    section.events .wrap .all .item .info .title {
        margin: 0;
        font-size: 13px;
        font-weight: bold;
        color: #730c27;
    }
    section.events .wrap .all .item .info .date {
        margin: 0;
        font-size: 13px;
    }
    section.events .wrap .all .item .info .name {
        margin: 0;
    }
    section.events .wrap .all .item .info a {
        position: absolute;
        top: 5px;
        right: 5px;
        margin: auto;
        font-weight: bold;
        color: white;
        background-color: #730c27;
        height: 20px;
        width: 50px;
        font-size: 10px;
        line-height: 20px;
        border-radius: 5px;
        text-decoration: none;
        text-align: center;
    }
    section.events .wrap .all a.view_all {
        padding: 15px 20px;
        background-color: #730c27;
        color: white;
        border-radius: 5px;
        width: auto;
        margin: 0 auto;
        display: block;
        text-align: center;
        bottom: 0;
        position: absolute;
        left: 0;
        right: 0;
        font-size: 14px;
        box-sizing: border-box;
        font-family: 'Open Sans', sans-serif;
        font-weight: bold;
        text-decoration: none;
    }
}
