/* !Base (Author: mail@jandousek.cz) */

/*
  Font face
  *********
*/

@font-face {
    font-family: 'Dobra';
    src: url('../../fonts/dobra_book-webfont.eot');
    src: url('../../fonts/dobra_book-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/dobra_book-webfont.woff2') format('woff2'),
         url('../../fonts/dobra_book-webfont.ttf') format('truetype'),
         url('../../fonts/dobra_book-webfont.svg#dobrabook') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Dobra';
    src: url('../../fonts/dobra_medium-webfont.eot');
    src: url('../../fonts/dobra_medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/dobra_medium-webfont.woff2') format('woff2'),
         url('../../fonts/dobra_medium-webfont.ttf') format('truetype'),
         url('../../fonts/dobra_medium-webfont.svg#dobramedium') format('svg');
    font-weight: bold;
    font-style: normal;
}

/*
  Tela
  ****
*/

html {
  height: 100%;
}
body {
  min-height: 100%;
  background: #000000 url('../../img/body.gif') repeat-y;
  font: 125% MyriadPro-Regular, 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif;
  color: #999;
  -webkit-transition: background-position 400ms ease-in-out;
  -moz-transition: background-position 400ms ease-in-out;
  -ms-transition: background-position 400ms ease-in-out;
  -o-transition: background-position 400ms ease-in-out;
  transition: background-position 400ms ease-in-out;
}

/*
  Odkazy
  ******
*/

a {
  color: #e41330;
}
a:hover {
  color: #000000;
}

/*
  Ukazani menu (interakce)
  ------------
*/

html.interact_navShowed body {
  background-position: 480px top;
}

/*
  Flash zpravy
  ************
*/

.flashMessage,
.wpcf7-response-output {
  display: block;
  margin-bottom: 40px;
  padding: 12px 20px 14px 20px;
  background-color: #000000;
  text-transform: uppercase;
  font: bold 16px Dobra, Helvetica, Arial, sans-serif;
  color: #fff;  
}

.wpcf7-response-output:empty {
      display: none;
  }

/*
  Typy
  ----
*/

.flashMessage.typeError,
.wpcf7-response-output.wpcf7-validation-errors,
.wpcf7-response-output.wpcf7-mail-sent-ng {
  background-color: #e41330;
}
.flashMessage.typeSucces,
.wpcf7-response-output.wpcf7-mail-sent-ok {
  background-color: #87a60c;
}

/*
  Uprava pro contactForm 7
  ------------------------
*/

.screen-reader-response,
.wpcf7-display-none {
  display: none;
}

/*
  Odkaz na vice
  *************
*/

.linkMore {
  display: inline-block;
  padding: 3px 0 3px 50px;
  background: url('../../img/icons/right.svg') left center no-repeat;
  background-size: 30px 30px;
  text-decoration: none;
  color: #e41330;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
.noSvg .linkMore {
  background-image: url('../../img/icons/right.png');
}

/*
  Ikony
  -----
*/

.linkMore.iconOut {
  background-image: url('../../img/icons/out.svg');
}
.noSvg .linkMore.iconOut {
  background-image: url('../../img/icons/out.png');
}
.linkMore.iconTalk {
  background-image: url('../../img/icons/talk.svg');
}
.noSvg .linkMore.iconTalk {
  background-image: url('../../img/icons/talk.png');
}
.linkMore.iconEnvelope {
  background-image: url('../../img/icons/envelope.svg');
}
.noSvg .linkMore.iconEnvelope {
  background-image: url('../../img/icons/envelope.png');
}

.noSvg.linkMore.iconLink {
  background-image: url('../../img/icons/link.png');
}

/* Stavy */

.linkMore:hover {
  background-position: 7px center;
  color: #000000;
}

/*
  Formularove prvky
  *****************
*/

.inputText {
  width: 90%;
  width: calc(100% - 54px);
  padding: 21px 25px;
  background: #f7f7f7;
  border: 2px solid #f7f7f7;
  letter-spacing: 0.5px;
  font: 20px Dobra, Helvetica, Arial, sans-serif;
  color: #000000;
  -webkit-transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  -ms-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
}
select.inputText {
  width: 100%;
}
textarea.inputText {
  resize: none;
}
.inputText::-ms-clear {
  display: none;
}
.inputSubmit {
  padding: 22px 41px 22px 90px;
  background: #ffffff url('../../img/icons/right.svg') 30px 20px no-repeat;
  background-size: 30px 30px;
  border: 2px solid #f7f7f7;
  font: bold 20px Dobra, Helvetica, Arial, sans-serif;
  color: #e41330;
  cursor: pointer;
  -webkit-transition: border-color 150ms linear;
  -moz-transition: border-color 150ms linear;
  -ms-transition: border-color 150ms linear;
  -o-transition: border-color 150ms linear;
  transition: border-color 150ms linear;
}
.noSvg .inputSubmit {
  background-image: url('../../img/icons/right.png');
}

/* Stavy */

.inputText:focus {
  background: #ffffff;
  border-color: #e41330;
  outline: none;
}
.inputSubmit:hover {
  border-color: #eaeaea;
}
.inputSubmit:focus {
  border-color: #e41330;
  outline: none;
}

/*
  Formularova pole
  ****************
*/

.formField {
  position: relative;
  clear: left;
  margin-bottom: 45px;
}

/*
  Polovicky
  ---------
*/

.formField.halfLeft,
.formField.halfRight {
  width: 47%;
  clear: none;
}
.formField.halfLeft {
  float: left;
}
.formField.halfRight {
  float: right;
}

/*
  Navesti
  -------
*/

.formField label {
  display: inline-block;
  padding: 0 0 10px 1px;
  font: 20px Dobra, Helvetica, Arial, sans-serif;
}
.formField label strong {
  color: #e41330;
}
.js .formField label {
  position: absolute;
  left: 28px;
  top: 22px;
  z-index: 10;
  padding: 0;
  letter-spacing: 0.2px;
  cursor: text;
}

/*
  Odsazeni
  --------
*/

.js .formField br {
  display: none;
}

/*
  Chyby
  -----
*/

.formField .error,
.formField .wpcf7-not-valid-tip {
  display: block;
  padding: 7px 0 0 5px;
  font-size: 16px;
  color: #e41432;
}




/*
  Socialni site
  *************
*/

/*
  Stitek
  ------
*/

.socials .label {
  position: relative;
  top: 9px;
  display: inline-block;
  margin-right: 25px;
}

/*
  Odkazy
  ------
*/

.socials a {
  width: 40px;
  height: 40px;
  position: relative;
  display: inline-block;
  margin: 0 15px 15px 15px;
  background-repeat: no-repeat;
  color: #000000;
}
.socials a:before,
.socials a:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url('../../img/_global/socials.svg') no-repeat;
  background-size: 200% 300%;
}
.socials a:after {
  opacity: 0;
  -webkit-transition: opacity 250ms ease;
  -moz-transition: opacity 250ms ease;
  -ms-transition: opacity 250ms ease;
  -o-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}
