/*** general ***/
.container-jawn.set-fixed{
	margin-top: 70px;
	padding-top: 112px;
}

.set-fixed #left-column{
	position: fixed;
	top: 87px;
	z-index: 1001;
}

.set-fixed .jawn-header{
	position: fixed;
	top: 87px;
	background: #fff;
	z-index: 1000;
}
.set-fixed .jawn-content{
	margin-left: 334px;
}
.secret-bar{
	position:fixed;
	top: 0;
	z-index:999;
	height: 107px;
	width: 100%;
	display:none;
	background:url(../img/top-bar-md.jpg) no-repeat center top;
}

@media (min-width: 1200px) {
	.set-fixed .jawn-content{
		margin-left: 427px;
	}
	.secret-bar{
		background:url(../img/top-bar.jpg) no-repeat center top;
	}
}
.preloader { background:url(../img/img-loader.gif) center center no-repeat #ffffff;  }

/*** photos in photo galleries ***/
.photo img{
	display:block;
}

.photo .details {
	position: relative;
	display: block;
	height: inherit;
}

.photo .title{
	font-size: 24px;
	color: white;
	text-shadow: 0 0 15px rgba(0, 0, 0, 0.6), 0 -1px 1px rgba(0, 0, 0, 0.6);
	position: absolute;
	top: 50%;
	width: 90%;
	text-align: center;
	margin: -20px 5% 0;
	font-size: 22px;
	line-height: 1;
	display: none;
}

.photo .details .curtain {
	position: absolute;
	background: rgba(0, 0, 0, 0.5);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
}

.view-gallery {
	position: absolute;
	bottom: 0px;
	border-top: 1px solid #000;
	border-top: 1px solid rgba(50,50,50,0.3);
	width: 100%;
	padding: 0px;
}
.view-gallery  .item-num{
	position: absolute;
	top: 5px;
}

.view-gallery .view-text {
	float: right;
	color: #000;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 25px;
}

/*
.photo .details{
	display: none;
}

.photo .title{
	position: absolute;
	bottom: 0;
	left: 3px;
	padding: 10px;
}

.photo .comments{
	position: absolute;
	top: 7px;
	right: 7px;
}

.photo .photo-overlay{
	position: absolute;
	bottom: -1px;
	left: -1px;
	height: 78px;
	background: url(../img/photo-overlay.png) repeat-x;
	width: 100%;
}*/

/* Default class for an overlay */
.ow-overlay {
  position: fixed;
  z-index: 1090;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #424242;
  opacity: 0.9;
}

/* Default class for both hidden overlay and modal window */
.ow-closed {
  display: none;
}

/* Default class for modal window */
.lightbox-modal.modal {
  left: 50%;
  position: fixed;
  top: 17px;
  z-index: 2000;
  border: none;
  border: none;
  *border: none;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  -webkit-background-clip: none;
     -moz-background-clip: none;
          background-clip: none;
  width: 100px; 		 
  margin-top:  0;
  /*background: none;*/
}

.lightbox-control {
	opacity: 0.8;
}
.lightbox-control:hover {
	opacity: 1;
}
.lightbox-control.next {
	position: fixed;
	display: none;
	right: 10px;
	top: 50%;
	margin-top: -25px;
	width: 35px;
	height: 50px;
	z-index: 2050;
	background: url(../img/arrows.png) no-repeat top right;
	cursor: pointer;
}
.lightbox-control.prev {
	position: fixed;
	display: none;
	left: 10px;
	top: 50%;
	margin-top: -25px;
	width: 35px;
	height: 50px;
	background: url(../img/arrows.png) no-repeat top left;
	z-index: 2050;
	cursor: pointer;
}

#lightbox-loader{
	position:absolute;
	left: 50%;
	top: 50%;
	z-index: 1002;
}

.modal-img{
	float: left;
	height: 100%;
	cursor: pointer;
}
.modal-content{
	float: left;
	width: 250px;
	padding: 17px;
	overflow-y: auto;
}

.lightbox-gallery{
	position:fixed;
	bottom: 0px;
	z-index: 2000;
	padding-bottom: 17px;
	left: 50%;
	overflow: hidden;
}

.lightbox-gallery ul{
	list-style:none;
	margin:0;
	padding:0;
}

.lightbox-gallery li{
	padding: 0 8px;
	float: left;
}

