html{margin: 0 !important;
    padding: 0 !important;}
body{font-family:Verdana; font-size:13px; margin: 0 !important;
    padding: 0 !important; text-align: center;
    background-image: url(/image/bg2.jpg);
    background-size: cover;
    }
.body-contact-us{background-image: url(/image/bg5.jpg);}
.body-about-us{background-image: url(/image/bg4.jpg);}
.body-baby-on-board{background-image: url(/image/bg1.jpg);}
.body-cutie-buddy-realistic-baby-doll{background-image: url(/image/bg3.jpg);}
.center{text-align: center;}
.hide{display:none !important;}
.fl{float:left !important;}
.fr{float:right !important;}
.yb{border:1px solid rgba(255, 216, 0, 0.30) !important;}
a{text-decoration:none !important; color:#333}
a:hover{color: #ffa330;}
a:visited{color: #333;}
.cls{clear:both;}
.b{font-weight:bold;}
.i{font-style:italic;}
.l{text-transform:lowercase;}
.f13{font-size:13px;}
.red{color:red;}
h1{text-transform: uppercase; font-size: 28px; padding-bottom: 20px;}
h2{text-transform: uppercase; font-size: 18px; padding-bottom: 15px; padding-top: 30px; font-weight: bold;}
h3{text-transform: uppercase; font-size: 15px; font-weight:bold; padding-bottom: 0px;}


.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

.menu-outer{
    background-color: #333;
    height: 166px;
    position: relative;
}
.logo{
    position: absolute;
    top:10px;
    left:10px;
}
.menu{font-size: 16px; width:880px; margin: auto;}
.menu a{
    display: block;
    float: left;
    padding-top: 60px;
    padding-bottom: 16px;
    margin-left:15px;
    margin-right: 15px; 
    transition: all 0.3s ease;
    border-bottom: 2px solid #333;
    color: #fff;
}
.menu a:hover{
    color:#ffa330;
    border-bottom: 2px solid #ffc25f;
}

.footer-row{margin: auto; padding-bottom: 60px; padding-top: 60px; background-color: #666;}
.footer-row a:hover{
    color:#ffa330;
}


.row {
    margin-right: 0px !important; 
    margin-left: 0px !important;
}
.main{
    margin: auto;
    min-height: 700px;
    width:96%;
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: left;
}
.page-content-box{
    background-color: #eee;
    padding: 50px;
    font-size: 15px;
    line-height: 36px;
    border-radius: 10px;
}
.about-us{

}
.home{

}

.star-point{
    background-image: url(/image/star.png);
    background-repeat: no-repeat;
    background-position: 0px 8px;
    background-size: 32px 30px;
    padding-left: 60px;
    line-height: 26px;
    padding-bottom: 20px;
}
.spt2{
    height: 42px;
    line-height: 42px;
    background-position: 0px center;
}
.feature-list{
    line-height: 26px;
    padding-bottom: 30px;
    background-size: 160px 160px;
    padding-left: 180px;
    min-height: 180px;
    background-repeat: no-repeat;
}
.fl1{background-image: url(/image/s1.jpg);}
.fl2{background-image: url(/image/s2.jpg);}
.fl3{background-image: url(/image/s3.jpg);}
.fl4{background-image: url(/image/s4.jpg);}
.fl5{background-image: url(/image/s5.jpg);}
.fl6{background-image: url(/image/s6.jpg);}

.slider3 .slide img{
    border-radius: 10px;
}

.picture-box{

}
.picture-box h3{
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}





@media screen and (min-width: 320px) {
    .menu-outer{
        height:60px;
    }
    .menu{
        display: none;
    }
    .menu-mobile{
        display: block;
    }
    .menu-mobile-icon{
        background-image: url(/image/menu.jpg);
        background-size: 60px;
        background-repeat: no-repeat;
        height: 60px;
        cursor: pointer;
    }
    .menu-mobile-content{
        display: none;
        height:100vh;
        background-color: #fff;
        position: absolute;
        width: 100%;
        z-index: 100;
    }
    .menu-mobile-content a{
        display: block;
        text-align: left;
        padding:20px;
        font-weight: bold;
        border-bottom: 1px solid #ccc;
    }
    .logo{right:10px;left:auto;}
    .logo img{
        width:60px;
    }
    .main{
    padding-top: 20px;
    padding-bottom: 20px;
    }
    .page-content-box {
    padding: 20px;
    }
    .feature-list {
    background-size: 80px 80px;
    padding-left: 100px;
    }
    .spt2 {
    height: auto;
    line-height: 21px;
    background-size: 21PX;
    background-position: 0px 0px;
    padding-left: 30px;
    }
}
@media screen and (min-width: 767px) {
     .main{
    padding-top: 30px;
    padding-bottom: 30px;
    }
    .page-content-box {
    padding: 30px;
    }
    .feature-list {
    background-size: 100px 100px;
    padding-left: 120px;
    }
    .spt2 {
    height: 42px;
    line-height: 42px;
    background-position: 0px center;
    background-size: 32px 30px;
    padding-left: 60px;
    }
}
@media screen and (min-width: 992px) {
    .menu-mobile{display: none;}
    .menu-outer{
        height:166px;
    }
    .logo{right:auto;left:10px;}
    .logo img{
        width:80px;
    }
    .menu{display: block;}
    .main{
        max-width:992px;
        }
    .page-content-box {
        padding: 50px;
    }
    .feature-list {
    background-size: 160px 160px;
    padding-left: 180px;
    }
}
@media screen and (min-width: 1280px) {
    .logo img{
        width:auto;
    }
}