/**
 * Ten88 Digital Inc.
 * Version 2.0.0
 * ten88.digital
 * Author: Zim Arcilla, Neil Resnera, Cloyd Alcantara, Benison Bolanos
 */

/*FOUNDATION OVERRIDE*/

.row {
    max-width: 85rem;
}

.inner-page .row {
    max-width: 76rem;
}

.button.hollow {
    border: 1px solid #d45c25;
    color: #d45c25;
}

/*MAIN CSS*/

h1, h2, h3, h4, h5, h6, p, a, span {
    font-family: "Lato", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    color: #434343;
}

p {
    color: #6d6f70;
}

.main-wrapper {
    background: url(../images/banner-bg.jpg);
    height: 100vh;
    background-size: cover;
    overflow: hidden;
    position: relative;
}

.left-container {
    background: white;
    position: relative;
    padding: 20px 40px;
    height: 100vh;
    transition: transform .5s ease;
}

.right-container {
    height: 100vh;
    position: relative;
}

.logo-tagline {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translate(0, -50%);
    padding: 0 40px;
}

.logo-tagline img {
    width: 80px;
    margin-bottom: 40px;
}

.logo-tagline h1 {
    font-size: 16px;
}

.short-div {
    width: 40px;
    margin-left: 0;
    border-color: #d45c25;
    border-width: 2px;
}

.services-wrapper {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    transform: translate(0, -50%);
}

.service-block {
    float: left;
    position: relative;
    width: 100%;
    background: white;
    height: 250px;
    padding: 20px;
    position: relative;
    border-bottom: 3px solid #434343;
    overflow: hidden;
}

.service-block h2 {
    font-size: 20px;
    position: absolute;
    bottom: 20px;
    margin-bottom: 0;
}

.service-block .service-more {
    font-size: 18px;
    position: absolute;
    bottom: 22px;
    margin-bottom: 0;
    right: 20px;
    font-size: 12px;
}

.service-block .lnr {
    font-size: 40px;
    color: #d45c25;
    margin-bottom: 20px;
    transition: font-size .2s;
}

.service-block .lnr.icon-hover {
    font-size: 30px;
}

.services-list {
    animation-delay: 0s;
    list-style: none;
    margin-left: 0;
    margin-top: 10px;
}

.services-list li {
    line-height: 20px;
}

.sl-hover {
    animation-delay: .2s!important;
}

.hb-hover {
    animation-delay: .3s!important;
}

.services-list li a {
    font-size: 13px;
    color: #6d6f70;
}

.services-list li a:hover {
    color: #d45c25;
}


.main-wrapper.inner-page {
    padding-left: 70px;
}

.side-menu {
    position: fixed;
    z-index:9999!important;     
    left: 0;
    height: 100vh;
    width: 70px;
    background: white;
    padding: 20px;
    text-align: center;
    z-index: 10
}

.side-menu img {
    margin-bottom: 10px;
}

.main-section {
    position: relative;
}

.auxillary-menu {
    height: 100vh;
    position: fixed;
    width: 280px;
    background: #4f4d4d;
    padding: 20px 30px;
    z-index: 2;
    animation-delay: .2s;
}

.auxillary-menu h2 {
    color: white;
    font-weight: 300;
    margin-bottom: 20px;
    font-size: 30px;
}

.auxillary-menu ul {
    list-style: none;
    margin: 0;
}

.auxillary-menu ul li {
    color: white;
    margin-bottom: 20px;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    position: relative;
}

.auxillary-menu ul li a {
    color: rgba(255, 255, 255, 0.6);
    -webkit-transition: color .2s linear;
    -moz-transition: color .2s linear;
    transition: color .2s linear;
    display: block;
    text-transform: uppercase;
}

.auxillary-menu ul li.active a {
    color:white;
}

.auxillary-menu ul li a:hover {
    color: #d45c25;
}

.main-content {
    margin-left: 280px;
    background: white;
    min-height: 100vh;
    position: relative;
    z-index: 1;
    animation-delay: .3s;
}

.content-wrapper {
    height: 100vh;
}

