html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: Verdana, Geneva, sans-serif;
    line-height: 1.5;
}

@font-face {
    font-family: DaunPenh;
    src: url(../font/DAUNPENH.TTF) format(truetype),url(../font/DAUNPENH.woff) format(woff),url(../font/DAUNPENH.eot) format(eot);
}

/*--- Common Css ---*/
#main {
    position: relative;
    left: 0px;
    top: 0px;
    width: auto;
    height: auto;
    background-color: #fff;
    margin: 0 auto;
}

#pageCont {
    max-width: 1000px;
    height: auto;
    background-color: #fff;
    margin: 0 auto;
    min-height: 800px;
}

#header {
    margin: 0 auto;
    max-width: 1045px;
}

#bodyContType1 {
    height: 100%;
    padding-bottom: 10px;
    padding-top: 140px;
    box-sizing: border-box;
}

#bodyContType2 {
    height: 100%;
    padding-bottom: 115px;
    padding-top: 125px;
    box-sizing: border-box;
}

#cont {
    height: 100%;
    overflow: auto;
    padding: 5px;
    padding-left: 30px;
    max-width: 965px;
}

.home_cont {
    padding-top: 400px !important;
}

.clear {
    clear: both;
}

.redColor {
    color: #ff0000;
}

.floatNone {
    float: none !important;
}

/*- Header -*/
#headerStripLarge {
    position: fixed;
    left: 0px;
    width: 100%;
    height: auto;
    z-index: 10;
    background: #bec062;
    /* Old browsers */
    background: -moz-linear-gradient(left, #bec062 0%, #757e33 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #bec062 0%,#757e33 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #bec062 0%,#757e33 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bec062', endColorstr='#757e33',GradientType=1 );
    /* IE6-9 */
}

.headerStripLargeExtra {
    background-position: center;
    background-repeat: repeat-y;
    background: #bdbf61;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2JkYmY2MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzk3OWU1MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3MjdmNDUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #bdbf61 1%, #979e52 51%, #727f45 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(1%,#bdbf61), color-stop(51%,#979e52), color-stop(100%,#727f45));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #bdbf61 1%,#979e52 51%,#727f45 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #bdbf61 1%,#979e52 51%,#727f45 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #bdbf61 1%,#979e52 51%,#727f45 100%);
    /* IE10+ */
    background: linear-gradient(to right, #bdbf61 1%,#979e52 51%,#727f45 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bdbf61', endColorstr='#727f45',GradientType=1 );
    /* IE6-8 */
}

#headerStripSmall {
    position: fixed;
    left: 0px;
    background-color: #B8C8AD;
    width: 100%;
    height: auto;
    z-index: 10;
    background: #bec062;
    /* Old browsers */
    background: -moz-linear-gradient(left, #bec062 0%, #757e33 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #bec062 0%,#757e33 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #bec062 0%,#757e33 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bec062', endColorstr='#757e33',GradientType=1 );
    /* IE6-9 */
}

#logoPanel {
    width: 100%;
    height: 135px;
}

#smallLogoPanel {
    width: 100%;
    border: none;
}

#logoText {
    width: 347px;
    height: 78px;
    background-image: url(../image/logoText.png);
    float: left;
    background-repeat: no-repeat;
}

#smallLogo {
    width: 87px;
    height: 74px;
    float: right;
    background-repeat: no-repeat;
    margin: 5px 5px 0px 0px;
    border: none;
    background-image: url("../image/smallLogo.png");
}

#bigLogo {
    width: 145px;
    height: 123px;
    float: right;
    background-repeat: no-repeat;
    margin: 5px 5px 0px 0px;
    border: none;
    background-image: url("../image/bigLogo.png");
    background-size: 100%;
}

#socialPlugin {
    position: relative;
    width: 100px;
    height: 30px;
    float: right;
    margin-top: 5px;
}

#smallSocialPlugin {
    position: relative;
    width: 232px;
    height: 30px;
    float: right;
    margin-right: 0px;
    margin-top: 18px;
}

#navPanel {
    width: auto;
    height: 100%;
    float: left;
    margin-left: 10px;
}

#smallNavPanel {
    width: auto;
    height: 100%;
    display: inline-block;
    margin: 0 auto;
}

#navgationPanel {
    width: 100%;
    height: 30px;
    text-align: center;
}

.socialBtn {
    position: relative;
    width: 27px;
    height: 28px;
    float: left;
    margin-left: 5px;
    background-repeat: no-repeat;
    border-radius: 5px;
    background-color: transparent;
    cursor: pointer;
}

#facebookBtn,#facebookLikeBtn {
    background-image: url('../image/facebookIcon.png');
}

#twitterBtn,#twitterLikeBtn {
    background-image: url('../image/twitterIcon.png');
}

#googleBtn,#googleLikeBtn {
    background-image: url('../image/googleIcon.png');
}

#navList {
    list-style: none;
    font-size: 14px;
    margin: 5px 0px 0px 0px;
    padding: 0;
    text-align: left;
}

#navList li {
    float: left;
    margin-left: 5px;
    padding-right: 10px;
    cursor: pointer;
    position: relative;
    background-image: url('../image/menuStrip.png');
    background-repeat: no-repeat;
    background-position: top right;
}

#navList li a {
    display: block;
    text-decoration: none;
    color: inherit;
}

#navList li ul {
    padding: 0px;
    position: absolute;
    top: 25px;
    left: -5px;
    display: none;
    background-image: none;
    background-color: #B1B55D;
    width: 525px;
}

#navList li ul li {
    clear: both;
    border: none;
    list-style: none;
    margin: 0px;
    padding: 0px 5px 0px 5px;
    margin: 2px 0px;
    width: 530px;
    background-color: #B1B55D;
    background-image: none;
}

.overClass {
    background-color: #878F4C !important;
    color: #fff;
    border-left: 3px solid #FF9B0E !important;
    box-shadow: 2px 2px 2px #333 !important;
    z-index: 1;
}

.link_selected {
    color: #fff !important;
    pointer-event: none;
    font-weight: bold;
}

.menu_selected {
    color: #fff !important;
    font-weight: bold;
}

#purchaseList1>li {
    width: 342px !important;
}

