html {
    font-family:  sans-serif;
    font-size: 14px;
}

body {
    margin: 0;
    background:#FFF;
    width:100%;
    overflow-x: hidden
}

.ui-overlay-a,
.ui-page-theme-a,
.ui-page-theme-a .ui-panel-wrapper {
    background: #F90066;
}

a {
    text-decoration: none
}
a:hover{
    text-decoration: none;
}
img {
    border: none;
}



.c {
    clear: both;
    font-size: 1px;
    width: 1px;
    height: 1px;
    text-indent: -999px;
}

.dv_f {
    float: left;
    display: inline;
}

.dv_fr {
    float: right;
    display: inline;
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777
}

h1,.h1,h2,.h2,h3,.h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h1 .small,.h1 .small,h2 .small,.h2 .small,h3 .small,.h3 .small {
    font-size: 65%
}

h4,.h4,h5,.h5,h6,.h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small,h4 .small,.h4 .small,h5 .small,.h5 .small,h6 .small,.h6 .small {
    font-size: 75%
}

h1,.h1 {
    font-size: 36px
}

h2,.h2 {
    font-size: 30px
}

h3,.h3 {
    font-size: 24px
}

h4,.h4 {
    font-size: 18px
}

h5,.h5 {
    font-size: 14px
}

h6,.h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}
logo{
    display: block;
    margin:1em auto;
    width:331px;
    height: 212px;
    background: url(images/bobologo.png) no-repeat;
    background-size: contain;
}
logo a{display: block;width:100%;height:100%}


.sliderC{
    position: relative;
    height:330px;
    width:100%;display: none;
}
ul.photos{
    width:100%;
    height:298px;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}
ul.photos li{
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 290px;
    z-index: 1;
}
ul.photos li a{
    display: block;
    width:100%;
    height: 100%;
}
ul.photos img{
    border:none;
    display: block;
    margin:0 auto;
    height:100%;
}
ul.photos li.cur{
    display: block;
    position: static;
}

.sliderC .leftArrow{
    position: absolute;
    z-index: 1;
    width: 50px;
    height: 88px;
    background: url(images/leftArrow.png) no-repeat;
    background-size: contain;
    left:10px;
    top:105px;
    cursor:pointer;

}
.sliderC .rightArrow{
    position: absolute;
    z-index: 1;
    width: 50px;
    height: 88px;
    background: url(images/rightArrow.png) no-repeat;
    background-size: contain;
    right:10px;
    top:105px;
    cursor:pointer;
}

.pagerCenter{
    position: absolute;
    width:100%;
    height: 33px;
    z-index: 10;
    top:258px;
    
}
.pagerCenter div{
    width:82px;
    margin:0 auto;
    height:100%;
    background: url(images/halfCircle.png) no-repeat
}
ul.pagers{
    list-style: none;
    margin:5px auto 0;
    width:auto;
    text-align: center;
    overflow: hidden;
    padding: 0
}
ul.pagers li{
    padding: 0;
    display: inline-block;
    width:20px;
    height: 20px;
    background: url(images/pageDot.png) no-repeat;
    margin:0 5px;
    cursor:pointer;
}

ul.pagers li.cur {
    background-image: url(images/pageDot2.png)
}
li.appinfo h2 a{
    color:#57B5F6;
}

ul.apps {
    margin-top:30px;
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    
}
li.appinfo {
    background-size: cover;
    float:left;
    margin-bottom:20px;
    margin: 0 auto;
    overflow: hidden;
    cursor: pointer;
    width:250px;
    margin-left:20px;
    text-align: center
}
li.appinfo img{
    width:100%;
    border-radius: 25px
}




.appcontent{
    width:100%;
    overflow: hidden;
}
.appthumb{
    float:left;
    width:25%;
    height: auto;
    margin-left:20px;
    
}
.appthumb img{
    width:100%;
    height:100%;
    border-radius: 50px;
}
.appinfomation{
    float:right;
    margin-right:20px;
    width:70%;
}
.appinfomation h1{
    color:#57B5F6
}
.appinfomation h3 {
    color:#FF6800
}
.appinfomation p{
    color:#000
}
ul.snapshots{
    margin:0;
    padding:0;
    list-style: none;
    overflow: hidden;
    padding-bottom: 20px;
}
ul.snapshots li{
    list-style: none;
    padding:10px;
    border:1px solid #FF7D00;
    width:20%;
    float:left;
    margin-left:20px;
    margin-bottom: 20px;
}
ul.snapshots li img{
    width:100%;
}

