/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */

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

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

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

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */

article,
aside,
details, /* 1 */
figcaption,
figure,
footer,
header,
main, /* 2 */
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */

template, /* 1 */
[hidden] {
  display: none;
}

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

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

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

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

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/**
 * Add the correct background and color in IE 9-.
 */

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

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

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

/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

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

/**
 * Restore the font weight unset by the previous rule.
 */

optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */

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

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}







/***************************************************

****** Starterkit / Kirby Default Theme ******

*** Author:    Bastian Allgeier GmbH
*** Showcase:  http://default.getkirby.com

****************************************************/


/*
 :::  Reset
-------------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before, *:after {
  box-sizing: inherit;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, main, nav, section, summary {
  display: block;
}




/*
 :::  Site
-------------------------------------------------- */
html {
  font-family: 'merriweather', Georgia, serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0 auto;
  line-height: 1.625em;
  max-width: 980px;
  background-color: #F2EAD8;
  color: #45423F;
}


/*
 :::  Header
-------------------------------------------------- */
header {
  margin: -.75em 0;
  padding-left: 10%;
}
.logo img {
  border: none;
  height: auto;
  width: 170px;
}

@media only screen and (min-width: 30.0625em) and (max-width: 48em) {

  header {
    background: url('/assets/images/end.png') no-repeat left 15% center, url('/assets/images/end.png') no-repeat right 15% center ;
    margin: -1em auto;
    padding: 0;
  }
  header .logo {
    background-color: rgba(242, 234, 216, 0.7);
  }
  .logo img {
    margin: 0 auto;
    width: 190px;
  }

}

@media only screen and (min-width: 48.0625em) {

  header {
    float: left;
    margin: 1em 0 0 0;
    padding: 0 5% 0 0;
    width: 28%;
  }
  .logo img {
    height: auto;
    width: 225px;
  }

}

@media only screen and (min-width: 48.0625em) and (max-width: 63em) {

  body {
    padding: 0 0 1em 1em;
  }

}

.logo {
  display: block;
}


/*
 :::  Links
-------------------------------------------------- */
a {
  color: #45423F;
  text-decoration: none;
  transition: color .3s, background .3s, border .3s;
}
a:hover {
  color: #EE4E22;
}
article a {
  border-bottom: 1px solid #9AC516;
}
article a:hover {
  border-color: #222;
}
article figure {
  margin: 0 0 1em;
}
article.partenaires figure {
  display: inline-block;
}
article.partenaires figure + figure {
  margin-left: 2em;
}


/*
 :::  Headings
-------------------------------------------------- */
h1 {
  margin-bottom: .5em;
}
h2 {
  font-size: 1.5em;
  margin-bottom: 1em;
  margin-top: 2em;
}
h3 {
  font-size: 1.3em;
  margin-bottom: 1em;
  margin-top: 2em;
}
h4 {
  font-size: 1.125em;
  margin-bottom: .5em;
}
h1 a, h2 a, h3 a, h4 a {
  color: inherit;
}



/*
 :::  Buttons
-------------------------------------------------- */
.btn {
  display: inline-block;
  line-height: 1em;
  font-weight: 600;
  color: #222;
}



/*
 :::  Main
-------------------------------------------------- */

main {
  background-color: #fff;
  background-image: url('/assets/images/end.png');
  background-position: center bottom 1.75em;
  background-repeat: no-repeat;
  overflow: auto;
  padding-bottom: 5.625em;
  position: relative;
  z-index: 1;
}

main.home {
  background-color: #81843D;
}

main.home article {
  color: #fff;
}

main .title {
  background-color: #81843D;
  border-top: 7px solid  #A7340B;
  color: #fff;
  line-height: 1.3;
  margin: 0;
  padding: .75em;
}
main.home .title {
  background-color: #A7340B;
  border-top: 7px solid  #81843D;
  text-align: center;
}
main h1 {
  -webkit-font-smoothing: antialiased;
  font-size: 1.3em;
  font-weight: bold;
}
@media only screen and (min-width: 40.0625em) {

  main h1 {
    font-size: 1.75em;
  }

}

main.home img {
  width: 100%;
}

@media only screen and (min-width: 48.0625em) {

  main {
    float: right;
    width: 72%;
  }

  main .title {
    min-height: 10em;
    position: relative;
  }

  main h1 {
    position: absolute;
    bottom: 1em;
    left: 6%;
    right: 6%;
    margin: 0;
  }

}

