@CHARSET "UTF-8";
.red{color: #ff615f;}
.orange{color: #fca923;}
.teal{color: #6fd6c6;}
.navy{color: #475665;}
.blue{color: #44c8fo;}
.high-grey{color: #9c9c9c;}
.mid-grey{color: #cbcbcb;}
.low-grey{color: #f6f6f6;}

.show_on_mobile{
	display: none !important;
	}
.btn2 {
	font-family:Lato;
  display: inline-block;
  *display: inline;
  padding: 10px 20px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 15px;
  line-height: 20px;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  *zoom: 1;
  border:none;
  border-collapse: collapse;
}

.btn_large {
	font-family:Lato;
  display: inline-block;
  *display: inline;
  padding: 15px 20px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 15px;
  line-height: 20px;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-border-top-right-radius: 5px;
     -moz-border-top-right-radius: 5px;
          border-top-right-radius: 5px;
   -webkit-border-bottom-right-radius: 5px;
     -moz-border-bottom-right-radius: 5px;
          border-bottom-right-radius: 5px;
  *zoom: 1;
  border:none;
  border-collapse: collapse;
}
body{
	font-family: Lato ,"Helvetica Neue",Helvetica,Arial,sans-serif;
	}

a {
color: #F53230;
text-decoration: none;
}

.ad_killer {
    display:none;
    /* Use this to remove all banner ads from select pages */
    }
    
.btn-compact{
	padding: 4px 12px;
	}
.btn-long{
	padding: 8px 25px;
	}
.btn-long2{
	padding: 8px 40px;
	}
.btn-long-compact{
	padding: 4px 25px;
	}
.btn2:first-child {
  *margin-left: 0;
}
.btn2:hover,
.btn2:focus {
  text-decoration: none;
}

.btn-action{
	color: #fff;
	background-color: #ff615f;
	}
.btn-action:hover{
	color: #fff;
	background-color: #f53230;
	}
.btn-action:active{
	color: #fff;
	background-color: #db5d5b;
	}
.btn-option{
	color: #ff615f;
	background-color: #ebebeb;
	}
.btn-option:hover{
	color: #ff615f;
	background-color: #e2d5d5;
	}
.btn-option:active{
	color: #ff615f;
	background-color: #cacaca;
	}
.btn-dark{
	color: #fff;
	background-color: #475665;
	}
.btn-third{
	color: #fff;
	background-color: #47d7c6;
	}
.btn-third:hover{
	color: #fff;
	background-color: #2cf0d9;
	}
.btn-third:active{
	color: #fff;
	background-color: #88d7ce;
	}
.btn2.disabled,
.btn2[disabled] {
  cursor: default;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
.input-prepend.input-append .btn2:last-child{
	border-radius: 0 4px 4px 0;
	margin-left: -1px;
	}
.space-left{
	margin-left: 10px;
}
.space-left-lot{
	margin-left: 20px;
}
.space-top{
	margin-top: 6px;
}
.space-top-lot{
	margin-top: 20px;
}
.space-bottom{
	margin-bottom: 10px;
	}
.alignLeft{
	text-align:left;
	}
.alignRight{
	text-align: right;
	}
.alert{
	margin-left: 1%;
	margin-right: 1%;
	}
.css-checkbox {
    display: none !important;
}
.css-checkbox + label {
    background: url("../images/other/checkbox-sprite.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding-left: 30px;
    vertical-align: middle;
    white-space: nowrap;
    font-size:14px;
}
.css-checkbox:checked + label {
    background: url("../images/other/checkbox-sprite.png") no-repeat scroll 0 -25px transparent;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    padding-left: 30px;
    vertical-align: middle;
    width: 25px;
    
}
.no-transition{
	transition: none !important;
	}
.show_in_mobile{
	display:none;
	}
.show_in_non_mobile{
	display:block;
	}
.top-menu{
	float: right !important;
	}
.top-search{
	margin-left: 0 !important;
	}
.content2_menu{
	padding: 2%;
	width: auto;
	border: 1px solid #ccc;
	border-radius: 3px;
	}
.content2_menu_wrapper{
	margin-top: 10px;
	
	}
.content2_menu .pull-right{
	margin-left: 20px;
	
	}
.content2_menu a{
	color: #333;
	}
.content2_menu a.selected{
	color: #ee0000;
	}
.content2{
	background: #fff;
	border-radius: 3px;
	padding: 4%;
	margin: 10px 1.3% 20px 1%;
	width: 89.7%;
	}
.content-inner{
	margin-left: 1%;
	margin-right: 1%;
	}
.popupMenuDiv{
	display: none;
	width: 150px;
	position: absolute;
	margin-left: 290px;
	background: #465666;
	color: #fff;
	margin-top: -1px;
	z-index: 5;
	}
.popupMenuDiv ul{
	list-style: none;
	margin-left:0px;
	margin-bottom: 0px;
	}
.popupMenuDiv ul li{
	border-bottom: 1px solid #666;
	}
.popupMenuDiv ul li a, .popupMenuDiv ul li strong{
	display: block;
	padding: 5px 10px;
	color: #fff;
	}
.popupMenuDiv ul li a:hover{
	background: #687888;
	text-decoration: none;
	}
.popupMenuDiv ul li.last{
	border-bottom: none;
	}
.popupMenuTopArrow{
	margin-top: -6px;
	position: absolute;
	margin-left: 65px;
	}
.popupMenu:hover .popupMenuDiv{
	display: block;
	}
.buzzItem{
	 -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
          margin-bottom: 20px;
          width: 212px;
	}
.image-music{
	background: url('../images/studentbee/circle_music.png') 35px 15px no-repeat #53d7c6;
	height: 173px;
	}
.image-recruitment{
	background: url('../images/studentbee/circle_recruitment.png') 35px 15px no-repeat #475766;
	height: 173px;
	}
.image-sale{
	background: url('../images/studentbee/circle_sale.png') 35px 15px no-repeat #44c8f0;
	height: 173px;
	}
.image-deal{
	background: url('../images/studentbee/circle_deal.png') 35px 15px no-repeat #fca922;
	height: 173px;
	}
	
.image-nightlife{
	background: url('../images/studentbee/circle_nightlife.png') 35px 15px no-repeat #47d7c6;
	height: 173px;
	}
.image-calendar{
	background: url('../images/studentbee/circle_calendar.png') 35px 15px no-repeat #35c7f2;
	height: 173px;
	}
.image-student{
	background: url('../images/studentbee/circle_student.png') 35px 15px no-repeat #ffab00;
	height: 173px;
	}
	.image-property{
	background: url('../images/studentbee/circle_property.png') 35px 15px no-repeat #47d7c6;
	height: 173px;
	}
.image-notice{
	background: url('../images/studentbee/circle_notice.png') 35px 15px no-repeat #465767;
	height: 173px;
	}
.buzzTitle{
	background: #fff;
	padding: 10px 15px;
	color: #666;
	border-radius: 0 0  3px 3px;
	}
.itemPrice{
	background: url('../images/style_new/price_bg.png') 0 0 no-repeat;
	width: 88px;
	height: 28px;
	padding:6px 5px 5px;
	color: #fff;
	font-weight:bold;
	position: absolute;
	margin-top: -50px;
	margin-left: -4px;
	font-size: 15px;
	}
.itemExpire{
	background: #fff;
	border-radius: 2px;
	padding: 2px 5px;
	position: absolute;
	margin-top: -30px;
	right: 5px;
	font-size: 11px; 
	font-weight: bold;
	color: #727272;
	}
.buzz_expend_inner .itemExpire{
	right: 15px;
	}
.itemBidCount{
	float: right;
	background: #86daf3;
	padding:0px 5px;
	color: #18707b;
	border-radius: 2px;
	}
.buzzTitleDesc{
	font-size: 13px;
	border-radius: 3px 3px 0 0 ;
	background: #fff;
	padding: 10px 15px;
	}
.buzzIcons{
	clear: both;
	background: #fff;
    height: 0px;
    overflow:hidden;
    display: block;
	}

.buzzIcons:after{
	clear: both;
	}
.buzzLike{
	background: url('../images/studentbee/icons.png') -17px -15px no-repeat ;
	padding-left: 25px;
	font-size:10px;
	width: 50px;
	float: left;
	cursor: pointer;
	color: #888;
	padding-top: 1px;
	}
.buzzLiked{
	background-position: -17px -38px;
	cursor: default;
	}
.buzzLikeDisabled, .buzzFavDisabled{
	cursor: default !important;
	}
.buzzUser{
	padding-left: 17px;
	font-size:10px;
	width: 80px;
	float: left;
	white-space:nowrap;
	overflow: hidden;
	color: #888;
	}
.buzzUserStudent{
	background: url('../images/studentbee/icons.png') -20px -73px no-repeat ;
	}
.buzzStar{
	background: url('../images/studentbee/icons.png') -17px -106px no-repeat ;
	margin-right: 0px;
	width: 18px;
	float: right;
	height: 20px
	}
.buzzFav{
	background: url('../images/studentbee/icons.png') -17px -137px no-repeat ;
	margin-right: 5px;
	width: 18px;
	float: right;
	height: 20px;
	cursor: pointer;
	}
.buzzFaved{
	background-position: -17px -157px;
	}
.buzzIcons2{
	border-top: 1px solid #ccc;
	border-bottom: none !important;
	padding: 10px 20px;
	font-size: 13px;
	display: block !important;
	height: 22px !important;
}
.buzzIcons2 .buzzLike{
	background-position: -239px -11px;
	height: 21px;
	padding-left: 30px;
	padding-top: 2px;
	font-size: 14px;
	width: 55px;
	}
.buzzIcons2 .buzzLiked{
	background-position: -239px -48px;
	}
.buzzIcons2 .buzzUser{
	background-position: -220px -86px;
	height: 23px;
	width: 150px;
	font-size: 14px;
	padding-left: 45px;
	padding-top: 2px;
	white-space: nowrap
	}
.buzzIcons2 .buzzFav{
	background-position: -239px -162px;
	height: 23px;
	width: 23px;
	}
.buzzIcons2 .buzzFaved{
	background-position: -239px -199px;
	}
.span6-1,.span6-2{
	width: 446.5px !important;
	}
.span6-2{
	margin-left:22px !important;
	}
.span6-1-1, .span6-1-2,.span6-2-1,.span6-2-2{
  width: 212px !important;
		}
	.span6-1-2,.span6-2-2{
	margin-left: 22px !important;
	}
.span6-1-1{
	margin-left: 0px !important;
	}
.buzzItemImage{
	width: 100%;
	border-radius: 3px 3px 0 0;
	overflow: hidden;
	cursor: pointer;
	}
.buzzItemImage img{
	width: 100%;
	}
.buzzItemEinfo{
	width: 100%;
	text-align: right;
	}
.buzzItemViewText{
   padding:20px 40px;
   padding-top:0px;
   margin-top:20px;
   border-top: 1px solid #ccc;
   margin-bottom: 30px;
   color: #475776;
		}
.buzzItemViewImage{
	 -webkit-border-radius: 10px 10px 0 0 ;
     -moz-border-radius: 10px 10px 0 0 ;
          border-radius: 10px 10px 0 0 ;
	text-align:center;
	overflow: hidden;
	}
	
.buzzItemViewImage img {
width: 100%;
max-width: none;
}
	
.buzzItemViewPrice{
	font-size:30px;
	margin-top: 10px;
	margin-bottom: 10px;
	}
.buzz_expend_inner .popover{
	width: 800px;
	}
.BuzzReplyButton{
	text-align: center;
	width: 150px;
	}
.ribbon{
 position: absolute;
 margin-top: -4px;
 margin-left: -4px;
		}
.ribbon-sale{
	 position: absolute;
 margin-top: -4px;
 margin-left: -4px;
 background: url('../images/studentbee/ribbon/rbn-price.png') 0 0  no-repeat;
 width: 89px;
 height: 83px;
 padding-left: 5px;
 padding-top: 9px;
	}
.ribbon-sale img{
	position: absolute;
	bottom: 33px;
	left: 10px;
	}
.bigText{
	width: 500px;
	height: 200px;
	}
.grid-sizer{
width: 24.97%;
		}
.item { width: 22.97%;;;margin: 10px 1%;}
.item.w2 { width: 47.5%; }
h1,h2,h3,h4,h5{
	font-weight: 200;
	}
body{
	background: #eceeed
	}
#wrapper{
	min-width: 1010px;
	}
#wrapper_inner{
	width: 935px;
	margin: 0 auto;
	}
#right_menu{
	background: #fff;
	width: 70px;
	height: 100%;
	right: 0px;
	top: 0px;
	position: fixed;
	}
#header{
	padding:10px 0;
	margin: 0 1.3% 0  1%;
	width: 97.7%;
	}
#top-nav{
	  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
       background: #fff;
       padding:8px;
       margin-top:10px;
       overflow: hidden;
	}
.auction_menu{
background: url('../images/auction/auction_menu.png') 5px 10px  no-repeat #fff;
padding-left:40px;
font-size:15px;
height: 29px;
padding-top:10px;
color: #d6d9d7;
width: 80px;
display:inline-block;
		}
	.auction_menu:hover{
	background: url('../images/auction/auction_menu.png') 13px 18px  no-repeat #5b5b5b;
	margin-top: -8px;
	margin-left: -8px;
	height: 37px;
	margin-bottom: -8px;
	padding-top: 18px;
	padding-left: 48px;
	text-decoration: none;
	color: #fff;
	}
#top_banner_div{
	width: 100%;height:120px;text-align:center;overflow: hidden;
	}
.top_banner_div_outter{
	width: 400px;
	float: none;
	position: absolute;
	left: 50%;
	margin-left: -220px;
	}
.top_logo{
	height: 125px;
	width: 22%;
	float: right;
	text-align:right;
	}
.top_logo a{
	height: 92px !important;
	margin-top: 28px;
	width: auto !important;
	}
.top_logo_center {
	height: 73px;
	width: 100%;
	}
	
.top_logo_center img {
	margin-top: 0 !important;
	}
	
.k_logo_control img {
    max-width: 300px !important;
    }
    
.k_linkstyle a {
    color: #FF615F !important;
    }
	
#auction_img_div{
	height:120px;
	float: left; width: 25.5%; margin-right: 3%; 
	text-align:left;
	}
#auction_img_div a, .top_logo a{
	display:block;
	width: 100%;
	height: 120px;
	overflow:hidden;
	}
#auction_img_div a.auction_title_a{
	color: #9c9c9c;
	font-size: 30px;
	line-height: 1.1;
	display:table-cell;
	vertical-align:middle;
	}
#searchForm{
	margin-bottom: 0px;
	}
