/*! formstone v0.8.35 [background.css] 2015-12-28 | MIT License | formstone.it */

/**
	 * @class
	 * @name .fs-background-element
	 * @type element
	 * @description Target elmement
	 */
/**
	 * @class
	 * @name .fs-background
	 * @type element
	 * @description Base widget class
	 */
.fs-background {
  overflow: hidden;
  position: relative;
  /**
		 * @class
		 * @name .fs-background-container
		 * @type element
		 * @description Container element
		 */
  /**
		 * @class
		 * @name .fs-background-media
		 * @type element
		 * @description Media element
		 */
  /**
		 * @class
		 * @name .fs-background-media.fs-background-animated
		 * @type modifier
		 * @description Indicates animated state
		 */
  /**
		 * @class
		 * @name .fs-background-media.fs-background-navtive
		 * @type modifier
		 * @description Indicates native support
		 */
  /**
		 * @class
		 * @name .fs-background-media.fs-background-fixed
		 * @type modifier
		 * @description Indicates fixed positioning
		 */
  /**
		 * @class
		 * @name .fs-background-embed
		 * @type element
		 * @description Embed/iFrame element
		 */
  /**
		 * @class
		 * @name .fs-background-embed.fs-background-embed-ready
		 * @type modifier
		 * @description Indicates ready state
		 */
}
.fs-background,
.fs-background-container,
.fs-background-media {
  -webkit-transition: none;
          transition: none;
}
.fs-background-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
  overflow: hidden;
}
.fs-background-media {
  position: absolute;
  top: 0;
  bottom: 0;
  opacity: 0;
}
.fs-background-media.fs-background-animated {
  -webkit-transition: opacity 0.5s linear;
          transition: opacity 0.5s linear;
}
.fs-background-media img,
.fs-background-media video,
.fs-background-media iframe {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-user-drag: none;
}
.fs-background-media.fs-background-native,
.fs-background-media.fs-background-fixed {
  width: 100%;
  height: 100%;
}
.fs-background-media.fs-background-native img,
.fs-background-media.fs-background-fixed img {
  display: none;
}
.fs-background-media.fs-background-native {
  background-position: center;
  background-size: cover;
}
.fs-background-media.fs-background-fixed {
  background-position: center;
  background-attachment: fixed;
}
.fs-background-embed.fs-background-ready:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: '';
}
.fs-background-embed.fs-background-ready iframe {
  z-index: 0;
}

.fw-main-row.background-video .fw-container,
.fw-main-row.background-video .fw-container-fluid {
	z-index: 1;
}

/* Divider space (empty) */
.fw-divider-space {
	clear: both;
	width: 100%;
}
.fw-divider-space.space-sm {
	height: 30px;
}
.fw-divider-space.space-md {
	height: 60px;
}
.fw-divider-space.space-lg {
	height: 100px;
}
/* Divider only Line */
.fw-divider-line {
	clear: both;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}
/** fix infowindow dimensions **/
.fw-map-canvas .unyson-shortcode-map-content {
	/*max-width: 420px;*/
	min-width: 274px;
	padding: 5px 4px ;
}
.fw-map-canvas img {
	max-width: none !important;

}
.fw-map-canvas .gm-style-iw{
	/*min-height: 70px;*/
	overflow: hidden;
}
/** .fix infowindow dimensions **/

