/*
	jQuery.mmenu CSS
*/
/*
	jQuery.mmenu oncanvas CSS
*/
.mm-hidden {
  display: none !important; }

.mm-wrapper {
  overflow-x: hidden;
  position: relative; }

.mm-menu,
.mm-menu > .mm-panel {
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0; }

.mm-menu {
  box-sizing: border-box;
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0; }

.mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }
  .mm-panel.mm-opened {
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0); }
  .mm-panel.mm-subopened {
    -webkit-transform: translate3d(-30%, 0, 0);
    -moz-transform: translate3d(-30%, 0, 0);
    -ms-transform: translate3d(-30%, 0, 0);
    -o-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0); }
  .mm-panel.mm-highest {
    z-index: 1; }

.mm-menu > .mm-panel {
  background: inherit;
  border-color: inherit;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 0 20px; }
  .mm-menu > .mm-panel.mm-hasnavbar {
    padding-top: 40px; }
  .mm-menu > .mm-panel:before, .mm-menu > .mm-panel:after {
    content: '';
    display: block;
    height: 20px; }

.mm-vertical .mm-panel {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important; }

.mm-vertical .mm-listview .mm-panel,
.mm-listview .mm-vertical .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }
  .mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after,
  .mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after {
    border-color: transparent; }

.mm-vertical li.mm-opened > .mm-panel,
li.mm-vertical.mm-opened > .mm-panel {
  display: block; }

.mm-vertical .mm-listview > li > .mm-next,
.mm-listview > li.mm-vertical > .mm-next {
  height: 40px;
  bottom: auto; }
  .mm-vertical .mm-listview > li > .mm-next:after,
  .mm-listview > li.mm-vertical > .mm-next:after {
    top: 16px;
    bottom: auto; }
.mm-vertical .mm-listview > li.mm-opened > .mm-next:after,
.mm-listview > li.mm-vertical.mm-opened > .mm-next:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.mm-navbar {
  border-bottom: 1px solid;
  border-color: inherit;
  text-align: center;
  line-height: 20px;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }
  .mm-navbar > * {
    display: block;
    padding: 10px 0; }
  .mm-navbar a,
  .mm-navbar a:hover {
    text-decoration: none; }
  .mm-navbar .mm-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  .mm-navbar .mm-btn {
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    z-index: 1; }
    .mm-navbar .mm-btn:first-child {
      padding-left: 20px;
      left: 0; }
    .mm-navbar .mm-btn:last-child {
      text-align: right;
      padding-right: 20px;
      right: 0; }

.mm-panel .mm-navbar {
  display: none; }
.mm-panel.mm-hasnavbar .mm-navbar {
  display: block; }

.mm-listview,
.mm-listview > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-listview {
  font: inherit;
  font-size: 14px;
  line-height: 20px; }
  .mm-listview a,
  .mm-listview a:hover {
    text-decoration: none; }
  .mm-listview > li {
    position: relative; }
    .mm-listview > li, .mm-listview > li:after,
    .mm-listview > li .mm-next,
    .mm-listview > li .mm-next:before {
      border-color: inherit; }
    .mm-listview > li > a,
    .mm-listview > li > span {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      color: inherit;
      display: block;
      padding: 10px 10px 10px 20px;
      margin: 0; }
      .mm-listview > li > a.mm-arrow,
      .mm-listview > li > span.mm-arrow {
        padding-right: 50px; }
    .mm-listview > li:not(.mm-divider):after {
      content: '';
      border-bottom-width: 1px;
      border-bottom-style: solid;
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0; }
    .mm-listview > li:not(.mm-divider):after {
      left: 20px; }
  .mm-listview .mm-next {
    background: rgba(3, 2, 1, 0);
    width: 50px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2; }
    .mm-listview .mm-next:before {
      content: '';
      border-left-width: 1px;
      border-left-style: solid;
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0; }
    .mm-listview .mm-next + a,
    .mm-listview .mm-next + span {
      margin-right: 50px; }
    .mm-listview .mm-next.mm-fullsubopen {
      width: 100%; }
      .mm-listview .mm-next.mm-fullsubopen:before {
        border-left: none; }
      .mm-listview .mm-next.mm-fullsubopen + a,
      .mm-listview .mm-next.mm-fullsubopen + span {
        padding-right: 50px;
        margin-right: 0; }

.mm-menu > .mm-panel > .mm-listview {
  margin: 20px -20px; }
.mm-menu > .mm-panel > .mm-listview:first-child,
.mm-menu > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -20px; }

.mm-listview .mm-inset {
  list-style: inside disc;
  padding: 0 10px 15px 40px;
  margin: 0; }
  .mm-listview .mm-inset > li {
    padding: 5px 0; }

.mm-listview .mm-divider {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px; }

.mm-listview .mm-spacer {
  padding-top: 40px; }
  .mm-listview .mm-spacer > .mm-next {
    top: 40px; }
  .mm-listview .mm-spacer.mm-divider {
    padding-top: 25px; }

.mm-prev:before,
.mm-next:after,
.mm-arrow:after {
  content: '';
  border: 2px solid transparent;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.mm-prev:before {
  border-right: none;
  border-bottom: none;
  left: 20px; }

.mm-next:after,
.mm-arrow:after {
  border-top: none;
  border-left: none;
  right: 20px; }

.mm-menu {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.7); }
  .mm-menu .mm-navbar > *,
  .mm-menu .mm-navbar a {
    color: rgba(0, 0, 0, 0.3); }
  .mm-menu .mm-navbar .mm-btn:before, .mm-menu .mm-navbar .mm-btn:after {
    border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu .mm-listview {
    border-color: rgba(0, 0, 0, 0.1); }
    .mm-menu .mm-listview > li .mm-next:after,
    .mm-menu .mm-listview > li .mm-arrow:after {
      border-color: rgba(0, 0, 0, 0.3); }
    .mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
    .mm-menu .mm-listview > li.mm-selected > span {
      background: rgba(255, 255, 255, 0.5); }
  .mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
  .mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
  .mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
  .mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
    background: rgba(0, 0, 0, 0.05); }
  .mm-menu .mm-divider {
    background: rgba(0, 0, 0, 0.05); }

/*
	jQuery.mmenu offcanvas addon CSS
*/
.mm-page {
  box-sizing: border-box;
  position: relative; }

.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease; }

html.mm-opened {
  overflow: hidden;
  position: relative; }
  html.mm-opened body {
    overflow: hidden; }

html.mm-background .mm-page {
  background: inherit; }

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999; }

html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  display: block; }

.mm-menu.mm-offcanvas {
  display: none;
  position: fixed; }
.mm-menu.mm-current {
  display: block; }

.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px; }

html.mm-opening .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -moz-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  -o-transform: translate(80%, 0);
  transform: translate(80%, 0); }

@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -moz-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    -o-transform: translate(440px, 0);
    transform: translate(440px, 0); } }
/*
	jQuery.mmenu autoHeight addon CSS
*/
.mm-menu.mm-top.mm-autoheight, .mm-menu.mm-bottom.mm-autoheight {
  max-height: 80%; }
  .mm-menu.mm-top.mm-autoheight.mm-fullscreen, .mm-menu.mm-bottom.mm-autoheight.mm-fullscreen {
    max-height: 100%; }
.mm-menu.mm-measureheight > .mm-panel {
  bottom: auto !important;
  height: auto !important; }

/*
	jQuery.mmenu counters addon CSS
*/
em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 45px;
  top: 50%; }
  em.mm-counter + a.mm-next {
    width: 90px; }
    em.mm-counter + a.mm-next + a,
    em.mm-counter + a.mm-next + span {
      margin-right: 90px; }
  em.mm-counter + a.mm-fullsubopen {
    padding-left: 0; }

.mm-vertical > .mm-counter {
  top: 12px;
  margin-top: 0; }
.mm-vertical.mm-spacer > .mm-counter {
  margin-top: 40px; }

.mm-nosubresults > .mm-counter {
  display: none; }

.mm-menu em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

/*
	jQuery.mmenu dividers addon CSS
*/
.mm-divider > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  line-height: 25px; }
.mm-divider.mm-opened a.mm-next:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.mm-collapsed:not(.mm-uncollapsed) {
  display: none; }

.mm-fixeddivider {
  background: inherit;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  .mm-fixeddivider:after {
    content: none !important;
    display: none !important; }

.mm-hasdividers .mm-fixeddivider {
  display: block; }

.mm-menu .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.05); }

/*
	jQuery.mmenu dragOpen addon CSS
*/
html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-page,
html.mm-opened.mm-dragging .mm-fixed-top,
html.mm-opened.mm-dragging .mm-fixed-bottom,
html.mm-opened.mm-dragging #mm-blocker {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s; }

/*
	jQuery.mmenu iconpanels addon CSS
*/
.mm-iconpanel .mm-panel {
  -webkit-transition-property: -webkit-transform, left, right;
  -moz-transition-property: -moz-transform, left, right;
  -ms-transition-property: -ms-transform, left, right;
  -o-transition-property: -o-transform, left, right;
  transition-property: transform, left, right; }
  .mm-iconpanel .mm-panel.mm-opened {
    border-left: 1px solid;
    border-color: inherit; }
  .mm-iconpanel .mm-panel.mm-subopened {
    overflow-y: hidden;
    left: -40px;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

.mm-iconpanel .mm-panel.mm-iconpanel-0 {
  left: 0px; }

.mm-iconpanel .mm-panel.mm-iconpanel-1 {
  left: 40px; }

.mm-iconpanel .mm-panel.mm-iconpanel-2 {
  left: 80px; }

.mm-iconpanel .mm-panel.mm-iconpanel-3 {
  left: 120px; }

.mm-iconpanel .mm-panel.mm-iconpanel-4 {
  left: 160px; }

.mm-iconpanel .mm-panel.mm-iconpanel-5 {
  left: 200px; }

.mm-iconpanel .mm-panel.mm-iconpanel-6 {
  left: 240px; }

.mm-subblocker {
  background: inherit;
  opacity: 0;
  display: block;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease; }

.mm-subopened .mm-subblocker {
  opacity: 0.6;
  position: absolute;
  top: 0;
  right: 0;
  bottom: -100000px;
  left: 0;
  z-index: 3; }

/*
	jQuery.mmenu navbars addon CSS
*/
.mm-menu > .mm-navbar {
  background: inherit;
  padding: 0;
  z-index: 3;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-navbar-bottom {
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom: none;
  top: auto;
  bottom: 0; }

.mm-navbar-top ~ .mm-navbar-top {
  border-bottom: none; }

.mm-navbar-bottom ~ .mm-navbar-bottom {
  border-top: none; }

.mm-navbar.mm-hasbtns {
  padding: 0 40px; }

.mm-close:after {
  content: 'x'; }

.mm-navbar[class*="mm-navbar-content-"] > * {
  box-sizing: border-box;
  display: block;
  float: left; }

.mm-navbar > .mm-breadcrumbs {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  text-align: left;
  padding: 0 0 0 17px; }
  .mm-navbar > .mm-breadcrumbs > * {
    display: inline-block;
    padding: 10px 3px; }
  .mm-navbar > .mm-breadcrumbs > a {
    text-decoration: underline; }
.mm-navbar.mm-hasbtns .mm-breadcrumbs {
  margin-left: -40px; }
.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden) + .mm-breadcrumbs {
  margin-left: 0;
  padding-left: 0; }

.mm-navbar-top-1 {
  top: 0px; }

.mm-hasnavbar-top-1 .mm-panel {
  top: 40px; }
.mm-hasnavbar-top-1 .mm-indexer {
  top: 50px; }
.mm-hasnavbar-top-1 .mm-fixeddivider {
  top: 40px; }

.mm-navbar-top-2 {
  top: 40px; }

.mm-hasnavbar-top-2 .mm-panel {
  top: 80px; }
.mm-hasnavbar-top-2 .mm-indexer {
  top: 90px; }
.mm-hasnavbar-top-2 .mm-fixeddivider {
  top: 80px; }

.mm-navbar-top-3 {
  top: 80px; }

.mm-hasnavbar-top-3 .mm-panel {
  top: 120px; }
.mm-hasnavbar-top-3 .mm-indexer {
  top: 130px; }
.mm-hasnavbar-top-3 .mm-fixeddivider {
  top: 120px; }

.mm-navbar-top-4 {
  top: 120px; }

.mm-hasnavbar-top-4 .mm-panel {
  top: 160px; }
.mm-hasnavbar-top-4 .mm-indexer {
  top: 170px; }
.mm-hasnavbar-top-4 .mm-fixeddivider {
  top: 160px; }

.mm-navbar-bottom-1 {
  bottom: 0px; }

.mm-hasnavbar-bottom-1 .mm-panel {
  bottom: 40px; }
.mm-hasnavbar-bottom-1 .mm-indexer {
  bottom: 50px; }

.mm-navbar-bottom-2 {
  bottom: 40px; }

.mm-hasnavbar-bottom-2 .mm-panel {
  bottom: 80px; }
.mm-hasnavbar-bottom-2 .mm-indexer {
  bottom: 90px; }

.mm-navbar-bottom-3 {
  bottom: 80px; }

.mm-hasnavbar-bottom-3 .mm-panel {
  bottom: 120px; }
.mm-hasnavbar-bottom-3 .mm-indexer {
  bottom: 130px; }

.mm-navbar-bottom-4 {
  bottom: 120px; }

.mm-hasnavbar-bottom-4 .mm-panel {
  bottom: 160px; }
.mm-hasnavbar-bottom-4 .mm-indexer {
  bottom: 170px; }

.mm-navbar-size-2 {
  height: 80px; }

.mm-navbar-size-3 {
  height: 120px; }

.mm-navbar-size-4 {
  height: 160px; }

.mm-navbar-content-2 > * {
  width: 50%; }

.mm-navbar-content-3 > * {
  width: 33.33%; }

.mm-navbar-content-4 > * {
  width: 25%; }

.mm-navbar-content-5 > * {
  width: 20%; }

.mm-navbar-content-6 > * {
  width: 16.67%; }

/*
	jQuery.mmenu searchfield addon CSS
*/
.mm-search,
.mm-search input {
  box-sizing: border-box; }

.mm-search {
  height: 40px;
  padding: 7px 10px 0 10px; }
  .mm-search input {
    border: none;
    border-radius: 26px;
    font: inherit;
    font-size: 14px;
    line-height: 26px;
    outline: none;
    display: block;
    width: 100%;
    height: 26px;
    margin: 0;
    padding: 0 10px; }
  .mm-search input::-ms-clear {
    display: none; }

.mm-panel > .mm-search {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }
.mm-panel.mm-hassearch {
  padding-top: 40px; }
  .mm-panel.mm-hassearch.mm-hasnavbar {
    padding-top: 80px; }
    .mm-panel.mm-hassearch.mm-hasnavbar .mm-search {
      top: 40px; }

.mm-noresultsmsg {
  text-align: center;
  font-size: 21px;
  display: none;
  padding: 40px 0; }

.mm-noresults .mm-noresultsmsg {
  display: block; }
.mm-noresults .mm-indexer {
  display: none !important; }

li.mm-nosubresults > a.mm-next {
  display: none; }
  li.mm-nosubresults > a.mm-next + a,
  li.mm-nosubresults > a.mm-next + span {
    padding-right: 10px; }

.mm-menu .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.7); }
.mm-menu .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

