/* !Base (Author: mail@jandousek.cz) */

/*
  Bodies
  ***
*/

html {
  background-color: #0e0f12;
}
body {
  max-width: 1920px;
  overflow-x: hidden;
  margin: 0 auto;
  position: relative;
  background: #121317 url('../img/body.gif');
  line-height: 1.5;
  font: 300 17px 'Linotte', Helvetica, sans-serif;
  color: #9197ad;
}

/*
  a
  ***
 */

a {
  color: #dd1b23;
}
a:hover {
  color: #fff;
}

/*
  fields
  ***
 */

input, select, textarea, button {
  font-family: 'Linotte', Helvetica, sans-serif;
}

/*
  globals
  ***
 */

.hide-text {
  overflow: hidden;
  white-space: nowrap;
  text-indent: 200%;
}

/*
  grid
  ***
 */

.grid {
  margin: 0 -25px;
}
.grid-col {
  float: left;
}
.grid-col-inset {
  margin: 0 25px;
}

/*
 size
 ***
*/

.grid-col.size-20 {
  width: 20%;
}
.grid-col.size-25 {
  width: 25%;
}
.grid-col.size-33 {
  width: 33%;
}
.grid-col.size-50 {
  width: 50%;
}
.grid-col.size-66 {
  width: 66.66%;
}

/*
  color
  ***
*/

.color-pevnostcon {
  color: #fcaf17;
}

/*
  ignis
  ***
 */

.has-ignis {
  position: relative;
}
.has-ignis:before {
  content: '';
  position: absolute;
  background: center center no-repeat;
  background-size: contain;
}

/*
  overlay
  ---
 */

.ignis-overlay {
  position: relative;
}

/*
  images
  ---
 */

.ignis-1:before {
  width: 260px;
  height: 530px;
  background-image: url('../img/ignises/1.png');
}
.ignis-2:before {
  width: 342px;
  height: 555px;
  background-image: url('../img/ignises/2.png');
}

/*
  link
  ---
 */

.link {
  display: inline-block;
  line-height: 1.5;
  text-decoration: none;
}

/*
  type-button
  ---
 */

.link.type-button {
  padding: 12px 25px;
  background: #dd1b23;
  border-radius: 3px;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
}

/* actions */

.link.type-button:hover {
  background-color: #60a31e;
}

/*
  type-link
  ---
 */

.link.type-link {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 17px;
  color: #fff;
}
.link.type-link span {
  text-decoration: underline;
}
.link.type-link .fa {
  width: 30px;
  position: relative;
  top: -2px;
  margin-right: 14px;
  padding: 8px 0;
  vertical-align: middle;
  border: 2px solid #fff;
  border-radius: 100%;
  text-align: center;
  font-size: 14px;
}

/*
  color
 */

.link.type-link.color-red .fa {
  border-color: #dd0c06;
  color: #dd0c06;
}
.link.type-link.color-green .fa {
  border-color: #8fc314;
  color: #8fc314;
}

/* actions */

.link.type-link:hover {
  color: #b9bed3;
}
.link.type-link:hover span {
  text-decoration: none;
}

/*
  input
  ***
 */

.input {
  width: 100%;
  padding: 9px 12px;
  background: transparent right 15px center no-repeat;
  border: 2px solid #5a5e70;
  border-radius: 3px;
  font-size: 14px;
  color: #fff;
  -webkit-transition: 150ms ease-in-out;
  -moz-transition: 150ms ease-in-out;
  transition: 150ms ease-in-out;
}
textarea.input {
  height: 44px;
  overflow: hidden;
  line-height: 1.7;
  resize: none;
}
select.input {
  background-image: url('../img/select_input.png');
}

/* actions */

.input:focus {
  background-color: rgba(0,0,0,0.2);
  border-color: #7d839b;
}
textarea.input:focus {
  height: 150px;
  overflow: auto;
}

/*
  field
  ***
 */

.field {
  margin-bottom: 30px;
}
.field-inset {
  display: block;
}

/*
  label
  ---
 */

.field-label {
  display: inline-block;
  padding-bottom: 8px;
  font-weight: bold;
}
.field-label em, .field-label strong {
  font-style: normal;
  font-weight: bold;
  color: #dd1b23;
}