@media only screen and (min-width: 61.25em) {

  main h1 {
    font-size: 2.1875em;
  }

  main .title {
    min-height: 14em;
  }

}

main article {
  padding: 3% 6% 0;
}
main article p {
  font-size: 1.0625em;
}
main article a {
  font-family: "lato-latin-sembdregular", "Arial", sans-serif;
  margin-bottom: .5em;
}
main p {
  margin-bottom: 1em;
}
main article ul {
  font-size: 1.125em;
}
main article li {
  padding-bottom: .5em;
}

main blockquote {
  font-size: 1.5em;
  font-style: italic;
  line-height: 1.25;
  margin: 2em 0;
  quotes: "« "" »""\2018""\2019";
}
main blockquote p {
  display: inline;
  font-size: 1em;
}
main blockquote:before {
  content: open-quote;
  display: inline;
}
main blockquote:after {
  content: close-quote;
}
main img {
  margin-bottom: 20px;
}
section {
  margin-top: 3em;
  padding-top: 3em;
}


hr {
  border : 0;
  height : 3px;
  background : url('/assets/images/hr.png') center center no-repeat;
  margin : 2em 0;
}

/*
 :::  Accueil
-------------------------------------------------- */

.home__text {
  -webkit-font-smoothing: antialiased;
  font-size: 1.25em;
}

.home__news {
  background-color: #F2E066;
  color: #45423F;
  font-size: 1.25em;
  margin: 0 2em 1em;
  padding: 1em 2em;
}

/*
 :::  Project meta
-------------------------------------------------- */
.meta {
  width: 100%;
  margin: 0 0 1em 0;
}
.meta li {
  float: left;
  margin-right: 2em;
  color: #EE4E22;
}
.meta li b {
  font-weight: 400;
  color: #000;
  padding-right: .25em;
}
.gallery {
  overflow: auto;
  float: left;
  width: 100%;
}
.gallery figure {
  float: left;
  margin: 0 2%;
  width: 46%;
}

.project__text {
  clear: both;
}