/*--------------*/
/*-- Footer --*/
#footerPanel {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    height: 94%;
    overflow: hidden;
    padding-top: 15px;
}

#footerStrip {
    ; position: relative;
    bottom: 0px;
    width: 100%;
    height: 275px;
    background-color: #838383;
    background-image: url(../image/footerStrip.png);
    background-repeat: repeat-x;
}

.footerSection {
    position: relative;
    height: 56px;
    float: left;
    margin-top: 10px;
    color: #fff;
}

#footerSection1 {
    width: 605px;
}

#footerSection2 {
    font-size: 10px;
    float: left;
    width: 392px;
    margin-top: 15px;
}

#footerSection3 {
    width: 222px;
}

#footerSection4 {
    width: 222px;
}

.footerHeading {
    font-weight: bold;
    font-size: 12px;
}

.lineSpace {
    height: 10px;
}

#clientPanel {
    width: 195px;
    height: 125px;
    background-color: #eee;
    padding: 10px;
    border-radius: 10px;
    margin-left: -5px;
}

#seemorkLink {
    color: #fff;
}

#reviewPanel {
    width: 1000px;
    height: 110px;
}

.innerPanel,.innerReviewPanel {
    background-color: #eee;
    font-size: 14px;
    color: #000;
    overflow-y: auto;
    padding: 5px;
    height: 83px;
    margin-top: 5px;
}

#copyRight {
    text-align: center;
    color: #fff;
    position: absolute;
    left: 360px;
    top: 60px;
}

/*------------*/
#adPanel {
    position: absolute;
    width: 1014px;
    height: 96px;
    background-image: url('../image/ad.jpg');
    background-repeat: no-repeat;
    background-position: center;
    top: -44px;
    left: 10px;
}

/*-- Common Format --*/
.head1 {
    font-size: 24px;
}

.head2 {
    font-size: 22px;
}

.head3 {
    font-size: 20px;
}

.head4 {
    font-size: 18px;
}

.bold {
    font-weight: bold;
}

.center {
    text-align: center;
}

.underline {
    text-decoration: underline;
}

.italic {
    font-style: italic;
}

.yellowPanel {
    width: auto;
    height: auto;
    background-color: #FF9900;
    padding: 5px;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    border-bottom: 1px solid #000;
}

.greenBold {
    font-weight: bold;
}

.rightAlign {
    float: right;
    margin-right: 40px;
}

#socialLike {
    position: fixed;
    width: 30px;
    height: 100px;
    margin-left: 2px;
    z-index: 1;
}

#socialLikeInner {
    margin-left: 0px;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.socialLikeBtn {
    position: relative;
    width: 27px;
    height: 28px;
    margin-bottom: 5px;
    background-repeat: no-repeat;
    border-radius: 5px;
    background-color: transparent;
    cursor: pointer;
    margin-left: 0px;
	display:none;
}

.upperSocialLikeBtn {
    float: left !important;
    margin-left: 5px !important;
}

.likeBtn {
    width: 60px;
    height: 31px;
    margin-left: 28px;
    margin-top: 0px;
    display: none;
    opacity: 0;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    background-color: #fff;
    box-shadow: 2px 2px 2px #888,-2px -2px 2px #888;
    -webkit-box-shadow: 2px 2px 2px #888,-2px -2px 2px #888;
    -ms-box-shadow: 2px 2px 2px #888,-2px -2px 2px #888;
    -moz-box-shadow: 2px 2px 2px #888,-2px -2px 2px #888;
}

.upperLikeBtn {
    margin-top: 25px !important;
    margin-left: -5px !important;
    background-color: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
}

.contactList {
    left: -349px !important;
    width: 460px !important;
    overflow: hidden;
}

#contactus {
    height: 25px;
}

/*--------------------*/
/*--Product--*/
.productList {
    clear: both;
    width: 800px;
    margin: 10px auto;
}

#productList {
    width: 630px !important;
    max-height: 500px;
    overflow: auto;
}

#productList li {
    width: 600px !important;
}

.non_link {
    pointer-events: none;
    color: yellow !important;
}

.product {
    clear: both;
    height: auto;
    border-bottom: 3px solid #000;
    padding: 10px 0px;
}

.productInfo {
    width: 525px;
}

.productInfoCont {
}

.productTitle {
    text-align: center;
    font-weight: bold;
}

#swfCont {
    width: 584px;
    height: 452px;
    margin: 15px auto;
}

.swfTitle {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
	margin:0;
}

.swfInfo {
    text-align: center;
}

.productDetails {
    width: 600px;
    margin: 0 auto;
}

.downloadInfo {
    text-align: center;
    font-weight: bold;
}

.toc {
    line-height: 1.8;
}

.productFooter a {
    color: #000;
}

.productFooter {
    border-top: 2px solid #ccc;
    padding-top: 5px;
}

/*------*/
/*-- Client --*/
.clientList {
    list-style: none;
    list-style-image: url('../image/asterisk.png');
}

/*-------*/
/*-- Link Page --*/
#linkList {
    width: 800px;
}

.linkCont {
    height: 130px;
    background-color: #E7E7E7;
    margin-bottom: 10px;
    padding: 5px;
    border-bottom: 3px dotted #888;
}

.linkPanelLeft {
    width: 670px;
    float: left;
}

.linkPanelLeft a {
    color: #0C0C47;
}

.linkPanelRight {
    position: relative;
    width: 100px;
    float: left;
    height: 100px;
    border: 1px solid #888;
    box-shadow: 2px 2px 1px #333;
    margin-left: 5px;
    background-color: #fff;
}

.linkPanelRight img {
    position: absolute;
    margin: auto;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
}

/*--------*/
/*-- Contact --*/
#contactPanel {
    width: 800px;
}

#contactLeftPanel {
    width: 400px;
    float: left;
}

#contactRightPanel {
    width: 350px;
    float: right;
}

.contactInput {
    float: right;
    width: 200px;
    height: 25px;
    font-size: 16px;
}

.cRow {
    margin-bottom: 20px
}

#queryBtn {
    width: 100px;
    background-color: #878F4C;
    padding: 5px;
    color: #fff;
    margin: 25px auto;
    cursor: pointer;
}

#noteTxt {
    font-size: 16px;
}

