﻿@charset "utf-8";
/* Creative eWorld CSS
   Version 2.1 (Last update on 11 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;
}



/* 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 {
    color: #444446;
    outline: 0;
    text-decoration: none;
    webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}

    a:link, a:visited, a:active {
        color: #444446;
        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:#c71d40;
                ie-dummy: expression(this.hideFocus=true);*/
        -webkit-box-sizing: content-box !important;
        -moz-box-sizing: content-box !important;
        box-sizing: content-box !important;
    }

    a.back {
        font-size: 13px;
        font-family: 'open_sanslight', Arial, Helvetica, sans-serif;
        color: #808080;
        background: url(../images/paging_prev.gif) no-repeat 0px 3px;
        padding-left: 15px;
        letter-spacing: 0.025em;
        text-decoration: none;
    }

        a.back:hover {
            color: #d86508;
        }


select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #878787;
}

/* <a> link with class */
.btn, .btn_001 a {
    font: normal 15px 'oswaldmedium', Arial, Helvetica, sans-serif;
    color: #ffffff !important;
    background: #2f72aa;
    border: none;
    padding: 0px;
    text-decoration: none;
    line-height: 22px;
    display: table;
    text-transform: uppercase;
}

.btn_002, .btn_002 a {
    font: normal 15px 'oswaldmedium', Arial, Helvetica, sans-serif;
    color: #ffffff !important;
    background: #f67f1e;
    border: none;
    padding: 0px;
    text-decoration: none;
    line-height: 22px;
    display: table;
    text-transform: uppercase;
}


.btn:hover {
    background: #1c527f;
    color: #ffffff !important;
}

.btn_001 {
    background: #2f72aa url(../images/icon_brochure.gif) no-repeat 15px 22px;
    padding: 14px 15px 10px 55px;
    height: 60px;
    width: 140px;
    display: table;
}

/*.btn_001:hover {
	background: #1c527f url(../images/icon_brochure_hover.gif) no-repeat 15px 22px;
}*/

.btn_002 {
    background: #f67f1e;
    padding: 10px 15px 10px 15px;
    height: 60px;
    width: 140px;
    display: table;
}

    /*.btn_002:hover, a .btn_002:hover {
	background: #d9670a;
}*/


    .btn_001 .txt_fine, .btn_002 .txt_fine {
        font: normal 15px 'oswaldextralight', Arial, Helvetica, sans-serif !important;
        color: #fff;
    }







a.forgetpw_link {
    font: normal 13px 'open_sanslight', Arial, Helvetica, sans-serif;
    color: #808080;
    text-decoration: underline;
}

    a.forgetpw_link:hover {
        color: #0a6cbf;
        text-decoration: underline;
    }



/* Font Embed */

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

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


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

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



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




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

/* HTML */

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

body {
    background: #ffffff;
    color: #444446;
    font: normal 14px 'open_sansregular', Arial, sans-serif;
    line-height: 24px;
    height: auto;
    margin: 0;
    padding-bottom: 120px;
}

#wrapper {
    width: 100%;
    margin: 0 auto;
    -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;
}


/* Basic Fonts */

h1, h2, h3, h4, h5, h6 {
    font-family: 'oswalddemibold', Arial, Helvetica, sans-serif;
    font-weight: normal;
}

    h1, h1 a, h1 a:link {
        font-size: 26px;
        color: #1675b7;
        line-height: 30px;
        margin-bottom: 5px;
    }

    h2, h2 a, h2 a:link {
        font-size: 20px;
        color: #1b1b1b;
        line-height: 24px;
        margin-bottom: 5px;
    }

    h3, h3 a, h3 a:link {
        font-size: 26px;
        color: #1b1b1b;
        line-height: 30px;
        margin-bottom: 5px;
    }


h4 {
    font: normal 15px 'open_sansbold', Arial, Helvetica, sans-serif;
    line-height: 20px;
    color: #000000;
    text-transform: uppercase;
}

