﻿@charset "utf-8";
/* Creative eWorld CSS
Version 2.5 (Updated on 3 March 18)*/

/*@import url('https://fonts.googleapis.com/css?family=Roboto');*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i,800&display=swap');
   
/* 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 */
/*Make sure phone no color won't overwrite by mobile devices*/
a[href^=tel] {
	color: inherit;
	text-decoration: none;
}
a, a:link, a:visited, a:active {
	color: inherit;/*inherit to use body text color*/
	text-decoration: underline;
	webkit-transition: color 500ms ease-out;
	-moz-transition: color 500ms ease-out;
	-o-transition: color 500ms ease-out;
	transition: color 500ms ease-out;
}
a:hover, a:focus {
	text-decoration: none;
	color: orange; /*customized your color*/
	outline: 0;
 ie-dummy: expression(this.hideFocus=true);
}
a.back {
	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-size:17px;
	font-weight:300;
	color: #fff;
	background: #00a841;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	padding: 9px 50px;
	text-decoration: none;
}
a.btn:hover {
	webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
	background: #00c14b;
	color: #ffffff;
	/*border-color: #c72031;*/
}
/* Font Embed */
@font-face {
	font-family: 'cew-iconset-v2';
	src: url('../include/fonts/cew-iconset-v2');
	src: url('../include/fonts/cew-iconset-v2.eot') format('embedded-opentype'), url('../include/fonts/cew-iconset-v2.woff2') format('woff2'), url('../include/fonts/cew-iconset-v2.woff') format('woff'), url('../include/fonts/cew-iconset-v2.ttf') format('truetype'), url('../include/fonts/cew-iconset-v2.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


/* HTML */
html {
	position: relative;
	min-height: 100%;
}
body {
	font-family: normal 'Montserrat', sans-serif,Arial, Helvetica,'Microsoft YaHei',"微软雅黑", STXihei, "华文细黑";
	font-size: 18px;
	line-height: 1.6em;
	height: auto;
	color: #7c7c7c;
    letter-spacing: 0.01em;
	margin: 0;
	min-width: 768px;
	/*text-align:justify;*/
}
body.overflow-hidden, html.overflow-hidden {
	overflow: hidden;
}
body.overflow-hidden {
	position: fixed;
	width: 100%;
	min-height: 100%;
}
#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;*/
	 margin-bottom: 20px;
    font-weight: normal;
    text-align: justify;
	
}
.clear {
	clear: both;
}
/* Basic Fonts */
h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif, Arial, Helvetica;
	/*font-family: 'Roboto', Arial, Helvetica, sans-serif;*/
	font-weight: 500;
	line-height: 1.6em;
	margin-bottom: 0.2em;
}
h1, h1 a, h1 a:link {
	font-size: 2.3em;
	color: #03598f;
	line-height:1.3em;
	margin-bottom: 20px;
	
}
h2, h2 a, h2 a:link {
	font-size: 2.3rem;
	color: #03598f;
	line-height:1.3em;
	margin-bottom: 20px;
}
h3, h3 a, h3 a:link {
	font-size: 22px;
	font-weight:600;
	color: #000;
	margin-bottom: 10px;
}
h4, h4 a, h4 a:link {
	/*font-size: 18px;
	font-weight:500;
	color: #000;
	margin-bottom: 10px;*/

    color: #121212;
    font-size: 26px;
    line-height: 2rem;
    text-align: justify;
}
h5, h5 a, h5 a:link {
}
h6, h6 a, h6 a:link {
}
.txt-small {
	font-size:15px;
}
label {
	color: #909090;
	font-size: 14px;
}
b, strong {
}
i, em {
}
i b, i strong, em b, em strong, b i, b em, strong i, strong em {
}
/* Listing Styles */
ol, ul {
	margin-left: 20px;
}
ol > li {
	margin-bottom: 15px;
}
ul li {
	margin-bottom: 0px;/*Active this to customized bullet point 
	list-style-image: url(../images/ulli.png);*/
}
/* Text Field & Button Style */
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: 4px;
	background: #ffffff;
	border: none;
	color: #505050;
	font-size: 13px;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #e0e0e0;
	margin: 0!important 0 0 0;
	
}

select{
	padding: 8px;
	}

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;
}
/** RADIO / CHECKBOX**/
input[type="radio"], input[type="checkbox"] {
	margin-left: 10px;
	margin-right: 5px;
}
input[type="radio"]:first, input[type="checkbox"]:first {
 margin-left: 0;
}
input[type="radio"]+label, input[type="checkbox"]+label {
	text-transform: none;
}
/*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: 65px;
    right: 10px;
    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%;
	margin: 0 auto;
	padding: 10px 0 0;
	background-color: #1b1b1b;
}
.header-wrapper {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}
.logo {
	float: left;
	width: auto;
	height: auto;
}
.icons_link {
	float: right;
	padding: 15px 0;
	position: relative;
}
/* 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.search_field {
	background: white;
	border: 0;
	font: normal 13px 'Montserrat', 'Arial', 'Helvetica', 'sans-serif';
	letter-spacing: 0.05em;
	color: #808285;
	display: inline-block;
	vertical-align: top;
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 8px 10px;
	height: 100%;
}
#search.active {
	width: 180px;
	z-index: 9999;
}
#search h2 {
	display: none;
}
input.search_btn {
	background: #c72031 url(../images/icon_search.png) no-repeat center;
	height: 40px;
	width: 40px;
	display: inline-block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	vertical-align: top;
	float: right;
}
input.search_btn:hover {
	background-color: #9d0a19;
}
.closesearch, a.closesearch {
	display: none;
}
 @media (max-width: 768px) {
#search {
	/* 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;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: transparent url(../images/box_bg.png) repeat;
	visibility: hidden;
}
#search h2 {
	top: 30%;
	position: relative;
	display: inline-block;
	text-align: center;
	width: 100%;
}
#search.active {
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	/* IE 5-7 */
	filter: alpha(opacity=100);
	/* Netscape */
	-moz-opacity: 1;
	/* Safari 1.x */
	-khtml-opacity: 1;
	/* Good browsers */
	opacity: 1;
	visibility: visible;
	width: 100%;
	height: 100%;
	-webkit-transition: opacity 300ms ease-out, visibility 300ms ease-out;
	-moz-transition: opacity 300ms ease-out, visibility 300ms ease-out;
	-o-transition: opacity 300ms ease-out, visibility 300ms ease-out;
	transition: opacity 300ms ease-out, visibility 300ms ease-out;
}
input.search_field {
	text-align: center;
	width: 85%;
	height: 40px;
	background: none;
	border-bottom: 1px solid #aaaaaa;
	position: absolute;
	top: 40%;
	margin: auto;
	left: 0;
	right: 0;
	font-size: 15px;
}
.closesearch, a.closesearch {
	display: block;
	font-size: 44px;
	line-height: 50px;
	position: absolute;
	top: 5px;
	right: 15px;
	color: #444;
    text-decoration:none!important;
}
a.closesearch:hover {
	background: none !important;
}
}
/* Navigation */
#menu {
	height: auto;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
}
nav {
	margin: 0 auto;
	float: right;
}
.menu_close, .menu_toggle {
	display: none;
}
ul#navmenu-h {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	text-align: right;
	z-index: 500 !important;
	margin-top: 10px;
}
ul#navmenu-h li {
	display: inline-block;
	position: relative;
	padding-bottom: 1px;
}
ul#navmenu-h li.header {
	display: none;
}
/* Root Menu */