/*
	jQuery.mmenu sectionIndexer addon CSS
*/
.mm-indexer {
  background: inherit;
  text-align: center;
  font-size: 12px;
  box-sizing: border-box;
  width: 20px;
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: -100px;
  z-index: 3;
  -webkit-transition: right 0.4s ease;
  -moz-transition: right 0.4s ease;
  -ms-transition: right 0.4s ease;
  -o-transition: right 0.4s ease;
  transition: right 0.4s ease;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  .mm-indexer a {
    text-decoration: none;
    display: block;
    height: 3.85%; }
  .mm-indexer ~ .mm-panel.mm-hasindexer {
    padding-right: 40px; }

.mm-hasindexer .mm-indexer {
  right: 0; }
.mm-hasindexer .mm-fixeddivider {
  right: 20px; }

.mm-menu .mm-indexer a {
  color: rgba(0, 0, 0, 0.3); }

/*
	jQuery.mmenu toggles addon CSS
*/
input.mm-toggle,
input.mm-check {
  position: absolute;
  left: -10000px; }

label.mm-toggle,
label.mm-check {
  margin: 0;
  position: absolute;
  top: 50%;
  z-index: 2; }
  label.mm-toggle:before,
  label.mm-check:before {
    content: '';
    display: block; }

label.mm-toggle {
  border-radius: 30px;
  width: 50px;
  height: 30px;
  margin-top: -15px; }
  label.mm-toggle:before {
    border-radius: 30px;
    width: 28px;
    height: 28px;
    margin: 1px; }

input.mm-toggle:checked ~ label.mm-toggle:before {
  float: right; }

label.mm-check {
  width: 30px;
  height: 30px;
  margin-top: -15px; }
  label.mm-check:before {
    border-left: 3px solid;
    border-bottom: 3px solid;
    width: 40%;
    height: 20%;
    margin: 25% 0 0 20%;
    opacity: 0.1;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }

input.mm-check:checked ~ label.mm-check:before {
  opacity: 1; }

li.mm-vertical label.mm-toggle, li.mm-vertical label.mm-check {
  bottom: auto;
  margin-top: 0; }
li.mm-vertical label.mm-toggle {
  top: 5px; }
li.mm-vertical label.mm-check {
  top: 5px; }

label.mm-toggle, label.mm-check {
  right: 20px; }
label.mm-toggle + a,
label.mm-toggle + span {
  padding-right: 80px; }
label.mm-check + a,
label.mm-check + span {
  padding-right: 60px; }

a.mm-next + label.mm-toggle, a.mm-next + label.mm-check {
  right: 60px; }
  a.mm-next + label.mm-toggle + a,
  a.mm-next + label.mm-toggle + span, a.mm-next + label.mm-check + a,
  a.mm-next + label.mm-check + span {
    margin-right: 50px; }
a.mm-next + label.mm-toggle + a,
a.mm-next + label.mm-toggle + span {
  padding-right: 70px; }
a.mm-next + label.mm-check + a,
a.mm-next + label.mm-check + span {
  padding-right: 50px; }

em.mm-counter + a.mm-next + label.mm-toggle, em.mm-counter + a.mm-next + label.mm-check {
  right: 100px; }
  em.mm-counter + a.mm-next + label.mm-toggle + a,
  em.mm-counter + a.mm-next + label.mm-toggle + span, em.mm-counter + a.mm-next + label.mm-check + a,
  em.mm-counter + a.mm-next + label.mm-check + span {
    margin-right: 90px; }

.mm-menu label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }
  .mm-menu label.mm-toggle:before {
    background: #f3f3f3; }
.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.7); }

/*
	jQuery.mmenu borderstyle extension CSS
*/
.mm-menu.mm-border-none .mm-listview > li:after,
.mm-listview.mm-border-none > li:after {
  content: none; }

.mm-menu.mm-border-full .mm-listview > li:after,
.mm-listview.mm-border-full > li:after {
  left: 0 !important; }

/*
	jQuery.mmenu effects extension CSS
*/
html.mm-effect-zoom-menu .mm-menu.mm-offcanvas {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease; }
html.mm-effect-zoom-menu.mm-opened .mm-menu.mm-effect-zoom-menu {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -moz-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -ms-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -o-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }
html.mm-effect-zoom-menu.mm-opening .mm-menu.mm-effect-zoom-menu {
  -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
  -o-transform: scale(1, 1) translate3d(0%, 0, 0);
  transform: scale(1, 1) translate3d(0%, 0, 0); }
html.mm-effect-zoom-menu.mm-right.mm-opened .mm-menu.mm-offcanvas {
  -webkit-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -moz-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -ms-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -o-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center; }
html.mm-effect-zoom-menu.mm-right.mm-opening .mm-menu.mm-effect-zoom-menu {
  -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
  -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
  -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
  -o-transform: scale(1, 1) translate3d(0%, 0, 0);
  transform: scale(1, 1) translate3d(0%, 0, 0); }

html.mm-effect-slide-menu .mm-menu.mm-effect-slide-menu {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease; }
html.mm-effect-slide-menu.mm-opened .mm-menu.mm-effect-slide-menu {
  -webkit-transform: translate3d(-30%, 0, 0);
  -moz-transform: translate3d(-30%, 0, 0);
  -ms-transform: translate3d(-30%, 0, 0);
  -o-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0); }
html.mm-effect-slide-menu.mm-opening .mm-menu.mm-effect-slide-menu {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0); }
html.mm-effect-slide-menu.mm-right.mm-opened .mm-menu.mm-effect-slide-menu {
  -webkit-transform: translate3d(30%, 0, 0);
  -moz-transform: translate3d(30%, 0, 0);
  -ms-transform: translate3d(30%, 0, 0);
  -o-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0); }
html.mm-effect-slide-menu.mm-right.mm-opening .mm-menu.mm-effect-slide-menu {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0); }

html.mm-effect-fade-menu .mm-menu.mm-effect-fade-menu {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease; }
html.mm-effect-fade-menu.mm-opening .mm-menu.mm-effect-fade-menu {
  opacity: 1; }

.mm-menu.mm-effect-zoom-panels .mm-panel {
  -webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -moz-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -ms-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -o-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }
  .mm-menu.mm-effect-zoom-panels .mm-panel.mm-opened {
    -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
    -moz-transform: scale(1, 1) translate3d(0%, 0, 0);
    -ms-transform: scale(1, 1) translate3d(0%, 0, 0);
    -o-transform: scale(1, 1) translate3d(0%, 0, 0);
    transform: scale(1, 1) translate3d(0%, 0, 0); }
    .mm-menu.mm-effect-zoom-panels .mm-panel.mm-opened.mm-subopened {
      -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
      -moz-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
      -ms-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
      -o-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
      transform: scale(0.7, 0.7) translate3d(-30%, 0, 0); }

.mm-menu.mm-effect-slide-panels-0 .mm-panel.mm-subopened {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
.mm-menu.mm-effect-slide-panels-100 .mm-panel.mm-subopened {
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }
  html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(1) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms; }
  html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(2) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms; }
  html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(3) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms; }
  html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(4) {
    -webkit-transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    -ms-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    transition-delay: 400ms; }
  html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(5) {
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms; }
  html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(6) {
    -webkit-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    -ms-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    transition-delay: 600ms; }
  html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(7) {
    -webkit-transition-delay: 700ms;
    -moz-transition-delay: 700ms;
    -ms-transition-delay: 700ms;
    -o-transition-delay: 700ms;
    transition-delay: 700ms; }
  html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(8) {
    -webkit-transition-delay: 800ms;
    -moz-transition-delay: 800ms;
    -ms-transition-delay: 800ms;
    -o-transition-delay: 800ms;
    transition-delay: 800ms; }
  html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(9) {
    -webkit-transition-delay: 900ms;
    -moz-transition-delay: 900ms;
    -ms-transition-delay: 900ms;
    -o-transition-delay: 900ms;
    transition-delay: 900ms; }
html.mm-effect-slide-listitems.mm-opening .mm-menu.mm-effect-slide-listitems .mm-panel.mm-opened .mm-listview > li {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/*
	jQuery.mmenu fullscreen extension CSS
*/
.mm-menu.mm-fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px; }

html.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0); }

@media all and (max-width: 140px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0); } }
@media all and (min-width: 10000px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(10000px, 0);
    -moz-transform: translate(10000px, 0);
    -ms-transform: translate(10000px, 0);
    -o-transform: translate(10000px, 0);
    transform: translate(10000px, 0); } }
html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0); }

@media all and (max-width: 140px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0); } }
@media all and (min-width: 10000px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-10000px, 0);
    -moz-transform: translate(-10000px, 0);
    -ms-transform: translate(-10000px, 0);
    -o-transform: translate(-10000px, 0);
    transform: translate(-10000px, 0); } }
.mm-menu.mm-fullscreen.mm-top, .mm-menu.mm-fullscreen.mm-bottom {
  height: 100%;
  min-height: 140px;
  max-height: 10000px; }

html.mm-opened.mm-fullscreen .mm-page {
  box-shadow: none !important; }

/*
	jQuery.mmenu multiline extension CSS
*/
.mm-menu.mm-multiline .mm-listview > li > a,
.mm-menu.mm-multiline .mm-listview > li > span,
.mm-listview.mm-multiline > li
.mm-listview > li.mm-multiline > a,
.mm-listview.mm-multiline > li
.mm-listview > li.mm-multiline > span {
  text-overflow: clip;
  white-space: normal; }

