

/*********** CSS RESET **********/

@charset "utf-8";

/* @import url(//fonts.googleapis.com/css?family=Source+Sans+Pro); */
/*modified by sreedhar*/

/* CSS Document */
* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'Museo 700';
    /*src: url('https://vincitraining.com/hk/Themes/DefaultClean/Content/css/fonts/Museo-700-Regular.eot');*/
    src: url('https://vincitraining.com/hk/Themes/DefaultClean/Content/css/fonts/Museo-700-Regular.eot');
    src: url('https://vincitraining.com/hk/Themes/DefaultClean/Content/css/fonts/Museo-700-Regular.eot?iefix') format('embedded-opentype'), 
    url('https://vincitraining.com/hk/Themes/DefaultClean/Content/css/fonts/Museo-700-Regular.woff') format('woff'), 
    url('https://vincitraining.com/hk/Themes/DefaultClean/Content/css/fonts/Museo-700-Regular.ttf') format('truetype'), 
    url('https://vincitraining.com/hk/Themes/DefaultClean/Content/css/fonts/Museo-700-Regular.svg#Museo 700') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'museo300';
    src: url('https://vincitraining.com/hk/Themes/DefaultClean/Content/css/fonts/museo300-regular-webfont.eot');
    src: url('https://vincitraining.com/hk/Themes/DefaultClean/Content/css/fonts/museo300-regular-webfont.eot?#iefix') format('embedded-opentype'),
     url('https://vincitraining.com/hk/Themes/DefaultClean/Content/css/fonts/museo300-regular-webfont.woff') format('woff'), 
     url('https://vincitraining.com/hk/Themes/DefaultClean/Content/css/fonts/museo300-regular-webfont.ttf') format('truetype'), 
     url('https://vincitraining.com/hk/Themes/DefaultClean/Content/css/fonts/museo300-regular-webfont.svg#museo300') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'source_sans_proregular';
    src: url('https://vincitraining.com/hk/Themes/DefaultClean/Content/css/fonts/SourceSansPro-Regular.eot');
    src: url('https://vincitraining.com/hk/Themes/DefaultClean/Content/css/fonts/SourceSansPro-Regular.eot?iefix') format('embedded-opentype'), 
    url('https://vincitraining.com/hk/Themes/DefaultClean/Content/css/fonts/SourceSansPro-Regular.woff') format('woff'), 
    url('https://vincitraining.com/hk/Themes/DefaultClean/Content/css/fonts/SourceSansPro-Regular.ttf') format('truetype'), 
    url('https://vincitraining.com/hk/Themes/DefaultClean/Content/css/fonts/SourceSansPro-Regular.svg#Source Sans Pro') format('svg');
    font-weight: normal;
    font-style: normal;
}



.mainWrapper {
    background-image: url('../../../../images/bg.jpg');
    width: 100%;
    height: 100%;
    background-repeat: repeat-x;
}

.mainWrapperlg {
    background-image: url('../../../../images/bg.png');
    width: 100%;
    height: 100%;
    background-repeat: repeat-x;
}

/* CSS Document */
* {
    margin: 0;
    padding: 0;
}



ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset {
    margin: 0 0 14px;
    outline: 0;
}

html, body, div, span, applet, embed, object, iframe, frameset, p, q, blockquote, sub, sup, a, abbr, acronym, font, img, small, center, h1, h2, h3, h4, h5, h6, b, strong, big, u, ins, i, cite, em, var, dfn, address, s, strike, del, dl, dt, dd, ol, ul, li, pre, code, kbd, samp, tt, fieldset, legend, form, label, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    border: 0;
    margin: 0;
    padding: 0;
    outline: 0;
}

.arrow {
    position: absolute;
    width: 43px;
    height: 21px;
    margin: auto;
    left: 47%;
    top: 422px;
    background: url("../../../../Images/arrow.png");
}

.arrowlg {
    position: absolute;
    width: 43px;
    height: 21px;
    margin: auto;
    left: 47%;
    top: 110px;
    background: url("../../../../Images/arrow.png");
}

body {
    font-family: 'source_sans_proregular', sans-serif !important;
    font-size: 81.3%;
    color: #232323 !important;
}

a {
    text-decoration: none;
    color: #00bac8;
}

    a:hover {
        text-decoration: underline;
    }

    a:active {
        background-color: transparent;
    }