#snapshotContainer{
    position: fixed;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    /*background: rgba(0,0,0,0.7);*/
}
#snapshotContainer .bg{
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.7);
}
#snapshotContainer .content{
    position: absolute;
    z-index: 1;
    width:100%;
    height: 100%;
    top:0;
    left:0;
}
#snapshotContainer ul.pList{
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}
#snapshotContainer ul.pList li{
    position: absolute;
}
#snapshotContainer ul.pList li img{
    width:100%;
    height: 100%;
}
ul.store-badges{
    list-style:none;
    margin:15px auto;
    padding: 0;
    overflow: hidden;
    width:auto;
    text-align: center
}
ul.store-badges li{
   display: inline-block;
    text-align: center;
    width:182px;
    margin-right:20px;
    text-transform: uppercase
}

a.close{
    display: block;
    position: absolute;
    z-index: 2;
    top:20px;
    right:20px;
    font-size: 40px;
    font-family: Arial,sans-serif;
    color:#FFF;
    font-weight: 700;
    cursor:pointer;
    opacity: 0.8;
    line-height: 30px;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}
a.close:hover{
    opacity: 1
}
a.next,a.prev {
    z-index: 3;
    display:block;
    position: absolute;
    top:50%;
    left:15px;
    width:50px;
    height:50px;
    margin-top:-20px;
    font-family: "Open Sans",Arial, sans-serif;
    color:#FFF;
    text-shadow: 0 0 2px #000;
    line-height: 32px;
    font-weight: 100;
    font-size: 72px;
    text-align: center;
    box-sizing: content-box;
    border:3px solid #fff;
    border-radius: 50px;
    opacity: .5;
    cursor: pointer;

}
a.next:hover, a.prev:hover{
    opacity: 1;
}
a.next{
    left:auto;
    right:15px;
}

.cover{
    width:100%;
    height: 290px;
    background-repeat: repeat-x;
    margin:20px 0;
    overflow: hidden;
}
.cover img{
    display: block;
    height: 290px;
    margin:0 auto;
}
.footer{
    background: #57B5F6;
    width:100%;
    padding:20px 0 10px;
    color:#FFF;
    text-align: center
}
.footer a{color:#FFF}
.footer h4{font-size: 35px;color:#FFF;font-weight: bold}
.contactus{display: block;width:261px;height: 106px;background:url(images/contactus.png) no-repeat;margin:10px auto;overflow: hidden;}
.contactus a{display:block;width:100%;height:100%;color:#FFF;font-size:25px;overflow: hidden;}
.contactus a span{display: block;margin:70px 0 0}
@media(orientation:landscape) and (min-width:750px) {}

@media(orientation:portrait) and (min-width:750px) {}


@media(max-width:750px) {
    
    .appthumb{
        margin-left: 10px;
    }
    ul.snapshots li{
        padding:0;
        width:50%;
        margin:0 auto 10px;
        float:left;
        border:none;
    }
    ul.snapshots li img{
        width:90%;
        display: block;
        padding:2px;
        border:1px solid #FF7D00;
        margin:0 auto
    }
    ul.photos img {
        margin-left: -236px;
    }
   .cover img{
       margin-left:-236px;
   }
    h2,.h2{
        font-size: 24px;
    }
}

@media(max-width:450px) {
    logo{width:300px;height:35px;}
    .sliderC{height:220px;}
    ul.photos{height:180px;}
    ul.photos li{height:180px}
    .sliderC .leftArrow{width:40px;height:60px;left:5px;top:52px;}
    .sliderC .rightArrow{width:40px;height:60px;right:5px;top:52px;}
    .appthumb{
        float:none;
        width:90%;
        margin:0 auto;
    }
    .appinfomation{
        float:none;
        width:90%;
        margin:0 auto
    }
    ul.snapshots li{
        padding:2px;
        width:90%;
        margin:0 auto 10px;
        float:none;
    }
    h2,.h2{
        font-size: 22px;
    }
}
@media(max-width:320px) {
    logo{width:160px;height:20px;}
    h2,.h2{
        font-size: 20px;
    }
    .sliderC{height:180px;}
    ul.photos{height:149px;}
    ul.photos li{height:140px}
    .sliderC .leftArrow{width:25px;height:44px;left:5px;top:52px;}
    .sliderC .rightArrow{width:25px;height:44px;right:5px;top:52px;}
}