html,body {
	height:100%;
}
body{
	background-color: #444;
}
/* background image */
#bg-image{
	min-height: 100%;
	background-image: url(../../calendar/gfx/cache/photo-3895838961.jpg);
	background-attachment: fixed;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: 'transparent';
	top:0;
	left:0;
	z-index:-1;
	width: 100%;
	height: 100%;
	position: fixed;
	overflow: hidden;
}

.no-js .top-bar, .no-js .title-bar{
  display: none;
}
.title-bar{
	width:100%;
}

.row.modalBody,#body.row, .row.event,#headspace .row,#footer.row,#messenger.row{
	max-width:100%;
}
.fcform table,#messenger.row,#headspace .top-bar,.row.event{
	width:100%;
}
#body.row,#footer.row,.row.header,#bgDesc{
	background-color:#fff;
	background-color:rgba(255,255,255,0.9);
}
#bgDesc{
	display:none;
	background-color:rgba(255,255,255,0.5);
}
#headspace{
	position:relative;	
	width:100%;	
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
#headspace-sticky-wrapper{
	z-index:1000;
}

h1{color:#339900}
h2{color:#669933; font-size:130%;}
h2 span{color:#444;}
.eventWrapper{
	margin:1.5rem auto; 
	max-width:70rem; 
	padding:1rem; 
	border:1px solid #669933; 
	border-radius:5px; 
	background: none rgba(255, 255, 255, 0.75);  
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

.top-bar #jumper{
  max-width:100%;
}
.top-bar .input-group,td .button{
	margin-bottom:0;
}
.title-bar{
	background-color:#339900;
}
.title-bar-toggle{
	width:100%;
	cursor:pointer;
}
#dateBar{
	background-color:#bbb;
	color:#fff;
	font-size:80%;
}
jCal .center .buttons{margin:0 auto; width:190px;}
#jCal.list .center .buttons{margin:0 auto; width:100%; display:block;}
#jCal table .button-group a{margin-bottom:0; width:100%;}

#jCal{border:1px solid #ccc; margin:0 5px 5px 0;  border-collapse:collapse;}
#jCal .contentid {  /* ID for the content information */
	font-size: 10px;
}
#jCal a.prevnextcls{ /* class for navigation links through months */
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color:#669933;
}
#jCal a.prevnextcls:hover{ /* class for navigation link hovers through months */
	color: #339900;
}

#jCal .titlecls{ 
	font-size: 18px;
	font-weight: bold;
	color: #339900;
	margin-bottom:5px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-align:center;
}
#jCal .today,#jCal.list .today{background-color:#FFFF66;}
#jCal .monthname,#jCal .yearname{font-weight:bold; color:#6699CC;}
#jCal .yearname{text-align:right}
#jCal .dayname,#jCal .dummy,#jCal .day{border:1px solid #ccc;}
#jCal .dayname{background-color:#6699CC;}
#jCal .dummy{background-color:#eee;}
#jCal .dummy,#jCal .day{
	max-width:130px;
	min-height:130px;
	min-width:100px;
	vertical-align:top;
}
#jCal .day{overflow-y:auto;	overflow-x:hidden; background-color:#fff;}
#jCal .calNav{margin-bottom:0; width:100%}
#jCal .bullet,#jEvents .bullet,#jSide .bullet{width:5px; height:5px; margin:0 2px; display:inline-block;}

#jCal .center{text-align:center;}
#jCal .right{text-align:right;}

#jCal .day.weekend,#jCal.list .day.weekend {background-color:#eeffcc;}
#jCal a.daycls{display:block; color:#669933;}
#jCal a.daycls:hover{background-color:#669900; color:#fff;}
#jCal .day:hover{background-color:#FFFFCC;}
#jCal .emptydaycls,#jCal a.daycls {font-size: 10px;}
#jCal .dayweek{background-color:#339900; color:#fff; text-align:center;}
#jCal dl{margin:0;padding:0}
#jCal dl dl{border-top:1px dashed #aaa;}
#jCal .dayevents dt,#jCal .dayevents dd{display:inline-block; padding:0; margin:0;}
#jCal .dayevents dt{color:#666; vertical-align:top;}
#jCal .dayevents dd{overflow:hidden;}


#jEvents,#jForm,#jCal{width:100%;}
#jEvents .info{width:500px;}
#jForm tbody  th{width:10%;}
#jForm select.timefield,#jForm select.datefield{width:100px; display:inline-block;}

