@charset "UTF-8";
/*-----------------------------------------------------------------------------------*/
/*	Formats
/*-----------------------------------------------------------------------------------*/
/* font size mixin */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600,300italic,400italic&subset=latin,latin-ext);
/*
@mixin light() {
  font-family: 'open_sanslight', Arial, sans-serif;
}
@mixin regular() {
  font-family: 'open_sansregular', Arial, sans-serif;
}
@mixin semibold() {
  font-family: 'open_sanssemibold', Arial, sans-serif;
}
@mixin bold() {
  font-family: 'open_sansbold', Arial, sans-serif;
}
@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/bold/opensans-bold.eot');
    src: url('../fonts/bold/opensans-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bold/opensans-bold.woff2') format('woff2'),
         url('../fonts/bold/opensans-bold.woff') format('woff'),
         url('../fonts/bold/opensans-bold.ttf') format('truetype'),
         url('../fonts/bold/opensans-bold.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sanslight';
    src: url('../fonts/light/opensans-light.eot');
    src: url('../fonts/light/opensans-light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/light/opensans-light.woff2') format('woff2'),
         url('../fonts/light/opensans-light.woff') format('woff'),
         url('../fonts/light/opensans-light.ttf') format('truetype'),
         url('../fonts/light/opensans-light.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/regular/opensans-regular.eot');
    src: url('../fonts/regular/opensans-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/regular/opensans-regular.woff2') format('woff2'),
         url('../fonts/regular/opensans-regular.woff') format('woff'),
         url('../fonts/regular/opensans-regular.ttf') format('truetype'),
         url('../fonts/regular/opensans-regular.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sanssemibold';
    src: url('../fonts/semibold/opensans-semibold.eot');
    src: url('../fonts/semibold/opensans-semibold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/semibold/opensans-semibold.woff2') format('woff2'),
         url('../fonts/semibold/opensans-semibold.woff') format('woff'),
         url('../fonts/semibold/opensans-semibold.ttf') format('truetype'),
         url('../fonts/semibold/opensans-semibold.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

*/
/* =============================================================
========================= css reset  ======================
================================================================ */
html, body, address, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body, address {
  line-height: 1;
}