/*
  error, CF7
  ---
 */

.field-error, .field .wpcf7-not-valid-tip {
  display: inline-block;
  padding-top: 6px;
  font-weight: bold;
  font-size: 15px;
  color: #dd1b23;
}

/*
  Group
  ---
 */

.field_Group {
  margin: 0 -15px;
}
.field_Group .field {
  float: left;
}
.field_Group .field-inset {
  margin: 0 15px;
}

/*
  cols
 */

.field_Group.cols-2 .field {
  width: 50%;
}
.field_Group.cols-3 .field {
  width: 33.33%;
}
.field_Group.cols-4 .field {
  width: 25%;
}
.field_Group.cols-5 .field {
  width: 20%;
}
.field_Group.cols-6 .field {
  width: 16.66%;
}

/*
  flashMessage + CF7
  ***
*/

.flashMessage, .wpcf7-response-output {
  position: relative;
  margin-bottom: 30px;
  padding: 12px 16px 12px 70px;
  background-color: #1b89dd;
  border-radius: 3px;
  line-height: 1.6;
  font-style: italic;
  font-weight: bold;
  font-size: 15px;
  color: #fff;
}
.flashMessage:before, .wpcf7-response-output:before, .flashMessage:after, .wpcf7-response-output:after {
  content: '';
  position: absolute;
}
.flashMessage:before, .wpcf7-response-output:before {
  content: '\f129';
  left: 22px;
  top: 14px;
  font: 20px 'FontAwesome';
}
.flashMessage:after, .wpcf7-response-output:after {
  width: 1px;
  left: 50px;
  top: 0;
  bottom: 0;
  background-color: rgba(255,255,255,0.1);
}
.wpcf7-form.init .wpcf7-response-output {
  display: none;
}

/*
  type
  ---
*/

.flashMessage.type-danger,
.wpcf7-form.invalid .wpcf7-response-output {
  background-color: #dd1b23;
}
.flashMessage.type-danger:before,
.wpcf7-form.invalid .wpcf7-response-output:before {
  left: 18px;
  content: '\f00d';
}
.flashMessage.type-success,
.wpcf7-form.sent .wpcf7-response-output {
  background-color: #60a31e;
}
.flashMessage.type-success:before,
.wpcf7-form.sent .wpcf7-response-output:before {
  content: '\f00c';
}

/*
  tag
  ***
 */

.tag {
  display: inline-block;
  text-align: center;
  font-style: normal;
}

/*
  format
  ---
 */

.tag span {
  display: inline-block;
  padding: 12px 22px;
  background-color: #2a81f6;
  font: 600 15px 'Linotte', Helvetica, Arial, sans-serif;
  color: #fff;
}

/*
  color
 */

.tag.color-green span {
  background-color: #8fc314;
}
.tag.color-red span {
  background-color: #e23c3c;
}

/*
  cover
  ***
 */

.cover {
  position: relative;
  display: block;
}

/*
  adjusts
  ---
 */

.cover .tag {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
}

/*
  image
  ---
 */

.cover-image {
  position: relative;
  z-index: 1;
  display: block;
  box-shadow: 5px 5px 7px rgba(0,0,0,0.25);
}
.cover-image:before, .cover-image:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.cover-image:before {
  background: linear-gradient(to right, rgba(0,0,0,0.80) 0%,rgba(0,0,0,0) 20%,rgba(0,0,0,0) 100%);
}
.cover-image:after {
  background: #d01b22 url('../img/cover_after.png') center center no-repeat;
  background-color: rgba(208, 27, 34, 0.8);
  filter: alpha(opacity=0);
  opacity: 0;
  transition: 150ms linear;
}
.cover.color-black .cover-image:after {
  background-color: rgba(0, 0, 0, 0.7);
}

/*
  format
 */

.cover-image img {
  width: 100%;
  display: block;
}

/*
  has-annex
 */

.cover.has-annex .cover-image {
  margin-right: 95px;
}

/* actions */

a:hover .cover-image:after, a.cover-image:hover:after {
  filter: alpha(opacity=100);
  opacity: 1;
}

/*
  annex
  ---
 */

