<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** Menu
 **************************************************************** **/
#topBar
{
	display: block;
	position: relative;
	background-color: #fff;
	min-height: 30px;
	z-index: 10;
}

	#topBar a.logo
	{
		margin: 10px 0 5px 0;
		display: inline-block;
		min-height: 50px;
	}

body.boxed #topBar
{
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

#topNav a.logo.onepage
{
	display: inline-block;
	height: 50px;
	overflow: hidden;
	margin-top: 3px;
}

#topBar a.social
{
	width: 24px;
	height: 24px;
	line-height: 26px;
	font-size: 16px;
}

#topNav
{
	display: block;
	left: 0;
	right: 0;
	top: 0;
	border-top: 1px solid #eee;
	border-bottom: 0px solid #eee;
	/*background:#fff;*/
	/*background:#004A99;*/
	position: relative;
	z-index: 10;
	background: #004e99; /* Old browsers */
	background: -moz-linear-gradient(top, #004e99 0%, #004b96 12%, #013469 90%, #003466 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #004e99 0%,#004b96 12%,#013469 90%,#003466 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #004e99 0%,#004b96 12%,#013469 90%,#003466 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004e99', endColorstr='#003466',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.04);
	-moz-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.04);
	-o-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.04);
	box-shadow: 0 4px 0 rgba(0, 0, 0, 0.04);
}


	#topNav .nav-pills &gt; li &gt; a,
	#topNav .nav-pills &gt; li &gt; a:focus
	{
		background-color: transparent;
	}

		#topNav .nav-pills &gt; li &gt; a:hover
		{
			background: #b9c1ac !important; /* Old browsers */
			background: -moz-linear-gradient(top, #b9c1ac 0%, #c2c8b6 3%, #c2c8b6 5%, #c7cfbc 11%, #cad2c1 19%, #ced5c6 22%, #cfd6c7 30%, #d5dbce 32%, #d7ded2 35%, #dee3da 43%, #e1e4db 49%, #e3e9e1 51%, #e7ece6 57%, #eef0eb 59%, #f0f3ee 62%, #f2f4f0 68%, #f6f9f6 73%, #f6f9f6 78%, #fefcfc 84%, #ffffff 89%, #ffffff 97%, #f6fcfe 100%) !important; /* FF3.6-15 */
			background: -webkit-linear-gradient(top, #b9c1ac 0%,#c2c8b6 3%,#c2c8b6 5%,#c7cfbc 11%,#cad2c1 19%,#ced5c6 22%,#cfd6c7 30%,#d5dbce 32%,#d7ded2 35%,#dee3da 43%,#e1e4db 49%,#e3e9e1 51%,#e7ece6 57%,#eef0eb 59%,#f0f3ee 62%,#f2f4f0 68%,#f6f9f6 73%,#f6f9f6 78%,#fefcfc 84%,#ffffff 89%,#ffffff 97%,#f6fcfe 100%) !important; /* Chrome10-25,Safari5.1-6 */
			background: linear-gradient(to bottom, #b9c1ac 0%,#c2c8b6 3%,#c2c8b6 5%,#c7cfbc 11%,#cad2c1 19%,#ced5c6 22%,#cfd6c7 30%,#d5dbce 32%,#d7ded2 35%,#dee3da 43%,#e1e4db 49%,#e3e9e1 51%,#e7ece6 57%,#eef0eb 59%,#f0f3ee 62%,#f2f4f0 68%,#f6f9f6 73%,#f6f9f6 78%,#fefcfc 84%,#ffffff 89%,#ffffff 97%,#f6fcfe 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b9c1ac', endColorstr='#f6fcfe',GradientType=0 ) !important; /* IE6-9 */
			color: #2a6496 !important;
		}

	#topNav .nav-pills &gt; li.link &gt; a,
	#topNav .nav-pills &gt; li.link &gt; a:hover,
	#topNav .nav-pills &gt; li.link &gt; a:focus
	{
		/*background-color: transparent;*/
		background: #b9c1ac !important; /* Old browsers */
		background: -moz-linear-gradient(top, #b9c1ac 0%, #c2c8b6 3%, #c2c8b6 5%, #c7cfbc 11%, #cad2c1 19%, #ced5c6 22%, #cfd6c7 30%, #d5dbce 32%, #d7ded2 35%, #dee3da 43%, #e1e4db 49%, #e3e9e1 51%, #e7ece6 57%, #eef0eb 59%, #f0f3ee 62%, #f2f4f0 68%, #f6f9f6 73%, #f6f9f6 78%, #fefcfc 84%, #ffffff 89%, #ffffff 97%, #f6fcfe 100%) !important; /* FF3.6-15 */
		background: -webkit-linear-gradient(top, #b9c1ac 0%,#c2c8b6 3%,#c2c8b6 5%,#c7cfbc 11%,#cad2c1 19%,#ced5c6 22%,#cfd6c7 30%,#d5dbce 32%,#d7ded2 35%,#dee3da 43%,#e1e4db 49%,#e3e9e1 51%,#e7ece6 57%,#eef0eb 59%,#f0f3ee 62%,#f2f4f0 68%,#f6f9f6 73%,#f6f9f6 78%,#fefcfc 84%,#ffffff 89%,#ffffff 97%,#f6fcfe 100%) !important; /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, #b9c1ac 0%,#c2c8b6 3%,#c2c8b6 5%,#c7cfbc 11%,#cad2c1 19%,#ced5c6 22%,#cfd6c7 30%,#d5dbce 32%,#d7ded2 35%,#dee3da 43%,#e1e4db 49%,#e3e9e1 51%,#e7ece6 57%,#eef0eb 59%,#f0f3ee 62%,#f2f4f0 68%,#f6f9f6 73%,#f6f9f6 78%,#fefcfc 84%,#ffffff 89%,#ffffff 97%,#f6fcfe 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b9c1ac', endColorstr='#f6fcfe',GradientType=0 ) !important; /* IE6-9 */
	}



	#topNav div.navbar-collapse
	{
		padding: 0;
	}

	#topNav ul.nav &gt; li
	{
		color: #666;
		border-left: #757373 1px solid;
		text-align: center;
		position: relative;
		margin: 0;
	}

		#topNav ul.nav &gt; li:last-child
		{
			border-right: #757373 1px solid;
		}

		#topNav ul.nav &gt; li:hover &gt; a:before,
		#topNav ul.nav &gt; li.active &gt; a:before
		{
			content: ' ';
			background-color: #a94545;
			height: 2px;
			width: 100%;
			left: 0;
			/*top: -3px;*/
			top: 0px;
			position: absolute;
		}

		#topNav ul.nav &gt; li a
		{
			/*color:#666;*/
			/*padding: 15px 35px;*/
			color: #fff !important;
			padding: 10px 8px;
			position: relative;
			text-decoration: none;
			font-size: 12px;
			line-height: 17px;
			display: block;
			font-weight: 300;
			-webkit-transition: all 0.2s;
			-moz-transition: all 0.2s;
			-o-transition: all 0.2s;
			transition: all 0.2s;
		}

		#topNav ul.nav &gt; li &gt; a &gt; span
		{
			display: block;
			font-size: 12px;
			color: #ccc;
			-webkit-transition: all 0.2s;
			-moz-transition: all 0.2s;
			-o-transition: all 0.2s;
			transition: all 0.2s;
		}

		#topNav ul.nav &gt; li:hover a
		{
			color: #333;
		}

			#topNav ul.nav &gt; li:hover a &gt; span
			{
				color: #888;
			}

	/* submenu */
	#topNav ul.dropdown-menu li.divider
	{
		margin: -1px 0 0 0;
		padding: 0;
		border: 0;
		border-bottom: rgba(0,0,0,0.2) 1px solid;
	}

	#topNav .nav li:hover &gt; ul.dropdown-menu
	{
		padding: 0;
		display: block;
		z-index: 100;
	}

	#topNav ul.dropdown-menu
	{
		text-align: left;
		margin-top: 0;
		box-shadow: none;
		border: #eee 1px solid;
		border-top: 0;
		list-style: none;
		background-color: #fff;
		box-shadow: rgba(0,0,0,0.2) 0 6px 12px;
		min-width: 200px;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}

		#topNav ul.dropdown-menu li
		{
			position: relative;
		}

		#topNav ul.dropdown-menu &gt; li a
		{
			margin: 0;
			padding: 10px 15px;
			font-weight: 400;
			color: #666 !important;
			font-size: 13px;
			border-bottom: rgba(0,0,0,0.1) 1px solid;
		}

			#topNav ul.dropdown-menu &gt; li a i.fa
			{
				margin-right: 4px;
			}

		#topNav ul.dropdown-menu a.dropdown-toggle:after
		{
			content: "\f105";
			font-family: FontAwesome;
			position: absolute;
			font-size: 15px;
			right: 10px;
			top: 9px;
			color: #999;
		}

	#topNav .dropdown-submenu &gt; a:after
	{
		display: block;
		content: " ";
		float: right;
		width: 0;
		height: 0;
		border-color: transparent;
		border-style: solid;
		border-width: 5px 0 5px 5px;
		border-left-color: #eaeaea;
		margin-top: 5px;
		margin-right: -10px;
	}

	#topNav .dropdown-submenu li:hover &gt; a:after
	{
		color: #fff !important;
	}

	#topNav ul.dropdown-menu li:last-child &gt; a
	{
		border-bottom: 0;
		border-bottom: 0;
	}

.dropdown-menu &gt; li:hover &gt; a,
.dropdown-menu &gt; li:focus &gt; a
{
	color: #fff !important;
	background-color: #333;
}

/* sub-submenu */
#topNav ul.dropdown-menu &gt; li:hover &gt; ul.dropdown-menu
{
	display: block;
	position: absolute;
	left: 100%;
	top: 0;
	padding: 0;
	margin: 0;
	border-top: 0 !important;
	border-bottom: 0 !important;
	border-right: 0 !important;
	border: #eaeaea 1px solid;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	color: #fff !important;
}


























#topMain.nav-pills &gt; li &gt; a.dropdown-toggle
{
	padding-right: 25px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

	#topMain.nav-pills &gt; li &gt; a.dropdown-toggle:after
	{
		display: block;
		content: "\f107";
		position: absolute;
		top: 50%;
		right: 10px;
		margin: -5px 0 0;
		font-family: FontAwesome;
		font-size: 12px;
		opacity: .3;
		line-height: 1em;
		-webkit-transition: -webkit-transform .2s ease-in;
		-moz-transition: -moz-transform .2s ease-in;
		-ms-transition: -ms-transform .2s ease-in;
		-o-transition: -o-transform .2s ease-in;
		transition: transform .2s ease-in;
	}




























/* search */
#topNav form.search
{
	float: right;
	max-width: 130px;
	margin: 5px 0 0 0;
	padding: 0;
}

#topNav form.search
{
	position: relative;
}

	#topNav form.search input
	{
		padding: 3px 26px 3px 6px;
		height: auto;
		width: 100%;
		font-size: 13px;
		position: relative;
		z-index: 0;
		margin-bottom: 5px;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}

	#topNav form.search button
	{
		position: absolute;
		top: 6px;
		right: 10px;
		color: #ccc;
		z-index: 1;
	}





/* mobile */
#topNav button.btn-mobile
{
	display: none;
}

#topNav button.btn-mobile
{
	color: #fff;
	display: none;
	background: #4CA42F;
	padding: 6px 10px;
	margin-top: 4px;
	margin-bottom: 4px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

	#topNav button.btn-mobile i
	{
		padding: 0;
		margin: 0;
		font-size: 21px;
	}



/** Mega Menu
 **************************************************************** **/
#topNav ul.nav &gt; li.mega-menu
{
	position: inherit;
}

	#topNav ul.nav &gt; li.mega-menu p
	{
		margin: 0;
		padding: 10px 10px 0 10px;
		font-size: 13px;
	}

	#topNav ul.nav &gt; li.mega-menu div
	{
		display: table;
	}

		#topNav ul.nav &gt; li.mega-menu div div
		{
			border-left: #eee 1px solid;
			margin-left: -1px;
			display: table-cell;
			float: none;
		}

			#topNav ul.nav &gt; li.mega-menu div div:first-child
			{
				border-left: 0;
			}

	#topNav ul.nav &gt; li.mega-menu &gt; ul
	{
		width: 100%;
		background-color: transparent;
		border: none;
		box-shadow: none;
	}

		#topNav ul.nav &gt; li.mega-menu &gt; ul.dropdown-menu &gt; li
		{
			margin: 0 15px;
			padding: 15px;
			background-color: #fff;
			border: #eee 1px solid;
			box-shadow: rgba(0,0,0,0.2) 0 6px 12px;
		}

		#topNav ul.nav &gt; li.mega-menu &gt; ul ul
		{
			margin: 0 !important;
			padding: 0 !important;
			list-style: none;
		}

	#topNav ul.nav &gt; li.mega-menu h3
	{
		font-size: 18px;
		line-height: 18px;
		margin: 10px 10px 20px 10px;
		padding: 0;
	}

	#topNav ul.nav &gt; li.mega-menu &gt; ul li &gt; a
	{
		border-bottom: 0;
		padding: 6px 10px;
	}

	#topNav ul.nav &gt; li.mega-menu &gt; ul li.active &gt; a,
	#topNav ul.nav &gt; li.mega-menu &gt; ul li:hover &gt; a
	{
		color: #666 !important;
		background-color: #333;
	}

	#topNav ul.nav &gt; li.mega-menu &gt; ul li.divider
	{
		border: 0;
		border: rgba(0,0,0,0.01) 1px solid;
		margin: 10px 0;
	}





/** Secondary Main Menu
	Top Bar / Shop Cart
 **************************************************************** **/
#barMain
{
	float: right;
	margin-top: 6px;
	font-size: 12px;
}

	#barMain .nav &gt; li &gt; a
	{
		padding: 5px 10px;
	}

		#barMain .nav &gt; li &gt; a:hover,
		#barMain .nav &gt; li &gt; a:focus
		{
			background-color: rgba(0,0,0,0.03);
		}

	/* cart */
	#barMain .nav &gt; li.quick-cart
	{
		background-color: #F8F8F8;
		margin-left: 10px;
	}

#topBar.styleBackgroundColor .nav &gt; li.quick-cart
{
	background-color: rgba(0,0,0,0.1) !important;
}

	#topBar.styleBackgroundColor .nav &gt; li.quick-cart.open &gt; a
	{
		color: #000;
	}

	#topBar.styleBackgroundColor .nav &gt; li.quick-cart p
	{
		color: #000;
	}

#barMain .nav &gt; li.quick-cart &gt; .dropdown-menu
{
	border: 0;
	margin: 0;
	background-color: #F0F0F0;
	width: 250px;
}

#barMain .nav &gt; li.quick-cart .quick-cart-content
{
	padding: 10px 10px 0 10px;
}

#barMain .nav &gt; li.quick-cart p
{
	margin: 0;
	padding: 10px 10px 0 10px;
	font-size: 13px;
}

#barMain .nav &gt; li.quick-cart a.quick-cart-item
{
	clear: both;
	display: block;
	padding: 10px 8px;
	font-size: 13px;
	line-height: 16px;
	min-height: 60px;
	text-decoration: none;
	border-bottom: rgba(0,0,0,0.1) 1px solid;
	background: rgba(0,0,0,0.05);
}

	#barMain .nav &gt; li.quick-cart a.quick-cart-item,
	#barMain .nav &gt; li.quick-cart a.quick-cart-item a
	{
		color: #999 !important;
	}

		#barMain .nav &gt; li.quick-cart a.quick-cart-item:hover
		{
			background: rgba(0,0,0,0.08);
		}

#barMain .nav &gt; li.quick-cart .cart-footer
{
	margin-top: 10px;
}





/** Responsive Top Nav
 **************************************************************** **/
@media only screen and (max-width: 1166px)
{
	#topNav ul.nav &gt; li a
	{
		padding: 15px 20px;
		color: #666 !important;
	}
}

@media only screen and (max-width: 1166px) /*990px*/
{
	.navbar-collapse
	{
		max-height: 100%;
	}

	#topNav .container
	{
		padding: 0;
		margin: 0;
	}

	#topNav button.btn-mobile
	{
		display: block;
		float: right;
		margin-right: 15px;
	}

	#topNav form.search
	{
		float: left;
		margin-top: 10px;
		margin-left: 15px;
		margin-bottom: 0;
	}

	#topNav nav.nav-main
	{
		background-color: #fff;
	}

	#topNav div.nav-main-collapse,
	#topNav div.nav-main-collapse.in
	{
		width: 100%;
		margin: 50px 0 0 0;
	}

	#topNav div.nav-main-collapse
	{
		float: none;
		overflow-x: hidden;
	}

		#topNav div.nav-main-collapse.collapse
		{
			display: none !important;
		}

		#topNav div.nav-main-collapse.in
		{
			display: block !important;
		}

	#topNav div.nav-main-collapse
	{
		position: relative;
	}


	#topMain &gt; li &gt; a &gt; span
	{
		display: none !important;
	}

	#topMain li
	{
		display: block !important;
		float: none;
		text-align: left;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}

	#topMain &gt; li &gt; a
	{
		text-align: left;
		border: 0;
		border-bottom: rgba(0,0,0,0.1) 1px solid;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}

	#topMain &gt; li:hover,
	#topMain &gt; li:hover &gt; a
	{
		border-top: 0 !important;
	}

	#topNav ul.nav &gt; li &gt; a:after
	{
		/*content: "\f107";*/
		font-family: FontAwesome;
		position: absolute;
		font-size: 14px;
		right: 20px;
		top: 15px;
		color: #999;
	}


	/* submenu */
	#topMain ul.dropdown-menu
	{
		position: static;
		clear: both;
		float: none;
		display: none !important;
		border-left: 0 !important;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}

	#topNav nav.nav-main li.resp-active &gt; ul.dropdown-menu
	{
		display: block !important;
		margin-left: 30px;
		margin-right: 30px;
		padding: 20px 0;
		border-right: 0;
	}

		#topNav nav.nav-main li.resp-active &gt; ul.dropdown-menu li
		{
			border-left: 0;
		}

	#topNav ul.nav &gt; li:hover &gt; a:before,
	#topNav ul.nav &gt; li.active &gt; a:before
	{
		background-color: transparent;
	}

	#topNav ul.dropdown-menu &gt; li:hover &gt; ul.dropdown-menu
	{
		position: static;
	}

	/* mega menu */
	#topNav ul.nav &gt; li.mega-menu &gt; ul.dropdown-menu &gt; li
	{
		padding: 0;
		margin: 0 30px 0 0;
		border: 0;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}

	#topNav ul.nav &gt; li.mega-menu h3
	{
		margin-left: 8px;
	}

	#topNav ul.nav &gt; li.mega-menu &gt; ul li &gt; a
	{
		border-bottom: rgba(0,0,0,0.1) 1px solid;
	}

	#topNav ul.nav &gt; li.mega-menu div,
	#topNav ul.nav &gt; li.mega-menu div div
	{
		border: 0;
		margin-bottom: 30px;
		display: block;
		width: 100%;
	}

		#topNav ul.nav &gt; li.mega-menu div div:last-child
		{
			margin-bottom: 0;
		}
}


@media only screen and (max-width: 479px)
{

	#topNav form.search
	{
		margin-left: 4px;
	}

	#topNav button.btn-mobile
	{
		margin-right: 4px;
	}

	#topBar a.logo
	{
		display: block;
		text-align: center;
		margin: 6px 0;
		float: none;
	}

	.hide_mobile
	{
		display: none;
	}

	#topNav ul.nav &gt; li a
	{
		color: #666 !important;
	}
}






/*Newly added css*/

#topNav .container
{
	padding-left: 0px;
	padding-right: 5px;
}

.padding-left-5
{
	padding-left: 5px !important;
}

.no-padding
{
	padding: 0px !important;
}
/*Newly added css*/



</pre></body></html>