/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.8.2
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2017 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/

/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.chosen-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  clip: rect(0, 0, 0, 0);
}

.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
}

.chosen-container a {
  cursor: pointer;
}

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #000;
}

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #000;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), to(#f4f4f4));
  background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #000;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

.chosen-container-single .chosen-default {
  color: #000;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("chosen-sprite.png") no-repeat 0px 2px;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: url("chosen-sprite.png") no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: linear-gradient(#000 20%, #000 90%);
  color: #fff;
}

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #000;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #000;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #000;
  max-width: 100%;
  border-radius: 3px;
  background-color: #000;
  /*
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  */
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  /*
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  */
  color: #fff;
  line-height: 13px;
  cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eee), color-stop(80%, #fff));
  background-image: linear-gradient(#eee 20%, #fff 80%);
  -webkit-box-shadow: 0 1px 0 #fff inset;
          box-shadow: 0 1px 0 #fff inset;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: url("chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}

/* @end */

.nice-number {
  display: inline-flex;
  justify-content: stretch;
}

.nice-number input, .nice-number input[type="number"] {
  vertical-align: middle;
  -moz-appearance: textfield;
  box-sizing: content-box;
  margin: 0;
  text-align: center;
}

.nice-number input::-webkit-inner-spin-button,
.nice-number input[type="number"]::-webkit-outer-spin-button, 
.nice-number input::-webkit-inner-spin-button,
.nice-number input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.nice-number button {
    padding: 0 10px 0 10px;
    width: 30px !important;
    height: 30px !important;
    font-size: 16px;
    line-height: 4px;
    font-weight: bold;
    border-radius: 0;
    vertical-align:10px;
    border: none;
}
.nice-number button {
    border: 1px solid #000;
}

.nice-number input, .nice-number input[type="number"] {
    width: 40px !important;
    height: 28px !important;
    padding: 0px 5px 0 5px !important;
    border-radius: 0;
    border: 1px solid;
}

/*!
 * FullCalendar v3.8.0
 * Docs & License: https://fullcalendar.io/
 * (c) 2017 Adam Shaw
 */.fc button,.fc table,body .fc{font-size:1em}.fc-bg,.fc-row .fc-bgevent-skeleton,.fc-row .fc-highlight-skeleton{bottom:0}.fc-icon,.fc-unselectable{-webkit-touch-callout:none;-khtml-user-select:none}.fc{direction:ltr;text-align:left}.fc-rtl{text-align:right}.fc th,.fc-basic-view td.fc-week-number,.fc-icon,.fc-toolbar{text-align:center}.fc-highlight{background:#bce8f1;opacity:.3}.fc-bgevent{background:#8fdf82;opacity:.3}.fc-nonbusiness{background:#d7d7d7}.fc button{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;height:2.1em;padding:0 .6em;white-space:nowrap;cursor:pointer}.fc button::-moz-focus-inner{margin:0;padding:0}.fc-state-default{border:1px solid;background-color:#f5f5f5;background-image:-moz-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(to bottom,#fff,#e6e6e6);background-repeat:repeat-x;border-color:#e6e6e6 #e6e6e6 #bfbfbf;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);color:#333;text-shadow:0 1px 1px rgba(255,255,255,.75);box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05)}.fc-state-default.fc-corner-left{border-top-left-radius:4px;border-bottom-left-radius:4px}.fc-state-default.fc-corner-right{border-top-right-radius:4px;border-bottom-right-radius:4px}.fc button .fc-icon{position:relative;top:-.05em;margin:0 .2em;vertical-align:middle}.fc-state-active,.fc-state-disabled,.fc-state-down,.fc-state-hover{color:#333;background-color:#e6e6e6}.fc-state-hover{color:#333;text-decoration:none;background-position:0 -15px;-webkit-transition:background-position .1s linear;-moz-transition:background-position .1s linear;-o-transition:background-position .1s linear;transition:background-position .1s linear}.fc-state-active,.fc-state-down{background-color:#ccc;background-image:none;box-shadow:inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05)}.fc-state-disabled{cursor:default;background-image:none;opacity:.65;box-shadow:none}.fc-event.fc-draggable,.fc-event[href],.fc-popover .fc-header .fc-close,a[data-goto]{cursor:pointer}.fc-button-group{display:inline-block}.fc .fc-button-group>*{float:left;margin:0 0 0 -1px}.fc .fc-button-group>:first-child{margin-left:0}.fc-popover{position:absolute;box-shadow:0 2px 6px rgba(0,0,0,.15)}.fc-popover .fc-header{padding:2px 4px}.fc-popover .fc-header .fc-title{margin:0 2px}.fc-ltr .fc-popover .fc-header .fc-title,.fc-rtl .fc-popover .fc-header .fc-close{float:left}.fc-ltr .fc-popover .fc-header .fc-close,.fc-rtl .fc-popover .fc-header .fc-title{float:right}.fc-divider{border-style:solid;border-width:1px}hr.fc-divider{height:0;margin:0;padding:0 0 2px;border-width:1px 0}.fc-bg table,.fc-row .fc-bgevent-skeleton table,.fc-row .fc-highlight-skeleton table{height:100%}.fc-clear{clear:both}.fc-bg,.fc-bgevent-skeleton,.fc-helper-skeleton,.fc-highlight-skeleton{position:absolute;top:0;left:0;right:0}.fc table{width:100%;box-sizing:border-box;table-layout:fixed;border-collapse:collapse;border-spacing:0}.fc td,.fc th{border-style:solid;border-width:1px;padding:0;vertical-align:top}.fc td.fc-today{border-style:double}a[data-goto]:hover{text-decoration:underline}.fc .fc-row{border-style:solid;border-width:0}.fc-row table{border-left:0 hidden transparent;border-right:0 hidden transparent;border-bottom:0 hidden transparent}.fc-row:first-child table{border-top:0 hidden transparent}.fc-row{position:relative}.fc-row .fc-bg{z-index:1}.fc-row .fc-bgevent-skeleton td,.fc-row .fc-highlight-skeleton td{border-color:transparent}.fc-row .fc-bgevent-skeleton{z-index:2}.fc-row .fc-highlight-skeleton{z-index:3}.fc-row .fc-content-skeleton{position:relative;z-index:4;padding-bottom:2px}.fc-row .fc-helper-skeleton{z-index:5}.fc .fc-row .fc-content-skeleton table,.fc .fc-row .fc-content-skeleton td,.fc .fc-row .fc-helper-skeleton td{background:0 0;border-color:transparent}.fc-row .fc-content-skeleton td,.fc-row .fc-helper-skeleton td{border-bottom:0}.fc-row .fc-content-skeleton tbody td,.fc-row .fc-helper-skeleton tbody td{border-top:0}.fc-scroller{-webkit-overflow-scrolling:touch}.fc-icon,.fc-row.fc-rigid,.fc-time-grid-event{overflow:hidden}.fc-scroller>.fc-day-grid,.fc-scroller>.fc-time-grid{position:relative;width:100%}.fc-event{position:relative;display:block;font-size:.85em;line-height:1.3;border-radius:3px;border:1px solid #3a87ad}.fc-event,.fc-event-dot{background-color:#3a87ad}.fc-event,.fc-event:hover{color:#fff;text-decoration:none}.fc-not-allowed,.fc-not-allowed .fc-event{cursor:not-allowed}.fc-event .fc-bg{z-index:1;background:#fff;opacity:.25}.fc-event .fc-content{position:relative;z-index:2}.fc-event .fc-resizer{position:absolute;z-index:4;display:none}.fc-event.fc-allow-mouse-resize .fc-resizer,.fc-event.fc-selected .fc-resizer{display:block}.fc-event.fc-selected .fc-resizer:before{content:"";position:absolute;z-index:9999;top:50%;left:50%;width:40px;height:40px;margin-left:-20px;margin-top:-20px}.fc-event.fc-selected{z-index:9999!important;box-shadow:0 2px 5px rgba(0,0,0,.2)}.fc-event.fc-selected.fc-dragging{box-shadow:0 2px 7px rgba(0,0,0,.3)}.fc-h-event.fc-selected:before{content:"";position:absolute;z-index:3;top:-10px;bottom:-10px;left:0;right:0}.fc-ltr .fc-h-event.fc-not-start,.fc-rtl .fc-h-event.fc-not-end{margin-left:0;border-left-width:0;padding-left:1px;border-top-left-radius:0;border-bottom-left-radius:0}.fc-ltr .fc-h-event.fc-not-end,.fc-rtl .fc-h-event.fc-not-start{margin-right:0;border-right-width:0;padding-right:1px;border-top-right-radius:0;border-bottom-right-radius:0}.fc-ltr .fc-h-event .fc-start-resizer,.fc-rtl .fc-h-event .fc-end-resizer{cursor:w-resize;left:-1px}.fc-ltr .fc-h-event .fc-end-resizer,.fc-rtl .fc-h-event .fc-start-resizer{cursor:e-resize;right:-1px}.fc-h-event.fc-allow-mouse-resize .fc-resizer{width:7px;top:-1px;bottom:-1px}.fc-h-event.fc-selected .fc-resizer{border-radius:4px;border-width:1px;width:6px;height:6px;border-style:solid;border-color:inherit;background:#fff;top:50%;margin-top:-4px}.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,.fc-rtl .fc-h-event.fc-selected .fc-end-resizer{margin-left:-4px}.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,.fc-rtl .fc-h-event.fc-selected .fc-start-resizer{margin-right:-4px}.fc-day-grid-event{margin:1px 2px 0;padding:0 1px}tr:first-child>td>.fc-day-grid-event{margin-top:2px}.fc-day-grid-event.fc-selected:after{content:"";position:absolute;z-index:1;top:-1px;right:-1px;bottom:-1px;left:-1px;background:#000;opacity:.25}.fc-day-grid-event .fc-content{white-space:nowrap;overflow:hidden}.fc-day-grid-event .fc-time{font-weight:700}.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer{margin-left:-2px}.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer{margin-right:-2px}a.fc-more{margin:1px 3px;font-size:.85em;cursor:pointer;text-decoration:none}a.fc-more:hover{text-decoration:underline}.fc.fc-bootstrap3 a,.ui-widget .fc-event{text-decoration:none}.fc-limited{display:none}.fc-icon,.fc-toolbar .fc-center{display:inline-block}.fc-day-grid .fc-row{z-index:1}.fc-more-popover{z-index:2;width:220px}.fc-more-popover .fc-event-container{padding:10px}.fc-now-indicator{position:absolute;border:0 solid red}.fc-icon:after,.fc-toolbar button{position:relative}.fc-unselectable{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.fc-unthemed .fc-content,.fc-unthemed .fc-divider,.fc-unthemed .fc-list-heading td,.fc-unthemed .fc-list-view,.fc-unthemed .fc-popover,.fc-unthemed .fc-row,.fc-unthemed tbody,.fc-unthemed td,.fc-unthemed th,.fc-unthemed thead{border-color:#ddd}.fc-unthemed .fc-popover{background-color:#fff;border-width:1px;border-style:solid}.fc-unthemed .fc-divider,.fc-unthemed .fc-list-heading td,.fc-unthemed .fc-popover .fc-header{background:#eee}.fc-unthemed td.fc-today{background:#fcf8e3}.fc-unthemed .fc-disabled-day{background:#d7d7d7;opacity:.3}.fc-icon{height:1em;line-height:1em;font-size:1em;font-family:"Courier New",Courier,monospace;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fc-icon-left-single-arrow:after{content:"\2039";font-weight:700;font-size:200%;top:-7%}.fc-icon-right-single-arrow:after{content:"\203A";font-weight:700;font-size:200%;top:-7%}.fc-icon-left-double-arrow:after{content:"\AB";font-size:160%;top:-7%}.fc-icon-right-double-arrow:after{content:"\BB";font-size:160%;top:-7%}.fc-icon-left-triangle:after{content:"\25C4";font-size:125%;top:3%}.fc-icon-right-triangle:after{content:"\25BA";font-size:125%;top:3%}.fc-icon-down-triangle:after{content:"\25BC";font-size:125%;top:2%}.fc-icon-x:after{content:"\D7";font-size:200%;top:6%}.fc-unthemed .fc-popover .fc-header .fc-close{color:#666;font-size:.9em;margin-top:2px}.fc-unthemed .fc-list-item:hover td{background-color:#f5f5f5}.ui-widget .fc-disabled-day{background-image:none}.fc-bootstrap3 .fc-time-grid .fc-slats table,.fc-time-grid .fc-slats .ui-widget-content{background:0 0}.fc-popover>.ui-widget-header+.ui-widget-content{border-top:0}.ui-widget .fc-event{color:#fff;font-weight:400}.ui-widget td.fc-axis{font-weight:400}.fc.fc-bootstrap3 a[data-goto]:hover{text-decoration:underline}.fc-bootstrap3 hr.fc-divider{border-color:inherit}.fc-bootstrap3 .fc-today.alert{border-radius:0}.fc-bootstrap3 .fc-popover .panel-body{padding:0}.fc-toolbar.fc-header-toolbar{margin-bottom:1em}.fc-toolbar.fc-footer-toolbar{margin-top:1em}.fc-toolbar .fc-left{float:left}.fc-toolbar .fc-right{float:right}.fc .fc-toolbar>*>*{float:left;margin-left:.75em}.fc .fc-toolbar>*>:first-child{margin-left:0}.fc-toolbar h2{margin:0}.fc-toolbar .fc-state-hover,.fc-toolbar .ui-state-hover{z-index:2}.fc-toolbar .fc-state-down{z-index:3}.fc-toolbar .fc-state-active,.fc-toolbar .ui-state-active{z-index:4}.fc-toolbar button:focus{z-index:5}.fc-view-container *,.fc-view-container :after,.fc-view-container :before{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.fc-view,.fc-view>table{position:relative;z-index:1}.fc-basicDay-view .fc-content-skeleton,.fc-basicWeek-view .fc-content-skeleton{padding-bottom:1em}.fc-basic-view .fc-body .fc-row{min-height:4em}.fc-row.fc-rigid .fc-content-skeleton{position:absolute;top:0;left:0;right:0}.fc-day-top.fc-other-month{opacity:.3}.fc-basic-view .fc-day-number,.fc-basic-view .fc-week-number{padding:2px}.fc-basic-view th.fc-day-number,.fc-basic-view th.fc-week-number{padding:0 2px}.fc-ltr .fc-basic-view .fc-day-top .fc-day-number{float:right}.fc-rtl .fc-basic-view .fc-day-top .fc-day-number{float:left}.fc-ltr .fc-basic-view .fc-day-top .fc-week-number{float:left;border-radius:0 0 3px}.fc-rtl .fc-basic-view .fc-day-top .fc-week-number{float:right;border-radius:0 0 0 3px}.fc-basic-view .fc-day-top .fc-week-number{min-width:1.5em;text-align:center;background-color:#f2f2f2;color:grey}.fc-basic-view td.fc-week-number>*{display:inline-block;min-width:1.25em}.fc-agenda-view .fc-day-grid{position:relative;z-index:2}.fc-agenda-view .fc-day-grid .fc-row{min-height:3em}.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton{padding-bottom:1em}.fc .fc-axis{vertical-align:middle;padding:0 4px;white-space:nowrap}.fc-ltr .fc-axis{text-align:right}.fc-rtl .fc-axis{text-align:left}.fc-time-grid,.fc-time-grid-container{position:relative;z-index:1}.fc-time-grid{min-height:100%}.fc-time-grid table{border:0 hidden transparent}.fc-time-grid>.fc-bg{z-index:1}.fc-time-grid .fc-slats,.fc-time-grid>hr{position:relative;z-index:2}.fc-time-grid .fc-content-col{position:relative}.fc-time-grid .fc-content-skeleton{position:absolute;z-index:3;top:0;left:0;right:0}.fc-time-grid .fc-business-container{position:relative;z-index:1}.fc-time-grid .fc-bgevent-container{position:relative;z-index:2}.fc-time-grid .fc-highlight-container{z-index:3;position:relative}.fc-time-grid .fc-event-container{position:relative;z-index:4}.fc-time-grid .fc-now-indicator-line{z-index:5}.fc-time-grid .fc-helper-container{position:relative;z-index:6}.fc-time-grid .fc-slats td{height:1.5em;border-bottom:0}.fc-time-grid .fc-slats .fc-minor td{border-top-style:dotted}.fc-time-grid .fc-highlight{position:absolute;left:0;right:0}.fc-ltr .fc-time-grid .fc-event-container{margin:0 2.5% 0 2px}.fc-rtl .fc-time-grid .fc-event-container{margin:0 2px 0 2.5%}.fc-time-grid .fc-bgevent,.fc-time-grid .fc-event{position:absolute;z-index:1}.fc-time-grid .fc-bgevent{left:0;right:0}.fc-v-event.fc-not-start{border-top-width:0;padding-top:1px;border-top-left-radius:0;border-top-right-radius:0}.fc-v-event.fc-not-end{border-bottom-width:0;padding-bottom:1px;border-bottom-left-radius:0;border-bottom-right-radius:0}.fc-time-grid-event.fc-selected{overflow:visible}.fc-time-grid-event.fc-selected .fc-bg{display:none}.fc-time-grid-event .fc-content{overflow:hidden}.fc-time-grid-event .fc-time,.fc-time-grid-event .fc-title{padding:0 1px}.fc-time-grid-event .fc-time{font-size:.85em;white-space:nowrap}.fc-time-grid-event.fc-short .fc-content{white-space:nowrap}.fc-time-grid-event.fc-short .fc-time,.fc-time-grid-event.fc-short .fc-title{display:inline-block;vertical-align:top}.fc-time-grid-event.fc-short .fc-time span{display:none}.fc-time-grid-event.fc-short .fc-time:before{content:attr(data-start)}.fc-time-grid-event.fc-short .fc-time:after{content:"\A0-\A0"}.fc-time-grid-event.fc-short .fc-title{font-size:.85em;padding:0}.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer{left:0;right:0;bottom:0;height:8px;overflow:hidden;line-height:8px;font-size:11px;font-family:monospace;text-align:center;cursor:s-resize}.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after{content:"="}.fc-time-grid-event.fc-selected .fc-resizer{border-radius:5px;border-width:1px;width:8px;height:8px;border-style:solid;border-color:inherit;background:#fff;left:50%;margin-left:-5px;bottom:-5px}.fc-time-grid .fc-now-indicator-line{border-top-width:1px;left:0;right:0}.fc-time-grid .fc-now-indicator-arrow{margin-top:-5px}.fc-ltr .fc-time-grid .fc-now-indicator-arrow{left:0;border-width:5px 0 5px 6px;border-top-color:transparent;border-bottom-color:transparent}.fc-rtl .fc-time-grid .fc-now-indicator-arrow{right:0;border-width:5px 6px 5px 0;border-top-color:transparent;border-bottom-color:transparent}.fc-event-dot{display:inline-block;width:10px;height:10px;border-radius:5px}.fc-rtl .fc-list-view{direction:rtl}.fc-list-view{border-width:1px;border-style:solid}.fc .fc-list-table{table-layout:auto}.fc-list-table td{border-width:1px 0 0;padding:8px 14px}.fc-list-table tr:first-child td{border-top-width:0}.fc-list-heading{border-bottom-width:1px}.fc-list-heading td{font-weight:700}.fc-ltr .fc-list-heading-main{float:left}.fc-ltr .fc-list-heading-alt,.fc-rtl .fc-list-heading-main{float:right}.fc-rtl .fc-list-heading-alt{float:left}.fc-list-item.fc-has-url{cursor:pointer}.fc-list-item-marker,.fc-list-item-time{white-space:nowrap;width:1px}.fc-ltr .fc-list-item-marker{padding-right:0}.fc-rtl .fc-list-item-marker{padding-left:0}.fc-list-item-title a{text-decoration:none;color:inherit}.fc-list-item-title a[href]:hover{text-decoration:underline}.fc-list-empty-wrap2{position:absolute;top:0;left:0;right:0;bottom:0}.fc-list-empty-wrap1{width:100%;height:100%;display:table}.fc-list-empty{display:table-cell;vertical-align:middle;text-align:center}.fc-unthemed .fc-list-empty{background-color:#eee}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}
/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/


/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/


/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 95%;
    padding: 0; }
}

/* For devices larger than 550px */
@media (min-width: 550px) {
  .container {
    width: 90%; }
  .column,
  .columns {
    margin-left: 4%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }

}


/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%; }
body {
  font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-weight: 400;
  font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #222; }


/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300; }
h1 { font-size: 4.0rem; line-height: 1.2;  letter-spacing: -.1rem;}
h2 { font-size: 3.6rem; line-height: 1.25; letter-spacing: -.1rem; }
h3 { font-size: 3.0rem; line-height: 1.3;  letter-spacing: -.1rem; }
h4 { font-size: 2.4rem; line-height: 1.35; letter-spacing: -.08rem; }
h5 { font-size: 1.8rem; line-height: 1.5;  letter-spacing: -.05rem; }
h6 { font-size: 1.5rem; line-height: 1.6;  letter-spacing: 0; }

