﻿body {
  margin: 0; }
  body ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.6);
    background-color: #f2f2f2; }
  body ::-webkit-scrollbar {
    width: 9px;
    height: 6px;
    background-color: transparent; }
  body ::-webkit-scrollbar-thumb {
    background-color: #7b7b7b;
    border-radius: 5px; }

#clearCacheBtn {
  position: fixed;
  left: 350px;
  top: 5px;
  z-index: 10;
  padding: 20px;
  background-color: orange;
  color: white;
  border-radius: 10px;
  cursor: pointer;
  font-size: 12px;
  opacity: .8; }

.ip-header {
  position: fixed;
  top: 0;
  z-index: 100;
  min-height: 480px;
  width: 100%;
  height: 100%;
  background: #f1f1f1; }
  .ip-header h1 {
    margin: 0; }
  .ip-header .ip-inner {
    display: block;
    margin: 0 auto; }
  .ip-header .ip-logo svg {
    min-width: 320px;
    max-width: 480px;
    width: 25%; }
    .ip-header .ip-logo svg path {
      fill: #273d74; }
  .ip-header .ip-loader svg path {
    fill: none;
    stroke-width: 6; }
    .ip-header .ip-loader svg path.ip-loader-circlebg {
      stroke: #ddd; }
    .ip-header .ip-loader svg path.ip-loader-circle {
      -webkit-transition: stroke-dashoffset 0.2s;
      -moz-transition: stroke-dashoffset 0.2s;
      transition: stroke-dashoffset 0.2s;
      stroke: #273d74; }

.ip-logo,
.ip-loader {
  position: absolute;
  left: 0;
  width: 100%;
  opacity: 0;
  cursor: default;
  pointer-events: none;
  text-align: center;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-size: 1vw;
  color: #273d74; }

.ip-logo {
  top: 0;
  height: 100%;
  -webkit-transform: translate3d(0, 25%, 0);
  -moz-transform: translate3d(0, 25%, 0);
  -ms-transform: translate3d(0, 25%, 0);
  transform: translate3d(0, 25%, 0); }

.ip-loader {
  bottom: 50%; }

.loading .ip-logo,
.loading .ip-loader {
  opacity: 1;
  -webkit-animation: animInitialHeader 1s cubic-bezier(0.7, 0, 0.3, 1) both;
  -moz-animation: animInitialHeader 1s cubic-bezier(0.7, 0, 0.3, 1) both;
  animation: animInitialHeader 1s cubic-bezier(0.7, 0, 0.3, 1) both; }

.loading .ip-loader {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.loaded .ip-logo,
.loaded .ip-loader {
  opacity: 1; }

.loaded .ip-logo {
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-animation: animLoadedLogo 1s cubic-bezier(0.7, 0, 0.3, 1) forwards;
  -moz-animation: animLoadedLogo 1s cubic-bezier(0.7, 0, 0.3, 1) forwards;
  animation: animLoadedLogo 1s cubic-bezier(0.7, 0, 0.3, 1) forwards; }
  .loaded .ip-logo svg path {
    -webkit-transition: all 0.5s ease 0.3s;
    -moz-transition: all 0.5s ease 0.3s;
    transition: all 0.5s ease 0.3s;
    fill: #fff; }

.loaded .ip-loader {
  -webkit-animation: animLoadedLoader 0.5s cubic-bezier(0.7, 0, 0.3, 1) forwards;
  -moz-animation: animLoadedLoader 0.5s cubic-bezier(0.7, 0, 0.3, 1) forwards;
  animation: animLoadedLoader 0.5s cubic-bezier(0.7, 0, 0.3, 1) forwards; }

.loaded .ip-header {
  -webkit-animation: animLoadedHeader 1s cubic-bezier(0.7, 0, 0.3, 1) forwards;
  -moz-animation: animLoadedHeader 1s cubic-bezier(0.7, 0, 0.3, 1) forwards;
  animation: animLoadedHeader 1s cubic-bezier(0.7, 0, 0.3, 1) forwards; }

.loaded .ip-main h2,
.loaded .ip-main .browser,
.loaded .ip-main .browser .box,
.loaded .codrops-demos {
  -webkit-animation: animLoadedContent 1s cubic-bezier(0.7, 0, 0.3, 1) both;
  -moz-animation: animLoadedContent 1s cubic-bezier(0.7, 0, 0.3, 1) both;
  animation: animLoadedContent 1s cubic-bezier(0.7, 0, 0.3, 1) both; }

.loaded .ip-main .browser,
.loaded .ip-main .browser .box:first-child {
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  animation-delay: 0.1s; }

.loaded .ip-main .browser .box:nth-child(2) {
  -webkit-animation-delay: 0.15s;
  -moz-animation-delay: 0.15s;
  animation-delay: 0.15s; }

.loaded .ip-main .browser .box:nth-child(3) {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  animation-delay: 0.2s; }

/* Change layout class for header */
.layout-switch .ip-header {
  position: absolute; }

/* No JS */
.no-js .ip-header {
  position: relative;
  min-height: 0px; }

.no-js .ip-header .ip-logo {
  margin-top: 20px;
  height: 180px;
  opacity: 1;
  -webkit-transform: none;
  transform: none; }

.no-js .ip-header .ip-logo svg path {
  fill: #fff; }

/* Media queries */
@media screen and (max-width: 45em) {
  .ip-main h2 {
    font-size: 2.25em;
    font-size: 10vw; }
  .box {
    width: 100%; } }

/* Click Effects */
.touch-indicator {
  position: fixed;
  top: 0;
  left: 0;
  border: none;
  background: none;
  z-index: 15; }

.touch-indicator::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -17.5px 0 0 -17.5px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none; }

.touch-indicator.active.moving::after {
  margin: -35px 0 0 -35px;
  width: 70px;
  height: 70px; }

.radomir::after {
  -webkit-box-shadow: inset 0 0 0 35px transparent;
  -moz-box-shadow: inset 0 0 0 35px transparent;
  box-shadow: inset 0 0 0 35px transparent; }

.radomir.active::after {
  -webkit-animation: radomir 0.5s ease-out forwards;
  -moz-animation: radomir 0.5s ease-out forwards;
  animation: radomir 0.5s ease-out forwards; }

.marin::after {
  -webkit-box-shadow: inset 0 0 0 3px rgba(232, 234, 0, 0.05);
  -moz-box-shadow: inset 0 0 0 3px rgba(232, 234, 0, 0.05);
  box-shadow: inset 0 0 0 3px rgba(232, 234, 0, 0.05); }

.marin.active::after {
  -webkit-animation: marin 0.5s ease-out forwards;
  -moz-animation: marin 0.5s ease-out forwards;
  animation: marin 0.5s ease-out forwards; }

/* Ilinka */
.ilinka::after {
  background: rgba(255, 255, 255, 0.25);
  border: 3px solid rgba(122, 122, 122, 0.25); }

.ilinka.active::after {
  -webkit-animation: ilinka 1s ease-out forwards;
  -moz-animation: ilinka 1s ease-out forwards;
  animation: ilinka 1s ease-out forwards;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.ilinka.active.moving::after {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s; }

@-webkit-keyframes animInitialHeader {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 800px, 0);
    -moz-transform: translate3d(0, 800px, 0);
    -ms-transform: translate3d(0, 800px, 0);
    transform: translate3d(0, 800px, 0); } }

@-moz-keyframes animInitialHeader {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 800px, 0);
    -moz-transform: translate3d(0, 800px, 0);
    -ms-transform: translate3d(0, 800px, 0);
    transform: translate3d(0, 800px, 0); } }

@-o-keyframes animInitialHeader {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 800px, 0);
    -moz-transform: translate3d(0, 800px, 0);
    -ms-transform: translate3d(0, 800px, 0);
    transform: translate3d(0, 800px, 0); } }

@keyframes animInitialHeader {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 800px, 0);
    -moz-transform: translate3d(0, 800px, 0);
    -ms-transform: translate3d(0, 800px, 0);
    transform: translate3d(0, 800px, 0); } }

