﻿@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: #1e1db5;
    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 {
        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: 'robotoblack';
    src: url('../include/fonts/roboto-black-webfont.eot');
    src: url('../include/fonts/roboto-black-webfont.eot?#iefix') format('embedded-opentype'), url('../include/fonts/roboto-black-webfont.woff2') format('woff2'), url('../include/fonts/roboto-black-webfont.woff') format('woff'), url('../include/fonts/roboto-black-webfont.ttf') format('truetype'), url('../include/fonts/roboto-black-webfont.svg#robotoblack') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotobold';
    src: url('../include/fonts/roboto-bold-webfont.eot');
    src: url('../include/fonts/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../include/fonts/roboto-bold-webfont.woff2') format('woff2'), url('../include/fonts/roboto-bold-webfont.woff') format('woff'), url('../include/fonts/roboto-bold-webfont.ttf') format('truetype'), url('../include/fonts/roboto-bold-webfont.svg#robotobold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotolight';
    src: url('../include/fonts/roboto-light-webfont.eot');
    src: url('../include/fonts/roboto-light-webfont.eot?#iefix') format('embedded-opentype'), url('../include/fonts/roboto-light-webfont.woff2') format('woff2'), url('../include/fonts/roboto-light-webfont.woff') format('woff'), url('../include/fonts/roboto-light-webfont.ttf') format('truetype'), url('../include/fonts/roboto-light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'robotomedium';
    src: url('../include/fonts/roboto-medium-webfont.eot');
    src: url('../include/fonts/roboto-medium-webfont.eot?#iefix') format('embedded-opentype'), url('../include/fonts/roboto-medium-webfont.woff2') format('woff2'), url('../include/fonts/roboto-medium-webfont.woff') format('woff'), url('../include/fonts/roboto-medium-webfont.ttf') format('truetype'), url('../include/fonts/roboto-medium-webfont.svg#open_sansmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotoregular';
    src: url('../include/fonts/roboto-regular-webfont.eot');
    src: url('../include/fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../include/fonts/roboto-regular-webfont.woff2') format('woff2'), url('../include/fonts/roboto-regular-webfont.woff') format('woff'), url('../include/fonts/roboto-regular-webfont.ttf') format('truetype'), url('../include/fonts/roboto-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotothin';
    src: url('../include/fonts/roboto-thin-webfont.eot');
    src: url('../include/fonts/roboto-thin-webfont.eot?#iefix') format('embedded-opentype'), url('../include/fonts/roboto-thin-webfont.woff2') format('woff2'), url('../include/fonts/roboto-thin-webfont.woff') format('woff'), url('../include/fonts/roboto-thin-webfont.ttf') format('truetype'), url('../include/fonts/roboto-thin-webfont.svg#open_sansthin') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* HTML */

html {
    position: relative;
    min-height: 100%;
    min-width: 1140px;
}

body {
    background: #ffffff;
    color: #545353;
    font: normal 15px opensansregular, Arial, sans-serif;
    line-height: 22px;
    height: auto;
    margin: 0;
}

#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-xl-extra {
    margin-top: 34px;
}

.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;
}

.pad-left {
    padding-left: 30px !important;
}

.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-family: robotoregular, Arial, Helvetica, sans-serif;
    font-weight: normal;
}

    h1, h1 a, h1 a:link {
        font-family: robotobold, Arial, Helvetica, sans-serif;
        font-size: 43px;
        color: #c72031;
        text-transform: uppercase;
        line-height: 47px;
        margin-bottom: 10px;
        text-align: left;
    }

    h2, h2 a, h2 a:link {
        font-family: robotolight, Arial, Helvetica, sans-serif;
        font-size: 30px !important;
        line-height: 26px !important;
        letter-spacing: -0.01em;
        color: #339670 !important;
        text-align: left !important;
    }

    h3, h3 a, h3 a:link {
        font-family: robotobold, Arial, Helvetica, sans-serif;
        font-size: 25px;
        line-height: 26px !important;
        letter-spacing: -0.01em;
        color: #111113 !important;
        text-align: left !important;
    }

    h4, h4 a, h4 a:link {
        font-size: 23px !important;
        line-height: 36px;
        color: #111113;
        text-align: left;
    }

    h5, h5 a, h5 a:link {
        font-family: robotobold, Arial, Helvetica, sans-serif;
        font-size: 16px;
        line-height: 23px !important;
        color: #339670 !important;
        text-align: left;
        /*margin-top: 10px !important;*/
        margin-bottom: 8px !important;
    }

    h6, h6 a, h6 a:link {
        font-family: robotobold, Arial, Helvetica, sans-serif;
        font-size: 15px;
        line-height: 22px !important;
        color: #545353 !important;
    }

/*

h6 {
	font-size: 14px;
	color: #f5d8de;
	line-height: 20px;
}
h6 a, h6 a:link, a.h6, a.h6:link {
	text-transform: uppercase;
	font-size: 14px;
	line-height: 20px;
	color: #c72031 !important;
	text-decoration: none;
}
h6 a:hover {
	color: #808285 !important;
}*/
.txt-small {
    font-size: 12px;
}

label {
    color: #5ec199;
    font-size: 14px;
    text-transform: uppercase;
    font-family: opensansbold, Arial, Helvetica, sans-serif;
}

b, strong {
    font-family: opensansbold, Arial, Helvetica, sans-serif;
    font-weight: normal;
}

i, em {
    font-family: opensansitalic, Arial, Helvetica, sans-serif;
    font-style: normal;
}

    i b, i strong, em b, em strong, b i, b em, strong i, strong em {
        font-family: opensansbolditalic, Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-style: normal;
    }
/* Listing Styles */

ol, ul {
    /*margin-left: 36px;*/
    margin-top: 8px !important;
    margin-bottom: 8px !important;
}

    ol > li {
        margin-left: 15px;
        margin-bottom: 15px;
    }

    ul li {
        margin-bottom: 5px;
        list-style-image: url(../images/list_image.jpg);
        margin-left: 12px;
    }



    ul.bulletTitle li span {
        background: url(../images/bullet.png) no-repeat center;
        list-style-image: none;
        list-style-type: none;
        color: #ffffff;
        width: 30px;
        text-align: center;
        font-family: robotobold, Arial, Helvetica, sans-serif;
        font-size: 25px;
        /* border: 1px solid blue; */
        height: 33px;
        margin-top: -6px;
        padding-top: 4px;
        margin-right: 3px;
        float: left;
    }

    ul.bulletTitle li {
        margin-bottom: 15px;
        list-style-type: none;
        margin-left: 0px;
        list-style-image: none;
        /*list-style-image: url(../images/bullet.png);*/
    }
/* 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: #ffffff;
        color: #808285;
        font-size: 14px !important;
        font-family: robotoregular, Arial, Helvetica, sans-serif;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        border: 1px solid #5ec199;
    }

    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;
    }

    input:focus, input[type='text']:focus, select:focus, textarea:focus {
        outline: 0;
    }

/*for Contact Us Send enquiry button */
.captcha_border {
    border: 1px solid #5ec199;
}



a.actionbtn, .actionbtn, a.regbtn {
    color: white;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 43px;
    text-align: center;
    background: #292a91;
    text-decoration: none;
    min-width: 15%;
    font-family: robotobold, Arial, Helvetica, sans-serif;
}

    a.actionbtn:hover, .actionbtn:hover {
        background: #5ec199;
    }

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 {
    background: #d9d9d9;
    height: 1px;
    width: 100%;
    border: none;
}

.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%;
    max-width: 1030px;
    margin: 0 auto;
    /*padding:10px 0 0px;*/
    background: url(../images/header_bg.png);
    height: 175px;
}

#header_wrapper {
    border-top: 4px solid #292a91;
    padding: 35px 0px 0px 0px;
}

