﻿
@charset "utf-8";
/* Creative eWorld CSS
   Version 2.3 (Last update on 20 May 2015)*/

/* HTML5 display-role reset for older browsers */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, strike, sub, tt, var, b, u, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    width: auto;
    height: auto;
}
/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, img {
    display: block;
}

body {
    line-height: 1;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* Links and remove of Dotted line */

a, a:link, a:visited, a:active {
    color: #333333;
    outline: 0;
    webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}

    a.white {
        color: #ffffff;
        outline: 0;
        webkit-transition: all 500ms ease-out;
        -moz-transition: all 500ms ease-out;
        -o-transition: all 500ms ease-out;
        transition: all 500ms ease-out;
    }

        a:hover, a:focus, a.white:hover, a.white:focus {
            text-decoration: none;
            color: #808285;
            ie-dummy: expression(this.hideFocus=true);
        }




    a.back {
        font-size: 12px;
        font-family: opensanslight, Arial, Helvetica, sans-serif;
        color: #808285;
        display: inline-block;
        margin-left: 10px;
        letter-spacing: 0.05em;
        text-decoration: none;
    }

        a.back:hover {
            color: #bbbbbb;
        }

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #878787;
}
/* <a> link with class */
a.btn, a.fbtn {
    font: normal 10px opensanslight, Arial, Helvetica, sans-serif;
    color: #808285;
    border: 1px solid #c9c9c9;
    background: #ffffff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    display: inline-block;
    padding: 6px 12px;
    text-decoration: none;
}

    a.btn:hover {
        background: #c72031;
        color: #ffffff;
        border-color: #c72031;
    }
/* Font Embed */

