html, body {
    height: 100%;
}

@font-face {
    font-family: fonts-kids;
    src: url("../../fonts/kids.TTF");
}


body {
    margin: 0;
    padding: 0;
}

p {
    font-family: fonts-kids;
    color: #f8f8f8;
    font-size: 1.7em;
}


 #bgvid {


    width: 100%;height: 100%;

    background: url('../../img/kids/one/kids_index.jpg') no-repeat;

    background-size: cover;


}


#bgvid2 {


    width: 100%;height: 100%;

    background: url('../../img/kids/four/four_static.jpg') no-repeat;

    background-size: cover;


}
h1, h2, h3, h4, h5 {
    font-family: fonts-kids;
}

nav, section, main, figure {
    display: block;
}


nav {
    background-color: rgba(40, 40, 40, 0.55);

    position: fixed;
    top: 0;
    z-index: 7;
    width: 100%;
}
/* @media (min-width: 615px){
    nav{
        height: 82px;
    }
} */

nav .navWrapper {
    height: 51px;
    /*display: flex;*/
    /*flex-direction: row;*/
    /*justify-content: space-around;*/
    margin-left: 20%;
    margin-right: 20%;
    /*flex-wrap: wrap;*/
    /*border-bottom: 0.3px solid rgb(144, 143, 143);*/
}

nav .navWrapper > h2 {
    color: #f8f8f8;
    margin: 10px;
    float: left;
    width: 35%
}

nav .navWrapper > .rightMenu {
    /*float: right;*/
    position: relative;
    /*padding-top: 20px;*/
    font-size: .78em;
    line-height: 51px;
    width: 62%;
    display: inline-block;
}

nav .rightMenu > p {
    display: inline;
}

nav .rightMenu input[type=text] {
    height: 34px;
    border-radius: 6px;
    border: 0;
    width: 35%;
    padding: 2px 5px;
    background: #3b3939;
    color: #f8f8f8;
    font-size: 1.1em;
    margin-right: 5px;
}

nav .rightMenu input[type=text]:focus {
    background: #4B4B4B;
    outline: 0;
}

nav .signBtn {
    align-self: center;
    background: #FD9B06;
    border: 0;
    color: #fff;
    padding: 10px 12px 10px 12px;
    border-radius: 5px;
    cursor: pointer;
    /*margin-left: 80px;*/
}

nav .signBtn:hover {
    background: #e58806;
}

nav .signBtn:focus {
    outline: 0;
    background: #e58806;
}

nav h2 {
    color: #f8f8f8;
    margin: 10px;
}

.haloMain {
    background-color: #000000;
    height: 100%;
    transition: background-color 1s ease-in-out;
    -webkit-transition: background-color 1s ease-in-out;
}

.sectionContent {
    position: relative;
    /*height: 100%;*/
    z-index: 6;
    text-align: center;
}

.stickyContent {
    position: relative;
    overflow: hidden;
    z-index: auto;
}

.haloWrapper {
    position: absolute;
    z-index: 2;
}

.animation-wrapper {
    position: relative;
    height: 100%;
}

.haloHeadline {
    position: absolute;
    width: 100%;
    top: -500px;
    opacity: 0;
}

.haloHead {
    font-weight: normal;
    text-align: center;
    color: #f8f8f8;
    font-size: 7.3em;
    position: absolute;
    margin: auto;
    /*top: -40%;*/
    right: 0;
    left: 0;
    opacity: 1;
}

.haloHead > span {
    position: relative;
    /*transition: all 1s ease-in-out;*/
}

.section {
    position: relative;
}

::-webkit-input-placeholder {
    opacity: 0.3;
}
input::-moz-placeholder{
   opacity: 0.3;
}

:-ms-input-placeholder{
    opacity: 0.3;
}



/*sign up粗细*/
.btn-order{
    font-weight: 300;
}

.section_1 {
    height: 80%;
    /*background-image: url('../../img/kids/one/kids_index.jpg');*/
}


.section_1 > .narrow-scr-only{
    height: 100%;
    /*background: #1a1a1a;*/
    background-image: url("../../img/kids/one/kids_index_mobile.jpg?v=0001");
    width:100%;
    background-position-y:45%;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;
}