/*
	jQuery.mmenu pageshadow extension CSS
*/
.mm-menu.mm-pageshadow:after {
  content: "";
  display: block;
  width: 20px;
  height: 120%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 99; }
.mm-menu.mm-pageshadow.mm-right:after {
  left: auto;
  right: 100%; }
.mm-menu.mm-pageshadow.mm-next:after, .mm-menu.mm-pageshadow.mm-front:after {
  content: none;
  display: none; }

.mm-menu.mm-pageshadow:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

/*
	jQuery.mmenu position extension CSS
*/
.mm-menu.mm-top,
.mm-menu.mm-bottom {
  width: 100%;
  min-width: 100%;
  max-width: 100%; }

.mm-menu.mm-right {
  left: auto;
  right: 0; }

.mm-menu.mm-bottom {
  top: auto;
  bottom: 0; }

html.mm-right.mm-opening .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -moz-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  -o-transform: translate(-80%, 0);
  transform: translate(-80%, 0); }

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -moz-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    -o-transform: translate(-440px, 0);
    transform: translate(-440px, 0); } }
/*
	jQuery.mmenu z-position extension CSS
*/
html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  z-index: 0 !important; }

.mm-menu.mm-front {
  z-index: 1; }

.mm-menu.mm-front, .mm-menu.mm-next {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }
  .mm-menu.mm-front.mm-right, .mm-menu.mm-next.mm-right {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
.mm-menu.mm-top {
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0); }
.mm-menu.mm-bottom {
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }

html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu.mm-top, .mm-menu.mm-bottom {
  height: 80%;
  min-height: 140px;
  max-height: 880px; }

/*
	jQuery.mmenu themes extension CSS
*/
.mm-menu.mm-theme-dark {
  background: #333333;
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.8); }
  .mm-menu.mm-theme-dark .mm-navbar > *,
  .mm-menu.mm-theme-dark .mm-navbar a {
    color: rgba(255, 255, 255, 0.4); }
  .mm-menu.mm-theme-dark .mm-navbar .mm-btn:before, .mm-menu.mm-theme-dark .mm-navbar .mm-btn:after {
    border-color: rgba(255, 255, 255, 0.4); }
  .mm-menu.mm-theme-dark .mm-listview {
    border-color: rgba(0, 0, 0, 0.15); }
    .mm-menu.mm-theme-dark .mm-listview > li .mm-next:after,
    .mm-menu.mm-theme-dark .mm-listview > li .mm-arrow:after {
      border-color: rgba(255, 255, 255, 0.4); }
    .mm-menu.mm-theme-dark .mm-listview > li.mm-selected > a:not(.mm-next),
    .mm-menu.mm-theme-dark .mm-listview > li.mm-selected > span {
      background: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
  .mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
  .mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
  .mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
    background: rgba(255, 255, 255, 0.05); }
  .mm-menu.mm-theme-dark .mm-divider {
    background: rgba(255, 255, 255, 0.05); }

.mm-menu.mm-theme-dark label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.8); }

.mm-menu.mm-theme-dark em.mm-counter {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.05); }