/*---------*/
/*-- Review --*/
.reviewPanel {
    background-color: #E7E7E7;
    margin-bottom: 10px;
    padding: 10px;
    border-bottom: 2px solid #888;
}

/*------------*/
/*-- Purchase---*/
.purchaseListCont {
    margin-top: 5px;
}

.purchaseBox {
    margin-bottom: 10px;
    padding: 5px;
    background-color: #E7E7E7;
}

.purchaseLeftBox {
    float: left;
    width: 650px;
}

.purchaseRightBox {
    float: left;
}

.purchaseTitle {
    font-weight: bold;
    text-decoration: underline;
}

.purchaseInfo {
    margin-top: 5px;
    width: 620px;
}

.purchaseImage {
}

.purchaseRightBox1 {
    float: left;
}

.purchaseRightBox2 {
    float: left;
    margin-left: 5px;
}

.purchase_txt {
    width: 50px;
    height: 25px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}

.addCartBtn {
    background-color: #878F4C;
    color: #fff;
    font-size: 14px;
    padding: 3px;
    margin-top: 16px;
    box-shadow: 2px 2px 2px #333;
    cursor: pointer;
}

/*-------------*/
/*-- PurchaseForm--*/
#purchaseForm {
    width: 600px;
    height: 259px;
    padding: 10px;
    margin: 0 auto;
    border-bottom: 1px dotted #333;
}

.purchaseFormRow {
    font-weight: bold;
    clear: both;
    margin-top: 25px;
}

.purchaseFormText {
    float: right;
    width: 300px;
    height: 27px;
    font-size: 18px;
}

.cndetbtn {
    FONT-WEIGHT: bold;
    COLOR: black;
    BORDER-TOP-STYLE: none;
    FONT-FAMILY: Verdana;
    BORDER-RIGHT-STYLE: none;
    BORDER-LEFT-STYLE: none;
    BACKGROUND-COLOR: transparent;
    TEXT-ALIGN: center;
    BORDER-BOTTOM-STYLE: none;
    float: right;
    clear: both;
    font-size: 16px;
    cursor: pointer;
    margin-top: 20px;
    background-color: #878F4C;
    color: #fff;
    box-shadow: 2px 2px 2px #333;
}

.cndetbtn:hover {
    TEXT-DECORATION: underline;
}

.purchaseNote {
    font-weight: bold;
    color: #ff0000;
    font-size: 14px;
}

.proPanel {
    width: 800px;
    margin: 0 auto;
}

.checkoutPanel {
    width: 400px;
    margin: 0 auto;
}

.friendsPanel {
    display: none;
}

.f_d_title {
    color: #FF6600;
    text-decoration: underline;
    font-weight: bold;
    font-size: 14px;
}

.f_d_subtitle {
    font-weight: bold;
}

.f_d_desc {
}

.freeDownloadBox {
    margin: 15px 0px;
    border-bottom: 1px solid #fff;
    position: relative;
}

.freeDownloadBox:hover {
    margin: 15px 0px;
    background-color: #E7E7E7;
    border-bottom: 1px solid #888;
}

.freeDownloadBox:hover .f_d_subtitle {
    color: #004F00;
}

.boxLeftPanel {
    position: relative;
    float: left;
    width: 620px;
}

.freeDownloadBtn {
    border: none;
    background-color: rgb(0, 79, 0);
    padding: 5px;
    font-size: 16px;
    color: #ffff00;
    float: right;
    margin-right: 15px;
}

/*-----------------*/
.contactPanel {
    width: 600px;
}

.contactFormRow {
    margin: 10px 0px;
}

.contactFormText {
    float: right;
    font-size: 18px;
    padding: 2px;
    color: #333;
}

.cameThrough {
    margin: 10px 0px;
    line-height: 2;
    background-color: #E7E7E7;
    box-shadow: 2px 2px 2px #ccc;
    padding: 10px 5px;
    -webkit-transition: box-shadow 0.5s;
}

.cameThrough:hover {
    box-shadow: 2px 2px 2px #888;
}

.submitBtn {
    border: none;
    background-color: #004F00;
    color: #FFC000;
    font-size: 22px;
    margin: 40px auto 0px auto;
    display: block;
    padding: 4px 8px;
    -webkit-transition: box-shadow 0.5s;
    box-shadow: 2px 2px 2px #333;
    cursor: pointer;
}

.submitBtn:hover {
    box-shadow: 0px 0px 0px #888;
    color: #fff;
}

.downloadList {
}

#downloadList {
    width: 545px !important;
}

#downloadList li {
    width: 530px !important;
}

.downloadDesc {
}

#clientCont {
    width: 1000px;
    height: 95px;
    background-color: #fff;
    margin: 5px auto;
    position: relative;
}

.clientBox {
    width: 162px;
    height: 75px;
    opacity: 0;
    text-align: center;
    font-size: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../image/clients/clients.jpg");
    position: absolute;
    top: 10px;
    transition: opacity 2s;
}

.animate_clientBox {
    opacity: 1;
}

#c1 {
    left: 17px;
}

#c2 {
    left: 217px;
}

#c3 {
    left: 416px;
}

#c4 {
    left: 617px;
}

#c5 {
    left: 820px;
}

.more {
    float: right;
    color: #fff;
    text-decoration: underline;
    cursor: pointer;
}

.more a {
    text-decoration: none;
    color: #fff;
}

#copyPanel {
    width: 100%;
    height: 20px;
    font-size: 14px;
    text-align: center;
    background-color: #666;
    color: #fff;
}

#clientReview {
    overflow-y: auto;
    transition: opacity 1s;
}

.hide_review {
    opacity: 0;
}

.show_review {
    opacity: 1;
}

#bannerCont {
    width: 100%;
    height: 400px;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0px;
    z-index: 5;
}

#bannerLoader {
    position: absolute;
    margin: auto;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}

.bannerImage {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#bannerPreloaderCont {
    width: 200px;
    height: 10px;
    background-color: #333;
    margin: auto;
    position: absolute;
    z-index: 10;
    left: 0px;
    right: 0;
    top: 387px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 2px 2px 2px #888;
}

#bannerPreloader {
    height: 100%;
    width: 0%;
    background-color: #738045;
}

