body *[hide-if-empty=""] {
  display: none !important;
}
body *[hide-if="1"] {
  display: none !important;
}

.hidden {
  display: none !important;
}

.muted {
  opacity: .4;
}

.no-events {
  pointer-events: none !important;
}

.no-animation {
  animation: none !important;
}

.pagination-controls ul.page-numbers-list {
  list-style: none;
  padding: 0;
}
.pagination-controls ul.page-numbers-list li {
  display: inline-block;
  height: 1.8em;
  width: 1.8em;
  text-align: center;
  line-height: 1.8;
  font-size: 1em;
  font-weight: bold;
  border-radius: 50%;
  background: #eee;
  margin-right: 5px;
  cursor: pointer;
}
.pagination-controls ul.page-numbers-list li.active {
  color: white;
  background: rgba(243, 108, 93, 0.97);
}

*[data-selector] {
  position: relative;
}
*[data-selector] .selector-left, *[data-selector] .selector-right {
  position: absolute;
  height: 35rem;
  top: 1rem;
  width: 5rem;
  color: rgba(69, 75, 137, 0.6);
  z-index: 100;
}
*[data-selector] .selector-left svg, *[data-selector] .selector-right svg {
  overflow: hidden;
  top: 60%;
  position: absolute;
  transform: translateY(-60%);
  margin: 5px;
}
*[data-selector] .selector-left.muted, *[data-selector] .selector-right.muted {
  visibility: hidden;
}
*[data-selector] .selector-right {
  right: 0;
  transform: scaleX(-1);
}
.no-touchevents *[data-selector] .selector-left:hover, .no-touchevents *[data-selector] .selector-right:hover {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(241, 86, 69, 0.97);
}