.noSvg .socials a:before,
.noSvg .socials a:after {
  background-image: url('../../img/_global/socials.png');
}

/*
  Ikony
*/

.socials a.iconFacebook:before{background-position:0 0;}
.socials a.iconFacebook:after{background-position:-40px 0;}
.socials a.iconTwitter:before{background-position:0 -40px;}
.socials a.iconTwitter:after{background-position:-40px -40px;}
.socials a.iconInstagram:before{background-position:0 -80px;}
.socials a.iconInstagram:after{background-position:-40px -80px;}

/*
  Barevne verze
*/

.socials.black a:before,
.socials.black a:after {
  background-image: url('../../img/_global/socials_black.svg');
}
.socials.black a:before,
.socials.black a:after {
  background-image: url('../../img/_global/socials_black.png');
}
.socials.grey a:before,
.socials.grey a:after {
  background-image: url('../../img/_global/socials_grey.svg');
}
.socials.grey a:before,
.socials.grey a:after {
  background-image: url('../../img/_global/socials_grey.png');
}

/* Stavy */

.socials a:hover:after {
  opacity: 1;
}

/*
  Obrazkovy slider (middle)
  ****************
*/

.imgSlider {
  position: relative;
  margin-left: -33.33%;
  margin-right: -33.33%;
}

/*
  Slajdy
  ------
*/

.imgSlider .slide.cap {
  visibility: hidden;
}
.imgSlider .slide img {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0.4;
  -webkit-transition: all 800ms ease-in-out;
  -moz-transition: all 800ms ease-in-out;
  -ms-transition: all 800ms ease-in-out;
  -o-transition: all 800ms ease-in-out;
  transition: all 800ms ease-in-out;
}
.imgSlider .slide.isActive img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

/*
  Sipky
  -----
*/

.imgSlider .bx-controls a {
  width: 10%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 100;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 30px 17px;
  text-align: center;
  font-size: 0;
  -webkit-transition: opacity 800ms linear, left 800ms linear, right 800ms linear;
  -moz-transition: opacity 800ms linear, left 800ms linear, right 800ms linear;
  -ms-transition: opacity 800ms linear, left 800ms linear, right 800ms linear;
  -o-transition: opacity 800ms linear, left 800ms linear, right 800ms linear;
  transition: opacity 800ms linear, left 800ms linear, right 800ms linear;
}
.imgSlider .bx-controls a.bx-prev {
  left: 20%;
  background-image: url('../../img/imgSlider_prev.svg');
}
.noSvg .imgSlider .bx-controls a.bx-prev {
  background-image: url('../../img/imgSlider_prev.png');
}
.imgSlider .bx-controls a.bx-next {
  right: 20%;
  background-image: url('../../img/imgSlider_next.svg');
}
.noSvg .imgSlider .bx-controls a.bx-next {
  background-image: url('../../img/imgSlider_next.png');
}

/* Stavy */

.imgSlider .bx-controls a.disabled {
  opacity: 0;
}
.imgSlider .bx-controls a.bx-prev.disabled {
  left: 0;
}
.imgSlider .bx-controls a.bx-next.disabled {
  right: 0;
}

/*
  Obal webu
  *********
*/

.webWrap {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  -webkit-transition: margin-left 400ms ease-in-out;
  -moz-transition: margin-left 400ms ease-in-out;
  -ms-transition: margin-left 400ms ease-in-out;
  -o-transition: margin-left 400ms ease-in-out;
  transition: margin-left 400ms ease-in-out;
}
.webWrap .webWrap_inset {
  -webkit-transition: margin-right 400ms ease-in-out;
  -moz-transition: margin-right 400ms ease-in-out;
  -ms-transition: margin-right 400ms ease-in-out;
  -o-transition: margin-right 400ms ease-in-out;
  transition: margin-right 400ms ease-in-out;
}

/*
  Overlay
  -------
*/

.webWrap .webWrap_overlay {
  width: 0;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
  display: block;
  background: url('../../img/webWrap-webWrap_overlay.png');
  background-color: rgba(0,0,0,0.4);
  opacity: 0;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

/*
  Ukazani menu (interakce)
  ------------
*/

html.interact_navShowed .webWrap {
  margin-left: 480px;
}
html.interact_navShowed .webWrap .webWrap_inset {
  margin-right: -480px;
}
html.interact_navShowed .webWrap .webWrap_overlay {
  width: 100%;
  opacity: 1;
}

/*
  Hlavicka webu
  *************
*/

.webHead {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 50;
  padding: 45px;
  -webkit-transition: left 400ms ease-in-out;
  -moz-transition: left 400ms ease-in-out;
  -ms-transition: left 400ms ease-in-out;
  -o-transition: left 400ms ease-in-out;
  transition: left 400ms ease-in-out;
}

/*
  Logo
  ----
*/

.webHead .logo {
  margin: 27px 0 0 114px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  transition: all 300ms linear;
}
.webHead .logo a {
  width: 132px;
  height: 22px;
  position: relative;
  display: block;
  text-decoration: none;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 200%;
}
.webHead .logo a span {
  width: 132px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  background: url('../../img/webHead-logo-a-span.svg') left center no-repeat;
  background-size: 100% 100%;
}
.noSvg .webHead .logo a span {
  background-image: url('../../img/webHead-logo-a-span.png');
}

/*
  Otevreni navigace
  -----------------
*/

.webHead .openNav {
  width: 70px;
  height: 70px;
  position: relative;
  float: left;
  overflow: hidden;
  display: block;
  margin-top: -49px;
  background-color: #e41330;
  text-align: center;
  color: #ffffff;
  font-size: 80%;
  -webkit-transition: background-color 150ms linear;
  -moz-transition: background-color 150ms linear;
  -ms-transition: background-color 150ms linear;
  -o-transition: background-color 150ms linear;
  transition: background-color 150ms linear;
}
.webHead .openNav:before,
.webHead .openNav:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url('../../img/webHead-openNav.svg') no-repeat;
  background-size: 100% 200%;
}
.webHead .openNav:after {
  background-position: left bottom;
  opacity: 0;
  -webkit-transition: opacity 250ms ease;
  -moz-transition: opacity 250ms ease;
  -ms-transition: opacity 250ms ease;
  -o-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}