ul#navmenu-h li a {
	display: block;
	/*margin: 8px 18px 0;*/
	margin: 0 18px;
	padding-bottom: 40px;
	color: #ffffff;
	font: normal 16px 'Montserrat', 'Arial', 'Helvetica', 'sans-serif';
	letter-spacing: 0.025em;
	/*text-transform: uppercase;*/
	text-align: center;
	text-decoration: none;
	/*border: 1px solid transparent;*/
	border-bottom:2px solid transparent;
	
}
/* Root Menu Hover Persistence */
ul#navmenu-h li:hover a {
	color: #2691ff;
	
	border-bottom:2px solid #2691ff;
}
	

/*Fix for mobile menu with multiple level*/
ul#navmenu-h li:hover a.next {
	color: #092a58; /*Nav Original Color*/
}

ul#navmenu-h li.active a, ul#navmenu-h li a.active {
	color:#2691ff;
	border-bottom:2px solid #2691ff;
}


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: #000;
	min-width: 200px;
}
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: #000;
	color: #fff;
	font: normal 15px 'Montserrat', 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: #44a0fe;
	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: #000;
	color: #fff;
	font: normal 15px 'Montserrat', 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: #44a0fe !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:transparent;
	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 li > ul, ul#navmenu-h li:hover ul ul li > ul, ul#navmenu-h li.iehover ul li > ul, ul#navmenu-h li.iehover ul ul li > 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: #fff;
	background-color: transparent;
}
ul#navmenu-h li:hover > ul {
	display: block !important;
}
/* end Nav */


/* Banner */

#banner {
	width: 100%;
	/*For fixed width banner
	width: 1000px;
	*/
	margin: auto;
	overflow: hidden;
}


#slider {
	/*width: 2000px;*/
	margin: auto;
}
/* HOME-PAGE Content */

#maincontent, #ctl00_ContentPlaceHolder1_maincontent {
	width: 100%;
	overflow: hidden;
	padding: 0 0;
	margin: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#maincontent.homepage, #ctl00_ContentPlaceHolder1_maincontent.homepage {
	padding-bottom: 0;
}
/* SUB-PAGE Content */


/*********************
   Products
*********************/
.prod_thumbnail, a.prod_thumbnail {
	width: 100%;
    padding-bottom: 70%;
    height: 0px;
    position: relative;
    overflow: hidden;
    display: block;
}
.prod_thumbnail img, a.prod_thumbnail img {
	position: absolute;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    margin: auto;
}
.usualprice {
	color: #afafaf;
	font-size: 14px;
	display: inline-block;
	margin-right: 10px;
	text-decoration: line-through;
}
.price {
	font-size: 14px;
	color: #828286;
	display: inline-block;
}
.usualprice.proddes_price, .price.proddes_price {
	font-size: 17px;
}
.quickbuy_btn, input.quickbuy_qtn, input[type="button"].quickbuy_btn, input[type="submit"].quickbuy_btn {
	background: #ffffff url(../images/icon_prodcart.png) no-repeat center;
	width: 35px;
	height: 35px;
	border: 1px solid #da1a32;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
}
.quickbuy_btn:hover, input.quickbuy_qtn:hover, input[type="button"].quickbuy_btn:hover, input[type="submit"].quickbuy_btn:hover {
	border-color: #b0b0b0;
	background-image: url(../images/icon_prodcarthover.png);
}
a.promo_thumbnail, .promo_thumbnail {
	width: 230px;
	background: black;
	height: 284px;
	position: relative;
	/*display: block;*/
	overflow: hidden;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}
a.promo_thumbnail img, .promo_thumbnail img {
	max-width: 100%;
	width: auto;
	height: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
	background: white;
}
a.promo_thumbnail:hover img, .promo_thumbnail:hover img {
	/* 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=70)";
	/* This works in IE 8 & 9 too */
  /* ... but also 5, 6, 7 */
	filter: alpha(opacity=70);
	/* Modern Browsers */
	opacity: 0.7;
}
a.promo_link, .promo_link {
	color: #ffffff;
	font-size: 18px;
	text-decoration: none;
}
a.promo_link:hover, .promo_link:hover {
	color: #ffd2d7;
}
/* for 3 in a row */

a.promo_thumbnail {
	width: 100%;
	display: block;
	margin: auto;
	height: 438px;
	margin-bottom: 20px;
}
a.promo_thumbnail img {
	width: 100%;
}
/* for 3 in a row */