/* Larger than phablet */
@media (min-width: 550px) {
  h1 { font-size: 5.0rem; }
  h2 { font-size: 4.2rem; }
  h3 { font-size: 3.6rem; }
  h4 { font-size: 3.0rem; }
  h5 { font-size: 2.4rem; }
  h6 { font-size: 1.5rem; }
}

p {
  margin-top: 0; }


/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #1EAEDB; }
a:hover {
  color: #0FA0CE; }


/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0; }
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #33C3F0;
  border-color: #33C3F0; }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #1EAEDB;
  border-color: #1EAEDB; }


/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="date"],
textarea,
select {
  height: 38px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="date"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0; }
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside; }
ol {
  list-style: decimal inside; }
ol, ul {
  padding-left: 0;
  margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }
li {
  margin-bottom: 1rem; }


/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }


/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }
th:first-child,
td:first-child {
  padding-left: 0; }
th:last-child,
td:last-child {
  padding-right: 0; }


/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem; }
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem; }


/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; }


/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }


/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }


/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/


/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {}

/* Larger than tablet */
@media (min-width: 750px) {}

/* Larger than desktop */
@media (min-width: 1000px) {}

/* Larger than Desktop HD */
@media (min-width: 1200px) {}

@CHARSET "UTF-8";

h1{
	text-transform: uppercase;
    overflow: false;
}
h2{
	text-transform: uppercase;
    overflow: false;
}
h3{
    overflow: false;
}
a {
    color:#333;
}
.error{
    color: #ff0000;
}
.column.error, .columns.error{
    margin-bottom: 15px;
}
.cpsError{
	margin: 0 0 40px 0;
	font-size: 120%;
    color: #ff0000;
}
.cpsInfo{
	margin: 0 0 40px 0;
	font-size: 120%;
    color: #006400;
}
p.price, span.price{
    font-weight: bold;
    color: #000;
}
span.price{
	margin-right:12px;
}
p.success{
    color: #008000;
}
.label.bold{
	font-weight: bold;
}
.label.stock_display{
	margin-bottom:10px;
}
span.label{
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 75px;
}
div.box-shop{
    /*margin-right: 13px;*/
    margin-bottom: 30px;
    padding: 20px;
    border-color: #000;
    border-style: solid;
    border-width: 2px;
}
div.box-shop input[type="text"]{
    color:#000;
}
div.box-shop img{
    padding: 10px;
}
div.alignright {
    text-align: right;
}
div.alignright-medium {
    text-align: right;
}
input.cpssummary, input[type="text"].cpssummary {
    padding: 3px;
    margin: 3px 0;
    height: 25px;
    min-width: 40px;
    width: 60px;
    height: 30px;
    text-align: right;
    border: 1px solid #000;
}