@media(min-width: 415px){
    .section_2  .wide-scr-only {
        height: 100%;
        /*background: #1a1a1a;*/
        background-image: url("../../img/kids/two/two.jpg?v=0001");
        width:100%;
        background-size: 100% 100%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-repeat: no-repeat;

    }

    .section_8 .wide-scr-only {
        height: 100%;
        /*background: #1a1a1a;*/
        background-image: url("../../img/kids/three_before/three_before.jpg?v=0001");
        width:100%;
        background-size: 100% 100%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-repeat: no-repeat;

    }
}



.section_2 > .narrow-scr-only {
    height: 100%;
    background-position:50% 90%;
    /*background: #1a1a1a;*/
    background-image: url("../../img/kids/two/two_mobile.jpg?v=0001");
    width:100%;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;


}

.section_8 > .narrow-scr-only {
    height: 100%;
    background-position:50% 90%;
    /*background: #1a1a1a;*/
    background-image: url("../../img/kids/three_before/three_before_mobile.jpg?v=0001");
    width:100%;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;


}




.section_2 > div > div  > h1{
    color: #FEA7A7;

}

.section_2 > div> div>p{
    color: #FEA7A7;
}

.section_8 > div > div  > h1{
    color: #FEA7A7;

}

.section_8 > div> div>p{
    color: #FEA7A7;
}
.haloExploreContainer {
    position: relative;
    margin: 0 auto;
    /*width: 60%;*/
    /*height: 50%;*/
    margin-top: 5%;
}

.haloExploreImg {
    display: inline-block;
    position: absolute;
    /*width: 15%;*/
}

.haloExploreImg img {
    width: 100%;
    height: auto;
}

.appImgContainer {
    position: relative;
    width: 50%;
    height: 50%;
    margin: 0 auto;
    margin-top: 3%;
    padding-left: 10%;
}

.appImg {
    width: 27%;
    display: inline-block;
    position: absolute;
    opacity: 0;
    /*background-size: cover;*/
}

.appImg1 {
    width: 100%;
    display: inline-block;
    position: absolute;
    opacity: 0;
}

.appImg img {
    width: 100%;
    height: 100%;
}

.txtBox {
    padding-top: 0;
    width: 80%;
    opacity: 0;
    margin: 0 auto;
}

.txtBox h1 {
    font-weight: normal;
}

.section_2 {
    height: 90%;
}



#txtBox_1 > img{
    width:95%;
}




@media only screen and (max-width:615px){
    .form-email{
        float:left;
        width:60%;
    }

    .form-email{
        float:left;
    }
    .btn-order{
        height:40%;
        width:30%;
        font-size: 1.8em;


    }
    .btn-xl{
        background-color:#FF9D9C;
        padding:1.5px 3px;
        border-color:#FF9D9C ;
    }
}




/*.section_3 {
    height: 80%;
}

.section_3 > .sectionContent {
    height: 100%;
    !*background-image: url("../../img/halo/img/halo_section_3.jpg");*!
    !*background-position: center;*!
    background-position-x: 30%;
    background-position-y: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}*/
.section_3 {
    height: 80%;
    /*background-color: #1A1A1A;*/
}

.section_3 > .sectionContent_narrow{
    background-image: url("../../img/kids/two_after/two_after_mobile.jpg?v=0001");
    width:100%;
    height:100%;
    background-position: 20% 40%;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;
}

.section3 .wide-img-only{
    position:absolute;
}
#example_video_1{
    position:relative;
    z-index: 1;
}

.video_text1{
    position:absolute;
    top:0;
    left:30%;
    z-index: 20;
}
.video_text2{
    position:absolute;
    left:10%;
    z-index: 20;
}

.slick-prev, .slick-next {
    top: 25% !important;
}

.section_4 {
    height: 90%;
}

.section_4 > div {
    height: 100%;
    background: #FFA5A5;
}

.section_4 .sliderImg {
    box-shadow: 1px 1px 10px #070707
}

.section_4 .sliderBox {
    margin: 10px;
    text-align: center;
}

.section_4 .sliderBox h4 {
    color: #f8f8f8;
}

.section_4 p{
    margin: 35px 0 10px;
}

/*.section_5 {*/
    /*height: 120%;*/
/*}*/

/*.section_5 > div {*/
    /*height: 100%;*/
    /*background: #202020;*/
/*}*/
.section_5{
    height:80%;
    background-color: #FFB1AD;
}

@media(min-width: 415px) {
    .section_5 > .wide-scr-only {
        background-image: url("../../img/kids/five/five.jpg?v=0001");
        width: 100%;
        height: 100%;

        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-repeat: no-repeat;

    }
}