html, body, address {
  width: 100%;
  height: 100%;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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

a:active {
  outline: none;
}

a[href] img {
  cursor: pointer;
}

[class*=grid] {
  width: 100%;
}
[class*=grid].flr {
  float: right;
}
[class*=grid].center {
  float: none !important;
  margin: 0 auto;
}

.grid-12 {
  width: 100%;
  float: left;
}

.grid-11 {
  width: 91.66%;
  float: left;
}

.grid-105 {
  width: 87.5%;
  float: left;
}

.grid-10 {
  width: 83.33%;
  float: left;
}

.grid-94 {
  width: 80%;
  float: left;
}

.grid-9 {
  width: 75%;
  float: left;
}

.grid-8 {
  width: 66.66%;
  float: left;
}

.grid-7 {
  width: 58.33%;
  float: left;
}

.grid-6 {
  width: 50%;
  float: left;
}

.grid-58 {
  width: 48.33%;
  float: left;
}

.grid-5 {
  width: 41.66%;
  float: left;
}

.grid-48 {
  width: 40%;
  float: left;
}

.grid-4 {
  width: 33.33%;
  float: left;
}

.grid-3 {
  width: 25%;
  float: left;
}

.grid-24 {
  width: 20%;
  float: left;
}

.grid-2 {
  width: 16.66%;
  float: left;
}

.grid-15 {
  width: 12.5%;
  float: left;
}

.grid-1 {
  width: 8.33%;
  float: left;
}

/* xl */
@media all and (max-width: 959px) {
  .txtcenter-xl {
    text-align: center;
  }

  .block-xl {
    display: block;
    padding: 20px 0;
    padding: 2rem 0;
    clear: both;
  }

  .grid-xl-12 {
    width: 100%;
    float: none;
    clear: both;
  }

  .grid-xl-11 {
    width: 91.66%;
    float: left;
  }

  .grid-xl-10 {
    width: 83.33%;
    float: left;
  }

  .grid-xl-9 {
    width: 75%;
    float: left;
  }

  .grid-xl-8 {
    width: 66.66%;
    float: left;
  }

  .grid-xl-7 {
    width: 58.33%;
    float: left;
  }

  .grid-xl-6 {
    width: 50%;
    float: left;
  }

  .grid-xl-5 {
    width: 41.66%;
    float: left;
  }

  .grid-xl-4 {
    width: 33.33%;
    float: left;
  }

  .grid-xl-3 {
    width: 25%;
    float: left;
  }

  .grid-xl-24 {
    width: 20%;
    float: left;
  }

  .grid-xl-2 {
    width: 16.66%;
    float: left;
  }

  .grid-xl-15 {
    width: 12.5%;
    float: left;
  }

  .grid-xl-1 {
    width: 8.33%;
    float: left;
  }
}
/* l */
@media all and (max-width: 799px) {
  .grid-l-12 {
    width: 100%;
    float: none;
    clear: both;
  }

  .grid-l-11 {
    width: 91.66%;
    float: left;
  }

  .grid-l-10 {
    width: 83.33%;
    float: left;
  }

  .grid-l-9 {
    width: 75%;
    float: left;
  }

  .grid-l-8 {
    width: 66.66%;
    float: left;
  }

  .grid-l-7 {
    width: 58.33%;
    float: left;
  }

  .grid-l-6 {
    width: 50%;
    float: left;
  }

  .grid-l-5 {
    width: 41.66%;
    float: left;
  }

  .grid-l-4 {
    width: 33.33%;
    float: left;
  }

  .grid-l-3 {
    width: 25%;
    float: left;
  }

  .grid-l-24 {
    width: 20%;
    float: left;
  }

  .grid-l-2 {
    width: 16.66%;
    float: left;
  }

  .grid-l-1 {
    width: 8.33%;
    float: left;
  }
}
/* m */
@media all and (max-width: 599px) {
  .nopad-m {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .block-m {
    display: block;
    padding: 20px 0;
    padding: 2rem 0;
    clear: both;
  }

  .grid-m-12 {
    width: 100%;
    float: none;
    clear: both;
  }

  .grid-m-11 {
    width: 91.66%;
    float: left;
  }

  .grid-m-10 {
    width: 83.33%;
    float: left;
  }

  .grid-m-9 {
    width: 75%;
    float: left;
  }

  .grid-m-8 {
    width: 66.66%;
    float: left;
  }

  .grid-m-7 {
    width: 58.33%;
    float: left;
  }

  .grid-m-6 {
    width: 50%;
    float: left;
  }

  .grid-m-5 {
    width: 41.66%;
    float: left;
  }

  .grid-m-4 {
    width: 33.33%;
    float: left;
  }

  .grid-m-3 {
    width: 25%;
    float: left;
  }

  .grid-m-24 {
    width: 20%;
    float: left;
  }

  .grid-m-2 {
    width: 16.66%;
    float: left;
  }

  .grid-m-1 {
    width: 8.33%;
    float: left;
  }
}
/* s */
@media all and (max-width: 479px) {
  .grid-s-12 {
    width: 100%;
    float: none;
    clear: both;
  }

  .grid-s-11 {
    width: 91.66%;
    float: left;
  }

  .grid-s-10 {
    width: 83.33%;
    float: left;
  }

  .grid-s-9 {
    width: 75%;
    float: left;
  }

  .grid-s-8 {
    width: 66.66%;
    float: left;
  }

  .grid-s-7 {
    width: 58.33%;
    float: left;
  }

  .grid-s-6 {
    width: 50%;
    float: left;
  }

  .grid-s-5 {
    width: 41.66%;
    float: left;
  }

  .grid-s-4 {
    width: 33.33%;
    float: left;
  }

  .grid-s-3 {
    width: 25%;
    float: left;
  }

  .grid-s-24 {
    width: 20%;
    float: left;
  }

  .grid-s-2 {
    width: 16.66%;
    float: left;
  }

  .grid-s-1 {
    width: 8.33%;
    float: left;
  }
}
/*-----------------------------------------------------------------------------------*/
/*	Sprites
/*-----------------------------------------------------------------------------------*/
.icon-b:before, .icon-a:after, .icon, .pageNavigation > ul > li:first-child > a, .news header h2:before, .pageAside .schema-menu li a.current:before, .left-spec-menu li a.current:before {
  background-image: url("../img/pngSprite.png");
}

.icon.about-granty, .icon-a.about-granty:after, .icon-b.about-granty:before {
  width: 52px;
  height: 48px;
  background-position: -126px 0px;
}

.ha.icon.about-granty, .ha.icon-a.about-granty:after, .ha.icon-b.about-granty:before {
  margin-left: -26px;
  margin-top: -24px;
}

.va.icon.about-granty, .va.icon-a.about-granty:after, .va.icon-b.about-granty:before {
  margin-top: -24px;
}

.ba.icon.about-granty, .ba.icon-a.about-granty:after, .ba.icon-b.about-granty:before {
  margin-left: -26px;
  margin-top: -24px;
}

.icon.about-odbornost, .icon-a.about-odbornost:after, .icon-b.about-odbornost:before {
  width: 53px;
  height: 57px;
  background-position: -63px 0px;
}

.ha.icon.about-odbornost, .ha.icon-a.about-odbornost:after, .ha.icon-b.about-odbornost:before {
  margin-left: -26.5px;
  margin-top: -28.5px;
}

.va.icon.about-odbornost, .va.icon-a.about-odbornost:after, .va.icon-b.about-odbornost:before {
  margin-top: -28.5px;
}

.ba.icon.about-odbornost, .ba.icon-a.about-odbornost:after, .ba.icon-b.about-odbornost:before {
  margin-left: -26.5px;
  margin-top: -28.5px;
}

.icon.about-publikace, .icon-a.about-publikace:after, .icon-b.about-publikace:before {
  width: 52px;
  height: 48px;
  background-position: 0px -122px;
}

.ha.icon.about-publikace, .ha.icon-a.about-publikace:after, .ha.icon-b.about-publikace:before {
  margin-left: -26px;
  margin-top: -24px;
}

.va.icon.about-publikace, .va.icon-a.about-publikace:after, .va.icon-b.about-publikace:before {
  margin-top: -24px;
}

.ba.icon.about-publikace, .ba.icon-a.about-publikace:after, .ba.icon-b.about-publikace:before {
  margin-left: -26px;
  margin-top: -24px;
}

.icon.about-uvod, .icon-a.about-uvod:after, .icon-b.about-uvod:before {
  width: 52px;
  height: 48px;
  background-position: -126px -58px;
}

.ha.icon.about-uvod, .ha.icon-a.about-uvod:after, .ha.icon-b.about-uvod:before {
  margin-left: -26px;
  margin-top: -24px;
}

.va.icon.about-uvod, .va.icon-a.about-uvod:after, .va.icon-b.about-uvod:before {
  margin-top: -24px;
}

.ba.icon.about-uvod, .ba.icon-a.about-uvod:after, .ba.icon-b.about-uvod:before {
  margin-left: -26px;
  margin-top: -24px;
}

.icon.about-vyuka, .icon-a.about-vyuka:after, .icon-b.about-vyuka:before {
  width: 54px;
  height: 33px;
  background-position: 0px -180px;
}

.ha.icon.about-vyuka, .ha.icon-a.about-vyuka:after, .ha.icon-b.about-vyuka:before {
  margin-left: -27px;
  margin-top: -16.5px;
}

.va.icon.about-vyuka, .va.icon-a.about-vyuka:after, .va.icon-b.about-vyuka:before {
  margin-top: -16.5px;
}

.ba.icon.about-vyuka, .ba.icon-a.about-vyuka:after, .ba.icon-b.about-vyuka:before {
  margin-left: -27px;
  margin-top: -16.5px;
}

.icon.about-vzdelani, .icon-a.about-vzdelani:after, .icon-b.about-vzdelani:before {
  width: 64px;
  height: 34px;
  background-position: -62px -122px;
}

.ha.icon.about-vzdelani, .ha.icon-a.about-vzdelani:after, .ha.icon-b.about-vzdelani:before {
  margin-left: -32px;
  margin-top: -17px;
}

.va.icon.about-vzdelani, .va.icon-a.about-vzdelani:after, .va.icon-b.about-vzdelani:before {
  margin-top: -17px;
}

.ba.icon.about-vzdelani, .ba.icon-a.about-vzdelani:after, .ba.icon-b.about-vzdelani:before {
  margin-left: -32px;
  margin-top: -17px;
}

.icon.calendar, .icon-a.calendar:after, .icon-b.calendar:before {
  width: 32px;
  height: 31px;
  background-position: -64px -180px;
}

.ha.icon.calendar, .ha.icon-a.calendar:after, .ha.icon-b.calendar:before {
  margin-left: -16px;
  margin-top: -15.5px;
}

.va.icon.calendar, .va.icon-a.calendar:after, .va.icon-b.calendar:before {
  margin-top: -15.5px;
}

.ba.icon.calendar, .ba.icon-a.calendar:after, .ba.icon-b.calendar:before {
  margin-left: -16px;
  margin-top: -15.5px;
}

.icon.darciKrve, .icon-a.darciKrve:after, .icon-b.darciKrve:before {
  width: 30px;
  height: 42px;
  background-position: -250px -64px;
}

.ha.icon.darciKrve, .ha.icon-a.darciKrve:after, .ha.icon-b.darciKrve:before {
  margin-left: -15px;
  margin-top: -21px;
}

.va.icon.darciKrve, .va.icon-a.darciKrve:after, .va.icon-b.darciKrve:before {
  margin-top: -21px;
}

.ba.icon.darciKrve, .ba.icon-a.darciKrve:after, .ba.icon-b.darciKrve:before {
  margin-left: -15px;
  margin-top: -21px;
}

.icon.email, .icon-a.email:after, .icon-b.email:before {
  width: 34px;
  height: 36px;
  background-position: -173px -223px;
}

.ha.icon.email, .ha.icon-a.email:after, .ha.icon-b.email:before {
  margin-left: -17px;
  margin-top: -18px;
}

.va.icon.email, .va.icon-a.email:after, .va.icon-b.email:before {
  margin-top: -18px;
}

.ba.icon.email, .ba.icon-a.email:after, .ba.icon-b.email:before {
  margin-left: -17px;
  margin-top: -18px;
}

.icon.empty-blood, .icon-a.empty-blood:after, .icon-b.empty-blood:before {
  width: 32px;
  height: 49px;
  background-position: 0px -223px;
}

.ha.icon.empty-blood, .ha.icon-a.empty-blood:after, .ha.icon-b.empty-blood:before {
  margin-left: -16px;
  margin-top: -24.5px;
}

.va.icon.empty-blood, .va.icon-a.empty-blood:after, .va.icon-b.empty-blood:before {
  margin-top: -24.5px;
}

.ba.icon.empty-blood, .ba.icon-a.empty-blood:after, .ba.icon-b.empty-blood:before {
  margin-left: -16px;
  margin-top: -24.5px;
}

.icon.facebook, .icon-a.facebook:after, .icon-b.facebook:before {
  width: 27px;
  height: 27px;
  background-position: -143px -180px;
}

.ha.icon.facebook, .ha.icon-a.facebook:after, .ha.icon-b.facebook:before {
  margin-left: -13.5px;
  margin-top: -13.5px;
}

.va.icon.facebook, .va.icon-a.facebook:after, .va.icon-b.facebook:before {
  margin-top: -13.5px;
}

.ba.icon.facebook, .ba.icon-a.facebook:after, .ba.icon-b.facebook:before {
  margin-left: -13.5px;
  margin-top: -13.5px;
}

.icon.full-blood, .icon-a.full-blood:after, .icon-b.full-blood:before {
  width: 32px;
  height: 49px;
  background-position: -42px -223px;
}

.ha.icon.full-blood, .ha.icon-a.full-blood:after, .ha.icon-b.full-blood:before {
  margin-left: -16px;
  margin-top: -24.5px;
}

.va.icon.full-blood, .va.icon-a.full-blood:after, .va.icon-b.full-blood:before {
  margin-top: -24.5px;
}

.ba.icon.full-blood, .ba.icon-a.full-blood:after, .ba.icon-b.full-blood:before {
  margin-left: -16px;
  margin-top: -24.5px;
}

.icon.granty, .icon-a.granty:after, .icon-b.granty:before {
  width: 20px;
  height: 18px;
  background-position: -290px 0px;
}

.ha.icon.granty, .ha.icon-a.granty:after, .ha.icon-b.granty:before {
  margin-left: -10px;
  margin-top: -9px;
}

.va.icon.granty, .va.icon-a.granty:after, .va.icon-b.granty:before {
  margin-top: -9px;
}

.ba.icon.granty, .ba.icon-a.granty:after, .ba.icon-b.granty:before {
  margin-left: -10px;
  margin-top: -9px;
}

.icon.half-blood, .icon-a.half-blood:after, .icon-b.half-blood:before {
  width: 32px;
  height: 49px;
  background-position: -84px -223px;
}

.ha.icon.half-blood, .ha.icon-a.half-blood:after, .ha.icon-b.half-blood:before {
  margin-left: -16px;
  margin-top: -24.5px;
}

.va.icon.half-blood, .va.icon-a.half-blood:after, .va.icon-b.half-blood:before {
  margin-top: -24.5px;
}

.ba.icon.half-blood, .ba.icon-a.half-blood:after, .ba.icon-b.half-blood:before {
  margin-left: -16px;
  margin-top: -24.5px;
}

.icon.hasUl, .icon-a.hasUl:after, .icon-b.hasUl:before {
  width: 15px;
  height: 8px;
  background-position: -290px -137px;
}

.ha.icon.hasUl, .ha.icon-a.hasUl:after, .ha.icon-b.hasUl:before {
  margin-left: -7.5px;
  margin-top: -4px;
}

.va.icon.hasUl, .va.icon-a.hasUl:after, .va.icon-b.hasUl:before {
  margin-top: -4px;
}

.ba.icon.hasUl, .ba.icon-a.hasUl:after, .ba.icon-b.hasUl:before {
  margin-left: -7.5px;
  margin-top: -4px;
}

.icon.homeMenuItem, .icon-a.homeMenuItem:after, .icon-b.homeMenuItem:before {
  width: 29px;
  height: 23px;
  background-position: -188px -147px;
}

.ha.icon.homeMenuItem, .ha.icon-a.homeMenuItem:after, .ha.icon-b.homeMenuItem:before {
  margin-left: -14.5px;
  margin-top: -11.5px;
}

.va.icon.homeMenuItem, .va.icon-a.homeMenuItem:after, .va.icon-b.homeMenuItem:before {
  margin-top: -11.5px;
}

.ba.icon.homeMenuItem, .ba.icon-a.homeMenuItem:after, .ba.icon-b.homeMenuItem:before {
  margin-left: -14.5px;
  margin-top: -11.5px;
}

.icon.laboratore, .icon-a.laboratore:after, .icon-b.laboratore:before {
  width: 30px;
  height: 54px;
  background-position: -250px 0px;
}

.ha.icon.laboratore, .ha.icon-a.laboratore:after, .ha.icon-b.laboratore:before {
  margin-left: -15px;
  margin-top: -27px;
}

.va.icon.laboratore, .va.icon-a.laboratore:after, .va.icon-b.laboratore:before {
  margin-top: -27px;
}

.ba.icon.laboratore, .ba.icon-a.laboratore:after, .ba.icon-b.laboratore:before {
  margin-left: -15px;
  margin-top: -27px;
}

.icon.langCz, .icon-a.langCz:after, .icon-b.langCz:before {
  width: 24px;
  height: 16px;
  background-position: -217px -223px;
}

.ha.icon.langCz, .ha.icon-a.langCz:after, .ha.icon-b.langCz:before {
  margin-left: -12px;
  margin-top: -8px;
}

.va.icon.langCz, .va.icon-a.langCz:after, .va.icon-b.langCz:before {
  margin-top: -8px;
}

.ba.icon.langCz, .ba.icon-a.langCz:after, .ba.icon-b.langCz:before {
  margin-left: -12px;
  margin-top: -8px;
}

.icon.langEn, .icon-a.langEn:after, .icon-b.langEn:before {
  width: 27px;
  height: 16px;
  background-position: -211px -180px;
}

.ha.icon.langEn, .ha.icon-a.langEn:after, .ha.icon-b.langEn:before {
  margin-left: -13.5px;
  margin-top: -8px;
}

.va.icon.langEn, .va.icon-a.langEn:after, .va.icon-b.langEn:before {
  margin-top: -8px;
}

.ba.icon.langEn, .ba.icon-a.langEn:after, .ba.icon-b.langEn:before {
  margin-left: -13.5px;
  margin-top: -8px;
}

.icon.leftSideHasSub, .icon-a.leftSideHasSub:after, .icon-b.leftSideHasSub:before {
  width: 8px;
  height: 13px;
  background-position: -290px -155px;
}

.ha.icon.leftSideHasSub, .ha.icon-a.leftSideHasSub:after, .ha.icon-b.leftSideHasSub:before {
  margin-left: -4px;
  margin-top: -6.5px;
}

.va.icon.leftSideHasSub, .va.icon-a.leftSideHasSub:after, .va.icon-b.leftSideHasSub:before {
  margin-top: -6.5px;
}

.ba.icon.leftSideHasSub, .ba.icon-a.leftSideHasSub:after, .ba.icon-b.leftSideHasSub:before {
  margin-left: -4px;
  margin-top: -6.5px;
}

.icon.menu, .icon-a.menu:after, .icon-b.menu:before {
  width: 18px;
  height: 15px;
  background-position: -290px -112px;
}

.ha.icon.menu, .ha.icon-a.menu:after, .ha.icon-b.menu:before {
  margin-left: -9px;
  margin-top: -7.5px;
}

.va.icon.menu, .va.icon-a.menu:after, .va.icon-b.menu:before {
  margin-top: -7.5px;
}

.ba.icon.menu, .ba.icon-a.menu:after, .ba.icon-b.menu:before {
  margin-left: -9px;
  margin-top: -7.5px;
}

.icon.news, .icon-a.news:after, .icon-b.news:before {
  width: 49px;
  height: 37px;
  background-position: -188px -100px;
}

.ha.icon.news, .ha.icon-a.news:after, .ha.icon-b.news:before {
  margin-left: -24.5px;
  margin-top: -18.5px;
}

.va.icon.news, .va.icon-a.news:after, .va.icon-b.news:before {
  margin-top: -18.5px;
}

.ba.icon.news, .ba.icon-a.news:after, .ba.icon-b.news:before {
  margin-left: -24.5px;
  margin-top: -18.5px;
}

.icon.odbornost, .icon-a.odbornost:after, .icon-b.odbornost:before {
  width: 21px;
  height: 22px;
  background-position: -180px -180px;
}

.ha.icon.odbornost, .ha.icon-a.odbornost:after, .ha.icon-b.odbornost:before {
  margin-left: -10.5px;
  margin-top: -11px;
}

.va.icon.odbornost, .va.icon-a.odbornost:after, .va.icon-b.odbornost:before {
  margin-top: -11px;
}

.ba.icon.odbornost, .ba.icon-a.odbornost:after, .ba.icon-b.odbornost:before {
  margin-left: -10.5px;
  margin-top: -11px;
}

.icon.orangeArrow, .icon-a.orangeArrow:after, .icon-b.orangeArrow:before {
  width: 7px;
  height: 9px;
  background-position: -290px -178px;
}

.ha.icon.orangeArrow, .ha.icon-a.orangeArrow:after, .ha.icon-b.orangeArrow:before {
  margin-left: -3.5px;
  margin-top: -4.5px;
}

.va.icon.orangeArrow, .va.icon-a.orangeArrow:after, .va.icon-b.orangeArrow:before {
  margin-top: -4.5px;
}

.ba.icon.orangeArrow, .ba.icon-a.orangeArrow:after, .ba.icon-b.orangeArrow:before {
  margin-left: -3.5px;
  margin-top: -4.5px;
}

.icon.pacientiNavstevy, .icon-a.pacientiNavstevy:after, .icon-b.pacientiNavstevy:before {
  width: 64px;
  height: 40px;
  background-position: 0px -72px;
}

.ha.icon.pacientiNavstevy, .ha.icon-a.pacientiNavstevy:after, .ha.icon-b.pacientiNavstevy:before {
  margin-left: -32px;
  margin-top: -20px;
}

.va.icon.pacientiNavstevy, .va.icon-a.pacientiNavstevy:after, .va.icon-b.pacientiNavstevy:before {
  margin-top: -20px;
}

.ba.icon.pacientiNavstevy, .ba.icon-a.pacientiNavstevy:after, .ba.icon-b.pacientiNavstevy:before {
  margin-left: -32px;
  margin-top: -20px;
}

.icon.print, .icon-a.print:after, .icon-b.print:before {
  width: 20px;
  height: 18px;
  background-position: -290px -56px;
}

.ha.icon.print, .ha.icon-a.print:after, .ha.icon-b.print:before {
  margin-left: -10px;
  margin-top: -9px;
}

.va.icon.print, .va.icon-a.print:after, .va.icon-b.print:before {
  margin-top: -9px;
}

.ba.icon.print, .ba.icon-a.print:after, .ba.icon-b.print:before {
  margin-left: -10px;
  margin-top: -9px;
}

.icon.publikace, .icon-a.publikace:after, .icon-b.publikace:before {
  width: 20px;
  height: 18px;
  background-position: -290px -84px;
}

.ha.icon.publikace, .ha.icon-a.publikace:after, .ha.icon-b.publikace:before {
  margin-left: -10px;
  margin-top: -9px;
}

.va.icon.publikace, .va.icon-a.publikace:after, .va.icon-b.publikace:before {
  margin-top: -9px;
}

.ba.icon.publikace, .ba.icon-a.publikace:after, .ba.icon-b.publikace:before {
  margin-left: -10px;
  margin-top: -9px;
}

.icon.rss, .icon-a.rss:after, .icon-b.rss:before {
  width: 27px;
  height: 27px;
  background-position: -250px -174px;
}

.ha.icon.rss, .ha.icon-a.rss:after, .ha.icon-b.rss:before {
  margin-left: -13.5px;
  margin-top: -13.5px;
}

.va.icon.rss, .va.icon-a.rss:after, .va.icon-b.rss:before {
  margin-top: -13.5px;
}

.ba.icon.rss, .ba.icon-a.rss:after, .ba.icon-b.rss:before {
  margin-left: -13.5px;
  margin-top: -13.5px;
}

.icon.sendbyemail, .icon-a.sendbyemail:after, .icon-b.sendbyemail:before {
  width: 20px;
  height: 18px;
  background-position: -290px -28px;
}

.ha.icon.sendbyemail, .ha.icon-a.sendbyemail:after, .ha.icon-b.sendbyemail:before {
  margin-left: -10px;
  margin-top: -9px;
}

.va.icon.sendbyemail, .va.icon-a.sendbyemail:after, .va.icon-b.sendbyemail:before {
  margin-top: -9px;
}

.ba.icon.sendbyemail, .ba.icon-a.sendbyemail:after, .ba.icon-b.sendbyemail:before {
  margin-left: -10px;
  margin-top: -9px;
}

.icon.supportUs, .icon-a.supportUs:after, .icon-b.supportUs:before {
  width: 43px;
  height: 43px;
  background-position: -188px -47px;
}

.ha.icon.supportUs, .ha.icon-a.supportUs:after, .ha.icon-b.supportUs:before {
  margin-left: -21.5px;
  margin-top: -21.5px;
}

.va.icon.supportUs, .va.icon-a.supportUs:after, .va.icon-b.supportUs:before {
  margin-top: -21.5px;
}

.ba.icon.supportUs, .ba.icon-a.supportUs:after, .ba.icon-b.supportUs:before {
  margin-left: -21.5px;
  margin-top: -21.5px;
}

.icon.telefone, .icon-a.telefone:after, .icon-b.telefone:before {
  width: 33px;
  height: 32px;
  background-position: -136px -122px;
}

.ha.icon.telefone, .ha.icon-a.telefone:after, .ha.icon-b.telefone:before {
  margin-left: -16.5px;
  margin-top: -16px;
}

.va.icon.telefone, .va.icon-a.telefone:after, .va.icon-b.telefone:before {
  margin-top: -16px;
}

.ba.icon.telefone, .ba.icon-a.telefone:after, .ba.icon-b.telefone:before {
  margin-left: -16.5px;
  margin-top: -16px;
}

.icon.twitter, .icon-a.twitter:after, .icon-b.twitter:before {
  width: 27px;
  height: 27px;
  background-position: -106px -180px;
}

.ha.icon.twitter, .ha.icon-a.twitter:after, .ha.icon-b.twitter:before {
  margin-left: -13.5px;
  margin-top: -13.5px;
}

.va.icon.twitter, .va.icon-a.twitter:after, .va.icon-b.twitter:before {
  margin-top: -13.5px;
}

.ba.icon.twitter, .ba.icon-a.twitter:after, .ba.icon-b.twitter:before {
  margin-left: -13.5px;
  margin-top: -13.5px;
}

.icon.vedaVyzkum, .icon-a.vedaVyzkum:after, .icon-b.vedaVyzkum:before {
  width: 25px;
  height: 48px;
  background-position: -250px -116px;
}

.ha.icon.vedaVyzkum, .ha.icon-a.vedaVyzkum:after, .ha.icon-b.vedaVyzkum:before {
  margin-left: -12.5px;
  margin-top: -24px;
}

.va.icon.vedaVyzkum, .va.icon-a.vedaVyzkum:after, .va.icon-b.vedaVyzkum:before {
  margin-top: -24px;
}

.ba.icon.vedaVyzkum, .ba.icon-a.vedaVyzkum:after, .ba.icon-b.vedaVyzkum:before {
  margin-left: -12.5px;
  margin-top: -24px;
}

.icon.vyuka, .icon-a.vyuka:after, .icon-b.vyuka:before {
  width: 22px;
  height: 13px;
  background-position: 0px -282px;
}

.ha.icon.vyuka, .ha.icon-a.vyuka:after, .ha.icon-b.vyuka:before {
  margin-left: -11px;
  margin-top: -6.5px;
}

.va.icon.vyuka, .va.icon-a.vyuka:after, .va.icon-b.vyuka:before {
  margin-top: -6.5px;
}

.ba.icon.vyuka, .ba.icon-a.vyuka:after, .ba.icon-b.vyuka:before {
  margin-left: -11px;
  margin-top: -6.5px;
}

.icon.vzdelani, .icon-a.vzdelani:after, .icon-b.vzdelani:before {
  width: 26px;
  height: 14px;
  background-position: -251px -223px;
}

.ha.icon.vzdelani, .ha.icon-a.vzdelani:after, .ha.icon-b.vzdelani:before {
  margin-left: -13px;
  margin-top: -7px;
}

.va.icon.vzdelani, .va.icon-a.vzdelani:after, .va.icon-b.vzdelani:before {
  margin-top: -7px;
}

.ba.icon.vzdelani, .ba.icon-a.vzdelani:after, .ba.icon-b.vzdelani:before {
  margin-left: -13px;
  margin-top: -7px;
}

.icon.vzdelavani, .icon-a.vzdelavani:after, .icon-b.vzdelavani:before {
  width: 52px;
  height: 37px;
  background-position: -188px 0px;
}

.ha.icon.vzdelavani, .ha.icon-a.vzdelavani:after, .ha.icon-b.vzdelavani:before {
  margin-left: -26px;
  margin-top: -18.5px;
}

.va.icon.vzdelavani, .va.icon-a.vzdelavani:after, .va.icon-b.vzdelavani:before {
  margin-top: -18.5px;
}

.ba.icon.vzdelavani, .ba.icon-a.vzdelavani:after, .ba.icon-b.vzdelavani:before {
  margin-left: -26px;
  margin-top: -18.5px;
}

.icon.wantToUs, .icon-a.wantToUs:after, .icon-b.wantToUs:before {
  width: 53px;
  height: 62px;
  background-position: 0px 0px;
}

.ha.icon.wantToUs, .ha.icon-a.wantToUs:after, .ha.icon-b.wantToUs:before {
  margin-left: -26.5px;
  margin-top: -31px;
}

.va.icon.wantToUs, .va.icon-a.wantToUs:after, .va.icon-b.wantToUs:before {
  margin-top: -31px;
}

.ba.icon.wantToUs, .ba.icon-a.wantToUs:after, .ba.icon-b.wantToUs:before {
  margin-left: -26.5px;
  margin-top: -31px;
}

.icon.wishes, .icon-a.wishes:after, .icon-b.wishes:before {
  width: 37px;
  height: 36px;
  background-position: -126px -223px;
}

.ha.icon.wishes, .ha.icon-a.wishes:after, .ha.icon-b.wishes:before {
  margin-left: -18.5px;
  margin-top: -18px;
}

.va.icon.wishes, .va.icon-a.wishes:after, .va.icon-b.wishes:before {
  margin-top: -18px;
}

.ba.icon.wishes, .ba.icon-a.wishes:after, .ba.icon-b.wishes:before {
  margin-left: -18.5px;
  margin-top: -18px;
}

.icon.zdravotnici, .icon-a.zdravotnici:after, .icon-b.zdravotnici:before {
  width: 40px;
  height: 36px;
  background-position: -74px -72px;
}

.ha.icon.zdravotnici, .ha.icon-a.zdravotnici:after, .ha.icon-b.zdravotnici:before {
  margin-left: -20px;
  margin-top: -18px;
}

.va.icon.zdravotnici, .va.icon-a.zdravotnici:after, .va.icon-b.zdravotnici:before {
  margin-top: -18px;
}

.ba.icon.zdravotnici, .ba.icon-a.zdravotnici:after, .ba.icon-b.zdravotnici:before {
  margin-left: -20px;
  margin-top: -18px;
}

/*@@import 'sprites/svgSprite/svgSprite';*/
/*-----------------------------------------------------------------------------------*/
/*	Basic Styles
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*	1. Colors
/*-----------------------------------------------------------------------------------*/
.redCl {
  color: #901f39;
}

/*-----------------------------------------------------------------------------------*/
/*	2. Layout
/*-----------------------------------------------------------------------------------*/
html, body, address {
  width: 100%;
  min-height: 100%;
}

* {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Opera/IE 8+ */
  /* conditions for IE8 + IE7 and below */
}
.oldie.ie7 * {
  behavior: url(./js/iefix/boxsizing.htc);
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Opera/IE 8+ */
}

/*-----------------------------------------------------------------------------------*/
/*	3. Basic styles
/*-----------------------------------------------------------------------------------*/
.uppercase {
  text-transform: uppercase;
}

.txtCenter {
  text-align: center;
}

.txtRight {
  text-align: right;
}

.txtLeft {
  text-align: left;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.inlineB {
  display: inline-block;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  float: none;
}

.hover {
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  transition: all 250ms ease;
}
.hover img {
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.hover:hover {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  /* IE 5-7 */
  filter: alpha(opacity=80);
  /* Netscape */
  -moz-opacity: 0.8;
  /* Safari 1.x */
  -khtml-opacity: 0.8;
  /* Good browsers */
  opacity: 0.8;
}

.table {
  display: table;
  width: 100%;
  vertical-align: middle;
}

.cell {
  display: table-cell;
  vertical-align: middle;
}

.flr {
  float: right;
}

.fll {
  float: left;
}

.clearFix:after, .row:after {
  display: block;
  content: "";
  clear: both;
}

.clear {
  clear: both;
}

.wow {
  visibility: hidden;
  /* conditions for IE8 and below */
}
.wow.animated {
  visibility: visible;
}
.oldie .wow {
  visibility: visible !important;
}

.responsiveTable {
  display: block;
  width: 100%;
  overflow-x: auto;
}

blockquote:before {
  content: "\2018\2018";
}
blockquote:after {
  content: "\2019\2019";
}

.section {
  margin: 30px 0;
  margin: 3rem 0;
}
.section .row [class*=grid] {
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 300px;
  min-height: 30rem;
}
.section .row.bordered [class*=grid] {
  min-height: 390px;
  min-height: 39rem;
}

.section.contact .row.bordered article[class*="grid"] {
  min-height: 505px;
  min-height: 50.5rem;
}

.wrap {
  margin: 0 auto;
  width: 990px;
  width: 99rem;
}

.row {
  /*margin: 0 -15px;margin: 0 -1.5rem;
  [class*=grid]{padding: 0 15px;padding: 0 -1.5rem;}*/
}
.row.bordered [class*=grid] {
  border-left: 1px dotted #000;
  padding-left: 40px;
}
.row.bordered [class*=grid]:first-child {
  border-left: 0;
}
.row.big {
  margin: 0 -35px;
  margin: 0 -3.5rem;
}
.row.big [class*=grid] {
  padding: 0 35px;
  padding: 0 -3.5rem;
}

table {
  width: 100%;
}

button {
  cursor: pointer;
  outline: none;
}

.icon-b:before {
  display: inline-block;
  content: "";
  vertical-align: middle;
  margin-right: 10px;
}

.icon-a:after {
  display: inline-block;
  content: "";
  vertical-align: middle;
  margin-left: 10px;
}

.icon-a.va, .icon-a.ba, .icon-a.ha, .icon-b.va, .icon-b.ba, .icon-b.ha {
  position: relative;
}

.icon {
  display: block;
}

.ha.icon-b:before, .ha.icon, .ha.icon-a:after {
  position: absolute;
  left: 50%;
  top: 0;
}

.ba.icon-b:before, .ba.icon, .ba.icon-a:after {
  position: absolute;
  top: 50%;
  left: 50%;
}

.va.icon-b:before, .va.icon, .va.icon-a:after {
  position: absolute;
  left: 0;
  top: 50%;
}

/*-----------------------------------------------------------------------------------*/
/*	3. Typography
/*-----------------------------------------------------------------------------------*/
html {
  font-size: 62.5%;
  /*  10 px */
}

body, address {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 17px;
  line-height: 1.7rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #000;
}

h1, .h1 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 35px;
  line-height: 3.5rem;
  color: #901f39;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  margin-bottom: 10px;
  margin-bottom: 1rem;
}

h2, .h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 20px;
  font-size: 2rem;
  line-height: 25px;
  line-height: 2.5rem;
  color: #901f39;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  margin-bottom: 10px;
  margin-bottom: 1rem;
}

h3, .h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
  margin-bottom: 10px;
  margin-bottom: 1rem;
}

h4, .h4 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem;
  margin-bottom: 10px;
  margin-bottom: 1rem;
}

