/*
Theme Name: Educator Child
Description: Child theme for Educator
Template: ib-educator
Version: 1.1.1
*/
/*
 Theme Name: Educator Child
 Description: Child theme for Educator
 Template: ib-educator
 Version: 1.1.1
*/
/* ------------------------------- transform ---------------------------------------- */
/* ------------------------------- End transform ---------------------------------------- */
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
    43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
    43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%,
    75% {
    opacity: 0; } }
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%,
    75% {
    opacity: 0; } }
.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
    30%,
    50%,
    70%,
    90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
    40%,
    60%,
    80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }
@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
    30%,
    50%,
    70%,
    90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
    40%,
    60%,
    80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }
.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
    20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
    50%,
    70%,
    90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
    60%,
    80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
    20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
    50%,
    70%,
    90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
    60%,
    80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  100% {
    -webkit-transform: none;
    transform: none; } }
@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  100% {
    -webkit-transform: none;
    transform: none; } }
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  11.1% {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); }
  100% {
    -webkit-transform: none;
    transform: none; } }
@keyframes jello {
  11.1% {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); }
  100% {
    -webkit-transform: none;
    transform: none; } }
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
    55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
    55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
    45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
    45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
    45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
    45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
@keyframes fadeOutDown {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
@keyframes fadeOutDownBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
@keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@keyframes fadeOutRight {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
@keyframes fadeOutRightBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
@keyframes fadeOutUp {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
@keyframes fadeOutUpBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
@keyframes lightSpeedOut {
  0% {
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
    60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
    80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
    60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
    80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

@-webkit-keyframes rollOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
@keyframes rollOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 0; } }
@keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 0; } }
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
@keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
@keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

#page-container {
  overflow: hidden; }

.billing_help_tooltip {
  float: right;
  width: 16px;
  height: 16px;
  border-radius: 20px;
  margin-top: 10px;
  cursor: pointer;
  position: relative; }
  .billing_help_tooltip:after {
    font-family: FontAwesome;
    content: "\f06a";
    position: absolute;
    top: -8px;
    font-size: 15px;
    right: 8px;
    color: #606060; }

.billing_help_tooltip:hover > .billing_help_tooltip_body {
  display: block; }

.billing_help_tooltip_body {
  display: none;
  background-color: #333333;
  border-radius: 5px;
  bottom: 15px;
  color: #eeeeee;
  font-size: 11px;
  left: -39px;
  line-height: 1.5em;
  padding: 5px 10px;
  position: absolute;
  min-width: 280px; }

.billing_help_tooltip_body:before {
  display: block;
  content: "";
  position: absolute;
  bottom: -6px;
  left: 34px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #333333; }

.productsPrices .panel-first-child .panel-widget-style {
  padding: 15px 0;
  position: relative; }
  .productsPrices .panel-first-child .panel-widget-style:after {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    top: 0; }
  .productsPrices .panel-first-child .panel-widget-style .textwidget {
    position: relative;
    z-index: 1; }

.productsPrices .widget_sow-image .panel-widget-style {
  border-radius: 50%;
  overflow: hidden;
  min-width: 178px;
  min-height: 178px; }
.productsPrices .so-widget-sow-image-base {
  position: absolute;
  min-height: 178px;
  top: 0;
  left: -40px; }
  .productsPrices .so-widget-sow-image-base .so-widget-image {
    height: 178px !important;
    width: auto !important;
    max-width: none !important; }

/*Buttons styles*/
.so-widget-sow-button-flat-5aac51cf12e8 .ow-button-base a, a.ptp-button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, #ptp-1037 a.ptp-button, #ptp-5931 a.ptp-button, .dwqa-container .dwqa-btn-success, .wpas-btn-default {
  background: #1176bc;
  font-size: 100%;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  font-family: inherit;
  text-decoration: none;
  overflow: visible;
  padding: .618em 1em;
  font-weight: 700;
  border-radius: 3px;
  left: auto;
  border: 0;
  white-space: nowrap;
  display: inline-block;
  background-image: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  text-shadow: none;
  color: #fff; }

#ptp-1037 a.ptp-button:hover, #ptp-5931 a.ptp-button:hover, .so-widget-sow-button-flat-5aac51cf12e8 .ow-button-base a.ow-button-hover:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .dwqa-container .dwqa-btn-success:hover, .wpas-btn-default:hover {
  background: #45a9ee;
  color: #fff; }

#billing_site_name_field {
  position: relative; }
  #billing_site_name_field #site_name_suggestion_div {
    position: absolute;
    top: 75px;
    background-color: white;
    padding: 5px 10px;
    width: 90%;
    border: 1px #1176bc solid;
    box-sizing: border-box;
    left: 15px; }
    #billing_site_name_field #site_name_suggestion_div div {
      cursor: pointer; }
      #billing_site_name_field #site_name_suggestion_div div:hover {
        color: #1176bc; }

.woocommerce-checkout #payment ul.payment_methods li input {
  margin: 15px 2em 0px 28px; }

.woocommerce-checkout #payment div.form-row {
  padding: 1em 2em; }

.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
  float: right;
  line-height: 52px;
  font-size: .83em;
  margin-right: 50px; }

/*End Buttons styles*/
.CloudPc {
  display: block;
  margin: 0 auto; }

.CloudMobile {
  display: none; }

/*Feature list*/
.feature_list .widget_sow-image {
  margin: -70px 20px 0 0 !important;
  position: absolute;
  top: 50%; }

.features_title {
  max-width: 1140px;
  margin: 0 auto; }

.features_title .widget-title {
  background-color: #1176bc;
  color: #fff;
  text-align: center;
  margin-top: 40px;
  padding: 10px !important; }

.feature_list .panel-grid-cell {
  padding: 20px;
  /*    border-right: 10px solid #fff; */
  float: none !important;
  display: inline-block;
  vertical-align: top;
  position: relative;
  min-height: 175px; }

.feature_list .panel-grid-cell:last-child {
  border-left: 10px solid #fff; }

.feature_list .panel-grid-cell .widget-title {
  text-align: left; }

.feature_list .so-panel.widget.widget_black-studio-tinymce.panel-last-child {
  margin-left: 160px; }

.additional_features .panel-grid-cell .so-panel {
  background-color: #fff;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1114px;
  padding: 10px 30px;
  text-align: left;
  color: #1176bc; }

.additional_features .panel-grid-cell .widget-title {
  text-align: left;
  font-size: 25px;
  color: #1176bc; }

.additional_features .panel-grid-cell .panel-first-child {
  background-color: transparent;
  padding-top: 30px; }

.additional_features .panel-grid-cell .panel-first-child .widget-title {
  text-align: center;
  color: #fff;
  font-size: 32px;
  font-weight: normal; }

/*.additional_features .panel-grid-cell .so-panel:last-child{
    margin-bottom: 30px !important;
}*/
/*End Feature list*/
/*woocommerce styles*/
.quantity .qty {
  width: 4.631em !important; }

.stock {
  display: none; }

/*hide stock in selling page*/
.summary {
  padding-left: 10px;
  padding-right: 10px; }

.woocommerce ul.products li.last form {
  margin-top: 12px; }

.tmcp-ul-wrap {
  padding-right: 40px !important; }

.summary .tm-epo-field.tmcp-checkbox {
  margin-left: -30px !important;
  position: relative;
  top: -2px;
  vertical-align: middle; }

.tm-extra-product-options ul.tmcp-ul-wrap.tm-extra-product-options-checkbox li.tmcp-field-wrap .tm-label {
  padding: 0 0 0 13px !important;
  margin: 0 !important;
  line-height: 1em !important;
  display: initial !important; }

/*End woocommerce styles*/
.single-product #container #content {
  max-width: 1114px;
  margin: 0 auto; }
  .single-product #container #content:after {
    display: block;
    content: "";
    clear: both;
    height: 0;
    width: 0; }

.single-product #container #content {
  max-width: 1114px;
  margin: 0 auto; }

.panel-grid-cell .feature .widget-title {
  color: #1176bc;
  text-align: left; }

.feature {
  padding-right: 50px; }

.feature ul {
  padding-top: 10px;
  padding-left: 15px;
  margin-left: 10px;
  margin-bottom: 10px; }

.feature li {
  display: block;
  margin-left: 20px;
  line-height: 1.4em; }

.tm-epo-totals {
  padding: 0; }

.woocommerce div.product .product_title {
  margin-bottom: 0px; }

.tm-extra-product-options .tm-extra-product-options-field {
  margin: 0; }

.woocommerce div.product p.price, .woocommerce div.product span.price {
  margin: 0; }

.feature li:before {
  margin-right: 7px;
  margin-left: -20px;
  color: #1176bc;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.feature > ul > li > ul > li:before {
  margin-right: 7px;
  margin-left: -20px;
  color: #1176bc;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0da"; }

.feature > ul > li > ul > li > ul > li:before {
  margin-right: 7px;
  margin-left: -20px;
  color: #1176bc;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0da"; }

.checklistul {
  padding-top: 10px;
  padding-left: 10px; }
  .checklistul li {
    display: block;
    margin-left: 20px; }
    .checklistul li:before {
      margin-right: 7px;
      margin-left: -20px;
      color: #1176bc;
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\f00c"; }

.CommonCore {
  padding: 50px 0 !important; }

.CommonCore .blueCircle {
  background-color: #1176bc;
  color: #fff;
  width: 120px;
  margin: 0 auto;
  height: 120px;
  border-radius: 50%;
  font-size: 32px;
  font-weight: normal;
  margin-bottom: 8px;
  padding: 10px; }

.CommonCore .blueCircle span {
  display: block;
  width: 120px;
  height: 120px;
  box-sizing: border-box;
  border: 2px #fff solid;
  border-radius: 50%;
  padding-top: 40px;
  box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.2) inset; }

#pl-115 .panel-grid-cell .so-panel {
  margin-bottom: 0 !important; }

.panel-grid-cell .so-panel {
  margin-bottom: 0 !important; }

/*#footer-widgets {
    display: none;
}*/
.PartnersDev .widget-title,
.IntiativesDev .widget-title {
  color: #fff !important; }

.panel-grid-cell .widget-title {
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 5px;
  /*padding-top: 30px; commented by mameara 05/01/2016*/ }

#page-toolbar {
  position: absolute;
  width: 100%;
  z-index: 5;
  background-color: rgba(255, 255, 255, 0.8); }

.popup {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); }
  .popup .popupContainer {
    background-color: #fff;
    padding: 30px;
    position: absolute;
    top: 10%; }

#page-header {
  height: 60px; }

#auth-nav, #user-nav {
  margin: 0; }