.blue_underline {
    background: url(../images/blue_line.gif) no-repeat left bottom;
    margin-bottom: 10px;
    padding-bottom: 10px;
}


h5 {
    font: normal 18px opensansregular, Arial, Helvetica, sans-serif;
    line-height: 25px;
    color: #c72031;
    margin-bottom: 5px;
}


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, a.h6:hover {
            color: #808285 !important;
        }

#login_cbox h1 {
    text-align: left;
    margin-bottom: 0;
}

#login_cbox h3 {
    text-align: left;
}

.txt_small {
    font: normal 12px 'open_sanslight', Arial, Helvetica, sans-serif;
    color: #cc6613;
}

label {
    color: #636363;
    font-size: 12px;
    letter-spacing: 0.025em;
    font-family: 'open_sanslight', Arial, Helvetica, sans-serif;
}

.prod_label {
    color: #000000;
    font-family: 'open_sansbold', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    margin: 10px 0;
    text-align: center;
}

a .prod_label {
    color: #1675b7;
}

b, strong {
    font-family: 'open_sansbold', 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 {
    }

#login_cbox {
    font-size: 12px;
}


/* Listing Styles */

ol, ul {
    margin: 0px;
}

    ol > li {
        margin: 0px;
    }

    ul li {
        margin-bottom: 0px;
        list-style-image: none;
    }


/* 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"] {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
    }

        input[type="password"].acct, input[type="text"].acct, select.acct, input[disabled="disabled"].acct {
            font-style: italic;
        }


    input.placeHolder, .placeHolder {
        color: #808285;
        font-family: 'open_sansregular', Arial, Helvetica, sans-serif;
    }

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

.first_col {
    margin-right: -30px;
    padding-right: 30px;
}

.second_col {
    margin-left: 30px;
}

.accHeader {
    padding: 15px 30px;
    background-color: #d81a33;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 22px;
}


input[type="text"].quantity {
    width: 70px;
    height: 30px;
    margin: auto;
    color: #555 !important;
    text-align: center;
    border: #e2e2e2 1px solid;
    outline: 0;
}

    input[type="text"].quantity:hover, input[type="text"].quantity:focus {
        border: #b6b6b6 1px solid;
    }

textarea.fix_height {
    height: 146px !important;
}


.radio {
    margin-top: 0 !important;
}

/*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.email_link {
    background: url(../images/icon_mail.png) no-repeat 0px 0px;
    font: normal 13px 'open_sanslight', Arial, Helvetica, sans-serif;
    color: #808080;
    text-transform: capitalize;
    letter-spacing: 0.025em;
    text-decoration: none;
    padding-left: 30px;
}

    a.email_link:hover {
        color: #0d8de6;
    }



/*for Download button */
.dlbtn {
}


/* Back to top style */

#scrollUp, a#scrollUp {
    bottom: 80px;
    right: 30px;
    width: 40px;
    height: 40px;
    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: url(../images/div_1px.gif) repeat-x center center;
    height: 30px;
    width: 100%;
    border: none;
}


    hr.grayline {
        background: transparent url(../images/grayline.jpg) repeat-x left top;
        height: 2px;
    }

.vDiv {
    background: url(../images/div_1px.gif) repeat-y center;
}


.outline {
    border: #dbdbdb 1px solid;
    display: inline-block;
}




.inline-spacing {
    display: inline-block;
    margin-right: -4px;
    padding-right: 10px;
}

    .inline-spacing:nth-child(odd) {
        padding: 0;
        padding-left: 10px;
    }

.spacingoutline {
    border: 1px solid #DB8B93;
    padding: 20px;
}


.ht100 {
    display: inline-block;
    float: none !important;
    margin-right: -4px;
    vertical-align: middle;
}

.vbtm {
    vertical-align: bottom;
}

.vtop {
    vertical-align: top;
}


