.footer-contri-container {
	height:70px;
	padding-top: 11px;
}
.footer-contri-left {
    float: left;
    width: 66px;
    height: 70px;
    background-color: #ffd44d;
    background-image: url(//static-cdn.123rf.com/assets/images/icons/contributor.png);
    background-size: 35px 31px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px 0 0 5px;
}
.footer-contri-right {
    float: left;
    background: #f2f2f2;
    height: 70px;
    width: 180px;
    border-radius: 0 5px 5px 0;
}
.footer-contri-title {
	/*font-size: 16px;*/
	font-weight:600;
	padding-left: 10px;
	padding-top: 22px;
}
.footer-contri-title.padding-special {
	padding-top: 16px !important;
}
.footer-contri-subtitle {
	font-size: 12px;
	padding-left: 10px;
}

/* overwrite 123rf_v011.css */
.footer_cols .footer_cols_title {
    color: #333333 !important;
}
.footer_cols a:link, .footer_cols a:visited {
	color: #4a4a4a !important;
}
.footer_cols a:hover, .footer_cols a:active {
	color: #999999 !important;
}
/* overwrite 123rf_v011.css end */
a.footer-contri-link:hover, a.footer-contri-link:active {
	color: #4a4a4a !important;
}
.font-jp {
	font-size: 11px !important;
    line-height: 12px !important;
}
.font-itru {
	font-size: 11px !important;
}
.font-kr {
	font-size: 9px !important;
}
.font-general {
	font-size: 16px !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) { /*MD*/
.footer.center-container {
		width: 100% !important;
	}
}
@media only screen and (max-width: 567px) {
	.display-center {
	    display: block;
	    margin: 0 auto;
	    width: 290px !important;
	    clear: both;
	    text-align: center !important;
	    float: none !important;
	    padding-bottom: 20px;
	    /*height: 65px;
	    padding: 23px 0 0 !important;*/
	}
	.ratingText {
	    font-size: 11px !important;
	}
	.ratingRate {
		font-size: 11px !important;
	}
}
@media only screen and (min-width: 568px) and (max-width: 767px) { /*MD*/
	.ratingText {
	    font-size: 11px !important;
	}
	.ratingRate {
		font-size: 11px !important;
	}
}