/* !Styles (Author: mail@jandousek.cz) */

/*
  Bodies
  ***
*/

html, body {
  min-height: 100%;
  background-color: #0d4ea2;
}
body {
  position: relative;
  font: 300 17px 'Overpass', Arial, Helvetica, sans-serif;
  color: #707070;
}

/*
  links
  ***
*/

a {
  color: #0e4ea5;
}
a:hover {
  color: #000;
}

/*
  link
  ***
*/

.link {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.6;
  text-decoration: none;
}

/*
  type-button
  ---
*/

.link.type-button {
  padding: 6px 34px 3px 15px;
  background-color: #141415;
  font-weight: 600;
  font-size: 15px;
  color: #fff;
}
.link.type-button:after {
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -6px;
  background: url('../img/icons/arrow_right-white.png');
  background: url('../img/icons/arrow_right-white.svg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background: url('../img/icons/arrow_right-white.svg'), -o-linear-gradient(transparent, transparent);
  background: url('../img/icons/arrow_right-white.svg'), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  background-size: contain;
}

/* actions */

a.link.type-button:hover {
  background-color: #0d4ea2;
}

/*
  jump
  ---
*/

.link.type-jump {
  width: 52px;
  height: 52px;
  display: block;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 12px auto !important;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.07);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.07);
  border-radius: 100%;
  line-height: 1;
  font-size: 0;
}

/*
	type-*
  ---
*/

.link.type-jump.type-up {
  background: url('../img/icons/arrow_up-white.png');
  background: url('../img/icons/arrow_up-white.svg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background: url('../img/icons/arrow_up-white.svg'), -o-linear-gradient(transparent, transparent);
  background: url('../img/icons/arrow_up-white.svg'), linear-gradient(transparent, transparent);
  background-color: #b9b9b9;
}
.link.type-jump.type-down {
  background: url('../img/icons/arrow_down-white.png');
  background: url('../img/icons/arrow_down-white.svg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background: url('../img/icons/arrow_down-white.svg'), -o-linear-gradient(transparent, transparent);
  background: url('../img/icons/arrow_down-white.svg'), linear-gradient(transparent, transparent);
  background-color: #0d4ea2;
}

/*
  widget
  ***
*/

.widget {
  position: relative;
  max-width: 433px;
  overflow: hidden;
}
.widget > iframe {
  width: 100%;
  overflow: hidden;
}

/*
  type-facebook
  ---
*/

.widget.type-facebook:before {
  content: '';
  width: 100%;
  height: 20%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 100;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)),to(rgba(255,255,255,1)));
  background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
}
.widget.type-facebook > .fb-page {
  margin-top: -69px;
}

/*
  type-instagram
  ---
*/

.widget.type-instagram {
  min-height: 435px;
}

/*
  listContacts
  ***
*/

.listContacts {
  padding: 60px 50px 60px 60px;
  background-color: #0d4ea2;
  font-size: 0;
  color: #0099cb;
}
.listContacts > li {
  width: 33.33%;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 36px;
  padding-left: 75px;
  background-color: #0d4ea2;
  line-height: 1.5;
  font-weight: 600;
  font-size: 16px;
  color: #0099cb;
}
.listContacts > li:last-child {
  margin-bottom: 0;
}
.listContacts > li:before {
  content: '';
  width: 50px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-position: center 4px !important;
  background-repeat: no-repeat !important;
}
.listContacts > li > i {
  display: block;
  margin-top: 5px;
  line-height: 1.6;
  font-style: normal;
  font-weight: 200;
  font-size: 85%;
  color: #fff;
  opacity: 0.5;
}
.listContacts > li > a {
  display: block;
  margin-top: 3px;
  line-height: 1.3;
  text-decoration: none;
  letter-spacing: 0.2px;
  font-size: 26px;
  color: #fff;
}

/*
  has-cols
  ---
*/

.listContacts.has-cols {
  width: 100%;
  display: table;
  padding: 0;
}
.listContacts.has-cols > li {
  display: table-cell;
  vertical-align: top;
  margin: 0;
  padding: 130px 30px 60px 30px;
  text-align: center;
}
.listContacts.has-cols > li:before {
  height: 55px;
  left: 50%;
  top: 55px;
  margin-left: -25px;
  background-position: center center !important;
}

