html {
    font-family: 'Open Sans', sans-serif;
    overflow: -moz-scrollbars-vertical;
    overflow: scroll;
}

body {
    background-color: #eeeeee;
    min-width: 1010px;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    font-size: 14px;
	line-height: 21px;
	letter-spacing: -0.04em;
	color: #444444;
}

img {
	max-width: 100%;
}

a {
    color: #298cda;
    text-decoration: none;
}

a, a:hover, a:active, a:focus {
	outline: 0;
}

a:hover {
    color: #439bde;
}

h1, h2, h3, h4, h5, h6 {
    color: #262626;
    letter-spacing: -0.04em;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #262626;
}


h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    color: #439bde;
}

h1 {
    font-size: 28px;
    line-height: 34px;
    font-weight: 400;
    margin-bottom: 15px;
}

h2 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 15px;
}

h3 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 10px;
}

h4 {
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    margin-bottom: 8px;
}

h5 {
    font-size: 12px;
    line-height: 15px;
    font-weight: 600;
    margin-bottom: 5px;
}

h6 {
    font-size: 10px;
    line-height: 13px;
    font-weight: 600;
    margin-bottom: 5px;
}

p {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -0.04em;
    color: #444444;
    margin-bottom: 10px;
}

blockquote {
    padding-left: 20px;
    border-left: solid 2px #dddddd;
    margin: 40px;
}

blockquote p {
    font-size: 15px;
    font-weight: 300;
}