#search{
	border:none;
	border-collapse: collapse;
	background: url('../images/studentbee/search-icon.png') 100% 8px no-repeat #eceeed;
	width: 75%;
	height: 28px;
	margin-bottom: 0px;
	margin-right: 10px;
	}
#menuAll{
	width: 34px;
	height: 30px;
	background: url('../images/style_new/auction_right_menu.png') 0px 0px no-repeat;
	margin-top: 25px;
	margin-left: 23px;
	cursor: pointer;
	}
#menuAll.active, #menuSale.active,#menuCalendar.active,#menuNightlife.active,#menuHot.active,#menuStudent.active,#menuNotice.active,#menuLiving.active,#menuRecuitment.active,#menuFav.active
	{
	background-image: url('../images/studentbee/right_icons.png');
	}
#menuSale{
	width: 34px;
	height: 36px;
	background: url('../images/style_new/auction_right_menu.png') 0px -60px no-repeat;
	margin-top: 20px;
	margin-left: 23px;
	cursor: pointer;
	}
#menuHot{
	width: 34px;
	height: 27px;
	background: url('../images/style_new/auction_right_menu.png') 0px -126px no-repeat;
	margin-top: 25px;
	margin-left: 23px;
	cursor: pointer;
	}
#menuNightlife{
	width: 34px;
	height: 29px;
	background: url('../images/studentbee/right_icons_grey.png') 0px -191px no-repeat;
	margin-top: 20px;
	margin-left: 23px;
	cursor: pointer;
	}
