@import url(https://fonts.googleapis.com/css?family=Lato:400,300,700,900);
@import url("components.css");
@import url("utils.css");
@import url("animate.css");
@import url("animate2.css");
@import url("../font-awesome-4.4.0/css/font-awesome.min.css");
body{
	font-family: Lato;
	font-weight: 400;
}
/*********************************** Page Defaults *******************************************/

.flat{
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}
.flat-control{
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
.no-border{
	border-width: 0px;
}
.no-margin{
	margin: 0px;
}
.uppercase{
	text-transform: uppercase;
}
.font-12{
	font-size:12px;
}
.font-14{
	font-size:14px;
}
.font-16{
	font-size:16px;
}
.font-18{
	font-size:18px;
}
.font-20{
	font-size:20px;
}
.font-22{
	font-size:22px;
}
.font-24{
	font-size:22px;
}
.font-400{
	font-weight: 400;
}
.no-pad-left{
	padding-left: 0px;
}
.no-pad-right{
	padding-right: 0px;
}
.no-pad-top{
	padding-top: 0px;
}
.no-pad-bottom{
	padding-bottom: 0px;
}
.space-5{
	height: 5px;
}
.space-10{
	height: 10px;
}
.space-15{
	height: 15px;
}
.space-20{
	height: 20px;
}
.space-25{
	height: 25px;
}
.space-30{
	height: 30px;
}
.color-base{
	color: #02adf2;
}
.bg-base{
	background: #02adf2;
}
.bg-light-1{
	background: #cecece;
}
.color-light-1{
	color: #cecece;
}
.text-grey{
	color: #bdbdbd;
}
.text-red{
	color: #f00;
}
a.text-red{
	color: #f00;
}
.removePrintColor:hover,
.addPrintColor:hover,
.removePrintColor:active,
.addPrintColor:active,
.removePrintColor:focus,
.addPrintColor:focus{
	text-decoration: none;
}
.box-shadow{
	box-shadow:0 0 3px rgba(0,0,0,0.1);
	position: relative;
}
.inline-block{
	display: inline-block;
}
.produt-image-gallery .produt-image-box{
	margin:0 5px;
}
.section-head{
	background: #f9f9f9;
	position: relative;
	padding-left: 60px;
	height: 40px;
	margin-bottom: 15px;
}
.section-number{
    position: absolute;
    top: 0px;
    left: 0px;
    background: #02adf2;
    color: #fff;
    padding: 10px;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 14px;
    
}
.section-head h3{
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 400;
	position: relative;
	top: 12px;
	color: #bdbdbd;
	text-shadow: 1px 1px rgb(255, 255, 255);
	margin: 0px;
}
.section-dets .nav-tabs{
	
}
img{
	max-width: 100%;
}
@media (max-width: 768px) {
	.text-center-mobile{
		text-align: center !important;
	}
}

/*********************************** End Defaults *******************************************/
/*********************************** Mega DropDown *******************************************/

.mega-dropdown {
  position: static !important;
}
.mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.mega-dropdown-menu:before {
    content: "";
    border-bottom: 10px solid #fff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    top: -10px;
    left: 20px;
    display: none;
    z-index: 10;
}
.mega-dropdown-menu:after {
    content: "";
    border-bottom: 10px solid #ccc;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    top: -11px;
    left: 20px;
    display: none;
    z-index: 8;
}
.careter{
	display: none;
}
.open .careter{
	display: block;
}
.careter:before {
    content: "";
    border-bottom: 10px solid #fff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    top: 51px;
    z-index: 99999;
    left: 50%;
    margin-left: -10px;
}
.careter:after {
    content: "";
    border-bottom: 10px solid #ccc;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    top: 50px;
    z-index: 9999;
    left: 50%;
    margin-left: -10px;
}
.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}
.mega-dropdown-menu > li > ul > li {
  list-style: none;
}
.mega-dropdown-menu > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #999;
  white-space: normal;
}
.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
  color: #444;
  background-color: #f5f5f5;
}
.mega-dropdown-menu .dropdown-header {
  color: #428bca;
  font-size: 18px;
  font-weight:bold;
}
.mega-dropdown-menu form {
    margin:3px 20px;
}
.mega-dropdown-menu .form-group {
    margin-bottom: 3px;
}
/******************************** End Mega Menu *****************************************/
.navbar-default{
	border-color: transparent;
	background-color: transparent;
}
#top-bar{
	background: #02adf2;
	padding: 5px 0px;
}
#top-bar a{
	color: #fff;
	line-height: 26px;
}
#top-bar input[type='text']{
	padding: 0 5px;
    height: 25px;
    max-width: 400px;
}
#main-nav{
	background: #f9f9f9;
	padding: 10px 0;
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 30px;
}
.qty-img{
	border:1px solid #fafafa;
	margin-bottom: 5px;
}
.qty-wrapper{
	width:80px !important;
	text-align: center;
}
.input-append input[type='text']{
	float: left;
	width: 45px;
}
.spinner .add-on{
    padding: 6px 13px;
    position: relative;
    left: -1px;
    background-color: #fff;
    border: 1px solid #CCCCCC;
    float: right;
}
.qty-slider .bx-viewport{
	border: 0px !important;
	box-shadow: none;
	left: 0px !important;
}
.bx-wrapper .bx-next {
    right: -33px;
    background-color: #626262;
    opacity: 0.1;
}
.bx-wrapper .bx-prev {
    left: -33px;
    background-color: #626262;
    opacity: 0.1;
}
.bx-wrapper:hover .bx-prev,
.bx-wrapper:hover .bx-next{
	opacity:1;
}
.big-btn{
	width:270px;
	text-align: center;
}
.big-btn{
	font-size:36px;
	font-weight: 700;
	text-align: center;
	display: block;
	color: #fff;
	text-transform: uppercase;
	line-height: 1;
	padding: 10px 0;
}
.big-btn:hover{
	color: #fff;
	text-decoration: none;
}
.btn-grey{
	background: #a8a8a8;
}
.btn-blue{
	background: #02adf2;
	font-size: 24px;
	height: 68px;
	display: table-cell;
	vertical-align: middle;
}
.big-btn span{
	display: block;
	font-size: 12px;
	margin: auto;
	text-align: center;
}
.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
}
input[readonly] {
  background-color: white !important;
  cursor: text !important;
}
.popover{
	font-family: Lato;
    text-transform: uppercase;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-color: #F1F1F1;
    font-size: 12px;
    color: #BFBFBF;
}
.lineheight-big{
	line-height:2;
}
.main-heading{
	text-align: center;
	font-size: 20px;
	position: relative;
	text-transform: uppercase;
}
.main-heading:after{
	display: block;
	content: '';
	margin: auto;
	width: 100px;
	height: 3px;
	margin-top: 15px;
	background: #02adf2;
}
.padd-all{
	padding:10px;
}
.grid-price-wrapper h3{
	height: 30px;
	overflow: hidden;
}
.grid-price-wrapper{
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	padding: 5px 0;
}
.landing1-footer-box{
	padding:15px;
	background: #fff;
	border: 1px solid #cbcbcb;
	position: relative;
	padding-left: 60px;
}
.landing1-footer-box p{
	margin: 0 !important;
	color: #777777;
	line-height: 20px;
	font-family: Lato !important;
}
.landing1-footer-box img{
	position: absolute;
	top: 30px;
	left: 10px;
}
.l1Footer{
	margin-top:80px;
}
.landing1-footer-box strong{
	display: block;
	margin-bottom: 5px;
	font-family: Lato !important;
	font-weight: 700;
	font-size: 14px !important;
	text-transform: uppercase;
	color: #222222;
}
.brands{
	margin-top:80px;
}
.brandsImages{
	text-align: center;
}
.linedHeading{
	font-family:Bitter;
	font-size: 24px;
	font-weight: 700;
	border-bottom: 1px solid #ececec;
	margin-bottom: 30px !important;
	text-transform: uppercase;
}
.linedHeading span{
	border-bottom: 2px solid #03ADF2;
	padding-right: 10px;
	padding-bottom: 10px;
	display: inline-block;
	position: relative;
	top: 1px;
}
.linedHeading small{
	font-size: 24px;
}
.footer{
	background:#F1F1F1;
	padding: 50px 0 80px 0;
	border-top: 1px solid #E3E3E3;
}
.footer h3{
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
}
.triangled ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.triangled ul li:before {
	font-family: "FontAwesome";
    content: "\f04b";
    margin-right: 10px;
    color: #d9d9d9;
    display: block;
    float: left;
    position: relative;
    top: 5px;
    font-size: 7px;
}
.social-icons {
	margin:20px 0px;
	padding: 0;
}
.social-icons li {
    float: left;
    text-align: center;
}
.social-icons li {
    overflow: hidden;
}
.social-icons li a {
    width: 32px;
    margin-right: 4px;
    height: 28px;
    padding-top: 4px;
    display: inline-block;
    background: #d9d9d9;
    color: #fff;
    line-height: 32px;
    font-size: 1.3333em;
    -moz-transition: opacity 0.3s ease-in;
    -o-transition: opacity 0.3s ease-in;
    -webkit-transition: opacity 0.3s ease-in;
    -ms-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
}
.qtyInputApparel{
	float: left;
	text-align: center;
	margin: 0 5px;
}
.qtyInputApparel input{
	width:50px;
	display: block;
	border: 1px solid #dadada;
	padding: 10px;
}
.qtyImgAndQtyImage {
    float: left;
    width: 80px;
    border: 1px solid #dadada;
    margin-bottom: 20px;
    padding-bottom: 1px;
    margin-top: 10px;
    
}
.qtyImgAndQtys{
	float: left;
	position: relative;
	top: 15px;
}
.checkedItemForQty{
	border-bottom: 2px solid #02ADF2;
}
@media (max-width:480px){
	.qtyImgAndQtyImage {
		margin-top: 22px;	
	}
	.qtyImgAndQty{
		margin-bottom:30px;
		border-bottom: 1px solid #dadada;
		padding-bottom: 20px;
	}
	.qtyImgAndQtys{
		top: 5px;
		width: 250px;
	}	
}
@media (max-width:420px){
	.qtyImgAndQtys{
		top: 5px;
		width: 210px;
	}	
}
@media (max-width:350px){
	.qtyImgAndQtys{
		top: 5px;
		width: 190px;
	}	
}
.BannerWrapper4x{
	background-color: #02ADF2;
	position: relative;
	margin-bottom: 30px;
	top: -30px;
	
}
.bannerWrapper4xBg{
	background-image: url(../img/map.png);
	background-repeat: no-repeat;
	background-position-x: right;	
	background-position-y: center;	
	min-height: 400px;
	padding: 100px 0;
	color: #fff;
}
.font-36{
	font-size: 36px;
}
.font-700{
	font-weight: 700;
}
.buyerProtectionFeatures{
	font-size:24px;
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
}
.protectionLogo{
	padding: 70px 0;
}
.sp-top-bottom100{
	padding:100px 0;
}
.sp-top-bottom50{
	padding:50px 0;
}
.bg-grey{
	background: #fafafa;
}
.text-grey{
	color: #909090;
}
.text-dark{
	color: #525252;
}
h3 span{
	font-size: 12px;
	display: block;
	color: #777870;
}
.sm-bottom50{
	margin-bottom:50px;
}
@media (max-width:480px){
	.buyerProtectionFeatures{
		font-size:16px;
	}
	.banner4xHeading{
		font-size: 18px;
		margin-bottom: 30px;
		margin-top: 30px;
	}
}
.searchBar{
	position: relative;
}
.searchBar i{
	position: absolute;
	top: 4px;
	right: 10px;
	z-index: 99;
}
.searchBar input[type='text']{
	width: 100% !important;
	max-width: 100%;
}
.static-page-header{
	top: -30px;
	position: relative;
	padding: 30px 20px;
	color: #fff;
}
.styled-heading-top{
	width: 200px;
	margin: 0 auto;
	position: relative;
	font-size: 14px;
}