p cite {
    font-style: italic;
    font-size: inherit;
    font-weight: inherit;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

ul,ol {
    margin: 20px 0px 20px 20px;
}

li {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -0.04em;
    color: #444444;
    margin-bottom: 10px;
}

ul li {
    list-style: disc;
}

ol li {
    list-style: decimal;
}

dl {
    margin: 10px 0px 10px 20px;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.04em;
}

dl dt {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: bold;
    color: #262626;
}

dl dd {
    margin-left: 20px;
    font-size: 14px;
    margin-bottom: 10px;
}

table {
    color: #444444;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.04em;
    width: 100%;
}

table td, table th {
    border-bottom: 1px solid #e5e5e5;
    padding: 5px;
    font-size: 14px;
    text-align: left;
}

table th {
    font-weight: 600;
    color: #262626;
}

input:focus {
    outline: none;
}

input {
	font-size: 14px;
	height: 20px;
	line-height: 20px;
	border: 1px solid #dadada;
	box-shadow: none;
	border-radius: 4px;
	padding: 5px;
}

form input:focus {
	border: 1px solid #bbbbbb;
}

form input[type="submit"]:focus {
	border: none;
}

input[type="submit"], button {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	background: #cccccc;
	border: none;
	border-bottom: 2px solid #aaaaaa;
	border-radius: 3px;
	text-align: center;
	color: #ffffff;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

input[type="submit"]:hover, button:hover {
	background: #bbbbbb;
}

input::-moz-focus-inner { 
	border: 0; 
	outline: 0;
}

select:-moz-focusring {
	color: transparent;
  	text-shadow: 0 0 0 #000;
}

form label {
	width: 150px;
	float: left;
}

form input[type="submit"] {
	margin-left: 150px;
}

.main {
    width: 730px;
    background-color: #ffffff;
    height: 100%;
    min-height: 1300px;
    padding: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: left;
}

.container {
    width: 1010px;
    margin: 0 auto;
}

.clearfix {
    clear: both;
}

.pagination ul {
	margin: 15px 0px;
	padding: 0;
}

.pagination ul li {
	list-style: none;
	display: inline;
	float: left;
}

.pagination ul li span {
	font-size: 15px;
	background: #499ee1;
	color: #ffffff;
	margin-right: 5px;
	padding: 5px;
	font-weight: 600;
	border-radius: 3px;
	border-bottom: 2px solid #298cda;
	min-width: 15px;
	float: left;
	text-align: center;
}

.pagination ul li.disabled span {
	background: #dddddd;
	border-bottom: 2px solid #bbbbbb;
}

.pagination ul li a {
	font-size: 15px;
	background: #cccccc;
	color: #ffffff;
	margin-right: 5px;
	padding: 5px;
	font-weight: 600;
	border-radius: 3px;
	border-bottom: 2px solid #aaaaaa;
	min-width: 15px;
	float: left;
	text-align: center;
}

.pagination ul li a:hover {
	background: #bbbbbb;
}

/* ----- HEADER ----- */

header {
    height: 70px;
    background-color: #353535;
}

.logo {
    float: left;
    height: 70px;
}

.logo h1 {
    font-size: 24px;
    font-weight: normal;
    color: #262626;
    letter-spacing: 0;
    float: left;
    margin-bottom: 0px;
}

.logo h1 a {
    float: left;
    width: 178px;
    height: 70px;
    background: url('../img/logo.png') 10px 8px no-repeat;
    text-indent: -99999px;
    padding-left: 10px;
}

.nav {
	float: right;
	height: 70px;
}

.nav ul {
	margin: 0;
	padding: 0;
}

.nav ul li {
	line-style: none;
	display: inline;
	position: relative;
	height: 70px;
	float: right;
	margin-bottom: 0px;
}

.nav ul li a {
	height: 70px;
	line-height: 70px;
	padding: 0 15px;
	float: right;
	color: #eaeaea;
	font-size: 15px;
	font-weight: 400;
	-webkit-transition: color 500ms;
    -moz-transition: color 500ms;
    -o-transition: color 500ms;
    transition: color 500ms;
    position: relative;
}

.nav ul li a:hover {
	color: #439bde;
	-webkit-transition: color 500ms;
    -moz-transition: color 500ms;
    -o-transition: color 500ms;
    transition: color 500ms;
}

.nav ul li:hover .sub-nav {
	display: block;
}

.nav ul.sub-nav {
	display: none;
	position: absolute;
	z-index: 99;
	left: 0;
	top: 68px;
	background: #353535;
	width: 180px;
	border-radius: 0px 0px 5px 5px;
	padding: 2px 0px 10px 0px;
}

.nav ul.sub-nav li {
	display: block;
	width: 180px;
	text-align: left;
	float: left;
	height: 25px;
	line-height: 25px;
	font-size: 13px;
}

.nav ul.sub-nav li a {
	display: block;
	width: 150px;
	text-align: left;
	float: left;
	height: 25px;
	line-height: 25px;
	font-size: 13px;
}

.nav ul.sub-nav li a:hover {
	background: #464646;
	color: #eaeaea;
}

.search {
    float: right;
    height: 70px;
    cursor: pointer;
    padding: 0 20px;
}

.search form {
    margin-top: 20px;
    position: relative;
}

.search form input {
    width: 28px;
    height: 28px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: solid 2px #ffffff;
    background-color: #353535;
    color: #eeeeee;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
    font-size: 13px;
    line-height: 20px;
    padding: 0px 12px;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: 100;
	letter-spacing: 0.02em;
}

.search:hover input {
    background-color: #474747;
    cursor: pointer;
}

.search form input:focus {
    width: 200px;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
    background-color: #474747;
    cursor: text;
}

.search form .search-handle {
    position: absolute;
    top: 21px;
    right: -2px;
    width: 6px;
    height: 13px;
    background-color: #ffffff;
    -webkit-border-radius: 3px 3px 0px 0px;
    -moz-border-radius: 3px 3px 0px 0px;
    border-radius: 3px 3px 0px 0px;
    transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}


/* SIDEBAR */

.sidebar {
	width: 260px;
	float: right;
	min-height: 500px;
	padding: 10px 10px 10px 0px;
}

.sidebar-panel {
	margin-bottom: 10px;
	float: left;
	width: 100%;
}

.sidebar .bsa {
	min-height: 125px;
}

.sidebar .bsa a {
	margin: 0 0 10px 0;
}

.sidebar .bsa a.odd {
    margin: 0 10px 10px 0;
}

.sidebar .bsa-bottom {
	margin-bottom: 5px;
}

body x-bsa-site-cart span._bsacart-tab {
	background: #353535;
}

body x-bsa-site-cart span._bsacart-tab:hover {
	background: #404040;
}

body x-bsa-site-cart #_bsacart-tabclose {
	background: #b3b3b3;
}

body x-bsa-site-cart #_bsacart-tabclose:hover {
	background: #9b9b9b;
}

