@font-face {
    font-family: 'franklin-cd';
    src: url('/assets/fonts/Franklin-Gothic-Std-Condensed.otf') format('truetype');
}

/*CID update looks*/
#skin, #wrapper-navigation-bar{
	background: #fff;
}

#navigation-bar.is-logined.cid, #navigation-bar.cid.fix-top .onlystick{
	width: 980px;
}

#navigation-bar.fix-top {
    background: #fff;
}

.menu li a {
    color: #000;
    font-family: franklin-cd;
    font-size: 16px;
    /*font-weight: bold;*/
}

.home-icon {
	background: url("//cimg.zettecdn.com/img/static/home.png") 0 0;
}

.message-icon {
	background: url("../img/cd-sprite.png") -222px -32px;
    background-position: -223px -34px;
}

.message-icon:hover{
	background: url("../img/cd-sprite.png") -222px -32px;
    background-position: -200px -19px;
}

.notification-icon {
	background: url("//cimg.zettecdn.com/img/static/bell.png");
	background-position: 13px;
}

a.whiteText:link, a.whiteText:visited{
	color: #000;
    font-family: franklin-cd;
    font-size: 16px;
    /*font-weight: bold;*/
}

a.whiteText:hover {
    color: #dd1b54;
}

#label label{
	background: url("//cimg.zettecdn.com/img/static/search-1.png") 0 0;
}

#label label:hover {
 	background: url("//cimg.zettecdn.com/img/static/search-1.png") 0 0;
}

.masonry-banner{
	background-image: url("");
}