.content-wrapper .columns {
    height: 100vh;
    position: relative;
}

.text-content {
    padding: 0 40px;
}

.text-content ul {
    list-style: none;
    margin: 0;
}

.text-content ul li ul {
    margin-top: 14px;
}

.text-content ul li ul li {
    line-height: 34px;
    margin-bottom: 5px;
}

.text-content ul li ul li span{
    font-size: 18px!important;
    line-height: 28px;
}

.text-content .lnr {
    position: absolute;
    top: 4px;
    /*transform: translate(0, -50%);*/
    left: 0;
    color: #d45c25;
    font-size: 22px;
}

.text-content ul li {
    font-family: "Lato";
    font-size: 18px;
    font-weight: 300;
    color: #818384;
    margin-bottom: 20px;
    padding-left: 34px;
    position: relative;
}

.text-content, .infographics {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: calc(100% - 1.875rem);
}

.text-content h2 {
    font-weight: 300;
    color: #d45c25;
    font-size: 32px;
}

.text-content p {
    font-size: 22px;
    font-weight: 300;
}

.side-menu .lnr {
    font-size: 26px;
    line-height: 55px;
}

.side-menu a {
    color: #4f4d4d;
}

.side-menu a:hover, .side-menu a.active {
    color: #d45c25;
}

.fade.ng-leave {
  transform: translate3d(0, 0, 0);
}
.fade.ng-leave.ng-leave-active {
  transform: translate3d(-100%, 0, 0);  
}

.indicator {
    display: none;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #fffefe;
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translate(0, -50%);
}

.auxillary-menu ul li.active .indicator {
    display: block;
}

.content.ng-leave 	{ 
    z-index:9998!important; 
    position: absolute;
    width: 100%;
}
.content.ng-enter 	{
    z-index:8888!important;
    position: absolute;
    width:100%;
}

.content.ng-enter {
  -webkit-animation: fadeInRight .5s ease-in-out;
  -moz-animation: fadeInRight .5s ease-in-out;
  -ms-animation: fadeInRight .5s ease-in-out;
  animation: fadeInRight .5s ease-in-out;
  opacity: 0;
}

.content.ng-leave .infographics{
  -webkit-animation: fadeOut .2s ease-in-out;
  -moz-animation: fadeOut .2s ease-in-out;
  -ms-animation: fadeOut .2s ease-in-out;
  animation: fadeOut .2s ease-in-out;
  opacity: 0;
}

.content.ng-enter-active {
    opacity: 1;
}

.content.ng-leave {
  -webkit-animation: fadeOutLeft .5s ease-in-out;
  -moz-animation: fadeOutLeft .5s ease-in-out;
  -ms-animation: fadeOutLeft .5s ease-in-out;
  animation: fadeOutLeft .5s ease-in-out;
  opacity: 1;
}

.content.ng-leave-active {
    opacity: 0;
}

.hidden {
    visibility: hidden;
}

.visible {
    visibility: visible;
}

@keyframes move {
  0%   {transform: translateY(0)}
  25%  {transform: translateY(-15px)}
  75%  {transform: translateY(15px)}
  100% {transform: translateY(0)}
}