.mm-menu.mm-pageshadow.mm-theme-dark:after {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.mm-menu.mm-theme-dark .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8); }
.mm-menu.mm-theme-dark .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-indexer a {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark label.mm-toggle {
  background: rgba(0, 0, 0, 0.15); }
  .mm-menu.mm-theme-dark label.mm-toggle:before {
    background: #333333; }
.mm-menu.mm-theme-dark input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu.mm-theme-white {
  background: white;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-theme-white .mm-navbar > *,
  .mm-menu.mm-theme-white .mm-navbar a {
    color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-theme-white .mm-navbar .mm-btn:before, .mm-menu.mm-theme-white .mm-navbar .mm-btn:after {
    border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-theme-white .mm-listview {
    border-color: rgba(0, 0, 0, 0.1); }
    .mm-menu.mm-theme-white .mm-listview > li .mm-next:after,
    .mm-menu.mm-theme-white .mm-listview > li .mm-arrow:after {
      border-color: rgba(0, 0, 0, 0.3); }
    .mm-menu.mm-theme-white .mm-listview > li.mm-selected > a:not(.mm-next),
    .mm-menu.mm-theme-white .mm-listview > li.mm-selected > span {
      background: rgba(0, 0, 0, 0.05); }
  .mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
  .mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
  .mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
  .mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
    background: rgba(0, 0, 0, 0.03); }
  .mm-menu.mm-theme-white .mm-divider {
    background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-theme-white label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-theme-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-pageshadow.mm-theme-white:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }

.mm-menu.mm-theme-white .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.6); }
.mm-menu.mm-theme-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-indexer a {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-theme-white label.mm-toggle:before {
    background: white; }
.mm-menu.mm-theme-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu.mm-theme-black {
  background: black;
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6); }
  .mm-menu.mm-theme-black .mm-navbar > *,
  .mm-menu.mm-theme-black .mm-navbar a {
    color: rgba(255, 255, 255, 0.4); }
  .mm-menu.mm-theme-black .mm-navbar .mm-btn:before, .mm-menu.mm-theme-black .mm-navbar .mm-btn:after {
    border-color: rgba(255, 255, 255, 0.4); }
  .mm-menu.mm-theme-black .mm-listview {
    border-color: rgba(255, 255, 255, 0.2); }
    .mm-menu.mm-theme-black .mm-listview > li .mm-next:after,
    .mm-menu.mm-theme-black .mm-listview > li .mm-arrow:after {
      border-color: rgba(255, 255, 255, 0.4); }
    .mm-menu.mm-theme-black .mm-listview > li.mm-selected > a:not(.mm-next),
    .mm-menu.mm-theme-black .mm-listview > li.mm-selected > span {
      background: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
  .mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
  .mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
  .mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
    background: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-theme-black .mm-divider {
    background: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-theme-black label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6); }

.mm-menu.mm-theme-black em.mm-counter {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-pageshadow.mm-theme-black:after {
  content: none;
  display: none; }

.mm-menu.mm-theme-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6); }
.mm-menu.mm-theme-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-indexer a {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-theme-black label.mm-toggle:before {
    background: black; }
.mm-menu.mm-theme-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

/*
	jQuery.mmenu tileview extension CSS
*/
.mm-menu.mm-tileview .mm-listview:after,
.mm-menu .mm-tileview.mm-listview:after {
  content: '';
  display: block;
  clear: both; }
.mm-menu.mm-tileview .mm-listview > li,
.mm-menu .mm-tileview.mm-listview > li {
  width: 50%;
  height: 0;
  padding: 50% 0 0 0;
  float: left;
  position: relative; }
  .mm-menu.mm-tileview .mm-listview > li:after,
  .mm-menu .mm-tileview.mm-listview > li:after {
    left: 0;
    top: 0;
    border-right-width: 1px;
    border-right-style: solid;
    z-index: -1; }
  .mm-menu.mm-tileview .mm-listview > li.mm-tile-xs,
  .mm-menu .mm-tileview.mm-listview > li.mm-tile-xs {
    width: 12.5%;
    padding-top: 12.5%; }
  .mm-menu.mm-tileview .mm-listview > li.mm-tile-s,
  .mm-menu .mm-tileview.mm-listview > li.mm-tile-s {
    width: 25%;
    padding-top: 25%; }
  .mm-menu.mm-tileview .mm-listview > li.mm-tile-l,
  .mm-menu .mm-tileview.mm-listview > li.mm-tile-l {
    width: 75%;
    padding-top: 75%; }
  .mm-menu.mm-tileview .mm-listview > li.mm-tile-xl,
  .mm-menu .mm-tileview.mm-listview > li.mm-tile-xl {
    width: 100%;
    padding-top: 100%; }
  .mm-menu.mm-tileview .mm-listview > li > a,
  .mm-menu.mm-tileview .mm-listview > li > span,
  .mm-menu .mm-tileview.mm-listview > li > a,
  .mm-menu .mm-tileview.mm-listview > li > span {
    line-height: 1px;
    text-align: center;
    padding: 50% 10px 0 10px;
    margin: 0;
    position: absolute;
    top: 0;
    right: 1px;
    bottom: 1px;
    left: 0; }
  .mm-menu.mm-tileview .mm-listview > li > .mm-next,
  .mm-menu .mm-tileview.mm-listview > li > .mm-next {
    width: auto; }
    .mm-menu.mm-tileview .mm-listview > li > .mm-next:before, .mm-menu.mm-tileview .mm-listview > li > .mm-next:after,
    .mm-menu .mm-tileview.mm-listview > li > .mm-next:before,
    .mm-menu .mm-tileview.mm-listview > li > .mm-next:after {
      content: none;
      display: none; }
.mm-menu.mm-tileview .mm-panel {
  padding-left: 0;
  padding-right: 0; }
  .mm-menu.mm-tileview .mm-panel:after {
    content: none;
    display: none; }
.mm-menu.mm-tileview .mm-listview {
  margin: 0; }

@font-face{font-family:'fontawesome-selected';src:url("../../bundles/bretagnevivantesite/font/fontawesome-selected.eot");src:url("../../bundles/bretagnevivantesite/font/fontawesome-selected.eot?#iefix") format('embedded-opentype'),url("../../bundles/bretagnevivantesite/font/fontawesome-selected.woff") format('woff'),url("../../bundles/bretagnevivantesite/font/fontawesome-selected.ttf") format('truetype'),url("../../bundles/bretagnevivantesite/font/fontawesome-selected.svg#fontawesome-selected") format('svg');font-weight:normal;font-style:normal}body{padding:0 0 0 0;font-family:Roboto,sans-serif;-webkit-transform:translateZ(0)}.main{overflow:hidden}.caps{text-transform:uppercase}.mb10{margin-bottom:10px}.mt10{margin-top:10px}.mb20{margin-bottom:20px}.mt20{margin-top:20px}.mb30{margin-bottom:30px}.mt30{margin-top:30px}a.back-to-top{display:none;width:50px;border-bottom:1px solid #282c72;position:absolute;z-index:999;left:30px;bottom:35px;font-size:.786em;padding:20px 0 10px 0;text-align:center;color:#282c72;background:url("../../bundles/bretagnevivantesite/img/gototop.png") no-repeat center top}a.back-to-top:hover{text-decoration:none}.nav-separator{width:100%;display:block;background-color:#e9e9f1;text-align:center}.nav-separator ul{float:none;margin:0 auto}.nav-separator ul li{display:inline-block;float:none;text-align:center;font-size:1.071em;font-family:Roboto,sans-serif}.nav-separator ul li a{color:#282c72;padding-left:0}.nav-separator ul li a:after{content:"|";padding-left:15px}.nav-separator ul li.last a:after{content:" "}hr.separator{clear:both}.btn-primary{background-color:#282c72}.btn-primary:hover{background-color:#282c72;color:#ebebeb}.form-horizontal label{width:23%;padding-right:2%;display:inline-block}.form-horizontal .help-block{padding-left:23%;list-style:none none !important;margin-bottom:0}.form-horizontal .form-control{width:75%;display:inline}.form-horizontal button[type=submit]{float:right}.breadcrumb{background-color:transparent;padding:8px 0;margin-bottom:0}.breadcrumb li{color:#4b77be;font-style:italic}.breadcrumb li.startcrumb{color:#4b77be;font-weight:bold;font-style:normal}.breadcrumb li a{color:#4b77be;font-style:normal}img.img-responsive{width:100%}.img-full-size{width:100%;overflow:hidden}.img-full-size img{max-width:100%;height:auto}.img_full-with-caption{position:relative;border-bottom:1px solid #282c72;padding-bottom:20px}.img_full-with-caption img{width:100%}.img_full-with-caption .caption{max-width:50%;position:absolute;bottom:20px;right:0;color:#fff;background:rgba(0,0,0,0.5);padding:10px}.img_full-with-caption .caption h1{font-family:Roboto,sans-serif;font-weight:500;font-size:2.143em}.img_full-with-caption .caption p{font-size:1.071em}.img_full-with-caption .caption p.date{font-style:italic}.photolist{border-top:1px solid #282c72;border-bottom:1px solid #282c72;padding:10px 0 0 0}.photolist div{padding:0}.photolist .titlephoto .col-md-9 .titre{color:#282c72;font-size:2em;padding-left:20px}.photolist .titlephoto .col-md-9 p{color:#282c72;font-size:1.077em;padding-left:20px}.photolist .thumbnail{padding:2px;border:none !important;padding-bottom:10px}#my-menu:not( .mm-menu ){display:none}li.search{margin:10px 0 0 0;padding-bottom:10px;height:50px}li.search input{-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px}#hamburger{box-sizing:border-box;display:block;width:70px;height:115px;position:absolute;top:0;left:-70px;z-index:4;background-color:#282c72;color:#fff}#hamburger:before,#hamburger:after,#hamburger span{background:#fff;content:'';display:block;width:40px;height:4px;position:absolute;left:17px;transition:none .5s ease .5s;transition-property:transform,top,bottom,left,opacity}#hamburger:before{top:31px}#hamburger span{top:47px}#hamburger span.text{background:transparent;top:77px;left:19px;font-family:Roboto,sans-serif;font-size:.9em;font-weight:bold;text-transform:uppercase}#hamburger:after{top:63px}html.mm-opening #hamburger:before,html.mm-opening #hamburger:after{top:38px}html.mm-opening #hamburger span{left:-50px;opacity:0}html.mm-opening #hamburger span.text{left:19px;opacity:1}html.mm-opening #hamburger:before{transform:rotate(45deg)}html.mm-opening #hamburger:after{transform:rotate(-45deg)}.mm-menu input.search{width:90%;margin:10px 5%;border:none;line-height:30px;color:#282c72;-webkit-border-top-right-radius:15px;-webkit-border-bottom-right-radius:15px;-webkit-border-bottom-left-radius:15px;-webkit-border-top-left-radius:15px;-moz-border-radius-topright:15px;-moz-border-radius-bottomright:15px;-moz-border-radius-bottomleft:15px;-moz-border-radius-topleft:15px;border-top-right-radius:15px;border-bottom-right-radius:15px;border-bottom-left-radius:15px;border-top-left-radius:15px;-moz-background-clip:padding-box;-webkit-background-clip:padding-box;background-clip:padding-box;padding-left:15px}.mm-menu{background-color:#282c72;color:#fff}.mm-title{color:#fff}.mm-menu .mm-navbar>*,.mm-menu .mm-navbar a{color:#fff !important}.mm-listview .mm-next{color:#fff !important}.mm-menu .mm-navbar .mm-btn:before,.mm-menu .mm-navbar .mm-btn:after{border-color:#fff !important}.mm-prev:before,.mm-next:after,.mm-arrow:after{content:''}.mm-menu .mm-listview>li .mm-next:after,.mm-menu .mm-listview>li .mm-arrow:after{border-color:#fff}.mm-listview>li>a,.mm-listview>li>span{text-transform:uppercase}.mm-listview>li>.mm-counter{color:#fff;background-color:#3e4280;-webkit-border-top-right-radius:50%;-webkit-border-bottom-right-radius:50%;-webkit-border-bottom-left-radius:50%;-webkit-border-top-left-radius:50%;-moz-border-radius-topright:50%;-moz-border-radius-bottomright:50%;-moz-border-radius-bottomleft:50%;-moz-border-radius-topleft:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;border-bottom-left-radius:50%;border-top-left-radius:50%;-moz-background-clip:padding-box;-webkit-background-clip:padding-box;background-clip:padding-box;padding:2px;line-height:26px;margin-top:-8px;font-size:16px;width:30px;height:30px;text-align:center}header.header{position:absolute;top:0;right:0;left:0;height:145px;z-index:20;background-color:rgba(40,44,114,0.2)}header.header .localisation{text-align:center;margin-top:10px}header.header .localisation ul{margin-bottom:0}header.header .localisation ul li{border-right:1px solid #fff;padding:0 5px}header.header .localisation ul li.last{border-right:none}header.header .localisation a{font-family:Roboto,sans-serif;color:#fff;font-size:.929em;text-transform:uppercase}header.header .user{width:34px;height:34px;background:url('../../bundles/bretagnevivantesite/img/user_icon.png') no-repeat center center;text-indent:-1500em;margin-top:5px}header.header .logofne{margin:-10px 0 0 0;width:auto !important;padding:5px 0 0 5px}header.header div.logo{width:220px;height:140px;background:url(../../bundles/bretagnevivantesite/img/logo_bretagnevivante.png) no-repeat top left;background-size:contain;text-indent:-1500em;float:left;margin:0}header.header div.logo a{height:115px;width:100%;display:block}header.header .baseline{font-size:2.143em;color:#fff;font-family:Roboto,sans-serif;font-weight:500;border-bottom:1px solid white;margin:0 -5px}header.header .soutien{font-family:Roboto,sans-serif;color:#fff;text-transform:uppercase;margin:12px -5px}header.header .soutien p{font-size:.857em;padding:10px 0}header.header .soutien p a{font-family:Roboto,sans-serif;color:#fff}header.header .soutien p a .marinebg{background-color:#282c72;padding:5px;margin:0 2px;white-space:nowrap}header.header .soutien p a:hover{text-decoration:none}.page header.header{position:relative;margin-bottom:50px;height:auto !important;background-color:transparent}.page header.header .background{background:url(../../bundles/bretagnevivantesite/img/bg_header-page.png) no-repeat center top;background-size:cover;position:absolute;z-index:10;top:0;left:0;right:0;bottom:25px}.page header.header .background .cache{background-color:rgba(40,44,114,0.2);width:100%;height:100%;display:block}.page header.header .container{position:relative;z-index:20}.carousel{height:600px;margin-bottom:60px;position:relative}.carousel-indicators{width:100%;text-align:left}.carousel-caption{z-index:10;text-align:left;width:30%}.carousel-caption h2{font-size:2.5em}.carousel .item{height:600px;background-color:#777}.carousel-inner>.item a{width:100%;height:100%}.carousel-inner>.item a img{position:absolute;top:0;left:0;right:0;min-width:100%;min-height:600px}.carousel-controler{position:absolute;width:60px;height:30px;right:10%;top:540px;z-index:16}.carousel-controler .carousel-control{top:0;bottom:0;width:31px;height:30px;background:transparent !important}.carousel-controler .carousel-control .glyphicon-chevron-left,.carousel-controler .carousel-control .icon-prev,.carousel-controler .carousel-control .glyphicon-chevron-right,.carousel-controler .carousel-control .icon-next{margin:0;left:0;right:0;top:0;bottom:0}.carousel-controler .carousel-control .icn-left{width:31px;height:30px;background:url('../../bundles/bretagnevivantesite/images/carousel-left.png') no-repeat top left;display:block;border-right:1px solid #fff}.carousel-controler .carousel-control .icn-right{width:30px;height:30px;background:url('../../bundles/bretagnevivantesite/images/carousel-right.png') no-repeat top right;display:block}#actions{margin-bottom:30px}#actions h2{font-size:2.5em;font-family:Roboto,sans-serif;color:#282c72;text-transform:uppercase;text-align:center}#actions h3{width:100%}#actions span.img{width:50%;text-align:center;float:left;position:relative;overflow:hidden;padding-bottom:50%;margin:10px 25%}#actions span.img img.picto{position:absolute}#actions .picto{width:100%;clear:both;margin-left:-50%}#actions #action_know{text-align:center;text-transform:uppercase}#actions #action_know h3 a{color:#8052a4}#actions #action_know .picto{background:url(../../bundles/bretagnevivantesite/img/picto_connaitre.png) no-repeat center center}#actions #action_protect{text-align:center;text-transform:uppercase}#actions #action_protect h3 a{color:#339841}#actions #action_protect .picto{background:url(../../bundles/bretagnevivantesite/img/picto_proteger.png) no-repeat center center}#actions #action_militant{text-align:center;text-transform:uppercase}#actions #action_militant h3 a{color:#282c72}#actions #action_militant .picto{background:url(../../bundles/bretagnevivantesite/img/picto_militer.png) no-repeat center center}#actions #action_share{text-align:center;text-transform:uppercase}#actions #action_share h3 a{color:#eb5a2d}#actions #action_share .picto{background:url(../../bundles/bretagnevivantesite/img/picto_partager.png) no-repeat center center}.siblings{margin-top:10px}.siblings .image-with-caption{position:relative;height:240px;overflow:hidden;background-color:#d6d5db}.siblings .image-with-caption img{position:absolute;top:0;left:0;z-index:0}.siblings .image-with-caption .title{position:absolute;bottom:0;left:0;right:0;margin:0;background:rgba(0,7,64,0.75);font-size:1.143em !important}.siblings .image-with-caption .title a{display:block;padding:10px 10px 0 10px;color:#fff !important}#newsletter{border-top:1px solid #d6d5db;border-bottom:1px solid #d6d5db;padding:10px 0;margin-bottom:20px}#newsletter label{font-size:1.5em;color:#282c72}#newsletter input{background-color:#e9e9f1;border:none;line-height:30px}#vousetes{margin:20px 0}#vousetes .container{padding-bottom:20px;border-bottom:1px solid #d6d5db}#vousetes p{color:#282c72;font-size:1.071em;margin:0}#vousetes .label_youare{font-size:2.571em;text-transform:uppercase;font-family:Roboto,sans-serif;font-weight:700;color:#282c72}#vousetes .dropdown-toggle{font-size:2.571em;text-transform:uppercase;font-family:Roboto,sans-serif;font-weight:700;color:#d4d5e3;width:100%;text-align:left;border:none;padding-top:0;padding-right:0;padding-left:0}#vousetes .dropdown-toggle:active{box-shadow:none;color:#282c72}#vousetes .dropdown-toggle .caret{width:25px;height:50px;background:url("../../bundles/bretagnevivantesite/img/caret.png") no-repeat center center;color:#fff;position:absolute;right:0}#vousetes .dropdown-menu li{font-size:1.714em;text-transform:uppercase;font-family:Roboto,sans-serif;color:#d4d5e3;width:100%;text-align:left}#vousetes .dropdown-menu li a{font-weight:500 !important;color:#282c72}#vousetes .dropdown-menu li a:hover{color:#d4d5e3;background-color:#282c72}#cartographie{-webkit-box-shadow:-2px 0 5px rgba(0,0,0,0.3);-moz-box-shadow:-2px 0 5px rgba(0,0,0,0.3);box-shadow:-2px 0 5px rgba(0,0,0,0.3)}#cartographie li.active .carto-tab{background-color:#b5d2fe;color:#fff}#cartographie li.active .event-tab{background-color:#282c72;color:#fff}#cartographie .carto-tab,#cartographie .event-tab{font-family:Roboto,sans-serif;line-height:30px;font-size:1.429em;text-transform:uppercase;font-weight:600;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:0;-webkit-border-bottom-left-radius:0;-webkit-border-top-left-radius:0;-moz-border-radius-topright:0;-moz-border-radius-bottomright:0;-moz-border-radius-bottomleft:0;-moz-border-radius-topleft:0;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0;border-top-left-radius:0;-moz-background-clip:padding-box;-webkit-background-clip:padding-box;background-clip:padding-box;border:0}#cartographie .tab-content{position:relative}#cartographie .tab-content #gmap{background-color:#b2e3e0}#cartographie .tab-content #event{min-height:600px;background-color:#282c72;color:#fff;padding-bottom:20px}#cartographie .tab-content #event .calendrier .all-events{width:100%;background-color:#27265c;color:#fff;display:block;float:left}#cartographie .tab-content #event .calendrier .all-events a{color:#fff;padding:10px;float:right;background:url(../../bundles/bretagnevivantesite/img/icn_event.png) no-repeat right center;padding-right:35px;margin-right:5px}#cartographie .tab-content #event .calendrier .all-events a.day-event{background:url(../../bundles/bretagnevivantesite/img/icn_event-day.png) no-repeat right center;float:left}#cartographie .tab-content #event .event .date span{font-size:1.714em;line-height:2em;margin-right:.25em}#cartographie .tab-content #event .event .date span.day{background-color:#000;width:2em;text-align:center;-webkit-border-top-right-radius:50%;-webkit-border-bottom-right-radius:50%;-webkit-border-bottom-left-radius:50%;-webkit-border-top-left-radius:50%;-moz-border-radius-topright:50%;-moz-border-radius-bottomright:50%;-moz-border-radius-bottomleft:50%;-moz-border-radius-topleft:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;border-bottom-left-radius:50%;border-top-left-radius:50%;-moz-background-clip:padding-box;-webkit-background-clip:padding-box;background-clip:padding-box;display:inline-block}#cartographie .tab-content #event .event .event-title{font-size:1.786em}#cartographie .tab-content #event .event .event-title a{color:#fff}#cartographie .tab-content #event .event .localisation{font-size:1.143em}#cartographie .tab-content #event .event .more{color:#fff;float:right}#cartographie .map-canvas{position:absolute;height:100%;top:0;bottom:0;left:0;right:0;height:auto !important;min-height:600px}#cartographie .map-widget{position:relative;height:100%;min-height:600px}#cartographie #map-widget-sidebar{float:right;position:relative;text-align:right}#cartographie #map-widget-sidebar .col-md-4{width:300px;margin:20px 0;padding:0;background-color:#fff}#cartographie #map-widget-sidebar .col-md-4 .search-form-container{padding-top:70px;background-image:url(../../bundles/bretagnevivantesite/img/searchbox-title.png);background-repeat:no-repeat;background-color:#282c72;padding-bottom:30px;padding-left:10px}#cartographie #map-widget-sidebar .col-md-4 .search-form-container input[type="submit"]{background-color:#00b16a;border:0;color:#fff}#reserves .search-form-container,#sections .search-form-container{padding-left:480px;padding-top:15px;height:60px;background-image:url(../../bundles/bretagnevivantesite/img/searchbox-title-full.png);background-repeat:no-repeat;background-color:#282c72;padding-bottom:30px}#reserves .search-form-container input[type="submit"],#sections .search-form-container input[type="submit"]{background-color:#00b16a;border:0;color:#fff}#reserves .map-widget-container,#sections .map-widget-container{position:relative;text-align:left}#reserves .map-widget-container .col-md-4,#sections .map-widget-container .col-md-4{width:100%;padding:0;border-left:1px solid #eee;border-right:1px solid #eee}#reserves .map-widget-container .col-md-4 .panel-heading:hover,#sections .map-widget-container .col-md-4 .panel-heading:hover{background-color:#eee}#reserves .map-widget-container .col-md-4 .panel-heading a:hover,#sections .map-widget-container .col-md-4 .panel-heading a:hover{text-decoration:none}#reserves .map-widget-container .col-md-4 .panel-heading a span,#sections .map-widget-container .col-md-4 .panel-heading a span{width:25px;height:25px;display:block;float:right;background:url(../../bundles/bretagnevivantesite/images/icon_moins.png) no-repeat center center}#reserves .map-widget-container .col-md-4 .panel-heading a.collapsed span,#sections .map-widget-container .col-md-4 .panel-heading a.collapsed span{width:25px;height:25px;display:block;float:right;background:url(../../bundles/bretagnevivantesite/images/icon_plus.png) no-repeat center center}.panel-group{margin-bottom:0}.panel-group .panel-default{border-bottom:0;background-color:transparent;border-bottom:none}.panel-group .panel-default a.collapsed{background-color:transparent;color:#fff}.panel-group .panel-default.panel-reserve_associative>.panel-heading{padding-left:45px}.panel-group .panel-default.panel-reserve_associative>.panel-heading a{background:url(../../bundles/bretagnevivantesite/img/couleur_2.png) no-repeat 5px center;padding-left:25px}.panel-group .panel-default.panel-reserve_associative .panel-collapse.collapse.in{background-color:#eb974e !important}.panel-group .panel-default.panel-reserve_associative .panel-collapse.collapse.in .panel-heading a{color:#fff}.panel-group .panel-default.panel-reserve_associative .panel-collapse.collapse.in .list-group{border-top:none}.panel-group .panel-default.panel-local_section>.panel-heading{padding-left:45px}.panel-group .panel-default.panel-local_section>.panel-heading a{background:url(../../bundles/bretagnevivantesite/img/couleur_1.png) no-repeat 5px center;padding-left:25px}.panel-group .panel-default.panel-local_section .panel-collapse.collapse.in{background-color:#e74c3c !important}.panel-group .panel-default.panel-local_section .panel-collapse.collapse.in .panel-heading a{color:#fff}.panel-group .panel-default.panel-local_section .panel-collapse.collapse.in .list-group{border-top:none}.panel-group .panel-default.panel-reception_center>.panel-heading{padding-left:45px}.panel-group .panel-default.panel-reception_center>.panel-heading a{background:url(../../bundles/bretagnevivantesite/img/couleur_3.png) no-repeat 5px center;padding-left:25px}.panel-group .panel-default.panel-reception_center .panel-collapse.collapse.in{background-color:#00b16a !important}.panel-group .panel-default.panel-reception_center .panel-collapse.collapse.in .panel-heading a{color:#fff}.panel-group .panel-default.panel-reception_center .panel-collapse.collapse.in .list-group{border-top:none}.panel-group .panel-default.panel-reserve_naturelle_nationale>.panel-heading{padding-left:45px}.panel-group .panel-default.panel-reserve_naturelle_nationale>.panel-heading a{background:url(../../bundles/bretagnevivantesite/img/couleur_5.png) no-repeat 5px center;padding-left:25px}.panel-group .panel-default.panel-reserve_naturelle_nationale .panel-collapse.collapse.in{background-color:#80981c !important}.panel-group .panel-default.panel-reserve_naturelle_nationale .panel-collapse.collapse.in .panel-heading a{color:#fff}.panel-group .panel-default.panel-reserve_naturelle_nationale .panel-collapse.collapse.in .list-group{border-top:none}.panel-group .panel-default.panel-reserve_naturelle_regionale>.panel-heading{padding-left:45px}.panel-group .panel-default.panel-reserve_naturelle_regionale>.panel-heading a{background:url(../../bundles/bretagnevivantesite/img/couleur_4.png) no-repeat 5px center;padding-left:25px}.panel-group .panel-default.panel-reserve_naturelle_regionale>.panel-collapse.collapse.in{background-color:#59abe3 !important}.panel-group .panel-default.panel-reserve_naturelle_regionale>.panel-collapse.collapse.in .panel-heading a{color:#fff}.panel-group .panel-default.panel-reserve_naturelle_regionale>.panel-collapse.collapse.in .list-group{border-top:none}.panel-group .panel-default .panel-heading{padding:5px 10px !important;text-align:left;border:0}.panel-group .panel-default .panel-heading a{color:#282c72}.panel-group .panel-default>.panel-heading{background-color:#fff}.panel-group .panel-default>.panel-heading .panel-heading{background-color:transparent}.panel-group .panel-default .list-group-item{padding:0 0 0 25px;background-color:transparent;border:0;margin-bottom:0}.panel-group .panel-default .list-group-item .panel-heading{background-color:transparent !important}.panel-group .panel-default .list-group-item a{text-align:left}.panel-group .panel-default .list-group-item a.panel-link{padding-left:10px;color:#fff}.panel-group .panel+.panel{margin-top:0;margin-bottom:0;border-bottom:none}.infos{font-size:116%;left:0 !important;height:146px;position:relative}.infos .title{width:100%;font-weight:bold}.infos .title a{color:#282c72}.infos .title,.infos .address,.infos .description,.infos .link{padding:2px 10px 2px 10px !important}.infos .link{position:absolute;bottom:0;left:0;right:0;text-align:left;background-color:#282c72}.infos .link a{color:#fff;font-weight:bold}.legend{width:300px;float:right;position:absolute;right:0;top:70px;background-color:#fff}.legend ul{list-style:none !important;padding:0 0 0 20px}.legend ul li{font-size:1.143em;color:#282c72;margin:10px 0}.legend ul li.reception_center{background:url(../../bundles/bretagnevivantesite/images/gmap/reception_center.png) no-repeat 5px center;padding-left:25px;background-size:contain}.legend ul li.local_section{background:url(../../bundles/bretagnevivantesite/images/gmap/local_section.png) no-repeat 5px center;padding-left:25px;background-size:contain}.legend ul li.reserve_associative{background:url(../../bundles/bretagnevivantesite/images/gmap/reserve_associative.png) no-repeat 5px center;padding-left:25px;background-size:contain}.legend ul li.reserve_naturelle_nationale{background:url(../../bundles/bretagnevivantesite/images/gmap/reserve_naturelle_nationale.png) no-repeat 5px center;padding-left:25px;background-size:contain}.legend ul li.reserve_naturelle_regionale{background:url(../../bundles/bretagnevivantesite/images/gmap/reserve_naturelle_regionale.png) no-repeat 5px center;padding-left:25px;background-size:contain}#publications{margin:0 0 0 0;padding-bottom:20px;background-color:#e9e9f1}#publications h2{color:#282c72}#publications .publications{width:19%;display:inline-block;text-align:center}#publications .publications.rss .title{text-transform:uppercase;font-size:1.214em}#publications .publications.rss .title a{color:#ec6945}#actus img.pull-left{margin-right:10px}#actus .see-all{border-bottom:1px solid #d6d5db;border-top:1px solid #d6d5db;text-align:center;text-transform:uppercase;margin:20px 0;font-size:1.071em;line-height:30px}#actus .see-all a{color:#8e8aa1}.list-item .title{padding:0 0 10px 0 !important}.list-item .title a{font-family:Roboto,sans-serif;font-size:1.071em;font-weight:600;color:#282c72}.list-item a.more{font-size:1.071em;color:#282c72;float:right}.list-item .date{font-size:1.071em;line-height:1.429em;padding:0;margin:0;color:#282c72}.list-item .localisation{font-family:Roboto,sans-serif;font-size:1.071em;font-weight:400;color:#282c72;font-style:italic}.actu-list,.thema-list{padding-top:20px}.actu-list .list-item,.thema-list .list-item{border-bottom:1px solid #e9e9f1;padding-bottom:20px;width:100%;float:left;margin-bottom:20px}.actu-list .list-item div,.thema-list .list-item div{display:block;float:left;overflow:hidden}.actu-list .list-item .img,.thema-list .list-item .img{width:33.33333333%}.actu-list .list-item .content,.thema-list .list-item .content{width:66.6666667%;text-align:left;padding:0 10px}#actu-list-horizontale{margin:0 0 0 0;padding-bottom:20px;background-color:#e9e9f1}#actu-list-horizontale h2{font-family:Roboto,sans-serif;font-weight:400;color:#282c72;font-size:2.143em}#actu-list-horizontale h3{margin:0;padding:5px 0 !important;font-family:Roboto,sans-serif;font-size:1.071em;font-weight:600;color:#282c72}#actu-list-horizontale a{color:#282c72}#thematiques{background:url('../../bundles/bretagnevivantesite/img/bg_thematique.jpg') no-repeat center center;color:#fff;display:block;background-size:cover;padding-bottom:30px}#thematiques .image-with-caption{position:relative;height:225px}#thematiques .image-with-caption img{position:absolute;max-width:100%;z-index:1;border:1px solid #fff}#thematiques .image-with-caption .title{position:absolute;z-index:2;bottom:5px;left:10px}#thematiques .image-with-caption .title a{color:#fff}#mainContent{border-top:1px solid #282c72;padding-top:20px;padding-bottom:20px;color:#282c72;position:relative}#mainContent h1{margin-top:0}#mainContent h2{font-size:1.429em;font-weight:600}#mainContent h3{font-size:1.286em;font-weight:400}#mainContent h4{font-size:1.143em;font-weight:600}#mainContent h5{margin-top:0;font-size:1.071em;font-weight:600}#mainContent .article{margin-top:20px;border-right:1px solid #e9e9f1;padding-right:30px}#mainContent ul li{margin:0 0 .5em 0}.enavant{background:#eee;padding:20px}.enavant .titre{font-family:Roboto,sans-serif;font-weight:400;font-size:1.429em;text-transform:uppercase}.enavant .titre>span{font-weight:700}.enavant img{margin:0 auto}.photo_list{margin-top:20px;margin-bottom:20px}.photo_list .thumbnail{margin-bottom:0}.object-left{float:left;margin:0 10px 15px 0}.object-right{float:right;margin:0 0 15px 10px}.object-center .thumbnail{float:none;margin:0 auto;text-align:center;border:none;padding:0}.object-center .caption{margin:0 auto}ul,ol{list-style-position:inside}.title-box{border-bottom:1px solid #282c72;padding-bottom:20px}.title-box .event-infos h1{font-size:2.143em}.title-box .event-infos .mobile-download{margin-top:30px;border-top:1px solid #282c72;padding:10px 0}.title-box .event-infos .mobile-download .bt-download{margin-right:20px}.title-box .event-infos .mobile-download .content{margin-left:10px;overflow:hidden}.title-box .event-infos .mobile-download .content p{margin:0 0 .5em 0}.event.list-item .date,.event.list-item .event-type{font-family:Roboto,sans-serif;margin-bottom:0;font-weight:600}.event.list-item .date{font-weight:600}.event.list-item .event-type{font-style:italic}.event.list-item .title{padding:10px 0 !important}.event.list-item .title a{font-family:Roboto,sans-serif;font-size:1.071em;font-weight:600;color:#282c72}.event-list .list-item{border-bottom:1px solid #e9e9f1;padding-bottom:20px;width:100%;float:left;margin-bottom:20px}.event-list .list-item .img{width:33.33333333%;float:left;display:inline;margin-right:10px}.event-list .list-item .content{overflow:hidden}.price{font-size:2em;font-family:Roboto,sans-serif;font-weight:600;text-transform:uppercase}.enavant .titre{border-bottom:1px solid #282c72;margin-bottom:15px;padding-bottom:10px}.enavant .actu.list-item{width:100%;border-bottom:1px solid #282c72;float:left;padding-bottom:20px;margin-bottom:20px}.enavant .actu.list-item .img{width:40%;float:left;margin-right:10px}.enavant .actu.list-item .content{width:55%;float:left}.enavant .see-all{text-align:right;margin-top:5px}.enavant .see-all a{color:#282c72}.enavant .see-all span{font-weight:600}#accordion{margin-top:20px}.panel-default{border:none;border-bottom:4px solid #282c72;-webkit-border-top-right-radius:0 !important;-webkit-border-bottom-right-radius:0 !important;-webkit-border-bottom-left-radius:0 !important;-webkit-border-top-left-radius:0 !important;-moz-border-radius-topright:0 !important;-moz-border-radius-bottomright:0 !important;-moz-border-radius-bottomleft:0 !important;-moz-border-radius-topleft:0 !important;border-top-right-radius:0 !important;border-bottom-right-radius:0 !important;border-bottom-left-radius:0 !important;border-top-left-radius:0 !important;-moz-background-clip:padding-box !important;-webkit-background-clip:padding-box !important;background-clip:padding-box !important;font-family:Roboto,sans-serif}.panel-default a{padding:10px 0;display:block}.panel-default a .event-infos{padding-right:130px;background:url(../../bundles/bretagnevivantesite/img/btn_moins.png) no-repeat bottom right}.panel-default a.collapsed{background-color:#fff}.panel-default a.collapsed .event-infos{background:url(../../bundles/bretagnevivantesite/img/btn_plus.png) no-repeat bottom right}.panel-body{padding:0 !important}.collapse .panel-body{padding:0 !important}.collapse .panel-body .enavant{width:100%}.collapse.in .panel-body{border-bottom:4px solid #282c72}.aside{padding-top:20px}.aside.blue{margin-top:20px;background-color:#282c72;color:#fff}.aside.blue .title{font-family:Roboto,sans-serif;font-size:1.429em;text-align:center;border-bottom:1px solid #fff;padding-bottom:10px;margin-bottom:0}.aside.blue .item-agenda{text-align:center;border-bottom:1px solid #fff;padding-top:10px}.aside.blue .item-agenda .event-title{font-size:1.286em;line-height:2em}.aside.blue .item-agenda .event-title a{color:#fff}.aside.blue .date{text-align:center}.aside.blue .date span{font-size:1.143em;line-height:1.5em;margin-right:.25em}.aside.blue .date span.day{background-color:#000;width:2em;text-align:center;-webkit-border-top-right-radius:50%;-webkit-border-bottom-right-radius:50%;-webkit-border-bottom-left-radius:50%;-webkit-border-top-left-radius:50%;-moz-border-radius-topright:50%;-moz-border-radius-bottomright:50%;-moz-border-radius-bottomleft:50%;-moz-border-radius-topleft:50%;border-top-right-radius:50%;border-bottom-right-radius:50%;border-bottom-left-radius:50%;border-top-left-radius:50%;-moz-background-clip:padding-box;-webkit-background-clip:padding-box;background-clip:padding-box;position:relative;padding:.5em;margin-bottom:.5em}.aside.blue .see-all{text-align:right;margin-top:5px}.aside.blue .see-all a{color:#fff}.aside.blue .see-all span{font-weight:600}#nav-aside{background:#e9e9f1;padding:10px 20px 5px 20px}#nav-aside li a{font-family:Roboto,sans-serif;font-weight:600;font-size:1.071em}footer{background-color:#282c72;color:#fff;padding:60px 0;font-family:Roboto,sans-serif}footer a{color:#fff}footer .ezxmltext-field p{font-weight:700;margin:0 0 10px;font-size:1.143em}footer ul{padding-left:0;list-style:none}footer ul li{line-height:30px;font-size:.857em}footer ul li a:hover{color:#ebebeb}footer .adresse-block{padding-left:100px;background:url(../../bundles/bretagnevivantesite/img/pointer_footer.png) no-repeat top left;margin-bottom:50px}footer .adresse-block p{font-size:.857em}footer .social .social-title{font-family:Roboto,sans-serif;font-size:16px;text-transform:uppercase;font-weight:600}footer .social ul{margin-top:20px}footer .social ul li img{width:50px}footer #subfooter{border-top:1px solid #fff;text-align:center;margin-top:40px}footer #subfooter p{padding:10px 0}footer #subfooter p a{color:#fff}footer #subfooter p a:hover{color:#ebebeb}.pager,.pagerfanta{padding-left:0;margin:20px 0;list-style:none;text-align:center}.pager li,.pagerfanta li{display:inline}.pager li>a,.pagerfanta li>a,.pager li>span,.pagerfanta li>span{display:inline-block;padding:5px 14px;background-color:#e9e9f1;border:1px solid #e9e9f1;border-radius:0}.pager li>a:hover,.pagerfanta li>a:hover,.pager li>a:focus,.pagerfanta li>a:focus{text-decoration:none;background-color:#282c72;color:#fff}.pager li.active>a,.pagerfanta li.active>a,.pager li.active>span,.pagerfanta li.active>span{display:inline-block;padding:5px 14px;background-color:#282c72;border:1px solid #282c72;border-radius:0;color:#fff}.pager .next>a,.pagerfanta .next>a,.pager .next>span,.pagerfanta .next>span{float:right}.pager .previous>a,.pagerfanta .previous>a,.pager .previous>span,.pagerfanta .previous>span{float:left}.calendrier{margin-top:20px}.calendrier #custom-month,.calendrier #custom-year{font-family:Roboto,sans-serif;font-size:2.143em;font-weight:200}.calendrier .navigation{line-height:2.143em}.calendrier .navigation button{background-color:transparent !important;border:none;vertical-align:middle}.fc-calendar-container{position:relative;height:500px;width:400px}.fc-calendar{width:100%;height:100%}.fc-calendar .fc-head{height:70px;line-height:50px;background:#ccc;color:#fff}.fc-calendar .fc-body{position:relative;width:100%;height:100%;height:-moz-calc(70%);height:-webkit-calc(70%);height:calc(70%)}.fc-calendar .fc-row{width:100%}.fc-four-rows .fc-row{height:25%}.fc-five-rows .fc-row{height:20%}.fc-six-rows .fc-row{height:16.66%;height:-moz-calc(16.66666667%);height:-webkit-calc(16.66666667%);height:calc(16.66666667%)}.fc-calendar .fc-row>div,.fc-calendar .fc-head>div{float:left;height:100%;width:14.28%;width:-moz-calc(14.28571429%);width:-webkit-calc(14.28571429%);width:calc(14.28571429%);position:relative}.ie9 .fc-calendar .fc-row>div,.ie9 .fc-calendar .fc-head>div{width:14.2%}.fc-calendar .fc-row>div{padding:4px;overflow:hidden;position:relative}.fc-calendar .fc-head>div{text-align:center}.fc-calendar .fc-head>div .dayblock{-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;border:1px solid #fff;width:50px;height:50px;display:block;line-height:50px;margin:10px 16px;color:#fff;text-transform:capitalize}.fc-calendar .fc-row>div>span.fc-date{position:absolute;width:50px;height:50px;font-size:20px;line-height:20px;font-weight:700;color:#ddd;text-shadow:0 -1px 0 rgba(255,255,255,0.8);bottom:5px;right:5px;text-align:right;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;background:#fff}.fc-calendar .fc-row>div>span.fc-weekday{padding-left:5px;display:none}.fc-calendar .fc-row>div.fc-today{background:#fff4c3}.fc-calendar .fc-row>div.fc-out{opacity:.6}.fc-calendar .fc-row>div:last-child,.fc-calendar .fc-head>div:last-child{border-right:none}.fc-calendar .fc-row:last-child{border-bottom:none}.custom-calendar-wrap{margin:10px auto;position:relative;overflow:hidden}.custom-inner{background:#fff;box-shadow:0 1px 3px rgba(0,0,0,0.2)}.custom-inner:before,.custom-inner:after{content:'';width:99%;height:50%;position:absolute;background:#f6f6f6;bottom:-4px;left:.5%;z-index:-1;box-shadow:0 1px 3px rgba(0,0,0,0.2)}.custom-inner:after{content:'';width:98%;bottom:-7px;left:1%;z-index:-2}.custom-header{background:#fff;padding:5px 10px 10px 20px;height:70px;position:relative;border-top:5px solid #ef4f69;border-bottom:1px solid #ddd}.custom-header h2,.custom-header h3{text-align:center;text-transform:uppercase}.custom-header h2{color:#495468;font-weight:300;font-size:18px;margin-top:10px}.custom-header h3{font-size:10px;font-weight:700;color:#b7bbc2}.custom-header nav span{position:absolute;top:17px;width:30px;height:30px;color:transparent;cursor:pointer;margin:0 1px;font-size:20px;line-height:30px;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.custom-header nav span:first-child{left:5px}.custom-header nav span:last-child{right:5px}.custom-header nav span:before{font-family:'fontawesome-selected';color:#ef4f69;position:absolute;text-align:center;width:100%}.custom-header nav span.custom-prev:before{content:'\25c2'}.custom-header nav span.custom-next:before{content:'\25b8'}.custom-header nav span:hover:before{color:#495468}.custom-content-reveal{background:#f6f6f6;background:rgba(246,246,246,0.9);width:100%;height:100%;position:absolute;z-index:100;top:100%;left:0;text-align:center;-webkit-transition:all .6s ease-in-out;-moz-transition:all .6s ease-in-out;-o-transition:all .6s ease-in-out;-ms-transition:all .6s ease-in-out;transition:all .6s ease-in-out}.custom-content-reveal span.custom-content-close{position:absolute;top:15px;right:10px;width:20px;height:20px;text-align:center;background:#ef4f69;box-shadow:0 1px 1px rgba(0,0,0,0.1);cursor:pointer;line-height:13px;padding:0}.custom-content-reveal span.custom-content-close:after{content:'x';font-size:18px;color:#fff}.custom-content-reveal a,.custom-content-reveal span{font-size:22px;padding:10px 30px;display:block}.custom-content-reveal h4{text-transform:uppercase;font-size:13px;font-weight:300;letter-spacing:3px;color:#777;padding:20px;background:#fff;border-bottom:1px solid #ddd;border-top:5px solid #ef4f69;box-shadow:0 1px rgba(255,255,255,0.9);margin-bottom:30px}.custom-content-reveal span{color:#888}.custom-content-reveal a{color:#ef4f69}.custom-content-reveal a:hover{color:#333}.fc-calendar-container{height:500px;width:auto;padding:0 0}.fc-calendar .fc-head{background:transparent;color:#ef4f69;font-weight:bold;text-transform:uppercase;font-size:12px}.fc-calendar .fc-row>div{cursor:pointer;height:60px}.fc-calendar .fc-row>div:empty{background:transparent}.fc-calendar .fc-row>div>span.fc-date{top:50%;left:50%;text-align:center;margin:-25px 0 0 -25px;color:#686a6e;font-weight:400;line-height:45px;pointer-events:none}.fc-calendar .fc-row>div.fc-today{background:transparent}.fc-calendar .fc-row>div.fc-today>span.fc-date{color:#fff;background:#ef4f69;text-shadow:0 1px 1px rgba(0,0,0,0.1)}.fc-calendar .fc-row>div.fc-content:after{content:'\00B7';text-align:center;width:20px;margin-left:-10px;position:absolute;color:#ddd;font-size:70px;line-height:20px;left:50%;bottom:3px}.fc-calendar .fc-row>div.fc-today.fc-content:after{color:#b02c42}.fc-calendar .fc-row>div.fc-content:hover:after{color:#ef4f69}.fc-calendar .fc-row>div.fc-today.fc-content:hover:after{color:#fff}.fc-calendar .fc-row>div>div a,.fc-calendar .fc-row>div>div span{display:none;font-size:22px}#calendar_event_detail{border-left:1px solid #fff}#calendar_event_detail .date{width:100%}#calendar_event_detail .img-full-size{margin:1em 0;text-align:center}#calendar_event_detail .img-full-size img{width:auto;max-width:auto}.addthisevent-selected{background-color:transparent !important}.addthisevent-drop{padding-left:98px !important;min-height:100px;border:0 solid !important;color:#282c72 !important}.addthisevent-drop:hover{color:#282c72 !important}.addthisevent-drop .addthisevent_icon{width:78px !important;height:78px !important;background:url(../../bundles/bretagnevivantesite/img/icon_telephone.png) no-repeat top left !important;background-size:78px 78px !important}.emplacement_google_map{margin-top:20px;background-color:#e9e9f1}.emplacement_google_map .ezgmaplocation-field dl{padding:10px}.emplacement_google_map .maplocation-map{width:100% !important}@media screen and (max-width:400px){.fc-calendar-container{height:300px}.fc-calendar .fc-row>div>span.fc-date{font-size:15px}}.search-form-container #search_text_container{float:left;width:80%}.search-form-container #search_text_container label,.search-form-container #search_text_container input{float:left}.search-form-container #search_text_container label{width:20%;font-size:1.4em}.search-form-container #search_text_container input[type="text"]{width:80%}.search-form-container button{float:right;width:15%}.number-result{color:#8e8aa1;font-size:1.5em}.number-result .number{color:#282c72;font-weight:bold}.results-list{float:left;width:100%}.results-list .search_result{float:left;width:100%;padding:.8em 0;margin-bottom:.5em;border-top:1px #ddd solid}.results-list .search_result .img,.results-list .search_result .content{float:left}.results-list .search_result .img{width:15%;margin-right:10px}.results-list .search_result .img img{width:auto}.results-list .search_result .content{width:83%}.results-list .search_result .content .title .type{display:block;padding:0 0 5px 0}#sitemap h1{font-size:1.286em !important}#sitemap h2,#sitemap h3,#sitemap h4,#sitemap h5{font-size:1.077em !important}#sitemap ul li{list-style:square inside}#sitemap ul li h1,#sitemap ul li h2,#sitemap ul li h3,#sitemap ul li h4,#sitemap ul li h5{margin:0;display:inline-block}#sitemap ul li a{color:#282c72}.modal-dialog{width:70%;max-width:1000px;margin:20px auto}html.mod_ie11 .ekko-lightbox{margin-top:25px !important}.ekko-lightbox-nav-overlay{z-index:100;position:absolute;top:0;left:0;width:100%;height:100%}.ekko-lightbox-nav-overlay a{opacity:0;-webkit-transition:opacity .5s;-moz-transition:opacity .5s;-o-transition:opacity .5s;transition:opacity .5s;color:#fff;font-size:30px;height:100%;width:49%;display:block;text-shadow:2px 2px 4px #000;filter:dropshadow(color=#000, offx=2, offy=2);z-index:100}.ekko-lightbox-nav-overlay a:empty{width:49%}.ekko-lightbox-nav-overlay a:focus{outline:none;outline-offset:0}.ekko-lightbox a:hover{opacity:1;text-decoration:none}.ekko-lightbox .glyphicon-chevron-left{padding-left:15px;float:left;left:0;text-align:left}.ekko-lightbox .glyphicon-chevron-right{padding-right:15px;float:right;right:0;text-align:right}.ekko-lightbox .modal-footer{text-align:left}.atss{position:fixed;*position:absolute;top:160px !important;width:3pc;z-index:100020;background:none}.page .atss{top:160px !important}@media (max-width:1200px){.carousel-inner>.item a{width:100%;height:100%}.carousel-inner>.item a img{position:absolute;top:0;left:0;max-width:none !important;width:auto !important;min-width:100%;min-height:600px}}@media (max-width:992px){body{font-size:15px}header.header .soutien{font-size:.9em}.carousel-inner>.item a{width:100%;height:100%}.carousel-inner>.item a img{position:absolute;top:0;max-width:none !important;width:auto !important;min-width:100%;min-height:600px}}@media (max-width:768px){body{font-size:14px}header.header{height:auto}header.header .soutien p{font-size:.9em}header.header .soutien p a{width:100%;float:left;margin:8px 0 !important}.carousel-caption{width:80%}.page header.header .background{bottom:0 !important}}@media (max-width:480px){body{font-size:12px}header.header{height:auto}header.header .soutien{font-size:.9em}header.header .soutien a{width:100%;float:left;margin:8px 0}.carousel-inner>.item{overflow:hidden}.carousel-inner>.item a{width:100%;height:100%}.carousel-inner>.item a img{position:absolute;top:0;left:-50%;max-width:none !important;width:auto !important;min-width:100%;min-height:600px}.carousel-caption{width:80%}.page header.header .background{bottom:0 !important}}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){#actions .picto{margin-left:0}}/*# sourceMappingURL=style.css.map */
/*!
 * FullCalendar v2.4.0 Stylesheet
 * Docs & License: http://fullcalendar.io/
 * (c) 2015 Adam Shaw
 */


.fc {
	direction: ltr;
	text-align: left;
}

.fc-rtl {
	text-align: right;
}

body .fc { /* extra precedence to overcome jqui */
	font-size: 1em;
}


/* Colors
--------------------------------------------------------------------------------------------------*/

.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-popover {
	border-color: #ddd;
}

.fc-unthemed .fc-popover {
	background-color: #fff;
}

.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header {
	background: #eee;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
	color: #666;
}

.fc-unthemed .fc-today {
	background: #fcf8e3;
}

.fc-highlight { /* when user is selecting cells */
	background: #bce8f1;
	opacity: .3;
	filter: alpha(opacity=30); /* for IE */
}

.fc-bgevent { /* default look for background events */
	background: rgb(143, 223, 130);
	opacity: .3;
	filter: alpha(opacity=30); /* for IE */
}

.fc-nonbusiness { /* default look for non-business-hours areas */
	/* will inherit .fc-bgevent's styles */
	background: #d7d7d7;
}


/* Icons (inline elements with styled text that mock arrow icons)
--------------------------------------------------------------------------------------------------*/

.fc-icon {
	display: inline-block;
	width: 1em;
	height: 1em;
	line-height: 1em;
	font-size: 1em;
	text-align: center;
	overflow: hidden;
	font-family: "Courier New", Courier, monospace;

	/* don't allow browser text-selection */
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	}

/*
Acceptable font-family overrides for individual icons:
	"Arial", sans-serif
	"Times New Roman", serif

NOTE: use percentage font sizes or else old IE chokes
*/

.fc-icon:after {
	position: relative;
	margin: 0 -1em; /* ensures character will be centered, regardless of width */
}

.fc-icon-left-single-arrow:after {
	content: "\02039";
	font-weight: bold;
	font-size: 200%;
	top: -7%;
	left: 3%;
}

.fc-icon-right-single-arrow:after {
	content: "\0203A";
	font-weight: bold;
	font-size: 200%;
	top: -7%;
	left: -3%;
}

.fc-icon-left-double-arrow:after {
	content: "\000AB";
	font-size: 160%;
	top: -7%;
}

.fc-icon-right-double-arrow:after {
	content: "\000BB";
	font-size: 160%;
	top: -7%;
}

.fc-icon-left-triangle:after {
	content: "\25C4";
	font-size: 125%;
	top: 3%;
	left: -2%;
}

.fc-icon-right-triangle:after {
	content: "\25BA";
	font-size: 125%;
	top: 3%;
	left: 2%;
}

.fc-icon-down-triangle:after {
	content: "\25BC";
	font-size: 125%;
	top: 2%;
}

.fc-icon-x:after {
	content: "\000D7";
	font-size: 200%;
	top: 6%;
}


/* Buttons (styled <button> tags, normalized to work cross-browser)
--------------------------------------------------------------------------------------------------*/

.fc button {
	/* force height to include the border and padding */
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

	/* dimensions */
	margin: 0;
	height: 2.1em;
	padding: 0 .6em;

	/* text & cursor */
	font-size: 1em; /* normalize */
	white-space: nowrap;
	cursor: pointer;
}

/* Firefox has an annoying inner border */
.fc button::-moz-focus-inner { margin: 0; padding: 0; }
	
.fc-state-default { /* non-theme */
	border: 1px solid;
}

.fc-state-default.fc-corner-left { /* non-theme */
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.fc-state-default.fc-corner-right { /* non-theme */
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

/* icons in buttons */

.fc button .fc-icon { /* non-theme */
	position: relative;
	top: -0.05em; /* seems to be a good adjustment across browsers */
	margin: 0 .2em;
	vertical-align: middle;
}
	
/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/

.fc-state-default {
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	color: #333;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
	color: #333333;
	background-color: #e6e6e6;
}

.fc-state-hover {
	color: #333333;
	text-decoration: none;
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	   -moz-transition: background-position 0.1s linear;
	     -o-transition: background-position 0.1s linear;
	        transition: background-position 0.1s linear;
}

.fc-state-down,
.fc-state-active {
	background-color: #cccccc;
	background-image: none;
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fc-state-disabled {
	cursor: default;
	background-image: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	box-shadow: none;
}


/* Buttons Groups
--------------------------------------------------------------------------------------------------*/

.fc-button-group {
	display: inline-block;
}

/*
every button that is not first in a button group should scootch over one pixel and cover the
previous button's border...
*/

.fc .fc-button-group > * { /* extra precedence b/c buttons have margin set to zero */
	float: left;
	margin: 0 0 0 -1px;
}

.fc .fc-button-group > :first-child { /* same */
	margin-left: 0;
}


/* Popover
--------------------------------------------------------------------------------------------------*/

.fc-popover {
	position: absolute;
	box-shadow: 0 2px 6px rgba(0,0,0,.15);
}

.fc-popover .fc-header { /* TODO: be more consistent with fc-head/fc-body */
	padding: 2px 4px;
}

.fc-popover .fc-header .fc-title {
	margin: 0 2px;
}

.fc-popover .fc-header .fc-close {
	cursor: pointer;
}

.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
	float: left;
}

.fc-rtl .fc-popover .fc-header .fc-title,
.fc-ltr .fc-popover .fc-header .fc-close {
	float: right;
}

/* unthemed */

.fc-unthemed .fc-popover {
	border-width: 1px;
	border-style: solid;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
	font-size: .9em;
	margin-top: 2px;
}

/* jqui themed */

.fc-popover > .ui-widget-header + .ui-widget-content {
	border-top: 0; /* where they meet, let the header have the border */
}


/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/

.fc-divider {
	border-style: solid;
	border-width: 1px;
}

hr.fc-divider {
	height: 0;
	margin: 0;
	padding: 0 0 2px; /* height is unreliable across browsers, so use padding */
	border-width: 1px 0;
}

.fc-clear {
	clear: both;
}

.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton {
	/* these element should always cling to top-left/right corners */
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.fc-bg {
	bottom: 0; /* strech bg to bottom edge */
}

.fc-bg table {
	height: 100%; /* strech bg to bottom edge */
}


/* Tables
--------------------------------------------------------------------------------------------------*/

.fc table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 1em; /* normalize cross-browser */
}

.fc th {
	text-align: center;
}

.fc th,
.fc td {
	border-style: solid;
	border-width: 1px;
	padding: 0;
	vertical-align: top;
}

.fc td.fc-today {
	border-style: double; /* overcome neighboring borders */
}


/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/

.fc .fc-row { /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
	/* no visible border by default. but make available if need be (scrollbar width compensation) */
	border-style: solid;
	border-width: 0;
}

.fc-row table {
	/* don't put left/right border on anything within a fake row.
	   the outer tbody will worry about this */
	border-left: 0 hidden transparent;
	border-right: 0 hidden transparent;

	/* no bottom borders on rows */
	border-bottom: 0 hidden transparent; 
}

.fc-row:first-child table {
	border-top: 0 hidden transparent; /* no top border on first row */
}


/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/

.fc-row {
	position: relative;
}

.fc-row .fc-bg {
	z-index: 1;
}

/* highlighting cells & background event skeleton */

.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
	bottom: 0; /* stretch skeleton to bottom of row */
}

.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
	height: 100%; /* stretch skeleton to bottom of row */
}

.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
	border-color: transparent;
}

.fc-row .fc-bgevent-skeleton {
	z-index: 2;

}

.fc-row .fc-highlight-skeleton {
	z-index: 3;
}

/*
row content (which contains day/week numbers and events) as well as "helper" (which contains
temporary rendered events).
*/

.fc-row .fc-content-skeleton {
	position: relative;
	z-index: 4;
	padding-bottom: 2px; /* matches the space above the events */
}

.fc-row .fc-helper-skeleton {
	z-index: 5;
}

.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
	/* see-through to the background below */
	background: none; /* in case <td>s are globally styled */
	border-color: transparent;

	/* don't put a border between events and/or the day number */
	border-bottom: 0;
}

.fc-row .fc-content-skeleton tbody td, /* cells with events inside (so NOT the day number cell) */
.fc-row .fc-helper-skeleton tbody td {
	/* don't put a border between event cells */
	border-top: 0;
}


/* Scrolling Container
--------------------------------------------------------------------------------------------------*/

.fc-scroller { /* this class goes on elements for guaranteed vertical scrollbars */
	overflow-y: scroll;
	overflow-x: hidden;
}

.fc-scroller > * { /* we expect an immediate inner element */
	position: relative; /* re-scope all positions */
	width: 100%; /* hack to force re-sizing this inner element when scrollbars appear/disappear */
	overflow: hidden; /* don't let negative margins or absolute positioning create further scroll */
}


/* Global Event Styles
--------------------------------------------------------------------------------------------------*/

.fc-event {
	position: relative; /* for resize handle and other inner positioning */
	display: block; /* make the <a> tag block */
	font-size: .85em;
	line-height: 1.3;
	border-radius: 3px;
	border: 1px solid #3a87ad; /* default BORDER color */
	background-color: #3a87ad; /* default BACKGROUND color */
	font-weight: normal; /* undo jqui's ui-widget-header bold */
}

/* overpower some of bootstrap's and jqui's styles on <a> tags */
.fc-event,
.fc-event:hover,
.ui-widget .fc-event {
	color: #fff; /* default TEXT color */
	text-decoration: none; /* if <a> has an href */
}

.fc-event[href],
.fc-event.fc-draggable {
	cursor: pointer; /* give events with links and draggable events a hand mouse pointer */
}

.fc-not-allowed, /* causes a "warning" cursor. applied on body */
.fc-not-allowed .fc-event { /* to override an event's custom cursor */
	cursor: not-allowed;
}

.fc-event .fc-bg { /* the generic .fc-bg already does position */
	z-index: 1;
	background: #fff;
	opacity: .25;
	filter: alpha(opacity=25); /* for IE */
}

.fc-event .fc-content {
	position: relative;
	z-index: 2;
}

.fc-event .fc-resizer {
	position: absolute;
	z-index: 3;
}


/* Horizontal Events
--------------------------------------------------------------------------------------------------*/

/* events that are continuing to/from another week. kill rounded corners and butt up against edge */

.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; /* replace the border with padding */
	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; /* replace the border with padding */
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

/* resizer */

.fc-h-event .fc-resizer { /* positioned it to overcome the event's borders */
	top: -1px;
	bottom: -1px;
	left: -1px;
	right: -1px;
	width: 5px;
}

/* left resizer  */
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-ltr .fc-h-event .fc-start-resizer:before,
.fc-ltr .fc-h-event .fc-start-resizer:after,
.fc-rtl .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-end-resizer:before,
.fc-rtl .fc-h-event .fc-end-resizer:after {
	right: auto; /* ignore the right and only use the left */
	cursor: w-resize;
}

/* right resizer */
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-ltr .fc-h-event .fc-end-resizer:before,
.fc-ltr .fc-h-event .fc-end-resizer:after,
.fc-rtl .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-start-resizer:before,
.fc-rtl .fc-h-event .fc-start-resizer:after {
	left: auto; /* ignore the left and only use the right */
	cursor: e-resize;
}


/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/

.fc-day-grid-event {
	margin: 1px 2px 0; /* spacing between events and edges */
	padding: 0 1px;
}


.fc-day-grid-event .fc-content { /* force events to be one-line tall */
	white-space: nowrap;
	overflow: hidden;
}

.fc-day-grid-event .fc-time {
	font-weight: bold;
}

.fc-day-grid-event .fc-resizer { /* enlarge the default hit area */
	left: -3px;
	right: -3px;
	width: 7px;
}


/* Event Limiting
--------------------------------------------------------------------------------------------------*/

/* "more" link that represents hidden events */

a.fc-more {
	margin: 1px 3px;
	font-size: .85em;
	cursor: pointer;
	text-decoration: none;
}

a.fc-more:hover {
	text-decoration: underline;
}

.fc-limited { /* rows and cells that are hidden because of a "more" link */
	display: none;
}

/* popover that appears when "more" link is clicked */

.fc-day-grid .fc-row {
	z-index: 1; /* make the "more" popover one higher than this */
}

.fc-more-popover {
	z-index: 2;
	width: 220px;
}

.fc-more-popover .fc-event-container {
	padding: 10px;
}

/* Toolbar
--------------------------------------------------------------------------------------------------*/

.fc-toolbar {
	text-align: center;
	margin-bottom: 1em;
}

.fc-toolbar .fc-left {
	float: left;
}

.fc-toolbar .fc-right {
	float: right;
}

.fc-toolbar .fc-center {
	display: inline-block;
}

/* the things within each left/right/center section */
.fc .fc-toolbar > * > * { /* extra precedence to override button border margins */
	float: left;
	margin-left: .75em;
}

/* the first thing within each left/center/right section */
.fc .fc-toolbar > * > :first-child { /* extra precedence to override button border margins */
	margin-left: 0;
}
	
/* title text */

.fc-toolbar h2 {
	margin: 0;
}

/* button layering (for border precedence) */

.fc-toolbar button {
	position: relative;
}

.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;
}