.purchase_cont {
    width: 938px;
}

/*-- Tell a friend --*/
#phoneCont,#emailCont,.formFillCont,.friendFormLabel,.leftAlign {
    float: left;
}

.friendFillFormRow {
    margin: 15px 0px;
    width: 320px;
}

.friendFormText {
    float: right;
    font-size: 14px;
}

/*-------------------*/
.mmCont {
    width: 964px;
    height: auto;
    background-color: #E4D7B5;
    overflow: hidden;
    padding-bottom: 15px;
}

.mmCont1 {
    width: 894px;
    height: auto;
    border: 3px solid #000;
    margin: 0px auto;
    padding: 5px;
}

.mmCont2 {
    border: 3px solid #000;
    height: 988px;
    margin-top: 5px;
    font-family: DaunPenh;
    height: auto;
}

.mmTitle {
    height: 85px;
    text-align: center;
    font-size: 66px;
    font-weight: bold;
    padding-top: 15px;
    border-bottom: 3px solid #000;
}

#mmPageCont {
    position: relative;
}

#mmThumbnail {
    width: 38px;
    height: 58px;
    float: left;
    background-image: url(../mechanical_movements_animation/img/com/mmThumbnail.png);
    margin-left: 10px;
    cursor: pointer;
    position: relative;
}

#mmSmallThumbnail {
    width: 31px;
    height: 32px;
    float: left;
    background-image: url(../image/mmIndexIcon.png);
    margin-left: 10px;
    cursor: pointer;
    position: relative;
}

.mmTooltip {
    display: none;
    font-size: 15px;
    font-family: arial;
    background-color: #fff;
    position: absolute;
    left: -15px;
    top: 62px;
    padding: 2px;
    box-shadow: 2px 2px 2px #888;
}

.mmSmallTooltip {
    display: none;
    font-size: 15px;
    font-family: arial;
    background-color: #fff;
    position: absolute;
    left: -15px;
    top: 40px;
    padding: 2px;
    box-shadow: 2px 2px 2px #888;
    z-index: 5;
}

#mmThumbnail:hover .mmTooltip {
    display: block;
}

#mmSmallThumbnail:hover .mmSmallTooltip {
    display: block;
}

#mmIndex {
    width: 38px;
    height: 58px;
    background-image: url(../mechanical_movements_animation/img/com/mmIndex.png);
    float: right;
    margin-right: 10px;
    cursor: pointer;
    position: relative;
}

#mmIndex>div {
    left: -3px !important;
    top: 58px !important;
}

#mmIndex:hover .mmTooltip {
    display: block;
}

#mmHead {
    float: left;
    margin-left: 85px;
}

#mmBack {
    width: 35px;
    height: 96%;
    position: absolute;
    background-image: url(../mechanical_movements_animation/img/com/mmBack.png);
    cursor: pointer;
}

#mmPageImage {
}

#mmNext {
    width: 35px;
    position: absolute;
    right: 0px;
    height: 96%;
    top: 0px;
    background-image: url(../mechanical_movements_animation/img/com/mmNext.png);
    cursor: pointer;
}

.mmBtn {
    background-color: rgba(228,215,181,0.5);
    position: absolute;
    cursor: pointer;
    overflow: hidden;
}

.mmBtn .mmBtnIn {
    font-size: 26px;
    position: absolute;
    top: -600px;
    margin: auto;
    bottom: 0px;
    width: 100%;
    height: 30px;
    text-align: center;
    -webkit-transition: top 1s;
    -moz-transition: top 1s;
    -ms-transition: top 1s;
    font-weight: bold;
    color: #fff;
    text-shadow: 3px 3px 0 #333, -1px -1px 0 #333, 1px -1px 0 #333, -1px 1px 0 #333, 1px 1px 0 #333;
}

.mmBtn:hover {
    background-color: rgba(228,215,181,0);
}

.mmBtn:hover .mmBtnIn {
    top: 0px;
}

.mmToolTip {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 22px;
    background-color: #fff;
    max-width: 400px;
    padding: 5px;
    box-shadow: 8px 10px 6px rgba(199,168,99,0.5);
    line-height: 1;
}

#clientLogoCont {
    width: 780px;
    height: auto;
    margin: 0 auto;
}

.clientLogoBox {
    width: 250px;
    height: 150px;
    float: left;
    text-align: center;
    margin: 5px;
    box-shadow: 2px 2px 2px #ccc;
}

.clientLogoBox img {
	max-width:100%;
    height: 75px;
}

.clientLogoName {
    text-align: center;
}

.clientLogoCountry {
    font-weight: bold;
    color: #425596;
    text-shadow: 3px 3px 2px #ccc;
}

.clientLogoHeader {
    text-align: center;
    border-bottom: 4px solid #ccc;
    font-weight: bold;
    clear: both;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #E7E7E7;
}

#learningCurveCont {
    height: 800px;
    font-size: 42px;
    font-weight: bold;
    color: #425596;
}

#notifyLabel {
    font-size: 18px;
}

#notifyText {
    width: 300px;
    height: 30px;
    font-size: 18px;
    color: #ccc;
    border: 1px solid #2669DC;
}

#notifyButton {
    background: transparent;
    font-size: 18px;
    border: 1px solid #2669DC;
    padding: 5px 10px;
    cursor: pointer;
}

#notifyButton:hover {
    color: #F79C03;
}

#notifyForm {
    width: 430px;
    margin: 0 auto;
}

#notifyMsg {
    font-size: 18px;
    text-align: center;
    margin-top: 50px;
    color: #F79C03;
}

.downloadCheckBox,.comp {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

#siteMap {
    padding: 0px 10px 10px 10px;
    background-color: #F89C04;
    color: #fff;
    font-size: 15px;
}

#sitemapCont {
    overflow: auto;
    border-top: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    background-color: #fff;
    padding-right: 10px;
}

#sitemapTitle {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}

#sitemapCont .bold {
    color: #000;
}

#sitemapCont ul {
    list-style: none;
}

#sitemapCont ul li {
    margin: 8px 0px
}

#sitemapCont ul li ul {
}

.siteLink {
    cursor: pointer;
    text-decoration: none;
    color: #000;
    padding: 2px 10px;
}