input.cpsquantity, input[type="text"].cpsquantity {
	text-align: right !important;
	max-width: 30px !important;
	border-radius: 0 !important;
}

input[type="checkbox"]{
	width: 10px;
	height: 10px;
}

input[type="number"]{
    height: 30px;
    padding: 0px !important;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
	margin-left: 5px !important;
	height: 28px !important;
}

button.addcart {
	padding: 0 15px;
    margin-top: 15px;
    min-width: 0;
    float: right;
}

button.addcart svg {
	padding-top: 5px;
	margin-right: 8px;
	fill: #fff !important;
	vertical-align: top;
}

button.addcart:hover svg, button.addcart:focus svg {
   fill: #000 !important;
}

#checkTerms {
	border-color: #000 !important;
	-webkit-box-shadow: 0px 0px 0px 1px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 0px 1px rgba(0,0,0,1);
	box-shadow: 0px 0px 0px 1px rgba(0,0,0,1);
}

hr {
	/*overflow: false;*/
    margin: 15px 0;
}

hr.order {
	padding: 1px;
	margin: 0;
}

hr.order_bold {
    padding: 0;
    margin: 0;
    border: 2px solid;
}

img.dealer-logo {
	max-height: 140px;
}

.category_type_bloc, .category_type_bloc_tag {
	display: inline-block;
	padding: 2px 8px;
	margin-top: 5px;
	margin-right: 3px;
	font-weight: bold;
	color: #fff;
	background-color: #aaa;
	cursor: pointer;
}