#menuRecuitment{
	width: 34px;
	height: 29px;
	background: url('../images/studentbee/right_icons_grey.png') 0px -254px no-repeat;
	margin-top: 20px;
	margin-left: 23px;
	cursor: pointer;
	}
#menuCalendar{
	width: 34px;
	height: 29px;
	background: url('../images/studentbee/right_icons_grey.png') 0px -325px no-repeat;
	margin-top: 20px;
	margin-left: 23px;
	cursor: pointer;
	}
#menuStudent{
	width: 34px;
	height: 29px;
	background: url('../images/studentbee/right_icons_grey.png') 0px -385px no-repeat;
	margin-top: 20px;
	margin-left: 23px;
	cursor: pointer;
	}
#menuNotice{
	width: 34px;
	height: 29px;
	background: url('../images/studentbee/right_icons_grey.png') 0px -517px no-repeat;
	margin-top: 20px;
	margin-left: 23px;
	cursor: pointer;
	}
	#menuLiving{
	width: 34px;
	height: 29px;
	background: url('../images/studentbee/right_icons_grey.png') 0px -450px no-repeat;
	margin-top: 20px;
	margin-left: 23px;
	cursor: pointer;
	}
#menuFav{
	width: 34px;
	height: 29px;
	background: url('../images/studentbee/right_icons_grey.png') 0px -575px no-repeat;
	margin-top: 20px;
	margin-left: 23px;
	cursor: pointer;
	}