.siteLink:hover {
    text-decoration: underline;
    background-color: #f5f5f5;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}

#animationCont, #animationCont_image {
    width: 550px;
    height: 400px;
    margin: 0 auto;
    position: relative;
    box-shadow: 2px 2px 2px #C3A457;
    background-color: #fff;
}

#animationCont_image img {
    position: absolute;
    margin: auto;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}

#animationCont_video {
    width: 400px;
    height: 380px;
    margin: 0 auto;
    position: relative;
    box-shadow: 2px 2px 2px #C3A457;
    background-color: #fff;
}

.imagePreviewCont {
    width: 250px;
    height: 220px;
    position: absolute;
    left: 16px;
    top: 236px;
    z-index: 1;
}

.imagePreview {
    position: absolute;
    font-size: 18px;
    left: 5px;
    bottom: -30px;
    cursor: pointer;
    z-index: 2;
    height: 19px;
    font-weight: bold;
}

.imagePreview:hover {
    text-decoration: underline;
}

#referImage {
    position: absolute;
    left: 0px;
    top: 0px;
    margin: auto;
    right: 0px;
    bottom: 0px;
    width: 100%;
    z-index: 1;
    box-shadow: 2px 2px 2px #888,-2px -2px 2px #888;
    background-color: #E4D7B5;
    display: none;
}

.animationTitle {
    margin-top: 30px;
    margin-left: 10px;
    font-size: 21px;
    text-align: center;
    text-decoration: underline;
}

.descriptionTitle {
    margin-top: 20px;
    font-size: 22px;
    text-decoration: underline;
    margin-left: 21px;
}

#mmDescription {
    font-size: 20px;
    padding: 18px;
    line-height: 1.2;
    height: 107px;
    overflow-y: auto;
    border-bottom: 2px solid #888;
}

.voteCont {
    font-size: 18px;
    padding: 18px;
}

#voteAgree {
    width: 20px;
    height: 20px;
}

.topMarginZero {
    margin-top: 0px;
}

#topBtn {
    width: 30px;
    height: 31px;
    background-image: url('../image/gotoTop.png');
    cursor: pointer;
    margin-left: -2px;
    margin-top: 50px;
    background-position: center;
    background-color: #003c00;
}

.learnSelectionCont {
    width: 855px;
    margin: 0 auto;
}

.learningBtn {
    float: left;
    margin: 5px;
    padding: 5px;
    font-size: 24px;
    background-color: #FFC000;
    border: 2px solid #F17421;
    box-shadow: 2px 2px 2px #333;
    cursor: pointer;
}

.learningBtn a {
    text-decoration: none;
}

.learningBtn:hover {
    box-shadow: none;
}

.learn_selectionImage {
    background-image: url(../image/selectionImage.png);
    width: 720px;
    height: 468px;
    margin: 50px auto;
    background-position: -720px 0px;
}

.learnContent {
    background-color: #E4D7B5;
    width: 100%;
    height: 900px;
    font-family: arial;
}

#mmContentPrevBtn {
    width: 35px;
    height: 100%;
    float: left;
    background-image: url(../mechanical_movements_animation/img/com/mmBack.png);
    background-position: center;
    cursor: pointer;
    box-shadow: 2px -2px 2px #888;
    visibility: hidden;
}

.mmContent {
    width: 890px;
    height: 100%;
    float: left;
    overflow: hidden;
}

#mmContentNextBtn {
    width: 35px;
    height: 100%;
    float: left;
    background-image: url(../mechanical_movements_animation/img/com/mmNext.png);
    background-position: center;
    cursor: pointer;
    box-shadow: -3px -2px 2px #888;
}

.contentSection {
    width: 285px;
    padding: 0px 5px;
    height: 100%;
    float: left;
    border-right: 2px solid #333;
    overflow: hidden;
}

.contentSection ol {
    margin: 0;
}

.contentSection ol li {
    padding: 0;
    line-height: 1.3;
    margin-bottom: 25px;
    margin-top: 5px;
    margin-left: 3px;
}

.mmIndexCont {
    width: 9850px;
    height: 100%;
    position: relative;
}

.learnIndexSection {
    width: 980px;
    float: left;
}

.learnLink {
    font-size: 18px;
    text-decoration: none;
    width: 100%;
    padding-left: 5px;
    margin-bottom: 4px;
    cursor: pointer;
}

.learnLink a {
    text-decoration: none;
    color: #000;
}
}

.learnLink:hover {
    text-decoration: underline;
}

.learnIndexBody {
}

.mmLearnLabel {
    float: left;
}

.mmLearnTitle {
}

.mmLearnId {
    float: right;
    margin-right: 20px;
}

.mmLearnSlno {
    float: left;
}

/*-- social plugin styles --*/
.spBg {
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: rgba(0,0,0,0.5);
    z-index: 150;
}

.spCont {
    position: absolute;
    margin: auto;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    background-color: #fff;
    width: 550px;
    height: 400px;
}

#spCloseButton {
    width: 25px;
    height: 25px;
    background-image: url(../image/closeButton.png);
    float: right;
    background-repeat: no-repeat;
    margin-right: -10px;
    margin-top: -10px;
    cursor: pointer;
}

.mmSearchCont {
    width: 162px;
    height: 28px;
    float: right;
    margin-right: 36px;
    font-size: 14px;
    font-weight: normal;
    margin-top: 5px;
}

#mmContentSearchBtn {
    width: 26px;
    height: 23px;
    background-color: #fff;
    float: right;
    cursor: pointer;
    text-align: center;
    border: 1px solid #888;
}

#mmContentSearchBtn:hover {
    color: #0000ff;
}

#mmSearchBox {
    width: 50px;
    font-size: 19px;
    text-align: center;
    float: right;
    border: none;
    height: 20px;
    margin-right: 5px;
}

.mmContentHeader {
    text-align: left;
}

#mmThumbBox {
    position: absolute;
    width: 250px;
    height: 250px;
    background-color: #E4D7B5;
    display: none;
    background-position: center;
    box-shadow: 2px 2px 2px #888, -2px -2px 2px #888;
    background-repeat: no-repeat;
}