@keyframes rotating-big {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating-small {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes chatScale {
  0%   {transform: scale(1.0)}
  50%  {transform: scale(1.1)}
  100% {transform: scale(1.0)}
}

@keyframes chateCircleScale {
  0%   {transform: scale(1.0);fill:#B2E1E8;}
  50%  {transform: scale(1.3);fill:white;}
  100% {transform: scale(1.0);fill:#B2E1E8;}
}

@keyframes moveCloud {
  0%   {transform: translateX(0);}
  50%  {transform:translateX(-35px);}
  100%  {transform:translateX(0);}
}

@keyframes moveCart {
  0%   {transform: translateX(0);}
  50%  {transform:translateX(35px);}
  100%  {transform:translateX(0);}
}

@keyframes move-search {
  0%   {transform: translate(0, 0);}
  10%   {transform: translate(-10px, -10px);}
  20%  {transform:translate(-15px, -5px);}
  30%  {transform:translate(-20px, 0px);}
  40%   {transform: translate(-15px, 5px);}
  50%   {transform: translate(0px, 10px);}
  60%   {transform: translate(10px, 5px);}
  70%   {transform: translate(15px, 0px);}
  80%   {transform: translate(15px, -5px);}
  90%   {transform: translate(10px, -10px);}
  100%  {transform:translate(0, 0);}
}

@keyframes rotate-globe {
    0% {transform: rotateY(0deg);}
    50% {transform: rotateY(160deg);}
    100% {transform: rotateY(0deg);}
}

@keyframes rotate-hour {
    0% {transform: rotate(0deg);}
    10% {transform: rotate(0deg);}
    20% {transform: rotate(0deg);}
    30% {transform: rotate(180deg);}
    40% {transform: rotate(180deg);}
    50% {transform: rotate(180deg);}
    60% {transform: rotate(180deg);}
    70% {transform: rotate(180deg);}
    80% {transform: rotate(0deg);}
    90% {transform: rotate(0deg);}
    100% {transform: rotate(0deg);}
}

@keyframes dataScale1 {
  0%   {transform: scale(1.0)}
  50%  {transform: scale(1.1)}
  100% {transform: scale(1.0)}
}

@keyframes dataScale2 {
  0%   {transform: scale(1.0)}
  50%  {transform: scale(1.2)}
  100% {transform: scale(1.0)}
}

@keyframes frame5 {
  0%   {opacity: 1;}
  25%  {opacity: 0;}
  50%  {opacity: 0;}
  75%  {opacity: 0;}
  100% {opacity: 0;}
}

@keyframes frame4 {
  0%   {opacity: 0;}
  25%  {opacity: 1;}
  50% {opacity: 0;}
  75% {opacity: 0;}
  100% {opacity: 0;}
}

@keyframes frame3 {
  0%   {opacity: 0;}
  25%  {opacity: 0;}
  50%  {opacity: 1;}
  75%  {opacity: 0;}
  100% {opacity: 0;}
}

@keyframes frame2 {
  0%   {opacity: 0;}
  25%  {opacity: 0;}
  50%  {opacity: 0;}
  75%  {opacity: 1;}
  100% {opacity: 0;}
}

@keyframes frame1 {
  0%   {opacity: 0;}
  25%  {opacity: 0;}
  50%  {opacity: 0;}
  75%  {opacity: 0;}
  100% {opacity: 1;}
}

@keyframes scrollFb {
  0%   {transform: translateY(0);}
  25%  {transform: translateY(-20%);}
  50%  {transform: translateY(-50%);}
  75%  {transform: translateY(-10%);}
  100% {transform: translateY(0%);}
}


svg .frame5 {
    animation: frame5 3s infinite;
    -webkit-animation-play-state:paused;    
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state:paused;
}

svg .frame4 {
    animation: frame4 3s infinite;
    -webkit-animation-play-state:paused;    
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state:paused;
}

svg .frame3 {
    animation: frame3 3s infinite;
    -webkit-animation-play-state:paused;    
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state:paused;
}

svg .frame2 {
    animation: frame2 3s infinite;
    -webkit-animation-play-state:paused;    
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state:paused;
}

svg .frame1 {
    animation: frame1 3s infinite;
    -webkit-animation-play-state:paused;    
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state:paused;
}

svg.hovered .frame5, svg.hovered .frame4, svg.hovered .frame3, svg.hovered .frame2, svg.hovered .frame1 {
    -webkit-animation-play-state:running;    
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state:running;
}

svg #Gear .gearBig {
    animation: rotating-big 6s linear infinite;
    transform-origin: 50% 50%;
    -webkit-animation-play-state:paused;    
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state:paused;
}

svg.hovered #Gear .gearBig{
    -webkit-animation-play-state:running;    
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state:running;
}

svg #Gear .gearSmall{
    animation: rotating-small 5.5s linear infinite;
    transform-origin: 50% 50%;
    -webkit-animation-play-state:paused;    
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state:paused;
}

svg.hovered #Gear .gearSmall{
    -webkit-animation-play-state:running;    
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state:running;
}