@font-face {
    font-family: 'titilliumregular';
    src: url('../include/fonts/titillium-regular-webfont.woff2') format('woff2'), url('../include/fonts/titillium-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'muliregular';
    src: url('../include/fonts/muli-webfont.woff2') format('woff2'), url('../include/fonts/muli-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'mulilight';
    src: url('../include/fonts/muli-light-webfont.woff2') format('woff2'), url('../include/fonts/muli-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'mulibold';
    src: url('../include/fonts/muli-bold-webfont.woff2') format('woff2'), url('../include/fonts/muli-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'times_new_romanregular';
    src: url('../include/fonts/times-webfont.woff2') format('woff2'), url('../include/fonts/times-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* HTML */

html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: "muliregular", Arial, Helvetica, sans-serif;
    background: #ffffff;
    color: #333333;
    font-size: 15px;
    line-height: 23px;
    height: auto;
    margin: 0;
    /*padding-bottom: 100px;*/
}

#wrapper {
    width: 100%;
    margin: 0 auto;
    min-width: 1140px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

td {
    position: relative;
}

p {
    margin-bottom: 20px;
    font-weight: normal;
}

.clear {
    clear: both;
}
/* spacing  */
.spacing-top {
    margin-top: 20px;
}

.spacing-top-extra {
    margin-top: 30px;
}

.spacing-top-less {
    margin-top: 10px;
}

.spacing-left {
    margin-left: 20px;
}

.spacing-left-extra {
    margin-left: 30px;
}

.spacing-left-less {
    margin-left: 10px;
}

.spacing-right {
    margin-right: 20px;
}

.spacing-right-extra {
    margin-right: 30px;
}

.spacing-right-less {
    margin-right: 10px;
}

.spacing-bottom {
    margin-bottom: 20px;
}

.spacing-bottom-extra {
    margin-bottom: 30px;
}

.spacing-bottom-less {
    margin-bottom: 10px;
}

.spacing-leftright {
    margin: 0 10px;
}

.spacing-topbottom {
    margin: 10px 0;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}
/* Basic Fonts */

h1, h2, h3, h4, h5, h6, h7, h8 {
    font-weight: normal;
}

    h1, h1 a, h1 a:link {
        font-family: "mulilight", Arial, Helvetica, sans-serif;
        font-size: 13px;
        color: #ffffff;
        font-style: italic;
        letter-spacing: 2px;
    }

    h2, h2 a, h2 a:link {
        font-family: "times_new_romanregular", Arial, Helvetica, sans-serif;
        font-size: 21px;
        color: #ffffff;
    }

    h3, h3 a, h3 a:link {
        font-family: "times_new_romanregular", Arial, Helvetica, sans-serif;
        font-size: 30px;
        color: #ceaf62;
        line-height: 1.4;
    }

    h4, h4 a, h4 a:link {
        font-family: "times_new_romanregular", Arial, Helvetica, sans-serif;
        line-height: 1em;
        color: #fff;
        font-size: 34px;
    }

    h5, h5 a, h5 a:link {
        font-family: "times_new_romanregular", Arial, Helvetica, sans-serif;
        line-height: 1em;
        color: #000;
        font-size: 23px;
        margin-bottom: 10px;
    }

    h6, h6 a, h6 a:link {
        font-family: "mulibold", Arial, Helvetica, sans-serif;
        line-height: 24px;
        color: #000000;
        font-size: 18px;
        letter-spacing: 0.02em;
        margin: 5px 0 20px 0;
    }

label {
    color: #404040;
    font-size: 12px;
    text-transform: uppercase;
    font-family: "times_new_romanregular", Arial, Helvetica, sans-serif;
    margin-top: 5px;
}

.quote_txt {
    font-family: "mulibold", Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #333333;
    line-height: 1.2em;
}

.qoutee {
    font-family: "times_new_romanbold", Arial, Helvetica, sans-serif;
    color: #000000;
    font-size: 40px;
    bottom: 0;
}

.contactDetails {
    background: #000000;
    opacity: 0.8;
    padding: 30px 70px;
    margin-top: -70px;
    color: #ffffff;
    line-height: 23px;
    outline: #444444 1px solid;
    outline-offset: -5px;
}

    .contactDetails img {
        display: inline-block;
    }

/* Texts Transformer*/

.txt-uppercase {
    text-transform: uppercase;
}

.contact_gold_txt {
    font-family: "times_new_romanregular", Arial, Helvetica, sans-serif;
    color: #978047;
    font-size: 18px;
    text-transform: uppercase;
}

.txt-gold {
    color: #ceaf62;
}

b, strong {
    font-weight: bold;
}

i, em {
    font-style: italic;
}

    i b, i strong, em b, em strong, b i, b em, strong i, strong em {
        font-weight: bold;
        font-style: italic;
    }

/* Listing Styles */

ol, ul {
    margin-left: 20px;
}

    ol > li {
        margin-bottom: 15px;
    }

    ul li {
        margin-bottom: 12px;
        list-style-image: url(../images/ulli.png);
        line-height: 20px
    }
/* Text Field & Button Style */

input {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

    input[disabled="disabled"] {
        /* Theoretically for IE 8 & 9 (more valid) */
        /* ...but not required as filter works too */
        /* should come BEFORE filter */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        /* This works in IE 8 & 9 too */
        /* ... but also 5, 6, 7 */
        filter: alpha(opacity=100);
        /* Modern Browsers */
        opacity: 1;
        -webkit-opacity: 1;
    }

    input[type="password"], input[type='text'], select, textarea, input[disabled="disabled"] {
        padding: 10px;
        background: #f5f5f5;
        border: none;
        color: #808285;
        font-size: 13px;
        font-family: opensansregular, Arial, Helvetica, sans-serif;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        border: 1px solid #bebebe;
    }

    input[type='submit'], input[type='button'] {
        cursor: pointer;
        -webkit-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
        -ms-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
        border: 0;
        outline: 0;
    }

textarea {
    min-height: 146px;
}

    input:focus, input[type='text']:focus, select:focus, textarea:focus {
        outline: 0;
    }
/*for Contact Us Send enquiry button */
a.actionbtn, .actionbtn, a.regbtn {
    color: white;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
    background: #373737;
    text-decoration: none;
    min-width: 15%;
    border-radius: 5px;
}

    a.actionbtn:hover, .actionbtn:hover {
        background: #000000;
    }

a.backbtn, .backbtn {
    background: #808285;
}

    a.backbtn:hover, .backbtn:hover {
        background: #666666;
    }
/*for Download button */
.dlbtn {
}
/* Back to top style */
#scrollUp {
    bottom: 0;
    right: 30px;
    width: 70px;
    height: 70px;
    padding: 10px 5px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

    #scrollUp:hover {
        -webkit-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
        -ms-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
    }

#scrollUp, a#scrollUp {
    bottom: 40px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: url(../images/top.png) no-repeat;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
}

#scrollUp-active {
    display: none;
}
/* Divider and Outline */

hr {
    width: 10%;
    background: #636363;
    height: 1px;
    border: none;
}


    hr.long {
        width: 100%;
        background: #b8b8b8;
        height: 1px;
        border: none;
    }

.double {
    width: 25%;
    border-top: 3px double #cfcfcf;
    background: none;
}

.grey_box_line {
    background: #636363;
    height: 1px;
    width: 15%;
    border: none;
    box-shadow: 0 1px 0 red;
}

.vDiv {
}

.outline {
    border: #d5d5d5 1px solid;
    display: inline-block;
}
/* Vertical Align */
.vAlign {
    display: inline-block;
    float: none !important;
    vertical-align: middle;
    margin-right: -4px;
}

.vTop {
    display: inline-block;
    float: none !important;
    vertical-align: top;
    margin-right: -4px;
}

.vBtm {
    display: inline-block;
    float: none !important;
    vertical-align: bottom;
    margin-right: -4px;
}
/* Contact Tab */
#box {
    width: 180px;
    right: -230px;
    top: 96px; /* change this value to place the menu higher or lower */
    position: fixed;
    z-index: 100;
    background: #131313;
    color: #ffffff;
    font: normal 12px Arial, sans-serif;
    line-height: 19px;
    padding: 20px 25px;
}

    #box h3 {
        color: #fff;
        margin-top: 0;
    }

    #box a:hover {
        color: #fff;
    }