.subscription_link_disabled, .ul_subscription_link_enabled, .ul_subscription_link_disabled, .subscription_link_enabled {
  float: right;
  position: relative;
  z-index: 1; }
  .subscription_link_disabled a, .subscription_link_disabled span, .ul_subscription_link_enabled a, .ul_subscription_link_enabled span, .ul_subscription_link_disabled a, .ul_subscription_link_disabled span, .subscription_link_enabled a, .subscription_link_enabled span {
    display: inline-block;
    background-color: #ecf7ff;
    border: 1px solid #b4d1e9;
    padding: 4px 45px 5px 15px;
    font-weight: bold;
    margin-top: 12px;
    background-image: url(images/eduwave_icon.png);
    background-repeat: no-repeat;
    background-position: right 6px top 1px;
    display: block; }

.subscription_link_disabled a, .subscription_link_disabled span {
  display: block;
  cursor: default;
  background-color: #E4E4E4;
  color: #A0A0A0;
  border: 1px solid #CECECE;
  background-image: url(images/eduwave_icon-desabled.png);
  text-shadow: 1px 1px 0px #fff;
  box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.52) inset;
  max-width: 140px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }
  .subscription_link_disabled a:hover, .subscription_link_disabled span:hover {
    color: #A0A0A0; }

.ul_subscription_link_enabled > a, .ul_subscription_link_disabled > a {
  padding-left: 25px; }
  .ul_subscription_link_enabled > a:before, .ul_subscription_link_disabled > a:before {
    font-family: FontAwesome;
    content: "\f107";
    position: absolute;
    left: 10px;
    top: 17px; }
.ul_subscription_link_enabled ul, .ul_subscription_link_disabled ul {
  position: absolute;
  display: none;
  list-style: none;
  margin: 0;
  padding: 0; }
  .ul_subscription_link_enabled ul li a, .ul_subscription_link_enabled ul li span, .ul_subscription_link_disabled ul li a, .ul_subscription_link_disabled ul li span {
    width: 140px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 0;
    background-image: none;
    padding: 4px 12px 5px;
    border-top: 0 none; }

#main-logo {
  margin-left: -2px; }

#page-header-inner {
  height: 60px !important; }
  #page-header-inner #main-nav > ul > li > a {
    line-height: 60px !important; }
  #page-header-inner #main-logo a, #page-header-inner .user-menu-name {
    line-height: 60px !important; }
    #page-header-inner #main-logo a img, #page-header-inner .user-menu-name img {
      max-height: 50px !important; }

.auth-nav-login, .auth-nav-register {
  line-height: 60px !important; }

#header-search button {
  height: 60px !important; }

.headerImge {
  max-height: 400px;
  overflow: hidden;
  position: relative; }
  .headerImge #page-title {
    margin: 30px 0;
    text-transform: uppercase; }
  .headerImge .titleWithoutImage {
    margin-top: 50px; }
  .headerImge .titleWithImage {
    background-color: #000; }
    .headerImge .titleWithImage #page-title {
      position: absolute;
      top: 50%;
      margin: 0px;
      width: 100%;
      /* margin-top: -10px; */
      margin-top: -40px;
      height: 60px;
      left: 0; }
      .headerImge .titleWithImage #page-title .entry-title {
        color: #fff;
        /*@include text-shadow(1px,1px,0px, rgba(255,255,255,1));*/
        -webkit-text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.8) ;
        -moz-text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.8) ;
        text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.8) ; }
    .headerImge .titleWithImage img {
      width: 100%;
      height: auto; }

.single-ticket .headerImge #page-title {
  display: none; }

/*checkout page*/
#account_username_field {
  position: relative; }
  #account_username_field #after_user_name {
    right: 9px;
    color: #9E9E9E;
    bottom: 5px;
    padding: 6px 10px; }

.rowStyle {
  margin: 0 auto; }
  .rowStyle .widget-title {
    text-align: center;
    color: #fff;
    font-size: 18px; }
    .rowStyle .widget-title a {
      display: block;
      padding: 5px;
      background-color: #fff;
      width: 60px;
      margin: 0 auto;
      text-align: center; }

.row2 .widget_black-studio-tinymce {
  margin-bottom: 0px !important; }

.section-content {
  padding: 1.5em 0 3em; }

.page-id-1705 #pl-1705,
.page-id-1705 #pl-5008 {
  position: relative; }

.feature_sidebare_menu {
  top: 17px;
  width: 86px;
  height: 400px;
  z-index: 100;
  position: absolute;
  right: 30px;
  display: none; }

.feature-sidebare-menu-scrolled {
  position: fixed;
  height: 370px;
  top: 50px;
  -webkit-transition: all .2s;
  transition: all .2s;
  right: 30px !important;
  display: block; }

.feature_sidebare_menu .dm3-one-half {
  padding-bottom: 5px; }

/*EduWave Product*/
body .dm3-btn {
  background-color: #149dd2;
  border-color: #149dd2;
  color: white; }
  body .dm3-btn:hover {
    background-color: white;
    border-color: #149dd2;
    color: #149dd2; }

#ptp-1037 a.ptp-button, #ptp-5931 a.ptp-button, .woocommerce button.button.alt, .woocommerce a.button.alt, .woocommerce input.button.alt {
  background-color: #1176bc;
  color: white;
  -webkit-appearance: none;
  border: 2px solid transparent !important;
  border-radius: 7px;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  line-height: 19px;
  outline: none;
  padding: 9px 25px;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: background .2s, border .2s, color .2s;
  transition: background .2s, border .2s, color .2s;
  box-sizing: border-box; }
  #ptp-1037 a.ptp-button:hover, #ptp-5931 a.ptp-button:hover, .woocommerce button.button.alt:hover, .woocommerce a.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: white !important;
    border-color: #1176bc !important;
    color: #1176bc; }

.woocommerce form .form-row label {
  line-height: 3; }

body .productOffer .dm3-btn {
  margin-left: 20px; }

.govText {
  /*aibrahim Fix Bug #99159 20-3-2017*/
  height: 300px;
  padding-top: 90px; }