#powerby{
	width: 22px;
	height: 26px;
	background: url('../images/studentbee/logo_grey_small.png') 0 0 no-repeat;
	margin-left: 28px;
	cursor: pointer;
	position: absolute;
	bottom: 10px;
	}
.right_menu_popup{
	position:absolute;
	right: 62px;
	margin-top: -10px;
	background: #465666;
	color: #fff;
	padding: 8px 20px;
	display: none;
	}
.right_menu_popup  img{
	position: absolute;
	right: -7px;
	top: 10px;
	}
.right_menu_popup  a{
	color: #fff;
	}
.right_menu:hover .right_menu_popup{
	display: block;
	}
#community_desc{
	background: #fff;
		  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
     padding-bottom: 30px;
     margin-bottom: 10px;
	}
#postMode .modal-contentl{
	padding:20px;
	}
.post_form input[type=text]{
	width: 510px;
	margin-top: 10px;
	margin-bottom:20px;
	padding:10px;
	}
	
.post_form .add-on {
    padding:13px 13px 7px 13px;
    }
	
.modal-content {
    border-radius: 10px;
    }
	
.modal-content	.post_form input[type=text]{
	width: 96%;
	margin-top: 10px;
	margin-bottom:0px;
	padding:10px;
	}
	
.modal-content .post_form textarea {
    width: 97.5%
    }
    