.section_5 > .narrow-scr-only {
    background-image: url("../../img/kids/five/five_mobile.jpg?v=0001");
    width:100%;
    height:100%;

    background-position: 20% 72%;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;

}


.section_6 {
    height: 80%;
}

@media(min-width: 415px) {
    .section_6 > .wide-scr-only {

        /*background: #1a1a1a;*/
        background-image: url("../../img/kids/six/six_capacity.jpg?v=0001");
        width: 100%;
        height: 100%;
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-repeat: no-repeat;
    }
}
.section_6 > .narrow-scr-only {
    background-position-y: 75%;
    /*background: #1a1a1a;*/
    background-image: url("../../img/kids/six/six_capacity_mobile.jpg?v=0001");
    width:100%;
    height:100%;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;
}

.section_7 {
    height: 80%;
    /*background: #202020;*/
}
@media(min-width: 415px) {
    .section_7 > .wide-scr-only {
        background-image: url("../../img/kids/seven/seven.jpg?v=0001");
        width: 100%;
        height: 100%;
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-repeat: no-repeat;
    }
}

.section_7 > .narrow-scr-only{
    background-position-y:40%;
    background-image: url("../../img/kids/seven/seven_mobile.jpg?v=0001");
    width:100%;
    height:100%;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;
}

.my-slider {
    width: 60%;
    margin: 100px auto;
}

.my-slider img {
    width: 100%;
}

.section_8 {
    height: 100%;
    background: #1a1a1a;
}

.section_8 img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 90%;
}

.section_9 {
    height: 98%;
    background: #1a1a1a;
}

.section_9 > div {
    margin: 0 20%;
}

.section_9 .tableHeader {
    border-top: 1px solid rgb(144, 143, 143);
    border-bottom: 0.3px solid rgb(144, 143, 143);
}

.section_9 .tableHeader > img {
    max-width: 500px;
    margin: 40px 0
}

.section_10{
    height: 80%;
    background: #202020;
}

.section_10 .logoBox{
    padding-top: 20px;
    width: 60%;
    margin: 0 auto;
}

.section_10 .logoBox h1 {
    margin: 0;
    font-size: 3.3em;
    color: #f8f8f8;
    text-align: center;
}

.section_10 .flex-table{
    border-top: 1px solid white;
    padding: 30px 0;
    margin-top: 20px;
}

.section_10 .col_3 > img{
    width: 80%;
    height: auto;
    vertical-align: middle;
}

.section_10 .col_3{
    text-align: center;
    height: 150px;
    /*padding: 10px;*/
    line-height: 150px;
}
.section_11 {
    height:80%;
}

.section_11 > .sectionContent_narrow{
    background-image: url("../../img/kids/four/four_mobile.jpg?v=0001");
    width:100%;
    height:100%;
    background-position: 20% 40%;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;
}

@media(min-width: 615px) and (max-width: 1126px){
    .section_1  .wide-scr-only{
        background-image: url("../../img/kids/one/kids_index.jpg?v=0001");
        width:100%;
        height:100%;
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-repeat: no-repeat;
    }

    .section_3  .sectionContent_wide{

        background-image: url("../../img/kids/two_after/two_after.jpg?v=0001");
        width:100%;
        height:100%;
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-repeat: no-repeat;

    }


    .section_11  .sectionContent_wide{

        background-image: url("../../img/kids/four/four_static.jpg?v=0001");
        width:100%;
        height:100%;
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-repeat: no-repeat;

    }
}






.narrow-scr-only {
 margin-top:0px;
}
.section .col_left{
    text-align: start !important;
}

.section_10 .col_center{
    text-align: center !important;
}

.section_10 .col_right{
    text-align: end !important;
}



.txtBox h1 {
    margin: 0;
    font-size: 3.3em;
    color: #f8f8f8;
    text-align: center;
}

.txtBox p {
    text-align: center;
    margin: 0 15%;
    line-height: 25px;
    margin-top: 25px;
}