.lightbox-gallery .prev, .lightbox-gallery .next{
	position:absolute;
	z-index: 1002;
	top: 50px;
}
.lightbox-gallery .prev{
	left: 0px;
}

.lightbox-gallery .next{
	right: 0px;
}

.lightbox-gallery a.active{
	background: #a9e1fa;
	border: 1px solid #a9e1fa;
}

/*jawn page*/
.jawn-header h1{
	overflow:hidden;
	height: 40px;
	margin:0;
	padding:0;
}

/*** well edit button ***/
#left-column .well {
	position: relative;
}
#left-column .well .edit{
	position: absolute;
	bottom: 2px;
	right: 8px;
	font-size: 12px;
}
#left-column .well a.edit{
	color: #a2a2a2;
}
#left-column .well a.edit:hover{
	color: #8a8a8a;
	text-decoration: none;
}

/*** social btns ***/
.facebook-like{
	margin-right: 19px;
	position:relative;
	/*top: -3px;*/
	z-index:1;
}

/*** left col gigs ***/
#left-column #gigs h1{
	margin: 0;
	padding: 0;
}

/*** search ***/
.result{
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	padding: 4px;
	margin-bottom: 4px;
	cursor:pointer;
	max-height: 122px;
	overflow:hidden;
}

.result i:not(.icon-thumbs-up){
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
}

.result.hovered{
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	background: #f6f5f5;
}
.result.hovered i:not(.icon-thumbs-up){
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}

#extra-data-wrap .thumbnail{
	position: relative;
}
#update_map{
	position: absolute;
	bottom: 5px;
	left: 40%;
	z-index: 1000;
}

#bg { position: fixed; top: 0; left: 0; z-index: -1}
.bgwidth { width: 100%; }
.bgheight { height: 100%; }

a#search-hint{
	position: absolute;
	top: 60%;
	font-size:18px;
	font-weight: bold;
	color: white;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.75);
	
}

a#search-hint div{
	padding: 17px;
}
a#search-hint div{
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.5);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	-webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.ui-autocomplete {
	z-index: 1100;
}

/*** in search checkboxes ***/
#filters label{
	margin-bottom: 3px;
	font-size: 13px;
}

.only{
	font-size:11px;
	display:none;
}

/*** scroll to top button ***/
#to-top {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:45%;
	right:10px;
	overflow:hidden;
	width:51px;
	height:51px;
	border:none;
	text-indent:-999px;
	background:url(../img/totop.png) no-repeat left top;
	cursor:pointer}
#to-top:hover {
	background:url(../img/totop.png) no-repeat left -51px;
}#to-top:active, #to-top:focus {
	outline:none;}


/*** checkbox edit form ***/
.option .textarea, .data .textarea{
	display: none;
}

.data{
	padding: 5px 0;
}
.data small{
	line-height: 14px;
}

.data label{
	font-size: 12px;
}

/*** offerings ***/
#items .category{
	border-bottom: 1px solid #dddddd;
	margin-bottom: 5px;
	padding-bottom:4px;
}
#items .category h2{
	margin-bottom: 0px;
}

#items .item{
	margin-top: 4px;
	margin-bottom: 4px;
	padding-bottom: 8px;
	border-bottom: 1px solid #eeeeee;
	cursor: pointer;
}
#items .item .item-desc{
	display:block;
	line-height: 16px;
	color: #575757;
	margin-bottom: 5px;
}

#items .muted{
	line-height: 14px;
}

#items .highlight .item-name, #items .highlight > h2{
	background: #D9EDF7;
}


.item .span3{
  height: 100px;
  overflow:hidden;
}

.item .item-details{
	position:relative;
}

.item .item-fade{
	background:url(../img/item-fade.png) repeat-x;
	position: absolute;
	bottom: 0;
	height: 9px;
	width: 100%;
}

.highlight .item-fade{
	display: none;
}

.item .item-images{
	display: none;
}

.item .item-image .thumbnail img{
	width:100%;
}

.item .item-options .btn-group .dropdown-toggle{
	display: none;
}
.item .item-options{
	/*height: 14px;*/
}




.help-hidden{
	display:none;
}

.lightbox-modal .options{
	position:absolute;
	bottom:17px;
	right: 17px;
}

.item-image a.thumbnail{
	margin-left: 0;
}

