
		.top-bar 
		{ 
			background: #377878; 
			background: linear-gradient(to right, #377878,#377878);
		}
		.top-left, .top-left a, .top-left a:active, .top-left a:visited{color:#ffffff; text-decoration:none; font-size:11px; }
		.top-left a:hover{ text-decoration:none;color:; }
		.top-links, .top-links a, .top-links a:active, .top-links a:visited {color:#ffffff; text-decoration:none; font-size:11px;}
		.top-links a:hover{ text-decoration:none;color:; }
		.header-warpper { background-color:#ffffff; }
		.top-menu,a.top-menu { color:#ffffff; background: #3a90c4; background: -webkit-linear-gradient(#3a90c4, #04477f); background: -o-linear-gradient(#3a90c4, #04477f); background: -moz-linear-gradient(#3a90c4, #04477f); background: linear-gradient(#3a90c4, #04477f); border: 1px solid #ffffff; }
		.top-menu:hover, .top-menu:active, .top-menu:focus, a.top-menu:hover, a.top-menu:active, a.top-menu:focus { color:#ffffff; background: #04477f; background: -webkit-linear-gradient(#04477f, #3a90c4); background: -o-linear-gradient(#04477f, #3a90c4); background: -moz-linear-gradient(#04477f, #3a90c4); background: linear-gradient(#04477f, #3a90c4); border: 1px solid #ffffff; }
		.right-panel ul.dropdown-menu, .dropdown-element ul.dropdown-menu { background: #5c84a1; border: 1px solid #eae9e9; }
		.right-panel ul.dropdown-menu li a, .dropdown-element ul.dropdown-menu li a { color:#ffffff; }
		.right-panel ul.dropdown-menu li:hover, .dropdown-element ul.dropdown-menu li:hover { background: #04477f; }

		/*navigation*/
		.main-navigation 
		{
			background: #04477f;
			background: -moz-linear-gradient(top, #3a90c4, #04477f);
			background: -webkit-linear-gradient(top, #3a90c4,#04477f);
			background: -o-linear-gradient(top, #3a90c4,#04477f);
			background: -ms-linear-gradient(top,#3a90c4,#04477f);
			background: linear-gradient(to bottom, #3a90c4,#04477f);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#3a90c4, endColorstr=#04477f,GradientType=0);
			padding: 0px;
		}
		.main-navigation li.active a {
		 background-color: #03355e;
		}
		.main-navigation li a {
			padding: 10px 15px 10px 15px !important;
			color: #ffffff;
			font-size: 13px;
			line-height: 15px;
			background-image: url("../images/nav_sep.png");
			background-position: left center;
			background-repeat: no-repeat;
			font-weight:normal;
			text-transform: uppercase;
		}
		.navbar-brand { color: #ffffff; font-size: 13px; font-weight:bold; text-transform: uppercase; }
		.navbar-toggler { border-color: #ffffff; margin: 1px; }
		.navbar-toggler .navbar-toggler-icon { display:block; width: 25px; height: 2px; background-color: #ffffff; margin: 6px 0; }
		.main-navigation li:hover {
		 background-color: #04477f; color: #ffffff;
		}
		.main-navigation li .dropdown-menu
		{
			background: #04477f;
			background: -moz-linear-gradient(top, #3a90c4, #04477f);
			background: -webkit-linear-gradient(top, #3a90c4,#04477f);
			background: -o-linear-gradient(top, #3a90c4,#04477f);
			background: -ms-linear-gradient(top,#3a90c4,#04477f);
			background: linear-gradient(to bottom, #3a90c4,#04477f);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#3a90c4, endColorstr=#04477f,GradientType=0);
			border-radius: 0px 0 5px 5px;
			padding: 0px;
		}
		.main-navigation li .dropdown-menu a
		{
			background-image: none;
			 padding: 10px 15px !important;
		}
		/*replaced section*/
		.replacement_container h4 { 
			background: #04477f;
			background: -moz-linear-gradient(top, #3a90c4, #04477f);
			background: -webkit-linear-gradient(top, #3a90c4,#04477f);
			background: -o-linear-gradient(top, #3a90c4,#04477f);
			background: -ms-linear-gradient(top,#3a90c4,#04477f);
			background: linear-gradient(to bottom, #3a90c4,#04477f);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#3a90c4, endColorstr=#04477f,GradientType=0);
			color: #ffffff;
		}
		.replacement_table{border: 1px solid #04477f;}

		/* flexislider */
		#home_slider.flexslider 
		{ 
			background: #ffffff;
			background: -moz-linear-gradient(top, #ffffff, #ffffff); 
			background: -webkit-linear-gradient(top, #ffffff, #ffffff); 
			background: -o-linear-gradient(top, #ffffff, #ffffff); 
			background: -ms-linear-gradient(top, #ffffff, #ffffff); 
			background: linear-gradient(to bottom, #ffffff, #ffffff); 
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#ffffff, endColorstr=#ffffff,GradientType=0);
			border: 0px;
			border-radius: 0px;
			overflow: hidden;
		}
		#home_slider.flexslider .flex-viewport { height: 100%; }
		#home_slider.flexslider .slides > li:first-child { display: block; }
		#home_slider.flexslider .slides > li div.media-left 
		{
			padding: 6px;
			background-color: #E6E9C9;
			border-radius: 3px;
			border: 1px solid #ffffff;
			width:35%;
		}
		@media only screen and (max-width:576px) { .flexslider .slides > li div.media-left  { width : 100%; } .flex-pauseplay, .flex-control-nav { display: none; } }
		#home_slider.flexslider .slides > li div.media-left a
		{
			display: block;
			background-color: #fff;
			overflow: hidden;
		}
		#home_slider.flexslider .slides > li div.media-left img { width: 100%; height: 100%; border: 1px solid #D0D0CD; }
		#home_slider.flexslider .slides > li div.media-body { height: 214px; overflow: hidden; }
		#home_slider.flexslider .slides > li div.media-body a
		{
			text-decoration: none;
			display: block;
			width: 85%;
		}
		#home_slider.flexslider .slides > li h1.media-heading
		{
			color: #333333;
			font-size: 26px;
			line-height: 28px;
		}
		@media only screen and (max-width:992px) { .flexslider .slides > li div.media-body a { width: 100%; } }
		#home_slider.flexslider .slides > li .desc_text
		{
			color: #444444;
			font-size: 18px;
			text-align: justify;
			line-height: 24px;
		}
		#home_slider.flexslider .slides > li .media a { display:flex; flex-grow: 1; }
		#home_slider.flexslider .slides > li a:hover { text-decoration: none; }	
		#home_slider.flexslider .flex-control-nav { width: auto; bottom: 30px; float: right; right: 10px; position: relative; }
		#home_slider.flexslider .flex-control-nav li { margin: 0 0 0 5px; }
		#home_slider.flexslider .flex-control-nav li a { padding: 3px 8px; color: #333; background: #ccc; width: auto; height: auto; text-indent: unset;  }
		#home_slider.flexslider .flex-control-nav li a:hover { background-color: #ffffff; text-decoration: none; }
		#home_slider.flexslider .flex-control-nav li a.flex-active {background-color:#ffffff;}
		#home_slider.flexslider .flex-pauseplay { float: right; margin-right: 20px; position: relative; top: -5px; }
		#home_slider.flexslider .flex-pauseplay a { bottom: 27px; height: 24px; position: relative; color: #000; }
		/*-------------------Footer_Start--------------------------*/
		.footer_menu
		{
			background-color: #446f8a;
			border-top: 1px solid #446f8a;
		}
		.footer_menu div.menu_heading
		{
			color: #ffffff;
		}
		.footer_menu .newsletter-form
		{
			background-image: url("../images/newsletter_bgimg.png");
			background-position: 10% 50%;
			background-repeat: no-repeat;
		}
		.footer_menu ul li
		{
			color: #FFFFFF;
			background-image: url("../images/footer_li-bullet.png");
			background-position: left center;
			background-repeat: no-repeat;
		}
		.footer_menu ul li a
		{
			color: #ffffff;
			font-size: 13px;
			text-decoration: none;
		}
		.footer_menu ul li:hover a
		{
			color: #fa0d24 !important;
			text-decoration: underline;
		}
		.footer_menu ul li a:visited, .footer_menu ul li a:focus
		{
			color: #ffffff;
			text-decoration: none;
		}
		.footer_copyright
		{
			background-color: #ffffff;
			color: #4a7996;
		} 
		/*------------------Footer_End------------------------------*/
		.btn-theme
		{
			color: #ffffff !important;
			border:1px solid #b30d0b;
			background: #b30d0b;
			background: -moz-linear-gradient(top, #b30d0b, #b30d0b);
			background: -webkit-linear-gradient(top, #b30d0b,#b30d0b);
			background: -o-linear-gradient(top,#b30d0b,#b30d0b);
			background: -ms-linear-gradient(top, #b30d0b,#b30d0b);
			background: linear-gradient(to bottom, #b30d0b,#b30d0b);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#b30d0b, endColorstr=#b30d0b,GradientType=0 );
			text-decoration: none !important;white-space:pre-wrap;
		}
		.btn-theme:hover, .btn-theme:active, .btn-theme:focus
		{
			background: #b30d0b !important;
			background: -moz-linear-gradient(top, #b30d0b, #b30d0b) !important;
			background: -webkit-linear-gradient(top, #b30d0b,#b30d0b) !important;
			background: -o-linear-gradient(top,#b30d0b,#b30d0b) !important;
			background: -ms-linear-gradient(top, #b30d0b,#b30d0b) !important;
			background: linear-gradient(to bottom, #b30d0b,#b30d0b) !important;
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#b30d0b, endColorstr=#b30d0b,GradientType=0 ) !important; /* IE6-9 */
			box-shadow: unset;
		}
		.btn-disabled
		{
			background: #aaaaaa;
		}
		.btn-disabled:hover, .btn-disabled:active, .btn-disabled:focus
		{
			background: #aaaaaa !important;
		}
		.btn-faded
		{
			background: #aaaaaa;
			border: 1px solid #000;
			color: #000 !important;
		}
		.btn-faded:hover, .btn-faded:active, .btn-faded:focus
		{
			background: #bdbdbd !important;
		}
		.blog-search-btn,.header-search-btn
		{
			border:1px solid #b30d0b;
			background: #b30d0b;
			background: -moz-linear-gradient(top, #b30d0b, #b30d0b);
			background: -webkit-linear-gradient(top, #b30d0b,#b30d0b);
			background: -o-linear-gradient(top,#b30d0b,#b30d0b);
			background: -ms-linear-gradient(top, #b30d0b,#b30d0b);
			background: linear-gradient(to bottom, #b30d0b,#b30d0b);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#b30d0b, endColorstr=#b30d0b,GradientType=0 );
			cursor:pointer;
		}
		.blog-search-btn i,.header-search-btn i
		{
			color: #ffffff;
		}
		.blog-search-btn:hover,.header-search-btn:hover
		{
			border:1px solid #b30d0b;
			background: #b30d0b;
			background: -moz-linear-gradient(top, #b30d0b, #b30d0b);
			background: -webkit-linear-gradient(top, #b30d0b,#b30d0b);
			background: -o-linear-gradient(top,#b30d0b,#b30d0b);
			background: -ms-linear-gradient(top, #b30d0b,#b30d0b);
			background: linear-gradient(to bottom, #b30d0b,#b30d0b);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#b30d0b, endColorstr=#b30d0b,GradientType=0 ); /* IE6-9 */
		}
		.homepage-sections { border: 1px solid #a09f9f; }
		.homepage-categories a , .homepage-sections .image-home-section
		{
			display: block;
			height: 235px;
			text-align: center;
			background: #ffffff;
			background: -moz-linear-gradient(top, #ffffff, #ffffff); 
			background: -webkit-linear-gradient(top,#ffffff,#ffffff); 
			background: -o-linear-gradient(top, #ffffff,#ffffff); 
			background: -ms-linear-gradient(top, #ffffff,#ffffff); 
			background: linear-gradient(to bottom, #ffffff,#ffffff);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#ffffff, endColorstr=#ffffff,GradientType=0);
			border: 1px solid #a09f9f;
			overflow: hidden;
		}
		@media only screen and (min-width:991px) { .home-cms-section { max-width: 30%; } }
		@media only screen and (max-width:990px) and (min-width:767px) { .home-cms-section { max-width: 47%; } }
		.homepage-sections .image-cms-section { height: 180px; }
		.homepage-sections .image-home-section { border: none; }
		.homepage-categories a:hover, .homepage-sections a:hover
		{
			background: #ffffff;
			background: -moz-linear-gradient(top, #ffffff, #ffffff);
			background: -webkit-linear-gradient(top, #ffffff,#ffffff); 
			background: -o-linear-gradient(top, #ffffff,#ffffff); 
			background: -ms-linear-gradient(top, #ffffff,#ffffff); 
			background: linear-gradient(to bottom, #ffffff,#ffffff); 
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#ffffff, endColorstr=#ffffff,GradientType=0);
			text-decoration: none;
		}
		.homepage-categories a img { max-height: 140px; }
		.homepage-sections a img { width: 100%; height: 100%; }
		.homepage-categories a p, .homepage-sections a p
		{
			color: #222222;
			font-size: 18px;
			text-align: center; 
			text-transform: uppercase;
		}
		.homepage-categories:nth-child(n+4) a 
		{
			background: #ffffff;
			background: -moz-linear-gradient(top, #ffffff, #ffffff);
			background: -webkit-linear-gradient(top, #ffffff,#ffffff);
			background: -o-linear-gradient(top, #ffffff,#ffffff);
			background: -ms-linear-gradient(top, #ffffff,#ffffff);
			background: linear-gradient(to bottom,#ffffff,#ffffff);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#ffffff, endColorstr=#ffffff,GradientType=0);
		}
		.homepage-categories:nth-child(n+4) a:hover 
		{
			background: #ffffff;
			background: -moz-linear-gradient(top, #ffffff, #ffffff);
			background: -webkit-linear-gradient(top, #ffffff,#ffffff);
			background: -o-linear-gradient(top, #ffffff,#ffffff);
			background: -ms-linear-gradient(top, #ffffff,#ffffff);
			background: linear-gradient(to bottom, #ffffff,#ffffff);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#ffffff, endColorstr=#ffffff,GradientType=0);
		}
		.homepage-categories:nth-child(n+7) a
		{
			background: #ffffff;
			background: -moz-linear-gradient(top, #ffffff, #ffffff);
			background: -webkit-linear-gradient(top, #ffffff,#ffffff);
			background: -o-linear-gradient(top, #ffffff,#ffffff);
			background: -ms-linear-gradient(top, #ffffff,#ffffff);
			background: linear-gradient(to bottom, #ffffff,#ffffff);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#ffffff, endColorstr=#ffffff,GradientType=0);
		}
		.homepage-categories:nth-child(n+7) a:hover
		{
			background: #ffffff;
			background: -moz-linear-gradient(top, #ffffff, #ffffff);
			background: -webkit-linear-gradient(top, #ffffff,#ffffff);
			background: -o-linear-gradient(top, #ffffff,#ffffff);
			background: -ms-linear-gradient(top, #ffffff,#ffffff);
			background: linear-gradient(to bottom, #ffffff,#ffffff);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#ffffff, endColorstr=#ffffff,GradientType=0);
		}
		.brand-slider 
		{
			border: 1px solid #a09f9f;
			height: 170px;
		}
		.brand-slider h1
		{
			width: 300px; 
			font-weight: normal;
			font-size: 18px;
			color: #000000;
			background: #3a90c4;
			background: -moz-linear-gradient(top, #3a90c4, #04477f);
			background: -webkit-linear-gradient(top, #3a90c4,#04477f);
			background: -o-linear-gradient(top, #3a90c4,#04477f);
			background: -ms-linear-gradient(top,#3a90c4,#04477f);
			background: linear-gradient(to bottom, #3a90c4,#04477f);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#3a90c4, endColorstr=#04477f,GradientType=0);
			border:1px solid #a09f9f;
			padding: 4px 0px 6px 10px;
		}
		#brandSlider.flexslider, .product_slider.flexslider { border: 0px; border-radius: 0px; }
		#brandSlider.flexslider ul li a img { background-color: #FFFFFF; border: 1px solid #a09f9f; max-height:80px; max-width:130px; margin:20px 20px 20px 40px; padding: 2px; } 
		#brandSlider.flexslider .flex-direction-nav .flex-prev, .product_slider.flexslider .flex-direction-nav .flex-prev { left: 0px; }
		#brandSlider.flexslider .flex-direction-nav .flex-next, .product_slider.flexslider .flex-direction-nav .flex-next { right: 0px; }
		#brandSlider.flexslider .flex-direction-nav li a::before, .product_slider.flexslider .flex-direction-nav li a::before
		{
			color: #ff7900;
			font-size: 30px;
		}
		#brandSlider.flexslider .flex-direction-nav li a:hover::before, .product_slider.flexslider .flex-direction-nav li a:hover::before
		{
			color: #ff7900;
		}
		.product-images .carousel-control-next-icon
		{
			background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff7900' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
		}
		.product-images .carousel-control-prev-icon
		{
			background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff7900' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
		}
		#brandSlider.flexslider .flex-direction-nav a, .product_slider.flexslider .flex-direction-nav a { opacity: 1; }
		.heading-section
		{
			background: #ebebe1;
			background: -moz-linear-gradient(top, #ebebeb, #ebebe1);
			background: -webkit-linear-gradient(top, #ebebeb,#ebebe1);
			background: -o-linear-gradient(top, #ebebeb,#ebebe1);
			background: -ms-linear-gradient(top,#ebebeb,#ebebe1);
			background: linear-gradient(to bottom, #ebebeb,#ebebe1);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#ebebeb, endColorstr=#ebebe1,GradientType=0);
			color: #000500;
		}
		.heading-section h1
		{
			color: #000500;
		}
		.heading-no-section { font-size: 17px; font-weight: bold; }
		a.heading-link { color: #0044cc; font-size: 12px; text-decoration: underline; font-weight: normal; } 
		a.heading-link:hover { color: #005cc2; text-decoration: none; }
		.address_wrapper
		{
			font-size: 13px;
			font-style: normal;
			line-height: 28px;
		}
		.address_wrapper a { color: #0044cc; font-size: 12px; text-decoration: none; font-weight: normal; }
		.address_wrapper a:hover { color: #004389; }
		.heading-section th { color: #000000; border: 1px solid #C2C2C2 !important; font-size: 14px; text-align: center; padding: 8px; }
		.data-section td { color: #000000; font-size: 14px; text-align: center; padding: 8px; }
		.left-sidebar
		{
			border: 1px solid  #a09f9f;
			background-color: #ffffff;
		}
		.left-sidebar .heading
		{
			background: #04477f;
			background: -moz-linear-gradient(top, #3a90c4, #04477f);
			background: -webkit-linear-gradient(top, #3a90c4,#04477f);
			background: -o-linear-gradient(top, #3a90c4,#04477f);
			background: -ms-linear-gradient(top,#3a90c4,#04477f);
			background: linear-gradient(to bottom, #3a90c4,#04477f);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#3a90c4, endColorstr=#04477f,GradientType=0);
			border: 1px solid #a09f9f;
			color: #ffffff;
			font-size: 18px;
			font-weight: normal;
		}
		.left-sidebar a { 
			border-width: 0px; 
			border-top: 1px dashed #c7c4c4;
			color: #333;
			font-size: 13px;
			padding: 10px 0px; 
		}
		.left-sidebar a img { position: relative; top: -3px; }
		.left-sidebar a:nth-child(2) { border-top-width: 0px; }
		.left-sidebar a:hover
		{
			background-color: #f2f2f2;
			color: #000;
			text-decoration: underline;
		}
		.right-sidebar img { max-width: 100%; }
		.best-seller-products h3
		{
			color:#fff;
			font-size: 18px; 
			font-weight: normal;
			background: #04477f;
			background: -moz-linear-gradient(top, #3a90c4, #04477f);
			background: -webkit-linear-gradient(top, #3a90c4,#04477f);
			background: -o-linear-gradient(top, #3a90c4,#04477f);
			background: -ms-linear-gradient(top,#3a90c4,#04477f);
			background: linear-gradient(to bottom, #3a90c4,#04477f);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#3a90c4, endColorstr=#04477f,GradientType=0);
			border: 1px solid #a09f9f;
		}
		.best_seller_products 
		{
			margin: 3px;
			border: 1px solid #a8a5a5;
			background: #f5f5f5;
		}
		.slide_actions i
		{
			color: #ff7900;
			font-size: 50px;
			line-height: 20px;
		}
		.slide_actions i.slide_down { position: relative; top: 10px; }
		.slide_actions i.disabled { color: #c2c2c2; }
		.best_seller_products .vertical_slides
		{
			overflow: hidden;
			max-height: 375px;
		}
		.best_seller_products .vertical_slides .media a img 
		{ 
			border: 1px solid #E4E4E4;
			border-radius: 3px;
			padding: 2px;
			width: 70px;
			height: 55px;
		}
		.best_seller_products .vertical_slides .media-body
		{
			font-size: 12px;
		}
		.best_seller_products .vertical_slides .media-body h5
		{
			color: #0062C5;
			font-weight: 700;
			font-size: 12px;
		}
		.best_seller_products .vertical_slides .media-body .fa-star
		{
			color: #ff7900;
		}
		.item-listing
		{
			text-align: center;
			border: 1px solid #a09f9f;
			overflow: hidden;
			position: relative;
		}
		.item-listing:hover
		{
			background-color: #ffffff;
		}
		.image_container
		{
			border: 1px solid #a09f9f;
			position: relative;
			overflow: hidden;
		}
		.additional_images img 
		{
			background-color: #FFFFFF;
			border: 1px solid #a09f9f;
			max-width: 60px;
			max-height: 60px;
			margin: 0px 2%;
		}
		@media only screen and (max-width:1140px) and (min-width:891px) { .additional_images img { margin: 0px 1%; width: 50px; } }
		@media only screen and (max-width:890px) and (min-width:768px) { .additional_images img { margin: 0px 0.5%; width: 39px; } }
		@media only screen and (max-width:360px) { .additional_images img { margin: 0px 1%; width: 50px; } }
		.product-details .tab-content
		{
			border: 1px solid #a09f9f;
			border-top: 0px;
			min-height: 200px;
			font-size:16px;
			line-height:20px;
		}
		.product-details .nav-tabs
		{
			border-bottom: 1px solid #a09f9f;
		}
		.product-details .nav-tabs .nav-item
		{
			margin-right: -1px;
		}
		.product-details .nav-tabs .nav-link
		{
			background-color: #f5f5f5;
			border-color: #a09f9f;
			border-radius: 0px;
			color: #333333;
		}
		.product-details .nav-tabs .nav-item.show .nav-link, .product-details .nav-tabs .nav-link.active
		{
			border-color: #a09f9f #a09f9f #ffffff;
			background-color: #ffffff;
		}
		.product-details .nav-tabs .nav-link:focus, .product-details .nav-tabs .nav-link:hover
		{
			border-color: #a09f9f #a09f9f #ffffff;
			background-color: #ffffff;
		}
		.blog-sidebar { border-color: #a09f9f; }
		