.category_type_bloc_selected, .category_type_bloc_tag_selected {
    display: inline-block;
    padding: 2px 8px;
    margin-top: 5px;
    margin-right: 3px;
    font-weight: bold;
    color: #fff;
    background-color: #000;
    cursor: pointer;
}

.cpscategory_subtree {
	display: none;
}

.cpscategory_subtree.show {
    display: block;
}

/*!
 * OPTF Stylesheet
 */
html {
    position:relative;
    min-height: 100%;
}

html, body {
	margin: 0;
}

ul {
	padding-left: 3%;
}

ul li {
    list-style: disc;	
}

a.button {
	color: #fff;
	background-color: black;
	border-style: solid;
	border-radius: 0;
}

a.button:hover {
    color: #000;
    background-color: #fff;
    border-color: #000;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 50px;
	background-color: #000;
	z-index: 500;
}

header h2 {
	float: left;
	vertical-align: bottom;
}

h1 {
    font-family: times new roman, Georgia;
    font-weight: bold;
    font-size: 2.4em;
    clear: both;
}

h2 {
    font-family: times new roman, Georgia;
    margin: 20px 0 35px 0;
    font-size: 175%;
    font-weight: bold;
    clear: both;
}

h3 {
    font-family: times new roman, Georgia;
    font-size: 150%;
    font-weight: bold;
    vertical-align: bottom;
    clear: both;
}

.formsHeader.level1 {
	font-family: times new roman, Georgia;
}

section {
	margin-bottom: 50px;
}