h5, .h5 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem;
  margin-bottom: 10px;
  margin-bottom: 1rem;
}

.fs68 {
  @incldue fs(68,75);
}

.fs42, #allAboutBlood header h3 {
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 50px;
  line-height: 5rem;
}

.fs24, .testomonials .item .testimonial-text p {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 32px;
  line-height: 3.2rem;
}

.fs21 {
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 30px;
  line-height: 3rem;
}

.fs17, .pageNavigation ul li a, .footerLinks .tag {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 25px;
  line-height: 2.5rem;
}

.fs16 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
}

.fs15, #pageHeader .logo, #pageHeader .lang li a, .topSignpost ul li a, .news .newsDetail h3 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 23px;
  line-height: 2.3rem;
}

.fs14, .pageNavigation ul li ul li a, .testomonials .item .testimonial-text .person, .pageContent .header .menu {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 21px;
  line-height: 2.1rem;
}

.fs13 {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 19px;
  line-height: 1.9rem;
}

.fs12, #pageFooter {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 17px;
  line-height: 1.7rem;
}

.default {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 19px;
  line-height: 1.9rem;
  color: #000;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

strong, .bold, b {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}

.semibold {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}

.regular {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

i, em {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-style: italic;
}

a {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: underline;
  color: #901f39;
}

a:hover {
  text-decoration: none;
}

p {
  margin-bottom: 10px;
  margin-bottom: 1rem;
}

/*-----------------------------------------------------------------------------------*/
/*	Plugins
/*-----------------------------------------------------------------------------------*/
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
  display: none;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  11.1% {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes jello {
  11.1% {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes rotateInZoom {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -360deg) scale3d(0.3, 0.3, 0.3);
    transform: rotate3d(0, 0, 1, -360deg) scale3d(0.3, 0.3, 0.3);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInZoom {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -360deg) scale3d(0.3, 0.3, 0.3);
    transform: rotate3d(0, 0, 1, -360deg) scale3d(0.3, 0.3, 0.3);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInZoom {
  -webkit-animation-name: rotateInZoom;
  animation-name: rotateInZoom;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/*-----------------------------------------------------------------------------------*/
/*	Web Styles
/*-----------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------

	1. Page header
	2. Intro
	3. Content blocks on homepage
	4. News
	5. HP links
	6. Testomonials
	7. All about blood
	8. Page footer
	9. Page content
	10. Main content
	11. Share
	12. Blood needed
	13. Organizační schema
	14. Náš tým
	15. Kontakt - detail osoby
	-3. Backported from local css changes
	-2. Overlay frontpage
	-1. Plone

-------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*	1. Page header
/*-----------------------------------------------------------------------------------*/
#pageHeader {
  background: #fff;
  padding: 15px 25px;
  padding: 1.5rem 25px;
}
#pageHeader .logo {
  display: block;
  color: #484848;
  text-decoration: none;
}
#pageHeader .logo img, #pageHeader .logo p {
  display: inline-block;
  vertical-align: middle;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 23px;
  line-height: 2.3rem;
}
#pageHeader .logo img {
  margin-right: 30px;
}
#pageHeader .logo p {
  margin: 0;
}
#pageHeader .lang {
  display: none;
}
#pageHeader .lang li {
  float: left;
}
#pageHeader .lang li a {
  display: block;
  color: #000;
  text-decoration: none;
  line-height: 45px;
  padding-left: 5px;
}
#pageHeader .lang li a:before {
  margin-top: -2px;
}
#pageHeader .lang li a:hover {
  color: #901f39;
}