/*
  icon-*
  ---
*/

.listContacts > li.icon-envelope:before {
  background: url('../img/icons/envelope-blue.png');
  background: url('../img/icons/envelope-blue.svg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background: url('../img/icons/envelope-blue.svg'), -o-linear-gradient(transparent, transparent);
  background: url('../img/icons/envelope-blue.svg'), linear-gradient(transparent, transparent);
  background-size: 48px auto;
}
.listContacts > li.icon-whatsapp:before {
  background: url('../img/icons/whatsapp-blue.png');
  background: url('../img/icons/whatsapp-blue.svg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background: url('../img/icons/whatsapp-blue.svg'), -o-linear-gradient(transparent, transparent);
  background: url('../img/icons/whatsapp-blue.svg'), linear-gradient(transparent, transparent);
  background-size: 48px auto;
}
.listContacts > li.icon-building:before {
  background: url('../img/icons/building-blue.png');
  background: url('../img/icons/building-blue.svg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background: url('../img/icons/building-blue.svg'), -o-linear-gradient(transparent, transparent);
  background: url('../img/icons/building-blue.svg'), linear-gradient(transparent, transparent);
  background-size: 42px auto;
}

/* actions */

.listContacts > li > a:hover {
  color: #36c0ed;
}

/*
  itemPost
  ***
*/

.itemPost-inset {
  position: relative;
  padding: 63px 45px 55px 45px;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  font-size: 15px;
}

/*
  title
  ---
*/

.itemPost-title {
  position: absolute;
  left: -1px;
  top: -1px;
  line-height: 1.5;
  font-weight: 600;
  font-size: 16px;
}
.itemPost-title > a {
  display: block;
  padding: 7px 11px 4px 12px;
  background-color: #141415;
  line-height: inherit;
  text-decoration: none;
  color: #fff;
}

/* actions */

.itemPost-title > a:hover {
  background-color: #0d4ea2;
}

/*
  date
  ---
*/

.itemPost-date {
  display: block;
  padding-top: 15px;
  line-height: 1.2;
  font-weight: 600;
  font-size: 30px;
  color: #0d4ea2;
}

/*
  excerpt
  ---
*/

.itemPost-excerpt {
  height: 120px;
  overflow: hidden;
  margin-top: 10px;
  line-height: 1.65;
}
.itemPost-excerpt > a {
  display: inline-block;
  margin-top: -3px;
  padding: 3px 6px 0 6px;
  border-radius: 2px;
}

/* actions */

.itemPost-excerpt:hover {
  overflow-y: auto;
}
.itemPost-excerpt > a:hover {
  background-color: #0e4ea5;
  text-decoration: none;
  color: #fff;
}

/*
  thumb
  ---
*/

.itemPost-thumb, .itemPost-thumb > img {
  display: block;
}
.itemPost-thumb {
  height: 223px;
  overflow: hidden;
  margin-top: 18px;
  background: center center no-repeat;
  background-size: cover;
}
.itemPost-thumb > img {
  visibility: hidden;
}

/*
  gallery
  ---
*/

.itemPost-gallery {
  margin: 5px 2px -9px 2px;
  font-size: 0;
}
.itemPost-gallery > a {
  width: 33.33%;
  display: inline-block;
  margin-bottom: 8px;
}
.itemPost-gallery > a > span, .itemPost-gallery > a > span > img {
  display: block;
}
.itemPost-gallery > a > span {
  height: 132px;
  position: relative;
  overflow: hidden;
  margin: 0 4px;
  border: 1px solid #e5e5e5;
}
.itemPost-gallery > a > span:before, .itemPost-gallery > a > span:after {
  content: '';
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 150ms linear;
  -o-transition: opacity 150ms linear;
  transition: opacity 150ms linear;
}
.itemPost-gallery > a > span:before {
  width: 100%;
  height: 100%;
  left: -1px;
  top: -1px;
  background-color: rgba(13, 78, 162, 0.7);
  border: 1px solid #0d4ea2;
}
.itemPost-gallery > a > span:after {
  width: 50px;
  height: 50px;
  left: 50%;
  top: 50%;
  margin: -25px 0 0 -25px;
  background: url('../img/icons/glass-white.png');
  background: url('../img/icons/glass-white.svg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background: url('../img/icons/glass-white.svg'), -o-linear-gradient(transparent, transparent);
  background: url('../img/icons/glass-white.svg'), linear-gradient(transparent, transparent);
  background-color: #0d4ea2;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  border-radius: 100%;
}
.itemPost-gallery > a > span > img {
  max-width: none;
  height: 140px;
  width: auto;
}

/* actions */

.itemPost-gallery > a:hover > span:before, .itemPost-gallery > a:hover > span:after {
  opacity: 1;
  filter: alpha(opacity=100);
}

/*
  itemDir
  ***
*/

.itemDir-inset {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  display: block;
  text-decoration: none;
  font-size: 16px;
  color: #fff;
}
.itemDir-inset:before {
  content: '';
  height: 150px;
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: 0;
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)),to(rgba(0,0,0,1)));
  background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
  opacity: 0.7;
  -webkit-transition: opacity 250ms;
  -o-transition: opacity 250ms;
  transition: opacity 250ms;
}
.itemDir-inset-inset {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  display: table;
}
.itemDir-inset-inset-inset {
  position: relative;
  display: table-cell;
  vertical-align: bottom;
  padding: 60px 55px 40px 55px;
}

/* actions */

.itemDir-inset:hover {
  color: #fff;
}
.itemDir-inset:hover:before {
  opacity: 0.3;
}

/*
  bg
  ---
*/

.itemDir-bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: -10px;
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  background: #027789 center bottom no-repeat;
  background-size: cover;
  -webkit-transition: -webkit-transform 250ms;
  transition: -webkit-transform 250ms;
  -o-transition: transform 250ms;
  transition: transform 250ms;
  transition: transform 250ms, -webkit-transform 250ms;
}