.center {
    margin: 0 auto;
    text-align: center;
}

.right {
    margin: 0 auto;
    text-align: right;
}

#title_bottom {
    display: table-cell;
    height:100%;
    vertical-align: bottom;
}

#calcore {
	position: fixed;
    top: 20%;
    bottom: 70px;
    left: 0;
    right: 0;
	margin: 0 auto;
	background-color: blue;
	width: 95%;
	max-width: 1120px;
}

#calcore div.content {
	position: relative;
	width: 25%;
	height: 100%;
	float: left;
	border: solid #000 1px;
}

#calcore div.calendar {
	position: relative;
    width: 75%;
    height: 100%;
}

img.eventMain {
	margin-top: -30px;
}

img.eventList {
	margin: -10px;
	padding: 0;
    width: 100%;
}

div.dealerList {
	height: 120px;
}

img.dealerList {
	margin: 0;
    padding: 0 !important;
    max-width: 100%;
    max-height: 90px;
    border: none;
}

ul.informations {
	position: relative;
	top: 0;
}

ul.informations li {
	margin: 0;
	padding: 10px;
	list-style: none;
	border-bottom: 1px solid #bbb;
	border-right: 1px solid #bbb;
	background-color: #fcfcfc;
	font-family: times new roman, Georgia;
    font-weight: bold;
    font-size: 110%;
    text-transform: uppercase;
    text-decoration: none;  
}

ul.informations li.first {
    border-right: 1px solid #bbb;
    background-color: #fff;
    height: 10px;
}

ul.informations li.active {
    border-right: none;
    background-color: #fff;
}

ul.informations li.last {
	position: relative;
    border-right: 1px solid #bbb;
    border-bottom: none;
    background-color: #fff;
    bottom: 0;
    min-height: 300px;
}

ul.informations li:hover {
	background-color: #000;
	color: #fff;
	border-right: none;
	cursor: pointer;
}

ul.informations li.active:hover {
    background-color: #fff;
    color: #000;
    border-right: none;
    cursor: default;
}

ul.informations li.first:hover, ul.informations li.last:hover {
	border-right: 1px solid #bbb;
    background-color: #fff;
    color: #fff;
    cursor: default;
}

p.inline {
	display: inline-block;
	vertical-align: top;
}

div.inline {
	display: inline-block;
	vertical-align: top;
}

.calcontainer {
	position: absolute;
	margin: 50px auto 0;
	width: 100%;
    max-width: 1120px;
	/*overflow: hidden;*/
	top: 20px;
	left: 0;
	right: 0;
	bottom: 50px;
	box-sizing: border-box;
}

.calframe {
    position: absolute;
    margin: 0;
    padding: 0;
    /*overflow: hidden;*/
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 99%;
    box-sizing: border-box;
}

.calblock {
	position: absolute;
    margin: 0;
    width: 100%;
    top: 60px;
    bottom: 0;
}

#calinfo {
	position: absolute;
	display: block;
	float: left;
	width: 25%;
	padding-top: 0;
	margin-top:0;
	/*height: 100%;*/
	top: 39px;
	bottom: 2px;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	border-left: 2px solid #000;
	box-sizing: border-box;
	overflow: hidden;
}

#calinfo .header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 22px;
	width: 100%;
	/*margin: -35px 0 10px 0;*/
	padding: 2px 10px;
    background-color: #000;
    border-right: solid #000 0px;
    color: #fff;
    font-size: .9em;
    font-weight: bold;
    text-transform: uppercase;
}

#calinfo .close {
	cursor: pointer;
}

#calinfo .close:before {
    content: "\2716";
    font-size: 100%;
    font-weight: bold;
    top: 0;   
}

#calinfoReset {
	display: none;
	padding: 10px;
	font-weight: bold;
	font-size: 80%;
	color: #000;
	text-transform: uppercase;
    cursor: pointer;
}

#calinfoReset:before {
    content: "\2716";
    font-size: 100%;
    font-weight: bold;
    top: 0;   
}

#contentSearch {
	position: absolute;
	top: 26px;
	bottom: 0;
	left:0;
	right: 0;
	overflow: auto;
}

#calinfo .content {
	padding: 5px 0 5px 0;
	font-size: 1.2em;
	font-weight: bold;
}

#calinfo .content.event {
	margin-top: 35px;
    padding: 10px;
    font-size: 1.2em;
    font-weight: bold;
}

#calinfo .content p {
	display: block;
    margin: 0;
    padding: 3px 0;
    font-size: .7em;
    font-weight: bold;
    line-height: 14px;
}

#calinfo .zone {
    height: 18px;
    padding: 3px;
    font-size: .7em;
    font-weight: bold;
    text-transform: uppercase;
}

#calinfo .content img {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
}

#calinfo .content h5 {
	margin: 0;
	padding: 0;
	font-size: .8em;
    font-weight: bold;
    text-transform: uppercase;
}

#calinfo .description {
	
}

#contentEvent div.description, #contentEvent div.description p {
    display: block;
    font-size: .7em;
    padding: 0;
    font-size: .7em;
    font-weight: bold;
}

#contentEvent img.ticket {
	max-width: 20px;
	max-height: 20px;
	float: right;	
}

#calinfo .more {
	position: absolute;
    padding: 5px;
    bottom: 0;
    height: 30px;
    left: 0;
    right: 0;
    background-color: #fff;
}

#calinfo .more a {
	position: absolute;
    display: block;
    padding: 5px;
    bottom: 0;
    height: 20px;
    left: 0;
    right: 0;
    font-size: 12px;
    background-color: #000;
    text-align: right;
	color: #fff;
	text-decoration: none;
}

#calinfo .more a.share {
    position: absolute;
    display: block;
    padding: 5px;
    bottom: 0;
    height: 20px;
    left: 0;
    width: 10px;
    font-size: 12px;
    background-color: #000;
    text-align: left;
    color: #fff;
    text-decoration: none;
    z-index: 200;
}
/*
#calinfo .more a:after {
	content: "\f138";
}
*/
#calinfo div.searchZoneMore, #calinfo div.searchZoneLess {
	width: 88%;
	padding: 5px 6%;
	margin: 5px 0;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
}

#calinfo div.searchZoneMore:before {
    content: "\0271A"; /*U+0002B*/
}

#calinfo div.searchZoneLess:before {
    content: "\02012";
}

#calinfo .search:before {
    content: "\26B2";
    font-size: 100%;
    font-weight: bold;
    top: 0;
    transform: rotate(45deg);
}

#calinfo div.searchZoneList {
	display: none;
	width: 84%;
    padding: 5px 8%;
    margin: 5px 0;
    font-size: 90%;
    font-weight: bold;
    cursor: pointer;
}

#calinfoType {
	width: 90% !important;
	padding: 5%;
}