h1.pageTitileWithbg {
    font-family: 'Museo 700';
    font-size: 31px !important;
    line-height: 50px;
    text-align: left;
    font-weight: bold !important;
}

    h1.pageTitileWithbg span {
        padding-left: 15px;
        font-weight: normal !important;
        font-size: 24px !important;
    }

        h1.pageTitileWithbg span a {
            color: #333;
        }
/* Layout Structure Styles */
.vw-fluid {
    width: 100%;
}

.vw-max {
    width: 940px;
    padding: 0 10px;
    margin: auto;
}

.vw-maxfooter {
    width: 940px;
    padding: 0 10px;
    margin: auto;
}

#vw-mainWrapper {
    width: 940px;
    padding: 0 10px;
    margin: auto;
}

Working on (Worked on index page UI and course selection calculation for select/unselect the course on cart.)

.vw-header {
    text-align: left;
    height: 85px;
    padding: 25px 0 0 0;
    /*position: relative;*/
}

.vw-topNav {
    /*position: absolute;
        top: 40px;
        right: 0;
        font-size: 8px;
        color: #999;*/
    float: right;
    padding-top: 20px;
}

    .vw-topNav a {
        font-size: 16px;
        color: #FFF;
        vertical-align: middle;
        padding: 0 5px;
    }

        .vw-topNav a:hover {
            color: #00b2c5;
            text-decoration: none;
        }

.vw-contentContainer {
    width: 100%;
}

.lgt {
    background-color: #D6E9EF;
    display: table;
    /*position: relative;*/
}

.vw-mainCaption {
    /*background:#00bac8 url(../Images/caption-bg.jpg) left top repeat-x;*/
    height: 130px;
    line-height: 80px;
    /*margin: 11px auto auto;
        padding-top: 20px;*/
    text-align: center;
}

.vw-mainCaption-lg {    
    height: 130px;
    line-height: 80px;
    margin: 45px auto auto;
    text-align: center;
}

    .vw-mainCaption h1, .vw-mainCaption h2, .vw-mainCaption-lg h1, .vw-mainCaption-lg h2 {
        font-family: 'Museo 700';
        color: #FFF;
        font-size: 32pt;
        font-weight: bold;
        font-weight: normal;
        padding: 15px 0;
    }

    .vw-mainCaption h2, .vw-mainCaption-lg h2 {
        font-size: 23pt;
        padding: 8px 0;
    }

.promo-box {
    padding-left: 20px;
    margin: 30px auto;
}

.promo-box-blks {
    /*	background:transparent url(../Images/promo-box-bg.png) left top no-repeat;
    */ width: 265px;
    float: left;
    text-align: center;
    display: inline-block;
    height: 142px;
    margin: 30px 60px 0 0;
    position: relative;
}

    .promo-box-blks:hover {
        color: #FFF !important;
    }

.promo-box > .promo-box-blks + .promo-box-blks + .promo-box-blks {
    margin-right: 0 !important;
}

.promo-box-blks img {
    padding: 20px 0;
    display: inline-block;
}

.promo-box-blks span {
    bottom: -20px;
    display: block;
    position: absolute;
    text-align: center;
    width: 100%;
    *position: static;
}


    .promo-box-blks span:hover a {
        color: #000;
    }

    .promo-box-blks span:hover i.icon-course, i.icon-course:hover {
        background: url("../../../../images/big-icons.png") no-repeat scroll -124px -124px transparent;
    }

    .promo-box-blks span:hover i.icon-g-startedImg, i.icon-g-startedImg:hover {
        background: url("../../../../images/big-icons.png") no-repeat scroll -124px -248px transparent;
    }

    .promo-box-blks span:hover i.icon-signInImg, i.icon-signInImg:hover {
        background: url("../../../../images/big-icons.png") no-repeat scroll right top transparent;
    }

a.promoBtn {
    font-size: 28px;
    /*line-height: 55px;*/
    text-decoration: none;
    color: #FFFFFF;
    /*display: inline-block;*/
    height: 35px;
    margin: 10px 0 0 0;
    font-weight: bold !important;
}

    a.promoBtn:hover {
        color: #000;
        /*background: url("../images/big-icons.png") no-repeat scroll right top transparent;*/
    }

    a.promoBtn i {
        width: 124px;
        display: block;
        height: 124px;
        margin: auto;
    }