.sidebar h3, .sidebar h3 a {
	font-weight: 400;
	font-size: 16px;
	color: #555555;
	margin: 5px 0px;
}

.sidebar h3 a:hover {
	color: #298cda;
}

.sidebar h3 a span.icon-trophy {
	font-size: 15px;
	padding-right: 2px;
}

.sidebar ul.sidebar-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar ul.sidebar-list li {
	margin: 0;
	list-style: none;
	float: left;
}

.sidebar ul.sidebar-list li a {
	border-bottom: 1px solid #e3e3e3;
	padding: 15px 0;
	float: left;
}

.sidebar ul.sidebar-list li:last-child a {
	border-bottom: none;
}

.sidebar ul.sidebar-list li a:hover span.sidebar-list-title,
.sidebar ul.sidebar-list li a:hover span.sidebar-list-preview {
	color: #439bde;
}

.sidebar ul.sidebar-list li a:hover span.sidebar-list-image {
	opacity: 1;
}


.sidebar-list li span.sidebar-list-title {
	width: 200px;
	float: left;
	font-weight: bold;
	line-height: 20px;
	color: #444444;
	height: 20px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.sidebar-list li span.sidebar-list-preview {
	width: 200px;
	float: left;
	height: 40px;
	overflow: hidden;
	line-height: 20px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #444444;
}

.sidebar-list li span.sidebar-list-image {
	width: 50px;
	height: 50px;
	float: right;
	padding-top: 10px;
	padding-left: 10px;
	opacity: 0.9;
}

.sidebar-list li span.sidebar-list-image img {
	width: 50px;
	height: 50px;
}

/* ----- CONTENT ----- */

.applist-options {
	float: right;
	margin-top: 7px;
}

.applist-options form select {
	font-family: 'Open Sans', sans-serif;
	height: 32px;
	line-height: 14px;
	font-size: 12px;
	margin-left: 10px;
	background: #ffffff url('/img/dropdownbox.png') no-repeat 100% 50%;
	border: 2px solid #e5e5e5;
	-webkit-appearance: none;
	-moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
	padding: 5px 30px 5px 10px;
	font-weight: bold;
	color: #444444;
	-webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    outline: none;
    float: left;
    border-radius: 5px;
}

.applist-options .option-icon {
	font-size: 20px;
	height: 32px;
	width: 20px;
	line-height: 30px;
	float: left;
	color: #9c9c9c;
	margin-left: 15px;
}

.applist-option-header {
	float: left;
}

.applist-header {
	float: left;
	font-size: 24px;
}

.applist-header-charts {
	float: left;
	font-size: 26px;
}

.applist-header small {
	font-size: 16px;
	color: #444444;
	font-weight: 600;
	margin-left: 5px;
}


/* ----- NEWS ----- */

p.section-lead {
	font-weight: 400;
	font-size: 16px;
	color: #666666;
}

p.section-lead a {
	color: #666666;
}

p.section-lead a:hover {
	color: #439bde;
}

p.section-lead a span.section-dropdown {
	width: 13px;
	height: 6px;
	background: url('../img/dropdown.png') no-repeat;
	display: inline-block;
	position: relative;
	top: -2px;
}

p.section-lead.popular-apps-lead {
	margin-bottom: 6px;
}

#news, #featured-app {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 20px;
	padding-top: 2px;
	margin-bottom: 24px;
	position: relative;
}

#news h2, #featured-app h2 {
	margin-top: 3px;
	margin-bottom: 10px;
	display: inline-block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 100%;
}

