﻿/********************************
*	Creative eWorld StyleSheet  *
********************************/
@charset "utf-8";
/* Creative eWorld CSS
   Version 2.3 (Last update on 5 July 2017)*/

/* 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: #535353;
    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: #ed1b23;
        ie-dummy: expression(this.hideFocus=true);
    }

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #878787;
}
/* <a> link with class */
a.link {
    font: normal 0.813em 'latoheavy', Arial, Helvetica, sans-serif;
    color: #fff;
    border: 0;
    background: #ed1b23;
    padding: 10px 30px;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
}

    a.link.warrow::after {
        content: url(../images/link-arrow.png);
        padding-left: 10px;
    }

    a.link:hover {
        background: #de1b22;
    }

a.link2 {
    font: normal 0.813em 'latoheavy', Arial, Helvetica, sans-serif;
    color: #535353;
    text-decoration: none;
    text-transform: uppercase;
}

    a.link2::after {
        content: url(../images/link-arrow2.png);
        padding-left: 10px;
    }

    a.link2:hover,
    a.back:hover {
        color: #ed1b23;
    }

    a.link2.wh-arrow::after {
        content: url(../images/link-arrow.png);
        padding-left: 10px;
    }

a.link3 {
    font: normal 0.813em 'latobold', Arial, Helvetica, sans-serif;
    color: #858585;
    border: 1px solid #c2c2c2;
    padding: 9px 25px 10px;
    text-transform: uppercase;
}

a.back {
    font: normal 0.813em 'latobold', Arial, Helvetica, sans-serif;
    color: #454545;
    display: inline-block;
    text-decoration: none;
    text-transform: capitalize;
}

    a.back:before {
        content: '\003c';
        font: normal 1em 'latobold', Arial, Helvetica, sans-serif;
        color: #454545;
        padding-right: 5px;
    }
/* Font Embed */

