.clearfix {
*zoom:1;
}
.clearfix:before, .clearfix:after {
	display: table;
	content: "";
}
.clearfix:after {
	clear: both;
}
.hide-text {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}
.input-block-level {
	display: block;
	width: 100%;
	min-height: 28px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-moz-transition: opacity .15s linear;
	-ms-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear;
}
.fade.in {
	opacity: 1;
}
.collapse {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height .35s ease;
	-moz-transition: height .35s ease;
	-ms-transition: height .35s ease;
	-o-transition: height .35s ease;
	transition: height .35s ease;
}
.collapse.in {
	height: auto;
}
.modal-open .dropdown-menu {
	z-index: 20050;
}
.modal-open .dropdown.open {
*z-index:20050;
}
.modal-open .popover {
	z-index: 20060;
}
.modal-open .tooltip {
	z-index: 20070;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10040;
	background-color: #000;
}
.modal-backdrop.fade {
	opacity: 0;
}
.modal-backdrop, .modal-backdrop.fade.in {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.timely .modal {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 10050;
	overflow: auto;
	width: 560px;
	margin: -250px 0 0 -280px;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0,0,0,0.3);
*border:1px solid #999;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
	box-shadow: 0 3px 7px rgba(0,0,0,0.3);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
}
.timely .modal.fade {
	-webkit-transition: opacity .3s linear, top .3s ease-out;
	-moz-transition: opacity .3s linear, top .3s ease-out;
	-ms-transition: opacity .3s linear, top .3s ease-out;
	-o-transition: opacity .3s linear, top .3s ease-out;
	transition: opacity .3s linear, top .3s ease-out;
	top: -25%;
}
.timely .modal.fade.in {
	top: 50%;
}
.timely .modal-header {
	padding: 9px 15px;
	border-bottom: 1px solid #eee;
}
.timely .modal-header .close {
	margin-top: 2px;
}
.timely .modal-body {
	overflow-y: auto;
	max-height: 400px;
	padding: 15px;
}
.timely .modal-form {
	margin-bottom: 0;
}
.timely .modal-footer {
	padding: 14px 15px 15px;
	margin-bottom: 0;
	text-align: right;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	-webkit-box-shadow: inset 0 1px 0 #fff;
	-moz-box-shadow: inset 0 1px 0 #fff;
	box-shadow: inset 0 1px 0 #fff;
*zoom:1;
}
.timely .modal-footer:before, .timely .modal-footer:after {
	display: table;
	content: "";
}
.timely .modal-footer:after {
	clear: both;
}
.timely .modal-footer .ai1ec.ai1ec-btn + .ai1ec.ai1ec-btn {
	margin-left: 5px;
	margin-bottom: 0;
}
.timely .modal-footer .ai1ec-btn-group .ai1ec.ai1ec-btn + .ai1ec.ai1ec-btn {
	margin-left: -1px;
}
.timely.tooltip {
	position: absolute;
	z-index: 10020;
	display: block;
	visibility: visible;
	padding: 5px;
	font-size: 11px;
	opacity: 0;
	filter: alpha(opacity=0);
}
.timely.tooltip.in {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.timely.tooltip.top {
	margin-top: -2px;
}
.timely.tooltip.right {
	margin-left: 2px;
}
.timely.tooltip.bottom {
	margin-top: 2px;
}
.timely.tooltip.left {
	margin-left: -2px;
}
.timely.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #000;
}
.timely.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #000;
}
.timely.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #000;
}
.timely.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-right: 5px solid #000;
}
.timely .tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #000;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.timely .tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
}
.timely.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10010;
	display: none;
	padding: 5px;
}
.timely.popover.top {
	margin-top: -5px;
}
.timely.popover.right {
	margin-left: 5px;
}
.timely.popover.bottom {
	margin-top: 5px;
}
.timely.popover.left {
	margin-left: -5px;
}
.timely.popover.top .arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #000;
}
.timely.popover.right .arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-right: 5px solid #000;
}
.timely.popover.bottom .arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #000;
}
.timely.popover.left .arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #000;
}
.timely.popover .arrow {
	position: absolute;
	width: 0;
	height: 0;
}
.timely .popover-inner {
	padding: 3px;
	width: 280px;
	overflow: hidden;
	background: #000;
	background: rgba(0,0,0,0.8);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
	box-shadow: 0 3px 7px rgba(0,0,0,0.3);
}
.timely .popover-title {
	padding: 9px 15px;
	line-height: 1;
	background-color: #f5f5f5;
	border-bottom: 1px solid #eee;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}
.timely .popover-content {
	padding: 14px;
	background-color: #fff;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
}
.timely .popover-content p, .timely .popover-content ul, .timely .popover-content ol {
	margin-bottom: 0;
}
body.modal-open {
	overflow: hidden;
}
.modal-backdrop {
	background-color: #fff;
}
.ai1ec-posterboard-view {
	background-image: url('http://testing.komplekscreative.com/science-society/wordpress/wp-content/themes-ai1ec/http://testing.komplekscreative.com/science-society/wordpress/wp-content/themes-ai1ec/vortex/img/ajax-loader.gif');
	background-repeat: no-repeat;
	background-position: center 50px;
	min-height: 100px;
}
.ai1ec-posterboard-view > * {
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-ms-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
	visibility: hidden;
}
.wf-leaguegothic-n4-active .ai1ec-posterboard-view, .wf-inactive .ai1ec-posterboard-view {
	background-image: none;
	min-height: 16px;
}
.wf-leaguegothic-n4-active .ai1ec-posterboard-view > *, .wf-inactive .ai1ec-posterboard-view > * {
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
}
.timely a, .timely a:link, .timely a:visited, .timely a:active, .timely a:hover, #ai1ec-container a, #ai1ec-container a:link, #ai1ec-container a:visited, #ai1ec-container a:active, #ai1ec-container a:hover {
	font-weight: normal;
	text-decoration: none !important;
}
.timely img, #ai1ec-container img {
	background: none;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	max-width: none;
	margin: 0;
	padding: 0;
}
.timely .alignleft, .timely.alignleft, #ai1ec-container .alignleft, #ai1ec-container.alignleft {
	float: left;
	margin: 0 16px 8px 0;
}
.timely .alignright, .timely.alignright, #ai1ec-container .alignright, #ai1ec-container.alignright {
	float: right;
	margin: 0 0 8px 16px;
}
.timely small, #ai1ec-container small {
	margin: 0 !important;
}
.timely table, #ai1ec-container table {
	line-height: inherit;
}
.timely tr, .timely th, .timely td, #ai1ec-container tr, #ai1ec-container th, #ai1ec-container td {
	background: none;
	border: 0;
	padding: 0;
}
.timely {
	color: #999;
	margin: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #4d4d4d;
	word-wrap: break-word;
}
.timely article, .timely aside, .timely details, .timely figcaption, .timely figure, .timely footer, .timely header, .timely hgroup, .timely nav, .timely section {
	display: block;
}
.timely audio, .timely canvas, .timely video {
	display: inline-block;
*display:inline;
*zoom:1;
}
.timely audio:not([controls]) {
	display: none;
}
.timely html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
.timely a:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.timely a:hover, .timely a:active {
	outline: 0;
}
.timely sub, .timely sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}
.timely sup {
	top: -0.5em;
}
.timely sub {
	bottom: -0.25em;
}
.timely img {
	height: auto;
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}
.timely button, .timely input, .timely select, .timely textarea {
	margin: 0;
	font-size: 100%;
	vertical-align: middle;
}
.timely button, .timely input {
*overflow:visible;
	line-height: normal;
}
.timely button::-moz-focus-inner, .timely input::-moz-focus-inner {
padding:0;
border:0;
}
.timely button, .timely input[type="button"], .timely input[type="reset"], .timely input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}
.timely input[type="search"] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.timely input[type="search"]::-webkit-search-decoration, .timely input[type="search"]::-webkit-search-cancel-button {
-webkit-appearance:none;
}
.timely textarea {
	overflow: auto;
	vertical-align: top;
}
.timely body {
	margin: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #4d4d4d;
	background-color: #fff;
}
.timely a {
	color: #507295;
	text-decoration: none;
}
.timely a:hover {
	color: #354c63;
	text-decoration: underline;
}
.timely .row {
	margin-left: -20px;
*zoom:1;
}
.timely .row:before, .timely .row:after {
	display: table;
	content: "";
}
.timely .row:after {
	clear: both;
}
.timely [class*="span"] {
	float: left;
	margin-left: 20px;
}
.timely .container, .timely .navbar-fixed-top .container, .timely .navbar-fixed-bottom .container {
	width: 940px;
}
.timely .span12 {
	width: 940px;
}
.timely .span11 {
	width: 860px;
}
.timely .span10 {
	width: 780px;
}
.timely .span9 {
	width: 700px;
}
.timely .span8 {
	width: 620px;
}
.timely .span7 {
	width: 540px;
}
.timely .span6 {
	width: 460px;
}
.timely .span5 {
	width: 380px;
}
.timely .span4 {
	width: 300px;
}
.timely .span3 {
	width: 220px;
}
.timely .span2 {
	width: 140px;
}
.timely .span1 {
	width: 60px;
}
.timely .offset12 {
	margin-left: 980px;
}
.timely .offset11 {
	margin-left: 900px;
}
.timely .offset10 {
	margin-left: 820px;
}
.timely .offset9 {
	margin-left: 740px;
}
.timely .offset8 {
	margin-left: 660px;
}
.timely .offset7 {
	margin-left: 580px;
}
.timely .offset6 {
	margin-left: 500px;
}
.timely .offset5 {
	margin-left: 420px;
}
.timely .offset4 {
	margin-left: 340px;
}
.timely .offset3 {
	margin-left: 260px;
}
.timely .offset2 {
	margin-left: 180px;
}
.timely .offset1 {
	margin-left: 100px;
}
.timely .row-fluid {
	width: 100%;
*zoom:1;
}
.timely .row-fluid:before, .timely .row-fluid:after {
	display: table;
	content: "";
}
.timely .row-fluid:after {
	clear: both;
}
.timely .row-fluid [class*="span"] {
	display: block;
	width: 100%;
	min-height: 28px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin-left: 2.127659574%;
*margin-left:2.0744680846383%;
}
.timely .row-fluid [class*="span"]:first-child {
	margin-left: 0;
}
.timely .row-fluid .span12 {
	width: 99.99999999%;
*width:99.946808500638%;
}
.timely .row-fluid .span11 {
	width: 91.489361693%;
*width:91.436170203638%;
}
.timely .row-fluid .span10 {
	width: 82.978723396%;
*width:82.925531906638%;
}
.timely .row-fluid .span9 {
	width: 74.468085099%;
*width:74.414893609638%;
}
.timely .row-fluid .span8 {
	width: 65.957446802%;
*width:65.904255312638%;
}
.timely .row-fluid .span7 {
	width: 57.446808505%;
*width:57.393617015638%;
}
.timely .row-fluid .span6 {
	width: 48.936170208%;
*width:48.882978718638%;
}
.timely .row-fluid .span5 {
	width: 40.425531911%;
*width:40.372340421638%;
}
.timely .row-fluid .span4 {
	width: 31.914893614%;
*width:31.861702124638%;
}
.timely .row-fluid .span3 {
	width: 23.404255317%;
*width:23.351063827638%;
}
.timely .row-fluid .span2 {
	width: 14.89361702%;
*width:14.840425530638%;
}
.timely .row-fluid .span1 {
	width: 6.382978723%;
*width:6.3297872336383%;
}
.timely p {
	margin: 0 0 8px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 16px;
}
.timely p small {
	font-size: 11px;
	color: #999;
}
.timely .lead {
	margin-bottom: 16px;
	font-size: 20px;
	font-weight: 200;
	line-height: 24px;
}
.timely h1, .timely h2, .timely h3, .timely h4, .timely h5, .timely h6 {
	margin: 0;
	font-family: Calibri, Nunito, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #333;
	text-rendering: optimizelegibility;
}
.timely h1 small, .timely h2 small, .timely h3 small, .timely h4 small, .timely h5 small, .timely h6 small {
	font-weight: normal;
	color: #999;
}
.timely h1 {
	font-size: 30px;
	line-height: 32px;
}
.timely h1 small {
	font-size: 18px;
}
.timely h2 {
	font-size: 24px;
	line-height: 32px;
}
.timely h2 small {
	font-size: 18px;
}
.timely h3 {
	line-height: 24px;
	font-size: 18px;
}
.timely h3 small {
	font-size: 14px;
}
.timely h4, .timely h5, .timely h6 {
	line-height: 16px;
}
.timely h4 {
	font-size: 14px;
}
.timely h4 small {
	font-size: 12px;
}
.timely h5 {
	font-size: 12px;
}
.timely h6 {
	font-size: 11px;
	color: #999;
	text-transform: uppercase;
}
.timely .page-header {
	padding-bottom: 15px;
	margin: 16px 0;
	border-bottom: 1px solid #eee;
}
.timely .page-header h1 {
	line-height: 1;
}
.timely ul, .timely ol {
	padding: 0;
	margin: 0 0 8px 25px;
}
.timely ul ul, .timely ul ol, .timely ol ol, .timely ol ul {
	margin-bottom: 0;
}
.timely ul {
	list-style: disc;
}
.timely ol {
	list-style: decimal;
}
.timely li {
	line-height: 16px;
}
.timely ul.unstyled, .timely ol.unstyled {
	margin-left: 0;
	list-style: none;
}
.timely dl {
	margin-bottom: 16px;
}
.timely dt, .timely dd {
	line-height: 16px;
}
.timely dt {
	font-weight: bold;
	line-height: 15px;
}
.timely dd {
	margin-left: 8px;
}
.timely .dl-horizontal dt {
	float: left;
	clear: left;
	width: 120px;
	text-align: right;
}
.timely .dl-horizontal dd {
	margin-left: 130px;
}
.timely hr {
	margin: 16px 0;
	border: 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #fff;
}
.timely strong {
	font-weight: bold;
}
.timely em {
	font-style: italic;
}
.timely .muted {
	color: #999;
}
.timely abbr[title] {
	border-bottom: 1px dotted #ddd;
	cursor: help;
}
.timely abbr.initialism {
	font-size: 90%;
	text-transform: uppercase;
}
.timely blockquote {
	padding: 0 0 0 15px;
	margin: 0 0 16px;
	border-left: 5px solid #eee;
}
.timely blockquote p {
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 300;
	line-height: 20px;
}
.timely blockquote small {
	display: block;
	line-height: 16px;
	color: #999;
}
.timely blockquote small:before {
	content: '\2014 \00A0';
}
.timely blockquote.pull-right {
	float: right;
	padding-left: 0;
	padding-right: 15px;
	border-left: 0;
	border-right: 5px solid #eee;
}
.timely blockquote.pull-right p, .timely blockquote.pull-right small {
	text-align: right;
}
.timely q:before, .timely q:after, .timely blockquote:before, .timely blockquote:after {
	content: "";
}
.timely address {
	display: block;
	margin-bottom: 16px;
	line-height: 16px;
	font-style: normal;
}
.timely small {
	font-size: 100%;
}
.timely cite {
	font-style: normal;
}
.timely form {
	margin: 0 0 16px;
}
.timely fieldset {
	padding: 0;
	margin: 0;
	border: 0;
}
.timely legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 24px;
	font-size: 19.5px;
	line-height: 32px;
	color: #333;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}