.icon-course {
    /*background: url("../images/view-course.png") no-repeat scroll 45px 0 transparent;*/
    /*background: url("../images/view_courses_white.png") no-repeat scroll center center transparent;*/
    background: url("../../../../images/big-icons.png") no-repeat scroll left -124px transparent;
    /*padding: 100px 0 0;*/
}

.icon-g-startedImg {
    /*background: url("../images/get-started.png") no-repeat scroll 45px 0 transparent;*/
    background: url("../../../../images/big-icons.png") no-repeat left -248px transparent;
}

.icon-signInImg {
    /*background: url("../Images/sign-in.png") no-repeat scroll 20px 0 transparent;*/
    background: url("../../../../Images/big-icons.png") no-repeat scroll left top transparent;
}

.vw-grid-video {
    width: 100%;
}

    .vw-grid-video h3 {
        color: #333333;
        font-size: 20px;
        line-height: 30px;
        margin: auto auto 20px auto;
        text-align: center;
        /* width: 680px;*/
        display: block;
        /*border-bottom:3px solid #00B2C5;*/
    }

.vw-dyGrid {
    /*background:transparent url(../Images/grid-bg.png) left top no-repeat;
        height:363px;*/
    /*  float: left;
         padding: 10px;
            margin-top: 50px;
        width: 506px; sreedhar*/
}

.vw-c-grid {
    width: auto;
    margin: 50px 0 20px 0;
}

table.dyGrid {
    font-size: 11px;
    background-color: #d3c7c3;
}

    table.dyGrid tr:first-child td {
        color: #FFF;
        background-color: #333;
        line-height: 25px;
    }

    table.dyGrid tr td {
        color: #333;
        background-color: #FFF;
        line-height: 19px;
        font-size: 12px;
        padding-left: 10px;
    }

        table.dyGrid tr td.alternate {
            color: #333;
            background-color: #D6EAEF;
        }

span.discont {
    text-decoration: line-through;
    color: #CD0000;
}

.vw-videos {
    float: right;
    width: 340px;
}

    .vw-videos span {
        display: block;
        color: #333;
        line-height: 20px;
        margin-bottom: 20px;
        text-align: center;
    }

.vw-actItems {
    text-align: right;
    padding: 10px 0;
}

a.buy {
    font-size: 21px;
}

.vw-footer {
    /*background:transparent url(../Images/footer-bg.png) left top repeat-x;*/
    height: 74px;
    border-top: 1px solid #d5d5d5;
    width: 100%;
    padding-top: 20px;
    text-align: center;
}

ul.vw-reg-steps {
    margin: 45px 0 20px 0;
    /* padding-top: 20px;*/
    position: relative;
    height: 110px;
}

    ul.vw-reg-steps li:first-child {
        height: 1px;
        border-top: 1px solid #FFF;
        position: absolute;
        /*top: 47px;
        top*/ /*\**/ /*: 47px\9;*/
        top: 30px;
        top /*\**/: 30px\9;
        width: 722px;
        left: 103px;
        z-index: 1;
        padding: 0;
    }

    ul.vw-reg-steps li {
        display: inline;
        float: left;
        text-align: center;
        width: 230px;
        position: relative;
        z-index: 9;
    }

        ul.vw-reg-steps li span {
            display: block;
            font-size: 16pt;
            line-height: 25px;
            color: #FFF;
            font-family: 'Museo300';
            display: block;
            padding-top: 10px;
        }

            ul.vw-reg-steps li span.active {
                color: #000;
            }

.vw-reg-content, .vw-page-content {
    margin-top: 40px;
}

    .vw-reg-content h1, .vw-page-content h1 {
        font-size: 40px;
        line-height: 40px;
    }

    .vw-page-content h1 {
        margin-bottom: 20px;
    }

    .vw-reg-content h1 span, .vw-reg-content h2 {
        font-size: 24px !important;
        line-height: 30px;
        font-weight: normal;
        text-align: left;
        color: #000;
    }

    .vw-reg-content h2 {
        margin: 10px 0 10px 0;
    }

.vw-reg-form {
    /*background-color: #12b4c6;*/
    padding: 10px 0;
    margin-bottom: 20px;
    font-size: 18px;
    color: #00b2c5;
    line-height: 30px;
}