.noSvg .webHead .openNav:before,
.noSvg .webHead .openNav:after {
  background-image: url('../../img/webHead-openNav.png');
}

/* Stavy */

.webHead .openNav:hover {
  background-color: #000000;
}
.webHead .openNav:hover:after {
  opacity: 1;
}

/*
  Navigace webu
  *************
*/

.webNav {
  width: 480px;
  height: 100%;
  position: fixed;
  top: 0;
  left: -480px;
  z-index: 120;
  overflow: auto;
  background-color: #000;
  text-align: center;
  -webkit-transition: left 400ms ease-in-out;
  -moz-transition: left 400ms ease-in-out;
  -ms-transition: left 400ms ease-in-out;
  -o-transition: left 400ms ease-in-out;
  transition: left 400ms ease-in-out;
  color: #666;
}
.webNav .webNav_inset {
  padding: 60px 20px 30px 20px;
}

/*
  Zavreni
  -------
*/

.webNav .closeThis {
  width: 70px;
  height: 70px;
  position: relative;
  margin: -25px 0 100px 0;
  display: none;
  border: 2px solid #ffffff;
  color: #ffffff;
  font-size: 80%;
  -webkit-transition: border-color 150ms linear;
  -moz-transition: border-color 150ms linear;
  -ms-transition: border-color 150ms linear;
  -o-transition: border-color 150ms linear;
  transition: border-color 150ms linear;
}
.webNav .closeThis:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url('../../img/webNav-closeThis.svg') center center no-repeat;
  background-size: contain;
}
.noSvg .webNav .closeThis:before {
  background-image: url('../../img/webNav-closeThis.png');
}
.js .webNav .closeThis {
  display: inline-block;
}

/* Stavy */

.webNav .closeThis:hover, .webNav .closeThis:focus {
  border-color: #e41330;
}

/*
  Odkazy
  ------
*/

.webNav .nav a {
  display: block;
  padding: 2px 0;
  line-height: 1.6;
  letter-spacing: 0.01em;
  text-decoration: none;
  color: #666;
}
.webNav .nav a b {
  font-weight: bold;
  font-size: 145%;
  color: #fff;
  -webkit-transition: color 250ms ease;
  -moz-transition: color 250ms ease;
  -ms-transition: color 250ms ease;
  -o-transition: color 250ms ease;
  transition: color 250ms ease;
}
.webNav .nav a span {
  opacity: 0;
  -webkit-transition: opacity 800ms ease;
  -moz-transition: opacity 800ms ease;
  -ms-transition: opacity 800ms ease;
  -o-transition: opacity 800ms ease;
  transition: opacity 800ms ease;
  font-size: 80%;
}

.webNav .nav a {
    margin-bottom: 12px;
}

.webNav .nav a:last-child {
    margin-bottom: 0;
}

.webNav .nav > br {
    display: none;
}

/* Stavy */

.webNav .nav a:hover b,
.webNav .nav a.isActive b,
.webNav .nav a.current-menu-item b {
  color: #e41330;
}
.webNav .nav a:hover span,
.webNav .nav a.isActive span,
.webNav .nav a.current-menu-item span {
  opacity: 1;
}

/*
  Socialni site
  -------------
*/

.webNav .socials {
  margin-top: 45px;
}

/*
  Paticka
  -------
*/

.webNav .foot {
  margin-top: 85px;
  font-family: Dobra, Helvetica, Arial, sans-serif;
}

/*
  Bloky
  -----
*/

.webNav .foot p {
  line-height: 2.1;
  letter-spacing: 0.02em;
}
.webNav .foot p span {
  font-size: 90%;
}

/*
  Jazykovy prepinac
  *****************
*/

.langSwitcher {
  width: 70px;
  position: absolute;
  right: 45px;
  top: 50px;
  z-index: 110;
  background-color: #ffffff;
  text-align: center;
  font-weight: 500;
  font-size: 19px;
}
.langSwitcher a {
  display: none;
  line-height: 1.6;
  padding: 15px 0;
  text-decoration: none;
  color: #e41330;
}
.langSwitcher a span {
  display: inline-block;
  padding: 0 14px 0 0;
  background: url('../../img/langSwitcher-a-span.svg') right 8px no-repeat;
  background-size: 7px 5px;
}
.noSvg .langSwitcher a span {
  background-image: url('../../img/langSwitcher-a-span.png');
}

/* Stavy */

.langSwitcher:hover a {
  display: block;
}
.langSwitcher a:hover {
  color: #000000;
}
.langSwitcher a.isActive {
  display: block;
  color: #000000;
}

/*
  Ukazani menu (interakce)
  ------------
*/

html.interact_navShowed .webNav {
  left: 0;
}

/*
  Hero page
  *********
*/

.heroPage {
  position: relative;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto 100%;
  color: #000;
}

.heroPage.post-head {
    padding: 100px 160px;
    padding-top: 370px;
    padding-bottom: 50px;
    background-position: center center;
    background-size: cover;
}

.heroPage.post-head .content {
    position: relative;
    z-index: 1;
}

.heroPage.post-head:after {
    content: "";
    display: block;
    height: 60%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    background: rgba(255,255,255,0);
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.18) 22%, rgba(0,0,0,0.62) 75%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(22%, rgba(0,0,0,0.18)), color-stop(75%, rgba(0,0,0,0.62)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.18) 22%, rgba(0,0,0,0.62) 75%);
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.18) 22%, rgba(0,0,0,0.62) 75%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.18) 22%, rgba(0,0,0,0.62) 75%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(0,0,0,0.18) 22%, rgba(0,0,0,0.62) 75%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0 );
}

.heroPage.post-head .author {
    display: block;
    padding-bottom: 20px;
}