.pageNavigation {
  text-align: center;
}
.pageNavigation ul li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.pageNavigation ul li a {
  display: block;
  line-height: 45px;
  padding: 0 14px;
  color: #222221;
  text-decoration: none;
}
.pageNavigation ul li a:hover {
  color: #901f39;
  text-decoration: underline;
}
.pageNavigation ul li a:after {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  transition: all 200ms ease;
  margin-left: 15px;
}
.pageNavigation ul li ul {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  text-align: left;
  padding-top: 25px;
  width: 230px;
  width: 23rem;
  z-index: 50;
}
.pageNavigation ul li ul li {
  display: block;
  background: #fff;
}
.pageNavigation ul li ul li a {
  padding: 5px 20px;
}
.pageNavigation ul li ul li:first-child {
  padding-top: 10px;
}
.pageNavigation ul li ul li:last-child {
  padding-bottom: 10px;
}
.pageNavigation ul li:hover ul {
  display: block;
}
.pageNavigation ul li:hover > a:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.pageNavigation ul li:hover > a {
  color: #901f39;
}
.pageNavigation > ul > li:first-child {
  height: 45px;
  width: 40px;
}
.pageNavigation > ul > li:first-child > a {
  text-indent: -99999px;
  width: 29px;
  height: 23px;
  background-position: -188px -147px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -14.5px;
  margin-top: -11.5px;
  padding: 0;
}
.pageNavigation > ul > li:first-child > a:hover {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  /* IE 5-7 */
  filter: alpha(opacity=70);
  /* Netscape */
  -moz-opacity: 0.7;
  /* Safari 1.x */
  -khtml-opacity: 0.7;
  /* Good browsers */
  opacity: 0.7;
}

.toggleNav {
  display: none;
  clear: both;
  margin: 20px 0;
  margin: 2rem 0;
  float: right;
  border: 0;
  outline: none;
  cursor: pointer;
  width: 53px;
  height: 53px;
  height: 5.3rem;
  width: 5.3rem;
  border: 1px solid #000;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  position: relative;
  background: transparent;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  transition: all 200ms ease;
}
.toggleNav span {
  display: block;
  position: absolute;
  left: 11px;
  right: 11px;
  height: 2px;
  background: #000;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
  height: 0.2rem;
  left: 1.1rem;
  right: 1.1rem;
}
.toggleNav span.top {
  top: 11px;
  top: 1.1rem;
}
.toggleNav span.middle {
  top: 50%;
  margin-top: -1px;
  margin-top: -0.1rem;
}
.toggleNav span.bottom {
  bottom: 11px;
  bottom: 1.1rem;
}
.toggleNav.active {
  border: 1px solid #000;
}
.toggleNav.active span {
  background: #000;
}
.toggleNav.active span.top {
  top: 50%;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
  margin-top: -1px;
  margin-top: -0.1rem;
}
.toggleNav.active span.middle {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 5-7 */
  filter: alpha(opacity=0);
  /* Netscape */
  -moz-opacity: 0;
  /* Safari 1.x */
  -khtml-opacity: 0;
  /* Good browsers */
  opacity: 0;
}
.toggleNav.active span.bottom {
  bottom: 50%;
  -webkit-transform: rotate(-225deg);
  -moz-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  -o-transform: rotate(-225deg);
  transform: rotate(-225deg);
  margin-bottom: -1px;
  margin-top: -0.1rem;
}

/*-----------------------------------------------------------------------------------*/
/*	2. Intro
/*-----------------------------------------------------------------------------------*/
#intro {
  background: url(../img/intro.jpg) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 600px;
  min-height: 60rem;
  position: relative;
}
#intro #frontpage-h1 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 72px;
  font-size: 7.2rem;
  line-height: 80px;
  line-height: 8rem;
}
#intro header {
  padding: 64px 0 20px;
}
#intro header #frontpage-h2 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 30px;
  line-height: 3rem;
  margin-bottom: 30px;
  margin-bottom: 3rem;
  text-transform: uppercase;
}
#intro .search {
  background: #901f39;
  width: 47.5%;
  padding: 10px 0 10px 10px;
}
#intro .search .text {
  border: 0;
  outline: none;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 40px;
  line-height: 4rem;
  height: 40px;
  height: 4rem;
  line-height: 40px;
  line-height: 4rem;
  padding: 0 15px;
  float: left;
  margin-right: 10px;
  width: 70.6%;
  background-image: url(../img/lupa.png);
  background-position: 10px center;
  background-repeat: no-repeat;
  padding-left: 45px;
  /* css rules for webkit (chrome and safari) */
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #intro .search .text {
    line-height: 100%;
  }
}
#intro .search .button {
  display: block;
  width: 25%;
  float: left;
  height: 40px;
  height: 4rem;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 40px;
  line-height: 4rem;
  border: 0;
  outline: none;
  text-align: center;
  background: #d1b6bc;
  color: #fff;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  transition: all 200ms ease;
}
#intro .search .button:hover {
  background: #fff;
  color: #901f39;
}