#tab {
    float: left;
    list-style: outside none none;
    margin-left: -60px;
    padding: 0px;
    position: relative;
    z-index: 99;
    margin-top: -20px;
}

    #tab li span {
        display: block;
        padding: 0;
        position: relative;
    }

    #tab img {
        cursor: pointer;
    }

.show, .hide {
    /* we specify the transition length for hiding and showing */
    transition: margin-right .4s ease-in;
    -webkit-transition: margin-right .4s ease-in;
}

.hide {
    margin-right: 0px;
}

    .hide ul li img:hover {
        -webkit-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
        -ms-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
    }

.show {
    margin-right: 195px;
}
/* Header */

header {
    width: 100%;
    /*min-width: 1140px;*/
    margin: 0 auto;
    padding: 0px 0px;
    position: absolute;
    z-index: 1000 !important;
    background: white;
}


.top_bar {
    height: 34px;
    background-color: #692c61;
    color: #ffffff;
    width: 100%;
}

.logo {
    float: left;
    width: 188px;
}

.tagline {
    float: left;
    width: 300px;
    display: inline-flex;
}

.tagline_dot {
    color: #996b93;
    padding-left: 7px;
    padding-right: 7px;
    line-height: 13px;
    font-weight: bold;
}

.icons_link {
    float: right;
    padding: 8px 0;
    position: relative;
}

.cert_link {
    float: right;
    margin-left: 30px;
    position: relative;
}

.nav_wrapper {
    width: 700px;
    float: right;
}

.phone_link a {
    text-align: right;
    float: right;
    display: inline-flex;
    margin-bottom: 15px;
    font: normal 18px mulibold, Arial, Helvetica, sans-serif;
    color: #737373;
}

