/*
Theme Name: Prix de Rome
Author: PMS72 :: Sean Jeronimus
Author URI: http://pms72.com/
Description: Custom theme developed for Prix de Rome
Version: 1.0
*/

  @charset "UTF-8";

/* =============================================================================
   HTML5 Reset
   ========================================================================== */

* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

  article, aside, details, figcaption, figure, footer, header, hgroup, nav, main, section { display: block; }
  audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
  audio:not([controls]) { display: none; }
  [hidden] { display: none; }

  html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
  html, button, select, input, textarea { font-family: 'proxima-nova', helvetica, arial, sans-serif; font-weight: 400; line-height: 1.5em; color: #19191A; }
  body { background: #FFF; margin: 0; padding: 0;
    -webkit-font-smoothing:antialiased;
    font-smoothing:antialiased;
    text-rendering:optimizeLegibility;
  }

  ::-moz-selection { background: #19191A; color: #fff; text-shadow: none; }
  ::selection { background: #19191A; color: #fff; text-shadow: none; }

  h1, h2, h3, h4, h5, h6 { font-weight: 600; }
  h1, h2, h3, h4, h5, h6, p { margin: 0; padding: 0; }

  a, a:link, a:visited { color: #19191A; text-decoration: underline }
  a:hover, a:active { color: #b2b2b2; outline: 0; text-decoration: underline }
  a:focus { outline: 0 none; color: blue; }
  abbr[title] { border-bottom: 1px dotted; }
  b, strong { font-weight: 600; }
  blockquote { margin: 0; padding: 0; }
  dfn { font-style: italic; }
  hr { display: block; height: 1px; border: 0; border-top: 1px solid #EBEBEB; margin: 0; padding: 0 0 19px; position: relative; }
  hr:before { background: #EBEBEB; content: ''; display: block; height: 1px; width: 100%; position: absolute; left: 0; top: -1px; z-index: 1; }
  ins { background: #19191A; color: #FFF; text-decoration: none; }
  mark { background: #19191A; color: #FFF; font-style: italic; font-weight: bold; }
  pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
  pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

  q { quotes: none; }
  q:before, q:after { content: ""; content: none; }
  small { font-size: 85%; }
  sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
  sup { top: -0.5em; }
  sub { bottom: -0.25em; }

  ul, ol { margin: 0 0 1.5em; padding: 0 0 0 1.5em; }
  p+ul, p+ol { margin-top: -1.5em; }
  dd { margin: 0 0 0 40px; }
  nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

  img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
  svg:not(:root) { overflow: hidden; }
  figure { margin: 0; }

  form { margin: 0; }
  fieldset { border: 0; margin: 0; padding: 0; }

  label { cursor: pointer; }
  legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
  button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; -webkit-font-smoothing: antialiased; border-radius: 0; }
  button, input { line-height: normal; }
  button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
  button[disabled], input[disabled] { cursor: default; }
  input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
  input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
  input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
  button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
  textarea { overflow: auto; vertical-align: top; resize: vertical; }
  input:valid, textarea:valid {  }
  input:invalid,
  textarea:invalid,
  .content .gform_wrapper input:invalid { background-color: #F1BDBD; }
  input:focus, select:focus, textarea:focus, button:focus { outline: none;}

  ::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder { color: hotpink; font-size: 1em; line-height: 1.35em; font-weight: 300; -webkit-appearance: none; font-family: helvetica, arial, sans-serif; vertical-align: baseline; }
  :-moz-placeholder,
  textarea:-moz-input-placeholder { color: hotpink; font-size: 1em; line-height: 1.35em; font-weight: 300; font-family: helvetica, arial, sans-serif; }
  ::-moz-placeholder,
  textarea::-moz-input-placeholder { color: hotpink; font-size: 1em; line-height: 1.35em; font-weight: 300; font-family: helvetica, arial, sans-serif; }
  :-ms-input-placeholder,
  textarea::-ms-input-placeholder { color: hotpink; font-size: 1em; line-height: 1.35em; font-weight: 300; font-family: helvetica, arial, sans-serif; }

  table { border-collapse: collapse; border-spacing: 0; margin: 19px 0; width: 100%; }
  td {  }
  thead {  }
  td { vertical-align: top; }
  tfoot tr {  }
  thead th,
  tfoot td { font-weight: 700; text-align: left;  }

  .chromeframe { background: #333; display: block; height: 80px; left: 0; margin: 0; padding: 0; position: fixed; top:0; width: 100%; z-index: 9999; }
  .chromeframe p { margin: 20px; color: #FFF; }
  .chromeframe p a:link,
  .chromeframe p a:visited {  color: #FFF; text-decoration: underline; }
  .chromeframe p a:hover,
  .chromeframe p a:active { color: #e1001a; text-decoration: underline; }

/* =============================================================================
   Fonts
   ========================================================================== */

  @font-face {
    font-family: 'fontello';
    src: url('css/fontello.eot?51523535');
    src: url('css/fontello.eot?51523535#iefix') format('embedded-opentype'),
         url('css/fontello.woff?51523535') format('woff'),
         url('css/fontello.ttf?51523535') format('truetype'),
         url('css/fontello.svg?51523535#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
  }

  [class^="icon-"]:before,
  [class*=" icon-"]:before,
  a[href$=".pdf"]:before,
  a[href$=".doc"]:before,
  a[href$=".docx"]:before,
  a[href$=".xls"]:before,
  a[href$=".xlsx"]:before,
  a[href$=".ppt"]:before,
  a[href$=".jpg"]:before,
  a[href$=".zip"]:before,
  a[href$=".mp3"]:before,
  a[href$=".wav"]:before,
  a[href$=".mov"]:before,
  a[href$=".wmv"] {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;

    display: inline-block;
    text-decoration: none;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
  }

  .icon-search:before { content: '\e800'; } /* '' */
  .icon-facebook:before { content: '\e801'; } /* '' */
  .icon-twitter-1:before { content: '\e802'; } /* '' */
  .icon-vimeo-1:before { content: '\e803'; } /* '' */
  .icon-menu:before { content: '\e804'; vertical-align: bottom; } /* '' */
  .icon-gplus:before { content: '\e805'; } /* '' */
  .icon-doc:before { content: '\e806'; } /* '' */
  .icon-pinterest:before { content: '\e807'; } /* '' */
  .icon-linkedin:before { content: '\e808'; } /* '' */
  .icon-doc-text:before { content: '\e809'; } /* '' */
  .icon-file-pdf:before,
  a[href$=".pdf"]:before { content: '\e80a'; } /* '' */
  .icon-file-word:before,
  a[href$=".doc"]:before,
  a[href$=".docx"]:before { content: '\e80b'; } /* '' */
  .icon-file-excel:before,
  a[href$=".xls"]:before,
  a[href$=".xlsx"]:before { content: '\e80c'; } /* '' */
  .icon-file-powerpoint:before,
  a[href$=".ppt"]:before { content: '\e80d'; } /* '' */
  .icon-cancel-1:before,
  .icon-right-open-1:before { content: '\e80f'; } /* '' */
  .icon-left-open-1:before { content: '\e810'; } /* '' */
  .icon-file-image:before { content: '\e811'; } /* '' */
  .icon-file-archive:before,
  a[href$=".zip"]:before { content: '\e812'; } /* '' */
  .icon-file-audio:before,
  a[href$=".mp3"]:before,
  a[href$=".wav"]:before { content: '\e813'; } /* '' */
  .icon-file-video:before,
  a[href$=".mov"]:before,
  a[href$=".wmv"]:before { content: '\e814'; } /* '' */
  .icon-file-code:before { content: '\e815'; } /* '' */
  .icon-soundcloud:before { content: '\e816'; } /* '' */
  .icon-youtube-play:before { content: '\e817'; } /* '' */
  .icon-instagram:before { content: '\f16d'; } /* '' */

/* =============================================================================
   General Styles
   ========================================================================== */

  main { padding: 25px 20px; min-height: 450px; width: 100%; }

  .itemwrap { position: relative; }
  .item { margin: 0 auto; max-width: 660px; padding: 0 0 25px; }
  .slider + .item,
  .slider .item { padding: 25px 0; }
  .belangrijk {  }
  .disabled h3,
  .disabled p,
  .disabled time { color: #b2b2b2; }
  .infinite .item ,
  h1, h2, h3, h4, h5, h6 { text-align: center; }

  h1 { font-size: 32px; }
  h2 { font-size: 24px; margin-bottom: 8px;}
  h3 { font-size: 20px; margin-bottom: 8px;}
  h4 { font-size: 18px; }
  h5,
  p { font-size: 16px; }
  h6 { font-size: 14px; text-transform: uppercase; }

  p { margin-bottom: 1.5em; }
  .item time { display: block; }
  h2 + time { text-align: center; padding: 10px 0 }
  h2 + h2 { margin-top: 10px; }
  blockquote { font-size: 22px; line-height: 33px; margin: 15px 0 25px; text-align: center; }

  main p iframe { width: 100%; }

  img.size-thumbnail,
  img.size-medium
  img.size-large,
  img.size-full,
  img.size-driekwart { margin: 20px 0; max-width: 100%; height: auto; }
  img.alignnone { margin: 0 0 1.5em; }
  img.alignleft { float: left; margin: 6px 20px 10px 0; }
  img.alignright { float: right; margin: 6px 0 10px 20px; }
  img.aligncenter { clear: both; display: block; margin: 20px auto 0; }
  img.size-large { margin: 0 0 20px; }

  .slider { margin: 0 auto; max-width: 660px; position: relative; text-align: center; width: 100%; }
  .has_video:before { margin-top: 56.25%; }
  .has_video:after,
  .has_play:after { border-color: transparent  transparent  transparent #FFF; border-style: solid; border-width: 50px 0 50px 80px; content: ''; cursor: pointer; display: block; height: 0; left: 50%; margin: -50px 0 0 -50px; position: absolute; top: 50%; width: 0; z-index: 2; }
  .has_video:hover:after,
  .has_play:hover:after { border-color: transparent  transparent  transparent #19191A; border-color: transparent  transparent  transparent rgba(255,255,255,.4);}
  .has_video.clicked:after { border: 0 none; }
  .imgreplace { background: #EEE url(images/logo_bm_wit.svg) no-repeat center center; display: block; margin: 0 auto; }
  .img_placeholder { background-position: center center; background-repeat: no-repeat; background-size: cover; cursor: pointer; height: auto; left: 0; overflow: hidden; position: absolute; top: 0; width: 100%; z-index: 1; }
  .attachment-thumbcrop,
  .attachment-thumbnail { margin: 10px auto; }
  .has_play { display: block; position: relative; }
  .item .has_play:after { border-width: 14px 0 14px 21px; margin: -14px 0 0 -14px; }

  .wp-caption { width: auto !important; }
  .wp-caption.alignnone,
  .wp-caption.aligncenter,
  figcaption { text-align: center; }
  .wp-caption img { height: auto; max-width: 100%; margin: 0; }
  .wp-caption p,
  figcaption { color: #4D4D4D; font-size: 13px; text-decoration: none; line-height: 18px; margin-top: 5px; padding: 1px 6px 1px 6px; text-align: left;}

  h2 a:link,    h3 a:link,    h4 a:link,    h5 a:link,    h6 a:link,
  h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited { color: inherit; text-decoration: none; }
  h2 a:hover,   h3 a:hover,   h4 a:hover,   h5 a:hover,   h6 a:hover,
  h2 a:active,  h3 a:active,  h4 a:active,  h5 a:active,  h6 a:active { color: #b2b2b2; text-decoration: underline; }

  main p a:link,
  main p a:visited { color: #19191A; text-decoration: underline; }
  main p a:hover,
  main p a:active { color: #b2b2b2; text-decoration: none; }

  a.lees_meer,
  a.read-more { display: block; }
  a.lees_meer:link,
  a.lees_meer:visited,
  a.read-more:link,
  a.read-more:visited { color: #19191A; text-decoration: underline; }
  a.lees_meer:hover,
  a.lees_meer:active,
  a.read-more:hover,
  a.read-more:active { color: #b2b2b2; text-decoration: underline; }

  .footermeta a { font-weight: 600; }

  /* =============================================================================
   Cycle all
   ========================================================================== */

  .js .cycle-slideshow { position: relative; width: 100%; height: auto; }
  .cycle-slideshow .slide { position: relative; width: 100%; height: auto; text-align: center;}
  .sliderimg { display: block; }
  .cycle-slideshow .slide img { max-width: 100%; height: auto; margin: 0 auto;}
  .cycle-slideshow .slide a { cursor: pointer; margin: 0; text-decoration: none;  }
  .slide a:link,
  .slide a:visited { margin: 0; text-decoration: none; }
  .slide a:hover,
  .slide a:active { border: none; text-decoration: none;  }
  .slide p a:link,
  .slide p a:visited { color: #19191A; text-decoration: underline; }
  .slide p a:hover,
  .slide p a:active { color: #b2b2b2; text-decoration: underline; }
  .slide a.lees_meer:link,
  .slide a.lees_meer:visited { color: #19191A; text-decoration: underline; }
  .slide a.lees_meer:hover,
  .slide a.lees_meer:active { color: #b2b2b2; text-decoration: underline; }

  .home .slider a.sliderimg img,
  .home .slider a.imgreplace img { width: 100%; height: auto; }

  .cycle-pager { position: relative; text-align: center;  margin: 10px auto; }
  .home .cycle-pager { position: absolute; top: 385px; right: 0; text-align: left;  margin: 0; z-index: 666; }
  .cycle-pager span { background: #FFF; border: 1px solid #19191A; border-radius: 12px; color:#FFF; cursor: pointer; display: inline-block; font-family: arial; font-size: 1px; height: 12px; margin: 0 0 0 4px; text-align: center; width: 12px; }
  .cycle-pager span.cycle-pager-active,
  .cycle-pager span:hover { background: #19191A; color:#19191A; }
  .cycle-pager > * { cursor: pointer; }

  .cycle-prev, .cycle-next { position: absolute; top: 50%; width: 20px; z-index: 999; height: 120px; margin: -10px 0 0 0; padding: 0; }
  .cycle-prev { left: 10px; }
  .cycle-next { right: 10px; }
  .cycle-prev:hover { }

/* =============================================================================
   Header
   ========================================================================== */

  #logo {  height: 116px; margin: 0 auto; padding: 43px 0 17px; width: 586px; }
  #logo a { background-image: url(images/logo.svg); background-repeat: no-repeat; background-size: 100%; display: block; height: 100%; width: 100%; }
  .no-svg #logo a { background-image: url(images/logo.png); background-size: 586px 56px; }
  #logo a:link,
  #logo a:visited { background-position: center top; }
  #logo a:hover,
  #logo a:active { background-position: center bottom; }

/* =============================================================================
   Navigatie
   ========================================================================== */

  header { position: relative; }
  header nav ul { padding: 5px 0; text-align: center; }
  header nav li { display: inline-block; }
  header nav a { display: block; padding: 7px 15px; text-transform: lowercase; }
  header nav a:link,
  header nav a:visited { color: #b2b2b2; text-decoration: none; }
  header nav a:hover,
  header nav a:active { color: #19191A; text-decoration: none; }
  header nav .current-menu-item a,
  header nav .current_page_item a { color: #19191A; text-decoration: underline; }

  nav h1,
  nav h2 { display: none; }

  #social { position: absolute; right: 10px; top:10px; z-index: 1; }
  #zoektoggle { left: 45px; position: absolute; top:42px; z-index: 1; }
  #zoektoggle a { background: url(images/topnavsprite.svg) no-repeat left top; display: block; height: 33px; width: 33px; }
  .no-svg #zoektoggle a { background: url(images/topnavsprite.png) no-repeat left top; }
  #zoektoggle a:link,
  #zoektoggle a:visited { background-position: left -66px; }
  #zoektoggle a:hover,
  #zoektoggle a:active { background-position: left -99px; }

  .extranav ul { list-style: none; margin: 0; padding: 0; }
  .extranav li { display: block; float: left; }
  .extranav a { display: block; font-size: 25px; padding: 2px 0; }
  .extranav a:link,
  .extranav a:visited { color: #19191A; text-decoration: none; }
  .extranav a:hover,
  .extranav a:active { color: #b2b2b2; text-decoration: none; }

  main .extranav a { color: #19191A; display: block; font-size: 16px; padding: 5px 0; text-decoration: none }
  main .extranav a:hover { color: #b2b2b2;text-decoration: none }

  .jaren { overflow: hidden; margin: 20px 0 0; position: relative; width: 100%; }
  .jaren ul { list-style: none; margin: 0; padding: 0; width: 10000000px; }
  .mCustomScrollBox:before {position: absolute; left: 0; top: 0; z-index: 1; width: 100%; height: 45px; display: block; content: '';

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1)));
background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,1) 100%);
background: -o-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,1) 100%);
background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 );


  }
  .jaren li { display: block; float: left; }
  .jaren a { display: block; font-size: 20px; font-weight: 600; height: 46px; text-align: center; padding: 7px 0 15px; position: relative; width: 110px; z-index: 2; }
  .jaren a span { position: absolute; left: 0; top: 0; z-index: -1; height: 34px; width: 100%; line-height: 30px; }
  .jaren a span { border: 3px solid #FFF; }
  .jaren .active a span { border: 3px solid #19191A; }
  .jaren .active a span:after { background: #19191A; content: ''; display: block; height: 12px; left: 50%; margin-left: -2px; position: absolute; top: 31px; width: 3px; z-index: 0; }
  .jaren a:link,
  .jaren a:visited { color: #b2b2b2; text-decoration: none; }
  .jaren a:hover,
  .jaren a:active { color: #19191A; text-decoration: none; }
  .jaren .active a,
  .jaren .home_active a,
  .jaren .same_cat a { color: #19191A;  }

  .jaarnav_s { background: #FFF url(images/prev_next_s.svg) no-repeat left top; cursor: pointer; height: 29px; overflow: hidden; position: absolute; bottom: -4px; width: 30px; z-index: 999; }
  .no-svg .jaarnav_s { background-image: url(images/prev_next_s.png); }
  .jaarnav_s.prevyear { left: 0; background-position: left -5px; }
  .jaarnav_s.prevyear:hover { background-position: left -44px; }
  .jaarnav_s.nextyear { right: 0; background-position: left -83px; }
  .jaarnav_s.nextyear:hover { background-position: left -122px; }
  .jaarnav_s a { display: block; width: 100%; height: 100%; }

  .soort ul { display: block; margin: 0 auto; padding: 9px 0 0; text-align: center; }
  .soort li { display: inline-block; }
  .soort a { display: block; font-size: 20px; font-weight: 600; padding: 6px 0; text-align: center; width: 180px; }
  .soort a:link,
  .soort a:visited { color: #b2b2b2; text-decoration: none; }
  .soort a:hover,
  .soort a:active { color: #19191A; text-decoration: none; }
  .soort .current-menu-item a { background: #19191A; color: #FFF; }

  .jaarnav { background: url(images/prev_next.svg) no-repeat left top; cursor: pointer; height: 152px; position: absolute; top: 375px; width: 52px; z-index: 2; }
  .no-svg .jaarnav { background: url(images/prev_next.png) no-repeat left top; }
  .jaarnav.nolink { cursor: default; }
  .prevyear { left: 0; background-position: left top; }
  .prevyear:hover { background-position: left -152px; }
  .prevyear.nolink,
  .prevyear.nolink:hover { background-position: left -152px; opacity: .2 }
  .nextyear { right: 0; background-position: left -304px; }
  .nextyear:hover { background-position: left bottom; }
  .nextyear.nolink,
  .nextyear.nolink:hover { background-position: left bottom; opacity: .2 }
  .jaarnav span { color: #E3E2E3; color: rgba(227, 226, 227, 0); font-size: 20px; font-weight: 600; line-height: 20px; margin-top: -10px; position: absolute; top: 50%; z-index: 2; }
  .jaarnav:hover span { color: #19191A; }
  .prevyear span { left: 6px; }
  .nextyear span { right: 6px; }
  .prevyear:hover span { left: 35px; }
  .nextyear:hover span { right: 35px; }
  .jaarnav a { display: block; width: 100%; height: 100%; }

  #langtoggle { right: 0; position: absolute; top: 37px; z-index: 1; }
  .language-menu a { font-size: 17px; text-transform: uppercase; margin-right: 5px; }
  .language-menu a:link,
  .language-menu a:visited { color: #b2b2b2; text-decoration: none; }
  .language-menu a:hover,
  .language-menu a:active { color: #19191A; text-decoration: none; }
  .language-menu a.active { color: #19191A; }

  #navtoggle {  display: block; height: 33px; left: 0; padding:0; top: 40px; position: absolute; width: 33px; z-index: 999; }
  #navtoggle span { display: block; background: url(images/topnavsprite.svg) no-repeat left top; height: 100%; width: 100%; cursor: pointer; }
  .no-svg #navtoggle span { background: url(images/topnavsprite.png) no-repeat left top; }
  #navtoggle:hover span,
  .i #navtoggle span { background-position: left -33px }

  #backtotop { background: url(images/up.svg) no-repeat center center; width: 33px; height: 33px; background-size: 33px 33px; cursor: pointer; display: none; position: fixed; right: 16px; bottom: 8px; text-transform: lowercase; color: #19191A; z-index: 999; }
  .no-svg #backtotop { background: url(images/up.png) no-repeat center center; }
  #backtotop:hover { color: #B2B2B2; opacity: 0.4; }

/* =============================================================================
   Scrollbar
   ========================================================================== */

  .mCSB_container{ width:auto; overflow:hidden; }
  .mCSB_scrollTools .mCSB_draggerContainer{ position:absolute; top:0; left:0; bottom:0; right:0;  height:auto;cursor: pointer; }

  .mCSB_horizontal>.mCSB_container{ height:auto; margin: 0 0 10px; overflow:hidden; }
  .mCSB_horizontal>.mCSB_container.mCS_no_scrollbar{ margin-bottom:0; }
  .mCS_disabled>.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar,
  .mCS_destroyed>.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar{ margin-bottom:10px; }

  .mCSB_horizontal.mCustomScrollBox>.mCSB_scrollTools{ width:100%; height:21px; top:auto; right:auto; bottom:0; left:0; z-index: 777; }
  .mCSB_horizontal>.mCSB_scrollTools a+.mCSB_draggerContainer{ margin:0 21px; }
  .mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{ width:100%; height:3px; margin:9px 0; }
  .mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger{ cursor: pointer; cursor: col-resize; cursor: ew-resize; width:80px; height:100%; }
  .mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ width:3px; height:30px; margin:0 auto; }

  .mCustomScrollBox{ -ms-touch-action:none; }
  .jaren .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background: #19191A }
  .jaren .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background:#19191A; }
  .jaren .mCSB_scrollTools .mCSB_draggerRail { background: #19191A }

/* =============================================================================
   Footer
   ========================================================================== */

  footer { background: #FFF; padding: 0; margin: 0 auto; width: 100%; z-index:1000;}
  .footerlogo { border-top: 3px solid #19191A;display: block; height: 132px; margin: 0 auto; background: url(images/logo_bm_zwart.svg) no-repeat center 24px; }
  .no-svg .footerlogo { background: url(images/logo_bm_zwart.png) no-repeat center 24px; }
  .payoff h2 { font-size: 17px; font-weight: 600; line-height: 1.2em; }
  .payoff { margin: 0 auto; max-width: 500px; padding: 0 20px; }

  footer nav ul { padding: 20px 0; text-align: center; }
  footer nav li { display: inline-block; }
  footer nav a { display: block; font-size: 17px; font-weight: 600; padding: 7px 10px; }
  footer nav .social a {padding: 7px 5px 7px 0; }
  footer nav .social a:before { margin: 0; }
  footer nav a:link,
  footer nav a:visited { color: #19191A; text-decoration: none; }
  footer nav a:hover,
  footer nav a:active { color: #b2b2b2; text-decoration: none; }
  footer nav .current-menu-item a,
  footer nav .current_page_item a { color: #19191A; text-decoration: underline; }

  footer nav .socialmenu ul {  padding: 0; display: inline-block; }

  #zoek { max-width: 620px; width: 100%; }
  .js #mainwrap > #zoek { display: none; }
  .no-js  #zoek { margin: 0 auto; padding-bottom: 30px; }
  #zoek input { border: none; float: left; font-size: 20px; line-height: 25px; padding: 5px 8px; }
  #zoek input#s { background: #FFF; color: #B2B2B2; width: 520px; }
  .no-js #zoek input#s { border: 1px solid #19191A; }
  #zoek input#s.focusField { color: #19191A; }
  #zoek input#searchsubmit { background: none; color: #FFF; font-size: 20px; font-weight: 600; text-align: center; width: 100px; }
  .no-js #zoek input#searchsubmit { background: #19191A; color: #FFF;  padding: 6px 8px; }
  #zoek input#searchsubmit:hover { color: #B2B2B2;  }
  .no-js #zoek input#searchsubmit:hover { background: #B2B2B2; color: #FFF; }

/* =============================================================================
   addthis_toolbox
   ========================================================================== */

  .addthis_button_facebook span,
  .addthis_button_twitter span,
  .addthis_button_linkedin span,
  .addthis_button_pinterest span,
  .addthis_button_google_plusone_share span,
  .addthis_button_email span { display: none; }
  .share .at300bs { background: none; overflow: hidden;  height: 0 !important; width: 0 !important; line-height: 0 !important; }
  .share { margin: 16px 0 0 0; }
  .share.home { margin: 0 0 0 0; }

  .addthis_toolbox  ul { float: left; margin: 0; padding: 0; list-style: none; }
  .addthis_toolbox  ul li {display: block; float: left;  margin: 0 2px 0 0;  }
  .addthis_toolbox  ul li:hover {  }
  .addthis_toolbox  ul li a  { display: block; text-align: center; line-height: 30px; color: #19191A; }
  main .addthis_default_style .at300b,
  main .addthis_default_style .at300bo,
  main .addthis_default_style .at300m { padding: 0; }

  .addthis_toolbox  ul li a.icon-plus{ color: #19191A; }
  .addthis_toolbox  ul li a.icon-plus span { visibility: hidden; margin-top: -30px; }

  .addthis_toolbox  ul li a:link,
  .addthis_toolbox  ul li a:visited { color: #19191A; text-decoration: none; text-shadow: 0 0 0 rgba(0,0,0,0) }
  .addthis_toolbox  ul li a:hover,
  .addthis_toolbox  li a:active { color: #B2B2B2; text-decoration: none; }
  .addthis_toolbox  li a.addthis_button_google_plusone div{ display: none !important; }

/* =============================================================================
   Mobile only
   ========================================================================== */

  #mobilenav { background: #19191A; background: rgba(26,26,26,0); display: block; height: 100%; left: 0; overflow: auto; position: fixed; top: 0; width: 100%; z-index: -998; }
  #mobilenav div { display: none }
  #mobilenav nav { display: block; padding-top: 112px; }
  #mobilenav ul {  }
  #mobilenav li {  }
  #mobilenav nav a { display: block; font-size: 25px; font-weight: 600; line-height: 25px; padding: 7px 0; text-align: center; text-transform: lowercase; }
  #mobilenav .sub-menu a {  }
  #mobilenav a:link,
  #mobilenav a:visited { color: #FFF; text-decoration: none; }
  #mobilenav a:hover,
  #mobilenav a:active { color: #B2B2B2; }

  #mobilenav ul.sub-menu {  }
  #mobilenav .current_page_item ul.sub-menu,
  #mobilenav .current_page_parent ul.sub-menu {  }
  #mobilenav ul.sub-menu li {  }
  #mobilenav ul.sub-menu a {  }

  #mobilenav li.current-menu-item > a,
  #mobilenav li.current-menu-ancestor > a,
  #mobilenav li.current-menu-parent > a,
  #mobilenav li.current_page_parent > a {  }

  .navclose { color: #FFF; cursor: pointer; font-size: 20px; position: fixed; bottom: 19px; right: 20px; z-index: 999; }
  .navclose:hover { color: #231F20; }

  #m_logo {  height: 27px;left: 50%; margin: 0 -140px; position: fixed; top: 46px; width: 280px; }
  #m_logo a { background-image: url(images/logo.svg); background-repeat: no-repeat; background-size: 100%; display: block; height: 100%; width: 100%; }
  .no-svg #m_logo a { background-image: url(images/logo.png); background-size: 280px 27px; }
  #m_logo a:link,
  #m_logo a:visited { background-position: center center; }
  #m_logo a:hover,
  #m_logo a:active { background-position: center bottom; }

  #m_social { bottom: 10px; left: 0; padding: 0 20px; position: fixed; width: 100%; }
  #m_social a { font-size: 30px; }

  #m_zoek { bottom: 80px; left: 0; padding: 0 20px; position: fixed; width: 100%; }
  #m_zoek input { border: none; float: left; font-size: 25px; line-height: 25px; padding: 5px 8px; }
  #m_zoek input#m_s { background: #FFF; color: #B2B2B2; width: 70%; }
  #m_zoek input#m_s.focusField { color: #19191A; }
  #m_zoek input#m_searchsubmit { background: none; color: #FFF; font-size: 20px; font-weight: 600; padding: 6px 0; text-align: right; width: 30%; }
  #m_zoek input#m_searchsubmit:hover { color: #B2B2B2;  }

  body.i footer { position: fixed; z-index: 990; }
  .i #mobilenav { background: rgba(26,26,26,.9); z-index: 998; }

  figcaption { text-align: center; }

/* =============================================================================
   Homepage
   ========================================================================== */

  .home .slider { max-width: 100%; }
  .home main { padding: 25px 0 35px; }
  .home .imgreplace { background-image: none; }
  .home .slide a.imgreplace img { background: #EEE url(images/logo_bm_wit.svg) no-repeat center center; }
  .no-svg .home .slide a.imgreplace img { background: #EEE url(images/logo_bm_wit.png) no-repeat center center; }
  .home .slide a.sliderimg img { background-color: #EEE; background-position: center center; background-repeat: no-repeat; background-size: cover; width: 100%; height: auto; }
  .home .slide .desc { background: #b2b2b2; background: rgba(26,26,26,.3); color: #FFF; font-size: 27px; font-weight: 600; height: 100%; line-height: 1.2em; padding: 50px 20px 20px; text-align: left; }

  .home .cycle-pager { left: 16px; top: 16px; right: auto;  }
  .home .cycle-pager span { background: rgba(255,255,255,.5); height: 16px; width: 16px; }
  .home .cycle-pager span.cycle-pager-active,
  .home .cycle-pager span:hover { background: #FFF; color: #FFF }

  .infinite .col_2 { float: left; text-align: left; padding: 0 10px; margin-bottom: 25px; }
  .col_2.active { border-left: 3px solid #19191A; }
  .col_2 .itemheader { font-size: 27px; font-weight: 600; }
  .header_abc { display: block; text-align: center; padding: 0 0 20px; }
  .item_abc { display: inline-block; margin: 0 2px; }

  a.item_abc:link,
  a.item_abc:visited { color: #19191A; text-decoration: none; }
  a.item_abc:hover,
  a.item_abc:active { color: #b2b2b2; text-decoration: none; }

/* =============================================================================
   CSS animate
   ========================================================================== */

  #wrap,
  header,
  nav,
  #mobilenav,
  .jaarnav span,
  .cycle-pager,
  .mCSB_draggerRail,
  .mCSB_dragger_bar {
  -webkit-transition: .25s ease-in-out;
     -moz-transition: .25s ease-in-out;
       -o-transition: .25s ease-in-out;
      -ms-transition: .25s ease-in-out;
          transition: .25s ease-in-out;
  }

  .infinite .item p { text-align: left }
 /*  .wp-caption p,
  figcaption { text-align: left; padding-left: 0; } */
  .cycle-pager span { background: #b2b2b2; border: 0 none; color:#b2b2b2; }
  .cycle-pager span.cycle-pager-active,
  .cycle-pager span:hover { background: #19191A; color:#19191A; }

/* =============================================================================
   Readspeaker
   ========================================================================== */
  .rsbtn {
    margin-bottom: 4px !important;
    margin-top: 10px !important;
    width: 170px !important;
    margin: 0 auto !important;
  }
  .rsexpanded {
    width: 385px !important;
    margin: 0 auto !important;
  }
  .rsbtn.skin {
    /* Load indicator */
    /* Additional items when play button is clicked */
  }
  .rsbtn.skin .rs-player-loadindicator {
    background: #93a2ae;
    height: 2px;
  }
  .rsbtn.skin .rs-player-loadindicator .rsbtn-progress {
    background: #18BEFC;
  }
  .rsbtn.skin .rsbtn_exp_inner {
    border-color: #E4E4E4 !important;
  }
  .rsbtn.skin .rsbtn_exp_inner .rsbtn_player_item {
    background: #fff !important;
    border-color: #E4E4E4 !important;
  }
  .rsbtn.skin .rsbtn_exp_inner .rsbtn_player_item span.rsicn {
    color: #93a2ae;
    /* Icon */
    font-size: 0.9em;
    height: 25px;
  }
  .rsbtn.skin .rsbtn_exp_inner .rsbtn_player_item:focus span.rsicn, .rsbtn.skin .rsbtn_exp_inner .rsbtn_player_item:active span.rsicn, .rsbtn.skin .rsbtn_exp_inner .rsbtn_player_item:hover span.rsicn {
    color: #576069 !important;
    /* Icon */
    background: #fff !important;
  }
  .rsbtn.skin .rsbtn_play {
    background: #fff;
    border-color: #E4E4E4;
    border-radius: 0;
  }
  .rsbtn.skin .rsbtn_play .rsbtn_left {
    margin-left: 44px;
  }
  .rsbtn.skin .rsbtn_play .rsbtn_left .rsbtn_text::before {
    color: #93a2ae;
    /* Speaker icon */
    font-size: 0.9em;
  }
  .rsbtn.skin .rsbtn_play .rsbtn_left .rsbtn_text .rsbtn_label {
    color: #576069;
    /* Listen label */
    margin-left: -4px;
  }
  .rsbtn.skin .rsbtn_play .rsbtn_right {
    border-color: #E4E4E4;
    width: 24px;
  }
  .rsbtn.skin .rsbtn_play .rsbtn_right::before {
    color: #93a2ae;
    /* Play icon */
    font-size: 0.9em;
    margin-top: -1px;
    margin-left: -1px;
  }
  .rsbtn.skin .rsbtn_play:hover {
    background: #fff;
  }
  .rsbtn.skin .rsbtn_play:hover .rsbtn_left .rsbtn_text::before {
    color: #93a2ae;
    /* Speaker icon */
  }
  .rsbtn.skin .rsbtn_play:hover .rsbtn_left .rsbtn_text .rsbtn_label {
    color: #576069;
    /* Listen label */
  }
  .rsbtn.skin .rsbtn_play:hover .rsbtn_right::before {
    color: #576069;
    /* Play icon */
  }
  .rsbtn.skin .rsbtn_tooltoggle {
    background: #fff;
    border-color: #E4E4E4;
    color: #576069;
    width: 30px;
    height: 28px;
    top: 0;
    left: 1px;
  }
  .rsbtn.skin .rsbtn_tooltoggle:hover, .rsbtn.skin .rsbtn_tooltoggle:active, .rsbtn.skin .rsbtn_tooltoggle:focus {
    background: #fff;
    color: #576069;
  }
  .rsbtn.skin .rsbtn_tooltoggle:hover span.rsicn, .rsbtn.skin .rsbtn_tooltoggle:active span.rsicn, .rsbtn.skin .rsbtn_tooltoggle:focus span.rsicn {
    color: #576069;
  }
  .rsbtn.skin.zoom-tooltoggler .rsbtn_tooltoggle {
    background: #fff;
    border-color: #E4E4E4;
    color: #93a2ae;
    /* Hamburger icon */
    width: 30px;
    height: 28px;
    top: 0;
    left: 0;
  }
  .rsbtn.skin.zoom-tooltoggler:hover .rsbtn_tooltoggle, .rsbtn.skin.zoom-tooltoggler:active .rsbtn_tooltoggle {
    background: #fff;
  }
  .rsbtn.skin.zoom-tooltoggler:hover .rsbtn_tooltoggle .rsicn, .rsbtn.skin.zoom-tooltoggler:active .rsbtn_tooltoggle .rsicn {
    color: #576069;
    /* Hamburger icon */
  }
  .rsbtn.skin.zoom-tooltoggler:hover .rsbtn_tooltoggle:focus, .rsbtn.skin.zoom-tooltoggler:hover .rsbtn_tooltoggle:active, .rsbtn.skin.zoom-tooltoggler:active .rsbtn_tooltoggle:focus, .rsbtn.skin.zoom-tooltoggler:active .rsbtn_tooltoggle:active {
    background: #fff;
    border-color: #fff;
    color: #576069;
  }
  .rsbtn.skin.zoom-tooltoggler:hover .rsbtn_tooltoggle:focus .rsicn, .rsbtn.skin.zoom-tooltoggler:hover .rsbtn_tooltoggle:active .rsicn, .rsbtn.skin.zoom-tooltoggler:active .rsbtn_tooltoggle:focus .rsicn, .rsbtn.skin.zoom-tooltoggler:active .rsbtn_tooltoggle:active .rsicn {
    color: #576069;
    /* Hamburger icon */
  }
  .rsbtn .rsbtn_tools {
    margin-top: -3px;
    background: #fff !important;
    border-color: #E4E4E4 !important;
  }
  .rsbtn .rsbtn_tools .rsicn::before {
    font-size: 0.8em;
    color: #576069;
  }
  .rsbtn .rsbtn_tools .rsbtn_tool {
    border-right: 0px !important;
  }
  
  .rspopup {
    background: #fff !important;
    box-shadow: none !important;
    border-radius: 0 !important;
  }
  .rspopup .rspopup_btn {
    border-color: #E4E4E4 !important;
  }
  
  .rs_addtools .rsbtn_tooltoggle, .rspopup {
    border-color: #E4E4E4 !important;
  }

/* =============================================================================
   Media Queries
   ========================================================================== */


  @media only screen and (max-width: 767px) { /* mobile phone */
    #logo { height: 57px; margin: 0 auto; padding: 20px 0 10px; width: 280px; }
    .soort ul { margin-bottom: 10px; }
    .footerlogo{ margin-left: 20px; margin-right: 20px; }
    .jaren { margin: 0; padding: 0 20px; }
    #social,
    .jaarnav { display: none }
    header nav ul { display: none; }
    .soort li {  width: 45%; }
    .soort a { font-size: 15px; padding: 5px 8px; width: 100%; white-space: nowrap; }

    main { min-height: 240px; }

    .imgreplace,
    .sliderimg { min-height: 184px; }
    .cycle-slideshow { margin-top: 0; margin-bottom: 35px; }
    .cycle-pager span { height: 16px; width: 16px; margin: 0 0 0 10px; }
    .cycle-pager { top: auto; bottom: -45px; }

    .home main { padding: 20px 0 45px; }
    .home .cycle-slideshow { margin-bottom: 45px; }
    .home .imgreplace,
    .home .sliderimg { min-height: 186px; margin-bottom: 186px; }
    .home .slide .desc { background: #B2B2B2; background: rgba(26, 26, 26, 0.3); color: #FFF; font-size: 17px; height: auto; left: 0; padding-top: 20px; position: absolute; bottom: 0; width: 100%; z-index: 1; }
    .home .cycle-pager { top: auto; bottom: -34px; }
    .home .cycle-pager span { margin: 0 6px 0 4px; }
    .home .cycle-pager span { background: #B2B2B2; color: #B2B2B2; }
    .home .cycle-pager span.cycle-pager-active,
    .home .cycle-pager span:hover { background: #19191A; color:#19191A; }

    .jaarnav_s.prevyear { left: 10px; }
    .jaarnav_s.nextyear { right: 10px; }

    main p { overflow: hidden; text-overflow: ellipsis; }
    main p a { white-space: nowrap; }
    .item img,
    .slider img { height: auto; max-width: 100%; }
    .has_video:after,
    .has_play:after { border-width: 40px 0 40px 64px; margin: -40px 0 0 -25px; }
    a.item_abc { font-size: 20px; line-height: 35px; padding: 0 1px; }
    footer nav a { font-size: 16px; font-weight: 400; padding: 7px 5px;}
    footer nav .socialmenu { display: block; }
    #zoektoggle,
    #navtoggle { position: fixed; top: auto; bottom: 8px; z-index: 999; }
    body:before{ background-color: #FFF; background-color: rgba(255,255,255,.8); display: block; content: ''; position: fixed; bottom: 0; left: 0; height: 50px; width: 100%; z-index: 888; }
    #navtoggle { left: 10px; }
    #zoektoggle { left: 55px; }
    .wp-caption p, figcaption { padding: 0; text-align: left; }
    #zoek input#searchsubmit { padding: 10px 0 0; margin: 0; float: right; width: auto; }
    footer { padding-bottom: 150px }
    #backtotop { display: block }
    #langtoggle { position: fixed; top: auto; bottom: 10px; right: 60px; z-index: 999; }

  }

  @media only screen and (min-width: 768px) and (max-width: 1023px) { /* tablet */
    #mainwrap,
    hr:before,
    .footerlogo { width: 720px; }
    hr:before { left: 50%; margin-left: -470px; }
    #logo { width: 451px; padding: 43px 0 30px; }

    .col_2 { width: 225px; }
    .slide .desc { width: 225px; }
    #mobilenav { display: none; }
    .jaarnav { top: 340px; }

    .slider { margin: 0 auto; max-width: 550px; }
    .slider img { height: auto; max-width: 100%; }

    .imgreplace,
    .sliderimg { width: 550px; min-height: 317px; }
    .home .imgreplace,
    .home .sliderimg { width: 720px; min-height: 417px; }

  .home .slide .desc { height: 100%; left: 0; position: absolute; top: 0; z-index: 1; }
    .cycle-slideshow .slide {}
    .slider h3 { margin: 0 100px; }

    html, body, #mainwrap {  height: 100%; min-height: 100%; }
    #mainwrap { height: auto !important; margin: 0 auto -252px; padding-bottom: 252px; }
    footer,
    .push { height: 252px; }
  }

  @media only screen and (min-width: 1024px) { /* desktop */
    #mainwrap,
    hr:before,
    .footerlogo { width: 940px; }
    hr:before { left: 50%; margin-left: -470px; }

    .col_2 { width: 225px; }
    .slide .desc { width: 295px; }
    #mobilenav { display: none; }

    .imgreplace,
    .sliderimg { width: 660px; min-height: 380px; }
    .home .imgreplace,
    .home .sliderimg { width: 940px; min-height: 545px; }

  .home .slide .desc { height: 100%; left: 0; position: absolute; top: 0; z-index: 1; }
    .cycle-slideshow .slide {}
    .slider h3 { margin: 8px 180px; }

    html,
    body,
    #mainwrap {  height: 100%; min-height: 100%; }
    #mainwrap { height: auto !important; margin: 0 auto -252px; padding-bottom: 252px; }
    footer,
    .push { height: 252px; }
  }

/* =============================================================================
   IE failback
   ========================================================================== */

  .ie7 body { }
  .ie8 body { }
  .ie9 body { }
  html[data-useragent*='MSIE 10.0'] body { }


  .ie7 #mainwrap,
  .ie7 hr:before,
  .ie7 .footerlogo { width: 940px; }
  .ie7 hr:before { left: 50%; margin-left: -470px; }

  .ie7 .col_2 { width: 225px; }
  .ie7 .slide .desc { width: 295px; }
  .ie7 #mobilenav { display: none; }

  .ie7 .imgreplace,
  .ie7 .sliderimg { width: 660px; min-height: 380px; }
  .ie7 .home .imgreplace,
  .ie7 .home .sliderimg { width: 940px; min-height: 545px; }

  .ie7 .home .slide .desc { height: 100%; left: 0; position: absolute; top: 0; z-index: 1; }
  .ie7 .cycle-slideshow .slide {}
  .ie7 .slider h3 { margin: 0 180px; }

  .ie7 html,
  .ie7 body,
  .ie7 #mainwrap {  height: 100%; min-height: 100%; }
  .ie7 #mainwrap { height: auto !important; margin: 0 auto -252px; padding-bottom: 252px; }
  .ie7 footer,
  .ie7 .push { height: 252px; }


  .ie8 #mainwrap,
  .ie8 hr:before,
  .ie8 .footerlogo { width: 940px; }
  .ie8 hr:before { left: 50%; margin-left: -470px; }

  .ie8 .col_2 { width: 225px; }
  .ie8 .slide .desc { width: 295px; }
  .ie8 #mobilenav { display: none; }

  .ie8 .imgreplace,
  .ie8 .sliderimg { width: 660px; min-height: 380px; }
  .ie8 .home .imgreplace,
  .ie8 .home .sliderimg { width: 940px; min-height: 545px; }

  .ie8 .home .slide .desc { height: 100%; left: 0; position: absolute; top: 0; z-index: 1; }
  .ie8 .cycle-slideshow .slide {}
  .ie8 .slider h3 { margin: 0 180px; }

  .ie8 html,
  .ie8 body,
  .ie8 #mainwrap {  height: 100%; min-height: 100%; }
  .ie8 #mainwrap { height: auto !important; margin: 0 auto -252px; padding-bottom: 252px; }
  .ie8 footer,
  .ie8 .push { height: 252px; }

/* =============================================================================
  Non-Semantic Classes
  ========================================================================== */

  .ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
  .ir br { display: none; }
  .hidden { display: none !important; visibility: hidden; }
  .visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
  .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
  .invisible { visibility: hidden; }
  .clearfix:before, .clearfix:after { content: ""; display: table; }
  .clearfix:after { clear: both; }
  .clearfix { *zoom: 1;height: 0; clear: both; }
  .clearleft:before, .clearleft:after { content: ""; display: table; }
  .clearleft:after { clear: left; }
  .clearleft { *zoom: 1;height: 0; clear: left; }
  .clear { clear: both; }

/* ==========================================================================
  Print styles
  ========================================================================== */

  @media print {
    * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; }
    a, a:visited { text-decoration: underline; }
    a[href]:after { content: " (" attr(href) ")"; }
    abbr[title]:after { content: " (" attr(title) ")"; }
    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
    pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
    thead { display: table-header-group; }
    tr, img { page-break-inside: avoid; }
    img { max-width: 100% !important; }
    @page { margin: 0.5cm; }
    p, h2, h3 { orphans: 3; widows: 3; }
    h2, h3 { page-break-after: avoid; }
  }

  @import url("css/animate.css");