.prodImg {
	width: 320px;
	height: 320px;
	overflow: hidden;
	position: relative;
	text-align: center;
}
.prodImg img {
	max-width: 100%;
	width: auto;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.prod_name {
	font: normal 30px opensansregular, Arial, Helvetica, sans-serif;
	color: #c72031;
	display: block;
	line-height: 35px;
	margin-bottom: 5px;
}
input.qty {
	background: white;
	text-align: center;
	height: 35px;
	padding: 7px 40px;
	margin: 0;
	width: 120px;
	font: normal 15px opensansbold, Arial, Helvetica, sans-serif !important;
	color: #636363;
}
.pagination, .pagination li {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
.pagination {
	width: 90%;
	margin: auto;
	padding: 10px 0 20px;
}
.pagination li {
	margin: 1px;
	display: inline-block;
}
.pagination li a {
	display: block;
	padding: 2px 7px;
	line-height: 12px;
	font: normal 12px opensanslight, Arial, Helvetica, sans-serif;
	color: #686868;
	border: 1px solid #cecece;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-transform: uppercase;
	text-decoration: none;
}
.pagination li a:hover {
	border-color: #606060;
}
.pagination li.active a, .pagination li.active a:hover {
	background: #909090;
	border-color: #909090;
	color: #ffffff;
}
.pagination li.page_li a {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin: 5px;
	padding: 3px 13px;
	color: #606060;
	font-size: 11px;
	text-decoration: none;
}
.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;
}
.breadcrumbs .divider {
	background: transparent url(../images/breadcrumbs_div.png) no-repeat center;
	width: 10px;
	height: 15px;
	display: block;
}
.breadcrumbs.proddet {
	display: inline-block;
	vertical-align: middle;
	width: 600px;
}
/**********************
   Product Details
**********************/
.proddet_img_div {
	position: relative;
}
.proddet_img {
	width: 320px;
	height: 320px;
	overflow: hidden;
	position: relative;
	background: white;
	margin-bottom: 15px;
}
.proddet_img img {
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
/**********************
   Promotions 
**********************/
.promodiv a.promo_thumbnail, .promodiv .promo_thumbnail {
	height: 420px;
	background: white;
	border: 2px solid #d6d6d6;
}
.promo_tag {
	-ms-transform: rotate(30deg); /* IE 9 */
	-webkit-transform: rotate(30deg); /* Chrome, Safari, Opera */
	transform: rotate(30deg);
	right: -20px;
	top: -20px;
	left: auto;
	border: none;
}
.promodiv .promo_link, .promodiv a.promo_link {
	color: #c72031;
	margin-bottom: 15px;
	display: block;
	text-transform: uppercase;
}
.promodiv .promo_link:hover, .promodiv a.promo_link:hover {
	color: #a20f21;
}
.promo_expiry {
	display: block;
	text-align: center;
	text-transform: uppercase;
	color: white;
	background: #808285;
	padding: 12px 15px;
	margin-top: 30px;
}
.promodiv.active .promo_expiry, .promodet .promo_expiry {
	background: #da1a32;
}
.promodet .promo_expiry {
	display: inline-block;
	padding: 12px 35px;
}
.promodiv.active a.promo_thumbnail, .promodiv.active .promo_thumbnail {
	border: 2px solid #c72031;
}
.promodet_img_div {
	width: 437px;
	position: relative;
}
.promodet_img {
	width: 437px;
	height: 617px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #d6d6d6;
	background: white;
	position: relative;
}
.promodet_img img {
	width: auto;
	height: auto;
	max-width: 100%;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.promo_terms {
	font-size: 12px;
	line-height: 20px;
}
.promoterms_title {
	text-decoration: underline;
}
/**********************
   Contact  
**********************/



/* Footer */

footer {
	width: 100%;
	background-color:#181a1b;
	position: absolute;
	bottom: 0;
	font-size:15px;
	color:#bbd1e1;
}
.footer_wrapper {
	width: 100%;
	margin: 0 auto;
	padding: 15px 15px 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/***********************
  CART
************************/
.cartHeader {
	font-size: 15px;
	line-height: 10px;
}
.cart_thumb {
	width: 180px;
	height: 180px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #d6d6d6;
	background: white;
	position: relative;
	overflow: hidden;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}
.cart_thumb img {
	position: absolute;
	max-width: 100%;
	width: auto;
	height: auto;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.cart_des {
	width: 250px;
	display: inline-block;
	vertical-align: middle;
}
.cart_prodname, a.cart_prodname {
	font-size: 16px;
	text-transform: uppercase;
	color: #da1a32;
	text-decoration: none;
	display: block;
	margin-bottom: 3px;
}
a.cart_prodname:hover, .cart_prodname:hover {
	color: #c72031;
}
.cart_price {
	font-size: 15px;
}
.cart_qty {
	margin-top: 0;
}
.cartHeaderRow {
	padding: 15px 40px;
}
.cartHeader01 {
	padding-left: 6.5%;
}
.cart_del, input.cart_del {
	width: 20px;
	height: 20px;
	cursor: pointer;
	background: transparent url(../images/icon_del.jpg) no-repeat center;
}
.cart_del:hover, a.cart_del:hover {
	/* 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=30)";
	/* This works in IE 8 & 9 too */
  /* ... but also 5, 6, 7 */
	filter: alpha(opacity=30);
	/* Modern Browsers */
	opacity: 0.3;
}
/***********************
  Delivery
************************/
.checkout_steps {
	max-width: 350px;
	width: 95%;
	margin: auto;
	text-align: center;
}
.checkout_steps ul, .checkout_steps li {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
.checkout_steps ul {
	background: transparent url(../images/redline.jpg) repeat-x left center;
	display: inline-block;
}
.checkout_steps li {
	display: inline-block;
	margin-left: 35px;
}
.checkout_steps li a {
	width: 30px;
	height: 30px;
	background: #898989;
	color: white;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	text-decoration: none;
	display: block;
	line-height: 30px;
}
.checkout_steps li a.active, .checkout_steps li.active a {
	background: #da1a32;
}
.checkout_steps li:first-child {
	margin-left: 0;
}


/***********************
  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, #ctl00_ContentPlaceHolder1_maincontent {
	display: block !important;
}
.printBtn, .actionbtn, #scrollUp, header, footer {
	display: none !important;
}
body {
	font-family: normal 'Montserrat', sans-serif,Arial, Helvetica,'Microsoft YaHei',"微软雅黑", STXihei, "华文细黑";
	font-size: 18px;
    line-height: 1.6em;
	color: #7c7c7c;
    letter-spacing: 0.01em;
	margin: 0;
    padding 0 !important;
	min-width: 768px;
}
.container {
	width: auto;
	min-width: 750px;
}
#banner {
	display: table;
	vertical-align: middle;
	text-align: center;
}
#banner img {
	display: table-cell;
	max-height: 100%;
	height: auto;
}
a[href]:after {
	content: none;
}
.noprint, div.alert, header, .group-media, .btn, .footer, #comments, .nav, ul.links.list-inline, ul.action-links {
	display: none !important;
}
[class*="col-xl-"] {
 float: left;
}
[class*="col-lg-"] {
 float: left;
}
[class*="col-md-"] {
 float: left;
}
 [class*="col-sm-"] {
 float: left;
}
 [class*="col-xs-"] {
 float: left;
}
.col-xl-12, .col-lg-12, col-md-12, .col-sm-12, .col-xs-12 {
	width: 100% !important;
}
.col-xl-11, .col-lg-11, col-md-11, .col-sm-11, .col-xs-11 {
	width: 91.66666667% !important;
}
.col-xl-10, .col-lg-10, col-md-10, .col-sm-10, .col-xs-10 {
	width: 83.33333333% !important;
}
.col-xl-9, .col-lg-9, col-md-9, .col-sm-9, .col-xs-9 {
	width: 75% !important;
}
.col-xl-8, .col-lg-8, col-md-8, .col-sm-8, .col-xs-8 {
	width: 66.66666667% !important;
}
.col-xl-7, .col-lg-7, col-md-7, .col-sm-7, .col-xs-7 {
	width: 58.33333333% !important;
}
.col-xl-6, .col-lg-6, col-md-6, .col-sm-6, .col-xs-6 {
	width: 50% !important;
}
.col-xl-5, .col-lg-5, col-md-5, .col-sm-5, .col-xs-5 {
	width: 41.66666667% !important;
}
.col-xl-4, .col-lg-4, col-md-4, .col-sm-4, .col-xs-4 {
	width: 33.33333333% !important;
}
.col-xl-3, .col-lg-3, col-md-3, .col-sm-3, .col-xs-3 {
	width: 25% !important;
}
.col-xl-2, .col-lg-2, col-md-2, .col-sm-2, .col-xs-2 {
	width: 16.66666667% !important;
}
.col-xl-1, .col-lg-1, col-md-1, .col-sm-1, .col-xs-1 {
	width: 8.33333333% !important;
}
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left !important;
}
}
 @media print and (color) {
* {
	-webkit-print-color-adjust: exact;
	print-color-adjust: exact;
}
}
@media (max-width:767px) {
body {
	font-size: 12px;
}

#maincontent, #wrapper, body, html, footer, header, .container, .footer_wrapper, .header_wrapper, #ctl00_ContentPlaceHolder1_maincontent {
	min-width: 0;
	width: 100%;
}
.footer_wrapper {
	padding-top: 5px;
}
#maincontent, #ctl00_ContentPlaceHolder1_maincontent {
	width: 100%;
}
.logo {
	width: 70%;/*text-align: center;*/
}
.logo img {
	display: inline-block;
}
nav {
	width: 100%;
	text-align: center;
	z-index: 5;
}
.nav_wrapper {
	z-index: 99;
	position: fixed;
	left: -100%;
	top: 0;
	width: 80%;
	height: 100%;
	background: white;
	webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
}
ul#navmenu-h {
	height: 100%;
	display: block !important;
}
ul#navmenu-h, ul#navmenu-h li {
	display: block;
	margin: 0;
	padding: 0;
}
ul#navmenu-h ul {
	top: 0;
	left: 100%;
}
ul#navmenu-h li a {
	color: #ffffff;
	font-size: 12px;
	padding: 13px 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: none;
	letter-spacing: 0;
	font-family: opensanslight, Arial, Helvetica, sans-serif;

      margin:5px 0;

}
ul#navmenu-h li {
	border: none;
	border-bottom: 1px solid #ddd;
	position: static;
	padding: 10px 20px;
}
ul#navmenu-h li:last-child, ul#navmenu-h li li {
	border: none;
	/*padding: 10px 20px;*/
}
ul#navmenu-h li:hover a {
	background-color: #d71c2f;
	color: white;
	text-decoration: underline;
	font-size: 12px;
}
ul#navmenu-h ul, ul#navmenu-h ul ul, ul#navmenu-h ul ul ul {
	/*display: block;*/
	background: none;
	width: 100%;
	float: none;
	border: none;
	min-width: 0;
}
ul#navmenu-h li li a, ul#navmenu-h li:hover li a, ul#navmenu-h li:hover li:hover li a, ul#navmenu-h li:hover li:hover li:hover li a {
	text-align: center;
	text-decoration: none;
	/*text-transform: uppercase;*/
	padding: 15px 0;
	font-size: 12px;
}
ul#navmenu-h li li a{
	margin: 5px 0!important;
}
ul#navmenu-h a, ul#navmenu-h ul a, ul#navmenu-h ul ul a, ul#navmenu-h ul ul ul a, ul#navmenu-h ul li:hover a, ul#navmenu-h ul ul li:hover a, ul#navmenu-h ul ul ul li:hover a, ul#navmenu-h li:hover li a, ul#navmenu-h ul a:focus, ul#navmenu-h ul ul a:focus, ul#navmenu-h ul ul ul a:focus, ul#navmenu-h li:hover li:hover li:hover li a, ul#navmenu-h li.iehover li.iehover li.iehover li a, 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, ul#navmenu-h li:hover li:hover li a, ul#navmenu-h li.iehover li.iehover li a, ul#navmenu-h li:hover li:hover li:hover li a:hover, ul#navmenu-h li.iehover li.iehover li.iehover li a:hover, ul#navmenu-h li:hover a {
	background: none !important;
	color: white !important;
	text-align: center;
	text-decoration: none;
}