.mmContentInfoBox {
    float: right;
    font-weight: normal;
    font-size: 14px;
    margin-right: 10px;
    margin-top: 5px;
}

.mmContentInfoBox .info {
    float: left;
    width: 15px;
    height: 15px;
    margin: 3px 5px 0px 5px;
    margin: 3px 5px 0px 5px;
}

.mmContentInfoBox .infoLabel {
    float: left;
    border-right: 2px solid #888;
    padding-right: 5px;
}

.mmContentInfoBox .infoBtn1 {
    background-color: #000;
}

.mmContentInfoBox .infoBtn2 {
    background-color: #0000ff;
}

.mmContentInfoBox .infoBtn3 {
    background-color: #FF5500;
}

#animVideo {
    position: absolute;
    left: 0px;
    top: 0px;
    margin: auto;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
}

.mmIcon {
    width: auto;
    height: 22px;
    padding: 0px 5px 0px 5px;
    background-color: #fff;
    position: absolute;
    right: 3px;
    bottom: 3px;
    font-size: 20px;
    font-weight: bold;
    box-shadow: 2px 2px 2px #C3A457;
    pointer-event: none;
}

#mmGraphicIndex {
    vertical-align: middle;
    cursor: pointer;
}

.mmDesc {
    width: 800px;
    height: 65px;
    margin-left: 30px;
    margin-top: 10px;
}

.connectLabel {
    float: left;
    color: #fff;
    font-size: 15px;
    margin-top: 2px;
}

/*---*/
.btn2 {
    background-image: url('../image/btnStrip.png');
    width: 82%;
    padding: 5px;
    border: 1px solid #EC8D3F;
    box-shadow: 2px 2px 2px #974706;
    text-align: center;
    margin: 0 auto;
}

.productCont {
    height: 280px;
    width: 950px;
    margin: 0 auto;
    background-color: #f1f1f1;
    padding: 5px;
    margin-bottom: 10px;
}

.leftProductCont {
    float: left;
    font-size: 12px;
    width: 192px;
    text-align: center;
}

.rightProductCont {
    float: left;
    width: 534px;
    margin-left: 15px;
    padding-right: 10px;
    margin-top: 8px;
    font-size: 18px;
}

.rightProductCont ul {
    padding-left: 20px;
}

.rightProductCont ul li {
    margin-bottom: 5px;
    line-height: 1.4;
}

.bluePanel {
    margin: 0 auto;
    text-align: center;
    padding: 2px;
    width: 700px;
    background: #93cddc;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjOTNjZGRjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDklIiBzdG9wLWNvbG9yPSIjZDllZGYzIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzkzY2RkYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(45deg, #93cddc 0%, #d9edf3 49%, #93cddc 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#93cddc), color-stop(49%,#d9edf3), color-stop(100%,#93cddc));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(45deg, #93cddc 0%,#d9edf3 49%,#93cddc 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(45deg, #93cddc 0%,#d9edf3 49%,#93cddc 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(45deg, #93cddc 0%,#d9edf3 49%,#93cddc 100%);
    /* IE10+ */
    background: linear-gradient(45deg, #93cddc 0%,#d9edf3 49%,#93cddc 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93cddc', endColorstr='#93cddc',GradientType=1 );
    /* IE6-8 fallback on horizontal gradient */
    border: 1px solid #92CDDC;
    box-shadow: 2px 2px 2px #ccc;
}

.imgBorder {
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
    border: 1px solid #ccc;
    padding: 5px;
}

.prod_img_cont{
	display:inline-block;
	position:relative;
}

.prod_img_youtube_btn{
	position:absolute; 
	left:0px; top:0px; 
	width:100%; 
	height:100%; 
	cursor:pointer;
	background-image:url("../images/youtube_icon.png"); 
	background-repeat:no-repeat;
	background-position:center;
}

.prod_img_youtube_btn img{
position: absolute;
    top: 30px;
    width: 119px;
    display: none;
    margin: auto;
    left: 0px;
    right: 0px;
}

.avail_train_btn{
	cursor: pointer;
}

.prod_yellow_box{
	position: relative;
    background-color: #FFFF66;
    padding: 5px 10px;
    border: 1px solid;
    max-width: 880px;
    margin: 0 auto;
	display:inline-block;
	margin-bottom: 5px;
}

#learningList {
    text-align: right;
    left: -517px !important;
    width: 718px !important;
}

#learningList li {
    width: 703px !important;
}

#purchaseList {
    width: 578px !important;
}

#purchaseList li {
    width: 563px !important;
}

#download_footer a {
    display: inline-block;
    margin: 5px 0px;
}

#purchaseList {
    width: 500px !important;
}

#purchaseList li {
    width: 485px !important;
}

.download_box {
    background-color: #C0504D;
    color: #fff;
    border: 4px solid #F2F2F2;
    box-shadow: 2px 2px 2px #ccc;
    padding: 2px 10px;
    font-weight: bold;
    width: 630px;
    cursor: pointer;
}

.download_box:hover {
    box-shadow: none;
    text-decoration: underline;
}

#freeDownload {
    margin-left: 5px;
    margin-top: -5px;
}

#products:hover {
    color: #ccc;
}

.blink-text {
    color: #000;
    font-weight: bold;
    animation: blinkingText 2s infinite;
}

#purchaseList1 {
    width: 356px !important;
}

#mob_cont {
    display: none;
}

#mob_title {
    text-align: center;
    font-weight: bold;
    font-size: 13px;
}

#mob_btn {
    width: 100px;
    height: 30px;
    display: block;
    margin: 0 auto;
    background-color: #003c00;
    border: 1px solid #000;
    color: #fff;
    margin-bottom: 5px;
    font-size: 15px;
}

.mob_btn_select {
    background-color: #05f905 !important;
    color: #000 !important;
    font-weight: bold;
}

#mobileBannerImg {
    display: none;
}

.txt_ind_0 {
    padding-left: 3px;
}

.txt_ind_1 {
    padding-left: 6px;
}

.txt_ind_2 {
    padding-left: 12px;
}

.sc_msg_panel {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 10;
}

.sc_msg_box {
    position: absolute;
    max-width: 300px;
    max-height: 230px;
    background-color: #fff;
    margin: auto;
    left: 0px;
    right: 0px;
    top: 30px;
    /* bottom: 0px; */
}