.learn_contaner {
  /*aibrahim Fix Bug #99153 20-3-2017*/
  background-color: #fff  !important; }

/*.learn_contaner:nth-child(odd) {
    background: red;
}*/
/*aibrahim learn-page  image and text float 20-3-2017*/
.panel-grid:nth-child(1n+0) .learn_contaner .panel-grid-cell:nth-child(2) {
  float: right !important; }

.panel-grid:nth-child(1n+0) .learn_contaner .panel-grid-cell:nth-child(1) {
  float: left !important; }

.panel-grid:nth-child(2n+0) .learn_contaner .panel-grid-cell:nth-child(2) {
  float: left !important; }

.panel-grid:nth-child(2n+0) .learn_contaner .panel-grid-cell:nth-child(1) {
  float: right !important; }

/*aibrahim learn-page  image and text float 20-3-2017*/
@media all and (max-width: 1170px) {
  .iframeContainer {
    width: 100% !important; }

  .iframeContainer iframe {
    height: 3300px; } }
@media all and (max-width: 1375px) {
  .feature_sidebare_menu {
    height: 300px;
    right: -100px; }

  .feature-sidebare-menu-scrolled {
    position: fixed;
    top: 50px;
    right: 20px !important;
    transition: none !important; }

  .panel-row-style-Features {
    padding: 0px 120px; } }
@media all and (max-width: 1024px) {
  .panel-grid-cell {
    /*position: relative; fixing the waves on solutions page*/ }

  .panel-row-style-Features {
    padding: 0; }

  .feature_sidebare_menu {
    top: 0;
    width: 350px;
    height: 50px;
    left: 50%;
    margin-left: -175px;
    z-index: 100;
    -webkit-transition: all .2s;
    transition: all .2s; }

  .feature_sidebare_menu .section-content {
    padding: 0; }

  .feature_sidebare_menu .container {
    padding: 0 0; }

  .feature_sidebare_menu .dm3-one-half {
    position: relative;
    float: left;
    display: inline-block;
    margin-right: 44px;
    width: auto; }

  .panel-row-style-Features .BlueCircle {
    margin: 0px auto;
    border: 0;
    border-radius: 0; }

  .panel-row-style-Features .BlueCircle a {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 6px;
    text-align: center;
    font-size: 17px;
    color: #FFF;
    display: inline-block;
    float: left;
    width: 100px; }

  .panel-row-style-Features .dm3-one-half:hover .BlueCircle h1 {
    background-color: initial;
    color: white;
    animation-name: none;
    backface-visibility: hidden !important;
    animation-duration: 1s; }

  .panel-row-style-Features .smallBlueCircle h1 {
    height: 22px;
    width: auto;
    line-height: 1.1em;
    font-size: 18px; }

  .panel-row-style-Features .BlueCircle h1 {
    color: #FFF;
    margin: 0px auto;
    border: none;
    background-color: initial;
    font-weight: 100;
    box-shadow: none; }

  .productsPrices .panel-grid .panel-grid-cell {
    float: none !important; }

  .productsPrices .panel-grid .Available_Packages_raw .panel-grid-cell {
    width: 100% !important; }

  .productsPrices .panel-grid .panel-grid-cell .widget_black_studio_tinymce {
    width: 100% !important; }

  .productsPrices .panel-grid .Available_Packages_raw .panel-grid-cell .widget_black_studio_tinymce div {
    text-align: center !important;
    padding: 0 10px; }

  /*********   aibrahim Fix Bug #99145 22-3-2017 start  ***********/
  .feature_sidebare_menu .dm3-one-half {
    margin-right: 4px;
    width: auto; }

  .smallBlueCircle {
    width: 100%;
    height: 70px; }

  .feature_sidebare_menu .dm3-one-half {
    float: none; }

  .feature_sidebare_menu {
    width: 100%; }

  .feature-sidebare-menu-scrolled {
    right: 0 !important; }

  .panel-row-style-Features .BlueCircle a {
    max-width: 80px; }

  .feature_sidebare_menu .section-content .entry-content {
    text-align: center; }

  /*********   aibrahim Fix Bug #99145 22-3-2017 end  ***********/
  /*aibrahim Fix Bug #99302 start 21-3-2017*/
  .feature_sidebare_menu .dm3-one-half {
    margin-right: 4px;
    width: auto; }

  .smallBlueCircle {
    width: 100%;
    height: 70px; }

  .feature_sidebare_menu .dm3-one-half {
    float: none; }

  .feature_sidebare_menu {
    width: 100%;
    left: 0%;
    margin-left: 0px; }

  .feature_sidebare_menu .smallBlueCircle {
    width: 115px; }

  .feature-sidebare-menu-scrolled {
    right: 0 !important; }

  /*aibrahim Fix Bug #99302 end 21-3-2017*/ }
.home .section-content {
  padding: 1em 0; }

.home .titleWithoutImage {
  display: none; }

input[type="tel"],input[type="confirm_email"] {
  -webkit-appearance: none;
  background-color: #f5f5f5;
  border: 1px solid #e7e7e7;
  border-radius: 7px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  font-size: 14px;
  line-height: 19px;
  width: 100%;
  outline: none;
  padding: 10px;
  -webkit-transition: border-color .3s;
  transition: border-color .3s; }

input[type="tel"]:focus,input[type="confirm_email"]:focus {
  border-color: #bbb; }

.readonly {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
  color: #CCCCCC;
  cursor: default; }

/**** Added by muath abu zir 11-1-2016 ****/
.field-one-half {
  clear: left; }

.field-one-half + .field-one-half {
  margin-left: 0; }

.field-one-half:nth-child(2n+1) {
  margin-left: 4%;
  clear: inherit; }

/**** End Added by muath abu zir 11-1-2016 ****/
.productName {
  position: relative; }

#hexagon {
  background: #1176bc none repeat scroll 0 0;
  height: 220px;
  position: relative;
  width: 124px;
  margin: 0 auto;
  z-index: 2;
  top: 10px; }
  #hexagon .vlign {
    /*@include transition(all, 0.2s, ease-in-out);*/
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute;
    width: 6px;
    height: 40px;
    background-color: #3d97d6;
    left: 50%;
    bottom: -40px;
    margin-left: -3px; }
  #hexagon .bottomBorder {
    /*@include transition(all, 0.2s, ease-in-out);*/
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #3d97d6;
    bottom: 0px;
    height: 110px;
    position: absolute;
    width: 100%;
    z-index: 1; }
    #hexagon .bottomBorder:before, #hexagon .bottomBorder:after {
      /*@include transition(all, 0.2s, ease-in-out);*/
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      background-color: #3d97d6;
      /*@include skew(5, 30);*/
      /*@include transform(rotate(0deg) scale(1) skew(-50deg, 30deg) translate(2px));*/
      -moz-transform: skew(29deg, 0deg);
      -o-transform: skew(29deg, 0deg);
      -ms-transform: skew(29deg, 0deg);
      -webkit-transform: skew(29deg, 0deg);
      transform: skew(29deg, 0deg);
      display: block;
      content: "";
      height: 110px;
      position: absolute;
      left: -32px;
      top: 0;
      width: 70px; }
    #hexagon .bottomBorder:after {
      /*@include skew(5, 30);*/
      /*@include transform(rotate(0deg) scale(1) skew(-50deg, 30deg) translate(2px));*/
      -moz-transform: skew(-29deg, 0deg);
      -o-transform: skew(-29deg, 0deg);
      -ms-transform: skew(-29deg, 0deg);
      -webkit-transform: skew(-29deg, 0deg);
      transform: skew(-29deg, 0deg);
      left: auto;
      right: -32px; }
  #hexagon:hover .vlign {
    background-color: #fe8f00; }
  #hexagon:hover .bottomBorder {
    background-color: #fe8f00; }
    #hexagon:hover .bottomBorder:before, #hexagon:hover .bottomBorder:after {
      background-color: #fe8f00; }
  #hexagon .hidebottom {
    background-color: #1176bc;
    bottom: 44px;
    height: 66px;
    position: absolute;
    width: 100%;
    z-index: 1; }
    #hexagon .hidebottom:before, #hexagon .hidebottom:after {
      background-color: #1176bc;
      /*@include skew(5, 30);*/
      /*@include transform(rotate(0deg) scale(1) skew(-50deg, 30deg) translate(2px));*/
      -moz-transform: skew(36deg, 0deg);
      -o-transform: skew(36deg, 0deg);
      -ms-transform: skew(36deg, 0deg);
      -webkit-transform: skew(36deg, 0deg);
      transform: skew(36deg, 0deg);
      display: block;
      content: "";
      height: 66px;
      position: absolute;
      left: -38px;
      top: 0;
      width: 62px; }
    #hexagon .hidebottom:after {
      /*@include skew(5, 30);*/
      /*@include transform(rotate(0deg) scale(1) skew(-50deg, 30deg) translate(2px));*/
      -moz-transform: skew(-36deg, 0deg);
      -o-transform: skew(-36deg, 0deg);
      -ms-transform: skew(-36deg, 0deg);
      -webkit-transform: skew(-36deg, 0deg);
      transform: skew(-36deg, 0deg);
      left: auto;
      right: -38px; }
  #hexagon a {
    /*@include linear-gradient(#000, #BADA55);*/
    background-color: #e1e1e1;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e1e1e1));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #ffffff, #e1e1e1);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(top, #ffffff, #e1e1e1);
    /* FF3.6 */
    background-image: -ms-linear-gradient(top, #ffffff, #e1e1e1);
    /* IE10 */
    background-image: -o-linear-gradient(top, #ffffff, #e1e1e1);
    /* Opera 11.10+ */
    background-image: linear-gradient(top, #ffffff, #e1e1e1);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ffffff', EndColorStr='#e1e1e1');
    bottom: 6px;
    display: block;
    height: 50px;
    left: 50%;
    margin-left: -56px;
    position: absolute;
    font-weight: bold;
    width: 113px;
    z-index: 2;
    color: #149dd2;
    padding-top: 13px;
    text-align: center;
    /*@include box-sizing(border-box);*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    #hexagon a:before, #hexagon a:after {
      /*@include skew(5, 30);*/
      /*@include transform(rotate(0deg) scale(1) skew(-50deg, 30deg) translate(2px));*/
      -moz-transform: skew(29deg, 0deg);
      -o-transform: skew(29deg, 0deg);
      -ms-transform: skew(29deg, 0deg);
      -webkit-transform: skew(29deg, 0deg);
      transform: skew(29deg, 0deg);
      /*@include linear-gradient(#000, #BADA55);*/
      background-color: #e1e1e1;
      /* Fallback Color */
      background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e1e1e1));
      /* Saf4+, Chrome */
      background-image: -webkit-linear-gradient(top, #ffffff, #e1e1e1);
      /* Chrome 10+, Saf5.1+, iOS 5+ */
      background-image: -moz-linear-gradient(top, #ffffff, #e1e1e1);
      /* FF3.6 */
      background-image: -ms-linear-gradient(top, #ffffff, #e1e1e1);
      /* IE10 */
      background-image: -o-linear-gradient(top, #ffffff, #e1e1e1);
      /* Opera 11.10+ */
      background-image: linear-gradient(top, #ffffff, #e1e1e1);
      filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ffffff', EndColorStr='#e1e1e1');
      display: block;
      content: "";
      height: 50px;
      position: absolute;
      left: -15px;
      top: 0;
      width: 30px; }
    #hexagon a:after {
      /*@include skew(5, 30);*/
      /*@include transform(rotate(0deg) scale(1) skew(-50deg, 30deg) translate(2px));*/
      -moz-transform: skew(-29deg, 0deg);
      -o-transform: skew(-29deg, 0deg);
      -ms-transform: skew(-29deg, 0deg);
      -webkit-transform: skew(-29deg, 0deg);
      transform: skew(-29deg, 0deg);
      left: auto;
      right: -15px; }
  #hexagon > span {
    font-size: 20px;
    font-weight: bold;
    left: 50%;
    margin-left: -80px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 60px;
    width: 160px;
    z-index: 3; }
  #hexagon:before, #hexagon:after {
    border-color: transparent #1176bc transparent transparent;
    border-style: solid;
    border-width: 110px 62px;
    content: "";
    height: 0;
    position: absolute;
    right: 124px;
    top: 0;
    width: 0; }
  #hexagon:after {
    border-color: transparent transparent transparent #1176bc;
    left: 124px;
    right: auto; }

.hover #hexagon .vlign {
  background-color: #fe8f00; }
.hover #hexagon .bottomBorder {
  background-color: #fe8f00; }
  .hover #hexagon .bottomBorder:before, .hover #hexagon .bottomBorder:after {
    background-color: #fe8f00; }

#hexagon_back {
  /*@include linear-gradient(#000, #BADA55);*/
  background-color: #e1e1e1;
  /* Fallback Color */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e1e1e1));
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #ffffff, #e1e1e1);
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #ffffff, #e1e1e1);
  /* FF3.6 */
  background-image: -ms-linear-gradient(top, #ffffff, #e1e1e1);
  /* IE10 */
  background-image: -o-linear-gradient(top, #ffffff, #e1e1e1);
  /* Opera 11.10+ */
  background-image: linear-gradient(top, #ffffff, #e1e1e1);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ffffff', EndColorStr='#e1e1e1');
  /*@include box-shadow(0px,1px,3px, rgba(0,0,0,.26));*/
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.26) ;
  -moz-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.26) ;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.26) ;
  height: 240px;
  position: absolute;
  width: 136px;
  margin: 0 auto;
  z-index: 1;
  left: 50%;
  margin-left: -68px; }
  #hexagon_back:before, #hexagon_back:after {
    /*@include linear-gradient(#000, #BADA55);*/
    background-color: #e1e1e1;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e1e1e1));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #fff, #e1e1e1);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(top, #fff, #e1e1e1);
    /* FF3.6 */
    background-image: -ms-linear-gradient(top, #fff, #e1e1e1);
    /* IE10 */
    background-image: -o-linear-gradient(top, #fff, #e1e1e1);
    /* Opera 11.10+ */
    background-image: linear-gradient(top, #fff, #e1e1e1);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#fff', EndColorStr='#e1e1e1');
    content: "";
    height: 135px;
    position: absolute;
    right: 69px;
    top: 53px;
    width: 135px;
    z-index: -1;
    /*@include transform(rotate(0deg) scale(1) skew(-50deg, 30deg) translate(2px));*/
    -moz-transform: rotate(45deg) scale(1) skew(15deg, 15deg) translate(0px);
    -o-transform: rotate(45deg) scale(1) skew(15deg, 15deg) translate(0px);
    -ms-transform: rotate(45deg) scale(1) skew(15deg, 15deg) translate(0px);
    -webkit-transform: rotate(45deg) scale(1) skew(15deg, 15deg) translate(0px);
    transform: rotate(45deg) scale(1) skew(15deg, 15deg) translate(0px); }
  #hexagon_back:after {
    right: auto;
    left: 69px; }

.lasthexagon {
  position: relative;
  padding: 0 70px;
  top: -50px;
  width: 100%;
  box-sizing: border-box; }
  .lasthexagon #hexagon_back {
    height: 85px;
    width: 100%;
    left: 0;
    position: relative;
    margin: 0; }
    .lasthexagon #hexagon_back:before, .lasthexagon #hexagon_back:after {
      left: -24px;
      width: 48px;
      height: 48px;
      top: 19px; }
    .lasthexagon #hexagon_back:after {
      left: auto;
      right: -24px; }
  .lasthexagon #hexagon {
    width: 100%;
    height: 64px;
    top: -90px; }
    .lasthexagon #hexagon a {
      bottom: -50px; }
    .lasthexagon #hexagon > span {
      width: 100%;
      text-align: center;
      top: 20px;
      left: auto;
      margin-left: auto; }
    .lasthexagon #hexagon:after {
      right: -36px;
      left: auto;
      border-width: 33px 19px; }
    .lasthexagon #hexagon:before {
      left: -36px;
      right: auto;
      border-width: 33px 19px; }
    .lasthexagon #hexagon .bottomBorder {
      height: 33px;
      bottom: auto;
      top: 0; }
      .lasthexagon #hexagon .bottomBorder:after, .lasthexagon #hexagon .bottomBorder:before {
        height: 33px; }
      .lasthexagon #hexagon .bottomBorder:after {
        left: -10px;
        right: auto; }
      .lasthexagon #hexagon .bottomBorder:before {
        left: auto;
        right: -10px; }
    .lasthexagon #hexagon .hidebottom {
      height: 27px;
      top: 6px; }
      .lasthexagon #hexagon .hidebottom:before {
        height: 27px;
        left: auto;
        right: -9px; }
      .lasthexagon #hexagon .hidebottom:after {
        height: 27px;
        right: auto;
        left: -9px; }