@media(min-width: 600px){
    .section_2 > div > div > h1{
        margin-left:60%;
        text-align: left;
    }
    .section_2 > div > div > p{
        margin-left:60%;
        text-align: left;
        margin-right:0;
        width:30%;
    }

    .section_3 > div > div > h1{
        margin-left:12%;
        text-align: left;
    }
    .section_3 > div > div > p{
        margin-left:12%;
        text-align: left;
        margin-right:0;
        width:30%;
    }


    .section_8 > div > div > h1{
        margin-left:60%;
        text-align: left;
    }
    .section_8 > div > div > p{
        margin-left:60%;
        text-align: left;
        margin-right:0;
        width:30%;
    }




}

.section_4 p{
        line-height: 1.1  !important;
    }


.section_11  h1{
    color:white;
}

.section_11  p{
    color:white;
}

.section_7 > div > div > h1{

    margin-left:5%;
    text-align:left;
}
.section_7 > div > div > p{
    margin-left:5%;
    text-align: left;
    margin-right:0;
}



#haloImg {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    /*background-image:*/
    /*url("../../img/halo/halo/halo/0.jpg"),*/
    /*url("../../img/halo/halo/halo/1.jpg"),*/
    /*url("../../img/halo/halo/halo/2.jpg"),*/
    /*url("../../img/halo/halo/halo/3.jpg"),*/
    /*url("../../img/halo/halo/halo/4.jpg"),*/
    /*url("../../img/halo/halo/halo/5.jpg");*/
    background-position: -39px 50%;
    background-size: 684px 490px;
    width: 684px;
    height: 490px;
    /*width: 63%;*/
}

/*#haloImage{*/
    /*position: absolute;*/
    /*margin: auto;*/
    /*top: 0;*/
    /*left: 0;*/
    /*bottom: 0;*/
    /*right: 0;*/
    /*opacity: 0;*/
    /*background-image:url("../../img/halo/halo/1.jpg");*/
    /*background-position: -39px 50%;*/
    /*width: 684px;*/
    /*height: 490px;*/
/*}*/

@media only screen and (min-width:2101px){

    .section_1 .txtBox{
        width:35%;
        margin-left:10%;
    }
    .section_1 > img{
        width:40%;
    }
    .form-control{
        padding:20px 11px;
    }
    .form-email{
        float:left;
        width:35%;
        margin-left:5%;
    }

    .btn-order{
        margin-left:-15%;
        height:40%;
        width:35%;
        font-size: 20px;
    }
    .btn-xl{
        background-color:#FF9D9C;
        padding:5.5px 3px;
        border-color:#FF9D9C ;
    }

}

@media only screen and (max-width:2100px){

    .section_1 .txtBox{
        width:42%;
        margin-left:17%;
    }
    .section_1 > img{
        width:40%;
    }
    .form-control{
        padding:20px 11px;
    }
    .form-email{
        float:left;
        width:35%;
        margin-left:5%;
    }

    .btn-order{
        margin-left:-15%;
        height:40%;
        width:35%;
        font-size: 20px;


    }
    .btn-xl{
        background-color:#FF9D9C;
        padding:5.5px 3px;
        border-color:#FF9D9C ;
    }
}
@media only screen and (max-width: 1800px) {
    .haloColorBox {
        width: 80% !important;
    }
    .section_1 .txtBox{
        width:50%;
        margin-left:12%;
    }
    .section_1 img {
        width:90%;
    }
    .form-control{
        padding:20px 11px;
    }
    .form-email{
        float:left;
        width:35%;
        margin-left:5%;
    }

    .btn-order{
        margin-left:-15%;
        height:40%;
        width:38%;
        font-size: 1.4em;


    }
    .btn-xl{
        background-color:#FF9D9C;
        padding:5.5px 3px;
        border-color:#FF9D9C ;
    }

    .section_2  .wide-scr-only{
        background-position:30% 50%;
    }
    .section_5 .wide-scr-only{
        background-position: 70% 50%;
    }
    .section_6 .wide-scr-only{
        background-position:70% 50%;

    }

    .section_7 .wide-scr-only{
        background-position:85% 50%;
    }
}

@media only screen and (max-width: 1300px) {

    .appImgContainer {
        width: 65%;
    }

    .section_1 .txtBox{
        width:50%;
        margin-left:20%;
    }
    .section_1 > img{
        width:40%;
    }
    .form-control{
        padding:20px 11px;
    }
    .form-email{
        float:left;
        width:40%;
        margin-left:5%;
    }

    .btn-order{
        margin-left:-10%;
        height:40%;
        width:40%;
        letter-spacing: 0.1px;
        font-size: 17px;


    }
    .btn-xl{
        background-color:#FF9D9C;
        padding:7.5px 3px;
        border-color:#FF9D9C ;
    }
}