.styled-heading-top:after{
	display: block;
	content: '';
	height: 1px;
	background: #777777;
	position: absolute;
	top: 50%;
	width: 100%;
}
.bg-grey .styled-heading-top span{
	background: #FAFAFA;
}
.styled-heading-top span{
	display: inline-block;
	padding: 0 20px;
	background: #fff;
	position: relative;
	z-index: 100;
}
.styled-heading h1{
	font-size: 30px;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	font-weight: 700;
	color: #404040;
}
.headingDesc{
	font-size: 18px;
	font-style: italic;
	margin-top: 20px;
	color: #777777;
}
.styled-heading{
	margin-bottom:30px;
}
.font-30{ 
	font-size: 30px;
}
.lineheight-Medium{
	line-height: 1.7;
}
.sp-top50{
	padding-top: 50px;
}
.featurebox{
	padding: 20px;
	border: 3px solid #dadada;
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	text-align: left;
}
.featurebox:hover{
	background: #fff;
	border-color: #fff;
}
.featurebox h3{
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
	margin: 0px;
	margin-bottom: 5px;
}
.featurebox i{
	margin-bottom: 10px;
	font-size: 30px;
}
.sm-top-bottom50{
	margin: 50px 0;
}
.sm-top-bottom40{
	margin: 40px 0;
}
.sm-top-bottom30{
	margin: 30px 0;
}
.sm-top-bottom20{
	margin: 20px 0;
}
.sm-top-bottom10{
	margin: 10px 0;
}
.sm-top30{
	margin-top: 30px;
}
.sm-top40{
	margin-top: 40px;
}
.sm-top50{
	margin-top: 50px;
}
.sm-top20{
	margin-top: 20px;
}
.sm-top10{
	margin-top: 10px;
}
.sm-bottom30{
	margin-bottom: 30px;
}
.sm-bottom40{
	margin-bottom: 40px;
}
.sm-bottom50{
	margin-bottom: 50px;
}
.sm-bottom20{
	margin-bottom: 20px;
}
.sm-bottom10{
	margin-bottom: 10px;
}
.bg-parallax{
	color: #ecf0f5;
	background-attachment: fixed;
}
.text-white{
	color: #fff !important;
}
.testimonialBox{
	background:#fff;
	padding: 20px;
	border: 1px solid #e5e5e5;
}
.testimonialBox i{
	width: 30px;
	height: 30px;
	background: #5e5e5e;
	border-radius: 50%;
	color: #fff;
	padding-top: 8px;
	margin-bottom: 10px;
}
.testimonialBoxOwner strong{
	display: block;
}
.bg-dark{
	background:#7f7f7f;
}
.border-bottom{
	border-bottom:1px solid #f0f0f0;
}
.mainSlider{
	height: 400px;
}
.featuredImg{
	height:400px;
}
.row.no-gutter {
    margin-left: 0;
    margin-right: 0;
}
.row.no-gutter [class*=col-] {
    padding-left: 0;
    padding-right: 0;
}
.row.no-gutter .with-gutter{
    margin-left: -15px;
    margin-right: -15px;
}
.row.no-gutter  [class*=col-] .with-gutter{
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.border{
	border: 1px solid #dadada;
}
.sideMenuSection ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.sideMenuSection ul li a{
	color: #000;
	display: block;
	margin: 10px 0;
}
.section-category-grid img{
	max-width: 100%;
	display: block;
}
.gridNameWrapper{
	text-transform: uppercase;
	font-size: 14px;
	height: 27px;
	overflow: hidden;
}
.no-border-right{
	border-right: 0px !important;
}
.no-border-left{
	border-left: 0px !important;
}
.no-border-top{
	border-top: 0px !important;
}
.sideMe ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.sideMe{
	position: fixed;
	top: 150px;
	left: 20px;
	background: #fff;
	z-index: 999;
	border-radius: 50px;
    padding: 20px 0;
    border: 1px solid #ECECEC;
    transition: all .5s;
    box-shadow: 0px 0px 8px rgba(0,0,0,.1);
    transform: translateY(-700px);
}
.sideMe.activeSideMeWrapper{
	transform: translateY(0px);

}
.sideMe ul li span{
    position: absolute;
    top: 0px;
    background: #02adf2;
    padding: 6px 10px;
    opacity: 0;
    color: #fff;
    transform: translateX(0px);
    transition: all .2s;
    border-radius: 0 15px 15px 0;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    font-weight: 700;
    padding-right: 20px;
    font-size: 12px;
    text-transform: uppercase;
    height: 28px;
    box-shadow: 2px 0 5px rgba(0,0,0,0.1) inset;
}
.sideMe ul li:hover span{
	transform: translateX(38px);
	opacity: 1;
}
.sideMe ul li a{
	display: block;
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	z-index: 9999;
	position: relative;
	z-index: 999;
	color:#868686;
	padding: 5px 10px;
}
.sideMe ul li a:active,
.sideMe ul li a:focus,
.sideMe ul li a:hover{
	text-decoration: none;
	
}
.sideMe ul li i{
	
}
.sideMe ul li:hover a{
	color: #02adf2;	
	transform: scale(2);
}
.sideMe ul li.activeSideMe a{
	color: #fff !important;	
	transform: scale(1);
	background: #f00;
}
.sideMe ul li.activeSideMe:hover a{
	color: #fff !important;	
}

.sideMe ul li{
	position: relative;

}
.sideMe ul li i{
	font-size: 18px;
	
}
.sideMe ul li:last-child{
	border-bottom:0px;
}

.bg-white{
	background:#fff;
}
.mainSlider img{
	border: 1px solid #dadada;
	
}
.homePageCategory{
	border-top: 3px solid #000;
}
.homePageCategory a{
	font-weight: 700;
}
.homePageCategory ul li a{
	font-weight: 400;
}
.mainCatDesc{
	position: absolute;
	bottom: 30px;
	width: 100%;
	margin: auto;
	padding: 10px;
	text-align: center;
	color: #fff;
}
.mainCatDesc h3{
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
}
.eqheight1,.eqheight1{
	height: 516px !important;
}

@media (max-width:480px){
	.eqheight1,.eqheight1,.mainSlider,.featuredImg{
		height: auto !important;
	}	
}

/** apparelCategory **/
#apparelCategory{
	border-top-color:#0FB779;
}
#apparelCategory a,.sideMe ul .linkapparelCategory:hover a{
	color: #0FB779;
}
.sideMe ul .linkapparelCategory span{
	background: #0FB779;
}
.linkapparelCategory.activeSideMe a{
	background: #0FB779 !important;
}
#apparelCategory .mainCatDesc{
	background: rgba(15, 183, 121, 0.7);
}

