<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*	------------------------ General -------------------------- */
html,
body {
	height: 100%;
	font-family:'Sansation Light', sans-serif !important;
	src: url('fonts/Sansation_Light.ttf') format('truetype');
	
	color: #646464;
	font-size: 15px;
	padding: 0px;
	margin: 0px;
	background:none;
}
img {
	border: 0; 
}
a { 
	color: #da3b3c;
	font-size: 14px;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	color: #0046a0;
	font-size: 40px;
	margin:20px 0;
}
h2 {
	color: #0046a0;
	font-size: 30px;
	margin:20px 0;
}
h3 {
	color: #0046a0;
	font-size: 22px;
	margin:5px 0;
}
h4 {
	color: #646464;
	font-size: 17px;
	margin:5px 0;
}
h5 {
	color: #646464;
	margin:5px 0;
}
h6 {
	color: #646464;
	margin:5px 0;
}
p {
	color: #646464;
	font-size: 15px;
}
ul li{
	color:#646464;
	font-size:15px;
	font-weight:bold;
}

.clear {
	clear: both;	
}
.height-1 {
	height:1px;
}
.fleft {
	float: left;
}
.fright {
	float: right;
}
.textLeft{
	text-align:left;
}
.textRight{
	text-align:right;
}
.textCenter{
	text-align:center;
}
.error {
	color:red;
}
.success {
	color:green;
}

.mt-5 {
	margin-top: 5px;	
}
.mt-10 {
	margin-top: 10px;	
}
.mt-20 {
	margin-top: 20px;	
}
.mt-30 {
	margin-top: 30px;	
}
.mt-50 {
	margin-top: 50px;	
}
.mt-m10 {
	margin-top: -10px;	
}
.mb-5 {
	margin-bottom: 5px;	
}
.mb-10 {
	margin-bottom: 10px;	
}
.mb-20 {
	margin-bottom: 20px;	
}
.mb-30 {
	margin-bottom: 30px;	
}
.mb-50 {
	margin-bottom: 50px;	
}
.ml-5 {
	margin-left: 5px;	
}
.ml-10 {
	margin-left: 10px;	
}
.ml-20 {
	margin-left: 20px;	
}
.mr-5 {
	margin-right: 5px;	
}
.mr-10 {
	margin-right: 10px;	
}
.submitBtn{
	background-color:#0046a0;
	color:#ffffff;
	padding:5px 15px;
	border:none;
}
#noticeDiv{
	padding:5px;
	color:#3f3f3f;
	margin: 0 0 10px 0;
	display:none;
}
#noticeDiv2{
	padding:5px;
	color:#3f3f3f;
	margin: 0 0 10px 10px;
	display:none;
}
.notice_success {
	background:#81F79F; 
	border: 1px solid green;
}
.notice_error {
	background:pink; 
	border: 1px solid red;
}
.loadingDiv {
	display:none;	
}

/*------------------ background image ------------------*/
#bg {
    left: 0;
    position: absolute;
    top: 20px;
    width: 100%;
    z-index: -99;
}

/*------------------ sticky footer ------------------*/
/* Wrapper for page content to push down footer */
#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	/* Negative indent footer by it's height */
	margin: 0 auto -30px;
	background: url(../images/webbackground.jpg) no-repeat top center;
}

