.uk-logo {
  -webkit-filter: drop-shadow(0 1px 4px rgba(7, 9, 7, 0.5));
  filter: drop-shadow(0 1px 4px rgba(7, 9, 7, 0.5));
}
#gr-page-wrapper {
  background-color: #c9cac9;
  background-image: linear-gradient(to bottom, #e1e3e1, #9e9f9e);
}
.cf-container {
  position: relative;
  overflow: hidden;
  /* one active item */
  /* closed items */
}
.cf-container .cf-source {
  position: absolute;
  height: 100%;
  width: 100%;
}
.cf-container .cf-source > img {
  position: absolute;
  opacity: 0;
  -webkit-transition: all 800ms ease;
  -moz-transition: all 800ms ease;
  -ms-transition: all 800ms ease;
  -o-transition: all 800ms ease;
  transition: all 800ms ease;
}
.cf-container .cf-source > video {
  position: absolute;
  opacity: 0;
  -webkit-transition: all 800ms ease;
  -moz-transition: all 800ms ease;
  -ms-transition: all 800ms ease;
  -o-transition: all 800ms ease;
  transition: all 800ms ease;
}
.cf-container .cf-source .cf-default {
  opacity: 1;
}
.cf-container .cf-tab {
  background-color: rgba(7, 9, 7, 0.5);
  z-index: 100;
  border-right: 1px solid rgba(245, 247, 245, 0.2);
  -webkit-flex: 1.25;
  -ms-flex: 1.25;
  flex: 1.25;
  -webkit-transition: all 800ms ease;
  -moz-transition: all 800ms ease;
  -ms-transition: all 800ms ease;
  -o-transition: all 800ms ease;
  transition: all 800ms ease;
}
.cf-container .cf-tab:last-child {
  border-right: none;
}
.cf-container .cf-tab:hover {
  background-color: rgba(7, 9, 7, 0.2);
}
.cf-container .cf-title-close {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.cf-container .cf-link-close {
  display: flex;
  flex-direction: column;
  justify-items: center;
  margin-left: 10%;
  margin-right: 10%;
}
.cf-container .cf-close {
  text-align: end;
  display: none;
}
.cf-container .cf-default-close .cf-default {
  opacity: 0;
}
.cf-container .cf-all-close .cf-title-close,
.cf-container .cf-all-close .cf-link-close {
  display: flex;
}
.cf-container .cf-all-close .cf-meta > p {
  letter-spacing: 1px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 800ms ease;
  -moz-transition: all 800ms ease;
  -ms-transition: all 800ms ease;
  -o-transition: all 800ms ease;
  transition: all 800ms ease;
}
.cf-container .cf-title-close,
.cf-container .cf-link-close {
  display: none;
}
.cf-container .cf-meta {
  display: flex;
  margin-top: 0px;
  color: #f5f7f5;
  height: 40%;
}
.cf-container .cf-meta > p {
  margin: auto;
  padding: 10px;
  text-transform: uppercase;
  color: #f5f7f5;
  font-size: 0.9em;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 800ms ease;
  -moz-transition: all 800ms ease;
  -ms-transition: all 800ms ease;
  -o-transition: all 800ms ease;
  transition: all 800ms ease;
}
.cf-container .cf-tabs .cf-item-open {
  flex-direction: column;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 1600ms ease;
  -moz-transition: all 1600ms ease;
  -ms-transition: all 1600ms ease;
  -o-transition: all 1600ms ease;
  transition: all 1600ms ease;
}
.cf-container .cf-title-close {
  margin-left: 10%;
  margin-right: 10%;
}
.cf-container .cf-title-close h1.cf-title {
  font-weight: bolder;
  line-height: 1em;
  text-shadow: 0 0 6px rgba(7, 9, 7, 0.7), 0 0 1.4em rgba(7, 9, 7, 0.5);
}
.cf-container .cf-link-close {
  margin-bottom: 10%;
}
.cf-container .cf-tab .uk-active {
  flex-grow: 10;
}
.cf-container .cf-source .uk-active {
  opacity: 1;
}
.cf-container .cf-open-title {
  display: flex;
}
.cf-container .cf-open-title .cf-title {
  font-size: 2.5em;
  font-weight: bolder;
  line-height: 1em;
  text-shadow: 0 0 6px rgba(7, 9, 7, 0.7), 0 0 1.4em rgba(7, 9, 7, 0.5);
  text-align: left !important;
}
.cf-container .cf-tabs {
  display: flex;
  height: 100%;
}
.cf-container .cf-tabs .cf-open-meta,
.cf-container .cf-tabs .cf-open-title,
.cf-container .cf-tabs .content {
  display: none;
}
.cf-container .cf-tabs .uk-active {
  flex-grow: 5;
  background-color: transparent;
}
.cf-container .cf-tabs .uk-active .cf-title-close,
.cf-container .cf-tabs .uk-active .cf-link-close,
.cf-container .cf-tabs .uk-active .cf-meta {
  display: none;
}
.cf-container .cf-tabs .uk-active .cf-open-meta {
  display: flex;
}
.cf-container .cf-tabs .uk-active .cf-open-meta > p {
  margin: 0;
  padding: 5px 0;
}
.cf-container .cf-tabs .uk-active .cf-open-meta > p.uk-text-meta {
  margin: 5px 0px 0px;
  color: #f5f7f5;
  font-size: 1.3em;
  line-height: 1em;
}
.cf-container .cf-tabs .uk-active .cf-open-title {
  display: inherit;
}
.cf-container .cf-tabs .uk-active .content .el-content {
  margin: 5px 10px 5px 0;
}
.cf-container .cf-tabs .uk-active .cf-item-open {
  height: 100%;
}
.cf-container .cf-tabs .uk-active .cf-close {
  display: inherit;
  margin-right: 10px;
  margin-left: auto;
  margin-top: 10px;
}
.cf-container .cf-tabs .uk-active .cf-item-open .cf-copyblock {
  background-color: rgba(7, 9, 7, 0.7);
  margin: 10px;
  padding: 0 10px 10px;
}
/* mobile */
.cf-mobile .cf-tabs {
  flex-direction: column;
}
.cf-mobile .cf-tabs .uk-active .cf-item-open {
  padding-left: 10px;
  padding-right: 10px;
}
.cf-mobile .cf-tab {
  height: unset;
  justify-content: center;
  border-right: none;
  border-bottom: 1px solid rgba(7, 9, 7, 0.4);
}
.cf-mobile .cf-meta {
  display: flex;
  margin-top: 0px;
}
.cf-mobile .cf-meta > p {
  margin-left: 10px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  margin-top: 10px;
  margin-bottom: 10px;
}
.cf-mobile .cf-all-close .cf-meta > p {
  margin-bottom: 0px;
}
.cf-mobile .cf-title-close {
  margin-left: 10px;
  margin-right: unset;
  margin-bottom: 20px;
  flex-direction: initial;
  height: unset;
}
.cf-mobile .cf-link-close {
  margin-left: 10px;
  margin-right: unset;
  margin-bottom: 20px;
  flex-direction: initial;
  height: unset;
}
.cf-mobile .cf-title {
  margin-bottom: 0px;
}
.cf-mobile .cf-tab .uk-icon {
  display: flex;
  margin-left: auto;
  margin-right: 20px;
  height: 100%;
}
.cf-mobile .cf-close .uk-icon {
  margin-right: 0px;
}