/* View Structure
--------------------------------------------------------------------------------------------------*/

/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
	-webkit-box-sizing: content-box;
	   -moz-box-sizing: content-box;
	        box-sizing: content-box;
}

.fc-view, /* scope positioning and z-index's for everything within the view */
.fc-view > table { /* so dragged elements can be above the view's main element */
	position: relative;
	z-index: 1;
}

/* BasicView
--------------------------------------------------------------------------------------------------*/

/* day row structure */

.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
	/* we are sure there are no day numbers in these views, so... */
	padding-top: 1px; /* add a pixel to make sure there are 2px padding above events */
	padding-bottom: 1em; /* ensure a space at bottom of cell for user selecting/clicking */
}

.fc-basic-view .fc-body .fc-row {
	min-height: 4em; /* ensure that all rows are at least this tall */
}

/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */

.fc-row.fc-rigid {
	overflow: hidden;
}

.fc-row.fc-rigid .fc-content-skeleton {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

/* week and day number styling */

.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
	padding: 0 2px;
}

.fc-basic-view td.fc-week-number span,
.fc-basic-view td.fc-day-number {
	padding-top: 2px;
	padding-bottom: 2px;
}

.fc-basic-view .fc-week-number {
	text-align: center;
}

.fc-basic-view .fc-week-number span {
	/* work around the way we do column resizing and ensure a minimum width */
	display: inline-block;
	min-width: 1.25em;
}