.cover-annex {
  width: 95px;
  position: absolute;
  top: 100px;
  right: 0;
  bottom: 100px;
  background: right center no-repeat;
  background-size: cover;
  box-shadow: 4px 4px 10px rgba(0,0,0,0.25);
  text-align: center;
  text-decoration: none;
  color: #fff;
  -webkit-transition: 150ms linear;
  -moz-transition: 150ms linear;
  transition: 150ms linear;
}
.cover-annex:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(223,23,28,0.75);
}
.cover-annex span {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: table;
  font: bold 20px 'Brooklyn';
}
.cover-annex i {
  width: 100%;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
  display: table-cell;
  vertical-align: middle;
  font-style: normal;
}

/* actions */

a.cover-annex:hover {
  width: 115px;
  right: -20px;
}

/*
  imgSlider
  ***
 */

.imgSlider {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.imgSlider-slides a, .imgSlider-slides a img {
  width: 100%;
  display: block;
}

/*
  bx-pager
  ---
 */

.imgSlider .bx-pager {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 60;
  padding: 30px;
  font-size: 0;
  background-color: rgba(0,0,0,0.5);
}
.imgSlider .bx-pager div {
  display: inline-block;
  margin: 0 7px;
}
.imgSlider .bx-pager div a {
  width: 12px;
  height: 12px;
  overflow: hidden;
  display: block;
  background-color: #fff;
  border-radius: 100%;
  white-space: nowrap;
  text-indent: 200%;
}

/* actions */

.imgSlider .bx-pager div a.active {
  background-color: #dd0c06;
}

/*
  heroItem
  ***
 */

.heroItem {
  padding: 200px 20px 400px 20px;
  background-color: rgba(0,0,0,0.15);
}
.heroItem-outset {
  max-width: 1400px;
  position: relative;
  margin: 0 auto;
}
.heroItem-inset {
  width: 100%;
  position: relative;
  display: table;
}

/*
  col
  ---
 */

.heroItem-col {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
}
.heroItem-col.align-left {
  padding-right: 250px;
  text-align: right;
}
.heroItem-col.align-right {
  padding-left: 250px;
  text-align: left;
}

/*
  title
  ---
 */

.heroItem-title {
  margin-bottom: 15px;
  line-height: 1.3 !important;
  font: bold 50px 'Brooklyn';
  color: #fff;
}

/*
  size
 */

.heroItem-title.size-small {
  font-size: 36px;
}

/*
  format
 */

.heroItem-title b {
  text-transform: uppercase;
  font: 300 15px 'Linotte', Helvetica, sans-serif;
  color: #9197ad;
}

/*
  date
  ---
 */

.heroItem-date {
  position: absolute;
  left: 80px;
  top: -90px;
  font-size: 17px;
}
.heroItem-date:before {
  content: '';
  width: 48px;
  height: 48px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -24px;
  background: url('../img/heroItem-date_before.png') center center no-repeat;
}
.heroItem-date b {
  width: 48px;
  display: inline-block;
  margin-right: 10px;
  text-align: center;
  color: #fff;
}

/*
  format
  ---
 */

.heroItem p {
  margin-bottom: 20px;
  line-height: 1.7;
}
.heroItem-col.align-left p {
  margin-left: 80px;
}
.heroItem-col.align-right p {
  margin-right: 80px;
}

/*
  adjusts
  ---
 */

.heroItem .cover {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
}
.heroItem .cover.pos-first {
  width: 260px;
  z-index: 1;
  margin-left: -190px;
  margin-top: -182px;
}
.heroItem .cover.pos-first:before, .heroItem .cover.pos-first:after {
  content: '';
  position: absolute;
  background: center center no-repeat;
}
.heroItem .cover.pos-first:before {
  width: 59px;
  height: 59px;
  left: -29px;
  top: -29px;
  background-image: url('../img/heroItem-cover_pos-first_before.png');
}
.heroItem .cover.pos-first:after {
  width: 44px;
  height: 47px;
  right: -21px;
  bottom: -22px;
  background-image: url('../img/heroItem-cover_pos-first_after.png');
}
.heroItem .cover.pos-second {
  width: 200px;
  margin-left: -10px;
  margin-top: -140px;
  opacity: 0.4;
}


/*
  productItem
  ***
 */

.productItem-inset {
  position: relative;
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  color: #6e748b;
}

/*
  title
  ---
 */

.productItem-title {
  margin-bottom: 4px;
  line-height: 1.4;
  font-weight: 300;
  font-size: 20px;
}

/*
  price
  ----
 */

.productItem-price {
  margin-bottom: 4px;
  line-height: 1.5;
  font-weight: bold;
  font-size: 24px;
  color: #fff;
}
.productItem-price strong {
  color: #8fc314;
}

/*
  adjusts
  ----
 */

.productItem .cover {
  margin-bottom: 20px;
}


/*
  magazineItem
  ***
 */

.magazineItem-inset {
  position: relative;
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  color: #6e748b;
}

/*
  title
  ---
 */

.magazineItem-title {
  margin-bottom: 4px;
  line-height: 1.4;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
}

/*
  size
 */

.magazineItem-title.size-small {
  font-weight: 400;
  font-size: 18px;
}

/*
  format
  ----
 */

.magazineItem p {
  margin-bottom: 4px;
  line-height: 1.5;
}

/*
  adjusts
  ----
 */

.magazineItem .cover {
  margin-bottom: 20px;
}

/*
  itemsList
  ***
 */

.itemsList {
  text-align: center;
  font-size: 0;
}
.itemsList-inset {
  margin: 0 -25px;
}
.itemsList .itemsList-item {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 30px;
}
.itemsList .itemsList-item-inset {
  display: block;
  margin: 0 25px;
  font-size: 16px;
}

/*
  cols
  ---
 */

.itemsList.cols-2 .itemsList-item {
  width: 50%;
}
.itemsList.cols-3 .itemsList-item {
  width: 33.33%;
}
.itemsList.cols-4 .itemsList-item {
  width: 25%;
}
.itemsList.cols-5 .itemsList-item {
  width: 20%;
}

/*
  more
  ---
 */

.itemsList-more {
  display: block;
  margin-top: 20px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 17px;
  color: #fff;
}
.itemsList-more span {
  display: inline-block;
  padding: 9px 55px 10px 55px;
  background: url('../img/icons/40x40/plus-red.png') left center no-repeat;
  text-decoration: underline;
}

/* actions */

.itemsList-more:hover span {
  color: #dd0c06;
}

/*
  ignis
  ---
 */

.itemsList.ignis-1:before {
  right: -180px;
  top: -215px;
}
.itemsList.ignis-2:before {
  right: -220px;
  top: -225px;
}

/*
  sumItem
  ***
 */

.sumItem {
  font-size: 16px;
}
.sumItem-inset {
  overflow: hidden;
}

/*
  num
  ---
 */

.sumItem-num {
  width: 48px;
  height: 33px;
  float: left;
  padding-top: 15px;
  background: url('../img/sumItem-num.png') center top no-repeat;
  text-align: center;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
}

/*
  title, excerpt
  ---
 */

.sumItem-title, .sumItem-excerpt {
  margin-left: 70px;
  margin-bottom: 7px;
  line-height: 1.5;
}
.sumItem-title {
  margin-top: 12px;
  font-size: 17px;
  color: #c4c8d6;
}

/*
  List
  ---
 */

.sumItem_List {
  font-size: 0;
}
.sumItem_List-inset {
  margin: 0 -25px;
}
.sumItem_List .sumItem {
  display: inline-block;
  vertical-align: top;
}
.sumItem_List .sumItem-inset {
  margin: 0 25px;
}

/*
  cols
 */

.sumItem_List.cols-2 .sumItem {
  width: 50%;
}
.sumItem_List.cols-3 .sumItem {
  width: 33.33%;
}
.sumItem_List.cols-4 .sumItem {
  width: 24%;
}
.sumItem_List.cols-5 .sumItem {
  width: 20%;
}

/*
  title
 */

.sumItem_List-title {
  margin: 50px 0 30px 0;
  font: bold 30px 'Brooklyn';
  color: #fff;
}
.sumItem_List-title a {
  text-decoration: none;
}

/*
  errorPage
  ***
 */

.errorPage {
  max-width: 1050px;
  overflow: hidden;
  margin: 0 auto;
}

/*
  pageHead
  ***
 */

.pageHead {
  position: relative;
  z-index: 10;
  margin-bottom: 60px;
  font-size: 18px;
}

/*
  title, excerpt
  ---
 */

.pageHead-title {
  margin-bottom: 15px;
  font: bold 50px 'Brooklyn';
  color: #fff;
}
.pageHead-excerpt {
  margin-bottom: 30px;
  line-height: 1.6;
}

/*
  adjusts
 */

.pageHead-title .tag {
  position: relative;
  vertical-align: middle;
  margin-top: 5px;
}

/*
  nav
  ---
 */

.pageHead-nav {
  margin-bottom: 15px;
  line-height: 1.6;
  color: #6e748b;
}

/*
  title
 */

.pageHead-nav-title {
  display: inline;
  font-weight: 300;
}

/*
  format
 */

.pageHead-nav a {
  text-decoration: none;
  color: #fff;
}
.pageHead-nav a:hover, .pageHead-nav a.is-active {
  color: #ed1c24;
}
.pageHead-nav a.is-active {
  text-decoration: underline;
}

/*
  pageDetail
  ***
 */

.pageDetail, .pageDetail-inset {
  position: relative;
}
.pageDetail-inset {
  z-index: 1;
}

/*
  ignis
  ---
 */

.pageDetail-ignis {
  position: absolute;
  left: 0;
  top: -180px;
  right: -220px;
  bottom: 0;
  background: right top no-repeat;
}

/*
  col
  ---
 */

.pageDetail-col.align-left {
  width: 52%;
  float: left;
}
.pageDetail-col.align-right {
  width: 42%;
  float: right;
}

/*
  adjusts
  ---
 */

.pageDetail .pageHead {
  margin-bottom: 25px;
}

/*
  subBanner
  ***
 */

.subBanner, .subBanner img {
  display: block;
}
.subBanner {
  position: relative;
  margin: -220px 0 40px 0;
}
.subBanner img {
  margin: 0 auto;
}

/*
  timeItem
  ***
 */

.timeItem {
  position: relative;
  padding-right: 50%;
  text-align: right;
}
.timeItem-outset {
  width: 100%;
  height: 100%;
  height: 350px;
  display: table;
}
.timeItem-inset {
  display: table-cell;
  vertical-align: middle;
  padding: 50px 170px 50px 0;
}

/*
  title
 */

.timeItem-title {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 24px;
  color: #fff;
}
.timeItem-title a {
  text-decoration: none;
  color: #fff;
}
.timeItem-title a:hover {
  color: #dd1b23;
}

/*
  annex
  ---
 */

.timeItem-annex {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 170px;
  line-height: 1.6;
  text-align: left;
  text-decoration: none;
  color: #5c6278;
}
.timeItem-annex b {
  color: #fff;
}

/* actions */
.timeItem-annex:hover span {
  text-decoration: underline;
}

/*
  format
  ---
 */

.timeItem p {
  margin-bottom: 10px;
  line-height: 1.6;
}

/*
  adjusts
  ---
 */

.timeItem .cover {
  width: 250px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -175px 0 0 -125px;
}

/*
  reverse
  ---
 */

.timeItem.reversed {
  padding-right: 0;
  padding-left: 50%;
  text-align: left;
}
.timeItem.reversed .timeItem-inset {
  padding-right: 0;
  padding-left: 170px;
}
.timeItem.reversed .timeItem-annex {
  left: auto;
  right: 50%;
  padding-left: 0;
  padding-right: 170px;
  text-align: right;
}

/*
  Group
  ---
 */

.timeItem_Group {
  padding: 0 20px;
  text-align: center;
}
.timeItem_Group-inset {
  max-width: 950px;
  position: relative;
  overflow: hidden;
  margin: 50px auto 100px auto;
}
.timeItem_Group-inset:before, .timeItem_Group-inset:after {
  content: '';
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
}
.timeItem_Group-inset:before {
  width: 1px;
  display: none;
  background-color: 1px solid #1c1d21;
  background-color: rgba(255,255,255,0.05);
}
.timeItem_Group-inset:after {
  width: 18px;
  margin-left: -9px;
  background: url('../img/timeItem_Group-inset_after.gif') repeat-y;
  opacity: 0.75;
}

/*
  title, excerpt
*/

.timeItem_Group-title {
  margin-bottom: 15px;
  font-weight: 300;
  font-size: 42px;
  color: #fff;
}
.timeItem_Group-title.size-small {
  font-size: 28px;
  color: #676e8a;
}
.timeItem_Group-excerpt {
  margin-bottom: 15px;
  line-height: 1.7;
}

/*
  adjusts
 */

.timeItem_Group .timeItem {
  margin-bottom: 60px;
}
.timeItem_Group .timeItem:last-child {
  margin-bottom: 0;
}

/*
  contactForm
  ***
 */

.contactForm {
  padding: 0 20px;
  border-top: 1px solid rgba(255,255,255,0.04);
}
.contactForm-inset {
  max-width: 1150px;
  margin: 0 auto;
  padding: 80px 0;
}

/*
  title, excerpt
  ---
 */

.contactForm-title {
  margin-bottom: 15px;
  font: bold 36px 'Brooklyn';
  color: #fff;
}
.contactForm-excerpt {
  margin-bottom: 30px;
  line-height: 1.6;
  font-style: italic;
  color: #5b5f6c;
}
.contactForm-excerpt strong {
  color: #ed1c24;
}

/*
  webMain
  ***
 */

.webMain {
  max-width: 1150px;
  margin: 0 auto;
  padding: 100px 20px 80px 20px;
}
html.page-template-default .webMain, html.page-template-contact .webMain {
  max-width: 710px;
}

/*
  webHead
  ***
 */

.webHead {
  position: relative;
  z-index: 100;
  padding: 0 20px;
  background-color: rgba(0,0,0,0.15);
  border-bottom: 1px solid rgba(255,255,255,0.04);
  text-align: center;
}
.webHead-inset {
  position: relative;
  padding: 35px 0;
}

/*
  logo
  ---
 */

.webHead-logo {
  width: 134px;
  height: 27px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -14px;
}
.webHead-logo:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url('../img/logo.png') no-repeat;
}