@font-face {
    font-family: 'latoblack';
    src: url('../include/fonts/lato-black-webfont.woff2') format('woff2'), url('../include/fonts/lato-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latobold';
    src: url('../include/fonts/lato-bold-webfont.woff2') format('woff2'), url('../include/fonts/lato-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latoheavy';
    src: url('../include/fonts/lato-heavy-webfont.woff2') format('woff2'), url('../include/fonts/lato-heavy-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latolight';
    src: url('../include/fonts/lato-light-webfont.woff2') format('woff2'), url('../include/fonts/lato-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latomedium';
    src: url('../include/fonts/lato-medium-webfont.woff2') format('woff2'), url('../include/fonts/lato-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latothin';
    src: url('../include/fonts/lato-thin-webfont.woff2') format('woff2'), url('../include/fonts/lato-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'lato';
    src: url('../include/fonts/lato-regular-webfont.woff2') format('woff2'), url('../include/fonts/lato-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* HTML */
html {
    position: relative;
    min-height: 100%;
    min-width: 1140px;
}

body {
    background: #ffffff;
    color: #535353;
    font: normal 1em 'latolight', Arial, Helvetica, sans-serif;
    line-height: 1.688em;
    letter-spacing: 0.03em;
    height: auto;
    margin: 0;
    padding-bottom: 120px;
}

#wrapper {
    width: 100%;
    margin: 0 auto;
    min-width: 1000px;
    -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;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.clr_padleft {
    padding-left: 0;
}

.clr_padright {
    padding-right: 0;
}

.push-down {
    padding-top: 10px;
}

.clr_marbot {
    margin-bottom: 0;
}

/* Basic Fonts */


h1, h2, h3, h4, h5, h6 {
    font-family: 'latoblack', Arial, Helvetica, sans-serif;
    font-weight: normal;
}

    h1, h1 a, h1 a:link {
       font-size: 2em;
        letter-spacing: 0.02em;
        color: #ffffff;
        line-height: 1.3em;
        margin: 0 0 0 0;
    }

    h2, h2 a, h2 a:link {
        font-size: 2em;
        letter-spacing: 0.02em;
        color: #0d0d0d;
        line-height: 1.3em;
        margin: 0 0 20px 0;
    }

h3 {
    font-size: 1.188em !important;
}

    h3,
    h3 a,
    h3 a:link {
        font-family: 'latoheavy', Arial, Helvetica, sans-serif;
        font-weight: normal;
        color: #323232;
        /*margin: 0 0 1.250em 0;*/
        margin: 0 0 0.8em 0;
        line-height: 1.3em;
    }

h4 {
    font-size: 0.938em !important;
}

    h4,
    h4 a,
    h4 a:link {
        font-family: 'latomedium', Arial, Helvetica, sans-serif;
        font-weight: normal;
        color: #3e3e3e;
        text-decoration: none;
        margin: 10px 0;
        line-height: 1.250em;
    }

        h3 a:hover,
        h4 a:hover {
            color: #ed1b23;
        }

h5, h5 a, h5 a:link {
    font-size: px;
    color: #;
    margin: 0 0 0 0;
}

h6, h6 a, h6 a:link {
    font-size: px;
    color: #;
    margin: 0 0 0 0;
}

.blackclr {
    color: #000 !important;
}

.bodyfont2 {
    color: #323232;
    font: normal 1.188em 'latolight', Arial, Helvetica, sans-serif;
    letter-spacing: 0.02em;
    line-height: 1.688em;
}

.txt-small {
    color: #535353;
    font: normal 0.813em 'latolight', Arial, Helvetica, sans-serif;
    /*	padding-top: 10px;*/
}

label {
    color: #535353;
    font-size: 0.938em;
    text-transform: uppercase;
    font-family: 'latobold', Arial, Helvetica, sans-serif;
    display: block;
    padding-bottom: 5px;
    padding-top:20px;
}

b, strong {
    font-family: 'latobold', Arial, Helvetica, sans-serif;
    font-weight: normal;
}

i, em {
    font-family: 'latolight', Arial, Helvetica, sans-serif;
    font-style: italic;
}

    i b, i strong, em b, em strong, b i, b em, strong i, strong em {
        font-family: 'latobold', Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-style: italic;
    }
/* Listing Styles */

ul {
    margin-left: 20px;
}

    ul li {
        margin-bottom: 5px;
        list-style: disc;
    }
/* 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: 5px 2px;
        background: #ffffff;
        border: none;
        color: #535353;
        font: normal 0.938em 'lato', Arial, Helvetica, sans-serif;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        border-bottom: 2px solid #ddd;
      
    }

.spinner {
    border-bottom:none !important;
}

textarea {
    border: 2px solid #ddd;
}

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;
}

select.width60 {
    color: #444;
    width: 60%;
    font: normal 1.000em 'latolight', Arial, Helvetica, sans-serif;
    background-color: #f3f3f3;
    border: 0;
    padding: 5px 10px;
}
/*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: #d81a33;
    text-decoration: none;
    min-width: 15%;
}

    a.actionbtn:hover, .actionbtn:hover {
        background: #9e1325;
    }

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: 1px solid #d8d8d8;
    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: 0;
    background-color: #fff;
}

.logo {
    float: left;
    padding-top: 25px;
    width:343px;
}

.rightpart {
    float: right;
    width: 180px;
}

a.enquiry {
    background: #ed1b23 url(../images/enquiry_icon.png) no-repeat 18%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    color: #fff !important;
    font: normal 11px 'latobold', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    padding: 7px 25px 10px 55px;
    display: block;
    margin-bottom: 5px;
}

.icons_link {
    float: right;
    padding: 30px 0 0 15px;
}
/* Search */
#search_div {
    margin-bottom: 40px;
}

#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%;
}

input[type='text'].dsearch_field {
    float: left;
    background: white;
    border: 0;
    font: normal 13px 'latothin', Arial, Helvetica, sans-serif;
    letter-spacing: 0.03em;
    color: #535353;
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 10px;
    width: 85%;
    margin-bottom: 25px;
}
/*#search.active {
	width: 180px;
	z-index:9999;
}
#search h2 {
	display:none;
}*/
input[type='submit'].search_btn {
    background: url(../images/search-btn.png) no-repeat center;
    height: 22px;
    width: 20px;
    display: inline-block;
    vertical-align: top;
    float: right;
    margin-top: 7px;
    margin-bottom:25px;
}

.closesearch, a.closesearch {
    display: none;
}
/* Navigation */
nav {
    margin: 0 auto;
    float: left;
}

#menu {
    float: left;
    height: auto;
    padding-top: 30px;
}

.menu_toggle, .menu_close {
    display: none;
}

ul#navmenu-h {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    text-align: right;
    z-index: 500 !important;
}

    ul#navmenu-h li {
        display: inline-block;
        position: relative;
        padding-bottom: 1px;
    }
        /* Root Menu */

        ul#navmenu-h li a {
            display: block;
            padding: 8px 12px;
            color: #414141;
            font: normal 0.9em 'latoblack', Arial, Helvetica, sans-serif;
            letter-spacing: 0.06em;
            text-transform: uppercase;
            text-align: center;
            text-decoration: none;
            border: 1px solid transparent;
        }
        /* Root Menu Hover Persistence */
        ul#navmenu-h li:hover a {
            color: #ed1b23;
        }

        ul#navmenu-h li.active a,
        ul#navmenu-h li a.active {
            color: #ed1b23;
        }

    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: 150px;
    }

        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: #ffffff;
        border: none;
        background-color: #a0a0a0;
        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 {
    width: 100%;
    /*For fixed width banner
	width: 1000px;
	*/
    min-width: 1140px;
    margin: auto;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

#slider {
    width: 2000px;
    margin: auto;
}
/* HOME-PAGE Content */