.fc-ltr .fc-basic-view .fc-day-number {
	text-align: right;
}

.fc-rtl .fc-basic-view .fc-day-number {
	text-align: left;
}

.fc-day-number.fc-other-month {
	opacity: 0.3;
	filter: alpha(opacity=30); /* for IE */
	/* opacity with small font can sometimes look too faded
	   might want to set the 'color' property instead
	   making day-numbers bold also fixes the problem */
}

/* AgendaView all-day area
--------------------------------------------------------------------------------------------------*/

.fc-agenda-view .fc-day-grid {
	position: relative;
	z-index: 2; /* so the "more.." popover will be over the time grid */
}

.fc-agenda-view .fc-day-grid .fc-row {
	min-height: 3em; /* all-day section will never get shorter than this */
}

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
	padding-top: 1px; /* add a pixel to make sure there are 2px padding above events */
	padding-bottom: 1em; /* give space underneath events for clicking/selecting days */
}


/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/

.fc .fc-axis { /* .fc to overcome default cell styles */
	vertical-align: middle;
	padding: 0 4px;
	white-space: nowrap;
}

.fc-ltr .fc-axis {
	text-align: right;
}

.fc-rtl .fc-axis {
	text-align: left;
}

.ui-widget td.fc-axis {
	font-weight: normal; /* overcome jqui theme making it bold */
}