.chosen-container {
	width: 100% !important;
}

.chosen-select {
	min-width: 100px;
	width: 100% !important;
}

#calendar {
	position: relative;
	display: block;
    float: right;
	width: 75%;
	bottom: 6px;
}

#calendar-private {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 30px;
}

#calendar-iframe {
    position: relative;
    display: block;
    width: 100%;
}

#loading {
    position: absolute;
    display: none;
    top: 38px;
    bottom: 0;
    margin-left: 25%;
    width: 75%;
    background-color: rgb(0,0,0,0.1);
    background-image: url('img/loading.gif');
    background-repeat: no-repeat;
    background-position: center; 
    z-index: 2000;
}

#modx-topnav #limenu-OPTF>a:after{content:"\f0e8"}

footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 20px;
    padding: 10px;
    background-color: #000;
    text-align: center;
    font-size: 12px;
    color: #fff;
    z-index: 10;
}

/*
footer.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    background-color: #000;
    text-align: center;
    font-size: 12px;
    color: #fff;
}
*/
footer a {
    color: #fff;
    font-size: 12px;
    text-decoration: none;
}

footer a:hover {
    color: #fff;
    text-decoration: underline;
}

@media screen and (max-width: 960px) {
    #modx-topnav #limenu-OPTF > a:after {
      content: "";
      /* "\f0f6" */ }

}

p.bloc-info {
    padding: 13px 16px 0 16px;
    height: 30px;
    width: 230px;
    line-height: 1.625rem;
    border-color: transparent;
    box-shadow: 0 3px 5px 0 rgba(60,64,67,.18),0 1px 3px 1px rgba(60,64,67,.22)
}
p.bloc-info:hover {
    color: #fff;
    background-color: #000;
}

/*
lightbox
*/

.close.icon {
  color: #000;
  position: absolute;
  margin-top: 0;
  margin-left: 0;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.close.icon:before {
  content: '';
  position: absolute;
  top: 10px;
  width: 30px;
  height: 2px;
  background-color: currentColor;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.close.icon:after {
  content: '';
  position: absolute;
  top: 10px;
  width: 30px;
  height: 2px;
  background-color: currentColor;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#shadowbody {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 2999;
}

.preventscroll {
  overflow: hidden;
}

#lightbox {
  display: none;
  position: fixed;
  top: 25px;
  bottom: 6px;
  left: 20%;
  right: 20%;
  padding-top: 35px;
  background-color: #fff;
  box-shadow: 1px 1px 15px #555;
  z-index: 3000;
  overflow-y: auto;
}

#lightbox.strong {
	padding-top: 0px;
	top: 10px;
	left: 1%;
	right: 1%;
	width: 98%;
	margin: 0 auto;
	max-width: 1150px;
}
	
#lightbox-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 25px;
  height: 25px;
  z-index: 10000;
}

#lightbox .close.icon {
  color: #000;
}

#lightbox .close.icon:hover::before {
  box-shadow: 0 0 15px #aaa;
}

#lightbox .close.icon:hover::after {
  box-shadow: 0 0 15px #aaa;
}

#lightbox .close.icon:active::before {
  box-shadow: 0 0 6px #aaa;
}

#lightbox .close.icon:active::after {
  box-shadow: 0 0 6px #aaa;
}

#lightbox h1 {
  width: 90%;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
}

#lightbox hr {
  border-color: #000;
}

#lightbox li {
  /*line-height: 1.4rem;*/
}

#form_contact .complement {
	display: none;
}

@media screen and (max-width: 960px) {
	#lightbox {
      top: 10px;
	  bottom: 6px;
	  left: 3%;
	  right: 3%;
	  box-shadow: 1px 1px 1px #555;
	}
	#lightbox h1 {
	  width: 85%;
	}
}

@charset "UTF-8";

#logoSlicknav {
    position: fixed;
    top: 6px;
    left: 8px;
    z-index: 2000;
}

#searchSlicknav {
    position: fixed;
    top: 25px;
    right: 60px;
    width: 20px;
    height: 20px;
    font-size: 25px;
    color: #fff;
    transform: rotate(180deg);
    z-index: 2000;
    cursor: pointer;
    display: none;
}

#searchSlicknav:before {
    content: "\0260C";
}

#viewSlicknav {
    position: fixed;
    top: 6px;
    right: 105px;
    width: 20px;
    height: 20px;
    font-size: 25px;
    color: #fff;
    z-index: 2000;
    cursor: pointer;
    display: none;
}

#viewSlicknav:before {
    content: "\1F441";
}

#logoMenu {
    position: absolute;
	margin: 5px 0 0 0;
    width: 165px;
    height: 40px;
    float: left;
}

#topmenu ul {
    margin: 0;
    padding: 0;
    text-align: right;
}

#topmenu ul li {
    position: relative;
    display: inline-block;
    top: -23px;
    margin: -10px 0 0 42px;
    padding: 0;
    list-style: none;
}

#topmenu ul li.heightbug {
    margin: 0 !important;
    font-size: 320%;
    color: #000;
    cursor: default;    
}

#topmenu ul li.first {
    margin: -10px 0 0 5px;
}

#topmenu ul li a {
    color: #fff;
    font-size: 85%;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
}

#topmenu ul li a:hover {
    text-decoration: underline;
} 

#menuLi12 { /*.fa.fa-shopping-cart*/
    position: relative;
    top: -22px !important;
    margin: 9px 0 0 30px !important;
    font-size: 160%;
}

#menuLi56 {
    position: relative;
    top: -17px !important;
    margin: 9px 0 0 20px !important;
    font-size: 250%;
    top: 0;
}

#menuLi12 a:hover, #menuLi56 a:hover {
    text-decoration: none !important;
    cursor: pointer;
}

#topmenu ul li ul {
    display: none;
    padding: 0;
    margin: 0;
}

#topmenu ul li:hover ul {
    display: block; 
    position: absolute;
    padding: 10px;
    right: 0;
    width: 200px;
    height: inherit;
    line-height: 15px; 
    color: #000;
    border: 1px solid #eee;
    background-color: #fff;
}

#topmenu ul li:hover ul li {
	top: 0;
	margin-bottom: 5px;
	padding: 5px;
}

#topmenu ul li:hover ul li.last {
	display: block;
    padding-top: 10px;
	margin-top: 10px;
	margin-left: 0px;
	width: 180px;
	border-top: solid 1px #ccc;
}

#topmenu ul li:hover ul li a {
    font-size: 13px;
    color: #333;
    text-transform: none;
}

#topmenu ul li:hover ul li a:hover {
    text-decoration: underline !important;
}
	
/*!
 * Fullcalendar Addons Stylesheet
 */
#e
input,
textarea,
select,
fieldset {
  margin-bottom: 0; 
}