/*
 :::  Project teaser
-------------------------------------------------- */
.teaser {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.teaser h3 {
  margin-top: 0;
}
.teaser li {
  margin: 0;
  padding: 0;
}
.teaser p a {
  color: #EE4E22;
}
.teaser .thumb {
  float: right;
  width: 20%;
}
article .teaser .thumb a {
  border: none;
}
.teaser__content {
  float: left;
  padding-right: 5%;
  width: 80%;
}
@media screen and (max-width: 750px) {
  .teaser li {
    width: 100%;
    margin-left: 0;
    margin-bottom: 1.5em;
  }
}

.project__flag {
  height: 80px;
}


/*
 :::  Nextprev nav
-------------------------------------------------- */
.nextprev {
  padding: 1em 0;
}
.nextprev .prev {
  float: left;
}
.nextprev .next {
  float: right;
}



/*
 :::  Navigation
-------------------------------------------------- */

.menu {
  font-family: "lato-latin-sembdregular", "Arial", sans-serif;
  font-size: 1em;
}


.menu-check {
  display: none;
}

@media only screen and (max-width: 48em) {

  .navigation {
    background-color: #E7D8B6;
    max-height: 0;
    overflow: hidden;
    opacity: .95;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    transition: max-height 0.2s linear;
  }

  .menu-check:checked ~ .navigation {
    max-height: 100%;
  }

  .menu-button {
    background-color: #81843D;
    border-radius: 0 0 .25em .25em;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: "lato-latin-sembdregular", "Arial", sans-serif;
    padding: .5em 1em;
    position: fixed;
    right: 2%;
    text-transform: uppercase;
    top: 0;
    z-index: 1000;
  }

}




.menu,
.menu ol,
.menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu a {
  display: block;
}
  .menu a:hover {
    color: #EE4E22;
    text-decoration: none;
  }
  .menu .active {
    color: #EE4E22;
  }

.menu > li:not(:last-child):after {
  background-color: #45423F;
  content: "";
  display: block;
  height: 2px;
  width: 36px;
}
  .menu > li:last-child {
    border: none;
  }
  .menu > li > a {
    padding: .75em 0 .75em;
    text-transform: uppercase;
  }

ul.submenu {
  padding-bottom: .5em;
}

  .submenu li {
  }
    .submenu a {
      font-weight: normal;
      padding: 0 .5em .75em 0;
    }
    .submenu a:hover {
      color: #EE4E22;
    }

@media screen and (max-width: 30em) {

  .menu {
    font-size: 1em;
  }

}

@media screen and (max-width: 48em) {
  .menu {
    float: left;
    padding: 1em 10%;
    width: 100%;
  }
  .menu > li {
    margin-left: 0;
    width: 100%;
    margin: 0;
  }
  .menu > li > a {
    padding: .65em 0;
  }
  .submenu {
    display: none;
  }
  .menu .active-path {
    color: #EE4E22;
  }

}


@media only screen and (min-width: 40.0625em) and (max-width: 48em) {

  .menu {
    font-size: 1.25em;
    padding: 3em 20%;
  }

}

@media only screen and (min-width: 48.0625em) {

  .menu {
    float: left;
    margin-top: 2.8em;
    padding-left: 10px;
    padding-right: 4%;
    width: 28%;
  }

  .menu-button {
    display: none;
  }

  .inner-menu {
    display: none;
  }

}

.inner-menu .active {
  color: #EE4E22;
}
.inner-menu ul,
.inner-menu li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.inner-menu a {
  border-bottom: 1px solid #ddd;
  display: block;
  font-family: "lato-latin-sembdregular", "Arial", sans-serif;
  padding: .65em 6%;
}
.inner-menu a:hover {
  color: #45423F;
}
.inner-menu ul a:before {
  color: #999;
  content: ">";
  display: inline-block;
  width: 1em;
}

.inner-menu__up {
  position: relative;
  text-transform: uppercase;
}
.inner-menu__up:before {
  color: #999;
  content: "↑";
  display: inline-block;
  width: 1em;
}



/*
 :::  Footer
-------------------------------------------------- */
footer {
  clear: both;
  color: #5E5A56;
  font-family: "lato-latin-sembdregular", "Arial", sans-serif;
  font-size: .875em;
  padding: 2em 0;
  text-align: center;
}

@media screen and (min-width: 48.0625em) {

  footer {
    padding-left: 30%;
    padding-right: 1em;
    position: relative;
    text-align: left;
  }

  footer:before {
    background: url('/assets/images/footer.png') no-repeat left center;
    content: "";
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 28%;
  }

  footer .legal {
    color: #5E5A56;
    float: right;
    margin: .875em 0;
    padding-left: 3em;
    text-decoration: underline;
  }

}



/*
 :::  Pix
-------------------------------------------------- */
img {
  display: block;
  max-width: 100%;
}



/*
 :::  Forms
-------------------------------------------------- */

/* Formulaire */
.contact-section {
  font-size: 1.125rem;
  margin: 0 auto 3rem;
  max-width: 46.35rem;
}
.contact-form {
  clear: both;
  margin-bottom: 2em;
}
.form__label {
  display: block;
}
.form__text {
  box-sizing: border-box;
  width: 100%;
}
.form__textarea {
  box-sizing: border-box;
  min-height: 5em;
  width: 100%;
}
.form__select {
  display: block;
}
.form__element {
  clear: left;
}
.form__checkboxes {
  margin-bottom: 1em;
}
.form__checkbox {
  border: 1px dotted #ccc;
  cursor: pointer;
  padding: .5em;
}
.form__checkbox--input {
  margin-right: .5em;
}
@media only screen and (min-width: 46.0625em) {
  .form__element--small {
    clear: none;
    float: left;
    width: 47%;
  }
  .form__element--small:nth-child(2n) {
    margin-left: 6%;
  }
}

input[type^='email'],
input[type^='text'],
input[type^='number'],
textarea {
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 3px #eee;
  margin-bottom: 1em;
  padding: 0.5em 0.6em;
}
select {
  border: 1px solid #ccc;
  margin-bottom: 1em;
}
.lettre__link {
  padding: .5rem 40px .5rem 1rem;
}
button[type^='submit'] {
  background-color: #791;
  border-width: 0;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: table;
  font-size: 1.25em;
  line-height: normal;
  padding: .25em 1em;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.form__label.required:after {
  color: #EE4E22;
  content: " *";
  font-weight: bold;
}
.form__input--erroneous,
.form__message--error {
  color: red;
  margin-bottom: 1em;
}
.form__message--success {
  color: green;
  margin-bottom: 1em;
}
.form__radios {
  margin-bottom: 1em;
}
.form__radio {
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 -1px 3px #eee;
  cursor: pointer;
  display: inline-block;
  margin: 0 1em;
  padding: 1em;
}
.form__radio--input {
  margin-right: .5em;
}

.contact__link {
  display: table;
  margin: 0 auto;
  padding: .5rem 40px .5rem 1rem;
}
.contact__link:hover {
  color: #f62e28;
}


/* Utility styles */

.uniform__potty {
  opacity: 0;
  position: absolute;
  z-index: -5;
}



/*
 :::  Clearfix
-------------------------------------------------- */
.cf:after {
  content: "";
  display: table;
  clear: both;
}


/*
 :::  Fonts
 In a media query to avoid loading in IE8
-------------------------------------------------- */

@media only screen {

  @font-face {
      font-family: 'lato-latin-sembdregular';
      src: url('/assets/fonts/latolatinsembd-regular-webfont.woff2?#iefix') format('woff2'),
           url('/assets/fonts/latolatinsembd-regular-webfont.woff') format('woff');
      font-weight: normal;
      font-style: normal;
  }

  @font-face {
      font-family: 'merriweather';
      src: url('/assets/fonts/merriweather-bold-webfont.woff2?#iefix') format('woff2'),
           url('/assets/fonts/merriweather-bold-webfont.woff') format('woff');
      font-weight: bold;
      font-style: normal;

  }

  @font-face {
      font-family: 'merriweather';
      src: url('/assets/fonts/merriweather-italic-webfont.woff2?#iefix') format('woff2'),
           url('/assets/fonts/merriweather-italic-webfont.woff') format('woff');
      font-weight: normal;
      font-style: italic;

  }

  @font-face {
      font-family: 'merriweather';
      src: url('/assets/fonts/merriweather-regular-webfont.woff2?#iefix') format('woff2'),
           url('/assets/fonts/merriweather-regular-webfont.woff') format('woff');
      font-weight: normal;
      font-style: normal;

  }

}


/*
 * Ideal Image Slider v1.4.0
 *
 * By Gilbert Pellegrom
 * http://gilbert.pellegrom.me
 *
 * Free to use and abuse under the MIT license.
 * https://raw.githubusercontent.com/gilbitron/Ideal-Image-Slider/master/LICENSE
 */

.ideal-image-slider {
	position: relative;
	overflow: hidden;
}
.iis-slide {
	display: block;
	bottom: 0;
	text-decoration: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	text-indent: -9999px;
}

/* Slide effect */
.iis-effect-slide .iis-slide {
	opacity: 0;
	-webkit-transition-property: -webkit-transform;
    transition-property: transform;
	-webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
	-webkit-transform: translateX(0%);
		-ms-transform: translateX(0%);
			transform: translateX(0%);
}
.iis-effect-slide .iis-current-slide {
	opacity: 1;
	z-index: 1;
}
.iis-effect-slide .iis-previous-slide {
	-webkit-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
    		transform: translateX(-100%);
}
.iis-effect-slide .iis-next-slide {
	-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
			transform: translateX(100%);
}
.iis-effect-slide.iis-direction-next .iis-previous-slide,
.iis-effect-slide.iis-direction-previous .iis-next-slide { opacity: 1; }

/* Touch styles */
.iis-touch-enabled .iis-slide { z-index: 1; }
.iis-touch-enabled .iis-current-slide { z-index: 2; }
.iis-touch-enabled.iis-is-touching .iis-previous-slide,
.iis-touch-enabled.iis-is-touching .iis-next-slide { opacity: 1; }

/* Fade effect */
.iis-effect-fade .iis-slide {
	-webkit-transition-property: opacity;
	  transition-property: opacity;
	-webkit-transition-timing-function: ease-in;
	  transition-timing-function: ease-in;
	opacity: 0;
}
.iis-effect-fade .iis-current-slide {
	opacity: 1;
	z-index: 1;
}



/*
 * Ideal Image Slider Default Theme
 * Version: 1.2.0
 */

.ideal-image-slider {
  background-color: #45423F;
}

/* Navigation */
.iis-previous-nav,
.iis-next-nav {
	position: absolute;
	top: 50%;
	z-index: 20;
	display: block;
	width: 58px;
	height: 88px;
	text-indent: 100%;
	background-repeat: no-repeat;
	background-color: rgba(0,0,0,0.5);
	border-radius: 50px;
	background-size: 90px 90px;
	cursor: pointer;
	opacity: 0;
	-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
	-webkit-transition: 0.3s ease-out;
	  transition: 0.3s ease-out;
}
.iis-previous-nav {
	left: 0;
  border-radius: 0 10px 10px 0;
  background-position: 55% 50%;
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+Cjxzdmcgd2lkdGg9IjUxMiIgaGVpZ2h0PSI1MTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiA8Zz4KICA8dGl0bGU+TGF5ZXIgMTwvdGl0bGU+CiAgPHBvbHlnb24gZmlsbD0iI2ZmZmZmZiIgaWQ9InN2Z18xIiBwb2ludHM9IjM1MiwxMTUuNCAzMzEuMyw5NiAxNjAsMjU2IDMzMS4zLDQxNiAzNTIsMzk2LjcgMjAxLjUsMjU2ICIvPgogPC9nPgo8L3N2Zz4=");
}
.iis-next-nav {
	right: 0;
  border-radius: 10px 0 0 10px;
  background-position: 45% 50%;
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+Cjxzdmcgd2lkdGg9IjUxMiIgaGVpZ2h0PSI1MTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiA8Zz4KICA8dGl0bGU+TGF5ZXIgMTwvdGl0bGU+CiAgPHBvbHlnb24gZmlsbD0iI2ZmZmZmZiIgaWQ9InN2Z18xIiBwb2ludHM9IjE2MCwxMTUuNCAxODAuNyw5NiAzNTIsMjU2IDE4MC43LDQxNiAxNjAsMzk2LjcgMzEwLjUsMjU2ICIvPgogPC9nPgo8L3N2Zz4=");
}
.ideal-image-slider:hover .iis-previous-nav,
.ideal-image-slider:hover .iis-next-nav { opacity: 0.5; }
.ideal-image-slider:hover .iis-previous-nav:hover,
.ideal-image-slider:hover .iis-next-nav:hover { opacity: 1.0; }

/* Bullet Navigation */
.iis-bullet-nav {
	position: absolute;
	bottom: 5%;
	right: 5%;
	z-index: 15;
	width: 90%;
	text-align: right;
	opacity: 0.4;
	-webkit-transition: 0.3s ease-out;
	  transition: 0.3s ease-out;
}
.iis-has-captions .iis-bullet-nav { max-width: 42%; }
.iis-bullet-nav a {
	display: inline-block;
	width: 10px;
	height: 10px;
	background: transparent;
	text-indent: 9999px;
	margin: 0 5px;
	border: 3px solid rgba(0,0,0,0.5);
	border-radius: 10px;
	cursor: pointer;
	-webkit-transition: 0.3s ease-out;
	  transition: 0.3s ease-out;
}
.iis-bullet-nav a.iis-bullet-active,
.iis-bullet-nav a:hover { background: #fff; }
.ideal-image-slider:hover .iis-bullet-nav { opacity: 0.7; }
.ideal-image-slider:hover .iis-bullet-nav:hover { opacity: 1.0; }

/* Captions */
.iis-has-captions .iis-slide { text-indent: 0; }
.iis-caption {
  -webkit-font-smoothing: antialiased;
  background-color: #45423F;
  background-color: rgba(69,66,63,0.88);
  color: #fff;
  padding: .25em;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  text-indent: 0;
}
.iis-has-bullet-nav .iis-caption { max-width: 42%; }



/*  Flexible iFrame
    CSS taken from Niklaus Gerber's Rapid Bootstrap V3
    https://github.com/niklausgerber/Rapid-Bootstrap-V3
*/

.video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*  Old IE styles
*/

.lt-ie9 body {
  width: 980px;
}
.lt-ie9 header {
  float: left;
  margin: 1em 0 0;
  padding-left: 0;
  padding-right: 5%;
  width: 28%;
}
.lt-ie9 main {
  float: right;
  width: 72%;
}
.lt-ie9 .menu {
  float: left;
  margin-top: 2.8em;
  padding-left: 10px;
  padding-right: 4%;
  width: 28%;
}
.lt-ie9 .menu-button {
  display: none;
}
.lt-ie9 .inner-menu {
  display: none;
}
.lt-ie9 .logo img {
  height: 214px;
  width: 225px;
}