/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/

.fc-time-grid-container, /* so scroll container's z-index is below all-day */
.fc-time-grid { /* so slats/bg/content/etc positions get scoped within here */
	position: relative;
	z-index: 1;
}

.fc-time-grid {
	min-height: 100%; /* so if height setting is 'auto', .fc-bg stretches to fill height */
}

.fc-time-grid table { /* don't put outer borders on slats/bg/content/etc */
	border: 0 hidden transparent;
}

.fc-time-grid > .fc-bg {
	z-index: 1;
}

.fc-time-grid .fc-slats,
.fc-time-grid > hr { /* the <hr> AgendaView injects when grid is shorter than scroller */
	position: relative;
	z-index: 2;
}

.fc-time-grid .fc-bgevent-skeleton,
.fc-time-grid .fc-content-skeleton {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.fc-time-grid .fc-bgevent-skeleton {
	z-index: 3;
}

.fc-time-grid .fc-highlight-skeleton {
	z-index: 4;
}

.fc-time-grid .fc-content-skeleton {
	z-index: 5;
}

.fc-time-grid .fc-helper-skeleton {
	z-index: 6;
}


/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/

.fc-time-grid .fc-slats td {
	height: 1.5em;
	border-bottom: 0; /* each cell is responsible for its top border */
}

.fc-time-grid .fc-slats .fc-minor td {
	border-top-style: dotted;
}

.fc-time-grid .fc-slats .ui-widget-content { /* for jqui theme */
	background: none; /* see through to fc-bg */
}


/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/

.fc-time-grid .fc-highlight-container { /* a div within a cell within the fc-highlight-skeleton */
	position: relative; /* scopes the left/right of the fc-highlight to be in the column */
}

.fc-time-grid .fc-highlight {
	position: absolute;
	left: 0;
	right: 0;
	/* top and bottom will be in by JS */
}


/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/

.fc-time-grid .fc-event-container, /* a div within a cell within the fc-content-skeleton */
.fc-time-grid .fc-bgevent-container { /* a div within a cell within the fc-bgevent-skeleton */
	position: relative;
}

.fc-ltr .fc-time-grid .fc-event-container { /* space on the sides of events for LTR (default) */
	margin: 0 2.5% 0 2px;
}

.fc-rtl .fc-time-grid .fc-event-container { /* space on the sides of events for RTL */
	margin: 0 2px 0 2.5%;
}

.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
	position: absolute;
	z-index: 1; /* scope inner z-index's */
}