.topSignpost {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.topSignpost ul li {
  position: relative;
  padding: 0 1px;
}
.topSignpost ul li a {
  display: table;
  background: #f1f5f5;
  width: 100%;
  padding-top: 70px;
  padding-top: 7rem;
  height: 140px;
  height: 14rem;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  color: #484848;
}
.topSignpost ul li a .icon {
  top: 40%;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}
.topSignpost ul li a:hover {
  text-decoration: underline;
}
.topSignpost ul li a:hover .icon {
  top: 32%;
}
.topSignpost ul li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 150%;
  background: #f9f9f8;
  border-bottom: 3px solid #a11d24;
  z-index: 50;
  padding: 10px 0;
}
.topSignpost ul li ul li {
  padding: 0;
}
.topSignpost ul li ul li a {
  display: block;
  width: auto;
  padding: 10px 15px 10px 35px;
  height: auto;
  text-align: left;
  background: transparent !important;
}
.topSignpost ul li ul li a:hover {
  background: transparent;
  color: #901f39;
  text-decoration: underline;
}
.topSignpost ul li ul li:first-child a {
  padding-left: 15px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
.topSignpost ul li:last-child ul {
  left: auto;
  right: 0;
}
.topSignpost .row {
  margin: 0 0 0 -1px;
}
.topSignpost .row [class*=grid] {
  padding: 0 0 0 1px;
}

/*-----------------------------------------------------------------------------------*/
/*	3. Content blocks on homepage
/*-----------------------------------------------------------------------------------*/
address {
  margin-top: 25px;
  margin-top: 2.5rem;
  clear: both;
}
address .inb {
  display: inline-block;
  vertical-align: middle;
  width: 80px;
  width: 8rem;
}
address p {
  margin-bottom: 10px;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 50px;
}
address p:before {
  left: 0;
}
address .icon-b:before {
  position: absolute;
  top: 3px;
  left: 0;
}
address:first-child {
  margin-top: 0;
}
address a {
  color: inherit;
  text-decoration: none;
}
address a:hover {
  text-decoration: underline;
}
address a.std {
  text-decoration: underline;
  color: #901f39;
}
address a.std:hover {
  text-decoration: none;
}

.map {
  display: block;
  width: 100%;
}

/*-----------------------------------------------------------------------------------*/
/*	4. News
/*-----------------------------------------------------------------------------------*/
.news .row [class*=grid] {
  min-height: 1px !important;
}
.news header {
  padding-left: 40px;
}
.news header h2 {
  display: inline-block;
  color: #901f39;
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
}
.news header h2:before {
  display: inline-block;
  content: "";
  vertical-align: middle;
  margin-right: 15px;
  width: 49px;
  height: 37px;
  background-position: -188px -100px;
  margin-top: -3px;
}
.news header a {
  float: right;
  line-height: 3px;
  line-height: 3rem;
}
.news .newsDetail {
  padding-left: 40px;
}
.news .newsDetail .time {
  display: block;
  color: #818181;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
.news .newsDetail h3 {
  margin-bottom: 20px;
  margin-bottom: 2rem;
}

/*-----------------------------------------------------------------------------------*/
/*	5. HP links
/*-----------------------------------------------------------------------------------*/
.hpLinks {
  margin-top: 40px;
  margin-top: 4rem;
  background: #eeeeee;
}
.hpLinks a {
  display: block;
  text-align: center;
  padding: 50px 30px 30px;
  text-decoration: none;
}
.hpLinks a h2 {
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
.hpLinks a p {
  margin-bottom: 35px;
  margin-bottom: 3.5rem;
}
.hpLinks a .icon {
  margin: 0 auto 15px;
  margin-bottom: 1.5rem;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
  position: relative;
  top: 0;
}
.hpLinks a.supportUs {
  background: #e8e8e8;
  color: #659e9e;
}
.hpLinks a.supportUs .icon {
  margin-top: -7px;
}
.hpLinks a.wishes {
  background: #f1f1f1;
  color: #8c774d;
}
.hpLinks a.wantToUs {
  color: #901f39;
  background: #fbfbfb;
}
.hpLinks a.wantToUs .icon {
  margin-top: -26px;
}
.hpLinks a:hover .icon {
  top: -10px;
}
.hpLinks a:hover .fs15, .hpLinks a:hover #pageHeader .logo, #pageHeader .hpLinks a:hover .logo, .hpLinks a:hover #pageHeader .lang li a, #pageHeader .lang li .hpLinks a:hover a, .hpLinks a:hover .topSignpost ul li a, .topSignpost ul li .hpLinks a:hover a, .hpLinks a:hover .news .newsDetail h3, .news .newsDetail .hpLinks a:hover h3 {
  text-decoration: underline;
}

/*-----------------------------------------------------------------------------------*/
/*	6. Testomonials
/*-----------------------------------------------------------------------------------*/
.testomonials {
  padding: 100px 0 60px;
  padding: 10rem 0 6rem;
}
.testomonials .item {
  padding: 10px 70px;
}
.testomonials .item img {
  display: block;
  margin-right: 34px;
  margin-top: -10px;
  width: 175px;
  width: 17.5rem;
  border: 1px solid #a5a4a5;
  float: left;
}
.testomonials .item .testimonial-text {
  margin-left: 209px;
}
.testomonials .item .testimonial-text p {
  color: #5f5f5f;
  margin-bottom: 25px;
  margin-bottom: 2.5rem;
}
.testomonials .item .testimonial-text .person {
  color: #a5a4a5;
}
.testomonials .owl-dots {
  display: block;
  text-align: center;
  padding-top: 40px;
  padding-top: 4rem;
}
.testomonials .owl-dots .owl-dot {
  display: inline-block;
  margin: 0 2px;
  position: relative;
  width: 14px;
  height: 14px;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border: 2px solid #a5a4a5;
}
.testomonials .owl-dots .owl-dot:before {
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  width: 0.6rem;
  height: 0.6rem;
  background: #a5a4a5;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -3px;
  margin-top: -0.3rem;
  margin-left: -3px;
  margin-left: -0.3rem;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 5-7 */
  filter: alpha(opacity=0);
  /* Netscape */
  -moz-opacity: 0;
  /* Safari 1.x */
  -khtml-opacity: 0;
  /* Good browsers */
  opacity: 0;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  transition: all 200ms ease;
}
.testomonials .owl-dots .owl-dot.active:before {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  /* IE 5-7 */
  filter: alpha(opacity=100);
  /* Netscape */
  -moz-opacity: 1;
  /* Safari 1.x */
  -khtml-opacity: 1;
  /* Good browsers */
  opacity: 1;
}

/*-----------------------------------------------------------------------------------*/
/*	7. All about blood
/*-----------------------------------------------------------------------------------*/
#allAboutBlood {
  border-top: 1px solid #e8e8e8;
}
#allAboutBlood header {
  text-align: center;
  padding: 50px 0;
  padding: 5rem 0;
}
#allAboutBlood header h2 {
  color: #8f1f3a;
  margin-bottom: 0;
  font-size: 68px;
  font-size: 6.8rem;
  line-height: 75px;
  line-height: 7.5rem;
}
#allAboutBlood header h3 {
  color: #b1b1b1;
}
#allAboutBlood .video {
  width: 100%;
  padding-bottom: 72%;
  position: relative;
}
#allAboutBlood .video iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 0 !important;
}

/*-----------------------------------------------------------------------------------*/
/*	8. Page footer
/*-----------------------------------------------------------------------------------*/
#pageFooter {
  padding-top: 80px;
  padding-top: 8rem;
}

.footerLinks {
  background: #ededed;
  padding: 45px 0;
  padding: 4.5rem 0;
}
.footerLinks [class*=grid] {
  padding-right: 20px;
}
.footerLinks .tag {
  color: #1d1d1d;
  display: block;
  margin-bottom: 20px;
  margin-bottom: 2rem;
  min-height: 50px;
  min-height: 5rem;
}
.footerLinks ul li a {
  display: block;
  color: #454544;
  text-decoration: none;
  padding: 5px 0;
  padding: 0.5rem 0;
}
.footerLinks ul li a:hover {
  color: #901f39;
}

.bottomMenu {
  border-bottom: 1px solid #e8e8e8;
  padding: 6px 0;
  padding: 0.6rem 0;
}
.bottomMenu .pageNavigation {
  text-align: left;
}
.bottomMenu .pageNavigation ul li ul {
  padding-top: 0;
  top: auto;
  bottom: 100%;
}

.social {
  padding: 9px 0;
  padding: 0.9rem 0;
}
.social li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}

.social2 {
  padding: 19px 0 0 0;
  padding: 1.9rem 0 0 0;
  text-align: center;
}
.social2 li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}

.partners {
  padding: 30px 0 50px;
  padding: 3rem 0 5rem;
  border-bottom: 1px solid #e8e8e8;
  /*img{display: block;width: 100%;}*/
}

.footerMenu {
  text-align: center;
}
.footerMenu li {
  display: inline-block;
}
.footerMenu li a {
  display: block;
  color: #222221;
  text-decoration: none;
  padding: 30px 15px;
  padding: 3rem 15px;
}
.footerMenu li a:hover {
  color: #901f39;
}

.copyright {
  text-align: center;
  color: #888888;
  margin: 0;
  padding-bottom: 30px;
  padding-bottom: 3rem;
}
.copyright a {
  color: #888888;
}

/*-----------------------------------------------------------------------------------*/
/*	9. Page content
/*-----------------------------------------------------------------------------------*/
.pageContent {
  padding-top: 21px;
  border-bottom: 1px solid #e8e8e8;
  background-image: url(../img/bg/default.jpg);
  background-repeat: no-repeat;
  background-position: center top;
}
.pageContent#defaultsection .header {
  color: #00363D;
}
.pageContent#darci {
  background-image: url(../img/bg/darci.jpg);
}
.pageContent#pacienti-a-navstevy {
  background-image: url(../img/bg/pacienti-a-navstevy.jpg);
}
.pageContent#laboratore {
  background-image: url(../img/bg/laboratore.jpg);
}
.pageContent#laboratore .header {
  color: #6F366A;
}
.pageContent#veda {
  background-image: url(../img/bg/veda.jpg);
}
.pageContent#veda .header {
  color: #00363D;
}
.pageContent#zdravotnici {
  background-image: url(../img/bg/zdravotnici.jpg);
}
.pageContent#zdravotnici .header {
  color: #7B4F00;
}
.pageContent#vzdelavani {
  background-image: url(../img/bg/vzdelavani.jpg);
}
.pageContent#kontakt {
  background-image: url(../img/bg/kontakt.jpg);
}
.pageContent .header {
  padding-bottom: 20px;
  padding-bottom: 2rem;
  color: #fff;
}
.pageContent .header .menu {
  display: block;
  margin-bottom: 20px;
  margin-bottom: 2rem;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pageContent .header .menu:after {
  margin-left: 15px;
}
.pageContent .header #section-title {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 38px;
  line-height: 3.8rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  margin: 0;
  padding: 0;
  float: left;
  clear: both;
}
.pageContent .header .form {
  width: 350px;
  width: 35rem;
  float: right;
}
.pageContent .header .form .row {
  margin: 0 -5px;
}
.pageContent .header .form .row [class*=grid] {
  padding: 0 5px;
}
.pageContent .topSignpost {
  display: none;
  position: relative;
  clear: both;
  top: 20px;
  top: 2rem;
}
.pageContent .topSignpost ul li a {
  background: #fff;
  background: rgba(255, 255, 255, 0.85);
}
.pageContent .topSignpost ul li a:hover {
  background: #fff;
}

.form .text {
  width: 100%;
  height: 35px;
  height: 3.5rem;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 35px;
  line-height: 3.5rem;
  border: 0;
  color: #484848;
  outline: none;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  background: #fff;
  padding: 0 15px;
  padding-left: 40px;
  background-image: url(../img/lupa.png);
  background-position: 10px center;
  background-repeat: no-repeat;
  /* css rules for webkit (chrome and safari) */
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .form .text {
    line-height: 100%;
  }
}
.form .button {
  height: 35px;
  height: 3.5rem;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 35px;
  line-height: 3.5rem;
  border: 0;
  color: #fff;
  text-align: center;
  border: 0;
  cursor: pointer;
  outline: none;
  background: #901f39;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  width: 100%;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  transition: all 200ms ease;
}
.form .button:hover {
  color: #901f39;
  background: #fff;
}

.page {
  background: #fff;
  padding: 35px 0;
}