.modal-content .auction_price input {
width: 460px !important;
}

.modal-body {
    padding: 20px 20px 0 20px;
    }
	
.modal-content .post_form_date input {
    width: 76% !important;
    }
	
.modal-content .btn-blue {
    width:100%;
    background-color: #475665;
    color: #fff;
    }
    
.modal-content .post_form input[type=submit]  {
    width: 100%;
    }

.modal-content .form {
    margin: 0
    }
	
.post_form_date input{
	width: auto  !important;
	}
.post_form_date .add-on{
	margin-top: 10px;
	padding: 10px;
	}
.pre-add-on{
	width: 0px !important;
	padding: 0px !important;
	min-width: 0px !important;
	border:none !important;
	}
.post_form_price input, #post_form_price_wrap22 input{
	width: 200px !important;
	}
.auction_price input{
		width: 478px !important;
	}
.auction_price .add-on{
	margin-top: 10px;
	padding: 10px;
	}
.post_form  select{
	width: 518px;
	max-width: 98%;
	margin-top: 10px;
	}
.post_form  textarea{
	width: 518px;
	height: 100px;
	margin-top: 10px;
	}
.post_form  input[type=submit]{
	width: 532px;
	margin-top: 10px;
	}
#postModel .menuitem{
	text-align: left !important;
	}
#postModel #login_reg_inner_block{
	padding: 0 !important;
	}
#postModel .dropdown-toggle, #post_form2 .dropdown-toggle{
	color: #000;
	text-decoration:none !important;
	}
#postModel .dropdown-toggle:hover,#postModel .dropdown-toggle:active{
	text-decoration:none !important;
	color: #000;
	}
#loadingImage, #loadingImage2{
	margin-top: 10px;
	padding: 8px;
	background: url('../images/indicator.gif') 97% 10px no-repeat #e2e2e2;
	display: none;
	}
.fullWidth{
	width: 100%;
	}
.itemModalClose{
	opacity: 1;
	font-weight: 200;
	font-size: 35px;
	color: #fff;
	position: absolute;
	margin-left: 48%;
	line-height: 26px;
	}
.buzz_modal_close{
background: url('../images/studentbee/fancybox_overlay.png') 0 0  repeat;width: 100%;height: 35px;z-index: 10000;position: fixed;
}
.itemModalClose:hover{
	color: #fff;
	}
.buzz_item_madel{
	padding-bottom: 3px;
	}
.buzz_expend_inner{
	height: 100%;
	overflow-y: auto;
	}
.loading-button, .loading-button:hover, .loading-button:active{
	background: url('../images/ajax-loader.gif') 10px 10px no-repeat;
	text-indent: -9999px;
	width: 60px !important;
	}