/***********************
	MultiPush Menu (Slink) - Mobile
************************/
	
	/*Overlay Effect*/
#overlay {
	opacity: 0;
	transition: opacity 0.5s ease;
	height: 100%;
	width: 0;
}
#overlay.active {
	background: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: transparent url(../images/overlay.png) repeat;
	z-index: 9999;
	opacity: 1;
	transition: opacity 0.5s ease;
}
/*Do Remove or Modify*/
nav {
	float: none;
}
/*Multi Menu Icon*/
.menu_toggle, .menu_close {
	color: white;
	font-size: 44px;
	line-height: 50px;
	padding-left: 10px;
	float: right;
	cursor: pointer;
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none;   /* Chrome/Safari/Opera */
	-khtml-user-select: none;    /* Konqueror */
	-moz-user-select: none;      /* Firefox */
	-ms-user-select: none;       /* Internet Explorer/Edge */
	user-select: none;           /* Non-prefixed version, currently
										not supported by any browser */
	/*margin-top: -48px;*/
	margin-right: 10px;
	display: block;
}
.menu_close {
	position: absolute;
	top: 5px;
	right: 15px;
	color: #aaa;
	padding-left: 0;
	z-index: 501;
	margin: 0;
}
.menu_close:hover {
	color: #ffffff;
}
#menu {
	float: none;
	height: 100% !important;
	top: 0;
	left: 0;
	position: fixed;
	min-height: 100% !important;
	z-index: 99999;
	/* Please make sure the width and left % are the same as it will affect how fast menu will animate */
	width: 80%;
	left: -80%;
	overflow: hidden;
	overflow-y: auto;
	background: black;
	transition-property: left;
	transition-timing-function: ease;
	-webkit-transition-property: left;
	-webkit-transition-timing-function: ease;
	-moz-transition-property: left;
	-moz-transition-timing-function: ease;
	-o-transition-property: left;
	-o-transition-timing-function: ease;
}
#menu.active {
	left: 0;
}
/* Slinky CSS */
.slinky-menu {
	overflow: auto;
	height: 100%;
	transform: translateZ(0);
	transition: all 300ms ease;
	-webkit-transform: translateZ(0);
	-webkit-transition: all 300ms ease;
}
.slinky-menu > ul, ul#navmenu-h {
	left: 0;
	position: relative;
	transform: translateZ(0);
	transition: all 300ms ease;
	-webkit-transform: translateZ(0);
	-webkit-transition: all 300ms ease;
}
.slinky-menu ul, .slinky-menu li {
	list-style: none;
	margin: 0;
}
.slinky-menu ul {
	width: 100%;
}
.slinky-menu a {
	display: block;
}
.slinky-menu li ul {
	display: none !important;
	left: 100%;
	position: absolute;
	top: 0;/*display: block !important;*/
}
.slinky-menu .header {
	position: relative;
}
.slinky-menu h2 ~ a.back {
	left: 0;
	position: absolute;
	top: 0;
}
.slinky-menu a.back, ul#navmenu-h li a.back {
	margin: 0;
	background: none;
	color: #101010;
}
ul#navmenu-h li:hover a.back {
	background: none;
	color: #333333;
}
.slinky-menu a.back:hover, ul#navmenu-h li a.back:hover {
	color: #012a53;
}
.slinky-menu h2 {
	font-size: 1em;
	margin: 0;
	text-align: center;
}
/* Default theme */
	
	/*.slinky-menu .header {
		background: #AAA;
	}*/
	