/** bagsCategory **/
#bagsCategory{
	border-top-color:#386E8A;
}
#bagsCategory a,.sideMe ul .linkbagsCategory:hover a{
	color: #386E8A;
}
.sideMe ul .linkbagsCategory span{
	background: #386E8A;
}
#bagsCategory .mainCatDesc{
	background: rgba(56, 110, 138, 0.7);
}
.linkbagsCategory.activeSideMe a{
	background: #386E8A !important;
}

/** drinkwareCategory **/
#drinkwareCategory{
	border-top-color:#DAA900;
}

#drinkwareCategory a,.sideMe ul .linkdrinkwareCategory:hover a{
	color: #DAA900;
}
.sideMe ul .linkdrinkwareCategory span{
	background: #DAA900;
}
#drinkwareCategory .mainCatDesc{
	background: rgba(218, 169, 0, 0.7);
}
.linkdrinkwareCategory.activeSideMe a{
	background: #DAA900 !important;
}
/** techCategory **/
#techCategory{
	border-top-color:#E046A1;
}
#techCategory a,.sideMe ul .linktechCategory:hover a{
	color: #E046A1;
}
.sideMe ul .linktechCategory span{
	background: #E046A1;
}
#techCategory .mainCatDesc{
	background: rgba(224, 70, 161, 0.7);
}
.linktechCategory.activeSideMe a{
	background: #E046A1 !important;
}
/** officeCategory **/
#officeCategory{
	border-top-color:#4FAB41;
}
#officeCategory a,.sideMe ul .linkofficeCategory:hover a{
	color: #4FAB41;
}
.sideMe ul .linkofficeCategory span{
	background: #4FAB41;
}
#officeCategory .mainCatDesc{
	background: rgba(80, 170, 66,0.7);
}
.linkofficeCategory.activeSideMe a{
	background: #4FAB41 !important;
}