.fc-view-container {
	border: 2px solid #000;
    box-sizing: border-box !important;
}
	
.fc .fc-toolbar {
	margin: 0;
	height: 45px;
	/* background-color: green; */
}

.fc-event{
    cursor: pointer;
}

.fc button {
	line-height: 0px;
	padding: 5px;
    border-radius: 0px;
    border-color: #000;
    color: #fff;
    background-color: #000;
    background-image: none;
    
}

.fc .fc-toolbar .fc-state-down, .fc .fc-toolbar .fc-state-disabled {
	color: #fff !important;
	background-color: #000;
	border-radius: 0px;
    background-image: none;
}	

.fc .fc-toolbar .fc-state-active, .fc .fc-toolbar .fc-state-hover {
    color: #000 !important;
    background-color: #fff;
    background-image: none;
}   
/*
.fc-today, .fc-highlight {
	background-color: #000 !important;
}
*/

.fc-basic-view td.fc-day-number, .fc-basic-view td.fc-day-number a {

    background-color: #000;
    color: #fff;
    padding-top: 0px;
    padding-bottom: 1px;
    border-right: solid #fff 1px;
}


.fc .fc-widget-header {
	background-color: #000;
    color: #fff;
    border-top: solid #000 1px;
}

.fc .fc-widget-content td {
    /*padding: 10px;*/ 
}

.fc .fc-widget-content .fc-widget-header {
	padding: 10px;
	background-color: #000;
    color: #fff;
    border: none;
}

.fc .fc-list-view td {
	padding: 10px;
	cursor: pointer !important;
}

.fc .fc-more-cell a {
    display: inline-block;
	margin: 0 2%;
	padding: 0 2% 0 1%;
	width: 93%;
	border-radius: 3px !important;
	background-color: #000 !important;
}

.fc .fc-list-view td a, .fc-basic-view td a {
    color: #fff;
}

.fc .fc-list-view td a:hover, .fc .fc-basic-view td a:hover {
    text-decoration: none;
}

.fc .fc-basic-view .fc-day-number {
    color: #000;
    /*background-color: #fff;*/
}

.fc .fc-basic-view .fc-day-number:hover {
    text-decoration: underline;
}

.fc .fc-list-view td a:hover {
    /*text-decoration: none;*/
}

.fc .fc-day-header, .fc .fc-day-header a {
	color: #fff;
}

.fc .fc-today-button.fc-state-disabled, .fc button.fc-today-button.fc-state-disabled:hover {
	color: #fff !important;
	background-color: #000 !important;
	/*background-color: rgba(0, 0, 0, 0) !important;*/
}

.fc-button-group button {
	
}

#calendar-private.fc .fc-day-header a {
    cursor: default;
}

.fc .fc-day-header a:hover {
	text-decoration: none;
}
	
.fc-limited td a {
	color: #000 !important;
}
	
.fc-icon-left-single-arrow:after {
    content: "\02039";
    font-weight: bold;
    top: 6%;
}

.fc-icon-right-single-arrow:after {
    content: "\0203A";
    font-weight: bold;
    top: 6%;
}

.fc-icon-homecircle:after {
    content: "\2609";
    font-size: 125%;
    font-weight: bold;
    top: 6%;   
}

.fc-icon-diamound:after {
    content: "\25CB";
    font-size: 125%;
    font-weight: bold;
    top: 6%;	
}

/*!
 * Fullcalendar Addons Stylesheet
 */

.slicknav_menu {
    display: none;
}

.show_narrow {
       display: none;
}

#logoSlicknav {
    display: none;
}

.container {
	margin : 0 auto;
    max-width: 1120px;
}

.container.page {
	margin-top: 70px;
}

.by-five.columns { 
	width: 16.8%;
}


img.u-full-width-max-height {
	max-height: 300px;
	/*width: 100%;*/
}
	
#calendar table, #calendar-private table, #calendar-iframe table {
    margin-bottom: 0; 
}

.alpha {
    margin-left: 0; 
}

div.row.psp-list .column:nth-child(7), div.row.psp-list .columns:nth-child(7){
	margin-left: 0;
}

input[type="text"], input[type="date"], input[type="password"], select, textarea {
    min-width: 250px;
    border-radius: 0;
}
input[type="text"].cpsquantity {
    min-width: 60px;
}
/*
input.cpsquantity, input[type="text"].cpsquantity { 
    width: 60px !important;
    min-width: 60px !important;
    max-width: 60px !important; 
}
*/
input[type="text"].cpssummary {
    min-width: 60px;
}
   
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
	color: #fff;
	background-color: #000;
	border: 1px solid #000;
	border-radius: 2px;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus, 
button:focus{
	background-color: #fff !important;
    color: #000 !important;
}

.boxShadowing button {
	min-width: 50px;
	padding: 5px;
}

.boxShadowing button.fa-times {
	float: right;
}

input[type="radio"],
input[type="checkbox"] {
    margin-right: 8px;
    border-color: #000 !important;
}

td {
	padding: 1px 0;
    border-bottom: none; 
}

@media screen and (max-width: 900px) {
    .container {
	    width: 95%; 
	}
    .hide_verysmall {
       display: none;
    }
    .hide_narrow {
       display: block;
    }
    .show_narrow {
       display: none;
    }
    .js #menu { display: none; }
    .js .slicknav_menu { display: block; }
    #logoMenu {display: none; }
    #logoSlicknav { display: block; }
    #searchSlicknav { display: block; }
    #calendar { width: 100%; }
    #loading { margin-left: 0; width: 100%;}
    .calcontainer { 
        top: 10px;
        bottom: 45px; 
        width: 95%;
    }
    #calinfo {
        display: none;
        width: 100%;
        top: 0;
        margin: -12px auto 0;
        background-color: #fff;
        border-right: 2px solid #000;
        z-index: 500; 
    }
    .fc .fc-toolbar h2 {
        /*padding-top: 20px;*/
        line-height: 0;
        font-size: 1.5em;
        font-weight: bold;
    }
    input[type="text"], input[type="password"], select, textarea {
        width: 100%;
        min-width: 100px;
    }
    input.cpsquantity, input[type="text"].cpsquantity { 
        width: 50px !important;
        min-width: 50px !important;
        max-width: 50px !important; 
    }
    input[type="text"].cpssummary {
        width: 60px !important;
        min-width: 60px !important;
        max-width: 60px !important;
    }

}


@media screen and (max-width: 850px) {
    /* #menu is the original menu */

    div.row.psp-list .column:nth-child(3n+1), div.row.psp-list .columns:nth-child(3n+1){
        margin-left: 0;
    }

    .medium-3 {
        width: 30.6666666667% !important;
        margin-left: 4%; 
    }
    .medium-3:first-child {
        margin-left: 0;
    }
}

