body, html {background-color: #fff;color: #999;font-family: "Helvetica Neue",Helvetica,"Hiragino Sans GB","Microsoft YaHei",Arial,sans-serif;font-size: 14px;}

ul, ol {margin:0; padding:0; border:0; list-style:none}
img {max-width:100%}

a:hover, a:focus {text-decoration:none}

h1, h2, h3, h4, h5, h6 {color: rgb(0, 0, 0);font-weight: 400;}
h2 {font-size: 23px;}
h3 {font-size: 18px;}

p {line-height: 22px;}

a, a:focus, a:hover, a:visited {color: #999;text-decoration: none;}
b, optgroup, strong {font-weight: 700;}

.container {max-width: 960px;}

.mt-30 {margin-top: 30px !important;}
.mt-40 {margin-top: 40px !important;}
.mt-70 {margin-top: 70px !important;}
.mt-260 {margin-top: 260px !important;}

.pull-right {float: right !important;}
.text-primary {color: rgb(4, 166, 255) !important;}
.text-warning {color: rgb(0, 0, 0) !important;}
.text-center {text-align: center;}

.ui-icon {
	vertical-align: middle;
    background-image: url("../images/icons.png");
    background-repeat: no-repeat;
    overflow: hidden;
}

.ui-btn {
    display: inline-block;
    background-image: none;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    text-align: center;
    cursor: pointer;
    -moz-user-select: none;
}
.ui-btn.-large {
    border-radius: 6px;
    font-size: 20px;
    height: 58px;
    line-height: 58px;
    width: 235px;
}
.ui-btn.-transparent {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}
.ui-btn.-primary {
    background-color: #4394f8;
    border-color: #4394f8;
    color: #fff;
}
.ui-btn, .ui-input {
}
.text-nowrap, .ui-btn {
    white-space: nowrap;
}
.ui-btn, .ui-input {
    -moz-appearance: none;
}

/*
NAVBAR PRO ------------------------------------------------------------------------
---------------------------------------------------------------------------------*/

.navbar-pro {background-color: #3c3e47; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08); min-height: 62px; font-size:16px; border:none; margin:0}
.navbar-nav > li > a:hover, .navbar-pro .navbar-nav > li {padding:0 10px}
.navbar-nav > li > a:hover, .navbar-pro .navbar-nav > li > a {padding:19px 15px; border-bottom:4px solid #3c3e47; color: #ffffff;}
.navbar-nav > li > a:hover, .navbar-pro .navbar-nav > li > a:hover {padding:19px 15px; border-bottom:4px solid #1db8fa; color:#1db8fa; background:none}
.navbar-nav > li > a:hover, .navbar-pro .navbar-nav > li > a:focus,
.navbar-nav > li > a:hover, .navbar-pro .navbar-nav > li.active > a {border-bottom:4px solid #1db8fa; color:#1db8fa; background:none}
.navbar-nav > li > a:hover, .navbar-pro .navbar-nav > li.active:hover > a {border-bottom:4px solid #1db8fa; color:#1db8fa; background:none}
.navbar-pro .navbar-nav > li.special > a {color:rgb(255, 92, 80) !important}

.navbar-pro > .container .navbar-brand, 
.navbar-pro > .container-fluid .navbar-brand {height:38px; padding-top:12px; padding-bottom:12px}
.navbar-pro > .container .navbar-brand a, 
.navbar-pro > .container-fluid .navbar-brand a {}

.navbar-default .navbar-toggle {background:#5a5c67; margin-top:15px; border:1px solid #303237}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {background-color: #333;}
.navbar-default .navbar-toggle .icon-bar {background:#c1c1c1}

/*.navbar-form {padding-top:6px; max-width:250px}*/

.search-form .form-group {
  float: right !important;
  transition: all 0.35s, border-radius 0s;
  width: 32px;
  height: 32px;
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  border-radius: 25px;
  border: 1px solid #ccc;margin-top: 15px;
}
.search-form .form-group input.form-control {
  padding-right: 20px;
  border: 0 none;
  background: transparent;
  box-shadow: none;
  display:block;
}
.search-form .form-group input.form-control::-webkit-input-placeholder {
  display: none;
}
.search-form .form-group input.form-control:-moz-placeholder {
  /* Firefox 18- */
  display: none;
}
.search-form .form-group input.form-control::-moz-placeholder {
  /* Firefox 19+ */
  display: none;
}
.search-form .form-group input.form-control::-ms-input-placeholder {
  display: none;
}
.search-form .form-group:hover,
.search-form .form-group.hover {
  width: 200px;
  border-radius: 25px 25px 25px 25px;
}
.search-form .form-group span.form-control-feedback {
  position: absolute;
  top: -1px;
  right: -2px;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #3596e0;
  left: initial;
  font-size: 14px;
}

/*
TOOLBAR -----------------------------------------------------------------------------
-----------------------------------------------------------------------------------*/
.toolbar {margin:23px 0; height:32px; line-height:32px; position:relative}
.toolbar .ui-btn-group {font-size: 0px; position:absolute; left:45%; margin-left:-94px}
.toolbar .ui-btn-group > .ui-btn:last-child {
    border-left: 0px none;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.toolbar .ui-btn-group > .ui-btn.-active {
    color: rgb(255, 255, 255);
    background-color: rgb(4, 166, 255);
    border-color: rgb(4, 166, 255);
}
.toolbar .ui-btn-group > .ui-btn {
    width: 93px;
    height: 30px;
    color: rgb(60, 61, 66);
    font-size: 13px;
    line-height: 28px;
    border-color: rgb(198, 198, 198);
}

.toolbar a.submit-app {position:absolute; right:0; padding:0 15px 0 30px;
    display: inline-block;
    background:url(../images/arrow-up.png) no-repeat 9px 8px;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    text-align: center;
    cursor: pointer;
    -moz-user-select: none;
	height: 30px;
	color: rgb(4, 166, 255);
	line-height: 30px;
	background-color: rgb(255, 255, 255);
	border-color: rgb(4, 166, 255);
}

/*
BANNER ------------------------------------------------------------------------
---------------------------------------------------------------------------------*/
/*.ui-app-banner {}
.ui-app-banner {
    position: absolute;
    right: 0px;
    left: 0px;
}
.ui-app-banner {
    padding: 0px;
    margin: 0px auto;
    max-width: 960px;
    height: 200px;
    list-style: none outside none;
    display: block;
}
.ui-app-banner > li {
    position: absolute;
    top: 20px;
    width: 50%;
    height: 162px;
    z-index: 1;
}
.ui-app-banner > li.left {
    left: 0px;
}
.ui-app-banner > li.active {
    top: 0px;
    width: 600px;
    height: 200px;
    margin-left: 180px;
    z-index: 2;
}
.ui-app-banner > li.right {
    right: 0px;
}*/

#myCarousel {margin-bottom:40px}

/*
App Filter -----------------------------------------------------------------------------
-----------------------------------------------------------------------------------*/
.ui-app-filter {
    border-bottom: 1px solid #e5e1e1;
    border-top: 1px solid #e5e1e1;
    font-size: 0;
    list-style: outside none none;
    margin: 0;
    padding: 8px 0;
}

.ui-app-filter > li:first-child {
    border-right: 1px solid #e5e1e1;
}
.ui-app-filter > li {
    color: #3c3d42;
    display: inline-block;
    font-size: 14px;
    padding: 8px 0;
    text-align: center;
    width: 50%;
}
/*.ui-app-filter > li > a {
    color: #04a6ff;
    display: inline-block;
}
.ui-app-filter > li > a {
    vertical-align: middle;
}
.ui-app-filter > li > a > .ui-icon {
    margin-left: 8px;
}
.ui-icon.-chevron-up {
    background-position: -4px -36px;
    height: 8px;
    width: 13px;
}
.ui-icon.-chevron-down {
    background-position: -4px -4px;
    height: 8px;
    width: 13px;
}*/
.ui-genre > ul > li, .ui-icon, .ui-icon-wrapper, .ui-input-group {
    display: inline-block;
}
.ui-app-filter > li > a, .ui-icon, .ui-icon-wrapper, .ui-pager > li {
    vertical-align: middle;
}

.ui-app-filter > li button {color:#04a6ff}
.ui-app-filter > li .dropdown-menu {top:26px; background:#fff}
.ui-app-filter > li .dropdown-menu > li > a {color:#999;white-space: normal;}
.ui-app-filter > li .dropdown-menu > li > a:hover, .ui-app-filter > li .dropdown-menu > li > a:focus {background:#1db8fa}

.ui-app-filter > li .dropdown-menu-right {right:0}

.ui-app-filter .ui-menu-item{
	display:block;
	padding:0 12px 0 8px;
	margin:1px 0;
	height:35px;
	line-height:35px;
	overflow:hidden;
}

.ui-app-filter .ui-menu-item.-active,.ui-app-filter .ui-menu-item:hover{
	color:#fff;
	background-color:#1db8fa
}

.ui-app-filter .ui-menu-item>.ui-icon.-ok{
	float:none;
	margin-top:0;
	margin-right:5px
}

.ui-app-filter .ui-menu-item>.ui-icon{
	float:right;
	margin-top:8px
}

.ui-app-filter .ui-menu-item>.ui-icon.-iphone{
	margin-right:4px
}

.ui-app-filter .ui-menu-item>.ui-icon.-android{
	margin-top:5px
}




/*
UI APP LIST -----------------------------------------------------------------------------
-----------------------------------------------------------------------------------*/
.ui-app-list {}
.ui-app-item {
    display: block;
    height: 100px; margin-bottom:40px
   /* width: 300px;*/
}
.ui-app-item > .ui-app-logo {
    border-radius: 10px;
    float: left;
    height: 100px;
    margin-right: 20px;
    width: 100px;
}
.ui-app-item > .ui-app-meta {
    display: table-cell;
    height: inherit;
    vertical-align: middle;
}
.ui-app-item > .ui-app-meta > .ui-app-name {
    color: #333;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
    margin-top: 0;
    max-height: 40px;
    width:160px;overflow:hidden;
}
.ui-app-item > .ui-app-meta > .ui-app-category, 
.ui-app-item > .ui-app-meta > .ui-app-publisher {
    color: #8e8e8e;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    padding-right: 20px;
    width:160px;overflow:hidden;
    max-height: 40px;
}
.ui-app-item > .ui-icon {
    float: right;
    margin-right: 10px;
    margin-top: -25px;
}
.ui-icon.-chevron-down{
	background-position:-4px -4px;
	width:13px;
	height:8px
}

.ui-icon.-chevron-up.-blue{
	background-position:-4px -20px;
	width:13px;
	height:8px
}

.ui-icon.-chevron-up{
	background-position:-4px -36px;
	width:13px;
	height:8px
}

.ui-icon.-ok{
	background-position:-4px -52px;
	width:14px;
	height:14px
}

.ui-icon.-panel-title-bg{
	background-position:-4px -71px;
	width:169px;
	height:13px
}

.ui-icon.-panel-title-bg.-small{
	background-position:-4px -113px;
	width:51px;
	height:13px
}

.ui-icon.-arrow-up{
	background-position:-4px -92px;
	width:12px;
	height:13px
}

.ui-icon.-mac.-white{
	background-position:-4px -156px;
	width:20px;
	height:17px
}

.ui-icon.-mac{
	background-position:-4px -181px;
	width:20px;
	height:17px
}

.ui-icon.-tv{
	background-position:-4px -721px;
	width:20px;
	height:16px
}

.ui-icon.-universal{
	background-position:-4px -231px;
	width:23px;
	height:17px
}

.ui-icon.-ipad{
	background-position:-4px -206px;
	width:22px;
	height:17px
}

.ui-icon.-iphone{
	background-position:-4px -284px;
	width:15px;
	height:20px
}

.ui-icon.-twitter{
	background-position:-4px -256px;
	width:20px;
	height:20px
}

.ui-icon.-facebook{
	background-position:-4px -312px;
	width:20px;
	height:20px
}

.ui-icon.-search.-white{
	background-position:-4px -370px;
	width:22px;
	height:22px
}

.ui-icon.-search{
	background-position:-4px -340px;
	width:22px;
	height:22px
}

.ui-icon.-badge{
	background-position:-4px -431px;
	width:18px;
	height:23px
}

.ui-icon.-android{
	background-position:-4px -462px;
	width:20px;
	height:24px
}

.ui-icon.-menu-toggle{
	width:21px;
	height:14px;
	background-position:-2px -247px;
	background-size:89px auto;
	background-position-y:-248px
}

.ui-icon.-english{
	background-position:-4px -530px;
	width:29px;
	height:29px
}

.ui-icon.-cloud{
	background-position:-4px -673px;
	width:54px;
	height:46px
}

.ui-icon.-magnet{
	background-position:-4px -620px;
	width:45px;
	height:45px
}

.ui-icon.-star{
	background-position:-4px -567px;
	width:48px;
	height:45px
}

.ui-icon.-star.-small{
	width:22px;
	height:21px;
	background-position:-1px -258px;
	background-size:81px auto
}

.ui-icon.-star.-xsmall{
	width:18px;
	height:17px;
	background-position:-1px -203px;
	background-size:64px auto
}

.ui-icon.-logo-text{
	background-position:-4px -134px;
	width:76px;
	height:14px
}

.ui-icon.-btn-itunes{
	background-position:-4px -400px;
	width:106px;
	height:23px
}


/*
ui-pager -----------------------------------------------------------------------------
-----------------------------------------------------------------------------------*/
.ui-pager {
    list-style: outside none none;
    margin: 0;
    padding-left: 0;
}

.ui-btn.-pager {
    border-radius: 20px;
    border-width: 2px;
    font-size: 15px;
    height: 29px;
    line-height: 25px;
    width: 99px;
}
/*.ui-pager > .ui-pager-left {
    margin-right: 20px;
}
.ui-pager > .ui-pager-right {
    margin-left: 20px;
}*/
.ui-btn.-default {
    background-color: #fff;
    border-color: #04a6ff;
    color: #04a6ff;
    height: 30px;
    line-height: 30px;
    width: 122px;
}
.ui-btn[disabled] {
    border-color: #8e8e8e ;
    color: #8e8e8e;
    cursor: default;
}
.ui-pager > li {
    color: #8e8e8e;
	display: inline-block;
}
.ui-pager > li > a {
    color: #8e8e8e;
    display: block;
    font-size: 17px;
    margin: 0 3px;
}
.ui-pager > li > a.-active {
    color: #04a6ff;
    cursor: default;
}
.ui-btn {
    -moz-user-select: none;
    background-image: none;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
}

/*
ui-genre -----------------------------------------------------------------------------
-----------------------------------------------------------------------------------*/
.ui-genre {}
.ui-genre > .ui-genre-title {
    color: #3c3d42;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    padding: 0 0 0 8px;
}
.ui-genre > ul {
    border: 1px solid #e4e1e1;
    border-radius: 2px;
    font-size: 0;
    list-style: outside none none;
    margin: 12px 0 0;
    padding: 15px 0 15px 26px;
}
.ui-genre > ul > li {
    font-size: 14px;
    padding: 8px 0;
    width: 150px;
	display: inline-block;
}
.ui-genre > ul > li > a {
    color: #8e8e8e;
}

/*
ui-breadcrumb -----------------------------------------------------------------------------
-----------------------------------------------------------------------------------*/
.ui-breadcrumb {
    margin-bottom: 0;
    margin-top: 30px;
    padding-left: 5px;
}
.ui-breadcrumb > li {
    color: #999;
    display: inline-block;
}
.ui-breadcrumb > li > a {
    color: #999;
}
.ui-breadcrumb > li:last-child {
    color: #000;
}

/*
ui-app-detail -----------------------------------------------------------------------------
-----------------------------------------------------------------------------------*/
.ui-app-detail {margin-top: 30px; position:relative}

/*
LEFT SIDE ------------------------------------------------------------------------
---------------------------------------------------------------------------------*/
.left-side {}
.ui-app-detail .ui-app-header {
    padding-bottom: 30px;
    border-bottom: 1px solid rgb(230, 230, 231);
}
.ui-app-detail .ui-app-header .ui-app-logo {
    position: relative;
    width: 176px;
    height: 176px; margin:0 auto
}
.ui-app-detail .ui-app-header .ui-app-logotv {
    position: relative;
    width: 176px;
    height: 106px; margin:0 auto
}
.ui-app-detail .ui-app-header .ui-app-logo > img {
    width: 100%;
    height: 100%;
    border-radius: 16px;
}
.ui-app-detail .ui-app-header .ui-app-logo > .ui-icon-wrapper {
    position: absolute;
    right: 0px;
    bottom: 0px;
}
.ui-icon-wrapper.-badge {
    width: 42px;
    height: 39px;
    border-top-left-radius: 16px;
    border-bottom-right-radius: 16px;
}
.ui-icon-wrapper.-badge, .ui-icon-wrapper.-blue {
    background-color: rgb(4, 166, 255);
}
.ui-icon.-mac.-white {
    background-position: -4px -156px;
    width: 20px;
    height: 17px;
}

.ui-app-detail .ui-app-header .ui-app-btn-group {
    margin-top: 20px;
    text-align: center;
}
.ui-app-detail .ui-app-header .ui-app-btn-group > .ui-btn.-bare {
    margin-bottom: 20px; width:100%;
    font-size: 0px;
}
.ui-btn.-bare, legend {
    border: 0px none;
}
.ui-icon.-btn-itunes {
    background-position: -4px -400px;
    width: 106px;
    height: 23px;
}
.ui-app-detail .ui-app-header .ui-app-btn-group > .ui-btn.-small {
    float: left;
    margin-right: 0px; margin-left:12px
}

.ui-btn.-small {
    width: 86px;
    height: 21px;
    font-size: 12px;
    line-height: 19px;
}
.ui-app-detail .ui-app-caption {
    padding-bottom: 30px;
    margin: 30px 0px;
    border-bottom: 1px solid rgb(230, 230, 231);
}

.ui-app-detail .ui-app-caption > .ui-app-name {
    margin-top: 0px;
}
.ui-app-detail .ui-app-caption > .ui-app-price {
    font-size: 18px;
}
.ui-app-detail .ui-app-caption > .ui-app-price > strong {
    color: rgb(0, 0, 0);
}

.ui-app-detail .ui-app-meta {
    padding-bottom: 50px;
    margin: 0px;
}
.ui-app-detail .ui-app-meta > h3 {
    display: none;
}
.ui-app-detail .ui-app-meta > dt {
    float: left;
    margin-right: 2px;
}
.ui-app-detail .ui-app-meta > dd {
    margin: 0px 0px 10px;
}

.ui-app-detail .ui-more {
    padding-top: 30px;
    border-top: 1px solid rgb(230, 230, 231);
}
.ui-app-detail .ui-more > ul {
    padding-left: 0px;
    list-style: none outside none;
}
.ui-app-detail .ui-more > ul > li {
    margin-top: 30px;
}
.ui-app-detail .ui-more > ul > li a {
    display: inline-block;
    color: rgb(0, 0, 0);
    line-height: 25px;
}
.ui-app-detail .ui-more > ul > li img {
    width: 88px;
    height: 88px;
    display: block;
    margin-bottom: 12px;
    border-radius: 10px;
}

/*
RIGHT SIDE -----------------------------------------------------------------------------
-----------------------------------------------------------------------------------*/
.right-side {}
.ui-app-detail .ui-grid-right {
}
.ui-app-detail .ui-app-desc {
    height: 234px;
    overflow: hidden;
}
.ui-app-detail .ui-app-desc > p {
    max-height: auto;
    overflow: hidden;
}
.ui-app-detail .ui-app-desc > a {
    margin-top: 20px;
}

.ui-screenshot {}
.ui-screenshot > ul {
    list-style: none outside none;
    font-size: 0px;
    padding: 20px 0px;
    margin: 0px;
    border-top: 1px solid rgb(230, 230, 231);
    border-bottom: 1px solid rgb(230, 230, 231);
    overflow-x: auto;
    white-space: nowrap;
}
.ui-screenshot > ul > li {
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
    margin-right: 5px;
}
.ui-screenshot > ul > li > a {
    display: block;
}
.ui-screenshot > ul > li > a > img {
    width: 100%;
    height: auto;
}

.ui-app-detail .ui-app-new {
    max-height: 234px;
    overflow: hidden;
    margin-top: 45px;
}
.ui-app-detail .ui-app-new > p {
    max-height: auto;
    overflow: hidden;
}
.ui-app-detail .ui-app-new > a {
    margin-top: 20px;
}

.ui-app-detail .ui-ad {
    display: block;
    margin-top: 20px;
    width: 100%;
}
.ui-app-detail .ui-ad > img {
    width: 100%;
}

.ui-app-download-list {
    padding-left: 0px;
    list-style: none outside none;
    margin-top: 20px;
}
.all-version {
	display: none;
}
.ui-list-group {
    padding: 0px;
    margin: 0px;
    list-style: none outside none;
}
.ui-list-group > .ui-list-group-item:first-child, .ui-list-group > li:first-child {
    border-top: medium none;
}
.ui-app-download-list > li {
    position: relative;
}
.ui-list-group > .ui-list-group-item, .ui-list-group > li {
    display: block;
    padding: 10px 0px;
    border-bottom: 1px solid rgb(230, 230, 231);
}
.ui-app-download-list {
    list-style: none outside none;
}
.ui-app-download-list .ui-app-uploader {
    margin-bottom: 10px;
}
.ui-app-detail .ui-app-caption > .ui-app-price > strong, .ui-app-download-list > li span {
    color: rgb(0, 0, 0);
}
.ui-app-download-list .ui-app-uploader > .ui-icon.-badge, .ui-app-download-list .ui-app-version {
    margin-left: 10px;
}
.ui-icon.-badge {
    background-position: -4px -431px;
    width: 18px;
    height: 23px;
}

.ui-app-download-list > li > .ui-right-panel {
    position: absolute;
    top: 30px;
    right: 0px;
}
.ui-icon.-mac {
    background-position: -4px -181px;
    width: 20px;
    height: 17px;
}
.ui-app-download-list > li > .ui-right-panel > .ui-icon, .ui-app-download-list > li > .ui-right-panel > .ui-icon-wrapper {
    margin-right: 10px;
}
.ui-icon-wrapper.-circle.-xxsmall {
    width: 20px;
    height: 20px;
}
.ui-icon-wrapper.-lightgreen {
    background-color: rgb(153, 222, 34);
}
.ui-icon-wrapper.-circle {
    width: 96px;
    height: 96px;
    border-radius: 50%;
}
.ui-icon.-ok {
    background-position: -4px -52px;
    width: 14px;
    height: 14px;
}
.ui-icon-wrapper {
    text-align: center;
    text-align: center;
transform-style: preserve-3d;
vertical-align: middle;
}
.ui-btn.-link {
    padding: 4px 16px;
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-weight: 700;
    border-color: rgb(4, 166, 255);
}
.ui-btn.-link, .ui-icon-wrapper.-badge, .ui-icon-wrapper.-blue {
    background-color: rgb(4, 166, 255);
}
.ui-app-download-list h3 {
    margin: 5px 0px;
}
.ui-btn.-pack {
    height: 24px;
    font-size: 12px;
    line-height: 24px;
}
.ui-icon.-chevron-up.-blue {
    background-position: -4px -20px;
    width: 13px;
    height: 8px;
}
.ui-icon.-chevron-up {
    background-position: -4px -36px;
    width: 13px;
    height: 8px;
}
.ui-app-detail .ui-app-meta-mobile {
    display: none;
}
.ui-app-download-list > li:last-child {
    padding-top: 30px;
    text-align: center;
    border-bottom: 0px none;
}

/*
GUIDE PAGE -----------------------------------------------------------------------------
-----------------------------------------------------------------------------------*/

.ui-guide-banner {
    background: rgba(0, 0, 0, 0) url("../images/guide-banner.png") no-repeat scroll center center;
    color: #fff !important;
    height: 506px;
    padding-top: 140px;
    text-align: center;
    width: 100%;
	background-size: cover;
}
.ui-guide-banner .container > h2 {
    font-size: 48px;
    margin: 0;
}
.ui-guide-banner .container > h3 {
    font-size: 21px;
    line-height: 30px;
    margin-top: 30px;
    /*max-width: 760px;*/
}
.ui-guide-banner .container > h2, .ui-guide-banner .container > h3 {
    color: inherit;
}
.ui-guide-banner .container > .ui-btn {
    margin-top: 50px;
}

.ui-panel-title {
    margin-bottom: 30px;
    margin-top: 60px;
    position: relative;
    text-align: center;
}
.ui-panel-title > .ui-icon {
    position: absolute;
    top: 15px;
}
.ui-icon.-panel-title-bg {
    background-position: -4px -71px;
    height: 13px;
    width: 169px;
}
.ui-panel-title > .ui-icon.-left {
    left: 0;
}
.ui-panel-title > .ui-icon.-right {
    right: 0;
}
.ui-panel-title > .ui-title-main {
    background-color: #fff;
    display: inline-block;
    font-size: 32px;
    padding: 0 15px;
    position: relative;
    white-space: nowrap;
}
.ui-panel-title > .ui-title-caption {
    color: #999;
    display: block;
    font-size: 24px;
    margin-top: 10px;
}

.ui-panel-body {
    padding-top: 40px;
	padding-bottom:100px;
	text-align:center
}
.ui-panel-body .box {
    font-size: 14px;
}
.ui-panel-body .box > .ui-icon-wrapper {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.ui-icon-wrapper.-circle {
    border-radius: 50%;
    height: 96px;
    width: 96px;
}
.ui-btn.-link, .ui-icon-wrapper.-badge, .ui-icon-wrapper.-blue {
    background-color: #04a6ff;
}
.ui-icon-wrapper.-green {
    background-color: #7cd64b;
}
.ui-icon-wrapper.-yellow {
    background-color: #f3ad3e;
}
.ui-icon-wrapper > .ui-icon {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.ui-icon.-star {
    background-position: -4px -567px;
    height: 45px;
    width: 48px;
}
.ui-icon.-cloud {
    background-position: -4px -673px;
    height: 46px;
    width: 54px;
}
.ui-icon.-magnet {
    background-position: -4px -620px;
    height: 45px;
    width: 45px;
}
.ui-panel-body .box > h2 {
    font-size: 20px;
    /*height: 60px;*/
    margin-bottom: 20px;
    margin-top: 30px;
}
.ui-panel-body .box > p {
    font-size: 16px;
    line-height: 26px;
    margin: 0;
}

.ui-bg-inverse {
    background-color: #f8f8f8;
}
.ui-panel {
    overflow: hidden;
}
.ui-panel.-inverse > .ui-panel-title > .ui-title-main {
    background-color: #f8f8f8;
}

.ui-install-course {
    padding-bottom: 60px;
}
.ui-install-course > ul {
    font-size: 0;
    list-style: outside none none;
    max-width: 1220px;
    overflow-x: auto;
    padding: 0 0 5px 10px;
    white-space: nowrap;
}
.ui-install-course > ul > li {
    display: inline-block;
    font-size: 14px;
    margin-right: 10px;
    vertical-align: top;
    white-space: normal;
}
.ui-thumbnail {
    background-color: #fff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
    width: 383px;
}
.ui-thumbnail > img {
    height: 383px;
    width: 383px;
}
.ui-thumbnail > .ui-thumbnail-body {
    padding: 30px 100px 25px 30px;
}
.ui-thumbnail > .ui-thumbnail-body > h2 {
    margin: 0;
}
.ui-thumbnail > .ui-thumbnail-body > p {
    font-size: 16px;
    line-height: 26px;
    margin: 10px 0 0;
}
.ui-install-course p {
    font-size: 22px; margin:20px 0;
}
.ui-help {
    padding-bottom: 0px;
}
.ui-panel > .ui-panel-body {
    padding-top: 40px;
}
.ui-help-btn-group > .ui-btn:first-child {
    margin-right: 30px;
}
.ui-help-btn-group > .ui-btn:last-child {
    margin-left: 30px;
}
.ui-help .ui-panel-body {padding-bottom:20px}









/*
Footer -----------------------------------------------------------------------------
-----------------------------------------------------------------------------------*/
.ui-footer {
    border-top: 1px solid #e4e1e1;
    color: #8e8e8e;
    margin: 40px 0 100px;
    padding-top: 36px;
    position: relative;
}
.ui-footer .ui-link-group {
    font-size: 0;
    margin-left: -15px;
    padding-left: 0;
}
.ui-footer .ui-link-group > li {
    border-right: 1px solid #e4e1e1;
    display: inline-block;
    font-size: 14px;
    padding: 0 15px;
}
.ui-footer .ui-link-group > li:last-child {
    border-right: 0 none;
}
.ui-footer .ui-link-group > li > a {
    color: #04a6ff;
    display: inline-block;
}
.ui-footer .ui-link-group > li > .ui-icon-group {
    display: inline-block;
    margin-left: 15px;
}
.ui-footer .ui-link-group > li > .ui-icon-group > a {
    display: inline-block;
    margin-right: 10px;
}
.ui-icon.-twitter {
    background-position: -4px -256px;
    height: 20px;
    width: 20px;
}
.ui-icon.-facebook {
    background-position: -4px -312px;
    height: 20px;
    width: 20px;
}

.ui-footer .ui-copyright {
    margin-bottom: 0; margin-top:15px
}

.ui-footer .ui-lang {
    position: absolute;
    right: 0;
    top: 38px;
}
.ui-icon.-english {
    background-position: -4px -530px;
    height: 29px;
    width: 29px;
	ertical-align: middle;
}
.right-side .ui-app-meta {display:none}

/*
MEDIA QUERY -----------------------------------------------------------------------------
-----------------------------------------------------------------------------------*/
@media screen and (max-width: 480px) { 
.col-xs-6 {float:none; width:100%}
.ui-app-list {}
.ui-app-item {
    display: block;
    height: 50px; margin-bottom:20px;

}
.ui-app-item > .ui-app-logo {
    border-radius: 10px;
    float: left;
    height: 50px;
    margin-right: 10px;
    width: 50px;
}
.ui-app-item > .ui-app-meta {
    display: table-cell;
    height: inherit;
    vertical-align: middle;
}
.ui-app-item > .ui-app-meta > .ui-app-name {
    font-size: 13px;
    line-height: 10px;
    margin-bottom: 5px;
}
.ui-app-item > .ui-app-meta > .ui-app-name {
    max-height: 20px;
    /*overflow: hidden;*/
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ui-app-item > .ui-app-meta > .ui-app-category, 
.ui-app-item > .ui-app-meta > .ui-app-category, .ui-app-item > .ui-app-meta > .ui-app-publisher {
    font-size: 12px;
    line-height: 15px;
}
.ui-app-item > .ui-app-meta > .ui-app-category, .ui-app-item > .ui-app-meta > .ui-app-publisher {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

}

@media screen and (min-width: 481px) and (max-width: 767px) { 

}

@media screen and (max-width:767px){
.mt-260 {
    margin-top: 40px !important;
}

.ui-app-banner {height:auto}

.navbar-default .navbar-collapse, 
.navbar-default .navbar-form {margin-top:15px; border:none}
.navbar-nav > li > a:hover, .navbar-pro .navbar-nav > li > a {padding:15px 15px}
.navbar-nav > li > a:hover, .navbar-pro .navbar-nav > li > a:hover {padding:15px 15px}

.search-form .form-group:hover,
.search-form .form-group.hover {
  width: 100%;
}

.toolbar a.submit-app{
	display: none;
}
/*
.toolbar .ui-btn-group {
    position:absolute; left:0; margin-left:0
}
*/

.ui-app-banner {
    position: relative;
    right: 0px;
    left: 0px;
}
.ui-app-banner > li {
    position: relative;
    top: 20px;
    width: 100%;
    height: auto;
    z-index: 1;
}
.ui-app-banner > li.left {
	display:none
}
.ui-app-banner > li.active {
    top: 0px;
    width: 100%;
    height: auto;
    margin-left: 0px;
    z-index: 2; text-align:center
}
.ui-app-banner > li.active img {margin:0 auto}
.ui-app-banner > li.right {
    display:none
}

.ui-footer {
    font-size: 12px;
    margin-bottom: 30px;
    padding: 18px 0 0;
    text-align: center;
}
.ui-footer .ui-link-group {
    margin-left: 0;
}
.ui-footer .ui-link-group > li, 
.ui-footer .ui-link-group > li > a {
    color: #333;
    font-size: 12px;
}
.ui-footer .ui-link-group > li > .ui-icon-group {
    display: none;
}
.ui-footer .ui-copyright {
    margin-bottom: 0;
    margin-top: 10px;
}
.ui-footer .ui-copyright > span {
    display: block;
    margin-top: 5px;
}
.ui-footer .ui-lang {
    margin-top: 20px;
    position: static;
}

.ui-app-detail {
    margin-top: 30px;
}
.ui-breadcrumb {
    display: none;
}
.ui-app-detail .ui-app-header .ui-app-logo {
    float: left;
    height: 135px;
    margin-right: 25px;
    width: 135px;
}
.ui-app-detail .ui-app-header .ui-app-btn-group {
    margin-top: 0;
    padding-left: 50px;
    padding-top: 96px;
}
.ui-app-detail .ui-app-header .ui-app-btn-group > .ui-btn.-bare {
    border: 2px solid #04a6ff;
    color: #04a6ff;
    float: left;
    font-size: 12px;
    text-indent: inherit;
	margin-bottom: 20px; width:100px !important;
}
.ui-app-detail .ui-app-header .ui-app-btn-group > .ui-btn {
    border-radius: 2px;
    border-width: 2px;
    height: 34px;
    line-height: 30px;
    margin-right: 8px;
    width: 100px;
}
.ui-app-detail .ui-app-header .ui-app-btn-group > .ui-btn.-bare > .ui-icon {
    display: none;
}

.ui-icon.-btn-itunes {
    background-position: -4px -400px;
    height: 23px;
    width: 106px;
}
.ui-btn.-small {
    font-size: 12px;
    height: 21px;
    line-height: 19px;
    width: 86px; margin-left:0px
}
.ui-app-detail .ui-app-header .ui-app-btn-group > .ui-btn.-small {
    float: left;
    margin-left: 0px;
    margin-right: 8px;
}
.ui-app-detail .ui-app-caption {
    border-bottom: medium none;
    left: 180px;
    margin-top: 0;
    position: absolute;
    top: 0;
}
.ui-app-detail .ui-app-caption > .ui-app-name {
    margin-top: 10px; margin-bottom:20px
}
.ui-app-detail .ui-app-caption > .ui-app-price {
    font-size: 18px;
}
.ui-app-detail .ui-app-meta > h3 {
    display: block;
}
.ui-app-detail .ui-more {
    display: none;
}
.ui-app-download-list > li > .ui-right-panel::after, .ui-app-download-list > li > .ui-right-panel::before {
    content: " ";
    display: table;
}
.ui-app-download-list > li > .ui-right-panel::after {
    clear: both;
}
.ui-app-download-list > li > .ui-right-panel {
    margin-top: 10px;
    position: static;
}
.ui-app-download-list > li > .ui-right-panel > .ui-btn.-link {
    float: left;
    margin-right: 10px;
}
.left-side .ui-app-meta {display:none}
.right-side .ui-app-meta {display:block; border-top: 1px solid #e6e6e7; padding-bottom: 0px;}

.ui-guide-banner {
    height: 400px;
    padding: 80px 20px 0;
}
.ui-guide-banner .container > h2 {
    display: block;
    font-size: 26px;
    margin-left: auto;
    margin-right: auto;
    max-width: 760px;
    text-align: left;
}
.ui-guide-banner .container > h3 {
    font-size: 15px;
    line-height: 20px;
    text-align: left;
}

.ui-panel-title > .ui-title-main {
    font-size: 15px; padding-bottom:5px;
}
.ui-panel-title > .ui-title-caption {
    font-size: 14px; margin-top:15px
}

.ui-panel-body {
	padding-bottom:0px;
}
.ui-panel-body .box {
	padding-bottom:40px;
}

.ui-help-btn-group > .ui-btn {
    display: block;
    margin: 0 auto 30px !important;
}
}
@media screen and (min-width:768px){

}
@media screen and (max-width:992px){

}
@media screen and (min-width:992px){

}
@media screen and (min-width:1200px){

}

@media screen and (max-width: 480px) { 
.ui-app-detail .ui-app-header {
    padding-bottom: 0px;
}
.ui-app-detail .ui-app-header .ui-app-logo {
    float: left;
    height: 100px;
    margin-right: 0;
    width: 100px;
}
.ui-app-detail .ui-app-caption {
    border-bottom: medium none;
    left: 140px;
    margin-top: 0;
    position: absolute;
    top: 0;
}
.ui-app-detail .ui-app-caption > .ui-app-name {
    font-size: 18px; margin-bottom:10px
}
.ui-app-detail .ui-app-header .ui-app-btn-group {
    margin-top: 0;
	padding-left: 0px;
    padding-top: 120px;
}
}