#maincontent {
    width: 100%;
    min-width: 1140px;
    overflow: hidden;
    padding: 45px 0 45px;
    margin: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.thumbcaption {
    padding: 10px 20px;
    color: #fff;
    font: normal 0.813em 'latothin', Arial, Helvetica, sans-serif;
    letter-spacing: 0.05em;
    text-align: center;
}

    .thumbcaption a {
        color: #fff;
    }

        .thumbcaption a:hover {
            color: #ed1b23;
        }

/* SUB-PAGE Content */

.gap {
    margin: 0 30px;
    margin-top: 25px;
    float: left;
    display: inline-block;
}

.brand-carousel {
    background-color: #04335f;
    padding: 40px 0;
    margin-bottom: 40px;
}

.ss .slick-slide {
    padding: 0;
}

.slick-slide img {
    border: 0;
    /*width: 100%;*/
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    margin: auto;
}

    .slick-slide img.slick-loading {
        border: 0
    }

.slick-slider {
    /*	margin: 10px 0;*/
}

.homepage {
    padding-top: 40px;
    padding-bottom: 60px;
}

.greybox {
    background-color: #f8f8f8;
    padding: 20px 30px;
}

.brand-title {
    background-color: #042b4f;
    padding: 20px 0;
    /*margin-top: 60px;*/
}

.subbanner {
    background: url(../images/subbanner.jpg) repeat-y;
    width: 100%;
    padding: 20px 0;
}

    .brand-title h2,
    .subbanner h2 {
        margin: 0;
        color: #fff;
    }

.brand-title a {
    color: #fff;
}

@media (min-width: 768px) {
    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1,
    .seven-cols .col-xl-1 {
        width: 100%;
        *width: 100%;
    }
}

@media (min-width: 992px) {
    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1,
    .seven-cols .col-xl-1 {
        width: 14.285714285714285714285714285714%;
        *width: 14.285714285714285714285714285714%;
    }
}

ol {
    list-style: none;
    list-style-position: outside;
}

    ol li {
        border-bottom: 1px solid #d5d5d5;
        padding: 5px 7px;
    }

        ol li:last-child {
            border-bottom: none;
        }

        ol li a {
            color: #636363;
            font: normal 0.875em 'latolight', Arial, Helvetica, sans-serif;
            display: block;
            line-height: 1.125em !important;
            padding: 5px 0;
        }

            ol li a:hover,
            ol li a:focus {
                color: #01101e;
            }

            ol li a.active {
                font-size: 0.95em;
                font-family: 'lato', Arial, Helvetica, sans-serif;
                color: #01101e;
            }