.fw-map-canvas .infowindow a {
	text-decoration: none;
	font-weight: bold;
	color: #568EC7;
}
.fw-map-canvas .infowindow-thump img {
	width: 100px;
	height: 60px;
	margin-right: 10px;
}
.fw-map-canvas .infowindow-thump {
	float: left;
}
.fw-map-canvas .infowindow-title {
	line-height: 27px;
}
.fw-map-canvas .infowindow-description {
	color: #AFAFAF;
	font-size: 11px;
	font-style: italic;
}
.fw-map-canvas .infowindow-content {
	float: left;
	max-width: 130px;
}
.fw-team .fw-team-image {
	text-align: center;
}
.fw-team .fw-team-inner {
	text-align: center;
}
.fw-team .fw-team-name {
	margin-bottom: 3px;
}
.fw-team .fw-team-name h3 {
	font-size: 18px;
    margin: 12px 0 0px 0;
}
.fw-team .fw-team-name span {
	font-size: 13px;
	color: #929292;
}
.fw-team-image img {
  max-width: 200px;
  width: 100%;
  border: 3px solid #fff;
  background-color: #fff;
  text-align: center;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fw-team-image img:hover {
  -webkit-transform: translateY(-9px);
  -ms-transform: translateY(-9px);
  -o-transform: translateY(-9px);
  transform: translateY(-9px);
  -webkit-box-shadow: 0 18px 24px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 18px 24px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 18px 24px rgba(0, 0, 0, 0.15);
  box-shadow: 0 18px 24px rgba(0, 0, 0, 0.15);
}
.fw-tabs-container .fw-tabs ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
.fw-tabs-container .fw-tabs ul:before,
.fw-tabs-container .fw-tabs ul:after {
	content: " ";
	display: table;
}
.fw-tabs-container .fw-tabs ul:after {
	clear: both;
}
.fw-tabs-container .fw-tabs ul:before,
.fw-tabs-container .fw-tabs ul:after {
	content: " ";
	display: table;
}
.fw-tabs-container .fw-tabs ul:after {
	clear: both;
}
.fw-tabs-container .fw-tabs ul li {
	background: none repeat scroll 0 0 #f5f5f5;
	border: 1px solid #e5e5e5;
	border-left: 0;
	display: inline-block;
	float: left;
}
.fw-tabs-container .fw-tabs ul li:first-child {
	border-left: 1px solid #e5e5e5;
}
.fw-tabs-container .fw-tabs ul li a {
	color: #555;
	display: block;
	font-size: 15px;
	padding: 7px 25px;
	text-decoration: none;
	border-bottom: none;
	box-shadow: none;
}
.fw-tabs-container .fw-tabs ul li a:focus {
	outline: medium none;
}
.fw-tabs-container .fw-tabs ul li.ui-state-active {
	background: none repeat scroll 0 0 #fff;
	border-bottom-color: #fff;
}
.fw-tabs-container.tabs-justified .fw-tabs ul li {
	float: none;
	display: table-cell;
	width: 1%;
	text-align: center;
}
.fw-tabs-container.tabs-justified .fw-tab-content {
	border-top: 0px;
}
.fw-tabs-container .fw-tab-content {
	border: 1px solid #e5e5e5;
	display: none;
	margin-top: -1px;
	padding: 20px 30px;
}
.fw-tabs-container.ui-tabs .fw-tab-content {
	display: block;
}
.fw-tabs-container.ui-tabs .fw-tab-content.ui-tabs-hide {
	display: none;
}
.fw-tabs-container .fw-tab-content img {
	float: left;
	margin: 5px 20px 5px 0;
}
.fw-tabs-container .fw-tab-content p:last-child {
	margin-bottom: 0;
}

.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.container:before,
.container:after {
	display: table;
	content: " ";
}

.container:after {
	clear: both;
}

.container:before,
.container:after {
	display: table;
	content: " ";
}

.container:after {
	clear: both;
}

.row {
	margin-right: -15px;
	margin-left: -15px;
}

.row:before,
.row:after {
	display: table;
	content: " ";
}

.row:after {
	clear: both;
}

.row:before,
.row:after {
	display: table;
	content: " ";
}

.row:after {
	clear: both;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
	position: relative;
	min-height: 1px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
	float: left;
}

.col-xs-1 {
	width: 8.333333333333332%;
}

.col-xs-2 {
	width: 16.666666666666664%;
}

.col-xs-3 {
	width: 25%;
}

.col-xs-4 {
	width: 33.33333333333333%;
}

.col-xs-5 {
	width: 41.66666666666667%;
}

.col-xs-6 {
	width: 50%;
}

.col-xs-7 {
	width: 58.333333333333336%;
}

.col-xs-8 {
	width: 66.66666666666666%;
}

.col-xs-9 {
	width: 75%;
}

.col-xs-10 {
	width: 83.33333333333334%;
}

.col-xs-11 {
	width: 91.66666666666666%;
}

.col-xs-12 {
	width: 100%;
}

@media (min-width: 768px) {
	.container {
		max-width: 750px;
	}
	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11 {
		float: left;
	}
	.col-sm-1 {
		width: 8.333333333333332%;
	}
	.col-sm-2 {
		width: 16.666666666666664%;
	}
	.col-sm-3 {
		width: 25%;
	}
	.col-sm-4 {
		width: 33.33333333333333%;
	}
	.col-sm-5 {
		width: 41.66666666666667%;
	}
	.col-sm-6 {
		width: 50%;
	}
	.col-sm-7 {
		width: 58.333333333333336%;
	}
	.col-sm-8 {
		width: 66.66666666666666%;
	}
	.col-sm-9 {
		width: 75%;
	}
	.col-sm-10 {
		width: 83.33333333333334%;
	}
	.col-sm-11 {
		width: 91.66666666666666%;
	}
	.col-sm-12 {
		width: 100%;
	}
	.col-sm-push-1 {
		left: 8.333333333333332%;
	}
	.col-sm-push-2 {
		left: 16.666666666666664%;
	}
	.col-sm-push-3 {
		left: 25%;
	}
	.col-sm-push-4 {
		left: 33.33333333333333%;
	}
	.col-sm-push-5 {
		left: 41.66666666666667%;
	}
	.col-sm-push-6 {
		left: 50%;
	}
	.col-sm-push-7 {
		left: 58.333333333333336%;
	}
	.col-sm-push-8 {
		left: 66.66666666666666%;
	}
	.col-sm-push-9 {
		left: 75%;
	}
	.col-sm-push-10 {
		left: 83.33333333333334%;
	}
	.col-sm-push-11 {
		left: 91.66666666666666%;
	}
	.col-sm-pull-1 {
		right: 8.333333333333332%;
	}
	.col-sm-pull-2 {
		right: 16.666666666666664%;
	}
	.col-sm-pull-3 {
		right: 25%;
	}
	.col-sm-pull-4 {
		right: 33.33333333333333%;
	}
	.col-sm-pull-5 {
		right: 41.66666666666667%;
	}
	.col-sm-pull-6 {
		right: 50%;
	}
	.col-sm-pull-7 {
		right: 58.333333333333336%;
	}
	.col-sm-pull-8 {
		right: 66.66666666666666%;
	}
	.col-sm-pull-9 {
		right: 75%;
	}
	.col-sm-pull-10 {
		right: 83.33333333333334%;
	}
	.col-sm-pull-11 {
		right: 91.66666666666666%;
	}
	.col-sm-offset-1 {
		margin-left: 8.333333333333332%;
	}
	.col-sm-offset-2 {
		margin-left: 16.666666666666664%;
	}
	.col-sm-offset-3 {
		margin-left: 25%;
	}
	.col-sm-offset-4 {
		margin-left: 33.33333333333333%;
	}
	.col-sm-offset-5 {
		margin-left: 41.66666666666667%;
	}
	.col-sm-offset-6 {
		margin-left: 50%;
	}
	.col-sm-offset-7 {
		margin-left: 58.333333333333336%;
	}
	.col-sm-offset-8 {
		margin-left: 66.66666666666666%;
	}
	.col-sm-offset-9 {
		margin-left: 75%;
	}
	.col-sm-offset-10 {
		margin-left: 83.33333333333334%;
	}
	.col-sm-offset-11 {
		margin-left: 91.66666666666666%;
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 970px;
	}
	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11 {
		float: left;
	}
	.col-md-1 {
		width: 8.333333333333332%;
	}
	.col-md-2 {
		width: 16.666666666666664%;
	}
	.col-md-3 {
		width: 25%;
	}
	.col-md-4 {
		width: 33.33333333333333%;
	}
	.col-md-5 {
		width: 41.66666666666667%;
	}
	.col-md-6 {
		width: 50%;
	}
	.col-md-7 {
		width: 58.333333333333336%;
	}
	.col-md-8 {
		width: 66.66666666666666%;
	}
	.col-md-9 {
		width: 75%;
	}
	.col-md-10 {
		width: 83.33333333333334%;
	}
	.col-md-11 {
		width: 91.66666666666666%;
	}
	.col-md-12 {
		width: 100%;
	}
	.col-md-push-0 {
		left: auto;
	}
	.col-md-push-1 {
		left: 8.333333333333332%;
	}
	.col-md-push-2 {
		left: 16.666666666666664%;
	}
	.col-md-push-3 {
		left: 25%;
	}
	.col-md-push-4 {
		left: 33.33333333333333%;
	}
	.col-md-push-5 {
		left: 41.66666666666667%;
	}
	.col-md-push-6 {
		left: 50%;
	}
	.col-md-push-7 {
		left: 58.333333333333336%;
	}
	.col-md-push-8 {
		left: 66.66666666666666%;
	}
	.col-md-push-9 {
		left: 75%;
	}
	.col-md-push-10 {
		left: 83.33333333333334%;
	}
	.col-md-push-11 {
		left: 91.66666666666666%;
	}
	.col-md-pull-0 {
		right: auto;
	}
	.col-md-pull-1 {
		right: 8.333333333333332%;
	}
	.col-md-pull-2 {
		right: 16.666666666666664%;
	}
	.col-md-pull-3 {
		right: 25%;
	}
	.col-md-pull-4 {
		right: 33.33333333333333%;
	}
	.col-md-pull-5 {
		right: 41.66666666666667%;
	}
	.col-md-pull-6 {
		right: 50%;
	}
	.col-md-pull-7 {
		right: 58.333333333333336%;
	}
	.col-md-pull-8 {
		right: 66.66666666666666%;
	}
	.col-md-pull-9 {
		right: 75%;
	}
	.col-md-pull-10 {
		right: 83.33333333333334%;
	}
	.col-md-pull-11 {
		right: 91.66666666666666%;
	}
	.col-md-offset-0 {
		margin-left: 0;
	}
	.col-md-offset-1 {
		margin-left: 8.333333333333332%;
	}
	.col-md-offset-2 {
		margin-left: 16.666666666666664%;
	}
	.col-md-offset-3 {
		margin-left: 25%;
	}
	.col-md-offset-4 {
		margin-left: 33.33333333333333%;
	}
	.col-md-offset-5 {
		margin-left: 41.66666666666667%;
	}
	.col-md-offset-6 {
		margin-left: 50%;
	}
	.col-md-offset-7 {
		margin-left: 58.333333333333336%;
	}
	.col-md-offset-8 {
		margin-left: 66.66666666666666%;
	}
	.col-md-offset-9 {
		margin-left: 75%;
	}
	.col-md-offset-10 {
		margin-left: 83.33333333333334%;
	}
	.col-md-offset-11 {
		margin-left: 91.66666666666666%;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1170px;
	}
	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11 {
		float: left;
	}
	.col-lg-1 {
		width: 8.333333333333332%;
	}
	.col-lg-2 {
		width: 16.666666666666664%;
	}
	.col-lg-3 {
		width: 25%;
	}
	.col-lg-4 {
		width: 33.33333333333333%;
	}
	.col-lg-5 {
		width: 41.66666666666667%;
	}
	.col-lg-6 {
		width: 50%;
	}
	.col-lg-7 {
		width: 58.333333333333336%;
	}
	.col-lg-8 {
		width: 66.66666666666666%;
	}
	.col-lg-9 {
		width: 75%;
	}
	.col-lg-10 {
		width: 83.33333333333334%;
	}
	.col-lg-11 {
		width: 91.66666666666666%;
	}
	.col-lg-12 {
		width: 100%;
	}
	.col-lg-push-0 {
		left: auto;
	}
	.col-lg-push-1 {
		left: 8.333333333333332%;
	}
	.col-lg-push-2 {
		left: 16.666666666666664%;
	}
	.col-lg-push-3 {
		left: 25%;
	}
	.col-lg-push-4 {
		left: 33.33333333333333%;
	}
	.col-lg-push-5 {
		left: 41.66666666666667%;
	}
	.col-lg-push-6 {
		left: 50%;
	}
	.col-lg-push-7 {
		left: 58.333333333333336%;
	}
	.col-lg-push-8 {
		left: 66.66666666666666%;
	}
	.col-lg-push-9 {
		left: 75%;
	}
	.col-lg-push-10 {
		left: 83.33333333333334%;
	}
	.col-lg-push-11 {
		left: 91.66666666666666%;
	}
	.col-lg-pull-0 {
		right: auto;
	}
	.col-lg-pull-1 {
		right: 8.333333333333332%;
	}
	.col-lg-pull-2 {
		right: 16.666666666666664%;
	}
	.col-lg-pull-3 {
		right: 25%;
	}
	.col-lg-pull-4 {
		right: 33.33333333333333%;
	}
	.col-lg-pull-5 {
		right: 41.66666666666667%;
	}
	.col-lg-pull-6 {
		right: 50%;
	}
	.col-lg-pull-7 {
		right: 58.333333333333336%;
	}
	.col-lg-pull-8 {
		right: 66.66666666666666%;
	}
	.col-lg-pull-9 {
		right: 75%;
	}
	.col-lg-pull-10 {
		right: 83.33333333333334%;
	}
	.col-lg-pull-11 {
		right: 91.66666666666666%;
	}
	.col-lg-offset-0 {
		margin-left: 0;
	}
	.col-lg-offset-1 {
		margin-left: 8.333333333333332%;
	}
	.col-lg-offset-2 {
		margin-left: 16.666666666666664%;
	}
	.col-lg-offset-3 {
		margin-left: 25%;
	}
	.col-lg-offset-4 {
		margin-left: 33.33333333333333%;
	}
	.col-lg-offset-5 {
		margin-left: 41.66666666666667%;
	}
	.col-lg-offset-6 {
		margin-left: 50%;
	}
	.col-lg-offset-7 {
		margin-left: 58.333333333333336%;
	}
	.col-lg-offset-8 {
		margin-left: 66.66666666666666%;
	}
	.col-lg-offset-9 {
		margin-left: 75%;
	}
	.col-lg-offset-10 {
		margin-left: 83.33333333333334%;
	}
	.col-lg-offset-11 {
		margin-left: 91.66666666666666%;
	}
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: " ";
}

.clearfix:after {
	clear: both;
}

.pull-right {
	float: right !important;
}

.pull-left {
	float: left !important;
}

[class*="cal-cell"] {
  float: left;
  margin-left: 0;
  min-height: 1px;
}
.cal-row-fluid {
  width: 100%;
  *zoom: 1;
}
.cal-row-fluid:before,
.cal-row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.cal-row-fluid:after {
  clear: both;
}
.cal-row-fluid [class*="cal-cell"] {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 0%;
  *margin-left: -0.05213764337851929%;
}
.cal-row-fluid [class*="cal-cell"]:first-child {
  margin-left: 0;
}
.cal-row-fluid .controls-row [class*="cal-cell"] + [class*="cal-cell"] {
  margin-left: 0%;
}
.cal-row-fluid .cal-cell7 {
  width: 100%;
  *width: 99.94669509594883%;
}
.cal-row-fluid .cal-cell6 {
  width: 85.71428571428571%;
  *width: 85.66098081023453%;
}
.cal-row-fluid .cal-cell5 {
  width: 71.42857142857142%;
  *width: 71.37526652452024%;
}
.cal-row-fluid .cal-cell4 {
  width: 57.14285714285714%;
  *width: 57.089552238805965%;
}
.cal-row-fluid .cal-cell3 {
  width: 42.857142857142854%;
  *width: 42.80383795309148%;
}
.cal-row-fluid .cal-cell2 {
  width: 28.57142857142857%;
  *width: 28.518123667377395%;
}
.cal-row-fluid .cal-cell1 {
  width: 14.285714285714285%;
  *width: 14.232409381463112%;
}
.cal-week-box .cal-offset7,
.cal-row-fluid .cal-offset7,
.cal-row-fluid .cal-offset7:first-child {
  margin-left: 100%;
  *margin-left: 99.89339019189765%;
}
.cal-week-box .cal-offset6,
.cal-row-fluid .cal-offset6,
.cal-row-fluid .cal-offset6:first-child {
  margin-left: 85.71428571428571%;
  *margin-left: 85.60767590618336%;
}
.cal-week-box .cal-offset5,
.cal-row-fluid .cal-offset5,
.cal-row-fluid .cal-offset5:first-child {
  margin-left: 71.42857142857142%;
  *margin-left: 71.32196142046907%;
}
.cal-week-box .cal-offset4,
.cal-row-fluid .cal-offset4,
.cal-row-fluid .cal-offset4:first-child {
  margin-left: 57.14285714285714%;
  *margin-left: 57.03624733475479%;
}
.cal-week-box .cal-offset3,
.cal-row-fluid .cal-offset3,
.cal-row-fluid .cal-offset3:first-child {
  margin-left: 42.857142857142854%;
  *margin-left: 42.750533049040506%;
}
.cal-week-box .cal-offset2,
.cal-row-fluid .cal-offset2,
.cal-row-fluid .cal-offset2:first-child {
  margin-left: 28.57142857142857%;
  *margin-left: 28.46481876332622%;
}
.cal-week-box .cal-offset1,
.cal-row-fluid .cal-offset1,
.cal-row-fluid .cal-offset1:first-child {
  margin-left: 14.285714285714285%;
  *margin-left: 14.17910447761194%;
}
.cal-row-fluid .cal-cell1 {
  width: 14.285714285714285%;
  *width: 14.233576642335766%;
}
[class*="cal-cell"].hide,
.cal-row-fluid [class*="cal-cell"].hide {
  display: none;
}
[class*="cal-cell"].pull-right,
.cal-row-fluid [class*="cal-cell"].pull-right {
  float: right;
}
.cal-row-head [class*="cal-cell"]:first-child,
.cal-row-head [class*="cal-cell"] {
  min-height: auto;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cal-events-num {
  margin-top: 20px;
}
.cal-month-day {
  position: relative;
  display: block;
  width: 100%;
}
#cal-day-tick {
  position: absolute;
  right: 50%;
  bottom: -21px;
  padding: 0px 5px;
  cursor: pointer;
  z-index: 5;
  text-align: center;
  width: 26px;
  margin-right: -17px;
  display: none !important;
}
.cal-year-box #cal-day-tick {
  margin-right: -7px;
}
#cal-slide-box {
  position: relative;
}
#cal-slide-tick {
  position: absolute;
  margin-left: -8px;
  top: -2px;
  z-index: 1;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 11px solid #e5e5e5;
}
#cal-slide-tick.tick-month1 {
  left: 12.5%;
}
#cal-slide-tick.tick-month2 {
  left: 37.5%;
}
#cal-slide-tick.tick-month3 {
  left: 62.5%;
}
#cal-slide-tick.tick-month4 {
  left: 87.5%;
}
#cal-slide-tick.tick-day1 {
  left: 7.14285714285715%;
}
#cal-slide-tick.tick-day2 {
  left: 21.42857142857143%;
}
#cal-slide-tick.tick-day3 {
  left: 35.71428571428572%;
}
#cal-slide-tick.tick-day4 {
  left: 50%;
}
#cal-slide-tick.tick-day5 {
  left: 64.2857142857143%;
}
#cal-slide-tick.tick-day6 {
  left: 78.57142857142859%;
}
#cal-slide-tick.tick-day7 {
  left: 92.85714285714285%;
}
.events-list {
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
#cal-slide-content ul.unstyled {
  margin-bottom: 0;
  margin-left: 0;
}
.cal-week-box {
  position: relative;
  width: 100%;
  z-index: 1;
}
.cal-week-box [data-event-class] {
  white-space: nowrap;
  height: 34px;
  margin: 1px 1px 2px;
  line-height: 34px;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-left: 10px;
}
.cal-week-box .cal-column {
  position: absolute;
  height: 100%;
  z-index: 100;
}
.cal-week-box .cal-row-fluid{
	position: relative;
	z-index: 101;
}
.cal-week-box .arrow-before,
.cal-week-box .arrow-after {
  position: relative;
}
.cal-week-box .arrow-after:after {
  content: "";
  position: absolute;
  top: 0px;
  width: 0;
  height: 0;
  right: 0;
  border-top: 15px solid #ffffff;
  border-left: 8px solid;
  border-bottom: 15px solid #FFFFFF;
}
.cal-week-box .arrow-before:before {
  content: "";
  position: absolute;
  top: 0px;
  width: 0;
  height: 0;
  left: 1px;
  border-top: 15px solid transparent;
  border-left: 8px solid #FFFFFF;
  border-bottom: 15px solid transparent;
}
#cal-day-box {
  text-wrap: none;
}
#cal-day-box .cal-day-hour-part {
  height: 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#cal-day-box .cal-day-hour .day-highlight {
  height: 34px;
  line-height: 34px;
  padding-top: 0;
}
#cal-day-box .cal-hours {
  font-weight: bolder;
}
#cal-day-box #cal-day-panel {
  position: relative;
  padding-left: 120px;
}
#cal-day-box #cal-day-panel-hour {
  position: absolute;
  width: 100%;
  margin-left: -120px;
}
#cal-day-box .day-event {
  position: relative;
  max-width: 200px;
  overflow: hidden;
}
#cal-day-box .day-highlight {
  line-height: 14px;
  padding: 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 1px 1px 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 78.5%;
}
#cal-day-box .day-highlight .event-item{
	text-decoration: none;
	display: block;

}
#cal-day-box .day-highlight .event-item:hover{
	text-decoration: underline;
	color: #ff724c;
}
#cal-day-box .day-highlight .cal-hours{
	color: #595959;
}
.event {
  display: block;
  background-color: #c3c3c3;
  width: 12px;
  height: 12px;
  margin-right: 2px;
  margin-bottom: 2px;
  -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  border-radius: 8px;
  border: 1px solid #ffffff;
}
.event-block {
  display: block;
  background-color: #c3c3c3;
  width: 20px;
  height: 100%;
}
.cal-event-list .event.pull-left {
  margin-top: 3px;
  display: none;
}
.event-important {
  background-color: #ad2121;
}
.event-info {
  background-color: #1e90ff;
}
.event-warning {
  background-color: #e3bc08;
}
.event-inverse {
  background-color: #1b1b1b;
}
.event-success {
  background-color: #006400;
}
.event-special {
  background-color: #800080;
}
.day-highlight:hover,
.day-highlight {
  background-color: #dddddd;
}
.day-highlight.dh-event-important:hover,
.day-highlight.dh-event-important {
  background-color: #fae3e3;
}
.day-highlight.dh-event-warning:hover,
.day-highlight.dh-event-warning {
  background-color: #fdf1ba;
}
.day-highlight.dh-event-info:hover,
.day-highlight.dh-event-info {
  background-color: #d1e8ff;
}
.day-highlight.dh-event-inverse:hover,
.day-highlight.dh-event-inverse {
  background-color: #c1c1c1;
}
.day-highlight.dh-event-success:hover,
.day-highlight.dh-event-success {
  background-color: #f5f5f5;
}
.day-highlight.dh-event-special:hover,
.day-highlight.dh-event-special {
  background-color: #ffe6ff;
}
.cal-row-fluid.cal-row-head [class*="cal-cell"]{
	color: #555555;
	font-size: 12px;
	background: #f5f5f5;
	text-transform: uppercase;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
.cal-row-head [class*="cal-cell"]:first-child,
.cal-row-head [class*="cal-cell"] {
  font-weight: bolder;
  text-align: center;
  padding: 10px 0;
}
.cal-row-head [class*="cal-cell"]:last-child{
	border-right: none;
}
.cal-row-head [class*="cal-cell"] small {
  font-weight: normal;
}
.cal-month-day {
  height: 55px;
}
[class*="cal-cell"]:hover {
  background-color: #ededed;
}
.cal-year-box [class*="span"],
.cal-month-box [class*="cal-cell"] {
  min-height: 55px;
  border-right: 2px solid #fff;
  position: relative;
	background: #fcfcfc;
}
.cal-year-box [class*="span"]:hover,
.cal-month-box [class*="cal-cell"]:hover{
	background: #e5e5e5;
	cursor: pointer;
}
.cal-month-day.event-day span[data-cal-date]{
	color: #ff724c;
}
.cal-month-day.event-day{
	background: #e5e5e5;
}
.cal-year-box [class*="span"] {
  min-height: 60px;
}
.cal-year-box .row-fluid [class*="span"]:last-child,
.cal-month-box .cal-row-fluid [class*="cal-cell"]:last-child {
  border-right: 0px;
}
.cal-year-box .row-fluid,
.cal-month-box .cal-row-fluid {
  border-bottom: 2px solid #fff;
  margin-left: 0px;
  margin-right: 0px;
}
.cal-year-box .row-fluid:last-child,
.cal-month-box .cal-row-fluid:last-child {
  border-bottom: 0px;
}
.cal-month-box,
.cal-year-box,
.cal-week-box {
  border-radius: 0;
}
span[data-cal-date] {
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  color: #b3b3b3;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  margin-top: 6px;
  margin-left: 11px;
}
span[data-cal-date]:hover {
  cursor: pointer;
}
.cal-day-outmonth span[data-cal-date] {
  cursor: default;
}
.cal-day-today,
.cal-day-today.event-day{
  background-color: #ff724c;
}
.cal-day-today.event-day:hover span[data-cal-date]{
	color: #fff;
}
.cal-day-today .cal-day-today.event-day #cal-slide-tick{
	border-top-color: #ff724c;
}
.cal-day-today span[data-cal-date],
.cal-day-today.event-day span[data-cal-date]{
  color: #fff;
}
.cal-month-box .cal-day-today span[data-cal-date] {
  font-size: 14px;
  color: #fff;
}
.cal-day-holiday span[data-cal-date] {
  color: #b3b3b3;
}
.cal-day-weekend span[data-cal-date] {
  color: #b3b3b3;
}
#cal-week-box {
  border: 1px solid #e1e1e1;
  border-right: 0px;
  border-radius: 5px 0 0 5px;
  background-color: #fafafa;
  text-align: right;
}
#cal-day-tick {
  border: 1px solid #e1e1e1;
  border-top: 0px solid;
  border-radius: 0 0 5px 5px;
  background-color: #ededed;
  text-align: center;
}
#cal-slide-box {
  border-top: 0px solid #8c8c8c;
  border-bottom:2px solid #fff;
}
#cal-slide-content {
  padding: 20px 20px 20px 12px;
  color: #ffffff;
  background: #f5f5f5;
}
#cal-slide-content a.event-item {
  color: #ff724c;
  font-weight: 700;
  font-size: 13px;
  line-height: 22px;
  text-decoration: none;
}
#cal-slide-content a.event-item:hover{
	text-decoration: underline;
}
.events-list {
  max-height: 47px;
  padding-left: 5px;
  display: none;
}
.list-events{
  position: absolute;
  top: 50%;
  margin-top: 0;
  font-size: 12px;
  left: 10px;
  color: #222;
}
.cal-day-today .list-events{
  color: #fff;
}
.text-today{
	font-size: 10px;
	font-weight: 400;
	position: absolute;
	top: 50%;
	right: 6px;
	color: #fff;
	text-transform: uppercase;
}
.cal-column {
  border-left: 1px solid #e1e1e1;
}
a.cal-event-week {
  text-decoration: none;
  color: #151515;
}
.badge-important {
  background-color: #b94a48;
}
.btn-group button[data-calendar-nav]{
	outline: none;
	text-transform: none;
	background: none;
	border: none;
	color: #555;
	font-size: 32px;
	line-height: 23px;
	box-shadow: none;
	padding: 0;
	float: left;
}
.btn-group button[data-calendar-nav]:hover{
	color: #a4a59d;
}
.btn-group button[data-calendar-nav] i{
	line-height: 1px;
}
.btn-group button[data-calendar-nav*='today']{
	color: #222;
	font-size: 14px;
	margin: 0 21px !important;
	padding: 0;
	font-weight: 400;
	line-height: 28px;
}
.cal-month-day.cal-day-outmonth:hover,
.cal-month-day.cal-day-outmonth:hover span[data-cal-date]{
	background: #f5f5f5;
	cursor: default;
	color: #b3b3b3;
}
.cal-week-box{
	background: #f5f5f5;
	padding-bottom: 2px;}