.pageAside {
  clear: both;
  padding-top: 10px;
  width: 30%;
  position: relative;
}
.pageAside ul {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  color: #6e6e6e;
}
.pageAside ul li {
  position: relative;
}
.pageAside ul li a {
  color: #6e6e6e;
  display: block;
  padding: 5px 10px 5px 45px;
  text-decoration: none;
}
.pageAside ul li a:hover {
  color: #901f39;
  text-decoration: underline;
}
.pageAside ul li ul {
  display: none;
}
.pageAside ul li ul li a {
  padding-left: 60px;
}
.pageAside ul li .toggleMenu {
  padding: 0;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 5;
}
.pageAside ul li .toggleMenu i {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  transition: all 200ms ease;
}
.pageAside ul li.lvl0 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 25px;
  line-height: 2.5rem;
}
.pageAside ul li.lvl2 a {
  padding-left: 65px;
}
.pageAside ul li.lvl3 a {
  padding-left: 85px;
}
.pageAside ul li.lvl4 a {
  padding-left: 95px;
}
.pageAside ul li a.path {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
.pageAside ul li a.selected {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  color: #901f39;
}
.pageAside ul li.showed > .toggleMenu i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.pageAside ul li.current > ul {
  display: block;
}
.pageAside .schema-menu {
  margin-bottom: 40px;
}
.pageAside .schema-menu li a {
  padding-right: 20px;
  position: relative;
}
.pageAside .schema-menu li a.current:before {
  display: block;
  content: "";
  left: 28px;
  width: 7px;
  height: 9px;
  background-position: -290px -178px;
  position: absolute;
  top: 50%;
  margin-top: -4.5px;
  margin-top: -6.5px;
}
.pageAside .schema-menu li span, .pageAside .schema-menu li strong {
  color: #6e6e6e;
  display: block;
  padding: 5px 20px 5px 45px;
}
.pageAside .blood-needed {
  margin-top: 0;
  padding: 20px 20px 0;
}
.pageAside .blood-needed header {
  text-align: center;
}
.pageAside .blood-needed .blood-description {
  padding-top: 30px;
}
.pageAside .blood-needed .barometer .icon {
  margin-top: 20px;
  margin-bottom: 5px;
}

.actualBloogNeeded {
  text-align: center;
  padding: 40px 10px;
}

/*-----------------------------------------------------------------------------------*/
/*	10. Main content
/*-----------------------------------------------------------------------------------*/
.mainContent {
  padding: 10px 20px 20px 35px;
  width: 70%;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem;
  color: #3e3e3e;
  border-left: 1px dotted #000;
  /*img{display: block;width: 100%;margin-bottom: 65px;}*/
}
.mainContent p {
  margin-top: 10px;
  margin-top: 1rem;
  margin-bottom: 10px;
  margin-bottom: 1rem;
}
.mainContent h1 {
  margin-top: 30px;
  margin-top: 3rem;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
.mainContent h1.documentFirstHeading {
  margin-top: 0px;
  margin-bottom: 0rem;
}
.mainContent h1 small {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 21px;
  line-height: 2.1rem;
}
.mainContent h2 {
  margin-top: 30px;
  margin-top: 3rem;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
.mainContent h2.documentFirstHeading {
  margin-top: 0px;
  margin-bottom: 0rem;
}
.mainContent h3 {
  margin-top: 20px;
  margin-top: 2rem;
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
}
.mainContent h3 small {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 21px;
  line-height: 2.1rem;
}
.mainContent h4 {
  margin-top: 20px;
  margin-top: 2rem;
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
}
.mainContent h4 small {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 21px;
  line-height: 2.1rem;
}
.mainContent h5 {
  margin-top: 15px;
  margin-top: 1.5rem;
  margin-bottom: 10px;
  margin-bottom: 1rem;
}
.mainContent ul, .mainContent ol {
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
  padding-left: 15px;
}
.mainContent ul li {
  list-style-type: disc;
  list-style-position: outside;
}
.mainContent ol li {
  list-style-type: decimal;
  list-style-position: outside;
}
.mainContent table {
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
}
.mainContent table tr td, .mainContent table tr th {
  border: 1px solid #ccc;
  padding: 10px 15px;
}
.mainContent table tr th {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  background: #eaeaea;
}
.mainContent pre {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
  background: #fafafa;
  border: 1px solid #ccc;
  padding: 20px;
  white-space: pre-wrap;
  /* CSS 3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
}
.mainContent .small {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 10px;
  font-size: 1rem;
  line-height: 13px;
  line-height: 1.3rem;
}
.mainContent .small a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 10px;
  font-size: 1rem;
  line-height: 13px;
  line-height: 1.3rem;
}
.mainContent .video {
  width: 100%;
  padding-bottom: 72%;
  position: relative;
}
.mainContent .video iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 0 !important;
}

/*-----------------------------------------------------------------------------------*/
/*	11. Share
/*-----------------------------------------------------------------------------------*/
.share {
  border: 1px solid #d3d3d3;
  padding: 35px 25px;
}
.share ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
.share ul li a {
  text-decoration: none;
}
.share ul li a:hover {
  text-decoration: underline;
}
.share ul li:first-child {
  margin-right: 20px;
}
.share ul li.fb {
  position: relative;
  top: -5px;
}
.share ul li.tw {
  position: relative;
  top: 5px;
}

/*-----------------------------------------------------------------------------------*/
/*	12. Blood needed
/*-----------------------------------------------------------------------------------*/
.blood-needed .row [class*=grid] {
  min-height: 150px !important;
  padding-left: 40px;
}
.blood-needed .row .grid-8 {
  padding-right: 40px;
  position: relative;
}
.blood-needed .row .grid-4 {
  border-left: 1px dotted #000;
}
.blood-needed header h2 {
  display: inline-block;
  color: #901f39;
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
}
.blood-needed header a {
  float: right;
  line-height: 3px;
  line-height: 3rem;
}
.blood-needed .barometer {
  margin: 0;
  text-align: center;
}
.blood-needed .barometer li {
  padding: 0;
  padding-left: 0 !important;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
}
.blood-needed .barometer .icon {
  margin: 0 auto 20px;
}
.blood-needed .blood-description p {
  position: relative;
  padding-left: 60px;
  margin-bottom: 40px;
}

/*-----------------------------------------------------------------------------------*/
/*	13. Organizační schema
/*-----------------------------------------------------------------------------------*/
.mainContent .scheme p {
  margin-bottom: 10px;
}
.mainContent .scheme__header {
  border-bottom: 1px solid #bbbbbb;
  padding: 0 25px;
  padding-bottom: 25px;
  margin-bottom: 54px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 14px;
  line-height: 1.4rem;
}
.mainContent .scheme__header a {
  color: #383838;
}
.mainContent .scheme__header img {
  display: block;
  width: 100%;
  margin: 0 0 40px;
}
.mainContent .scheme__content {
  padding: 0 55px;
}
.mainContent .scheme__list {
  padding: 80px 0 0;
  margin: 0 -11px 25px;
  position: relative;
}
.mainContent .scheme__list--opened {
  margin-left: -66px;
  margin-right: -66px;
}
.mainContent .scheme__list--opened .scheme__list__item {
  float: none;
  clear: both;
  position: relative;
  z-index: 5;
  margin-left: 41px;
  margin-right: 41px;
  					/*&:last-child{
  						position: relative;
  						.scheme__list__item__table{
  							position: static;
  						}
  						.scheme__list__item__table:before{
  							margin-right: -11px;
  						}
  						.scheme__list__item__table:after{
  							display: block;
  							content: "";
  							background: #fff;
  							position: absolute;
  
  							height: 100%;
  							width: 1px;
  										
  							right: 100%;
  							top: 50%;
  							margin-top: 1px;
  							z-index: 5;
  							margin-right: 9px;
  						}
  					}*/
}
.mainContent .scheme__list--opened .scheme__list__item__table {
  position: relative;
}
.mainContent .scheme__list--opened .scheme__list__item__table:before {
  display: block;
  content: "";
  background: #bcbcbc;
  position: absolute;
  height: 1px;
  width: 21px;
  right: 100%;
  top: 50%;
}
.mainContent .scheme__list--opened .scheme__list__item--main {
  position: absolute;
  left: 0;
  margin-left: 0;
}
.mainContent .scheme__list--opened .scheme__list__item--main .scheme__list__item__table:before {
  display: none;
}
.mainContent .scheme__list--opened:after {
  display: block;
  width: 1px;
  content: "";
  background: #bcbcbc;
  position: absolute;
  top: 0;
  bottom: 35px;
  left: 31px;
}
.mainContent .scheme__list__item {
  width: 33.33333%;
  padding: 0 11px;
  margin-bottom: 11px;
  float: left;
  list-style-type: none;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  transition: all 200ms ease;
}
.mainContent .scheme__list__item__table {
  display: table;
  width: 100%;
  height: 70px;
  outline: none;
  color: #323232;
  text-decoration: none;
  border: 1px solid #BABABA;
  background: #fbb761;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 14px;
  line-height: 1.4rem;
  text-align: center;
  padding: 10px;
}
.mainContent .scheme__list__item__table:hover {
  background: #faa02f;
}
.mainContent .scheme__list__item__cell {
  display: table-cell;
  vertical-align: middle;
}
.mainContent .scheme__list__item--main {
  float: none;
  margin: 0;
  position: absolute;
  top: 0;
  left: 50%;
  width: 170px;
  margin-left: -85px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  transition: all 200ms ease;
}
.mainContent .scheme__list__item--main .scheme__list__item__table {
  height: 40px;
  border: 1px solid #BABABA;
  background: #1eb3ef;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 16px;
  line-height: 1.6rem;
}
.mainContent .scheme__list__item--main .scheme__list__item__table:hover {
  background: #0e95cc;
}
.mainContent .scheme__list__item--current {
  width: 100%;
}
.mainContent .scheme__list__item--current .scheme__list__item__table {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 30px;
  line-height: 3rem;
  position: relative;
  height: 120px;
  width: 64%;
}
.mainContent .scheme__list__item--current > .scheme__list__content {
  width: 64%;
}
.mainContent .scheme__list__division {
  padding: 50px 55px 0;
  margin: 0;
  margin-bottom: 50px;
  position: relative;
  display: none;
}
.mainContent .scheme__list__division:after {
  display: block;
  width: 1px;
  content: "";
  background: #bcbcbc;
  position: absolute;
  top: 0;
  bottom: 20px;
  left: 24px;
}
.mainContent .scheme__list__division__item {
  list-style: none;
  margin-bottom: 5px;
  position: relative;
}
.mainContent .scheme__list__division__item:before {
  display: block;
  content: "";
  background: #bcbcbc;
  position: absolute;
  height: 1px;
  width: 31px;
  right: 100%;
  top: 50%;
}
.mainContent .scheme__list__division__item:last-child:after {
  display: block;
  content: "";
  background: #fff;
  position: absolute;
  height: 100%;
  width: 1px;
  right: 100%;
  margin-right: 30px;
  top: 50%;
  margin-top: 1px;
  z-index: 5;
}
.mainContent .scheme__list__division__title {
  display: block;
  padding: 10px;
  outline: none;
  background: #c5df9e;
  color: #2a2a2a;
  border: 1px solid #BABABA;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  text-decoration: none;
}
.mainContent .scheme__list__division__title:hover {
  background: #aed278;
}
.mainContent .scheme__list__content {
  display: none;
  border: 1px solid #BABABA;
  border-top: 0;
  padding: 30px 25px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 16px;
  line-height: 1.6rem;
}
.mainContent .scheme__list__content table {
  margin: 0;
}
.mainContent .scheme__list__content table tr td {
  border: 0;
  padding: 7px 0;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 14px;
  line-height: 1.4rem;
}
.mainContent .scheme__list__content table tr td + td {
  white-space: nowrap;
}
.mainContent .scheme__result {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  line-height: 2.4rem;
  margin-bottom: 20px;
}
.mainContent .scheme__result p {
  margin: 0;
}
.mainContent .scheme__result__item {
  padding-left: 10px;
}
.mainContent .scheme__result__title {
  color: #7c7c7c;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
.mainContent .scheme__detail {
  padding: 0;
  margin: 0;
}
.mainContent .scheme__detail li {
  list-style-type: none;
}
.mainContent .scheme__detail__main {
  display: table;
  width: 200px;
  height: 60px;
  background: #1eb3ef;
  font-size: 14px;
  line-height: 16px;
}
.mainContent .scheme__detail__cell {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #000;
}
.mainContent .scheme .form {
  position: relative;
  margin-bottom: 26px;
}
.mainContent .scheme .form .text {
  border: 1px solid #e1e1e1;
}
.mainContent .scheme .form .button {
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  background: #1eb3ef;
  color: #323232;
  height: auto;
  width: 80px;
  line-height: 32px;
}
.mainContent .scheme .form .button:hover {
  background: #0e95cc;
}

.form-search {
  position: relative;
  margin-bottom: 26px;
}
.form-search p {
  margin-bottom: 10px;
}
.form-search .text {
  border: 1px solid #e1e1e1;
}
.form-search .button {
  position: absolute;
  bottom: 1px;
  right: 1px;
  bottom: 1px;
  background: #901f39;
  color: #fff;
  height: 33px;
  width: 80px;
  line-height: 32px;
}
.form-search .button:hover {
  background: #661628;
  color: #fff;
}

/*-----------------------------------------------------------------------------------*/
/*	14. Náš tým
/*-----------------------------------------------------------------------------------*/
.mainContent .list-letters, .list-letters {
  padding: 0;
  margin: 0;
  /*margin-top: -35px;margin-bottom: 35px;*/
  margin-bottom: 10px;
  margin-bottom: 1rem;
}
.mainContent .list-letters li, .list-letters li {
  list-style: none;
  float: left;
  width: 3.84615%;
}
.mainContent .list-letters li a, .list-letters li a {
  display: block;
  height: 30px;
  background: #f4f3f0;
  border: 1px solid #eaeaea;
  color: #7394ad;
  text-decoration: none;
  text-align: center;
  line-height: 30px;
}
.mainContent .list-letters li a:hover, .list-letters li a:hover {
  background: #dedbd3;
}

.mainContent .list-person, .list-person {
  clear: both;
  margin-bottom: 20px;
}
.mainContent .list-person li, .list-person li {
  list-style-type: none;
  padding: 23px 0;
  border-bottom: 1px solid #e8e8e8;
  font-size: 13px;
  line-height: 18px;
}
.mainContent .list-person li:first-child, .list-person li:first-child {
  border-top: 1px solid #e8e8e8;
}
.mainContent .list-person h2, .list-person h2 {
  color: #484848;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 18px;
}
.mainContent .list-person__image, .list-person__image {
  float: left;
  width: 78px;
  border: 1px solid #bebebe;
  margin-right: 24px;
}
.mainContent .list-person__image img, .list-person__image img {
  display: block;
  width: 100%;
  margin: 0;
}
.mainContent .list-person p, .list-person p {
  margin-bottom: 12px;
}
.mainContent .list-person__content, .list-person__content {
  overflow: auto;
  padding-top: 5px;
}
.mainContent .list-person a, .list-person a {
  color: inherit;
}

/*-----------------------------------------------------------------------------------*/
/*	15. Kontakt - detail osoby
/*-----------------------------------------------------------------------------------*/
.box-person {
  margin-top: -35px;
}
.box-person__info {
  padding: 85px 40px 40px 350px;
  margin-bottom: 60px;
  position: relative;
  background: #fcfcfc;
  letter-spacing: 0.02em;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  line-height: 2.2rem;
}
.box-person__info__image {
  position: absolute;
  width: 285px;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}
.box-person__info__image img {
  display: block;
  min-width: 100%;
  min-height: 100%;
}
.box-person__info h2 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 26px;
  line-height: 2.6rem;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
  margin-bottom: 1rem;
}
.box-person__info p#osoba-pozice {
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
.box-person__info p#osoba-kontakt {
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
.box-person__info__parts {
  margin: 35px 0 15px 0;
  width: 80%;
}
.box-person__info__parts li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  margin-right: 2rem;
  margin-bottom: 10px;
  margin-bottom: 1rem;
}
.box-person__info__parts li a {
  display: block;
}
.box-person__info__link {
  margin: 0 !important;
}
.box-person__info__link a {
  color: #6c6c6c;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 22px;
  line-height: 2.2rem;
}
.box-person__info__list {
  float: right;
  margin-top: -10px;
}
.box-person__info__list li {
  min-height: 22px;
}
.box-person__info__list li a {
  display: block;
  position: relative;
  margin-right: 20px;
  padding-right: 20px;
  text-align: right;
  text-decoration: underline;
}
.box-person__info__list li a:hover {
  text-decoration: none;
}
.box-person__info__list li a i {
  left: 100% !important;
  right: 0;
}
.box-person__about {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem;
  letter-spacing: 0.02em;
  margin-bottom: 30px;
}
.box-person__about p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem;
  margin-top: 10px;
  margin-top: 1rem;
  margin-bottom: 10px;
  margin-bottom: 1rem;
}
.box-person__about .seznam-item-nr {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem;
  margin-top: 0;
  margin-bottom: 10px;
  margin-bottom: 1rem;
}
.box-person__about__header {
  float: left;
  width: 285px;
  margin-right: 65px;
  position: relative;
  padding-bottom: 5px;
}
.box-person__about__header i {
  display: block;
  position: absolute;
  left: 0;
  bottom: 10px;
}
.box-person__about__header--uvod {
  border-bottom: 1px solid #c4de9d;
}
.box-person__about__header--odbornost {
  border-bottom: 1px solid #e4c9cf;
}
.box-person__about__header--vzdelani {
  border-bottom: 1px solid #e4c8e1;
}
.box-person__about__header--vyuka {
  border-bottom: 1px solid #c9cae4;
}
.box-person__about__header--granty {
  border-bottom: 1px solid #c9cae4;
}
.box-person__about__header--publikace {
  border-bottom: 1px solid #c9cae4;
}
.box-person__about__header h3 {
  color: #000;
  color: rgba(0, 0, 0, 0.71);
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 26px;
  line-height: 2.6rem;
  margin: 0;
  text-align: right;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  width: 80%;
  margin-left: 20%;
}
.box-person__about__content {
  overflow: auto;
  height: 110%;
}
.box-person__about p {
  margin-bottom: 15px;
}
@media all and (max-width: 799px) {
  .box-person__info {
    padding-left: 40px;
    padding-top: 0;
  }
  .box-person__info__image {
    position: static;
    width: 30%;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    margin-left: -40px;
    min-width: 150px;
  }
  .box-person__info__image img {
    width: 100%;
    min-width: 1px;
    min-height: 1px;
  }
  .box-person__info__content {
    padding-top: 20px;
  }
  .box-person__info__list {
    float: none;
    clear: both;
  }
  .box-person__info__list li a {
    text-align: left;
    padding-right: 0;
    margin-right: 0;
    padding-left: 40px;
    margin-left: 10px;
    display: inline-block;
  }
  .box-person__info__list li a i {
    left: 0 !important;
    right: auto;
  }
  .box-person__info__parts {
    margin: 30px 0;
  }
  .box-person__about__header {
    float: none;
    margin: 0;
    margin-bottom: 30px;
    width: auto;
  }
  .box-person__about__header h3 {
    text-align: left;
  }
  .box-person__about__header i {
    left: auto;
    right: 0;
  }
}
@media all and (max-width: 479px) {
  .box-person__info {
    padding-left: 20px;
    padding-right: 20px;
  }
  .box-person__info__image {
    margin-left: -20px;
  }
  .box-person__info h2 {
    font-size: 25px;
    line-height: 28px;
  }
  .box-person__info h2 + p {
    clear: none;
  }
  .box-person__info p {
    clear: both;
  }
  .box-person__about {
    margin-bottom: 60px;
  }
}
@media all and (max-width: 359px) {
  .box-person__info__image {
    margin: 0 -20px 30px;
    width: auto;
    min-width: 100%;
  }
}

/*-----------------------------------------------------------------------------------*/
/*	-3. Backported from local css changes
/*-----------------------------------------------------------------------------------*/
#breadcrumbs {
  margin-bottom: 1em;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 14px;
  line-height: 1.4rem;
  color: #818181;
}
#breadcrumbs a {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 14px;
  line-height: 1.4rem;
  color: #818181;
}
#breadcrumbs a:hover {
  color: #901f39;
}