.btn-facebook {
  background-color: hsl(218, 45%, 37%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4169ad", endColorstr="#335388");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#4169ad), to(#335388));
  background-image: -moz-linear-gradient(top, #4169ad, #335388);
  background-image: -ms-linear-gradient(top, #4169ad, #335388);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4169ad), color-stop(100%, #335388));
  background-image: -webkit-linear-gradient(top, #4169ad, #335388);
  background-image: -o-linear-gradient(top, #4169ad, #335388);
  background-image: linear-gradient(#4169ad, #335388);
  border-color: #335388 #335388 hsl(218, 45%, 34.5%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.16);
  -webkit-font-smoothing: antialiased;
}

.social{
	margin: 0 4px 0 4px;
}
.social img{
	margin-top: -4px;
}

.social span{
	display: none;
}

/*** login/signup ***/
#signin .title, #create .title {
	width: auto;
	letter-spacing: -1px;
	margin: 0;
	border: 1px solid #DDD;
	background: #F7F7F7;
	padding: 15px 17px;
	font-size: 22px;
	color: #444;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius:3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}
#signin fieldset, #create fieldset {
	width: auto;
	margin: 0;
	padding: 17px;
	background-color: white;
	border: 1px solid #DDD;
	border-top: none;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
}

#signin label, #create label, #edit-photo label, #edit-offering label {
	color: #404040;
}

#signin .clearfix, #create .clearfix {
	margin-bottom: 7px;
	zoom: 1;
}

#signin .actions, #create .actions {
	background: whiteSmoke;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	padding: 17px 17px 25px 17px;
}

#create .help-block, #edit-photo, #edit-offering, .help-block {
	margin-top: -4px;
	color: #929292;
}

#create .clickedit {
	color: #333!important;
	margin: 11px 0 5px 0;
	font-family: Cambria,Georgia,serif;
	font-size: 110%;
	line-height: 120%;
	padding: 8px 10px;
	border: 1px dashed #E4E4E4;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#powerTip .span2{
	width: 113px;
}

.form-inline label{
	display: block;
}

select.hours2, .hour-to2 {
	display: none;
}

.c2, .open2 {
	margin-top: 5px;
}

.other-hours-close.close{
	float: none;
	font-size: 15px;
	opacity: .5;
	filter: alpha(opacity=50);
}

.photo-options{
	position: absolute;
	bottom: 5px;
	right: 5px;
	display:none;
}

#existing-list{
	display:none;
}
.img-wrap{
	height: 100px;
	width: 100px;
	margin: 3px;
	float: left;
	border: 2px solid white;
}
.img-wrap:hover{
	border-color:#08C;
}

.offering-category-controls{
	display: none;
}

ul#offering-category-sortable{
	margin: 0;
}
#offering-category-sortable li{
	list-style: none;
}

#offering-category-sortable .accordion-toggle{
	cursor:move;
}

.r_event .edit{
	display: none;
}

form .muted{
	color:#646464;
}


.filter-block{
	padding: 10px 0 10px 0;
	cursor:pointer;
	border-top: 1px solid #ccc;
	font-weight:bold;
	font-size:12px;
	position:relative;
	overflow:hidden;
}
.scroll{
	overflow:hidden;
}

.filter-block > strong{
	font-size:12px;
}

.antiscroll-wrap {
  position: relative;
  overflow: hidden;
}

.antiscroll-scrollbar {
  background: #666;
  background: rgba(0, 0, 0, .6);
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  position: absolute;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -webkit-transition: linear 300ms opacity;
  -moz-transition: linear 300ms opacity;
  -o-transition: linear 300ms opacity;
}

.antiscroll-scrollbar-shown {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

.antiscroll-scrollbar-horizontal {
  height: 7px;
  margin-left: 2px;
  bottom: 2px;
  left: 0;
  display:none;
}

.antiscroll-scrollbar-vertical {
  width: 7px;
  margin-top: 2px;
  right: 2px;
  top: 0;
}

.antiscroll-inner {
  overflow-y: scroll;
}

.antiscroll-inner::-webkit-scrollbar { 
    display: none; 
}

.antiscroll-inner::-webkit-scrollbar, .antiscroll-inner::scrollbar {
  width: 0;
  height: 0;
}

#powerTip{
	min-width: 250px;
	max-height: 400px;
	overflow:hidden;
}

#powerTip.question-tip{
	width: 295px;
}

#powerTip .scroll{
	overflow:hidden;
	max-height: 400px;
}
#powerTip .antiscroll-inner{
	max-height: 400px;
}