/* Header */
#bg_pattern {
    background: url(../images/bg_pattern.jpg) no-repeat top center;
}



header {
    width: 100%;
    margin: 0 auto;
    padding: 25px 0 25px;
    border-top: #343434 5px solid;
}

.header_wrapper {
    width: 1140px;
    margin: 0 auto;
    padding: 0;
}

.logo {
    float: left;
    width: 334px;
    margin-top: 10px;
}

#top_right {
    float: right;
    /*min-width:350px;*/
}


.btn_login, .btn_logout {
    float: right;
    position: relative;
    z-index: 98;
    margin-left: 15px;
}

.btn_cart {
    float: right;
    position: relative;
    z-index: 98;
}

.txt_member {
    float: right;
    margin-top: 20px;
    margin-right: 15px;
    font-size: 13px;
    color: #939393;
    position: relative;
    z-index: 999;
}


/* Navigation */

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


ul#navmenu-h {
    padding: 0;
    list-style: none;
    position: relative;
    text-align: right;
    z-index: 500 !important;
    margin-top: 15px;
}

    ul#navmenu-h li {
        display: inline-block;
        position: relative;
    }

        /* Root Menu */

        ul#navmenu-h li a {
            display: block;
            margin: 0px 0px 0px 45px;
            padding: 0;
            color: #202020;
            font: normal 16px 'oswaldmedium', Arial, Helvetica, sans-serif;
            letter-spacing: 0.05em;
            text-transform: uppercase;
            text-align: center;
            text-decoration: none;
            border: none;
        }

        ul#navmenu-h li:first-child a {
            margin: 0px;
        }



        /* Root Menu Hover Persistence */
        ul#navmenu-h li:hover a {
            color: #319de8;
        }

        ul#navmenu-h li.active a, ul#navmenu-h li a.active {
            color: #319de8;
        }

    ul#navmenu-h ul {
        display: none;
        position: absolute;
        top: 100%;
        left: 28px;
        list-style-type: none;
        padding: 0;
        margin: 0;
        float: left;
        border: 1px solid #ebe8e8;
        background-color: #ffffff;
        min-width: 180px;
    }

        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 15px 'oswaldmedium', 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: 1140px;
    /*width: 1140px ;*/
    margin: 0 auto 50px auto;
    overflow: hidden;
    background: url(../images/banner_outline.png) no-repeat top center;
    background-size: 100% 100%;
    padding: 30px 27px 50px;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
    margin-left: -10px;
}



/******************************
*
*	Banner -- Accordion --
*
*******************************/
.accordion {
    clear: both;
    outline: #fff 3px solid;
    /*width:1200px;*/
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
    height: 400px;
    overflow: hidden;
}


a.accordionLink {
    width: 369px !important;
    height: 400px;
    outline: 0;
    position: absolute;
    z-index: 9999;
}

a:hover, a:focus {
    /*text-decoration:none;
	color:#c71d40;
	ie-dummy: expression(this.hideFocus=true);*/
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
}

ul.accordion li {
    background-repeat: no-repeat;
    background-position: top left;
    /*margin-right:0px;*/
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
}

    ul.accordion li:last-child {
        border-right: none;
        -webkit-box-sizing: content-box !important;
        -moz-box-sizing: content-box !important;
        box-sizing: content-box !important;
    }
/*ul.accordion li.bg1{
			
		}
		ul.accordion li.bg2{
			
		}
		ul.accordion li.bg3{
			
		}
		ul.accordion li.bg4{
			
		}
		ul.accordion li.bg5{
			
		}
		ul.accordion li.bg6{
			
		}
		ul.accordion li.bg7{
			
		}
		ul.accordion li.bg8{
			
		}
		ul.accordion li.bg9{
			
		}
		ul.accordion li.bg10{
			
		}
		ul.accordion li.bg11{
			
		}
		ul.accordion li.bg12{
			
		}*/