.mainContent #subtype-news-ct h3 small {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 14px;
  line-height: 1.4rem;
  color: #818181;
  padding-left: 3em;
  float: right;
}

#admin-links {
  margin: 2em 0 1em 0;
}

#osoba-view .osoba-field {
  clear: left;
  margin: 6px 0;
}
#osoba-view .osoba-field .osoba-field-name {
  float: left;
  width: 20%;
  padding: 0 1em;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
#osoba-view .osoba-field .osoba-field-value {
  width: 70%;
  padding: 0 1em;
  margin: 0 0 0 20%;
}

.osoba-cv {
  clear: left;
  margin-top: 10px;
  margin-top: 1rem;
}
.osoba-cv h2, .osoba-cv h3 {
  width: 25%;
  float: left;
  margin-top: 0;
}
.osoba-cv .osoba-cv-wrap {
  padding-left: 25%;
}

.seznam-key-value {
  margin-bottom: 2Opx;
  margin-bottom: 2rem;
}
.seznam-key-value .seznam-title {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
  color: #901f39;
  margin-bottom: 10px;
  margin-bottom: 1rem;
}
.seznam-key-value .seznam-key {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  clear: left;
  float: left;
  width: 20%;
}
.seznam-key-value .seznam-value {
  padding-left: 20%;
  margin-bottom: 10px;
  margin-bottom: 1rem;
}
.seznam-key-value .seznam-item-nr {
  float: left;
  width: 7%;
}
.seznam-key-value .seznam-item {
  padding-left: 7%;
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
}

.seznam-key-value2 {
  margin-top: 1Opx;
  margin-top: 1rem;
  margin-bottom: 2Opx;
  margin-bottom: 2rem;
}
.seznam-key-value2 .item-featured {
  color: #000;
}
.seznam-key-value2 .item-std {
  color: #818181;
}
.seznam-key-value2 .seznam-title {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
  color: #901f39;
  margin-bottom: 10px;
  margin-bottom: 1rem;
}
.seznam-key-value2 .seznam-key {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  clear: left;
  float: left;
  width: 35%;
}
.seznam-key-value2 .seznam-value {
  padding-left: 35%;
  margin-bottom: 10px;
  margin-bottom: 1rem;
}
.seznam-key-value2 .seznam-item-nr {
  float: left;
  width: 7%;
}
.seznam-key-value2 .seznam-item {
  padding-left: 7%;
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
}

.publikace-list {
  margin-bottom: 10px;
  margin-bottom: 1rem;
  margin-top: 10px;
  margin-top: 1rem;
}
.publikace-list .publikace-autori {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 15px;
  line-height: 1.5rem;
  margin-bottom: 5px;
  margin-bottom: 0.5rem;
  margin-top: 5px;
  margin-top: 0.5rem;
}
.publikace-list .publikace-autori a {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 17px;
  line-height: 1.7rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
.publikace-list .publikace-intro {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 15px;
  line-height: 1.5rem;
  margin-bottom: 5px;
  margin-bottom: 0.5rem;
  margin-top: 5px;
  margin-top: 0.5rem;
}
.publikace-list .publikace-intro a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 17px;
  line-height: 1.7rem;
}
.publikace-list .publikace-nazev {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  margin-bottom: 5px;
  margin-bottom: 0.5rem;
  margin-top: 5px;
  margin-top: 0.5rem;
}
.publikace-list .small {
  font-size: 10px;
  font-size: 1rem;
  line-height: 14px;
  line-height: 1.4rem;
  color: #909090;
  margin-bottom: 5px;
  margin-bottom: 0.5rem;
  margin-top: 5px;
  margin-top: 0.5rem;
}

.form-search2 {
  position: relative;
  margin-bottom: 26px;
}
.form-search2 .row {
  margin-top: 4px;
  margin-top: 0.4rem;
  margin-bottom: 4px;
  margin-bottom: 0.4rem;
}
.form-search2 .form-label {
  clear: left;
  float: left;
  width: 20%;
  text-align: right;
  padding-right: 10px;
  padding-right: 1rem;
  padding-top: 7px;
  padding-top: 0.7rem;
}
.form-search2 .form-input {
  padding-left: 20%;
}
.form-search2 p {
  margin-bottom: 10px;
}
.form-search2 .text {
  border: 1px solid #e1e1e1;
}
.form-search2 .button {
  background: #901f39;
  color: #fff;
  height: 33px;
  width: 80px;
  line-height: 32px;
}
.form-search2 .button:hover {
  background: #661628;
  color: #fff;
}

.form-napistenam {
  position: relative;
  margin-bottom: 26px;
}
.form-napistenam .simple {
  width: 100%;
  height: 35px;
  height: 3.5rem;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 35px;
  line-height: 3.5rem;
  border: 1px solid #e1e1e1;
  color: #484848;
  outline: none;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  background: #fff;
  padding: 0 15px;
  /* css rules for webkit (chrome and safari) */
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .form-napistenam .simple {
    line-height: 100%;
  }
}
.form-napistenam .simpletext {
  width: 100%;
  height: 350px;
  height: 35rem;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 35px;
  line-height: 3.5rem;
  border: 1px solid #e1e1e1;
  color: #484848;
  outline: none;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  background: #fff;
  padding: 0 15px;
  /* css rules for webkit (chrome and safari) */
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .form-napistenam .simpletext {
    line-height: 100%;
  }
}
.form-napistenam .button {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 35px;
  line-height: 3.5rem;
  text-align: center;
  cursor: pointer;
  outline: none;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  transition: all 200ms ease;
  background: #901f39;
  color: #fff;
  height: 33px;
  height: 3.3rem;
  width: 180px;
  width: 18rem;
  line-height: 32px;
}
.form-napistenam .button:hover {
  background: #661628;
  color: #fff;
}
.form-napistenam .row {
  margin-top: 4px;
  margin-top: 0.4rem;
  margin-bottom: 4px;
  margin-bottom: 0.4rem;
}
.form-napistenam .form-label {
  clear: left;
  float: left;
  width: 20%;
  text-align: right;
  padding-right: 10px;
  padding-right: 1rem;
  padding-top: 7px;
  padding-top: 0.7rem;
}
.form-napistenam .form-input {
  padding-left: 20%;
}
.form-napistenam p {
  margin-bottom: 10px;
}

.left-spec-menu {
  margin-bottom: 40px;
}
.left-spec-menu li a {
  padding-right: 20px;
  position: relative;
}
.left-spec-menu li a.current:before {
  display: block;
  content: "";
  left: 28px;
  width: 7px;
  height: 9px;
  background-position: -290px -178px;
  position: absolute;
  top: 50%;
  margin-top: -4.5px;
  margin-top: -6.5px;
}
.left-spec-menu li span, .left-spec-menu li strong {
  color: #6e6e6e;
  display: block;
  padding: 5px 20px 5px 45px;
}

.batch {
  margin-top: 10px;
  margin-top: 1rem;
  /*min-height: 30px;*/
  margin-bottom: 10px;
  margin-bottom: 1rem;
  /*border-bottom: 1px solid #8e8e8e;*/
  padding-top: 6px;
}
.batch .batch-next {
  float: right;
  margin: 1px;
}