#top-calendar{
margin: 0 1%;
width: 98%;
		}
.calendar_item{
	width: 216px;
	float: left;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
    margin-right: 17px;
    margin-bottom: 10px;
    font-size: 15px;
    overflow: hidden;
}
.calendar_item2{
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
    font-size: 15px;
}
.calendar_item_last{
	margin-right: 0px;
	}
.calendar_item_date{
	font-weight: bold;
	padding: 10px 5px;
	padding-top: 15px;
	}
.calendar_item_date_day{
		-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 30px;
    background: #475766;
    color: #fff;
    padding: 4px;
    width: 20px;
    float: left;
    text-align: center;
    margin-right: 10px;
    margin-top: -5px;
	}
.calender_item_item{
	height: 20px;
	color: #fff;
	padding: 10px;
	padding-right:3px;
	padding-left: 32px;
	}
.calender_item_items{
	}
.calender_item_item_1{
	background: url('../images/studentbee/cicons/calendar.png') 7px 10px no-repeat #5bd1f4;
	border-bottom: 2px solid #2ab5de;
	}
.calender_item_item_3{
	background:url('../images/studentbee/cicons/nightlife.png') 7px 10px no-repeat #47d7c6;
	border-bottom: 2px solid #2ba294;
	}
.calendar_item_title{
	font-size:12px;
	float: left;
	width: 60%;
	overflow: hidden;
	white-space: nowrap;
	}
.calendar_item_time{
	font-size:11px;
	float:right;
	width: 40%;
	text-align:right;
	color: #666;
	overflow: hidden;
	margin-top: 2px;
	white-space: nowrap;
	}
.calendar_item_control{
	height: 27px;
	padding-top: 13px;
	clear: both;
	}
.calendar_item_control_up{
	background: url('../images/studentbee/calendar_icons.png') 0 0 no-repeat;
	width: 30px;
	height: 11px;
	float: left;
	margin-left: 20px;
	margin-top: 3px;
	cursor: pointer;
	}
.calendar_item_control_add{
	background: url('../images/studentbee/calendar_icons.png') -118px 0 no-repeat;
	width: 14px;
	height: 19px;
	float: left;
	margin-left: 52px;
	cursor: pointer;
	}
.calendar_item_control_down{
	background: url('../images/studentbee/calendar_icons.png') -88px 0 no-repeat;
	width: 30px;
	height: 11px;
	float: right;
	margin-right: 20px;
	margin-top: 3px;
	cursor: pointer;
	}
.calendar_control_left{
	background: url('../images/studentbee/calendar_icons.png') -135px 0 no-repeat;
	width: 10px;
	height: 39px;
	margin-left: -15px;
	margin-top: 44px;
	position: absolute;
	cursor: pointer;
	}
.calendar_control_right{
	background: url('../images/studentbee/calendar_icons.png') -153px 0 no-repeat;
	width: 10px;
	height: 39px;
	margin-left: 919px;
	margin-top: 44px;
	position: absolute;
	cursor: pointer;
	}
.loadingDiv{
	background: url('../images/other/search_loader.gif') 0 0 no-repeat;
	width: 65px;
	height: 65px;
	}
.calender_item_item_no{
	color: #ccc;
	height: 21px;
	border-bottom: 1px solid #ccc;
	background:url('../images/studentbee/cicons/grey_cicle.png') 7px 7px no-repeat #fff;
	padding-left: 40px;
	}
.subCatList{
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
    width: 96%;
    padding: 1%;
    margin-bottom: 10px;
    clear: both;
    margin:0 1% 10px 1%
	}
.subCatListItem{
	width: 214px;
	margin-right: 10px;
	float: left
	}
.subCatListItem .css-label{
	margin-bottom: 0px;
	}
.subCatMenu{
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: url('../images/studentbee/arrow-down.png') 77px 13px no-repeat #475776;
    padding:7px;
    padding-right: 50px;
    color: #fff;
    cursor: pointer;
	}
.btn-navbar{
	display: none;
	}
.nav-collapse{
	display: none;
	}
#footer_logo{
	background: #fff;
	padding: 10px;
	width: 22px;
	margin: 0 auto;
	border: 1px solid #ccc;
	border-bottom: none;
	}
#footer_menu_items{
	background: #fff;
	padding: 0 10px;
	text-align:center;
	}