.logo {
    float: left;
    width: 260px;
    margin: 0px 22px;
}

.icons_link {
    float: right;
    padding: 15px 0;
    position: relative;
}

/* Search */
#search_div {
    float: right;
    margin-right: 46px;
    border-bottom: 1px solid #e8e8e8;
    margin-top: 5px;
}

#search {
    clear: both;
    position: absolute;
    top: 0;
    right: 40px;
    width: 0;
    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: 100%;
}

.search_icon {
    display: inline;
    margin-top: 10px;
}

input.search_field {
    border: 0;
    font: normal 12.5px robotoregular, Arial, Helvetica, sans-serif !important;
    letter-spacing: 0.05em;
    color: #808285;
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 10px;
    height: 100%;
    width: 230px;
    background: none;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
}

/*
#search.active {
    width: 180px;
    z-index: 9999;
}

#search h2 {
    display: none;
}

input.search_btn {
    background: 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: #9d0a19;
    }

.closesearch, a.closesearch {
    display: none;
}*/

/* End Search */


/* Navigation */

nav {
    margin: 0 auto;
    /*float: right;*/
}

#menu_wrapper {
    /*margin-top: 15px;*/
    margin-top: 25px;
    margin-bottom: 10px;
}

ul#navmenu-h {
    margin: 0 !important;
    padding: 0;
    list-style: none;
    position: relative;
    /*text-align: right;*/
    text-align: center;
    z-index: 500 !important;
    margin-top: 10px;
    width: 100%;
    display: table;
    box-shadow: 2px 3px 4px dimgrey;
}

    ul#navmenu-h li {
        display: table-cell;
        position: relative;
        background-color: #339670;
        border-left: 1px solid #10b273;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border-right: 1px solid #1b7b56;
        background: url(../images/navmenu.png);
        /*box-shadow: 2px 3px 4px #1b7b56;*/
    }

        /* Root Menu */
        ul#navmenu-h li a {
            display: block;
            padding: 15px 13px;
            /*margin-top: 3px;*/
            color: #ffffff;
            font: normal 14px robotoregular, Arial, Helvetica, sans-serif;
            letter-spacing: 0.025em;
            text-transform: uppercase;
            text-align: center;
            text-decoration: none;
            outline: 0;
        }

        /* Root Menu Hover Persistence */
        ul#navmenu-h li:hover a {
            background: url(../images/navmenuactive.png);
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
            -moz-transition: none;
            -webkit-transition: none;
            -o-transition: color 0 ease-in;
            transition: none;
            outline: 0;
        }

        ul#navmenu-h li.active {
            /*display: table-cell;*/
            position: relative;
            border-left: 1px solid #292a91;
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
            border-right: 1px solid #292a91;
            background: url(../images/navmenuactive.png);
        }

            ul#navmenu-h li.active a, ul#navmenu-h li a.active {
                border-top-left-radius: 5px;
                border-top-right-radius: 5px;
                background: url(../images/navmenuactive.png);
                outline: 0;
            }

    ul#navmenu-h ul {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        list-style-type: none;
        padding: 0 !important;
        margin: 0 !important;
        float: left;
        background-color: #ffffff;
        min-width: 100%;
    }

        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;
            border-top-left-radius: 0px;
            border-top-right-radius: 0px;
            outline: 0;
        }

    /* 2nd Menu */
    ul#navmenu-h li:hover li a {
        width: 100%;
        float: none;
        background: #339670;
        color: #ffffff;
        font: normal 14px robotoregular, 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;
        padding: 15px 13px;
        text-align: center;
        outline: 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: #ffffff;
        border: none;
        z-index: 500!important;
        background: url(../images/navmenuactive.png) !important;
        border: none !important;
        outline: 0;
    }

    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 {
        width: 100%;
        float: none;
        background: #339670 !important;
        color: #ffffff;
        font: normal 14px robotoregular, 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;
        padding: 15px 13px;
        text-align: center;
        outline: 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;
        z-index: 500!important;
        background: url(../images/navmenuactive.png) !important;
        border: none !important;
        outline: 0;
    }
    /* 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 {
        border-top-left-radius: 0px !important;
        border-top-right-radius: 0px !important;
        border-left: none;
    }

    ul#navmenu-h ul li:hover {
        border-top-left-radius: 0px !important;
        border-top-right-radius: 0px !important;
        border-left: none;
    }


        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 {
            background: url(../images/navmenuactive.png) !important;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
            position: relative;
            border-left: 1px solid #292a91;
            border-top-left-radius: 0px !important;
            border-top-right-radius: 0px !important;
            border-right: 1px solid #292a91;
            background: url(../images/navmenuactive.png);
        }
/* end Nav */