.highliteText {
    color: #00B2C5;
    display: block;
    font-size: 18px;
    padding: 10px 25px;
    text-align: right;
}


.astrick {
    padding-left: 5px;
}

.vw-reg-form input[type="text"], .vw-reg-form input[type="checkbox"], .inputchkbox, .vw-reg-form input[type="password"] {
    border: 0;
    /*background-color:#FFF;*/
    padding: 5px 10px;
    width: 220px;
    margin: 0 0 10px 0;
    background-image: none;
}

.vw-reg-form input[type="checkbox"] {
    width: 20px;
}

.selectBox {
    width: 240px !important;
    height: 30px;
    padding: 7px 5px;
    margin-bottom: 13px;
}

.vw-form-act {
    text-align: center;
    width: 100%;
    font-weight: bold;
    display: block;
    margin-bottom: 20px;
    vertical-align: middle;
    font-size: 31px;
    /*position:absolute;*/
}

    .vw-form-act > input[type="image"] {
        vertical-align: middle;
        padding: 0 10px;
    }

.vw-selectCourse {
    margin-bottom: 20px;
}

.mt {
    margin-top: 20px;
}

.f24 {
    font-size: 24px;
    color: #000;
}

.nobold {
    font-weight: normal;
}



.vw-form-act {
    display: block;
    font-size: 27px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
}

/*  .vw-dyGrid {
        float: left;
        margin-top: 0 !important;
        padding: 0px;
        width: 580px !important;
    }*/

.offerMsg {
    position: relative;
    font-size: 18px;
    color: #ec6768;
    font-weight: bold;
    text-align: right;
    height: 50px;
    margin-bottom: 15px;
}

.red-arrow {
    position: absolute;
    float: right;
    right: 27px;
    top: 30px;
}


/* input button Image type styles */
.p-pay {
    background: url("../../../../Images/make_payment_regular.png") no-repeat scroll right top transparent;
    border: 0 none;
    cursor: pointer;
    font-size: 27px;
    font-weight: bold;
    height: 72px;
    width: 490px;
    text-align: left;
}

    .p-pay:hover {
        background: url("../../../../Images/make_payment_click.png") no-repeat scroll right top transparent;
        border: 0 none;
    }

/* App Icons */
.sub-btn, .sub-btn:hover {
    color: #00b2c5;
    font-size: 27px;
    font-style: normal;
    font-weight: bold;
    display: block;
    text-decoration: none !important;
}

a i {
    display: inline-block;
    font-style: normal;
    vertical-align: middle;
}
/*link Buttons with icons*/
.linkbtn {
    display: inline-block;
}

    .linkbtn a:hover {
        color: #ec6768;
    }

a:hover {
    color: #ec6768;
}

.linkbtn:hover .icon-make_payment, .icon-make_payment:hover {
    background-position: -144px top;
    border: 0 none;
}

.icon-make_payment {
    background: url("../../../../Images/app_icons.png") no-repeat scroll left top transparent;
    height: 64px;
    width: 144px;
    /*text-indent: -490px;*/
}

.icon-signIn {
    background: url("../../../../Images/app_icons.png") no-repeat scroll left -72px transparent;
    height: 64px;
    line-height: 64px;
    text-indent: -260px;
    width: 160px;
}

    .linkbtn:hover .icon-signIn, .icon-signIn:hover {
        background-position: -160px -72px;
        border: 0 none;
    }

.icon-submit {
    background: url("../../../../Images/app_icons.png") no-repeat scroll left -253px transparent;
    height: 86px;
    line-height: 83px;
    text-indent: -260px;
    width: 160px;
}

    .linkbtn:hover .icon-submit, .icon-submit:hover {
        background-position: -163px -253px;
        border: 0 none;
    }

.icon-s-training {
    background: url("../../../../Images/app_icons.png") no-repeat scroll left -150px transparent;
    height: 50px;
    line-height: 50px;
    text-indent: -330px;
    width: 160px;
}

    .linkbtn:hover .icon-s-training, .icon-s-training:hover {
        background-position: -160px -149px;
        border: 0 none;
    }

.pos-r {
    position: relative;
}

.userNc {
    position: absolute;
    right: 5px;
    top: 22px;
    float: right;
}