#filters{
	padding-top: 17px; position:absolute; top: auto;
}

.fixed-alert{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	text-align:center;
	display:none;
}
.fixed-alert .close{
	float:none;
	position:absolute;
	left: 95%;
	right:auto;
	top: 7px;
}

.loves{
	font-size:12px;
}

.answer-item{
	text-align:center;
	margin-top: 17px;
}
.answer-item .thumbnail{
	cursor: pointer;
	background: #eeeeee;
	border-color: #eeeeee;
}
.answer-item .thumbnail:hover{
	cursor: pointer;
	background: #e1e1e1;
	border-color: #e1e1e1;
}

.answer-item.checked .thumbnail{
	background: #a6ff8b;
	border-color: #a6ff8b;
}
.answer-item input[type=checkbox]{
	display: none;
}

.jawn-content #about .alert, .jawn-content #dashboard .alert{
	padding-right: 8px;
}

.question-reason{
	cursor:pointer;
}
.reason-list{
	max-height: 100px;
	overflow-y: auto;
	overflow-x: hidden;
}

#___plusone_0{ width:75px !important; }
.twitter-share-button{width: 90px !important;}

.item-reasons{
	display:none;
}
.item-reasons .span6{
	max-height: 100px;
	overflow-y:auto;
	margin-top: 4px;
}

#about .alert .icon-thumbs-up{
	opacity:0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
}

#jawn-list{
	max-height: 500px;
	overflow-x: hidden;
	overflow-y: scroll;
}

#sub-bar .span4{
	margin-top: 39px;
}

.jump{
	cursor: pointer;
}

/*menus on hover*/
.nav-hover li.dropdown > ul.dropdown-menu{
    margin:0;    
}
.nav-hover li.dropdown:hover > ul.dropdown-menu{
    display: block;    
}

#verify-modal .start button, #upload-modal .start button, #upload-offering-modal .start button, #photo-upload-modal .start button{
	display: none !important;
}

#stats{
	text-align:center;
}

.stat-block .amount{
	font-size: 500%;
	line-height: 70px;
}

#love-stream, #reason-stream{
	max-height: 140px;
	overflow-y: auto;
}

#reward-points {
	background-color: #222;
	height: 1.4em;
	font-size: 6em;
	overflow: hidden;
}
#reward-points .pad {
	width: 5em;
	margin: 0 auto;
	height: 1.8em;
}
#reward-points ul {
	list-style: none;
	padding: 0;
	margin: -4.25em -14px 0 0;
	width: 0.85em;
	height: 12em;
	float: left;
}
#reward-points li {
	height: 4em;
	width: 0.7em;
	line-height: 2;
	background-color: #222;
	color: #fff;
	text-align: center;
	cursor: pointer;
	font-weight: bold;
	font-family: "Helvetica Neue", Arial, sans-serif;
}
	#reward-points li.roundabout-in-focus {
		cursor: default;
	}
#reward-points li span {
	display: block;
	padding-top: 6em;
}   

.question-submit-btn{
	display: none;
}

textarea{
	resize: vertical;
}

#feed-filters{
	margin-bottom: 10px;
}
	#feed-filters .label{
		cursor: pointer;
		font-size: 16px;
	}
	
.feed-item{
	display: block;
	margin-bottom: 10px;
	border-bottom: 1px solid #eee;
	padding-bottom: 13px;
}

.new-menu-cat{
	display: none;
}

.feed-item .span1, #reason-stream .span1, #all-users .span1, #top-users .span1{
	padding-top: 7px;
}
.feed-item .span7, #reason-stream .span3{
	margin-left: 10px;
}

.love-username{
	padding-top: 7px;	
}
#love-stream .span1, #all-users .span1, #top-users .span1{
	margin-right: 10px;
}
#reason-stream .row{
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #eee;
}

.modal-body .sub-title{
	font-size: 16px;
}

div{
   white-space: -moz-pre-wrap; /* Firefox */    
   white-space: -pre-wrap;     /* Opera <7 */   
   white-space: -o-pre-wrap;   /* Opera 7 */    
   word-wrap: break-word;  
}

.offering-search-underline{
	border-bottom: 1px dashed #CCC;
}

.jawn-header.shadow{
	box-shadow: 0 2px 2px -1px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 2px 2px -1px rgba(0,0,0,.1);
}