@media only screen and (max-width: 810px) and (min-height: 568px) {
    .appImg {
        width: 35%;
    }
}

@media only screen and (max-width: 1025px) {
    video{
        display:none !important;
        visibility:hidden !important;
    }

    nav .navWrapper > .rightMenu {
        width: 60%;
    }


    .section_1 .txtBox{
        margin-top:3%;
        width:58%;
        margin-left:-6%;
    }
    #kid-title {
        width:100%;
    }

    .form-control{
        padding:20px 11px;
    }
    .form-email{
        float:left;
        width:32%;
        margin-left:5%;
    }

    .btn-order{
        margin-left:0%;
        height:55%;
        width:60%;
        font-size: 1.8em;


    }
    .btn-xl{
        background-color:#FF9D9C;
        padding:1.5px 3px;
        border-color:#FF9D9C ;
    }

    .section_2 > .wide-scr-only{
        background-position: 30% 50%;
        height:70%;
    }
}

@media only screen and (max-width: 1025px) {
    nav .navWrapper {
        margin-left: 0;
        margin-right: 0;
    }

    nav .navWrapper > .rightMenu {
        margin-right: 10px;
    }
    .section_5 > .wide-scr-only{
        background-position: 20% 50%;
    }

    .section_6 > .wide-scr-only{
        background-position: 70% 50%;
    }

    .section_7 > .wide-scr-only{
        height:90%;
        background-position: 88% 50%;
    }
    .section_7 > .txtBox{
        margin-top:10px;
    }


}

@media only screen and (max-width: 950px){
    .logoBox{
        width: 80% !important;
    }
}

@media only screen and (max-width: 935px) {
    .haloHead {
        font-size: 5.3em;
    }

    /*nav .signBtn{*/
    /*margin-left: 60px;*/
    /*}*/
}

@media only screen and (max-width: 810px) {
    .section_9 .tableHeader img {
        width: 300px;
    }


    .section_9 > div {
        margin: 0 10%;
    }
}
@media(min-width: 770px){

        .form-control {
            font-size: 20px;
        }
}

@media (min-width: 615px) and (max-width: 992px){
    .nav-item{
        margin-left:15px !important;
    }
    .navbar-logo{
        min-width:136px !important;
    }
    .navbar > .container .navbar-brand{
        margin-left:-15px;
    }
}

@media (max-width: 768px) {

    .form-control {
        font-size: 18px;

    }
    #order .form-control{
        text-align: center;
    }
    .btn-order{
        font-size:18px;
    }
    .btn-xl{
        padding:7px 3px;
    }


}

@media only screen and (max-width: 710px) {
    .form-email{
        float:left;
        width:60%;
    }

    .form-email{
        float:left;
    }
    .btn-order{
        height:40%;
        width:30%;
        font-size: 1.8em;


    }
    .btn-xl{
        background-color:#FF9D9C;
        padding:1.5px 3px;
        border-color:#FF9D9C ;
    }
    .haloHead {
        font-size: 4.3em;
    }
    .section_10{
        height:80%;
    }

    .section_10 .col_3 > img{
        width:99%;
    }


}

@media only screen and (max-height: 700px) {
    .section_8 {
        height: 100%;
    }

    .section_4 p {
        font-size: 1.8em;
    }
}

@media only screen and (max-width: 616px) {
    nav .navWrapper > h2 {
        display: none;
    }

    nav .rightMenu {
        width: 95% !important;
    }

    nav .rightMenu input[type=text] {
        width: 68%;
    }

    .section_10 .col_3{
        height: 90px;
        line-height: 90px;
    }
}

@media only screen and (max-width: 615px){
    #order .btn-order {
        margin-left: 0%;
        height: 40%;
        width: 100%;
        font-size: 18px;
    }
    .section_4 {
        height:85%;
    }
}