.sc_msg_header {
    position: relative;
    width: 100%;
    height: 30px;
    background-color: #008000;
}

.sc_msg_close{
	position: absolute;
    right: 0px;
    color: #fff;
    font-size: 24px;
    top: 0px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 0px;
    padding-top: 13px;
    box-sizing: border-box;
    cursor: pointer;
}

.sc_msg_body {
    padding: 10px;
    box-sizing: border-box;
}

.sc_msg_ok {
    position: relative;
    bottom: 5px;
    width: 100px;
    height: 30px;
    margin: 0 auto;
    border: 2px solid #008000;
    color: #008000;
    cursor: pointer;
    display: block;
}

.swf_mobile_msg {
    display: none;
}

.mobile_msg_img {
    display: none;
}

@keyframes blinkingText {
    0% {
        color: #FFEB3B;
    }

    50% {
        color: #fff;
    }

    100% {
        color: #FFEB3B;
    }
}

/*#navList{
	-webkit-tap-highlight-color:  rgba(255, 255, 255, 0); 
}*/
@media only screen and (min-width: 940px) {
    #navList li:hover ul {
        display: block;
    }

    #navgationPanel {
        padding-top: 0px !important;
        display: block !important;
    }

    #navList li a:hover {
        color: #fff;
    }

    #navList li ul li:hover {
        background-color: #878F4C;
        color: #fff;
        border-left: 3px solid #FF9B0E;
        box-shadow: 2px 2px 2px #333;
        z-index: 1;
    }
}

@media only screen and (max-width: 1010px) {
    #navList {
        font-size: 13px;
        margin-top: 8px;
    }

    #bigLogo {
        width: 125px;
        height: 106px;
    }

    #logoText {
        width: 307px;
        height: 78px;
        background-size: 100%;
    }

    #fc_viewBtn {
        margin-left: 0px;
    }

    #navList li ul {
        top: 23px;
    }

    #downloadList {
        left: -228px !important;
    }
}