#publikace-sep-hr {
  margin-top: 30px;
  margin-top: 3rem;
  margin-bottom: 30px;
  margin-bottom: 3rem;
  border-bottom: 1px solid #8e8e8e;
}

#search-result {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 14px;
  line-height: 1.4rem;
}
#search-result strong {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 17px;
  line-height: 1.7rem;
}
#search-result .search-result-additional {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 13px;
  line-height: 1.3rem;
  color: #818181;
}
#search-result .search-result-labels {
  margin-top: 6px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 13px;
  line-height: 1.3rem;
  color: #818181;
}
#search-result .search-result-desc {
  margin-top: 6px;
}

body.template-view.portaltype-vysetreni h2.documentFirstHeading, address.template-view.portaltype-vysetreni h2.documentFirstHeading {
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 28px;
  line-height: 2.8rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  color: #901f39;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}

#doc-actions {
  clear: both;
}
#doc-actions .fb-share-button {
  display: block;
  float: left;
  margin: 0 12px 6px 0;
}
#doc-actions .tw-share-button {
  display: block;
  float: left;
  margin: 0 12px 6px 0;
}

#validation-error {
  color: #901f39;
}
#validation-error h3 {
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 28px;
  line-height: 2.8rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}

#ctakce-list li {
  margin-bottom: 18px;
}

.grey {
  color: #a5a4a5;
}

/*-----------------------------------------------------------------------------------*/
/*	-2. Overlay frontpage
/*-----------------------------------------------------------------------------------*/
.overlay-bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  z-index: 1000;
  /* high z-index */
  background: #000;
  /* fallback */
  background: rgba(0, 0, 0, 0.75);
}

.overlay-content {
  display: none;
  background: #fff;
  padding: 1%;
  width: 40%;
  position: fixed;
  top: 35%;
  left: 50%;
  margin: 0 0 0 -20%;
  /* add negative left margin for half the width to center the div */
  cursor: default;
  z-index: 10001;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
}

.close-btn {
  cursor: pointer;
  height: 2em;
  width: 2em;
  border: 1px solid #333;
  background: transparent linear-gradient(to right, #C20A38 0%, #A3070C 100%) repeat scroll 0% 0%;
  border-radius: 25px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  color: #FFF;
  font-weight: bold;
  position: absolute;
  right: 25px;
}

.close-btn:hover {
  background: #a3070d;
}

/*-----------------------------------------------------------------------------------*/
/*	-1. Plone
/*-----------------------------------------------------------------------------------*/
#form {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 19px;
  line-height: 1.9rem;
}
#form .horizontal {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
#form .horizontal .formHelp {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: Grey;
}
#form span.text-widget {
  color: #484848;
}

#plone-document-byline {
  display: none;
}

#content-top-bar {
  min-height: 29px;
}

#content .field input[type="text"] {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 19px;
  line-height: 1.9rem;
}

#content .field select {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 19px;
  line-height: 1.9rem;
}
#content .field select option {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 19px;
  line-height: 1.9rem;
}

.documentDescription {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}

#searchBrowserBox {
  display: none;
}

body.template-sitemap .documentDescription, address.template-sitemap .documentDescription {
  display: none;
}

body.template-sitemap .documentFirstHeading, address.template-sitemap .documentFirstHeading {
  margin-bottom: 16px;
}

#portal-sitemap li a {
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 28px;
  line-height: 2.8rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}

#portal-sitemap li li a {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 19px;
  line-height: 1.9rem;
}

#portal-sitemap li li li a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

#portal-sitemap li li li li a {
  color: Grey;
}

/*-----------------------------------------------------------------------------------*/
/*	Responsive styles
/*-----------------------------------------------------------------------------------*/
body, address {
  min-width: 240px;
}

@media all and (max-width: 1110px) {
  #pageHeader .pageNavigation {
    clear: both;
    padding-top: 20px;
    padding-top: 2rem;
  }

  .wrap {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-left: 2rem;
    padding-right: 2rem;
    /* conditions for IE8 and below */
  }
  .oldie .wrap {
    width: 100%;
  }

  .row.big {
    margin: 0 -15px;
    margin: 0 -1.5rem;
  }
  .row.big [class*=grid] {
    padding: 0 15px;
    padding: 0 -1.5rem;
  }
}
@media all and (min-width: 960px) {
  .pageNavigation {
    display: block !important;
  }
}
@media all and (max-width: 959px) {
  .section .row.bordered [class*="grid"] {
    min-height: 1px;
  }

  .section.contact .row.bordered [class*="grid"] {
    min-height: 1px;
  }

  .section.contact .row.bordered article[class*="grid"] {
    min-height: 1px;
  }

  .mainContent, .pageAside {
    float: none;
    width: 100%;
    border: 0;
  }

  .mainContent {
    padding: 0;
    padding-top: 50px;
  }

  .footerLinks {
    text-align: center;
  }
  .footerLinks ul {
    display: none;
  }
  .footerLinks ul li a {
    padding: 10px 0;
    margin-bottom: 15px;
    padding: 1rem 0;
    margin-bottom: 1.5rem;
    line-height: 1;
  }
  .footerLinks .tag {
    min-height: 0;
    margin: 0;
    padding: 15px 0;
    padding: 1.5rem 0;
    border-top: 1px solid #ccc;
  }

  .pageNavigation {
    display: none;
  }

  .bottomMenu .pageNavigation {
    display: none;
  }
  .bottomMenu .social {
    float: none;
    text-align: center;
  }

  .blood-needed .row .grid-8 {
    padding-left: 0;
  }

  .toggleNav {
    display: block;
  }

  .pageNavigation {
    text-align: left;
  }
  .pageNavigation ul li {
    float: none;
    display: block;
  }
  .pageNavigation ul li a {
    padding: 15px 0;
    line-height: 1;
  }
  .pageNavigation ul li a:after {
    display: none;
  }
  .pageNavigation ul li a.current {
    color: #901f39;
  }
  .pageNavigation ul li ul {
    display: block;
    position: static;
    padding: 0;
    margin: 5px 0;
    width: auto;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
  }
  .pageNavigation ul li ul li a {
    padding: 15px 0 15px 30px;
    line-height: 1;
  }
  .pageNavigation ul li ul li:first-child a {
    padding: 15px 0 15px 30px;
  }
  .pageNavigation ul li:first-child {
    width: auto;
    height: auto;
    display: block;
  }
  .pageNavigation ul li:first-child a {
    width: auto;
    height: auto;
    text-indent: 0;
    background: transparent;
    text-align: left;
    position: static;
    margin: 0;
    padding: 15px 0;
  }

  .footerMenu {
    padding: 15px 0;
  }
  .footerMenu li {
    display: block;
    float: none;
  }
  .footerMenu li a {
    padding: 15px 0;
  }

  .copyright {
    border-top: 1px solid #e8e8e8;
    padding: 30px 20px;
  }

  .hpLinks .wrap {
    padding: 0;
  }

  .news {
    border-left: 0;
    border-top: 1px dotted #000;
  }
  .news header {
    padding-top: 30px;
    padding-left: 0;
  }
  .news .row [class*=grid] {
    padding-left: 0;
  }
  .news .row [class*=grid] + [class*=grid] {
    padding-left: 40px;
  }
  .news .newsDetail {
    padding-left: 0;
  }

  .row.bordered [class*="grid"] {
    border-left: 0;
    border-top: 1px dotted #000;
    padding-left: 0;
    padding-top: 40px;
  }
  .row.bordered [class*="grid"]:first-child {
    border-top: 0;
    padding-top: 0;
  }

  .mainContent .scheme__content {
    padding: 0;
    overflow: hidden;
  }
  .mainContent .scheme__list {
    margin-left: -11px;
    margin-right: -11px;
  }
}
@media all and (max-width: 799px) {
  #allAboutBlood .video {
    margin-bottom: 30px;
    margin-bottom: 3rem;
  }

  #intro .search {
    width: auto;
  }

  .testomonials .item {
    padding-left: 0;
    padding-right: 0;
  }

  .news .newsDetail {
    margin-bottom: 30px;
    margin-bottom: 3rem;
  }

  #pageHeader .logo img {
    margin-right: 0;
  }
  #pageHeader .logo p {
    display: none;
  }

  .topSignpost .row [class*="grid"] {
    padding-top: 1px;
    padding-bottom: 1px;
  }
  .topSignpost .icon {
    display: none;
  }
  .topSignpost ul li a {
    height: 50px;
    padding: 0 15px;
    height: 5rem;
  }

  .share ul li {
    display: block;
    margin: 15px 0;
  }

  .pageContent .header h1, .pageContent .header .form {
    float: none;
  }
  .pageContent .header .form {
    padding-top: 20px;
    width: 100%;
  }

  .blood-needed .row [class*="grid"] {
    min-height: 1px !important;
    padding-left: 0;
    padding-right: 0;
    border: 0;
  }

  .blood-description {
    padding-top: 30px;
  }

  .topSignpost ul li ul {
    width: 100%;
  }

  .pageContent .topSignpost ul li a {
    background: #901f39;
    color: #fff;
  }
  .pageContent .topSignpost ul li a:hover {
    color: #901f39;
  }
  .pageContent .topSignpost ul li ul {
    width: 100%;
  }
  .pageContent .topSignpost ul li ul li a {
    color: #484848;
  }

  .news .row [class*="grid"] + [class*="grid"] {
    padding: 0;
  }

  .mainContent .list-letters li, .list-letters li {
    width: 7.69231%;
  }
}
@media all and (max-width: 599px) {
  .testomonials .item img {
    width: 50%;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 479px) {
  section.news {
    display: none;
  }

  .hpLinks-podporte-nas {
    display: none;
  }

  .testomonials {
    display: none;
  }

  #allAboutBlood {
    display: none;
  }

  .testomonials .item img {
    width: 100%;
    float: none;
    margin: 0 0 15px 0;
  }

  #pageHeader .logo {
    float: none;
  }
  #pageHeader .logo img {
    display: block;
    margin: 0 auto 20px;
  }
  #pageHeader .lang {
    float: none;
    clear: both;
    text-align: center;
  }
  #pageHeader .lang li {
    float: none;
    display: inline-block;
  }
  #pageHeader .lang li a {
    padding: 0 15px;
  }
  #pageHeader .toggleNav {
    float: none;
    margin: 10px auto;
  }

  #intro {
    background: url(../img/intro.jpg) left center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  #intro .search {
    padding: 20px;
  }

  #allAboutBlood header h2 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 35px;
    line-height: 3.5rem;
  }
  #allAboutBlood header h3 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 25px;
    line-height: 2.5rem;
  }

  .topSignpost ul li ul {
    position: static;
  }

  #intro .topSignpost {
    position: static;
    margin-top: 15px;
  }

  .mainContent {
    padding-top: 20px;
  }
  .mainContent .h1, .mainContent h1 {
    /*@include fs(28,35);*/
  }

  .blood-needed header, .news header {
    text-align: center;
  }
  .blood-needed header h2, .news header h2 {
    display: block;
  }
  .blood-needed header a, .news header a {
    float: none;
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }

  .mainContent .scheme__list__content table, .mainContent .scheme__list__content tr, .mainContent .scheme__list__content td, .mainContent .scheme__list__content tbody, .mainContent .scheme__list__content thead {
    display: block;
    width: 100%;
  }
  .mainContent .scheme__list__content table tr td:first-child {
    border-top: 1px solid #bababa;
  }
  .mainContent .scheme__header a {
    display: block;
    padding: 10px 0;
    float: none;
    clear: both;
    text-align: left;
  }

  .mainContent .list-letters li, .list-letters li {
    width: 12.5%;
  }

  .seznam-key-value .seznam-key {
    width: 10%;
  }
  .seznam-key-value .seznam-value {
    padding-left: 10%;
  }
  .seznam-key-value .seznam-item-nr {
    width: 12%;
  }
  .seznam-key-value .seznam-item {
    padding-left: 12%;
  }

  .overlay-content {
    width: 96%;
    margin: 0 2%;
    left: 0;
  }
}
@media all and (max-width: 359px) {
  #intro .search .text {
    width: 100%;
    margin: 0 0 10px;
  }
  #intro .search .button {
    width: 100%;
  }

  .mainContent table tr td, .mainContent table tr th {
    padding: 10px;
  }

  .mainContent .list-person__image, .list-person__image {
    width: 20%;
    margin-right: 15px;
  }
}
/*
@media all and (orientation : landscape) and (orientation : portrait){

}
*/