.fc-time-grid .fc-bgevent {
	/* background events always span full width */
	left: 0;
	right: 0;
}


/* Generic Vertical Event
--------------------------------------------------------------------------------------------------*/

.fc-v-event.fc-not-start { /* events that are continuing from another day */
	/* replace space made by the top border with padding */
	border-top-width: 0;
	padding-top: 1px;

	/* remove top rounded corners */
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.fc-v-event.fc-not-end {
	/* replace space made by the top border with padding */
	border-bottom-width: 0;
	padding-bottom: 1px;

	/* remove bottom rounded corners */
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}


/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/

.fc-time-grid-event {
	overflow: hidden; /* don't let the bg flow over rounded corners */
}

.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;
}

/* short mode, where time and title are on the same line */

.fc-time-grid-event.fc-short .fc-content {
	/* don't wrap to second line (now that contents will be inline) */
	white-space: nowrap;
}

.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
	/* put the time and title on the same line */
	display: inline-block;
	vertical-align: top;
}

.fc-time-grid-event.fc-short .fc-time span {
	display: none; /* don't display the full time text... */
}

.fc-time-grid-event.fc-short .fc-time:before {
	content: attr(data-start); /* ...instead, display only the start time */
}

.fc-time-grid-event.fc-short .fc-time:after {
	content: "\000A0-\000A0"; /* seperate with a dash, wrapped in nbsp's */
}

.fc-time-grid-event.fc-short .fc-title {
	font-size: .85em; /* make the title text the same size as the time */
	padding: 0; /* undo padding from above */
}

/* resizer */

.fc-time-grid-event .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-resizer:after {
	content: "=";
}