.phone_link img {
    width: 15px;
    height: 21px;
    margin-top: 4px;
}


/* Search */
#search_div {
    margin-bottom: 40px;
}

#search {
    clear: both;
    position: absolute;
    top: 0;
    right: 40px;
    width: 180px;
    overflow: hidden;
    -webkit-transition: width 300ms ease-out;
    -moz-transition: width 300ms ease-out;
    -o-transition: width 300ms ease-out;
    transition: width 300ms ease-out;
    height: 34px;
}

input.search_field {
    background: #692c61;
    border: 0;
    font: normal 13px latolight, Arial, Helvetica, sans-serif;
    letter-spacing: 0.05em;
    color: #ffffff;
    display: inline-block;
    vertical-align: top;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 10px;
    height: 100%;
}


    input.search_field::placeholder {
        color: #ffffff;
        font-family: muliregular, Arial, Helvetica, sans-serif;
        font-size: 12px;
    }


input::-webkit-input-placeholder {
    color: #ffffff;
}

::-moz-placeholder {
    color: #ffffff;
}

:-ms-input-placeholder {
    color: #ffffff;
}

::-webkit-input-placeholder {
    color: #ffffff;
}

::placeholder {
    color: #ffffff;
}




#search.active {
    width: 180px;
    z-index: 9999;
}

#search h2 {
    display: none;
}

input.search_btn {
    background: #c72031 url(../images/icon_search.png) no-repeat center;
    height: 40px;
    width: 40px;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    vertical-align: top;
    float: right;
}

    input.search_btn:hover {
        background-color: transparent;
    }

.closesearch, a.closesearch {
    display: none;
}
/* Navigation */


nav {
    margin: 0 auto;
    float: right;
}