.heroPage.post-head .author time, .heroPage.post-head .author span {
    color: #ffffff;
    display: inline-block;
    vertical-align: middle;
    font-size: 17px;   
}

.heroPage.post-head .content .excerpt {
    margin-bottom: 0;
}

.heroPage.post-head .content .title {
    font-size: 275%;
    color: #ffffff;
}

.heroPage .heroPage_inset {
  padding: 250px 160px 150px 160px;
}

/*
  Extra pozadi
  ------------
*/

.heroPage.bg_lightGrey {
  background-color: #f7f7f7;
}

/*
  Obsah
  -----
*/

.heroPage .content {
  -webkit-animation: dropFromTop 800ms ease-in-out;
  -moz-animation: dropFromTop 800ms ease-in-out;
  -ms-animation: dropFromTop 800ms ease-in-out;
  -o-animation: dropFromTop 800ms ease-in-out;
  animation: dropFromTop 800ms ease-in-out;
}

/*
  Titulek
*/

.heroPage .content .title {
  margin: 0 0 40px -6px;
  letter-spacing: -0.024em;
  font-weight: bold;
  font-size: 570%;
}

/*
  Anotace
*/

.heroPage .content .excerpt {
  margin-bottom: 80px;
  line-height: 2 !important;
  letter-spacing: 0.015em;
  font-family: Dobra, Helvetica, Arial, sans-serif;
}

/*
  Uprava elementu
*/

.heroPage .content .linkMore {
  margin: 0 50px 40px 0;
}

/*
  Ovladani
  --------
*/

.heroPage .controls {
  display: block;
}

/*
  Strankovani
*/

.heroPage .controls .pager {
  position: absolute;
  left: 154px;
  bottom: 80px;
}
.heroPage .controls .pager {
  -webkit-animation: dropFromLeft 800ms ease-in-out;
  -moz-animation: dropFromLeft 800ms ease-in-out;
  -ms-animation: dropFromLeft 800ms ease-in-out;
  -o-animation: dropFromLeft 800ms ease-in-out;
  animation: dropFromLeft 800ms ease-in-out;
}
.heroPage .controls .pager a {
  display: inline-block;
  margin-right: 12px;
  padding: 6px;
  text-decoration: none;
  -webkit-transition: color 250ms linear;
  -moz-transition: color 250ms linear;
  -ms-transition: color 250ms linear;
  -o-transition: color 250ms linear;
  transition: color 250ms linear;
}

/* Stavy */

.heroPage .controls .pager a:hover,
.heroPage .controls .pager a.isActive {
  color: #000000;
}

/*
  Dalsi
  -----
*/

.heroPage .next {
  width: 160px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #f7f7f7;
  text-align: center;
  font-size: 90%;
  -webkit-transition: background-color 250ms linear;
  -moz-transition: background-color 250ms linear;
  -ms-transition: background-color 250ms linear;
  -o-transition: background-color 250ms linear;
  transition: background-color 250ms linear;
}
.heroPage .next span {
  width: 100%;
  height: 40px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -20px;
}
.heroPage .next span:before,
.heroPage .next span:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url('../../img/promoPage-next-span.svg') no-repeat;
  background-size: 100% 200%;
}
.heroPage .next span:after {
  background-position: left bottom;
  opacity: 0;
  -webkit-transition: opacity 250ms linear;
  -moz-transition: opacity 250ms linear;
  -ms-transition: opacity 250ms linear;
  -o-transition: opacity 250ms linear;
  transition: opacity 250ms linear;
}
.noSvg .heroPage .next span:before, .noSvg .heroPage .next span:after {
  background-image: url('../../img/promoPage-next-span.png');
}

/* Stavy */

.heroPage .next:hover {
  background-color: #e41330;
}
.heroPage .next:hover span:after {
  opacity: 1;
}

/*
  Vypis polozek 1
  ***************
*/

.itemsList1 {
  position: relative;
  margin: 120px 0;
  padding: 0 60px 50px 60px;
}

.itemsList1.blog-list {
    
}

.itemsList1.blog-list .item .title {
    margin-bottom: 10px;
}


.itemsList1.blog-list .item .title b {
    font-size: 135%;
/*    color: #e41330;*/
}

.itemsList1.blog-list .item .desc p {
    color: #000000;
    font-size: 18px;
    line-height: 1.6em;
    margin-bottom: 0;
}

.itemsList1.blog-list .item {
    max-width: 1250px;
}

.itemsList1.blog-list .item a {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
    text-decoration: none;
}

.itemsList1.blog-list .item a:before {
    content: ""; display: table;
}

.itemsList1.blog-list .item a:after {
    content: ""; display: table; clear: both;
}

.itemsList1.blog-list .item a .title b, .itemsList1.blog-list .item a .desc p, .itemsList1.blog-list .item a .author time, .itemsList1.blog-list .item a .author span { 
    transition: color 0.3s;
}

.itemsList1.blog-list .item a:hover .title b {
    color: #e41330;
}

.itemsList1.blog-list .item a .thumb {
    transition: margin-left 0.5s, margin-right 0.5s;
}

.itemsList1.blog-list .item a .content {
    transition: margin-right 0.5s, margin-left 0.5s;
}

.itemsList1.blog-list .item a:hover .thumb {
    margin-left: 15px;
}

.itemsList1.blog-list .item a:hover .content {
    margin-right: 15px;
}

.itemsList1.blog-list .item.alignReverse a:hover .thumb {
    margin-left: 0;
    margin-right: 15px;
}

.itemsList1.blog-list .item.alignReverse a:hover .content {
    margin-right: 0;
    margin-left: 15px;
}

.itemsList1.blog-list .author {
    margin-bottom: 15px;
    display: block;
}

.itemsList1.blog-list .author time, .itemsList1.blog-list .author span {
    color: #999999;
    display: inline-block;
    vertical-align: middle;
    font-size: 17px;    
}

.blog-content {
    display: block;
    padding-top: 70px;
    padding-bottom: 40px;
    text-align: center;    
}