.dm3-btn.dm3-btn-large {
  background-color: #149DD2;
  border-color: #149DD2;
  color: #ffffff; }
  .dm3-btn.dm3-btn-large:hover {
    color: #149DD2;
    border-color: #149DD2;
    background-color: #fff;
    text-decoration: none; }

body .dm3-btn.dm3-btn-orange {
  color: #fff;
  background-color: #e46e05;
  border-color: #e46e05; }
  body .dm3-btn.dm3-btn-orange:hover {
    color: #e46e05;
    border-color: #e46e05; }

.sliderContainer {
  position: relative;
  /* .buttonCon{
       max-width: 1140px;
       width: 100%;
       position: absolute;
       left: 50%;
       margin-left: -570px;
       bottom:15%;
       z-index: 33;
       min-height: 30px;
       bottom: 55px; */ }
  .sliderContainer .buttonCon {
    max-width: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    margin-left: 0;
    bottom: 15%;
    z-index: 33;
    min-height: 30px;
    bottom: 55px;
    /*.SliderButtons {
        display: table;
        width: 455px;
        position: absolute;
        right: 50%;
        top: -70px;
        margin-right: -220px; */ }
    .sliderContainer .buttonCon .SliderButtons {
      display: block;
      width: 100%;
      position: absolute;
      right: 0;
      top: -70px;
      margin-right: 0; }
      .sliderContainer .buttonCon .SliderButtons a {
        /* float: left; */
        float: none;
        margin-left: 10px;
        margin-right: 0;
        /**
        * Muath Abu zr :: 20-03-2017
        * make button in the same size, based on Abu Zaid rquirements
        */
        width: 200px; }

.fw-slider .light .slide-title {
  /*@include text-shadow(1px,1px,0px, rgba(255,255,255,1));*/
  -webkit-text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5) ;
  -moz-text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5) ;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5) ; }

.flex-control-paging a {
  /*@include box-shadow(0px,1px,3px, rgba(0,0,0,.26));*/
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.26) ;
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.26) ;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.26) ;
  border: 2px solid #fff;
  width: 10px;
  height: 10px; }
  .flex-control-paging a:after {
    width: 10px;
    height: 10px; }

/*icons*/
.dm3-box-icon-icon {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.dm3-one-fifth:hover .dm3-box-icon-icon {
  background-color: #149dd2;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
  -webkit-animation-duration: 1s;
  animation-duration: 1s; }
  .dm3-one-fifth:hover .dm3-box-icon-icon span {
    color: #fff; }

.single-ticket .main-content {
  width: 100%; }

.wpas-form-control {
  box-sizing: unset;
  width: auto; }

.fw-slider .caption-inner {
  max-width: 50%; }

.fw-slider .slide-title {
  font-size: 3em;
  text-transform: capitalize; }

.eduWaveFeatures {
  text-align: center; }
  .eduWaveFeatures h4 {
    font-size: 18px; }

/*
    add by muath abu zr  => 11-08-2015
    This style for single product page only .

 * */
.cpf_hide_element {
  margin-left: 32px !important; }

.cpf_hide_element ol, ul {
  /*margin: 0px !important;*/
  /*fix product menu*/
  padding: 0px !important; }

/*.product
{
    background-color: red;
    margin: auto;
}
.product div.images
{
    width: 30% !important;
}
.product div.summary
{
    width: 70% !important;
}
.product div.images img
{
    height: 50% !important;
    width: 50% !important;
    margin: auto;
}
.product form.cart,.product div.tc-extra-product-options
{
    width: auto !important;
}
.extra_option_main_menu-div
{
    font-size: 20px !important;
    color: #333333;
    font-weight: bold;
}
.extra_option_sub_menu
{
    margin-left: 32px !important;
    width: auto !important;
}
.add_to_cart_button
{
    /*background-color: blue !important;
}
*/
.quantity {
  clear: both;
  float: none !important;
  margin-bottom: 17px !important; }

.hidden {
  Display: none; }

.back_link {
  cursor: pointer;
  color: #2085cb;
  margin-left: 5px; }
  .back_link:before {
    font-family: FontAwesome;
    font-weight: normal;
    line-height: 1;
    font-size: 12px;
    content: "\f053";
    margin-right: 5px; }

/* End the code add by muath abu zr */
/*Services page*/
.ServicesNavcontainer .so-panel {
  margin-bottom: 0 !important; }

.ServicesNavcontainer .panel-grid-cell {
  min-height: inherit; }

.EducationNav {
  margin-top: -7px !important; }

.EducationNav,
.ServicesNav {
  position: absolute;
  width: 100%;
  margin-top: -37px;
  text-align: center;
  margin-bottom: -8px; }
  .EducationNav li,
  .ServicesNav li {
    color: #fff;
    display: inline-block; }
    .EducationNav li a,
    .ServicesNav li a {
      background-color: rgba(0, 0, 0, 0.6);
      width: 136px;
      padding: 6px;
      text-align: center;
      font-size: 17px;
      color: #fff;
      display: inline-block;
      float: left; }

.logged-in .EducationNav-scrolled,
.logged-in .ServicesNav-scrolled {
  top: 175px; }

.EducationNav-scrolled {
  top: 68px !important; }

.EducationNav-scrolled,
.ServicesNav-scrolled {
  position: fixed;
  width: 100%;
  top: 143px;
  z-index: 99;
  margin-top: -82px;
  left: 0; }
  .EducationNav-scrolled li a,
  .ServicesNav-scrolled li a {
    background-color: rgba(0, 0, 0, 0.6);
    width: 136px;
    padding: 5px;
    text-align: center;
    font-size: 17px;
    color: #fff;
    display: inline-block; }

.BlueDiv {
  color: #fff;
  line-height: 22px;
  position: relative;
  margin-bottom: 10px;
  padding-left: 50px; }
  .BlueDiv div:last-child {
    padding: 20px;
    padding-top: 25px;
    background: #2085cb url("images/triangl_03.png") no-repeat right;
    background-size: auto 100%; }

.Num2:after {
  background-color: #2085cb;
  width: 20px;
  height: 14px;
  position: absolute;
  content: "";
  top: 59px;
  left: 32px;
  transform: skew(-48deg, -2deg);
  -moz-transform: skew(-48deg, -2deg);
  -o-transform: skew(-48deg, -2deg);
  -ms-transform: skew(-48deg, -2deg);
  -webkit-transform: skew(-48deg, -2deg); }

.TrainingImg img {
  margin: 0 auto; }

.HostingYellow {
  text-align: center;
  background-color: #f2a615;
  font-size: 15px;
  font-weight: 700;
  width: 80%;
  min-height: 50px;
  margin: 0 auto;
  padding: 0px 25px 1px 25px; }

.HostingBlue {
  text-align: center;
  background-color: #1176bc;
  color: #fff;
  font-size: 16px;
  width: 74%;
  min-height: 200px;
  line-height: 23px;
  margin: 0 auto; }

.HostingWidget li {
  display: block; }

.HostingWidget li:before {
  margin-right: 15px;
  color: #f2a615;
  margin-left: -40px;
  font-size: 25px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*End services page*/
/**** @ media ****/
@media all and (max-width: 979px) {
  .toolbar-items {
    display: none;
    text-align: center; }

  .ServicesNavcontainer {
    height: 77px; }

  .ServicesNav li a {
    background-color: rgba(0, 0, 0, 0.6);
    width: 170px;
    padding: 5px;
    text-align: center;
    font-size: 17px;
    color: #fff;
    display: inline;
    float: left; }

  #page-toolbar {
    position: relative;
    width: 100%;
    z-index: 5;
    background-color: rgba(255, 255, 255, 0.8); }

  .ServicesNav {
    position: relative;
    width: 100%;
    text-align: center;
    margin-left: 2px;
    margin-top: 0; }
    .ServicesNav ul {
      height: 85px; }

  .ServicesNav-scrolled {
    position: fixed;
    width: 100%;
    top: 90px;
    z-index: 99;
    margin-top: -94px;
    height: 85px; }

  .EducationNav-scrolled {
    top: 7px !important; }

  .sliderContainer .buttonCon {
    max-width: 1140px;
    width: 100%;
    bottom: 15%;
    z-index: 33;
    min-height: 80px;
    position: relative;
    left: auto;
    margin: 0; }

  .buttonCon a {
    padding: 9px 11px;
    font-size: 11px;
    margin-top: 20px; }

  .sliderContainer .buttonCon .SliderButtons {
    /* width: 450px;
     position: absolute;
     left: 45%;
     margin-left: -129px;
     display: inline; */
    width: 100%;
    position: absolute;
    left: 0;
    margin-left: 0;
    display: block;
    top: 0; }

  .sliderContainer .buttonCon .SliderButtons a {
    /* float: left; */
    float: none;
    margin-left: 5px;
    margin-right: 5px; }

  .CloudPc {
    display: none; }

  .CloudMobile {
    display: block;
    margin: 0 auto; }

  #hexagon a {
    padding-top: 0px;
    font-size: large; }
  #hexagon > span {
    font-size: 23px;
    font-weight: 100;
    top: 15px;
    line-height: 2; }

  .lasthexagon #hexagon > span {
    top: 10px; }

  .rowStyle {
    max-width: 1114px;
    zoom: 50%;
    margin-top: -25px; }

  .page-id-955 #pg-955-1 {
    margin-bottom: 20px !important; }

  .tm-extra-product-options-inner ul li .cpf-type-header {
    padding-right: 35px !important;
    margin-left: 15px !important; }

  #pg-3464-5 .siteorigin-panels-stretch,
  #pg-3464-2 .siteorigin-panels-stretch {
    background-size: cover !important; }

  #pg-3464-2 .aligncenter {
    margin: 0px auto 0em; }

  .page-id-3474 > #page-container > #pl-3474 > .panel-grid > .panel-grid-cell > .so-panel.widget {
    text-align: center;
    padding: 0 20px; } }