.cal-week-box .text-today{
	display: none;
}
.cal-week-box .cal-row-head [class*="cal-cell"] small{
	border-top: 2px solid #fff;
	display: block;
	margin-top: 10px;
}
.cal-week-box .cal-row-head [class*="cal-cell"],
.cal-week-box .cal-row-head [class*="cal-cell"]:first-child{
	padding-top: 13px;
	border-bottom: none;
}
.cal-week-box .cal-row-head [class*="cal-cell"] small span{
	float: left;
	margin-left: 10px;
}
.cal-week-box hr{
	border: none;
	margin-bottom: 0;
	margin-top: 15px;
}
.cal-week-box .cal-day-today span[data-cal-date],
.cal-week-box .cal-day-today.event-day span[data-cal-date],
.cal-week-box .cal-day-today.event-day:hover span[data-cal-date]{
	color: #ff724c;
}

.cal-week-box .cal-column{
	border-left-color: #fff;
	border-left-width: 2px;
	left: -2px;
}

.fw-shortcode-calendar .day-highlight{
	background: #fff;
	border: 1px solid #e5e5e5;
	color: #ff724c;
	font-size: 13px;
}

.fw-shortcode-calendar .cal-month-box .day-highlight{
	border: none;
	border-right: 2px solid #fff;
}