.blog-content .container {
    max-width: 1200px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.blog-content {
    color: #000000;
    font-size: 18px;
    line-height: 1.8em;    
}

.blog-content p {
    line-height: 1.8em;    
}

.blog-content p, .blog-content ul, .blog-content ol {
    padding-bottom: 20px;
}

.blog-content li {
    padding-bottom: 5px;
    display: block;
    position: relative;
    line-height: 1.8em;    
}

.blog-content li:before {
    content: "-";
    display: block;
    position: absolute;
    left: -15px;
    top: -1px;
}

.blog-content img {
    max-width: 100%;
    margin-bottom: 20px;
}

.blog-content h1, .blog-content h2, .blog-content h3, .blog-content h4, .blog-content h5, .blog-content h6 {
    color: #000000;
    margin-bottom: 20px;
}

.blog-content h1 {
    font-size: 35px;
    line-height: 1.6em;
}

.blog-content h2 {
    font-size: 32px;
    line-height: 1.6em;
}

.blog-content h3 {
    font-size: 29px;
    line-height: 1.6em;
}

.blog-content h4 {
    font-size: 26px;
    line-height: 1.6em;
}

.blog-content h5 {
    font-size: 23px;
    line-height: 1.6em;
}

.blog-content h6 {
    font-size: 20px;
    line-height: 1.6em;
}

/*
  Linka
  -----
*/

.itemsList1 .itemsList1_line {
  width: 3px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -2px;
  background-color: #eaeaea}
.itemsList1 .itemsList1_line:after {
  content: '';
  width: 19px;
  height: 19px;
  position: absolute;
  left: -8px;
  bottom: 0;
  background: url('../../img/_global/dot.svg') no-repeat;
  background-size: 100% 100%;
}
.noSvg .itemsList1 .itemsList1_line:after {
  background-image: url('../../img/_global/dot.png');
}

/*
  Polozka
  -------
*/

.itemsList1 .item {
  max-width: 1600px;
  position: relative;
  z-index: 10;
  margin: 0 auto 160px auto;
  font-family: Dobra, Helvetica, Arial, sans-serif;
  color: #999999;
}

/*
  Tecka
  .....
*/

.itemsList1 .item:before {
  content: '';
  width: 19px;
  height: 19px;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -10px;
  background: url('../../img/_global/dot.svg') no-repeat;
  background-size: 100% 100%;
}
.noSvg .itemsList1 .item:before {
  background-image: url('../../img/_global/dot.png');
}

/*
  Obrazovka
  ..........
*/

.itemsList1 .item .thumb {
  width: 43.7%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: inline-block;
  white-space: nowrap;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 500ms linear;
  -moz-transition: opacity 500ms linear;
  -ms-transition: opacity 500ms linear;
  -o-transition: opacity 500ms linear;
  transition: opacity 500ms linear;
}
.itemsList1 .item .thumb.show {
  z-index: 10;
  opacity: 1;
  -webkit-animation: dropFromLeft 500ms ease-in-out;
  -moz-animation: dropFromLeft 500ms ease-in-out;
  -ms-animation: dropFromLeft 500ms ease-in-out;
  -o-animation: dropFromLeft 500ms ease-in-out;
  animation: dropFromLeft 500ms ease-in-out;
}
.itemsList1 .item .thumb.show.first {
  -webkit-animation: dropFromLeft 0 ease-in-out;
  -moz-animation: dropFromLeft 0 ease-in-out;
  -ms-animation: dropFromLeft 0 ease-in-out;
  -o-animation: dropFromLeft 0 ease-in-out;
  animation: dropFromLeft 0 ease-in-out;
}
.itemsList1 .item .thumb:before{
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
.itemsList1 .item .thumb img {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}

/*
  Obsah
  .....
*/

.itemsList1 .item .content {
  width: 40%;
  float: right;
}

/*
  Titulek
  -------
*/

.itemsList1 .item .title {
  margin: -12px 0 50px 0;
  line-height: 1 !important;
  letter-spacing: 0.03em;
  font: bold 170% MyriadPro-Regular, 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif;
  color: #eaeaea;
}
.itemsList1 .item .content .title span {
  display: none;
}
.itemsList1 .item .title i {
  display: block;
  margin-bottom: 35px;
  font-style: normal;
}
.itemsList1 .item .title b {
  position: relative;
  top: -5px;
  display: block;
  font-size: 247%;
  color: #000000;
}

/*
  Taby
  ----
*/

.itemsList1 .item .tabs {
  margin-bottom: 52px;
  list-style: none;
}
.itemsList1 .item .tabs li {
  display: inline-block;
  margin-right: 68px;
}
.itemsList1 .item .tabs li a {
  position: relative;
  display: block;
  padding: 10px 0 36px 0;
  text-decoration: none;
  color: #e41330;
  -webkit-transition: color 150ms ease;
  -moz-transition: color 150ms ease;
  -ms-transition: color 150ms ease;
  -o-transition: color 150ms ease;
  transition: color 150ms ease;
}
.itemsList1 .item .tabs li a:before,
.itemsList1 .item .tabs li a:after {
  content: '';
  height: 3px;
  position: absolute;
  bottom: 0;
}
.itemsList1 .item .tabs li a:before {
  width: 100%;
  left: 0;
  background-color: #eaeaea;
}
.itemsList1 .item .tabs li a:after {
  width: 0;
  left: 50%;
  background-color: #e41330;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
}

/* Stavy */

.itemsList1 .item .tabs li a:hover,
.js .itemsList1 .item .tabs li.isActive a {
  color: #000000;
}
.itemsList1 .item .tabs li a:hover:after,
.js .itemsList1 .item .tabs li.isActive a:after {
  width: 100%;
  left: 0;
}

/*
  Popisek
  -------
*/

.itemsList1 .item .desc {
/*  text-align: justify;*/
}
.js .itemsList1 .item .desc {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 500ms ease-out;
  -moz-transition: max-height 500ms ease-out;
  -ms-transition: max-height 500ms ease-out;
  -o-transition: max-height 500ms ease-out;
  transition: max-height 500ms ease-out;
}
.js .itemsList1 .item .desc.show {
  max-height: 1000px;
  -webkit-transition: max-height 500ms ease-in;
  -moz-transition: max-height 500ms ease-in;
  -ms-transition: max-height 500ms ease-in;
  -o-transition: max-height 500ms ease-in;
  transition: max-height 500ms ease-in;
}

/*
  Bloky
*/

.itemsList1 .item .desc p {
  margin-bottom: 40px;
  line-height: 2;
}

/*
  Obrazky
*/

.itemsList1 .item .desc img {
  max-width: 230px;
  float: left;
  margin: 10px 35px 10px 0;
}
.js .itemsList1 .item .desc img {
  display: none;
}

/*
  Uprava linku
*/

.itemsList1 .item .linkMore {
  margin: 0 50px 20px 0;
}

/*
  Obracena verze
  --------------
*/

.itemsList1 .item.alignReverse .content {
  float: left;
  text-align: right;
}
.itemsList1 .item.alignReverse .thumb {
  left: auto;
  right: 0;
}
.itemsList1 .item.alignReverse .thumb.show {
  -webkit-animation-name: dropFromRight;
  -moz-animation-name: dropFromRight;
  -ms-animation-name: dropFromRight;
  -o-animation-name: dropFromRight;
  animation-name: dropFromRight;
}
.itemsList1 .item.alignReverse .tabs li {
  margin-right: 0;
  margin-left: 68px;
}
.itemsList1 .item.alignReverse .desc {
/*  -webkit-direction: rtl;
  -moz-direction: rtl;
  -ms-direction: rtl;
  -o-direction: rtl;
  direction: rtl;*/
}
.itemsList1 .item.alignReverse .desc .thumb {
  float: right;
  margin: 10px 0 10px 35px;
}
.itemsList1 .item.alignReverse .linkMore {
  margin-right: 0;
  margin-left: 50px;
}

/*
  Detail reference
  ****************
*/

.itemsList2 {
  position: relative;
  margin: 160px auto 90px auto;
  font-family: Dobra, Helvetica, Arial, sans-serif;
  color: #999999;
}

/*
  Carka
*/

.itemsList2:after {
  content: '';
  width: 3px;
  position: absolute;
  left: 29%;
  top: 0;
  bottom: 0;
  background: #eaeaea;
}

/*
  Struktura
  ---------
*/

.itemsList2 .list {
  position: relative;
  z-index: 10;
}

/*
  Cislo
  -----
*/

.itemsList2 .number {
  width: 29%;
  float: left;
  margin-top: -22px;
  text-align: right;
  line-height: 1 !important;
  font-weight: bold;
  font: bold 150px MyriadPro-Regular, 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif;
  color: #eaeaea;
}
.itemsList2 .number .number_inset {
  padding: 0 72px 0 60px;
}

/*
  Textovy obsah
  -------------
*/

.itemsList2 .content {
  width: 71%;
  position: relative;
  float: left;
  padding-bottom: 60px;
}
.itemsList2 .content .content_inset {
  max-width: 770px;
  padding: 0 20px 0 90px;
}

/*
  Kolecko
*/

.itemsList2 .content:before {
  content: '';
  width: 19px;
  height: 19px;
  position: absolute;
  left: -8px;
  top: 0;
  background: url('../../img/_global/dot.svg') no-repeat;
  background-size: 100% 100%;
}
.noSvg .itemsList2 .content:before {
  background-image: url('../../img/_global/dot.png');
}

/* Pryc s posledni carkou */

.itemsList2 .item.last .content:after {
  content: '';
  width: 3px;
  position: absolute;
  left: 0;
  top: 19px;
  bottom: 0;
  background-color: #ffffff;
}

/*
  Odkazy
*/

.itemsList2 .content a {
  color: #e41330;
}

/*
  Titulek
*/

.itemsList2 .content .title {
  margin-bottom: 32px;
  margin-top: -8px;
  font: bold 180% MyriadPro-Regular, 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif;
  color: #000000;
}

/*
  Bloky
*/

.itemsList2 .content p {
  margin-bottom: 20px;
  line-height: 2;
  letter-spacing: 0.01em;
}

/*
  Nahled
  ------
*/

.itemsList2 .thumb {
  margin: 0 0 120px 24%;
}

/*
  Obrazkovy slajdr
  ----------------
*/

.itemsList2 .imgSlider {
  margin-bottom: 120px;
}

/*
  Zeptejte se nas
  ***************
*/

.askUs {
  padding: 130px 20px 90px 20px;
  background-color: #000000;
  border-bottom: 1px dashed #222;
  text-align: center;
  color: #ffffff;
}
.js .askUs {
  border-bottom: none;
}

/*
  Ukazani menu (interakce)
  ------------
*/

html.interact_navShowed .askUs {
  border-left: 1px dashed #222;
}

/*
  Titulek
  -------
*/

.askUs .title {
  margin-bottom: 50px;
  letter-spacing: 0.015em;
  font-size: 190%;
}

/*
  Uprava elementu
  ---------------
*/

.askUs .linkMore {
  margin: 0 25px 30px 25px;
}
.askUs .linkMore:hover {
  color: #ffffff;
}

/*
  Kontaktni mapa
  **************
*/

.contactMap {
  position: relative;
  overflow: hidden;
  padding: 300px 20px;
  background: url('../../img/contactMap.png') center center / cover no-repeat;
}
.contactMap .canvas {
  width: 100%;
  width: calc(100% + 330px);
  height: 100%;
  position: absolute;
  left: -330px;
  top: 0;
  display: none;
}
.js .contactMap {
  padding: 0;
}
.js .contactMap .canvas {
  display: block;
}

/*
  Metody
  ------
*/

.contactMap .methods {
  width: 320px;
  position: relative;
  top: -40px;
  left: 60px;
  display: block;
  margin: 0 auto;
  padding-left: 110px;
  background: url('../../img/contactMap_marker.svg') left 2px no-repeat;
  line-height: 1.6 !important;
  font: bold 38px MyriadPro-Regular, 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif;
  color: #000000;
}
.noSvg .contactMap .methods {
  background-image: url('../../img/contactMap_marker.png');
}
.js .contactMap .methods {
  display: none;
}

/*
  Odkazy
*/

.contactMap .methods a {
  text-decoration: none;
  color: #e41330;
}

/*
  Uprava pro GM
*/

.contactMap .gm-style .methods {
  padding-left: 0;
  left: auto;
  top: auto;
  margin: 0;
  display: block;
  background: transparent;
}

/*
  Ovladani
  --------
*/

.contactMap .controls {
  width: 140px;
  height: 70px;
  position: absolute;
  left: 45px;
  bottom: 42px;
  overflow: hidden;
  text-align: center;
  font-size: 200%;
}
.contactMap .controls a {
  width: 70px;
  height: 70px;
  position: relative;
  float: left;
  background-color: #ffffff;
  text-decoration: none;
  color: #e41330;
}
.contactMap .controls a:before,
.contactMap .controls a:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url('../../img/contactMap-controls-a.svg') no-repeat;
  background-size: 200% 200%;
}
.contactMap .controls a:after {
  opacity: 0;
  -webkit-transition: opacity 100ms linear;
  -moz-transition: opacity 100ms linear;
  -ms-transition: opacity 100ms linear;
  -o-transition: opacity 100ms linear;
  transition: opacity 100ms linear;
}
.noSvg .contactMap .controls a:before,
.noSvg .contactMap .controls a:after {
  background-image: url('../../img/contactMap-controls-a.png');
}
.contactMap .controls a.out:before {
  background-position: left top;
}
.contactMap .controls a.in:before {
  background-position: right top;
}
.contactMap .controls a.out:after {
  background-position: left bottom;
}
.contactMap .controls a.in:after {
  background-position: right bottom;
}

/* Stavy */

.contactMap .controls a {
  background-color: #000;
  color: #fff;
}
.contactMap .controls a:hover:after {
  opacity: 1;
}

/*
  Tym
  ***
*/

.team {
  max-width: 1180px;
  position: relative;
  overflow: hidden;
  margin: -28px auto 103px auto;
  padding: 0 50px;
  font-family: Dobra, Helvetica, Arial, sans-serif;
}
.js .team {
  border-bottom: 2px solid #eaeaea;
}

/*
  Slajdy
  ------
*/

.team .vcard {
  width: 50%;
  float: left;
  display: block;
  margin-bottom: 20px;
}
.team .vcard.even {
  float: right;
}

/*
  Osoby
  -----
*/

.team address {
  padding: 102px 15px 90px 300px;
  background-position: 10px bottom;
  background-repeat: no-repeat;
  letter-spacing: 0.4px;
  font-style: normal;
  font-size: 100%;
  background: none !important;
  padding-left: 15px;
  text-align: center;
}
.team address em {
  display: block;
  margin-bottom: 15px;
  font: normal bold 175% MyriadPro-Regular, 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif;
  color: #000000;
}
.team address a {
  display: inline-block;
  margin-top: 20px;
  text-decoration: none;
}

.team .address-image {
    width: 100%;
    margin-top: -100px;
    margin-bottom: 30px;
    border-bottom: 2px solid #eaeaea;
}

.team .profile-link a {
    color: #e31432;
    border: 2px solid #eaeaea;
    height: 60px;
    line-height: 59px;
    font-size: 20px;
    padding: 0 30px;
    text-decoration: none;
}

.team .profile-link a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    margin-top: -8px;
    margin-right: 8px;
    background: url(../../img/icons/user.svg) center center no-repeat;
    background-size: contain;
}

.team .profile-link a:hover {
    background: #eaeaea;
}

.team .address-image img {
    height: 312px;
    width: 100%;
    display: block;
    object-fit: contain;
}

/*
  Sipky
  -----
*/

.team .bx-controls a {
  width: 30px;
  height: 17px;
  position: absolute;
  top: 50%;
  overflow: hidden;
}
.team .bx-controls a:before,
.team .bx-controls a:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url('../../img/team_controls.svg') no-repeat;
  background-size: 200% 200%;
}
.noSvg .team .bx-controls a:before,
.noSvg .team .bx-controls a:after {
  background-image: url('../../img/team_controls.png');
}
.team .bx-controls a:after {
  opacity: 0;
  -webkit-transition: opacity 100ms linear;
  -moz-transition: opacity 100ms linear;
  -ms-transition: opacity 100ms linear;
  -o-transition: opacity 100ms linear;
  transition: opacity 100ms linear;
}

