p.apps-name {
    margin: 0 20px;
    overflow: hidden;
    text-align: center;
    white-space: nowrap;
    text-overflow:ellipsis;
}
.apps-box.one_fourth{ margin-top:3%; margin-bottom:3%;}
.apps-box-inner {
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default; max-width:140px; margin:0 auto;
} 
.apps-box-inner .apps-mask {
    border-radius: 14px;
    height: 100%;
    left: 0;
    margin: 1%;
    max-width: 136px;
    overflow: hidden;
    padding-top: 20%;
    position: absolute;
    top: 0;
    width: 98%;
}
.apps-box-inner img {
   display: block;
   position: relative; max-width:140px;
}
.apps-box-inner img {
   -webkit-transform: scaleY(1);
   -moz-transform: scaleY(1);
   -o-transform: scaleY(1);
   -ms-transform: scaleY(1);
   transform: scaleY(1);
   -webkit-transition: all 0.7s ease-in-out;
   -moz-transition: all 0.7s ease-in-out;
   -o-transition: all 0.7s ease-in-out;
   -ms-transition: all 0.7s ease-in-out;
   transition: all 0.7s ease-in-out;
}
.apps-box-inner .apps-mask {
   background-color: rgba(0, 0, 0, 0.6);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}

.apps-mask .fa {
    border: 1px solid;
    border-radius: 100%;
    color: #cacaca;
    font-size: 21px;
    padding: 8px 9px;
}
.apps-mask .fa:hover{ color:#fff;  -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;}
.apps-mask > span:first-child {
    padding-right: 6%;
    text-align: right;
}

.apps-mask > span {
    padding-left: 3%;
    text-align: left;
}

.apps-mask > span:last-child {
    padding-top: 5%;
    text-align: center;
 
}
.apps-box-inner .android-icon-home {
 
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
     background:url("../images/android.png") no-repeat scroll 0 0; width:44px; height:44px; display:inline-block;
}
.apps-box-inner .ios-icon-home {
     -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
     background:url("../images/ios.png") no-repeat scroll 0 0; width:44px; height:44px; display:inline-block;
}
.apps-box-inner .link-icon-home {
     -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   background:url("../images/link.png") no-repeat scroll 0 0; width:44px; height:44px; display:inline-block;
}
.apps-box-inner:hover img {
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=.8)";
   filter: alpha(opacity=.8);
   opacity: .8;
}
.apps-box-inner:hover .apps-mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.apps-box-inner:hover a {
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.apps-singe-page {
    color: #444444;
    font-family: open sans;
    font-size: 16px;
    line-height: 1.7;
    padding-top: 20px; padding-bottom:25px;
}
.apps-singe-page h2{ font-size:1.5em; color:#f15a29; }
.apps-singe-page .app-content li
{    background: rgba(0, 0, 0, 0) url("../images/double-arrow-orange.png") no-repeat scroll 0 11px;
    margin-left: 15px;
    padding:6px 0 6px 22px; list-style:none; line-height:20px;
    
    }

/*.apps-available a {
    display: inline-block;
    margin: 10px 25px 0 0;
}*/
/*clickable element--*/
.apps-available a {
    display: inline-block;
    margin: 15px 50px 30px 0px;
}

#ios-wrap {
    background: #e7e7e7;
    clear: both;
    display: block;
    float: left;
    width: 100%;  padding:15px 0 25px 0;
}
#android-wrap {
    background: #fff;
    clear: both;
    display: block;
    float: left;
    width: 100%; padding:25px 0;
}

.apps-info ul {
    margin-top: 12px;
}
.apps-info {
    color: #444444;
    font-family: open sans;
    font-size: 15px;
    line-height: 1.9;
}

.qrcode-button {
    display: block;
    vertical-align: middle;
}

.ios-dw-bun {
    display: inline-block;
    margin: 30px 0 0 20px; vertical-align:top;
}
.qrcode-button span{ display:inline-block; text-align:center;}

.qrcode-button span img {
    margin-top: 10px;
}

.apps-info li {
    list-style: outside none none;
}
.apps-info li label {
    font-weight: 600;
}
.qr-img{ max-width:120px;}
/* menu start */

.top-app-navi {
    margin: 30px auto;
    text-align: center;
}
#apps-navi {
    background: #e6e6e6 none repeat scroll 0 0;
    display: inline-block;
    list-style: outside none none;
    margin: 0 auto;
    text-align: center;
    width: auto;
}

#apps-navi li {
    display: inline-block;
    line-height: 0;
    margin: 0 auto;
    padding: 0;
    position: relative;
    text-align: center;
    vertical-align: top; ;
}
#apps-navi a {
    border-right: 1px solid #ffffff;
    color: #555555;
    display: block;
    font: 500 16px/25px open sans;
    padding: 10px 55px;
    text-decoration: none;border-bottom: 2px solid #e6e6e6
}
#apps-navi > li a {
    text-transform: uppercase;
}
#apps-navi li:hover > a{	color: #000; border-bottom: 2px solid;}
*html #apps-navi li a:hover /* IE6 */{	color: #000;}
#apps-navi li:hover > ul{display: block;}
/* Sub-menu */
#apps-navi ul {
    background: #e6e6e6 none repeat scroll 0 0;
    display: none;
    left: 0;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 99999;
}
#apps-navi ul li a {
    border-bottom: 1px solid;
    text-transform: none;
}