.slider_img {
    opacity: 0.9 !important;
    filter: alpha(opacity=90); /* For IE8 and earlier */
    transform: none;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
}



.accordion {
    list-style: none;
    font-family: 'oswaldextralight', Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 1.5em;
    overflow: hidden;
    padding: 0;
    margin: 0;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
}

    .accordion li {
        position: relative;
        border-left: 1px solid #cfcfcf;
    }


    .accordion span {
        /*padding: 10px auto 0px 30px;
    bottom: 50px;
	left:0px;
    position: relative;
    text-transform: uppercase;
    font-family: 'oswaldextralight', Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#fff;
    letter-spacing: 1px;
	line-height:32px;
    color: #ffffff;
    text-align: left;
	height:65px;
	text-shadow: 1px 1px 1px rgba(5, 67, 109, 0.75);
	display:block;*/
        background-color: none;
    }




        .accordion span.caption {
            bottom: 0;
            position: absolute;
            -webkit-box-sizing: content-box !important;
            -moz-box-sizing: content-box !important;
            box-sizing: content-box !important;
        }


.zoomContainer {
    z-index: 10;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    .accordion div {
        position: absolute;
        bottom: 0;
        right: 0;
        top: 0;
        left: 0;
        -webkit-box-sizing: content-box !important;
        -moz-box-sizing: content-box !important;
        box-sizing: content-box !important;
    }
}

@supports (-ms-accelerator:true) {
    .accordion div {
        position: absolute;
        bottom: 0;
        right: 0;
        top: 0;
        left: 0;
        -webkit-box-sizing: content-box !important;
        -moz-box-sizing: content-box !important;
        box-sizing: content-box !important;
    }
}


.accordion div a {
    display: block;
    /*margin: 5px 0 5px 20px;*/
    text-transform: uppercase;
    font-style: normal;
    font-size: 11px;
    text-decoration: none;
    color: #888;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
}

    .accordion div a:hover {
        color: #333;
        text-decoration: underline;
        -webkit-box-sizing: content-box !important;
        -moz-box-sizing: content-box !important;
        box-sizing: content-box !important;
    }



















/* HOME-PAGE Content */
#home_contain {
    margin-top: 60px;
    margin-bottom: 80px;
}



.v_align {
    float: none !important;
    display: inline-block;
    margin-right: -4px;
    vertical-align: middle;
}


/* SUB-PAGE Content */
#subpg_contain {
    margin-top: 30px;
    margin-bottom: 80px;
}

.breadcrumbs, .breadcrumbs li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.breadcrumbs {
    margin-bottom: 24px;
}

    .breadcrumbs li {
        display: inline-block;
        margin: 0px;
        vertical-align: middle;
        background: url(../images/bc_div.gif) no-repeat center right;
        padding-right: 15px;
    }

        .breadcrumbs li:last-child {
            background: none;
            padding-right: 0px;
            text-decoration: underline;
        }


        .breadcrumbs li, .breadcrumbs li a {
            font: normal 12px 'open_sanslight', Arial, Helvetica, sans-serif;
            color: #898989;
            text-transform: uppercase;
            letter-spacing: 0.025em;
            text-decoration: none;
        }

            .breadcrumbs li a:hover {
                text-decoration: underline;
            }


.spacing_sm {
    margin-top: 15px;
}

.spacing_md {
    margin-top: 40px;
}



/*********************
   Login / Register 
*********************/
.bg_light_grey {
    padding: 50px 70px;
    background: #fefefe;
    border: #dbdbdb 2px solid;
}





/*********************
   Tables
********************/
table.prod_list {
    border-collapse: collapse;
    margin-bottom: 0;
    width: 100%;
    border: 1px solid #dbdbdb;
}

.prod_list td, .prod_list th {
    padding: 8px 30px;
    font: normal 14px 'open_sanslight', Arial, Helvetica, sans-serif;
    /*color: #7f7f7f;*/
    color: #000000;
    /*text-align: center;*/
    border-bottom: 1px solid #dbdbdb;
}