/*
  Odlisnosti
*/

.team .bx-controls a.bx-prev {
  left: 0;
}
.team .bx-controls a.bx-prev:before {
  background-position: left top;
}
.team .bx-controls a.bx-prev:after {
  background-position: left bottom;
}
.team .bx-controls a.bx-next {
  right: 0;
}
.team .bx-controls a.bx-next:before {
  background-position: right top;
}
.team .bx-controls a.bx-next:after {
  background-position: right bottom;
}

/* Stavy */

.team .bx-controls a:hover:after {
  opacity: 1;
}
.team .bx-controls a.disabled {
  display: none;
}

/*
  Kontakt
  *******
*/

.contacts {
  max-width: 1270px;
  margin: 0 auto 120px auto;
  padding: 0 20px;
  overflow: hidden;
}

/*
  Sloupce
  --------
*/

.contacts .col1 {
  margin-right: 472px;
}
.contacts .col2 {
  width: 305px;
  float: right;
}

/*
  Placeholder
  -----------
*/

.contacts .contactsPlaceholder {
  display: none;
}

/*
  Nadpisy
  -------
*/

.contacts h3 {
  display: block;
  margin-bottom: 48px;
  letter-spacing: 0.4px;
  font: normal bold 175% MyriadPro-Regular, 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif;
  color: #000000;
}