@-webkit-keyframes animLoadedLogo {
  to {
    -webkit-transform: translate3d(0, 100%, 0) translate3d(0, 50px, 0) scale3d(0.65, 0.65, 1);
    -moz-transform: translate3d(0, 100%, 0) translate3d(0, 50px, 0) scale3d(0.65, 0.65, 1);
    -ms-transform: translate3d(0, 100%, 0) translate3d(0, 50px, 0) scale3d(0.65, 0.65, 1);
    transform: translate3d(0, 100%, 0) translate3d(0, 50px, 0) scale3d(0.65, 0.65, 1); } }

@-moz-keyframes animLoadedLogo {
  to {
    -webkit-transform: translate3d(0, 100%, 0) translate3d(0, 50px, 0) scale3d(0.65, 0.65, 1);
    -moz-transform: translate3d(0, 100%, 0) translate3d(0, 50px, 0) scale3d(0.65, 0.65, 1);
    -ms-transform: translate3d(0, 100%, 0) translate3d(0, 50px, 0) scale3d(0.65, 0.65, 1);
    transform: translate3d(0, 100%, 0) translate3d(0, 50px, 0) scale3d(0.65, 0.65, 1); } }

@-o-keyframes animLoadedLogo {
  to {
    -webkit-transform: translate3d(0, 100%, 0) translate3d(0, 50px, 0) scale3d(0.65, 0.65, 1);
    -moz-transform: translate3d(0, 100%, 0) translate3d(0, 50px, 0) scale3d(0.65, 0.65, 1);
    -ms-transform: translate3d(0, 100%, 0) translate3d(0, 50px, 0) scale3d(0.65, 0.65, 1);
    transform: translate3d(0, 100%, 0) translate3d(0, 50px, 0) scale3d(0.65, 0.65, 1); } }

