﻿body {
}


body, html {
    height: 100%;
}
.bg {
    /* The image used */
    background-image: url(/images/Office1.jpeg);

    /* Full height */
    height: 100%;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.comLink {
    border-bottom: solid 1px #f1f1f1;
    height: 25px;
    text-align: right;
    font-size: 18px;
}

    .comLink a {
        color: #182525;
        text-decoration: none !important;
    }

.menu .menuLi {
    list-style: none;
    float: left;
    text-align: center;
    width: 138px;
    border-left: solid 1px #f1f1f1;
    border-right: solid 1px #f1f1f1;
    border-bottom: solid 1px #f1f1f1;
}

    .menu .menuLi a {
        text-decoration: none;
        display: block;
        font-family: sans-serif !important;
        color: #182525 !important;
        font-size: 22px;
        font-style: normal !important;
    }

    .menu .menuLi:hover {
        background-color: #eee;
    }

.homeTitle {
    font-size: 33px;
    font-weight: bold;
    font-family: Algerian;
    font-style: italic;
}

.homeTitleA {
    color: blue;
}

.homeTitleB {
    color: deeppink;
}

.homeTitleC {
    color: green;
}

.homeTitle3 {
    font-size: 30px;
    font-weight: bold;
}

.navbar-brand {
    color: #182525 !important;
    text-align: center;
}

.nb {
    border-left: solid 1px #f1f1f1;
    border-right: solid 1px #f1f1f1;
    border-bottom: solid 1px #f1f1f1;
    height: 114px;
    width: 650px;
}

    .nb:hover {
        background-color: #eee;
    }

.homeTitle2 {
    font: 11px sans-serif !important;
    color: gray;
}

.iCons {
    font-size: 48px !important;
    height: 63px;
    padding: 6px 0;
    display: table-cell;
    vertical-align: middle;
    color: #182525;
}

.navbar-inverse {
    background-color: white !important;
    border-color: white !important;
}

.navbar-toggle {
    float: left !important;
    background-color: #182525 !important;
}

.menu2 {
    background-color: #182525;
}

    .menu2 .menuLi2 {
        list-style: none;
        float: left;
        text-align: center;
        width: 190px;
        border-left: solid 1px gray;
        padding: 20px 0 20px 0;
    }

        .menu2 .menuLi2:first-child {
            border-left: 0 none;
        }

        .menu2 .menuLi2 a {
            text-decoration: none;
            display: block;
            font-family: sans-serif !important;
            color: #fff !important;
            font-size: 18px;
        }

            .menu2 .menuLi2 a:hover {
                color: #548282 !important;
                background-color: #182525 !important;
            }

.dropdown-toggle {
    background-color: #182525 !important;
    font-family: sans-serif !important;
    color: #fff !important;
    font-size: 18px !important;
}

.menu3 {
    background-color: #182525 !important;
}

    .menu3 .menuLi3 a {
        text-decoration: none;
        display: block;
        font-family: sans-serif !important;
        color: #fff !important;
        font-size: 18px;
    }

        .menu3 .menuLi3 a:hover {
            color: #548282 !important;
            background-color: #182525 !important;
        }

.hide {
    display: none;
}

.menu4 {
    border: none !important;
    position: fixed !important;
    top: 0;
    margin: 0 15px !important;
    z-index: 10000;
}

    .menu4 .menuLi4 {
        width: 187px;
        border-right: solid 1px #95adad;
    }

        .menu4 .menuLi4 a {
            font-family: sans-serif !important;
            background-color: #182525;
            color: white !important;
            font-size: 22px;
            text-align: center;
        }

        .menu4 .menuLi4:hover {
            background-color: #548282 !important;
        }

.foot-top {
    font-size: 18px;
    color: #fff;
    float: right;
    padding: 7px;
    background-color: rgba(0,0,0,.5);
    position: fixed !important;
    bottom: 30px;
    right: 5px;
    display: none !important;
}

.foot-topDisplay {
    display: block !important;
}

.pan3 {
    background-color: #eef;
}

.imgwdt {
    width: 100%;
}

.pan1 {
    text-align: center;
    margin: 15px !important;
    border: 45px solid #182525;
    border-radius: 20px;
}

.pan2 {
    background-color: #eef;
    padding: 20px 20px 20px 20px;
}

.panImg {
    -ms-transform: matrix(1, 0, 0.1, 1, 0, 0); /* IE 9 */
    -webkit-transform: matrix(1, 0, 0.1, 1, 0, 0); /* Safari */
    -moz-transform: matrix(1, 0, 0.1, 1, 0, 0);
    -o-transform: matrix(1, 0, 0.1, 1, 0, 0);
    transform: matrix(1, 0, 0.1, 1, 0, 0); /* Standard syntax */
}

.buildTitle:hover {
    text-decoration: none !important;
}

.buildTitle h2 {
    font-weight: bold;
    font-family: sans-serif;
    color: #182525;
}

    .buildTitle h2 p span {
        font-size: 17px;
        font-weight: bold;
        font-family: sans-serif;
        color: black;
    }

/*.jobLink {
    padding-top: 15px;
}*/

.jobLink a p {
    padding-left: 40px;
    text-decoration: underline;
    color: darkcyan;
}

.panText {
    margin-top: 20px;
    margin-bottom: 20px;
}

    .panText p {
        font: normal 14px sans-serif;
    }

    .panText label {
        background-color: black;
        padding: 12px;
        font: normal 14px sans-serif;
        color: white;
    }

.helpPagDiv {
    height: 340px;
}

    .helpPagDiv a, .opnLink {
        text-decoration: underline;
    }

.dwnldBack {
    background-color: #eef;
    margin-bottom: 100px;
}

.panHead {
    font: normal 16px sans-serif;
    background-color: #333 !important;
    color: #fff !important;
}

.panBody {
    border-color: #333;
}

.panBody1 {
    height: 250px;
    overflow: scroll;
}

.writter {
    font-weight: bold;
}

.linkData {
    color: darkcyan;
}

.linkData1 {
    color: crimson;
}

.linkDataLarge {
    color: green;
    font: bold 20px sans-serif;
}

.dwnldHead {
    margin: 30px 0 60px 0;
}

.tdBld {
    font: bold 16px sans-serif;
}

.bgColor {
    background-color: #eef;
}

.middle {
    float: none !important;
    margin: 0 auto !important;
}

.helpVdoHead {
    margin-bottom: 40px;
}

.eulaMarg {
    margin-left: 15px;
}

.txtAlgn {
    text-align: center;
}

.bordr {
    border: 1px solid silver;
    padding-top: 30px;
    border-radius: 5px;
}

.colour {
    color: #333;
}

.iconSize {
    font-size: 12px !important;
}

.topHead {
    color: #fff;
    padding: 5px;
    margin-top: 0px;
    background-color: lightseagreen;
    margin-bottom: 40px;
}

.aClass {
    text-decoration: none !important;
}

.qty {
    width: 50px;
    margin: 0 25px;
}

@media (max-width:550px) {
    .menu .menuLi {
        width: 94px !important;
    }

        .menu .menuLi a {
            padding: 2px !important;
        }

        .menu .menuLi a {
            font-size: 17px !important;
            right: 0 !important;
        }

    .iCons {
        font-size: 40px !important;
    }

    .menu2 .menuLi2 a {
        padding: 5px 0 !important;
    }

    .menu2 .menuLi2 {
        width: 105px !important;
    }
}

@media (max-width:767px) {
    .homeTitle {
        font-size: 22px;
    }


    .homeTitle2 {
        font: 10px sans-serif !important;
    }

    /*.nb {
        height: 90px;
    }*/

    .menu .menuLi a {
        font-size: 18px;
    }

    .menu2 .menuLi2 a {
        font-size: 14px !important;
    }

    .staticMenu {
        display: none !important;
    }

    .pan1 {
        border: 10px solid #182525 !important;
        border-radius: 10px;
    }

    .navbar-brand {
        height: auto !important;
        float: none !important;
    }

    .navbar-toggle {
        position: absolute !important;
    }

    .menuBtn {
        top: -47px;
    }

    .comLink {
        height: 40px;
    }
}

@media (min-width:767px) and (max-width:1023px) {
    .menu .menuLi {
        width: 94px !important;
        border: solid 1px #f1f1f1 !important;
    }

        .menu .menuLi a {
            font-size: 15px !important;
        }

    .menu2 .menuLi2 {
        width: 105px !important;
    }

        .menu2 .menuLi2 a {
            padding: 5px;
        }

    .iCons {
        font-size: 35px !important;
    }
}

@media (max-width:1023px) {

    .navbar-header {
        width: 100%;
    }

    .nb {
        float: none;
        margin: 0 auto;
    }

    .menu2 {
        width: 100%;
    }

        .menu2 .menuLi2 {
            padding: 15px 0 15px 0;
        }

            .menu2 .menuLi2 a {
                font-size: 14px;
            }

    .menu4 {
        margin-left: 9px !important;
    }

        .menu4 .menuLi4 {
            width: 102px !important;
        }

            .menu4 .menuLi4 a {
                font-size: 15px;
            }

    .foot-top {
        bottom: 25px !important;
    }
}

@media (min-width:1024px) and (max-width:1199px) {
    .menu .menuLi{
        width:130px;
    }
    .menu .menuLi {
        border: solid 1px #f1f1f1 !important;
    }
    .menu{
        margin-left:-15px !important;
    }
    .menu4 .menuLi4{
        width:138px;
    }
    .menu2 .menuLi2{
        width:140px;
    }
    .menu2 .menuLi2 a{
        font-size:16px;
    }
}