ul#navmenu-h {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    text-align: right;
    z-index: 500 !important;
    margin-top: 10px;
}

    ul#navmenu-h li {
        display: inline-block;
        position: relative;
        padding-bottom: 1px;
        padding-left: 25px;
    }
        /* Root Menu */
        ul#navmenu-h li a {
            display: block;
            color: #000000;
            font: normal 17px titilliumregular, Arial, Helvetica, sans-serif;
            letter-spacing: 0.025em;
            text-transform: uppercase;
            text-align: center;
            text-decoration: none;
            margin-left: 25px;
            border-bottom: 4px solid #ffffff;
            padding-bottom: 5px;
        }
        /* Root Menu Hover Persistence */
        ul#navmenu-h li:hover a {
            color: #c054b2;
        }

        ul#navmenu-h li.active a, ul#navmenu-h li a.active {
            border-bottom: 4px solid #c054b2;
            padding-bottom: 5px;
            color: #000000;
        }

    ul#navmenu-h ul {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        list-style-type: none;
        padding: 0;
        margin: 0;
        float: left;
        border: 1px solid #ebe8e8;
        background-color: #ffffff;
        min-width: 200px;
        margin-left: 50px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

        ul#navmenu-h ul ul, ul#navmenu-h ul ul ul {
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
        }

        ul#navmenu-h ul li {
            width: 100%;
            display: block;
            margin: 0;
            background: none !important;
            padding: 0;
            margin: 0;
        }


    /* 2nd Menu */
    ul#navmenu-h li:hover li a {
        width: 100%;
        float: none;
        background: #ffffff;
        color: #808285;
        font: normal 13px opensanslight, Arial, Helvetica, sans-serif;
        padding: 10px 15px;
        margin: 0px;
        text-align: left;
        cursor: pointer;
        z-index: 500 !important;
        border: none;
        text-shadow: none;
        text-transform: capitalize;
        border: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    ul#navmenu-h ul li a.submenu {
        background: url(../images/navarrow-right.png) center right no-repeat;
    }
    /* 2nd Menu Hover Persistence */
    ul#navmenu-h li:hover li a:hover, ul#navmenu-h li:hover li:hover a {
        cursor: pointer;
        color: #6a0a5e;
        border: none;
        z-index: 500 !important;
    }

    ul#navmenu-h ul li.submenu:hover {
        background: url(../images/navarrow-right-hover.png) center right no-repeat;
    }
    /* 3rd Menu */
    ul#navmenu-h li:hover li:hover li a, ul#navmenu-h li.iehover li.iehover li a {
        float: none;
        background: #ffffff;
        color: #808285;
        font: normal 13px opensanslight, Arial, Helvetica, sans-serif;
        padding: 10px 15px;
        margin: 0px;
        text-align: left;
        cursor: pointer;
        z-index: 500 !important;
        width: 100%;
        border: none;
        text-shadow: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    ul#navmenu-h ul ul li a.submenu {
        background: url(../images/navarrow-right.png) center right no-repeat !important;
    }
    /* 3rd Menu Hover Persistence */
    ul#navmenu-h li:hover li:hover li a:hover, ul#navmenu-h li:hover li:hover li:hover a, ul#navmenu-h li.iehover li.iehover li a:hover, ul#navmenu-h li.iehover li.iehover li.iehover a {
        cursor: pointer;
        color: #ffffff;
        border: none;
        background-color: #a0a0a0 !important;
        z-index: 500 !important;
    }
    /* 4th Menu  */
    ul#navmenu-h li:hover li:hover li:hover li a, ul#navmenu-h li.iehover li.iehover li.iehover li a {
        float: none;
        background: #ffffff !important;
        color: #808285;
        font: normal 13px opensanslight, Arial, Helvetica, sans-serif;
        padding: 10px 15px;
        margin: 0px;
        text-align: left;
        cursor: pointer;
        z-index: 500 !important;
        width: 100%;
        border: none;
        text-shadow: none;
    }
        /* 4th Menu Hover */
        ul#navmenu-h li:hover li:hover li:hover li a:hover, ul#navmenu-h li.iehover li.iehover li.iehover li a:hover {
            cursor: pointer;
            color: #ffffff;
            border: none;
            background-color: #a0a0a0 !important;
            z-index: 500 !important;
        }

    ul#navmenu-h ul ul, ul#navmenu-h ul ul ul {
        top: 0;
        left: 100%;
        float: left;
    }
    /* Hover Function - Do Not Move */
    ul#navmenu-h li:hover ul ul, ul#navmenu-h li:hover ul ul ul, ul#navmenu-h li.iehover ul ul, ul#navmenu-h li.iehover ul ul ul {
        display: none;
    }

    ul#navmenu-h li:hover ul, ul#navmenu-h ul li:hover ul, ul#navmenu-h ul ul li:hover ul, ul#navmenu-h li.iehover ul, ul#navmenu-h ul li.iehover ul, ul#navmenu-h ul ul li.iehover ul {
        display: block;
    }

    ul#navmenu-h ul li.active a, ul#navmenu-h ul li.active a, ul#navmenu-h ul li a.active, ul#navmenu-h ul li:hover li.active a, ul#navmenu-h ul li:hover li:hover li.active a, ul#navmenu-h ul li:hover li:hover li:hover li.active a {
        color: #ffffff;
        background-color: #a0a0a0 !important;
    }


/* end Nav */

/* Banner */

.banner {
    background: none;
    position: absolute;
    width: 100% !important;
    overflow: visible;
    height: 100% !important;
}

    .banner ul {
        list-style: none;
        width: 100%;
        margin: 0;
        height: 100% !important;
    }

        .banner ul li {
            display: block;
            float: left;
            margin-left: auto;
            margin-right: auto;
            padding: 0;
            height: 100%;
            position: relative;
            background-position: center top !important;
            background-repeat: no-repeat !important;
            background-size: cover !important;
        }

div.bannercap_container {
    position: fixed;
    right: 10vw;
    bottom: 10vh;
    margin: auto;
    /*width: 730px;*/
    min-height: 180px;
    overflow: hidden;
    padding: 5px;
    box-sizing: border-box;
    background: url(../images/fBox_bg.png) repeat;
}