.p-startr {
    background: url("../../../../Images/start_training_regular.png") no-repeat scroll right top transparent;
    border: 0 none;
    cursor: pointer;
    font-size: 27px;
    font-weight: bold;
    height: 72px;
    width: 390px;
    color: #333;
    padding: 15px 180px 15px 0;
    text-align: left;
}

    .p-startr:hover {
        background: url("../../../../Images/start_training_click.png") no-repeat scroll right top transparent;
        border: 0 none;
    }

.u-login {
    background: url("../../../../Images/parchment_quill_arrow_regular.png") no-repeat scroll right top transparent;
    border: 0 none;
    cursor: pointer;
    font-size: 27px;
    font-weight: bold;
    height: 72px;
    padding-right: 165px;
    padding-top: 30px;
    text-align: left;
    vertical-align: middle;
    width: 490px;
}

    .u-login:hover {
        background: url("../../../../Images/parchment_quill_arrow_click.png") no-repeat scroll right top transparent;
        border: 0 none;
    }

.vw-mainCaptionfrntpg {
    /*background:#00bac8 url(../Images/caption-bg.jpg) left top repeat-x;*/
    height: 130px;
    line-height: 50px;
    /*margin: 11px auto auto;*/
    /*padding-top: 50px;*/
    text-align: center;
}

    .vw-mainCaptionfrntpg h1, .vw-mainCaptionfrntpg h2 {
        color: #FFF;
        font-size: 38px;
        font-weight: 700;
        padding: 15px 0;
        font-family: 'Museo 700' !important;
    }

    .vw-mainCaptionfrntpg h2 {
        font-size: 26px !important;
        padding: 0 !important;
    }


.hp-promo {
    margin: 0 !important;
}

.gridLinks {
    display: inline-block;
}

    .gridLinks i {
        display: block;
        width: 24px;
        height: 24px;
    }

    .gridLinks:hover i.icon-cart, .icon-cart:hover {
        background: url("../../../../Images/gridicons.png") no-repeat scroll -24px -72px transparent;
    }

.icon-cart {
    background: url("../../../../Images/gridicons.png") no-repeat scroll left -72px transparent;
}

.association {
    position: relative;
    float: left;
    left: 0;
    top: 10px;
    font-size: 13pt;
}

.association-img {
    background-image: url("../../../../images/occ_teal_logo.png");
    position: relative;
    float: left;
    left: 0;
}

.gridLinks {
    display: inline-block;
}

    .gridLinks i {
        display: block;
        width: 24px;
        height: 24px;
    }

.icon-abstract {
    background: url("../../../../Images/gridicons.png") no-repeat scroll left top transparent;
}

    .gridLinks:hover i.icon-abstract, .icon-abstract:hover {
        background: url("../../../../Images/gridicons.png") no-repeat scroll -24px top transparent;
    }

/* login Styles*/
.login-form {
    margin: 50px auto 30px auto;
    width: 520px;
}

.icon-sendmail {
    background: url("../../../../Images/send-mail-sprite.png") no-repeat scroll left top transparent;
    height: 60px;
    width: 124px;
}

    .linkbtn:hover .icon-sendmail, .icon-sendmail:hover {
        background-position: left -62px;
        border: 0 none;
    }


.WhyVinciWorks {
    text-align: left;
    font-size: 16px;
    margin: 10px;
}

.whyvincitopcontent {
    text-align: left;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 15px;
}

.whyvincitopcontent {
    font-size: 18px;
    margin-bottom: 30px;
    margin-top: 40px;
    text-align: left;
}

.WhyVinciWorks strong {
    display: block;
    margin-bottom: 10px;
    margin-top: 15px;
}

.arrowimage {
}

.register-active {
    background: url("../../../../Images/1-active.png");
}

.register-course {
    background: url("../../../../Images/2-normal.png");
    src: url('../../../../Images/2-normal.png');
}

.register-payment {
    background: url("../../../../Images/3-normal.png");
}

.register-startTrng {
    background: url("../../../../Images/4-normal.png");
}

.icon-make_payment {
    background: url("../../../../Images/app_icons.png") no-repeat scroll left top transparent;
    height: 64px;
    width: 144px;
    /*text-indent: -490px;*/
}

@media (min-width: 1920px) and (max-width: 2560px) {
    .promo-box {
        padding-left: 0px !important;
        margin: 30px auto;
    }
}