/* actions */

.itemDir-inset:hover .itemDir-bg {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}

/*
  blur
  ---
*/

.itemDir-blur, .itemDir-blur > span {
  width: 100%;
  position: absolute;
  left: 0;
}
.itemDir-blur {
  position: absolute;
  top: 0;
  bottom: -10px;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 250ms;
  -o-transition: opacity 250ms;
  transition: opacity 250ms;
}
.itemDir-blur > span {
  height: 100%;
  bottom: 0;
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  background: center bottom no-repeat;
  background-size: cover;
  -webkit-filter: blur(7px);
          filter: blur(7px);
  -webkit-transition: -webkit-transform 250ms;
  transition: -webkit-transform 250ms;
  -o-transition: transform 250ms;
  transition: transform 250ms;
  transition: transform 250ms, -webkit-transform 250ms;
}

/* actions */

.itemDir-inset:hover .itemDir-blur {
  opacity: 1;
}
.itemDir-inset:hover .itemDir-blur > span {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}

/*
  title
  ---
*/

.itemDir-title {
  line-height: 1.2;
  font-weight: 600;
  font-size: 30px;
}

/*
  excerpt
  ---
*/

.itemDir-excerpt {
  margin-bottom: 4px;
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: 600;
  color: #0198cd;
}

/*
  adjust link
  ...
*/

.itemDir .link.type-button {
  position: absolute;
  left: 55px;
  top: -17px;
  opacity: 0;
  -webkit-transition: opacity 250ms;
  -o-transition: opacity 250ms;
  transition: opacity 250ms;
}


/* actions */

.itemDir-inset:hover .link.type-button {
  opacity: 1;
}

/*
  - list
  ---
*/

.itemDir--list {
  font-size: 0;
}

/*
  adjust itemDir
  ...
*/

.itemDir--list .itemDir {
  width: 25%;
  display: inline-block;
}

/*
  position - odd
*/

.itemDir--list .itemDir:nth-child(odd) .itemDir-inset {
  background-color: #015e66;
}
.itemDir--list .itemDir:nth-child(odd) .itemDir-excerpt {
  color: #7ac2da;
}

/*
  webWrap
  ***
*/

/* .webWrap {
  padding-left: 80px;
} */

/*
  webLogo
  ***
*/