.slinky-menu h2 {
	color: #FFF;
	padding: 1em;
}
.slinky-menu a {
	/*background: #AAA;*/
	border: none;
	color: #FFF;
	padding: 1em;
}
.slinky-menu a:hover {
	background: #000;
}
/* Slinky back and next arrow
		You may amend the look of it or remove them if you do not wish to have any
	*/
.slinky-menu a.next:after {
	content: '\276f';
	/*margin-left: 1em;*/
	float: right;
}
.slinky-menu a.back:before {
	content: '\276e';
	margin-right: 1em;
	float: left;
}
/* End of Slinky */

ul#navmenu-h li.header {
	display: block;
}
}

/*active menu-toggle @ 1200px*/
@media(max-width:1200px){
	nav {
	width: 100%;
	text-align: center;
	z-index: 5;
}
.nav_wrapper {
	z-index: 99;
	position: fixed;
	left: -100%;
	top: 0;
	width: 80%;
	height: 100%;
	background: white;
	webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
}

ul#navmenu-h {
	height: 100%;
	display: block !important;
}
ul#navmenu-h, ul#navmenu-h li {
	display: block;
	margin: 0;
	padding: 0;
}
ul#navmenu-h ul {
	top: 0;
	left: 100%;
}
ul#navmenu-h li a {
	color: #ffffff;
	font-size: 12px;
	/*padding: 13px 0;*/
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: none;
	letter-spacing: 0;
	font-family: opensanslight, Arial, Helvetica, sans-serif;
}
ul#navmenu-h li {
	border: none;
	border-bottom: 1px solid #454545;
	position: static;
	/*padding: 10px 20px;*/
}
ul#navmenu-h li:last-child, ul#navmenu-h li li {
	border: none;
	/*padding: 10px 20px;*/
	border-bottom: 1px solid #454545;
}
ul#navmenu-h li:hover a {
	background-color: #d71c2f;
	color: #fff;
	text-decoration: underline;
	font-size: 12px!important;
}
ul#navmenu-h ul, ul#navmenu-h ul ul, ul#navmenu-h ul ul ul {
	/*display: block;*/
	background: none;
	width: 100%;
	float: none;
	border: none;
	min-width: 0;
}
	

ul#navmenu-h a, ul#navmenu-h ul a, ul#navmenu-h ul ul a, ul#navmenu-h ul ul ul a, 
ul#navmenu-h li.iehover li.iehover li.iehover li a,ul#navmenu-h li.iehover li.iehover li.iehover a, 
ul#navmenu-h li.iehover li.iehover li a,ul#navmenu-h ul li:hover a, ul#navmenu-h ul ul li:hover a, 
ul#navmenu-h ul ul ul li:hover a, ul#navmenu-h li:hover li a, ul#navmenu-h ul a:focus, ul#navmenu-h ul ul a:focus, 
ul#navmenu-h ul ul ul a:focus, ul#navmenu-h li:hover li:hover li:hover li a, 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:hover li:hover li a, 
ul#navmenu-h li:hover li:hover li:hover li a:hover, ul#navmenu-h li.iehover li.iehover li.iehover li a:hover, ul#navmenu-h li:hover a {
	background: none !important;
	color: #fff;
	text-align: center;
	text-decoration: none;
	padding: 16px 20px !important;
}

ul#navmenu-h li.active a, ul#navmenu-h li a.active{
	color: #fff!important;
	background:none!important;
	border-bottom:0 solid transparent;
	text-decoration: none;
	font-size: 12px!important;
}

ul#navmenu-h li:hover a, ul#navmenu-h li ul li:hover a, ul#navmenu-h li ul li.active a{
	background:none!important;
	border-bottom:0 solid transparent;
	text-decoration: none;
	}


ul#navmenu-h li.active ul li.active ul li.active a, ul#navmenu-h li.active ul li.active >a{
	color: #2691ff!important;
	background:none!important;
	border-bottom:0 solid transparent;
	text-decoration: none;
	}
	