/*
  nav
  ---
 */

.webHead-nav {
  font-size: 0;
}
.webHead-nav a {
  display: inline-block;
  margin: 0 10px;
  padding: 5px 0;
  border-bottom: 2px solid transparent;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
  color: #9197ad;
}

/* actions */

.webHead-nav a:hover, .webHead-nav a.is-active {
  color: #fff;
}
.webHead-nav a.is-active {
  border-color: #dd1b23;
}

/*
  color
*/

.webHead-nav a.color-pevnostcon {
  font-family: 'Lovelo Line';
  color: #fcaf17;
}
.webHead-nav a.color-pevnostcon:hover {
  color: #fff;
}
.webHead-nav a.is-active.color-pevnostcon {
  border-color: #fcaf17;
  color: #fff;
}


/*
  socials
  ---
 */

.webHead-socials {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -20px;
}
.webHead-socials li {
  display: inline-block;
  margin-left: 10px;
}
.webHead-socials li a, .webHead-socials li a img {
  display: block;
}
/* .webHead-socials li a img {
  filter: grayscale(100%);
  opacity: 0.5;
} */

/* actions */

/* .webHead-socials li a:hover img {
  filter: grayscale(0%);
  opacity: 1;
} */

/*
  adjusts
  ---
 */

.webHead .burger {
  display: none;
  float: right;
}


/*
  webFoot
  ***
 */

.webFoot {
  padding: 30px 20px;
  border-top: 1px solid rgba(255,255,255,0.04);
  text-align: center;
  font-size: 15px;
  color: #5c5c6d;
}

/*
  format
  ---
 */

.webFoot p {
  line-height: 1.5;
}
.webFoot p img {
  position: relative;
  bottom: -4px;
  margin-left: 2px;
}

/*
  webFlash
  ***
*/

.webFlash {
  padding: 60px 20px;
  background: #dd1b23 center center no-repeat;
  background-size: cover;
  color: #f4f5f9;
}
.webFlash.only-image {
  padding-top: 0;
  padding-top: 0;
}
.webFlash-inset {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}
.webFlash.only-image .webFlash-inset {
  max-width: none;
}

/*
  adjusts
  ---
*/

.webFlash-inset p {
  margin: 0;
  padding: 30px;
  background-color: rgba(0,0,0,0.7);
}
.webFlash-inset .link {
  margin-top: 25px;
}