/** pensCategory **/
#pensCategory{
	border-top-color:#21ACF9;
}
#pensCategory a,.sideMe ul .linkpensCategory:hover a{
	color: #21ACF9;
}
.sideMe ul .linkpensCategory span{
	background: #21ACF9;
}
#pensCategory .mainCatDesc{
	background: rgba(33, 172, 249, 0.7)
}
.linkpensCategory.activeSideMe a{
	background: #21ACF9 !important;
}



/** accessoriesCategory **/
#accessoriesCategory{
	border-top-color:#FDA22F;
}
#accessoriesCategory a,.sideMe ul .linkaccessoriesCategory:hover a{
	color: #FDA22F;
}
.sideMe ul .linkaccessoriesCategory span{
	background: #FDA22F;
}
#accessoriesCategory .mainCatDesc{
	background:  rgba(253, 162, 47, 0.7);
}
.linkaccessoriesCategory.activeSideMe a{
	background: #FDA22F !important;
}


/** foodCategory **/
#foodCategory{
	border-top-color:#E81818;
}
#foodCategory a,.sideMe ul .linkfoodCategory:hover a{
	color: #E81818;
}
.sideMe ul .linkfoodCategory span{
	background: #E81818;
}
#foodCategory .mainCatDesc{
	background: rgba(232, 24, 24,0.7);
}
.linkfoodCategory.activeSideMe a{
	background: #E81818 !important;
}