.breadcrumbs, .breadcrumbs li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.breadcrumbs {
}

    .breadcrumbs li {
        display: inline-block;
        vertical-align: middle;
        line-height: 0.625em;
    }

        .breadcrumbs li a {
            font: normal 0.875em 'latolight', Arial, Helvetica, sans-serif;
            color: #fff;
            text-transform: uppercase;
            text-decoration: none;
        }

        .breadcrumbs li::after {
            content: '\003e';
            color: #fff;
            padding-left: 5px;
            font: normal 1em 'latolight', Arial, Helvetica, sans-serif;
        }

        .breadcrumbs li:last-child::after {
            content: '\003e';
            color: transparent;
        }

        .breadcrumbs li a.active {
            font-family: 'latoblack', Arial, Helvetica, sans-serif;
        }

        .breadcrumbs li a:hover {
            color: #ed1b23;
        }



/*********************
   Products
*********************/
.prod_thumbnail, a.prod_thumbnail {
    display: block;
    width: 255px;
    height: 255px;
    position: relative;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
    border: 1px solid #d8d8d8;
}

    .prod_thumbnail.cert {
        width: 65px;
        height: 60px;
        border: none;
    }

    .prod_thumbnail img, a.prod_thumbnail img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        max-width: 100%;
        width: auto;
        height: auto;
    }

.img_container,
.Certimg_container,
.Bigimg_container,
.Brandimg_container,
.Newsimg_container,
.BNewsimg_container,
.thumbimg_container {
    max-width: 255px;
    margin: auto;
    border: 1px solid #d8d8d8;
    /*border: 1px solid red;*/
}

.Bigimg_container {
    max-width: 444px;
}

.BNewsimg_container {
    max-width: 541px;
}

.Newsimg_container {
    max-width: 284px;
}

.Brandimg_container {
    max-width: 240px;
}

.thumbimg_container {
    max-width: 114px;
    border: 0;
}

.Certimg_container {
    max-width: 65px;
    border: 0;
}

a.prod_wrap,
.prod_wrap {
    width: 100%;
    padding-bottom: 100%;
    height: 0px;
    position: relative;
    overflow: hidden;
    display: block;
    transition: none 0s ease 0s;
}

.Certimg_container .prod_wrap {
    padding-bottom: 92%;
}

.Brandimg_container .prod_wrap {
    padding-bottom: 61%;
}

.Newsimg_container .prod_wrap,
.BNewsimg_container .prod_wrap {
    padding-bottom: 56.5%;
}

a.prod_wrap > img,
.prod_wrap > img,
.prod_wrap a > img {
    position: absolute;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    margin: auto;
    /*transition: none 0s ease 0s;*/
    transform: scale(1,1);
    -webkit-transition: transform 1s ease-in-out;
    transition: transform 1s ease-in-out;
}


    a.prod_wrap > img:hover,
    .prod_wrap a > img:hover {
        cursor: pointer;
        transform: scale(1.2,1.2);
    }


.displaybox {
    background: #f8f8f8;
    color: #323232;
    font: normal 0.813em 'latoheavy', Arial, Helvetica, sans-serif;
    padding: 8px 10px;
    width: 100%;
    display: inline-block;
    margin: 0 auto;
    margin-bottom: 40px;
}

    .displaybox img {
        display: inline-block;
    }

ul.pagination {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    margin-top: 30px;
}

    ul.pagination li {
        margin: 1px;
        display: inline-block;
        vertical-align: middle;
    }

        ul.pagination li a {
            display: block;
            padding: 0 6px;
            font: normal 0.813em 'latolight', Arial, Helvetica, sans-serif;
            color: #4f4f4f;
            border: 0;
            text-decoration: none;
        }

            ul.pagination li a:hover {
                color: #ed1b23;
            }

            ul.pagination li a.active {
                font: normal 0.813em 'latoheavy', Arial, Helvetica, sans-serif;
            }

            ul.pagination li a.prevbtn,
            ul.pagination li a.nextbtn {
                background: url(../images/prev.png) no-repeat left;
                width: 28px;
                height: 28px;
                border: 0;
                padding-right: 70px;
            }

            ul.pagination li a.nextbtn {
                background: url(../images/next.png) no-repeat right;
                padding-left: 70px;
                padding-right: 0;
            }

.deskmartop {
    margin-top: 15px;
}
/* Footer */