@keyframes animLoadedLogo {
  to {
    -webkit-transform: translate3d(0, 100%, 0) translate3d(0, 50px, 0) scale3d(0.65, 0.65, 1);
    -moz-transform: translate3d(0, 100%, 0) translate3d(0, 50px, 0) scale3d(0.65, 0.65, 1);
    -ms-transform: translate3d(0, 100%, 0) translate3d(0, 50px, 0) scale3d(0.65, 0.65, 1);
    transform: translate3d(0, 100%, 0) translate3d(0, 50px, 0) scale3d(0.65, 0.65, 1); } }

@-webkit-keyframes animLoadedLoader {
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0) scale3d(0.3, 0.3, 1);
    -moz-transform: translate3d(0, -100%, 0) scale3d(0.3, 0.3, 1);
    -ms-transform: translate3d(0, -100%, 0) scale3d(0.3, 0.3, 1);
    transform: translate3d(0, -100%, 0) scale3d(0.3, 0.3, 1); } }

@-moz-keyframes animLoadedLoader {
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0) scale3d(0.3, 0.3, 1);
    -moz-transform: translate3d(0, -100%, 0) scale3d(0.3, 0.3, 1);
    -ms-transform: translate3d(0, -100%, 0) scale3d(0.3, 0.3, 1);
    transform: translate3d(0, -100%, 0) scale3d(0.3, 0.3, 1); } }

@-o-keyframes animLoadedLoader {
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0) scale3d(0.3, 0.3, 1);
    -moz-transform: translate3d(0, -100%, 0) scale3d(0.3, 0.3, 1);
    -ms-transform: translate3d(0, -100%, 0) scale3d(0.3, 0.3, 1);
    transform: translate3d(0, -100%, 0) scale3d(0.3, 0.3, 1); } }