.caption_txt {
    background-image: url(../images/bg_dot.png);
    background-repeat: repeat;
    max-width: 555px;
    margin: 0px;
    padding: 40px 50px;
    position: relative;
}

    .caption_txt:before {
        border: 1px solid #6d6d6d;
        content: "";
        position: absolute;
        top: 5px;
        bottom: 5px;
        left: 5px;
        right: 5px;
    }




#sub_banner {
    background: url(../images/sub_banner.jpg) NO-REPEAT bottom center;
    margin: auto;
    padding: 227px 0 70px 0;
    font: normal 16px 'latolight', Arial, sans-serif;
    color: white;
}

.grey_box {
    background-color: #f0f0f0;
    padding: 60px 50px;
}

/* HOME-PAGE Content */

#maincontent {
    background-image: url(../images/main_bg.jpg);
    background-repeat: no-repeat;
    width: 100%;
    min-width: 1140px;
    padding: 60px 0px 60px 0px;
    margin: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*********************
   Tables
*********************/

/*********************
   Products
*********************/

.breadcrumbs, .breadcrumbs li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.breadcrumbs {
    margin-bottom: 18px;
}

    .breadcrumbs li {
        display: inline-block;
        margin-right: 10px;
        vertical-align: middle;
    }

        .breadcrumbs li, .breadcrumbs li a {
            font: normal 18px opensansregular, Arial, Helvetica, sans-serif;
            color: #808285;
            text-transform: uppercase;
            text-decoration: none;
        }

            .breadcrumbs li a:hover {
                color: #bbbbbb;
            }
/**********************
   Contact  
**********************/

/* Footer */



footer {
    width: 100%;
    background: #3e3e3e;
    text-align: left;
    line-height: 18px;
    position: absolute;
    bottom: 0;
    font-family: mulilight, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    padding-top: 15px;
    padding-bottom: 15px;
}

.footer_left {
    padding-top: 0px;
    float: left;
    display: inline-flex;
}

    .footer_left img {
        margin-left: 5px;
        width: 30px;
        height: 30px;
    }

.footer_right {
    padding-top: 5px;
    float: right;
    color: #a7a7a7;
}

a.footer_link {
    color: #a7a7a7;
}

    a.footer_link:hover {
        color: #c054b2;
    }

/***********************
  Print
************************/
/****Print Optimization - Make Sure Everything Stay In Place****/