svg #Gear .gearTiny{
    animation: rotating-big 5.5s linear infinite;
    transform-origin: 50% 50%;
    -webkit-animation-play-state:paused;    
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state:paused;
}

svg.hovered #Gear .gearTiny{
    -webkit-animation-play-state:running;    
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state:running;
}

svg #Nav .st12{
    animation: move 2s linear infinite;
    -webkit-animation-play-state:paused;    
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state:paused;
}

svg.hovered #Nav .st12{
    -webkit-animation-play-state:running;    
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state:running;
}

svg.hovered #Layer_10{
  animation: chatScale 1s ease-in-out;
  transform-origin: 50% 50%;
}

svg.hovered #Layer_10 g circle.chatCircle1 {
  animation: chateCircleScale 1s ease-in-out infinite;
  animation-delay: 1s;
  transform-origin: 50% 50%;
}

svg.hovered #Layer_10 g circle.chatCircle2 {
  animation: chateCircleScale 1s ease-in-out infinite;
  animation-delay: 1.3s;
  transform-origin: 50% 50%;
}

svg.hovered #Layer_10 g circle.chatCircle3 {
  animation: chateCircleScale 1s ease-in-out infinite;
  animation-delay: 1.5s;
  transform-origin: 50% 50%;
}

svg.hovered #Camera{
  animation: chatScale 1s ease-in-out;
  transform-origin: 50% 50%;
  animation-delay: 1.6s;
}

svg #Cloud .st2, svg #Cloud .st0{
    animation: moveCloud 5s ease-in-out infinite;
    transform-origin: 50% 50%;
    -webkit-animation-play-state:paused;    
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state:paused;
}


svg.hovered #Cloud .st2, svg.hovered #Cloud .st0{
    -webkit-animation-play-state:running;    
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state:running;
}

svg.hovered #Cart{
  animation: moveCart 1s ease-in-out;
  transform-origin: 50% 50%;
  animation-delay: 1.6s;
}

svg.hovered #Cart .notif{
  animation: bounceIn 1s ease-in-out infinite;
  transform-origin: 50% 50%;
  animation-delay: 2.6s;
}

svg.hovered #Music {
  animation: bounceIn 1s ease-in-out;
  transform-origin: 50% 50%;
  animation-delay: 2.6s;
}

svg #Search .search{
    animation: move-search 3s linear infinite;
    transform-origin: 50% 50%;
    -webkit-animation-play-state:paused;    
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state:paused;

}

svg.hovered #Search .search{
    -webkit-animation-play-state:running;    
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state:running;
}

svg #Web .web{
    animation: rotate-globe 4s linear infinite;
    transform-origin: 50% 50%;
    -webkit-animation-play-state:paused;    
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state:paused;
}

svg.hovered #Web .web{
    -webkit-animation-play-state:running;    
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state:running;
}

svg #Hour_Glass .hour {
    animation: rotate-hour 5s linear infinite;
    transform-origin: 50% 50%;
    -webkit-animation-play-state:paused;    
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state:paused;

}

svg.hovered #Hour_Glass .hour {
    -webkit-animation-play-state:running;    
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state:running;
}

.fb-scroll .fb-content {
    animation: scrollFb 10s ease-in-out infinite;
    transform-origin: 50% 50%;
    -webkit-animation-play-state:paused;    
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state:paused;

}

.fb-scroll.hovered .fb-content {
    -webkit-animation-play-state:running;    
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state:running;
}

.fb-scroll:hover .fb-content    {
     -webkit-animation-play-state:paused;    
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state:paused;   
}


svg #Click .click {
    animation: pulse .5s ease-in-out;
    transform-origin: 50% 50%;
    -webkit-animation-play-state:paused;    
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state:paused;

}

svg.hovered #Click .click {
    -webkit-animation-play-state:running;    
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state:running;
}

svg #Web_Design rect {
    visibility: hidden;
    animation: fadeOutRight .5s ease-in-out;
}

svg.hovered #Web_Design .st6 {
    visibility: visible;
    animation: fadeInDown .5s ease-in-out;
    /*transform-origin: 50% 50%;*/
}