@keyframes animLoadedLoader {
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0) scale3d(0.3, 0.3, 1);
    -moz-transform: translate3d(0, -100%, 0) scale3d(0.3, 0.3, 1);
    -ms-transform: translate3d(0, -100%, 0) scale3d(0.3, 0.3, 1);
    transform: translate3d(0, -100%, 0) scale3d(0.3, 0.3, 1); } }

@-webkit-keyframes animLoadedHeader {
  to {
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@-moz-keyframes animLoadedHeader {
  to {
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@-o-keyframes animLoadedHeader {
  to {
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes animLoadedHeader {
  to {
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@-webkit-keyframes animLoadedContent {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 200px, 0);
    -moz-transform: translate3d(0, 200px, 0);
    -ms-transform: translate3d(0, 200px, 0);
    transform: translate3d(0, 200px, 0); } }

@-moz-keyframes animLoadedContent {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 200px, 0);
    -moz-transform: translate3d(0, 200px, 0);
    -ms-transform: translate3d(0, 200px, 0);
    transform: translate3d(0, 200px, 0); } }

@-o-keyframes animLoadedContent {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 200px, 0);
    -moz-transform: translate3d(0, 200px, 0);
    -ms-transform: translate3d(0, 200px, 0);
    transform: translate3d(0, 200px, 0); } }

@keyframes animLoadedContent {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 200px, 0);
    -moz-transform: translate3d(0, 200px, 0);
    -ms-transform: translate3d(0, 200px, 0);
    transform: translate3d(0, 200px, 0); } }

@-webkit-keyframes radomir {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(0.4, 0.4, 1);
    -moz-transform: scale3d(0.4, 0.4, 1);
    -ms-transform: scale3d(0.4, 0.4, 1);
    transform: scale3d(0.4, 0.4, 1); }
  80% {
    -webkit-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.8);
    -moz-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.8);
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.8);
    opacity: 0.1; }
  100% {
    -webkit-box-shadow: inset 0 0 0 2px rgba(250, 255, 255, 0.8);
    -moz-box-shadow: inset 0 0 0 2px rgba(250, 255, 255, 0.8);
    box-shadow: inset 0 0 0 2px rgba(250, 255, 255, 0.8);
    opacity: 0;
    -webkit-transform: scale3d(1.2, 1.2, 1);
    -moz-transform: scale3d(1.2, 1.2, 1);
    -ms-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1); } }

@-moz-keyframes radomir {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(0.4, 0.4, 1);
    -moz-transform: scale3d(0.4, 0.4, 1);
    -ms-transform: scale3d(0.4, 0.4, 1);
    transform: scale3d(0.4, 0.4, 1); }
  80% {
    -webkit-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.8);
    -moz-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.8);
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.8);
    opacity: 0.1; }
  100% {
    -webkit-box-shadow: inset 0 0 0 2px rgba(250, 255, 255, 0.8);
    -moz-box-shadow: inset 0 0 0 2px rgba(250, 255, 255, 0.8);
    box-shadow: inset 0 0 0 2px rgba(250, 255, 255, 0.8);
    opacity: 0;
    -webkit-transform: scale3d(1.2, 1.2, 1);
    -moz-transform: scale3d(1.2, 1.2, 1);
    -ms-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1); } }

@-o-keyframes radomir {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(0.4, 0.4, 1);
    -moz-transform: scale3d(0.4, 0.4, 1);
    -ms-transform: scale3d(0.4, 0.4, 1);
    transform: scale3d(0.4, 0.4, 1); }
  80% {
    -webkit-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.8);
    -moz-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.8);
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.8);
    opacity: 0.1; }
  100% {
    -webkit-box-shadow: inset 0 0 0 2px rgba(250, 255, 255, 0.8);
    -moz-box-shadow: inset 0 0 0 2px rgba(250, 255, 255, 0.8);
    box-shadow: inset 0 0 0 2px rgba(250, 255, 255, 0.8);
    opacity: 0;
    -webkit-transform: scale3d(1.2, 1.2, 1);
    -moz-transform: scale3d(1.2, 1.2, 1);
    -ms-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1); } }