#footer_menu_items a{
	color: #333333;
	margin-right:10px;
	}
.poweredbee{
	 background: url('../images/auction/poweredbee.png') 100% 0 no-repeat;
	 display:inline-block;
	 padding-right:15px;
	}
.auction_bid input{
	height: 34px;
	width: 100px;
	padding: 8px 6px 6px 16px;
	}
.auction_bid .add-on{
	height: 33px;
	padding: 15px 6px 0px 6px;
	}
	
.pay_div{
	background: #fff;
	border-radius: 3px;
	padding:30px;
	padding-top:0px;
	padding-bottom:10px;
	font-size:15px;
	text-align:center;
	margin-bottom: 25px;
	position:relative;
	}
	.pay_div input{
	margin-bottom: -33px;
	}
#pay_div_close{
	top: 5px;
	right: 5px;
	position:absolute;
	cursor: pointer;
	}
	@myriad (min-width: 1055px) {
	.buzzIcons{
    transition: height 0.3s ease-out 0s;
	}
.buzzItem:hover .buzzIcons{
	 height: 22px;
	 display: block;
	 border-bottom: 1px solid #ccc;
	}
	}
@media (max-width: 1055px) {
	#wrapper{
	min-width: 0px;
	width: auto;
	}
	#wrapper_inner{
	width: auto;
	max-width: 935px;
	}
	.btn-navbar{
	background: none;
	border:none;
	margin-top: 6px;
	margin-left: 20px;
	display: block;
	}
   .btn-navbar .icon-bar{
	background-color: #FF615F;
	border-radius: 1px;
	display: block;
	height: 5px;
	width: 30px;
	}
	#right_menu{
	width: 0px;
	overflow: hidden;
	}
	#header{
	width: auto;
	}
#top-nav{
	  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
       background: #fff;
       padding:1%;
       margin: 10px 0 0  0;
	width: 98%;
	}
	
	
	.right_menu_popup img{
	 display:none !important;
	}
	.right_menu_popup{
	 width: 150px !important;
	 padding-left: 0px;
	 padding-right: 0px;
	 padding-top: 14px;
	 color: #666;
	 background: transparent;
	 right: 0px;
	 display: inline-block;
	 position: static;
	 margin-left: 37px;
	}
	#powerby .right_menu_popup{
	margin-top: -110px !important;
	}
	.right_menu_popup a, .right_menu_popup br{
	color: #666;
	display:none;
	}
	#menuAll .right_menu_popup{
	padding-top: 10px;
	}
	.right_menu{
	margin-left: 7px !important;
	margin-top: 6px !important;
	}
	#powerby{
	margin-left: 15px !important;
	}
	#powerby .right_menu_popup{
	margin-left: 29px;
	}
	.right_menu:hover .right_menu_popup{
	 display: inline-block;
	}
	.popupMenu:hover .popupMenuDiv{
	display:None;
	}
	.userMenu:hover .popupMenuDiv{
	display:block;
	}
	#sort_by ul{
	list-style: none;
	margin: 0px;
	}
	#sort_by ul a{
	display: block;
	padding: 3px 7px;
	}
	#sort_by ul strong{
	padding: 3px 7px;
	}
}
	
@media (max-width: 767px) {
	.hide_on_mobile{
	display:none !important;
	}
	.show_on_mobile{
	display: block !important;
	}
	body{
	padding-left: 15px;
	padding-right: 15px;
	}
	
	.logo_div{
	padding-left: 0px;
	text-align: center;
	}
	.top_logo{
	float:right;
	width:49%;
	margin-top: 10px;
	}
	.top_banner_div_outter{
	width: 100%;
	margin-right:0;
	position: static;
	left: auto;
	margin-left: 0;
	}
	#auction_img_div{
	width: 46%;
	}
	#top-nav{
	background: none;
	margin: 10px auto 0 auto;
	padding: 0px;
	}
	.sign-in-bt, #post-something{
	width: 100%;
	}
	.top-menu{
	float: none !important;
	}
	.top-search{
	 -moz-border-radius: 3px;
          border-radius: 3px;
       background: #fff;
       padding: 8px;
       height: 50px;
	}
	#search{
	width: 90%;
	display: block;
	float: left
	}
	.top-search .popupMenu{
	display: block;
	float: left;
	margin-top: 3px;
	}
	.top-search .popupMenuDiv{
	margin-left: -64px;
	margin-top: 3px;
	}
	.mobile_menu{
	width: auto;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-top:20px;
	overflow:hidden;
	}
	.auction_menu2{
background: url('../images/auction/auction_menu.png') 15px 14px  no-repeat #fff;
padding-left:55px;
font-size:15px;
height: 31px;
padding-top:14px;
color: #333333;
display:block;
		}
		.auction_menu2 img{
		float: right;
		margin-right:20px;
		margin-top:5px;
		}
			.auction_menu2:hover{
			text-decoration: none;
			color: #333333;
			}