#jCal.list .contentid{font-size:100%;}
#jCal.list th.events{width:60%; font-size:}
#jCal.list .day{height:auto; width:auto;color:#333;}
#jCal.list th small{display:block; color:#aaa;}
#jCal.list .emptydaycls, #jCal.list .contentid{width:100%;}
#jCal.list .dayevents dd {}
#jCal.list .details{width:100%;}
#jCal.list .date,#jCal.list .controls{width:10%; ;}
#jCal.list thead tr{background-color:#fff;}
#jCal.list .bullet{width:8px; height:8px;margin:0 3px;}

.week_wrapper{border:1px solid #ccc;}
.week_view{border:0; display:inline-block; border-collapse:collapse;}
.week_view td{border: 1px solid #999999;}
.week_view th{width:150px;}
.week_view.time th{width:auto;}
.week_view th, .week_view.time td{
    border-bottom: 1px solid #999999;
    border-right: 1px solid #999999;
    text-align: center;
    background: -moz-linear-gradient(center top , #EEEEEE 0%, #DDDDDD) repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #666666;
}
.dateicon,.typeicon {
    background: #fff;
    border: 1px solid #D2D2D2;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    width: 3.5rem;
	display:block;
}
.dateicon p,.typeicon p {
    color: #9E9E9E;
    font-family: Helvetica,sans-serif;
    text-align: center;
	margin:0;
}
.dateicon p .iconday,.typeicon p .iconday  {
    background: #aaa;
    border-top: 1px solid #aaa;
    color: #FFFFFF;
    display: block;
    font-size: 80%;
    font-weight: bold;
    padding: 0;
    text-transform: uppercase;
}

.dateicon p .icontime {color:#333;}

.typeicon{font-size:90%; width:90px;}
#jEvents .typeicon p .iconday .bullet{width:100%; height:1rem; margin:0; display:block;}

.callout .callout-text{
	margin-bottom:0;
}
.callout .close-button, .callout .close-button.medium{
   top:0.25rem;
}
#headspace #messenger{
	padding:0;
	width:100%;
}
#headspace #messenger .callout{
	margin-bottom:0;	
	text-align:center;
}
/* scrollbox */
.scrollbox{
	max-height: 480px;
	height: 100%;
	overflow-y: auto;
	border: 1px solid #efefef;
}
/* testimonial-block */
.testimonial-block-vertical{
	margin-bottom:1rem;
}
.testimonial-block-vertical-quote {
  background: rgba(23, 121, 186, 0.25);
  padding: 1rem;
  border-radius: 0;
  margin-bottom: 1.4rem;
  position: relative;
}

.testimonial-block-vertical-quote p {
  margin-bottom: 0;
}

.testimonial-block-vertical-quote::after {
  content: '';
  bottom: -1.25rem;
  left: 1.5rem;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 1.25rem 1.125rem 0 1.125rem;
  border-color: rgba(23, 121, 186, 0.25) transparent transparent transparent;
  position: absolute;
}

.testimonial-block-vertical-person {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 1rem;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.testimonial-block-vertical-avatar {
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
}

.testimonial-block-vertical-name {
  font-size:90%;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0;
  margin-left: 0.65rem;
  display:inline;
}

.testimonial-block-vertical-info {
  font-size:90%;
  text-transform: uppercase;
  color: #8a8a8a;
  margin-bottom: 0;
  margin-left: 0.65rem;
   display:inline;
}

/*timepicker2*/
.timepicker{padding-bottom:0; margin-bottom:0;}
.timepicker-table td{padding:0;}
.timepicker-title{font-size:90%; font-weight:bold;}
.timepicker-table a{display:block; padding: 0.5625em 0.625em;}
.timepicker-table a:hover{background-color:#669933; color:#fff;}
.timepicker-table a.selected,.timepicker-table a.selected:hover{background-color:#FFFF33; color:#333;}

/* icons */
.icon-x2{font-size:1.5em;}
.icon-x3{font-size:2em;}
.icon-x4{font-size:2.5em;}

/* editor */
#jform .jqte_editor{
	width:100%;
	max-height:25rem;
}
/* filter */
#filter{
	margin-bottom:0;
	color:#0074d9;
}

/* Small only */
@media screen and (max-width: 39.9375em) {

}
/* Medium and up */
@media screen and (min-width: 40em) {
  .no-js .top-bar {
    display: block;
  }
  .no-js .title-bar {
    display: none;
  }
}
/* Large and up */
@media screen and (min-width: 64em) {
  #dateBar{font-size:1em;}
  .scrollbox{
	max-height: 700px;
  }
  .top-bar #jumper{
	min-width:14rem;
  }

}