@keyframes radomir {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(0.4, 0.4, 1);
    -moz-transform: scale3d(0.4, 0.4, 1);
    -ms-transform: scale3d(0.4, 0.4, 1);
    transform: scale3d(0.4, 0.4, 1); }
  80% {
    -webkit-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.8);
    -moz-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.8);
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.8);
    opacity: 0.1; }
  100% {
    -webkit-box-shadow: inset 0 0 0 2px rgba(250, 255, 255, 0.8);
    -moz-box-shadow: inset 0 0 0 2px rgba(250, 255, 255, 0.8);
    box-shadow: inset 0 0 0 2px rgba(250, 255, 255, 0.8);
    opacity: 0;
    -webkit-transform: scale3d(1.2, 1.2, 1);
    -moz-transform: scale3d(1.2, 1.2, 1);
    -ms-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1); } }

@-webkit-keyframes marin {
  0% {
    opacity: 1; }
  100% {
    -webkit-box-shadow: inset 0 0 0 3px rgba(232, 234, 0, 0.8);
    -moz-box-shadow: inset 0 0 0 3px rgba(232, 234, 0, 0.8);
    box-shadow: inset 0 0 0 3px rgba(232, 234, 0, 0.8);
    opacity: 0;
    -webkit-transform: scale3d(0.75, 0.75, 1);
    -moz-transform: scale3d(0.75, 0.75, 1);
    -ms-transform: scale3d(0.75, 0.75, 1);
    transform: scale3d(0.75, 0.75, 1); } }

@-moz-keyframes marin {
  0% {
    opacity: 1; }
  100% {
    -webkit-box-shadow: inset 0 0 0 3px rgba(232, 234, 0, 0.8);
    -moz-box-shadow: inset 0 0 0 3px rgba(232, 234, 0, 0.8);
    box-shadow: inset 0 0 0 3px rgba(232, 234, 0, 0.8);
    opacity: 0;
    -webkit-transform: scale3d(0.75, 0.75, 1);
    -moz-transform: scale3d(0.75, 0.75, 1);
    -ms-transform: scale3d(0.75, 0.75, 1);
    transform: scale3d(0.75, 0.75, 1); } }

@-o-keyframes marin {
  0% {
    opacity: 1; }
  100% {
    -webkit-box-shadow: inset 0 0 0 3px rgba(232, 234, 0, 0.8);
    -moz-box-shadow: inset 0 0 0 3px rgba(232, 234, 0, 0.8);
    box-shadow: inset 0 0 0 3px rgba(232, 234, 0, 0.8);
    opacity: 0;
    -webkit-transform: scale3d(0.75, 0.75, 1);
    -moz-transform: scale3d(0.75, 0.75, 1);
    -ms-transform: scale3d(0.75, 0.75, 1);
    transform: scale3d(0.75, 0.75, 1); } }

@keyframes marin {
  0% {
    opacity: 1; }
  100% {
    -webkit-box-shadow: inset 0 0 0 3px rgba(232, 234, 0, 0.8);
    -moz-box-shadow: inset 0 0 0 3px rgba(232, 234, 0, 0.8);
    box-shadow: inset 0 0 0 3px rgba(232, 234, 0, 0.8);
    opacity: 0;
    -webkit-transform: scale3d(0.75, 0.75, 1);
    -moz-transform: scale3d(0.75, 0.75, 1);
    -ms-transform: scale3d(0.75, 0.75, 1);
    transform: scale3d(0.75, 0.75, 1); } }

@keyframes ilinka {
  0% {
    opacity: 1; }
  100% {
    -webkit-transform: scale3d(0.75, 0.75, 1);
    -moz-transform: scale3d(0.75, 0.75, 1);
    -ms-transform: scale3d(0.75, 0.75, 1);
    transform: scale3d(0.75, 0.75, 1); } }