.fw-shortcode-calendar a.cal-event-week{
	color: #ff724c;
}
.fw-shortcode-calendar .day-highlight a:hover{
	text-decoration: underline;
}
#cal-day-box .cal-row-head .events-col{
	display: inline-block;
	width: inherit;
	margin: 10px 0 0 20px;
}
#cal-day-box{
 background-color: #f5f5f5;
 overflow: hidden;
}
#cal-day-box .cal-row-head,
#cal-day-box .cal-day-hour{
	border-bottom: 2px solid #fff;
}
#cal-day-box .cal-day-panel-class .cal-day-hour{
	border-bottom: none;
}
#cal-day-box .time-col{
	border-right: 2px solid #fff;
	height: 100%;
	text-align: center;
}
#cal-day-box .cal-day-hour .time-col b{
	font-weight: 300;
}
#cal-day-box .cal-day-hour .cal-day-hour-part{
	border-bottom: 1px solid #fff;
}
#cal-day-box .cal-day-hour .cal-day-hour-part .time-col{
	box-sizing: content-box;
}
#cal-day-box .cal-day-hour .events-col .day-highlight{
	margin-left: 121px;
}
#cal-day-box .cal-day-hour .events-col{
	position: relative;
	height: 0;
}
#cal-day-box .cal-day-hour .time-col{
	height: 105px;
	display: inline-block;
	box-sizing: content-box;
	margin-left: -2px;
}
#cal-day-box .cal-day-panel-class .day-highlight:first-child{
	margin-left: 50px;
}