@media all and (max-width: 780px) {
  /*  #pgc-955-0-0{
        width: 33.3% !important;
        float: left !important;
    }
    #pgc-955-0-1{
        width: 33.3% !important;
        float: left !important;
    }
    #pgc-955-0-2{
        width: 33.3% !important;
        float: left !important;
    }*/
  #pg-955-0 .rowStyle {
    margin-top: -15px; }

  .rowStyle {
    max-width: 1114px;
    zoom: 44%;
    margin-top: -60px; }

  #hexagon > span {
    font-size: 23px;
    font-weight: 100;
    top: 15px;
    line-height: 2; }

  #hexagon a {
    font-size: large;
    z-index: 1000; }

  .page-id-3533 #pg-3533-0 #pgc-w566eb5043902b-0-0 .panel-widget-style,
  .page-id-3533 #pg-3533-1 #pgc-w5682531b25f0f-0-0 .panel-widget-style,
  .page-id-3533 #pg-3533-2 #pgc-w566eb2c49db4a-0-0 .panel-widget-style {
    height: 280px !important;
    padding-top: 40px !important;
    width: 100% !important;
    text-align: center; }

  .page-id-3533 #pg-3533-0 #pgc-w566eb5043902b-0-1 .panel-widget-style {
    height: 250px !important;
    padding-top: 30px !important; }

  .page-id-3533 #pg-3533-0 #panel-3533-0-0-1 .panel-widget-style:first-child,
  .page-id-3533 #pg-3533-1 #panel-3533-1-0-1 .panel-widget-style:last-child,
  .page-id-3533 #pg-3533-2 #panel-3533-2-0-1 .panel-widget-style:first-child {
    padding-right: 0 !important; }

  .page-id-3533 #pg-3533-0 #panel-3533-0-0-1 #pgc-w56826215c9dee-0-1 .panel-widget-style,
  .page-id-3533 #pg-3533-1 #panel-3533-1-0-1 #pgc-w56924c0f2be96-0-0 .panel-widget-style,
  .page-id-3533 #pg-3533-2 #panel-3533-2-0-1 #pgc-w568261fdee049-0-1 .panel-widget-style {
    text-align: center; }

  .page-id-3533 #pg-3533-0 .ow-button-base,
  .page-id-3533 #pg-3533-1 .ow-button-base,
  .page-id-3533 #pg-3533-2 .ow-button-base {
    text-align: center; }

  .page-id-3533 #pg-3533-1 #pgc-w5682531b25f0f-0-1 .panel-widget-style {
    height: 225px !important;
    padding-top: 0 !important; }

  .page-id-3533 #pg-3533-2 #pgc-w566eb2c49db4a-0-1 .panel-widget-style {
    height: 230px !important;
    padding-top: 0 !important; }

  .hexagon_Three_container .panel-grid-cell {
    float: left !important;
    width: 33.333% !important; }

  .hexagon_Bottom_container .panel-grid-cell {
    /*  float: left !important;
      width:  33.333% !important; */ }

  .productOfferContainer .productOffer {
    padding-left: 10px !important;
    padding-right: 10px !important; }

  .page-id-955 #pg-955-1 {
    margin-bottom: 0px !important; } }
@media all and (max-width: 1130px) and (min-width: 800px) {
  .page-id-3531 > #page-container > #pl-3531 > #pg-3531-1 > .panel-row-style > .panel-grid-cell > .so-panel > .panel-widget-style,
  .page-id-3531 > #page-container > #pl-3531 > #pg-3531-2 > .panel-row-style > .panel-grid-cell > .so-panel > .panel-widget-style,
  .page-id-3531 > #page-container > #pl-3531 > #pg-3531-3 > .panel-row-style > .panel-grid-cell > .so-panel > .panel-widget-style,
  .page-id-3531 > #page-container > #pl-3531 > #pg-3531-4 > .panel-row-style > .panel-grid-cell > .so-panel > .panel-widget-style {
    padding: 20px !important; } }
@media all and (max-width: 800px) {
  /* Page title */
  #page-title h1,
  .single .hentry .entry-title,
  body .title1 h2 {
    font-size: 20px; }

  .woocommerce.columns-5 ul.products li.product {
    width: 48% !important; }

  #pg-3464-4 img {
    float: none !important; }

  #pg-3464-5 .panel-row-style .panel-widget-style {
    width: 100% !important;
    float: none !important; }

  #pg-3464-5 .panel-row-style .panel-widget-style img {
    float: none !important; }

  #pg-3464-6 .textwidget {
    text-align: center;
    white-space: pre-wrap; }

  .entry-content li {
    margin-bottom: 0; }

  .TrainingWidget.PartnersDev {
    background-position: center -2px !important; }

  .page-id-3476 .section-content {
    padding: 0px; }

  .page-id-3476 .section-content .dm3-divider-dotted {
    height: 0;
    margin-bottom: 0; }

  .page-id-3531 > #page-container > #pl-3531 > #pg-3531-1 > .panel-row-style,
  .page-id-3531 > #page-container > #pl-3531 > #pg-3531-2 > .panel-row-style,
  .page-id-3531 > #page-container > #pl-3531 > #pg-3531-3 > .panel-row-style,
  .page-id-3531 > #page-container > #pl-3531 > #pg-3531-4 > .panel-row-style {
    background-size: 100% auto !important;
    padding-top: 183px !important; }

  .page-id-3531 > #page-container > #pl-3531 > #pg-3531-1 > .panel-row-style > .panel-grid-cell > .so-panel > .panel-widget-style,
  .page-id-3531 > #page-container > #pl-3531 > #pg-3531-2 > .panel-row-style > .panel-grid-cell > .so-panel > .panel-widget-style,
  .page-id-3531 > #page-container > #pl-3531 > #pg-3531-3 > .panel-row-style > .panel-grid-cell > .so-panel > .panel-widget-style,
  .page-id-3531 > #page-container > #pl-3531 > #pg-3531-4 > .panel-row-style > .panel-grid-cell > .so-panel > .panel-widget-style {
    padding: 20px !important;
    text-align: center; }

  .page-id-3531 .panel-row-style .panel-widget-style .ow-button-base {
    text-align: center;
    padding-top: 20px; }

  .page-id-3531 .widget_black_studio_tinymce .panel-widget-style {
    padding-left: 0 !important;
    padding-right: 0 !important; }

  h3#jaid {
    margin-bottom: -35px !important; }

  .page-id-4916 .TrainingWidget.panel-widget-style {
    padding: 30px 15px !important;
    background-size: 100% auto; } }
@media only screen and (max-width: 765px) {
  .ptp-pricing-table {
    white-space: normal;
    padding: 0 20px;
    width: inherit !important; } }
@media all and (max-width: 670px) {
  .feature_list .widget_sow-image {
    margin: 0 -65px 0 0 !important;
    position: absolute;
    top: 0 !important;
    right: 50%; }

  .feature_list .so-panel.widget.widget_black-studio-tinymce.panel-last-child {
    margin-left: 0 !important;
    text-align: center;
    padding: 130px 20px 0 20px; }

  .feature_list .panel-grid-cell .widget-title {
    text-align: center !important; } }
@media all and (max-width: 615px) {
  .EducationNav {
    margin-top: -7px !important;
    z-index: 10; }

  .EducationNav-scrolled {
    top: 7px !important; }

  .EducationNav li a {
    width: 63px;
    font-size: 9px; } }
@media all and (max-width: 587px) {
  .ServicesNav li a {
    width: 80px;
    font-size: 12px; } }
@media (max-width: 500px) {
  .feature_list .widget-title {
    font-size: 22px;
    text-transform: uppercase;
    text-align: center !important;
    margin-bottom: 5px; }

  .feature_list .textwidget {
    padding-right: 17px;
    text-align: center; }

  .Additional_List .widget-title {
    font-size: 22px;
    text-transform: uppercase;
    text-align: center !important;
    margin-bottom: 5px; }

  .Additional_List .textwidget {
    padding-right: 12px;
    text-align: center; }

  #panel-w55ed4b1f1414c-1-0-1 .widget-title {
    font-size: 17px; }

  .itg_product_menu .menu li a {
    font-size: 11px; } }
@media all and (max-width: 400px) {
  .headerImge .titleWithImage #page-title .entry-title {
    color: #fff;
    font-size: 15px;
    text-align: center;
    -webkit-text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
    -moz-text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5); } }
@media all and (max-width: 423px) {
  .itg_product_menu .menu li a {
    padding: 5px 15px 5px !important; } }
@media all and (max-width: 363px) {
  .itg_product_menu .menu li a {
    padding: 5px 5px 5px !important; } }
/**** End @ media ****/
.BlueCircle {
  border: 8px solid #1176bc;
  border-radius: 50%;
  line-height: 00px;
  height: 115px;
  width: 115px;
  margin: 0 auto;
  margin-bottom: 10px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }
  .BlueCircle h1 {
    border: 2px solid #fff;
    background-color: #1176bc;
    color: #fff;
    border-radius: 50%;
    line-height: 100px;
    height: 112px;
    width: 112px;
    margin: 0 auto;
    font-size: 25px;
    font-weight: 600;
    -webkit-box-shadow: inset 0px -3px 5px 0px rgba(0, 0, 0, 0.31);
    -moz-box-shadow: inset 0px -3px 5px 0px rgba(0, 0, 0, 0.31);
    box-shadow: inset 0px -3px 5px 0px rgba(0, 0, 0, 0.31); }