footer {
    border-top: 1px solid #ececec;
    border-bottom: 7px solid #ed1b23;
    width: 100%;
    background: #ffffff;
    text-align: left;
    font: normal 0.813em 'latolight', Arial, Helvetica, sans-serif;
    color: #464646;
    line-height: 18px;
    position: absolute;
    bottom: 0;
    min-width: 1140px;
    padding: 20px 15px;
}

    footer a {
        color: #464646;
    }

        footer a:hover {
            color: #ed1b23;
        }

/***********************
  Print
************************/
/****Print Optimization - Make Sure Everything Stay In Place****/

@media print {
    .hidden-print {
        display: none !important
    }

    #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;
    }

    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;
    }
}
/***********************
  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;
    }

a[href^=tel] {
    color: inherit;
    text-decoration: none;
}

@media (min-width: 768px) {
    .hidden-md-up {
        display: none !important;
    }
}

@media (min-width: 544px) {
    .hidden-sm-up {
        display: none !important;
    }
}




/************
*
*	For ASPNET.Menu
*
*************/
.navibaritem, .navibaritem:active, .navibaritem:link, .navibaritem:visited
{
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	cursor:hand;	
}
.navibaritemover
{
	font-family: Verdana;
	font-size: 10px;
	color: #8A0202;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	background-color: #EBE4D4;
	cursor:hand;	
}

.NaviBarChildItem
{
	font-family: Verdana;
	font-size: 10px;
	color: #8A0202;	
	font-weight: bold;
	background-color: #EBE4D4;	
	border: solid 1px #eeeeee;	
	cursor:hand;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:15px;
	padding-right:10;
	z-index:100000;
}
.NaviBarChildItemOver
{
	font-family: Verdana;
	font-size: 10px;
	color: #8A0202;	
	font-weight: bold;
	background-color: #EBE4D4;
	cursor:hand;	
	border: solid 1px #999999;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:15px;
	padding-right:10;
}
/************
*
*	For System.web.control Menu
*
*************/


.mainNaviItem
{
    float: left;
    padding: 3px 5px 3px 5px;
    border: 1px solid #eeeeee;
    background-color: #3399FF;
    color: #FFFFFF;
    text-align: left;
    /*width: 60px;*/
}

.mainNaviDynamicItem
{
    float: left;
    padding: 3px 5px 3px 5px;
    border: 1px solid #eeeeee;
    background-color: #3399FF;
    color: #FFFFFF;    
    text-align: left;
}

.mob_menu {
    display: none !important;
}

.desktop_menu {
    display: inline-block !important;
}

.ddlbrand {
    display:none !important;
}


input.display_icons_btn {
    background: none;
    border:none;
    width: 17px;
    height: 17px;

    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

input.icon_grid {
    background: transparent url(../images/thumb_inactive.png) no-repeat center;
}

input.icon_list {
    background: transparent url(../images/listing_inactive.png) no-repeat center;
}

input.icon_grid.active {
    background-image: url(../images/thumb_active.png);
}

input.icon_list.active {
    background-image: url(../images/listing_active.png);
}

.prod_list, .prod_grid {
    display: none;
}

    .prod_list.active, .prod_grid.active {
        display: block;
    }

a.update {
    font: normal 0.75em 'latoregular', Arial, Helvetica, sans-serif;
    color: #454545;
    display: inline-block;
    text-decoration: none;
    text-transform: capitalize;
    margin-right: 26px;
}


    a.update:hover {
        color: #ed1b23;
    }


.brand_img_wrapper {
    background-color: white;
    height: 130px;
    width: 90%;
    margin-left: 10px;
}


a.brand_thumb, .brand_thumb {
    position: relative;
    padding-bottom: 60.47%;
    height: 0;
    overflow: hidden;
    display: block;
    background: white;
}

    .brand_thumb img {
        position: absolute;
        top: 0;
        left: 0;
        width: auto;
        height: auto;
        margin: auto;
        right: 0;
        bottom: 0;
    }


button:focus {
    outline: 0;
}

.logoname{
	background:url(../images/logo01.png) no-repeat left center;
	padding-left: 140px;
	padding-top:30px;
	color:#292986;
	font-family: 'latoblack', Arial, Helvetica, sans-serif;
	font-size: 2em;
letter-spacing: 0.02em;
}