.timely legend small {
	font-size: 12px;
	color: #999;
}
.timely label, .timely input, .timely button, .timely select, .timely textarea {
	font-size: 13px;
	font-weight: normal;
	line-height: 16px;
}
.timely input, .timely button, .timely select, .timely textarea {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.timely label {
	display: block;
	margin-bottom: 5px;
}
.timely select, .timely textarea, .timely input[type="text"], .timely input[type="password"], .timely input[type="datetime"], .timely input[type="datetime-local"], .timely input[type="date"], .timely input[type="month"], .timely input[type="time"], .timely input[type="week"], .timely input[type="number"], .timely input[type="email"], .timely input[type="url"], .timely input[type="search"], .timely input[type="tel"], .timely input[type="color"], .timely .uneditable-input {
	display: inline-block;
	height: 16px;
	padding: 4px;
	margin-bottom: 9px;
	font-size: 13px;
	line-height: 16px;
	color: #555;
}
.timely input, .timely textarea {
	width: 210px;
}
.timely textarea {
	height: auto;
}
.timely textarea, .timely input[type="text"], .timely input[type="password"], .timely input[type="datetime"], .timely input[type="datetime-local"], .timely input[type="date"], .timely input[type="month"], .timely input[type="time"], .timely input[type="week"], .timely input[type="number"], .timely input[type="email"], .timely input[type="url"], .timely input[type="search"], .timely input[type="tel"], .timely input[type="color"], .timely .uneditable-input {
	background-color: #fff;
	border: 1px solid #ccc;
-webkit-border-radius:;
-moz-border-radius:;
border-radius:;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border linear .2s, box-shadow linear .2s;
	-moz-transition: border linear .2s, box-shadow linear .2s;
	-ms-transition: border linear .2s, box-shadow linear .2s;
	-o-transition: border linear .2s, box-shadow linear .2s;
	transition: border linear .2s, box-shadow linear .2s;
}
.timely textarea:focus, .timely input[type="text"]:focus, .timely input[type="password"]:focus, .timely input[type="datetime"]:focus, .timely input[type="datetime-local"]:focus, .timely input[type="date"]:focus, .timely input[type="month"]:focus, .timely input[type="time"]:focus, .timely input[type="week"]:focus, .timely input[type="number"]:focus, .timely input[type="email"]:focus, .timely input[type="url"]:focus, .timely input[type="search"]:focus, .timely input[type="tel"]:focus, .timely input[type="color"]:focus, .timely .uneditable-input:focus {
	border-color: rgba(82,168,236,0.8);
	outline: 0;
	outline: thin dotted \9;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
.timely input[type="radio"], .timely input[type="checkbox"] {
	margin: 3px 0;
*margin-top:0;
	line-height: normal;
	cursor: pointer;
}
.timely input[type="submit"], .timely input[type="reset"], .timely input[type="button"], .timely input[type="radio"], .timely input[type="checkbox"] {
	width: auto;
}
.timely .uneditable-textarea {
	width: auto;
	height: auto;
}
.timely select, .timely input[type="file"] {
	height: 28px;
*margin-top:4px;
	line-height: 28px;
}
.timely select {
	width: 220px;
	border: 1px solid #bbb;
}
.timely select[multiple], .timely select[size] {
	height: auto;
}
.timely select:focus, .timely input[type="file"]:focus, .timely input[type="radio"]:focus, .timely input[type="checkbox"]:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.timely .radio, .timely .checkbox {
	min-height: 18px;
	padding-left: 18px;
}
.timely .radio input[type="radio"], .timely .checkbox input[type="checkbox"] {
	float: left;
	margin-left: -18px;
}
.timely .controls > .radio:first-child, .timely .controls > .checkbox:first-child {
	padding-top: 5px;
}
.timely .radio.inline, .timely .checkbox.inline {
	display: inline-block;
	padding-top: 5px;
	margin-bottom: 0;
	vertical-align: middle;
}
.timely .radio.inline + .radio.inline, .timely .checkbox.inline + .checkbox.inline {
	margin-left: 10px;
}
.timely .input-mini {
	width: 60px;
}
.timely .input-small {
	width: 90px;
}
.timely .input-medium {
	width: 150px;
}
.timely .input-large {
	width: 210px;
}
.timely .input-xlarge {
	width: 270px;
}
.timely .input-xxlarge {
	width: 530px;
}
.timely input[class*="span"], .timely select[class*="span"], .timely textarea[class*="span"], .timely .uneditable-input[class*="span"], .timely .row-fluid input[class*="span"], .timely .row-fluid select[class*="span"], .timely .row-fluid textarea[class*="span"], .timely .row-fluid .uneditable-input[class*="span"] {
	float: none;
	margin-left: 0;
}
.timely .input-append input[class*="span"], .timely .input-append .uneditable-input[class*="span"], .timely .input-prepend input[class*="span"], .timely .input-prepend .uneditable-input[class*="span"], .timely .row-fluid .input-prepend [class*="span"], .timely .row-fluid .input-append [class*="span"] {
	display: inline-block;
}
.timely input, .timely textarea, .timely .uneditable-input {
	margin-left: 0;
}
.timely input.span12, textarea.span12, .uneditable-input.span12 {
	width: 930px;
}
.timely input.span11, textarea.span11, .uneditable-input.span11 {
	width: 850px;
}
.timely input.span10, textarea.span10, .uneditable-input.span10 {
	width: 770px;
}
.timely input.span9, textarea.span9, .uneditable-input.span9 {
	width: 690px;
}
.timely input.span8, textarea.span8, .uneditable-input.span8 {
	width: 610px;
}
.timely input.span7, textarea.span7, .uneditable-input.span7 {
	width: 530px;
}
.timely input.span6, textarea.span6, .uneditable-input.span6 {
	width: 450px;
}
.timely input.span5, textarea.span5, .uneditable-input.span5 {
	width: 370px;
}
.timely input.span4, textarea.span4, .uneditable-input.span4 {
	width: 290px;
}
.timely input.span3, textarea.span3, .uneditable-input.span3 {
	width: 210px;
}
.timely input.span2, textarea.span2, .uneditable-input.span2 {
	width: 130px;
}
.timely input.span1, textarea.span1, .uneditable-input.span1 {
	width: 50px;
}
.timely input[disabled], .timely select[disabled], .timely textarea[disabled], .timely input[readonly], .timely select[readonly], .timely textarea[readonly] {
	cursor: not-allowed;
	background-color: #eee;
	border-color: #ddd;
}
.timely input[type="radio"][disabled], .timely input[type="checkbox"][disabled], .timely input[type="radio"][readonly], .timely input[type="checkbox"][readonly] {
	background-color: transparent;
}
.timely .control-group.warning > label, .timely .control-group.warning .help-block, .timely .control-group.warning .help-inline {
	color: #c09853;
}
.timely .control-group.warning .checkbox, .timely .control-group.warning .radio, .timely .control-group.warning input, .timely .control-group.warning select, .timely .control-group.warning textarea {
	color: #c09853;
	border-color: #c09853;
}
.timely .control-group.warning .checkbox:focus, .timely .control-group.warning .radio:focus, .timely .control-group.warning input:focus, .timely .control-group.warning select:focus, .timely .control-group.warning textarea:focus {
	border-color: #a47e3c;
	-webkit-box-shadow: 0 0 6px #dbc59e;
	-moz-box-shadow: 0 0 6px #dbc59e;
	box-shadow: 0 0 6px #dbc59e;
}
.timely .control-group.warning .input-prepend .add-on, .timely .control-group.warning .input-append .add-on {
	color: #c09853;
	background-color: #fcf8e3;
	border-color: #c09853;
}
.timely .control-group.error > label, .timely .control-group.error .help-block, .timely .control-group.error .help-inline {
	color: #b94a48;
}
.timely .control-group.error .checkbox, .timely .control-group.error .radio, .timely .control-group.error input, .timely .control-group.error select, .timely .control-group.error textarea {
	color: #b94a48;
	border-color: #b94a48;
}
.timely .control-group.error .checkbox:focus, .timely .control-group.error .radio:focus, .timely .control-group.error input:focus, .timely .control-group.error select:focus, .timely .control-group.error textarea:focus {
	border-color: #953b39;
	-webkit-box-shadow: 0 0 6px #d59392;
	-moz-box-shadow: 0 0 6px #d59392;
	box-shadow: 0 0 6px #d59392;
}
.timely .control-group.error .input-prepend .add-on, .timely .control-group.error .input-append .add-on {
	color: #b94a48;
	background-color: #f2dede;
	border-color: #b94a48;
}
.timely .control-group.success > label, .timely .control-group.success .help-block, .timely .control-group.success .help-inline {
	color: #468847;
}
.timely .control-group.success .checkbox, .timely .control-group.success .radio, .timely .control-group.success input, .timely .control-group.success select, .timely .control-group.success textarea {
	color: #468847;
	border-color: #468847;
}
.timely .control-group.success .checkbox:focus, .timely .control-group.success .radio:focus, .timely .control-group.success input:focus, .timely .control-group.success select:focus, .timely .control-group.success textarea:focus {
	border-color: #356635;
	-webkit-box-shadow: 0 0 6px #7aba7b;
	-moz-box-shadow: 0 0 6px #7aba7b;
	box-shadow: 0 0 6px #7aba7b;
}
.timely .control-group.success .input-prepend .add-on, .timely .control-group.success .input-append .add-on {
	color: #468847;
	background-color: #dff0d8;
	border-color: #468847;
}
.timely input:focus:required:invalid, .timely textarea:focus:required:invalid, .timely select:focus:required:invalid {
color:#b94a48;
border-color:#ee5f5b;
}
.timely input:focus:required:invalid:focus, .timely textarea:focus:required:invalid:focus, .timely select:focus:required:invalid:focus {
border-color:#e9322d;
-webkit-box-shadow:0 0 6px #f8b9b7;
-moz-box-shadow:0 0 6px #f8b9b7;
box-shadow:0 0 6px #f8b9b7;
}
.timely .form-actions {
	padding: 15px 20px 16px;
	margin-top: 16px;
	margin-bottom: 16px;
background-color:;
	border-top: 1px solid #e5e5e5;
*zoom:1;
}
.timely .form-actions:before, .timely .form-actions:after {
	display: table;
	content: "";
}
.timely .form-actions:after {
	clear: both;
}
.timely .uneditable-input {
	overflow: hidden;
	white-space: nowrap;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #eee;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);
}
.timely .help-block, .timely .help-inline {
	color: #555;
}
.timely .help-block {
	display: block;
	margin-bottom: 8px;
}
.timely .help-inline {
	display: inline-block;
*display:inline;
*zoom:1;
	vertical-align: middle;
	padding-left: 5px;
}
.timely .input-prepend, .timely .input-append {
	margin-bottom: 5px;
}
.timely .input-prepend input, .timely .input-prepend select, .timely .input-prepend .uneditable-input, .timely .input-append input, .timely .input-append select, .timely .input-append .uneditable-input {
	position: relative;
	margin-bottom: 0;
*margin-left:0;
	vertical-align: middle;
	-webkit-border-radius: 0 0;
	-moz-border-radius: 0 0;
	border-radius: 0 0;
}
.timely .input-prepend input:focus, .timely .input-prepend select:focus, .timely .input-prepend .uneditable-input:focus, .timely .input-append input:focus, .timely .input-append select:focus, .timely .input-append .uneditable-input:focus {
	z-index: 2;
}
.timely .input-prepend .uneditable-input, .timely .input-append .uneditable-input {
	border-left-color: #ccc;
}
.timely .input-prepend .add-on, .timely .input-append .add-on {
	display: inline-block;
	width: auto;
	height: 16px;
	min-width: 16px;
	padding: 4px 5px;
	font-weight: normal;
	line-height: 16px;
	text-align: center;
	text-shadow: 0 1px 0 #fff;
	vertical-align: middle;
	background-color: #eee;
	border: 1px solid #ccc;
}
.timely .input-prepend .add-on, .timely .input-prepend .ai1ec.ai1ec-btn, .timely .input-append .add-on, .timely .input-append .ai1ec.ai1ec-btn {
	margin-left: -1px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.timely .input-prepend .active, .timely .input-append .active {
	background-color: #bbe8c0;
	border-color: #49c157;
}
.timely .input-prepend .add-on, .timely .input-prepend .ai1ec.ai1ec-btn {
	margin-right: -1px;
}
.timely .input-prepend .add-on:first-child, .timely .input-prepend .ai1ec.ai1ec-btn:first-child {
	-webkit-border-radius: 0 0;
	-moz-border-radius: 0 0;
	border-radius: 0 0;
}
.timely .input-append input, .timely .input-append select, .timely .input-append .uneditable-input {
	-webkit-border-radius: 0 0;
	-moz-border-radius: 0 0;
	border-radius: 0 0;
}
.timely .input-append .uneditable-input {
	border-right-color: #ccc;
	border-left-color: #eee;
}
.timely .input-append .add-on:last-child, .timely .input-append .ai1ec.ai1ec-btn:last-child {
	-webkit-border-radius: 0 0;
	-moz-border-radius: 0 0;
	border-radius: 0 0;
}
.timely .input-prepend.input-append input, .timely .input-prepend.input-append select, .timely .input-prepend.input-append .uneditable-input {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.timely .input-prepend.input-append .add-on:first-child, .timely .input-prepend.input-append .ai1ec.ai1ec-btn:first-child {
	margin-right: -1px;
	-webkit-border-radius: 0 0;
	-moz-border-radius: 0 0;
	border-radius: 0 0;
}
.timely .input-prepend.input-append .add-on:last-child, .timely .input-prepend.input-append .ai1ec.ai1ec-btn:last-child {
	margin-left: -1px;
	-webkit-border-radius: 0 0;
	-moz-border-radius: 0 0;
	border-radius: 0 0;
}
.timely .search-query {
	padding-right: 14px;
	padding-right: 4px \9;
	padding-left: 14px;
	padding-left: 4px \9;
	margin-bottom: 0;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
}
.timely .form-search input, .timely .form-search textarea, .timely .form-search select, .timely .form-search .help-inline, .timely .form-search .uneditable-input, .timely .form-search .input-prepend, .timely .form-search .input-append, .timely .form-inline input, .timely .form-inline textarea, .timely .form-inline select, .timely .form-inline .help-inline, .timely .form-inline .uneditable-input, .timely .form-inline .input-prepend, .timely .form-inline .input-append, .timely .form-horizontal input, .timely .form-horizontal textarea, .timely .form-horizontal select, .timely .form-horizontal .help-inline, .timely .form-horizontal .uneditable-input, .timely .form-horizontal .input-prepend, .timely .form-horizontal .input-append {
	display: inline-block;
*display:inline;
*zoom:1;
	margin-bottom: 0;
}
.timely .form-search .hide, .timely .form-inline .hide, .timely .form-horizontal .hide {
	display: none;
}
.timely .form-search label, .timely .form-inline label {
	display: inline-block;
}
.timely .form-search .input-append, .timely .form-inline .input-append, .timely .form-search .input-prepend, .timely .form-inline .input-prepend {
	margin-bottom: 0;
}
.timely .form-search .radio, .timely .form-search .checkbox, .timely .form-inline .radio, .timely .form-inline .checkbox {
	padding-left: 0;
	margin-bottom: 0;
	vertical-align: middle;
}
.timely .form-search .radio input[type="radio"], .timely .form-search .checkbox input[type="checkbox"], .timely .form-inline .radio input[type="radio"], .timely .form-inline .checkbox input[type="checkbox"] {
	float: left;
	margin-right: 3px;
	margin-left: 0;
}
.timely .control-group {
	margin-bottom: 8px;
}
.timely legend + .control-group {
	margin-top: 16px;
	-webkit-margin-top-collapse: separate;
}
.timely .form-horizontal .control-group {
	margin-bottom: 16px;
*zoom:1;
}
.timely .form-horizontal .control-group:before, .timely .form-horizontal .control-group:after {
	display: table;
	content: "";
}
.timely .form-horizontal .control-group:after {
	clear: both;
}
.timely .form-horizontal .control-label {
	float: left;
	width: 140px;
	padding-top: 5px;
	text-align: right;
}
.timely .form-horizontal .controls {
*display:inline-block;
*padding-left:20px;
	margin-left: 160px;
*margin-left:0;
}
.timely .form-horizontal .controls:first-child {
*padding-left:160px;
}
.timely .form-horizontal .help-block {
	margin-top: 8px;
	margin-bottom: 0;
}
.timely .form-horizontal .form-actions {
	padding-left: 160px;
}
.timely .ai1ec.ai1ec-btn-file {
	overflow: hidden;
	position: relative;
	vertical-align: middle;
}
.timely .ai1ec.ai1ec-btn-file > input {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	border: solid transparent;
	border-width: 0 0 100px 200px;
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-transform: translate(-300px, 0) scale(4);
	direction: ltr;
	cursor: pointer;
}
.timely .fileupload {
	margin-bottom: 9px;
}
.timely .fileupload .uneditable-input {
	display: inline-block;
	margin-bottom: 0px;
	vertical-align: middle;
	cursor: text;
}
.timely .fileupload .thumbnail {
	overflow: hidden;
	display: inline-block;
	margin-bottom: 5px;
	vertical-align: middle;
	text-align: center;
}
.timely .fileupload .thumbnail > img {
	display: inline-block;
	vertical-align: middle;
	max-height: 100%;
}
.timely .fileupload .ai1ec.ai1ec-btn {
	vertical-align: middle;
}
.timely .fileupload-exists .fileupload-new, .timely .fileupload-new .fileupload-exists {
	display: none;
}
.timely .fileupload-inline .fileupload-controls {
	display: inline;
}
.timely .fileupload-new .input-append .ai1ec.ai1ec-btn-file {
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}
.timely .thumbnail-borderless .thumbnail {
	border: none;
	padding: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.timely .fileupload-new.thumbnail-borderless .thumbnail {
	border: 1px solid #ddd;
}
.timely .control-group.warning .fileupload .uneditable-input {
	color: #a47e3c;
	border-color: #a47e3c;
}
.timely .control-group.warning .fileupload .fileupload-preview {
	color: #a47e3c;
}
.timely .control-group.warning .fileupload .thumbnail {
	border-color: #a47e3c;
}
.timely .control-group.error .fileupload .uneditable-input {
	color: #b94a48;
	border-color: #b94a48;
}
.timely .control-group.error .fileupload .fileupload-preview {
	color: #b94a48;
}
.timely .control-group.error .fileupload .thumbnail {
	border-color: #b94a48;
}
.timely .control-group.success .fileupload .uneditable-input {
	color: #468847;
	border-color: #468847;
}
.timely .control-group.success .fileupload .fileupload-preview {
	color: #468847;
}
.timely .control-group.success .fileupload .thumbnail {
	border-color: #468847;
}
.timely .dropup, .timely .dropdown {
	position: relative;
}
.timely .dropdown-toggle {
*margin-bottom:-3px;
}
.timely .dropdown-toggle:active, .timely .open .dropdown-toggle {
	outline: 0;
}
.timely .caret {
	display: inline-block;
	width: 0;
	height: 0;
	vertical-align: top;
	border-top: 4px solid #000;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	content: "";
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.timely .dropdown .caret {
	margin-top: 8px;
	margin-left: 2px;
}
.timely .dropdown:hover .caret, .timely .open .caret {
	opacity: 1;
	filter: alpha(opacity=100);
}
.timely .dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 10000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 4px 0;
	margin: 1px 0 0;
	list-style: none;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,0.2);
*border-right-width:2px;
*border-bottom-width:2px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}
.timely .dropdown-menu.pull-right {
	right: 0;
	left: auto;
}
.timely .dropdown-menu .divider {
*width:100%;
	height: 1px;
	margin: 7px 1px;
*margin:-5px 0 5px;
	overflow: hidden;
background-color:;
	border-bottom: 1px solid;
}
.timely .dropdown-menu a {
	display: block;
	padding: 3px 15px;
	clear: both;
	font-weight: normal;
	line-height: 16px;
	color: #666;
	white-space: nowrap;
}
.timely .dropdown-menu li > a:hover, .timely .dropdown-menu .active > a, .timely .dropdown-menu .active > a:hover {
	color: #000;
	text-decoration: none;
	background-color: #e0efff;
}
.timely .open {
*z-index:10000;
}
.timely .open > .dropdown-menu {
	display: block;
}
.timely .pull-right > .dropdown-menu {
	right: 0;
	left: auto;
}
.timely .dropup .caret, .timely .navbar-fixed-bottom .dropdown .caret {
	border-top: 0;
	border-bottom: 4px solid #000;
	content: "\2191";
}
.timely .dropup .dropdown-menu, .timely .navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 1px;
}
.timely .typeahead {
	margin-top: 2px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.timely .close {
	float: right;
	font-size: 20px;
	font-weight: bold;
	line-height: 16px;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
.timely .close:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: 0.4;
	filter: alpha(opacity=40);
}
.timely button.close {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
}
.timely .ai1ec.ai1ec-btn {
	display: inline-block;
*display:inline;
*zoom:1;
	padding: 4px 10px 4px;
	margin-bottom: 0;
	font-size: 13px;
	line-height: 16px;
*line-height:20px;
	color: #333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255,255,255,0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
	background-image: -ms-linear-gradient(top, #fff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
	background-image: -o-linear-gradient(top, #fff, #e6e6e6);
	background-image: linear-gradient(top, #fff, #e6e6e6);
	background-repeat: repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#e6e6e6', GradientType=0);
	border-color: #e6e6e6 #e6e6e6 #c0c0c0;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
	background-image: -ms-linear-gradient(top, #fff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
	background-image: -o-linear-gradient(top, #fff, #e6e6e6);
	background-image: linear-gradient(top, #fff, #e6e6e6);
	background-repeat: repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#e6e6e6', GradientType=0);
	border-color: #e6e6e6 #e6e6e6 #c0c0c0;
*background-color:#e6e6e6;
filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
	border: 1px solid #d9d9d9;
*border:0;
	border-bottom-color: #c0c0c0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
*margin-left:.3em;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.timely .ai1ec.ai1ec-btn:hover, .timely .ai1ec.ai1ec-btn:active, .timely .ai1ec.ai1ec-btn.active, .timely .ai1ec.ai1ec-btn.disabled, .timely .ai1ec.ai1ec-btn[disabled] {
	background-color: #e6e6e6;
*background-color:#d9d9d9;
}
.timely .ai1ec.ai1ec-btn:active, .timely .ai1ec.ai1ec-btn.active {
	background-color: #cdcdcd \9;
}
.timely .ai1ec.ai1ec-btn:first-child {
*margin-left:0;
}
.timely .ai1ec.ai1ec-btn:hover {
	color: #333;
	text-decoration: none;
	background-color: #e6e6e6;
*background-color:#d9d9d9;
	background-position: 0 -15px;
	-webkit-transition: background-position .1s linear;
	-moz-transition: background-position .1s linear;
	-ms-transition: background-position .1s linear;
	-o-transition: background-position .1s linear;
	transition: background-position .1s linear;
}
.timely .ai1ec.ai1ec-btn:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.timely .ai1ec.ai1ec-btn.active, .timely .ai1ec.ai1ec-btn:active {
	background-color: #e6e6e6;
	background-color: #d9d9d9 \9;
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.timely .ai1ec-btn.disabled, .timely .ai1ec-btn[disabled] {
	cursor: default;
	background-color: #e6e6e6;
	background-image: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.timely .ai1ec-btn-large {
	padding: 9px 14px;
	font-size: 15px;
	line-height: normal;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.timely .ai1ec-btn-large [class^="icon-"] {
	margin-top: 1px;
}
.timely .ai1ec-btn-small {
	padding: 5px 9px;
	font-size: 11px;
	line-height: 14px;
}
.timely .ai1ec-btn-small [class^="icon-"] {
	margin-top: -1px;
}
.timely .ai1ec-btn-mini {
	padding: 2px 6px;
	font-size: 11px;
	line-height: 12px;
}
.timely .ai1ec-btn-primary, .timely .ai1ec-btn-primary:hover, .timely .ai1ec-btn-warning, .timely .ai1ec-btn-warning:hover, .timely .ai1ec-btn-danger, .timely .ai1ec-btn-danger:hover, .timely .ai1ec-btn-success, .timely .ai1ec-btn-success:hover, .timely .ai1ec-btn-info, .timely .ai1ec-btn-info:hover, .timely .ai1ec-btn-inverse, .timely .ai1ec-btn-inverse:hover {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}
.timely .ai1ec-btn-primary.active, .timely .ai1ec-btn-warning.active, .timely .ai1ec-btn-danger.active, .timely .ai1ec-btn-success.active, .timely .ai1ec-btn-info.active, .timely .ai1ec-btn-inverse.active {
	color: rgba(255,255,255,0.75);
}
.timely .ai1ec-btn {
	border-color: #ccc;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
}
.timely .ai1ec-btn-primary {
	background-color: #5bb75b;
	background-image: -moz-linear-gradient(top, #62c462, #51a351);
	background-image: -ms-linear-gradient(top, #62c462, #51a351);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
	background-image: -webkit-linear-gradient(top, #62c462, #51a351);
	background-image: -o-linear-gradient(top, #62c462, #51a351);
	background-image: linear-gradient(top, #62c462, #51a351);
	background-repeat: repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
	border-color: #51a351 #51a351 #387038;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	background-color: #5bb75b;
	background-image: -moz-linear-gradient(top, #62c462, #51a351);
	background-image: -ms-linear-gradient(top, #62c462, #51a351);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
	background-image: -webkit-linear-gradient(top, #62c462, #51a351);
	background-image: -o-linear-gradient(top, #62c462, #51a351);
	background-image: linear-gradient(top, #62c462, #51a351);
	background-repeat: repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
	border-color: #51a351 #51a351 #387038;
*background-color:#51a351;
filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.timely .ai1ec-btn-primary:hover, .timely .ai1ec-btn-primary:active, .timely .ai1ec-btn-primary.active, .timely .ai1ec-btn-primary.disabled, .timely .ai1ec-btn-primary[disabled] {
	background-color: #51a351;
*background-color:#499249;
}
.timely .ai1ec-btn-primary:active, .timely .ai1ec-btn-primary.active {
	background-color: #408140 \9;
}
.timely .ai1ec-btn-warning {
	background-color: #faa732;
	background-image: -moz-linear-gradient(top, #fbb450, #f89406);
	background-image: -ms-linear-gradient(top, #fbb450, #f89406);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
	background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
	background-image: -o-linear-gradient(top, #fbb450, #f89406);
	background-image: linear-gradient(top, #fbb450, #f89406);
	background-repeat: repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
	border-color: #f89406 #f89406 #ad6704;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	background-color: #faa732;
	background-image: -moz-linear-gradient(top, #fbb450, #f89406);
	background-image: -ms-linear-gradient(top, #fbb450, #f89406);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
	background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
	background-image: -o-linear-gradient(top, #fbb450, #f89406);
	background-image: linear-gradient(top, #fbb450, #f89406);
	background-repeat: repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
	border-color: #f89406 #f89406 #ad6704;
*background-color:#f89406;
filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.timely .ai1ec-btn-warning:hover, .timely .ai1ec-btn-warning:active, .timely .ai1ec-btn-warning.active, .timely .ai1ec-btn-warning.disabled, .timely .ai1ec-btn-warning[disabled] {
	background-color: #f89406;
*background-color:#df8505;
}
.timely .ai1ec-btn-warning:active, .timely .ai1ec-btn-warning.active {
	background-color: #c67605 \9;
}
.timely .ai1ec-btn-danger {
	background-color: #da4f49;
	background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
	background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: linear-gradient(top, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0);
	border-color: #bd362f #bd362f #802420;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	background-color: #da4f49;
	background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
	background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: linear-gradient(top, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0);
	border-color: #bd362f #bd362f #802420;
*background-color:#bd362f;
filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.timely .ai1ec-btn-danger:hover, .timely .ai1ec-btn-danger:active, .timely .ai1ec-btn-danger.active, .timely .ai1ec-btn-danger.disabled, .timely .ai1ec-btn-danger[disabled] {
	background-color: #bd362f;
*background-color:#a9302a;
}
.timely .ai1ec-btn-danger:active, .timely .ai1ec-btn-danger.active {
	background-color: #942a25 \9;
}
.timely .ai1ec-btn-success {
	background-color: #5bb75b;
	background-image: -moz-linear-gradient(top, #62c462, #51a351);
	background-image: -ms-linear-gradient(top, #62c462, #51a351);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
	background-image: -webkit-linear-gradient(top, #62c462, #51a351);
	background-image: -o-linear-gradient(top, #62c462, #51a351);
	background-image: linear-gradient(top, #62c462, #51a351);
	background-repeat: repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
	border-color: #51a351 #51a351 #387038;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	background-color: #5bb75b;
	background-image: -moz-linear-gradient(top, #62c462, #51a351);
	background-image: -ms-linear-gradient(top, #62c462, #51a351);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
	background-image: -webkit-linear-gradient(top, #62c462, #51a351);
	background-image: -o-linear-gradient(top, #62c462, #51a351);
	background-image: linear-gradient(top, #62c462, #51a351);
	background-repeat: repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
	border-color: #51a351 #51a351 #387038;
*background-color:#51a351;
filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.timely .ai1ec-btn-success:hover, .timely .ai1ec-btn-success:active, .timely .ai1ec-btn-success.active, .timely .ai1ec-btn-success.disabled, .timely .ai1ec-btn-success[disabled] {
	background-color: #51a351;
*background-color:#499249;
}
.timely .ai1ec-btn-success:active, .timely .ai1ec-btn-success.active {
	background-color: #408140 \9;
}
.timely .ai1ec-btn-info {
	background-color: #49afcd;
	background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
	background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: linear-gradient(top, #5bc0de, #2f96b4);
	background-repeat: repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
	border-color: #2f96b4 #2f96b4 #1f6377;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	background-color: #49afcd;
	background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
	background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: linear-gradient(top, #5bc0de, #2f96b4);
	background-repeat: repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
	border-color: #2f96b4 #2f96b4 #1f6377;
*background-color:#2f96b4;
filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.timely .ai1ec-btn-info:hover, .timely .ai1ec-btn-info:active, .timely .ai1ec-btn-info.active, .timely .ai1ec-btn-info.disabled, .timely .ai1ec-btn-info[disabled] {
	background-color: #2f96b4;
*background-color:#2a85a0;
}
.timely .ai1ec-btn-info:active, .timely .ai1ec-btn-info.active {
	background-color: #24748c \9;
}
.timely .ai1ec-btn-inverse {
	background-color: #414141;
	background-image: -moz-linear-gradient(top, #555, #222);
	background-image: -ms-linear-gradient(top, #555, #222);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555), to(#222));
	background-image: -webkit-linear-gradient(top, #555, #222);
	background-image: -o-linear-gradient(top, #555, #222);
	background-image: linear-gradient(top, #555, #222);
	background-repeat: repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#555', endColorstr='#222', GradientType=0);
	border-color: #222 #222 #000;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	background-color: #414141;
	background-image: -moz-linear-gradient(top, #555, #222);
	background-image: -ms-linear-gradient(top, #555, #222);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555), to(#222));
	background-image: -webkit-linear-gradient(top, #555, #222);
	background-image: -o-linear-gradient(top, #555, #222);
	background-image: linear-gradient(top, #555, #222);
	background-repeat: repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#555', endColorstr='#222', GradientType=0);
	border-color: #222 #222 #000;
*background-color:#222;
filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.timely .ai1ec-btn-inverse:hover, .timely .ai1ec-btn-inverse:active, .timely .ai1ec-btn-inverse.active, .timely .ai1ec-btn-inverse.disabled, .timely .ai1ec-btn-inverse[disabled] {
	background-color: #222;
*background-color:#151515;
}
.timely .ai1ec-btn-inverse:active, .timely .ai1ec-btn-inverse.active {
	background-color: #090909 \9;
}
.timely button.ai1ec-btn, .timely input[type="submit"].ai1ec-btn {
*padding-top:2px;
*padding-bottom:2px;
}
.timely button.ai1ec-btn::-moz-focus-inner, .timely input[type="submit"].ai1ec-btn::-moz-focus-inner {
padding:0;
border:0;
}
.timely button.ai1ec-btn.ai1ec-btn-large, .timely input[type="submit"].ai1ec-btn.ai1ec-btn-large {
*padding-top:7px;
*padding-bottom:7px;
}
.timely button.ai1ec-btn.ai1ec-btn-small, .timely input[type="submit"].ai1ec-btn.ai1ec-btn-small {
*padding-top:3px;
*padding-bottom:3px;
}
.timely button.ai1ec-btn.ai1ec-btn-mini, .timely input[type="submit"].ai1ec-btn.ai1ec-btn-mini {
*padding-top:1px;
*padding-bottom:1px;
}
.timely .ai1ec-btn-group {
	position: relative;
*zoom:1;
*margin-left:.3em;
}
.timely .ai1ec-btn-group:before, .timely .ai1ec-btn-group:after {
	display: table;
	content: "";
}
.timely .ai1ec-btn-group:after {
	clear: both;
}
.timely .ai1ec-btn-group:first-child {
*margin-left:0;
}
.timely .ai1ec-btn-group + .ai1ec-btn-group {
	margin-left: 5px;
}
.timely .ai1ec-btn-toolbar {
	margin-top: 8px;
	margin-bottom: 8px;
}
.timely .ai1ec-btn-toolbar .ai1ec-btn-group {
	display: inline-block;
*display:inline;
*zoom:1;
}
.timely .ai1ec-btn-group > .ai1ec-btn {
	position: relative;
	float: left;
	margin-left: -1px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.timely .ai1ec-btn-group > .ai1ec-btn:first-child {
	margin-left: 0;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
}
.timely .ai1ec-btn-group > .ai1ec-btn:last-child, .timely .ai1ec-btn-group > .dropdown-toggle {
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
}
.timely .ai1ec-btn-group > .ai1ec-btn.large:first-child {
	margin-left: 0;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-left-radius: 6px;
}
.timely .ai1ec-btn-group > .ai1ec-btn.large:last-child, .timely .ai1ec-btn-group > .large.dropdown-toggle {
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-right-radius: 6px;
}
.timely .ai1ec-btn-group > .ai1ec-btn:hover, .timely .ai1ec-btn-group > .ai1ec-btn:focus, .timely .ai1ec-btn-group > .ai1ec-btn:active, .timely .ai1ec-btn-group > .ai1ec-btn.active {
	z-index: 2;
}
.timely .ai1ec-btn-group .dropdown-toggle:active, .timely .ai1ec-btn-group.open .dropdown-toggle {
	outline: 0;
}
.timely .ai1ec-btn-group > .dropdown-toggle {
	padding-left: 8px;
	padding-right: 8px;
	-webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
*padding-top:4px;
*padding-bottom:4px;
}
.timely .ai1ec-btn-group > .ai1ec-btn-mini.dropdown-toggle {
	padding-left: 5px;
	padding-right: 5px;
}
.timely .ai1ec-btn-group > .ai1ec-btn-small.dropdown-toggle {
*padding-top:4px;
*padding-bottom:4px;
}
.timely .ai1ec-btn-group > .ai1ec-btn-large.dropdown-toggle {
	padding-left: 12px;
	padding-right: 12px;
}
.timely .ai1ec-btn-group.open .dropdown-toggle {
	background-image: none;
	-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.timely .ai1ec-btn-group.open .ai1ec-btn.dropdown-toggle {
	background-color: #e6e6e6;
}
.timely .ai1ec-btn-group.open .ai1ec-btn-primary.dropdown-toggle {
	background-color: #51a351;
}
.timely .ai1ec-btn-group.open .ai1ec-btn-warning.dropdown-toggle {
	background-color: #f89406;
}
.timely .ai1ec-btn-group.open .ai1ec-btn-danger.dropdown-toggle {
	background-color: #bd362f;
}
.timely .ai1ec-btn-group.open .ai1ec-btn-success.dropdown-toggle {
	background-color: #51a351;
}
.timely .ai1ec-btn-group.open .ai1ec-btn-info.dropdown-toggle {
	background-color: #2f96b4;
}
.timely .ai1ec-btn-group.open .ai1ec-btn-inverse.dropdown-toggle {
	background-color: #222;
}
.timely .ai1ec-btn .caret {
	margin-top: 7px;
	margin-left: 0;
}
.timely .ai1ec-btn:hover .caret, .timely .open.ai1ec-btn-group .caret {
	opacity: 1;
	filter: alpha(opacity=100);
}
.timely .ai1ec-btn-mini .caret {
	margin-top: 5px;
}
.timely .ai1ec-btn-small .caret {
	margin-top: 6px;
}
.timely .ai1ec-btn-large .caret {
	margin-top: 6px;
	border-left-width: 5px;
	border-right-width: 5px;
	border-top-width: 5px;
}
.timely .dropup .ai1ec-btn-large .caret {
	border-bottom: 5px solid #000;
	border-top: 0;
}
.timely .ai1ec-btn-primary .caret, .timely .ai1ec-btn-warning .caret, .timely .ai1ec-btn-danger .caret, .timely .ai1ec-btn-info .caret, .timely .ai1ec-btn-success .caret, .timely .ai1ec-btn-inverse .caret {
	border-top-color: #fff;
	border-bottom-color: #fff;
	opacity: 0.75;
	filter: alpha(opacity=75);
}
.timely .alert {
	padding: 8px 35px 8px 14px;
	margin-bottom: 16px;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #c09853;
}
.timely .alert-heading {
	color: inherit;
}
.timely .alert .close {
	position: relative;
	top: -2px;
	right: -21px;
	line-height: 18px;
}
.timely .alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #468847;
}
.timely .alert-danger, .timely .alert-error {
	background-color: #f2dede;
	border-color: #eed3d7;
	color: #b94a48;
}
.timely .alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #3a87ad;
}
.timely .alert-block {
	padding-top: 14px;
	padding-bottom: 14px;
}
.timely .alert-block > p, .timely .alert-block > ul {
	margin-bottom: 0;
}
.timely .alert-block p + p {
	margin-top: 5px;
}
.timely .nav {
	margin-left: 0;
	margin-bottom: 16px;
	list-style: none;
}
.timely .nav > li > a {
	display: block;
}
.timely .nav > li > a:hover {
	text-decoration: none;
	background-color: #eee;
}
.timely .nav .nav-header {
	display: block;
	padding: 3px 15px;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
	color: #999;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	text-transform: uppercase;
}
.timely .nav li + .nav-header {
	margin-top: 9px;
}
.timely .nav-list {
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 0;
}
.timely .nav-list > li > a, .timely .nav-list .nav-header {
	margin-left: -15px;
	margin-right: -15px;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}
.timely .nav-list > li > a {
	padding: 3px 15px;
}
.timely .nav-list > .active > a, .timely .nav-list > .active > a:hover {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
	background-color: #507295;
}
.timely .nav-list [class^="icon-"] {
	margin-right: 2px;
}
.timely .nav-list .divider {
*width:100%;
	height: 1px;
	margin: 7px 1px;
*margin:-5px 0 5px;
	overflow: hidden;
	background-color: #e5e5e5;
	border-bottom: 1px solid #fff;
}
.timely .nav-tabs, .timely .nav-pills {
*zoom:1;
}
.timely .nav-tabs:before, .timely .nav-tabs:after, .timely .nav-pills:before, .timely .nav-pills:after {
	display: table;
	content: "";
}
.timely .nav-tabs:after, .timely .nav-pills:after {
	clear: both;
}
.timely .nav-tabs > li, .timely .nav-pills > li {
	float: left;
}
.timely .nav-tabs > li > a, .timely .nav-pills > li > a {
	padding-right: 12px;
	padding-left: 12px;
	margin-right: 2px;
	line-height: 14px;
}
.timely .nav-tabs {
	border-bottom: 1px solid #ddd;
}
.timely .nav-tabs > li {
	margin-bottom: -1px;
}
.timely .nav-tabs > li > a {
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 16px;
	border: 1px solid transparent;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}
.timely .nav-tabs > li > a:hover {
	border-color: #eee #eee #ddd;
}
.timely .nav-tabs > .active > a, .timely .nav-tabs > .active > a:hover {
	color: #555;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	cursor: default;
}
.timely .nav-pills > li > a {
	padding-top: 8px;
	padding-bottom: 8px;
	margin-top: 2px;
	margin-bottom: 2px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.timely .nav-pills > .active > a, .timely .nav-pills > .active > a:hover {
	color: #fff;
	background-color: #507295;
}
.timely .nav-stacked > li {
	float: none;
}
.timely .nav-stacked > li > a {
	margin-right: 0;
}
.timely .nav-tabs.nav-stacked {
	border-bottom: 0;
}
.timely .nav-tabs.nav-stacked > li > a {
	border: 1px solid #ddd;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.timely .nav-tabs.nav-stacked > li:first-child > a {
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}
.timely .nav-tabs.nav-stacked > li:last-child > a {
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}
.timely .nav-tabs.nav-stacked > li > a:hover {
	border-color: #ddd;
	z-index: 2;
}
.timely .nav-pills.nav-stacked > li > a {
	margin-bottom: 3px;
}
.timely .nav-pills.nav-stacked > li:last-child > a {
	margin-bottom: 1px;
}
.timely .nav-tabs .dropdown-menu, .timely .nav-pills .dropdown-menu {
	margin-top: 1px;
	border-width: 1px;
}
.timely .nav-pills .dropdown-menu {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.timely .nav-tabs .dropdown-toggle .caret, .timely .nav-pills .dropdown-toggle .caret {
	border-top-color: #507295;
	border-bottom-color: #507295;
	margin-top: 6px;
}
.timely .nav-tabs .dropdown-toggle:hover .caret, .timely .nav-pills .dropdown-toggle:hover .caret {
	border-top-color: #354c63;
	border-bottom-color: #354c63;
}
.timely .nav-tabs .active .dropdown-toggle .caret, .timely .nav-pills .active .dropdown-toggle .caret {
	border-top-color: #333;
	border-bottom-color: #333;
}
.timely .nav > .dropdown.active > a:hover {
	color: #000;
	cursor: pointer;
}
.timely .nav-tabs .open .dropdown-toggle, .timely .nav-pills .open .dropdown-toggle, .timely .nav > .open.active > a:hover {
	color: #fff;
	background-color: #999;
	border-color: #999;
}
.timely .nav .open .caret, .timely .nav .open.active .caret, .timely .nav .open a:hover .caret {
	border-top-color: #fff;
	border-bottom-color: #fff;
	opacity: 1;
	filter: alpha(opacity=100);
}
.timely .tabs-stacked .open > a:hover {
	border-color: #999;
}
.timely .tabbable {
*zoom:1;
}
.timely .tabbable:before, .timely .tabbable:after {
	display: table;
	content: "";
}
.timely .tabbable:after {
	clear: both;
}
.timely .tab-content {
	display: table;
	width: 100%;
}
.timely .tabs-below .nav-tabs, .timely .tabs-right .nav-tabs, .timely .tabs-left .nav-tabs {
	border-bottom: 0;
}
.timely .tab-content > .tab-pane, .timely .pill-content > .pill-pane {
	display: none;
}
.timely .tab-content > .active, .timely .pill-content > .active {
	display: block;
}
.timely .tabs-below .nav-tabs {
	border-top: 1px solid #ddd;
}
.timely .tabs-below .nav-tabs > li {
	margin-top: -1px;
	margin-bottom: 0;
}
.timely .tabs-below .nav-tabs > li > a {
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}
.timely .tabs-below .nav-tabs > li > a:hover {
	border-bottom-color: transparent;
	border-top-color: #ddd;
}
.timely .tabs-below .nav-tabs .active > a, .timely .tabs-below .nav-tabs .active > a:hover {
	border-color: transparent #ddd #ddd #ddd;
}
.timely .tabs-left .nav-tabs > li, .timely .tabs-right .nav-tabs > li {
	float: none;
}
.timely .tabs-left .nav-tabs > li > a, .timely .tabs-right .nav-tabs > li > a {
	min-width: 74px;
	margin-right: 0;
	margin-bottom: 3px;
}
.timely .tabs-left .nav-tabs {
	float: left;
	margin-right: 19px;
	border-right: 1px solid #ddd;
}
.timely .tabs-left .nav-tabs > li > a {
	margin-right: -1px;
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}
.timely .tabs-left .nav-tabs > li > a:hover {
	border-color: #eee #ddd #eee #eee;
}
.timely .tabs-left .nav-tabs .active > a, .timely .tabs-left .nav-tabs .active > a:hover {
	border-color: #ddd transparent #ddd #ddd;
*border-right-color:#fff;
}
.timely .tabs-right .nav-tabs {
	float: right;
	margin-left: 19px;
	border-left: 1px solid #ddd;
}
.timely .tabs-right .nav-tabs > li > a {
	margin-left: -1px;
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}
.timely .tabs-right .nav-tabs > li > a:hover {
	border-color: #eee #eee #eee #ddd;
}
.timely .tabs-right .nav-tabs .active > a, .timely .tabs-right .nav-tabs .active > a:hover {
	border-color: #ddd #ddd #ddd transparent;
*border-left-color:#fff;
}
.timely .thumbnails {
	margin-left: -20px;
	list-style: none;
*zoom:1;
}
.timely .thumbnails:before, .timely .thumbnails:after {
	display: table;
	content: "";
}
.timely .thumbnails:after {
	clear: both;
}
.timely .row-fluid .thumbnails {
	margin-left: 0;
}
.timely .thumbnails > li {
	float: left;
	margin-bottom: 16px;
	margin-left: 20px;
}
.timely .thumbnail {
	display: block;
	padding: 4px;
	line-height: 1;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.075);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: 0 1px 1px rgba(0,0,0,0.075);
}
.timely a.thumbnail:hover {
	border-color: #507295;
	-webkit-box-shadow: 0 1px 4px rgba(0,105,214,0.25);
	-moz-box-shadow: 0 1px 4px rgba(0,105,214,0.25);
	box-shadow: 0 1px 4px rgba(0,105,214,0.25);
}
.timely .thumbnail > img {
	display: block;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.timely .thumbnail .caption {
	padding: 9px;
}
.timely .pull-right {
	float: right;
}
.timely .pull-left {
	float: left;
}
.timely .hide {
	display: none;
}
.timely .show {
	display: block;
}
.timely .invisible {
	visibility: hidden;
}
.timely .datepicker {
	top: 0;
	left: 0;
	padding: 4px;
	margin-top: 1px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.timely .datepicker:before {
	content: '';
	display: inline-block;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #ccc;
	border-bottom-color: rgba(0,0,0,0.2);
	position: absolute;
	top: -7px;
	left: 6px;
}
.timely .datepicker:after {
	content: '';
	display: inline-block;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
	position: absolute;
	top: -6px;
	left: 7px;
}
.timely .datepicker >div {
	display: none;
}
.timely .datepicker.days div.datepicker-days {
	display: block;
}
.timely .datepicker.months div.datepicker-months {
	display: block;
}
.timely .datepicker.years div.datepicker-years {
	display: block;
}
.timely .datepicker table {
	margin: 0;
}
.timely .datepicker td, .timely .datepicker th {
	text-align: center;
	width: 20px;
	height: 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.timely .datepicker td.day:hover {
	background: #eee;
	cursor: pointer;
}
.timely .datepicker td.old, .timely .datepicker td.new {
	color: #999;
}
.timely .datepicker td.disabled, .timely .datepicker td.disabled:hover {
	background: none;
	color: #999;
	cursor: default;
}
.timely .datepicker td.today, .timely .datepicker td.today:hover, .timely .datepicker td.today.disabled, .timely .datepicker td.today.disabled:hover {
	background-color: #fde19a;
	background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
	background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
	background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
	background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
	background-image: linear-gradient(top, #fdd49a, #fdf59a);
	background-repeat: repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
	border-color: #fdf59a #fdf59a #fbed50;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	background-color: #fde19a;
	background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
	background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
	background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
	background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
	background-image: linear-gradient(top, #fdd49a, #fdf59a);
	background-repeat: repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
	border-color: #fdf59a #fdf59a #fbed50;
*background-color:#fdf59a;
filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.timely .datepicker td.today:hover, .timely .datepicker td.today:active, .timely .datepicker td.today.active, .timely .datepicker td.today.disabled, .timely .datepicker td.today[disabled], .timely .datepicker td.today:hover:hover, .timely .datepicker td.today:hover:active, .timely .datepicker td.today:hover.active, .timely .datepicker td.today:hover.disabled, .timely .datepicker td.today:hover[disabled], .timely .datepicker td.today.disabled:hover, .timely .datepicker td.today.disabled:active, .timely .datepicker td.today.disabled.active, .timely .datepicker td.today.disabled.disabled, .timely .datepicker td.today.disabled[disabled], .timely .datepicker td.today.disabled:hover:hover, .timely .datepicker td.today.disabled:hover:active, .timely .datepicker td.today.disabled:hover.active, .timely .datepicker td.today.disabled:hover.disabled, .timely .datepicker td.today.disabled:hover[disabled] {
	background-color: #fdf59a;
*background-color:#fcf282;
}
.timely .datepicker td.today:active, .timely .datepicker td.today.active, .timely .datepicker td.today:hover:active, .timely .datepicker td.today:hover.active, .timely .datepicker td.today.disabled:active, .timely .datepicker td.today.disabled.active, .timely .datepicker td.today.disabled:hover:active, .timely .datepicker td.today.disabled:hover.active {
	background-color: #fbf069 \9;
}
.timely .datepicker td.active, .timely .datepicker td.active:hover, .timely .datepicker td.active.disabled, .timely .datepicker td.active.disabled:hover {
	background-color: #62c46f;
	background-image: -moz-linear-gradient(top, #62c462, #62c483);
	background-image: -ms-linear-gradient(top, #62c462, #62c483);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#62c483));
	background-image: -webkit-linear-gradient(top, #62c462, #62c483);
	background-image: -o-linear-gradient(top, #62c462, #62c483);
	background-image: linear-gradient(top, #62c462, #62c483);
	background-repeat: repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#62c483', GradientType=0);
	border-color: #62c483 #62c483 #3b9e5c;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	background-color: #62c46f;
	background-image: -moz-linear-gradient(top, #62c462, #62c483);
	background-image: -ms-linear-gradient(top, #62c462, #62c483);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#62c483));
	background-image: -webkit-linear-gradient(top, #62c462, #62c483);
	background-image: -o-linear-gradient(top, #62c462, #62c483);
	background-image: linear-gradient(top, #62c462, #62c483);
	background-repeat: repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#62c483', GradientType=0);
	border-color: #62c483 #62c483 #3b9e5c;
*background-color:#62c483;
filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}
.timely .datepicker td.active:hover, .timely .datepicker td.active:active, .timely .datepicker td.active.active, .timely .datepicker td.active.disabled, .timely .datepicker td.active[disabled], .timely .datepicker td.active:hover:hover, .timely .datepicker td.active:hover:active, .timely .datepicker td.active:hover.active, .timely .datepicker td.active:hover.disabled, .timely .datepicker td.active:hover[disabled], .timely .datepicker td.active.disabled:hover, .timely .datepicker td.active.disabled:active, .timely .datepicker td.active.disabled.active, .timely .datepicker td.active.disabled.disabled, .timely .datepicker td.active.disabled[disabled], .timely .datepicker td.active.disabled:hover:hover, .timely .datepicker td.active.disabled:hover:active, .timely .datepicker td.active.disabled:hover.active, .timely .datepicker td.active.disabled:hover.disabled, .timely .datepicker td.active.disabled:hover[disabled] {
	background-color: #62c483;
*background-color:#4fbd74;
}
.timely .datepicker td.active:active, .timely .datepicker td.active.active, .timely .datepicker td.active:hover:active, .timely .datepicker td.active:hover.active, .timely .datepicker td.active.disabled:active, .timely .datepicker td.active.disabled.active, .timely .datepicker td.active.disabled:hover:active, .timely .datepicker td.active.disabled:hover.active {
	background-color: #42b167 \9;
}
.timely .datepicker td span {
	display: block;
	width: 23%;
	height: 54px;
	line-height: 54px;
	float: left;
	margin: 1%;
	cursor: pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.timely .datepicker td span:hover {
	background: #eee;
}
.timely .datepicker td span.disabled, .timely .datepicker td span.disabled:hover {
	background: none;
	color: #999;
	cursor: default;
}
.timely .datepicker td span.active, .timely .datepicker td span.active:hover, .timely .datepicker td span.active.disabled, .timely .datepicker td span.active.disabled:hover {
	background-color: #62c46f;
	background-image: -moz-linear-gradient(top, #62c462, #62c483);
	background-image: -ms-linear-gradient(top, #62c462, #62c483);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#62c483));
	background-image: -webkit-linear-gradient(top, #62c462, #62c483);
	background-image: -o-linear-gradient(top, #62c462, #62c483);
	background-image: linear-gradient(top, #62c462, #62c483);
	background-repeat: repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#62c483', GradientType=0);
	border-color: #62c483 #62c483 #3b9e5c;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	background-color: #62c46f;
	background-image: -moz-linear-gradient(top, #62c462, #62c483);
	background-image: -ms-linear-gradient(top, #62c462, #62c483);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#62c483));
	background-image: -webkit-linear-gradient(top, #62c462, #62c483);
	background-image: -o-linear-gradient(top, #62c462, #62c483);
	background-image: linear-gradient(top, #62c462, #62c483);
	background-repeat: repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#62c483', GradientType=0);
	border-color: #62c483 #62c483 #3b9e5c;
*background-color:#62c483;
filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}
.timely .datepicker td span.active:hover, .timely .datepicker td span.active:active, .timely .datepicker td span.active.active, .timely .datepicker td span.active.disabled, .timely .datepicker td span.active[disabled], .timely .datepicker td span.active:hover:hover, .timely .datepicker td span.active:hover:active, .timely .datepicker td span.active:hover.active, .timely .datepicker td span.active:hover.disabled, .timely .datepicker td span.active:hover[disabled], .timely .datepicker td span.active.disabled:hover, .timely .datepicker td span.active.disabled:active, .timely .datepicker td span.active.disabled.active, .timely .datepicker td span.active.disabled.disabled, .timely .datepicker td span.active.disabled[disabled], .timely .datepicker td span.active.disabled:hover:hover, .timely .datepicker td span.active.disabled:hover:active, .timely .datepicker td span.active.disabled:hover.active, .timely .datepicker td span.active.disabled:hover.disabled, .timely .datepicker td span.active.disabled:hover[disabled] {
	background-color: #62c483;
*background-color:#4fbd74;
}
.timely .datepicker td span.active:active, .timely .datepicker td span.active.active, .timely .datepicker td span.active:hover:active, .timely .datepicker td span.active:hover.active, .timely .datepicker td span.active.disabled:active, .timely .datepicker td span.active.disabled.active, .timely .datepicker td span.active.disabled:hover:active, .timely .datepicker td span.active.disabled:hover.active {
	background-color: #42b167 \9;
}
.timely .datepicker td span.old {
	color: #999;
}
.timely .datepicker th.switch {
	width: 145px;
}
.timely .datepicker thead tr:first-child th, .timely .datepicker tfoot tr:first-child th {
	cursor: pointer;
}
.timely .datepicker thead tr:first-child th:hover, .timely .datepicker tfoot tr:first-child th:hover {
	background: #eee;
}
.timely .input-append.date .add-on i, .timely .input-prepend.date .add-on i {
	display: block;
	cursor: pointer;
	width: 16px;
	height: 16px;
}
.timely .bootstrap-timepicker.dropdown-menu {
	top: 0;
	left: 0;
	padding: 4px;
	margin-top: 1px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: none;
	min-width: 10px;
	z-index: 99999;
}
.timely .bootstrap-timepicker.dropdown-menu.open {
	display: inline-block;
}
.timely .bootstrap-timepicker.dropdown-menu:before {
	content: '';
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #ccc;
	border-bottom-color: rgba(0,0,0,0.2);
	position: absolute;
	top: -7px;
	left: 6px;
}
.timely .bootstrap-timepicker.dropdown-menu:after {
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
	position: absolute;
	top: -6px;
	left: 7px;
}
.timely .bootstrap-timepicker.modal {
	top: 30%;
	margin-top: 0;
	width: 200px;
	margin-left: -100px;
}
.timely .bootstrap-timepicker.modal .modal-content {
	padding: 0;
}
.timely .bootstrap-timepicker table {
	width: 100%;
	margin: 0;
}
.timely .bootstrap-timepicker table td {
	text-align: center;
	height: 30px;
	margin: 0;
	padding: 2px;
}
.timely .bootstrap-timepicker table td span {
	width: 100%;
}
.timely .bootstrap-timepicker table td a {
	border: 1px transparent solid;
	width: 3em;
	display: inline-block;
	margin: 0;
	padding: 8px 0;
	outline: 0;
}
.timely .bootstrap-timepicker table td a:hover {
	background-color: #eee;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border-color: #ddd;
}
.timely .bootstrap-timepicker table td a i {
	margin-top: 2px;
}
.timely .bootstrap-timepicker table td input {
	width: 25px;
	margin: 0;
	text-align: center;
}
.timely .bootstrap-timepicker-component .add-on {
	cursor: pointer;
}
.timely .bootstrap-timepicker-component .add-on i {
	display: block;
	width: 16px;
	height: 16px;
}
.timely a {
	border: none;
}
.timely .ai1ec-btn {
	color: #333;
	text-shadow: 0 1px 1px #fff;
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
	background-image: -ms-linear-gradient(top, #fff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
	background-image: -o-linear-gradient(top, #fff, #e6e6e6);
	background-image: linear-gradient(top, #fff, #e6e6e6);
	background-repeat: repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#e6e6e6', GradientType=0);
	border-color: #e6e6e6 #e6e6e6 #c0c0c0;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
	background-image: -ms-linear-gradient(top, #fff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
	background-image: -o-linear-gradient(top, #fff, #e6e6e6);
	background-image: linear-gradient(top, #fff, #e6e6e6);
	background-repeat: repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#e6e6e6', GradientType=0);
	border-color: #e6e6e6 #e6e6e6 #c0c0c0;
*background-color:#e6e6e6;
filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
	border: 1px solid #d9d9d9;
*border:0;
	border-bottom-color: #c0c0c0;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-ms-box-sizing: content-box;
	box-sizing: content-box;
}
.timely .ai1ec-btn:hover, .timely .ai1ec-btn:active, .timely .ai1ec-btn.active, .timely .ai1ec-btn.disabled, .timely .ai1ec-btn[disabled] {
	background-color: #e6e6e6;
*background-color:#d9d9d9;
}
.timely .ai1ec-btn:active, .timely .ai1ec-btn.active {
	background-color: #cdcdcd \9;
}
.timely .ai1ec-btn:hover {
	color: #1a1a1a;
}
.timely .ai1ec-btn.disabled, .timely .ai1ec-btn[disabled] {
	background-color: #f6f6f6;
}
.timely .ai1ec-btn-primary, .timely .ai1ec-btn-primary:hover, .timely .ai1ec-btn-warning, .timely .ai1ec-btn-warning:hover, .timely .ai1ec-btn-danger, .timely .ai1ec-btn-danger:hover, .timely .ai1ec-btn-success, .timely .ai1ec-btn-success:hover, .timely .ai1ec-btn-info, .timely .ai1ec-btn-info:hover, .timely .ai1ec-btn-inverse, .timely .ai1ec-btn-inverse:hover {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}
.timely .ai1ec-btn-primary.active, .timely .ai1ec-btn-warning.active, .timely .ai1ec-btn-danger.active, .timely .ai1ec-btn-success.active, .timely .ai1ec-btn-info.active, .timely .ai1ec-btn-inverse.active {
	color: rgba(255,255,255,0.75);
}
.timely .ai1ec-btn-primary {
	background-color: #5bb75b;
	background-image: -moz-linear-gradient(top, #62c462, #51a351);
	background-image: -ms-linear-gradient(top, #62c462, #51a351);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
	background-image: -webkit-linear-gradient(top, #62c462, #51a351);
	background-image: -o-linear-gradient(top, #62c462, #51a351);
	background-image: linear-gradient(top, #62c462, #51a351);
	background-repeat: repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
	border-color: #51a351 #51a351 #387038;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	background-color: #5bb75b;
	background-image: -moz-linear-gradient(top, #62c462, #51a351);
	background-image: -ms-linear-gradient(top, #62c462, #51a351);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
	background-image: -webkit-linear-gradient(top, #62c462, #51a351);
	background-image: -o-linear-gradient(top, #62c462, #51a351);
	background-image: linear-gradient(top, #62c462, #51a351);
	background-repeat: repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
	border-color: #51a351 #51a351 #387038;
*background-color:#51a351;
filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.timely .ai1ec-btn-primary:hover, .timely .ai1ec-btn-primary:active, .timely .ai1ec-btn-primary.active, .timely .ai1ec-btn-primary.disabled, .timely .ai1ec-btn-primary[disabled] {
	background-color: #51a351;
*background-color:#499249;
}
.timely .ai1ec-btn-primary:active, .timely .ai1ec-btn-primary.active {
	background-color: #408140 \9;
}
.timely .ai1ec-btn-warning {
	background-color: #faa732;
	background-image: -moz-linear-gradient(top, #fbb450, #f89406);
	background-image: -ms-linear-gradient(top, #fbb450, #f89406);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
	background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
	background-image: -o-linear-gradient(top, #fbb450, #f89406);
	background-image: linear-gradient(top, #fbb450, #f89406);
	background-repeat: repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
	border-color: #f89406 #f89406 #ad6704;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	background-color: #faa732;
	background-image: -moz-linear-gradient(top, #fbb450, #f89406);
	background-image: -ms-linear-gradient(top, #fbb450, #f89406);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
	background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
	background-image: -o-linear-gradient(top, #fbb450, #f89406);
	background-image: linear-gradient(top, #fbb450, #f89406);
	background-repeat: repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
	border-color: #f89406 #f89406 #ad6704;
*background-color:#f89406;
filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.timely .ai1ec-btn-warning:hover, .timely .ai1ec-btn-warning:active, .timely .ai1ec-btn-warning.active, .timely .ai1ec-btn-warning.disabled, .timely .ai1ec-btn-warning[disabled] {
	background-color: #f89406;
*background-color:#df8505;
}
.timely .ai1ec-btn-warning:active, .timely .ai1ec-btn-warning.active {
	background-color: #c67605 \9;
}
.timely .ai1ec-btn-danger {
	background-color: #da4f49;
	background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
	background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: linear-gradient(top, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0);
	border-color: #bd362f #bd362f #802420;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	background-color: #da4f49;
	background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
	background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: linear-gradient(top, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0);
	border-color: #bd362f #bd362f #802420;
*background-color:#bd362f;
filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.timely .ai1ec-btn-danger:hover, .timely .ai1ec-btn-danger:active, .timely .ai1ec-btn-danger.active, .timely .ai1ec-btn-danger.disabled, .timely .ai1ec-btn-danger[disabled] {
	background-color: #bd362f;
*background-color:#a9302a;
}
.timely .ai1ec-btn-danger:active, .timely .ai1ec-btn-danger.active {
	background-color: #942a25 \9;
}
.timely .ai1ec-btn-success {
	background-color: #5bb75b;
	background-image: -moz-linear-gradient(top, #62c462, #51a351);
	background-image: -ms-linear-gradient(top, #62c462, #51a351);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
	background-image: -webkit-linear-gradient(top, #62c462, #51a351);
	background-image: -o-linear-gradient(top, #62c462, #51a351);
	background-image: linear-gradient(top, #62c462, #51a351);
	background-repeat: repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
	border-color: #51a351 #51a351 #387038;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	background-color: #5bb75b;
	background-image: -moz-linear-gradient(top, #62c462, #51a351);
	background-image: -ms-linear-gradient(top, #62c462, #51a351);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
	background-image: -webkit-linear-gradient(top, #62c462, #51a351);
	background-image: -o-linear-gradient(top, #62c462, #51a351);
	background-image: linear-gradient(top, #62c462, #51a351);
	background-repeat: repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
	border-color: #51a351 #51a351 #387038;
*background-color:#51a351;
filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.timely .ai1ec-btn-success:hover, .timely .ai1ec-btn-success:active, .timely .ai1ec-btn-success.active, .timely .ai1ec-btn-success.disabled, .timely .ai1ec-btn-success[disabled] {
	background-color: #51a351;
*background-color:#499249;
}
.timely .ai1ec-btn-success:active, .timely .ai1ec-btn-success.active {
	background-color: #408140 \9;
}
.timely .ai1ec-btn-info {
	background-color: #49afcd;
	background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
	background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: linear-gradient(top, #5bc0de, #2f96b4);
	background-repeat: repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
	border-color: #2f96b4 #2f96b4 #1f6377;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	background-color: #49afcd;
	background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
	background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: linear-gradient(top, #5bc0de, #2f96b4);
	background-repeat: repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
	border-color: #2f96b4 #2f96b4 #1f6377;
*background-color:#2f96b4;
filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.timely .ai1ec-btn-info:hover, .timely .ai1ec-btn-info:active, .timely .ai1ec-btn-info.active, .timely .ai1ec-btn-info.disabled, .timely .ai1ec-btn-info[disabled] {
	background-color: #2f96b4;
*background-color:#2a85a0;
}
.timely .ai1ec-btn-info:active, .timely .ai1ec-btn-info.active {
	background-color: #24748c \9;
}
.timely .ai1ec-btn-inverse {
	background-color: #414141;
	background-image: -moz-linear-gradient(top, #555, #222);
	background-image: -ms-linear-gradient(top, #555, #222);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555), to(#222));
	background-image: -webkit-linear-gradient(top, #555, #222);
	background-image: -o-linear-gradient(top, #555, #222);
	background-image: linear-gradient(top, #555, #222);
	background-repeat: repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#555', endColorstr='#222', GradientType=0);
	border-color: #222 #222 #000;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	background-color: #414141;
	background-image: -moz-linear-gradient(top, #555, #222);
	background-image: -ms-linear-gradient(top, #555, #222);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555), to(#222));
	background-image: -webkit-linear-gradient(top, #555, #222);
	background-image: -o-linear-gradient(top, #555, #222);
	background-image: linear-gradient(top, #555, #222);
	background-repeat: repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#555', endColorstr='#222', GradientType=0);
	border-color: #222 #222 #000;
*background-color:#222;
filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.timely .ai1ec-btn-inverse:hover, .timely .ai1ec-btn-inverse:active, .timely .ai1ec-btn-inverse.active, .timely .ai1ec-btn-inverse.disabled, .timely .ai1ec-btn-inverse[disabled] {
	background-color: #222;
*background-color:#151515;
}
.timely .ai1ec-btn-inverse:active, .timely .ai1ec-btn-inverse.active {
	background-color: #090909 \9;
}
.timely .ai1ec-btn-toolbar {
	margin: 0;
}
.timely .ai1ec-btn-group {
	margin-bottom: 6px;
	vertical-align: bottom;
}
.timely .ai1ec-btn-group > .ai1ec-btn-primary {
	z-index: 3;
}
.timely .ai1ec-btn-group.pull-right + .ai1ec-btn-group.pull-right {
	margin-left: 0;
	margin-right: 5px;
}
.timely .ai1ec-btn-group > .ai1ec-btn, .timely .ai1ec-btn-group > .dropdown-menu, .timely .ai1ec-btn-group > .popover {
	font-size: 13px;
}
.timely .ai1ec-btn-group > .ai1ec-btn-mini {
	font-size: 11px;
}
.timely .ai1ec-btn-group > .ai1ec-btn-small {
font-size:;
}
.timely .ai1ec-btn-group > .ai1ec-btn-large {
	font-size: 15px;
}
.timely .nav {
	margin: 0 0 16px !important;
	list-style: none !important;
	padding: 0 !important;
}
.timely .nav > li {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}
.timely .nav-pills > li > a {
	margin-top: 0;
	margin-bottom: 0;
	padding: 8px 9px 7px;
}
.timely .nav > li > a:hover, .timely .nav-pills > .active > a, .timely .nav > .dropdown:hover > a, .timely .nav-pills > .active > a:hover, .timely .nav > .dropdown.active > a:hover, .timely .nav-tabs .open .dropdown-toggle, .timely .nav-pills .open .dropdown-toggle, .timely .nav > li.dropdown.open.active > a:hover {
	background-color: rgba(255, 255, 255, -0.2);
	background-image: -moz-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,0.5));
	background-image: -ms-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,0.5));
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255,255,255,0)), to(rgba(255,255,255,0.5)));
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,0.5));
	background-image: -o-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,0.5));
	background-image: linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,0.5));
	background-repeat: repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255,255,255,0)', endColorstr='rgba(255,255,255,0.5)', GradientType=0);
	filter: none \9;
	background-color: #e0efff;
	border-color: #e0efff;
	-webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3), inset 0 2px 1px rgba(77,77,77,0.1);
	-moz-box-shadow: inset 0 0 2px rgba(0,0,0,0.3), inset 0 2px 1px rgba(77,77,77,0.1);
	box-shadow: inset 0 0 2px rgba(0,0,0,0.3), inset 0 2px 1px rgba(77,77,77,0.1);
	color: #000 !important;
}
.timely .dropdown-toggle {
	color: #666 !important;
}
.timely .dropdown-toggle:hover {
	background-color: #e0efff;
	border-color: #e0efff;
	-webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
	box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
	color: #000 !important;
}
.timely .caret {
	border-top-color: #4d4d4d;
	border-bottom-color: #4d4d4d;
	opacity: 0.75;
	filter: alpha(opacity=75);
}
.timely .dropdown .caret {
	margin-left: 0;
}
.timely .nav-tabs .dropdown-toggle .caret, .timely .nav-pills .dropdown-toggle .caret {
	border-top-color: #666;
	border-bottom-color: #666;
}
.timely .nav-tabs .dropdown-toggle:hover .caret, .timely .nav-pills .dropdown-toggle:hover .caret, .timely .nav li.dropdown.open .caret, .timely .nav li.dropdown.open.active .caret, .timely .nav li.dropdown.open a:hover .caret, .timely .nav-tabs .active .dropdown-toggle .caret, .timely .nav-pills .active .dropdown-toggle .caret {
	border-top-color: #000;
	border-bottom-color: #000;
}
.timely .dropdown-toggle {
	cursor: pointer;
}
.timely .dropdown-menu {
	border-color: rgba(0,0,0,0.2);
	margin-top: 0 !important;
}
.timely .dropdown-menu a:hover, .timely .dropdown-menu .active > a, .timely .dropdown-menu .active > a:hover {
	border: none;
	background: #e0efff !important;
	color: #000;
}
.timely .modal {
	min-height: 250px;
	margin-left: -250px;
	width: 500px;
	background-color: #fff !important;
	border-color: #cacaca !important;
}
.timely .modal-header {
	border-bottom-color: #ddd;
}
.timely .modal-header h2 {
	margin: 0;
}
.timely .modal-body {
	min-height: 90px;
	max-height: 350px;
	padding: 15px;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
.timely .modal-footer {
	background-color: #f5f5f5;
	border-top-color: #ddd;
	-webkit-box-shadow: 0 1px 0 #fff;
	-moz-box-shadow: 0 1px 0 #fff;
	box-shadow: 0 1px 0 #fff;
}
.timely .close {
	color: #4d4d4d;
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.timely .close:hover {
	color: #4d4d4d;
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.timely form {
	margin: 0;
}
.timely select, .timely textarea, .timely input[type="text"], .timely input[type="password"], .timely input[type="datetime"], .timely input[type="datetime-local"], .timely input[type="date"], .timely input[type="month"], .timely input[type="time"], .timely input[type="week"], .timely input[type="number"], .timely input[type="email"], .timely input[type="url"], .timely input[type="search"], .timely input[type="tel"], .timely input[type="color"], .timely input[type="file"], .timely .uneditable-input {
	color: #555;
}
.timely select:-moz-placeholder, .timely textarea:-moz-placeholder, .timely input[type="text"]:-moz-placeholder, .timely input[type="password"]:-moz-placeholder, .timely input[type="datetime"]:-moz-placeholder, .timely input[type="datetime-local"]:-moz-placeholder, .timely input[type="date"]:-moz-placeholder, .timely input[type="month"]:-moz-placeholder, .timely input[type="time"]:-moz-placeholder, .timely input[type="week"]:-moz-placeholder, .timely input[type="number"]:-moz-placeholder, .timely input[type="email"]:-moz-placeholder, .timely input[type="url"]:-moz-placeholder, .timely input[type="search"]:-moz-placeholder, .timely input[type="tel"]:-moz-placeholder, .timely input[type="color"]:-moz-placeholder, .timely input[type="file"]:-moz-placeholder, .timely .uneditable-input:-moz-placeholder {
color:#999;
}
.timely select:-ms-input-placeholder, .timely textarea:-ms-input-placeholder, .timely input[type="text"]:-ms-input-placeholder, .timely input[type="password"]:-ms-input-placeholder, .timely input[type="datetime"]:-ms-input-placeholder, .timely input[type="datetime-local"]:-ms-input-placeholder, .timely input[type="date"]:-ms-input-placeholder, .timely input[type="month"]:-ms-input-placeholder, .timely input[type="time"]:-ms-input-placeholder, .timely input[type="week"]:-ms-input-placeholder, .timely input[type="number"]:-ms-input-placeholder, .timely input[type="email"]:-ms-input-placeholder, .timely input[type="url"]:-ms-input-placeholder, .timely input[type="search"]:-ms-input-placeholder, .timely input[type="tel"]:-ms-input-placeholder, .timely input[type="color"]:-ms-input-placeholder, .timely input[type="file"]:-ms-input-placeholder, .timely .uneditable-input:-ms-input-placeholder {
color:#999;
}
.timely select::-webkit-input-placeholder, .timely textarea::-webkit-input-placeholder, .timely input[type="text"]::-webkit-input-placeholder, .timely input[type="password"]::-webkit-input-placeholder, .timely input[type="datetime"]::-webkit-input-placeholder, .timely input[type="datetime-local"]::-webkit-input-placeholder, .timely input[type="date"]::-webkit-input-placeholder, .timely input[type="month"]::-webkit-input-placeholder, .timely input[type="time"]::-webkit-input-placeholder, .timely input[type="week"]::-webkit-input-placeholder, .timely input[type="number"]::-webkit-input-placeholder, .timely input[type="email"]::-webkit-input-placeholder, .timely input[type="url"]::-webkit-input-placeholder, .timely input[type="search"]::-webkit-input-placeholder, .timely input[type="tel"]::-webkit-input-placeholder, .timely input[type="color"]::-webkit-input-placeholder, .timely input[type="file"]::-webkit-input-placeholder, .timely .uneditable-input::-webkit-input-placeholder {
color:#999;
}
.timely select:focus, .timely textarea:focus, .timely input[type="text"]:focus, .timely input[type="password"]:focus, .timely input[type="datetime"]:focus, .timely input[type="datetime-local"]:focus, .timely input[type="date"]:focus, .timely input[type="month"]:focus, .timely input[type="time"]:focus, .timely input[type="week"]:focus, .timely input[type="number"]:focus, .timely input[type="email"]:focus, .timely input[type="url"]:focus, .timely input[type="search"]:focus, .timely input[type="tel"]:focus, .timely input[type="color"]:focus, .timely input[type="file"]:focus, .timely .uneditable-input:focus {
	border-color: rgba(82,168,236,0.8);
	-webkit-box-shadow: 0 0 8px rgba(82,168,236,0.8);
	-moz-box-shadow: 0 0 8px rgba(82,168,236,0.8);
	box-shadow: 0 0 8px rgba(82,168,236,0.8);
}
.timely .placeholder {
	color: #999;
}
.timely input[disabled], .timely select[disabled], .timely textarea[disabled], .timely input[readonly], .timely select[readonly], .timely textarea[readonly] {
	border-color: #d9d9d9;
	cursor: auto;
}
.timely input[readonly], .timely select[readonly], .timely textarea[readonly] {
	background-color: #fff;
	border-color: #ccc;
}
.timely .select2-container input[type="text"]:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.timely input.ai1ec-datepicker[readonly], .timely input.ai1ec-timepicker[readonly] {
	cursor: pointer;
}
.timely .datepicker {
	font-size: 11.05px;
	padding: 5.525px;
}
.timely .datepicker.ai1ec-right-aligned:before {
	left: auto;
	right: 6px;
}
.timely .datepicker.ai1ec-right-aligned:after {
	left: auto;
	right: 7px;
}
.timely .datepicker th, .timely .datepicker td {
	height: 22.1px;
	width: 24.31px;
	vertical-align: middle;
}
.timely .datepicker th {
	font-weight: bold;
}
.timely .datepicker thead tr:first-child th:hover, .timely .datepicker tfoot tr:first-child th:hover {
	background-color: #e0efff;
}
.timely .datepicker thead tr:first-child th.today, .timely .datepicker tfoot tr:first-child th.today {
	display: table-cell !important;
	filter: alpha(opacity=100) !important;
	margin: 0 !important;
	overflow: visible !important;
	opacity: 100 !important;
	padding: 0 !important;
	height: 22.1px !important;
	width: 24.31px !important;
}
.timely .datepicker td.day:hover {
	background-color: #e0efff;
}
.timely .datepicker td.old, .timely .datepicker td.new {
	color: #949494;
}
.timely .datepicker td.disabled, .timely .datepicker td.disabled:hover {
	background: none;
	color: #cacaca;
}
.timely .datepicker td.today, .timely .datepicker td.today:hover, .timely .datepicker td.today.disabled, .timely .datepicker td.today.disabled:hover {
	background-color: #ffd;
	background-image: -moz-linear-gradient(top, #ffd, #ffd);
	background-image: -ms-linear-gradient(top, #ffd, #ffd);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffd), to(#ffd));
	background-image: -webkit-linear-gradient(top, #ffd, #ffd);
	background-image: -o-linear-gradient(top, #ffd, #ffd);
	background-image: linear-gradient(top, #ffd, #ffd);
	background-repeat: repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd', endColorstr='#ffd', GradientType=0);
	border-color: #ffd #ffd #ffff91;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	background-color: #ffd;
	background-image: -moz-linear-gradient(top, #ffd, #ffd);
	background-image: -ms-linear-gradient(top, #ffd, #ffd);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffd), to(#ffd));
	background-image: -webkit-linear-gradient(top, #ffd, #ffd);
	background-image: -o-linear-gradient(top, #ffd, #ffd);
	background-image: linear-gradient(top, #ffd, #ffd);
	background-repeat: repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd', endColorstr='#ffd', GradientType=0);
	border-color: #ffd #ffd #ffff91;
*background-color:#ffd;
filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
	-webkit-box-shadow: inset 0 0 2px #a6a695;
	-moz-box-shadow: inset 0 0 2px #a6a695;
	box-shadow: inset 0 0 2px #a6a695;
}
.timely .datepicker td.today:hover, .timely .datepicker td.today:active, .timely .datepicker td.today.active, .timely .datepicker td.today.disabled, .timely .datepicker td.today[disabled], .timely .datepicker td.today:hover:hover, .timely .datepicker td.today:hover:active, .timely .datepicker td.today:hover.active, .timely .datepicker td.today:hover.disabled, .timely .datepicker td.today:hover[disabled], .timely .datepicker td.today.disabled:hover, .timely .datepicker td.today.disabled:active, .timely .datepicker td.today.disabled.active, .timely .datepicker td.today.disabled.disabled, .timely .datepicker td.today.disabled[disabled], .timely .datepicker td.today.disabled:hover:hover, .timely .datepicker td.today.disabled:hover:active, .timely .datepicker td.today.disabled:hover.active, .timely .datepicker td.today.disabled:hover.disabled, .timely .datepicker td.today.disabled:hover[disabled] {
	background-color: #ffd;
*background-color:#ffffc4;
}
.timely .datepicker td.today:active, .timely .datepicker td.today.active, .timely .datepicker td.today:hover:active, .timely .datepicker td.today:hover.active, .timely .datepicker td.today.disabled:active, .timely .datepicker td.today.disabled.active, .timely .datepicker td.today.disabled:hover:active, .timely .datepicker td.today.disabled:hover.active {
	background-color: #ffa \9;
}
.timely .datepicker td.active, .timely .datepicker td.active:hover, .timely .datepicker td.active.disabled, .timely .datepicker td.active.disabled:hover {
	background-color: #e0efff;
	background-image: -moz-linear-gradient(top, #e0efff, #e0efff);
	background-image: -ms-linear-gradient(top, #e0efff, #e0efff);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e0efff), to(#e0efff));
	background-image: -webkit-linear-gradient(top, #e0efff, #e0efff);
	background-image: -o-linear-gradient(top, #e0efff, #e0efff);
	background-image: linear-gradient(top, #e0efff, #e0efff);
	background-repeat: repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0efff', endColorstr='#e0efff', GradientType=0);
	border-color: #e0efff #e0efff #94c8ff;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	background-color: #e0efff;
	background-image: -moz-linear-gradient(top, #e0efff, #e0efff);
	background-image: -ms-linear-gradient(top, #e0efff, #e0efff);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e0efff), to(#e0efff));
	background-image: -webkit-linear-gradient(top, #e0efff, #e0efff);
	background-image: -o-linear-gradient(top, #e0efff, #e0efff);
	background-image: linear-gradient(top, #e0efff, #e0efff);
	background-repeat: repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0efff', endColorstr='#e0efff', GradientType=0);
	border-color: #e0efff #e0efff #94c8ff;
*background-color:#e0efff;
filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #666;
	text-shadow: none;
}
.timely .datepicker td.active:hover, .timely .datepicker td.active:active, .timely .datepicker td.active.active, .timely .datepicker td.active.disabled, .timely .datepicker td.active[disabled], .timely .datepicker td.active:hover:hover, .timely .datepicker td.active:hover:active, .timely .datepicker td.active:hover.active, .timely .datepicker td.active:hover.disabled, .timely .datepicker td.active:hover[disabled], .timely .datepicker td.active.disabled:hover, .timely .datepicker td.active.disabled:active, .timely .datepicker td.active.disabled.active, .timely .datepicker td.active.disabled.disabled, .timely .datepicker td.active.disabled[disabled], .timely .datepicker td.active.disabled:hover:hover, .timely .datepicker td.active.disabled:hover:active, .timely .datepicker td.active.disabled:hover.active, .timely .datepicker td.active.disabled:hover.disabled, .timely .datepicker td.active.disabled:hover[disabled] {
	background-color: #e0efff;
*background-color:#c7e2ff;
}
.timely .datepicker td.active:active, .timely .datepicker td.active.active, .timely .datepicker td.active:hover:active, .timely .datepicker td.active:hover.active, .timely .datepicker td.active.disabled:active, .timely .datepicker td.active.disabled.active, .timely .datepicker td.active.disabled:hover:active, .timely .datepicker td.active.disabled:hover.active {
	background-color: #add5ff \9;
}
.timely .datepicker td span:hover {
	background-color: #e0efff;
}
.timely .datepicker td span.old {
	color: #949494;
}
.timely .datepicker td span.disabled, .timely .datepicker td span.disabled:hover {
	background: none;
	color: #cacaca;
}
.timely .datepicker td span.active, .timely .datepicker td span.active:hover, .timely .datepicker td span.active.disabled, .timely .datepicker td span.active.disabled:hover {
	background-color: #e0efff;
	background-image: -moz-linear-gradient(top, #e0efff, #e0efff);
	background-image: -ms-linear-gradient(top, #e0efff, #e0efff);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e0efff), to(#e0efff));
	background-image: -webkit-linear-gradient(top, #e0efff, #e0efff);
	background-image: -o-linear-gradient(top, #e0efff, #e0efff);
	background-image: linear-gradient(top, #e0efff, #e0efff);
	background-repeat: repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0efff', endColorstr='#e0efff', GradientType=0);
	border-color: #e0efff #e0efff #94c8ff;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	background-color: #e0efff;
	background-image: -moz-linear-gradient(top, #e0efff, #e0efff);
	background-image: -ms-linear-gradient(top, #e0efff, #e0efff);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e0efff), to(#e0efff));
	background-image: -webkit-linear-gradient(top, #e0efff, #e0efff);
	background-image: -o-linear-gradient(top, #e0efff, #e0efff);
	background-image: linear-gradient(top, #e0efff, #e0efff);
	background-repeat: repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0efff', endColorstr='#e0efff', GradientType=0);
	border-color: #e0efff #e0efff #94c8ff;
*background-color:#e0efff;
filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color: #666;
	text-shadow: none;
}
.timely .datepicker td span.active:hover, .timely .datepicker td span.active:active, .timely .datepicker td span.active.active, .timely .datepicker td span.active.disabled, .timely .datepicker td span.active[disabled], .timely .datepicker td span.active:hover:hover, .timely .datepicker td span.active:hover:active, .timely .datepicker td span.active:hover.active, .timely .datepicker td span.active:hover.disabled, .timely .datepicker td span.active:hover[disabled], .timely .datepicker td span.active.disabled:hover, .timely .datepicker td span.active.disabled:active, .timely .datepicker td span.active.disabled.active, .timely .datepicker td span.active.disabled.disabled, .timely .datepicker td span.active.disabled[disabled], .timely .datepicker td span.active.disabled:hover:hover, .timely .datepicker td span.active.disabled:hover:active, .timely .datepicker td span.active.disabled:hover.active, .timely .datepicker td span.active.disabled:hover.disabled, .timely .datepicker td span.active.disabled:hover[disabled] {
	background-color: #e0efff;
*background-color:#c7e2ff;
}
.timely .datepicker td span.active:active, .timely .datepicker td span.active.active, .timely .datepicker td span.active:hover:active, .timely .datepicker td span.active:hover.active, .timely .datepicker td span.active.disabled:active, .timely .datepicker td span.active.disabled.active, .timely .datepicker td span.active.disabled:hover:active, .timely .datepicker td span.active.disabled:hover.active {
	background-color: #add5ff \9;
}
.timely .bootstrap-timepicker table td {
	height: auto;
}
.timely .bootstrap-timepicker table td a:hover {
	background-color: #e0efff;
	border: none;
}
.timely .datepicker:before, .timely .bootstrap-timepicker.dropdown-menu:before {
	border-bottom-color: rgba(0,0,0,0.2);
}
.timely .datepicker:after, .timely .bootstrap-timepicker.dropdown-menu:after {
	border-bottom-color: #fff;
}
.timely a [class^="icon-"].hide, .timely a [class*=" icon-"].hide {
	display: none;
}
.ai1ec-loading {
	position: absolute;
	z-index: 9;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('http://testing.komplekscreative.com/science-society/wordpress/wp-content/themes-ai1ec/http://testing.komplekscreative.com/science-society/wordpress/wp-content/themes-ai1ec/vortex/img/ajax-loader.gif') no-repeat center center;
	background-color: rgba(255,255,255,0.5);
	display: none;
}
#ai1ec-calendar-view-container .ai1ec-loading {
	background-color: transparent;
	background-position: center 150px;
}
.modal > .ai1ec-loading {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.ai1ec-label {
	font-size: 0.85em;
	font-weight: bold;
	color: #aaa;
	text-transform: uppercase;
}
.ai1ec-allday-badge {
	color: #fff;
	background: #507295;
	-webkit-border-radius: 0.9em;
	-moz-border-radius: 0.9em;
	border-radius: 0.9em;
	-webkit-box-shadow: inset 0 1px 0 #c4ccd4, 0 2px 2px rgba(0,0,0,0.08);
	-moz-box-shadow: inset 0 1px 0 #c4ccd4, 0 2px 2px rgba(0,0,0,0.08);
	box-shadow: inset 0 1px 0 #c4ccd4, 0 2px 2px rgba(0,0,0,0.08);
	display: inline-block;
	font-size: 0.85em;
	font-weight: normal;
	background-color: #51606f;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#7b8c9d), color-stop(50%, #566675), to(#3f4a55));
	background-image: -webkit-linear-gradient(#7b8c9d, #566675 50%, #3f4a55);
	background-image: -moz-linear-gradient(top, #7b8c9d, #566675 50%, #3f4a55);
	background-image: -ms-linear-gradient(#7b8c9d, #566675 50%, #3f4a55);
	background-image: -o-linear-gradient(#7b8c9d, #566675 50%, #3f4a55);
	background-image: linear-gradient(#7b8c9d, #566675 50%, #3f4a55);
	background-repeat: no-repeat;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7b8c9d', endColorstr='#3f4a55', GradientType=0);
	margin: 0 0 1px;
	opacity: 0.9;
	filter: alpha(opacity=90);
	padding: 0 0.7em 0.05em;
	vertical-align: middle;
}
.ai1ec-no-results {
	color: #949494;
}
.ai1ec-centered {
	text-align: center;
}
.ai1ec-prose p, .ai1ec-prose ul, .ai1ec-prose ol, .ai1ec-prose li {
	font-size: 14.04px;
	line-height: 19.2px;
}
.ai1ec-prose p, .ai1ec-prose ul, .ai1ec-prose ol {
	margin-bottom: 9.6px;
}
.ai1ec-category {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0 0 1px rgba(0,0,0,0.5);
	box-shadow: inset 0 0 1px rgba(0,0,0,0.5);
	cursor: pointer;
	display: inline-block;
	font-size: 0.9em;
	line-height: 2em !important;
	margin: 1px 0;
	padding: 0 0.5em !important;
	text-shadow: 0 1px 0 #fff;
	text-transform: uppercase;
	white-space: nowrap;
	color: #666 !important;
}
.ai1ec-category:hover, .active > .ai1ec-category {
	background-color: #e0efff;
	border-color: #e0efff;
	-webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
	box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
	color: #000 !important;
}
.ai1ec-color-swatch, .ai1ec-color-swatch-empty {
	display: inline-block;
	height: 6px;
	margin: 0 1px;
	padding: 1px;
	width: 6px;
}
.ai1ec-color-swatch {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border-color: rgba(0,0,0,0.5);
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.ai1ec-tag {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #507295;
	cursor: pointer;
	display: inline-block !important;
	line-height: 1.7em !important;
	margin: 1px 0 0;
	padding: 0 4px !important;
	white-space: nowrap;
}
.ai1ec-tag i {
	padding-right: 3px;
}
.ai1ec-tag:hover, .active > .ai1ec-tag {
	background-color: #e0efff;
	border-color: #e0efff;
	-webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
	box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
	color: #000 !important;
}
.ai1ec-event-avatar {
	background-color: #fff;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.4);
	box-shadow: 0 1px 4px rgba(0,0,0,0.4);
}
.ai1ec-event-avatar img {
	height: auto;
	display: block;
	min-height: 90px;
	width: auto;
}
.ai1ec-agenda-widget-view .ai1ec-date-title, .ai1ec-agenda-view .ai1ec-date-title {
	border: 1px solid #cacaca;
	border-top: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.08);
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,0.08);
	box-shadow: 0 2px 2px rgba(0,0,0,0.08);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	color: #686868;
	float: left;
	font-weight: bold !important;
	background-color: #fbfbfb;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), color-stop(1em, #fff), to(#eaeaea));
	background-image: -webkit-linear-gradient(#fff, #fff 1em, #eaeaea);
	background-image: -moz-linear-gradient(top, #fff, #fff 1em, #eaeaea);
	background-image: -ms-linear-gradient(#fff, #fff 1em, #eaeaea);
	background-image: -o-linear-gradient(#fff, #fff 1em, #eaeaea);
	background-image: linear-gradient(#fff, #fff 1em, #eaeaea);
	background-repeat: no-repeat;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#eaeaea', GradientType=0);
	filter: none \9;
	line-height: 1.2em;
	margin: 6.5px 0.75em;
	overflow: hidden;
	text-align: center;
	text-shadow: 0 1px 0 #fff;
	width: 4em;
}
.ai1ec-agenda-widget-view .ai1ec-date-title:hover, .ai1ec-agenda-view .ai1ec-date-title:hover {
	color: #4d4d4d !important;
}
.ai1ec-agenda-widget-view .ai1ec-month, .ai1ec-agenda-view .ai1ec-month {
	background: #617284;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	color: #fff;
	font-size: 0.8em;
	letter-spacing: 0.2em;
	padding: 0 0.2em;
	text-transform: uppercase;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}
.ai1ec-agenda-widget-view .ai1ec-day, .ai1ec-agenda-view .ai1ec-day {
	font-size: 2em;
	padding: 0.35em 0 0.22em;
}
.ai1ec-agenda-widget-view .ai1ec-weekday, .ai1ec-agenda-view .ai1ec-weekday {
	font-size: 0.8em;
	padding: 0 0 0.2em;
}
.ai1ec-agenda-widget-view .ai1ec-year, .ai1ec-agenda-view .ai1ec-year {
	background-color: #e8e8e8;
	-webkit-box-shadow: inset 0 3px 3px rgba(0,0,0,0.08);
	-moz-box-shadow: inset 0 3px 3px rgba(0,0,0,0.08);
	box-shadow: inset 0 3px 3px rgba(0,0,0,0.08);
	font-size: 0.7em;
	letter-spacing: 0.2em;
	padding: 0 0.2em;
}
.ai1ec-agenda-widget-view .ai1ec-date, .ai1ec-agenda-view .ai1ec-date {
	border-top: 1px solid #e5e5e5;
	background: #f5f5f5;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), color-stop(1em, #f2f2f2), to(#fff));
	background: -webkit-linear-gradient(#f2f2f2, #f2f2f2 1em, #fff);
	background: -moz-linear-gradient(top, #f2f2f2, #f2f2f2 1em, #fff);
	background: -ms-linear-gradient(#f2f2f2, #f2f2f2 1em, #fff);
	background: -o-linear-gradient(#f2f2f2, #f2f2f2 1em, #fff);
	background: linear-gradient(#f2f2f2, #f2f2f2 1em, #fff);
	background-repeat: no-repeat;
}
.ai1ec-agenda-widget-view .ai1ec-date.ai1ec-today, .ai1ec-agenda-view .ai1ec-date.ai1ec-today {
	border-top: 1px solid #f0f0a9;
	background: #f6f6cc;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f4bf), color-stop(1em, #f4f4bf), to(#fff));
	background: -webkit-linear-gradient(#f4f4bf, #f4f4bf 1em, #fff);
	background: -moz-linear-gradient(top, #f4f4bf, #f4f4bf 1em, #fff);
	background: -ms-linear-gradient(#f4f4bf, #f4f4bf 1em, #fff);
	background: -o-linear-gradient(#f4f4bf, #f4f4bf 1em, #fff);
	background: linear-gradient(#f4f4bf, #f4f4bf 1em, #fff);
	background-repeat: no-repeat;
}
.ai1ec-agenda-widget-view .ai1ec-date-events {
	margin: 0 0.5em 0 0;
}
.ai1ec-agenda-widget-view .ai1ec-date {
	float: left;
	width: 100%;
}
.ai1ec-agenda-widget-view .ai1ec-date-title {
	font-size: 0.9em;
}
.ai1ec-agenda-widget-view .ai1ec-event {
	clear: right;
	margin: 6.5px 0 6.5px 4.8em;
	padding: 0;
	position: relative;
}
.ai1ec-agenda-widget-view .ai1ec-event > a {
	color: #507295;
	display: block;
	background: #fff;
	border: 1px solid #ccc;
	-webkit-border-radius: 0.4em;
	-moz-border-radius: 0.4em;
	border-radius: 0.4em;
	padding: 0.2em 0.4em;
}
.ai1ec-agenda-widget-view .ai1ec-event > a:hover {
border-color:;
	color: #354c63;
}
.ai1ec-agenda-widget-view .ai1ec-event .ai1ec-event-time {
	font-weight: bold;
}
.ai1ec-agenda-widget-view .ai1ec-event .ai1ec-event-title {
	font-weight: normal;
}
.ai1ec-agenda-widget-view .ai1ec-event .ai1ec-allday-badge {
	vertical-align: bottom;
}
.popover.ai1ec-popup {
	line-height: 16px;
	text-align: left;
	background: none;
	background-clip: inherit;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	width: auto;
}
.popover.ai1ec-popup.fade {
	opacity: 0;
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-ms-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}
.popover.ai1ec-popup.fade.in {
	opacity: 1;
	-webkit-transition: opacity .15s ease-in-out;
	-moz-transition: opacity .15s ease-in-out;
	-ms-transition: opacity .15s ease-in-out;
	-o-transition: opacity .15s ease-in-out;
	transition: opacity .15s ease-in-out;
}
.popover.ai1ec-popup.top {
	margin-top: 0;
}
.popover.ai1ec-popup.right {
	margin-left: 0;
}
.popover.ai1ec-popup.bottom {
	margin-top: 0;
}
.popover.ai1ec-popup.left {
	margin-left: 0;
}
.popover.ai1ec-popup .arrow {
	z-index: 1;
}
.popover.ai1ec-popup.top .arrow {
	bottom: 0;
	left: 50%;
	margin-left: -10px;
	margin-bottom: -12px;
	border: solid transparent;
	border-width: 10px;
	border-top-color: #ccc;
}
.popover.ai1ec-popup.top .arrow:after {
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	z-index: 10;
	border: solid transparent;
	border-width: 12px;
	border-top-color: #fff;
	margin-left: -12px;
	margin-top: -14px;
}
.popover.ai1ec-popup.left .arrow {
	top: 50%;
	right: 0;
	margin-top: -10px;
	margin-right: -12px;
	border: solid transparent;
	border-width: 10px;
	border-left-color: #ccc;
}
.popover.ai1ec-popup.left .arrow:after {
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	z-index: 10;
	border: solid transparent;
	border-width: 12px;
	border-left-color: #fff;
	margin-top: -12px;
	margin-left: -14px;
}
.popover.ai1ec-popup.bottom .arrow {
	top: 0;
	left: 50%;
	margin-left: -10px;
	margin-top: -12px;
	border: solid transparent;
	border-width: 10px;
	border-bottom-color: #ccc;
}
.popover.ai1ec-popup.bottom .arrow:after {
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	z-index: 10;
	border: solid transparent;
	border-width: 12px;
	border-bottom-color: #fff;
	margin-left: -12px;
	margin-top: -10px;
}
.popover.ai1ec-popup.right .arrow {
	top: 50%;
	left: 0;
	margin-top: -10px;
	margin-left: -12px;
	border: solid transparent;
	border-width: 10px;
	border-right-color: #ccc;
}
.popover.ai1ec-popup.right .arrow:after {
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	z-index: 10;
	border: solid transparent;
	border-width: 12px;
	border-right-color: #fff;
	margin-top: -12px;
	margin-left: -10px;
}
.popover.ai1ec-popup .popover-inner {
	background: #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 3px 10px rgba(0,0,0,0.3);
	box-shadow: 0 3px 10px rgba(0,0,0,0.3);
	padding: 1px;
	position: relative;
	width: 170px;
}
.popover.ai1ec-popup .popover-content {
	background: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #333;
	font-size: 10px;
	font-weight: normal;
	padding: 5px 8px;
	position: relative;
	z-index: 2;
}
.popover.ai1ec-popup .ai1ec-event-time {
	padding: 1px 8px;
	background: #eee;
	margin: 2px -8px 0;
	font-weight: bold;
}
.popover.ai1ec-popup .ai1ec-event-avatar {
	margin: 6px auto 3px;
	position: relative;
	width: 85%;
}
.popover.ai1ec-popup .ai1ec-event-avatar img {
	width: 100%;
}
.popover.ai1ec-popup .ai1ec-color-swatches {
	float: right;
	font-size: 0.9em;
}
.popover.ai1ec-popup .ai1ec-color-swatch {
	padding: 1px;
}
.popover.ai1ec-popup .post-edit-link {
	font-size: 11px;
	margin-left: 2px;
	white-space: nowrap;
}
.popover.ai1ec-popup .post-edit-link i {
	font-size: 13px;
}
.popover.ai1ec-popup.left.ai1ec-popup-in-oneday-view {
	margin-left: 49px;
}
.popover-title.ai1ec-popup-title {
	font-size: 12px;
	font-weight: bold;
	line-height: inherit;
	background: none;
	border-bottom: none;
	padding: 0;
}
.popover-title.ai1ec-popup-title a {
	font-weight: bold !important;
}
.ai1ec-popup-excerpt {
	font-size: 11px;
	margin-top: 2px;
}
.ai1ec-geo-ac-results-not-ready {
	visibility: hidden;
}
.ai1ec-geo-ac-results img {
	float: left;
	margin-right: 5px;
}
.ai1ec-geo-ac-results .dropdown-menu {
	display: block;
	width: 275px;
}
.ai1ec-geo-ac-results .dropdown-menu li {
	clear: left;
	color: #666;
	cursor: pointer;
	margin: 2px 0;
	padding: 0 5px;
}
.ai1ec-geo-ac-results .dropdown-menu li:hover {
	color: #000;
	background-color: #e0efff;
}
.modal-open .ai1ec-geo-ac-results {
	z-index: 20050;
}
.ai1ec-visible-narrow-phone {
	display: none !important;
}

@media (max-width: 480px) {
.ai1ec-visible-narrow-phone {
	display: inherit !important;
}
.ai1ec-hidden-narrow-phone {
	display: none !important;
}
.timely .ai1ec-btn {
	font-size: 11px;
}
.timely .ai1ec-btn-large {
	font-size: 15px;
}
}

@media (max-width: 500px) {
.modal {
	position: fixed;
	top: 3%;
	right: 3%;
	left: 3%;
	width: auto;
	margin: 0;
}
.modal.fade.in {
	top: 3%;
}
.modal-body {
	max-height: 222px;
}
}
.clearfix {
*zoom:1;
}
.clearfix:before, .clearfix:after {
	display: table;
	content: "";
}
.clearfix:after {
	clear: both;
}
.hide-text {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}
.input-block-level {
	display: block;
	width: 100%;
	min-height: 28px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.ai1ec-single-event .ai1ec-event-details, .ai1ec-multi-event .ai1ec-event-details {
	margin-bottom: 12px;
}
.ai1ec-single-event .ai1ec-event-details > *, .ai1ec-multi-event .ai1ec-event-details > * {
	clear: left;
	margin-bottom: 8px;
	position: relative;
}
.ai1ec-single-event .ai1ec-event-details .pull-right, .ai1ec-multi-event .ai1ec-event-details .pull-right {
	clear: right !important;
	margin-left: 10px;
	z-index: 1;
}
.ai1ec-single-event .ai1ec-label, .ai1ec-multi-event .ai1ec-label {
	font-size: 12.155px;
	left: 0;
	line-height: 17px;
	margin-top: 2.145px;
	position: absolute;
	height: 100%;
	text-align: right;
	top: 0;
	width: 80px;
}
.ai1ec-single-event .ai1ec-field-value, .ai1ec-multi-event .ai1ec-field-value {
	margin-left: 90px;
	min-height: 20px;
}
.ai1ec-single-event .ai1ec-time .ai1ec-field-value, .ai1ec-multi-event .ai1ec-time .ai1ec-field-value {
	font-size: 1.2em;
}
.ai1ec-single-event .ai1ec-time .ai1ec-field-value .ai1ec-allday-badge, .ai1ec-multi-event .ai1ec-time .ai1ec-field-value .ai1ec-allday-badge {
	font-size: 0.75em;
	line-height: 1.4em;
}
.ai1ec-single-event .ai1ec-exclude, .ai1ec-multi-event .ai1ec-exclude {
	color: #949494;
	font-size: 0.9em;
}
.ai1ec-single-event .ai1ec-edit-instance-link, .ai1ec-multi-event .ai1ec-edit-instance-link {
	font-size: 0.9em;
}
.ai1ec-single-event .ai1ec-categories .ai1ec-label.ai1ec-hidden-narrow-phone, .ai1ec-single-event .ai1ec-tags .ai1ec-label.ai1ec-hidden-narrow-phone, .ai1ec-multi-event .ai1ec-categories .ai1ec-label.ai1ec-hidden-narrow-phone, .ai1ec-multi-event .ai1ec-tags .ai1ec-label.ai1ec-hidden-narrow-phone {
	cursor: help;
	margin-top: 4px;
}
.ai1ec-single-event .ai1ec-categories + .ai1ec-tags, .ai1ec-multi-event .ai1ec-categories + .ai1ec-tags {
	margin-top: -8px;
}
.ai1ec-single-event .ai1ec-category, .ai1ec-multi-event .ai1ec-category {
	font-size: 0.8em;
}
.ai1ec-single-event .ai1ec-tag, .ai1ec-multi-event .ai1ec-tag {
	font-size: 0.85em;
}
.ai1ec-single-event .ai1ec-map, .ai1ec-multi-event .ai1ec-map {
	width: 45%;
}
.ai1ec-single-event .ai1ec-gmap-container, .ai1ec-multi-event .ai1ec-gmap-container {
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	position: relative;
}
.ai1ec-single-event #ai1ec-gmap-canvas, .ai1ec-multi-event #ai1ec-gmap-canvas {
	width: 100%;
	height: 140px;
}
.ai1ec-single-event .ai1ec-gmap-link, .ai1ec-multi-event .ai1ec-gmap-link {
	position: absolute;
	margin: 0;
	bottom: -1px;
	right: -1px;
}
.ai1ec-single-event #ai1ec-gmap-canvas input, .ai1ec-multi-event #ai1ec-gmap-canvas input {
	margin: 0 !important;
}
.ai1ec-single-event .ai1ec-gmap-placeholder, .ai1ec-multi-event .ai1ec-gmap-placeholder {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #507295;
	cursor: pointer;
	height: 12em;
	border: 1px dashed #ddd;
	min-width: 18em;
	margin-bottom: 0.3em;
	text-align: center;
	width: 100%;
}
.ai1ec-single-event .ai1ec-gmap-placeholder:hover, .ai1ec-multi-event .ai1ec-gmap-placeholder:hover {
	border-color: #b7b7b7;
	color: #354c63;
}
.ai1ec-single-event .ai1ec-gmap-placeholder strong, .ai1ec-multi-event .ai1ec-gmap-placeholder strong {
	position: relative;
	top: 45%;
}
.ai1ec-single-event .ai1ec-gmap-container-hidden, .ai1ec-multi-event .ai1ec-gmap-container-hidden {
	position: absolute !important;
	visibility: hidden;
}
.ai1ec-single-event .ai1ec-contact span, .ai1ec-multi-event .ai1ec-contact span {
	display: inline-block;
	white-space: nowrap;
}
.ai1ec-single-event .ai1ec-contact span i:first-child:before, .ai1ec-multi-event .ai1ec-contact span i:first-child:before {
	text-align: center;
	width: 1.7em;
}
.ai1ec-single-event {
	font-size: 14.3px;
	line-height: 20px;
}
.ai1ec-single-event .ai1ec-event-avatar {
	max-width: 40%;
}
.ai1ec-single-event .ai1ec-event-avatar img {
	max-width: 300px;
	max-height: 300px;
	min-height: 0;
	width: 100%;
}
.ai1ec-multi-event, .ai1ec-excerpt {
	font-size: 12.87px;
	line-height: 18px;
}
.ai1ec-multi-event .ai1ec-label, .ai1ec-excerpt .ai1ec-label {
	margin-top: 1.43px;
}
.ai1ec-excerpt {
	margin-bottom: 10px;
}
.ai1ec-event-footer {
	clear: both;
	color: #949494;
	font-size: 0.9em;
}
.ai1ec-ics-icon {
	background: url('http://testing.komplekscreative.com/science-society/wordpress/wp-content/themes-ai1ec/vortex/img/ics-icon.png') no-repeat right;
	padding-right: 15px;
}

@media (max-width: 480px) {
.ai1ec-single-event .ai1ec-label, .ai1ec-multi-event .ai1ec-label, .ai1ec-excerpt .ai1ec-label {
	line-height: 20px;
	margin: 0;
	position: static;
	height: auto;
	text-align: left;
	width: auto;
}
.ai1ec-single-event .ai1ec-field-value, .ai1ec-multi-event .ai1ec-field-value, .ai1ec-excerpt .ai1ec-field-value {
	margin-left: 10px;
}
}

@media (max-width: 767px) {
.ai1ec-single-event .ai1ec-btn-group > .ai1ec-btn, .ai1ec-multi-event .ai1ec-btn-group > .ai1ec-btn, .ai1ec-excerpt .ai1ec-btn-group > .ai1ec-btn {
	display: block;
	float: none;
	margin-left: 0;
	margin-top: -1px;
}
.ai1ec-single-event .ai1ec-btn-group > .ai1ec-btn:first-child, .ai1ec-multi-event .ai1ec-btn-group > .ai1ec-btn:first-child, .ai1ec-excerpt .ai1ec-btn-group > .ai1ec-btn:first-child {
	margin-top: 0;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}
.ai1ec-single-event .ai1ec-btn-group > .ai1ec-btn:last-child, .ai1ec-multi-event .ai1ec-btn-group > .ai1ec-btn:last-child, .ai1ec-excerpt .ai1ec-btn-group > .ai1ec-btn:last-child {
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}
}
.clearfix {
*zoom:1;
}
.clearfix:before, .clearfix:after {
	display: table;
	content: "";
}
.clearfix:after {
	clear: both;
}
.hide-text {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}
.input-block-level {
	display: block;
	width: 100%;
	min-height: 28px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.ai1ec-container {
	clear: both;
}
#ai1ec-calendar-view-container {
	position: relative;
	-webkit-transform: translateZ(0);
}
#ai1ec-calendar-view .post-edit-link {
	white-space: nowrap;
}
.ai1ec-calendar-toolbar {
	background-color: #f8f8f8;
	background-image: -moz-linear-gradient(top, #fff, #eee);
	background-image: -ms-linear-gradient(top, #fff, #eee);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#eee));
	background-image: -webkit-linear-gradient(top, #fff, #eee);
	background-image: -o-linear-gradient(top, #fff, #eee);
	background-image: linear-gradient(top, #fff, #eee);
	background-repeat: repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#eee', GradientType=0);
	border-color: #eee #eee #c7c7c7;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	background-color: #f8f8f8;
	background-image: -moz-linear-gradient(top, #fff, #eee);
	background-image: -ms-linear-gradient(top, #fff, #eee);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#eee));
	background-image: -webkit-linear-gradient(top, #fff, #eee);
	background-image: -o-linear-gradient(top, #fff, #eee);
	background-image: linear-gradient(top, #fff, #eee);
	background-repeat: repeat-x;
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#eee', GradientType=0);
	border-color: #eee #eee #c7c7c7;
*background-color:#eee;
filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
	text-shadow: 0 1px 1px #fff;
	border: 1px solid #e4e4e4;
*border:0;
	border-bottom-color: #cbcbcb;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 4px 8px;
	margin-bottom: 8px;
}
.ai1ec-calendar-toolbar .nav {
	margin: 0 !important;
}
.ai1ec-calendar-toolbar .ai1ec-btn-group {
	margin: 2px 0;
}
.no-touch .ai1ec-calendar-toolbar .dropdown:hover > .dropdown-menu {
	display: block;
}
.ai1ec-views-dropdown .dropdown-menu a {
	line-height: 20px;
}
.ai1ec-views-dropdown a img {
	border: 0 !important;
	padding: 0 !important;
	margin: -4px 0 !important;
	float: none !important;
	position: static !important;
	vertical-align: middle;
	background: none !important;
}
.ai1ec-category-filter .ai1ec-category, .ai1ec-category-filter .ai1ec-tag, .ai1ec-tag-filter .ai1ec-category, .ai1ec-tag-filter .ai1ec-tag {
	font-size: 12px;
}
.ai1ec-category-filter .ai1ec-color-swatch, .ai1ec-tag-filter .ai1ec-color-swatch {
	height: 7px;
	width: 7px;
}
.ai1ec-category-filter .dropdown-menu, .ai1ec-tag-filter .dropdown-menu {
	padding: 1px 2px;
}
.ai1ec-tag-filter .dropdown-menu {
	max-height: 250px;
	min-width: 200px;
	overflow: auto;
}
.ai1ec-clear-filter {
	cursor: pointer;
	display: none;
}
.dropdown.active > .dropdown-toggle > i {
	display: none !important;
}
.dropdown.active > .dropdown-toggle .ai1ec-clear-filter {
	display: inline;
}
.ai1ec-minical-trigger {
	padding-left: 6px;
	padding-right: 6px;
}
.ai1ec-icon-datepicker {
	opacity: 0.75;
	filter: alpha(opacity=75);
	filter: none \9;
	display: inline-block;
	height: 18px;
	width: 18px;
}
h2.ai1ec-calendar-title {
	color: #9e9e9e !important;
	float: left;
	font-size: 16.25px !important;
	line-height: 18px !important;
	margin: 8px 8px 6px 0 !important;
	text-transform: uppercase;
}
.ai1ec-pagination {
	margin-left: 5px;
}
.ai1ec-pagination > .ai1ec-btn {
	font-size: 11px !important;
	height: 16px;
	padding: 4px 9px;
	text-transform: uppercase;
}
.ai1ec-pagination > .ai1ec-btn > i {
	font-size: 12px;
	line-height: 16px;
}
.ai1ec-pagination > .ai1ec-btn.ai1ec-prev-month > i, .ai1ec-pagination > .ai1ec-btn.ai1ec-next-month > i, .ai1ec-pagination > .ai1ec-btn.ai1ec-prev-year > i, .ai1ec-pagination > .ai1ec-btn.ai1ec-next-year > i {
	font-size: 13px;
}
.ai1ec-pagination > .ai1ec-btn.ai1ec-prev-month, .ai1ec-pagination > .ai1ec-btn.ai1ec-next-month {
	min-width: 36px;
}
.ai1ec-pagination > .ai1ec-btn.ai1ec-prev-year, .ai1ec-pagination > .ai1ec-btn.ai1ec-next-year {
	min-width: 40px;
}
.ai1ec-pagination .ai1ec-icon-datepicker {
	vertical-align: top;
	margin: -2px -1px 0 !important;
}
#ai1ec-print-button i {
	font-size: 14px;
	margin-top: -2px;
}
table.ai1ec-month-view, .ai1ec-week-view table, .ai1ec-oneday-view table {
	border-collapse: collapse;
	border: 1px solid #ddd !important;
	margin: 0 !important;
	background: #fff;
	table-layout: fixed !important;
	clear: both;
	width: 100% !important;
}
table.ai1ec-month-view {
	margin-bottom: 6px !important;
}
.ai1ec-week-view .tablescroll_wrapper, .ai1ec-oneday-view .tablescroll_wrapper {
	border-bottom: 1px solid #ddd;
	margin-bottom: 6px;
	position: relative;
	width: auto !important;
}
table.ai1ec-week-view-original, table.ai1ec-oneday-view-original {
	visibility: hidden;
	height: 400px;
}
table.ai1ec-week-view-original.tablescroll_body, table.ai1ec-oneday-view-original.tablescroll_body {
	visibility: visible;
	height: auto;
}
.ai1ec-week-view table.tablescroll_head, .ai1ec-week-view table.tablescroll_head th, .ai1ec-oneday-view table.tablescroll_head, .ai1ec-oneday-view table.tablescroll_head th {
	border-bottom: none !important;
	padding: 2.48px !important;
}
table.ai1ec-week-view-original.tablescroll_body, table.ai1ec-week-view-original.tablescroll_body tr:first-child td, table.ai1ec-oneday-view-original.tablescroll_body, table.ai1ec-oneday-view-original.tablescroll_body tr:first-child td {
	border-top: none !important;
}
.ai1ec-month-view td, .ai1ec-week-view td, .ai1ec-oneday-view td {
	border: 1px solid #ddd !important;
	background: none !important;
	padding: 0 !important;
	text-align: left;
	vertical-align: top;
}
.ai1ec-month-view th, .ai1ec-week-view th, .ai1ec-oneday-view th {
	border: none !important;
	background: #f5f5f5 !important;
	padding: 0.2em !important;
}
.ai1ec-month-view td.ai1ec-empty {
	background: #f5f5f5 !important;
}
.ai1ec-month-view th, .ai1ec-week-view th, .ai1ec-week-view .ai1ec-hour-marker div, .ai1ec-week-view .ai1ec-allday-label, .ai1ec-oneday-view th, .ai1ec-oneday-view .ai1ec-hour-marker div, .ai1ec-oneday-view .ai1ec-allday-label {
	color: #9e9e9e !important;
	text-shadow: 0 1px 0 #fff;
}
.ai1ec-month-view th, .ai1ec-oneday-view th {
	text-align: center !important;
}
.ai1ec-week-view th {
	text-align: left !important;
}
.ai1ec-week-view .ai1ec-day, .ai1ec-oneday-view .ai1ec-day {
	height: 1440px;
}
.ai1ec-week-view th .ai1ec-weekday-date, .ai1ec-oneday-view th .ai1ec-weekday-date {
	font-size: 10.5pt !important;
	font-weight: normal !important;
}
.ai1ec-week-view th .ai1ec-weekday-day {
	font-size: 9pt !important;
	font-weight: normal !important;
}
.ai1ec-month-view .ai1ec-day, .ai1ec-week-view .ai1ec-day, .ai1ec-week-view .ai1ec-allday-events, .ai1ec-oneday-view .ai1ec-day, .ai1ec-oneday-view .ai1ec-allday-events {
	position: relative;
}
.ai1ec-month-view .ai1ec-day-stretcher {
	float: left;
	height: 94px;
	width: 0;
}
.ai1ec-month-view .ai1ec-today, .ai1ec-week-view .ai1ec-today {
	background: #ffd !important;
}
.ai1ec-month-view .ai1ec-date {
	background: #eaf4ff;
	color: #abb1b8;
	font-size: 10pt;
	line-height: 13px;
	height: 13px;
	margin-bottom: 1px;
	padding: 0 0.4em;
	font-size: 8pt;
	text-align: right;
	text-shadow: 0 1px 0 #fff;
}
.ai1ec-posterboard-view {
	clear: both;
	overflow: hidden;
	margin: 0 auto !important;
	min-height: 16px;
	padding: 0 0 6px !important;
	background-color: rgba(255,255,255,0);
}
.ai1ec-posterboard-view .ai1ec-date-block-wrap {
	background: #3f72a6;
	color: #fff;
	float: right;
	margin: 0 0 5px 7px;
	min-width: 50px;
	opacity: 0.75;
	filter: alpha(opacity=75);
	position: relative;
	text-align: center;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.5);
	-webkit-transition: 0.1s opacity;
	-moz-transition: 0.1s opacity;
	-ms-transition: 0.1s opacity;
	-o-transition: 0.1s opacity;
	transition: 0.1s opacity;
	z-index: 1;
}
.ai1ec-posterboard-view .ai1ec-date-block-wrap:hover {
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.ai1ec-posterboard-view .ai1ec-date-block-wrap a {
	color: #fff;
}
.ai1ec-posterboard-view .ai1ec-month {
	background: rgba(255,255,255,0.2);
	font-size: 0.8em;
	letter-spacing: 0.2em;
	padding: 0 0.4em;
	text-transform: uppercase;
}
.ai1ec-posterboard-view .ai1ec-day {
	font-size: 2.2em;
	padding: 0.3em 0.2em 0.2em;
	font-weight: bold;
}
.ai1ec-posterboard-view .ai1ec-weekday {
	font-size: 0.7em;
	letter-spacing: 0.2em;
	line-height: 1.8em;
}
.ai1ec-posterboard-view .ai1ec-year {
	background: rgba(255,255,255,0.2);
	font-size: 0.7em;
	letter-spacing: 0.2em;
	line-height: 1.8em;
}
.ai1ec-posterboard-view .ai1ec-event-wrap {
	background: #fff9f0;
	border: 1px solid #fff9f0;
	-webkit-box-shadow: 0 5px 14px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 5px 14px rgba(0,0,0,0.4);
	box-shadow: 0 5px 14px rgba(0,0,0,0.4);
	margin: 6px;
	padding: 7px;
	opacity: 0.85;
	filter: alpha(opacity=85);
	-webkit-transition: opacity 0.1s;
	-moz-transition: opacity 0.1s;
	-ms-transition: opacity 0.1s;
	-o-transition: opacity 0.1s;
	transition: opacity 0.1s;
}
.ai1ec-posterboard-view .ai1ec-event-wrap:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.ai1ec-posterboard-view .ai1ec-event {
	position: relative;
	font-size: 10pt;
	padding: 0 !important;
	margin: 0 -2px 0 0 !important;
	float: left;
	width: 240px;
}
.ai1ec-posterboard-view .ai1ec-event .post-edit-link {
	float: right;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: opacity 0.1s;
	-moz-transition: opacity 0.1s;
	-ms-transition: opacity 0.1s;
	-o-transition: opacity 0.1s;
	transition: opacity 0.1s;
}
.ai1ec-posterboard-view .ai1ec-event:hover {
border-color:;
	opacity: 1;
	filter: alpha(opacity=100);
	z-index: 1;
}
.ai1ec-posterboard-view .ai1ec-event:hover .post-edit-link {
	opacity: 1;
	filter: alpha(opacity=100);
}
.ai1ec-posterboard-view .ai1ec-event-wrap {
	margin: 6px;
	background: #fff9f0;
	border: 1px solid #fff9f0;
	padding: 7px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
}
.ai1ec-posterboard-view .ai1ec-event-title-wrap {
	line-height: 25px;
	margin-bottom: 0.3em;
}
.ai1ec-posterboard-view .ai1ec-event-title {
	font-weight: bold;
	font-family: "League Gothic", Impact, "Arial Black", Arial, sans-serif;
	font-size: 30px;
	color: #555;
}
.ai1ec-posterboard-view .ai1ec-event-title a {
	font-weight: bold !important;
}
.ai1ec-posterboard-view .ai1ec-event-avatar {
	border: 1px solid rgba(0,0,0,0);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	clear: both;
	margin: 5px 0;
	padding: 8px;
	position: relative;
	width: 100%;
}
.ai1ec-posterboard-view .ai1ec-event-avatar img {
	width: 100%;
}
.ai1ec-posterboard-view .ai1ec-event-time, .ai1ec-posterboard-view .ai1ec-event-description {
	font-size: 9pt;
	line-height: 1.5em;
}
.ai1ec-posterboard-view .ai1ec-event-description {
	margin-top: 5px;
}
.ai1ec-posterboard-view .ai1ec-event-time {
	font-weight: bold;
}
.ai1ec-posterboard-view footer {
	background: #f6f1ea;
	border-top: 1px solid #fff9f0;
	-webkit-box-shadow: inset 0 1px 0 #ede3d5, inset 0 2px 0 #fff;
	-moz-box-shadow: inset 0 1px 0 #ede3d5, inset 0 2px 0 #fff;
	box-shadow: inset 0 1px 0 #ede3d5, inset 0 2px 0 #fff;
	font-size: 8pt;
	margin: 5px -8px -8px;
	padding: 5px 8px 6px;
	position: relative;
}
.ai1ec-posterboard-view footer > div {
	overflow: hidden;
	white-space: nowrap;
}
.ai1ec-posterboard-view footer > div:hover {
	white-space: normal;
}
.ai1ec-posterboard-view footer:after {
	content: ' ';
	display: block;
	bottom: 0;
	background: #f6f1ea;
	background: -moz-linear-gradient(left, rgba(246,241,234,0), #f6f1ea);
	background: -ms-linear-gradient(left, rgba(246,241,234,0), #f6f1ea);
	background: -webkit-gradient(linear, 0 0, 100% 0, from(rgba(246,241,234,0)), to(#f6f1ea));
	background: -webkit-linear-gradient(left, rgba(246,241,234,0), #f6f1ea);
	background: -o-linear-gradient(left, rgba(246,241,234,0), #f6f1ea);
	background: linear-gradient(left, rgba(246,241,234,0), #f6f1ea);
	background-repeat: repeat-x;
	position: absolute;
	top: 2px;
	right: 0;
	width: 30px;
	z-index: 1;
}
.ai1ec-posterboard-view footer:hover:after {
	display: none;
}
.ai1ec-week-view, .ai1ec-oneday-view {
	clear: both;
}
.ai1ec-week-view .ai1ec-grid-container, .ai1ec-oneday-view .ai1ec-grid-container {
	position: absolute;
	top: auto;
	left: 0;
	right: 0;
}
.ai1ec-week-view .ai1ec-now-marker, .ai1ec-week-view .ai1ec-hour-marker, .ai1ec-week-view .ai1ec-quarter-marker, .ai1ec-oneday-view .ai1ec-now-marker, .ai1ec-oneday-view .ai1ec-hour-marker, .ai1ec-oneday-view .ai1ec-quarter-marker {
	position: absolute;
	left: 0;
	right: 0;
}
.ai1ec-week-view .ai1ec-hour-marker, .ai1ec-oneday-view .ai1ec-hour-marker {
	border-top: 1px solid #ddd;
	border-top: 1px solid rgba(221,221,221,0.7);
	height: 60px;
	background: rgba(221,221,221,0.4) !important;
}
.ai1ec-week-view .ai1ec-hour-marker.ai1ec-business-hour, .ai1ec-oneday-view .ai1ec-hour-marker.ai1ec-business-hour {
	background: none !important;
}
.ai1ec-week-view .ai1ec-hour-marker div, .ai1ec-week-view .ai1ec-allday-label, .ai1ec-oneday-view .ai1ec-hour-marker div, .ai1ec-oneday-view .ai1ec-allday-label {
	position: relative;
	z-index: 2;
	margin-left: 1px;
	padding: 0 3px;
	font-size: 8pt !important;
	font-weight: normal !important;
	background: #f5f5f5;
	float: left;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.ai1ec-week-view .ai1ec-allday-label, .ai1ec-oneday-view .ai1ec-allday-label {
	margin-top: 1px;
}
.ai1ec-week-view .ai1ec-quarter-marker, .ai1ec-oneday-view .ai1ec-quarter-marker {
	border-top: 1px solid #ddd;
	border-top: 1px solid rgba(221,221,221,0.4);
}
.ai1ec-week-view .ai1ec-now-marker, .ai1ec-oneday-view .ai1ec-now-marker {
	border-top: 2px solid #f2c539;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.35);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.35);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.35);
	height: 4px;
	text-shadow: 0 1px 1px rgba(0,0,0,0.4);
	z-index: 2;
}
.ai1ec-week-view .ai1ec-now-marker div, .ai1ec-oneday-view .ai1ec-now-marker div {
	background-color: #f2c539;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.35);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.35);
	box-shadow: 0 1px 1px rgba(0,0,0,0.35);
	color: #fff;
	opacity: 0;
	filter: alpha(opacity=0);
	font-size: 11px;
	float: left;
	padding: 1px 4px;
	-webkit-transition: opacity 0.1s;
	-moz-transition: opacity 0.1s;
	-ms-transition: opacity 0.1s;
	-o-transition: opacity 0.1s;
	transition: opacity 0.1s;
}
.ai1ec-week-view .ai1ec-now-marker:hover div, .ai1ec-oneday-view .ai1ec-now-marker:hover div {
	opacity: 1;
	filter: alpha(opacity=100);
}
.ai1ec-month-view a.ai1ec-event-container, .ai1ec-week-view a.ai1ec-event-container, .ai1ec-oneday-view a.ai1ec-event-container {
	border: none;
	display: block;
	font-size: 12px;
	opacity: 0.85;
	filter: alpha(opacity=85);
}
.ai1ec-month-view a.ai1ec-event-container:hover, .ai1ec-month-view a.ai1ec-event-container.ai1ec-hover, .ai1ec-week-view a.ai1ec-event-container:hover, .ai1ec-week-view a.ai1ec-event-container.ai1ec-hover, .ai1ec-oneday-view a.ai1ec-event-container:hover, .ai1ec-oneday-view a.ai1ec-event-container.ai1ec-hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.ai1ec-month-view .ai1ec-event, .ai1ec-week-view .ai1ec-event, .ai1ec-oneday-view .ai1ec-event {
	max-height: 100%;
	overflow: hidden;
	margin: 1px 0 0;
	padding: 0 3px 1px;
	white-space: nowrap;
}
.ai1ec-month-view .ai1ec-event-time, .ai1ec-week-view .ai1ec-event-time, .ai1ec-oneday-view .ai1ec-event-time {
	font-weight: bold;
	font-size: 11px;
}
.ai1ec-month-view a.ai1ec-event-container, .ai1ec-week-view .ai1ec-allday-events a.ai1ec-event-container, .ai1ec-oneday-view .ai1ec-allday-events a.ai1ec-event-container {
	position: relative;
}
.ai1ec-month-view .ai1ec-allday .ai1ec-event, .ai1ec-month-view .ai1ec-multiday .ai1ec-event, .ai1ec-week-view .ai1ec-allday-events .ai1ec-allday .ai1ec-event, .ai1ec-week-view .ai1ec-allday-events .ai1ec-multiday .ai1ec-event, .ai1ec-oneday-view .ai1ec-allday-events .ai1ec-allday .ai1ec-event, .ai1ec-oneday-view .ai1ec-allday-events .ai1ec-multiday .ai1ec-event {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #507295;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,0.4);
}
.ai1ec-oneday-view a.ai1ec-event-container {
	margin-right: 10px;
}
.ai1ec-oneday-view .ai1ec-allday-events a.ai1ec-event-container {
	margin: 0 0 0 53px;
}
.ai1ec-week-view .ai1ec-week a.ai1ec-event-container, .ai1ec-oneday-view .ai1ec-oneday a.ai1ec-event-container {
	background-color: #fff;
	background-image: -webkit-linear-gradient(top, #f6f8fa, #cbd5df 120px);
	background-image: -moz-linear-gradient(top, #f6f8fa, #cbd5df 120px);
	background-image: -ms-linear-gradient(top, #f6f8fa, #cbd5df 120px);
	background-image: -o-linear-gradient(top, #f6f8fa, #cbd5df 120px);
	background-image: linear-gradient(top, #f6f8fa, #cbd5df 120px);
	border: 1px solid #a8b9ca;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 1px 2px 4px rgba(0,0,0,0.15);
	-moz-box-shadow: 1px 2px 4px rgba(0,0,0,0.15);
	box-shadow: 1px 2px 4px rgba(0,0,0,0.15);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 15px;
	margin: 0 -1px;
	min-height: 34px;
	position: absolute;
	right: 0;
	text-shadow: 0 1px 0 #fff;
}
.ai1ec-week-view .ai1ec-week a.ai1ec-event-container.ai1ec-raised, .ai1ec-oneday-view .ai1ec-oneday a.ai1ec-event-container.ai1ec-raised {
	z-index: 5;
}
.ai1ec-week-view .ai1ec-week a.ai1ec-event-container:hover, .ai1ec-oneday-view .ai1ec-oneday a.ai1ec-event-container:hover {
	border-color: #9aa6b1;
}
.ai1ec-week-view .ai1ec-week .ai1ec-event, .ai1ec-oneday-view .ai1ec-oneday .ai1ec-event {
	margin: 0;
	position: absolute;
	bottom: 1px;
	left: 0;
	right: 0;
	top: 1px;
}
.ai1ec-week-view .ai1ec-week .ai1ec-event-title, .ai1ec-oneday-view .ai1ec-oneday .ai1ec-event-title {
	display: block;
	white-space: normal;
}
.ai1ec-month-view .ai1ec-event {
	height: 14px;
	line-height: 14px;
	margin: 0 0 1px;
}
.ai1ec-month-view .ai1ec-allday {
	padding-left: 1px;
	width: 97.5%;
}
.ai1ec-month-view .ai1ec-allday.ai1ec-multiday {
	padding-left: 0;
}
.ai1ec-month-view .ai1ec-multiday {
	z-index: 1;
}
.ai1ec-month-view .ai1ec-multiday-arrow1 {
	background: #507295;
	border: 7px solid #fff;
	border-left-color: #507295;
	border-right-width: 0;
	height: 1px;
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
}
.ai1ec-month-view .ai1ec-multiday-arrow2 {
	border: 7px solid #507295;
	border-left-color: #fff;
	border-right-width: 2px;
	height: 1px;
	left: 0;
	position: absolute;
	top: 0;
	width: 0;
}
.ai1ec-month-view .ai1ec-multiday-bar {
	background: #507295;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height: 15px;
	left: 0;
	position: absolute;
	top: 0;
}
.ai1ec-month-view .ai1ec-multiday-bar .ai1ec-event-title {
	margin-left: 7px;
}
.ai1ec-month-view .ai1ec-multiday-bar .ai1ec-event {
	margin: 0;
}
.ai1ec-month-view .ai1ec-multiday-bar .ai1ec-event-time {
	display: none;
}
.ai1ec-month-view .ai1ec-event-dropdown {
	background: #fff;
	border: 1px solid #e7e7e7;
	border-top: 0;
	left: -1px;
	position: absolute;
	top: 78px;
	width: 90px;
	z-index: 1000;
}
.ai1ec-month-view .ai1ec-obscured {
	display: none !important;
}
.ai1ec-month-view a.ai1ec-scroll-up, .ai1ec-month-view a.ai1ec-scroll-down {
	border: 1px solid #ddd;
	-webkit-border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	border-radius: 0.2em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	left: 50%;
	height: 16px;
	line-height: 14px;
	margin-left: -8px;
	position: relative;
	text-align: center;
	width: 16px;
}
.ai1ec-month-view a.ai1ec-scroll-up:hover, .ai1ec-month-view a.ai1ec-scroll-down:hover {
	background-color: #ddd;
}
.ai1ec-month-view a.ai1ec-scroll-up.ai1ec-disabled, .ai1ec-month-view a.ai1ec-scroll-down.ai1ec-disabled {
	border: none;
	cursor: default;
	opacity: 0.2;
	filter: alpha(opacity=20);
	padding: 1px;
}
.ai1ec-month-view a.ai1ec-scroll-up.ai1ec-disabled:hover, .ai1ec-month-view a.ai1ec-scroll-down.ai1ec-disabled:hover {
	background-color: transparent;
}
.ai1ec-oneday-view .ai1ec-start-truncated .ai1ec-event-time, .ai1ec-week-view .ai1ec-start-truncated .ai1ec-event-time {
	display: none;
}
.ai1ec-oneday-view .ai1ec-start-truncated, .ai1ec-week-view .ai1ec-start-truncated {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
}
.ai1ec-oneday-view .ai1ec-end-truncated, .ai1ec-week-view .ai1ec-end-truncated {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
}
.ai1ec-oneday-view .ai1ec-start-truncator, .ai1ec-oneday-view .ai1ec-end-truncator, .ai1ec-week-view .ai1ec-start-truncator, .ai1ec-week-view .ai1ec-end-truncator {
	position: absolute;
	line-height: 1em;
	font-size: 7px;
	text-shadow: none;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.ai1ec-oneday-view .ai1ec-start-truncator, .ai1ec-week-view .ai1ec-start-truncator {
	top: -1px;
	left: -1px;
}
.ai1ec-oneday-view .ai1ec-end-truncator, .ai1ec-week-view .ai1ec-end-truncator {
	bottom: -1px;
	right: -1px;
}
.ai1ec-agenda-view {
	clear: both;
	overflow: hidden;
	margin: 0 0 6px;
}
.ai1ec-agenda-view .ai1ec-date-events {
	overflow: hidden;
	margin: 0 0.75em 0 0;
}
.ai1ec-agenda-view .ai1ec-date {
	overflow: hidden;
}
.ai1ec-agenda-view .ai1ec-event-toggle {
	float: right;
	font-size: 14px;
	font-weight: bold;
	color: #b8b8b8;
	-webkit-transition: color 0.1s;
	-moz-transition: color 0.1s;
	-ms-transition: color 0.1s;
	-o-transition: color 0.1s;
	transition: color 0.1s;
}
.ai1ec-agenda-view .ai1ec-event-toggle .icon-minus-sign {
	display: none;
}
.ai1ec-agenda-view .ai1ec-event {
	position: relative;
	clear: right;
	overflow: hidden;
	padding: 0.6em;
	margin: 6.5px 0;
	background: #fff;
	border: 1px solid #ccc;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
	-webkit-transition: border-color 0.1s;
	-moz-transition: border-color 0.1s;
	-ms-transition: border-color 0.1s;
	-o-transition: border-color 0.1s;
	transition: border-color 0.1s;
}
.ai1ec-agenda-view .ai1ec-event.ai1ec-expanded {
border-color:;
	-webkit-box-shadow: 0 2px 4px #e4e4e4;
	-moz-box-shadow: 0 2px 4px #e4e4e4;
	box-shadow: 0 2px 4px #e4e4e4;
}
.ai1ec-agenda-view .ai1ec-event.ai1ec-expanded .ai1ec-event-toggle .icon-minus-sign {
	display: inline-block;
}
.ai1ec-agenda-view .ai1ec-event.ai1ec-expanded .ai1ec-event-toggle .icon-plus-sign {
	display: none;
}
.ai1ec-agenda-view .ai1ec-event .ai1ec-event-header {
	cursor: pointer;
}
.ai1ec-agenda-view .ai1ec-event .ai1ec-event-header:hover .ai1ec-event-toggle {
	color: #686868;
}
.ai1ec-agenda-view .ai1ec-event .ai1ec-event-title {
	color: #507295;
	font-weight: bold;
	font-size: 10.5pt;
	margin: 0 0 0.4em;
	-webkit-transition: color 0.1s;
	-moz-transition: color 0.1s;
	-ms-transition: color 0.1s;
	-o-transition: color 0.1s;
	transition: color 0.1s;
}
.ai1ec-agenda-view .ai1ec-event .ai1ec-event-time {
	font-size: 9pt;
	font-weight: bold;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.ai1ec-agenda-view .ai1ec-event .post-edit-link {
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: opacity 0.1s;
	-moz-transition: opacity 0.1s;
	-ms-transition: opacity 0.1s;
	-o-transition: opacity 0.1s;
	transition: opacity 0.1s;
}
.ai1ec-agenda-view .ai1ec-event:hover {
border-color:;
}
.ai1ec-agenda-view .ai1ec-event:hover .ai1ec-event-title {
	color: #354c63;
}
.ai1ec-agenda-view .ai1ec-event:hover .post-edit-link {
	opacity: 1;
	filter: alpha(opacity=100);
}
.ai1ec-agenda-view .ai1ec-event-summary {
	display: none;
}
.ai1ec-agenda-view .ai1ec-event-summary.ai1ec-expanded {
	display: block;
}
.ai1ec-agenda-view .ai1ec-event-avatar {
	max-width: 40%;
}
.ai1ec-agenda-view .ai1ec-event-avatar img {
	max-width: 300px;
	max-height: 300px;
	min-height: 0;
	width: 100%;
}
.ai1ec-agenda-view .ai1ec-event-description {
	font-size: 9pt;
	line-height: 1.5em;
	margin-top: 8px;
}
.ai1ec-agenda-view .ai1ec-event-summary-footer {
	clear: both;
	padding-top: 10px;
}
.ai1ec-agenda-view .ai1ec-event-summary-footer .ai1ec-label {
	font-size: 8pt;
}
.ai1ec-agenda-view .ai1ec-categories, .ai1ec-agenda-view .ai1ec-tags {
	font-size: 8pt;
	margin-right: 0.5em;
}
.ai1ec-agenda-view .ai1ec-read-more {
	float: right;
	margin-top: -5px;
}
.ai1ec-print * {
	background: white !important;
	color: black !important;
}
.ai1ec-print body {
	margin: 0;
	text-align: left;
}
.ai1ec-print #wpadminbar, .ai1ec-print #comments {
	display: none;
}
.ai1ec-print #page > header {
	display: none;
}
.ai1ec-print .ai1ec-container {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.ai1ec-print .ai1ec-agenda-view .ai1ec-event.ai1ec-expanded {
	box-shadow: none;
	border: 2px solid gray !important;
}
.ai1ec-print .ai1ec-event-summary, .ai1ec-print .ai1ec-event-summary .ai1ec-event-click, .ai1ec-print .ai1ec-event-description {
	display: block !important;
}
.ai1ec-print .ai1ec-agenda-view .ai1ec-date-title {
	border-color: #cacaca;
}
.ai1ec-print .ai1ec-agenda-view .ai1ec-event-summary .ai1ec-event-title {
	display: inline;
}
.ai1ec-print .ai1ec-agenda-view .ai1ec-event-summary .ai1ec-event-time {
	display: inline;
	border: none !important;
	box-shadow: none !important;
}
.ai1ec-print .ai1ec-agenda-view .ai1ec-event-summary .ai1ec-event-time {
	display: inline;
	border: none !important;
	box-shadow: none !important;
}
.ai1ec-print .ai1ec-agenda-view .ai1ec-event-description {
	padding: 0 !important;
}
.ai1ec-print .ai1ec-agenda-view .ai1ec-event.ai1ec-allday .ai1ec-allday-label {
	border: none !important;
	box-shadow: none !important;
	padding-left: 0.2em !important;
}
.ai1ec-print .timely .entry-meta, .ai1ec-print .timely .ai1ec-subscribe, .ai1ec-print .timely .ai1ec-subscribe-google, .ai1ec-print .ai1ec-agenda-view .ai1ec-event-expand, .ai1ec-print .ai1ec-btn-toolbar, .ai1ec-print .ai1ec-pagination, .ai1ec-print .ai1ec-calendar-toolbar, .ai1ec-print .ai1ec-read-more, .ai1ec-print .ai1ec-color-swatch, .ai1ec-print .post-edit-link, .ai1ec-print .ai1ec-event-toggle {
	display: none !important;
}
.ai1ec-print .ai1ec-event-header {
	cursor: text !important;
}/**
 * Theme Name: Vortex
 * Theme URI: http://time.ly/
 * Author: Timely Network Inc
 * Author URI: http://time.ly/
 * Description: The default All-in-One Event Calendar theme.
 * Version: 1.10.9-standard
 * Tags: light, white, gray, blue
 */