td {
}


.prod_list th {
    background-color: #235c8b;
    font: normal 14px 'open_sansbold', Arial, Helvetica, sans-serif;
    color: #ffffff;
    letter-spacing: 0.025em;
    white-space: nowrap;
    text-transform: uppercase;
}

.prod_list thead th:first-child, .prod_list tbody td:first-child {
    text-align: left;
}


.prod_list tbody tr {
    background-color: #f4f4f4;
}

    .prod_list tbody tr:nth-child(2n-1) {
        background-color: #fdfdfd;
        /*transition: all .125s ease-in-out;*/
    }

    .prod_list tbody tr:hover {
        background-color: #d0ecff;
    }

.btn_delete {
    margin: auto;
}

.table_wrapper {
    max-width: 1140px;
    overflow-x: scroll;
}

/*********************
   Order Detail Tables
********************/
table.order_list {
    border-collapse: collapse;
    margin-bottom: 0;
    width: 100%;
    border: 1px solid #dbdbdb;
}

.order_list td, .order_list th {
    padding: 12px 30px;
    font: normal 14px 'open_sanslight', Arial, Helvetica, sans-serif;
    color: #7f7f7f;
    text-align: left;
    border-bottom: 1px solid #dbdbdb;
}

td {
}


.order_list th {
    background-color: #235c8b;
    font: normal 14px 'open_sansbold', Arial, Helvetica, sans-serif;
    color: #ffffff;
    letter-spacing: 0.025em;
    white-space: nowrap;
    text-transform: uppercase;
}

.order_list tbody tr {
    background-color: #f4f4f4;
}

    .order_list tbody tr:nth-child(2n-1) {
        background-color: #fdfdfd;
        /*transition: all .125s ease-in-out;*/
    }

    .order_list tbody tr:hover {
        background-color: #d0ecff;
    }

.btn_delete {
    margin: auto;
}


/*********************
   Products
*********************/
.bg_promo {
    padding: 23px 30px;
    background: #f5f5f5;
    margin-top: 10px;
}

.promo_product {
    width: 202px;
}

.product_item {
}

.prod_item {
    margin-bottom: 10px;
}


.sideNav_wrapper {
    padding: 30px;
    border: #f5f5f5 2px solid;
    /*margin-top:20px;*/
}


.proddet_imgdiv {
    margin-bottom: 30px;
    overflow: hidden !important;
    padding-bottom: 10px;
}


.proddet_imgwrapper {
    float: left;
    width: 260px;
    text-align: center;
    position: relative;
    z-index: 9;
}

.proddet_imgnav {
    float: right;
    width: 70px;
    padding: 30px 0;
    position: relative;
    margin-top: 10px;
    z-index: 10;
}

.proddet_img .slick-slide, .proddet_img .slick-slide a {
    width: 260px;
    overflow: visible;
    height: 260px;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
    display: block;
}

.proddet_img .slick-slide {
    border: 1px solid #dddddd;
    overflow: hidden;
}


.proddet_img .slick-list {
    overflow: visible;
    /*overflow: -moz-hidden-unscrollable;*/
}

.proddet_img img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: auto;
    height: auto;
    width: 260px;
}

.prodimg_zoom img {
    display: inline;
}

.proddet_imgnav .slick-slide {
    width: 70px;
    height: 70px;
    overflow: hidden;
    position: relative;
    margin-bottom: 5px;
    cursor: pointer;
    outline: none;
}