.smallBlueCircle {
  width: 70px;
  height: 70px; }
  .smallBlueCircle h1 {
    width: 66px;
    height: 66px;
    line-height: 65px;
    font-size: 20px;
    text-align: center; }

.dm3-one-half:hover .BlueCircle h1,
.dm3-one-third:hover .BlueCircle h1,
.dm3-one-fourth:hover .BlueCircle h1 {
  background-color: #fff;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  color: #1176bc; }

.paragraphsAnimi {
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.offscreen {
  opacity: 0;
  transform: translateX(-100%); }

.offscreen:nth-child(2n) {
  transform: translateX(100%); }

.BlueDivAnimi {
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.BlueDivRight {
  opacity: 0;
  transform: translateX(300%); }

.FeaturesImgAnimi {
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.FeatureImgSlide {
  opacity: 0;
  transform: translateX(-100%); }

.FeaturesTxtAnimi {
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.FeatureTxtSlide {
  opacity: 0;
  transform: translateX(100%); }

.FeaturesButAnimi {
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }

.FeatureButSlide {
  opacity: 0;
  transform: translateX(100%); }

.wpas-form-group input[type=file] {
  height: 40px; }

/**************** Product Menue *************/
.logged-in .itg_product_menu.scrolled {
  top: 92px; }
.logged-in .itg_product_menu {
  top: 125px; }
  .logged-in .itg_product_menu .logo {
    display: block;
    float: left; }

.itg_product_menu.scrolled {
  top: 60px; }

.itg_product_menu {
  -webkit-transition: all .5s;
  /* Safari */
  transition: all .5s;
  background-color: #1176bc;
  margin: 0;
  max-width: 100%;
  position: fixed;
  width: 100%;
  text-align: center;
  z-index: 38;
  top: 94px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.26);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.26); }
  .itg_product_menu .menu {
    display: block;
    max-width: 1140px;
    margin: 0 auto; }
    .itg_product_menu .menu li {
      display: inline-block;
      margin: 0; }
      .itg_product_menu .menu li a {
        padding: 5px 25px 5px;
        display: block;
        color: white; }
    .itg_product_menu .menu .current-menu-item a {
      color: white;
      border-bottom: 2px #fff solid; }
    .itg_product_menu .menu a {
      color: #fff; }

/**************** End Product Menue *************/
/********* About Page *********/
#pg-w564366199ead3-1 .panel-grid-cell {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.page-id-5542 .section-content {
  padding: 0 !important; }

#pg-w564454a533e2e-0 {
  padding: 20px 0 20px 0 !important; }

#pg-w564454a533e2e-1 {
  margin-left: 0 !important;
  margin-right: -15px;
  padding: 20px 0 50px 0 !important; }

/********* End About Page *********/
/***************** Help Page *****************/
/*** 22-11-2015  -  Ra'ad Khalaileh ***/
#docit-primary .docit-menu li.docit-main-header {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 1.6em;
  line-height: 1.4em;
  margin-bottom: .8em; }

#docit-primary .docit-menu a.docit-main-cat-title:hover {
  background: inherit; }

#docit-primary .docit-menu li a.docit-main-cat-title {
  color: #333333;
  display: block;
  text-decoration: none;
  font-size: 1.6em;
  font-weight: 600;
  padding: 0;
  background: inherit;
  line-height: 1.4em; }

/***************** End Help Page **************/
/************ Goverment & Enterprise **********/
.panel-grid-cell#pgc-3533-2-0 {
  background-image: url(http://itgsolutions_dev/wp-content/uploads/2015/11/2..png);
  background-repeat: no-repeat;
  background-position-x: -130px; }

/************ End Goverment & Enterprise **********/
/*********************** Subscribtion Part ***************/
#news-letters-widget {
  background-color: #2186cc;
  padding: 40px 0; }

#news-letters-widget > div {
  max-width: 1114px;
  margin: 0 auto; }

#news-letters-widget h2,
#news-letters-widget p {
  margin-bottom: 0; }

.newsletter p {
  display: inline-block; }

#news-letters-widget .newsletter.newsletter-widget,
#news-letters-widget .newsletterDes {
  width: 50%;
  display: inline-block;
  vertical-align: middle; }

#news-letters-widget .newsletter.newsletter-widget {
  margin-left: -4px; }

.newsletterDes h2,
.newsletterDes p {
  color: #fff; }

.newsletterCon {
  width: 340px;
  margin: 0 auto; }

.newsletterCon h2 {
  width: 340px; }

.newsletterCon p {
  width: 215px; }

.newsletter.newsletter-widget .newsletter-email {
  -webkit-appearance: none;
  background-color: #f5f5f5;
  border: 1px solid #e7e7e7;
  border-radius: 3px 0 0 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  font-size: 15px;
  line-height: 15px;
  max-width: 100%;
  height: 43px;
  outline: none;
  padding: 13px;
  -webkit-transition: border-color .3s;
  transition: border-color .3s;
  width: 285px;
  color: #999; }

input[type=submit], input[type=reset] {
  /* for rounding butons on safari */
  -webkit-appearance: none; }

.newsletter.newsletter-widget .newsletter-submit {
  background-color: #43B2FF;
  border: none;
  border-radius: 0 3px 3px 0;
  color: #fff;
  margin-left: 0;
  padding: 0 13px;
  font-size: 15px;
  height: 43px;
  cursor: pointer; }

@media all and (max-width: 800px) {
  #news-letters-widget {
    padding: 40px 10px; }

  #news-letters-widget .newsletter.newsletter-widget,
  #news-letters-widget .newsletterDes {
    width: auto;
    display: block; }

  .newsletter.newsletter-widget,
  .newsletterDes {
    text-align: center; }

  .newsletterCon {
    width: auto;
    margin: 0; }

  .newsletterCon p,
  .newsletterCon h2 {
    width: auto; }

  .newsletter.newsletter-widget p {
    padding-top: 20px; }

  .newsletter.newsletter-widget .newsletter-email {
    max-width: 200px;
    width: auto; }

  .newsletter.newsletter-widget .newsletter-submit {
    font-size: 15px; } }
/***********************End Subscribtion Part ***************/
#pg-5924-0 .pricingTableNew .panel-grid-cell {
  padding: 0; }
  #pg-5924-0 .pricingTableNew .panel-grid-cell div.ptp-item-container {
    margin: 0;
    border-width: 0; }
  #pg-5924-0 .pricingTableNew .panel-grid-cell .ptp-col {
    padding: 0; }
  #pg-5924-0 .pricingTableNew .panel-grid-cell .ptp-four-col {
    width: 25%;
    float: left;
    padding-left: 1px;
    /*@include box-sizing(border-box);*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  #pg-5924-0 .pricingTableNew .panel-grid-cell #ptp-5931 div.ptp-plan, #pg-5924-0 .pricingTableNew .panel-grid-cell #ptp-5931 div.ptp-cta {
    /*@include border-radius(50%);*/
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0; }

.dm3-one-half, .dm3-one-third, .dm3-two-third, .dm3-three-fourth, .dm3-one-fourth, .dm3-one-fifth, .dm3-two-fifth, .dm3-three-fifth, .dm3-four-fifth, .dm3-one-sixth, .dm3-five-sixth {
  padding-bottom: 50px; }

.fa.fa-print span {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.pricing_table td {
  vertical-align: middle !important;
  text-align: center !important;
  color: #1176bc;
  padding: 4px 8px; }

.pricing_table tbody tr:hover {
  background-color: #e8f4fd; }

.pricing_table tbody tr.thead:hover {
  background-color: inherit; }

.pricing_table tbody tr.thead th {
  font-size: 16px;
  font-weight: bold;
  border-bottom-color: #ccc; }

.pricing_table th {
  vertical-align: middle !important;
  font-size: 14px;
  width: 20%;
  padding: 4px 8px; }

.woocommerce-billing-fields p.make_input_like_label label {
  line-height: 1; }

.woocommerce-billing-fields p.make_input_like_label input {
  background-color: inherit;
  border: 0px;
  margin: 0px;
  padding: 0px; }

.woocommerce-billing-fields p.make_input_like_label .billing_help_tooltip {
  display: none; }

/*****************************/
/********* Chat Box **********/
/******* Muath Abu zr ********/
/******* 09-06-2016 **********/
/*****************************/
#wp-live-chat-inner-image-div {
  text-align: center; }

#wp-live-chat-inner-image-div img {
  width: 34px;
  height: 34px; }

/******************************/
/****** newletter subscribe ***/
/**** Muath Abu zr ************/
/**** 28-06-2016 **************/
/******************************/
/*********************** Subscribtion Part ***************/
#news-letters-widget {
  background-color: #2186cc;
  padding: 40px 0; }

#news-letters-widget > div {
  max-width: 1114px;
  margin: 0 auto; }

#news-letters-widget h2,
#news-letters-widget p {
  margin-bottom: 0; }

.newsletter p {
  display: inline-block; }

#news-letters-widget .newsletter.newsletter-widget,
#news-letters-widget .newsletterDes {
  width: 50%;
  display: inline-block;
  vertical-align: middle; }

#news-letters-widget .newsletter.newsletter-widget {
  margin-left: -4px; }

.newsletterDes h2,
.newsletterDes p {
  color: #fff; }

.newsletterCon {
  width: 340px;
  margin: 0; }

.newsletterCon h2 {
  width: 340px; }

.newsletterCon p {
  width: 415px; }

.newsletter.newsletter-widget .newsletter-email {
  -webkit-appearance: none;
  background-color: #f5f5f5;
  border: 1px solid #e7e7e7;
  border-radius: 3px 0 0 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  font-size: 15px;
  line-height: 15px;
  max-width: 100%;
  height: 43px;
  outline: none;
  padding: 13px;
  -webkit-transition: border-color .3s;
  transition: border-color .3s;
  width: 285px;
  color: #999; }

.newsletter.newsletter-widget .newsletter-submit {
  background-color: #43B2FF;
  border: none;
  border-radius: 0 3px 3px 0;
  color: #fff;
  margin-left: 0;
  padding: 0 13px;
  font-size: 15px;
  height: 43px;
  cursor: pointer; }

@media all and (max-width: 800px) {
  #news-letters-widget {
    padding: 40px 10px; }

  #news-letters-widget .newsletter.newsletter-widget,
  #news-letters-widget .newsletterDes {
    width: auto;
    display: block; }

  .newsletter.newsletter-widget,
  .newsletterDes {
    text-align: center; }

  .newsletterCon {
    width: auto;
    margin: 0; }

  .newsletterCon p,
  .newsletterCon h2 {
    width: auto; }

  .newsletter.newsletter-widget p {
    padding-top: 20px; }

  .newsletter.newsletter-widget .newsletter-email {
    max-width: 200px;
    width: auto; }

  .newsletter.newsletter-widget .newsletter-submit {
    font-size: 15px; } }