#news h2 small, #featured-app h2 small {
	font-size: inherit;
	color: #999;
}

#news p, #featured-app p {
	margin-bottom: 0px;
}

#news #news-content, #featured-app #featured-app-content {
	float: left;
	width: 510px;
}

#featured-app #featured-app-content .featured-content {
	width: 100%;	
}

#featured-app-content .featured-content .featured-price {
	width : 75px;
	padding-right: 15px;
	float: left;
}

#featured-app-content .featured-content.featured-content-change .featured-price {
	width: 150px;
}


#featured-app-content .featured-content p {
	width: 420px;
	float: left;
	margin-top: -5px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	max-height: 86px;
}

#featured-app-content .featured-content.featured-content-change p {
	width: 345px;
}

#news #news-image, #featured-app #featured-app-image {
	float: right;
	width: 165px;
}

#featured-app .featured-app-tags {
	margin-bottom: 19px;
}

.post-meta {
	margin-bottom: 12px;
}

.meta-time {
	font-size: 14px;
	font-weight: 400;
	color: #777;
	display: inline;
	height: 17px;
	line-height: 17px;
	letter-spacing: -0.02em;
	margin-right: 8px;
	font-style: italic;
}

.meta-category, .post-meta .app-update{
	display: inline;
}

.app-update {
	margin-left: 2px;
}

.meta-category a {
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	background: #3498db;
	padding: 0px 4px;
	border-radius: 3px;
	height: 17px;
	line-height: 17px;
	letter-spacing: -0.04em;
}

.meta-category .app-update {
	margin-left: 4px;
	display: inline-block;
}

#news #more-news {
	margin-top: 15px;
}

#news #more-news h3 {
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 8px;
}

#news #more-news ul {
	margin: 0px 0px 10px 0px;
}

#news #more-news ul li {
	color: #1e6dab;
	list-style: none;
	margin-bottom: 4px;
}

#news #more-news ul li:before {
	content: '- ';
	padding-right: 2px;
}

#news .more-news {
	position: absolute;
	bottom: 10px;
	right: 0;
}

#news .more-news a {
	font-size: 14px;
}

/* ----- APP ----- */

.app-item {
	border-bottom: 1px solid #e5e5e5;
	padding: 15px 0px 10px 0px;
	letter-spacing: -0.04em;
}

.app-item .app-icon img {
	width: 75px;
	height: 75px;
}

.app-item .app-icon:hover + .app-content .app-header h2 a {
	color: #439bde;
}

.app-item .app-icon {
	width: 75px;
	float: left;
	margin-right: 15px;
}

.app-item .app-content {
	width: 525px;
	float: left;
	padding-right: 10px;
}

.app-item .app-content.app-content-change {
	width: 450px;
}

.app-item .app-content.app-content-change h2 {
	max-width: 280px;
}

.app-item .app-header {
	height: 25px;
	overflow: hidden;
}

.app-item .app-content h2 {
	font-size: 16px;
	line-height: 16px;
	height: 25px;
	margin: 0px 10px 0px 0px;
	display: inline-block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 370px;
	padding-right: 1px;
	font-weight: 600;
}

.app-update {
	display: inline-block;
	vertical-align: top;
	margin-top: -2px;
}

.app-update a {
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	background: #f39c12;
	padding: 0px 4px;
	border-radius: 3px;
	letter-spacing: -0.04em;
}

.app-category {
	display: inline-block;
	vertical-align: top;
	margin-top: -2px;
	margin-left: 5px;
}

.app-category a {
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	background: #3498db;
	padding: 0px 4px;
	border-radius: 3px;
	letter-spacing: -0.04em;
}

.app-update.new-app a {
	background: #3498db;
}

.app-update.price-drop a {
	background: #27ae60;
}

.app-update.price-rise a {
	background: #c0392b;
}

