.ft-awards {
	overflow-x: hidden;
}

.awards-line {
	position: relative;
    font-weight: 700;
    color: #676767;
    -webkit-transition: all .4s cubic-bezier(.2,1,.22,1) !important;
    -moz-transition: all .4s cubic-bezier(.2,1,.22,1) !important;
    -ms-transition: all .4s cubic-bezier(.2,1,.22,1) !important;
    -o-transition: all .4s cubic-bezier(.2,1,.22,1) !important;
    transition: all .4s cubic-bezier(.2,1,.22,1) !important;
    -webkit-transform: translateX(60px);
          	transform: translateX(60px);
    opacity: 0;
}

.awards-line.show {
	-webkit-transform: translateX(0);
          	transform: translateX(0);
    opacity: 1;
} 

/*.awards-line:not(.awards-line-first):hover {
	background-color: rgba(0,0,0,.05);
}*/

.awards-line-bottom {
	border-bottom: 1px solid #DDE4EC;
}

.award-logo {
	width: auto;
	max-height: 20px;
}

.award-title {
	color: #111111;
}

.awards-line-top .awards-line-bottom {
	border-bottom: 1px solid #111111;
}

.royalstudio-awards-dark-bg .awards-line {
	color: #7f7f7f;
}

.royalstudio-awards-dark-bg .awards-line-bottom {
	border-bottom: 1px solid hsla(0,0%,100%,.2);
}

.royalstudio-awards-dark-bg .awards-line-top .awards-line-bottom {
	border-bottom: 1px solid #fff;
}

.royalstudio-awards-dark-bg .award-title {
	color: #ffffff;
}

/*.royalstudio-awards-dark-bg .awards-line:not(.awards-line-first):hover {
	background-color: rgba(255,255,255,.05);
}*/

@media (max-width: 425px) {
    .ft-awards .awards-line .text-right {
        text-align: left !important;
    }
}