#mobile_menu_ul{
	list-style:none;
	margin: 0px;
}
#mobile_menu_ul a{
	padding-left:55px;
font-size:15px;
height: 31px;
padding-top:14px;
color: #333333;
display:block;
background: url('../images/studentbee/setting_icon.png') 15px 14px  no-repeat #fff;
border-top: 1px solid #ccc;
	}
.auction_menu_logout{
background: url('../images/studentbee/logout_icon.png') 15px 14px  no-repeat #fff !important;
		}
#mobile_menu_ul a:hover{
		text-decoration: none;
			color: #333333;
	}
	#wrapper{
	min-width: 0;
	}
	#wrapper_inner{
	width: auto;
	}
	#header{
	padding-top: 0px;
	width: auto;
	margin:0;
	}
	
	.span6-1-1,.span6-1-2,.span6-2-1,.span6-2-2{
	float: left !important;
	}
	#post-something{
	float: left !important
	}
	.span6-2, .span6-1{
	margin-left: auto !important;
	margin-right: auto !important;
	clear: both;
	}
	#post-something{
	margin-left: 0px !important;
	}
	.space-top-phone{
	margin-top: 15px;
	}
	#top_banner_div{
	width: 100%;
	}
	.calendar_control_left{
	display: none;
	}
.calendar_control_right{
	display:none;
	}
	#postModel{
	 width: auto;
	}
	#post_form input[type=text], .post_form_date input,#post_form  select, #post_form  textarea,#post_form  input[type=submit]{
	 width: 90% !important;
	}
	.grid-sizer{
width: 33.3%;
		}
.item { width: 31.3%;margin: 10px 1%; }
.item.w2 { width: 98%; }
	.right_menu{
	margin-top: 5px !important;
	}
	
	#footer_menu_items a , #footer_menu_items span.poweredbeewrapper{
	display:block;
	text-align:center;
	margin-right:0px;
	padding:10px;
	}
}
@media (max-width: 500px) {
	.grid-sizer{
width: 50%;
		}
.item { width: 48%;margin: 10px 1%; }
.item.w2 { width: 98%; }
	#search{
	width: 86%;
	}
	#post-something{
	padding: 8px 8px;
	}
	.modal.fade.in{
	}
	.BuzzReplyButton{
	text-align: center;
	width: 88px;
	font-size: 12px;
	padding: 8px;
	}
	.buzzItemViewText{
	padding: 20px;
	padding-top:0px;
	}
	
	.buzzItemEinfo{
	font-size: 10px;
	padding-left: 10px;
	}
	#powerby{
	bottom: 1px;
	}
	.content2_menu .pull-right{
	 float: none !important;
	}
	.calendar_item{
	width: auto;
	float: none;
	margin-right: 0px;
	}
	.calendar_control_left{
	right: 60px;
	display:block;
	margin-left: auto;
	margin-top: -44px
	}
	.calendar_control_right{
	right: 15px;
	display:block;
	margin-left: auto;
	margin-top: -44px
	}
	#top-calendar{
	margin-top: 40px;
	}
	.content2_menu .pull-right{
	margin-left:0px;
	margin-right:20px;
	}
	 #back_to_main_link{
	margin-right:20px;
	}
	.modal.fade .modal-dialog {
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
  -webkit-transition: none !important;
     -moz-transition: none !important;
       -o-transition: none !important;
          transition: none !important;
}

.modal.in .modal-dialog {
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
}
	#auction_url{
	width: 100px !important;
	}
}

@media (max-width: 320px) {
	.buzzIcons2 .buzzUser{
		width: 70px;
		overflow: hidden;
	}
	.show_in_mobile{
	display:block;
	}
.show_in_non_mobile{
	display:none;
	}
	#register_block #email2{
	width: 83px !important;
	}
	#auction_url{
	width: 75px !important;
	}
}