.app-update-date {
	display: inline;
	font-size: 10px;
	font-weight: bold;
	vertical-align: top;
	color: #888;
	margin-left: 5px;
	background: #fff;
	padding: 0px 4px;
	border: 1px solid #e5e5e5; 
	border-radius: 3px;
	text-transform: uppercase;
}

.app-content .app-desc {
	height: 42px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.app-price {
	width: 75px;
	height: 75px;
	float: left;
	text-align: center;
	
}

.app-price a {
	float: left;
	width: 75px;
	height: 73px;
	background: #dedede;
	border-radius: 5px;
	box-shadow: 0px 2px 0px #b2b2b2;
	color: #424242;
	font-weight: 600;
}

.app-price a:hover {
	background: #cccccc;
	box-shadow: 0px 2px 0px #aaaaaa;
}

.app-price .price-label {
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	position: relative;
	bottom: 7px;
}

.app-price .app-price-border {
	width: 75px;
	height: 75px;
	float: left;
	width: 55px;
	height: 40px;
	line-height: 40px;
	background: #ffffff;
	border-radius: 3px;
	margin: 10px;
}

.app-price .main-unit {
	font-size: 22px;
}

.app-price .sub-unit {
	font-size: 12px;
	position: relative;
	top: -7px;
}

.main-unit.free-size {
	font-size: 20px;
}

.main-unit.medium-size {
	font-size: 20px;
}

.sub-unit.medium-size {
	top: -6px;
}

.main-unit.small-size {
	font-size: 17px;
}

.sub-unit.small-size {
	font-size: 10px;
	top: -6px;
}

.app-price-change {
	color: #424242;
	padding-top: 10px;
	height: 56px;
	position: relative;
	font-weight: 600;
	line-height: 40px;
}

.app-price-change .price-strike {
	position: absolute;
	top: 31px;
	left: 11px;
	width: 55px;
	height: 1px;
	background: #424242;
	-webkit-transform: rotate(160deg);
	transform: rotate(160deg);
}

.app-price-change .was-label {
	font-size: 13px;
	font-weight: bold;
	color: #c3c3c3;
	/*margin-top: -12px;*/
	position: absolute;
	top: 42px;
	right: 21px;
}

/* ----- APP ----- */

.app {
	padding-top: 5px;
}

.app strong {
	font-weight: 600;
}

.app .overview-container {
	border-bottom: 1px solid #e5e5e5;
	float: left;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.app .app-icon {
	float: left;
	width: 150px;
	height: 150px;
	margin-right: 15px;
}

.app .app-icon img {
	width: 150px;
	height: 150px;
}

.app .app-title {
	float: left;
	width: 535px;
}

.app .app-title h2 {
	margin-bottom: 3px;
	font-size: 24px;
	line-height: 24px;
	color: #262626;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	height: 28px;
}

.app .app-overview {
	width: 385px;
	float: left;
	height: 120px;
}

.app .app-overview .post-meta {
	margin-bottom: 5px;
}

.app .app-overview p {
	margin-bottom: 3px;
	height: 21px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.app .app-overview p strong {
	padding-right: 5px;
}

.app .app-right-container {
	float: left;
	width: 150px;
	height: 120px;
	position: relative;
}

.app .app-right-container .app-price {
	position: absolute;
	bottom: 5px;
	right: 0;
}

.app .app-right-container .app-price.app-price-change {
	left: 0;
	top: 40px;
}

.app .app-right-container .review-summary {
	height: 36px;
	width: 74px;
	overflow: hidden;
	white-space: nowrap;
	position: absolute;
	right: 0px;
	top: 0px;
}

.app .app-right-container .review-summary .review-summary-bars {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 1;
	height: 36px;
	width: 74px;
}

.app .app-right-container .review-summary .review-summary-rating {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	height: 36px;
	width: 74px;
	transition: opacity 0.4s;
	background: #ffffff url('/img/star.png') no-repeat 8px 5px;
	position: absolute;
	top: 0;
	left: 0;
}

.app .app-right-container .review-summary .review-summary-rating p {
	text-align: center;
	width: 54px;
	margin-left: 20px;
	font-size: 22px;
	font-weight: 600;
	line-height: 30px;
	margin-bottom: 0;
	display: inline-block;
}

.app .app-right-container .review-summary:hover .review-summary-rating {
	opacity: 1;
	transition: opacity 0.4s;
}


.app .review-summary .review-bar {
	height: 4px;
	float: right;
	display: block;
	margin-bottom: 3px;
	clear: both;
}

.app .review-5 {
	background-color: #27ae60;
}

.app .review-4 {
	background-color: #3498db;
}

.app .review-3 {
	background-color: #f1c40f;
}

.app .review-2 {
	background-color: #e67e22;
}

.app .review-1 {
	background-color: #c0392b;
}

.app #app-description, .app #app-notes, .app .more-reviews {
	height: auto;
	overflow: hidden;
}

.app #app-description-divider, .app #app-notes-divider, .app #review-divider {
	border-bottom: 1px solid #e5e5e5;
	margin: 20px 0px;
	text-align: center;
	position: relative;
}

.app #app-description-divider .divider-text, .app #app-notes-divider .divider-text, .app #review-divider .divider-text {
	padding: 2px 5px;
	border-radius: 5px;
	font-size: 11px;
	font-weight: bold;
	color: #c3c3c3;
	border: 1px solid #e5e5e5;
	width: 100px;
	position: absolute;
	top: -8px;
	left: 295px;
	left: calc(50% - 55px);
	background-color: #ffffff;
	line-height: 12px;
}

