.t-article-list-7 section > ul li a { /* press kit update 20170126 */
    /*padding: 10px 29px 0px 10px;*/
  	padding: 10px 0px 0px 0px;
    height: 56px;
  	background: #f5f5f5/* url(/wp-content/themes/globalmediagrp/img/sprite-4.png) no-repeat 100% -590px*/;
  	text-align: center;
}

.t-article-list-7 section > ul li a:hover {
  	background: #e9e9e9/* url(/wp-content/themes/globalmediagrp/img/sprite-4.png) no-repeat 100% -695px*/;
}


section.t-article-1 li {
    list-style-type: disc;
    margin-left: 20px;
}

/* Slider - logo bar */
.t-hp-slider-1 .flex-control-thumbs li {
    opacity: 0.3;
  	transition: all 0.3s ease-in-out;
}
.t-hp-slider-1 .flex-control-thumbs li i {
    height: 3px;
}

.t-hp-slider-1 .flex-control-thumbs li:hover i,
.t-hp-slider-1 .flex-control-thumbs li:hover {
    opacity: 1;
  	transition: all 0.3s ease-in-out;
}