@media screen and (max-width: 600px) {
    /* #menu is the original menu */
    .container {
	    width: 95%;
	    padding: 0; 
	}
    .hide_verysmall {
       display: none;
    }
	.hide_narrow {
       display: none;
    }
    .show_narrow {
       display: block;
    }
	
    .center {
        margin: 0;
        text-align: left;
    }
    
    .alignright.left-narrow {
        text-align: left;
    }
    
    h1 { font-size: 200% !important; }
    .calcontainer h1 { display: none; }
    img.eventMain{ margin-top: -4px !important; }
    .js #menu { display: none; }
    .js .slicknav_menu { display: block; }
    #logoMenu {display: none; }
    #logoSlicknav { display: block; }
    #searchSlicknav { display: block; }
    #viewSlicknav { display: block; }
    #calinfo {
        display: none; 
        width: 100%;
        top: 0;
        margin: -12px auto 0;
        background-color: #fff;
        border-right: 2px solid #000;
        z-index: 500; 
    }
    #calendar { width: 100%; }
    #loading { margin-left: 0; width: 100%; }
    .calblock { top: 15px; }
    .calcontainer { 
        top: 0;
        bottom: 5px;
        width: 99%;
    }
    .calcontainer { 
        top: 0;
        bottom: 5px;
        width: 99%;
    }
    .fc .fc-toolbar { height: 40px; }
    .fc button { 
        padding-top: 0; 
        padding-bottom: 0;
    }
    .fc .fc-toolbar h2 {
	    padding-top: 15px;
	    padding-right: 3px;
	    line-height: 0;
	    font-size: 1.2em;
	    font-weight: bold;
    }
    footer { display: none; }
    
    input[type="text"], input[type="password"], select, textarea {
        width: 100%;
        min-width: 100px;
    }
    
    /*
    input.cpsquantity, input[type="text"].cpsquantity {
        text-align: left !important;
        width: 50px !important;
        min-width: 50px !important;
        max-width: 50px !important; 
    }
    
    input[type="text"].cpssummary {
        width: 60px !important;
        min-width: 60px !important;
        max-width: 60px !important;
    }
    */

    ul.informations {
	    min-height: 0px;
	}
	
	div.row.formsCtrl.level3 {
        margin-left: 10px !important;
	}
	
	input[type="text"].formsCtrl {
	    width: 100%;
	}
	
	div.table_desc.column {
	   width: 15% !important;
       text-align: left !important;
       margin-bottom: 5px;
	}
	
	div.table_desc {
	   width: 100% !important;
	   text-align: left !important;
	   margin-bottom: 5px;
	   clear:both !important;
	}
	
	div.table_desc span {
	   font-weight: bold;
	   display: inline !important;
	}
	
    div.table_desc span.light {
       font-weight: normal;
       display: inline !important;
    }
    
    div.alignright-medium {
        text-align: left !important;
    }

	button.addcart {
	    float: left !important;
    }
    
    input.cpsquantity {
        margin-bottom: 20px !important;
    }

    span.price {
        display: block;
    }
}

@media (max-width: 549px) {
    .container {
        width: 95%;
        padding: 0; 
    }

    div.row.psp-list .column:nth-child(even), div.row.psp-list .columns:nth-child(even){
        margin-left: 4%;
    }
    
	div.row.psp-list .column:nth-child(odd), div.row.psp-list .columns:nth-child(odd){
        margin-left: 0;
    }

    .small-2 {
        width: 48% !important;
        margin-left: 4%; 
    }

    .small-2:first-child {
        margin-left: 0;
    }
}

/*!
 * SlickNav Responsive Mobile Menu v1.0.6
 * (c) 2015 Josh Cope
 * licensed under MIT
 */
 
 .slicknav_menu {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
}

.slicknav_menu .hide_verysmall {
	display: none;
}

.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0.438em 0.625em 0.438em 0.625em;
  line-height: 1.125em;
  cursor: pointer; }
  .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 0.188em; }

.slicknav_menu {
  *zoom: 1; }
  .slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left; }
  .slicknav_menu .slicknav_icon {
    float: left;
    width: 1.125em;
    height: 0.4em;
    margin: 0.188em 0 0 0.438em; }
    .slicknav_menu .slicknav_icon:before {
      background: transparent;
      width: 1.125em;
      height: 0.6em;
      display: block;
      content: "";
      position: absolute; }
  .slicknav_menu .slicknav_no-text {
    margin: 0; }
  .slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: 0.125em;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }
  .slicknav_menu:before {
    content: " ";
    display: table; }
  .slicknav_menu:after {
    content: " ";
    display: table;
    clear: both; }

.slicknav_nav {
  clear: both; }
  .slicknav_nav ul {
    display: block; }
  .slicknav_nav li {
    display: block; }
  .slicknav_nav .slicknav_arrow {
    font-size: 0.8em;
    margin: 0 0 0 0.4em; }
  .slicknav_nav .slicknav_item {
    cursor: pointer; }
    .slicknav_nav .slicknav_item a {
      display: inline; }
  .slicknav_nav .slicknav_row {
    display: block; }
  .slicknav_nav a {
    display: block; }
  .slicknav_nav .slicknav_parent-link a {
    display: inline; }

.slicknav_brand {
  float: left; }

.slicknav_menu {
  margin-top: 10px;
  font-size: 18px;
  text-align: left;
  box-sizing: border-box;
  background: #000;
  padding: 4px; }
  .slicknav_menu * {
    box-sizing: border-box; }
  .slicknav_menu .slicknav_menutxt {
    color: #fff;
    font-weight: bold;
    text-shadow: 0 1px 3px #000; }
  .slicknav_menu .slicknav_icon-bar {
    background-color: #fff; }

.slicknav_btn {
  margin: -2px 5px 6px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #000; }

.slicknav_nav {
  position: relative;
  top: 20px;
  color: #fff;
  margin: 5px;
  padding: 0;
  padding-bottom: 20px;
  font-size: 0.875em;
  list-style: none;
  overflow: hidden; }
  .slicknav_nav ul {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0 0 0 15px; }
  .slicknav_nav .slicknav_row {
    padding: 0 10px;
    margin: 0 5px; }
    .slicknav_nav .slicknav_row:hover {
      background: #ccc;
      color: #fff; }
  .slicknav_nav a {
	font-size: 20px;
	line-height: 35px;
    padding: 0 10px;
    margin: 0 5px;
    text-decoration: none;
    color: #fff; }
    .slicknav_nav a:hover {
      background: #fff;
      color: #000; }
  .slicknav_nav .slicknav_txtnode {
    margin-left: 15px; }
  .slicknav_nav .slicknav_item a {
    padding: 0;
    margin: 0; }
  .slicknav_nav .slicknav_parent-link a {
    padding: 0;
    margin: 0; }

.slicknav_brand {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  padding: 0 12px;
  height: 44px; }