@media only screen and (max-width: 940px) {
    #navList li a {
        padding:5px;
    }

    #headerStripSmall {
        position: absolute;
        height: 162px;
    }

    .home_cont {
        padding-top: 0px !important;
    }

    #mob_cont {
        display: block;
    }

    #logo_cont {
        border-bottom: 1px solid #000;
    }

    #smallSocialPlugin {
        display: none;
    }

    #bodyContType1 {
        padding-top: 163px !important;
    }

    #logoText {
        width: 231px;
        height: 52px;
        margin-left: 5px;
        background-size: 100%;
    }

    #bigLogo, #smallLogo {
        width: 50px;
        height: 46px;
        background-size: 100%;
    }

    #smallLogoPanel {
        position: absolute;
        z-index: 12;
        background-color: #949b52;
    }

    #navgationPanel {
        position: fixed;
        left: 0px;
        top: -100%;
        height: 100%;
        padding-top: 50px;
        box-sizing: border-box;
        background-color: #003c00;
        z-index: 10;
        transition: top 0.5s;
    }

    .show_nav {
        top: 0px !important;
    }

    #smallNavPanel {
        display: block;
        overflow: auto;
        color: #fff;
    }

    #navList li {
        float: none;
        height: auto !important;
        background-image: none;
        border-bottom: 1px solid #fff !important;
        margin-bottom: 5px;
        margin-left: 0px;
        padding: 0px;
        cursor: auto;
    }

    #navList li ul {
        position: relative;
        left: 0px !important;
        top: 0px;
        width: auto !important;
        max-height: none;
        background-color: #025602;
        text-align: left;
        border-left: 8px solid #0cce14;
        margin-top: 6px;
        border-right: 10px solid #0cce14;
        border-top: 5px solid #0cce14;
        border-bottom: 5px solid #0cce14;
    }

    #navList li ul li {
        width: auto !important;
        background-color: #003c00;
        color: #fff;
        border-bottom: 1px solid;
        padding-top: 2px;
        padding-bottom: 2px;
        /* text-indent: -20px; */
        /* margin-left: 20px; */
        font-size: 12px;
    }

    .sub_link {
        position: relative;
        padding-left: 30px !important;
    }

    .sub_link:before {
        content: "+";
        width: 17px;
        height: 17px;
        outline: 1px solid #fff;
        display: inline-block;
        color: #fff;
        text-align: center;
        line-height: 15px;
        position: absolute;
        left: 5px;
        top: 7px;
    }

    .open_menu:before {
        content: "-";
    }

    .open_menu + ul {
        display: block !important;
    }

    .txt_ind_0 {
    }

    .txt_ind_1 {
    }

    .txt_ind_2 {
    }

    .hide_mob_cont {
        display: none;
    }

    #product_panel {
        display: none;
    }

    #contactus {
        height: auto;
    }

    .menu_li {
        padding-right: 0px !important;
    }

    #navList li ul li:last-child {
        border-bottom: none !important;
    }

    #cont {
        padding-left: 10px !important;
        padding-right: 10px !important;
        width: auto !important;
        box-sizing: border-box;
    }

    #bodyContType2 {
        padding-top: 190px;
    }

    #footerPanel {
        width: auto;
    }

    #reviewPanel {
        width: auto;
    }

    #clientLogoCont {
        width: auto;
        text-align: center;
    }

    .clientLogoBox {
        display: inline-block;
        float: none;
    }

    .download_box {
        width: auto;
    }

    .imgBorder {
        max-width: 100%;
        box-sizing: border-box;
    }

    #youtubeCont, #youtubeCont iframe {
        width: 100% !important;
        height: 50vw !important;
    }

    #contactRightPanel {
        float: none;
    }

    .addressBox {
        float: none;
        margin: 0 auto;
        border: 2px solid #b1b55a;
    }

    .locationTitle {
        width: 100%;
    }

    .productList {
        width: auto !important;
    }

    .product a {
        display: block;
        text-align: center;
        float: none;
    }

    .product img {
        float: none;
    }

    .productInfo {
        width: auto !important;
        float: none;
        margin: 0px;
    }

    .product>div {
        float: none !important;
        margin: 0 auto;
    }

    .yellowPanel {
        width: auto !important;
    }

    .rightImage {
        float: none;
    }

    .prod_div {
        width: auto !important;
    }

    #bannerCont {
        display: none;
    }

    #mobileBannerImg {
        display: block;
    }

    #mobileBannerImg img {
        width: 100%;
    }

    .menu_selected {
        background-color: #0cce14 !important;
        color: #000 !important;
        font-weight: bold;
    }

    .menu_selected:before {
        color: #000 !important;
        outline: 1px solid #000 !important;
    }

    .menu_selected+ul {
        display: block !important;
    }

    .link_selected {
        background-color: #05f905;
        color: #000 !important;
    }

    .overClass {
        background-color: #11b718 !important;
    }

    .fixed_header {
        position: fixed !important;
    }

    #clientCont {
        position: relative;
        text-align: center;
        padding-top: 10px;
        box-sizing: border-box;
        width: 100%;
        overflow: hidden;
    }

    .clientBox {
        position: relative;
        left: auto !important;
        top: auto !important;
        margin-right: 10px;
        display: inline-block;
        margin-bottom: 10px;
    }

    #clientCont .clientBox:last-child {
        margin-right: 0px;
    }

    .freeDownloadBox {
        border-bottom: 1px solid #000;
        padding-bottom: 45px !important;
    }

    .boxLeftPanel {
        float: none;
        width: auto;
    }

    .boxRightPanel {
        width: 100% !important;
        margin: 10px auto !important;
        text-align: center;
        padding: 0px !important;
        position: absolute;
        bottom: 0px;
    }

    #socialLike {
        bottom: 5px;
        height: auto !important;
        left: 5px;
    }

    #socialLikeInner {
        opacity: 1;
    }

    #facebookBtn, #facebookLikeBtn {
        display: none;
    }

    #twitterBtn, #twitterLikeBtn {
        display: none;
    }

    #topBtn {
        background-color: #003c00;
    }

    .viewBtn {
        margin: 0 auto;
        display: block;
        position: relative;
    }

    .viewBtn[type="swf"] {
        display: none;
    }

    .viewBtn[groupId="3"] {
        display: block;
    }

    .youtube_cont {
        padding: 0px !important;
        padding-bottom: 30px !important;
        box-sizing: border-box;
    }

    #youtube_info {
        display: none;
    }

    .replay_panel {
        width: 100% !important;
        height: 100% !important;
        left: 0px;
        top: 0px !important;
    }

    .replay_title {
        position: absolute;
        width: 300px;
        height: 35px;
        text-align: center;
        margin: auto !important;
        left: 0px;
        right: 0px;
        top: 0px;
        bottom: 0px;
    }

    .y_replayBtn {
        position: absolute !important;
        bottom: 10px;
        margin: auto;
        left: 0px;
        right: 0px;
    }

    .youtube_close {
        display: none;
    }

    .mob_youtube_close {
        display: block;
        position: absolute;
        bottom: 0px;
        width: 100%;
        height: 30px;
        background-color: #333;
        color: #fff;
        text-align: center;
    }

    .youtube_landscape {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100% !important;
        height: 100% !important;
        padding-bottom: 30px;
    }

    #downloadbtn {
        position: fixed;
        width: 100% !important;
        text-align: center;
        bottom: 0px;
        left: 0px;
    }

    #pageCont {
        width: auto !important;
        height: auto !important;
    }

    #bodyContType2 {
        height: auto !important;
    }

    #copyPanel {
        font-size: 10px;
    }

    .file_download_box {
        display: none;
    }

    .freeDownloadBox[checkBoxId='c12'] {
        display: none;
    }

    .purchaseLeftBox {
        width: auto;
    }

    .purchaseInfo {
        width: auto;
    }

    #purchaseForm {
        width: 100%;
        height: auto;
        box-sizing: border-box;
    }

    .purchaseFormText {
        float: none;
        width: 100%;
    }

    .purchase_cont {
        width: auto;
        padding-left: 12px;
    }

    .currencyToggleBtn {
        top: 80px !important;
        margin-left: auto !important;
        z-index: 1 !important;
        right: auto !important;
        left: 0px;
    }

    .rbiMsg {
        display: none !important;
    }

    #swfCont {
        display: none;
    }

    .swf_mobile_msg {
        display: block;
        text-align: center;
        font-size: 100%;
        font-weight: bold;
        padding: 15px;
        border: 1px solid;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    #sitemapCont ul {
        padding-left: 0px;
        margin: 0;
    }

    #sitemapCont {
        padding-right: 0px;
    }

    #sitemapCont ul li {
        border: 1px solid #868585;
        padding: 5px;
        margin: 0px;
        background-color: #054005;
    }

    #sitemapCont ul li ul {
        background-color: #f5f5f5;
    }

    #sitemapCont ul li ul li {
        background-color: #008000;
    }

    .siteLink {
        display: block;
    }

    .siteLink:hover {
        background-color: #f5f5f5;
        color: #000;
    }

    #sitemapCont .bold {
        color: #fff;
    }

    .siteLink {
        color: #fff;
    }

    #align_1 {
        padding-left: 20px !important;
    }

    .left_pad_cont {
        padding-left: 12px;
    }

    .lang_toggle {
        margin-left: 0px !important;
        top: 180px !important;
    }

    #contactLeftPanel {
        width: auto;
    }

    .message_body {
        width: auto !important;
        top: 80px !important;
        bottom: auto !important;
        font-size: 20px !important;
    }

    .menu_left_pad {
        padding-left: 20px !important;
    }

    .learnSelectionCont {
        width: auto;
    }

    .learn_selectionImage {
        background-image: url(../image/selectionImage_mobile.png);
        background-size: 100%;
        background-position: 0px 0px;
        width: 100% !important;
        background-repeat: no-repeat;
        display: none;
    }
}

@media only screen and (max-width: 450px) {
    .contactInput {
        float:none;
        display: block;
    }

    .bold {
        display: inline-block;
    }

    #contactRightPanel .bold {
        display: block;
    }

    #contactPanel {
        width: auto;
    }

    .demo_form td {
        padding: 8px 0px !important;
    }

    .df_txt, .df_txtarea {
        width: 100% !important;
    }
}


.automation_course_list{
	display: none;
}