ul#navmenu-h li.active >a{
	color: #2691ff!important;
	}
	
ul#navmenu-h li:hover a.next {
    color:#fff!important;
}	
.slinky-menu a.back, ul#navmenu-h li a.back {
    color:#fff!important;
}
		
/***********************
	MultiPush Menu (Slink) - Mobile
************************/
	
	/*Overlay Effect*/
#overlay {
	opacity: 0;
	transition: opacity 0.5s ease;
	height: 100%;
	width: 0;
}
#overlay.active {
	background: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: transparent url(../images/overlay.png) repeat;
	z-index: 9999;
	opacity: 1;
	transition: opacity 0.5s ease;
}
/*Do Remove or Modify*/
nav {
	float: none;
}
/*Multi Menu Icon*/
.menu_toggle, .menu_close {
	color: white;
	font-size: 44px;
	line-height: 50px;
	padding-left: 10px;
	float: right;
	cursor: pointer;
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none;   /* Chrome/Safari/Opera */
	-khtml-user-select: none;    /* Konqueror */
	-moz-user-select: none;      /* Firefox */
	-ms-user-select: none;       /* Internet Explorer/Edge */
	user-select: none;           /* Non-prefixed version, currently
										not supported by any browser */
	/*margin-top: -48px;*/
	margin-right: 10px;
	display: block;
}
.menu_close {
	position: absolute;
	top: 5px;
	right: 15px;
	color: #aaa;
	padding-left: 0;
	z-index: 501;
	margin: 0;
}
.menu_close:hover {
	color: #ffffff;
}
#menu {
	float: none;
	height: 100% !important;
	top: 0;
	left: 0;
	position: fixed;
	min-height: 100% !important;
	z-index: 99999;
	/* Please make sure the width and left % are the same as it will affect how fast menu will animate */
	width: 80%;
	left: -80%;
	overflow: hidden;
	overflow-y: auto;
	background: black;
	transition-property: left;
	transition-timing-function: ease;
	-webkit-transition-property: left;
	-webkit-transition-timing-function: ease;
	-moz-transition-property: left;
	-moz-transition-timing-function: ease;
	-o-transition-property: left;
	-o-transition-timing-function: ease;
}
#menu.active {
	left: 0;
}
/* Slinky CSS */
.slinky-menu {
	overflow: auto;
	height: 100%;
	transform: translateZ(0);
	transition: all 300ms ease;
	-webkit-transform: translateZ(0);
	-webkit-transition: all 300ms ease;
}
.slinky-menu > ul, ul#navmenu-h {
	left: 0;
	position: relative;
	transform: translateZ(0);
	transition: all 300ms ease;
	-webkit-transform: translateZ(0);
	-webkit-transition: all 300ms ease;
}
.slinky-menu ul, .slinky-menu li {
	list-style: none;
	margin: 0;
}
.slinky-menu ul {
	width: 100%;
}
.slinky-menu a {
	display: block;
}
.slinky-menu li ul {
	display: none !important;
	left: 100%;
	position: absolute;
	top: 0;/*display: block !important;*/
}
.slinky-menu .header {
	position: relative;
}
.slinky-menu h2 ~ a.back {
	left: 0;
	position: absolute;
	top: 0;
}
.slinky-menu a.back, ul#navmenu-h li a.back {
	margin: 0;
	background: none;
	color: #101010;
}
ul#navmenu-h li:hover a.back {
	background: none;
	color: #333333;
}
.slinky-menu a.back:hover, ul#navmenu-h li a.back:hover {
	color: #012a53;
}
.slinky-menu h2 {
	font-size: 1em;
	margin: 0;
	text-align: center;
}
/* Default theme */
	
	/*.slinky-menu .header {
		background: #AAA;
	}*/
	
.slinky-menu h2 {
	color: #FFF;
	padding: 1em;
}
.slinky-menu a {
	/*background: #AAA;*/
	border: none;
	color: #FFF;
	padding: 1em;
}
.slinky-menu a:hover {
	background: #000;
}
/* Slinky back and next arrow
		You may amend the look of it or remove them if you do not wish to have any
	*/
.slinky-menu a.next:after {
	content: '\276f';
	/*margin-left: 1em;*/
	float: right;
}
.slinky-menu a.back:before {
	content: '\276e';
	margin-right: 1em;
	float: left;
}
/* End of Slinky */

ul#navmenu-h li.header {
	display: block;
}

header{
  padding-bottom:1%;	
	}
}
	
.angle_down:after{
	content:'\f107';
	font-family: "cew-iconset-v2";
	display:inline-block;
	color:#fff;
	font-size:13px;
	text-align:center;
	padding-left:0px;
	}	
	
	}
 @media (max-width: 480px) {
#menu {
	width: 85%;
	left: -85%;
}
}


