.logo-detail {
    max-height: 110px !important;
    max-width: 110px !important;
    float: left;
}

.install-color {
	background-color: #3AD86C !important;
	color: #FFFFFF !important;
	font-weight: bold !important;
}
.install-color:hover {
	opacity: 0.7 !important;
}

.price {
 	color: #000000;
 	font-size: 42px;
}

.tag-release {
 	background-color: #FF9900 !important;
}

.tag-paid-out {
 	background-color: #AEAEAE !important;
}

.tag-free {
 	background-color: #2881AC !important;
}

.tag-filter {
	background-color: #254FA2 !important;
}

.appstore-btn {
    color: #ffffff !important;
    background-color: #09ce47 !important;
    border-color: #00bb3b !important;
    text-decoration: none !important;
}

.appstore-btn:hover,
.appstore-btn:focus,
.appstore-btn:active {
    moz-transition: all 0.2s !important;
    -o-transition: all 0.2s !important;
    -webkit-transition: all 0.2s !important;
    transition: all 0.2s !important;
    color: #ffffff !important;
    background-color: #3ad86c !important;
    border-color: #09ce47 !important;
}

.appstore-tag-orange {
    background-color: #ff9900;
}

.app-img {
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
}

.list-app-img-box {
    height: 100px;
}

.list-app-img {
    max-width: 150px !important;
    max-height: 100px !important;
}

.box-small-description {
    line-height: 16px;
    position: relative;
    height: 80px;
}

.ellipsis {
    background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 40%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 40%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 40%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
    position: absolute;
    bottom: 0;
    right: 0;
    padding-left: 8px;
}

.fill-ellipsis {
    background: #fff;
    height: 100%;
    position: absolute;
    width: 100%;
}

.appstore-box-app {
    height : auto;
    min-height : 420px;
}

.appstore-box-app:hover {
    background-color: #f7f7f7;
}

.appstore-box-app:hover .fill-ellipsis {
    background-color: #f7f7f7;
}

.appstore-box-app:hover .ellipsis {
    background: -moz-linear-gradient(left,  rgba(247,247,247,0) 0%, rgba(247,247,247,1) 40%, rgba(247,247,247,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(247,247,247,0) 0%,rgba(247,247,247,1) 40%,rgba(247,247,247,1) 100%);
    background: linear-gradient(to right,  rgba(247,247,247,0) 0%,rgba(247,247,247,1) 40%,rgba(247,247,247,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f7f7f7', endColorstr='#f7f7f7',GradientType=1 );
}

.width-0 {
    width: 0px;
}

.appstore-box-list-apps {
    margin-left: -10px;
}

.appstore-title {
    font-family: 'Open sans';
    font-weight: 500;
    margin-left: 120px;
    line-height: 55px;
}

.appstore-title-app {
    height: 33px;
    overflow: hidden;
}

.max-width {
    max-width: 1200px;
}

.breakLongWord {
	word-wrap: break-word;
}