.app #app-description-divider .divider-text:hover, .app #app-notes-divider .divider-text:hover, .app #review-divider .divider-text:hover {
	color: #aaaaaa;
	cursor: pointer;
}

.app .screenshots {
	padding-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 20px;
}

.app .screenshot-images {
	position: relative;
	overflow: hidden;
	max-height: 442px;
}

.app .screenshot-container {
	white-space: nowrap;
	margin-left: 0px;
	transition: all 0.4s;
}

.app .screenshot-images a {
	display: inline;
	transition: all 0.2s;
	margin-right: -4px;
}

.app .screenshot-images img {
	width: 701px;
	max-width: 701px;
}

.app .screenshot-images .visibleScreenshot {
	display: inline;
	transition: all 0.2s;
}

.app .screenshot-controls {
	text-align: center;
	color: #aaaaaa;
	font-size: 18px;
	line-height: 30px;
	height: 30px;
	margin-bottom: 5px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.app .screenshot-controls .control {
	display: inline;
	padding: 3px;
	cursor: pointer;
	font-size: 22px;
}

.app .screenshot-controls .control:hover {
	color: #298cda;
}

.app .screenshot-controls #control-left {
	padding-right: 5px;
}

.app .screenshot-controls #control-right {
	padding-left: 5px;
}