@media only screen and (max-width: 615px) {
    .haloHead {
        font-size: 3.0em;
    }

    nav .navWrapper > .rightMenu > p {
        display: none;
    }

    .section_1 .txtBox{
        width:90%;
        margin-left:5%;
    }
    .section_1 >img {
        width:95%;
    }
    .form-control{
        padding:20px 11px;
    }
    .form-email{
        float:left;
        width:55%;
        margin-left:3%;
    }

    .btn-order{
        margin-left:-9%;
        height:40%;
        width:24%;
        font-size: 18px;


    }
    .btn-xl{
        background-color:#FF9D9C;
        padding:6.8px 3px;
        border-color:#FF9D9C ;
    }
    #haloImg {
        width: 75%;
    }

    p {
        font-size: 1.8em;
    }

    .section_2{
        height:100%;
    }
    .section_1{
        height:100%;
    }
    .section_3{
        height:100%;
    }
    .section_5{
        height:100%;
    }
    .section_6{
        height:100%;
    }
    .section_7 {
        height: 100%;
    }
    .section_8 {
        height: 100%;
    }
    .section_11{
        height:100%;
    }
}

@media only screen and (max-width: 545px) {
    .flex-table .row > p {
        margin-top: 10px !important;
    }
}

@media only screen and (max-width: 485px) {
    .txtBox h1 {
        font-size: 3em;
    }

    .logoBox h1{
        font-size: 2.3em!important;
    }

    /*.section_2{*/
    /*height: 60%;*/
    /*}*/
    .section_2 .imgContainer {
        width: 65%;
    }

    .section_2 img {
        width: 80%;
    }

    .txtBox p {
        margin-top: 16px;
    }

    .section_3 .txtBox p {
        margin:0;
    }

    .section_8 .txtBox p {
        margin:0;
    }

    .section_11 .txtBox p {
        margin:0;
    }

    .googleBtn, .appleBtn {
        width: 170px;
        height: 60px;
    }
    .form-group > p{
        margin:10px 0;
    }
}

@media only screen and (max-width: 450px) {
    /*.flex-table .row > p {*/
    /*margin-top: 10px !important;*/
    /*}*/
    .section_9 .tableHeader img {
        width: 200px;
        margin: 13px 0;
    }

    .form-control{
        font-size:18px;
    }
}

@media only screen and (max-width: 425px){
    /*#section_3{*/
        /*height:80%;*/
    /*}*/

}


@media only screen and (max-width: 395px) {
    nav .rightMenu input[type=text] {
        width: 55%;
    }

    .googleBtn, .appleBtn {
        width: 150px;
        height: 60px;
    }

    .txtBox {
        width: 100%;
    }

    .flex-table .row > p {
        margin: 10px 0 0 0;
    }
}

@media only screen and (max-width: 380px) {
    .haloHead {
        font-size: 2.5em;
    }

    .form-email{
        margin-left:1px;
    }

    .btn-xl{
        padding:6.5px 3px;
    }
    .form-control{
        font-size:16px;
    }
}

@media only screen and (max-width: 330px) {
    .section_4 {
        height: 100%;
    }

    .section_9 {
        height: 100%;
    }

    .section_9 > div {
        margin: 0 8%;
    }
}

@media only screen and (max-width: 320px) {
    .haloHead {
        font-size: 2.0em;
    }


    .btn-xl{
        padding: 7.2px 3px;
    }

    .btn-order{
        width:30%;
    }
    .form-control{
        font-size:14px;
    }

}



@media only screen and (max-height: 568px) {
    .section_7 {
        height: 100%;
    }
}

.flex-table {
    display: flex;
    flex-direction: column;
}

.flex-table .row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-left:0px;
}

.flex-table .row > p {
    max-width: 400px;
    margin: 16px 0 0 0;
}

.flex-table .row > .col_1 {
    flex: 0 0 40%;
    text-align: start;
}

.flex-table .row > .col_2 {
    flex: 0 0 60%;
    text-align: start;
}

.flex-table .row> .col_3{
    flex: 0 0 33%;
    text-align: start;
}

.section h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

::placeholder :-ms-input-placeholder :-ms-input-placeholder {
    color: #a39d9d;
    font-size: 1.1em;
}

.flex-table .row:before{
    display:none;
}


/*video*/

video {

    height: auto;
}

iframe,
embed,
object {
    max-width: 100%;
}

.containers {
    width: 70%;
    padding: 5%;
    margin:0px auto;
    background:#fff;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
}

.vendor {
    padding: 2%;
    background: #d1eed1;
    margin-bottom: 2em;
}

.unsupported {
    background: #fddfde;
}

.btn-xl{
    font-family: fonts-kids;
    background-color: #FF6450;
}
button, input, optgroup, select, textarea {
    font-family: fonts-kids !important;
}

footer  span,li{
    font-family: fonts-kids !important;
}