/*
  Bloky
  -----
*/

.contacts p,
.contacts address {
  margin: -15px 0 30px 0;
  line-height: 2;
}

/*
  Seznamy
  -------
*/

.contacts ul {
  margin: -10px 0 30px 0;
  font-size: 110%;
}
.contacts ul li {
  margin-bottom: 7px;
  line-height: 1.6;
}
.contacts ul li a {
  border-bottom: 1px solid #ffafba;
  text-decoration: none;
}

/* Stavy */

.contacts ul li a:hover{
  border-bottom-color: #ddd;
}





/*
  Socialni site
  -------------
*/

.contacts .socials {
  margin: -3px 0 63px -30px;
}

/*
  Chybova stranka
  ***************
*/

.errorPage {
  position: relative;
  background-repeat: no-repeat;
  text-align: center;
}
.errorPage .errorPage_inset {
  padding: 200px 20px 200px 20px;
}

/*
  Titulky
  -------
*/

.errorPage .title,
.errorPage .subtitle {
  margin-bottom: 40px;
	-webkit-animation: dropFromTop 800ms ease-in-out;
	-moz-animation: dropFromTop 800ms ease-in-out;
	-ms-animation: dropFromTop 800ms ease-in-out;
	-o-animation: dropFromTop 800ms ease-in-out;
  animation: dropFromTop 800ms ease-in-out;
}
.errorPage .title {
  letter-spacing: -0.024em;
  font-weight: bold;
  font-size: 114px;
  color: #000;
}
.errorPage .subtitle {
  letter-spacing: -0.024em;
  font-weight: normal;
  font-size: 28px;
  color: #e41330;
}