.app .screenshot-controls .screenshot-selector {
	height: 10px;
	width: 10px;
	border: 1px solid #aaaaaa;
	display: inline-block;
	border-radius: 5px;
	position: relative;
	top: -5px;
	transition: border 0.3s;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.app .screenshot-controls .screenshot-selector.selected {
	border: 5px solid #aaaaaa;
	height: 10px;
	width: 10px;
	transition: border 0.3s, background 0s linear 0.3s;
	background: #aaaaaa;
}

.app h3 {
	font-size: 14px;
	color: #444444;
	font-weight: 600;
}

.app .review {
	margin-bottom: 15px;
}

.app .review-highlight {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 25px;
	margin-bottom: 15px;
}


.app .review-high, .app .review-low {
	width: 340px;
	display: inline-block;
	vertical-align: top;
}

.app .review-high.single-review, .app .review-low.single-review {
	width: 100%;
	padding-right: 0px;
	border-right: none;
	padding-left: 0px;
}

.app .review-low.single-review .review-score {
	float: left;
	text-align: left;
}

.app .review-low.single-review .review-version, .app .review-low.single-review .review-author {
	text-align: right;
}

.app .review-high {
	padding-right: 15px;
	border-right: 1px solid #e5e5e5;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.app .review-low {
	padding-left: 15px;
}

.app .review-score {
	font-size: 26px;
	font-weight: 600;
	color: #444444;
	width: 116px;
	padding-bottom: 5px;
	border-bottom: 4px solid #27AE60;
	margin-bottom: 20px;
	float: left;
}

.app .review-version {
	font-size: 13px;
	font-weight: 500;
	color: #444444;
	margin-top: 6px;
	width: 100%;
	text-align: right;
}

.app .review-version-label {
	color: #777777;
}

.app .review-author {
	font-size: 13px;
	font-weight: 500;
	color: #444444;
	margin-top: 5px;
	width: 100%;
	text-align: right;
}

.app .review-author-label {
	color: #777777;
}

.app .review-helpful {
	font-size: 13px;
	font-style: italic;
	color: #444444;
	float: left;
}

.app .review-read-more {
	float: right;
	font-size: 13px;
	color: #298cda;
	cursor: pointer;
}

.app .review-content {
	clear: both;
	margin-bottom: 15px;
	overflow : hidden;
}

.app .review-content p {
	margin-bottom: 0px;
}

.app .readmore-js-toggle{
	float: right;
	width: 80px;
	font-size: 13px;
	text-align: right;
}

.app .review-low .review-author {
	text-align: left;
}

.app .review-low .review-version {
	text-align: left;
}

.app .review-low .review-score {
	float: right;
	text-align: right;
}

.app .review-score.full-review-5 {
	border-bottom: 4px solid #27ae60;
}

.app .review-score.full-review-4 {
	border-bottom: 4px solid #3498db;
}

.app .review-score.full-review-3 {
	border-bottom: 4px solid #f1c40f;
}

.app .review-score.full-review-2 {
	border-bottom: 4px solid #e67e22;
}

.app .review-score.full-review-1 {
	border-bottom: 4px solid #c0392b;
}

.app .more-reviews .single-review {
	padding-bottom: 20px;
	margin-bottom: 15px;
	border-bottom: 1px solid #e5e5e5;
}

.app .more-reviews .single-review:last-of-type {
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: none;
}

.app .readmore-js-toggle.read-more-reviews{
	float: right;
	width: 200px;
	font-size: 13px;
	text-align: right;
}

.app .more-reviews {
	position: relative;
	overflow: hidden;
}

.app .more-reviews.readmore-js-expanded {
	margin-bottom: 0px;
}

.app .review-container {
	position: relative;
}

.app .more-reviews-fade {
	position: absolute;
	width: 100%;
	height: 70px;
	bottom: 0;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.app .readmore-js-expanded .more-reviews-fade {
	display: none;
}

.app .similar-apps {
	height: 180px;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 15px 0px;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
	padding-top: 0px;
}

.app .similar-apps h3 {
	margin-bottom: 20px;
	float: left;
}

.app .similar-apps h3 a {
	color: #298cda;
}

.app .similar-apps h3 a:hover {
	color: #439bde;
}
.app .similar-apps .view-more-similar {
	float: right;
}

.app .app-row {
	float: left;
}

.app .app-row-item {
	width: 116px;
	text-align: center;
	float: left;
	height: 128px;
}

.app .app-row-item a {
	width: 100%;
	float: left;
	opacity: 0.9;
	transition: all 0.1s;
}

.app .app-row-item a:hover {
	color: #61afed;
	opacity: 1;
	transition: all 0.1s;
}

.app .app-row-item img {
	width: 96px;
	height: 96px;
}

.app .app-row-item .similar-app-name {
	position: relative;
	top: 10px;
	font-size: 13px;
	font-weight: 600;
	height: 20px;
	overflow: hidden;
	float: left;
	width: 100%;
	padding: 0px 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.app .developer-apps h3 a {
	color: #298cda;
}

/* ----- BLOG ----- */


.blog-post-list {
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #e5e5e5;
}

.blog-post-list .post-thumb {
	float: left;
	margin-right: 30px;
}

.blog-post-list .post-thumb img {
	height: 130px;
	width: 130px;
}

.blog-post-list .post-summary {
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	height: 85px;
	margin-bottom: 10px;
	width: 538px;
}

.blog-post-list .post-summary.post-summary-large {
	width: 100%;
}

.blog-post-list .post-meta {
	margin-bottom: 12px;
}


/* ----- BLOG POST ----- */

.blog-post .post-header {
	margin-bottom: 15px;
}

.blog-post .post-header .post-image {
	float: right;
	margin: 15px 15px 20px 30px;
}

.blog-post .post-content {
	margin-bottom: 30px;
}

.blog-post .post-content h2 {
	margin-top: 30px;
}

.blog-post .post-content img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}

.blog-post .post-content .img-caption-text {
	text-align: center;
	margin-top: -20px;
	margin-bottom: 20px;
	color: #666;
	font-style: italic;
}

.roundup-item {
	border-top: 1px solid #e5e5e5;
	padding: 30px 0px;
}

.roundup-item .roundup-icon {
	float: left;
	width: 50%;
	text-align: center;
}

.roundup-item .roundup-summary {
	margin: 20px 0px 25px 0px;
}

.roundup-item .roundup-details p {
	font-size: 16px;
	font-weight: 400;
}

/* ----- CHARTS ----- */

table.chart {
	table-layout:fixed
}

table.chart td {
	height: 20px;
	padding: 5px;
	margin: 0;
}

table.chart .chart-rank {
	width: 32px;
}

table.chart .chart-change {
	width: 55px;
}

table.chart .chart-peak {
	width: 40px
}

table.chart .chart-price {
	width: 50px;
}

table.chart td img {
	margin-right: 10px;
	vertical-align: middle;
}

table.chart td .chart-app-title {
	line-height: 20px;
}

table.chart .rank-change-cell {
	text-align: right;
	padding-left: 0;
	padding-right: 15px;
}

table.chart .chart-rank-cell {
	text-align: right;
	padding-left: 0;
	padding-right: 10px;
}

table.chart .chart-title-cell {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #298cda;
}

table.chart .chart-rise {
	color: #27ae60
}

table.chart .chart-fall {
	color: #c0392b;
}

table.chart .chart-arrow-rise {
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #27ae60;
	display: inline;
	position: relative;
	top: -11px;
	left: 0px;
	margin-left: 2px;
}

table.chart .chart-arrow-fall {
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #c0392b;
	display: inline;
	position: relative;
	top: 14px;
	left: 0px;
	margin-left: 2px;
}

/* ----- ABOUT ----- */

.about-page p {
	margin-bottom: 20px;
}

ul.about {
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 0;
	margin-bottom: 30px;
	margin-top: 20px;
}

ul.about li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 16px;
	margin-right: 10px;
}

ul.about li:after {
	content: '|';
	margin-left: 10px;
}

ul.about li:last-child {
	margin-right: 0;
}

ul.about li:last-child:after {
	content: '';
}

.main #bsaasw_adsaleswidget {
	font-family: 'Open Sans', sans-serif;
}

.main #bsaasw_adsaleswidget ul.bsaasw_subdmg {
	border-top: none;
}

/* ----- SIMILAR ----- */

h1.similar-title {
	font-size: 24px;
	overflow : hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 10px;
}

h1.similar-title a {
	color: #298cda;
}

h1.similar-title a:hover {
	color: #439bde;
}

/* ----- FOOTER ----- */

footer {
	clear: both;
	min-height: 50px;
	background: #353535;
	padding: 20px 0;
}

footer .social-links, footer .copyright {
	margin-left: 10px;
}

footer p {
	font-size: 13px;
	color: #aaaaaa;
	margin-bottom: 0;
}

footer a {
	color: #ffffff;
}

footer a:hover {
	color: #439bde;
}