@media print {
    .hidden-print {
        display: none !important
    }

    html, body {
        /*changing width to 100% causes huge overflow and wrap*/
        height: 100%;
        background: #FFF;
    }

    #maincontent {
        display: block !important;
    }

    .printBtn, .actionbtn, #scrollUp, header, footer {
        display: none !important;
    }

    body {
        margin: 0;
        padding 0 !important;
        min-width: 768px;
    }

    .container {
        width: auto;
        min-width: 750px;
    }

    #banner {
        display: table;
        vertical-align: middle;
        text-align: center;
    }

        #banner img {
            display: table-cell;
            max-height: 100%;
            height: auto;
        }

    a[href]:after {
        content: none;
    }

    .noprint, div.alert, header, .group-media, .btn, .footer, #comments, .nav, ul.links.list-inline, ul.action-links {
        display: none !important;
    }

    [class*="col-xl-"] {
        float: left;
    }

    [class*="col-lg-"] {
        float: left;
    }

    [class*="col-md-"] {
        float: left;
    }

    [class*="col-sm-"] {
        float: left;
    }

    [class*="col-xs-"] {
        float: left;
    }

    .col-xl-12, .col-lg-12, col-md-12, .col-sm-12, .col-xs-12 {
        width: 100% !important;
    }

    .col-xl-11, .col-lg-11, col-md-11, .col-sm-11, .col-xs-11 {
        width: 91.66666667% !important;
    }

    .col-xl-10, .col-lg-10, col-md-10, .col-sm-10, .col-xs-10 {
        width: 83.33333333% !important;
    }

    .col-xl-9, .col-lg-9, col-md-9, .col-sm-9, .col-xs-9 {
        width: 75% !important;
    }

    .col-xl-8, .col-lg-8, col-md-8, .col-sm-8, .col-xs-8 {
        width: 66.66666667% !important;
    }

    .col-xl-7, .col-lg-7, col-md-7, .col-sm-7, .col-xs-7 {
        width: 58.33333333% !important;
    }

    .col-xl-6, .col-lg-6, col-md-6, .col-sm-6, .col-xs-6 {
        width: 50% !important;
    }

    .col-xl-5, .col-lg-5, col-md-5, .col-sm-5, .col-xs-5 {
        width: 41.66666667% !important;
    }

    .col-xl-4, .col-lg-4, col-md-4, .col-sm-4, .col-xs-4 {
        width: 33.33333333% !important;
    }

    .col-xl-3, .col-lg-3, col-md-3, .col-sm-3, .col-xs-3 {
        width: 25% !important;
    }

    .col-xl-2, .col-lg-2, col-md-2, .col-sm-2, .col-xs-2 {
        width: 16.66666667% !important;
    }

    .col-xl-1, .col-lg-1, col-md-1, .col-sm-1, .col-xs-1 {
        width: 8.33333333% !important;
    }

    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
        float: left !important;
    }
}

@media print and (color) {
    * {
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }
}
/***********************
  Programmer Required
************************/
.IE8Fix {
    z-index: 1;
}

.errMsg, .errMsg a:link, .errMsg a:visited, .errMsg a:Active {
    font-family: normal 11px Arial, sans-serif;
    color: #CC0000;
}

    .errMsg a:hover {
        text-decoration: underlink;
    }

/***********************
     SiteMap
************************/

.sitemap ul {
    margin-left: 20px;
}

.sitemap li {
    margin-left: 20px;
	line-height: 2em;
}



/***********************
     Home Section
************************/

#boxesSection
{
	width:316px;
	margin:0 auto;
	padding:0px;
	float:left;
}

#boxesSection02
{
	width:316px;
	margin:0 auto;
	padding:0px;
	float:left;
	padding-left:19px;
}

#boxesSection03
{
	width:316px;
	margin:0 auto;
	padding:0px;
	float:left;
	padding-left:19px;
}


/***********************
     searchResult
************************/

.searhResult li
{
	padding-bottom: 40px;
	color:red;
}


/******************
FormView
******************/
table.formTable
{
    width: 95%;
	margin-left:auto; 
    margin-right:auto;
	border: 1px solid #aaa;
	padding: 8px 4px 8px 4px;
}

.formTable th
{
	padding: 8px 4px 8px 4px;
	font-weight: bold;
	background-color: #84afe0;
}

.formTable td
{
	vertical-align: top;
	text-align:left;
	padding: 8px 4px 8px 4px;
}

/******************
GridView
******************/

div#grid
{
	border: 1px solid #aaa;
	margin-left:auto; 
    margin-right:auto;
    border-radius: 5px;  
    -moz-border-radius: 5px;  
    -webkit-border-radius: 5px;
}


div#grid th, div#grid .gridheader, div#grid th:hover, div#grid .gridheader:hover
{
	padding: 8px 6px 8px 6px;
	font-weight: bold;
	background-color: #84afe0;
    color: #fff;
}

div#grid tr 
{
	/*background-color:White;*/
}

div#grid tr:hover
{
	background-color: #E1FFFF;
} 

div#grid td
{
	/*text-align:left;*/
	padding: 6px 4px 6px 4px;

}

#ctl00_ContentPlaceHolder1_FormControl_Captcha1_progressImage{
    display: none !important;
}
#ctl00_ContentPlaceHolder1_FormControl_Captcha1_progressLayer {
    display: none !important;
}