.webLogo {
  width: 150px;
  height: 150px;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 200;
  margin-left: -75px;
  background: url('../img/logo.svg');
  background-color: #fff;
  background-position: center 22px;
  background-repeat: no-repeat;
  background-size: 105px 105px;
  border-radius: 0 0 1000px 1000px;
  font-size: 0;
}

/*
  webPager
  ***
*/

.webPager {
  width: 80px;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  background-color: #fff;
  -webkit-box-shadow: 0 0 80px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 80px rgba(0, 0, 0, 0.15);
}
.webPager-inset {
  width: 100%;
  position: absolute;
  left: 0;
  top: 51.4%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

/*
  link
  ---
*/

.webPager-link {
  height: 30px;
  position: relative;
  display: block;
  text-decoration: none;
}
.webPager-link:before {
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -6px 0 0 -6px;
  background-color: #b9b9b9;
  border-radius: 100%;
  -webkit-transition: background-color 120ms linear;
  -o-transition: background-color 120ms linear;
  transition: background-color 120ms linear;
}
.webPager-link.i3 {
  display: none;
}
.webPager-link > span {
  position: absolute;
  left: 100%;
  top: 0;
  margin: -2px 0 0 -20px;
  padding: 7px 12px 4px 12px;
  background-color: #0d4ea2;
  border-radius: 100px;
  line-height: 1.6;
  white-space: nowrap;
  font-size: 15px;
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 120ms linear;
  -o-transition: opacity 120ms linear;
  transition: opacity 120ms linear
}
.webPager-link > span:before {
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  left: -2px;
  top: 50%;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: -5px;
  background-color: #0d4ea2;
}

/* actions */

.webPager-link.is-active:before {
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  background-color: #0b4ca0 !important;
}
.webPager-link:hover:before {
  background-color: #a8a8a8;
}
.webPager-link:hover > span {
  opacity: 1;
}

/*
  jumps
  ***
*/

.webPager-jumps {
  position: absolute;
  left: 13px;
  bottom: 20px;
  display: none;
}

/*
  webSection
  ***
*/

.webSection {
  width: 100%;
  min-height: 100vh;
  position: relative;
  display: table;
  background-color: #fff;
}
.webSection.i3 {
  display: none;
}
.webSection-inset {
  display: table-cell;
  vertical-align: middle;
  padding: 150px 7%;
}
.webSection-inset-inset {
  max-width: 1600px;
  margin: 0 auto;
}

/*
  col
  ---
*/

.webSection-col {
  min-height: 100px;
}
.webSection-col.align-left {
  width: 66.8%;
  float: left;
}
.webSection-col.align-right {
  width: 29.15%;
  float: right;
}

/*
  adjust itemPost
  ...
*/

.webSection-col.align-left .itemPost {
  width: 48.2%;
}
.webSection-col.align-left .itemPost.align-left {
  float: left;
}
.webSection-col.align-left .itemPost.align-right {
  float: right;
}

/*
  title
  ---
*/

.webSection-title {
  margin-bottom: 45px;
  line-height: 1.2;
  letter-spacing: 0.4px;
  font-weight: 600;
  font-size: 49px;
  color: #141415;
}

/*
  excerpt
  ---
*/

.webSection-excerpt {
  max-width: 800px;
  margin: -30px 0 45px 0;
  line-height: 1.7;
  letter-spacing: 0.4px;
  font-size: 18px;
}

/*
  adjust link
  ---
*/

.webSection .link.type-jump {
  position: absolute;
  left: 50%;
  z-index: 10;
  margin-left: -25px;
}
.webSection .link.type-jump.type-up {
  top: 50px;
}
.webSection .link.type-jump.type-down {
  bottom: 50px;
}
.webSection.i2 .link.type-jump.type-down {
  display: none;
}

/*
  webFoot
  ***
*/

.webFoot {
  overflow: hidden;
  padding: 24px 5%;
  background-color: #fff;
  font-size: 14px;
}

/*
  format
  ---
*/

.webFoot p {
  margin-bottom: 10px;
  line-height: 1.6;
}
.webFoot p.align-left {
  max-width: 60%;
  float: left;
  margin: 0;
}
.webFoot p.align-right {
  max-width: 35%;
  float: right;
  margin: -4px 0 0 0;
}
.webFoot p > a > img {
  position: relative;
  bottom: -4px;
  margin-left: 3px;
}