#apps-navi ul li:last-child a {
    border-bottom: medium none;
}
#apps-navi ul ul{  top: 0;  left: 100%;}
#apps-navi ul li{    float: none; margin: 0; padding: 0; display: block; text-align:left;}
#apps-navi ul li:last-child{ -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;  }
#apps-navi ul a{  padding: 10px;height: auto; line-height: 1.3; display: block;  float: none;text-transform: none;}
*html #apps-navi ul a /* IE6 */{  height: 10px;}
*:first-child+html #apps-navi ul a /* IE7 */{height: 10px;}

/*
#apps-navi ul li:first-child > a:after{content: '';  position: absolute; left: 30px;  top: -8px; width: 0; height: 0;border-left: 5px solid transparent; border-right: 5px solid transparent;  border-bottom: 8px solid #444;}
#apps-navi ul ul li:first-child a:after{ left: -8px; top: 12px; width: 0; height: 0; border-left: 0;	border-bottom: 5px solid transparent; border-top: 5px solid transparent;  border-right: 8px solid #444;}
#apps-navi ul li:first-child a:hover:after{   border-bottom-color: #e6e6e6; }
#apps-navi ul ul li:first-child a:hover:after{    border-right-color: #e6e6e6;  border-bottom-color: transparent;}
*/
/* Clear floated elements */#apps-navi:after {visibility: hidden;display: block;	font-size: 0;	content: " ";	clear: both;	height: 0;}
* html #apps-navi             { zoom: 1; } /* IE6 */
*:first-child+html #apps-navi { zoom: 1; } /* IE7 */
#apps-navi .current-menu-item a {
    border-bottom: 2px solid #f15a29;
}
#apps-navi .current-menu-parent a {
    border-bottom: 2px solid #f15a29;
}
/* menu end */


#apps-slider{ display:none;}
.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:9999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}


.nbs-flexisel-inner {
   
    float: left;
    overflow: hidden;
   
    width: 100%;
}
.nbs-flexisel-item {
    cursor: pointer;
    float: left;
    line-height: 0;
    margin: 0;
    padding: 0;
    position: relative;
}
.nbs-flexisel-item img {
    cursor: pointer;
    max-width: 330px;
    position: relative;
    width: 100%;
     background: #ffffff none repeat scroll 0 0;
    border: 1px solid #d5d5d5;
    box-shadow: 0 1px 2px #999999; padding:4%;
    display: initial;
}

/*** Navigation ***/

.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
    cursor: pointer;
    height: 30px;
    opacity: 0.5;
    position: absolute;
    width: 30px;
    z-index: 100; border-radius:100%;
}

.nbs-flexisel-nav-left {
    left: 32px;
    background: rgba(0, 0, 0, 0.8) url("/images/articles/small-arrow-left.png") no-repeat scroll 5px 3px;
}

.nbs-flexisel-nav-right {
    right:32px;
    background:rgba(0, 0, 0, 0.8) url("/images/articles/small-arrow-right.png") no-repeat scroll -53px 4px;
}
@media screen and (min-width: 641px) and (max-width: 980px)
{
    .nbs-flexisel-nav-left { left:12px;}
    .nbs-flexisel-nav-right { right:12px;}
    .gply-button-icon{ margin-top:36px; display:inline-block;}
     .amazon-button-icon{ margin-top:36px; display:inline-block;}
     .qrcode-button img { vertical-align: top;}
     .ios-dw-bun{  margin: 50px 0 0 20px;}
     .apps-mask > span:first-child {
    padding-right: 6%;

}
}

@media screen and (min-width: 0px) and (max-width: 640px)
{
.apps-box.one_fourth {
width: 45%;
}
.apps-available img {
    max-width: 70px;
}
/*.apps-available a {
    margin: 10px 7px 0;
}*/
/*clickable elemet---*/
.apps-available a{
  margin: 15px 30px 30px 0px;
}
.container_24 .apps-singe-page .grid_16, .container_24 .apps-singe-page .grid_8{
    width: 100%;
}  
.qrcode-button span {
    display: block;
    text-align: center;
}
    .amazon-button-icon {
    display: block;margin-top:20px;
}
.gply-button-icon {
    display: block;
}
 .apps-info .container_24 .grid_12 {
    width: 93%;
}

#apps-navi li {
    display: block;
}
#apps-navi a {
    border-bottom: 1px solid #aaaaaa;
    border-right: medium none;
}
.nbs-flexisel-item img{ max-width:250px}
}