svg.hovered #Web_Design .st7 {
    visibility: visible;
    animation: fadeInUp .5s ease-in-out;
    /*transform-origin: 50% 50%;*/
    transition-delay: .2s;
}

svg.hovered #Web_Design .st8 {
    visibility: visible;
    animation: fadeInRight .5s ease-in-out;
}

svg.hovered #Data .data {
    animation: dataScale1 .6s ease-in-out;
    transform-origin: 50% 50%;
    animation-delay: .6s;
}

svg.hovered #Data .data g {
    animation: dataScale2 .6s ease-in-out;
    transform-origin: 50% 50%;
}

svg.hovered #Data .data g.dataLine1 {
    animation-delay: 1.2s;
}

svg.hovered #Data .data g.dataLine2 {
    animation-delay: 1.4s;
}

svg.hovered #Data .data g.dataLine3 {
    animation-delay: 1.6s;
}

svg.hovered #Data .data g.dataLine4 {
    animation-delay: 1.8s;
}

svg.hovered #Data .data g.dataLine5 {
    animation-delay: 2s;
}

svg.hovered #Code .code {
    animation: bounceIn .6s ease-in-out;
    animation-delay: 2.5s;
    transform-origin: 50% 50%;
}

svg #Check {
    transform-origin: 50% 50%;
}

svg.hovered #Papers .papers {
    transform: scale(1);
    transition: all .6s ease-in-out;
    transform-origin: 50% 50%;
}

svg.hovered #Papers .papers {
    transform: scale(.5);
}

@keyframes animIn {
  0%   {transform: translateX(100px);opacity:0;}
  100%  {transform:translateX(0);opacity:1;}
}

.info-all {
    text-align: center;
}

.info-all .info {
    width: 13.5vmax;
    display: inline-block;
    margin: 20px;
    padding: 40px;
    border: 1px solid #dadada;
    height: 13.5vmax;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.info-all.events .info {
    width: 10.5vmax;
    height: 10.5vmax;
}

.info-all .info img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transition: top .2s ease-in-out;
    -moz-transition: top .2s ease-in-out;
    transition: top .2s ease-in-out;
}

.info-all .info h5 {
    top: -80px;
    left: 20px;
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    position: absolute;
    -webkit-transition: top .2s ease-in-out;
    -moz-transition: top .2s ease-in-out;
    transition: top .2s ease-in-out;
}

.info-all .info a {
    position: absolute;
    bottom: 20px;
    right: -120px;
    text-align: left;
    font-size: 12px;
    margin: 0;
    -webkit-transition: right .2s ease-in-out;
    -moz-transition: right .2s ease-in-out;
    transition: right .2s ease-in-out;
}

.info:hover {
    border: 0;
    border-top: 2px solid #d45c25;
    background: #eaeaea;
}

.info-all .info:hover img {
    top: -30%;
    opacity: 0;
}

.info-all .info:hover h5 {
    top: 20px;
}

.info-all .info:hover a {
    right: 20px;
}

/*.info-loaded svg #Gear {
    animation: animIn .5s ease-in-out;
    transform-origin: 50% 50%;
    animation-delay: 1.5s;

}*/

.fb-scroll {
    position: absolute;
    width: 198px;
    height: 307px;
    overflow: hidden;
    top: 53px;
    left: 86px;
    padding-top: 25px;
}

.fb-header {
    position: absolute;
    top: -2px;
    z-index: 2;
}

.fb-content {
    z-index: 1;
}

.fb-footer {
    position: absolute;
    bottom: 0px;
    z-index: 2;
}

.slidebutton {
    text-align: center;
    position: relative;
}

.slidebutton .lnr {
    position: relative;
    width: 50px;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #d45d27;
    border-radius: 50%;
    background: #fff;
}

.slidebutton .lnr.active {
    background: #d45d27;
    color:white;
}

.slidebutton-line {
    width: 29vw;
    border-bottom: 1px solid #d45c26;
    position: absolute;
    top:64%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.slidebutton button {
    outline: 0;
    margin: 40px;
}

.slick-slide {
    outline: 0;
}