.proddet_imgnav img {
    width: auto;
    height: auto;
    max-width: 68px;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.proddet_imgnav .slick-prev, .proddet_imgnav .slick-next {
    width: 100%;
    height: 20px;
    color: transparent;
    overflow: hidden;
    text-indent: -9999px;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    border: none;
    outline: none;
    cursor: pointer;
}

.proddet_imgnav .slick-prev {
    top: -5px;
    background: transparent url(../images/icon_uparrow.png) no-repeat center center !important;
}

.proddet_imgnav .slick-next {
    bottom: -340px;
    background: transparent url(../images/icon_downarrow.png) no-repeat center center !important;
}

.proddet_imgnav .slick-disabled {
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    /* IE 5-7 */
    filter: alpha(opacity=30);
    /* Netscape */
    -moz-opacity: 0.3;
    /* Safari 1.x */
    -khtml-opacity: 0.3;
    /* Good browsers */
    opacity: 0.3;
    cursor: default;
}

.hide {
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* IE 5-7 */
    filter: alpha(opacity=0);
    /* Netscape */
    -moz-opacity: 0;
    /* Safari 1.x */
    -khtml-opacity: 0;
    /* Good browsers */
    opacity: 0;
}

.proddet_des, .proddet_qty {
    margin-bottom: 30px;
    margin-top: 30px;
}

.proddet_btn {
    margin-bottom: 15px;
}

.prodimg_zoom, a.prodimg_zoom {
    font-size: 11px;
}

    a.prodimg_zoom:hover {
        color: #000000;
    }

/* Zoom */
.zoomWindow img {
    max-width: none;
    max-height: none;
    width: auto;
    height: auto;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
}


.behind {
    z-index: 8;
}

.img_frame {
    border: 1px solid #e6e6e6;
    width: 200px;
    height: 200px;
    background: #fff;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.img_frame_02 {
    border: 1px solid #e6e6e6;
    width: 188px;
    height: 188px;
    background: #fff;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.img_frame_details {
    border: 1px solid #e6e6e6;
    width: 260px;
    height: 260px;
    background: #fff;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    position: relative;
    overflow: hidden;
}


    .img_frame img, .img_frame_02 img, .img_frame_details img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

a .img-responsive:hover {
    opacity: 0.7;
}








.pagination, .pagination li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pagination {
    text-align: right;
    /*margin-bottom: 15px; */
}

    .pagination li {
        display: inline-block;
        margin: 0px;
        vertical-align: middle;
        background: url(../images/div_paging.gif) no-repeat 4px 2px;
        padding-left: 15px;
    }

        .pagination li:first-child {
            background: none;
            padding-right: 0px;
            text-decoration: none;
        }


        .pagination li, .pagination li a {
            font: normal 13px 'open_sansbold', Arial, Helvetica, sans-serif;
            color: #323232;
            text-transform: capitalize;
            letter-spacing: 0;
            text-decoration: none;
        }

            .pagination li a:hover, .pagination li a.current {
                color: #47a2f0;
                font-weight: normal;
                text-decoration: none;
                border-bottom: #47a2f0 2px solid;
                transition: none;
            }

.reduce_spacing_left {
    margin-left: -15px;
}

.spacing_left {
    margin-left: 15px;
}









/**********************
   Contact  
**********************/
.bg_main_office {
    padding: 50px 35px !important;
    margin-left: -15px;
    background: #f6f6f6;
    height: 320px;
}

.retail_store {
    padding: 30px !important;
    border: #dddddd 2px solid;
    min-height: 480px;
}





/* Footer */

footer {
    width: 100%;
    background: #ffffff;
    font: normal 13px opensanslight, Arial, sans-serif;
    color: #808285;
    line-height: 18px;
    position: absolute;
    bottom: 0;
}

.bg_newsletter {
    background: #2f72aa;
    font: normal 14px opensanslight, Arial, sans-serif;
    color: #c7e3f6;
    letter-spacing: 0.1em;
}

.newsletter_title {
    font: normal 28px 'open_sansregular', Arial, sans-serif;
    color: #c7e3f6;
    letter-spacing: 0;
    margin-bottom: 5px;
}


.newsletter_top_outline {
    background: url(../images/newsletter_top.gif) repeat-x top center;
    height: 30px;
}

.newsletter_bottom_outline {
    background: url(../images/newsletter_bottom.gif) repeat-x bottom center;
    height: 30px;
}

.newsletter_bottom-line {
    margin-top: 10px;
    border-bottom: #79b9e6 1px solid;
    padding-bottom: 5px;
}

input.newsletter {
    font: normal 14px 'open_sanslight', Arial, sans-serif;
    color: #97caed;
    background: transparent;
    border: none;
    padding-left: 0;
    padding-right: 0;
    -webkit-text-fill-color: #bad6e9;
}



.footer_wrapper {
    width: 100%;
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    font: normal 12px 'open_sanslight', Arial, sans-serif;
    color: #434343;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.footercol {
    float: left;
    width: 160px;
    padding: 0 !important;
}

.footer_left {
    float: left;
}

.footer_right {
    float: right;
}


/***********************
    Account Page
************************/
#Account_side_nav {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 0;
}

    #Account_side_nav ul {
        list-style: none;
        padding-bottom: 0;
        padding-left: 0;
    }

    #Account_side_nav a {
        background-image: url(../images/icons.png);
        background-repeat: no-repeat;
        background-position: left center !important; /* background-position:right , if float right */
        display: block;
        vertical-align: middle;
        text-decoration: none;
        padding: 0px 0px 0px 25px;
        margin: 4px 0;
        font: normal 15px 'open_sansregular', Arial, Helvetica, sans-serif;
        color: #757575;
        text-transform: uppercase;
        /*-moz-transition-delay: 0.15s;
      -webkit-transition-delay: 0.15s;
      -o-transition-delay: 0.15s;
      transition-delay: 0.15s;*/
        line-height: 20px;
    }

    #Account_side_nav .active > a {
        background-color: none;
        color: #0d6aab;
    }