/* Set the fixed height of the footer here */
#push,
#footer {
	height: 30px;
}
#footer {
	position:relative;
	z-index:10;
	border:1px solid transparent;
	border-radius:20px;
	margin:0 auto;
	width:1000px;
	background: -webkit-gradient(linear, center bottom, center top, from(#dedfdf), color-stop(50%, #fff), to(#dedfdf));
	background: -moz-gradient(linear, center bottom, center top, from(#dedfdf), color-stop(50%, #fff), to(#dedfdf));
	background: -ms-gradient(linear, center bottom, center top, from(#dedfdf), color-stop(50%, #fff), to(#dedfdf));
	background: -o-gradient(linear, center bottom, center top, from(#dedfdf), color-stop(50%, #fff), to(#dedfdf));
	background: gradient(linear, center bottom, center top, from(#dedfdf), color-stop(50%, #fff), to(#dedfdf));
}

/*------------------ menu ------------------*/
.myMenu {
	margin-top:20px;
	position:relative;
	z-index:99999;
	margin-bottom:10px;
	background-color:transparent;
}
.myMenu .fbBtn {
	width:58px;
	position:absolute;
	right:0px;
	top:-5px;
}
.myMenu .myNavDiv {
	margin:0px;
}
.navmenu-link {
	display: none;
	float: right;
	text-decoration: none;
	padding: 10px 10px;
	border:1px solid #888;
	margin:5px 5px 0 0;
	font-weight:bold;
}
a.navmenu-link, a.navmenu-link:focus {
	color:#000;
	text-decoration:none;
}
a.navmenu-link:hover {
	color:#fff;
	background:#000;
	text-decoration:none;
}
.navmenu {
	max-width: 60em;
}
.navmenu .menuplus {
	width:30px;
	border-left:1px solid #808080;
	color:#fff;
	font-weight:bold;
	font-size:14px;
	text-align:center;
	display:none;
	float:right;
}
.navmenu ul { 
	padding: 0px;
	margin: 0px;
	list-style: none;
	position: relative;
	display: inline-table;
	width:95%;
}
.navmenu &gt; li &gt; ul.sub-navmenu {
	min-width: 10em;
	padding: 4px 0;
	background-color: #f4f4f4;
	border: 1px solid #CCC;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}
.navmenu ul:after {
	content: ""; clear: both; display: block;
}
.navmenu ul li {
	text-transform:uppercase;
	padding: 0px;
}
.navmenu &gt; ul &gt; li { 
	font-weight:normal;
	display: inline-block;
}
.navmenu ul li a {
	font-size:14px;
	display: block;
	text-decoration: none;
	color: #262d3d;
}
.navmenu ul li img {
	margin-top:-5px;	
}
.navmenu ul li a.activeLink { 
	color: #d91003;
	font-weight:bold;
}
.navmenu ul li &gt; a { 
	height:25px;
	line-height: 180%;
	padding: 7px 15px 8px;	
}
.navmenu ul li a:hover {
	color:#d91003;
}
.navmenu ul ul { 
	display: none; 
	position: absolute; 
	top:100%;
	min-width: 160px;
	background-color: #f4f4f4;
	border: 1px solid #CCC;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.navmenu ul li:hover &gt; ul {
	display: block;
}
.navmenu ul ul &gt; li {
	margin-left:0px;
	position: relative;
}
.navmenu ul ul &gt; li a {
	padding: 5px 15px 5px 10px;
	height: auto;
	color:#555555;
	background-color: #ffffff;
	-webkit-border-radius: 0 0 0 0;
     -moz-border-radius: 0 0 0 0;
          border-radius: 0 0 0 0;
	-webkit-transition: background-color 0.2s ease-out;  
	-moz-transition: background-color 0.2s ease-out;
	-ms-transition: background-color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out; 
}
.navmenu ul ul &gt; li a:hover {
	background-color: #000000;
	color: #fff;
}
.navmenu ul ul ul {
	position: absolute; 
	left: 100%; 
	top:0;
}
.fblink, .tlink, .glink{
	float:right;
}
.il a{
	padding:7px 8px 8px !important;
}
@media screen and (max-width: 979px) {
	.myNavDiv{
		background-color:#fff;
	}
	.fblink, .tlink, .glink{
	float:none;
	}
    
    a.navmenu-link {
		text-decoration:none;
		display: block;
		color: #000;
		background-color: #fff;
		padding:5px;
		margin:4px;
	}
	a.navmenu-link:hover{
		text-decoration:none;
		color: #fff;
		background-color: #000;
	}
	.navmenu {
		position:absolute;
		z-index:99999;
		clear: both;
		min-width: inherit;
		float: none;
		margin-top:41px;
		width:100%;
	}
	.navmenu .menuplus {
		display:block;	
	}
	.navmenu .grandchild {
		color:#808080;
	}
	.has-subnavmenu a.child1 {
		padding-left:15px;	
	}
	.has-subnavmenu a.child2 {
		padding-left:30px;	
	}
	.has-subnavmenu a.child3 {
		padding-left:45px;	
	}
	.navmenu, .navmenu &gt; ul ul {
		overflow: hidden;
		max-height: 0;
		background-color: #fff;
	}
	.navmenu &gt; li &gt; ul.sub-navmenu {
		padding: 0px;
		border: none;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		-webkit-background-clip: padding-box;
		-moz-background-clip: padding;
		background-clip: padding-box;
	}
	.navmenu.active, .navmenu &gt; ul ul.active {
		max-height: 55em;
	}
	.navmenu ul {
		display: inline;
	}
	.navmenu &gt; ul {
		border-top: 1px solid #808080;
	}
	.navmenu li, .navmenu &gt; ul &gt; li {
		display: block;
	}
	.navmenu ul li {
		padding: 0px;
		margin-left:0px;
	}
	.navmenu ul li a {
		-webkit-border-radius: 0 0 0 0;
     	-moz-border-radius: 0 0 0 0;
          border-radius: 0 0 0 0;	
	}
	.navmenu li a {
		color: #000;
		display: block;
		padding: 0.8em;
		border-bottom: 1px solid #808080;
		position: relative;
	}
	.navmenu ul li &gt; a { 
		height:25px;
		line-height: 180%;
		padding: 5px 8px;	
	}
	.navmenu ul ul &gt; li a {
		background-color: #e4e4e4;
		height:20px;
		padding: 5px 8px;
	}
	.navmenu ul ul, .navmenu ul ul ul {
		display: inherit;
		position: relative;
		left: auto; top:auto;
		box-shadow: none; 
		border:none;
	}
}
@media screen and (max-width: 767px) {
	.myNavDiv{
		height:42px;
	}
}
/*------------------ category menu ------------------*/
/*Toggle Area*/
 #menu1 .toggle {float:right;width:5%; padding:5px; cursor:pointer; border-left:1px solid #E0E0E0; color:#999;}
 #menu1 ul.navmenu1 li:first-child .toggle{border-width:0 0 0 1px;}
 
 /*Menu Setup*/
 #menu1 ul{padding:0; margin:0; width:100%;}
 #menu1 ul ul{border:none;}
 #menu1 ul li {font-weight:normal;}
 #menu1 ul.navmenu1 li .submenu li{margin-left:15px;}
 #menu1 ul.navmenu1 li:last-child { border:none; }
 #menu1 ul.navmenu1 li .submenu li:last-child { border:none; }
 #menu1 ul.navmenu1 li {margin:0px; list-style:none; display:inline-block; }
 /*Links*/
 #menu1 ul.navmenu1 li a {
	font-size:20px;
	text-decoration:none;
	padding:10px;
	display:block;
	color:#646464; 
	text-transform:uppercase;
	border:1px solid black;
	background-color: #fff;
	-moz-box-shadow: inset 0 0 5px #000;
	-webkit-box-shadow: inset 0 0 5px #000;
	box-shadow: inset 0 0 5px #000;

 }
 #menu1 ul.navmenu1 li li a{font-size:20px; text-decoration:none; padding:10px; display:block; color:#646464; text-transform:uppercase;}
 #menu1 ul.navmenu1 ul.submenu a:hover{color:#000;}
 /*Heading Outer div*/
 #menu1 ul.navmenu1 .menutop{ overflow:hidden;}
 /*Header Links*/
 #menu1 ul.navmenu1 .menutop a{float:left; }
 /*Header Link Hover*/

 /*Removes white border for the first header*/


 /*Single Menu Width Fix*/
 #menu1 ul.navmenu1 .menusingle a{width:140px;}
 #menu1 ul.navmenu1 li ul{display:none;}
 #menu1 ul.navmenu1 li ul.activeLink {max-height: 55em; display:block;}
 
 #menu1 ul.navmenu1 li a:hover, .activecat {
	background: -webkit-gradient(linear, center bottom, center top, from(#c10d05), color-stop(50%, #e64a27), to(#c10d05));
	background: -moz-gradient(linear, center bottom, center top, from(#c10d05), color-stop(50%, #e64a27), to(#c10d05));
	background: -ms-gradient(linear, center bottom, center top, from(#c10d05), color-stop(50%, #e64a27), to(#c10d05));
	background: -o-gradient(linear, center bottom, center top, from(#c10d05), color-stop(50%, #e64a27), to(#c10d05));
	background: gradient(linear, center bottom, center top, from(#c10d05), color-stop(50%, #e64a27), to(#c10d05));
	text-decoration: none;
	padding: 10px;
	color:#fff !important;
}
@media screen and (max-width: 500px) {
 	#menu1 ul.navmenu1 .menutop a { width:91%; }
}

@media screen and (max-width: 500px) {
 	 #menu1 ul.navmenu1 li {
		width:100%;
	 }
}
/*------------------ coming soon ------------------*/
	.comingsoon{
		margin-top:50px;
		font-size:25px;
	}
/*------------------ /coming soon ------------------*/
/*------------------ main slider ------------------*/

.Slidercontainer{
max-width:1200px;
width:100%;
height:auto;
left:0;
right:0;
margin-left:auto;
margin-right:auto;
overflow:hidden;
}
.mainSlider{
max-width:1200px;
margin:0 auto;
}
ul.slides li{
	background-color:transparent !important;
}
.mainSlider img {
	position:relative;
	min-width: 767px;
	width: 100%;
	height: auto;
	top: 0;
	left:0;
}
.flexslider .slides img{
max-height:550px !important;
}
.sliderDiv{
	max-height:550px;
}
.bottomShadow{
	position:absolute;
	bottom:0;
	left:0;
	z-index:0;
	width:100%;
	background: url(../images/right-shadow.png) repeat-x;
}
@media screen and (max-width: 979px) {
	.mainSlider img {
		left: 30%;
    	margin-left: -391px;   /* 50% */
	}
}
@media screen and (max-width: 767px) {
	.leftShadow {
		left:-10%;
	}
	.rightShadow{
		right:-10%;
	}
}
@media screen and (max-width: 480px) {
	.leftShadow {
		left:-20%;
	}
	.rightShadow{
		right:-20%;
	}
}

/*------------------ container ------------------*/
.myContentHeight {
	min-height:750px;
}

.container {
	position:relative;
	z-index:1;
	width: auto;
	max-width: 1000px;
}
.bcontainer{
	position:relative;
	z-index:0;
	width:auto;
	max-width:1200px;
	margin:0 auto;
}
.hdcon{
	z-index:999;
}
.container #header {
	height:80px;
	position:relative;
	top:0;
	z-index:999;
	background: url(../images/navbackground.png) no-repeat top center;
}

.mylogo {
	margin-top:-60px;
}

.myNavDiv {
	margin-top:-30px;
}

#footer .container .credit {
	margin: 5px 0 0 10px;
	color: #262d3d;
	font-size:12px;
}
#footer .container .credit2 {
	margin: 5px 0 0 0;
	color: #262d3d;
	font-size:10px;
	font-weight:bold;
	font-style:italic;
}
/*------------------ home ------------------*/
.logodiv img{
	margin:5px 0 0 50px;
}
.homewelcomediv{
	text-align:center;
	margin:20px 0 40px 0;
}
.homebottomdivsub{
	width:33%;
	float:left;
	margin-left:3px;
}
.homebottombutton{
	text-align:center;
}
/*------------------ /home ------------------*/
/*------------------ product ------------------*/

.prodimagediv, .rtrimagediv{
	max-width:1000px;
	width:100%;
	height:auto;
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}
.prodimagedivsub1, .rtrimagedivsub1{
	max-width:1000px;
	margin:0 auto;
}
.prodimagedivsub1 img, .rtrimagedivsub1 img{
	position:relative;
	min-width: 767px;
	width: 100%;
	height: auto;
	top: 0;
	left:0;
}
@media screen and (max-width: 979px) {
	.homebottomdivsub{
	margin-left:0px;
}
	.backbutton{
		display:none;
	}
	.prodimagedivsub1 img, .rtrimagedivsub1 img {
		left: 0%;
    	margin-left: 0px;   /* 50% */
	}
}
	.prodimagediv{
		margin-top:30px;
	}

	.prodimagedivsub1, .prodimagedivsub2{
		margin:0 auto;
	}
	.prodimagedivsub2{
		margin-top:-5px;
	}
	.prodtitlediv{
		text-align:center;
		margin-top:40px;
	}
	.rpt, .gs{
		width:100%;
	}
	.prodisoFilterb{
		display:inline;
	}
	.prodisoFilter a{
		font-size:20px;
		color:#646464;
		text-decoration:none;
		padding:10px;
		margin-right:5px;
	}
	
	.prodisoFilter a:hover, .prodisoFilter .current{
		color:#fff;
		background: -webkit-gradient(linear, center bottom, center top, from(#c10d05), color-stop(50%, #e64a27), to(#c10d05));
		background: -moz-gradient(linear, center bottom, center top, from(#c10d05), color-stop(50%, #e64a27), to(#c10d05));
		background: -ms-gradient(linear, center bottom, center top, from(#c10d05), color-stop(50%, #e64a27), to(#c10d05));
		background: -o-gradient(linear, center bottom, center top, from(#c10d05), color-stop(50%, #e64a27), to(#c10d05));
		background: gradient(linear, center bottom, center top, from(#c10d05), color-stop(50%, #e64a27), to(#c10d05));
		text-decoration:none;
		padding:10px;
	}
	
	.rptpreferencebut1, .rptpreferencebut2, .rptpreferencebut3{
		float:left;
		width:50%;
		margin-top:15px;
	}
	.rptintro1{
		color:#d91003;
		font-size:30px;
		margin:0 0 20px 0;
	}
	.rptintro2{
		font-size:16px;
	}
	.rptprodcontainer{
		position:relative;
		text-align:center;
		overflow:hidden;
		margin:5px;
		float:left;
		height:250px;
	}
	.rptprodtitle{
		text-align:center;
		margin-top:20px;
		color:#d91003;
		font-size:16px;
	}
	.rptprodimage img{
		width:240px;
		height:140px;		
	}
	.prodhover{
		position:absolute;
		top:0;
		left:0;
		display:none;
	}
	.rptprodimage:hover .prodhover{
	display:block;
	}
/*------------------ /product ------------------*/

/*------------------ prodcategory ------------------*/
	.prodcatisoFilter{
		width:100%;
	}
	.prodcatisoFilter a{
		font-size:15px;
		color:#262d3d;
		text-decoration:none;
		float:left;
		padding-top:8px;
		border-top-left-radius:10px;
		border-top-right-radius:10px;
		border-bottom-right-radius: 3px;
		border-bottom-left-radius: 3px;
		text-align:center;
		width:180px;
		height:35px;
		background: url(../images/UnselectButton.png) no-repeat center top;
		margin-right:15px;
	}
	.prodcatisoFilter a:hover{
		color:#fff;
		text-decoration:none;
		background: url(../images/Button.png) no-repeat center top;
	}
	.prodcatisoFilter .current{
		color:#fff;
		text-decoration:none;
		background: url(../images/Button.png) no-repeat center top;
	}
	.rtstablediv td, th{
		text-align:center;
		border:1px solid black;
	}
/*------------------ /prodcategory ------------------*/
.hotDeal {
	font-size:15px;
	font-weight:bold;
	color:#fff;
	background: url(../images/title-bg.png) repeat-x;
	padding:7px 10px 0px;
	height:25px;
}
.prodHotDealBg {
	position:absolute;
	top:172px;
	background: url(../images/product-bg.png) repeat center;
	width:100%;
	height:380px;
}

.aboutUs { 
	min-height:200px; 
	margin-top:35px;
	padding:25px 2% 10px; 
	background: url(../images/shadow-top.png) repeat-x center top;
	background-color:#0046a0; 
	position:relative;
	color:#c8c8c8;
	font-size:14px;
}
.aboutUs .title{ 
	color:#00a8ff;
	font-size:25px;
	margin:10px 0 30px 0;
}
.aboutUs .aboutListDiv {
	width:100%;	
}
.aboutUs .aboutListDiv .listDiv {
	float:left;
	padding:2%;
	width:46%;
}
.aboutUs .aboutListDiv .listDiv ul li{
	color:#ffffff;
	font-size:14px;
	font-weight:normal;
}
.aboutUsBg { 
	height:252px;
	background: url(../images/shadow-top.png) repeat-x center top;
	background-color:#0046a0; 
	position:absolute;
	top:1188px;
	width:100%;
}
/*------------------ marketing ------------------*/
.markimagediv{
	max-width:1000px;
	width:100%;
	height:auto;
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}
.markimagedivsub1{
	max-width:1000px;
	margin:0 auto;
}
.markimagedivsub1 img{
	position:relative;
	min-width: 767px;
	width: 100%;
	height: auto;
	top: 0;
	left:0;
}
@media screen and (max-width: 979px) {
	.markimagedivsub1 img {
		left: 75%;
    	margin-left: -550px;   /* 50% */
	}
}
	.markimagediv{
		margin-top:30px;
	}
	.markimagedivsub1, .markimagedivsub2{
		margin:0 auto;
	}
	.markimagedivsub2{
		margin-top:-5px;
	}
	.marktitlediv{
		text-align:center;
		margin-top:40px;
	}
	.markisoFilter{
	text-align:center;
	}
	.markisoFilter a{
		text-decoration:none;
		color:#262d3d;
		margin:0 5px 0 5px;
		font-size:20px;
	}
	.markisoFilter a:hover{
		text-decoration:none;
		color:#d91003;
	}
	.markisoFilter .current{
		text-decoration:none;
		color:#d91003;
	}
	.markisoContainer{
		width:100%;
	}
	.odn, .bop, .bos{
		width:70%;
		left:0;
		right:0;
		margin:0 auto;
	}
	.countrytitle{
		font-size:25px;
		color:#d91003;
		text-decoration:underline;
		font-weight:normal;
		margin-top:30px;
	}
	.countryimagecontainer{
		width:100px;
		margin:40px 35px 10px 35px;
		float:left;
	}
	.countryimagetitle{
		text-align:center;
	}
/*------------------ /marketing ------------------*/
/*------------------ download ------------------*/
.mediaGridDiv{
	margin-top:50px;
}

.mediaGrid{
	float:left;
	width:25%;
}
.mediaGridcont{
	width:230px;
	height:350px;
	margin-bottom:30px;
	margin:0 auto;
}
.mediagridBox {
position: relative;
overflow: hidden;
text-align: center;
}

.downloadhover {
	position: absolute;
	display: none;
	top: 0;
	left: 0;
}

.mediagridBox  a:hover .downloadhover {
display: block;
}

.pdftitlediv{
	text-align:center;
	padding:20px;
	text-transform:uppercase;
}
/*------------------ download ------------------*/

/*------------------ aboutus ------------------*/
.aboutimagediv{
	max-width:1000px;
	width:100%;
	height:auto;
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}
.aboutimagedivsub1{
	max-width:1000px;
	margin:0 auto;
}
.aboutimagedivsub1 img{
	position:relative;
	min-width: 767px;
	width: 100%;
	height: auto;
	top: 0;
	left:0;
}
@media screen and (max-width: 979px) {
	.aboutimagedivsub1 img {
		left: 40%;
    	margin-left: -290px;   /* 50% */
	}
}
.blackline{
	font-size:20px;
}
.aboutimagediv{
	margin-top:30px;
}
.aboutimagedivsub1, .aboutimagedivsub2{
	margin:0 auto;
}
.aboutimagedivsub2{
	margin-top:-5px;
}
.abouttitlediv{
	text-align:center;
	margin-top:40px;
}
.aboutcontentdiv{
	margin-top:10px;
}
.aboutisoFilter{
	text-align:center;
}
.aboutisoFilter a{
	text-decoration:none;
	color:#262d3d;
	margin:0 5px 0 5px;
	font-size:20px;
}
.aboutisoFilter a:hover{
	text-decoration:none;
	color:#d91003;
}
.aboutisoFilter .current{
	text-decoration:none;
	color:#d91003;
}
.aboutisoContainer{
	width:100%;
}
.hwwfy, .om, .ov{
	width:70%;
	left:0;
	right:0;
	margin:0 auto;
}
.contentdiv{
	text-align:center;
}
.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */

    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}
/*------------------ /aboutus ------------------*/
/*------------------ contactus ------------------*/
.contactmapdiv{
	margin-top:30px;
}
.contactmapdivsub1, .contactmapdivsub2{
	margin:0 auto;
}
.contactmapdivsub2{
	margin-top:-5px;
}
.contacttitlediv{
	text-align:center;
	margin-top:40px;
}
.contactcompanytitle{
	float:left;
	width:100%;
	font-size:17px;
	margin-bottom:20px;
	margin-top:30px;
	color:#5f646f;
}
.contactinfotitle{
	float:left;
	width:25%;
}
.contactinfotitle strong{
	color:#5f646f;
}
.contactinfocontent{
	float:left;
	width:75%;
}
.contactinfocontent p{
	color:#5f646f;
}
.contactFormDiv {
	width:100%;
	float:left;
}
.formText {
	width:40%;
	float:left;
	color:#6d717c;
}
.formField {
	width:60%;
	float:left;
}
.formField input, .formField textarea{
	width:95%;
}
.formField textarea{
	height:150px;
}
.formField2 {
	width:100%;
}
input.submitBtn{
	background: url(../images/sendenquirybutton.jpg) no-repeat;
	width:95px !important;
	height:30px;
	float:right;
}
/*------------------ /contactus ------------------*/
/*------------------ pagination ------------------*/
.myPagination {
	color:#0046a0;
	font-weight:bold;
}
.myPagination a {
	color:#555555;
	margin:3px;
}
.myPagination a:hover {
	color:#0046a0;
	text-decoration:none;
}

/*------------------ others ------------------*/
.brandDiv {
	padding-top:30px;
	text-align:center;
}
.brandDiv p {
	margin:10px 0;
	color:#313131;
	font-size:18px;
}



.catNavDiv {
	width:100%;	
	color:#505050;
	font-size:14px;
}
.catNavDiv .catTitle {
	color:#ffffff;
	padding-top:7px;
	font-weight:bold;
	font-size:15px;
	text-align:center;
	background: url(../images/title-bg.png) repeat-x;
	height:30px;
	text-transform:uppercase;
	width:100%;	
}
.catNavDiv .sub {
	font-size:13px;
}
#prodContDiv {
	margin-top:55px;
}
.productGridDiv {
	font-size:12px;
	margin-bottom:20px;
}
.productGridDiv .gridBox {
	position:relative;
	border:1px solid #eeeeee;
	padding:5px;
	width:163px;
	float:left;
	margin:0 0 10px 10px;
}
.productGridDiv .gridBox .prodInfo {
	height:20px;
	overflow:hidden;
}
.productGridDiv .gridBox .prodInfo .prodBrand {
	float:left;
	font-weight:normal;
	color:#0046a0;
	font-size:14px;
	margin-right:5px;
}
.productGridDiv .gridBox .pTitle {
	color:#271c1c;
	font-weight:normal;
	font-size:14px;
}
.productGridDiv .gridBox .pPrice {
	color:#0046a0;
	font-weight:normal;
	font-size:14px;
}
.productGridDiv .gridBox .viewProd {
	position:absolute;
	bottom:3px;
	right:3px;	
}
.mybreadcrumb {
	margin:0 10px 10px;
	color:#787878;
	font-size:13px;
}
.noFound {
	margin:10px;	
}
.productDetailDiv {
	margin-left:10px;
	width:100%;
}
.productDetailDiv .imageContainer {
	width:230px;
	text-align:center;
	float:left;
}
.productDetailDiv .imageContainer .feaImage {
	width:220px;
	padding:4px;
	border:1px solid #ddd;
}
.productDetailDiv .imageContainer .subImage {
	margin-top:5px;	
}
.productDetailDiv .imageContainer .subImage img {
	width:66px;
	padding:3px;;
	border:1px solid #ddd;
	margin:3px 0 0 0;
}
.productDetailDiv .prodInfoContainer {
	width:65%;
	margin-left:3%;
	color:#aaaaaa;
	float:left;
}
.productDetailDiv .prodInfoContainer .qtyText {
	font-size:13px;
	color:#787878;
}
.productDetailDiv .prodInfoContainer .qtyText .qty{
	width:20px;	
}
.productDetailDiv .prodInfoContainer .prodTitle {
	color:#787878;
	font-size:18px;
}
.productDetailDiv .prodInfoContainer .prodTitle span {
	color:#0046a0;
}
.productDetailDiv .prodInfoContainer .brandName {
	color:#0046a0;
	font-size:14px;
	margin:5px 0;
}
.productDetailDiv .prodInfoContainer .prodOpt {
	color:#787878;
	font-size:15px;
}
.productDetailDiv .prodInfoContainer .reviewDiv {
	border:1px solid #dddddd;
	padding:10px;
}
.enquiryListDiv {
	width:100%;	
	margin:0 0 20px 0;
	border:1px solid #ccc;
}
.enquiryListDiv .enquiryRow {
	padding:2%;
	width:96%;
	min-height:50px;
	border-bottom:1px solid #ddd;
}
.enquiryListDiv .enquiryRow2 {
	padding:1% 2%;
	width:96%;
	min-height:20px;
	font-weight:bold;
	background-color:#0046a0;
	color:#fff;
}
.enquiryListDiv .row1{
	background-color:#eee;
}
.enquiryListDiv .enqImg {
	text-align:center;
	width:20%;
	float:left;
	margin-right:10px;
}
.enquiryListDiv .enqImg img {
	width:50px;
}
.enquiryListDiv .enqName {
	float:left;
	width:55%;
	margin-right:10px;
}
.enquiryListDiv .enqRemove {
	float:left;
	width:16%;
	text-align:right;
}
.reviewDiv {
	width:96%;
}
.reviewDiv .revContentDiv {
	font-size:12px;
	border-bottom:1px solid #dddddd;
	padding:2%px;
	min-height:50px;
}
.captchaRight {
	text-align:right;	
}

/*------------------ some part of responsive ------------------*/
@media screen and (max-width: 1200px) {
/*------------------ product ------------------*/
	.prodimagedivsub1{
		height:290px !important;
	}
/*------------------ /product ------------------*/
/*------------------ marketing ------------------*/
	.countryimagecontainer{
		margin:30px 30px 10px 30px;
	}

/*------------------ /marketing ------------------*/
	.homebottombutton{
		margin:10px;
	}
	.navmenu ul li a {
		
		font-size:12px;
	}
	.aboutUsBg {
		top:1164px;
	}
	.productGridDiv .gridBox {
		width:152px;	
	}
	.productDetailDiv .prodInfoContainer {
		width:63%;
	}
}

@media screen and (max-width: 979px) {
/*------------------ download ------------------*/
	.mediaGrid{
		width:33%;
	}
/*------------------ /download ------------------*/
/*------------------ product ------------------*/
	.prodisoFilter a{
		font-size:15px;
	}
	.prodimagedivsub1{
		height:240px !important;
	}
	.rptintro1{
		font-size:25px;
	}
	.rptintro2{
		font-size:15px;
	}
	.rptprodcontainer{
		height:220px;
	}
	.rptprodimage img{
		width:230px;
		height:auto;
	}
/*------------------ /product ------------------*/
/*------------------ marketing ------------------*/
	.countryimagecontainer{
		margin:20px 10px 10px 10px;
	}

/*------------------ /marketing ------------------*/
	.container #header{
		background:none;
	}
	.logodiv img{
		margin:5px 0 0 10px;
	}
	.myMenu .fbBtn {
		left:0px;
	}
	#prodContDiv {
		margin-top:0px;
	}
	.catNavDiv .catTitle {
		font-size:12px;
	}
	.productGridDiv .gridBox {
		width:157px;	
	}
	.productDetailDiv .prodInfoContainer {
		width:53%;
	}
	#footer .container .credit {
		font-size:10px;	
	}
	.myMenu .myNavDiv {
		
		border:1px solid #000;
		margin-top:0px;
		position:static;
		bottom:0;
	}
	.markisoFilter a, .aboutisoFilter a{
		font-size:15px;
	}
	#footer{
		max-width:750px;
	}
}

@media screen and (max-width: 767px) {
/*------------------ download ------------------*/
	.mediaGrid{
		width:50%;
	}
/*------------------ /download ------------------*/
/*------------------ product ------------------*/
	.prodisoFilter{
		text-align:center;
	}
	.prodisoFilter a{
		font-size:15px;
	}
	.rptintro1{
		font-size:25px;
		text-align:center;
	}
	.rptintro2{
		text-align:center;
	}
	.rptpreferencebut1, .rptpreferencebut2{
		width:auto;
	}
	.rptpreferencebut3{
		float:none;
		text-align:center;
		width:100%;
	}
	.rptpreferencebutcontainer{
		width:300px;
		margin:0 auto;
	}
/*------------------ /product ------------------*/
/*------------------ marketing ------------------*/
	.odn, .bop, .bos{
		width:100%;
	}
	.markisoFilter{
		text-align:left;
		max-width:300px;
		margin:0 auto;
	}
	.blackline{
		display:none;
	}
	.markisoFilter a{
		float:left;
		width:100%;
		border-left:3px solid #262d3d;
		margin-bottom:5px;
		padding-left:5px;
	}
	.markisoFilter .current{
		border-left:3px solid #d91003;
	}
/*------------------ /marketing ------------------*/
/*------------------ aboutus ------------------*/
	.hwwfy, .om, .ov{
		width:100%;
	}
	.aboutisoFilter{
		text-align:left;
		max-width:300px;
		margin:0 auto;
	}
	.aboutisoFilter a{
		float:left;
		width:100%;
		border-left:3px solid #262d3d;
		margin-bottom:5px;
		padding-left:5px;
	}
	.aboutisoFilter .current{
		border-left:3px solid #d91003;
	}
/*------------------ /sboutus ------------------*/
/*------------------ contactus ------------------*/
	.contactinfotitle{
		float:left;
		width:30%;
	}
	.contactinfocontent{
		float:left;
		width:70%;
	}
	#submitBtn{
		width:97%;
	}
/*------------------ /contactus ------------------*/
	#wrap{
		margin-left: -20px;
	  	margin-right: -20px;
	  	padding-left: 20px;
	  	padding-right: 20px;
	}
	.homebottombutton{
		text-align:center;
	}
	.logodiv{
		text-align:center;
	}
	.logodiv img{
		margin:5px 0 0 0;
	}
	.myMenu{
		margin:0;
	}
	#goo, #twi, #fb, #hom{
		display:none;
	}
	.glink img, .tlink img, .fblink img, .hom img{
		display:none;
	}
	.container #header{
		height:auto;
	}
	#footer {
	  	margin-left: -20px;
	  	margin-right: -20px;
	  	padding-left: 20px;
	  	padding-right: 20px;
	  	height: 100px;
	  	text-align:center;
	}
	#footer .container .credit2 .textRight {
		float:none;
		text-align:center;
	}
	.mylogo {
		margin-top:-70px;
	}
	.mybreadcrumb {
		margin-top:15px;	
	}
	.contactFormDiv1, .contactFormDiv2, .formText, .formField{
		float:none;
		width:100%;
		margin:0;
		text-align:left;
	}
	.productGridDiv .gridBox {
		text-align:center;
		margin-left:0;
		width:100%;	
	}
	.productDetailDiv {
		margin:0;
	}
	.productDetailDiv .imageContainer, .productDetailDiv .imageContainer .feaImage {
		width:100%;
		float:none;
		padding:4px 0;
	}
	.productDetailDiv .prodInfoContainer {
		width:100%;
		float:none;
		margin:10px 0 0 0;
	}
	#noticeDiv2 {
		margin:0 0 10px 0;
	}
	.enquiryListDiv, .enquiryListDiv a, .enquiryListDiv .enquiryRow2 {
		font-size:12px;
	}
	.productGridDiv .gridBox .prodInfo .prodBrand {
		float:none;
	}
	.productGridDiv .gridBox .prodInfo {
		overflow:visible;
	}
	.captchaRight {
		text-align:left;
	}
	#footer{
		width:100%;
		border:none;
		height:70px;
		border-radius:0;
		height:80px;
	}
}
@media screen and (max-width: 600px) {
/*------------------ home ------------------*/
	.homebottomdivsub{
		width:100%;
		float:none;
	}
/*------------------ /home ------------------*/
}
@media screen and (max-width: 540px) {
/*------------------ download ------------------*/
	.mediaGrid{
		width:100%;
	}
/*------------------ /download ------------------*/
}
@media screen and (max-width: 534px) {
/*------------------ product ------------------*/
	.rptprodcontainer{
		float:none;
		width:230px;
		margin:0 auto;
	}
/*------------------ /product ------------------*/
}
@media screen and (max-width: 500px) {
	.rptintro1, .rptintro2{
		text-align:left;
	}
}
@media screen and (max-width: 480px) {
	.bcontainer, .Slidercontainer{
		margin-left: -20px;
	  	margin-right: -20px;
	  	padding-left: 20px;
	  	padding-right: 20px;
	}
/*------------------ contactus ------------------*/
	.contactinfotitle{
		float:left;
		width:100%;
	}
	.contactinfocontent{
		float:left;
		width:100%;
	}
/*------------------ /contactus ------------------*/
	.homebottombutton{
		margin:10px 40px 10px 40px;
	}
	#footer .container .credit {
		font-size:10px;
	}
	.enquiryListDiv, .enquiryListDiv a, .enquiryListDiv .enquiryRow2 {
		font-size:10px;
	}
	.container #header .hunting .huntingDiv{
		font-size:10px;
	}
}
@media screen and (max-width: 450px) {
/*------------------ product ------------------*/
	.prodisoFilterb{
		margin-bottom:20px;
		display:block;
		float:left;
	
	}
/*------------------ /product ------------------*/
/*------------------ contactus ------------------*/
	#submitBtn{
		width:98%;
	}
/*------------------ /contactus ------------------*/
}
@media screen and (max-width: 400px) {
/*------------------ product ------------------*/
	.rptpreferencebutcontainer{
		width:auto;
	}
	.rptpreferencebut1, .rptpreferencebut2{
		float:none;
		text-align:center;
	}
/*------------------ /product ------------------*/
/*------------------ contactus ------------------*/
	#submitBtn{
		width:99%;
	}
/*------------------ /contactus ------------------*/
}
@media screen and (max-width: 320px) {

/*------------------ marketing ------------------*/
	.contentdiv{
		text-align:left;
	}
	.markisoFilter a{
		font-size:14px;
	}
	.countryimagecontainer{
		margin:10px 15px 10px 15px;
	}
/*------------------ /marketing ------------------*/
/*------------------ aboutus ------------------*/
	.aboutisoFilter a{
		font-size:14px;
	}
/*------------------ /aboutus ------------------*/
/*------------------ contactus ------------------*/
	#submitBtn{
		width:100%;
	}
/*------------------ /contactus ------------------*/
}
@media screen and (max-width: 240px) {
	#footer{
		height:100px;
	}
}</pre></body></html>