/* landing */
.landing-template .jumbotron.landing-jumbotron {
  min-height: 100vh;
  padding-top: 24px;
  margin-bottom: 0px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("/image/Aurora3_3.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.landing-template .jumbotron.landing-jumbotron .landing-container {
  color: rgba(255, 255, 255, 0.97);
  display: block;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 2rem;
}
.landing-template .jumbotron.landing-jumbotron .landing-container P {
  font-size: 1em;
}
.landing-template .jumbotron.landing-jumbotron .landing-container > h1 {
  width: 100%;
  color: transparent;
  background-image: url("/img/assets/mainLogo.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 8rem;
}
.landing-template .jumbotron.landing-jumbotron .landing-container > h3 {
  max-width: 40rem;
  margin-top: 0;
  font-size: 26px;
  font-family: "PT Sans", sans-serif;
}
.landing-template .jumbotron.landing-jumbotron .landing-container .landing-nav {
  margin-top: 1rem;
  width: 50rem;
  max-width: 50rem;
}
.landing-template .jumbotron.landing-jumbotron .landing-container .landing-nav > ul {
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  list-style: none;
}
.landing-template .jumbotron.landing-jumbotron .landing-container .landing-nav > ul > li > a {
  font-family: "PT Sans", sans-serif;
  color: white;
  text-transform: uppercase;
  font-size: 1.7em;
  text-decoration: none;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
}
.landing-template .jumbotron.landing-jumbotron .landing-container .panel {
  padding: 2rem;
  max-width: 50rem;
  color: rgba(0, 0, 0, 0.95);
  text-align: left;
}
.landing-template .jumbotron.landing-jumbotron .landing-container .panel > div > *:first-of-type {
  margin-top: 0;
}
.landing-template .jumbotron.landing-jumbotron .landing-container .panel .panel-buttons {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.landing-template .jumbotron.landing-jumbotron .landing-container .panel .panel-buttons a.btn {
  padding-left: 2px;
  padding-right: 2px;
  display: inline-block;
  width: 10rem;
  margin-bottom: 5px;
}
.landing-template .jumbotron.landing-jumbotron.active-about .rotation-work, .landing-template .jumbotron.landing-jumbotron.active-about .rotation-animations {
  display: none;
}
.landing-template .jumbotron.landing-jumbotron.active-about .panel h4 {
  color: #337ab7;
}
.landing-template .jumbotron.landing-jumbotron.active-about .landing-nav a[data-section="about"] {
  color: #337ab7;
}
.landing-template .jumbotron.landing-jumbotron.active-work {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("/image/Thinking_it_1280_x_800_2.jpg");
}
.landing-template .jumbotron.landing-jumbotron.active-work .rotation-about, .landing-template .jumbotron.landing-jumbotron.active-work .rotation-animations {
  display: none;
}
.landing-template .jumbotron.landing-jumbotron.active-work .panel h4 {
  color: #f0ad4e;
}
.landing-template .jumbotron.landing-jumbotron.active-work .landing-nav a[data-section="work"] {
  color: #f0ad4e;
}
.landing-template .jumbotron.landing-jumbotron.active-animations {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("/image/3._Connect.jpg");
}
.landing-template .jumbotron.landing-jumbotron.active-animations .rotation-about, .landing-template .jumbotron.landing-jumbotron.active-animations .rotation-work {
  display: none;
}
.landing-template .jumbotron.landing-jumbotron.active-animations .panel h4 {
  color: #5cb85c;
}
.landing-template .jumbotron.landing-jumbotron.active-animations .landing-nav a[data-section="animations"] {
  color: #5cb85c;
}

/* general navbar */
.pct-navbar.navbar.navbar-default {
  min-height: 60px;
  background: white;
  border-bottom: 2px solid #454B89;
  border-radius: 0pc;
  padding-top: 4px;
}
.pct-navbar .pct-nav-link {
  color: rgba(69, 75, 137, 0.97);
  font-size: 1.3em;
}
.pct-navbar .navbar-nav > li:after {
  content: "|";
  display: inline-block;
  position: absolute;
  top: 1em;
  right: 0;
}
.pct-navbar .navbar-nav > li:last-of-type:after {
  display: none;
}

/* animations subnav */
.animations-subnav .navbar-nav > li:after {
  content: "|";
  display: inline-block;
  position: absolute;
  top: .3em;
  right: 0;
}
.animations-subnav .navbar-nav > li:last-of-type:after {
  display: none;
}
.animations-subnav .navbar-nav > li > a {
  color: rgba(241, 86, 69, 0.97);
  line-height: 0em;
}
.animations-subnav .navbar-nav > li > a:hover {
  background: inherit;
  color: rgba(237, 43, 22, 0.97);
}

/* general footer */
.pct-footer {
  background: #F1F2F2;
  padding-top: 2rem;
  box-shadow: inset 0px 5px 10px rgba(0, 0, 0, 0.4);
  color: rgba(69, 75, 137, 0.97);
}
.pct-footer a {
  color: inherit;
}

/* article content */
.article-content {
  padding-bottom: 2rem;
}
.article-content p > a.sole-link.btn {
  color: white;
  background-image: linear-gradient(steelblue, lightseagreen);
}
.article-content p > a.sole-link.btn:hover {
  background: steelblue;
}
.article-content p.sole-item {
  width: 100%;
}
.article-content p.sole-item > img.sole-image {
  width: 100%;
}
.article-content a {
  color: rgba(239, 64, 45, 0.97);
}
.article-content a:hover, .article-content a:active, .article-content a:visited {
  color: rgba(243, 108, 93, 0.97);
}

/* advise panels */
.advise-panel {
  background: #ddd;
  box-shadow: 0.5rem 0.5rem 0.5rem rgba(0, 0, 0, 0.3);
  padding: 2.5rem;
  margin-bottom: 2rem;
}

.about-us-content, .faq-content {
  column-count: 2;
  column-gap: 2.5rem;
}
.about-us-content > *:first-of-type, .faq-content > *:first-of-type {
  margin-top: 0;
}

.faq-content h4 {
  color: rgba(241, 86, 69, 0.97);
}

.our-history-panel {
  position: relative;
  height: 90rem;
}
.our-history-panel .history-panel-item {
  height: 90rem;
  display: none;
}
.our-history-panel .history-panel-item.active {
  display: inherit;
}
.our-history-panel .history-panel-item .history-heading {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.our-history-panel .history-panel-item .history-heading span:nth-of-type(2) {
  font-weight: bold;
  transform: scale(1.1);
}
.our-history-panel .history-panel-item .history-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 45%;
  width: calc(100% + 5rem);
  transform: translate(-2.5rem);
}
.our-history-panel .history-panel-item .history-body {
  display: flex;
  justify-content: space-between;
}
.no-touchevents .our-history-panel .selector-left:hover, .no-touchevents .our-history-panel .selector-right:hover {
  background: none;
}

.links-panel ul, .partners-panel ul {
  display: grid;
  list-style: none;
  padding: 0;
  grid-template-columns: repeat(3, 1fr);
}

.partners-panel ul {
  width: 100%;
  grid-template-columns: repeat(4, 20rem);
  grid-auto-rows: 20rem;
  grid-gap: 1rem;
  justify-content: center;
}
.partners-panel ul > li {
  height: 20rem;
  width: 20rem;
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.partners-panel ul > li > a {
  height: 100%;
  width: 100%;
  display: inline-block;
}

/* animations template */
.animations-template .preview-grid, .animations-index-template .preview-grid {
  height: 85vh;
  overflow: scroll;
}
.animations-template .preview-item, .animations-template .frontpage-item, .animations-index-template .preview-item, .animations-index-template .frontpage-item {
  margin-bottom: 2rem;
  overflow: hidden;
  padding: 1rem;
}
.animations-template .preview-item .preview-content, .animations-template .frontpage-item .preview-content, .animations-index-template .preview-item .preview-content, .animations-index-template .frontpage-item .preview-content {
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
.animations-template .preview-item .preview-content > *:not(.item-image), .animations-template .frontpage-item .preview-content > *:not(.item-image), .animations-index-template .preview-item .preview-content > *:not(.item-image), .animations-index-template .frontpage-item .preview-content > *:not(.item-image) {
  padding-left: 2rem;
  padding-right: 2rem;
}
.animations-template .preview-item .item-image, .animations-template .frontpage-item .item-image, .animations-index-template .preview-item .item-image, .animations-index-template .frontpage-item .item-image {
  height: 7rem;
  max-height: 7rem;
  max-width: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.animations-template .preview-item .item-image img, .animations-template .frontpage-item .item-image img, .animations-index-template .preview-item .item-image img, .animations-index-template .frontpage-item .item-image img {
  width: 100%;
  visibility: hidden;
}
.animations-template .preview-item h3, .animations-template .preview-item span.item-main-tag a, .animations-template .preview-item span.item-author, .animations-template .frontpage-item h3, .animations-template .frontpage-item span.item-main-tag a, .animations-template .frontpage-item span.item-author, .animations-index-template .preview-item h3, .animations-index-template .preview-item span.item-main-tag a, .animations-index-template .preview-item span.item-author, .animations-index-template .frontpage-item h3, .animations-index-template .frontpage-item span.item-main-tag a, .animations-index-template .frontpage-item span.item-author {
  color: rgba(241, 86, 69, 0.97);
}
.animations-template .preview-item h3 a, .animations-template .frontpage-item h3 a, .animations-index-template .preview-item h3 a, .animations-index-template .frontpage-item h3 a {
  color: inherit;
  text-decoration: none;
}
.animations-template .preview-item span.item-main-tag a, .animations-template .preview-item span.item-author, .animations-template .frontpage-item span.item-main-tag a, .animations-template .frontpage-item span.item-author, .animations-index-template .preview-item span.item-main-tag a, .animations-index-template .preview-item span.item-author, .animations-index-template .frontpage-item span.item-main-tag a, .animations-index-template .frontpage-item span.item-author {
  text-transform: uppercase;
}
.animations-template .preview-item .item-more, .animations-template .frontpage-item .item-more, .animations-index-template .preview-item .item-more, .animations-index-template .frontpage-item .item-more {
  padding-bottom: 2em;
}
.animations-template .preview-item .item-more > a, .animations-template .frontpage-item .item-more > a, .animations-index-template .preview-item .item-more > a, .animations-index-template .frontpage-item .item-more > a {
  color: white;
  background-image: linear-gradient(rgba(241, 86, 69, 0.97), rgba(239, 64, 45, 0.97));
}
.animations-template .preview-item .item-more > a:hover, .animations-template .frontpage-item .item-more > a:hover, .animations-index-template .preview-item .item-more > a:hover, .animations-index-template .frontpage-item .item-more > a:hover {
  background: rgba(241, 86, 69, 0.97);
}
.animations-template .features-view, .animations-index-template .features-view {
  position: relative;
  padding-top: 1rem;
  overflow: hidden;
}
.animations-template .features-view div[data-selector-contents], .animations-index-template .features-view div[data-selector-contents] {
  position: relative;
  height: 80vh;
}
.animations-template .features-view div.frontpage-item, .animations-index-template .features-view div.frontpage-item {
  background: white;
  position: absolute;
  top: 0;
  left: 0;
  height: 80vh;
  padding: 0;
  display: none;
  opacity: 0;
}
.animations-template .features-view div.frontpage-item.active, .animations-index-template .features-view div.frontpage-item.active {
  display: inherit;
  animation: .5s fadeIn forwards;
  z-index: 2;
}
.animations-template .features-view div.frontpage-item.last-active, .animations-index-template .features-view div.frontpage-item.last-active {
  opacity: 1;
  display: inherit;
  z-index: 1;
}
div.last-active + .animations-template .features-view div.frontpage-item.active, div.last-active + .animations-index-template .features-view div.frontpage-item.active {
  animation: 1s slideInFromLeft;
}
.animations-template .features-view div.frontpage-item .item-image, .animations-index-template .features-view div.frontpage-item .item-image {
  height: 35rem;
  max-height: initial;
  width: 100%;
  overflow: hidden;
}
.animations-template .features-view .selector-left, .animations-template .features-view .selector-right, .animations-index-template .features-view .selector-left, .animations-index-template .features-view .selector-right {
  position: absolute;
  height: 35rem;
  top: 1rem;
  width: 5rem;
  color: rgba(69, 75, 137, 0.6);
  z-index: 100;
}
.animations-template .features-view .selector-left svg, .animations-template .features-view .selector-right svg, .animations-index-template .features-view .selector-left svg, .animations-index-template .features-view .selector-right svg {
  overflow: hidden;
  top: 50%;
  position: absolute;
  transform: translateY(-60%);
  margin: 5px;
}
.animations-template .features-view .selector-left.muted, .animations-template .features-view .selector-right.muted, .animations-index-template .features-view .selector-left.muted, .animations-index-template .features-view .selector-right.muted {
  visibility: hidden;
}
.animations-template .features-view .selector-right, .animations-index-template .features-view .selector-right {
  right: 0;
  transform: scaleX(-1);
}
.animations-template ul.tag-links, .animations-index-template ul.tag-links {
  padding: 0;
  list-style: none;
}
.animations-template ul.tag-links li, .animations-index-template ul.tag-links li {
  display: inline;
}
.animations-template ul.tag-links li a, .animations-index-template ul.tag-links li a {
  color: rgba(241, 86, 69, 0.97);
}
.animations-template ul.tag-links li:after, .animations-index-template ul.tag-links li:after {
  content: " / ";
}

.animations-index-template .preview-item .preview-content {
  display: flex;
  justify-content: space-between;
}
.animations-index-template .preview-item .preview-content > div {
  width: 50%;
}
.animations-index-template .preview-item .preview-content .item-image {
  min-height: 100%;
  max-height: initial;
  height: auto;
}

.animations-article-template p.multi-images {
  width: 100%;
  height: 35rem;
  overflow: hidden;
}
.animations-article-template p.multi-images *[data-selector-contents] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
.animations-article-template p.multi-images *[data-selector-contents] img {
  display: none;
  max-height: 120%;
}
.animations-article-template p.multi-images *[data-selector-contents] img.active {
  display: block;
}
.animations-article-template p.multi-images .selector-left, .animations-article-template p.multi-images .selector-right {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 120 380' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' clip-rule='evenodd' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='1.5'%3E%3Cpath d='M99.333 20L20 190l79.333 170' fill='none' stroke='currentcolor' stroke-width='40px'/%3E%3C/svg%3E");
  opacity: 0.6;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80%;
}
.animations-article-template p.multi-images .selector-left:hover, .animations-article-template p.multi-images .selector-right:hover {
  opacity: 1;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 120 380' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' clip-rule='evenodd' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='1.5'%3E%3Cpath d='M99.333 20L20 190l79.333 170' fill='none' stroke='currentcolor' stroke-width='40px'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80%;
}

@keyframes slideInFromRight {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0%);
  }
}
@keyframes slideInFromLeft {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0%);
  }
}
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

/*# sourceMappingURL=main.css.map */