/***********************
  Print
************************/
@media print {
    body {
        padding: 0;
    }

    #maincontent {
        display: block !important;
    }

    .printBtn, .actionbtn, #scrollUp, header, footer {
        display: none !important;
    }
}


/***********************
  Programmer Required
************************/
.IE8Fix {
    z-index: 1;
}

.errMsg, .errMsg a:link, .errMsg a:visited, .errMsg a:Active {
    font: normal 11px Arial, sans-serif;
    color: #CC0000;
}

.errMsg a:hover {
        text-decoration: underlink;
}

* cookie css */

#myCookieConsent div {
}


#myCookieConsent {
    z-index: 999;
    min-height: 20px;
    padding: 10px 20px;
    background: #1b1b1b;
    overflow: hidden;
    position: fixed;
    color: #FFF;
    display: none;
    bottom: 0px;
    text-align: left;
    font-size: 12px;
    font-weight: normal;
}

.cookieTitle {
    font-size: 16px;
    padding: 10px 0px !important;
}


#myCookieConsent a#cookieButton {
    color: #ffffff;
    font-size: 0.8em;
    background: #2f72aa;
    ;
    text-decoration: none;
    cursor: pointer;
    float: left;
}

#myCookieConsent a {
    color: #ffffff;
    text-decoration: underline;
}

    #myCookieConsent a:hover {
        color: #fda016;
    }


.cookieLinkHolder {
    display: inline-block;
    margin: 20px 0px;
}

#arrowLink {
    background: #2f72aa;
    padding: 10px 10px !important;
    border: 1px solid #2f72aa;
}

#arrowText {
    padding: 10px 5px !important;
    border: 1px solid #2f72aa;
    background-color: #2f72aa;
}

    #arrowText:hover {
        color: #b9b9b9;
    }


@media screen and (min-width: 768px) {

    #myCookieConsent {
        left: 10px;
        width: 300px;
    }
}

@media screen and (max-width: 767px) {
    #myCookieConsent {
        left: 0;
    }
}