/***********************
  ADD ON
************************/
.slinky-menu ul.showSlink {
	display: block !important;
}
/***********************
  Programmer Required
************************/
.IE8Fix {
	z-index: 1;
}
.errMsg, .errMsg a:link, .errMsg a:visited, .errMsg a:Active {
	font-size: 11px;
	color: #CC0000;
	display: block;
	line-height: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.errMsg a:hover {
	text-decoration: underlink;
}
a[href^=tel] {
	color: inherit;
	text-decoration: none;
}

/********************************************************
  MOBILE / RESPONSIVE TABLE WITH NO VERTICAL SCROLLING
*********************************************************/
.attributes_sort label {
	margin-right: 15px;
}
table.attributes {
	font-size: 13px;
	line-height: 18px;
}
.attributes th, table.attributes th {
	font-weight: normal;
	padding: 10px 18px;
}
.attributes td, table.attributes td {
	padding: 12px 18px;
	font-weight: normal;
}
input.attributes_qty, .attributes_qty {
	border-color: #d0d0d0;
	color: #505050;
	text-align: center;
	min-width: 0;
	max-width: 80px;
	width: 100%;
}
table.attributes tbody tr:nth-child(odd) {
	background: white;
}
table.attributes tbody tr:nth-child(even) {
	background: #efefef;
}
.table-header {
	display: none;
}

@media (max-width: 700px) {
/* Force table to not be like tables anymore */
table.attributes, table.attributes thead, table.attributes tbody, table.attributes th, table.attributes td, table.attributes tr {
	display: block;
}
/* Hide table headers (but not display: none;, for accessibility) */
table.attributes thead tr {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
table.attributes tr {
	border: 1px solid #ccc;
	border-bottom: none;
	border-top: none;
}
table.attributes tr:last-child {
	border-bottom: 1px solid #ccc;
}
table.attributes tr:first-child {
	border-top: 1px solid #ccc;
}
table.attributes td {
	/* Behave  like a "row" */
	border: none;
	position: relative;
	text-align: left;
	padding-left: 30vw;
	width: 100%;
}
table.attributes td:before {
	/* Now like a table header */
		/* Top/left values mimic padding */
	position: absolute;
	width: 30vw;
	left: 0;
	top: 0;
	padding: 12px;
	color: #a0a0a0;
	font-size: 11px;
}

/*Label the data*/
table.attributes td:before {
	content: attr(data-title);
}
.table-header {
	display: block;
	color: white;
	background: #c4261d;
	padding: 8px 10px;
	text-align: center;
	font-family: maven_probold, Arial, Helvetica, sans-serif;
}
/** ORDER TABLE **/
table.account-table {
	border: 0;
}
table.account-table tbody {
	background: white;
	border-top: 3px solid #e0e0e0;
	border-bottom: 3px solid #e0e0e0;
}
table.account-table tbody tr {
	border: none;
	border-top: 1px solid #e0e0e0;
	padding-bottom: 25px;
	padding-right: 0;
}
table.account-table tr:first-child {
	border-top: none;
}
table.account-table tbody tr:last-child td {
	padding-bottom: 0;
}
}


/****************************
	ACCORDION FOR CONTENT
****************************/
.accordion-content {
	display: none;	
}
.accordion-title {
	cursor: pointer;	
}
.accordion-title h3 {
	padding-right: 30px;	
	position: relative;
}
.accordion-title h3:after {
	position: absolute;
	right: 5px;
	content: '+';
	display: block;
	top: 2px;	
	transition: transform ease-in-out 300ms;	
}
.accordion-title.active h3:after {
	transform: rotate(45deg);
}
.accordion-title.active h3 {
	color:#0262d0;	
}

/*home banner text*/

.slickCaptionDiv{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:10px;
	display:block;
	}
.slickCaption{
	width:1000px;
	color:#fff;
	left:0;
	right:0;
	margin: 0 21%;
	padding:11% 0 0;
	font:500 50px 'Montserrat', Arial, sans-serif;
	line-height: 60px;
	text-shadow:0 0 4px #666;
	text-align:left;
	display:block;
	}
.subtitle{
	font-size:25px;
	font-family:inherit;
	line-height: 35px;
	}
.boxshadow{
	box-shadow: 1px 2px 15px #e8e8e8;
	border:1px solid #f1f1f1;
	background-color:#fff;
	}
.links a{
	text-decoration:none;
	}
.links a:hover,
.links a:active,
.links a:visited{
	color:#bbd1e1;
	}

	
/*about us*/	
.home_aboutus_bgimg{
	background:url("../images/about_bg_big.jpg") top center no-repeat ;
	background-size:cover;
	}
.topbottom_space{
	 padding-top:4%;
	 padding-bottom:4%;
	}
.txt_side_space{
	padding-left:5%;
	padding-right:5%;
	}
	
.txt_white{
	color:#fff;
	}	
.txtbold{
	font-weight:700;
	}
.txt_thin{
	font-weight:100;
	}
.home_prod_bgcolor{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f6f8fa+0,ffffff+100,ffffff+102 */
    background: #f6f8fa; /* Old browsers */
    background: -moz-linear-gradient(top, #f6f8fa 0%, #ffffff 100%, #ffffff 102%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f6f8fa 0%,#ffffff 100%,#ffffff 102%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f6f8fa 0%,#ffffff 100%,#ffffff 102%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8fa', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	}

/*product title*/ 	
.blueline{
	border-left:4px solid #079cfb;
	border-radius: 2px;
    padding-left:15px;
	}	
.card .home_product_txtspace{
	padding: 0.5rem;
	}
.box_radius{
	border-radius:0;
	border-color:#f1f1f1;
	}
	
.home_contact_bgimg{
	background:url("../images/home_contact_bg.jpg") top center no-repeat;
	background-color:#0d97ee;
	}

.home_product{
	text-align:center;
	vertical-align:middle;
	}
	
.home_product .card-title{
	margin-bottom: 0.75rem;
	}	
	
	

/*home banner caption  @ ipad */	
@media(max-width: 1024px){
	.slickCaption{
		width: 80%;
		margin: 0 14%;
		font-size:30px;
		line-height: 1.2em;
		padding-top: 8%;
		}
	.subtitle {
       font-size: 25px;
	}	
	.home_product .card-title{
	font-size:18px;
	line-height:1.2em;
	}	
	}
	
/*home banner caption  @ iphone */	
@media(max-width: 767px){
	.slickCaption{
		margin: 0 8%;
		font-size: 18px;
		line-height: 1.2em;
		padding-top: 7%;
		}
	.subtitle {
       font-size: 13px;
	}
	.header{
	  padding-bottom: 1%;
		}
    .card-deck{
	  margin-left: 2%;
	  margin-right: 2%;
	  text-align: center;
		}
	.blueline{
	   margin-left: 6px;	
		}
			
	}	
	
/****************subpage About Us CSS*********************/	


.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: #fff;
    border-radius: none;
	margin-left: 0;	
}

.breadcrumb li {
	margin: 0;
	padding: 0;
}

.breadcrumb li a {
	text-decoration:none;
	color: #7c7c7c;
	font-size: 12px;
	text-transform: uppercase;
}

.breadcrumb li a:hover,
.breadcrumb li.active a {
	color: #7c7c7c;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #d5d5d5;
	content:'\f105';
	font-family: "cew-iconset-v2";
}


.subbanner{
	background: url(../images/subbanner.jpg) top center no-repeat;
	width: 100%;
	margin: 0 auto;
	padding:180px 0;
	height: auto;
	background-size: cover;
	overflow: hidden;
	text-align: center;
	}
	
.subbanner h1{
	color:#fff;
	text-align: center;
	display:block;
	text-shadow:0 0 4px #666;
	font-size: 48px;	
	}
	
.background_color{
    background-color:#f5f6f9;
	padding:2% 0;
	width:100%;
	}
.listing ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
	}
.listing ul li{	
  position: relative;
  margin-left:1.5rem;
  margin-bottom:0.5rem;
	}
.listing ul li:before{
  content:'\e85a';
  color:#00a841;
  font-family: "cew-iconset-v2";
  font-size:16px;
  position:absolute;
  top:0;
  left:-1rem;
	}	
/*subbanner @ iphone */	
@media(max-width: 375px){	
 .subbanner{
	padding:100px 0;
	}
 
 	
}
@media(max-width: 768px){	
 .subbanner{
	padding:100px 0;
	}
}

/************ Apllication subpage CSS******************/

/*
Darkbox
*/
/*[data-darkbox]{    *add cursor to clickable darkbox items *
    cursor:pointer;
    backface-visibility:hidden;
} */

.img_thumbnail {
	/*cursor:pointer;*/
    backface-visibility:hidden;
	width:100%; 
	max-width: 250px;
	height: auto;
    padding-bottom: 65%;
	display:inline-block;
	position: relative;
	overflow:hidden;
}

/*.img_thumbnail:hover {
	display:inline-block;
	position: relative;
	overflow:hidden;
	opacity: 0.6;
}*/


.img_thumbnail img {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}



#darkbox{
    position:fixed;
    z-index:9999;
    background:rgba(0,0,0,0.8) no-repeat none 50%;
    background-size: contain;
    box-shadow:0 0 0 3000px rgba(0,0,0,0.8);
    opacity:0; 
    visibility:hidden;
}
#darkbox.on{ 
    opacity:1;
    visibility:visible;
    height:90% !important;
    width:90% !important;
    left:5% !important;
    top:5% !important;
}
#darkbox:after{
    position:absolute;
    right:0; top:0;
    font-size:2em;
    content:"\2A2F";
    color:#fff;
    cursor:pointer;
}
/*prev next buttons*/
#darkbox_prev,
#darkbox_next{
    cursor:pointer;
	user-select: none; /* Standard syntax */
	-webkit-user-select: none; /* Chrome, Opera, Safari */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    
    position:absolute;
    top:50%;
    margin-top:-25px;
    height:50px;
    width:50px;
    -webkit-transition:0.3s;
    transition: 0.3s;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
	
	background: none;
	outline: none;
}
#darkbox_prev:hover,
#darkbox_next:hover{
    border-color: #09c;
}