/** tradeshowCategory **/
#tradeshowCategory{
	border-top-color:#00E6FF;
}
#tradeshowCategory a,.sideMe ul .linktradeshowCategory:hover a{
	color: #00E6FF;
}
.sideMe ul .linktradeshowCategory span{
	background: #00E6FF;
}
#tradeshowCategory .mainCatDesc{
	background: rgba(0, 230, 255,0.7);
}
.linktradeshowCategory.activeSideMe a{
	background: #00E6FF !important;
}


/** giftsCategory **/
#giftsCategory{
	border-top-color:#FD73AB;
}
#giftsCategory a,.sideMe ul .linkgiftsCategory:hover a{
	color: #FD73AB;
}
.sideMe ul .linkgiftsCategory span{
	background: #FD73AB;
}
#giftsCategory .mainCatDesc{
	background: rgba(253, 115, 171,0.7);
}
.linkgiftsCategory.activeSideMe a{
	background: #FD73AB !important;
}

/** officeCategory **/
#officeCategory{
	border-top-color:#4FAB41;
}
#officeCategory a,.sideMe ul .linkOfficeCategory:hover a{
	color: #4FAB41;
}
.sideMe ul .linkOfficeCategory span{
	background: #4FAB41;
}
#officeCategory .mainCatDesc{
	background: rgba(80, 170, 66,0.7);
}



/** officeCategory **/
#officeCategory{
	border-top-color:#4FAB41;
}
#officeCategory a,.sideMe ul .linkOfficeCategory:hover a{
	color: #4FAB41;
}
.sideMe ul .linkOfficeCategory span{
	background: #4FAB41;
}
#officeCategory .mainCatDesc{
	background: rgba(80, 170, 66,0.7);
}