/*Responsive*/

/*Screen 1024px*/
@media(max-width:1199px){

}

/*Screen 768px*/
@media(max-width:991px){
	.text-today{
		top: 18px;
	}
	.cal-week-box .cal-row-head [class*="cal-cell"] small span{
		font-size: 12px;
	}
}

/*Screen 568px*/
@media(max-width:767px){

}

/*Screen 480px*/
@media(max-width:500px){

}

/*Screen 320px*/
@media(max-width:479px){
	#cal-day-box .day-highlight{
		width: 50%;
	}
}
.fw-shortcode-calendar #cal-week-box {
	z-index: 2;
}

.fw-shortcode-calendar-wrapper .hidden-header {
	visibility: hidden;
}

.fw-shortcode-calendar-wrapper  .time-col {
	width: 100px;
	box-sizing: border-box;
}

.fw-shortcode-calendar-wrapper .events-col {
	width: 100%;
}

.fw-shortcode-calendar-wrapper .page-header{
	padding: 0;
	margin-top: 0;
	margin-bottom: 23px;
	border: none;
}

.fw-shortcode-calendar-wrapper .page-header h3{
	display: inline-block;
	margin: 0;
	font-size: 16px;
}

.fw-shortcode-calendar-wrapper .btn-group{
	margin-right: 15px;
	vertical-align: top;
}