/***********************End Subscribtion Part ***************/
#page-header-inner #main-nav > ul > li.qtranxs-lang-menu > a,
#footer-nav > ul > li.qtranxs-lang-menu > a {
  position: relative; }

#footer-nav > ul > li.qtranxs-lang-menu {
  padding-right: 45px; }

#page-header-inner #main-nav > ul > li.qtranxs-lang-menu > a:after,
#footer-nav > ul > li.qtranxs-lang-menu > a:after {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\F0AC";
  position: absolute;
  color: #999;
  top: 0;
  right: -23px;
  font-size: 20px; }

/***
* Muath Abu zr :: 23-10-2016
* Make the submit ticket label in capitalize;
*/
.wpas-form-group > label {
  text-transform: capitalize; }

/**
* Muath Abu zr :: 23-10-2016
* fixed width button in check out page
*/
#place_order {
  min-width: 100px; }

/**
* Muath Abu zr :: 09-11-2016
* the subscription button in header menu
*/
.subscription_link_enabled, .ul_subscription_link_enabled {
  position: relative; }

.ul_subscription_link_disabled .arrow, .ul_subscription_link_enabled .arrow {
  position: absolute;
  width: 10px;
  /*background-color: red;*/
  height: 6px;
  line-height: 6px;
  left: 10px;
  top: 26px;
  z-index: 10;
  background: none;
  padding: 0px;
  margin: 0px;
  background-image: none !important; }

.ul_subscription_link_disabled .arrow:before, .ul_subscription_link_enabled .arrow:before {
  font-family: FontAwesome;
  content: "\f107";
  /*position: absolute;*/
  left: 10px;
  top: 0px;
  /* 17 */
  color: #149dd2;
  font-weight: bold; }

.ul_subscription_link_enabled > a::before, .ul_subscription_link_disabled > a::before {
  content: ''; }

/**
* Muath Abu zr :: 27-11-2016
* Fix bug -97884
*/
.search-form .search-submit {
  height: 100% !important; }

table.sv-wc-payment-gateway-my-payment-methods-table td.sv-wc-payment-gateway-payment-method-actions,
.woocommerce table.my_account_orders .order-actions {
  text-align: left; }

/**
* Muath Abu zr :: 29-01-2017
* Bug #98614, and news page
*/
@media all and (max-width: 767px) {
  article.post-grid {
    max-width: 100%;
    min-width: 100%;
    width: 100%; } }
  /* DESIGN-PLAN Phase 1: removed @media (max-width:767px) and (max-width:300px) --
     unreachable on any real viewport (smallest mainstream is 320px). */

.learniframe {
  position: relative;
  height: 2820px; }

.learniframe iframe {
  height: 2820px; }

/*****  Aibrahim  19/2/2017 *****/
@media screen and (max-width: 550px) {
	#pg-66847-0{
		display: flex !important;
		flex-wrap: wrap !important;
		gap: 21px !important;
		flex-direction: row !important;
	}
	#pl-66847 .panel-grid-cell {
        width: calc(50% - 11px) !important;
        box-sizing: border-box !important;
    }
	#pl-66847 .panel-grid-cell a {
        font-size: 17px !important;
    }
	#pl-66847 .panel-grid-cell h5 {
        font-size: 1.1em !important;
		min-height: 120px !important;
    }
  .fw-slider .light .slide-title {
    font-size: clamp(1.25rem, 5.5vw, 1.75rem); }

  .cssanimations .slide-caption.in .slide-title {
    font-size: clamp(1.25rem, 5.5vw, 1.75rem); }

  .fw-slider .slide-caption {
    top: 3px !important; }

  .fw-slider .slide-caption .button,
  .slide-caption .button {
    border-width: 1px; }

  .fw-slider .slide-description {
    margin-top: 0; }

  .flexslider .slides > li:first-child .right {
    top: 18px !important; }

  .panel-widget-style {
    padding-left: 0 !important;
    padding-right: 0 !important; }

  .dm3-divider-normal, .dm3-divider-dotted {
    height: 0em;
    margin-bottom: 0em; }

  .contacthieght {
    height: 10px !important; }

  .post-grid {
    float: none; }

  img.alignright, .wp-caption.alignright {
    float: none;
    margin: 0 auto 1em; }

  #post-7304 {
    text-align: center; }

  #post-7304 h2, #post-7304 p {
    text-align: center !important; }

  .ServicesNav .textwidget,
  .feature_sidebare_menu .textwidget {
    padding: 0 !important; }

  .cloudbg {
    background-position: 0 2px; }

  .woocommerce table.shop_table td {
    /*aibrahim Fix Bug #-98635*/
    padding: 3px 6px; }

  .sv-wc-payment-gateway-my-payment-methods-table-title a.button {
    /*aibrahim Fix Bug #-98647*/
    float: none;
    margin-top: 15px; }

  .woocommerce #content div.product div.images, .woocommerce #content div.product div.summary, .woocommerce div.product div.images, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.images, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.images, .woocommerce-page div.product div.summary {
    /*aibrahim Fix Bug #-98625 */
    width: 90%;
    margin: auto; }

  .category-news artical.post-grid {
    /*aibrahim Fix*/
    margin-left: 0;
    margin-right: 0; }

  .sliderContainer .buttonCon .SliderButtons {
    /*aibrahim Fix Bug #-98536 */
    position: relative;
    top: auto; }

  .panel-grid:nth-child(2) .siteorigin-panels-stretch.panel-row-style {
    /*aibrahim Fix Bug #99147 20-3-2017*/
    padding-top: 90px !important; }

  .EducationNav .siteorigin-widget-tinymce.textwidget {
    /*aibrahim Fix Bug #99156 20-3-2017*/
    padding: 0; }

  .govText {
    /*aibrahim Fix Bug #99159 20-3-2017*/
    height: auto !important;
    padding-top: 40px;
    padding-bottom: 30px;
    /*aibrahim Fix Bug #99309  29-3-2017*/ }

  .govImage {
    /*aibrahim Fix Bug #99159 20-3-2017*/
    width: 100% !important;
    height: auto !important;
    padding-top: 10px !important; }

  .panel-grid-cell:nth-child(2) .govImage {
    /*aibrahim Fix Bug #99159 20-3-2017*/
    margin-bottom: -15px; }

  .learn_background {
    /*aibrahim Fix Bug #99153 20-3-2017*/
    background-size: 100% !important;
    padding-top: 182px !important; }

  .learn_contaner {
    /*aibrahim Fix Bug #99153 20-3-2017*/
    background-color: #fff  !important; }

  /*aibrahim learn-page  image and text float 20-3-2017*/
  .panel-grid:nth-child(1n+0) .learn_contaner .panel-grid-cell:nth-child(2),
  .panel-grid:nth-child(1n+0) .learn_contaner .panel-grid-cell:nth-child(1),
  .panel-grid:nth-child(2n+0) .learn_contaner .panel-grid-cell:nth-child(2),
  .panel-grid:nth-child(2n+0) .learn_contaner .panel-grid-cell:nth-child(1) {
    float: none !important; }

  /*aibrahim learn-page  image and text float 20-3-2017*/
  .sliderContainer .buttonCon .SliderButtons a {
    width: 116px;
    /* Aibrahim :: 21-03-2017
       make button in the same size, based on Abu Zaid rquirements*/ }

  .sliderContainer .buttonCon .SliderButtons {
    margin-left: -139px; }

  .headerImge .titleWithImage img {
    /*aibrahim Fix Bug #99161 21-3-2017*/
    position: absolute;
    top: 0;
    height: auto;
    width: 100%;
    max-width: initial;
    left: 0; }

  .headerImge .titleWithImage {
    /*aibrahim Fix Bug #99161 21-3-2017*/
    height: 88px; }

  .headerImge {
    /*aibrahim Fix Bug #99161 21-3-2017*/
    position: relative;
    height: 88px; }

  .sliderContainer .buttonCon {
    min-height: 20px; }

  .headerImge .titleWithImage #page-title {
    /*aibrahim Fix Bug #99157 21-3-2017*/
    margin-top: -10px;
    height: auto; }

  .learniframe {
    position: relative;
    height: 4010px;
    width: auto !important;
    /*aibrahim Fix Bug #99300 29-3-2017*/
    margin: 0px -4px !important;
    /*aibrahim Fix Bug #99300 29-3-2017*/ }

  .learniframe iframe {
    /*aibrahim Fix Bug #99300 29-3-2017*/
    position: absolute;
    width: 92%;
    height: 100%; }

  .learniframe iframe .boxesStyle {
    /*aibrahim Fix Bug #99300 29-3-2017*/
    width: 100%; }

  .learniframe iframe {
    /*aibrahim Fix Bug #99300 29-3-2017*/
    width: 100%; }

  .feature_sidebare_menu .smallBlueCircle {
    /*aibrahim Fix Bug #99302 28-3-2017*/
    width: 80px; }

  .panel-row-style-Features .BlueCircle a {
    /*aibrahim Fix Bug #99302 28-3-2017*/
    max-width: 70px; }

  .learn_contaner #he, .learn_contaner #emis, .learn_contaner #k12, .learn_contaner #jaid {
    /*aibrahim Fix Bug #99312,#99311 28-3-2017*/
    top: 60px !important; }

  /************/
  #pl-5530 .sliderContainer {
    /*aibrahim Fix Bug #99298 29-3-2017*/
    height: 130px;
    position: relative;
    top: 0;
    margin: 0; }

  #pl-5530 .sliderContainer .section-slider {
    /*aibrahim Fix Bug #99298 29-3-2017*/
    background-color: #f5f5f5;
    position: relative;
    width: 100%;
    height: 130px; }

  #pl-5530 .sliderContainer .flexslider .slide-image {
    /*aibrahim Fix Bug #99298 29-3-2017*/
    position: relative !important;
    margin: -15px !important;
    height: 147px !important; }

  #pl-5530 .sliderContainer .flexslider .slides img {
    /*aibrahim Fix Bug #99298 29-3-2017*/
    height: 150px;
    width: auto;
    max-width: initial; }

  #pl-5530 .sliderContainer .container {
    /*aibrahim Fix Bug #99298 29-3-2017*/
    margin: 23px auto; }

  /************/
  .waveImage {
    /*aibrahim Fix Bug #99315 29-3-2017*/
    top: 0 !important; }

  .waveImage img {
    /*aibrahim Fix Bug #99315 29-3-2017*/
    bottom: 0 !important;
    top: auto !important; }

  /***********/ }