/* Banner */

#banner {
    width: 100%;
    min-width: 1140px;
    margin: auto;
    overflow: hidden;
    margin-top: -30px;
}

#slider {
    width: 2000px;
    margin: auto;
}
/* HOME-PAGE Content */

#maincontent {
    width: 100%;
    min-width: 1140px;
    overflow: hidden;
    padding: 45px 0 30px;
    margin: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    #maincontent.homepage {
        padding-bottom: 0;
    }

.homepage {
    margin-top: 50px;
}


.browsemore {
    font-size: 11px;
    color: #ffffff;
    font-family: robotoregular, Arial, Helvetica, sans-serif !important;
}

/*.subpages {
    padding-top: 28px;
}*/

.subpages {
    padding-bottom: 55px;
}


.newsdesc {
    font-family: robotoregular, Arial, Helvetica, sans-serif !important;
    font-size: 14px;
    color: #545353;
}


.services {
    font-family: robotobold, Arial, Helvetica, sans-serif !important;
    font-size: 16px;
    color: #ffffff;
}


.homecontent_wrapper {
    margin-left: 42px;
}

.greydiv {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.selectiveTips {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6px;
}

.grey_wrapper {
    background: #949494;
    padding-top: 23px;
    padding-bottom: 23px;
}

.lightgrey_wrapper {
    background: #aeaeae;
}

.moreservices {
    color: white !important;
    padding: 10px 0px;
    display: block;
    font-size: 11px;
    font-family: robotoregular, Arial, Helvetica, sans-serif;
}

    .moreservices img {
        display: inline;
        margin-left: 20px;
    }


/*********************
   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%;
    height: 127px;
    /*background: #ffffff;*/
    background: url(../images/footerbg.jpg) center;
    text-align: left;
    font: normal 13px opensanslight, Arial, sans-serif;
    color: #808285;
    line-height: 18px;
    position: absolute;bottom: 0;
    min-width: 1140px;
}

#footer_wrapper {
    width: 1000px;
    margin: 0 auto;
    padding: 0;
}


#footer_left {
    padding-top: 33px;
    padding-bottom: 18px;
}

#footer_right {
    padding-top: 57px;
    padding-bottom: 35px;
}

footer a {
    color: #bebede !important;
}

.footer_companyTitle {
    font-size: 15px;
    color: #bebede;
    font-family: robotoregular, Arial, Helvetica, sans-serif !important;
}

footer p {
    font-size: 12.5px;
    color: #bebede;
    font-family: robotoregular, Arial, Helvetica, sans-serif !important;
}


/***********************
  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-xs-5ths,
    .col-sm-5ths,
    .col-md-5ths,
    .col-lg-5ths {
        position: relative;
        min-height: 1px;
        padding-right: 10px;
        padding-left: 10px;
    }

    .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;
    }


.imagecontainer {
    display: inline-block;
    width: 100%;
    height: 0;
    padding-bottom: 70%;
    position: relative;
    overflow: hidden;
    margin-bottom: 8px;
}

    .imagecontainer img {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        margin: auto;
        width: auto;
        height: auto;
        max-height: 100%;
        max-width: 100%;
    }

