


/* top box___________________________________________________________________________________________________________ */



#topbox {
    width: 100%;
    height: 280px;
     -webkit-filter: brightness(100%) blur(0px);;
    filter: brightness(100%) blur(0px);
    }

.topboxhead {
    line-height: 35px;
    text-align: center;
    }


#topboxbackground{
 -webkit-filter: brightness(150%) blur(0px);;
    filter: brightness(150%) blur(0px);
}


.topboxrule {
    margin: auto;
    margin-top: 3px;
    margin-bottom: 7px;
    }


 .topboxsubhead {
    line-height: 25px;
    text-align: center;
}
.topboxoptionbox {
    margin: auto;
    margin-top: 10px;
    }

/* menu___________________________________________________________________________________________________________ */


#menubararea {
    display: none;
    }

.menubar {
    display: none;
    }


#smallmenubararea{
    background-color: #2a5589;
    display: block;
    width: 100%;
    height: auto;
    }


#smallmenubarhamburger{
    width: 49px;
    height: 40px;
    padding-top: 15px;
    margin-left: 30px;
    margin-bottom: 20px;

    }

.smallmenubarhamburgerline{
    background-color: #ffffff;
    width: 40px;
    height: 4px;
    margin-bottom: 6px;
    border-radius: 2px;
    }


    .menutextbox{
    display: block;
    font-size: 20px;
    height: 35px;
    width: 100%;
    margin-bottom: 0px;
    border-radius: 0px;
    transition: all .2s ease 0s;
    background-color: #2a568a; 
    }



              .menutextboxexpand{
                height: 35px !important;
                   transition: all .2s ease 0s;
                }


               .menutextboxhide{
                height: 0px !important;
                   transition: all .2s ease 0s;
                }

                .menutexthide{
                    opacity: 0;
                       transition: all .2s ease 0s;
                }


                .menutextexpand{
                    opacity: 1;
                       transition: all .2s ease 0s;
                }


     .menutextbox:hover{
      margin-top: 0px;
      height: 35px;
      border-radius: 0px 0px 0px 0px;
      transition: all .2s ease 0s;
      background-color: #17264f;
     }

 .menubox {
    margin-top: -99px;
    margin-bottom: 27px;
    }



    .menutext {
    margin-left: 30px;
    margin-top: 10px;
    margin-bottom: 5px;
    }

/* demo area___________________________________________________________________________________________________________ */


 .demoreeltext {
    font-size: 13px;
    line-height: 2;
    margin: 16px;
    margin-top: -3px;
    margin-left: 0px;
    }


 .bottomtext {
    font-size: 10px;
    margin-left: 0px;
    }

 .democonstyle {
    width: 48.8%;
    height: 22.4vw;
     }   

  .vodemobox {
    position: absolute;
    width: calc(100% - 3px);
    height: calc(100% - 3px);
   }




/* footer area___________________________________________________________________________________________________________ */

.footerbox {
    width: 100%;
    }

 .footertextbox {
    display: block;
    margin: auto;
    font-family: sans-serif;
    height: 30px;
    text-align: center;
    }

/* about___________________________________________________________________________________________________________ */

.abouttitle {
    text-align: center;
    font-size: 21.5px;
    line-height: 21px;
    }

.aboutbody {
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    }

.galleryimage {
    height: 100px;
    margin: 1px;
    }


/* audiobook___________________________________________________________________________________________________________ */


.audiobookdemobox {
    margin: auto;
    margin-top: 10px;
    width: 233px;
    height: 9px;
    padding: 17px;
    margin-bottom: 70px;
    }

.audiobookdemoboxtext{
    font-size: 15.5px;
    line-height: 12px;
    }



/* writer editor___________________________________________________________________________________________________________ */



.canonlinkbox {
    margin: auto;
    margin-top: 10px;
    width: 143px;
    height: 25px;
    padding: 17px;
    margin-bottom: 1px;
    }

.linkboxtext{
    font-size: 12px;
    line-height: 15px;
    }




/* contact___________________________________________________________________________________________________________ */


#contactform {
    display: block;
    vertical-align: top;
    width: 100%;
    height: 100%;
    margin-left: 8px;
    padding: 0px;
    pointer-events: auto;
    margin: auto;
    }

.contactformtitletext {
    text-align: center;
    margin-left: -8px;
    padding-left: 15px;
    padding-right: 15px;
    }


.contactformtext {
    text-align: center;
    margin-left: -8px;

    }

.formfield {
    width: 80%;
    margin-left: calc(10% - 8px);
    }

.contactformtextcomments {
    text-align: center;
    margin-left: -8px;
    }


.formbutton {
    margin: auto;
    padding-right: 8px;
    margin-top: 20px;
    margin-bottom: 27px;
    }

.textfield{
    margin-left: calc(10% - 8px);  
    }