/*
iframe {
    border: 3px solid #222;
    width: 100% !important;
}
*/
/**
* Muath Abu zr :: 14-03-2017
* Copy from `themes\ib-educator\style.css`
* Fixed by amro
*/
.cloudbg {
  background-position: 0 2px; }

.cloudbg {
  padding: 140px 0 40px 0;
  position: relative;
  background-position: 0 5px !important; }

.cloudbg .textwedgit {
  padding: 0 !important; }

.cloudbg:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 15px;
  background: #fff;
  top: -4px; }

@media all and (max-width: 979px) {
  #mobile-nav .submenu-trigger {
    cursor: pointer;
    display: block;
    height: 25px;
    margin: -22px 0 0 0;
    position: absolute;
    top: 32px;
    right: 2px;
    width: 25px;
    max-height: 50px;
    background: #222;
    /*aibrahim Fix Bug #99162 20-3-2017*/ }

  #mobile-nav .submenu-trigger:after {
    color: #fff;
    content: '\f107';
    font-family: 'FontAwesome';
    font-size: 18px;
    left: 50%;
    line-height: 20px;
    margin: -10px 0 0 -10px;
    position: absolute;
    text-align: center;
    top: 44%;
    width: 20px;
    z-index: 10000000; }

  #mobile-nav .open > .submenu-trigger:after {
    content: '\f106'; }

  div.ow-button-base,
  .textwidget {
    padding: 0 15px; }

  .cloudbg {
    background-position: 0 7px; } }
/**
* Edit By Muath Abu zr :: 14-03-2017
* Change `max-width` from `768px` to `979px`
* Fix Bug #-98636
*/
@media screen and (max-width: 979px) {
  .subscription_link_disabled, .ul_subscription_link_enabled, .ul_subscription_link_disabled, .subscription_link_enabled {
    margin-right: 40px; }

  .cloudbg {
    background-position: 0 7px !important; }

  #pl-5530 .sliderContainer .flexslider .slide-image {
    /*aibrahim Fix Bug #99298 29-3-2017*/
    position: relative !important;
    margin: 0 -15px !important; } }
@media screen and (max-width: 480px) {
  .sliderContainer .buttonCon .SliderButtons a {
    width: 110px; }

  .sliderContainer {
    position: absolute;
    top: 130px;
    width: 100%;
    margin: 0 -15px; }

  .sliderContainer .buttonCon .SliderButtons {
    margin-left: 0px; } }
.panel-grid-cell .so-panel .panel-widget-style > div > div {
  /*margin-top: -4px;*/
  /* background-size: contain; */
  /*display: inline-block;*/ }

div.ptp-plan a {
  color: #fff; }

div.ptp-plan a:hover {
  color: #057caa; }

/**
* Muath Abu zr :: 22-03-2017
* check out page
*/
.subscription_hint {
  margin-top: -20px;
  font-size: 13.5px;
  color: #888888; }

/**
* Muath Abu zr :: 28-03-2017
* Fix DDL Size in register section
*/
#registerform select {
  width: 100%; }
/*  */
#post-15340 .wpcf7-form .first-name input,
#post-15340 .wpcf7-form .last-name input{
  width: 40.6%;
	margin-left:15px
}
#post-15340 .wpcf7-form .your-email input{
	width : 83%;
	margin-left:17px
}
#post-15340 .wpcf7-form .phone input{
	width : 83%;
	margin-left:10px
}
#post-15340 .wpcf7-form .address input{
	width : 83%;
	margin-left:10px
}
#post-15340 .wpcf7-form .wpcf7-submit{
background-color : #f5f7f3;
	color : #2186cc;
	border : 1px solid #e1e1e1;	
	padding : 2px 30px;
	border-radius : 2px;
	cursor : pointer;
}
#post-15340 .wpcf7-form hr{
	display: none;
}
#post-15340 .wpcf7-form .phone input,
#post-15340 .wpcf7-form .address input,
#post-15340 .wpcf7-form .your-email input,
#post-15340 .wpcf7-form .first-name input,
#post-15340 .wpcf7-form .last-name input{
border-radius: 2px;
background-color: #ffffff;
}
#post-15340 .wpcf7-form h1{
	color : #999;
}
@media only screen and (max-width: 1259px) and (min-width: 980px){
#post-15340 .wpcf7-form .first-name input, #post-15340 .wpcf7-form .last-name input {
    width: 39%;
	}
}
@media only screen and (max-width: 515px) {
	#post-15340 .wpcf7-form .phone input,
#post-15340 .wpcf7-form .address input,
#post-15340 .wpcf7-form .your-email input,
#post-15340 .wpcf7-form .first-name input,
#post-15340 .wpcf7-form .last-name input{
	width: 100%;
	margin-left: 0px;
	}
	#post-15340 .wpcf7-form .last-name input {
  margin-top: 5px;
}
	#post-15340 .wpcf7-form .wpcf7-submit{
		width : 100%;
	}
}
#post-15340 .wpcf7-form h1:nth-child(2),
#post-15340 .wpcf7-form h1:nth-child(3){
font-size: 22px !important;
}
#post-15340 .subject{
background-color: #5c8ac6;
color: #ffffff;
border: 1px solid #5c8ac6;
padding: 3px 10px;
border-radius: 2px;	
}
#post-15340 .subject:hover{
  cursor: pointer;
  background-color: #6a91c5;
}
#post-15340 .wpcf7-form .wpcf7-submit:hover{
  background-color: #fff;
}
#post-15340 .subject{
float: right;	
}
 #post-15340 .wpcf7-form h1:nth-child(8){
  font-size: 18px;
 }
.sow-accordion .sow-accordion-panel .sow-accordion-panel-header{
border-radius: 7px;
	font-weight: bold;
}
.sow-accordion .sow-accordion-panel.sow-accordion-panel-open .sow-accordion-panel-header{
	border-radius: 7px 7px 0px 0px; 
}
.file_div *{
	display: none;
}
.file_div button, .file_div input[type="text"]{
	margin: 0px;
	display: inline;
}
.file_div button{
	border-radius: 5px 0px 0px 5px;
	width: 25%;
}
.file_div input[type="text"]{
	border-radius: 0px 5px 5px 0px;
	width: 75%;
}
input[name="phone"]{
	direction: ltr;
	text-align: left;
}
.post-grid.category-itg-vacancies{
	margin-left: 0px;
	margin-right: 0px;
	width: 100%;
	border: 1px solid #149dd2;
}
.post-grid.category-itg-vacancies .post-body{
	padding-bottom: 0px;
	height: 44px;
	border: 0px;
	
}
.post-grid.category-itg-vacancies .post-meta{
	border-top: 1px solid #149dd2;
}
.post-grid.category-itg-vacancies .post-date{
	color: #149dd2;
}
.post-grid.category-itg-vacancies .entry-title{
	display: inline-block;
	width: auto;
	vertical-align: top;
	border: 0px;
}
.post-grid.category-itg-vacancies .post-excerpt{
	display: inline-block;
	vertical-align: top;
	height: 2.0em;
	width: 250px;
	margin-right: 10px;
	margin-left: 10px;
}
/* ============================================================================
   Accessibility corrections — 2026-08-30 (audit Phase 7)
   Appended to the child theme so the parent and vendor CSS stay untouched.
   ========================================================================= */

/* A11Y-02 (SC 1.4.3 + 1.4.1). Links were #149dd2 = 3.10:1 on white, and with
   text-decoration:none they were distinguished from body copy by colour alone
   at 2.41:1. No blue can satisfy both: darkening to clear 4.5:1 against white
   moves it closer to the #555 body text. The underline is what actually
   satisfies 1.4.1; the colour change satisfies 1.4.3. */
/* Link colour is NOT set here on purpose. The parent theme emits it from the
   customizer theme mods (main_color / hover_color / hover_text) in an inline
   <style> block that loads AFTER this stylesheet, so a rule here would lose the
   cascade. Those mods were set to #0f6f96 / #0a5673 on 2026-08-30 instead --
   fixing the source rather than fighting it with specificity. */
.entry-content a:not(.button):not(.btn),
.main-content p a:not(.button):not(.btn),
.post-body a:not(.button):not(.btn) {
    text-decoration: underline;
    text-underline-offset: 0.15em;
}

/* A11Y-03 (SC 1.4.3). Primary nav was #999 = 2.85:1 on white. */
#main-nav > ul > li > a {
    color: #5f5f5f;            /* 6.39:1 on white */
}
#main-nav .sub-menu a:hover {
    color: #0f6f96;
}

/* A11Y-06 (SC 2.4.7). The theme removes the focus ring in 25 places and
   defines a :focus-visible replacement in exactly one. Restore it globally. */
:focus-visible {
    outline: 3px solid #0f6f96;
    outline-offset: 2px;
}

/* A11Y-04 (SC 2.4.1). Skip link — visually hidden until focused. */
.skip-link {
    position: absolute;
    left: -9999px;
    top: 0;
    z-index: 100000;
}
.skip-link:focus {
    left: 8px;
    top: 8px;
    width: auto;
    height: auto;
    padding: 12px 20px;
    background: #ffffff;
    color: #0f6f96;
    font-weight: 600;
    border: 2px solid #0f6f96;
    border-radius: 3px;
}

/* ─────────────────────────────────────────────────────────────────────────────
   PERF (LCP): let the first hero slide paint before flexslider initialises.

   ib-educator/css/flexslider.css:26 sets `.flexslider .slides > li {display:none}`
   to "hide the slides before the JS is loaded", and only un-hides them for
   `.no-js` (line 38). With JavaScript enabled -- i.e. for every real visitor --
   every slide therefore stays display:none until flexslider has initialised,
   which means the LCP image cannot paint until the whole script chain has run.

   Measured: the LCP image downloaded in 50 ms and then waited 5,204 ms to
   render. Element render delay was 98% of LCP.

   Showing only :first-child keeps the original intent (no "image jumping" from
   all slides being visible at once) -- it is the one slide flexslider is going
   to display anyway.
   ───────────────────────────────────────────────────────────────────────────── */
.flexslider .slides > li:first-child { display: block; }

/* AEO: [itg_faq] — visible FAQ list backing the FAQPage schema.
   A <dl> is used deliberately: the site had zero <dl> and zero <table> markup,
   and definition lists retrieve far better than styled divs. */
.itg-faq { margin: 2em 0; }
.itg-faq-list { margin: 0; }
.itg-faq-q { font-weight: 600; margin: 1.2em 0 .4em; }
.itg-faq-a { margin: 0 0 1em; padding: 0; }