#darkbox_prev{
    left: -2px;
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
#darkbox_next{
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: -2px;
}
#darkbox-description{
    position: absolute;
    width:100%;
    color:#fff;
    bottom:5px;
    text-align:right;
    text-shadow: 0 1px 1px #000;
}
#darkbox-description a{
    color:#fff;
    font-weight:bold;
}
#darkbox sub{font-size:10px;}
.application_thumb{
	margin-top:10px;
	margin-bottom:10px;
	
	}
	
/******** prodcut page **********/

.table_title_center table td{
	    border-left: 1px solid #dee2e6;
		vertical-align:middle;
	    text-align:center;
	}	
.table_title_color{
	 background-color:#8fc6e9;
	}

.table_title span{
	color:#03598f;
	font-size:16px;
	font-weight:700;	
	}	
	
	
.table_product-model{
	color:#00a841;
	font-size: 17px;
	font-weight:700;
	text-align: center;
	}
.table_color{
	background-color:#e2f4ff;
	
	}
.table_txt{
	color: #666666;
	font-size:15px;
	text-align: center;
	}
	
.icon_dl::before{
	content:'\e847';
	font-family:"cew-iconset-v2";
	color:#fff;
	display:inline-block;
	padding-right:5px;
	}	
.bt_bg_img{
	background:url("../images/home_contact_bg.jpg") top center no-repeat;
	padding:3em 0;
	}
.txt_green{
	color:#00a841;
	}
.txt_black{
	color:#000;
	}	
/*.txt_fill_auto{
	-moz-column-count: 2;
	-moz-column-fill: auto;
	-webkit-column-count: 2;
	-webkit-column-fill: auto;
	column-fill:auto;
	column-count:2;
	}*/
/*text auto fill @ iphone */	
@media(max-width: 375px){	
 .txt_fill_auto{
	column-count:1;
	}
  .breadcrumb ul a{
	text-align:center;  
	  }
 .breadcrumb-item{
	  text-align:center; 
	  }	  
}
.img-container{
	max-width:440px;
	max-height:420px;
	overflow: hidden;
	text-align:center;
	}
.product_txt li{
	line-height:1.8em;
	}	

	
/******* contact us subpage********/	
	
.contact_info li:before{
	font-family: "cew-iconset-v2";
	color: #00a841;
	font-size:18px;
	padding-right:8px;
	font-weight:700;
	position: absolute;
    top: 0;
	left:-2rem;
	}
ul.contact_info{
	list-style-type: none;
	}
.contact_info li{
	list-style-type: none;
	line-height: 1.3;
    margin-bottom: 0.5rem;
    position: relative; /* To absolutly position the icons.*/
    margin-left: 1.5rem;/*To make some space for the icons.*/
	}	
.contact_info li.icon_addr:before{
	content:'\e908';
	
	}
.contact_info li.icon_phone:before{
	content:'\e96d';
	}
.contact_info li.icon_email:before{
	content:'\e985';
	}
.contact_info li.icon_fax:before{
	content:'\e94d';
	}
	
.veribox{ 
    border:1px solid #e2e2e2; 
	padding:5px 0;
	}	
.contact_submit input[type='submit']{
	font-size: 17px;
    font-weight: 300;
    color: #fff;
    background: #00a841;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    padding: 9px 50px;
    text-decoration: none;
	}
.hr-less-space{
	margin-top: 0.1rem;
	margin-bottom: 0.1rem;
	background: #e6e6e6;
	}	


/* 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 !important;
}

.text-right {
    text-align: right;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.chxRemember  input[type="checkbox"]{
    margin-left: 0 !important;
}
#ctl00_ContentPlaceHolder1_FormControl_Captcha1_progressImage, #ctl00_ContentPlaceHolder1_FormControl_Captcha1_progressLayer {
    display: none;
}

.searhResult{
    font-size:13px;
}
.txtMsg{
    word-wrap: break-word;
}
.whatapps-icon, a .whatapps-icon {
    position: fixed;
    right: 8px;
    bottom: 5px;
    z-index: 10;
    width: 65px;
    height: 65px;
}