.fw-accordion {
	border: 1px solid #e5e5e5;
	clear: both;
}

.fw-accordion .fw-accordion-title {
	position: relative;
	font-size: 15px;
	font-weight: bold;
	background: #f5f5f5;
	padding: 15px 40px;
	margin: 0;
	cursor: pointer;
	border-top: 1px solid #e5e5e5;
}

.fw-accordion .fw-accordion-title:focus {
	outline: medium none;
}

.fw-accordion .fw-accordion-title:first-child {
	border-top: none;
}

.fw-accordion .fw-accordion-title.ui-state-active {
	background: none;
}

.fw-accordion .fw-accordion-title .ui-icon {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 10px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fw-accordion .fw-accordion-title .ui-icon {
	position: absolute;
	top: 22px;
	left: 15px;
	width: 8px;
	height: 8px;
}

.fw-accordion .fw-accordion-title .ui-icon:before {
	content: "\f067";
}

.fw-accordion .fw-accordion-title.ui-state-active .ui-icon {
	top: 23px;
}

.fw-accordion .fw-accordion-title.ui-state-active .ui-icon:before {
	content: "\f068";
}

.fw-accordion .fw-accordion-content {
	padding: 0;
}

.fw-accordion .fw-accordion-content > p {
	padding: 0 30px 20px 30px;
}

.fw-accordion .fw-accordion-content p:last-child {
	margin-bottom: 0;
}