/*
  Anotace
  -------
*/

.errorPage .excerpt {
  max-width: 700px;
  margin: 0 auto 80px auto;
  line-height: 1.6;
  letter-spacing: 0.015em;
  font-family: Dobra, Helvetica, Arial, sans-serif;
	-webkit-animation: dropFromBottom 800ms ease-in-out;
	-moz-animation: dropFromBottom 800ms ease-in-out;
	-ms-animation: dropFromBottom 800ms ease-in-out;
	-o-animation: dropFromBottom 800ms ease-in-out;
  animation: dropFromBottom 800ms ease-in-out;
}

/*
  Uprava elementu
  ---------------
*/

.errorPage .linkMore {
  margin: 0 25px 30px 25px;
	-webkit-animation: dropFromBottom 800ms ease-in-out;
	-moz-animation: dropFromBottom 800ms ease-in-out;
	-ms-animation: dropFromBottom 800ms ease-in-out;
	-o-animation: dropFromBottom 800ms ease-in-out;
  animation: dropFromBottom 800ms ease-in-out;
}

/*
  Zpet nahoru
  ***********
*/

.backToTop {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 100;
  background-color: #e41330;
  text-align: center;
  color: #ffffff;
  font-size: 80%;
	-webkit-transition: all 150ms linear;
	-moz-transition: all 150ms linear;
	-ms-transition: all 150ms linear;
	-o-transition: all 150ms linear;
  transition: all 150ms linear;
}
.js .backToTop {
  opacity: 0;
}
.backToTop:before,
.backToTop:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url('../../img/backToTop.svg') center top no-repeat;
  background-size: 100% 200%;
}
.backToTop:after {
  background-position: center bottom;
  opacity: 0;
	-webkit-transition: opacity 250ms ease;
	-moz-transition: opacity 250ms ease;
	-ms-transition: opacity 250ms ease;
	-o-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}
.noSvg .backToTop:before,
.noSvg .backToTop:after {
  background-image: url('../../img/backToTop.png');
}

/* Stavy */

.backToTop:hover {
  background-color: #000000;
}
.backToTop:hover:after, html.interact_backToTopShow .backToTop {
  opacity: 1;
}

/*
  Obecne animacni klice
  *********************
*/

@keyframes dropFromTop {
  from {
    transform: translate(0, -50%);
    opacity: 0;
  }
  to {
    transform: translate(0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes dropFromTop {
  from {
    -webkit-transform: translate(0, -50%);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
}

@-moz-keyframes dropFromTop {
  from {
    -moz-transform: translate(0, -50%);
    opacity: 0;
  }
  to {
    -moz-transform: translate(0, 0);
    opacity: 1;
  }
}

@-ms-keyframes dropFromTop {
  from {
    -ms-transform: translate(0, -50%);
    opacity: 0;
  }
  to {
    -ms-transform: translate(0, 0);
    opacity: 1;
  }
}

@-o-keyframes dropFromTop {
  from {
    -o-transform: translate(0, -50%);
    opacity: 0;
  }
  to {
    -o-transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes dropFromLeft {
  from {
    transform: translate(-50%, 0);
    opacity: 0;
  }
  to {
    transform: translate(0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes dropFromLeft {
  from {
    -webkit-transform: translate(-50%, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
}

@-moz-keyframes dropFromLeft {
  from {
    -moz-transform: translate(-50%, 0);
    opacity: 0;
  }
  to {
    -moz-transform: translate(0, 0);
    opacity: 1;
  }
}

@-ms-keyframes dropFromLeft {
  from {
    -ms-transform: translate(-50%, 0);
    opacity: 0;
  }
  to {
    -ms-transform: translate(0, 0);
    opacity: 1;
  }
}

@-o-keyframes dropFromLeft {
  from {
    -o-transform: translate(-50%, 0);
    opacity: 0;
  }
  to {
    -o-transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes dropFromRight {
  from {
    transform: translate(50%, 0);
    opacity: 0;
  }
  to {
    transform: translate(0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes dropFromRight {
  from {
    -webkit-transform: translate(50%, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
}

@-moz-keyframes dropFromRight {
  from {
    -moz-transform: translate(50%, 0);
    opacity: 0;
  }
  to {
    -moz-transform: translate(0, 0);
    opacity: 1;
  }
}

@-ms-keyframes dropFromRight {
  from {
    -ms-transform: translate(50%, 0);
    opacity: 0;
  }
  to {
    -ms-transform: translate(0, 0);
    opacity: 1;
  }
}

@-o-keyframes dropFromRight {
  from {
    -o-transform: translate(50%, 0);
    opacity: 0;
  }
  to {
    -o-transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes dropFromBottom {
  from {
    transform: translate(0, 50%);
    opacity: 0;
  }
  to {
    transform: translate(0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes dropFromBottom {
  from {
    -webkit-transform: translate(0, 50%);
    opacity: 0;
  }
  to {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
}

@-moz-keyframes dropFromBottom {
  from {
    -moz-transform: translate(0, 50%);
    opacity: 0;
  }
  to {
    -moz-transform: translate(0, 0);
    opacity: 1;
  }
}

@-ms-keyframes dropFromBottom {
  from {
    -ms-transform: translate(0, 50%);
    opacity: 0;
  }
  to {
    -ms-transform: translate(0, 0);
    opacity: 1;
  }
}

@-o-keyframes dropFromBottom {
  from {
    -o-transform: translate(0, 50%);
    opacity: 0;
  }
  to {
    -o-transform: translate(0, 0);
    opacity: 1;
  }
}

.imgSlider.imgSliderRefFirst .bx-controls a.bx-prev {
    display: none;
}

.imgSlider.imgSliderRefLast .bx-controls a.bx-next {
    display: none;
}

.second-web {
    padding: 90px 0;
    clear: both;
    background: #f7f7f7;
}

.second-web p {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5em;
    color: #333333;
    margin-bottom: 45px;
    padding-top: 70px;
    position: relative;
}

.second-web p:before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background: url(../../img/icons/bulb.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -20px;
}

.second-web .second-web-content {
    max-width: 980px;
    padding-left: 10px;
    padding-right: 10px;
    margin: auto;
    text-align: center;
}