@font-face {
 font-family: BEBASKAIFont;
 src: url("fonts/BEBASKAI.eot") /* EOT file for IE */
}
@font-face {
 font-family: BEBASKAIFont;
 src: url("fonts/BEBASKAI.TTF") /* TTF file for CSS3 browsers */
} 

.recentNews {
    background-color: transparent;
}
.recentNews .news-title {
    text-align:center;
    padding-top:10px;
    padding-bottom:30px;
    font-family: BEBASKAIFont;
    font-size:35px;
    font-weight:bold;
    color: #fff;
}
.recentNews .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}

.recentNews .ct-blog {
    margin-bottom: 30px;
}
.ct-blog .inner {
    background-color: #FFF;
    padding: 10px;
    transition: all 0.2s ease-in-out 0s;
    cursor: pointer;
    height: 100%;
}
.ct-blog .inner:hover {
    background-color: #e6e6e6;
}
.ct-blog .fauxcrop {
    height: 350px;
    overflow: hidden;
}
.ct-blog .fauxcrop img {
    width: 100%;
}
.ct-blog-content {
    display: table;
    padding: 10px 0 10px;
}
.ct-blog-content .ct-blog-date {
    border-right: 1px solid #95A5A6;
    display: table-cell;
    font-family: "Lato", sans-serif;
    padding: 0px 18px 0px 15px;
    text-align: center;
}
.ct-blog-content .ct-blog-date span {
    font-size: 16px;
    color: rgb(20, 117, 175);  
    font-weight: 700;
    display: block;
    line-height: 1;
}
.ct-blog-content .ct-blog-date strong {
    font-size: 25px;
    color: rgb(20, 117, 175);  
}
.ct-blog-content .ct-blog-header {
    color: #000;
    display: table-cell;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.2px;
    line-height: 1.1;
    padding: 0 20px;
    vertical-align: top;
    padding-top: 20px;
    padding-bottom: 20px;
}
.btn-news {
    color: #333;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 30px;
    text-align: center;
}
.btn-news.btn-contests a {
    color: #fff;
    font-family: BEBASKAIFont;
    font-size: 24px;
    transition: all 0.2s ease-in-out 0s;
}
.btn-news.btn-contests a:hover {
    color: #A9A9A9;
}

.zoom {
  transition: transform .2s; /* Animation */
}

.zoom:hover {
  transform: scale(1.04); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}


.zoom {
  transition: transform .2s; /* Animation */
}

.zoom:hover {
  transform: scale(1.04); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
    
.video-wrapper {
	width: 600px;
	max-width: 100%;
}   

.inner{
    -webkit-box-shadow: 7px 6px 12px -1px rgba(173,159,173,1);
-moz-box-shadow: 7px 6px 12px -1px rgba(173,159,173,1);
box-shadow: 7px 6px 12px -1px rgba(173,159,173,1);
}


@media screen and (max-width: 600px) {
.ct-blog .fauxcrop {
    height: 250px;
    overflow: hidden;
}
.inner{
    -webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
}

}
