/*New Position Menu css styles*/
.newPosMenu {
    padding: 0;
    background:#4287ff;
    width: 100%
    
}

.newPosMenu img {
    max-height: 70px;
    width: 100%;
}

.newPosMenu img:hover {
    -webkit-transform: scale(1.15) rotate(0.00deg); /*Tiny hover css effect */
}

/* newPosMenu */
.newPosMenu > li.active > a, .newPosMenu > li.active > a:hover, .newPosMenu > li.active > a:focus {
    color: #000;
    background-color: transparent!important;
}
.newPosMenu > li > a {
    border-radius: 0px;
    position: relative;
    display: block;
    padding: 15px 10px;
    float: left;
}
.newPosMenu > li > ul > li> a {
    padding: 25px 2px;
}
/* Responsive Youtube video embed*/
.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%;
}

.article-title  {
  font-family: Roboto Slab;
}
.rowCustom {
  width: 100%;
    text-align: center;
}
.blockCustom {
    display: inline-block;
    zoom:1;
}

@media screen and (max-width: 768px) {
  .t3-content {
  padding-top: 55px; /* was 115px */
/*  padding-bottom: 20px;
*/
  }
}
